.elementor-6138 .elementor-element.elementor-element-1eef98f4{--display:flex;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-6138 .elementor-element.elementor-element-4d462d1{--display:flex;--margin-top:80px;--margin-bottom:80px;--margin-left:0px;--margin-right:0px;}.elementor-6138 .elementor-element.elementor-element-9147bfd{--display:flex;}.elementor-6138 .elementor-element.elementor-element-2b68f45 .ecomus-heading{justify-content:center;text-align:center;}.elementor-6138 .elementor-element.elementor-element-709915d{--display:flex;}.elementor-6138 .elementor-element.elementor-element-4720b26{--display:flex;}.elementor-6138 .elementor-element.elementor-element-8c72833{--display:flex;--margin-top:50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-6138 .elementor-element.elementor-element-d04082e{--display:flex;}.elementor-6138 .elementor-element.elementor-element-bcec77e .ecomus-heading{justify-content:center;text-align:center;}.elementor-6138 .elementor-element.elementor-element-ef08fdc > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-6138 .elementor-element.elementor-element-ef08fdc ul.products li.product .product-inner{border-style:none;padding:10px 10px 10px 10px;border-radius:10px 10px 10px 10px;}.ecomus-rtl-smart .elementor-6138 .elementor-element.elementor-element-ef08fdc ul.products li.product .product-inner{padding:10px 10px 10px 10px;border-radius:10px 10px 10px 10px;}.elementor-6138 .elementor-element.elementor-element-6311715b{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}body.elementor-page-6138 .site-content{padding-top:0px;padding-bottom:0px;}@media(max-width:1024px){.elementor-6138 .elementor-element.elementor-element-6311715b{--margin-top:0px;--margin-bottom:85px;--margin-left:0px;--margin-right:0px;}}@media(max-width:767px){.elementor-6138 .elementor-element.elementor-element-6311715b{--margin-top:10px;--margin-bottom:30px;--margin-left:0px;--margin-right:0px;}}/* Start custom CSS for html, class: .elementor-element-086de9c */.product-categories {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  padding: 16px;
}

/* CARD */
.category-card {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  background: #fff;
}

/* IMAGE */
.category-image {
  position: relative;
  height: 450px;
  background-size: cover;
  background-position: center;
}

/* OVERLAY NHỎ – CHỮ NHẬT */
.category-overlay {
  position: absolute;
  bottom: 16px;
  left: 16px;

  background: wheat;
  color: #000;

  padding: 10px 14px;
  border-radius: 8px;

  width: auto;

  box-shadow: 0 6px 16px rgba(0,0,0,0.15);
}

/* TEXT */
.category-overlay h3 {
  margin: 0 0 4px 0;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
}

.category-overlay p {
  margin: 0;
  font-size: 12px;
  opacity: 0.8;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .product-categories {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .product-categories {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0676251 */.lux-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 32px;
  padding: 30px 0;
}

.lux-card {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  background: linear-gradient(180deg,#fff,#f6f6f6);
  box-shadow: 0 20px 40px rgba(0,0,0,.08);
  text-decoration: none;
  color: #111;
  transition: transform .6s cubic-bezier(.2,.8,.2,1),
              box-shadow .6s ease;
}

.lux-card::before {
  content:"";
  position:absolute;
  inset:0;
  background: radial-gradient(
    400px circle at var(--x,50%) var(--y,50%),
    rgba(0,0,0,.08),
    transparent 40%
  );
  opacity:0;
  transition:.4s;
}

.lux-card:hover::before { opacity:1; }

.lux-card:hover {
  transform: translateY(-14px) scale(1.02);
  box-shadow: 0 40px 80px rgba(0,0,0,.18);
}

.lux-media {
  position: relative;
  overflow: hidden;
}

.lux-media img {
  width: 100%;
  display: block;
  transition: transform .9s ease;
}

.lux-card:hover img {
  transform: scale(1.12) rotate(.5deg);
}

.lux-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  padding: 6px 14px;
  font-size: 11px;
  letter-spacing: 1px;
  background: linear-gradient(135deg,#000,#444);
  color: #fff;
  border-radius: 30px;
}

.lux-info {
  padding: 20px;
  text-align: center;
  backdrop-filter: blur(6px);
}

.lux-info h3 {
  font-size: 15px;
  line-height: 1.4;
  margin-bottom: 8px;
}

.lux-info p {
  font-weight: 700;
  margin-bottom: 14px;
}

.lux-btn {
  display: inline-block;
  padding: 10px 22px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 600;
  border: 1px solid #000;
  transition: .35s ease;
}

.lux-card:hover .lux-btn {
  background: #000;
  color: #fff;
  box-shadow: 0 10px 30px rgba(0,0,0,.3);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5e36dc5 */.fashion-collection {
  display: grid;
  grid-template-columns: 1.2fr 3fr;
  gap: 40px;
  padding: 60px 0;
}

/* COLLECTION CARD */
.collection-card {
  background: #d9a67a;
  color: #fff;
  padding: 20px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.collection-card h2 {
  font-size: 34px;
  margin-bottom: 16px;
}

.collection-card p {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 40px;
  opacity: 0.95;
}

.collection-btn {
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,.6);
  width: fit-content;
}

/* PRODUCTS GRID */
.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

/* PRODUCT CARD */
.product-card {
  position: relative;
  text-decoration: none;
  color: #111;
}

.product-card img {
  width: 100%;
  background: #f3f3f3;
  transition: transform .6s
  ease;
  aspect-ratio: 3/5;
  object-fit: cover;
}

.product-card:hover img {
  transform: scale(1.05);
}

/* BADGES */
.badge {
  position: absolute;
  top: 12px;
  left: 12px;
  font-size: 11px;
  padding: 4px 8px;
  background: #000;
  color: #fff;
  letter-spacing: 1px;
}

.badge.sale {
  top: 40px;
  background: #000;
}

.badge.winter {
  background: #d9a67a;
  color: #fff;
}

/* PRODUCT INFO */
.product-info {
  margin-top: 14px;
}

.product-info h3 {
  font-size: 16px;
  font-weight: 500;
  margin-top: 6px;
}

.price {
  font-size: 16px;
  font-weight: 600;
}

.price.old {
  text-decoration: line-through;
  color: #888;
  margin-right: 6px;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .fashion-collection {
    grid-template-columns: 1fr;
  }

  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1f868ad */.product-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  padding: 16px;
}

.product-card {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  background-color: #fff;
}

.product-image {
  position: relative;
  height: 460px;
  background-size: cover;
  background-position: center;
}

.product-overlay {
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
  padding: 16px;
      background: ghostwhite;
  color: white;
  border-radius: 0 0 18px 18px;
  text-align: center;
}

.product-overlay h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
}

.product-overlay p {
  font-size: 14px;
  line-height: 5px;
}

.see-more {
  font-size: 14px;
  color: #000;
  text-decoration: none;
  font-weight: 700;
  border: 2px solid wheat;
  padding: 6px 12px;
  border-radius: 30px;
  transition: background 0.3s ease, color 0.3s ease;
}

.see-more:hover {
  background-color: #fff;
  color: #000;
}

@media (max-width: 1024px) {
  .product-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .product-gallery {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for ecomus-products-carousel, class: .elementor-element-ef08fdc */.elementor-6138 .elementor-element.elementor-element-ef08fdc bdi {
     font-size: 16px;
}/* End custom CSS */