@font-face {
  font-family: "Mona-Sans";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/fonts/Mona-Sans-RegularWide.ttf") format("truetype");
  font-display: swap;
}

/* Professional cloth storefront home refresh */
.cloth-store-topbar {
  margin: 0 6px 18px;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
  border-radius: 0 0 22px 22px;
  color: #fff;
  background: linear-gradient(135deg, #35117b 0%, #5415a4 48%, #211046 100%);
  box-shadow: 0 16px 36px rgba(56, 19, 124, .22);
}

.cloth-store-topbar .container-fluid {
  gap: 24px;
}

.cloth-store-topbar .navbar-brand {
  display: none;
}

.cloth-menu-btn {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 0;
  color: #fff;
  background: transparent;
  font-size: 28px;
}

.cloth-brand-copy {
  display: grid;
  line-height: 1.05;
}

.cloth-brand-copy a {
  color: #fff;
  font-size: 30px;
  font-weight: 900;
  text-decoration: none;
}

.cloth-brand-copy a::after {
  content: "Store";
  color: #b17cff;
}

.cloth-brand-copy small {
  color: rgba(255,255,255,.9);
  font-size: 14px;
  font-weight: 700;
}

.cloth-top-search {
  flex: 1 1 460px;
  max-width: 540px;
  min-height: 54px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 48px;
  align-items: center;
  border-radius: 12px;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.2);
}

.cloth-top-search input {
  width: 100%;
  border: 0;
  outline: 0;
  padding: 0 22px;
  color: #222;
  background: transparent;
  font-size: 15px;
}

.cloth-top-search button {
  width: 48px;
  height: 48px;
  border: 0;
  color: #050505;
  background: transparent;
  font-size: 22px;
}

.cloth-top-actions {
  color: #fff;
}

.cloth-top-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.cloth-top-link i {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.75);
  border-radius: 50%;
  font-size: 15px;
}

.cloth-store-topbar .add-to-cart-btn {
  width: 52px;
  height: 52px;
  border-left: 1px solid rgba(255,255,255,.25);
  border-radius: 0;
  background: transparent;
}

.cloth-store-topbar .add-to-cart-btn svg path {
  fill: #fff;
}

.cloth-store-topbar .product-count-badge {
  top: 2px;
  right: 0;
  min-width: 20px;
  min-height: 20px;
  display: grid;
  place-items: center;
  background: #ec5aa6 !important;
}

.banner-section {
  margin: 0 20px;
  padding: 0 !important;
  border-radius: 18px !important;
}

.banner-section::after {
  left: 0 !important;
  right: 0 !important;
  border-radius: 18px;
  background: linear-gradient(90deg, rgba(0,0,0,.82) 0%, rgba(0,0,0,.42) 42%, rgba(0,0,0,.12) 100%);
}

.banner-section .banner-img,
.banner-section .hero-inner-lite,
.banner-section .banner-video-wrapper {
  height: 460px;
  border-radius: 18px;
}

.cloth-hero-copy {
  left: 92px;
  max-width: 390px;
}

.cloth-hero-copy span {
  color: #fff;
  font-size: 36px;
  font-weight: 900;
  text-shadow: 0 2px 10px rgba(0,0,0,.28);
}

.cloth-hero-copy h1 {
  color: #c688ff;
  font-size: 58px;
  line-height: .95;
  text-transform: uppercase;
  text-shadow: 0 4px 18px rgba(0,0,0,.35);
}

.cloth-hero-copy p {
  max-width: 315px;
  color: #fff;
  font-size: 17px;
}

.cloth-hero-btn {
  min-height: 52px;
  padding: 0 24px;
  border: 0;
  border-radius: 9px;
  color: #fff;
  background: linear-gradient(135deg, #7b28e8, #5b16c9);
  font-size: 16px;
  box-shadow: 0 14px 30px rgba(103, 35, 214, .32);
}

.fashion-trust-row.px-50 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 18px 20px 0;
  padding: 18px 22px !important;
  border: 1px solid #e8e3f5;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(52, 24, 92, .07);
}

.fashion-trust-row.px-50 span {
  min-height: 56px;
  border: 0;
  border-right: 1px solid #eee8f8;
  border-radius: 0;
  padding: 0 24px;
  grid-template-columns: 46px minmax(0, 1fr);
}

.fashion-trust-row.px-50 span:last-child {
  border-right: 0;
}

.fashion-trust-row.px-50 i {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: #6d20df;
  font-size: 23px;
}

.fashion-trust-row.px-50 b {
  color: #111;
  font-size: 15px;
}

.fashion-trust-row.px-50 small {
  color: #665f72;
  font-size: 13px;
}

.fashion-quick-cats,
.fashion-product-shelves,
.fashion-offers,
.fashion-service-strip {
  padding-top: 26px;
}

.fashion-section-title {
  margin-bottom: 16px;
}

.fashion-section-title h2 {
  color: #111;
  font-size: 22px;
  letter-spacing: 0;
}

.fashion-section-title a {
  color: #5f16d3;
  font-size: 14px;
}

.fashion-icon-grid {
  grid-template-columns: repeat(10, minmax(0, 1fr));
  gap: 22px;
}

.fashion-icon-card {
  min-height: auto;
  border: 0;
  background: transparent;
  padding: 0;
}

.fashion-icon-card span {
  width: 82px;
  height: 82px;
  margin-bottom: 10px;
  background: #f0eff5;
  box-shadow: inset 0 0 0 1px #e5e1ec;
}

.fashion-icon-card span img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.fashion-more-card span {
  color: #6d20df;
  font-size: 30px;
}

.fashion-icon-card strong {
  color: #111;
  font-size: 14px;
}

.fashion-product-shelves {
  display: grid;
  grid-template-columns: 1.1fr .8fr .8fr;
  gap: 20px;
}

.fashion-product-shelf {
  min-width: 0;
}

.fashion-product-shelf .fashion-product-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.fashion-product-shelf--wide .fashion-product-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.fashion-product-card {
  border-color: #ece8f3;
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(30, 13, 62, .06);
}

.fashion-product-media {
  aspect-ratio: 1 / 1.18;
  border-radius: 7px;
  margin: 8px 8px 0;
}

.fashion-sale-badge,
.fashion-new-badge {
  border-radius: 5px;
  font-size: 11px;
}

.fashion-wishlist {
  display: grid;
  place-items: center;
  border: 1px solid #ddd8e8;
  box-shadow: 0 5px 14px rgba(0,0,0,.08);
}

.fashion-product-copy {
  padding: 8px 10px 6px;
}

.fashion-product-copy .product-name {
  min-height: 34px;
  margin-bottom: 5px;
  color: #111;
  font-size: 13px !important;
  font-weight: 900;
  line-height: 1.3;
}

.fashion-product-copy p {
  margin-bottom: 4px;
}

.fashion-product-copy .selling_price {
  color: #111;
  font-size: 14px;
  font-weight: 900;
}

.fashion-product-copy del {
  color: #8e8798;
  font-size: 12px;
}

.fashion-rating {
  margin: 0;
  color: #222;
}

.fashion-rating i {
  color: #ff9f1a;
}

.fashion-card-action,
.fashion-whatsapp-action {
  min-height: 30px;
  margin: 0 10px 6px;
  border: 0;
  border-radius: 6px;
  color: #fff;
  background: linear-gradient(135deg, #7b28e8, #5b16c9);
  font-size: 13px;
  font-weight: 900;
}

.fashion-whatsapp-action {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  background: #009f4d;
  text-decoration: none;
}

.fashion-card-action:hover,
.fashion-whatsapp-action:hover {
  color: #fff;
  filter: brightness(.95);
}

.fashion-offers {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.fashion-promo-card {
  min-height: 200px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 42%;
  align-items: stretch;
  overflow: hidden;
  border-radius: 10px;
  color: #1a1230;
  background: #f3defd;
}

.fashion-promo-card--peach {
  background: #ffd6cc;
}

.fashion-promo-card--mint {
  background: #d6f3e8;
}

.fashion-promo-card > div {
  position: relative;
  z-index: 1;
  padding: 24px;
}

.fashion-promo-card span {
  display: block;
  margin-bottom: 14px;
  color: #29154f;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.fashion-promo-card h2 {
  margin: 0 0 5px;
  color: #241047;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.05;
}

.fashion-promo-card p,
.fashion-promo-card small {
  display: block;
  margin-bottom: 12px;
  color: #241047;
  font-size: 14px;
}

.fashion-promo-card a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 14px;
  color: #121212;
  font-size: 15px;
  font-weight: 900;
  text-decoration: none;
}

.fashion-promo-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  mix-blend-mode: multiply;
}

.fashion-service-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  padding-bottom: 26px;
}

.fashion-service-strip span {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  min-height: 66px;
  padding: 12px 14px;
  border: 1px solid #ece8f3;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(30, 13, 62, .05);
}

.fashion-service-strip i {
  grid-row: span 2;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: #6d20df;
  border: 1px solid #d7c8f3;
  border-radius: 8px;
  font-size: 18px;
}

.fashion-service-strip b,
.fashion-service-strip small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fashion-service-strip b {
  color: #111;
  font-size: 13px;
}

.fashion-service-strip small {
  color: #5f5a68;
  font-size: 11px;
}

.j-footer {
  margin: 0 6px 0;
  padding: 28px 34px 86px;
  border-radius: 24px 24px 0 0;
  color: #fff;
  background:
    radial-gradient(circle at 10% 0%, rgba(116, 41, 222, .35), transparent 34%),
    linear-gradient(135deg, #160929, #22113d 58%, #11081f);
}

.j-footer a {
  color: rgba(255,255,255,.86);
  text-decoration: none;
}

.j-footer-spotlight,
.j-footer-content,
.j-footer-social,
.j-footer-bottom {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}

.j-footer-spotlight {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 26px;
}

.j-footer-identity {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 18px;
  max-width: 410px;
}

.j-footer-logo {
  width: 86px;
  height: 86px;
  display: block;
  overflow: hidden;
  border-radius: 16px;
  background: #fff;
}

.j-footer-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.j-footer-identity small,
.j-footer-heading,
.j-footer-social small {
  display: block;
  color: #48f08d;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.j-footer-identity strong {
  display: block;
  color: #fff;
  font-size: 25px;
  font-weight: 900;
}

.j-footer-identity p {
  margin: 8px 0 0;
  color: rgba(255,255,255,.82);
  font-size: 14px;
  line-height: 1.55;
}

.j-footer-actions {
  display: grid;
  gap: 14px;
  min-width: 255px;
}

.j-footer-whatsapp,
.j-footer-app {
  min-height: 78px;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) 16px;
  gap: 12px;
  align-items: center;
  padding: 14px 16px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 12px;
  color: #fff;
  background: rgba(255,255,255,.06);
}

.j-footer-whatsapp > i:first-child,
.j-footer-app > i:first-child {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: #fff;
  background: #08c760;
  font-size: 26px;
}

.j-footer-whatsapp span,
.j-footer-app span {
  display: grid;
}

.j-footer-whatsapp small,
.j-footer-app small {
  color: #70f19d;
  font-size: 12px;
  font-weight: 800;
}

.j-footer-whatsapp strong,
.j-footer-app strong {
  color: #fff;
  font-size: 15px;
  font-weight: 900;
}

.j-footer-content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 38px;
  padding-top: 8px;
}

.j-footer-heading {
  margin-bottom: 14px;
  color: #fff;
}

.j-footer-link-grid,
.j-footer-contact,
.j-footer-legal {
  display: grid;
  gap: 10px;
}

.j-footer-link-grid a,
.j-footer-legal a,
.j-footer-contact a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255,255,255,.83);
  font-size: 14px;
}

.j-footer-contact a span {
  width: 22px;
  color: #fff;
}

.j-footer-contact a b {
  font-weight: 600;
}

.j-footer-social {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 26px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.12);
}

.j-social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.j-social-links a {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255,255,255,.1);
}

.j-social-links span {
  display: none;
}

.j-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin-top: 20px;
  color: rgba(255,255,255,.72);
  font-size: 13px;
}

@media (max-width: 1199px) {
  .cloth-brand-copy a {
    font-size: 24px;
  }
  .cloth-top-link span {
    display: none;
  }
  .fashion-icon-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .fashion-product-shelves {
    grid-template-columns: 1fr;
  }
  .fashion-product-shelf .fashion-product-grid,
  .fashion-product-shelf--wide .fashion-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .cloth-store-topbar {
    margin: 0 0 12px;
    border-radius: 0 0 18px 18px;
  }
  .cloth-store-topbar .container-fluid {
    flex-wrap: wrap;
    gap: 10px;
  }
  .cloth-store-brand-wrap {
    flex: 1 1 auto;
  }
  .cloth-menu-btn {
    width: 34px;
    height: 34px;
    font-size: 22px;
  }
  .cloth-brand-copy a {
    font-size: 20px;
  }
  .cloth-brand-copy small {
    font-size: 11px;
  }
  .cloth-top-search {
    order: 3;
    flex-basis: 100%;
    max-width: none;
    min-height: 42px;
  }
  .cloth-top-search input {
    padding: 0 12px;
    font-size: 12px;
  }
  .cloth-top-search button {
    width: 40px;
    height: 40px;
    font-size: 17px;
  }
  .cloth-top-link {
    display: none;
  }
  .cloth-store-topbar .add-to-cart-btn {
    width: 38px;
    height: 38px;
  }
  .banner-section {
    margin: 0 14px;
  }
  .banner-section .banner-img,
  .banner-section .hero-inner-lite,
  .banner-section .banner-video-wrapper {
    height: 245px !important;
  }
  .cloth-hero-copy {
    left: 26px !important;
    right: 26px !important;
  }
  .cloth-hero-copy span {
    font-size: 20px;
  }
  .cloth-hero-copy h1 {
    font-size: 34px;
  }
  .cloth-hero-copy p {
    max-width: 220px;
    font-size: 12px;
  }
  .fashion-trust-row.px-50 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 14px 14px 0;
    padding: 12px !important;
    gap: 10px;
  }
  .fashion-trust-row.px-50 span {
    border: 1px solid #eee8f8;
    border-radius: 10px;
    padding: 8px;
    grid-template-columns: 30px minmax(0, 1fr);
  }
  .fashion-trust-row.px-50 i {
    width: 28px;
    height: 28px;
    font-size: 18px;
  }
  .fashion-trust-row.px-50 b {
    font-size: 11px;
  }
  .fashion-trust-row.px-50 small {
    font-size: 10px;
  }
  .fashion-icon-grid {
    display: flex;
    overflow-x: auto;
    gap: 14px;
    padding-bottom: 6px;
  }
  .fashion-icon-card {
    min-width: 72px;
  }
  .fashion-icon-card span {
    width: 62px;
    height: 62px;
  }
  .fashion-icon-card strong {
    font-size: 11px;
  }
  .fashion-product-shelf .fashion-product-grid,
  .fashion-product-shelf--wide .fashion-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .fashion-offers {
    grid-template-columns: 1fr;
  }
  .fashion-promo-card {
    min-height: 155px;
  }
  .fashion-promo-card > div {
    padding: 16px;
  }
  .fashion-promo-card h2 {
    font-size: 22px;
  }
  .fashion-service-strip {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .j-footer {
    margin: 0;
    padding: 22px 16px 88px;
    border-radius: 18px 18px 0 0;
  }
  .j-footer-spotlight,
  .j-footer-social,
  .j-footer-bottom {
    flex-direction: column;
  }
  .j-footer-content {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .j-footer-identity {
    grid-template-columns: 64px minmax(0, 1fr);
  }
  .j-footer-logo {
    width: 64px;
    height: 64px;
  }
}
@font-face {
  font-family: "Mona-Sans";
  font-style: normal;
  font-weight: 500;
  src: url("/assets/fonts/Mona-Sans-MediumWide.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Mona-Sans";
  font-style: normal;
  font-weight: 600;
  src: url("/assets/fonts/Mona-Sans-SemiBoldWide.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Mona-Sans";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/fonts/Mona-Sans-BoldWide.ttf") format("truetype");
  font-display: swap;
}
body {
  font-family: "Mona-Sans";
  font-weight: 400 !important;
  -webkit-font-smoothing: antialiased;
}

.btn {
  border-radius: 0px;
  font-weight: 600;
  padding: 7px 11px;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}
.btn:focus {
  box-shadow: none !important;
  outline: none !important;
}

.btn-primary {
  color: #ffffff;
  background-color: #27262E;
  border: 1px solid #27262E;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.active {
  color: #27262E;
  background-color: #ffffff;
  border: 1px solid #27262E;
}

.section-heading {
  margin-bottom: 28px;
}
@media (max-width: 575px) {
  .section-heading {
    margin-bottom: 20px;
  }
}

/* Cloth stock states */
body.cloth-home-page .fashion-stock-badge,
body.cloth-products-page .fashion-stock-badge,
body.cloth-product-detail-body .fashion-stock-badge {
  position: absolute !important;
  top: 10px !important;
  left: 10px !important;
  z-index: 5 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 26px !important;
  padding: 5px 10px !important;
  border-radius: 999px !important;
  background: #ef233c !important;
  color: #fff !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  box-shadow: 0 10px 22px rgba(239, 35, 60, .25) !important;
}

body.cloth-products-page .product-all-img,
body.cloth-product-detail-body .recommended-product-section .product-img {
  position: relative !important;
}

body.cloth-home-page .is-out-of-stock .product-image,
body.cloth-products-page .is-out-of-stock .product-image,
body.cloth-product-detail-body .is-out-of-stock .product-image {
  filter: grayscale(.25) brightness(.88) !important;
}

body.cloth-home-page .fashion-card-action.disabled,
body.cloth-home-page .fashion-whatsapp-action.disabled,
body.cloth-products-page .addToCartBtn.disabled,
body.cloth-products-page .addToCartBtn:disabled,
body.cloth-products-page .addToCartButton.disabled,
body.cloth-products-page .addToCartButton:disabled,
body.cloth-product-detail-body .addToCartBtn.disabled,
body.cloth-product-detail-body .addToCartBtn:disabled,
body.cloth-product-detail-body .view-options-btn.disabled,
body.cloth-product-detail-body .view-options-btn:disabled,
body.cloth-product-detail-body .cloth-detail-whatsapp-btn.disabled,
body.cloth-home-page .whatsapp-btn.disabled,
body.cloth-home-page .whatsapp-btn:disabled {
  pointer-events: none !important;
  cursor: not-allowed !important;
  opacity: .62 !important;
  background: #a8a2ad !important;
  color: #fff !important;
  box-shadow: none !important;
  transform: none !important;
}
.section-heading h2 {
  font-size: 30px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .section-heading h2 {
    font-size: 26px;
  }
}
@media (max-width: 575px) {
  .section-heading h2 {
    font-size: 22px;
  }
}

.row-gap-4 {
  row-gap: 20px;
}

.row-gap-3 {
  row-gap: 16px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-30 {
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .mb-30 {
    margin-bottom: 20px;
  }
}

.mb-40 {
  margin-bottom: 40px;
}
@media (max-width: 575px) {
  .mb-40 {
    margin-bottom: 30px;
  }
}

.mb-50 {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .mb-50 {
    margin-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .mb-50 {
    margin-bottom: 35px;
  }
}

.px-50 {
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 991px) {
  .px-50 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 575px) {
  .px-50 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.pt-30 {
  padding-top: 30px;
}

.fw-5 {
  font-weight: 500;
}

.fw-6 {
  font-weight: 600;
}

.fw-7 {
  font-weight: 700;
}

.fs-12 {
  font-size: 12px;
}

.fs-14 {
  font-size: 14px;
}
@media (max-width: 575px) {
  .fs-14 {
    font-size: 13px;
  }
}

.fs-16 {
  font-size: 16px;
}
@media (max-width: 575px) {
  .fs-16 {
    font-size: 14px;
  }
}

.fs-18 {
  font-size: 18px;
}
@media (max-width: 575px) {
  .fs-18 {
    font-size: 16px;
  }
}

.fs-20 {
  font-size: 20px;
}
@media (max-width: 991px) {
  .fs-20 {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .fs-20 {
    font-size: 16px;
  }
}

.fs-24 {
  font-size: 24px;
}
@media (max-width: 991px) {
  .fs-24 {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .fs-24 {
    font-size: 16px;
  }
}

.fs-26 {
  font-size: 26px;
}
@media (max-width: 991px) {
  .fs-26 {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .fs-26 {
    font-size: 20px;
  }
}

.fs-28 {
  font-size: 28px;
}
@media (max-width: 991px) {
  .fs-28 {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .fs-28 {
    font-size: 22px;
  }
}

a {
  text-decoration: none;
}

.text-gray-200 {
  color: #999999 !important;
}

.main-content {
  max-width: 1300px;
  min-height: 100vh;
  background-color: #ffffff;
  position: relative;
}

.object-fit-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.view-more-btn {
  width: -moz-fit-content;
  width: fit-content;
  background-color: #ffffff !important;
  border: 1px solid #27262E !important;
  color: #000000;
  padding: 13px 18px;
  border-radius: 30px;
  transition: 0.3s all ease-in-out;
  gap: 20px;
}
.view-more-btn:hover {
  background-color: #27262E !important;
  color: #ffffff !important;
}

.product-list-section .row {
  margin-bottom: 20px !important;
}
.product-list-section .row:last-child {
  margin-bottom: 0px !important;
}

.slick-arrow {
  width: 40px;
  min-width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background-color: rgba(153, 153, 153, 0.1019607843);
  color: #27262E;
  position: absolute;
  border: none !important;
  top: -43px;
}
@media (max-width: 991px) {
  .slick-arrow {
    width: 36px;
    min-width: 36px;
    height: 36px;
  }
}
.slick-arrow svg {
  fill: #999999;
}
.slick-arrow:hover svg, .slick-arrow:focus svg, .slick-arrow.active svg {
  fill: #27262E;
}
.slick-arrow.prev-arrow {
  left: auto;
  right: 66px;
}
@media (max-width: 991px) {
  .slick-arrow.prev-arrow {
    right: 60px;
  }
}
.slick-arrow.next-arrow {
  right: 10px;
}

.banner-section .banner-img {
  aspect-ratio: 3.25;
}

.filter-section {
  padding-bottom: 10px;
  border-bottom: 1px solid #999999;
}
.filter-section .search-icon {
  left: 15px;
  top: 13px;
}
@media (max-width: 576px) {
  .filter-section .search-icon {
    top: 8px;
  }
  .filter-section .search-icon svg {
    width: 16px;
    height: 16px;
  }
}
.filter-section .serach-input {
  background-color: rgba(153, 153, 153, 0.1019607843);
  border: none !important;
  padding: 16px 16px 15px 50px;
  max-width: 250px;
  border-radius: 10px;
}
@media (max-width: 576px) {
  .filter-section .serach-input {
    padding: 12px 12px 12px 40px;
  }
}
.filter-section .serach-input ::-moz-placeholder {
  color: #999999;
}
.filter-section .serach-input ::placeholder {
  color: #999999;
}
.filter-section .serach-input:focus {
  box-shadow: none !important;
}

.select-all-section {
  background-color: rgba(153, 153, 153, 0.0509803922);
  padding: 5px 5px;
  border-radius: 10px;
}
.select-all-section .custom-select-box {
  padding: 20px 14px;
  background-color: #ffffff;
  border-radius: 10px;
}
@media (max-width: 991px) {
  .select-all-section .custom-select-box {
    padding: 17px 25px;
  }
}
@media (max-width: 576px) {
  .select-all-section .custom-select-box {
    padding: 14px 20px;
  }
}
.select-all-section .custom-select-options {
  position: absolute;
  top: 70px;
  left: 0;
  right: 0;
  background-color: white;
  border-top: none;
  border-radius: 5px;
  overflow-y: auto;
  display: none;
  z-index: 10;
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.2509803922);
}
@media (max-width: 991px) {
  .select-all-section .custom-select-options {
    top: 62px !important;
  }
}
@media (max-width: 576px) {
  .select-all-section .custom-select-options {
    top: 55px !important;
  }
}
.select-all-section .custom-select-option {
  padding: 10px;
  cursor: pointer;
}
.select-all-section .custom-select-option:hover {
  background-color: #27262E;
  color: #ffffff !important;
}
.select-all-section .custom-arrow-select {
  right: 30px;
  top: 0;
  bottom: 0;
}
@media (max-width: 576px) {
  .select-all-section .custom-arrow-select {
    right: 22px;
  }
}
.select-all-section .custom-arrow-select.rtl-arrow {
  left: 30px;
  right: auto;
}
.select-all-section .custom-dropdown {
  border-radius: 10px;
  padding: 19px 30px 19px 38px;
}
@media (max-width: 991px) {
  .select-all-section .custom-dropdown {
    padding: 15px 25px;
  }
}
@media (max-width: 576px) {
  .select-all-section .custom-dropdown {
    padding: 12px 20px;
  }
}
.select-all-section .custom-dropdown .dropdown-toggle svg {
  transition: 0.3s all ease-in-out;
}
.select-all-section .custom-dropdown .dropdown-toggle.show svg {
  transform: rotate(180deg);
}
.select-all-section .custom-dropdown .dropdown-toggle::after {
  content: none !important;
}
.select-all-section .form-check {
  padding: 11px 15px 11px 15px;
  border-top: 1px solid rgba(153, 153, 153, 0.3019607843);
  border-bottom: 1px solid rgba(153, 153, 153, 0.3019607843);
  min-height: auto !important;
}
.select-all-section .dropdown-menu {
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.2509803922);
  padding: 10px;
  border-radius: 5px;
}
.select-all-section .dropdown-menu.show {
  display: table !important;
  width: 100% !important;
  left: 0 !important;
  transform: none !important;
  top: 70px !important;
}
@media (max-width: 991px) {
  .select-all-section .dropdown-menu.show {
    top: 62px !important;
  }
}
@media (max-width: 576px) {
  .select-all-section .dropdown-menu.show {
    top: 55px !important;
  }
}
.select-all-section .form-check-input {
  width: 15px;
  height: 15px;
  min-width: 15px;
  border: 1px solid #999999;
}
.select-all-section .form-check-input:checked {
  background-color: #27262E !important;
  border: 1px solid #27262E !important;
}
.select-all-section .form-check-input:focus, .select-all-section .form-check-input:active {
  box-shadow: none !important;
}

.all-items-section {
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .all-items-section {
    margin-bottom: 80px;
  }
}
@media (max-width: 575px) {
  .all-items-section {
    margin-bottom: 60px;
  }
}
.all-items-section .product-card {
  border-radius: 10px;
  padding: 5px;
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.2509803922);
}
.all-items-section .product-card .product-all-img {
  max-height: 215px;
  border-radius: 7px;
}
.all-items-section .product-card .product-all-img img {
  aspect-ratio: 1.2555;
  border-radius: 7px;
}
.all-items-section .product-card .product-details {
  padding: 0px 5px 5px 5px;
}
.all-items-section .form-control {
  background-color: rgba(153, 153, 153, 0.1019607843);
  border: none;
  border-radius: 10px;
  color: #999999;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  padding: 14px 20px;
}
.all-items-section .form-control::-moz-placeholder {
  color: #999999;
}
.all-items-section .form-control::placeholder {
  color: #999999;
}
.all-items-section .form-control:focus {
  box-shadow: none;
}

.page-number {
  margin-bottom: 150px;
}
.page-number .pagination {
  gap: 20px;
}
@media (max-width: 576px) {
  .page-number .pagination {
    gap: 10px;
  }
}
.page-number .page-item {
  border-radius: 10px !important;
}
.page-number .page-item.disabled .page-link {
  color: #999999;
}
@media (max-width: 575px) {
  .page-number .page-item.disabled .page-link {
    font-size: 14px;
    width: auto;
    height: auto;
    min-width: auto;
    border: none !important;
  }
}
.page-number .page-item .page-link {
  border: 1px solid #999999;
  background-color: transparent;
  color: #000000;
  width: 50px;
  height: 50px;
  min-width: 50px;
  border-radius: 10px !important;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: 600;
  box-shadow: none !important;
  transition: 0.3s all ease-in-out;
}
@media (max-width: 991px) {
  .page-number .page-item .page-link {
    font-size: 16px;
    width: 40px;
    height: 40px;
    min-width: 40px;
  }
}
@media (max-width: 575px) {
  .page-number .page-item .page-link {
    font-size: 14px;
    width: auto;
    height: auto;
    min-width: auto;
    border: none !important;
  }
}
.page-number .page-item .page-link:hover, .page-number .page-item .page-link.active {
  background-color: #27262E;
  color: #ffffff;
  border: 1px solid #27262E;
}
.page-number .prev {
  margin-right: 40px;
  color: #000000;
  transition: 0.3s all ease-in-out;
}
@media (max-width: 575px) {
  .page-number .prev {
    margin-right: 10px;
  }
}
.page-number .prev:hover {
  color: #999999;
}
.page-number .next {
  margin-left: 40px;
  color: #000000;
  transition: 0.3s all ease-in-out;
}
@media (max-width: 575px) {
  .page-number .next {
    margin-left: 10px;
  }
}
.page-number .next:hover {
  color: #999999;
}

.modal ::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.modal ::-webkit-scrollbar-track {
  background: #ffffff;
}
.modal ::-webkit-scrollbar-thumb {
  background: #999999;
}
.modal .gap-20 {
  gap: 20px;
}
.modal .modal-dialog {
  max-width: 1000px;
  padding: 12px;
}
.modal .modal-dialog .modal-content {
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2509803922);
}
@media (max-width: 575px) {
  .modal .modal-dialog .modal-content {
    margin: 0;
  }
}
.modal .modal-dialog .modal-content .modal-body .table-details {
  border: 1px solid #999999;
  border-radius: 20px;
  padding: 0px 10px;
}
.modal .modal-dialog .modal-content .modal-body .table-details h2 {
  padding: 15px 10px;
  border-bottom: 1px solid #999999;
  line-height: 1.5;
}
.modal .modal-dialog .modal-content .modal-body .table-details .total-details {
  padding: 0px 10px;
}
.modal .modal-dialog .modal-content .modal-body .table-details .total {
  border-top: 1px solid #999999;
}
.modal .modal-dialog .modal-content .modal-body .table-details .order-btn {
  border-radius: 15px;
}
.modal .modal-dialog .modal-content .modal-body .table-details thead th {
  padding: 10px;
  border-bottom: 1px solid #999999;
}
.modal .modal-dialog .modal-content .modal-body .table-details tbody tr:last-child td {
  border-bottom: none !important;
}
.modal .modal-dialog .modal-content .modal-body .table-details tbody td {
  padding: 10px;
  border-bottom: 1px solid #999999;
}
.modal .modal-dialog .modal-content .modal-body .table-details .product-card-box .product-img {
  max-width: 50px;
  max-height: 50px;
  min-width: 50px;
  aspect-ratio: 1;
  border-radius: 10px;
}
.modal .modal-dialog .modal-content .modal-body .table-details .product-card-box .product-img img {
  aspect-ratio: 1;
  border-radius: 10px;
}
.modal .modal-dialog .modal-content .modal-body .table-details .count-btn {
  padding: 0px 5px;
  border-radius: 20px;
  border: 1px solid #000000;
  max-width: 70px;
}
.modal .modal-dialog .modal-content .modal-body .table-details .count-btn svg {
  min-width: 18px;
  cursor: pointer;
}

.modal-backdrop {
  background-color: #ffffff;
  opacity: 0.97 !important;
}

.navbar {
  padding-top: 15px;
  padding-bottom: 15px;
}
.navbar .navbar-brand {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 575px) {
  .navbar .navbar-brand {
    width: 40px;
    min-width: 40px;
    height: 40px;
  }
}
.navbar .language-dropdown .dropdown-item {
  padding: 4px 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  font-size: 14px;
}
.navbar .language-dropdown .dropdown-item:hover {
  background-color: #27262E;
  color: #ffffff;
}
.navbar .language-dropdown .dropdown-item .flag {
  width: 20px;
  height: 20px;
  min-width: 20px;
  border-radius: 4px;
}
.navbar .language-dropdown .flag {
  width: 26px;
  height: 26px;
  min-width: 26px;
  border-radius: 5px;
}
@media (max-width: 991px) {
  .navbar .language-dropdown .flag {
    width: 20px;
    height: 20px;
    min-width: 20px;
  }
}
.navbar .language-dropdown .dropdown-btn {
  border: none;
  background-color: transparent;
  font-weight: 500;
  font-size: 16px;
  padding: 0 33px 0 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 991px) {
  .navbar .language-dropdown .dropdown-btn {
    font-size: 14px;
    gap: 6px;
    padding: 0 22px 0 0;
  }
}
.navbar .language-dropdown .dropdown-arrow {
  position: absolute;
  right: 4px;
  top: 0;
  bottom: 0;
  margin: auto;
  pointer-events: none;
}
@media (max-width: 991px) {
  .navbar .language-dropdown .dropdown-arrow {
    width: 16px;
  }
}
.navbar .language-dropdown .dropdown-menu {
  right: 0;
  left: auto;
  max-width: 100px;
  min-width: 100px;
}
.navbar .add-to-cart-btn {
  width: 50px;
  height: 50px;
  min-width: 50px;
  border-radius: 15px;
  background-color: rgba(39, 38, 46, 0.0705882353);
  border: none;
}
.navbar .add-to-cart-btn svg {
  fill: #000000;
}
.navbar .add-to-cart-btn .cart-count {
  background-color: #27262E;
  width: 16px;
  height: 16px;
  color: #ffffff;
  top: 9px;
  right: 16px;
  border-radius: 50%;
  font-size: 11px;
  font-weight: 700;
}
@media (max-width: 991px) {
  .navbar .add-to-cart-btn .cart-count {
    top: 2px;
    right: 1px;
  }
}
@media (max-width: 991px) {
  .navbar .add-to-cart-btn {
    width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 10px;
  }
  .navbar .add-to-cart-btn svg {
    width: 22px;
  }
}
@media (max-width: 360px) {
  .navbar .add-to-cart-btn {
    width: 35px;
    min-width: 35px;
    height: 35px;
  }
  .navbar .add-to-cart-btn svg {
    width: 17px;
  }
}

footer {
  padding: 15px 30px;
  background-color: #27262E;
  color: #ffffff;
}
@media (max-width: 991px) {
  footer {
    padding: 15px;
  }
}

.banner-section .banner-img {
  aspect-ratio: 2.25;
}
.banner-section .banner-video-wrapper {
  padding-top: 44.45%;
  position: relative;
}
.banner-section .banner-video-wrapper iframe {
  position: absolute !important;
  top: 0;
  left: 0 !important;
  height: 100% !important;
}

.slide-banner-arrow {
  position: absolute !important;
  top: 50% !important;
  z-index: 9999 !important;
  background-color: #ffffff !important;
}
.slide-banner-arrow.prev-arrow {
  left: 10px !important;
}
@media (max-width: 991px) {
  .slide-banner-arrow.prev-arrow {
    left: 10px;
  }
}
.slide-banner-arrow.next-arrow {
  right: 10px !important;
}
@media (max-width: 425px) {
  .slide-banner-arrow {
    top: 40% !important;
  }
}

.slide-trending-arrow {
  position: absolute !important;
  top: 42% !important;
  z-index: 9999 !important;
  background-color: #ffffff !important;
}
.slide-trending-arrow.prev-arrow {
  left: 0px !important;
}
@media (max-width: 991px) {
  .slide-trending-arrow.prev-arrow {
    left: 10px;
  }
}
.slide-trending-arrow.next-arrow {
  right: 0px !important;
}
@media (max-width: 425px) {
  .slide-trending-arrow {
    top: 50% !important;
  }
}

.category-section .section-heading {
  margin-bottom: 30px;
}
.category-section .category-slider .slick-list {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: rgba(39, 38, 46, 0.031372549);
}
.category-section .category-slider .slick-slide {
  padding: 0 12px;
}
.category-section .category-slider .category-box {
  background: #f1f1f2;
  border-radius: 15px;
  padding: 10px;
  min-height: 190px;
  box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
}
@media (max-width: 576px) {
  .category-section .category-slider .category-box {
    min-height: 130px;
  }
}
@media (max-width: 576px) {
  .category-section .category-slider .category-box p {
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.category-section .category-slider .category-box .category-img {
  max-width: 100px;
  max-height: 100px;
  min-height: 100px;
  border-radius: 50%;
  aspect-ratio: 1;
}
.category-section .category-slider .category-box .category-img img {
  border-radius: 50%;
  aspect-ratio: 1;
}
@media (max-width: 576px) {
  .category-section .category-slider .category-box .category-img {
    max-width: 60px;
    max-height: 60px;
    min-height: 60px;
    margin-bottom: 10px !important;
  }
}

.product-section {
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .product-section {
    margin-bottom: 80px;
  }
}
@media (max-width: 576px) {
  .product-section {
    margin-bottom: 60px;
  }
}
.product-section .product-box-section {
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.2509803922);
  padding: 10px 10px 20px 10px;
}
.product-section .product-box-section .product-img {
  max-height: 330px;
}
.product-section .product-box-section .product-img img {
  aspect-ratio: 0.8636;
}

.item-details-section .item-details-card {
  padding: 15px 0;
}
.item-details-section .item-details-card .details-img {
  aspect-ratio: 1.22;
  border-radius: 10px;
  overflow: hidden;
}
.item-details-section .item-details-card .slider-nav {
  margin-left: -10px;
  margin-right: -8px;
}
.item-details-section .item-details-card .thumbnail-img {
  aspect-ratio: 1;
  cursor: pointer;
  margin: 0 10px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid transparent;
}
@media (max-width: 360px) {
  .item-details-section .item-details-card .thumbnail-img {
    margin: 0 6px;
  }
}
.item-details-section .item-details-card .read-more-btn {
  font-size: 12px;
  border-radius: 20px;
  padding: 8px 18px;
  background-color: #f2f2f2;
  color: #999999;
}
.item-details-section .slick-current .thumbnail-img {
  border: 1px solid black;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2509803922);
}

.recommended-product-section {
  margin-bottom: 285px;
}
@media (max-width: 575px) {
  .recommended-product-section {
    margin-bottom: 50px;
  }
}
.recommended-product-section .product-slider {
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.2509803922);
  padding: 10px 4px;
}
.recommended-product-section .product-slider .slick-slide {
  padding: 0 6px;
}
.recommended-product-section .product-slider .slick-slide .product-card {
  max-width: 285px;
  margin: 0 auto;
}
.recommended-product-section .product-slider .slick-slide .product-card .product-img {
  max-height: 330px;
}
.recommended-product-section .product-slider .slick-slide .product-card .product-img img {
  aspect-ratio: 0.8636;
}

.btn-primary.disabled,
.btn-primary:disabled {
  background-color: #27262E !important;
  border-color: #27262E !important;
}

.page-item.active .page-link {
  background-color: #27262E !important; /* Change to your desired color */
  border-color: #27262E !important;
  color: #ffffff !important;
}

.count-modal-btn {
  padding: 0px 5px !important;
}

.order-modal-dialog .modal-content {
  padding: 20px 30px 30px 30px;
  border-radius: 20px;
  border: none;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2509803922);
  margin: 12px;
}

.add-to-cart-min-w-127px {
  min-width: 127px !important;
}

.add-to-cart-min-w-142px {
  min-width: 142px !important;
}

.slick-dots li {
  width: 8px !important;
  height: 8px !important;
  padding: 0;
}
.slick-dots li button {
  width: 8px !important;
  height: 8px !important;
  padding: 0;
  border-radius: 8px !important;
  background-color: #27262E !important;
  opacity: 0.5 !important;
}
.slick-dots li button:before {
  display: none;
}
.slick-dots li.slick-active {
  width: 24px !important;
  height: 8px !important;
}
.slick-dots li.slick-active button {
  width: 24px !important;
  height: 8px !important;
  background-color: #27262E !important;
  opacity: 1 !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.active {
  background-color: #27262E !important;
  color: #ffffff !important;
}

.category-arrow {
  background-color: #f9f9f9;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
  top: -65px !important;
}
.category-arrow svg {
  fill: #737373;
}

.out-of-stock-text {
  font-size: 0.5em !important;
}

.pwa-support {
  width: 100%;
  max-width: 400px;
  height: auto !important;
  position: fixed !important;
  bottom: 20px;
  z-index: 99999 !important;
  background: white;
  padding: 24px;
  border-radius: 32px;
  box-shadow: 0 7px 8px 0 #848181, 0 0px 11px 0 #000000;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.pwa-support .pwa-heading {
  font-size: 20px;
  margin-bottom: 12px;
  font-weight: 600;
}
.pwa-support .pwa-text {
  margin-bottom: 16px;
  font-size: 0.875rem !important;
}

.pwa-install-button {
  border-radius: 15px !important;
  color: #ffffff;
  background-color: #27262E;
  border: 1px solid #27262E;
}
.pwa-install-button:hover, .pwa-install-button:focus, .pwa-install-button.active {
  color: #ffffff;
}

.pwa-cancel-button {
  background-color: #adb5bd !important;
  color: #000000 !important;
  border-radius: 15px !important;
  padding: 9px 26px !important;
  border: none !important;
  font-weight: 500 !important;
  font-size: 0.875rem !important;
}
.pwa-cancel-button:hover {
  background-color: #d1d5db !important;
  border: none !important;
  color: #000000 !important;
}

.main-content.rtl .category-section .category-slider .prev-arrow {
  left: 10px !important;
  right: auto !important;
}
.main-content.rtl .category-section .category-slider .next-arrow {
  left: 66px !important;
  right: auto !important;
}

.count-product {
  right: -12px;
  top: -3px;
}

.modal-dialog.news-modal {
  max-width: 500px;
  width: 100%;
}

#newsLetter-content {
  padding: 1.75rem;
  border-radius: 0.475rem;
  background-color: rgba(153, 153, 153, 0.1019607843);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

.newsmodal-title {
  color: #27262E;
}

.email-input {
  max-width: 400px;
  margin: 0 auto;
  color: #5e6278 !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.email-input input {
  flex-grow: 1;
  margin-right: 0.5rem;
}
.email-input .btn {
  padding: 5px 10px !important;
}

.newsmodal-header {
  position: relative;
}
.newsmodal-header .btn-close {
  position: absolute;
  top: -15px;
  right: -10px;
  width: 1.25rem;
  height: 1.25rem;
  background-size: 1.25rem;
  opacity: 1;
  filter: brightness(0) saturate(100%) invert(30%) sepia(20%) saturate(200%) hue-rotate(0deg) brightness(95%) contrast(95%);
}

#email-send {
  background: #27262E !important;
  color: white !important;
  font-size: 15px !important;
  border: none !important;
  border-radius: 8px !important;
}

.businesshour-item {
  border-radius: 0px;
  position: relative;
  background: #f9f9f9;
  padding: 10px;
  text-align: center;
  justify-content: center;
}

.time-icons {
  background-color: #27262E;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px;
}
@media (max-width: 575px) {
  .time-icons {
    width: 45px;
    height: 45px;
  }
}

.row-gap-3 {
  row-gap: 16px !important;
}

.btn-section {
  position: absolute;
  top: 50%;
  right: 80px;
  z-index: 9;
}
.btn-section .fixed-btn-section {
  position: fixed;
  top: 50%;
  display: flex;
  align-items: center;
}
.btn-section .fixed-btn-section .whatsapp-store-bars-btn {
  background-color: #27262E;
}
.btn-section .fixed-btn-section .bars-btn {
  width: 65px;
  height: 65px;
  min-width: 65px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.btn-section .fixed-btn-section .sub-btn {
  position: absolute;
  right: 75px;
  display: none;
  top: -55px;
}
.btn-section .fixed-btn-section .sub-btn .whatsapp-store-btn-group {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #27262E;
  border: none;
}
.btn-section .fixed-btn-section .sub-btn .whatsapp-store-btn-group i {
  font-size: 24px;
  color: white;
}

.btn-section.rtl {
  right: auto !important;
  left: 80px !important;
  top: 50% !important;
}
.btn-section.rtl .fixed-btn-section .sub-btn {
  right: auto;
  left: 75px;
  top: -55px;
}

.zoom-container {
  overflow: hidden;
  cursor: crosshair;
  position: relative;
}

.zoomable-image {
  transition: transform 0.3s ease;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.trending-videos-section {
  padding: 40px 0;
  width: 100%;
}

.trending-videos-slider {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.trending-videos-slider .slick-list {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.trending-videos-slider .slick-track {
  display: flex;
  align-items: flex-start;
}

.trending-videos-slider .slick-slide {
  padding: 0 5px;
  box-sizing: border-box;
}

.trending-video-slide {
  display: flex !important;
  justify-content: center;
}

.video-wrapper {
  position: relative;
  width: 210px;
  height: 430px;
  border-radius: 15px;
  overflow: hidden;
  margin: 0 auto;
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}

.video-wrapper:hover {
  transform: translateY(-8px);
}

.video-wrapper iframe {
  width: 210px;
  height: 360px;
  border: none;
  border-radius: 15px;
  cursor: pointer;
  display: block;
}

.video-click-overlay {
  position: absolute;
  top: 25px;
  left: 0;
  width: 210px;
  height: 360px;
  background: transparent;
  cursor: pointer;
  z-index: 10;
  border-radius: 15px;
}

.video-click-overlay:hover {
  background: rgba(255, 255, 255, 0.1);
  transition: background 0.3s ease;
}

/* Modal styles */
.video-popup-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  animation: videoFadeIn 0.3s ease;
}

@keyframes videoFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.video-modal-content {
  position: relative;
  margin: 2% auto;
  width: 90%;
  max-width: 1200px;
  height: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-modal-close {
  position: absolute;
  top: -40px;
  right: 0;
  color: white;
  font-size: 35px;
  font-weight: bold;
  cursor: pointer;
  z-index: 10001;
  transition: color 0.3s ease;
}

.video-modal-close:hover {
  color: #ff6b6b;
}

.video-modal-container {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  background: #000;
  border-radius: 10px;
  overflow: hidden;
}

.video-modal-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.video-wrapper iframe {
  border-radius: 30px 30px 30px 30px;
  position: relative;
  background: #27262E;
  padding: 5px 5px 5px 5px;
  margin-top: 25px;
  text-align: center;
  justify-content: center;
}
@media (max-width: 575px) {
  .video-wrapper iframe {
    padding: 5px 5px 5px 5px;
  }
}

@media (max-width: 1024px) and (min-width: 769px) {
  .trending-videos-section {
    padding: 30px 0;
  }
  .trending-videos-slider .slick-slide {
    padding: 0 3px;
  }
}
@media (max-width: 768px) and (min-width: 481px) {
  .trending-videos-section {
    padding: 25px 0;
  }
  .video-modal-content {
    margin: 5% auto;
    width: 95%;
    height: 85%;
  }
  .video-modal-close {
    top: -35px;
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .trending-videos-section {
    padding: 20px 0;
  }
  .trending-videos-slider {
    padding: 0 15px;
  }
  .trending-videos-slider .slick-slide {
    padding: 0;
  }
  .video-wrapper {
    width: 180px;
    height: 375px;
  }
  .video-wrapper iframe {
    width: 180px;
    height: 350px;
  }
  .video-click-overlay {
    width: 180px;
    height: 350px;
  }
  .video-modal-content {
    margin: 8% auto;
    width: 95%;
    height: 80%;
  }
  .video-modal-close {
    top: -35px;
    font-size: 28px;
  }
}
@media (max-width: 360px) {
  .trending-videos-section {
    padding: 15px 0;
  }
  .trending-videos-slider {
    padding: 0 10px;
  }
  .video-wrapper {
    width: 160px;
    height: 335px;
  }
  .video-wrapper iframe {
    width: 160px;
    height: 310px;
  }
  .video-click-overlay {
    width: 160px;
    height: 310px;
  }
}
.store-announcement {
  background: #f1f1f2;
  border-top: 2px solid #27262E;
  border-bottom: 2px solid #27262E;
  padding: 6px 0;
  font-weight: 600;
  color: #444;
}
.store-announcement__track {
  display: inline-flex;
  width: -moz-max-content;
  width: max-content;
  min-width: 100%;
  animation: beauty-store-announcement-scroll var(--cloth-offer-speed, 10s) linear infinite;
  will-change: transform;
}
.store-announcement__content {
  display: inline-flex;
  flex-shrink: 0;
}
.store-announcement__item {
  display: inline-block;
  padding-right: 3rem;
}

@keyframes beauty-store-announcement-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/* Professional clothing storefront polish */
:root {
  --cloth-ink: #111111;
  --cloth-muted: #747474;
  --cloth-line: #e8e8e8;
  --cloth-soft: #f7f7f7;
  --cloth-accent: #f59e0b;
  --cloth-green: #168c43;
}

body {
  background: #ffffff;
  color: var(--cloth-ink);
}

.main-content {
  max-width: 1480px;
  background: #fff;
  padding-bottom: 0;
}

.navbar {
  position: sticky !important;
  top: 0;
  z-index: 30;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(17, 17, 17, 0.07);
  box-shadow: 0 8px 28px rgba(17, 17, 17, 0.04);
  backdrop-filter: blur(14px);
}

.navbar .navbar-brand {
  width: 42px;
  height: 42px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid var(--cloth-line);
}

.navbar .fw-5.fs-18 a,
.navbar .fw-6.fs-18 a,
.navbar span.fw-6,
.navbar span.fw-5 {
  font-size: 18px !important;
  line-height: 1.1;
  font-weight: 800 !important;
  letter-spacing: 0;
}

.navbar .add-to-cart-btn {
  width: 42px;
  height: 42px;
  border: 1px solid var(--cloth-line);
  border-radius: 50%;
  background: #fff;
  color: var(--cloth-ink);
}

.navbar .add-to-cart-btn svg {
  width: 21px;
  height: 21px;
}

.product-count-badge {
  min-width: 17px;
  height: 17px;
  padding: 0 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ef1d1d !important;
  border: 2px solid #fff;
  font-size: 10px;
  line-height: 1;
}

.banner-section {
  padding: 18px 50px 0;
  border-radius: 0 !important;
  position: relative;
}

.banner-section::after {
  content: "";
  position: absolute;
  left: 50px;
  right: 50px;
  top: 18px;
  bottom: 0;
  z-index: 2;
  border-radius: 8px;
  background: linear-gradient(90deg, rgba(0,0,0,.66), rgba(0,0,0,.18) 52%, rgba(0,0,0,0));
  pointer-events: none;
}

.banner-section .banner-img,
.banner-section .hero-inner-lite,
.banner-section .banner-video-wrapper {
  height: clamp(280px, 45vw, 540px);
  border-radius: 8px !important;
  overflow: hidden;
  border: 0 !important;
  box-shadow: none;
  background: #111;
}

.banner-section .banner-img {
  position: relative;
}

.banner-section .banner-img::after {
  display: none;
}

.banner-section .banner-img img {
  object-position: center;
}

.cloth-hero-copy {
  position: absolute;
  left: 84px;
  top: 54%;
  z-index: 4;
  max-width: 520px;
  color: #fff;
  transform: translateY(-50%);
}

.cloth-hero-copy span {
  display: block;
  margin-bottom: 10px;
  color: #f8c04d;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.cloth-hero-copy h1 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 42px;
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: 0;
}

.cloth-hero-copy p {
  max-width: 430px;
  margin: 0 0 22px;
  color: rgba(255,255,255,.86);
  font-size: 14px;
  line-height: 1.6;
}

.cloth-hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 18px;
  border-radius: 8px;
  background: #fff;
  color: #111;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
}

.cloth-hero-btn:hover {
  color: #111;
  background: #f8c04d;
}

.store-announcement {
  margin-top: 14px;
  border: 0 !important;
  background: #111 !important;
  color: #fff !important;
  font-size: 12px;
  letter-spacing: 0;
}

.section-heading {
  margin-bottom: 18px;
}

.section-heading h2 {
  font-size: 21px;
  font-weight: 800;
  letter-spacing: 0;
}

.category-section,
.product-section,
.all-items-section,
.recommended-product-section,
.item-details-section {
  background: #fff;
}

.category-section .category-slider .slick-track {
  display: flex;
  gap: 12px;
}

.category-section .category-slider .slick-slide {
  padding: 0 6px;
}

.category-section .category-slider .category-box {
  min-height: 164px;
  padding: 0;
  border: 1px solid var(--cloth-line);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  transition: transform .2s ease, border-color .2s ease;
}

.category-section .category-slider .category-box:hover {
  transform: translateY(-2px);
  border-color: #cfcfcf;
}

.category-section .category-slider .category-box .category-img {
  width: 100%;
  height: 122px;
  margin: 0 0 8px !important;
  border-radius: 0;
  background: var(--cloth-soft);
}

.category-section .category-slider .category-box p {
  padding: 0 8px 10px;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1.25;
}

.filter-section {
  padding: 14px;
  border: 1px solid var(--cloth-line);
  border-radius: 8px;
  background: #fff;
}

.filter-section .fs-26 {
  font-size: 18px !important;
  font-weight: 800 !important;
}

.filter-section .serach-input,
.serach-input {
  height: 44px;
  padding-left: 44px;
  border: 1px solid var(--cloth-line);
  border-radius: 8px;
  color: var(--cloth-ink) !important;
  background: #fafafa;
}

.search-icon {
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.select-all-section {
  padding: 0;
}

.custom-dropdown,
.custom-select-box {
  height: 44px;
  padding: 0 14px !important;
  border: 1px solid var(--cloth-line);
  border-radius: 8px;
  box-shadow: none;
}

.custom-dropdown .btn,
.custom-select-box .select-text,
.custom-dropdown .dropdown-toggle {
  font-size: 13px !important;
  font-weight: 700 !important;
}

.dropdown-menu,
.custom-select-options {
  border: 1px solid var(--cloth-line) !important;
  border-radius: 8px !important;
  box-shadow: 0 16px 40px rgba(17,17,17,.10);
}

.product-section .product-box-section,
.all-items-section .product-card,
.recommended-product-section .product-slider .slick-slide .product-card {
  border: 1px solid var(--cloth-line);
  border-radius: 8px;
  overflow: hidden;
  background: #fff !important;
  box-shadow: none;
  transition: transform .2s ease, border-color .2s ease;
}

.product-section .product-box-section:hover,
.all-items-section .product-card:hover,
.recommended-product-section .product-slider .slick-slide .product-card:hover {
  transform: translateY(-3px);
  border-color: #cfcfcf;
}

.product-section .product-box-section {
  padding: 0;
}

.product-section .product-box-section .product-img,
.all-items-section .product-all-img,
.recommended-product-section .product-slider .slick-slide .product-card .product-img {
  height: 260px;
  margin: 0 !important;
  border-radius: 0;
  background: var(--cloth-soft);
}

.product-section .product-details,
.all-items-section .product-details,
.recommended-product-section .product-desc {
  padding: 12px;
}

.product-name {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 38px;
  overflow: hidden;
  font-size: 15px !important;
  font-weight: 800 !important;
  line-height: 1.3 !important;
}

.product-category {
  color: var(--cloth-muted) !important;
  font-size: 12px !important;
}

.selling_price {
  font-size: 16px;
  font-weight: 900;
  color: var(--cloth-ink);
}

del {
  color: #9a9a9a !important;
  font-weight: 600 !important;
}

.product-action-wrap {
  padding: 0 12px 12px;
}

.qty-box {
  height: 38px;
  display: none !important;
  align-items: center;
  border: 1px solid var(--cloth-line);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

.qty-box button,
.qty-box input {
  width: 38px;
  height: 38px;
  border: 0;
  background: #fff;
  text-align: center;
  font-weight: 800;
}

.addToCartBtn,
.addToCartButton,
.order-btn {
  min-height: 42px;
  border-radius: 8px !important;
  background: #111 !important;
  border-color: #111 !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 800 !important;
}

.addToCartBtn:hover,
.order-btn:hover {
  background: #fff !important;
  color: #111 !important;
}

.addToCartBtn.disabled,
.addToCartBtn:disabled {
  opacity: .45;
  pointer-events: none;
}

.item-details-section {
  padding-top: 22px;
}

.item-details-section .item-details-card {
  padding: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
}

.item-details-section .item-details-card .details-img {
  height: 620px;
  border-radius: 8px;
  background: var(--cloth-soft);
  overflow: hidden;
}

.item-details-section .item-details-card .thumbnail-img {
  width: 84px;
  height: 94px;
  border: 1px solid var(--cloth-line);
  border-radius: 8px;
  overflow: hidden;
}

.item-details-section .slick-current .thumbnail-img {
  border-color: #111;
}

.details {
  padding-left: 24px;
}

.details .product-name {
  min-height: auto;
  font-size: 26px !important;
  line-height: 1.2 !important;
}

.details .selling_price {
  font-size: 28px;
}

.cloth-variant-picker {
  padding: 14px 0;
  border-top: 1px solid var(--cloth-line);
  border-bottom: 1px solid var(--cloth-line);
}

.cloth-variant-chip {
  min-width: 48px;
  height: 40px;
  border-radius: 8px !important;
  border-color: var(--cloth-line);
}

.cloth-color-swatch {
  width: 36px !important;
  height: 36px !important;
}

.cloth-stock-text {
  font-size: 13px;
}

#cartModal .modal-dialog {
  max-width: 980px;
}

#cartModal .modal-content {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 24px 80px rgba(17,17,17,.22);
}

#cartModal .modal-body {
  padding: 18px !important;
}

#cartModal .table-details {
  border: 1px solid var(--cloth-line);
  border-radius: 8px;
  padding: 14px;
  background: #fff;
}

#cartModal th {
  padding: 0 0 12px;
  font-size: 13px !important;
  color: var(--cloth-muted) !important;
}

#cartModal td {
  padding: 12px 8px;
  border-top: 1px solid var(--cloth-line);
}

#cartModal .product-img {
  width: 64px;
  height: 76px;
  border-radius: 8px;
  overflow: hidden;
  background: var(--cloth-soft);
}

#cartModal .count-btn {
  max-width: 112px;
  border: 1px solid var(--cloth-line);
  border-radius: 8px;
  overflow: hidden;
}

.cloth-mobile-nav {
  display: none;
}

.fashion-quick-cats,
.fashion-product-strip,
.fashion-offers,
.fashion-lookbook,
.fashion-info-grid {
  padding-top: 18px;
}

.fashion-searchbar {
  height: 46px;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
  padding: 0 14px;
  border: 1px solid var(--cloth-line);
  border-radius: 8px;
  background: #fafafa;
}

.fashion-searchbar i {
  color: #777;
  font-size: 15px;
}

.fashion-searchbar input {
  min-width: 0;
  flex: 1;
  border: 0;
  outline: 0;
  background: transparent;
  color: #111;
  font-size: 13px;
}

.fashion-searchbar a {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  color: #111;
  text-decoration: none;
}

.fashion-icon-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.fashion-icon-card {
  min-height: 94px;
  display: grid;
  place-items: center;
  padding: 12px 8px;
  border: 1px solid var(--cloth-line);
  border-radius: 8px;
  color: #111;
  text-align: center;
  text-decoration: none;
  background: #fff;
}

.fashion-icon-card span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  margin-bottom: 6px;
  border-radius: 50%;
  background: #f4f4f4;
  color: #111;
}

.fashion-icon-card strong {
  display: block;
  width: 100%;
  overflow: hidden;
  color: #111;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 800;
}

.fashion-icon-card small {
  color: var(--cloth-muted);
  font-size: 10px;
  font-weight: 700;
}

.fashion-trust-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 14px;
}

.fashion-trust-row span {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  align-items: center;
  gap: 8px;
  min-height: 54px;
  padding: 10px;
  border: 1px solid var(--cloth-line);
  border-radius: 8px;
}

.fashion-trust-row i {
  grid-row: span 2;
  color: #111;
}

.fashion-trust-row b,
.fashion-trust-row small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fashion-trust-row b {
  font-size: 11px;
}

.fashion-trust-row small {
  color: var(--cloth-muted);
  font-size: 9px;
}

.fashion-section-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.fashion-section-title h2 {
  margin: 0;
  color: #111;
  font-size: 20px;
  font-weight: 900;
}

.fashion-section-title a {
  color: #111;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

.fashion-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.fashion-product-card {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--cloth-line);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

.fashion-product-card > a {
  min-width: 0;
  color: #111;
  text-decoration: none;
}

.fashion-product-media {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #f5f5f5;
}

.fashion-product-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}

.fashion-product-card:hover .fashion-product-media img {
  transform: scale(1.035);
}

.fashion-sale-badge,
.fashion-new-badge {
  position: absolute;
  left: 8px;
  top: 8px;
  z-index: 2;
  padding: 4px 7px;
  border-radius: 4px;
  color: #fff;
  background: #e11d27;
  font-size: 10px;
  font-weight: 900;
}

.fashion-new-badge {
  background: #168c43;
}

.fashion-wishlist {
  position: absolute;
  right: 8px;
  top: 8px;
  z-index: 2;
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,.92);
  color: #111;
}

.fashion-product-copy {
  padding: 10px;
}

.fashion-product-copy h3 {
  margin: 0 0 5px;
}

.fashion-rating {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 5px;
  color: #111;
  font-size: 11px;
  font-weight: 800;
}

.fashion-rating i {
  color: var(--cloth-accent);
}

.fashion-rating small {
  color: var(--cloth-muted);
}

.fashion-product-copy p {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 0;
}

.fashion-card-action {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  margin: 0 10px 10px;
  border: 1px solid #111;
  border-radius: 8px;
  color: #fff;
  background: #111;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
}

.fashion-card-action:hover {
  color: #111;
  background: #fff;
}

.fashion-offer-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 190px;
  padding: 28px;
  border-radius: 8px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(4,13,22,.92), rgba(4,13,22,.72)),
    linear-gradient(135deg, #07111c, #15324a);
}

.fashion-offer-hero span {
  display: block;
  margin-bottom: 8px;
  color: #f8c04d;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.fashion-offer-hero h2 {
  margin: 0 0 6px;
  color: #fff;
  font-size: 38px;
  font-weight: 900;
}

.fashion-offer-hero p {
  margin: 0;
  color: rgba(255,255,255,.82);
  font-size: 13px;
}

.fashion-offer-hero a {
  flex: 0 0 auto;
  padding: 11px 18px;
  border-radius: 8px;
  color: #111;
  background: #fff;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
}

.fashion-deal-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 12px;
}

.fashion-deal-list article {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  padding: 14px;
  border: 1px solid var(--cloth-line);
  border-radius: 8px;
  background: #fff;
}

.fashion-deal-list i {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: #fff7e5;
  color: #c77900;
}

.fashion-deal-list strong,
.fashion-deal-list small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fashion-deal-list strong {
  font-size: 13px;
}

.fashion-deal-list small {
  color: var(--cloth-muted);
  font-size: 11px;
}

.fashion-lookbook-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
}

.fashion-lookbook-grid a {
  position: relative;
  min-height: 230px;
  border-radius: 8px;
  overflow: hidden;
  background: #f5f5f5;
}

.fashion-lookbook-grid a:nth-child(1),
.fashion-lookbook-grid a:nth-child(4) {
  grid-column: span 2;
}

.fashion-lookbook-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fashion-lookbook-grid span {
  position: absolute;
  left: 8px;
  bottom: 8px;
  padding: 5px 8px;
  border-radius: 999px;
  color: #111;
  background: rgba(255,255,255,.92);
  font-size: 10px;
  font-weight: 900;
}

.fashion-info-grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 16px;
  padding-bottom: 28px;
}

.fashion-about,
.fashion-contact {
  border: 1px solid var(--cloth-line);
  border-radius: 8px;
  padding: 16px;
  background: #fff;
}

.fashion-about img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 14px;
}

.fashion-about h2,
.fashion-contact h2 {
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 900;
}

.fashion-about p,
.fashion-contact p {
  color: #4b4b4b;
  font-size: 13px;
  line-height: 1.65;
}

.fashion-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 14px;
}

.fashion-stats span {
  padding: 10px;
  border-radius: 8px;
  background: #fafafa;
  text-align: center;
}

.fashion-stats b,
.fashion-stats small {
  display: block;
}

.fashion-stats b {
  font-size: 18px;
  font-weight: 900;
}

.fashion-stats small {
  color: var(--cloth-muted);
  font-size: 10px;
}

.fashion-contact ul {
  display: grid;
  gap: 12px;
  margin: 18px 0;
  padding: 0;
  list-style: none;
}

.fashion-contact li {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 10px;
  color: #222;
  font-size: 13px;
}

.fashion-map-placeholder {
  height: 150px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: #ef1d1d;
  background:
    linear-gradient(90deg, rgba(0,0,0,.04) 1px, transparent 1px),
    linear-gradient(rgba(0,0,0,.04) 1px, transparent 1px),
    #f4f4f4;
  background-size: 24px 24px;
}

.fashion-map-placeholder i {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #ef1d1d;
}

.cloth-page {
  padding-top: 22px;
  padding-bottom: 28px;
}

.cloth-page-title {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin-bottom: 18px;
  position: relative;
}

.cloth-page-title a {
  position: absolute;
  left: 0;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid var(--cloth-line);
  border-radius: 8px;
  color: var(--cloth-ink);
  background: #fff;
}

.cloth-page-title h1 {
  margin: 0;
  color: var(--cloth-ink);
  font-size: 22px;
  font-weight: 900;
}

.cloth-profile-head {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  margin-bottom: 16px;
  padding: 18px;
  border: 1px solid var(--cloth-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--cloth-shadow);
}

.cloth-profile-head img {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  object-fit: cover;
  background: var(--cloth-soft);
}

.cloth-profile-head h1 {
  margin: 0 0 3px;
  color: var(--cloth-ink);
  font-size: 22px;
  font-weight: 900;
}

.cloth-profile-head p {
  margin: 0 0 8px;
  color: var(--cloth-muted);
  font-size: 13px;
}

.cloth-profile-head span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #111;
  font-size: 12px;
  font-weight: 800;
}

.cloth-profile-head span i {
  color: #f5a400;
}

.cloth-profile-cover {
  height: 260px;
  overflow: hidden;
  margin-bottom: 16px;
  border-radius: 8px;
  background: var(--cloth-soft);
}

.cloth-profile-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cloth-profile-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
  gap: 16px;
}

.cloth-profile-panel,
.cloth-menu-list,
.cloth-order-search,
.cloth-order-card,
.cloth-empty-state {
  border: 1px solid var(--cloth-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(17,17,17,.06);
}

.cloth-profile-panel {
  padding: 18px;
}

.cloth-profile-panel h2 {
  margin: 0 0 10px;
  color: var(--cloth-ink);
  font-size: 18px;
  font-weight: 900;
}

.cloth-profile-panel p {
  color: #333;
  font-size: 13px;
  line-height: 1.65;
}

.cloth-profile-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.cloth-profile-list li {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  color: #222;
  font-size: 13px;
}

.cloth-profile-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.cloth-profile-actions a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  color: #fff;
  background: var(--cloth-ink);
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
}

.cloth-profile-actions a:last-child {
  background: var(--cloth-green);
}

.cloth-menu-list {
  display: grid;
  margin-top: 16px;
}

.cloth-menu-list a {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr) 16px;
  gap: 12px;
  align-items: center;
  min-height: 52px;
  padding: 0 16px;
  border-bottom: 1px solid var(--cloth-line);
  color: var(--cloth-ink);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.cloth-menu-list a:last-child {
  border-bottom: 0;
}

.cloth-menu-list a i:last-child {
  color: var(--cloth-muted);
  font-size: 11px;
}

.cloth-order-search {
  padding: 16px;
}

.cloth-order-search label {
  margin-bottom: 8px;
  color: var(--cloth-ink);
  font-size: 13px;
  font-weight: 900;
}

.cloth-order-search > div {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  padding: 7px 7px 7px 12px;
  border: 1px solid var(--cloth-line);
  border-radius: 8px;
  background: var(--cloth-soft);
}

.cloth-order-search input {
  border: 0;
  box-shadow: none !important;
  background: transparent;
  font-size: 13px;
}

.cloth-order-search button {
  min-height: 38px;
  padding: 0 18px;
  border: 0;
  border-radius: 6px;
  color: #fff;
  background: var(--cloth-ink);
  font-size: 12px;
  font-weight: 900;
}

.cloth-order-tabs {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 16px 0;
}

.cloth-order-tabs span {
  flex: 0 0 auto;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border: 1px solid var(--cloth-line);
  border-radius: 6px;
  color: var(--cloth-ink);
  background: #fff;
  font-size: 12px;
  font-weight: 800;
}

.cloth-order-tabs span.active {
  color: #fff;
  border-color: var(--cloth-ink);
  background: var(--cloth-ink);
}

.cloth-orders-list {
  display: grid;
  gap: 12px;
}

.cloth-order-card {
  padding: 14px;
}

.cloth-order-main {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
}

.cloth-order-main img {
  width: 62px;
  height: 72px;
  border-radius: 6px;
  object-fit: cover;
  background: var(--cloth-soft);
}

.cloth-order-main strong,
.cloth-order-main small,
.cloth-order-main b {
  display: block;
}

.cloth-order-main strong {
  color: var(--cloth-ink);
  font-size: 13px;
  font-weight: 900;
}

.cloth-order-main small {
  color: var(--cloth-muted);
  font-size: 11px;
}

.cloth-order-main b {
  margin-top: 4px;
  color: var(--cloth-ink);
  font-size: 13px;
}

.cloth-order-status {
  align-self: start;
  padding: 5px 8px;
  border-radius: 6px;
  color: #0a7f31;
  background: #e9f8ef;
  font-size: 10px;
  font-weight: 900;
}

.cloth-order-card details {
  margin-top: 12px;
  color: #222;
  font-size: 12px;
}

.cloth-order-card summary {
  cursor: pointer;
  color: var(--cloth-ink);
  font-weight: 900;
}

.cloth-order-card details p {
  margin: 8px 0 0;
  color: #333;
}

.cloth-order-card details small {
  color: var(--cloth-muted);
}

.cloth-empty-state {
  display: grid;
  place-items: center;
  gap: 8px;
  min-height: 190px;
  color: var(--cloth-muted);
  text-align: center;
}

.cloth-empty-state i {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--cloth-ink);
  background: var(--cloth-soft);
  font-size: 20px;
}

.cloth-empty-state strong {
  color: var(--cloth-ink);
  font-size: 16px;
}

@media (max-width: 991px) {
  .banner-section {
    padding-left: 30px;
    padding-right: 30px;
  }
  .banner-section::after {
    left: 30px;
    right: 30px;
  }
  .cloth-hero-copy {
    left: 58px;
  }
  .cloth-hero-copy h1 {
    font-size: 34px;
  }
  .product-section .product-box-section .product-img,
  .all-items-section .product-all-img,
  .recommended-product-section .product-slider .slick-slide .product-card .product-img {
    height: 230px;
  }
  .item-details-section .item-details-card .details-img {
    height: 520px;
  }
  .details {
    padding-left: 0;
  }
  .fashion-icon-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .fashion-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .fashion-lookbook-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .fashion-info-grid {
    grid-template-columns: 1fr;
  }
  .cloth-profile-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575px) {
  .main-content {
    padding-bottom: 76px;
  }
  .px-50,
  .banner-section {
    padding-left: 14px;
    padding-right: 14px;
  }
  .banner-section::after {
    left: 14px;
    right: 14px;
  }
  .navbar {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .navbar .navbar-brand {
    width: 34px;
    height: 34px;
  }
  .navbar .fw-5.fs-18 a,
  .navbar .fw-6.fs-18 a,
  .navbar span.fw-6,
  .navbar span.fw-5 {
    font-size: 16px !important;
  }
  .navbar .add-to-cart-btn {
    width: 36px;
    height: 36px;
  }
  .banner-section .banner-img,
  .banner-section .hero-inner-lite,
  .banner-section .banner-video-wrapper {
    height: 190px;
  }
  .fashion-quick-cats,
  .fashion-product-strip,
  .fashion-offers,
  .fashion-lookbook,
  .fashion-info-grid {
    padding-top: 14px;
  }
  .fashion-searchbar {
    min-height: 38px;
    padding: 0 10px;
    font-size: 11px;
  }
  .fashion-icon-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
  }
  .fashion-icon-card {
    min-height: 72px;
    padding: 8px 4px;
  }
  .fashion-icon-card span {
    width: 28px;
    height: 28px;
    font-size: 13px;
  }
  .fashion-icon-card strong {
    font-size: 10px;
  }
  .fashion-icon-card small {
    display: none;
  }
  .fashion-trust-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }
  .fashion-trust-item {
    padding: 9px 8px;
    font-size: 10px;
  }
  .fashion-section-title {
    margin-bottom: 12px;
  }
  .fashion-section-title h2 {
    font-size: 17px;
  }
  .fashion-section-title a {
    font-size: 11px;
  }
  .fashion-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
  .fashion-product-media {
    aspect-ratio: 4 / 5.15;
  }
  .fashion-card-body {
    padding: 9px;
  }
  .fashion-card-name {
    min-height: 32px;
    font-size: 12px;
  }
  .fashion-card-price strong {
    font-size: 14px;
  }
  .fashion-card-action {
    min-height: 34px;
    font-size: 11px;
  }
  .fashion-offer-hero {
    min-height: 145px;
    align-items: flex-start;
    flex-direction: column;
    padding: 18px;
  }
  .fashion-offer-hero h2 {
    font-size: 28px;
  }
  .fashion-offer-hero span,
  .fashion-offer-hero small {
    font-size: 11px;
  }
  .fashion-offer-code {
    align-self: flex-start;
  }
  .fashion-deal-list {
    grid-template-columns: 1fr;
  }
  .fashion-lookbook-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .fashion-lookbook-grid a,
  .fashion-lookbook-grid a:nth-child(1),
  .fashion-lookbook-grid a:nth-child(4) {
    grid-column: auto;
    min-height: 150px;
  }
  .fashion-info-grid {
    grid-template-columns: 1fr;
    padding-bottom: 18px;
  }
  .fashion-about,
  .fashion-contact {
    padding: 12px;
  }
  .fashion-about img {
    height: 170px;
  }
  .fashion-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .cloth-page {
    padding-top: 14px;
    padding-bottom: 18px;
  }
  .cloth-page-title {
    min-height: 38px;
    margin-bottom: 14px;
  }
  .cloth-page-title h1 {
    font-size: 18px;
  }
  .cloth-page-title a {
    width: 34px;
    height: 34px;
  }
  .cloth-profile-head {
    grid-template-columns: 62px minmax(0, 1fr);
    gap: 12px;
    padding: 12px;
  }
  .cloth-profile-head img {
    width: 62px;
    height: 62px;
  }
  .cloth-profile-head h1 {
    font-size: 17px;
  }
  .cloth-profile-head p,
  .cloth-profile-head span,
  .cloth-profile-panel p,
  .cloth-profile-list li {
    font-size: 12px;
  }
  .cloth-profile-cover {
    height: 170px;
  }
  .cloth-profile-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .cloth-profile-panel {
    padding: 14px;
  }
  .cloth-profile-panel h2 {
    font-size: 16px;
  }
  .cloth-profile-actions {
    grid-template-columns: 1fr;
  }
  .cloth-menu-list a {
    min-height: 48px;
    padding: 0 12px;
    font-size: 12px;
  }
  .cloth-order-search {
    padding: 12px;
  }
  .cloth-order-search > div {
    grid-template-columns: 22px minmax(0, 1fr);
  }
  .cloth-order-search button {
    grid-column: 1 / -1;
    width: 100%;
  }
  .cloth-order-tabs {
    padding: 12px 0;
  }
  .cloth-order-tabs span {
    min-height: 30px;
    padding: 0 10px;
    font-size: 11px;
  }
  .cloth-order-card {
    padding: 12px;
  }
  .cloth-order-main {
    grid-template-columns: 54px minmax(0, 1fr);
  }
  .cloth-order-main img {
    width: 54px;
    height: 64px;
  }
  .cloth-order-status {
    grid-column: 2;
    justify-self: start;
  }
  .cloth-hero-copy {
    left: 28px;
    right: 28px;
    max-width: none;
  }
  .cloth-hero-copy span {
    margin-bottom: 6px;
    font-size: 10px;
  }
  .cloth-hero-copy h1 {
    margin-bottom: 6px;
    font-size: 24px;
  }
  .cloth-hero-copy p {
    max-width: 260px;
    margin-bottom: 12px;
    font-size: 11px;
    line-height: 1.45;
  }
  .cloth-hero-btn {
    min-height: 32px;
    padding: 0 12px;
    font-size: 10px;
  }
  .section-heading h2 {
    font-size: 18px;
  }
  .category-section .category-slider .category-box {
    min-height: 134px;
  }
  .category-section .category-slider .category-box .category-img {
    height: 96px;
  }
  .product-section .row,
  .all-items-section .row {
    --bs-gutter-x: 12px;
    row-gap: 12px;
  }
  .product-section .product-box-section .product-img,
  .all-items-section .product-all-img,
  .recommended-product-section .product-slider .slick-slide .product-card .product-img {
    height: 178px;
  }
  .product-section .product-details,
  .all-items-section .product-details,
  .recommended-product-section .product-desc {
    padding: 9px;
  }
  .product-name {
    min-height: 34px;
    font-size: 12px !important;
  }
  .selling_price {
    font-size: 13px;
  }
  .addToCartBtn,
  .addToCartButton {
    min-height: 36px;
    padding: 6px 8px;
    font-size: 0 !important;
  }
  .view-options-btn {
    font-size: 11px !important;
  }
  .addToCartBtn svg,
  .addToCartButton svg {
    width: 18px;
    height: 18px;
  }
  .filter-section {
    padding: 10px;
  }
  .filter-section > .d-flex {
    align-items: stretch !important;
    flex-direction: column;
  }
  .select-all-section .row > [class*="col-"] {
    width: 100%;
  }
  .item-details-section .item-details-card .details-img {
    height: 390px;
  }
  .details .product-name {
    font-size: 19px !important;
  }
  .details .selling_price {
    font-size: 22px;
  }
  #cartModal .modal-dialog {
    margin: 0;
    max-width: none;
    min-height: 100%;
    align-items: flex-end;
  }
  #cartModal .modal-content {
    max-height: 88vh;
    border-radius: 8px 8px 0 0;
  }
  #cartModal .modal-body {
    padding: 12px !important;
  }
  .cloth-mobile-nav {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    height: 66px;
    border-top: 1px solid var(--cloth-line);
    background: rgba(255,255,255,.96);
    backdrop-filter: blur(14px);
    box-shadow: 0 -10px 30px rgba(17,17,17,.08);
  }
  .cloth-mobile-nav__item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    border: 0;
    background: transparent;
    color: #2b2b2b;
    font-size: 10px;
    font-weight: 700;
    text-decoration: none;
  }
  .cloth-mobile-nav__item i {
    font-size: 17px;
  }
  .cloth-mobile-nav__item.active,
  .cloth-mobile-nav__item:hover {
    color: var(--cloth-accent);
  }
  .cloth-mobile-nav__item b {
    position: absolute;
    top: 7px;
    right: 23%;
  }
}

/* Final home-page cascade overrides for the professional cloth storefront. */
body .cloth-store-topbar {
  margin: 0 6px 18px;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
  border-radius: 0 0 22px 22px;
  background: linear-gradient(135deg, #35117b 0%, #5415a4 48%, #211046 100%);
}

body .cloth-store-topbar .navbar-brand {
  display: none;
}

body .cloth-brand-copy a {
  color: #fff !important;
  font-size: 30px;
  font-weight: 900;
  text-decoration: none;
}

body .cloth-brand-copy small,
body .cloth-top-link {
  color: #fff;
}

body .cloth-top-search {
  flex: 1 1 460px;
  max-width: 540px;
  min-height: 54px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 48px;
  align-items: center;
  border-radius: 12px;
  background: #fff;
}

body .cloth-top-search input,
body .cloth-top-search button {
  border: 0;
  outline: 0;
  background: transparent;
}

body .banner-section {
  margin: 0 20px;
  padding: 0 !important;
  border-radius: 18px !important;
}

body .banner-section .banner-img,
body .banner-section .hero-inner-lite,
body .banner-section .banner-video-wrapper {
  height: 460px;
  border-radius: 18px;
}

body .cloth-hero-copy {
  left: 92px;
  max-width: 390px;
}

body .cloth-hero-copy span {
  color: #fff;
  font-size: 36px;
}

body .cloth-hero-copy h1 {
  color: #c688ff;
  font-size: 58px;
  line-height: .95;
  text-transform: uppercase;
}

body .fashion-trust-row.px-50 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 18px 20px 0;
  padding: 18px 22px !important;
  border: 1px solid #e8e3f5;
  border-radius: 18px;
  background: #fff;
}

body .fashion-trust-row.px-50 span {
  border: 0;
  border-right: 1px solid #eee8f8;
  border-radius: 0;
  grid-template-columns: 46px minmax(0, 1fr);
}

body .fashion-trust-row.px-50 i {
  color: #6d20df;
  font-size: 23px;
}

body .fashion-quick-cats,
body .fashion-product-shelves,
body .fashion-offers,
body .fashion-service-strip {
  padding-top: 26px;
}

body .fashion-icon-grid {
  display: grid;
  grid-template-columns: repeat(10, minmax(0, 1fr));
  gap: 22px;
}

body .fashion-icon-card {
  min-height: auto;
  border: 0;
  background: transparent;
  padding: 0;
}

body .fashion-icon-card span {
  width: 82px;
  height: 82px;
  margin-bottom: 10px;
}

body .fashion-icon-card span img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

body .fashion-product-shelves {
  display: grid;
  grid-template-columns: 1.1fr .8fr .8fr;
  gap: 20px;
}

body .fashion-product-shelf .fashion-product-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body .fashion-product-shelf--wide .fashion-product-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body .fashion-product-card {
  border-color: #ece8f3;
  box-shadow: 0 12px 28px rgba(30, 13, 62, .06);
}

body .fashion-product-media {
  aspect-ratio: 1 / 1.18;
  margin: 8px 8px 0;
  border-radius: 7px;
}

body .fashion-card-action,
body .fashion-whatsapp-action {
  min-height: 30px;
  margin: 0 10px 6px;
  border: 0;
  border-radius: 6px;
  color: #fff;
  background: linear-gradient(135deg, #7b28e8, #5b16c9);
  font-size: 13px;
  font-weight: 900;
}

body .fashion-whatsapp-action {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  background: #009f4d;
  text-decoration: none;
}

body .fashion-offers {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

body .fashion-promo-card {
  min-height: 200px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 42%;
  overflow: hidden;
  border-radius: 10px;
}

body .fashion-service-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  padding-bottom: 26px;
}

body .j-footer {
  margin: 0 6px;
  padding: 28px 34px 86px;
  border-radius: 24px 24px 0 0;
  color: #fff;
  background: radial-gradient(circle at 10% 0%, rgba(116, 41, 222, .35), transparent 34%), linear-gradient(135deg, #160929, #22113d 58%, #11081f);
}

body .j-footer-content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 38px;
}

@media (max-width: 1199px) {
  body .fashion-icon-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  body .fashion-product-shelves {
    grid-template-columns: 1fr;
  }
  body .fashion-product-shelf .fashion-product-grid,
  body .fashion-product-shelf--wide .fashion-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  body .cloth-store-topbar .container-fluid {
    flex-wrap: wrap;
    gap: 10px;
  }
  body .cloth-brand-copy a {
    font-size: 20px;
  }
  body .cloth-top-search {
    order: 3;
    flex-basis: 100%;
    max-width: none;
    min-height: 42px;
  }
  body .cloth-top-link {
    display: none;
  }
  body .banner-section {
    margin: 0 14px;
  }
  body .banner-section .banner-img,
  body .banner-section .hero-inner-lite,
  body .banner-section .banner-video-wrapper {
    height: 245px !important;
  }
  body .cloth-hero-copy {
    left: 26px !important;
    right: 26px !important;
  }
  body .cloth-hero-copy span {
    font-size: 20px;
  }
  body .cloth-hero-copy h1 {
    font-size: 34px;
  }
  body .fashion-trust-row.px-50 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 14px 14px 0;
    padding: 12px !important;
    gap: 10px;
  }
  body .fashion-trust-row.px-50 span {
    border: 1px solid #eee8f8;
    border-radius: 10px;
    grid-template-columns: 30px minmax(0, 1fr);
  }
  body .fashion-icon-grid {
    display: flex;
    overflow-x: auto;
    gap: 14px;
  }
  body .fashion-icon-card {
    min-width: 72px;
  }
  body .fashion-icon-card span {
    width: 62px;
    height: 62px;
  }
  body .fashion-product-shelf .fashion-product-grid,
  body .fashion-product-shelf--wide .fashion-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  body .fashion-offers,
  body .fashion-service-strip,
  body .j-footer-content {
    grid-template-columns: 1fr;
  }
  body .j-footer {
    margin: 0;
    padding: 22px 16px 88px;
    border-radius: 18px 18px 0 0;
  }
}

/* Responsive hardening for cloth home across desktop, tablet, and small phones. */
body .main-content {
  width: 100%;
}

body .cloth-store-topbar .container-fluid {
  display: flex;
  align-items: center;
}

body .cloth-store-brand-wrap,
body .cloth-top-actions {
  flex: 0 0 auto;
}

body .fashion-product-card,
body .fashion-promo-card,
body .fashion-service-strip span,
body .fashion-trust-row.px-50 span {
  min-width: 0;
}

body .fashion-product-copy .product-name,
body .fashion-promo-card h2,
body .fashion-promo-card p,
body .fashion-service-strip b,
body .fashion-service-strip small,
body .fashion-trust-row.px-50 b,
body .fashion-trust-row.px-50 small {
  overflow-wrap: anywhere;
}

body .fashion-card-action.addToCartBtn,
body .fashion-card-action.view-options-btn {
  font-size: 13px !important;
  white-space: nowrap;
}

@media (min-width: 1400px) {
  body .main-content {
    max-width: 1440px;
  }
  body .fashion-product-shelves {
    grid-template-columns: 1.12fr .86fr .86fr;
  }
  body .fashion-product-media {
    aspect-ratio: 1 / 1.14;
  }
}

@media (max-width: 1199px) and (min-width: 768px) {
  body .cloth-store-topbar {
    margin-left: 10px;
    margin-right: 10px;
  }
  body .cloth-store-topbar .container-fluid {
    gap: 14px;
  }
  body .cloth-brand-copy a {
    font-size: 23px;
  }
  body .cloth-top-search {
    min-height: 48px;
    max-width: none;
  }
  body .banner-section {
    margin-left: 20px;
    margin-right: 20px;
  }
  body .banner-section .banner-img,
  body .banner-section .hero-inner-lite,
  body .banner-section .banner-video-wrapper {
    height: 370px;
  }
  body .cloth-hero-copy {
    left: 54px;
  }
  body .cloth-hero-copy h1 {
    font-size: 46px;
  }
  body .cloth-hero-copy span {
    font-size: 28px;
  }
  body .fashion-trust-row.px-50 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
  body .fashion-trust-row.px-50 span {
    border: 1px solid #eee8f8;
    border-radius: 12px;
  }
  body .fashion-icon-card span {
    width: 76px;
    height: 76px;
  }
  body .fashion-offers {
    grid-template-columns: 1fr 1fr;
  }
  body .fashion-promo-card:last-child {
    grid-column: 1 / -1;
  }
  body .fashion-service-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  body .j-footer-content {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767px) {
  body .main-content {
    padding-bottom: 76px;
  }
  body .cloth-store-topbar {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
  body .cloth-store-topbar .container-fluid {
    align-items: center;
  }
  body .cloth-menu-btn {
    width: 34px;
    height: 34px;
    font-size: 21px;
  }
  body .cloth-brand-copy {
    max-width: calc(100vw - 116px);
  }
  body .cloth-brand-copy a,
  body .cloth-brand-copy small {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  body .cloth-store-topbar .add-to-cart-btn svg {
    width: 24px;
    height: 24px;
  }
  body .cloth-top-search {
    grid-template-columns: minmax(0, 1fr) 42px;
    border-radius: 10px;
  }
  body .cloth-top-search input {
    padding: 0 12px;
  }
  body .cloth-top-search button {
    width: 42px;
  }
  body .fashion-section-title {
    margin-bottom: 12px;
  }
  body .fashion-section-title h2 {
    font-size: 18px;
  }
  body .fashion-section-title a {
    font-size: 12px;
  }
  body .fashion-quick-cats,
  body .fashion-product-shelves,
  body .fashion-offers,
  body .fashion-service-strip {
    padding-top: 18px;
  }
  body .fashion-product-shelves {
    gap: 20px;
  }
  body .fashion-product-media {
    aspect-ratio: 1 / 1.12;
  }
  body .fashion-product-copy {
    padding: 8px 8px 5px;
  }
  body .fashion-product-copy .product-name {
    min-height: 32px;
    font-size: 12px !important;
  }
  body .fashion-product-copy .selling_price {
    font-size: 13px;
  }
  body .fashion-rating {
    font-size: 10px;
  }
  body .fashion-card-action,
  body .fashion-whatsapp-action {
    min-height: 32px;
    margin-left: 8px;
    margin-right: 8px;
    font-size: 12px !important;
  }
  body .fashion-promo-card {
    grid-template-columns: minmax(0, 1fr) 38%;
    min-height: 150px;
  }
  body .fashion-promo-card span {
    margin-bottom: 8px;
    font-size: 10px;
  }
  body .fashion-promo-card p,
  body .fashion-promo-card small {
    margin-bottom: 7px;
    font-size: 11px;
  }
  body .fashion-promo-card a {
    margin-top: 6px;
    font-size: 12px;
  }
  body .fashion-service-strip span {
    min-height: 58px;
  }
  body .j-footer-spotlight,
  body .j-footer-social,
  body .j-footer-bottom {
    display: flex;
    flex-direction: column;
  }
  body .j-footer-actions {
    min-width: 0;
  }
  body .j-footer-whatsapp,
  body .j-footer-app {
    min-height: 64px;
  }
}

@media (max-width: 420px) {
  body .fashion-trust-row.px-50 {
    grid-template-columns: 1fr;
  }
  body .banner-section .banner-img,
  body .banner-section .hero-inner-lite,
  body .banner-section .banner-video-wrapper {
    height: 220px !important;
  }
  body .cloth-hero-copy h1 {
    font-size: 30px;
  }
  body .cloth-hero-copy p {
    max-width: 190px;
  }
  body .fashion-product-shelf .fashion-product-grid,
  body .fashion-product-shelf--wide .fashion-product-grid {
    gap: 9px;
  }
  body .fashion-promo-card {
    grid-template-columns: minmax(0, 1fr);
  }
  body .fashion-promo-card img {
    display: none;
  }
}

/* Clean product shelf layout and guard against legacy injected action UI. */
body .fashion-product-shelves {
  grid-template-columns: 1fr !important;
  gap: 28px !important;
}

body .fashion-product-shelf .fashion-product-grid,
body .fashion-product-shelf--wide .fashion-product-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 16px !important;
}

body .fashion-product-card {
  overflow: hidden !important;
  min-height: 100%;
}

body .fashion-product-card .wp-product-action-group {
  display: contents !important;
}

body .fashion-product-card .wp-product-action-group .wp-whatsapp-order-btn,
body .fashion-product-card .wp-product-action-group + .wp-scan-pay-btn,
body .fashion-product-card .wp-scan-pay-btn,
body .fashion-product-card .wp-whatsapp-order-btn {
  display: none !important;
}

body .fashion-product-card .fashion-card-action,
body .fashion-product-card .fashion-whatsapp-action {
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 10px 7px !important;
  padding: 0 10px !important;
  line-height: 1.2 !important;
  text-align: center !important;
  white-space: nowrap !important;
}

body .fashion-product-card .fashion-card-action {
  background: linear-gradient(135deg, #7b28e8, #5b16c9) !important;
}

body .fashion-product-card .fashion-whatsapp-action {
  background: #009f4d !important;
}

body .fashion-product-card .fashion-product-copy p {
  min-height: 22px;
  flex-wrap: wrap;
}

body .fashion-product-card .fashion-product-media {
  aspect-ratio: 1 / 1.04 !important;
}

body .fashion-product-card .fashion-product-media img {
  object-fit: cover !important;
}

@media (max-width: 991px) {
  body .fashion-product-shelf .fashion-product-grid,
  body .fashion-product-shelf--wide .fashion-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 575px) {
  body .fashion-product-shelves {
    gap: 22px !important;
  }
  body .fashion-product-shelf .fashion-product-grid,
  body .fashion-product-shelf--wide .fashion-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }
  body .fashion-product-card .fashion-card-action,
  body .fashion-product-card .fashion-whatsapp-action {
    min-height: 32px !important;
    margin-left: 8px !important;
    margin-right: 8px !important;
    font-size: 11px !important;
  }
  body .fashion-product-card .fashion-product-media {
    margin: 7px 7px 0 !important;
  }
}

/* Navbar, hero and action polish for consistent desktop/mobile cloth UX. */
body .cloth-store-topbar {
  position: sticky !important;
  top: 0;
  z-index: 1035;
  margin: 0 auto 18px !important;
  width: min(100%, 1440px);
  min-height: 74px;
  padding: 10px 28px !important;
  border-radius: 0 0 22px 22px !important;
  box-shadow: 0 18px 46px rgba(47, 13, 105, .2);
}

body .cloth-store-topbar .container-fluid {
  display: grid !important;
  grid-template-columns: minmax(220px, .8fr) minmax(280px, 560px) auto;
  gap: 24px;
}

body .cloth-store-brand-wrap {
  min-width: 0;
}

body .cloth-menu-btn {
  flex: 0 0 46px;
  width: 46px;
  height: 46px;
  border-radius: 12px;
  color: #fff;
  background: rgba(255,255,255,.1);
}

body .cloth-brand-copy a {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  letter-spacing: 0;
}

body .cloth-top-search {
  width: 100%;
  min-height: 54px;
  border: 1px solid rgba(255,255,255,.35);
  box-shadow: 0 12px 24px rgba(24, 6, 58, .12);
}

body .cloth-top-search button {
  display: grid;
  place-items: center;
  font-size: 24px;
}

body .cloth-top-actions {
  justify-content: flex-end;
  min-width: 0;
}

body .cloth-top-link {
  min-height: 44px;
  padding: 0 2px;
}

body .cloth-top-link i {
  width: 34px;
  height: 34px;
  font-size: 18px;
}

body .cloth-store-topbar .add-to-cart-btn {
  width: 54px !important;
  height: 54px !important;
  border: 1px solid rgba(255,255,255,.24) !important;
  border-radius: 16px !important;
  color: #fff !important;
  background: rgba(255,255,255,.1) !important;
  transition: transform .2s ease, background .2s ease;
}

body .cloth-store-topbar .add-to-cart-btn:hover {
  transform: translateY(-1px);
  background: rgba(255,255,255,.18) !important;
}

body .cloth-store-topbar .add-to-cart-btn > i {
  font-size: 24px;
}

body .cloth-store-topbar .product-count-badge {
  top: -6px !important;
  right: -6px !important;
  min-width: 22px !important;
  height: 22px !important;
  padding: 0 !important;
  border: 2px solid #4a1595;
  font-size: 11px;
}

body .banner-section {
  width: min(calc(100% - 40px), 1400px);
  margin-left: auto !important;
  margin-right: auto !important;
  background: #fff;
  box-shadow: 0 18px 46px rgba(10, 5, 25, .16);
}

body .banner-section .banner-video-wrapper {
  padding-top: 0 !important;
  position: relative;
}

body .banner-section .banner-video-wrapper iframe,
body .banner-section .banner-video {
  position: absolute !important;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

body .banner-section::after {
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(0,0,0,.72) 0%, rgba(0,0,0,.42) 36%, rgba(0,0,0,.06) 78%),
    linear-gradient(0deg, rgba(0,0,0,.18), transparent 50%);
}

body .cloth-hero-copy {
  z-index: 3;
}

body .cloth-hero-copy span {
  margin-bottom: 8px;
  font-size: clamp(22px, 2.7vw, 38px);
}

body .cloth-hero-copy h1 {
  max-width: 560px;
  font-size: clamp(38px, 5vw, 74px);
}

body .cloth-hero-copy p {
  margin-bottom: 18px;
}

body .cloth-hero-btn {
  gap: 8px;
}

body .cloth-hero-btn::after {
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

body .sound-badge {
  right: 18px !important;
  bottom: 18px !important;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 999px;
  color: #fff;
  background: rgba(12, 8, 22, .74);
  backdrop-filter: blur(10px);
  font-size: 12px;
  font-weight: 900;
}

body .store-announcement {
  width: min(calc(100% - 40px), 1400px);
  margin: 14px auto 0 !important;
  overflow: hidden;
  border-radius: 10px !important;
  color: #3c146f !important;
  background: linear-gradient(90deg, #f7edff, #fff8e8, #f0fff6) !important;
  box-shadow: inset 0 0 0 1px rgba(93, 34, 166, .12);
}

body .store-announcement::before {
  content: none !important;
  display: none !important;
}

body .store-announcement__track {
  padding-left: 0 !important;
  animation-duration: var(--cloth-offer-speed, 10s) !important;
}

body .store-announcement__item {
  padding-right: 4rem;
  font-size: 14px;
  font-weight: 900;
}

body .fashion-product-card .fashion-card-action i,
body .fashion-product-card .fashion-whatsapp-action i {
  margin-right: 7px;
  font-size: 15px;
}

body .fashion-product-card .fashion-whatsapp-action i {
  font-size: 18px;
}

body .fashion-product-card .fashion-card-action,
body .fashion-product-card .fashion-whatsapp-action {
  position: relative;
  z-index: 4;
  cursor: pointer;
}

@media (max-width: 991px) {
  body .cloth-store-topbar {
    min-height: auto;
    padding: 10px 18px !important;
  }
  body .cloth-store-topbar .container-fluid {
    grid-template-columns: 1fr auto;
    gap: 12px;
  }
  body .cloth-top-search {
    grid-column: 1 / -1;
    max-width: none;
    order: 3;
  }
  body .banner-section {
    width: calc(100% - 28px);
  }
  body .banner-section .banner-img,
  body .banner-section .hero-inner-lite,
  body .banner-section .banner-video-wrapper {
    height: clamp(280px, 54vw, 430px) !important;
  }
  body .cloth-hero-copy {
    left: 44px !important;
    right: 34px !important;
  }
}

@media (max-width: 575px) {
  body .cloth-store-topbar {
    margin-bottom: 12px !important;
    padding: 10px 14px !important;
    border-radius: 0 0 16px 16px !important;
    background: #fff !important;
    box-shadow: 0 8px 22px rgba(17,17,17,.08) !important;
  }
  body .cloth-store-topbar .container-fluid {
    grid-template-columns: minmax(0, 1fr) 46px;
    gap: 10px;
  }
  body .cloth-store-brand-wrap {
    gap: 9px !important;
  }
  body .cloth-menu-btn {
    width: 38px;
    height: 38px;
    font-size: 20px;
    color: #35117b !important;
    background: #f5f1ff !important;
  }
  body .cloth-brand-copy {
    max-width: calc(100vw - 128px);
  }
  body .cloth-store-topbar .add-to-cart-btn {
    width: 44px !important;
    height: 44px !important;
    border-radius: 13px !important;
    color: #35117b !important;
    border-color: #e8ddff !important;
    background: #f5f1ff !important;
  }
  body .cloth-store-topbar .add-to-cart-btn > i {
    font-size: 20px;
  }
  body .cloth-top-search {
    min-height: 44px;
  }
  body .banner-section {
    width: calc(100% - 20px);
    border-radius: 14px !important;
    background: #f7f7f8 !important;
  }
  body .banner-section .banner-img,
  body .banner-section .hero-inner-lite,
  body .banner-section .banner-video-wrapper {
    height: 280px !important;
    border-radius: 14px !important;
  }
  body .cloth-hero-copy {
    left: 22px !important;
    right: 22px !important;
  }
  body .cloth-hero-copy span {
    font-size: 18px;
  }
  body .cloth-hero-copy h1 {
    max-width: 290px;
    font-size: 32px;
  }
  body .sound-badge {
    right: 10px !important;
    bottom: 10px !important;
    min-height: 34px;
    padding: 7px 10px;
    font-size: 10px;
  }
  body .store-announcement {
    width: calc(100% - 20px);
    margin-top: 10px !important;
  }
  body .store-announcement::before {
    content: none !important;
    display: none !important;
  }
  body .store-announcement__track {
    padding-left: 0 !important;
    animation-duration: 70s !important;
  }
  body .store-announcement__item {
    font-size: 12px;
  }
}

/* Neutral product-business header refinements and mobile bleed fixes. */
body .cloth-brand-copy a::after {
  content: none !important;
}

body .cloth-store-topbar,
body .cloth-store-topbar::before,
body .cloth-store-topbar::after {
  overflow: visible;
}

body .cloth-store-topbar .container-fluid {
  min-width: 0;
}

body .cloth-store-topbar .add-to-cart-btn,
body .fashion-product-card .addToCartBtn {
  pointer-events: auto !important;
}

body .cloth-store-topbar .add-to-cart-btn .product-count-badge:empty {
  display: none !important;
}

body .cloth-store-topbar {
  color: #17121f !important;
  background: rgba(255,255,255,.96) !important;
  backdrop-filter: blur(14px);
  border: 1px solid #eee9f4 !important;
  border-top: 0 !important;
  box-shadow: 0 12px 32px rgba(17,17,17,.08) !important;
}

body .cloth-menu-btn {
  color: #35117b !important;
  background: #f5f1ff !important;
}

body .cloth-brand-copy a {
  color: #17121f !important;
}

body .cloth-brand-copy small,
body .cloth-top-link {
  color: #6d6577 !important;
}

body .cloth-top-link i {
  color: #35117b !important;
  border-color: #e8ddff !important;
  background: #f8f5ff !important;
}

body .cloth-store-topbar .add-to-cart-btn {
  color: #35117b !important;
  border-color: #e8ddff !important;
  background: #f8f5ff !important;
}

body .cloth-store-topbar .product-count-badge {
  border-color: #fff !important;
}

body .banner-section,
body .hero-inner-lite,
body .banner-video-wrapper {
  overflow: hidden !important;
}

body .banner-section .banner-video-wrapper {
  background: transparent !important;
}

@media (max-width: 575px) {
  body {
    background: #f7f7f9 !important;
  }

  body .main-content {
    max-width: 100% !important;
    overflow-x: hidden !important;
    background: #fff !important;
  }

  body .cloth-store-topbar,
  body .cloth-store-topbar .container-fluid,
  body .cloth-store-brand-wrap,
  body .cloth-top-actions {
    min-height: 0 !important;
    max-height: none !important;
  }

  body .cloth-store-topbar {
    position: sticky !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  body .cloth-brand-copy a {
    color: #17121f !important;
    font-size: 18px !important;
  }

  body .cloth-brand-copy small {
    color: #6d6577 !important;
    font-size: 10px !important;
  }

  body .cloth-store-topbar .product-count-badge {
    border-color: #fff !important;
  }

  body .banner-section::after {
    background:
      linear-gradient(90deg, rgba(0,0,0,.64), rgba(0,0,0,.28) 58%, rgba(0,0,0,.04)),
      linear-gradient(0deg, rgba(0,0,0,.22), transparent 50%) !important;
  }

  body .cloth-hero-copy h1 {
    color: #fff !important;
    text-shadow: 0 8px 22px rgba(0,0,0,.4);
  }

  body .cloth-hero-copy span {
    color: #fff !important;
    font-size: 15px !important;
  }
}

/* Final neutral layout pass: no hamburger, no colored side gutters, mobile actions visible. */
html,
body,
body .main-content,
body .main-content > div {
  background: #fff !important;
}

body .cloth-menu-btn {
  display: none !important;
}

body .cloth-store-brand-wrap {
  gap: 12px !important;
}

body .cloth-store-topbar .navbar-brand {
  display: block !important;
  flex: 0 0 44px;
  width: 44px !important;
  height: 44px !important;
  overflow: hidden;
  border-radius: 50%;
  background: #fff;
}

body .cloth-store-topbar .container-fluid {
  grid-template-columns: minmax(210px, .75fr) minmax(280px, 560px) auto !important;
}

body .cloth-top-actions {
  display: flex !important;
  align-items: center !important;
}

body .banner-section {
  width: min(calc(100% - 40px), 1400px) !important;
  margin: 0 auto !important;
  transform: none !important;
}

body .banner-section::before {
  content: none !important;
}

body .banner-section::after {
  left: 0 !important;
  right: 0 !important;
}

@media (max-width: 991px) {
  body .cloth-store-topbar .container-fluid {
    grid-template-columns: minmax(0, 1fr) auto !important;
  }

  body .cloth-top-search {
    grid-column: 1 / -1;
  }
}

@media (max-width: 575px) {
  html,
  body,
  body .main-content,
  body .main-content > div {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    background: #fff !important;
  }

  body .cloth-store-topbar {
    width: 100% !important;
    margin: 0 0 10px !important;
    padding: 10px 12px !important;
    border-radius: 0 0 14px 14px !important;
  }

  body .cloth-store-topbar .container-fluid {
    grid-template-columns: minmax(0, 1fr) auto !important;
    align-items: center !important;
  }

  body .cloth-store-topbar .navbar-brand {
    flex-basis: 38px;
    width: 38px !important;
    height: 38px !important;
  }

  body .cloth-brand-copy {
    max-width: calc(100vw - 210px) !important;
  }

  body .cloth-brand-copy a {
    font-size: 16px !important;
  }

  body .cloth-top-actions {
    gap: 6px !important;
  }

  body .cloth-top-link {
    width: 38px !important;
    height: 38px !important;
    min-height: 38px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
  }

  body .cloth-top-link span {
    display: none !important;
  }

  body .cloth-top-link i {
    width: 38px !important;
    height: 38px !important;
    font-size: 17px !important;
  }

  body .cloth-store-topbar .add-to-cart-btn {
    width: 40px !important;
    height: 40px !important;
  }

  body .cloth-top-search {
    grid-column: 1 / -1 !important;
    margin-top: 2px;
  }

  body .banner-section {
    width: calc(100% - 20px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body .banner-section .banner-img,
  body .banner-section .hero-inner-lite,
  body .banner-section .banner-video-wrapper {
    height: 255px !important;
  }
}

/* Product detail app-style redesign. */
body.cloth-product-detail-body {
  margin: 0;
  background: #f6f4f8;
  color: #15111f;
}

body .cloth-detail-page {
  max-width: 1480px;
  min-height: 100vh;
  background: #fff;
}

body .cloth-detail-storebar {
  position: sticky;
  top: 0;
  z-index: 1040;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 34px;
  border-bottom: 1px solid #eee8f4;
  background: rgba(255, 255, 255, .98);
  backdrop-filter: blur(16px);
}

body .cloth-detail-brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  gap: 12px;
  color: #15111f;
  text-decoration: none;
}

body .cloth-detail-brand img {
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  border-radius: 50%;
  object-fit: cover;
}

body .cloth-detail-brand span {
  display: grid;
  min-width: 0;
}

body .cloth-detail-brand strong {
  overflow: hidden;
  font-size: 24px;
  font-weight: 950;
  line-height: 1.05;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body .cloth-detail-brand small {
  overflow: hidden;
  color: #7b7282;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

body .cloth-detail-store-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

body .cloth-detail-store-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid #ece5f4;
  border-radius: 14px;
  background: #fff;
  color: #401056;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(36, 19, 52, .06);
}

body .cloth-detail-topbar {
  position: sticky;
  top: 81px;
  z-index: 1030;
  display: grid;
  grid-template-columns: 48px 1fr auto;
  align-items: center;
  gap: 14px;
  padding: 14px 34px;
  border-bottom: 1px solid #eee8f4;
  background: rgba(255, 255, 255, .96);
  backdrop-filter: blur(16px);
  box-shadow: 0 10px 30px rgba(27, 17, 44, .06);
}

body .cloth-detail-icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid #ece5f4;
  border-radius: 14px;
  background: #fff;
  color: #1d1728;
  text-decoration: none;
  box-shadow: 0 8px 22px rgba(31, 18, 48, .06);
}

body .cloth-detail-icon-btn:hover {
  color: #6f22d8;
  border-color: #d8c5f4;
}

body .cloth-detail-top-title {
  min-width: 0;
  text-align: center;
  text-transform: uppercase;
}

body .cloth-detail-top-title small {
  display: block;
  color: #6e6576;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
}

body .cloth-detail-top-title strong {
  display: block;
  overflow: hidden;
  color: #181120;
  font-size: 14px;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: none;
}

body .cloth-detail-top-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

body .cloth-detail-hidden-cart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid #ece5f4;
  border-radius: 14px;
  background: #fff;
  color: #281043;
}

body .cloth-detail-section {
  padding-top: 28px !important;
}

body .cloth-detail-section .item-details-card {
  max-width: 1260px;
  margin: 0 auto;
}

body .cloth-detail-section .row {
  align-items: flex-start;
}

body .cloth-detail-section .details {
  padding: 8px 0 0 28px;
}

body .cloth-detail-section .details-img {
  height: auto !important;
  aspect-ratio: 4 / 5;
  border-radius: 22px !important;
  background: #f2f0f4;
  box-shadow: 0 20px 55px rgba(21, 17, 31, .10);
}

body .cloth-detail-section .slider-for {
  overflow: hidden;
  border-radius: 22px;
}

body .cloth-detail-section .slider-for:not(.slick-initialized) > div:not(:first-child) {
  display: none;
}

body .cloth-detail-section .slider-nav:not(.slick-initialized) {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 4px;
}

body .cloth-detail-section .slider-nav:not(.slick-initialized) > div {
  width: 84px;
  min-width: 84px;
}

body .cloth-detail-section .wp-product-gallery-video {
  aspect-ratio: 4 / 5 !important;
  border-radius: 22px !important;
}

body .cloth-detail-section .wp-product-gallery-video iframe {
  width: 100% !important;
  height: 100% !important;
}

body .cloth-detail-section .details-img img,
body .cloth-detail-section .thumbnail-img img {
  object-position: center top;
}

body .cloth-detail-section .slider-nav {
  margin-top: 14px;
}

body .cloth-detail-section .thumbnail-img {
  width: auto !important;
  height: 86px !important;
  border-radius: 16px !important;
  background: #f4f2f6;
}

body .cloth-detail-section .product-name {
  margin: 0 0 9px;
  color: #15111f;
  font-size: clamp(22px, 2.2vw, 34px) !important;
  font-weight: 900;
  line-height: 1.12 !important;
}

body .cloth-detail-rating {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 13px;
  color: #665f70;
  font-size: 13px;
  font-weight: 700;
}

body .cloth-detail-rating span {
  color: #ff9f0a;
  letter-spacing: 1px;
}

body .cloth-detail-rating strong {
  color: #16111f;
}

body .cloth-detail-price {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 10px !important;
  color: #15111f;
}

body .cloth-detail-price .selling_price {
  font-size: clamp(24px, 2.5vw, 34px);
  font-weight: 950;
}

body .cloth-detail-price del {
  color: #8a8491 !important;
  font-size: 15px !important;
}

body .cloth-detail-price .cloth-discount {
  border-radius: 999px;
  background: #ffe5ed !important;
  color: #e11d48 !important;
  font-size: 11px;
  font-weight: 900;
}

body .cloth-detail-description {
  margin: 0 0 18px;
  color: #6b6471;
  font-size: 14px;
  line-height: 1.65;
}

body .cloth-detail-description strong {
  display: block;
  margin-bottom: 3px;
  color: #15111f;
  font-size: 13px;
  font-weight: 900;
}

body .cloth-detail-description p {
  margin-bottom: 0;
}

body .cloth-detail-section .cloth-variant-picker {
  margin: 0 0 18px !important;
  padding: 0 !important;
  border: 0 !important;
}

body .cloth-detail-section .cloth-variant-picker .fs-14 {
  color: #15111f;
  font-size: 13px !important;
  font-weight: 900 !important;
}

body .cloth-detail-section .cloth-variant-chip {
  min-width: 48px;
  height: 42px;
  border: 1px solid #e8e2ef !important;
  border-radius: 12px !important;
  background: #fff !important;
  color: #191321 !important;
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 8px 18px rgba(30, 18, 44, .05);
}

body .cloth-detail-section .cloth-variant-chip.active {
  border-color: #7c25df !important;
  color: #7c25df !important;
  box-shadow: 0 0 0 3px rgba(124, 37, 223, .10);
}

body .cloth-detail-section .cloth-color-swatch {
  width: 32px !important;
  height: 32px !important;
  border: 3px solid #fff !important;
  box-shadow: 0 0 0 1px #d9d3e2, 0 8px 20px rgba(22, 17, 31, .08) !important;
}

body .cloth-detail-section .cloth-color-swatch.active {
  box-shadow: 0 0 0 3px #7c25df, 0 8px 20px rgba(22, 17, 31, .08) !important;
}

body .cloth-detail-section .cloth-stock-text {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 4px;
  padding: 7px 11px;
  border-radius: 999px;
  background: #edfdf4;
  font-size: 12px;
  font-weight: 900;
}

body .cloth-detail-section .cloth-stock-text.out-stock {
  background: #fff1f2;
}

body .cloth-detail-quantity {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  margin-bottom: 14px;
}

body .cloth-detail-quantity span {
  color: #15111f;
  font-size: 13px;
  font-weight: 900;
}

body .cloth-detail-qty-box {
  display: grid;
  grid-template-columns: 38px 48px 38px;
  align-items: center;
  height: 38px;
  min-width: 124px;
  overflow: hidden;
  border: 1px solid #e8e2ef;
  border-radius: 12px;
  background: #fff;
}

body .cloth-detail-qty-box button,
body .cloth-detail-qty-box input {
  width: 100%;
  height: 100%;
  border: 0;
  background: #fff;
  color: #15111f;
  text-align: center;
  font-size: 14px;
  font-weight: 900;
  outline: 0;
}

body .cloth-detail-qty-box input::-webkit-outer-spin-button,
body .cloth-detail-qty-box input::-webkit-inner-spin-button {
  margin: 0;
  appearance: none;
}

body .cloth-detail-actions {
  display: grid;
  gap: 10px;
}

body .cloth-detail-actions .addToCartBtn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 9px !important;
  min-height: 50px;
  border: 0 !important;
  border-radius: 12px !important;
  background: linear-gradient(135deg, #7f25e8 0%, #5e17c9 100%) !important;
  color: #fff !important;
  box-shadow: 0 14px 30px rgba(105, 31, 211, .26);
}

body .cloth-detail-actions .addToCartBtn:hover {
  color: #fff !important;
  filter: brightness(.96);
}

body .cloth-detail-actions .addToCartBtn svg {
  width: 22px !important;
  height: 22px !important;
}

body .cloth-detail-actions .addToCartBtn > span {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
}

body .cloth-detail-actions .addToCartBtn .cloth-detail-cart-text {
  display: inline !important;
  color: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: 1 !important;
  white-space: nowrap;
}

body .cloth-detail-whatsapp-btn,
body .cloth-detail-outline-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
}

body .cloth-detail-whatsapp-btn {
  background: #02a64f;
  color: #fff;
}

body .cloth-detail-whatsapp-btn i {
  font-size: 20px;
}

body .cloth-detail-outline-btn {
  border: 1px solid #e4ddea;
  background: #fff;
  color: #181120;
}

body .recommended-product-section {
  max-width: 1260px;
  margin: 0 auto 26px;
}

@media (max-width: 991px) {
  body .cloth-detail-storebar {
    padding: 10px 14px;
  }

  body .cloth-detail-brand {
    max-width: calc(100vw - 130px);
  }

  body .cloth-detail-brand img {
    width: 44px;
    height: 44px;
    flex-basis: 44px;
  }

  body .cloth-detail-brand strong {
    font-size: 20px;
  }

  body .cloth-detail-brand small {
    font-size: 10px;
  }

  body .cloth-detail-store-icon {
    width: 40px;
    height: 40px;
    border-radius: 13px;
  }

  body .cloth-detail-topbar {
    top: 65px;
    padding: 12px 14px;
    grid-template-columns: 42px 1fr auto;
  }

  body .cloth-detail-top-title strong {
    display: none;
  }

  body .cloth-detail-top-actions {
    gap: 7px;
  }

  body .cloth-detail-top-actions .cloth-detail-icon-btn,
  body .cloth-detail-hidden-cart {
    width: 38px;
    height: 38px;
    border-radius: 13px;
  }

  body .cloth-detail-section {
    padding: 12px 12px 0 !important;
    margin-bottom: 20px !important;
  }

  body .cloth-detail-section .details {
    padding: 16px 0 0 !important;
  }

  body .cloth-detail-section .details-img {
    aspect-ratio: 1 / 1.08;
    border-radius: 16px !important;
    box-shadow: none;
  }

  body .cloth-detail-section .wp-product-gallery-video {
    aspect-ratio: 1 / 1.08 !important;
    border-radius: 16px !important;
  }

  body .cloth-detail-section .slider-nav {
    margin-top: 8px;
    padding: 0 18px;
  }

  body .cloth-detail-section .thumbnail-img {
    height: 48px !important;
    border-radius: 12px !important;
    margin: 0 5px !important;
  }

  body .cloth-detail-section .product-name {
    font-size: 18px !important;
  }

  body .cloth-detail-rating {
    font-size: 11px;
  }

  body .cloth-detail-price .selling_price {
    font-size: 22px;
  }

  body .cloth-detail-description {
    font-size: 12px;
    line-height: 1.5;
  }

  body .cloth-detail-section .cloth-variant-chip {
    min-width: 42px;
    height: 38px;
    border-radius: 10px !important;
    font-size: 12px;
  }

  body .cloth-detail-section .cloth-color-swatch {
    width: 29px !important;
    height: 29px !important;
  }

  body .recommended-product-section {
    padding: 0 12px 76px !important;
  }
}

@media (max-width: 575px) {
  body.cloth-product-detail-body {
    background: #fff;
  }

  body .cloth-detail-page {
    max-width: 430px;
    margin: 0 auto;
  }

  body .cloth-detail-storebar {
    border-radius: 0 0 18px 18px;
    box-shadow: 0 10px 28px rgba(31, 18, 48, .08);
  }

  body .cloth-detail-hidden-cart {
    display: none;
  }

  body .cloth-detail-topbar {
    box-shadow: none;
  }

  body .cloth-detail-top-title small {
    font-size: 10px;
  }

  body .cloth-detail-section .slider-nav {
    display: flex !important;
    gap: 9px;
    overflow-x: auto;
    padding: 3px 2px 6px !important;
    scrollbar-width: none;
  }

  body .cloth-detail-section .slider-nav::-webkit-scrollbar {
    display: none;
  }

  body .cloth-detail-section .slider-nav .slick-list {
    overflow: visible;
  }

  body .cloth-detail-section .slider-nav .slick-track {
    display: flex;
    gap: 9px;
  }

  body .cloth-detail-section .slider-nav .slick-slide {
    width: 54px !important;
  }

  body .cloth-detail-section .thumbnail-img,
  body .cloth-detail-section .wp-product-video-thumbnail {
    width: 54px !important;
    min-width: 54px !important;
    height: 54px !important;
  }

  body .cloth-detail-actions .addToCartBtn {
    min-height: 44px !important;
    font-size: 13px !important;
  }

  body .cloth-detail-actions .addToCartBtn .cloth-detail-cart-text {
    display: inline !important;
  }
}

/* Final product-detail gallery pass: beauty-style gallery and one header only. */
body .cloth-detail-topbar {
  display: none !important;
}

body .cloth-detail-storebar {
  top: 0 !important;
}

body .cloth-detail-section {
  padding-top: 22px !important;
}

body .cloth-gallery-main-host {
  width: 100%;
}

body .cloth-gallery-main,
body .cloth-gallery-inline-video {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border: 0;
  border-radius: 20px;
  background: #f2eff4;
  box-shadow: 0 18px 45px rgba(31, 18, 48, .12);
}

body .cloth-gallery-main img,
body .cloth-gallery-inline-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

body .cloth-gallery-main img {
  object-fit: cover;
  object-position: center;
}

body .cloth-gallery-thumbs {
  display: flex;
  gap: 12px;
  margin-top: 14px;
  overflow-x: auto;
  padding: 1px 2px 7px;
  scrollbar-width: none;
}

body .cloth-gallery-thumbs::-webkit-scrollbar {
  display: none;
}

body .cloth-gallery-thumb {
  position: relative;
  width: 66px;
  height: 66px;
  min-width: 66px;
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: 12px;
  background: #f7f3f9;
  padding: 0;
}

body .cloth-gallery-thumb.active {
  border-color: #d69b16;
  box-shadow: 0 0 0 2px rgba(214, 155, 22, .16);
}

body .cloth-gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body .cloth-gallery-thumb span,
body .cloth-zoom-hint {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #fff;
  background: rgba(47, 20, 61, .92);
}

body .cloth-gallery-thumb span {
  inset: 50% auto auto 50%;
  width: 28px;
  height: 28px;
  transform: translate(-50%, -50%);
  font-size: 11px;
}

body .cloth-zoom-hint {
  right: 14px;
  bottom: 14px;
  width: 42px;
  height: 42px;
  font-size: 16px;
}

body .cloth-lightbox {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 28px;
  background: rgba(10, 8, 14, .88);
}

body .cloth-lightbox.open {
  display: flex;
}

body .cloth-lightbox-content {
  width: min(100%, 960px);
  max-height: 86vh;
}

body .cloth-lightbox-content img {
  display: block;
  width: 100%;
  max-height: 86vh;
  object-fit: contain;
  border-radius: 18px;
  background: #fff;
}

body .cloth-lightbox-close {
  position: absolute;
  top: 18px;
  right: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 999px;
  background: #fff;
  color: #230b31;
}

@media (min-width: 992px) {
  body .cloth-detail-section .row {
    display: grid;
    grid-template-columns: minmax(420px, 1.05fr) minmax(380px, .95fr);
    gap: 28px;
  }

  body .cloth-detail-section .row > [class*="col-"] {
    width: auto;
    max-width: none;
  }
}

@media (max-width: 575px) {
  body .cloth-detail-section {
    padding-top: 14px !important;
  }

  body .cloth-gallery-main,
  body .cloth-gallery-inline-video {
    border-radius: 16px;
  }

  body .cloth-gallery-thumb {
    width: 54px;
    height: 54px;
    min-width: 54px;
    border-radius: 10px;
  }

  body .cloth-zoom-hint {
    width: 34px;
    height: 34px;
    right: 10px;
    bottom: 10px;
    font-size: 13px;
  }
}

/* Cloth detail Scan & Pay modal, matching the beauty theme behavior and polish. */
body.cloth-product-detail-body .modal-backdrop,
body.cloth-product-detail-body .modal-backdrop.fade,
body.cloth-product-detail-body .modal-backdrop.show,
body.cloth-product-detail-body.modal-open .modal-backdrop,
body.cloth-product-detail-body.modal-open .modal-backdrop.show {
  background-color: #06040a !important;
  opacity: .58 !important;
  backdrop-filter: blur(2px);
}

body.cloth-product-detail-body #paymentQrModal {
  z-index: 2060;
}

body.cloth-product-detail-body #paymentQrModal .modal-dialog {
  width: min(94vw, 430px);
  margin-left: auto;
  margin-right: auto;
  transform: translateY(-2vh);
}

body.cloth-product-detail-body #paymentQrModal .j-payment-modal {
  overflow: hidden;
  border: 0 !important;
  border-radius: 22px !important;
  background: #fff;
  box-shadow: 0 28px 90px rgba(11, 7, 17, .38);
}

body.cloth-product-detail-body #paymentQrModal .modal-header {
  align-items: center;
  border: 0;
  padding: 18px 20px;
  background: linear-gradient(135deg, #2b0c3b 0%, #52137f 100%) !important;
  color: #fff !important;
}

body.cloth-product-detail-body #paymentQrModal .modal-title {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  font-weight: 900;
}

body.cloth-product-detail-body #paymentQrModal .btn-close {
  width: 34px;
  height: 34px;
  margin: 0;
  border-radius: 999px;
  background-color: rgba(255, 255, 255, .94);
  opacity: 1;
}

body.cloth-product-detail-body #paymentQrModal .modal-body {
  padding: 24px 22px 22px;
  background: linear-gradient(180deg, #fff 0%, #fbf8ff 100%);
}

body.cloth-product-detail-body #paymentQrModal .j-payment-qr {
  width: min(100%, 292px);
  aspect-ratio: 1;
  object-fit: contain;
  padding: 10px;
  border: 1px solid #eadff0;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(57, 18, 77, .14);
}

body.cloth-product-detail-body #paymentQrModal .text-muted {
  margin-top: 16px;
  color: #776b80 !important;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

body.cloth-product-detail-body #paymentQrModal .j-upi-copy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin: 8px auto 14px;
  padding: 12px;
  border: 1px dashed #d7b35a;
  border-radius: 14px;
  background: #fffaf0;
}

body.cloth-product-detail-body #paymentQrModal .j-upi-copy strong {
  min-width: 0;
  overflow: hidden;
  color: #25152e;
  font-size: 14px;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.cloth-product-detail-body #paymentQrModal .j-upi-copy button {
  flex: 0 0 auto;
  border: 0;
  border-radius: 10px;
  padding: 8px 12px;
  background: #2b0c3b;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

body.cloth-product-detail-body #paymentQrModal .j-payment-instructions {
  margin: 0;
  padding: 12px;
  border-radius: 12px;
  background: #f3edf8;
  color: #5d5068;
  font-size: 13px;
  line-height: 1.45;
}

@media (max-width: 575px) {
  body.cloth-product-detail-body #paymentQrModal .modal-dialog {
    width: calc(100vw - 28px);
    transform: translateY(0);
  }

  body.cloth-product-detail-body #paymentQrModal .modal-body {
    padding: 20px 16px 18px;
  }
}

/* Must stay last: the legacy cloth modal backdrop is white with !important. */
.modal-backdrop,
.modal-backdrop.fade,
.modal-backdrop.show {
  background-color: #06040a !important;
  opacity: .58 !important;
}

#paymentQrModal.modal {
  background: transparent !important;
}

#paymentQrModal.show {
  background: transparent !important;
}

body .cloth-detail-actions .addToCartBtn.cloth-added {
  background: #111 !important;
}

.cloth-toast-stack {
  position: fixed;
  top: 86px;
  right: 24px;
  z-index: 3200;
  display: flex;
  width: min(380px, calc(100vw - 32px));
  flex-direction: column;
  gap: 12px;
  pointer-events: none;
}

.cloth-toast,
body.cloth-product-detail-body .cloth-detail-alert {
  position: relative;
  display: flex !important;
  min-height: 58px;
  align-items: center;
  gap: 12px;
  overflow: hidden;
  padding: 13px 48px 13px 14px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 18px;
  background: linear-gradient(135deg, #101010 0%, #24142f 100%) !important;
  color: #fff !important;
  box-shadow: 0 22px 55px rgba(17, 9, 25, .24);
  opacity: 0;
  pointer-events: auto;
  transform: translateY(-10px) scale(.98);
  transition: opacity .2s ease, transform .2s ease;
}

.cloth-toast.is-visible,
body.cloth-product-detail-body .cloth-detail-alert.show {
  opacity: 1 !important;
  transform: translateY(0) scale(1) !important;
}

.cloth-toast.is-leaving {
  opacity: 0;
  transform: translateY(-8px) scale(.98);
}

.cloth-toast-success,
body.cloth-product-detail-body .cloth-detail-alert.success {
  background: linear-gradient(135deg, #0da761 0%, #087c48 100%) !important;
}

.cloth-toast-error,
body.cloth-product-detail-body .cloth-detail-alert.error {
  background: linear-gradient(135deg, #ef4444 0%, #b91c1c 100%) !important;
}

.cloth-toast-icon,
body.cloth-product-detail-body .cloth-detail-alert > i {
  display: inline-flex !important;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, .18);
  color: #fff !important;
  font-size: 15px;
}

.cloth-toast-copy,
body.cloth-product-detail-body .cloth-detail-alert > span {
  display: flex !important;
  min-width: 0;
  flex-direction: column;
  gap: 1px;
  color: #fff !important;
}

.cloth-toast-copy strong,
body.cloth-product-detail-body .cloth-detail-alert > span strong {
  color: #fff !important;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.2;
}

.cloth-toast-copy small,
body.cloth-product-detail-body .cloth-detail-alert > span small {
  color: rgba(255, 255, 255, .84) !important;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
}

.cloth-toast button {
  position: absolute;
  top: 50%;
  right: 12px;
  display: inline-flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, .16);
  color: #fff;
  transform: translateY(-50%);
}

.cloth-toast-progress {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  background: rgba(255, 255, 255, .62);
  animation: cloth-toast-progress 2.4s linear forwards;
}

body.cloth-product-detail-body .cloth-detail-alert {
  position: fixed !important;
  top: 86px !important;
  right: 24px !important;
  z-index: 3200 !important;
  width: min(380px, calc(100vw - 32px));
}

body.cloth-product-detail-body .cloth-detail-alert:not(.show) {
  visibility: hidden;
  pointer-events: none;
}

@keyframes cloth-toast-progress {
  from { transform: scaleX(1); transform-origin: left; }
  to { transform: scaleX(0); transform-origin: left; }
}

@media (max-width: 575px) {
  .cloth-toast-stack,
  body.cloth-product-detail-body .cloth-detail-alert {
    top: 76px !important;
    right: 12px !important;
    left: 12px !important;
    width: auto;
  }
}

/* Cloth storefront order modal polish. */
body #orderNowModal {
  background: rgba(10, 8, 16, .18);
  backdrop-filter: blur(3px);
}

body #orderNowModal .order-modal-dialog {
  width: min(94vw, 500px) !important;
  max-width: 500px !important;
}

body #orderNowModal.fade .modal-dialog {
  transform: translateY(34px) scale(.96) !important;
  transition: transform .28s cubic-bezier(.22, 1, .36, 1), opacity .22s ease !important;
  opacity: 0;
}

body #orderNowModal.show .modal-dialog {
  transform: translateY(0) scale(1) !important;
  opacity: 1;
}

body #orderNowModal .j-order-modal-content {
  overflow: hidden;
  border: 1px solid rgba(91, 22, 201, .12) !important;
  border-radius: 24px !important;
  background: #fff !important;
  box-shadow: 0 30px 90px rgba(25, 14, 36, .24) !important;
}

body #orderNowModal .modal-header {
  align-items: center;
  padding: 22px 24px 16px !important;
  border-bottom: 1px solid #eee7f4 !important;
  background: linear-gradient(180deg, #fff 0%, #fbf8ff 100%);
}

body #orderNowModal .modal-title {
  color: #16111f !important;
  font-size: 20px !important;
  font-weight: 900 !important;
}

body #orderNowModal .btn-close {
  width: 38px;
  height: 38px;
  margin: 0 !important;
  border-radius: 999px;
  background-color: #f5f1f9;
  opacity: 1;
}

body #orderNowModal .modal-body {
  padding: 22px 24px 26px !important;
}

body #orderNowModal .form-label {
  margin-bottom: 7px;
  color: #1c1427;
  font-size: 13px;
  font-weight: 800;
}

body #orderNowModal .text-danger {
  font-weight: 900;
}

body #orderNowModal .form-control {
  min-height: 46px;
  border: 1px solid #ded4e8;
  border-radius: 12px;
  color: #1b1324;
  box-shadow: none !important;
}

body #orderNowModal textarea.form-control {
  min-height: 92px;
  resize: vertical;
}

body #orderNowModal .form-control:focus {
  border-color: #7b28e8;
  box-shadow: 0 0 0 4px rgba(123, 40, 232, .1) !important;
}

body #orderNowModal .iti {
  width: 100%;
}

body #orderNowModal .j-btn-whatsapp,
body #orderNowModal form > button[type="submit"] {
  display: inline-flex !important;
  width: 100% !important;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin-top: 18px !important;
  border: 0 !important;
  border-radius: 14px !important;
  background: linear-gradient(135deg, #08b35b 0%, #04984a 100%) !important;
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  box-shadow: 0 16px 32px rgba(4, 152, 74, .22);
}

body #orderNowModal .j-btn-whatsapp:hover,
body #orderNowModal form > button[type="submit"]:hover {
  transform: translateY(-1px);
  box-shadow: 0 20px 40px rgba(4, 152, 74, .28);
}

body #orderNowModal .wp-scan-pay-btn,
body #orderNowModal [data-bs-target="#paymentQrModal"] {
  display: inline-flex !important;
  width: 100% !important;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin-top: 10px !important;
  border: 1px dashed #4b155f !important;
  border-radius: 14px !important;
  background: #fff !important;
  color: #310b3f !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  text-decoration: none !important;
}

@media (max-width: 575px) {
  body #orderNowModal .order-modal-dialog {
    width: calc(100vw - 28px) !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  body #orderNowModal .modal-header,
  body #orderNowModal .modal-body {
    padding-right: 18px !important;
    padding-left: 18px !important;
  }
}

body #cartModal .cloth-cart-empty {
  display: flex;
  min-height: 150px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
  padding: 20px;
  color: #62566c;
  text-align: center;
}

body #cartModal .cloth-cart-empty i {
  display: inline-flex;
  width: 52px;
  height: 52px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #f2e9ff;
  color: #6d20dc;
  font-size: 20px;
}

body #cartModal .cloth-cart-empty strong {
  color: #1a1124;
  font-size: 17px;
  font-weight: 900;
}

body #cartModal .cloth-cart-empty small {
  color: #766a80;
  font-size: 13px;
  font-weight: 700;
}

body #cartModal .cloth-cart-empty--compact {
  min-height: 110px;
}

body #cartModal,
body #orderNowModal {
  z-index: 2147483600 !important;
}

body #paymentQrModal,
body #wpPaymentModal,
body .wp-payment-modal {
  z-index: 2147483646 !important;
}

body.payment-qr-open #orderNowModal,
body.payment-qr-open #cartModal {
  z-index: 2147483590 !important;
}

body .modal-backdrop,
body .cloth-modal-backdrop {
  z-index: 2147483500 !important;
}

/* Beauty-style hero video behavior for cloth theme. */
body .cloth-video-hero {
  position: relative !important;
  width: 100% !important;
  aspect-ratio: 16 / 9 !important;
  height: auto !important;
  min-height: 0 !important;
  overflow: hidden !important;
  border-radius: inherit !important;
  background: #08040a !important;
  cursor: pointer !important;
  outline: none !important;
}

body .cloth-video-hero iframe,
body .cloth-video-hero .banner-video {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  border: 0 !important;
  object-fit: cover !important;
  pointer-events: none !important;
}

body .cloth-video-hero .j-video-overlay,
body .cloth-video-hero .iframe-toggle {
  position: absolute !important;
  inset: 0 !important;
  z-index: 4 !important;
  display: block !important;
  pointer-events: auto !important;
  background: transparent !important;
}

body .cloth-video-hero .j-sound-toggle,
body .cloth-video-hero .sound-badge {
  position: absolute !important;
  z-index: 5 !important;
  right: 12px !important;
  bottom: 12px !important;
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
  padding: 9px 13px !important;
  border: 1px solid rgba(255,255,255,.25) !important;
  border-radius: 20px !important;
  color: #fff !important;
  background: rgba(17,7,20,.76) !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  pointer-events: none !important;
  backdrop-filter: blur(8px);
  transition: transform .22s ease, background .22s ease;
}

body .cloth-video-hero .j-sound-toggle.is-changing,
body .cloth-video-hero .sound-badge.is-changing {
  transform: scale(1.06);
  background: rgba(37,211,102,.88) !important;
}

body .cloth-video-hero:focus-visible {
  box-shadow: 0 0 0 4px rgba(37,211,102,.28);
}

/* Cloth store final header, hero and category fixes. */
body {
  padding-top: 88px !important;
}

body .cloth-store-topbar {
  position: fixed !important;
  top: 0 !important;
  left: 50% !important;
  right: auto !important;
  z-index: 1040 !important;
  width: min(100%, 1400px) !important;
  margin: 0 !important;
  transform: translateX(-50%) !important;
  border-radius: 0 0 18px 18px !important;
}

body .cloth-store-topbar .container-fluid {
  grid-template-columns: minmax(220px, .72fr) minmax(280px, 560px) auto !important;
}

body .cloth-top-actions {
  gap: 10px !important;
}

body .banner-section {
  overflow: hidden !important;
  box-shadow: none !important;
  background: #111 !important;
}

body .banner-section::before {
  content: none !important;
}

body .banner-section::after {
  inset: 0 !important;
  width: auto !important;
  height: auto !important;
  border-radius: inherit !important;
  pointer-events: none !important;
  background:
    linear-gradient(90deg, rgba(0,0,0,.68) 0%, rgba(0,0,0,.34) 38%, rgba(0,0,0,.04) 82%),
    linear-gradient(0deg, rgba(0,0,0,.14), transparent 52%) !important;
}

body .banner-section .hero-inner-lite,
body .banner-section .banner-video-wrapper,
body .banner-section .banner-video-wrapper iframe,
body .banner-section .banner-video {
  border-radius: inherit !important;
}

body .banner-section .banner-video-wrapper iframe,
body .banner-section .banner-video {
  display: block !important;
  border: 0 !important;
}

body .iframe-toggle {
  display: none !important;
  pointer-events: none !important;
}

body .sound-badge {
  z-index: 5 !important;
  cursor: pointer;
}

body .fashion-quick-cats {
  overflow: visible !important;
}

body .fashion-icon-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(86px, 1fr)) !important;
  gap: 16px 14px !important;
  overflow: visible !important;
}

body .fashion-icon-card {
  min-width: 0 !important;
  width: 100% !important;
}

body .fashion-icon-card span {
  width: clamp(58px, 8vw, 78px) !important;
  height: clamp(58px, 8vw, 78px) !important;
}

body .fashion-icon-card strong {
  width: 100% !important;
  display: block !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  text-align: center !important;
}

@media (max-width: 991px) {
  body {
    padding-top: 132px !important;
  }

  body .cloth-store-topbar {
    width: 100% !important;
    left: 0 !important;
    transform: none !important;
  }

  body .cloth-store-topbar .container-fluid {
    grid-template-columns: minmax(0, 1fr) auto !important;
  }

  body .cloth-top-search {
    grid-column: 1 / -1 !important;
  }
}

@media (max-width: 575px) {
  body {
    padding-top: 116px !important;
  }

  body .cloth-store-topbar {
    border-radius: 0 0 16px 16px !important;
  }

  body .cloth-store-topbar .container-fluid {
    grid-template-columns: minmax(0, 1fr) auto !important;
  }

  body .cloth-brand-copy {
    max-width: calc(100vw - 158px) !important;
  }

  body .cloth-top-link {
    display: inline-flex !important;
  }

  body .cloth-top-search {
    min-height: 46px !important;
    margin-top: 0 !important;
  }

  body .banner-section::after {
    background:
      linear-gradient(90deg, rgba(0,0,0,.62), rgba(0,0,0,.28) 58%, rgba(0,0,0,.02)),
      linear-gradient(0deg, rgba(0,0,0,.12), transparent 55%) !important;
  }

  body .fashion-quick-cats {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }

  body .fashion-icon-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 12px 8px !important;
  }

  body .fashion-icon-card span {
    width: 58px !important;
    height: 58px !important;
  }

  body .fashion-icon-card strong {
    font-size: 10px !important;
  }
}

/* Keep the beauty-style video overlay active after older cloth overrides. */
body .banner-section .cloth-video-hero {
  aspect-ratio: 16 / 9 !important;
  height: auto !important;
  min-height: 0 !important;
}

body .banner-section .cloth-video-hero .iframe-toggle,
body .banner-section .cloth-video-hero .j-video-overlay {
  display: block !important;
  pointer-events: auto !important;
}

body .banner-section .cloth-video-hero .j-sound-toggle {
  pointer-events: none !important;
}

body .banner-section .cloth-hero-copy {
  z-index: 6 !important;
}

/* Exact beauty-style video hero final override. */
body .banner-section.cloth-video-banner {
  width: min(calc(100% - 40px), 1180px) !important;
  margin-right: auto !important;
  margin-left: auto !important;
  border-radius: 22px !important;
  background: #08040a !important;
  box-shadow: 0 14px 38px rgba(42, 17, 49, .10) !important;
}

body .banner-section.cloth-video-banner::before,
body .banner-section.cloth-video-banner::after {
  content: none !important;
  display: none !important;
}

body .banner-section.cloth-video-banner .hero-inner-lite,
body .banner-section.cloth-video-banner .cloth-video-hero,
body .banner-section.cloth-video-banner .banner-video-wrapper {
  width: 100% !important;
  aspect-ratio: 16 / 9 !important;
  height: auto !important;
  min-height: 0 !important;
  border-radius: 22px !important;
  background: #08040a !important;
}

body .banner-section.cloth-video-banner iframe,
body .banner-section.cloth-video-banner .banner-video {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  border: 0 !important;
  pointer-events: none !important;
}

body .banner-section.cloth-video-banner .iframe-toggle,
body .banner-section.cloth-video-banner .j-video-overlay {
  position: absolute !important;
  inset: 0 !important;
  z-index: 2 !important;
  display: block !important;
  pointer-events: auto !important;
  background: transparent !important;
}

body .banner-section.cloth-video-banner .j-sound-toggle {
  z-index: 3 !important;
  right: 12px !important;
  bottom: 12px !important;
  border-radius: 20px !important;
  background: rgba(17,7,20,.76) !important;
  font-size: 11px !important;
  pointer-events: none !important;
}

body .banner-section.cloth-video-banner .j-sound-toggle.is-changing {
  transform: scale(1.06) !important;
  background: rgba(37,211,102,.88) !important;
}

body .banner-section.cloth-video-banner::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  display: block !important;
  pointer-events: none !important;
  border-radius: inherit !important;
  background:
    linear-gradient(90deg, rgba(0,0,0,.72) 0%, rgba(0,0,0,.36) 43%, rgba(0,0,0,.02) 78%),
    linear-gradient(0deg, rgba(0,0,0,.18), transparent 54%) !important;
}

body .banner-section.cloth-video-banner .cloth-hero-copy {
  z-index: 6 !important;
  pointer-events: none;
}

body .banner-section.cloth-video-banner .cloth-hero-btn {
  pointer-events: auto;
}

@media (max-width: 575px) {
  body .banner-section.cloth-video-banner {
    width: calc(100% - 20px) !important;
    border-radius: 14px !important;
  }

  body .banner-section.cloth-video-banner .hero-inner-lite,
  body .banner-section.cloth-video-banner .cloth-video-hero,
  body .banner-section.cloth-video-banner .banner-video-wrapper {
    border-radius: 14px !important;
  }

  body .banner-section.cloth-video-banner::after {
    background:
      linear-gradient(90deg, rgba(0,0,0,.7) 0%, rgba(0,0,0,.34) 58%, rgba(0,0,0,.03)),
      linear-gradient(0deg, rgba(0,0,0,.14), transparent 55%) !important;
  }
}

/* Desktop full-width storefront polish. */
@media (min-width: 992px) {
  body .cloth-store-topbar {
    width: min(calc(100vw - 68px), 1760px) !important;
  }

  body .banner-section,
  body .banner-section.cloth-video-banner,
  body .store-announcement,
  body .fashion-trust-row.px-50,
  body .fashion-quick-cats,
  body .fashion-product-shelves,
  body .fashion-offers,
  body .fashion-feature-row,
  body .fashion-info-grid,
  body .j-footer {
    width: min(calc(100vw - 68px), 1760px) !important;
    max-width: none !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  body .banner-section .banner-img,
  body .banner-section .hero-inner-lite,
  body .banner-section .banner-video-wrapper {
    height: min(56vw, 720px) !important;
    min-height: 540px !important;
  }

  body .banner-section.cloth-video-banner .hero-inner-lite,
  body .banner-section.cloth-video-banner .cloth-video-hero,
  body .banner-section.cloth-video-banner .banner-video-wrapper {
    height: min(56vw, 720px) !important;
    min-height: 540px !important;
    aspect-ratio: auto !important;
  }

  body .cloth-hero-copy {
    left: clamp(56px, 8vw, 140px) !important;
    max-width: min(560px, 42vw) !important;
  }

  body .cloth-hero-copy h1 {
    font-size: clamp(58px, 5.6vw, 96px) !important;
  }
}

/* Products listing polish. */
body.cloth-products-page {
  background:
    linear-gradient(180deg, #fff 0, #fff 360px, #fbfaf8 100%) !important;
}

body.cloth-products-page #cloth-products-list,
body.cloth-products-page .filter-section,
body.cloth-products-page .select-all-section,
body.cloth-products-page .all-items-section {
  position: relative;
  z-index: 2;
}

body.cloth-products-page .cloth-products-hero {
  overflow: hidden !important;
  background: #09070a !important;
  box-shadow: 0 22px 70px rgba(21, 9, 28, .12) !important;
}

body.cloth-products-page .cloth-products-hero::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  pointer-events: none !important;
  border-radius: inherit !important;
  background:
    linear-gradient(90deg, rgba(0,0,0,.72), rgba(0,0,0,.28) 48%, rgba(0,0,0,.06) 82%),
    linear-gradient(0deg, rgba(0,0,0,.18), transparent 58%) !important;
}

body.cloth-products-page .cloth-products-hero .banner-img,
body.cloth-products-page .cloth-products-hero .banner-slider,
body.cloth-products-page .cloth-products-hero .banner-slide,
body.cloth-products-page .cloth-products-hero .banner-video-wrapper {
  width: 100% !important;
  border-radius: inherit !important;
}

body.cloth-products-page .cloth-products-hero .banner-img img,
body.cloth-products-page .cloth-products-hero .banner-video {
  object-fit: cover !important;
}

body.cloth-products-page .cloth-products-hero .slide-banner-arrow,
body.cloth-products-page .cloth-products-hero .slick-dots {
  display: none !important;
}

body.cloth-products-page .px-50 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

body.cloth-products-page #cloth-products-list {
  width: min(calc(100% - 40px), 1180px) !important;
  margin: 16px auto 0 !important;
}

body.cloth-products-page .filter-section {
  padding: 14px !important;
  border: 1px solid rgba(72, 20, 86, .10) !important;
  border-radius: 14px !important;
  background: rgba(255,255,255,.94) !important;
  box-shadow: 0 18px 46px rgba(27, 17, 35, .08) !important;
}

body.cloth-products-page .filter-section > .d-flex {
  gap: 14px !important;
}

body.cloth-products-page .filter-section .fs-26 {
  font-size: 18px !important;
  line-height: 1 !important;
}

body.cloth-products-page .filter-section button[wire\:click="resetFilters"] {
  width: 38px !important;
  height: 38px !important;
  border-radius: 11px !important;
  background: #3b0a49 !important;
  box-shadow: 0 10px 24px rgba(77, 17, 104, .18) !important;
}

body.cloth-products-page .filter-section .position-relative {
  flex: 0 1 360px;
}

body.cloth-products-page .filter-section .serach-input {
  height: 48px !important;
  border: 1px solid rgba(72, 20, 86, .10) !important;
  border-radius: 13px !important;
  background: #f8f7f8 !important;
  box-shadow: none !important;
}

body.cloth-products-page .select-all-section {
  margin-bottom: 18px !important;
  padding: 14px !important;
  border-radius: 14px !important;
  background: #f6f5f7 !important;
}

body.cloth-products-page .select-all-section .row {
  --bs-gutter-x: 16px !important;
}

body.cloth-products-page .custom-dropdown,
body.cloth-products-page .custom-select-box {
  height: 50px !important;
  border: 1px solid rgba(72, 20, 86, .10) !important;
  border-radius: 13px !important;
  background: #fff !important;
}

body.cloth-products-page .dropdown-menu,
body.cloth-products-page .custom-select-options {
  padding: 12px !important;
  border-radius: 14px !important;
}

body.cloth-products-page .all-items-section .section-heading {
  margin: 0 0 18px !important;
}

body.cloth-products-page .all-items-section .section-heading h2 {
  font-size: 24px !important;
  font-weight: 900 !important;
  color: #17121d !important;
}

body.cloth-products-page .all-items-section .row {
  --bs-gutter-x: 22px !important;
  row-gap: 22px !important;
}

body.cloth-products-page .all-items-section .product-card {
  height: 100% !important;
  min-height: 0 !important;
  padding: 8px !important;
  border: 1px solid rgba(72, 20, 86, .10) !important;
  border-radius: 16px !important;
  overflow: hidden !important;
  background: #fff !important;
  box-shadow: 0 18px 42px rgba(27, 17, 35, .07) !important;
}

body.cloth-products-page .all-items-section .product-card:hover {
  transform: translateY(-4px) !important;
  border-color: rgba(121, 34, 216, .26) !important;
  box-shadow: 0 24px 58px rgba(27, 17, 35, .12) !important;
}

body.cloth-products-page .all-items-section .product-card > a,
body.cloth-products-page .all-items-section .product-card > a > div {
  height: auto !important;
  min-height: 0 !important;
}

body.cloth-products-page .all-items-section .product-all-img {
  position: relative !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: 4 / 3 !important;
  margin: 0 0 12px !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  background: #f2eff4 !important;
}

body.cloth-products-page .all-items-section .product-all-img img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  transition: transform .25s ease !important;
}

body.cloth-products-page .all-items-section .product-card:hover .product-all-img img {
  transform: scale(1.035) !important;
}

body.cloth-products-page .all-items-section .product-details {
  height: auto !important;
  min-height: 0 !important;
  padding: 0 4px !important;
}

body.cloth-products-page .all-items-section .product-card > .product-details {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(118px, auto) !important;
  gap: 10px !important;
  align-items: end !important;
  margin: auto 0 0 !important;
  padding: 8px 4px 4px !important;
}

body.cloth-products-page .product-name {
  min-height: 0 !important;
  margin-bottom: 6px !important;
  font-size: 15px !important;
  line-height: 1.25 !important;
  color: #17121d !important;
}

body.cloth-products-page .product-category {
  min-height: 18px !important;
  font-size: 12px !important;
  color: #81778a !important;
}

body.cloth-products-page .selling_price {
  display: inline-block !important;
  margin-right: 6px !important;
  font-size: 18px !important;
  line-height: 1.1 !important;
  color: #120b18 !important;
}

body.cloth-products-page .all-items-section del {
  font-size: 12px !important;
}

body.cloth-products-page .all-items-section .addToCartBtn,
body.cloth-products-page .all-items-section .addToCartButton,
body.cloth-products-page .all-items-section .view-options-btn {
  width: 100% !important;
  min-width: 0 !important;
  min-height: 42px !important;
  justify-content: center !important;
  margin-left: 0 !important;
  padding: 10px 12px !important;
  border: 0 !important;
  border-radius: 11px !important;
  background: linear-gradient(135deg, #111 0%, #3b0a49 100%) !important;
  box-shadow: 0 12px 26px rgba(52, 12, 69, .18) !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  white-space: nowrap !important;
}

body.cloth-products-page .all-items-section .addToCartBtn svg,
body.cloth-products-page .all-items-section .addToCartButton svg {
  width: 18px !important;
  height: 18px !important;
  flex: 0 0 auto !important;
}

body.cloth-products-page .all-items-section .wp-product-action-group,
body.cloth-products-page .all-items-section .product-action-wrap {
  display: grid !important;
  grid-template-columns: 1fr 44px !important;
  gap: 8px !important;
  width: 100% !important;
  padding: 0 !important;
}

body.cloth-products-page .all-items-section .wp-whatsapp-order-btn,
body.cloth-products-page .all-items-section .wp-scan-pay-btn,
body.cloth-products-page .all-items-section .whatsapp-btn {
  min-width: 0 !important;
  min-height: 42px !important;
  border-radius: 11px !important;
  font-size: 0 !important;
}

body.cloth-products-page .all-items-section .wp-scan-pay-btn,
body.cloth-products-page .all-items-section [data-bs-target="#paymentQrModal"] {
  display: none !important;
}

body.cloth-products-page .all-items-section .wp-product-action-group:has(.wp-scan-pay-btn) {
  grid-template-columns: 1fr 44px !important;
}

body.cloth-products-page .custom-pagination {
  margin-bottom: 32px !important;
}

@media (min-width: 992px) {
  body.cloth-products-page .cloth-store-topbar,
  body.cloth-products-page .cloth-products-hero,
  body.cloth-products-page #cloth-products-list,
  body.cloth-products-page .j-footer {
    width: min(calc(100vw - 68px), 1760px) !important;
    max-width: none !important;
  }

  body.cloth-products-page .cloth-products-hero {
    margin-top: 18px !important;
    border-radius: 22px !important;
  }

  body.cloth-products-page .cloth-products-hero .banner-img,
  body.cloth-products-page .cloth-products-hero .banner-slider,
  body.cloth-products-page .cloth-products-hero .banner-slide,
  body.cloth-products-page .cloth-products-hero .banner-video-wrapper {
    height: clamp(320px, 28vw, 460px) !important;
    min-height: 0 !important;
  }

  body.cloth-products-page .cloth-products-hero .cloth-hero-copy {
    left: clamp(44px, 6vw, 110px) !important;
    max-width: 520px !important;
  }

  body.cloth-products-page .cloth-products-hero .cloth-hero-copy h1 {
    font-size: clamp(42px, 4.4vw, 72px) !important;
  }

  body.cloth-products-page .all-items-section .row > [class*="col-"] {
    width: 25% !important;
  }
}

@media (min-width: 1400px) {
  body.cloth-products-page .all-items-section .row > [class*="col-"] {
    width: 20% !important;
  }
}

@media (max-width: 991px) {
  body.cloth-products-page #cloth-products-list {
    width: calc(100% - 20px) !important;
    margin-top: 12px !important;
  }

  body.cloth-products-page .cloth-products-hero {
    width: calc(100% - 20px) !important;
    margin: 10px auto 0 !important;
    border-radius: 16px !important;
  }

  body.cloth-products-page .cloth-products-hero .banner-img,
  body.cloth-products-page .cloth-products-hero .banner-slider,
  body.cloth-products-page .cloth-products-hero .banner-slide,
  body.cloth-products-page .cloth-products-hero .banner-video-wrapper {
    height: 260px !important;
    min-height: 0 !important;
  }

  body.cloth-products-page .filter-section > .d-flex {
    align-items: stretch !important;
    flex-direction: column !important;
  }

  body.cloth-products-page .filter-section .position-relative {
    flex: 1 1 auto !important;
  }

  body.cloth-products-page .select-all-section .row > [class*="col-"] {
    width: 100% !important;
  }
}

@media (max-width: 575px) {
  body.cloth-products-page .cloth-products-hero .banner-img,
  body.cloth-products-page .cloth-products-hero .banner-slider,
  body.cloth-products-page .cloth-products-hero .banner-slide,
  body.cloth-products-page .cloth-products-hero .banner-video-wrapper {
    height: 210px !important;
  }

  body.cloth-products-page .cloth-products-hero .cloth-hero-copy {
    left: 20px !important;
    max-width: calc(100% - 40px) !important;
  }

  body.cloth-products-page .cloth-products-hero .cloth-hero-copy h1 {
    font-size: 31px !important;
  }

  body.cloth-products-page .all-items-section .row {
    --bs-gutter-x: 12px !important;
    row-gap: 14px !important;
  }

  body.cloth-products-page .all-items-section .product-card {
    padding: 6px !important;
    border-radius: 13px !important;
  }

  body.cloth-products-page .all-items-section .product-all-img {
    border-radius: 10px !important;
  }

  body.cloth-products-page .all-items-section .product-card > .product-details {
    grid-template-columns: 1fr !important;
    gap: 8px !important;
  }

  body.cloth-products-page .product-name {
    font-size: 12px !important;
  }

  body.cloth-products-page .selling_price {
    font-size: 14px !important;
  }

  body.cloth-products-page .all-items-section .addToCartBtn,
  body.cloth-products-page .all-items-section .addToCartButton,
  body.cloth-products-page .all-items-section .view-options-btn {
    min-height: 36px !important;
    padding: 8px 10px !important;
    font-size: 11px !important;
  }
}

/* Homepage layout consistency. */
body.cloth-home-page {
  background:
    linear-gradient(180deg, #fff 0, #fff 520px, #fbfaf8 100%) !important;
}

body.cloth-home-page .store-announcement,
body.cloth-home-page .fashion-trust-row,
body.cloth-home-page .fashion-quick-cats,
body.cloth-home-page .fashion-product-shelves,
body.cloth-home-page .fashion-offers,
body.cloth-home-page .fashion-service-strip,
body.cloth-home-page .fashion-info-grid {
  position: relative !important;
  z-index: 2 !important;
}

body.cloth-home-page .fashion-trust-row,
body.cloth-home-page .fashion-quick-cats,
body.cloth-home-page .fashion-product-shelves,
body.cloth-home-page .fashion-offers,
body.cloth-home-page .fashion-service-strip,
body.cloth-home-page .fashion-info-grid {
  padding-right: clamp(16px, 2.8vw, 36px) !important;
  padding-left: clamp(16px, 2.8vw, 36px) !important;
}

body.cloth-home-page .store-announcement {
  height: 34px !important;
  display: flex !important;
  align-items: center !important;
  overflow: hidden !important;
  border-radius: 0 0 10px 10px !important;
  background: linear-gradient(90deg, #f6efff, #fff8ec, #eefaf3) !important;
  color: #3b0a49 !important;
  border: 1px solid rgba(108, 35, 161, .12) !important;
}

body.cloth-home-page .fashion-trust-row {
  align-items: stretch !important;
  gap: 0 !important;
  margin-top: 18px !important;
  padding-top: 18px !important;
  padding-bottom: 18px !important;
  border: 1px solid rgba(72, 20, 86, .10) !important;
  border-radius: 18px !important;
  background: rgba(255,255,255,.96) !important;
  box-shadow: 0 20px 54px rgba(27, 17, 35, .07) !important;
}

body.cloth-home-page .fashion-trust-row span {
  min-height: 62px !important;
  padding: 8px clamp(14px, 2vw, 30px) !important;
  border: 0 !important;
  border-right: 1px solid rgba(72, 20, 86, .10) !important;
  border-radius: 0 !important;
}

body.cloth-home-page .fashion-trust-row span:last-child {
  border-right: 0 !important;
}

body.cloth-home-page .fashion-trust-row i {
  color: #7827e7 !important;
  font-size: 24px !important;
}

body.cloth-home-page .fashion-trust-row b {
  font-size: 15px !important;
  color: #111 !important;
}

body.cloth-home-page .fashion-trust-row small {
  font-size: 12px !important;
  color: #6f6877 !important;
}

body.cloth-home-page .fashion-quick-cats,
body.cloth-home-page .fashion-product-shelves,
body.cloth-home-page .fashion-offers {
  margin-top: 28px !important;
}

body.cloth-home-page .fashion-section-title {
  margin-bottom: 18px !important;
}

body.cloth-home-page .fashion-section-title h2 {
  font-size: 24px !important;
  letter-spacing: 0 !important;
}

body.cloth-home-page .fashion-section-title a {
  color: #5b16c9 !important;
  font-size: 13px !important;
}

body.cloth-home-page .fashion-icon-grid {
  display: grid !important;
  grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  gap: clamp(12px, 1.5vw, 22px) !important;
  overflow: visible !important;
}

body.cloth-home-page .fashion-icon-card {
  min-width: 0 !important;
}

body.cloth-home-page .fashion-icon-card span {
  width: clamp(70px, 6.2vw, 96px) !important;
  height: clamp(70px, 6.2vw, 96px) !important;
  margin: 0 auto 9px !important;
  border: 1px solid rgba(72, 20, 86, .08) !important;
  background: #f4f1f5 !important;
  box-shadow: 0 14px 30px rgba(27, 17, 35, .06) !important;
}

body.cloth-home-page .fashion-icon-card strong {
  font-size: 12px !important;
  color: #15111a !important;
}

body.cloth-home-page .fashion-product-shelves {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 34px !important;
  overflow: visible !important;
}

body.cloth-home-page .fashion-product-shelf {
  min-width: 0 !important;
  overflow: visible !important;
}

body.cloth-home-page .fashion-product-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: clamp(16px, 1.55vw, 24px) !important;
  overflow: visible !important;
}

body.cloth-home-page .fashion-product-card {
  min-width: 0 !important;
  height: 100% !important;
  padding: 8px !important;
  border: 1px solid rgba(72, 20, 86, .10) !important;
  border-radius: 16px !important;
  background: #fff !important;
  box-shadow: 0 18px 48px rgba(27, 17, 35, .075) !important;
}

body.cloth-home-page .fashion-product-card:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 24px 60px rgba(27, 17, 35, .12) !important;
  border-color: rgba(121, 34, 216, .24) !important;
}

body.cloth-home-page .fashion-product-media {
  aspect-ratio: 1 / 1 !important;
  margin: 0 !important;
  border-radius: 12px !important;
  background: #f3f0f4 !important;
}

body.cloth-home-page .fashion-product-media img {
  object-fit: cover !important;
}

body.cloth-home-page .fashion-product-copy {
  padding: 12px 2px 10px !important;
}

body.cloth-home-page .fashion-product-copy .product-name {
  min-height: 38px !important;
  margin-bottom: 8px !important;
  font-size: 15px !important;
  line-height: 1.25 !important;
}

body.cloth-home-page .fashion-product-copy p {
  min-height: 24px !important;
  margin-bottom: 4px !important;
}

body.cloth-home-page .fashion-product-card .fashion-card-action,
body.cloth-home-page .fashion-product-card .fashion-whatsapp-action {
  min-height: 40px !important;
  margin: 0 0 8px !important;
  border-radius: 10px !important;
  font-size: 13px !important;
  font-weight: 900 !important;
}

body.cloth-home-page .fashion-product-card .fashion-card-action {
  background: linear-gradient(135deg, #7b28e8, #5b16c9) !important;
  box-shadow: 0 12px 26px rgba(91, 22, 201, .18) !important;
}

body.cloth-home-page .fashion-product-card .fashion-whatsapp-action {
  background: #009f4d !important;
  box-shadow: none !important;
}

body.cloth-home-page .fashion-product-card .wp-product-action-group,
body.cloth-home-page .fashion-product-card .wp-scan-pay-btn,
body.cloth-home-page .fashion-product-card [data-bs-target="#paymentQrModal"] {
  display: none !important;
}

@media (min-width: 992px) {
  body.cloth-home-page .cloth-store-topbar,
  body.cloth-home-page .banner-section,
  body.cloth-home-page .banner-section.cloth-video-banner,
  body.cloth-home-page .store-announcement,
  body.cloth-home-page .fashion-trust-row,
  body.cloth-home-page .fashion-quick-cats,
  body.cloth-home-page .fashion-product-shelves,
  body.cloth-home-page .fashion-offers,
  body.cloth-home-page .fashion-service-strip,
  body.cloth-home-page .fashion-info-grid,
  body.cloth-home-page .j-footer {
    width: min(calc(100vw - 68px), 1760px) !important;
    max-width: none !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }
}

@media (max-width: 1199px) {
  body.cloth-home-page .fashion-icon-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  body.cloth-home-page .fashion-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 767px) {
  body.cloth-home-page .fashion-trust-row {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
    padding: 12px !important;
  }

  body.cloth-home-page .fashion-trust-row span {
    border: 1px solid rgba(72, 20, 86, .10) !important;
    border-radius: 12px !important;
  }

  body.cloth-home-page .fashion-icon-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 14px 10px !important;
  }

  body.cloth-home-page .fashion-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
  }
}

@media (max-width: 575px) {
  body.cloth-home-page .fashion-quick-cats,
  body.cloth-home-page .fashion-product-shelves,
  body.cloth-home-page .fashion-offers,
  body.cloth-home-page .fashion-service-strip,
  body.cloth-home-page .fashion-info-grid {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }

  body.cloth-home-page .fashion-section-title h2 {
    font-size: 20px !important;
  }

  body.cloth-home-page .fashion-icon-card span {
    width: 62px !important;
    height: 62px !important;
  }

  body.cloth-home-page .fashion-product-copy {
    padding: 9px 0 8px !important;
  }

  body.cloth-home-page .fashion-product-copy .product-name {
    min-height: 34px !important;
    font-size: 12px !important;
  }

  body.cloth-home-page .fashion-product-card .fashion-card-action,
  body.cloth-home-page .fashion-product-card .fashion-whatsapp-action {
    min-height: 34px !important;
    font-size: 11px !important;
  }
}

/* Final homepage correction: video frame, product shelves and offer speed. */
body.cloth-home-page .main-content {
  width: 100% !important;
  max-width: none !important;
  overflow-x: visible !important;
}

body.cloth-home-page .main-content > div {
  width: 100% !important;
  max-width: none !important;
  overflow-x: visible !important;
}

body.cloth-home-page .banner-section.cloth-video-banner {
  width: min(calc(100vw - 56px), 1760px) !important;
  max-width: none !important;
  margin: 16px auto 0 !important;
  border-radius: 22px !important;
  overflow: hidden !important;
  background: #070509 !important;
}

body.cloth-home-page .banner-section.cloth-video-banner .hero-inner-lite,
body.cloth-home-page .banner-section.cloth-video-banner .cloth-video-hero,
body.cloth-home-page .banner-section.cloth-video-banner .banner-video-wrapper {
  position: relative !important;
  width: 100% !important;
  height: clamp(380px, 39vw, 680px) !important;
  min-height: 0 !important;
  aspect-ratio: auto !important;
  border-radius: inherit !important;
  overflow: hidden !important;
  background: #070509 !important;
}

body.cloth-home-page .banner-section.cloth-video-banner iframe#jHeroVideo,
body.cloth-home-page .banner-section.cloth-video-banner .banner-video {
  position: absolute !important;
  top: 50% !important;
  left: 0 !important;
  width: 100% !important;
  height: 56.25vw !important;
  min-height: 100% !important;
  max-height: 990px !important;
  border: 0 !important;
  object-fit: cover !important;
  transform: translateY(-50%) !important;
  pointer-events: none !important;
}

body.cloth-home-page .banner-section.cloth-video-banner::before {
  content: none !important;
  display: none !important;
}

body.cloth-home-page .banner-section.cloth-video-banner::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  display: block !important;
  pointer-events: none !important;
  border-radius: inherit !important;
  background:
    linear-gradient(90deg, rgba(0,0,0,.78) 0%, rgba(0,0,0,.42) 34%, rgba(0,0,0,.08) 72%),
    linear-gradient(0deg, rgba(0,0,0,.22), transparent 55%) !important;
}

body.cloth-home-page .banner-section.cloth-video-banner .j-video-overlay,
body.cloth-home-page .banner-section.cloth-video-banner .iframe-toggle {
  position: absolute !important;
  inset: 0 !important;
  z-index: 4 !important;
  display: block !important;
  background: transparent !important;
  pointer-events: auto !important;
}

body.cloth-home-page .banner-section.cloth-video-banner .cloth-hero-copy {
  z-index: 5 !important;
}

body.cloth-home-page .banner-section.cloth-video-banner .cloth-hero-btn {
  pointer-events: auto !important;
}

body.cloth-home-page .banner-section.cloth-video-banner .j-sound-toggle,
body.cloth-home-page .banner-section.cloth-video-banner .sound-badge {
  right: 16px !important;
  bottom: 16px !important;
  z-index: 6 !important;
  padding: 10px 15px !important;
  border: 1px solid rgba(255,255,255,.22) !important;
  border-radius: 999px !important;
  background: rgba(18, 10, 24, .82) !important;
  color: #fff !important;
  box-shadow: 0 12px 30px rgba(0,0,0,.22) !important;
  pointer-events: none !important;
}

body.cloth-home-page .store-announcement {
  margin-top: 14px !important;
  overflow: hidden !important;
}

body.cloth-home-page .store-announcement__track {
  display: inline-flex !important;
  width: max-content !important;
  color: var(--cloth-offer-text, #280D35) !important;
  animation: beauty-store-announcement-scroll var(--cloth-offer-speed, 10s) linear infinite !important;
  will-change: transform !important;
}

body.cloth-home-page .store-announcement__content {
  display: inline-flex !important;
  flex: 0 0 auto !important;
  align-items: center !important;
  gap: 34px !important;
  white-space: nowrap !important;
}

body.cloth-home-page .store-announcement__item {
  color: var(--cloth-offer-text, #280D35) !important;
  font-size: var(--cloth-offer-font-size, 10px) !important;
  font-weight: 900 !important;
}

body.cloth-home-page .store-announcement__item b {
  margin-left: 8px !important;
  color: inherit !important;
  font-weight: 950 !important;
}

body.cloth-home-page .fashion-product-shelves,
body.cloth-home-page .fashion-quick-cats,
body.cloth-home-page .fashion-trust-row,
body.cloth-home-page .store-announcement {
  width: min(calc(100vw - 56px), 1760px) !important;
  max-width: none !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

body.cloth-home-page .fashion-product-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

body.cloth-home-page .fashion-product-card {
  width: 100% !important;
}

@media (min-width: 1200px) {
  body.cloth-home-page .fashion-product-shelves {
    box-sizing: border-box !important;
    width: min(calc(100vw - 120px), 1560px) !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  body.cloth-home-page .fashion-product-grid {
    width: 100% !important;
    max-width: 100% !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 24px !important;
  }

  body.cloth-home-page .fashion-product-card {
    min-width: 0 !important;
    max-width: 100% !important;
  }
}

@media (max-width: 1199px) {
  body.cloth-home-page .fashion-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 575px) {
  body.cloth-home-page .banner-section.cloth-video-banner {
    width: calc(100vw - 20px) !important;
    margin-top: 10px !important;
    border-radius: 14px !important;
  }

  body.cloth-home-page .banner-section.cloth-video-banner .hero-inner-lite,
  body.cloth-home-page .banner-section.cloth-video-banner .cloth-video-hero,
  body.cloth-home-page .banner-section.cloth-video-banner .banner-video-wrapper {
    height: 253px !important;
  }

  body.cloth-home-page .store-announcement__track {
    animation-duration: var(--cloth-offer-speed, 10s) !important;
  }

  body.cloth-home-page .fashion-product-shelves,
  body.cloth-home-page .fashion-quick-cats,
  body.cloth-home-page .fashion-trust-row,
  body.cloth-home-page .store-announcement {
    width: calc(100vw - 20px) !important;
  }
}

/* Final products page: image banner and simple useful filters. */
body.cloth-products-page .main-content,
body.cloth-products-page .main-content > div {
  width: 100% !important;
  max-width: none !important;
  overflow-x: visible !important;
}

body.cloth-products-page .cloth-products-hero {
  width: min(calc(100vw - 88px), 1560px) !important;
  max-width: none !important;
  margin: 18px auto 0 !important;
  border-radius: 20px !important;
  overflow: hidden !important;
  background: #09070a !important;
}

body.cloth-products-page .cloth-products-hero .banner-img {
  height: clamp(280px, 24vw, 420px) !important;
  min-height: 0 !important;
  border-radius: inherit !important;
}

body.cloth-products-page .cloth-products-hero .banner-img img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

body.cloth-products-page .cloth-basic-filter,
body.cloth-products-page .all-items-section {
  width: min(calc(100vw - 88px), 1560px) !important;
  max-width: none !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

body.cloth-products-page .cloth-basic-filter {
  margin-top: 18px !important;
  margin-bottom: 24px !important;
}

body.cloth-products-page .cloth-filter-card {
  padding: 18px !important;
  border: 1px solid rgba(72, 20, 86, .10) !important;
  border-radius: 18px !important;
  background: rgba(255,255,255,.98) !important;
  box-shadow: 0 18px 54px rgba(27, 17, 35, .08) !important;
}

body.cloth-products-page .cloth-filter-top {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 16px !important;
  margin-bottom: 16px !important;
}

body.cloth-products-page .cloth-filter-eyebrow {
  display: block !important;
  margin-bottom: 3px !important;
  color: #7827e7 !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
}

body.cloth-products-page .cloth-filter-top h2 {
  margin: 0 !important;
  color: #17121d !important;
  font-size: 22px !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
}

body.cloth-products-page .cloth-filter-reset {
  min-height: 42px !important;
  padding: 0 16px !important;
  border: 0 !important;
  border-radius: 12px !important;
  background: #3b0a49 !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 900 !important;
}

body.cloth-products-page .cloth-filter-controls {
  display: grid !important;
  grid-template-columns: minmax(280px, 1fr) 220px 220px !important;
  gap: 12px !important;
  align-items: stretch !important;
}

body.cloth-products-page .cloth-filter-search,
body.cloth-products-page .cloth-filter-select {
  display: flex !important;
  align-items: center !important;
  min-height: 50px !important;
  border: 1px solid rgba(72, 20, 86, .10) !important;
  border-radius: 14px !important;
  background: #f8f7f9 !important;
}

body.cloth-products-page .cloth-filter-search {
  gap: 10px !important;
  padding: 0 16px !important;
}

body.cloth-products-page .cloth-filter-search i {
  color: #7827e7 !important;
}

body.cloth-products-page .cloth-filter-search input,
body.cloth-products-page .cloth-filter-select select {
  width: 100% !important;
  min-width: 0 !important;
  border: 0 !important;
  outline: 0 !important;
  background: transparent !important;
  color: #17121d !important;
  font-size: 14px !important;
  font-weight: 700 !important;
}

body.cloth-products-page .cloth-filter-select {
  position: relative !important;
  flex-direction: column !important;
  align-items: stretch !important;
  justify-content: center !important;
  padding: 7px 14px !important;
}

body.cloth-products-page .cloth-filter-select span {
  margin-bottom: 2px !important;
  color: #81778a !important;
  font-size: 10px !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
}

body.cloth-products-page .cloth-category-chips {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  margin-top: 14px !important;
}

body.cloth-products-page .cloth-category-chips button {
  min-height: 36px !important;
  padding: 0 14px !important;
  border: 1px solid rgba(72, 20, 86, .12) !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: #17121d !important;
  font-size: 12px !important;
  font-weight: 900 !important;
}

body.cloth-products-page .cloth-category-chips button.active {
  border-color: transparent !important;
  background: linear-gradient(135deg, #111, #4b0d5f) !important;
  color: #fff !important;
}

body.cloth-products-page .all-items-section .row {
  --bs-gutter-x: 22px !important;
  row-gap: 24px !important;
}

@media (min-width: 992px) {
  body.cloth-products-page .all-items-section .row > [class*="col-"] {
    width: 25% !important;
    flex: 0 0 25% !important;
  }
}

@media (min-width: 1400px) {
  body.cloth-products-page .all-items-section .row > [class*="col-"] {
    width: 25% !important;
    flex: 0 0 25% !important;
  }
}

@media (max-width: 991px) {
  body.cloth-products-page .cloth-products-hero,
  body.cloth-products-page .cloth-basic-filter,
  body.cloth-products-page .all-items-section {
    width: calc(100vw - 20px) !important;
  }

  body.cloth-products-page .cloth-filter-controls {
    grid-template-columns: 1fr !important;
  }

  body.cloth-products-page .cloth-products-hero .banner-img {
    height: 240px !important;
  }
}

@media (max-width: 575px) {
  body.cloth-products-page .cloth-filter-card {
    padding: 14px !important;
    border-radius: 15px !important;
  }

  body.cloth-products-page .cloth-filter-top {
    align-items: flex-start !important;
    flex-direction: column !important;
  }

  body.cloth-products-page .cloth-filter-top h2 {
    font-size: 19px !important;
  }

  body.cloth-products-page .cloth-category-chips {
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    padding-bottom: 2px !important;
  }

  body.cloth-products-page .cloth-category-chips button {
    flex: 0 0 auto !important;
  }
}

/* Product detail recommended products: compact professional cards. */
body.cloth-product-detail-body .recommended-product-section {
  width: min(calc(100vw - 88px), 760px) !important;
  max-width: none !important;
  margin: 28px auto 44px !important;
  padding: 0 !important;
}

body.cloth-product-detail-body .recommended-product-section .section-heading {
  margin-bottom: 16px !important;
}

body.cloth-product-detail-body .recommended-product-section .section-heading h2 {
  color: #17121d !important;
  font-size: 22px !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
}

body.cloth-product-detail-body .recommended-product-section .product-slider {
  padding: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.cloth-product-detail-body .recommended-product-section .recommended-product-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 20px !important;
  width: 100% !important;
}

body.cloth-product-detail-body .recommended-product-section .recommended-product-grid > div {
  min-width: 0 !important;
}

body.cloth-product-detail-body .recommended-product-section .slick-list {
  margin: 0 -10px !important;
  overflow: hidden !important;
}

body.cloth-product-detail-body .recommended-product-section .slick-track {
  display: flex !important;
  align-items: stretch !important;
}

body.cloth-product-detail-body .recommended-product-section .slick-slide {
  height: auto !important;
  padding: 0 10px !important;
}

body.cloth-product-detail-body .recommended-product-section .slick-slide > div,
body.cloth-product-detail-body .recommended-product-section .product-card,
body.cloth-product-detail-body .recommended-product-section .product-card > div {
  height: 100% !important;
  min-height: 0 !important;
}

body.cloth-product-detail-body .recommended-product-section .product-card {
  display: flex !important;
  flex-direction: column !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 8px !important;
  border: 1px solid rgba(72, 20, 86, .10) !important;
  border-radius: 16px !important;
  overflow: hidden !important;
  background: #fff !important;
  box-shadow: 0 16px 42px rgba(27, 17, 35, .07) !important;
  text-decoration: none !important;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease !important;
}

body.cloth-product-detail-body .recommended-product-section .product-card:hover {
  transform: translateY(-3px) !important;
  border-color: rgba(121, 34, 216, .24) !important;
  box-shadow: 0 22px 54px rgba(27, 17, 35, .11) !important;
}

/* Product detail header is intentionally compact: no search bar. */
body.cloth-product-detail-body .cloth-top-search {
  display: none !important;
}

body.cloth-product-detail-body .cloth-store-topbar .container-fluid {
  grid-template-columns: minmax(0, 1fr) auto !important;
}

body.cloth-product-detail-body .recommended-product-section .product-img {
  width: 100% !important;
  height: auto !important;
  max-height: none !important;
  min-height: 0 !important;
  aspect-ratio: 1 / 1 !important;
  margin: 0 0 10px !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  background: #f4f1f5 !important;
}

body.cloth-product-detail-body .recommended-product-section .product-img img {
  width: 100% !important;
  height: 100% !important;
  max-height: none !important;
  aspect-ratio: auto !important;
  object-fit: cover !important;
  transition: transform .25s ease !important;
}

body.cloth-product-detail-body .recommended-product-section .product-card:hover .product-img img {
  transform: scale(1.035) !important;
}

body.cloth-product-detail-body .recommended-product-section .product-desc {
  display: flex !important;
  flex-direction: column !important;
  flex: 1 1 auto !important;
  height: auto !important;
  min-height: 0 !important;
  padding: 0 2px 2px !important;
}

body.cloth-product-detail-body .recommended-product-section .product-name {
  min-height: 38px !important;
  margin: 0 0 8px !important;
  color: #17121d !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  line-height: 1.25 !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}

body.cloth-product-detail-body .recommended-product-section .product-desc > .d-flex {
  align-items: center !important;
  gap: 10px !important;
  margin-top: auto !important;
}

body.cloth-product-detail-body .recommended-product-section h4 {
  min-width: 0 !important;
  line-height: 1.2 !important;
}

body.cloth-product-detail-body .recommended-product-section .selling_price {
  color: #120b18 !important;
  font-size: 17px !important;
  font-weight: 900 !important;
}

body.cloth-product-detail-body .recommended-product-section del {
  display: inline-block !important;
  margin-left: 4px !important;
  font-size: 12px !important;
  color: #8d8494 !important;
}

body.cloth-product-detail-body .recommended-product-section .addToCartBtn,
body.cloth-product-detail-body .recommended-product-section .addToCartButton,
body.cloth-product-detail-body .recommended-product-section .view-options-btn {
  width: auto !important;
  min-width: 116px !important;
  min-height: 38px !important;
  margin-left: auto !important;
  padding: 8px 12px !important;
  border: 0 !important;
  border-radius: 10px !important;
  background: linear-gradient(135deg, #111 0%, #3b0a49 100%) !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  white-space: nowrap !important;
}

body.cloth-product-detail-body .recommended-product-section .badge {
  align-self: end !important;
  border-radius: 999px !important;
  padding: 8px 10px !important;
  font-size: 11px !important;
}

@media (max-width: 991px) {
  body.cloth-product-detail-body .recommended-product-section {
    width: calc(100vw - 24px) !important;
    margin-bottom: 88px !important;
  }

  body.cloth-product-detail-body .recommended-product-section .recommended-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
  }

  body.cloth-product-detail-body .recommended-product-section .product-name {
    font-size: 13px !important;
  }
}

@media (max-width: 575px) {
  body.cloth-product-detail-body .recommended-product-section .recommended-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  body.cloth-product-detail-body .recommended-product-section .product-card {
    padding: 6px !important;
    border-radius: 13px !important;
  }

  body.cloth-product-detail-body .recommended-product-section .product-img {
    margin-bottom: 8px !important;
    border-radius: 10px !important;
  }

  body.cloth-product-detail-body .recommended-product-section .product-name {
    min-height: 31px !important;
    font-size: 12px !important;
  }

  body.cloth-product-detail-body .recommended-product-section .product-desc > .d-flex {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 8px !important;
  }

  body.cloth-product-detail-body .recommended-product-section .selling_price {
    font-size: 14px !important;
  }

  body.cloth-product-detail-body .recommended-product-section del {
    font-size: 10px !important;
  }

  body.cloth-product-detail-body .recommended-product-section .addToCartBtn,
  body.cloth-product-detail-body .recommended-product-section .addToCartButton,
  body.cloth-product-detail-body .recommended-product-section .view-options-btn {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 34px !important;
    margin-left: 0 !important;
    padding: 7px 8px !important;
    font-size: 11px !important;
  }

  body.cloth-product-detail-body .recommended-product-section .slick-list {
    margin: 0 !important;
  }

  body.cloth-product-detail-body .recommended-product-section .slick-slide {
    padding: 0 !important;
  }
}

/* Shared cloth footer polish for all cloth pages using the beauty footer partial. */
body .j-footer {
  width: min(calc(100vw - 88px), 1560px) !important;
  max-width: none !important;
  margin: 36px auto 0 !important;
  padding: 28px 32px 20px !important;
  border: 1px solid rgba(255,255,255,.08) !important;
  border-radius: 24px 24px 0 0 !important;
  background:
    radial-gradient(circle at top left, rgba(120,39,231,.22), transparent 36%),
    linear-gradient(135deg, #160821 0%, #210836 50%, #100616 100%) !important;
  color: #fff !important;
  box-shadow: 0 -18px 70px rgba(28, 12, 43, .14) !important;
}

body .j-footer a {
  color: inherit !important;
  text-decoration: none !important;
}

body .j-footer-spotlight {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 24px !important;
  align-items: center !important;
  width: 100% !important;
  max-width: none !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  padding: 0 0 24px !important;
  border-bottom: 1px solid rgba(255,255,255,.10) !important;
}

body .j-footer-identity {
  display: flex !important;
  align-items: center !important;
  gap: 16px !important;
  min-width: 0 !important;
}

body .j-footer-logo {
  width: 72px !important;
  height: 72px !important;
  flex: 0 0 72px !important;
  border-radius: 18px !important;
  overflow: hidden !important;
  border: 1px solid rgba(255,255,255,.16) !important;
  background: rgba(255,255,255,.08) !important;
}

body .j-footer-logo img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

body .j-footer-identity small,
body .j-footer-heading,
body .j-footer-social small {
  display: block !important;
  color: #4df08c !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  letter-spacing: .06em !important;
  text-transform: uppercase !important;
}

body .j-footer-identity strong {
  display: block !important;
  margin-top: 4px !important;
  color: #fff !important;
  font-size: 26px !important;
  font-weight: 900 !important;
  line-height: 1.05 !important;
}

body .j-footer-identity p {
  max-width: 520px !important;
  margin: 8px 0 0 !important;
  color: rgba(255,255,255,.72) !important;
  font-size: 13px !important;
  line-height: 1.55 !important;
}

body .j-footer-actions {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
  justify-content: flex-end !important;
}

body .j-footer-whatsapp,
body .j-footer-app {
  display: grid !important;
  grid-template-columns: 44px minmax(0, 1fr) 16px !important;
  align-items: center !important;
  gap: 12px !important;
  min-width: 260px !important;
  min-height: 70px !important;
  padding: 12px 14px !important;
  border: 1px solid rgba(255,255,255,.14) !important;
  border-radius: 16px !important;
  background: rgba(255,255,255,.08) !important;
  color: #fff !important;
}

body .j-footer-whatsapp > i:first-child,
body .j-footer-app > i:first-child {
  display: grid !important;
  place-items: center !important;
  width: 44px !important;
  height: 44px !important;
  border-radius: 13px !important;
  background: #00c765 !important;
  color: #fff !important;
  font-size: 22px !important;
}

body .j-footer-whatsapp small,
body .j-footer-app small {
  color: #4df08c !important;
  font-size: 10px !important;
  font-weight: 900 !important;
}

body .j-footer-whatsapp strong,
body .j-footer-app strong {
  display: block !important;
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
}

body .j-footer-content {
  display: grid !important;
  grid-template-columns: 1.05fr 1.15fr 1fr !important;
  gap: 34px !important;
  width: 100% !important;
  max-width: none !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  padding: 24px 0 !important;
}

body .j-footer-heading {
  margin-bottom: 14px !important;
}

body .j-footer-link-grid,
body .j-footer-contact,
body .j-footer-legal {
  display: grid !important;
  gap: 11px !important;
}

body .j-footer-link-grid a,
body .j-footer-contact a,
body .j-footer-legal a {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  min-width: 0 !important;
  color: rgba(255,255,255,.78) !important;
  font-size: 14px !important;
  font-weight: 700 !important;
}

body .j-footer-link-grid a i,
body .j-footer-contact a span,
body .j-footer-legal a i {
  color: rgba(255,255,255,.82) !important;
}

body .j-footer-contact a b {
  min-width: 0 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  color: rgba(255,255,255,.78) !important;
  font-weight: 700 !important;
}

body .j-footer-legal a {
  justify-content: space-between !important;
}

body .j-footer-social {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 20px !important;
  width: 100% !important;
  max-width: none !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  padding: 18px 0 !important;
  border-top: 1px solid rgba(255,255,255,.10) !important;
}

body .j-footer-social strong {
  display: block !important;
  margin-top: 3px !important;
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 900 !important;
}

body .j-social-links {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
}

body .j-social-links a {
  display: grid !important;
  place-items: center !important;
  width: 42px !important;
  height: 42px !important;
  border-radius: 50% !important;
  background: rgba(255,255,255,.10) !important;
  color: #fff !important;
}

body .j-social-links a span {
  display: none !important;
}

body .j-footer-bottom {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 14px !important;
  width: 100% !important;
  max-width: none !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  padding-top: 16px !important;
  border-top: 1px solid rgba(255,255,255,.10) !important;
  color: rgba(255,255,255,.68) !important;
  font-size: 13px !important;
  font-weight: 700 !important;
}

@media (max-width: 991px) {
  body .j-footer {
    width: calc(100vw - 24px) !important;
    padding: 22px 18px 86px !important;
    border-radius: 20px 20px 0 0 !important;
  }

  body .j-footer-spotlight,
  body .j-footer-content {
    grid-template-columns: 1fr !important;
  }

  body .j-footer-actions {
    justify-content: stretch !important;
  }

  body .j-footer-whatsapp,
  body .j-footer-app {
    min-width: 0 !important;
    width: 100% !important;
  }

  body .j-footer-content {
    gap: 24px !important;
  }
}

@media (max-width: 575px) {
  body .j-footer-identity {
    align-items: flex-start !important;
  }

  body .j-footer-logo {
    width: 58px !important;
    height: 58px !important;
    flex-basis: 58px !important;
    border-radius: 15px !important;
  }

  body .j-footer-identity strong {
    font-size: 21px !important;
  }

  body .j-footer-social,
  body .j-footer-bottom {
    align-items: flex-start !important;
    flex-direction: column !important;
  }
}

/* Final cloth footer: full-width, modern store styling across home, products, detail, and policy pages. */
body .cloth-footer {
  position: relative !important;
  left: auto !important;
  right: auto !important;
  width: min(calc(100% - 56px), 1730px) !important;
  max-width: none !important;
  margin: 46px auto 0 !important;
  padding: clamp(24px, 3vw, 42px) clamp(18px, 6vw, 86px) 22px !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 0 !important;
  transform: none !important;
  background:
    radial-gradient(circle at 10% 5%, rgba(138, 92, 246, .34), transparent 26rem),
    radial-gradient(circle at 88% 18%, rgba(0, 214, 132, .18), transparent 25rem),
    linear-gradient(135deg, #0d0714 0%, #24102f 52%, #12081a 100%) !important;
  color: #fff !important;
  box-shadow: 0 -28px 80px rgba(18, 8, 26, .16) !important;
}

body .cloth-footer::before {
  position: absolute !important;
  inset: 0 !important;
  pointer-events: none !important;
  content: "" !important;
  background:
    linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255,255,255,.06) 1px, transparent 1px) !important;
  background-size: 88px 88px !important;
  opacity: .12 !important;
}

body .cloth-footer > * {
  position: relative !important;
  z-index: 1 !important;
  width: 100% !important;
  max-width: none !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

body .cloth-footer .j-footer-spotlight {
  padding: 0 0 26px !important;
}

body .cloth-footer .j-footer-identity small,
body .cloth-footer .j-footer-heading,
body .cloth-footer .j-footer-social small {
  color: #37f59a !important;
}

body .cloth-footer .j-footer-logo {
  border-radius: 18px !important;
  background: rgba(255,255,255,.10) !important;
  box-shadow: 0 18px 50px rgba(0,0,0,.18) !important;
}

body .cloth-footer .j-footer-link-grid a,
body .cloth-footer .j-footer-contact a,
body .cloth-footer .j-footer-legal a {
  min-height: 44px !important;
  padding: 9px 10px !important;
  border: 1px solid rgba(255,255,255,.08) !important;
  border-radius: 12px !important;
  background: rgba(255,255,255,.045) !important;
  transition: .18s ease !important;
  overflow: hidden !important;
}

body .cloth-footer .j-footer-link-grid a:hover,
body .cloth-footer .j-footer-contact a:hover,
body .cloth-footer .j-footer-legal a:hover {
  color: #fff !important;
  border-color: rgba(55,245,154,.35) !important;
  background: rgba(255,255,255,.09) !important;
  transform: translateY(-1px) !important;
}

body .cloth-footer .j-footer-link-grid a,
body .cloth-footer .j-footer-legal a {
  justify-content: flex-start !important;
}

body .cloth-footer .j-footer-legal a i {
  margin-left: auto !important;
}

body .cloth-footer .j-footer-contact a b {
  white-space: normal !important;
}

body .cloth-footer .j-footer-link-grid a i,
body .cloth-footer .j-footer-contact a span {
  display: grid !important;
  width: 30px !important;
  height: 30px !important;
  place-items: center !important;
  flex: 0 0 30px !important;
  border-radius: 9px !important;
  color: #37f59a !important;
  background: rgba(55,245,154,.10) !important;
}

body .cloth-footer .j-footer-whatsapp {
  border-color: rgba(55,245,154,.28) !important;
  background: linear-gradient(135deg, rgba(55,245,154,.18), rgba(255,255,255,.06)) !important;
}

body .cloth-footer .j-footer-whatsapp > i:first-child {
  background: #06c765 !important;
}

body:has(.cloth-footer),
body:has(.cloth-footer) .main-content,
body:has(.cloth-footer) .cloth-detail-page {
  overflow-x: hidden !important;
}

@media (max-width: 991px) {
  body .cloth-footer {
    margin-top: 34px !important;
    padding-bottom: 92px !important;
    width: calc(100% - 20px) !important;
    max-width: none !important;
    border-radius: 22px 22px 0 0 !important;
  }

  body .cloth-footer > * {
    width: 100% !important;
  }
}

/* Final footer app/install alignment. Keep both action rows visually matched. */
body .cloth-footer .j-footer-actions {
  align-items: stretch !important;
}

body .cloth-footer .j-footer-whatsapp,
body .cloth-footer .j-footer-app {
  grid-template-columns: 52px minmax(0, 1fr) 18px !important;
  gap: 14px !important;
  min-height: 76px !important;
  text-align: left !important;
}

body .cloth-footer .j-footer-whatsapp > i:first-child,
body .cloth-footer .j-footer-app > i:first-child {
  width: 52px !important;
  height: 52px !important;
  border-radius: 14px !important;
  font-size: 26px !important;
}

body .cloth-footer .j-footer-app > i:first-child {
  background: #fff !important;
  color: #13b968 !important;
}

body .cloth-footer .j-footer-whatsapp span,
body .cloth-footer .j-footer-app span {
  display: flex !important;
  min-width: 0 !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: center !important;
  text-align: left !important;
}

body .cloth-footer .j-footer-whatsapp small,
body .cloth-footer .j-footer-app small,
body .cloth-footer .j-footer-whatsapp strong,
body .cloth-footer .j-footer-app strong {
  width: 100% !important;
  text-align: left !important;
}

body .cloth-footer .j-footer-whatsapp > i:last-child,
body .cloth-footer .j-footer-app > i:last-child {
  justify-self: end !important;
  align-self: center !important;
  color: #84ffb9 !important;
}

@media (max-width: 575px) {
  body .cloth-footer .j-footer-actions {
    width: 100% !important;
    justify-content: stretch !important;
  }

  body .cloth-footer .j-footer-whatsapp,
  body .cloth-footer .j-footer-app {
    width: 100% !important;
    grid-template-columns: 48px minmax(0, 1fr) 18px !important;
    min-height: 74px !important;
    padding: 12px 16px !important;
  }

  body .cloth-footer .j-footer-whatsapp > i:first-child,
  body .cloth-footer .j-footer-app > i:first-child {
    width: 48px !important;
    height: 48px !important;
    font-size: 24px !important;
  }

  body .cloth-footer .j-footer-app strong,
  body .cloth-footer .j-footer-whatsapp strong {
    font-size: 15px !important;
    white-space: normal !important;
  }
}

/* Cloth trending videos, using beauty theme markup and logic. */
body.cloth-home-page .fashion-service-strip {
  display: none !important;
}

body.cloth-home-page .j-trending-videos {
  width: min(calc(100vw - 88px), 1560px) !important;
  max-width: none !important;
  margin: 34px auto 0 !important;
  padding: 28px clamp(18px, 3vw, 42px) 34px !important;
  border: 1px solid rgba(72, 20, 86, .08) !important;
  border-radius: 24px !important;
  background:
    radial-gradient(circle at top left, rgba(120,39,231,.12), transparent 34%),
    linear-gradient(180deg, #fff 0%, #fbf7ff 100%) !important;
  box-shadow: 0 22px 70px rgba(27, 17, 35, .08) !important;
}

body.cloth-home-page .j-trending-inner {
  max-width: 1420px !important;
  margin: 0 auto !important;
}

body.cloth-home-page .j-trending-videos h2 {
  margin: 0 0 20px !important;
  color: #17121d !important;
  font-size: clamp(24px, 2.3vw, 36px) !important;
  font-weight: 900 !important;
  line-height: 1.1 !important;
  text-align: center !important;
  letter-spacing: 0 !important;
}

body.cloth-home-page .j-trending-row {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)) !important;
  gap: 18px !important;
  align-items: stretch !important;
}

body.cloth-home-page .j-trending-card {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  aspect-ratio: 9 / 16 !important;
  min-height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 18px !important;
  overflow: hidden !important;
  background: #09070a !important;
  box-shadow: 0 22px 44px rgba(23, 10, 31, .16) !important;
  cursor: pointer !important;
  transform: translateY(0) !important;
  transition: transform .24s ease, box-shadow .24s ease !important;
}

body.cloth-home-page .j-trending-card:hover {
  transform: translateY(-5px) !important;
  box-shadow: 0 28px 58px rgba(23, 10, 31, .22) !important;
}

body.cloth-home-page .j-trending-card iframe {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  border: 0 !important;
  pointer-events: none !important;
}

body.cloth-home-page .j-trending-card::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 2 !important;
  background: linear-gradient(180deg, rgba(0,0,0,.16), transparent 44%, rgba(0,0,0,.42)) !important;
  pointer-events: none !important;
}

body.cloth-home-page .j-trending-loader {
  position: absolute !important;
  inset: 0 !important;
  z-index: 3 !important;
  display: grid !important;
  place-items: center !important;
  background: rgba(0,0,0,.26) !important;
  opacity: 1 !important;
  transition: opacity .25s ease !important;
  pointer-events: none !important;
}

body.cloth-home-page .j-trending-card.is-video-loaded .j-trending-loader {
  opacity: 0 !important;
}

body.cloth-home-page .j-trending-loader span {
  width: 38px !important;
  height: 38px !important;
  border: 3px solid rgba(255,255,255,.38) !important;
  border-top-color: #fff !important;
  border-radius: 50% !important;
  animation: clothTrendingSpin .85s linear infinite !important;
}

@keyframes clothTrendingSpin {
  to { transform: rotate(360deg); }
}

body.cloth-home-page .j-trending-play {
  position: absolute !important;
  right: 12px !important;
  bottom: 12px !important;
  z-index: 4 !important;
  display: grid !important;
  place-items: center !important;
  width: 38px !important;
  height: 30px !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,.90) !important;
  color: #17121d !important;
  box-shadow: 0 10px 22px rgba(0,0,0,.18) !important;
}

body.cloth-home-page .j-video-lightbox {
  position: fixed !important;
  inset: 0 !important;
  z-index: 1090 !important;
  display: grid !important;
  place-items: center !important;
  padding: 20px !important;
  background: rgba(10, 5, 14, .72) !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transition: opacity .24s ease, visibility .24s ease !important;
}

body.cloth-home-page .j-video-lightbox.is-open {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

body.cloth-home-page .j-video-lightbox-shell {
  position: relative !important;
  width: min(92vw, 420px) !important;
  max-height: calc(100vh - 44px) !important;
  display: grid !important;
  place-items: center !important;
}

body.cloth-home-page .j-video-lightbox-frame {
  position: relative !important;
  width: 100% !important;
  max-height: calc(100vh - 44px) !important;
  aspect-ratio: 9 / 16 !important;
  border-radius: 22px !important;
  overflow: hidden !important;
  background: #000 !important;
  box-shadow: 0 28px 90px rgba(0,0,0,.42) !important;
  transform: translateY(16px) scale(.98) !important;
  transition: transform .24s ease !important;
}

body.cloth-home-page .j-video-lightbox.is-open .j-video-lightbox-frame {
  transform: translateY(0) scale(1) !important;
}

body.cloth-home-page .j-video-lightbox-frame iframe {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  border: 0 !important;
}

body.cloth-home-page .j-video-lightbox-loader {
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  display: grid !important;
  place-items: center !important;
  background:
    radial-gradient(circle at center, rgba(124, 35, 231, .16), transparent 36%),
    #050407 !important;
  opacity: 0 !important;
  visibility: hidden !important;
  transition: opacity .22s ease, visibility .22s ease !important;
}

body.cloth-home-page .j-video-lightbox-frame.is-loading .j-video-lightbox-loader {
  opacity: 1 !important;
  visibility: visible !important;
}

body.cloth-home-page .j-video-lightbox-loader span {
  width: 46px !important;
  height: 46px !important;
  border: 3px solid rgba(255,255,255,.28) !important;
  border-top-color: #fff !important;
  border-radius: 50% !important;
  animation: clothTrendingSpin .85s linear infinite !important;
}

body.cloth-home-page .j-video-lightbox-close {
  position: absolute !important;
  top: -18px !important;
  right: -14px !important;
  z-index: 3 !important;
  display: grid !important;
  place-items: center !important;
  width: 46px !important;
  height: 46px !important;
  border: 0 !important;
  border-radius: 50% !important;
  background: rgba(255,255,255,.94) !important;
  color: #17121d !important;
  font-size: 20px !important;
  box-shadow: 0 16px 34px rgba(0,0,0,.24) !important;
}

@media (max-width: 991px) {
  body.cloth-home-page .j-trending-videos {
    width: calc(100vw - 24px) !important;
    padding: 22px 14px 26px !important;
  }

  body.cloth-home-page .j-trending-row {
    display: flex !important;
    gap: 12px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    padding: 0 2px 8px !important;
    scroll-snap-type: x mandatory !important;
    scrollbar-width: thin !important;
  }

  body.cloth-home-page .j-trending-card {
    flex: 0 0 calc((100% - 12px) / 2) !important;
    max-width: none !important;
    scroll-snap-align: start !important;
  }
}

.cloth-home-page .pwa-support,
.cloth-products-page .pwa-support,
.cloth-product-detail-body .pwa-support {
  display: none !important;
}

@media (max-width: 575px) {
  body.cloth-home-page .j-video-lightbox {
    padding: 18px 14px !important;
  }

  body.cloth-home-page .j-video-lightbox-shell {
    width: min(94vw, 410px) !important;
  }

  body.cloth-home-page .j-video-lightbox-close {
    top: -16px !important;
    right: -6px !important;
    width: 44px !important;
    height: 44px !important;
  }

  body.cloth-home-page .j-trending-card {
    width: 100% !important;
    flex-basis: calc((100% - 12px) / 2) !important;
    max-width: none !important;
    border-radius: 15px !important;
  }
}

/* Cloth Store policy pages */
body.cloth-policy-page {
  min-height: 100vh !important;
  margin: 0 !important;
  overflow-x: hidden !important;
  background:
    radial-gradient(circle at 20% 4%, rgba(126, 34, 206, .08), transparent 28%),
    radial-gradient(circle at 84% 16%, rgba(16, 185, 129, .08), transparent 28%),
    #fbfbfd !important;
  color: #15101f !important;
}

html:has(body.cloth-policy-page) {
  overflow-x: hidden !important;
}

body.cloth-policy-page .cloth-policy-shell {
  width: min(100%, 1800px) !important;
  min-height: 100vh !important;
  margin: 0 auto !important;
  overflow: visible !important;
  gap: 0 !important;
}

body.cloth-policy-page .cloth-store-topbar {
  position: fixed !important;
  top: 0 !important;
  left: 50% !important;
  right: auto !important;
  z-index: 1040 !important;
  width: min(calc(100% - 48px), 1800px) !important;
  max-width: 1800px !important;
  margin: 0 !important;
  transform: translateX(-50%) !important;
  border-radius: 0 0 22px 22px !important;
}

body.cloth-policy-page .cloth-store-topbar .container-fluid {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}

body.cloth-policy-page .cloth-policy-main {
  width: min(100% - 48px, 1320px) !important;
  margin: 0 auto !important;
  padding: 140px 0 54px !important;
  min-height: auto !important;
}

body.cloth-policy-page .cloth-policy-card {
  position: relative !important;
  overflow: hidden !important;
  width: 100% !important;
  min-height: 360px !important;
  padding: clamp(28px, 4vw, 56px) !important;
  border: 1px solid rgba(126, 34, 206, .14) !important;
  border-radius: 26px !important;
  background:
    linear-gradient(135deg, rgba(255,255,255,.98), rgba(250,247,255,.94)) padding-box,
    linear-gradient(135deg, rgba(126,34,206,.24), rgba(16,185,129,.16)) border-box !important;
  box-shadow: 0 28px 80px rgba(23, 16, 35, .10) !important;
}

body.cloth-policy-page .cloth-policy-card::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 0 auto 0 !important;
  height: 6px !important;
  background: linear-gradient(90deg, #7c3aed, #111827, #10b981) !important;
}

body.cloth-policy-page .cloth-policy-eyebrow {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  margin-bottom: 12px !important;
  padding: 8px 12px !important;
  border-radius: 999px !important;
  background: rgba(124, 58, 237, .10) !important;
  color: #5b21b6 !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
}

body.cloth-policy-page .cloth-policy-card h1 {
  margin: 0 0 24px !important;
  color: #14101d !important;
  font-size: clamp(30px, 4vw, 54px) !important;
  line-height: 1.04 !important;
  font-weight: 900 !important;
}

body.cloth-policy-page .cloth-policy-content {
  max-width: 980px !important;
  color: #4c4658 !important;
  font-size: 16px !important;
  line-height: 1.85 !important;
}

body.cloth-policy-page .cloth-policy-content :is(h1,h2,h3,h4,h5,h6) {
  margin: 24px 0 10px !important;
  color: #17121d !important;
  font-weight: 850 !important;
  line-height: 1.2 !important;
}

body.cloth-policy-page .cloth-policy-content p {
  margin: 0 0 16px !important;
}

body.cloth-policy-page .cloth-policy-content ul,
body.cloth-policy-page .cloth-policy-content ol {
  margin: 0 0 18px 22px !important;
  padding: 0 !important;
}

body.cloth-policy-page .cloth-policy-content li {
  margin-bottom: 8px !important;
}

body.cloth-policy-page .cloth-policy-content a {
  color: #6d28d9 !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}

body.cloth-policy-page .cloth-policy-content img,
body.cloth-policy-page .cloth-policy-content table {
  max-width: 100% !important;
}

body.cloth-policy-page .cloth-footer {
  width: min(100% - 48px, 1800px) !important;
  margin: 0 auto !important;
}

@media (max-width: 991px) {
  body.cloth-policy-page .cloth-policy-main {
    width: calc(100% - 24px) !important;
    padding: 104px 0 34px !important;
  }

  body.cloth-policy-page .cloth-store-topbar {
    width: calc(100% - 20px) !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
  }

  body.cloth-policy-page .cloth-policy-card {
    min-height: 300px !important;
    padding: 28px 20px !important;
    border-radius: 22px !important;
  }

  body.cloth-policy-page .cloth-policy-content {
    font-size: 15px !important;
    line-height: 1.75 !important;
  }

  body.cloth-policy-page .cloth-footer {
    width: calc(100% - 20px) !important;
    margin-bottom: 0 !important;
    padding-bottom: 32px !important;
  }
}

@media (max-width: 575px) {
  body.cloth-policy-page {
    padding-bottom: 0 !important;
  }

  body.cloth-policy-page .main-content {
    min-height: 0 !important;
  }

  body.cloth-policy-page .cloth-policy-main {
    padding-top: 122px !important;
  }

  body.cloth-policy-page .cloth-policy-card h1 {
    font-size: 28px !important;
  }

  body.cloth-policy-page .cloth-footer {
    width: 100% !important;
    margin: 0 !important;
    padding-bottom: 28px !important;
    border-radius: 18px 18px 0 0 !important;
  }

body.cloth-policy-page .cloth-policy-shell {
    min-height: 0 !important;
    padding-bottom: 0 !important;
  }
}

/* Final product-detail recommendation guard: keeps same-category cards compact and prevents empty shells. */
body.cloth-product-detail-body .recommended-product-section {
  width: min(calc(100% - 32px), 820px) !important;
  margin: 34px auto 54px !important;
  padding: 0 !important;
  overflow: visible !important;
}

body.cloth-product-detail-body .recommended-product-section .recommended-product-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 18px !important;
  align-items: stretch !important;
}

body.cloth-product-detail-body .recommended-product-section .recommended-product-item {
  min-width: 0 !important;
  height: auto !important;
}

body.cloth-product-detail-body .recommended-product-section .product-card {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  min-height: 0 !important;
  padding: 8px !important;
  border-radius: 16px !important;
  overflow: hidden !important;
}

body.cloth-product-detail-body .recommended-product-section .recommended-card-link {
  display: block !important;
  min-width: 0 !important;
  color: inherit !important;
  text-decoration: none !important;
}

body.cloth-product-detail-body .recommended-product-section .product-img {
  position: relative !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: 1 / 1 !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  background: #f4f1f5 !important;
}

body.cloth-product-detail-body .recommended-product-section .product-img img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

body.cloth-product-detail-body .recommended-product-section .product-desc {
  display: flex !important;
  flex-direction: column !important;
  flex: 1 1 auto !important;
  height: auto !important;
  min-height: 0 !important;
  padding: 0 2px 2px !important;
}

body.cloth-product-detail-body .recommended-product-section .product-name {
  min-height: 38px !important;
  margin: 0 0 10px !important;
}

body.cloth-product-detail-body .recommended-product-section .recommended-card-footer {
  gap: 10px !important;
  margin-top: auto !important;
}

body.cloth-product-detail-body .recommended-product-section .recommended-card-footer h4 {
  min-width: 0 !important;
  flex: 1 1 auto !important;
}

body #cartModal .cloth-coupon-box {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 14px !important;
  align-items: center !important;
  margin: 18px 0 0 !important;
  padding: 16px !important;
  border: 1px dashed rgba(118, 35, 162, .35) !important;
  border-radius: 16px !important;
  background: linear-gradient(135deg, rgba(248, 244, 255, .95), rgba(255, 255, 255, .96)) !important;
}

body #cartModal .cloth-coupon-copy strong {
  display: block !important;
  color: #170f1f !important;
  font-size: 15px !important;
  font-weight: 900 !important;
}

body #cartModal .cloth-coupon-copy small,
body #cartModal .cloth-coupon-message {
  color: #7c7186 !important;
  font-size: 12px !important;
  font-weight: 600 !important;
}

body #cartModal .cloth-coupon-message {
  grid-column: 1 / -1 !important;
  min-height: 16px !important;
}

body #cartModal .cloth-coupon-message.success {
  color: #0f8a48 !important;
}

body #cartModal .cloth-coupon-message.error {
  color: #dc2626 !important;
}

body #cartModal .cloth-coupon-action {
  display: flex !important;
  gap: 10px !important;
  align-items: center !important;
}

body #cartModal .cloth-coupon-action input {
  width: 210px !important;
  height: 44px !important;
  border: 1px solid rgba(54, 16, 72, .18) !important;
  border-radius: 12px !important;
  padding: 0 14px !important;
  color: #160b1d !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  outline: none !important;
}

body #cartModal .cloth-coupon-action button {
  height: 44px !important;
  border: 0 !important;
  border-radius: 12px !important;
  padding: 0 18px !important;
  color: #fff !important;
  background: linear-gradient(135deg, #24082f, #4b1160) !important;
  font-weight: 900 !important;
}

@media (max-width: 575px) {
  body.cloth-product-detail-body .recommended-product-section {
    width: calc(100% - 16px) !important;
    margin: 26px auto 34px !important;
  }

  body.cloth-product-detail-body .recommended-product-section .recommended-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }

  body.cloth-product-detail-body .recommended-product-section .product-card {
    padding: 6px !important;
    border-radius: 14px !important;
  }

  body.cloth-product-detail-body .recommended-product-section .product-img {
    border-radius: 10px !important;
  }

  body.cloth-product-detail-body .recommended-product-section .product-name {
    min-height: 32px !important;
    font-size: 12px !important;
  }

  body.cloth-product-detail-body .recommended-product-section .recommended-card-footer {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 8px !important;
  }

  body #cartModal .cloth-coupon-box {
    grid-template-columns: 1fr !important;
    padding: 14px !important;
  }

  body #cartModal .cloth-coupon-action {
    width: 100% !important;
  }

  body #cartModal .cloth-coupon-action input {
    width: auto !important;
    min-width: 0 !important;
    flex: 1 1 auto !important;
  }

  body #cartModal .cloth-coupon-action button {
    flex: 0 0 auto !important;
  }
}
