:root {
  --ink: #222222;
  --muted: #777777;
  --line: #eeeeee;
  --soft: #f8f8f8;
  --accent: #111111;
  --danger: #b83939;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: var(--ink);
  background: #ffffff;
  font-family: Roboto, Arial, Tahoma, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.7;
}

html,
body,
.page {
  width: 100%;
  max-width: 100%;
  overflow-x: clip !important;
}

html,
body,
.page,
.drawer {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar,
.page::-webkit-scrollbar,
.drawer::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select {
  font: inherit;
}

img {
  display: block;
  max-width: 100%;
}

.page {
  min-height: 100vh;
  overflow-x: clip;
}

body.drawer-open {
  overflow: hidden;
}

.shipping-strip {
  position: relative;
  z-index: 31;
  overflow: hidden;
  background: #5a168a;
  color: #ffffff;
  height: 34px;
  display: flex;
  align-items: center;
}

.shipping-marquee {
  display: flex;
  min-width: 200%;
  animation: marqueeMove 22s linear infinite;
  white-space: nowrap;
}

.shipping-marquee span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 0 48px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.03em;
  text-transform: none;
}

.shipping-marquee svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex: 0 0 auto;
}

@keyframes marqueeMove {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: #ffffff;
  border-bottom: 1px solid var(--line);
}

.header-row {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 88px;
  padding: 0 32px;
}

.header-side {
  display: flex;
  align-items: center;
  gap: 16px;
}

.user-links {
  color: #555555;
  font-size: 14px;
}

.brand {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.brand img {
  width: 120px;
  height: auto;
}

.mobile-menu-button,
.header-icon,
.mobile-bar button {
  border: 0;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
}

.mobile-menu-button {
  display: none;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
}

.mobile-menu-button svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
}

.header-actions {
  justify-content: flex-end;
  gap: 14px;
}

.header-search-left {
  justify-content: flex-start;
}

.header-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  line-height: 1;
}

.header-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: #111111;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.header-icon [data-cart-count],
.header-icon .icon-count {
  position: absolute;
  top: -4px;
  right: -5px;
  display: grid;
  place-items: center;
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  border-radius: 999px;
  background: var(--ink);
  color: #ffffff;
  font-size: 11px;
  line-height: 1;
}


.desktop-nav {
  display: flex;
  justify-content: center;
  gap: 34px;
  min-height: 54px;
  border-top: 1px solid var(--line);
  font-family: Roboto, Arial, Tahoma, sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize;
}

.desktop-nav a {
  display: flex;
  align-items: center;
  position: relative;
}

.desktop-nav a::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 11px;
  height: 2px;
  background: var(--ink);
  transform: scaleX(0);
  transition: transform 180ms ease;
  content: "";
}

.desktop-nav a:hover::after {
  transform: scaleX(1);
}

.desktop-nav a.is-active {
  color: #8a2be2;
  font-weight: 600;
}

.desktop-nav a.is-active::after {
  background: #8a2be2;
  transform: scaleX(1);
}

.clearance-nav-link {
  color: #ffffff !important;
  background: linear-gradient(135deg, #8a2be2, #c2185b);
  border-radius: 999px;
  margin: 9px 0;
  padding: 0 16px;
  font-weight: 600;
}

.clearance-nav-link::after {
  display: none;
}

.premium-nav-link { color: #7a5417; font-weight: 600; }
.desktop-nav .premium-nav-link::before { margin-right: 7px; color: #c59a4a; font-size: 10px; content: "◆"; }
.desktop-nav .premium-nav-link.is-active::before { color: #8a2be2; }

.premium-collection-hero {
  position: relative;
  overflow: hidden;
  min-height: 420px;
  padding: 92px 24px 72px;
  border-bottom: 1px solid #dfc990;
  background: radial-gradient(circle at 18% 20%, rgba(212,175,95,.2), transparent 27%), radial-gradient(circle at 82% 72%, rgba(120,75,25,.12), transparent 30%), linear-gradient(135deg, #17120d 0%, #2a2118 48%, #110e0b 100%);
  color: #f8edcf;
  text-align: center;
}
.premium-collection-hero::selection { background: #c99c48; color: #17120d; }
.premium-collection-hero::before,
.premium-collection-hero::after { position: absolute; width: 210px; height: 210px; border: 1px solid rgba(222,190,117,.22); transform: rotate(45deg); content: ""; }
.premium-collection-hero::before { top: -148px; left: -70px; }
.premium-collection-hero::after { right: -70px; bottom: -148px; }
.premium-hero-monogram {
  position: absolute;
  top: 50%;
  left: 50%;
  color: rgba(218, 182, 105, .045);
  font-family: Georgia, serif;
  font-size: 330px;
  line-height: 1;
  transform: translate(-50%, -51%);
  pointer-events: none;
}
.premium-eyebrow { color: #d9b86c; font-size: 11px; font-weight: 600; letter-spacing: .35em; text-transform: uppercase; }
.premium-collection-hero h1 { position: relative; margin: 12px 0 14px; color: #fffaf0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(42px, 5vw, 68px); font-weight: 400; letter-spacing: .02em; text-shadow: 0 5px 30px rgba(0,0,0,.35); }
.premium-collection-hero p { max-width: 640px; margin: 0 auto; color: #ddcfb6; font-size: 14px; line-height: 1.8; }
.premium-hero-rule { display: flex; align-items: center; justify-content: center; gap: 12px; margin-top: 24px; }
.premium-hero-rule i { width: 64px; height: 1px; background: #b88b3c; }
.premium-hero-rule b { color: #ddb963; font-family: Georgia, serif; font-size: 18px; font-weight: 400; }
.premium-promises { position: relative; display: flex; align-items: center; justify-content: center; gap: 18px; margin-top: 25px; color: #cdbb9c; font-size: 10px; letter-spacing: .18em; text-transform: uppercase; }
.premium-promises i { width: 3px; height: 3px; border-radius: 50%; background: #c69b4c; }
.premium-collection-page { background: linear-gradient(180deg, #f8f1e5 0, #fffdf9 190px, #fff 600px); }
.premium-intro { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0 0 24px; border: 1px solid #e4d5b9; background: rgba(255,255,255,.75); box-shadow: 0 10px 32px rgba(72,45,13,.05); }
.premium-intro div { display: flex; align-items: center; gap: 13px; min-height: 70px; padding: 14px 20px; border-right: 1px solid #e4d5b9; }
.premium-intro div:last-child { border-right: 0; }
.premium-intro span { color: #b78a3a; font-family: Georgia, serif; font-size: 21px; font-style: italic; }
.premium-intro p { margin: 0; color: #55452f; font-family: Georgia, serif; font-size: 13px; line-height: 1.45; }
.premium-collection-page .shop-sidebar { border-color: #dfd2b7; box-shadow: 0 14px 36px rgba(65,42,14,.06); }
.premium-filter-heading span { color: #a1742b; font-size: 10px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.premium-filter-heading h3 { margin-top: 5px; color: #3e2d18; font-family: Georgia, serif; font-size: 17px; font-weight: 400; text-transform: none; }
.premium-toolbar { border: 1px solid #e2d6bd; background: rgba(255,252,245,.88); }
.premium-toolbar .toolbar-actions select { border-color: #ddcfb3; background-color: #fffdf8; }
.premium-product-grid { gap: 30px 22px; }
.premium-product-grid .product-card { position: relative; padding: 0 0 18px; border: 1px solid #eadfca; background: #fff; box-shadow: 0 8px 28px rgba(62,42,18,.06); transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease; }
.premium-product-grid .product-card:hover { border-color: #cba85f; box-shadow: 0 20px 44px rgba(62,42,18,.15); transform: translateY(-7px); }
.premium-product-grid .product-media { overflow: hidden; background: #f7f1e7; }
.premium-product-grid .product-media::before { position: absolute; top: 13px; left: 13px; z-index: 2; padding: 7px 10px; border: 1px solid rgba(226,195,126,.75); background: rgba(26,20,14,.88); color: #edcf8c; font-size: 9px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; content: "Premium Edit"; }
.premium-product-grid .product-image img { transition: transform 700ms cubic-bezier(.2,.7,.2,1); }
.premium-product-grid .product-card:hover .product-image img { transform: scale(1.045); }
.premium-product-grid .product-name { display: block; margin: 16px 14px 8px; color: #352819; font-family: Georgia, "Times New Roman", serif; font-size: 15px; line-height: 1.45; }
.premium-product-grid .price { margin: 0 14px; }
.premium-product-grid .price span { color: #9a6b20; font-family: Georgia, serif; font-size: 16px; }
.premium-product-grid .cart-float { background: linear-gradient(135deg, #211a12, #76551f); }
.premium-product-grid .wishlist-float { border-color: #d7bd88; }
.premium-collection-page .shop-pagination .active { border-color: #9a6b20; background: #9a6b20; }

@media (max-width: 700px) {
  .premium-collection-hero { min-height: 360px; padding: 68px 20px 48px; }
  .premium-collection-hero h1 { font-size: 39px; }
  .premium-hero-monogram { font-size: 245px; }
  .premium-promises { gap: 9px; font-size: 8px; letter-spacing: .09em; }
  .premium-intro { grid-template-columns: 1fr; }
  .premium-intro div { min-height: 58px; border-right: 0; border-bottom: 1px solid #e4d5b9; }
  .premium-intro div:last-child { border-bottom: 0; }
}

/* Image-led premium campaign hero */
.premium-collection-hero {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 46.623vw;
  min-height: 0;
  padding: 70px clamp(45px, 8vw, 150px);
  border-bottom: 0;
  background-color: #6c4b32;
  background-image: var(--premium-hero-image);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: left;
}

.premium-collection-hero::before {
  inset: 0;
  width: auto;
  height: auto;
  border: 0;
  background: linear-gradient(90deg, transparent 35%, rgba(48,31,17,.08) 50%, rgba(33,21,12,.56) 100%);
  transform: none;
}

.premium-collection-hero::after { display: none; }

.premium-hero-content {
  position: relative;
  z-index: 1;
  width: min(42%, 610px);
  padding: 44px 0 44px clamp(28px, 4vw, 62px);
  border-left: 1px solid rgba(250,225,170,.55);
  color: #fff8e8;
}

.premium-hero-content .premium-eyebrow {
  display: block;
  margin-bottom: 15px;
  color: #f2d89b;
  font-size: 10px;
  letter-spacing: .38em;
}

.premium-hero-content h1 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(50px, 5.4vw, 82px);
  line-height: .84;
  letter-spacing: -.025em;
}

.premium-hero-content h1 em {
  display: block;
  color: #f5dfad;
  font-size: 1.13em;
  font-weight: 500;
}

.premium-hero-content p {
  margin: 24px 0 28px;
  color: #f4e9d3;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 21px;
  font-style: italic;
  letter-spacing: .02em;
}

.premium-hero-content > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 24px;
  border: 1px solid #f0d79d;
  background: rgba(20,13,8,.2);
  color: #fff8e8;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  backdrop-filter: blur(4px);
  transition: background 180ms ease, color 180ms ease;
}

.premium-hero-content > a:hover { background: #f0d79d; color: #2a1b0f; }
.premium-hero-content .premium-promises { justify-content: flex-start; margin-top: 24px; color: #ead7b4; }

@media (max-width: 760px) {
  .premium-collection-hero {
    align-items: flex-end;
    justify-content: center;
    height: auto;
    min-height: 0;
    padding: calc(46.623vw + 24px) 22px 34px;
    background-color: #3a281b;
    background-position: center top;
    background-size: 100% auto;
  }
  .premium-collection-hero::before { background: linear-gradient(180deg, transparent 30%, rgba(22,14,8,.12) 48%, rgba(22,14,8,.9) 100%); }
  .premium-hero-content { width: 100%; padding: 25px 0 0; border-top: 1px solid rgba(250,225,170,.55); border-left: 0; text-align: center; }
  .premium-hero-content h1 { font-size: 52px; line-height: .88; }
  .premium-hero-content p { margin: 18px 0 22px; font-size: 18px; }
  .premium-hero-content .premium-promises { justify-content: center; }
}

.listing-page-heading {
  margin: 0 auto 32px;
  text-align: center;
}

.listing-page-heading span {
  color: #c2185b;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.listing-page-heading h1 {
  margin: 5px 0 0;
  color: #8a2be2;
  font-family: Roboto, Arial, Tahoma, sans-serif;
  font-size: 30px;
  font-weight: 500;
  text-transform: uppercase;
}

.hero-slider {
  width: 100%;
  overflow: hidden;
  background: #f3f3f3;
}

.hero-track {
  display: flex;
  width: 200%;
  animation: heroSlide 10s infinite ease-in-out;
}

.hero-slider img {
  width: 50%;
  flex: 0 0 50%;
  min-height: 280px;
  max-height: 720px;
  object-fit: cover;
}

.hero-track a {
  display: block;
  flex: 0 0 50%;
  width: 50%;
}

.hero-track a img {
  width: 100%;
  height: 100%;
  flex: none;
}
.hero-track.single-banner { width:100%; animation:none; }
.hero-track.single-banner a { flex-basis:100%; }

@keyframes heroSlide {
  0%, 42% { transform: translateX(0); }
  50%, 92% { transform: translateX(-50%); }
  100% { transform: translateX(0); }
}

.section {
  padding: 58px 28px;
}

.section-header {
  margin-bottom: 28px;
  text-align: center;
}

.section-header h2,
.shop-hero h1 {
  margin: 0;
  font-family: Roboto, Arial, Tahoma, sans-serif;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.2;
  color: #8a2be2;
  text-transform: uppercase;
}

.category-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  padding: 4px 0 18px;
  max-width: 1280px;
  margin: 0 auto;
}

.category-tile {
  position: relative;
  min-height: 395px;
  overflow: hidden;
  background: var(--soft);
}

.category-tile img {
  width: 100%;
  height: 100%;
  min-height: 395px;
  object-fit: cover;
  transition: transform 450ms ease;
}

.category-tile:hover img {
  transform: scale(1.04);
}

.category-tile span {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  padding: 12px 16px;
  background: rgba(255, 255, 255, 0.92);
  color: #222222;
  text-align: center;
  font-family: Roboto, Arial, Tahoma, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.category-tile span:hover {
  background: #c89bee;
  color: #000000;
}

.products-section {
  padding-top: 38px;
}

.feature-banner {
  padding: 0 0 18px;
}

.feature-banner img,
.offer-banner img {
  width: 100%;
  max-height: 560px;
  object-fit: cover;
}

.offer-banner {
  padding: 0 0 34px;
}

.offer-banner a {
  display: block;
}

.offer-banner img {
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
  aspect-ratio: 8 / 3;
  object-fit: contain;
}

.bulk-banner {
  padding: 0 0 34px;
  background: #ffffff;
}

.bulk-banner a {
  display: block;
}

.bulk-banner img {
  width: 100%;
  display: block;
  object-fit: contain;
}

.watch-video-wrap {
  background: #f5f5f5;
}

.premium-home-banner,
.premium-home-banner a {
  display: block;
  width: 100%;
}

.premium-home-banner img {
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
  aspect-ratio: 8 / 3;
  object-fit: contain;
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
  max-width: 1280px;
  margin: 0 auto;
}

.video-card {
  background: #ffffff;
}

.video-media {
  position: relative;
  display: block;
  overflow: hidden;
  background: #eeeeee;
  aspect-ratio: 3 / 4;
  max-height: 300px;
}

.video-poster,
.video-media video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 300ms ease;
}

.video-media video {
  z-index: 2;
}

.video-poster {
  z-index: 1;
}

.play-badge {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.52);
  transform: translate(-50%, -50%);
}

.play-badge::after {
  position: absolute;
  left: 18px;
  top: 13px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #ffffff;
  content: "";
}

.video-card:hover video {
  transform: scale(1.06);
}

.video-caption {
  padding: 10px 8px 14px;
  text-align: center;
}

.video-title {
  display: block;
  min-height: 40px;
  color: #222222;
  font-size: 14px;
  line-height: 20px;
}

.video-price {
  margin-top: 4px;
}

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

.compact-grid {
  max-width: 1180px;
  margin: 0 auto;
}

.product-card {
  position: relative;
  text-align: center;
}

.product-media {
  position: relative;
  overflow: hidden;
}

.product-image {
  position: relative;
  display: block;
  overflow: hidden;
  background: var(--soft);
  aspect-ratio: 3 / 4;
}

.product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 350ms ease, filter 350ms ease;
}

.product-card:hover .product-image img {
  transform: scale(1.035);
  filter: brightness(0.96);
}

.discount {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 5px 10px;
  background: #ffffff;
  font-size: 12px;
  font-weight: 700;
}

.wishlist-float,
.cart-float,
.primary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  border: 1px solid var(--ink);
  background: var(--ink);
  color: #ffffff;
  cursor: pointer;
  transition: background 180ms ease, color 180ms ease;
}

.wishlist-float {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 38px;
  height: 38px;
  min-height: 38px;
  border-color: rgba(138, 43, 226, 0.55);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.72);
  color: #8a2be2;
  font-size: 11px;
  font-weight: 700;
  opacity: 0;
  transform: translateX(10px);
  backdrop-filter: blur(4px);
  transition: opacity 180ms ease, transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.wishlist-float svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.wishlist-float:hover {
  border-color: #8a2be2;
  background: #ffffff;
}

.wishlist-float.is-active,
.detail-wishlist.is-active {
  border-color: #8a2be2;
  background: #8a2be2;
  color: #ffffff;
}

.wishlist-float.is-active svg,
.detail-wishlist.is-active svg {
  fill: currentColor;
}

.cart-float {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  border-color: #8a2be2;
  background: #8a2be2;
  color: #ffffff;
  font-family: Roboto, Arial, Tahoma, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 180ms ease, transform 180ms ease, background 180ms ease, color 180ms ease;
}

.product-card:hover .wishlist-float,
.product-card:hover .cart-float {
  opacity: 1;
  transform: translate(0);
}

.cart-float:hover {
  background: #ffffff;
  color: #8a2be2;
}

.primary-btn:hover {
  background: #ffffff;
  color: var(--ink);
}

.product-name {
  display: block;
  margin-top: 10px;
  min-height: 0;
  color: #222222;
  font-family: Roboto, Arial, Tahoma, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.price {
  display: flex;
  gap: 9px;
  align-items: center;
  justify-content: center;
  margin-top: 3px;
}

.price span,
.product-price span {
  color: #8a2be2;
  font-size: 14px;
  font-weight: 600;
}

.price del,
.product-price del {
  color: #6f6f6f;
  font-size: 13px;
}

.shop-hero {
  padding: 68px 28px;
  background: var(--soft);
  text-align: center;
}

.inner-hero {
  padding: 34px 28px;
  background: #f7f7f7;
}

.shop-hero p {
  margin: 10px 0 0;
  color: var(--muted);
}

.breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: #777777;
  font-size: 13px;
}

.breadcrumb a {
  color: #222222;
}

.shop-layout-section {
  padding-top: 22px;
}

.shop-layout {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 28px;
  max-width: 1280px;
  margin: 0 auto;
}

.shop-sidebar {
  position: sticky;
  top: 158px;
  align-self: start;
  padding: 18px 16px 6px;
  border: 1px solid var(--line);
  background: #ffffff;
}

.mobile-filter-trigger,
.mobile-filter-head,
.mobile-filter-actions,
.filter-backdrop {
  display: none;
}

.filter-box {
  padding: 0 0 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--line);
}

.filter-box:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.filter-box h3 {
  margin: 0 0 12px;
  color: #222222;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}

.filter-box a,
.filter-box label {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 32px;
  padding: 0 8px;
  color: #555555;
  font-size: 14px;
  border-radius: 4px;
  transition: background 180ms ease, color 180ms ease;
}

.filter-box a.active,
.filter-box a:hover {
  background: #fbf7ff;
  color: #8a2be2;
}

.filter-box input {
  width: 14px;
  height: 14px;
  accent-color: #8a2be2;
}

.shop-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 16px;
  margin-bottom: 24px;
  border-bottom: 1px solid var(--line);
  background: #fbfbfb;
}

.shop-page-heading {
  margin: 0 0 14px;
}

.shop-page-heading h1 {
  margin: 0;
  color: #242124;
  font-size: 27px;
  font-weight: 600;
  line-height: 1.25;
}

.shop-toolbar p {
  margin: 0;
  color: #333333;
  font-size: 13px;
  font-weight: 500;
}

.toolbar-actions {
  display: flex;
  gap: 10px;
}

.toolbar-actions select {
  height: 42px;
  min-width: 154px;
  padding: 0 36px 0 13px;
  border: 1px solid var(--line);
  background: #ffffff;
  color: #444444;
  font: inherit;
  font-size: 13px;
  outline: 0;
}

.toolbar-actions select:focus {
  border-color: #8a2be2;
  box-shadow: 0 0 0 3px rgba(138, 43, 226, 0.1);
}

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

.product-breadcrumb-hero {
  display: grid;
  place-items: center;
  min-height: 178px;
  padding: 38px 20px;
  background:
    linear-gradient(rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0.28)),
    url("https://fabinaclothing.com/assets/images/1648110638breadpng.png") center / cover;
  text-align: center;
  color: #ffffff;
}

.product-breadcrumb-hero h1 {
  margin: 0 0 12px;
  color: #ffffff;
  font-size: 28px;
  font-weight: 500;
}

.product-breadcrumb-hero .breadcrumb,
.product-breadcrumb-hero .breadcrumb a {
  color: #ffffff;
}

.product-live-page {
  max-width: 1120px;
  margin: 0 auto;
  padding: 22px 28px 20px;
}

.entry-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 9px;
  color: #777777;
  font-size: 12px;
  line-height: 1.5;
}

.entry-breadcrumbs a {
  color: #777777;
}

.product-page {
  display: grid;
  grid-template-columns: minmax(320px, 500px) minmax(280px, 1fr);
  gap: 26px;
  align-items: start;
  padding: 0;
}

.product-gallery-wrap {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 10px;
}

.product-gallery-wrap.single-image {
  grid-template-columns: 1fr;
}

.product-thumbs {
  display: grid;
  gap: 8px;
  align-content: start;
  max-height: 468px;
  overflow-y: auto;
  scrollbar-width: thin;
}

.product-thumbs button {
  padding: 0;
  border: 1px solid #dddddd;
  background: #ffffff;
  cursor: pointer;
}

.product-thumbs button.active,
.product-thumbs button:hover {
  border-color: #222222;
}

.product-thumbs img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
}

.product-gallery {
  background: #f7f7f7;
  overflow: hidden;
}

.product-gallery img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
}

.product-info {
  max-width: 430px;
  padding-top: 0;
}

.product-info h1 {
  margin: 0 0 8px;
  color: #222222;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.35;
}

.rating-row {
  margin-bottom: 8px;
}

.rating-row span {
  display: inline-flex;
  align-items: center;
  min-height: auto;
  padding: 0;
  border-radius: 3px;
  background: transparent;
  color: #111111;
  font-size: 14px;
  font-weight: 600;
}

.product-price {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: baseline;
  margin-bottom: 12px;
  font-size: 16px;
}

.product-price span {
  font-size: 22px;
}

.product-price del {
  font-size: 15px;
}

.product-price strong {
  padding: 2px 8px;
  background: #c88cf0;
  color: #7d14b8;
  font-size: 12px;
  font-weight: 600;
}

.description {
  color: #555555;
  line-height: 1.75;
}

.product-meta-row {
  display: grid;
  gap: 8px;
  padding: 16px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: #555555;
  font-size: 14px;
}

.product-meta-row strong,
.product-meta-row a {
  color: #222222;
  font-weight: 500;
}

.free-service {
  padding: 0;
  margin-bottom: 14px;
  border-bottom: 1px solid var(--line);
  border-bottom: 0;
}

.free-service span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: #ffffff;
  color: #222222;
  font-size: 13px;
  font-weight: 600;
}

.free-service span::before {
  content: none;
}

.shipping-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #d6a6ff;
  box-shadow: inset 0 0 0 1px rgba(111, 31, 171, 0.08);
  flex: 0 0 24px;
}

.shipping-badge svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: #111111;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.short-desc-box {
  margin-bottom: 16px;
}

.short-desc-box p {
  margin: 0;
  color: #222222;
  font-size: 14px;
  line-height: 1.7;
}

.option-block {
  margin-top: 14px;
}

.option-block h3 {
  margin: 0 0 12px;
  color: #222222;
  font-size: 15px;
  font-weight: 600;
  text-transform: none;
}

.size-options {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.size-options button {
  min-width: 48px;
  height: 38px;
  border: 1px solid var(--line);
  background: #ffffff;
  color: #222222;
  font-size: 13px;
  cursor: pointer;
}

.size-options button:hover,
.size-options button.active {
  border-color: #222222;
  background: #ffffff;
  color: #222222;
}

.color-options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.color-options button {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-width: 78px;
  min-height: 108px;
  padding: 7px;
  border: 1px solid var(--line);
  background: #ffffff;
  color: #222222;
  cursor: pointer;
  font-size: 12px;
}

.color-options button img {
  width: 62px;
  height: 78px;
  object-fit: cover;
  border: 1px solid #eee9f2;
  background: #f7f5f9;
}

.color-options button span {
  width: 54px;
  height: 68px;
  border: 1px solid #d7d2dc;
  background: var(--swatch-color);
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.72);
}

.color-options button small {
  max-width: 76px;
  color: inherit;
  font-size: 12px;
  line-height: 1.2;
  text-align: center;
}

.color-options button:hover,
.color-options button.active {
  border-color: var(--purple);
  color: var(--purple);
}

.stock-action-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
}

.qty-box {
  display: grid;
  grid-template-columns: 38px 48px 38px;
  height: 40px;
  border: 1px solid var(--line);
}

.qty-box button,
.qty-box span {
  display: grid;
  place-items: center;
  border: 0;
  background: #ffffff;
  color: #222222;
  font: inherit;
}

.qty-box button {
  cursor: pointer;
}

.detail-wishlist {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 40px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #222222;
  font-size: 13px;
  font-family: inherit;
  cursor: pointer;
}

.detail-wishlist svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: #111111;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: fill 160ms ease, stroke 160ms ease, transform 160ms ease;
}

.detail-wishlist.is-active svg {
  fill: var(--purple);
  stroke: var(--purple);
  transform: scale(1.06);
}

.primary-btn {
  min-width: 180px;
  margin-top: 16px;
  padding: 0 28px;
}

.live-cart-buttons {
  display: flex;
  gap: 10px;
  margin: 18px 0 0;
}

.live-cart-buttons button {
  flex: 1;
  min-height: 46px;
  border: 1px solid #222222;
  background: #222222;
  color: #ffffff;
  font: inherit;
  font-size: 14px;
  font-weight: 600;
  text-transform: none;
  cursor: pointer;
  transition: background 180ms ease, color 180ms ease;
}

.live-cart-buttons button:nth-child(2) {
  border-color: #b576e7;
  background: #b576e7;
  color: #111111;
}

.live-cart-buttons button:hover {
  background: #222222;
  color: #ffffff;
}

.live-meta {
  margin-top: 0;
  padding: 18px 0;
}

.pincode-box {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}

.pincode-box input {
  flex: 1;
  height: 42px;
  padding: 0 12px;
  border: 1px solid var(--line);
  font: inherit;
}

.pincode-box button {
  min-width: 94px;
  border: 1px solid #222222;
  background: #222222;
  color: #ffffff;
  font: inherit;
  cursor: pointer;
}

.product-detail-panels {
  margin-top: 42px;
  border-top: 1px solid var(--line);
}

.live-tabs {
  margin-top: 56px;
}

.product-detail-panels details {
  border-bottom: 1px solid var(--line);
}

.product-detail-panels summary {
  padding: 16px 0;
  color: #222222;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
}

.product-detail-panels p {
  margin: 0 0 16px;
  color: #555555;
  line-height: 1.7;
}

.live-related-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1120px;
  margin: 0 auto 18px;
  border-bottom: 0;
  padding-bottom: 0;
  text-align: left;
}

.live-related-title h2 {
  color: #222222;
  font-size: 15px;
  font-weight: 600;
  text-transform: none;
}

.related-controls {
  display: flex;
  gap: 6px;
}

.related-controls button {
  min-width: 42px;
  height: 20px;
  border: 1px solid #cfcfcf;
  background: #ffffff;
  color: #555555;
  font-size: 9px;
}

.related-live-section {
  max-width: 1120px;
  margin: 26px auto 0;
  padding-top: 0;
}

.related-live-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.related-live-grid .product-name {
  min-height: 32px;
  font-size: 11px;
  line-height: 16px;
}

.related-live-grid .price span,
.related-live-grid .price del {
  font-size: 10px;
}

.content-page {
  background: #ffffff;
}

.content-card {
  max-width: 920px;
  margin: 0 auto;
  padding: 36px 42px;
  border: 1px solid var(--line);
  background: #ffffff;
}

.content-card h2 {
  margin: 0 0 16px;
  color: #222222;
  font-size: 22px;
  font-weight: 500;
}

.content-card p {
  margin: 0;
  color: #555555;
  font-size: 15px;
  line-height: 1.9;
}

.page-managed-content {
  color: #555555;
  font-size: 15px;
  line-height: 1.9;
}

.customer-account-page { max-width:1280px; margin:0 auto; }
.account-page-head { display:flex; align-items:center; justify-content:space-between; gap:20px; margin-bottom:24px; padding:24px; background:linear-gradient(135deg,#f5eaff,#fff); }
.account-page-head span { color:#8a2be2; font-weight:600; }.account-page-head h1 { margin:4px 0; }.account-page-head p { margin:0; }
.account-page-head button,.account-page-form button,.address-buttons button { min-height:40px; border:0; padding:0 16px; background:#8a2be2; color:#fff; cursor:pointer; font-weight:600; }
.account-page-grid { display:grid; grid-template-columns:minmax(0,1.6fr) minmax(280px,.7fr); gap:22px; align-items:start; }.account-page-main,.account-page-side { display:grid; gap:22px; }
.account-page-card { padding:22px; border:1px solid var(--line); background:#fff; }.account-page-card h2 { margin:0 0 18px; font-size:19px; }
.account-page-alert { margin-bottom:18px; padding:12px 16px; border-left:3px solid #278447; background:#eefaf1; }.account-page-alert.error { border-color:#b42318; background:#fff2f0; }
.customer-order { border-bottom:1px solid var(--line); }.customer-order summary { display:flex; justify-content:space-between; gap:16px; padding:14px 0; cursor:pointer; }.customer-order summary span { display:grid; gap:4px; }.customer-order summary span:last-child { text-align:right; }.customer-order small,.customer-order em { color:#777; font-size:11px; font-style:normal; }.customer-order div { padding:0 0 12px; }.customer-order div p { display:flex; justify-content:space-between; gap:10px; margin:7px 0; }
.saved-address-grid { display:grid; gap:16px; }.saved-address { padding:16px; border:1px solid var(--line); }.address-title { display:flex; justify-content:space-between; margin-bottom:12px; }.address-title span { padding:3px 8px; background:#f1e2ff; color:#8a2be2; font-size:10px; }
.address-form-grid { display:grid; grid-template-columns:1fr 1fr; gap:9px; }.address-form-grid textarea { grid-column:1/-1; }.address-default { display:flex; align-items:center; gap:7px; margin:10px 0; }.address-default input { width:auto; }.address-buttons { display:flex; gap:8px; }.address-buttons .delete { background:#fff; color:#a52a2a; border:1px solid #d9b3b3; }
.account-page-form { display:grid; gap:10px; }.account-page-form textarea { min-height:80px; }.account-page-link { display:flex; justify-content:center; margin-top:8px; padding:10px; background:#8a2be2; color:#fff!important; text-decoration:none; }

.checkout-section {
  background: #ffffff;
  padding-top: 10px;
}

.checkout-compact-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1120px;
  margin: 0 auto 10px;
  padding: 0 2px;
}

.checkout-compact-title span {
  color: #8a2be2;
  font-size: 18px;
  font-weight: 500;
}

.checkout-compact-title a {
  color: #555555;
  font-size: 13px;
  text-decoration: underline;
}

.checkout-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 34px;
  max-width: 1120px;
  margin: 0 auto;
}

.checkout-form,
.checkout-summary {
  border: 1px solid var(--line);
  background: #ffffff;
  padding: 24px;
}

.checkout-form h2,
.checkout-summary h2 {
  margin: 0 0 18px;
  color: #222222;
  font-size: 18px;
  font-weight: 600;
}

.checkout-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.checkout-title-row a {
  color: #005bd3;
  font-size: 13px;
  text-decoration: underline;
}

.checkout-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 28px;
}

.shopify-form {
  display: grid;
  gap: 10px;
  margin-bottom: 24px;
}

.checkout-grid label {
  display: grid;
  gap: 8px;
  color: #222222;
  font-size: 13px;
  font-weight: 500;
}

.checkout-grid .full-field {
  grid-column: 1 / -1;
}

.checkout-location-row {
  display: grid;
  grid-template-columns: 0.8fr 1fr 1.15fr;
  gap: 10px;
}

.pin-status {
  display: none;
  margin-top: -3px;
  color: #666666;
  font-size: 11px;
}

.pin-status.is-visible {
  display: block;
}

.pin-status.is-success {
  color: #6d159d;
}

.pin-status.is-error {
  color: #b42318;
}

.shopify-form input,
.shopify-form select,
.shopify-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 13px 9px;
  background: #ffffff;
  color: #222222;
  font: inherit;
  font-size: 13px;
  font-weight: 400;
}

.floating-field {
  position: relative;
  gap: 0;
}

.floating-field span {
  position: absolute;
  top: 7px;
  left: 9px;
  color: #666666;
  font-size: 11px;
  line-height: 1;
  pointer-events: none;
}

.floating-field select {
  min-height: 44px;
  padding-top: 18px;
}

.address-field,
.phone-field {
  position: relative;
}

.address-field input,
.phone-field input {
  padding-right: 34px;
}

.address-field span,
.phone-field span {
  position: absolute;
  top: 50%;
  right: 12px;
  color: #666666;
  transform: translateY(-50%);
}

.phone-field span {
  display: grid;
  place-items: center;
  width: 16px;
  height: 16px;
  border: 1px solid #777777;
  border-radius: 50%;
  font-size: 11px;
}

.checkout-check {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #111111;
  font-size: 13px;
}

.checkout-check input {
  width: 16px;
  height: 16px;
  accent-color: #005bd3;
}

.shopify-form .checkout-check input {
  width: 16px;
  min-width: 16px;
  padding: 0;
}

.payment-box {
  border: 1px solid var(--line);
}

.payment-options-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-bottom: 1px solid var(--line);
}

.payment-option {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 10px 14px;
  border-right: 1px solid var(--line);
  color: #222222;
  font-size: 13px;
  font-weight: 600;
}

.payment-option:last-child {
  border-right: 0;
}

.manual-payment {
  display: grid;
  grid-template-columns: minmax(230px, 1.5fr) 18px minmax(120px, 0.75fr) 18px minmax(165px, 1fr);
  align-items: stretch;
  padding: 14px;
  background: #fbf8ff;
  color: #222222;
  font-size: 13px;
  line-height: 1.55;
}

.manual-payment p {
  grid-column: 1 / -1;
  margin: 10px 0 0;
  color: #555555;
}

.manual-payment p:last-child {
  margin-bottom: 0;
}

.payment-help {
  margin: 12px 0 0;
  padding: 9px 12px;
  border-left: 3px solid #8a2be2;
  background: #fafafa;
  color: #555555;
  font-size: 12px;
  line-height: 1.55;
}

.payment-help a {
  color: #6d159d;
  font-weight: 600;
}

.qr-payment {
  display: grid;
  grid-template-columns: 145px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  text-align: left;
  margin-bottom: 0;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
}

.qr-payment img {
  width: 145px;
  aspect-ratio: 1;
  object-fit: contain;
}

.qr-payment strong,
.qr-payment span {
  display: block;
}

.payment-option-title {
  display: block;
  margin-bottom: 8px;
  color: #8a2be2;
  font-size: 12px;
  font-weight: 600;
}

.qr-payment strong {
  margin-bottom: 5px;
  color: #222222;
  font-size: 15px;
}

.qr-payment span {
  color: #666666;
  font-size: 13px;
}

.payment-or {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: #777777;
  font-size: 12px;
  font-weight: 700;
}

.payment-or::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: var(--line);
  content: "";
}

.payment-or span {
  position: relative;
  z-index: 1;
  padding: 8px 0;
  background: #fbf8ff;
}

.payment-title {
  font-weight: 600;
}

.pay-number,
.pay-upi {
  display: grid;
  gap: 3px;
  align-content: center;
  margin-bottom: 0;
  padding: 12px 14px;
  border: 1px dashed rgba(138, 43, 226, 0.34);
  border-radius: 8px;
  background: #ffffff;
}

.pay-number span,
.pay-upi span {
  color: #666666;
  font-size: 12px;
}

.pay-number strong,
.pay-upi strong {
  color: #5b0f80;
  font-size: 18px;
  line-height: 1.1;
}

.pay-upi strong {
  white-space: nowrap;
  font-size: 14px;
}

.pay-number button,
.pay-upi button {
  min-height: 30px;
  margin-top: 10px;
  border: 1px solid rgba(138, 43, 226, 0.34);
  background: #fbf8ff;
  color: #6d159d;
  cursor: pointer;
  font: inherit;
  font-size: 11px;
  font-weight: 600;
}

.pay-number button:hover,
.pay-upi button:hover {
  border-color: #8a2be2;
  background: #f4eaff;
}

.summary-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
  color: #333333;
  font-size: 14px;
}

.checkout-order-items {
  display: grid;
  gap: 14px;
  margin-bottom: 16px;
}

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

.checkout-order-image {
  position: relative;
}

.checkout-order-image img {
  width: 64px;
  aspect-ratio: 3 / 4;
  border: 1px solid var(--line);
  border-radius: 6px;
  object-fit: cover;
}

.checkout-order-image span {
  display: none;
}

.checkout-order-line h5 {
  margin: 0 0 5px;
  color: #222222;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.35;
}

.checkout-order-line p {
  margin: 0;
  color: #666666;
  font-size: 12px;
}

.checkout-order-line strong {
  color: #222222;
  font-size: 13px;
}

.checkout-empty {
  margin: 0;
  color: #777777;
  font-size: 13px;
}

.coupon-box {
  margin: 16px 0 10px;
}

.coupon-entry {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 88px;
  gap: 8px;
}

.coupon-entry input,
.coupon-entry button {
  min-height: 40px;
  border: 1px solid var(--line);
  padding: 9px 11px;
  background: #ffffff;
  color: #222222;
  font: inherit;
  font-size: 12px;
}

.coupon-entry button {
  border-color: #8a2be2;
  background: #8a2be2;
  color: #ffffff;
  cursor: pointer;
  font-weight: 600;
}

.coupon-box small {
  display: block;
  margin-top: 7px;
  color: #777777;
  font-size: 11px;
  line-height: 1.5;
}

.coupon-box small.is-success,
.coupon-discount strong {
  color: #6d159d;
}

.coupon-box small.is-error {
  color: #b42318;
}

.coupon-discount.is-hidden {
  display: none;
}

.total-row {
  border-bottom: 0;
  color: #111111;
  font-size: 16px;
  font-weight: 600;
}

.summary-note {
  margin: 18px 0;
  color: #666666;
  font-size: 13px;
  line-height: 1.7;
}

.place-order-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  background: #222222;
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  width: 100%;
  border: 0;
  cursor: pointer;
}

.checkout-submit-status {
  display: block;
  min-height: 18px;
  margin-top: 7px;
  color: #b42318;
  font-size: 11px;
  text-align: center;
}

.guest-order-reference {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin: -4px 0 14px !important;
  color: #555555 !important;
  font-size: 13px !important;
}

.guest-order-reference strong {
  color: #6d159d;
}

.confirmation-section {
  background: #ffffff;
  padding-top: 24px;
}

.confirmation-card {
  max-width: 760px;
  margin: 0 auto;
  padding: 30px;
  border: 1px solid var(--line);
  background: #ffffff;
  text-align: center;
}

.confirmation-mark {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin: 0 auto 14px;
  border-radius: 50%;
  background: #5b0f80;
  color: #ffffff;
  font-size: 26px;
  font-weight: 700;
}

.confirmation-card h1 {
  margin: 0 0 8px;
  color: #222222;
  font-size: 28px;
  font-weight: 600;
}

.confirmation-card p {
  max-width: 540px;
  margin: 0 auto 18px;
  color: #555555;
  font-size: 14px;
  line-height: 1.8;
}

.confirmation-info-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  gap: 16px;
  align-items: stretch;
  margin-bottom: 20px;
  text-align: left;
}

.order-detail-box,
.confirmation-products {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
}

.order-detail-box h2,
.confirmation-products h2 {
  margin: 0 0 14px;
  color: #111111;
  font-size: 16px;
  font-weight: 600;
}

.order-detail-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.order-detail-box h3 {
  margin: 14px 0 6px;
  color: #111111;
  font-size: 13px;
  font-weight: 600;
}

.order-detail-box h3:first-child {
  margin-top: 0;
}

.order-detail-box p {
  margin: 0;
  color: #222222;
  font-size: 13px;
  line-height: 1.55;
}

.confirm-product-line {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
}

.confirm-product-line:first-child {
  padding-top: 0;
}

.confirm-product-line img {
  width: 52px;
  aspect-ratio: 3 / 4;
  border: 1px solid var(--line);
  border-radius: 5px;
  object-fit: cover;
}

.confirm-product-line h4 {
  margin: 0 0 4px;
  color: #222222;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
}

.confirm-product-line p {
  margin: 0;
  color: #666666;
  font-size: 12px;
}

.confirm-product-line strong {
  color: #222222;
  font-size: 12px;
  white-space: nowrap;
}

.confirmation-payment {
  display: grid;
  gap: 4px;
  margin: 0;
  padding: 16px;
  border: 1px dashed rgba(138, 43, 226, 0.34);
  border-radius: 8px;
  background: #fbf8ff;
}

.confirmation-payment span,
.confirmation-payment small {
  color: #666666;
  font-size: 12px;
}

.confirmation-payment strong {
  color: #5b0f80;
  font-size: 24px;
}

.confirmation-steps {
  display: grid;
  gap: 8px;
  margin: 0 0 22px;
  text-align: left;
}

.confirmation-next h2 {
  margin: 0 0 10px;
  color: #222222;
  font-size: 16px;
  font-weight: 600;
}

.confirmation-steps a {
  color: #6d159d;
  font-weight: 600;
  overflow-wrap: anywhere;
}

.confirmation-steps div {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  padding: 10px;
  background: #fafafa;
}

.confirmation-steps strong {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #222222;
  color: #ffffff;
  font-size: 12px;
}

.confirmation-steps span {
  color: #333333;
  font-size: 13px;
}

.confirmation-actions {
  display: grid;
  gap: 10px;
  max-width: 360px;
  margin: 0 auto;
  padding-top: 2px;
}

.contact-list {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.contact-list a,
.contact-list span {
  color: #222222;
  font-size: 14px;
}

.story-section {
  background: #fafafa;
}

.testimonial-section {
  position: relative;
  background:
    radial-gradient(circle at 20% 20%, rgba(255,255,255,.55), transparent 28%),
    linear-gradient(90deg, rgba(255,255,255,.45) 1px, transparent 1px),
    linear-gradient(0deg, rgba(0,0,0,.035) 1px, transparent 1px),
    #f1f0ed;
  background-size: auto, 18px 18px, 18px 18px, auto;
}

.customer-showcase {
  position: relative;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 42px 18px;
}

.customer-card-grid {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.customer-card-grid::-webkit-scrollbar {
  display: none;
}

.customer-card {
  flex: 0 0 calc((100% - 72px) / 4);
  padding: 8px 8px 26px;
  border-radius: 6px;
  background: #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.32);
  text-align: center;
  scroll-snap-align: start;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.customer-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.24);
}

.customer-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 4px;
  object-fit: cover;
}

.customer-card h3 {
  margin: 18px 0 6px;
  color: #555555;
  font-size: 13px;
  font-weight: 700;
}

.customer-card .stars {
  color: #ff8a2a;
  font-size: 21px;
  letter-spacing: 1px;
  line-height: 1.1;
}

.customer-card p {
  margin: 6px auto 0;
  max-width: 260px;
  color: #555555;
  font-size: 13px;
  line-height: 1.45;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.customer-arrow {
  position: absolute;
  top: 38%;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 32px;
  height: 46px;
  border: 0;
  background: transparent;
  color: #ffffff;
  font-size: 56px;
  line-height: 1;
  cursor: pointer;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
  transition: transform 160ms ease, opacity 160ms ease;
}

.customer-arrow:hover {
  transform: scale(1.08);
}

.customer-arrow.is-disabled {
  opacity: 0.32;
  pointer-events: none;
}

.customer-prev {
  left: 0;
}

.customer-next {
  right: 0;
}

.explore-all-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 128px;
  height: 38px;
  margin: 24px auto 0;
  background: #05334a;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.customer-grid,
.quote-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  max-width: 1120px;
  margin: 0 auto;
}

.customer-grid article,
.quote-row blockquote,
.influencer-card {
  background: #ffffff;
  border: 1px solid var(--line);
  padding: 22px;
  text-align: center;
}

.customer-grid img {
  width: 120px;
  height: 120px;
  margin: 0 auto 16px;
  border-radius: 50%;
  object-fit: cover;
}

.customer-grid h3,
.influencer-card h3 {
  margin: 0 0 8px;
  font-size: 18px;
}

.customer-grid p,
.influencer-card p,
.quote-row blockquote {
  color: #555555;
  line-height: 1.65;
}

.influencer-card {
  display: grid;
  grid-template-columns: 180px 1fr;
  align-items: center;
  gap: 24px;
  max-width: 760px;
  margin: 0 auto;
  text-align: left;
}

.influencer-card img {
  width: 180px;
  height: 180px;
  object-fit: cover;
}

.footer {
  margin-top: 0;
  background-color: #e4e2dd;
  background-image: url("https://fabinaclothing.com/assets/images/footer-new-2.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}

.footer-top {
  max-width: 1320px;
  margin: 0 auto;
  padding: 30px 32px 24px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2.25fr 0.85fr 0.85fr 1.45fr;
  gap: 34px;
  padding: 0;
}

.footer-logo {
  width: 150px;
  margin-bottom: 14px;
}

.footer h4 {
  margin: 20px 0 14px;
  font-size: 13px;
  font-family: Poppins, Arial, Tahoma, sans-serif;
  font-weight: 600;
  color: #050505;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
}

.footer a,
.footer p {
  display: block;
  margin: 0 0 8px;
  color: #050505;
  font-family: Poppins, Arial, Tahoma, sans-serif;
  line-height: 1.72;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
}

.footer-about p {
  max-width: 535px;
  padding-top: 4px;
}

.footer-social {
  display: flex;
  gap: 18px;
  margin-top: 22px;
}

.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  margin: 0;
  border-radius: 0;
  background: transparent;
  color: #000000;
}

.footer-social a:nth-child(2) {
  background: transparent;
}

.footer-social svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.footer-contact p,
.footer-contact a {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 16px;
}

.footer-mini-icon {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 16px;
  width: 16px;
  height: 18px;
  color: #000000;
}

.footer-mini-icon svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.copy {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 18px;
  text-align: center;
  font-size: 11px;
  font-family: Poppins, Arial, Tahoma, sans-serif;
  font-weight: 600;
  color: rgba(26, 26, 26, 1);
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.footer .whatsapp {
  position: fixed;
  right: 18px;
  bottom: 24px;
  z-index: 25;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  padding: 0;
  margin: 0;
  line-height: 0;
  border-radius: 50%;
  background: #1da851;
  color: #ffffff;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.18);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.footer .whatsapp svg {
  display: block;
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  fill: #ffffff;
  stroke: none;
  transform: none;
}

.footer .whatsapp:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(29, 168, 81, 0.28);
}

.drawer {
  position: fixed;
  z-index: 50;
  max-width: 100vw;
  overflow-x: hidden;
  background: #ffffff;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.16);
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: transform 240ms ease, opacity 240ms ease, visibility 0s linear 240ms;
}

.search-drawer {
  inset: 0 0 auto;
  padding: 44px;
  transform: translateY(-105%);
}

.menu-drawer,
.account-drawer,
.wishlist-drawer,
.cart-drawer {
  inset: 0 0 0 auto;
  width: min(390px, 88vw);
  padding: 26px;
  transform: translateX(105%);
}

.drawer.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translate(0);
  visibility: visible;
  transition: transform 240ms ease, opacity 240ms ease;
}

.drawer-close {
  border: 0;
  background: transparent;
  font-size: 30px;
  cursor: pointer;
}

.search-drawer .drawer-close {
  position: absolute;
  top: 18px;
  right: 30px;
}

.search-box {
  max-width: 960px;
  margin: 0 auto;
}

.search-box label {
  display: block;
  margin-bottom: 16px;
  font-size: 30px;
  font-weight: 700;
}

.search-line {
  display: grid;
  grid-template-columns: 220px 1fr 130px;
}

.search-line select,
.search-line input,
.search-line button {
  min-height: 52px;
  border: 1px solid var(--line);
  padding: 0 15px;
}

.search-line button {
  border-color: var(--ink);
  background: var(--ink);
  color: #ffffff;
}

.menu-drawer {
  display: flex;
  flex-direction: column;
  gap: 18px;
  font-size: 18px;
  font-weight: 600;
}

.cart-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cart-head h4 {
  margin: 0;
}

.empty-cart {
  display: grid;
  place-items: center;
  align-content: center;
  min-height: 330px;
  padding: 34px 12px;
  color: var(--muted);
  text-align: center;
}

.empty-cart.is-hidden {
  display: none;
}

.cart-items {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}

.wishlist-items {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}

.cart-line {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding-bottom: 14px;
}

.wishlist-line {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}

.cart-line img {
  width: 74px;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  background: #f5f5f5;
}

.wishlist-line img {
  width: 74px;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  background: #f5f5f5;
}

.cart-line h5 {
  margin: 0 0 8px;
  color: #222222;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
}

.wishlist-line h5 {
  margin: 0 0 8px;
  color: #222222;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
}

.cart-line p,
.cart-line span {
  display: block;
  margin: 0 0 5px;
  color: #333333;
  font-size: 12px;
}

.wishlist-line p {
  margin: 0 0 8px;
  color: #8a2be2;
  font-size: 12px;
  font-weight: 600;
}

.cart-line-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 10px;
}

.cart-qty {
  display: inline-grid;
  grid-template-columns: 26px 28px 26px;
  height: 28px;
  border: 1px solid var(--line);
}

.cart-qty button,
.cart-qty span {
  display: grid;
  place-items: center;
  border: 0;
  background: #ffffff;
  color: #222222;
  font: inherit;
  font-size: 12px;
}

.cart-qty button {
  cursor: pointer;
}

.cart-remove {
  border: 0;
  background: transparent;
  color: #777777;
  font-size: 12px;
  text-decoration: underline;
  cursor: pointer;
}

.wishlist-line button {
  border: 0;
  padding: 0;
  background: transparent;
  color: #777777;
  font: inherit;
  font-size: 12px;
  text-decoration: underline;
  cursor: pointer;
}

.wishlist-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.wishlist-actions button:first-child {
  min-height: 32px;
  padding: 0 12px;
  border: 1px solid #8a2be2;
  background: #8a2be2;
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
}

.wishlist-actions a {
  color: #222222;
  font-size: 12px;
  text-decoration: underline;
}

.account-panel {
  display: grid;
  gap: 16px;
  margin-top: 26px;
  padding: 18px;
  border: 1px solid rgba(138, 43, 226, 0.16);
  background: linear-gradient(145deg, #fbf7ff, #ffffff);
}

.account-panel p,
.account-panel small {
  margin: 0;
  color: #666666;
  font-size: 13px;
  line-height: 1.6;
}

.account-form {
  display: grid;
  gap: 10px;
}
.account-auth-tabs { display:grid; grid-template-columns:1fr 1fr; gap:8px; }
.account-auth-tabs button { min-height:40px; border:1px solid #8a2be2; background:#fff; color:#8a2be2; cursor:pointer; font-weight:600; }
.account-auth-tabs button.active { background:#8a2be2; color:#fff; }
.account-form .account-text-button { min-height:32px; border:0; background:transparent; color:#8a2be2; text-decoration:underline; }
.account-register-row { display:grid; grid-template-columns:1fr 1fr; gap:8px; }
.customer-account-summary { display:grid; gap:5px; }
.customer-account-summary span { color:#8a2be2; font-size:11px; font-weight:600; }
.customer-account-summary h3 { margin:0 0 5px; font-size:18px; font-weight:600; }
.customer-account-summary p { overflow-wrap:anywhere; }
.customer-account-summary a { color:#8a2be2; font-weight:600; }

.account-form input {
  width: 100%;
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 0 12px;
  background: #ffffff;
  font: inherit;
  font-size: 13px;
}

.account-form button,
.account-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border: 1px solid #8a2be2;
  background: #8a2be2;
  color: #ffffff;
  font: inherit;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}

.account-toggle {
  background: #ffffff;
  color: #8a2be2;
}

.is-hidden {
  display: none !important;
}

.cart-summary {
  margin-top: 14px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

.cart-summary.is-hidden {
  display: none;
}

.cart-subtotal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
  color: #222222;
  font-size: 14px;
}

.cart-subtotal strong {
  font-size: 16px;
}

.checkout-btn,
.continue-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 42px;
  border: 1px solid #222222;
  font: inherit;
  font-size: 13px;
  cursor: pointer;
}

.checkout-btn {
  background: #222222;
  color: #ffffff;
}

.continue-btn {
  margin-top: 10px;
  background: #ffffff;
  color: #222222;
}

.cart-icon {
  display: grid;
  place-items: center;
  width: 82px;
  height: 82px;
  margin-bottom: 14px;
  border-radius: 50%;
  background: linear-gradient(145deg, #fbf7ff, #efe1ff);
  color: #5b0f80;
  box-shadow: 0 10px 28px rgba(91, 15, 128, 0.12);
}

.cart-icon svg {
  width: 38px;
  height: 38px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.empty-cart h5 {
  margin: 0 0 8px;
  color: #222222;
  font-size: 18px;
  font-weight: 600;
}

.empty-cart p {
  max-width: 250px;
  margin: 0 0 24px;
  color: #777777;
  font-size: 14px;
  line-height: 1.6;
}

.empty-cart a {
  min-width: 190px;
  padding: 13px 22px;
  border-radius: 2px;
  background: #222222;
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
  transition: background 180ms ease, transform 180ms ease;
}

.empty-cart a:hover {
  background: #5b0f80;
  transform: translateY(-1px);
}

.mobile-bar {
  display: none;
}

.drawer-open::before {
  position: fixed;
  inset: 0;
  z-index: 45;
  background: rgba(0, 0, 0, 0.24);
  content: "";
}

.empty-message {
  display: grid;
  place-items: center;
  min-height: 250px;
  padding: 28px;
  grid-column: 1 / -1;
  text-align: center;
  color: #777777;
  background:
    linear-gradient(135deg, rgba(251, 247, 255, 0.9), rgba(255, 255, 255, 0.95));
  border: 1px dashed rgba(138, 43, 226, 0.22);
}

.empty-message span {
  color: #5b0f80;
  font-size: 18px;
  font-weight: 600;
}

.empty-message p {
  max-width: 360px;
  margin: 8px 0 16px;
  color: #666666;
  font-size: 14px;
}

.empty-message a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 140px;
  min-height: 38px;
  background: #222222;
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
}

@media (max-width: 1024px) {
  .header-row {
    padding: 0 18px;
  }

  .desktop-nav {
    gap: 20px;
    overflow-x: auto;
    justify-content: flex-start;
    padding: 0 18px;
  }

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

  .shop-layout {
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 24px;
  }

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

  .video-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .customer-grid,
  .quote-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .customer-card-grid {
    gap: 18px;
  }

  .customer-card {
    flex-basis: calc((100% - 18px) / 2);
  }

  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  html,
  body {
    overflow-x: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  html::-webkit-scrollbar,
  body::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
  }

  body {
    padding-bottom: 64px;
  }

  .header-row {
    display: flex;
    min-height: 68px;
    padding: 0 12px;
    gap: 2px;
  }

  .user-links,
  .desktop-nav,
  .wish {
    display: none;
  }

  .brand {
    display: contents;
  }

  .mobile-menu-button {
    display: inline-flex;
    order: 4;
  }

  .brand img {
    display: block;
    width: 90px;
  }

  .brand a {
    order: 1;
    flex: 0 0 auto;
  }

  .header-search-left {
    order: 2;
    margin-left: auto;
  }

  .header-actions {
    order: 3;
    gap: 2px;
  }

  .header-side {
    gap: 2px;
  }

  .header-icon,
  .mobile-menu-button {
    width: 34px;
    height: 34px;
  }

  .header-icon svg {
    width: 20px;
    height: 20px;
  }

  .hero-slider img {
    min-height: 0;
    max-height: none;
    aspect-ratio: 16 / 7;
    object-fit: contain;
    background: #ffffff;
  }

  .section {
    padding: 26px 14px;
  }

  .account-page-grid { grid-template-columns:1fr; }
  .account-page-head { align-items:flex-start; flex-direction:column; padding:18px; }
  .account-page-head button { width:100%; }
  .account-page-card { padding:16px; }
  .address-form-grid { grid-template-columns:1fr; }
  .address-form-grid textarea { grid-column:auto; }

  .products-section {
    padding-top: 24px;
    padding-bottom: 28px;
  }

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

  .section-header h2,
  .shop-hero h1 {
    font-size: 24px;
  }

  .listing-page-heading {
    margin-bottom: 20px;
  }

  .listing-page-heading h1 {
    font-size: 25px;
  }

  .menu-drawer .clearance-nav-link {
    display: block;
    margin: 0 0 4px;
    padding: 10px 16px;
    text-align: center;
  }

  .category-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    padding-bottom: 0;
  }

  .bulk-banner,
  .offer-banner {
    padding-bottom: 0;
  }

  .category-tile,
  .category-tile img {
    min-height: 245px;
  }

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

  .shop-layout {
    grid-template-columns: 1fr;
  }

  .mobile-filter-trigger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    min-height: 44px;
    border: 1px solid #8a2be2;
    background: #ffffff;
    color: #8a2be2;
    font: inherit;
    font-size: 14px;
    font-weight: 600;
  }

  .mobile-filter-trigger svg {
    width: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
  }

  .shop-sidebar {
    position: fixed;
    inset: 0 0 0 auto;
    z-index: 52;
    width: min(340px, 90vw);
    max-height: 100dvh;
    overflow-y: auto;
    padding: 0 16px 22px;
    border: 0;
    transform: translateX(105%);
    transition: transform 220ms ease;
  }

  .shop-sidebar.is-open {
    transform: translateX(0);
  }

  .filter-backdrop {
    position: fixed;
    inset: 0;
    z-index: 51;
    border: 0;
    background: rgba(0, 0, 0, 0.45);
  }

  .filter-drawer-open .filter-backdrop {
    display: block;
  }

  html.filter-drawer-open,
  body.filter-drawer-open {
    overflow: hidden;
    overscroll-behavior: none;
  }

  .mobile-filter-head {
    position: sticky;
    top: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0;
    background: #ffffff;
    border-bottom: 1px solid var(--line);
  }

  .mobile-filter-head h2 {
    margin: 0;
    font-size: 19px;
  }

  .mobile-filter-head button {
    border: 0;
    background: transparent;
    font-size: 30px;
    line-height: 1;
  }

  .shop-sidebar form {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .filter-box {
    margin: 0;
    padding: 16px;
    border: 1px solid var(--line);
  }

  .mobile-filter-actions {
    position: sticky;
    bottom: 0;
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 10px;
    padding: 14px 0 2px;
    background: #ffffff;
  }

  .mobile-filter-actions button {
    min-height: 44px;
    border: 1px solid #8a2be2;
    font: inherit;
    font-size: 13px;
    font-weight: 600;
  }

  .filter-close-button {
    background: #ffffff;
    color: #8a2be2;
  }

  .filter-apply-button {
    background: #8a2be2;
    color: #ffffff;
  }

  .shop-toolbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .toolbar-actions {
    width: 100%;
  }

  .toolbar-actions select {
    width: 100%;
    min-width: 0;
  }

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

  .video-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 12px;
  }

  .customer-grid,
  .quote-row,
  .influencer-card {
    grid-template-columns: 1fr;
  }

  .customer-showcase {
    padding: 0 0 12px;
  }

  .customer-card-grid {
    gap: 14px;
  }

  .customer-card {
    flex-basis: 84%;
  }

  .customer-arrow {
    display: none;
  }

  .influencer-card {
    text-align: center;
  }

  .influencer-card img {
    margin: 0 auto;
  }

  .wishlist-float,
  .cart-float {
    opacity: 1;
    transform: none;
    font-size: 12px;
  }

  .wishlist-float {
    top: 8px;
    right: 8px;
    width: 32px;
    height: 32px;
    min-height: 32px;
  }

  .wishlist-float svg {
    width: 16px;
    height: 16px;
  }

  .cart-float {
    left: 8px;
    right: 8px;
    bottom: 8px;
    min-height: 34px;
  }

  .product-page {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 0;
  }

  .product-gallery-wrap {
    grid-template-columns: 1fr;
  }

  .product-thumbs {
    order: 2;
    grid-template-columns: repeat(4, 1fr);
    max-height: none;
    overflow: visible;
  }

  .product-info h1 {
    font-size: 22px;
  }

  .stock-action-row {
    flex-wrap: wrap;
  }

  .qty-box {
    flex: 0 0 126px;
    width: 126px;
  }

  .live-cart-buttons {
    flex-direction: column;
  }

  .related-live-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pincode-box {
    flex-direction: column;
  }

  .content-card {
    padding: 26px 20px;
  }

  .checkout-layout,
  .checkout-grid {
    grid-template-columns: 1fr;
  }

  .checkout-location-row {
    grid-template-columns: 1fr;
  }

  .manual-payment {
    grid-template-columns: 1fr;
  }

  .payment-or {
    margin: 10px 0;
  }

  .payment-or::before {
    top: 50%;
    right: 0;
    bottom: auto;
    left: 0;
    width: auto;
    height: 1px;
  }

  .payment-or span {
    padding: 0 12px;
  }

  .payment-options-row,
  .qr-payment,
  .confirmation-info-grid,
  .order-detail-columns {
    grid-template-columns: 1fr;
  }

  .payment-option {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .payment-option:last-child {
    border-bottom: 0;
  }

  .qr-payment img {
    width: min(100%, 230px);
    margin: 0 auto;
  }

  .checkout-form,
  .checkout-summary {
    padding: 22px 18px;
  }

  .confirmation-card {
    padding: 30px 18px;
  }

  .confirmation-card h1 {
    font-size: 23px;
  }

  .qr-payment {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px 18px 20px;
  }

  .footer-top {
    padding: 0;
  }

  .footer-logo {
    width: 125px;
    margin-bottom: 8px;
  }

  .footer-about p {
    padding-top: 0;
    line-height: 1.55;
  }

  .footer-social {
    margin-top: 14px;
  }

  .footer h4 {
    margin: 8px 0 10px;
  }

  .footer a,
  .footer p {
    margin-bottom: 5px;
    line-height: 1.55;
  }

  .search-drawer {
    padding: 58px 18px 26px;
  }

  .search-line {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .mobile-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 35;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    min-height: 62px;
    border-top: 1px solid var(--line);
    background: #ffffff;
  }

.mobile-bar a,
  .mobile-bar button {
    display: grid;
    place-items: center;
    gap: 2px;
    color: #333333;
    font-family: Roboto, Arial, Tahoma, sans-serif;
    font-size: 12px;
    font-weight: 400;
  }

  .mobile-bar span {
    font-size: 11px;
    line-height: 1;
  }

  .footer .whatsapp {
    right: 14px;
    bottom: 82px;
    width: 48px;
    height: 48px;
  }

  .footer .whatsapp svg {
    width: 25px;
    height: 25px;
  }
}
.account-dashboard{max-width:1450px;margin:auto;background:#faf8ff}.account-dashboard-grid{display:grid;grid-template-columns:280px 1fr;gap:24px}.account-profile-nav{padding:28px 18px;border:1px solid #e6e0eb;border-radius:14px;background:#fff;text-align:center}.account-avatar{display:grid;place-items:center;width:94px;height:94px;margin:auto;border-radius:50%;background:#f1e2ff}.account-avatar svg{width:52px;fill:none;stroke:#6517a2;stroke-width:1.7}.account-profile-nav h2{margin:14px 0 4px}.account-profile-nav p{margin:0;color:#777;overflow-wrap:anywhere}.account-profile-nav nav{display:grid;gap:8px;margin-top:30px;padding-top:20px;border-top:1px solid #eee;text-align:left}.account-profile-nav nav a{display:flex;gap:14px;padding:15px;border-radius:9px;font-weight:600}.account-profile-nav nav a.active{border-left:4px solid #8a2be2;background:#f2e8ff;color:#761bc2}.account-logout{width:100%;margin-top:28px;padding:15px;border:0;border-top:1px solid #eee;background:#fff;color:#e11d2e;text-align:left;font-weight:700;cursor:pointer}.account-dashboard-main{display:grid;gap:18px}.account-welcome-banner{display:flex;align-items:center;justify-content:space-between;min-height:150px;padding:34px 44px;border-radius:14px;background:linear-gradient(120deg,#f1e3ff,#f9efff)}.account-welcome-banner h1{margin:8px 0;font-size:32px}.account-welcome-banner p{margin:0;font-weight:500}.welcome-bags{color:#a66ee0;font-size:52px}.account-stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.account-stat-grid article{display:flex;align-items:center;gap:16px;padding:20px;border:1px solid #e6e0eb;border-radius:12px;background:#fff}.account-stat-grid i{display:grid;place-items:center;width:56px;height:56px;border-radius:50%;background:#f2e6ff;color:#8a2be2;font-size:27px;font-style:normal}.account-stat-grid article div{display:grid}.account-stat-grid b{font-size:21px}.account-stat-grid small,.account-stat-grid span{color:#666}.account-content-grid{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(300px,1fr);gap:16px}.dashboard-card{padding:22px;border:1px solid #e6e0eb;border-radius:12px;background:#fff}.dashboard-card-head{display:flex;justify-content:space-between}.dashboard-card h2{margin:0 0 16px}.dashboard-card-head a{color:#861ad1;font-weight:600}.account-empty-state{display:grid;place-items:center;min-height:330px;text-align:center}.account-empty-state>div{font-size:60px;color:#9c63d4}.account-empty-state p{color:#666}.account-empty-state a{padding:12px 28px;border:1px solid #8a2be2;border-radius:7px;color:#761bc2}.account-right-stack{display:grid;gap:16px}.small-empty{display:grid;place-items:center;min-height:180px;padding:18px;border:1px dashed #ddd;text-align:center}.quick-links{display:grid}.quick-links a{display:flex;justify-content:space-between;padding:12px 0;border-top:1px solid #eee}.account-bottom-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.dashboard-address{display:grid;gap:8px;margin-bottom:12px;padding:12px;border:1px solid #eee}.dashboard-address>div{display:flex;justify-content:space-between}.dashboard-address button{padding:8px 14px;border:0;background:#8a2be2;color:#fff}.dashboard-address .delete{background:#fff;color:#c22;border:1px solid #dcc}.account-guest-page{max-width:950px;margin:auto}.account-guest-intro{text-align:center;margin-bottom:26px}.account-guest-intro span{color:#8a2be2;font-weight:700}.account-guest-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}
@media(max-width:900px){.account-dashboard-grid{grid-template-columns:1fr}.account-profile-nav{display:none}.account-stat-grid{grid-template-columns:1fr 1fr}.account-content-grid,.account-bottom-grid{grid-template-columns:1fr}.welcome-bags{display:none}}
@media(max-width:520px){.account-stat-grid{gap:8px}.account-stat-grid article{padding:12px;gap:8px}.account-stat-grid i{width:40px;height:40px}.account-stat-grid span,.account-stat-grid small{font-size:10px}.account-guest-grid{grid-template-columns:1fr}}
.single-account-content{grid-template-columns:1fr}.password-page-card{max-width:620px}.account-wishlist-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.account-wishlist-grid article{display:grid;gap:8px;padding:10px;border:1px solid #eee}.account-wishlist-grid img{width:100%;aspect-ratio:3/4;object-fit:cover}.account-wishlist-grid strong{display:block;margin-top:7px}.account-wishlist-grid span{color:#8a2be2;font-weight:700}.account-wishlist-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}.account-wishlist-grid button{min-height:40px;padding:8px;border:1px solid #8a2be2;background:#fff;color:#8a2be2;cursor:pointer}.account-wishlist-grid .add-cart{background:#8a2be2;color:#fff}.account-wishlist-grid .add-cart.is-added{background:#6817a9}@media(max-width:520px){.account-wishlist-grid{grid-template-columns:1fr 1fr}.account-wishlist-actions{grid-template-columns:1fr}}
.address-page-content{width:100%}.address-page-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-bottom:20px;margin-bottom:20px;border-bottom:1px solid #eee}.address-page-heading h1{margin:0 0 5px;font-size:25px}.address-page-heading p{margin:0;color:#666}.address-page-heading a{padding:12px 20px;border-radius:5px;background:#8a2be2;color:#fff;font-weight:600}.saved-address-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.saved-address-card-grid>.dashboard-address{padding:18px;border:1px solid #d9c7e8;border-radius:10px;box-shadow:0 6px 18px rgba(80,30,110,.05)}.saved-address-card-grid>.dashboard-address>div:first-child strong{padding:5px 11px;border-radius:3px;background:#8421c5;color:#fff}.saved-address-card-grid>.dashboard-address>div:first-child span{padding:5px 11px;border-radius:15px;background:#ddf7df;color:#258235}.saved-address-card-grid>.dashboard-address input,.saved-address-card-grid>.dashboard-address textarea{border:0;border-bottom:1px solid #eee;background:#fff;padding:8px 3px}.saved-address-card-grid>.dashboard-address textarea{min-height:60px}.address-page-content+.account-bottom-grid{margin-top:4px}@media(max-width:650px){.saved-address-card-grid{grid-template-columns:1fr}.address-page-heading{align-items:flex-start;flex-direction:column}.address-page-heading a{width:100%;text-align:center}}
.address-screen{display:grid;gap:20px}.address-screen-head{display:flex;align-items:center;justify-content:space-between;padding-bottom:20px;border-bottom:1px solid #e8e2ec}.address-screen-head h1{margin:0 0 5px;font-size:26px}.address-screen-head p{margin:0;color:#555}.address-screen-head button,.address-add-strip button{padding:13px 20px;border:0;border-radius:4px;background:#8a19dd;color:#fff;font-weight:600;cursor:pointer}.address-screen>h2{margin:0;font-size:18px}.address-display-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.address-display-card{display:grid;min-height:260px;padding:20px;border:1px solid #e1dce5;border-radius:10px;background:#fff;box-shadow:0 5px 16px rgba(50,20,70,.04)}.address-display-card.default{border-color:#9a30e5}.address-card-top{display:flex;align-items:center;min-height:30px}.address-card-top>span{padding:5px 12px;border-radius:3px;background:#8121bd;color:#fff;font-size:12px;font-weight:600}.address-card-top em{margin-left:auto;padding:5px 12px;border-radius:20px;background:#dbf7df;color:#218139;font-size:11px;font-style:normal}.address-card-top b{margin-left:14px;font-size:22px}.address-card-body{display:grid;grid-template-columns:58px 1fr;gap:16px;align-items:start;padding:18px 0}.address-card-body>i{display:grid;place-items:center;width:54px;height:54px;border-radius:50%;background:#f3e7ff;color:#7a20bd;font-size:30px;font-style:normal}.address-card-body h3{margin:0 0 5px;font-size:17px}.address-card-body p{margin:4px 0;color:#333;line-height:1.55}.address-card-actions{display:flex;justify-content:space-between;align-items:end;padding-top:14px;border-top:1px solid #e8e2ec}.address-card-actions button{border:0;background:#fff;color:#7e19c8;cursor:pointer;font-weight:600}.address-card-actions .delete{color:#e0192d}.address-add-strip{display:grid;grid-template-columns:50px 1fr auto;gap:16px;align-items:center;padding:20px;border-radius:9px;background:linear-gradient(100deg,#f3e8ff,#fbf5ff)}.address-add-strip>span{font-size:37px;color:#7419b5}.address-add-strip strong{font-size:16px}.address-add-strip p{margin:4px 0 0}.address-editor{position:fixed;inset:0;z-index:80;display:grid;align-content:start;width:min(520px,92vw);height:max-content;max-height:90vh;margin:auto;padding:22px;overflow:auto;border:1px solid #dbc7e8;background:#fff;box-shadow:0 20px 80px rgba(0,0,0,.28)}.address-editor::before{position:fixed;inset:0;z-index:-1;background:rgba(0,0,0,.42);content:""}.address-editor-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.address-editor-head h2{margin:0}.address-editor-head button{border:0;background:#fff;font-size:30px;cursor:pointer}@media(max-width:700px){.address-display-grid{grid-template-columns:1fr}.address-screen-head{align-items:flex-start;flex-direction:column;gap:14px}.address-screen-head button{width:100%}.address-add-strip{grid-template-columns:42px 1fr}.address-add-strip button{grid-column:1/-1}.address-display-card{padding:16px}.address-card-body{grid-template-columns:46px 1fr}.address-card-body>i{width:44px;height:44px}}
.address-editor{background:#fff!important;isolation:isolate}.address-editor::before{display:none!important}.address-editor{box-shadow:0 0 0 100vmax rgba(0,0,0,.42),0 20px 80px rgba(0,0,0,.28)!important}.address-confirm{position:fixed;inset:0;z-index:90;display:grid;place-items:center;padding:20px;background:rgba(0,0,0,.48)}.address-confirm>div{position:relative;width:min(420px,100%);padding:30px;border-radius:10px;background:#fff;text-align:center;box-shadow:0 24px 80px rgba(0,0,0,.3)}.address-confirm>div>button{position:absolute;top:12px;right:12px;border:0;background:#f5f1f7;font-size:24px}.address-confirm span{display:grid;place-items:center;width:48px;height:48px;margin:0 auto 12px;border-radius:50%;background:#fff0f0;color:#df1d32;font-size:25px;font-weight:700}.address-confirm h2{margin:0 0 8px}.address-confirm p{color:#666;line-height:1.6}.address-confirm>div>div{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:20px}.address-confirm>div>div button{min-height:42px;border:1px solid #d9d2dd;background:#fff;font-weight:600}.address-confirm .confirm-delete{border-color:#df1d32;background:#df1d32;color:#fff}
.account-order-card{margin-top:14px;border:1px solid #e7e1eb;border-radius:9px;overflow:hidden}.account-order-head{display:flex;justify-content:space-between;gap:18px;padding:15px 16px;background:#faf7fc}.account-order-head>span{display:grid;gap:4px}.account-order-head>span:last-child{text-align:right}.account-order-head small,.account-order-head em{color:#777;font-size:11px;font-style:normal}.account-order-items{display:grid}.account-order-item{display:grid;grid-template-columns:78px minmax(0,1fr) auto;gap:14px;align-items:center;padding:14px 16px;border-top:1px solid #eee}.account-order-item img{width:78px;height:98px;border-radius:4px;background:#f5f2f7;object-fit:cover}.account-order-item>div{display:grid;gap:6px}.account-order-item strong{line-height:1.4}.account-order-item small{color:#777}.account-order-item span{color:#8a2be2;font-size:12px;font-weight:600}.account-order-item>b{white-space:nowrap}@media(max-width:520px){.account-order-item{grid-template-columns:64px minmax(0,1fr);padding:12px}.account-order-item img{width:64px;height:82px}.account-order-item>b{grid-column:2}.account-order-head{padding:12px}}
.checkout-address-picker{margin-bottom:18px}.checkout-selected-address{display:grid;gap:7px;padding:16px;border:1px solid #a944e5;border-radius:8px;background:#fbf7ff}.checkout-selected-address>div{display:flex;gap:8px}.checkout-selected-address span,.checkout-selected-address em{padding:3px 9px;border-radius:12px;background:#8a2be2;color:#fff;font-size:10px;font-style:normal}.checkout-selected-address em{background:#dff6e2;color:#237b38}.checkout-selected-address p{margin:0;color:#555;line-height:1.5}.checkout-selected-address button,.checkout-new-address{width:max-content;border:0;background:transparent;color:#8a2be2;font-weight:600;cursor:pointer;text-decoration:underline}.checkout-address-options{display:grid;gap:10px;margin-top:12px;padding:16px;border:1px solid #dfd5e5;background:#fff;box-shadow:0 12px 35px rgba(50,20,65,.12)}.checkout-address-options-head{display:flex;justify-content:space-between;align-items:center}.checkout-address-options-head h3{margin:0}.checkout-address-options-head button{border:0;background:#fff;font-size:25px}.checkout-address-option{display:grid;gap:4px;padding:13px;border:1px solid #e5e0e8;border-radius:6px;background:#fff;text-align:left;cursor:pointer}.checkout-address-option.active{border-color:#8a2be2;background:#fbf7ff}.checkout-address-option span{color:#8a2be2;font-size:11px;font-weight:700}.checkout-address-option small{color:#666;line-height:1.4}.checkout-no-address{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:15px;border:1px dashed #b88cd4;background:#fcf8ff}.checkout-no-address p{margin:0}@media(max-width:600px){.checkout-no-address{align-items:flex-start;flex-direction:column}.checkout-selected-address button,.checkout-new-address{width:100%;text-align:left}}
.checkout-address-options{position:fixed;inset:0;z-index:85;align-content:start;width:min(520px,92vw);height:max-content;max-height:85vh;margin:auto;padding:22px;overflow:auto;border:0;border-radius:10px;background:#fff;box-shadow:0 0 0 100vmax rgba(0,0,0,.5),0 24px 80px rgba(0,0,0,.3)}body.checkout-address-modal-open{overflow:hidden}.checkout-address-option{position:relative;padding-left:45px}.checkout-address-option::before{position:absolute;left:16px;top:50%;width:17px;height:17px;border:2px solid #a86ed1;border-radius:50%;transform:translateY(-50%);content:""}.checkout-address-option.active::before{border:5px solid #8a2be2}.checkout-address-options .checkout-new-address{width:100%;padding:12px;border:1px solid #8a2be2;text-align:center;text-decoration:none}
.address-display-grid>form{display:none}.address-display-grid>.address-display-card{min-width:0}
.account-dashboard-main{align-content:start;align-items:start}.password-page-card{align-self:start;align-content:start;grid-auto-rows:max-content;width:min(600px,100%);min-height:0;padding:26px;gap:13px}.password-page-card h2{margin:0 0 4px}.password-page-card p{margin:0 0 10px;color:#666;line-height:1.6}.password-page-card input{height:44px;min-height:44px;padding:0 13px}.password-page-card button{width:max-content;min-width:180px;height:44px;min-height:44px;padding:0 22px;border-radius:3px}@media(max-width:600px){.password-page-card{width:100%;padding:18px}.password-page-card button{width:100%}}

.shop-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 36px;
}

.shop-pagination a,
.shop-pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  border: 1px solid #e5e1e3;
  color: #333;
  background: #fff;
  transition: 0.2s ease;
}

.shop-pagination a:hover,
.shop-pagination .active {
  border-color: #702963;
  color: #fff;
  background: #702963;
}

.shop-pagination .pagination-arrow {
  font-size: 18px;
}

.wishlist-login-state { display:grid; justify-items:center; align-content:center; min-height:calc(100vh - 90px); padding:42px 28px; text-align:center; }
.wishlist-login-kicker { color:#8a2be2; font-size:11px; font-weight:700; letter-spacing:.18em; }
.wishlist-login-state h5 { margin:10px 0 8px; color:#17131b; font-size:22px; text-transform:uppercase; }
.wishlist-login-state p { margin:0; color:#77717b; line-height:1.6; }
.wishlist-login-art { width:150px; margin:30px 0; }
.wishlist-login-art svg { width:100%; fill:#f8f1ff; stroke:#8a2be2; stroke-linecap:round; stroke-linejoin:round; stroke-width:3; }
.wishlist-login-art .heart { fill:#e9d1ff; }
.wishlist-login-state button { min-width:190px; min-height:48px; border:1px solid #8a2be2; border-radius:3px; background:#8a2be2; color:#fff; cursor:pointer; font-weight:700; text-transform:uppercase; }
.wishlist-login-state button:hover { background:#6f1caf; }

/* My account: mobile-only layout */
@media (max-width: 900px) {
  .account-dashboard {
    width: 100%;
    max-width: none;
    padding: 20px 16px 90px;
    overflow: hidden;
  }

  .account-dashboard-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
  }

  .account-profile-nav {
    display: block;
    min-width: 0;
    padding: 16px;
    border-radius: 12px;
    text-align: left;
  }

  .account-profile-nav .account-avatar {
    display: none;
  }

  .account-profile-nav h2 {
    margin: 0 0 3px;
    font-size: 18px;
  }

  .account-profile-nav > p {
    font-size: 12px;
  }

  .account-profile-nav nav {
    display: flex;
    gap: 8px;
    margin-top: 14px;
    padding: 12px 0 2px;
    overflow-x: auto;
    border-top: 1px solid #eee;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .account-profile-nav nav::-webkit-scrollbar {
    display: none;
  }

  .account-profile-nav nav a {
    flex: 0 0 auto;
    min-height: 40px;
    padding: 10px 13px;
    border: 1px solid #e6e0eb;
    border-radius: 999px;
    white-space: nowrap;
    font-size: 12px;
  }

  .account-profile-nav nav a.active {
    border: 1px solid #8a2be2;
    background: #8a2be2;
    color: #fff;
  }

  .account-profile-nav form {
    margin-top: 10px;
  }

  .account-logout {
    width: auto;
    margin: 0;
    padding: 9px 12px;
    border: 0;
    font-size: 12px;
  }

  .account-dashboard-main,
  .dashboard-card,
  .account-order-card,
  .address-screen,
  .address-display-card {
    min-width: 0;
  }

  .account-dashboard-main {
    gap: 14px;
  }

  .account-welcome-banner {
    min-height: 0;
    padding: 24px;
  }

  .account-welcome-banner h1 {
    font-size: 26px;
  }

  .dashboard-card {
    padding: 18px;
    border-radius: 10px;
  }

  .account-order-head {
    flex-wrap: wrap;
  }

  .address-display-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .address-card-body > div,
  .address-card-body p {
    min-width: 0;
    overflow-wrap: anywhere;
  }
}

@media (max-width: 600px) {
  .account-dashboard {
    padding: 14px 12px 84px;
  }

  .account-profile-nav {
    padding: 14px 12px;
  }

  .account-profile-nav nav a {
    padding: 9px 11px;
    font-size: 11px;
  }

  .account-welcome-banner {
    padding: 20px 16px;
  }

  .account-welcome-banner h1 {
    margin: 6px 0;
    font-size: 23px;
    overflow-wrap: anywhere;
  }

  .account-welcome-banner p {
    font-size: 12px;
    overflow-wrap: anywhere;
  }

  .account-stat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .account-stat-grid article {
    min-width: 0;
    padding: 12px 10px;
  }

  .account-stat-grid article div {
    min-width: 0;
  }

  .account-stat-grid b {
    font-size: 17px;
    overflow-wrap: anywhere;
  }

  .dashboard-card {
    padding: 15px 12px;
  }

  .dashboard-card-head {
    align-items: flex-start;
    gap: 12px;
  }

  .dashboard-card h2 {
    font-size: 19px;
  }

  .dashboard-card-head a {
    flex: 0 0 auto;
    font-size: 12px;
  }

  .account-order-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .account-order-head > span:last-child {
    width: 100%;
    grid-template-columns: 1fr auto;
    align-items: center;
    text-align: left;
  }

  .account-order-item {
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 10px;
    padding: 12px 10px;
  }

  .account-order-item img {
    width: 56px;
    height: 72px;
  }

  .account-order-item > b {
    grid-column: 2;
    justify-self: start;
  }

  .account-order-item strong,
  .account-order-item small {
    overflow-wrap: anywhere;
  }

  .account-wishlist-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .address-screen-head {
    padding-bottom: 16px;
  }

  .address-screen-head h1 {
    font-size: 23px;
  }

  .address-display-card {
    min-height: 0;
    padding: 14px 12px;
  }

  .address-card-top {
    flex-wrap: wrap;
    gap: 8px;
  }

  .address-card-top em,
  .address-card-top b {
    margin-left: 0;
  }

  .address-card-top b {
    margin-left: auto;
  }

  .address-card-body {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 10px;
  }

  .address-card-body > i {
    width: 40px;
    height: 40px;
    font-size: 24px;
  }

  .address-card-actions {
    gap: 8px;
  }

  .address-card-actions button {
    flex: 1;
    min-height: 40px;
  }

  .address-add-strip {
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 10px;
    padding: 15px 12px;
  }

  .address-add-strip > span {
    font-size: 30px;
  }

  .address-add-strip button {
    grid-column: 1 / -1;
    width: 100%;
  }

  .address-editor {
    width: calc(100vw - 24px);
    max-height: calc(100vh - 24px);
    padding: 16px 14px;
  }

  .address-editor-head h2 {
    font-size: 18px;
  }

  .address-confirm {
    padding: 12px;
  }

  .address-confirm > div {
    padding: 26px 16px 18px;
  }

  .account-page-form input,
  .account-page-form textarea,
  .account-page-form button {
    width: 100%;
  }

  .password-page-card {
    padding: 16px 12px;
  }
}
