:root {
  --ink: #160f0a;
  --muted: #817465;
  --paper: #fffaf2;
  --cream: #f4ead9;
  --line: #e6d0a7;
  --rose: #8d1732;
  --gold: #c4932d;
  --teal: #0c6d73;
  --green: #557d4a;
  --charcoal: #090806;
  --shadow: 0 20px 55px rgba(22, 15, 10, 0.18);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(196, 147, 45, 0.13), transparent 32rem),
    linear-gradient(180deg, #fffaf2, #f7efe1 48%, #fffaf2);
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  gap: 24px;
  justify-content: space-between;
  padding: 14px clamp(18px, 4vw, 56px);
  border-bottom: 1px solid rgba(196, 147, 45, 0.28);
  background: rgba(9, 8, 6, 0.92);
  backdrop-filter: blur(14px);
}

.brand,
.nav-links,
.cart-button,
.hero-actions,
.section-heading,
.cart-head,
.cart-total,
.quantity {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font-weight: 800;
  letter-spacing: 0;
  color: #fff7e6;
}

.brand-logo {
  width: 58px;
  height: 40px;
  object-fit: contain;
  border-radius: 4px;
  background: #000;
}

.nav-links {
  gap: 22px;
  color: #d8c9ad;
  font-size: 15px;
}

.nav-links a[aria-current="page"],
.nav-links a:hover {
  color: #fff;
}

.cart-button,
.menu-button,
.icon-button,
.filter-chip {
  border: 1px solid var(--line);
  background: #fffaf2;
  color: var(--ink);
  cursor: pointer;
}

.cart-button {
  min-height: 42px;
  gap: 9px;
  padding: 0 14px;
  border-radius: 999px;
  font-weight: 700;
}

.cart-count {
  display: grid;
  min-width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--gold);
  font-size: 12px;
}

.menu-button {
  display: none;
  min-height: 40px;
  padding: 0 12px;
  border-radius: 999px;
  font-weight: 700;
}

.mobile-menu {
  display: none;
  padding: 12px 18px;
  border-bottom: 1px solid var(--line);
  background: var(--charcoal);
  color: #fff;
}

.mobile-menu a {
  display: block;
  padding: 12px 0;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  min-height: calc(100vh - 72px);
  padding: clamp(38px, 7vw, 84px) clamp(18px, 4vw, 56px) 42px;
  color: #fff8e8;
  background:
    linear-gradient(115deg, rgba(9, 8, 6, 0.94) 0%, rgba(28, 19, 10, 0.9) 49%, rgba(255, 250, 242, 0.08) 49%, rgba(255, 250, 242, 0.08) 100%),
    url("ad_maroon_floral_bangle_pair.png") center / cover;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--rose);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.hero .eyebrow {
  color: var(--gold);
}

h1,
h2,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 18px;
  font-size: clamp(42px, 7vw, 82px);
  line-height: 0.95;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 10px;
  font-size: clamp(26px, 3vw, 42px);
  line-height: 1.08;
  letter-spacing: 0;
}

.hero-text,
.page-intro p,
.band p,
.values p,
.contact-card p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}

.hero-text {
  color: #eadcc2;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  font-weight: 800;
  cursor: pointer;
}

.button.primary {
  color: #120d08;
  background: linear-gradient(135deg, #f2ce75, #b87a16);
  border-color: #d2a340;
}

.button.ghost {
  background: rgba(255, 255, 255, 0.08);
  color: inherit;
  border-color: rgba(196, 147, 45, 0.55);
}

.hero-media {
  align-self: stretch;
  min-height: 460px;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--shadow);
  border: 1px solid rgba(196, 147, 45, 0.55);
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section,
.page-intro,
.shop-layout,
.values,
.contact-grid,
.band {
  padding: clamp(34px, 6vw, 72px) clamp(18px, 4vw, 56px);
}

.section-heading {
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 24px;
}

.section-heading a {
  color: var(--teal);
  font-weight: 800;
}

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

.product-card {
  overflow: hidden;
  border: 1px solid rgba(196, 147, 45, 0.38);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(22, 15, 10, 0.08);
}

.product-image-button {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: var(--cream);
  cursor: pointer;
}

.product-card img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  background: var(--cream);
  transition: transform 180ms ease;
}

.product-image-button:hover img {
  transform: scale(1.03);
}

.product-body {
  padding: 16px;
}

.product-body h3 {
  margin: 0 0 8px;
  font-size: 19px;
}

.product-rating {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: 900;
}

.product-rating span {
  color: #f6bd60;
  letter-spacing: 1px;
  text-shadow: 0 0 10px rgba(246, 189, 96, 0.42);
}

.product-rating strong {
  color: var(--ink);
}

.product-rating em {
  color: var(--muted);
  font-style: normal;
  font-weight: 800;
}

.product-meta,
.product-topline {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
  color: var(--muted);
}

.product-topline {
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.price {
  color: var(--ink);
  font-weight: 900;
}

.offer-banner {
  position: relative;
  overflow: hidden;
  display: block;
  padding: 9px 0;
  min-height: 46px;
  border-top: 1px solid rgba(255, 255, 255, 0.72);
  border-bottom: 1px solid rgba(216, 31, 117, 0.22);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.9), rgba(255, 229, 243, 0.88), rgba(255, 247, 211, 0.9)),
    linear-gradient(135deg, #fff4fb, #fff0c9 50%, #ecfff9);
  color: var(--ink);
  box-shadow: 0 10px 28px rgba(216, 31, 117, 0.12);
  white-space: nowrap;
}

.offer-banner::before,
.offer-banner::after {
  content: "";
  position: absolute;
  top: 0;
  z-index: 2;
  width: 64px;
  height: 100%;
  pointer-events: none;
}

.offer-banner::before {
  left: 0;
  background: linear-gradient(90deg, rgba(255, 244, 251, 1), rgba(255, 244, 251, 0));
}

.offer-banner::after {
  right: 0;
  background: linear-gradient(270deg, rgba(255, 247, 211, 1), rgba(255, 247, 211, 0));
}

.offer-scroll {
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
}

.offer-track {
  display: flex;
  width: max-content;
  gap: 18px;
  align-items: center;
  flex-wrap: nowrap;
  white-space: nowrap;
  animation: offer-marquee 22s linear infinite;
  will-change: transform;
}

.offer-track > span {
  flex: 0 0 auto;
  font-size: clamp(13px, 2.6vw, 17px);
  line-height: 1.35;
  font-weight: 900;
  white-space: nowrap;
}

.offer-chip {
  margin-left: 18px;
  padding: 5px 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, #d91f75, #ff79ad);
  color: #fff;
  box-shadow: 0 0 18px rgba(216, 31, 117, 0.35);
}

.offer-message {
  color: #49113b;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.72);
}

.offer-code code {
  padding: 5px 10px;
  border: 1px dashed rgba(216, 31, 117, 0.48);
  border-radius: 999px;
  background: #fff;
  color: #d91f75;
  font: inherit;
  font-weight: 900;
  box-shadow: 0 0 16px rgba(246, 189, 96, 0.35);
}

.offer-min {
  color: #11685f;
}

.offer-spark {
  filter: drop-shadow(0 0 8px rgba(246, 189, 96, 0.8));
}

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

@media (max-width: 580px) {
  .offer-banner {
    min-height: 42px;
    padding: 8px 0;
  }

  .offer-track {
    gap: 14px;
    animation-duration: 18s;
  }

  .offer-track > span {
    font-size: 14px;
    line-height: 1.2;
  }

  .offer-chip {
    margin-left: 14px;
    padding: 4px 10px;
  }

  .offer-code code {
    padding: 4px 9px;
  }
}

.product-body p {
  color: var(--muted);
  line-height: 1.45;
}

.size-field {
  display: grid;
  gap: 7px;
  margin: 14px 0;
  font-weight: 800;
}

.size-field select {
  width: 100%;
  min-height: 42px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fffdf8;
  color: var(--ink);
  font: inherit;
}

.product-actions {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  align-items: center;
}

.product-actions .button {
  width: 100%;
  border-color: #d2a340;
  background: var(--charcoal);
  color: #fff8e8;
}

.detail-link {
  min-height: 44px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff8e8;
  color: var(--ink);
  font-weight: 800;
  cursor: pointer;
}

.band {
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  gap: 24px;
  align-items: center;
  background: #14100b;
  color: #fff8e8;
  border-top: 1px solid #d2a340;
  border-bottom: 1px solid #d2a340;
}

.page-intro {
  max-width: 920px;
}

.page-intro h1 {
  font-size: clamp(38px, 5vw, 64px);
}

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

.filters {
  position: sticky;
  top: 84px;
  align-self: start;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.filters h2 {
  font-size: 20px;
}

.filter-chip {
  display: block;
  width: 100%;
  min-height: 40px;
  margin-bottom: 8px;
  border-radius: 999px;
  font-weight: 700;
}

.filter-chip.active {
  border-color: var(--gold);
  color: #120d08;
  background: var(--gold);
}

.filter-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

.filters .filter-list .filter-chip {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 0;
}

.split-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 420px);
  gap: 32px;
  align-items: center;
  max-width: none;
}

.split-intro img {
  border-radius: 8px;
  box-shadow: var(--shadow);
}

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

.values article,
.contact-card,
.contact-form {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 20px;
}

.values h2,
.contact-card h2 {
  font-size: 22px;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 24px;
  padding-top: 0;
}

.contact-form label {
  display: block;
  margin-bottom: 14px;
  font-weight: 800;
}

input,
textarea {
  width: 100%;
  margin-top: 8px;
  padding: 13px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  font: inherit;
  background: #fffdf9;
}

.muted {
  color: var(--muted);
}

.cart-drawer {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background: rgba(9, 8, 6, 0.58);
}

.cart-drawer.open {
  display: flex;
}

.cart-panel {
  display: flex;
  flex-direction: column;
  width: min(520px, 100%);
  max-height: min(88vh, 760px);
  min-height: 0;
  padding: 22px;
  border-radius: 8px;
  background: #fffaf2;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.cart-head,
.cart-total {
  justify-content: space-between;
  gap: 14px;
}

.icon-button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 25px;
  line-height: 1;
}

.cart-items {
  flex: 1;
  overflow: auto;
  padding: 10px 0;
}

.cart-line {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}

.cart-line img {
  width: 74px;
  height: 90px;
  border-radius: 8px;
  object-fit: cover;
}

.cart-line h3 {
  margin: 0 0 6px;
  font-size: 16px;
}

.cart-size {
  display: block;
  margin-top: 5px;
  color: var(--gold);
  font-weight: 800;
}

.quantity {
  gap: 8px;
  margin-top: 10px;
}

.quantity button {
  width: 32px;
  height: 32px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}

.cart-empty {
  display: none;
  margin: 26px 0;
  color: var(--muted);
}

.cart-empty.show {
  display: block;
}

.cart-total {
  padding: 18px 0;
  border-top: 1px solid var(--line);
  font-size: 20px;
}

.coupon-box {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  align-items: end;
  margin-top: 14px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fffdf9;
}

.coupon-box[hidden] {
  display: none;
}

.coupon-box label {
  display: grid;
  gap: 7px;
  font-weight: 900;
}

.coupon-box input {
  min-height: 42px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  font: inherit;
}

.coupon-box p {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.checkout-link {
  width: 100%;
}

.payment-box {
  margin-top: 16px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.payment-box h3 {
  margin: 0 0 10px;
  font-size: 18px;
}

.payment-option {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 9px 0;
  font-weight: 800;
}

.payment-option input {
  width: auto;
  margin: 0;
}

.upi-box {
  display: none;
  margin-top: 12px;
  padding: 12px;
  border-radius: 8px;
  background: #fff6df;
}

.upi-box.show {
  display: grid;
  gap: 8px;
}

.upi-qr {
  width: min(240px, 100%);
  margin: 8px auto;
  border: 8px solid #fff;
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(22, 15, 10, 0.16);
}

.upi-pay {
  width: 100%;
  color: var(--ink);
}

.paid-link {
  width: 100%;
}

.site-footer {
  position: relative;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(184, 18, 93, 0.94), rgba(68, 14, 64, 0.96)),
    url("ad_multicolor_bangle_stack.png") center / cover;
}

.footer-main {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 36px;
  align-items: start;
  min-height: 310px;
  padding: clamp(42px, 7vw, 86px) clamp(24px, 8vw, 150px);
}

.footer-logo img {
  width: 190px;
  max-width: 100%;
}

.footer-links,
.footer-contact {
  display: grid;
  gap: 12px;
}

.footer-links h2,
.footer-contact h2 {
  color: #fff;
  font-size: clamp(26px, 3vw, 36px);
}

.footer-links a,
.footer-contact a,
.footer-contact p {
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.35;
}

.footer-contact p {
  margin: 0;
  font-weight: 600;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 18px clamp(18px, 5vw, 88px);
  color: #9f1647;
  background: #f1dfd7;
  font-size: 20px;
  font-weight: 900;
}

.floating-whatsapp {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 45;
  display: grid;
  width: 64px;
  height: 64px;
  place-items: center;
  border: 5px solid #fff;
  border-radius: 50%;
  color: #fff;
  background: #25d366;
  box-shadow: 0 14px 28px rgba(9, 8, 6, 0.2);
  font-size: 18px;
  font-weight: 900;
}

.policy-page {
  min-height: 55vh;
}

.policy-content {
  max-width: 880px;
  margin: 0 clamp(18px, 4vw, 56px) clamp(42px, 7vw, 76px);
  padding: 28px;
  border: 1px solid rgba(196, 147, 45, 0.38);
  border-radius: 8px;
  background: #fff;
}

.policy-content h2 {
  margin-top: 16px;
  font-size: 24px;
}

.policy-content p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.product-modal {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: none;
  place-items: center;
  padding: 18px;
  background: rgba(9, 8, 6, 0.68);
}

.product-modal.open {
  display: grid;
}

.product-modal-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(240px, 420px) minmax(260px, 430px);
  gap: 24px;
  width: min(920px, 100%);
  max-height: 92vh;
  overflow: auto;
  padding: 18px;
  border: 1px solid rgba(196, 147, 45, 0.65);
  border-radius: 8px;
  background: #fffaf2;
  box-shadow: var(--shadow);
}

.modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
}

.modal-image-wrap {
  overflow: hidden;
  border-radius: 8px;
  background: var(--cream);
}

.modal-image-wrap img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
}

.modal-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px 12px;
}

.modal-copy p {
  color: var(--muted);
  line-height: 1.65;
}

.modal-price {
  display: block;
  margin: 8px 0 12px;
  font-size: 24px;
}

@media (max-width: 900px) {
  .nav-links {
    display: none;
  }

  .menu-button {
    display: inline-flex;
    align-items: center;
  }

  .mobile-menu.open {
    display: block;
  }

  .hero,
  .band,
  .shop-layout,
  .split-intro,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 0;
  }

  .hero-media {
    min-height: 360px;
  }

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

  .filters {
    position: static;
  }

  .product-modal-card {
    grid-template-columns: 1fr;
  }

  .modal-image-wrap img {
    min-height: 280px;
  }

  .footer-main {
    grid-template-columns: 1fr;
    min-height: 0;
    text-align: center;
  }

  .footer-logo img {
    margin: 0 auto;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
    font-size: 16px;
  }
}

@media (max-width: 580px) {
  .site-header {
    gap: 10px;
  }

  .brand span:last-child {
    display: none;
  }

  .brand-logo {
    width: 50px;
  }

  .cart-button {
    padding: 0 10px;
  }

  .cart-icon {
    display: none;
  }

  h1 {
    font-size: 42px;
  }

  .hero-media {
    min-height: 310px;
  }

  .product-grid,
  .values {
    grid-template-columns: 1fr;
  }

  .section-heading {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* PSART COLLECTION gradient refresh */
:root {
  --ink: #1a1026;
  --muted: #756b7d;
  --paper: #fff8f6;
  --cream: #f7edf8;
  --line: rgba(171, 111, 205, 0.24);
  --rose: #b81b70;
  --gold: #f2bd4d;
  --teal: #00a6a6;
  --charcoal: #150b22;
  --plum: #4c114d;
  --shadow: 0 22px 60px rgba(76, 17, 77, 0.18);
}

body {
  background:
    radial-gradient(circle at 18% 6%, rgba(242, 189, 77, 0.3), transparent 22rem),
    radial-gradient(circle at 88% 14%, rgba(0, 166, 166, 0.16), transparent 24rem),
    linear-gradient(135deg, #fff8f6 0%, #fbedf8 46%, #f5fbfb 100%);
  background-size: 160% 160%;
  animation: pageGradient 16s ease-in-out infinite alternate;
}

@keyframes pageGradient {
  from { background-position: 0% 40%; }
  to { background-position: 100% 60%; }
}

.site-header {
  border-bottom-color: rgba(242, 189, 77, 0.26);
  background: rgba(21, 11, 34, 0.9);
}

.brand {
  gap: 12px;
  color: #fff8f7;
}

.brand-icon,
.footer-icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(242, 189, 77, 0.7);
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(242, 189, 77, 0.95), rgba(184, 27, 112, 0.9));
  box-shadow: 0 0 24px rgba(242, 189, 77, 0.28);
}

.brand-icon svg,
.footer-icon svg {
  width: 28px;
  height: 28px;
  fill: #fff8f6;
  stroke: #fff8f6;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.nav-links {
  color: #eadcf0;
}

.cart-count,
.filter-chip.active {
  background: linear-gradient(135deg, var(--rose), var(--teal));
  color: #fff;
}

.hero {
  position: relative;
  overflow: hidden;
  color: #fff8f7;
  background:
    linear-gradient(115deg, rgba(21, 11, 34, 0.94) 0%, rgba(88, 17, 82, 0.86) 50%, rgba(0, 166, 166, 0.32) 100%),
    url("ad_maroon_floral_bangle_pair.png") center / cover;
}

.hero::before {
  content: "";
  position: absolute;
  inset: -30%;
  background:
    radial-gradient(circle, rgba(242, 189, 77, 0.24), transparent 28%),
    radial-gradient(circle at 75% 30%, rgba(0, 166, 166, 0.22), transparent 24%);
  animation: glowFloat 12s ease-in-out infinite alternate;
  pointer-events: none;
}

.hero > * {
  position: relative;
  z-index: 1;
}

@keyframes glowFloat {
  from { transform: translate3d(-4%, -2%, 0) rotate(0deg); }
  to { transform: translate3d(5%, 3%, 0) rotate(6deg); }
}

.hero-text {
  color: #f7dfef;
}

.button.primary {
  color: #fff;
  background: linear-gradient(135deg, var(--rose), #7f2cc7, var(--teal));
  border-color: transparent;
  box-shadow: 0 12px 26px rgba(184, 27, 112, 0.24);
}

.button.ghost {
  border-color: rgba(242, 189, 77, 0.55);
  background: rgba(255, 255, 255, 0.1);
}

.hero-media {
  border-color: rgba(242, 189, 77, 0.55);
  animation: floatCard 5s ease-in-out infinite alternate;
}

@keyframes floatCard {
  from { transform: translateY(0); }
  to { transform: translateY(-8px); }
}

.product-card {
  border-color: rgba(184, 27, 112, 0.18);
  box-shadow: 0 14px 36px rgba(76, 17, 77, 0.08);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.product-card:hover {
  transform: translateY(-5px);
  border-color: rgba(0, 166, 166, 0.42);
  box-shadow: 0 20px 48px rgba(76, 17, 77, 0.14);
}

.product-actions .button {
  border-color: transparent;
  background: linear-gradient(135deg, var(--plum), var(--rose));
  color: #fff8f7;
}

.detail-link {
  background: #fff8f7;
}

.band {
  color: #fff8f7;
  background: linear-gradient(135deg, var(--plum), #7b1a78, var(--teal));
  border-top-color: rgba(242, 189, 77, 0.55);
  border-bottom-color: rgba(242, 189, 77, 0.55);
}

.cart-drawer {
  background: rgba(21, 11, 34, 0.62);
}

.cart-panel,
.product-modal-card {
  background: #fff8f6;
}

.upi-box {
  background: linear-gradient(135deg, #fff6df, #f2fbfb);
}

.site-footer {
  background:
    linear-gradient(90deg, rgba(184, 27, 112, 0.94), rgba(76, 17, 77, 0.96), rgba(0, 166, 166, 0.74)),
    url("ad_multicolor_bangle_stack.png") center / cover;
  background-size: 180% 180%, cover;
  animation: footerGradient 14s ease-in-out infinite alternate;
}

@keyframes footerGradient {
  from { background-position: 0% 50%, center; }
  to { background-position: 100% 50%, center; }
}

.footer-logo {
  display: inline-grid;
  gap: 14px;
  justify-items: center;
  color: #fff;
  font-size: 24px;
  font-weight: 900;
}

.footer-logo img {
  display: none;
}

.footer-icon {
  width: 96px;
  height: 96px;
}

.footer-icon svg {
  width: 58px;
  height: 58px;
}

.policy-content {
  border-color: rgba(184, 27, 112, 0.2);
}

/* Final animated boutique UI refresh */
:root {
  --ink: #142028;
  --muted: #6b7780;
  --paper: #fbfffd;
  --cream: #eefaf6;
  --line: rgba(20, 160, 140, 0.2);
  --rose: #f05f7f;
  --gold: #f7c85f;
  --teal: #14a08c;
  --plum: #32325d;
  --charcoal: #0d1b24;
  --shadow: 0 24px 70px rgba(13, 27, 36, 0.16);
}

body {
  background:
    radial-gradient(circle at 12% 10%, rgba(247, 200, 95, 0.28), transparent 18rem),
    radial-gradient(circle at 86% 8%, rgba(20, 160, 140, 0.22), transparent 22rem),
    radial-gradient(circle at 50% 100%, rgba(240, 95, 127, 0.16), transparent 26rem),
    linear-gradient(135deg, #fbfffd 0%, #effaf7 42%, #fff5f7 100%);
  background-size: 170% 170%;
}

.site-header {
  background: rgba(13, 27, 36, 0.86);
  border-bottom-color: rgba(247, 200, 95, 0.24);
}

.brand-icon,
.footer-icon {
  background: conic-gradient(from 110deg, var(--gold), var(--teal), var(--rose), var(--gold));
  box-shadow: 0 0 28px rgba(20, 160, 140, 0.34);
  animation: logoPulse 3.2s ease-in-out infinite alternate;
}

@keyframes logoPulse {
  from { transform: rotate(-4deg) scale(1); }
  to { transform: rotate(5deg) scale(1.06); }
}

.brand-icon svg,
.footer-icon svg {
  fill: none;
  stroke: #fff;
  stroke-width: 3;
}

.hero {
  background:
    linear-gradient(120deg, rgba(13, 27, 36, 0.92), rgba(20, 160, 140, 0.76), rgba(240, 95, 127, 0.56)),
    url("ad_multicolor_bangle_stack.png") center / cover;
}

.hero::before {
  background:
    radial-gradient(circle at 20% 25%, rgba(247, 200, 95, 0.34), transparent 18%),
    radial-gradient(circle at 82% 18%, rgba(255, 255, 255, 0.18), transparent 15%),
    radial-gradient(circle at 70% 82%, rgba(240, 95, 127, 0.26), transparent 20%);
}

.hero-text {
  color: rgba(255, 255, 255, 0.82);
}

.button.primary,
.product-actions .button {
  background: linear-gradient(135deg, var(--teal), #4c79ff, var(--rose));
  background-size: 180% 180%;
  animation: buttonGradient 5s ease-in-out infinite alternate;
}

@keyframes buttonGradient {
  from { background-position: 0% 50%; }
  to { background-position: 100% 50%; }
}

.product-card,
.values article,
.contact-card,
.contact-form,
.filters,
.policy-content {
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(14px);
  border-color: rgba(20, 160, 140, 0.2);
}

.product-card {
  animation: cardRise 500ms ease both;
}

@keyframes cardRise {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

.site-footer {
  background:
    linear-gradient(120deg, rgba(13, 27, 36, 0.94), rgba(20, 160, 140, 0.88), rgba(240, 95, 127, 0.82)),
    url("ad_turquoise_pearl_cuff.png") center / cover;
}

.footer-bottom {
  color: #14303a;
  background: linear-gradient(90deg, #fff5dc, #e8fbf7, #fff1f5);
}

.upi-modal {
  position: fixed;
  inset: 0;
  z-index: 70;
  display: none;
  place-items: center;
  padding: 18px;
  background: rgba(13, 27, 36, 0.66);
  backdrop-filter: blur(10px);
}

.upi-modal.open {
  display: grid;
}

.upi-modal-card {
  position: relative;
  width: min(430px, 100%);
  padding: 26px;
  border: 1px solid rgba(247, 200, 95, 0.42);
  border-radius: 18px;
  background:
    radial-gradient(circle at top left, rgba(247, 200, 95, 0.2), transparent 12rem),
    linear-gradient(145deg, #ffffff, #eefaf6);
  box-shadow: 0 30px 90px rgba(13, 27, 36, 0.28);
  text-align: center;
  animation: qrPop 260ms ease-out both;
}

@keyframes qrPop {
  from { opacity: 0; transform: translateY(20px) scale(0.94); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

.upi-modal-card h2 {
  margin-bottom: 14px;
}

.upi-qr-frame {
  position: relative;
  width: min(280px, 100%);
  margin: 12px auto 18px;
  padding: 12px;
  border-radius: 18px;
  background: conic-gradient(from 90deg, var(--gold), var(--teal), var(--rose), var(--gold));
  animation: qrGlow 4s linear infinite;
}

@keyframes qrGlow {
  to { filter: hue-rotate(28deg); }
}

.upi-qr-frame .upi-qr {
  width: 100%;
  margin: 0;
  border: 10px solid #fff;
}

.upi-modal-total {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin: 12px 0;
  padding: 12px 14px;
  border-radius: 999px;
  background: #fff;
  font-weight: 900;
}

.upi-id-line {
  color: var(--muted);
  font-weight: 800;
}

.payment-note {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

.upi-modal-card .button {
  width: 100%;
  margin-top: 10px;
}

@media (max-width: 580px) {
  .upi-modal-card {
    padding: 20px;
    border-radius: 14px;
  }

  .upi-qr-frame {
    width: min(250px, 100%);
  }
}

/* Glass gradient redesign */
body {
  background:
    radial-gradient(circle at 8% 10%, rgba(255, 213, 128, 0.34), transparent 18rem),
    radial-gradient(circle at 92% 12%, rgba(80, 190, 210, 0.28), transparent 22rem),
    radial-gradient(circle at 50% 94%, rgba(255, 112, 160, 0.2), transparent 26rem),
    linear-gradient(135deg, #f8fbff 0%, #eef8f7 42%, #fff3f7 100%);
  background-size: 180% 180%;
  animation: pageGradient 18s ease-in-out infinite alternate;
}

.site-header {
  background: rgba(255, 255, 255, 0.62);
  border-bottom: 1px solid rgba(255, 255, 255, 0.66);
  box-shadow: 0 12px 32px rgba(22, 44, 58, 0.08);
}

.brand,
.nav-links,
.nav-links a[aria-current="page"],
.nav-links a:hover {
  color: #132733;
}

.cart-button,
.menu-button {
  background: rgba(255, 255, 255, 0.72);
  border-color: rgba(19, 39, 51, 0.12);
  box-shadow: 0 10px 22px rgba(20, 80, 100, 0.08);
}

.hero {
  min-height: calc(100vh - 72px);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.38)),
    radial-gradient(circle at 20% 20%, rgba(255, 204, 106, 0.7), transparent 18rem),
    radial-gradient(circle at 78% 22%, rgba(40, 180, 190, 0.45), transparent 24rem),
    radial-gradient(circle at 68% 84%, rgba(245, 82, 135, 0.32), transparent 22rem);
  color: #132733;
  border-bottom: 1px solid rgba(255, 255, 255, 0.72);
}

.hero::before {
  inset: 0;
  background:
    linear-gradient(120deg, transparent 0 18%, rgba(255, 255, 255, 0.38) 18% 19%, transparent 19% 48%, rgba(255, 255, 255, 0.28) 48% 49%, transparent 49%),
    radial-gradient(circle at 68% 46%, rgba(255, 255, 255, 0.76), transparent 16rem);
  animation: sheenMove 9s ease-in-out infinite alternate;
}

@keyframes sheenMove {
  from { transform: translateX(-4%) skewX(-4deg); opacity: 0.65; }
  to { transform: translateX(5%) skewX(4deg); opacity: 1; }
}

.hero-copy {
  max-width: 620px;
  padding: clamp(22px, 4vw, 42px);
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.48);
  box-shadow: 0 28px 80px rgba(28, 66, 86, 0.13);
  backdrop-filter: blur(18px);
}

.hero .eyebrow {
  color: #e05a79;
}

.hero h1 {
  max-width: 560px;
  background: linear-gradient(135deg, #132733, #007f8c 48%, #e05a79);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-text {
  color: #526673;
}

.hero-media {
  position: relative;
  min-height: 560px;
  border: 0;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.44);
  box-shadow: 0 30px 90px rgba(28, 66, 86, 0.16);
  backdrop-filter: blur(18px);
  overflow: visible;
}

.hero-media::before,
.hero-media::after {
  content: "";
  position: absolute;
  z-index: 2;
  border-radius: 24px;
  background-size: cover;
  background-position: center;
  box-shadow: 0 18px 48px rgba(28, 66, 86, 0.18);
  animation: tileFloat 5s ease-in-out infinite alternate;
}

.hero-media::before {
  width: 42%;
  height: 36%;
  left: -8%;
  bottom: 12%;
  background-image: url("ad_pink_mirror_cuff.png");
}

.hero-media::after {
  width: 38%;
  height: 34%;
  right: -7%;
  top: 10%;
  background-image: url("red-floral-real-collage.jpeg");
  animation-delay: 600ms;
}

@keyframes tileFloat {
  from { transform: translateY(0) rotate(-2deg); }
  to { transform: translateY(-14px) rotate(3deg); }
}

.hero-media img {
  position: relative;
  z-index: 1;
  border-radius: 32px;
  box-shadow: 0 18px 55px rgba(28, 66, 86, 0.18);
}

.section,
.page-intro,
.shop-layout,
.values,
.contact-grid {
  position: relative;
}

.product-card,
.filters,
.values article,
.contact-card,
.contact-form,
.policy-content,
.cart-panel,
.product-modal-card,
.upi-modal-card {
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: 0 20px 60px rgba(28, 66, 86, 0.12);
  backdrop-filter: blur(18px);
}

.product-card:hover {
  transform: translateY(-8px) scale(1.01);
  box-shadow: 0 26px 76px rgba(28, 66, 86, 0.18);
}

.site-footer {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.08)),
    radial-gradient(circle at 20% 15%, rgba(255, 204, 106, 0.42), transparent 18rem),
    radial-gradient(circle at 80% 12%, rgba(40, 180, 190, 0.38), transparent 22rem),
    linear-gradient(135deg, #14232d, #123d48 54%, #5a284b);
  background-size: 180% 180%;
  animation: footerGlassMove 16s ease-in-out infinite alternate;
}

@keyframes footerGlassMove {
  from { background-position: 0% 50%; }
  to { background-position: 100% 50%; }
}

.footer-main {
  position: relative;
}

.footer-main::before {
  content: "";
  position: absolute;
  inset: 34px clamp(14px, 5vw, 80px);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.24), 0 28px 80px rgba(0, 0, 0, 0.14);
  backdrop-filter: blur(16px);
}

.footer-main > * {
  position: relative;
  z-index: 1;
}

.footer-bottom {
  color: #17313b;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(12px);
}

@media (max-width: 900px) {
  .hero {
    gap: 22px;
  }

  .hero-copy {
    max-width: none;
  }

  .hero-media {
    min-height: 430px;
  }
}

@media (max-width: 580px) {
  .hero-copy {
    padding: 22px;
    border-radius: 22px;
  }

  .hero-media {
    min-height: 330px;
    border-radius: 24px;
  }

  .hero-media img {
    border-radius: 24px;
    height: 100%;
    object-fit: contain;
    object-position: center;
    background: rgba(255, 255, 255, 0.72);
  }

  .hero-media::before,
  .hero-media::after {
    border-radius: 16px;
  }

  .footer-main::before {
    inset: 18px;
    border-radius: 24px;
  }
}

/* Premium pink glass theme */
:root {
  --ink: #261225;
  --muted: #80677d;
  --paper: #fff7fb;
  --cream: #fff0f7;
  --line: rgba(214, 80, 146, 0.18);
  --rose: #d91f75;
  --gold: #f6bd60;
  --teal: #18b7b2;
  --plum: #67115f;
  --charcoal: #211024;
  --shadow: 0 24px 70px rgba(104, 18, 92, 0.15);
}

body {
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 10%, rgba(255, 214, 235, 0.95), transparent 20rem),
    radial-gradient(circle at 92% 12%, rgba(246, 189, 96, 0.28), transparent 20rem),
    radial-gradient(circle at 50% 96%, rgba(216, 31, 117, 0.16), transparent 28rem),
    linear-gradient(135deg, #fff7fb 0%, #ffeaf5 45%, #fff6ed 100%);
  background-size: 190% 190%;
  animation: pageGradient 18s ease-in-out infinite alternate;
}

.site-header {
  background: rgba(255, 247, 251, 0.72);
  border-bottom: 1px solid rgba(255, 255, 255, 0.76);
  box-shadow: 0 14px 34px rgba(104, 18, 92, 0.08);
  backdrop-filter: blur(20px);
}

.brand,
.nav-links,
.nav-links a[aria-current="page"],
.nav-links a:hover {
  color: #32142f;
}

.brand span:last-child {
  font-weight: 950;
}

.brand-icon,
.footer-icon {
  border: 1px solid rgba(255, 255, 255, 0.78);
  background:
    radial-gradient(circle at 35% 28%, #fff8d9, transparent 28%),
    conic-gradient(from 120deg, #f6bd60, #d91f75, #7b1fd9, #18b7b2, #f6bd60);
  box-shadow: 0 10px 28px rgba(216, 31, 117, 0.24);
}

.cart-button,
.menu-button,
.filter-chip,
.icon-button {
  background: rgba(255, 255, 255, 0.76);
  border-color: rgba(216, 31, 117, 0.14);
  box-shadow: 0 10px 24px rgba(104, 18, 92, 0.08);
}

.cart-count,
.filter-chip.active {
  background: linear-gradient(135deg, #d91f75, #ff7aac);
  color: #fff;
}

.hero {
  min-height: calc(100vh - 72px);
  color: #32142f;
  background:
    radial-gradient(circle at 78% 22%, rgba(255, 255, 255, 0.72), transparent 16rem),
    radial-gradient(circle at 28% 20%, rgba(255, 188, 219, 0.82), transparent 18rem),
    linear-gradient(135deg, rgba(255, 247, 251, 0.92), rgba(255, 226, 240, 0.72), rgba(255, 245, 230, 0.74));
}

.hero::before {
  background:
    linear-gradient(120deg, transparent 0 20%, rgba(255, 255, 255, 0.52) 20% 21%, transparent 21% 48%, rgba(255, 255, 255, 0.34) 48% 49%, transparent 49%),
    radial-gradient(circle at 74% 48%, rgba(216, 31, 117, 0.1), transparent 16rem);
}

.hero-copy {
  border: 1px solid rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.58);
  box-shadow: 0 30px 90px rgba(104, 18, 92, 0.14);
  backdrop-filter: blur(22px);
}

.hero .eyebrow,
.eyebrow {
  color: var(--rose);
}

.hero h1 {
  background: linear-gradient(135deg, #32142f, #d91f75 54%, #ff8fbd);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-text,
.page-intro p,
.product-body p,
.checkout-step p,
.contact-card p,
.values p,
.policy-content p {
  color: var(--muted);
}

.button.primary,
.product-actions .button {
  color: #fff;
  background: linear-gradient(135deg, #d91f75, #ff76a8, #8a39d6);
  background-size: 180% 180%;
  border-color: transparent;
  box-shadow: 0 14px 30px rgba(216, 31, 117, 0.28);
}

.button.ghost,
.detail-link {
  color: #32142f;
  border-color: rgba(216, 31, 117, 0.18);
  background: rgba(255, 255, 255, 0.62);
}

.hero-media,
.product-card,
.filters,
.values article,
.contact-card,
.contact-form,
.policy-content,
.cart-panel,
.product-modal-card,
.upi-modal-card,
.address-modal-card,
.auth-card {
  border: 1px solid rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.66);
  box-shadow: 0 22px 68px rgba(104, 18, 92, 0.13);
  backdrop-filter: blur(20px);
}

.hero-media {
  border-radius: 34px;
}

.product-card {
  border-radius: 18px;
}

.product-card img,
.product-image-button {
  background: #fff0f7;
}

.product-card:hover {
  transform: translateY(-9px) scale(1.012);
  box-shadow: 0 30px 86px rgba(104, 18, 92, 0.2);
}

.size-field select,
input,
textarea {
  border-color: rgba(216, 31, 117, 0.16);
  background: rgba(255, 255, 255, 0.78);
}

.cart-size,
.price,
.modal-price {
  color: var(--rose);
}

.payment-box,
.checkout-step,
.address-summary,
.upi-modal-total {
  border-color: rgba(216, 31, 117, 0.12);
  background: rgba(255, 255, 255, 0.66);
}

.upi-qr-frame {
  background: conic-gradient(from 90deg, #f6bd60, #d91f75, #8a39d6, #18b7b2, #f6bd60);
}

.site-footer {
  color: #fff;
  background:
    radial-gradient(circle at 20% 16%, rgba(246, 189, 96, 0.34), transparent 18rem),
    radial-gradient(circle at 84% 14%, rgba(255, 118, 168, 0.34), transparent 20rem),
    linear-gradient(135deg, #4a1248, #8a185c 52%, #d91f75);
  background-size: 180% 180%;
  animation: footerGlassMove 16s ease-in-out infinite alternate;
}

.footer-main::before {
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(18px);
}

.footer-bottom {
  color: #7c1754;
  background: rgba(255, 239, 248, 0.82);
}

.floating-whatsapp {
  background: linear-gradient(135deg, #25d366, #18b7b2);
}

@media (max-width: 580px) {
  .hero {
    padding-top: 26px;
  }

  .hero-copy,
  .product-card,
  .cart-panel,
  .address-modal-card,
  .upi-modal-card {
    border-radius: 20px;
  }
}

/* Mobile friendly refinements */
@media (max-width: 720px) {
  .site-header {
    padding: 10px 14px;
  }

  .brand {
    min-width: 0;
  }

  .brand-icon {
    width: 40px;
    height: 40px;
    flex: 0 0 auto;
  }

  .brand span:last-child {
    display: inline;
    max-width: 138px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
  }

  .cart-button,
  .menu-button {
    min-height: 40px;
    padding: 0 11px;
  }

  .mobile-menu.open {
    display: grid;
    gap: 2px;
  }

  .mobile-menu a {
    min-height: 44px;
  }

  .hero {
    padding: 20px 14px 34px;
  }

  .hero-copy {
    padding: 20px;
  }

  .hero h1 {
    font-size: 38px;
    line-height: 1;
  }

  .hero-text {
    font-size: 15px;
    line-height: 1.55;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-media {
    min-height: 300px;
    margin-top: 6px;
  }

  .hero-media::before {
    width: 44%;
    height: 30%;
    left: 4%;
    bottom: -8%;
  }

  .hero-media::after {
    width: 42%;
    height: 30%;
    right: 4%;
    top: -7%;
  }

  .section,
  .page-intro,
  .shop-layout,
  .values,
  .contact-grid {
    padding-left: 14px;
    padding-right: 14px;
  }

  .page-intro h1,
  .auth-card h1 {
    font-size: 34px;
  }

  .product-body {
    padding: 14px;
  }

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

  .detail-link {
    width: 100%;
  }

  .cart-panel {
    width: min(94vw, 520px);
    max-height: 88vh;
    height: auto;
    padding: 18px 14px;
  }

  .cart-head h2 {
    font-size: 34px;
  }

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

  .cart-line img {
    width: 70px;
    height: 82px;
  }

  .cart-line h3 {
    font-size: 15px;
  }

  .payment-box {
    padding: 14px;
  }

  .payment-option {
    min-height: 42px;
  }

  .address-modal,
  .upi-modal,
  .product-modal {
    padding: 10px;
    align-items: end;
  }

  .address-modal-card,
  .upi-modal-card,
  .auth-modal-card {
    width: 100%;
    max-height: 88vh;
    padding: 20px;
    border-radius: 22px 22px 14px 14px;
  }

  .product-modal-card {
    width: 100%;
    max-height: 90vh;
    border-radius: 22px 22px 14px 14px;
  }

  .checkout-form input,
  .checkout-form textarea,
  input,
  textarea,
  .size-field select {
    min-height: 46px;
    font-size: 16px;
  }

  .footer-main {
    padding: 42px 22px;
    gap: 28px;
  }

  .footer-links a,
  .footer-contact a,
  .footer-contact p {
    font-size: 17px;
  }

  .floating-whatsapp {
    width: 56px;
    height: 56px;
    right: 12px;
    bottom: 12px;
  }
}

/* Compact animated featured product cards */
.section .product-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}

.section .product-card {
  border-radius: 16px;
  animation: featuredPop 520ms ease both;
}

.section .product-card:nth-child(2) { animation-delay: 70ms; }
.section .product-card:nth-child(3) { animation-delay: 140ms; }
.section .product-card:nth-child(4) { animation-delay: 210ms; }
.section .product-card:nth-child(5) { animation-delay: 280ms; }
.section .product-card:nth-child(6) { animation-delay: 350ms; }

@keyframes featuredPop {
  from { opacity: 0; transform: translateY(18px) scale(0.96); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

.section .product-card img {
  aspect-ratio: 1 / 1.08;
}

.section .product-body {
  padding: 10px;
}

.section .product-body h3 {
  font-size: 15px;
  line-height: 1.22;
}

.section .product-body p,
.section .product-topline {
  font-size: 11px;
}

.section .size-field {
  margin: 9px 0;
}

.section .size-field span {
  font-size: 12px;
}

.section .size-field select {
  min-height: 36px;
  font-size: 13px;
}

.section .product-actions {
  gap: 7px;
}

.section .product-actions .button,
.section .detail-link {
  min-height: 38px;
  padding: 0 10px;
  font-size: 12px;
}

@media (max-width: 1100px) {
  .section .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .section .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Professional footer polish */
.site-footer {
  position: relative;
  overflow: hidden;
  margin-top: 34px;
  color: #fff;
  background:
    radial-gradient(circle at 16% 18%, rgba(246, 189, 96, 0.34), transparent 18rem),
    radial-gradient(circle at 84% 12%, rgba(255, 137, 187, 0.32), transparent 22rem),
    linear-gradient(135deg, #351133 0%, #7b1757 52%, #d91f75 100%);
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, transparent 0 32%, rgba(255, 255, 255, 0.12) 32% 33%, transparent 33%),
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.14), transparent 24rem);
  pointer-events: none;
}

.footer-main {
  position: relative;
  grid-template-columns: minmax(220px, 0.9fr) minmax(220px, 1fr) minmax(240px, 0.9fr);
  min-height: auto;
  padding: clamp(34px, 6vw, 72px) clamp(18px, 7vw, 120px);
}

.footer-main::before {
  inset: 24px clamp(14px, 4vw, 64px);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.26), 0 26px 70px rgba(33, 16, 36, 0.2);
  backdrop-filter: blur(18px);
}

.footer-logo {
  justify-items: start;
  align-content: start;
  font-size: 25px;
}

.footer-logo::after {
  content: "Handcrafted bangles, festive styles, and easy online ordering.";
  max-width: 260px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.55;
}

.footer-icon {
  width: 76px;
  height: 76px;
}

.footer-icon svg {
  width: 46px;
  height: 46px;
}

.footer-links,
.footer-contact {
  padding: 8px 0;
}

.footer-links h2,
.footer-contact h2 {
  margin-bottom: 12px;
  color: #fff;
  font-size: clamp(22px, 2.4vw, 30px);
}

.footer-links a {
  display: flex;
  align-items: center;
  gap: 10px;
  width: max-content;
  max-width: 100%;
  color: rgba(255, 255, 255, 0.86);
  font-size: 16px;
  font-weight: 800;
  transition: transform 160ms ease, color 160ms ease;
}

.footer-links a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #f6bd60;
}

.footer-links a:hover {
  color: #fff;
  transform: translateX(5px);
}

.footer-contact {
  gap: 14px;
}

.footer-contact p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
}

.footer-contact a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  color: #351133;
  background: #fff;
  box-shadow: 0 14px 32px rgba(33, 16, 36, 0.18);
  font-size: 17px;
  font-weight: 950;
}

.footer-bottom {
  position: relative;
  z-index: 1;
  align-items: center;
  padding: 16px clamp(18px, 6vw, 96px);
  color: #6d164e;
  background: rgba(255, 244, 249, 0.88);
  border-top: 1px solid rgba(255, 255, 255, 0.45);
  font-size: 16px;
}

@media (max-width: 900px) {
  .footer-main {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .footer-logo {
    justify-items: start;
  }
}

@media (max-width: 580px) {
  .footer-main {
    padding: 36px 18px;
  }

  .footer-main::before {
    inset: 14px;
    border-radius: 22px;
  }

  .footer-bottom {
    gap: 8px;
    padding: 14px 18px;
    font-size: 14px;
  }
}

/* Premium animated footer refresh */
.site-footer {
  isolation: isolate;
  background:
    radial-gradient(circle at 14% 18%, rgba(255, 214, 129, 0.38), transparent 18rem),
    radial-gradient(circle at 82% 10%, rgba(255, 118, 168, 0.4), transparent 20rem),
    radial-gradient(circle at 70% 86%, rgba(28, 200, 189, 0.2), transparent 18rem),
    linear-gradient(135deg, #310c2f 0%, #7b1757 48%, #d91f75 100%);
  background-size: 130% 130%;
  animation: footerBreath 12s ease-in-out infinite alternate;
}

.site-footer::before {
  background:
    linear-gradient(112deg, transparent 0 34%, rgba(255, 255, 255, 0.14) 34% 35%, transparent 35%),
    radial-gradient(circle at 52% 0%, rgba(255, 255, 255, 0.16), transparent 24rem);
  animation: footerSweep 9s ease-in-out infinite;
}

.site-footer::after {
  content: "";
  position: absolute;
  inset: 18px;
  z-index: -1;
  border-radius: 34px;
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.2), transparent 14rem),
    rgba(255, 255, 255, 0.04);
  filter: blur(2px);
  pointer-events: none;
}

.footer-main {
  gap: clamp(16px, 3vw, 30px);
}

.footer-main::before {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.06)),
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.2), transparent 12rem);
  border-color: rgba(255, 255, 255, 0.28);
}

.footer-logo,
.footer-links,
.footer-contact {
  min-height: 100%;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(12px);
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.footer-logo:hover,
.footer-links:hover,
.footer-contact:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.13);
}

.footer-links a,
.footer-contact a,
.footer-contact span {
  overflow-wrap: anywhere;
}

.footer-contact span {
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  font-weight: 850;
  line-height: 1.5;
}

.footer-contact a:hover {
  color: #fff;
  background: linear-gradient(135deg, #d91f75, #ff79ad);
  transform: translateY(-2px);
}

.footer-bottom {
  backdrop-filter: blur(18px);
}

.floating-whatsapp {
  display: inline-flex;
  width: auto;
  min-width: 64px;
  height: 64px;
  gap: 9px;
  padding: 0 18px;
  border: 3px solid rgba(255, 255, 255, 0.86);
  border-radius: 999px;
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.34), transparent 38%),
    linear-gradient(135deg, #25d366, #128c7e);
  box-shadow:
    0 18px 38px rgba(18, 140, 126, 0.34),
    0 0 0 7px rgba(37, 211, 102, 0.13);
  font-size: 14px;
  letter-spacing: 0;
  animation: whatsappFloat 2.4s ease-in-out infinite alternate;
}

.floating-whatsapp svg {
  width: 31px;
  height: 31px;
  fill: currentColor;
  flex: 0 0 auto;
}

.floating-whatsapp span {
  font-weight: 950;
}

.floating-whatsapp:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow:
    0 22px 46px rgba(18, 140, 126, 0.42),
    0 0 0 10px rgba(37, 211, 102, 0.16);
}

@keyframes footerBreath {
  from {
    background-position: 0% 50%;
  }

  to {
    background-position: 100% 50%;
  }
}

@keyframes footerSweep {
  0%,
  25% {
    transform: translateX(-8%);
    opacity: 0.7;
  }

  70%,
  100% {
    transform: translateX(8%);
    opacity: 1;
  }
}

@keyframes whatsappFloat {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-6px);
  }
}

@media (max-width: 900px) {
  .footer-logo,
  .footer-links,
  .footer-contact {
    min-height: 0;
  }
}

@media (max-width: 580px) {
  .footer-logo,
  .footer-links,
  .footer-contact {
    padding: 18px;
    border-radius: 20px;
  }

  .footer-links a {
    width: 100%;
  }

  .floating-whatsapp {
    right: 12px;
    bottom: 12px;
    width: 58px;
    min-width: 58px;
    height: 58px;
    padding: 0;
    border-width: 3px;
  }

  .floating-whatsapp svg {
    width: 30px;
    height: 30px;
  }

  .floating-whatsapp span {
    display: none;
  }
}

/* Mobile WhatsApp button fix */
@media (max-width: 640px) {
  .floating-whatsapp {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    min-width: 58px;
    max-width: 58px;
    height: 58px;
    padding: 0;
    border-radius: 50%;
    line-height: 1;
    font-size: 0;
  }

  .floating-whatsapp svg {
    display: block;
    width: 31px;
    height: 31px;
    margin: 0;
  }

  .floating-whatsapp span {
    display: none;
  }
}

/* Checkout drawer flow */
.cart-line-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}

.remove-item,
.edit-link {
  border: 0;
  background: transparent;
  color: #e05a79;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 900;
}

.remove-item {
  padding: 0;
}

.checkout-flow {
  display: grid;
  gap: 14px;
  margin-top: 16px;
}

.checkout-step {
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 14px 38px rgba(28, 66, 86, 0.1);
  backdrop-filter: blur(14px);
}

.checkout-step h3 {
  margin: 6px 0 8px;
  font-size: 20px;
}

.checkout-step p {
  margin-bottom: 12px;
  color: var(--muted);
  line-height: 1.45;
}

.step-label {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--teal), var(--rose));
  font-size: 12px;
  font-weight: 900;
}

.checkout-form {
  display: grid;
  gap: 10px;
}

.checkout-form input,
.checkout-form textarea,
.checkout-form select {
  margin-top: 0;
  border-color: rgba(20, 160, 140, 0.22);
  background: rgba(255, 255, 255, 0.8);
}

.checkout-user-row {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: flex-start;
}

.address-summary {
  margin: 12px 0;
  padding: 12px;
  border-radius: 14px;
  color: #27414d;
  background: rgba(238, 250, 246, 0.9);
  font-size: 14px;
  line-height: 1.5;
}

.logout-link {
  margin-top: 10px;
}

.checkout-link.disabled,
.paid-link.disabled,
.upi-pay.disabled {
  pointer-events: none;
  opacity: 0.58;
  filter: grayscale(0.25);
}

.payment-box {
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.6);
}

.payment-box .button {
  width: 100%;
  margin-top: 10px;
}

/* Separate Flipkart-style checkout pages */
.checkout-page {
  min-height: calc(100vh - 72px);
  padding: clamp(24px, 5vw, 56px) clamp(16px, 5vw, 72px);
}

.checkout-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  max-width: 980px;
  margin: 0 auto 22px;
}

.checkout-steps span,
.checkout-steps a {
  min-height: 54px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 16px;
  color: #526673;
  background: rgba(255, 255, 255, 0.55);
  box-shadow: 0 10px 28px rgba(28, 66, 86, 0.08);
  font-weight: 900;
}

.checkout-steps .active {
  color: #fff;
  background: linear-gradient(135deg, var(--teal), #4c79ff, var(--rose));
}

.auth-card {
  width: min(760px, 100%);
  margin: 0 auto;
  padding: clamp(22px, 4vw, 38px);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 24px 70px rgba(28, 66, 86, 0.12);
  backdrop-filter: blur(18px);
}

.auth-card h1 {
  font-size: clamp(34px, 5vw, 54px);
}

.checkout-page-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 20px;
  align-items: start;
}

.checkout-page-grid .auth-card {
  width: 100%;
  margin: 0;
}

.checkout-lines {
  display: grid;
  gap: 12px;
}

.checkout-lines article {
  display: grid;
  grid-template-columns: 84px 1fr;
  gap: 12px;
  padding: 12px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
}

.checkout-lines img {
  width: 84px;
  height: 96px;
  border-radius: 14px;
  object-fit: cover;
}

.checkout-lines h3 {
  margin: 0 0 6px;
}

.checkout-total {
  margin-top: 16px;
}

.checkout-payment-box .button {
  width: 100%;
}

.auth-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: none;
  place-items: center;
  padding: 18px;
  background: rgba(13, 27, 36, 0.62);
  backdrop-filter: blur(12px);
}

.address-modal {
  position: fixed;
  inset: 0;
  z-index: 82;
  display: none;
  place-items: center;
  padding: 18px;
  background: rgba(13, 27, 36, 0.66);
  backdrop-filter: blur(12px);
}

.address-modal.open {
  display: grid;
}

.address-modal-card {
  position: relative;
  width: min(520px, 100%);
  max-height: 92vh;
  overflow: auto;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 24px;
  background:
    radial-gradient(circle at top left, rgba(247, 200, 95, 0.2), transparent 12rem),
    rgba(255, 255, 255, 0.86);
  box-shadow: 0 28px 80px rgba(28, 66, 86, 0.22);
  backdrop-filter: blur(18px);
  animation: qrPop 260ms ease-out both;
}

.address-modal-card {
  overflow: auto;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.78), rgba(255, 232, 244, 0.72)),
    radial-gradient(circle at 18% 8%, rgba(255, 121, 173, 0.28), transparent 12rem),
    radial-gradient(circle at 92% 88%, rgba(20, 160, 140, 0.18), transparent 13rem);
  border-color: rgba(255, 255, 255, 0.78);
  box-shadow: 0 28px 82px rgba(216, 31, 117, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.66);
  backdrop-filter: blur(22px);
}

.address-modal-card::before {
  content: "";
  position: absolute;
  inset: -35%;
  z-index: -1;
  background: conic-gradient(from 120deg, rgba(255, 121, 173, 0.28), rgba(246, 189, 96, 0.18), rgba(20, 160, 140, 0.16), rgba(255, 121, 173, 0.28));
  animation: addressGlowSpin 10s linear infinite;
}

.address-modal-card .checkout-form input,
.address-modal-card .checkout-form textarea,
.address-modal-card .checkout-form select {
  min-height: 52px;
  padding: 12px 14px;
  border: 1px solid rgba(216, 31, 117, 0.18);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.64);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72), 0 12px 28px rgba(216, 31, 117, 0.08);
  color: var(--ink);
  outline: none;
  backdrop-filter: blur(12px);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.address-modal-card .checkout-form input:focus,
.address-modal-card .checkout-form textarea:focus,
.address-modal-card .checkout-form select:focus {
  border-color: rgba(216, 31, 117, 0.58);
  box-shadow: 0 0 0 4px rgba(255, 121, 173, 0.16), 0 16px 34px rgba(216, 31, 117, 0.12);
  transform: translateY(-1px);
}

.checkout-offer-pop {
  display: grid;
  gap: 5px;
  margin: 12px 0 14px;
  padding: 13px 14px;
  border: 1px solid rgba(216, 31, 117, 0.24);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.74), rgba(255, 230, 243, 0.76));
  box-shadow: 0 14px 36px rgba(216, 31, 117, 0.14);
  animation: checkoutOfferPulse 2.8s ease-in-out infinite alternate;
}

.checkout-offer-badge {
  width: max-content;
  padding: 4px 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--rose), #d91f75);
  color: #fff;
  font-size: 12px;
  font-weight: 1000;
  text-transform: uppercase;
}

.checkout-offer-pop strong {
  color: #7d1858;
  font-size: 18px;
}

.checkout-offer-pop p {
  margin: 0;
  color: #72566a;
}

.checkout-offer-pop code {
  width: max-content;
  padding: 5px 10px;
  border: 1px dashed rgba(216, 31, 117, 0.42);
  border-radius: 999px;
  background: #fff;
  color: #d91f75;
  font: inherit;
  font-weight: 1000;
}

@keyframes addressGlowSpin {
  to { transform: rotate(360deg); }
}

@keyframes checkoutOfferPulse {
  from { transform: translateY(0); box-shadow: 0 14px 36px rgba(216, 31, 117, 0.12); }
  to { transform: translateY(-2px); box-shadow: 0 20px 46px rgba(216, 31, 117, 0.22); }
}

.main-popup {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 18px;
  background: rgba(20, 10, 24, 0.48);
  backdrop-filter: blur(10px);
}

.main-popup-card {
  position: relative;
  width: min(430px, 94vw);
  overflow: hidden;
  padding: 34px 28px 28px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 56px 40px 62px 42px;
  background:
    radial-gradient(circle at 16% 16%, rgba(255, 255, 255, 0.95) 0 2.6rem, transparent 2.7rem),
    radial-gradient(circle at 82% 18%, rgba(255, 255, 255, 0.9) 0 2.2rem, transparent 2.3rem),
    radial-gradient(circle at 70% 90%, rgba(255, 255, 255, 0.62) 0 2.4rem, transparent 2.5rem),
    radial-gradient(circle at 14% 10%, rgba(255, 121, 173, 0.26), transparent 11rem),
    radial-gradient(circle at 90% 86%, rgba(255, 205, 229, 0.3), transparent 12rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(255, 230, 243, 0.72), rgba(255, 121, 173, 0.16));
  box-shadow: 0 28px 88px rgba(216, 31, 117, 0.22), 0 0 52px rgba(255, 121, 173, 0.22);
  text-align: center;
  animation: mainPopupIn 280ms ease-out both;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.main-popup-card:hover {
  transform: translateY(-4px) scale(1.015);
  border-color: rgba(255, 121, 173, 0.48);
  box-shadow: 0 34px 96px rgba(216, 31, 117, 0.28), 0 0 70px rgba(255, 121, 173, 0.3);
}

.main-popup-card::before {
  content: "";
  position: absolute;
  inset: -40%;
  z-index: -1;
  background: conic-gradient(from 90deg, rgba(255, 121, 173, 0.34), rgba(201, 24, 74, 0.24), rgba(255, 255, 255, 0.2), rgba(255, 121, 173, 0.34));
  animation: addressGlowSpin 12s linear infinite;
}

.main-popup-card::after {
  content: "";
  position: absolute;
  inset: auto 10% -18px 10%;
  height: 42px;
  z-index: -1;
  border-radius: 50%;
  background: rgba(216, 31, 117, 0.18);
  filter: blur(18px);
}

.main-popup-icon {
  display: grid;
  place-items: center;
  width: 138px;
  height: 138px;
  margin: 0 auto 10px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 28%, #fff, #ffd8ea 42%, #ff79ad 72%, #c9184a);
  box-shadow: 0 0 42px rgba(255, 121, 173, 0.58), 0 14px 34px rgba(201, 24, 74, 0.22);
  font-size: 78px;
  animation: giftFloat 1.9s ease-in-out infinite alternate;
}

.main-popup-card h2 {
  margin: 10px 0;
  color: #7d1858;
  background: linear-gradient(135deg, #7d1858, #d91f75, #ff79ad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: clamp(28px, 7vw, 42px);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 1000;
}

.main-popup-card p {
  margin: 0 0 18px;
  color: #7d1858;
  line-height: 1.5;
  font-weight: 800;
  font-family: "Trebuchet MS", Inter, system-ui, sans-serif;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.78);
}

.main-popup-card .button {
  width: 100%;
  border: 0;
  cursor: pointer;
}

.main-popup-badge {
  display: inline-flex;
  padding: 6px 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--rose), #d91f75);
  color: #fff;
  font-size: 12px;
  font-weight: 1000;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 0 24px rgba(216, 31, 117, 0.28);
}

@keyframes mainPopupIn {
  from { opacity: 0; transform: translateY(14px) scale(0.96); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes giftFloat {
  from { transform: translateY(0) rotate(-4deg) scale(1); }
  to { transform: translateY(-7px) rotate(5deg) scale(1.06); }
}

/* Force main-page popup to behave as a centered modal above every page section. */
body > .main-popup[data-main-popup] {
  position: fixed !important;
  inset: 0 !important;
  z-index: 9999 !important;
  display: grid !important;
  place-items: center !important;
  width: 100vw !important;
  height: 100vh !important;
  margin: 0 !important;
  padding: 18px !important;
  background: rgba(18, 8, 24, 0.56) !important;
  backdrop-filter: blur(10px);
}

body > .main-popup[data-main-popup] .main-popup-card {
  position: relative !important;
  width: min(430px, 94vw) !important;
  max-width: 94vw !important;
  margin: 0 !important;
  padding: 34px 28px 28px !important;
  border-radius: 56px 40px 62px 42px !important;
  text-align: center !important;
  animation: mainPopupIn 280ms ease-out both, checkoutOfferPulse 2.8s ease-in-out 320ms infinite alternate;
}

@media (max-width: 580px) {
  body > .main-popup[data-main-popup] .main-popup-card,
  .main-popup-card {
    width: min(92vw, 390px) !important;
    padding: 30px 20px 22px !important;
    border-radius: 36px 24px 38px 24px !important;
  }

  .main-popup-icon {
    width: 106px;
    height: 106px;
    font-size: 62px;
  }
}

/* Final footer logo override: use the managed header photo as a clean card image. */
.site-footer .footer-logo {
  justify-items: start;
  text-align: left;
}

.site-footer .footer-icon {
  width: 128px !important;
  height: 128px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 22px !important;
  background: transparent !important;
  box-shadow: none !important;
  animation: none !important;
  overflow: hidden !important;
}

.site-footer .footer-icon::before,
.site-footer .footer-icon::after {
  display: none !important;
}

.site-footer .footer-icon .managed-logo-img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  border-radius: 22px !important;
  object-fit: cover !important;
  background: transparent !important;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.18) !important;
}

.site-footer .footer-icon svg,
.site-footer .footer-icon .managed-logo-text {
  display: none !important;
}

.main-popup-icon {
  background: radial-gradient(circle at 35% 28%, #fff, #ffd8ea 42%, #ff79ad 72%, #c9184a) !important;
}

/* Final product button alignment and footer visitor counter. */
.product-card {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
}

.product-card .product-body {
  display: flex !important;
  flex: 1 1 auto !important;
  flex-direction: column !important;
}

.product-card .product-actions {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 10px !important;
  align-items: center !important;
  margin-top: auto !important;
  padding-top: 14px !important;
}

.product-card .product-actions .button,
.product-card .detail-link {
  min-height: 44px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  white-space: nowrap !important;
}

.visitor-counter {
  width: min(420px, calc(100% - 32px));
  margin: 18px auto 10px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 14px 18px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(255,255,255,.2), rgba(255,121,173,.18), rgba(255,255,255,.12));
  color: #fff;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.18), inset 0 1px 0 rgba(255,255,255,.32);
  backdrop-filter: blur(18px);
  animation: visitorPulse 2.6s ease-in-out infinite alternate;
}

.visitor-counter span {
  font-weight: 1000;
  color: #fff6bf;
}

.visitor-counter strong {
  font-size: 24px;
  color: #fff;
  text-align: center;
}

.visitor-counter em {
  font-style: normal;
  font-weight: 900;
  color: #ffe4f1;
}

@keyframes visitorPulse {
  from { transform: translateY(0); box-shadow: 0 18px 46px rgba(0,0,0,.18), 0 0 18px rgba(255,121,173,.16); }
  to { transform: translateY(-3px); box-shadow: 0 24px 58px rgba(0,0,0,.22), 0 0 30px rgba(255,121,173,.28); }
}

@media (max-width: 520px) {
  .visitor-counter {
    grid-template-columns: 1fr;
    text-align: center;
  }
}

.main-popup-side-gift {
  position: absolute;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: radial-gradient(circle at 34% 28%, #fff, #ffe0ef 45%, #ff79ad);
  box-shadow: 0 0 28px rgba(255, 121, 173, 0.46), inset 0 1px 0 rgba(255, 255, 255, 0.8);
  font-size: 30px;
  animation: sideGiftFloat 2.2s ease-in-out infinite alternate;
}

.main-popup-icon,
.main-popup-side-gift {
  line-height: 1 !important;
  text-align: center !important;
  font-family: "Segoe UI Emoji", "Apple Color Emoji", "Noto Color Emoji", sans-serif !important;
}

.main-popup-icon {
  position: relative !important;
  z-index: 3 !important;
  flex: 0 0 auto !important;
}

.main-popup-side-gift {
  z-index: 2 !important;
}

.main-popup-side-gift-left {
  left: 10%;
  top: 14%;
}

.main-popup-side-gift-right {
  right: 10%;
  top: 14%;
  animation-delay: 0.35s;
}

@keyframes sideGiftFloat {
  from { transform: translateY(0) rotate(-5deg) scale(1); }
  to { transform: translateY(-6px) rotate(6deg) scale(1.08); }
}

/* Final shop-page responsive animated cards. */
.shop-grid.product-grid,
.shop-layout .shop-grid {
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)) !important;
  align-items: stretch;
}

.shop-grid .product-card {
  transform-style: preserve-3d;
  animation: shopCardIn 560ms ease both;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.shop-grid .product-card:hover {
  transform: translateY(-8px) scale(1.015);
  border-color: rgba(216, 31, 117, 0.34);
  box-shadow: 0 24px 64px rgba(216, 31, 117, 0.16), 0 0 26px rgba(255, 121, 173, 0.16);
}

.shop-grid .product-card:hover img {
  transform: scale(1.06);
}

.shop-grid .product-card:nth-child(2) { animation-delay: 55ms; }
.shop-grid .product-card:nth-child(3) { animation-delay: 110ms; }
.shop-grid .product-card:nth-child(4) { animation-delay: 165ms; }
.shop-grid .product-card:nth-child(5) { animation-delay: 220ms; }
.shop-grid .product-card:nth-child(6) { animation-delay: 275ms; }

@keyframes shopCardIn {
  from { opacity: 0; transform: translateY(18px) scale(0.98); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@media (max-width: 640px) {
  .main-popup-side-gift {
    width: 40px;
    height: 40px;
    font-size: 21px;
  }

  .main-popup-side-gift-left {
    left: 7%;
    top: 12%;
  }

  .main-popup-side-gift-right {
    right: 7%;
    top: 12%;
  }

  .shop-grid.product-grid,
  .shop-layout .shop-grid {
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)) !important;
    gap: 12px;
  }

  .shop-grid .product-body {
    padding: 12px;
  }
}

.address-flow-note {
  color: var(--muted);
  line-height: 1.5;
}

.auth-modal.open {
  display: grid;
}

.auth-modal-card {
  position: relative;
  width: min(460px, 100%);
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 28px 80px rgba(28, 66, 86, 0.22);
  backdrop-filter: blur(18px);
}

.profile-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.85fr);
  gap: 20px;
  align-items: start;
}

.profile-layout .auth-card {
  width: 100%;
  margin: 0;
}

.profile-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.order-history {
  display: grid;
  gap: 12px;
}

.order-card {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.72);
}

.order-card p {
  margin: 6px 0 0;
  color: var(--muted);
  line-height: 1.45;
}

@media (max-width: 850px) {
  .profile-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 850px) {
  .checkout-page-grid,
  .checkout-steps {
    grid-template-columns: 1fr;
  }
}

/* Shop category dropdown */
.nav-shop {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 0 0 18px;
  margin: 0 0 -18px;
}

.nav-shop > a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
}

.nav-shop > a::after {
  content: "";
  width: 7px;
  height: 7px;
  margin-left: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  opacity: 0.72;
}

.shop-dropdown {
  position: absolute;
  top: calc(100% - 2px);
  left: 50%;
  z-index: 55;
  display: grid;
  min-width: 270px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 24px;
  background:
    radial-gradient(circle at 18% 8%, rgba(255, 255, 255, 0.88), transparent 5rem),
    radial-gradient(circle at 88% 16%, rgba(247, 200, 95, 0.22), transparent 9rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.78), rgba(255, 228, 241, 0.66));
  box-shadow: 0 26px 74px rgba(133, 28, 98, 0.2);
  backdrop-filter: blur(18px);
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%) translateY(10px) scale(0.98);
  transition: opacity 170ms ease, transform 170ms ease;
}

.shop-dropdown::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -18px;
  height: 18px;
}

.nav-shop:hover .shop-dropdown,
.nav-shop:focus-within .shop-dropdown {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0) scale(1);
}

.shop-dropdown a {
  display: flex;
  align-items: center;
  min-height: 44px;
  padding: 0 12px;
  border-radius: 15px;
  color: #371130;
  font-weight: 850;
  white-space: nowrap;
  transition: transform 160ms ease, color 160ms ease, background 160ms ease;
}

.shop-dropdown a:hover {
  color: #fff;
  background: linear-gradient(135deg, #d91f75, #ff79ad 54%, #f6bd60);
  transform: translateX(4px);
}

.mobile-shop-links {
  display: grid;
  gap: 3px;
  margin: -4px 0 8px 16px;
  padding-left: 12px;
  border-left: 2px solid rgba(216, 31, 117, 0.2);
}

.mobile-shop-links a {
  min-height: 36px;
  padding: 8px 0;
  color: #7f6077;
  font-size: 14px;
  font-weight: 800;
}

/* Brighter animated glass brand mark */
.brand-icon,
.footer-icon {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 32% 22%, rgba(255, 255, 255, 0.98), transparent 23%),
    conic-gradient(from 110deg, #fff0a6, #ff71a7, #b15dff, #1cc8bd, #fff0a6);
  box-shadow:
    inset 0 1px 12px rgba(255, 255, 255, 0.6),
    0 12px 32px rgba(216, 31, 117, 0.28),
    0 0 0 6px rgba(255, 255, 255, 0.14);
  animation: logoPulse 2.8s ease-in-out infinite alternate, logoGlowShift 6s ease-in-out infinite;
}

.brand-icon::before,
.footer-icon::before {
  content: "";
  position: absolute;
  inset: 5px;
  z-index: -1;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: inherit;
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(5px);
}

.brand-icon::after,
.footer-icon::after {
  content: "";
  position: absolute;
  inset: -48%;
  z-index: -1;
  background: linear-gradient(115deg, transparent 38%, rgba(255, 255, 255, 0.72), transparent 62%);
  transform: translateX(-45%) rotate(12deg);
  animation: logoShine 3.8s ease-in-out infinite;
}

.brand-icon svg,
.footer-icon svg {
  filter: drop-shadow(0 3px 8px rgba(82, 9, 68, 0.34));
}

@keyframes logoGlowShift {
  50% {
    filter: hue-rotate(18deg) saturate(1.18);
  }
}

@keyframes logoShine {
  0%,
  36% {
    transform: translateX(-52%) rotate(12deg);
  }

  70%,
  100% {
    transform: translateX(52%) rotate(12deg);
  }
}

@media (max-width: 900px) {
  .nav-links .nav-shop {
    display: none;
  }

  .shop-dropdown {
    display: none;
  }
}

/* Premium About, Contact, and Category pages */
.glass-hero,
.about-band {
  position: relative;
  overflow: hidden;
  margin: clamp(18px, 4vw, 44px) clamp(14px, 4vw, 56px);
  padding: clamp(30px, 6vw, 72px);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 30px;
  background:
    radial-gradient(circle at 8% 12%, rgba(255, 255, 255, 0.74), transparent 9rem),
    radial-gradient(circle at 88% 14%, rgba(246, 189, 96, 0.28), transparent 13rem),
    linear-gradient(135deg, rgba(255, 231, 244, 0.9), rgba(255, 255, 255, 0.64) 48%, rgba(255, 213, 235, 0.8));
  box-shadow: 0 30px 90px rgba(163, 26, 107, 0.18);
  backdrop-filter: blur(20px);
}

.glass-hero::after,
.about-band::after {
  content: "";
  position: absolute;
  inset: auto -10% -45% 18%;
  height: 70%;
  background: radial-gradient(circle, rgba(216, 31, 117, 0.18), transparent 62%);
  animation: floatGlow 8s ease-in-out infinite alternate;
  pointer-events: none;
}

.about-hero,
.category-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 440px);
  gap: clamp(22px, 5vw, 54px);
  align-items: center;
}

.contact-hero {
  max-width: none;
}

.glass-hero h1,
.about-band h2 {
  max-width: 860px;
  font-size: clamp(36px, 5vw, 70px);
  line-height: 0.96;
  letter-spacing: 0;
}

.glass-hero p,
.about-band p {
  max-width: 760px;
  color: var(--muted);
  font-size: clamp(16px, 2vw, 19px);
  line-height: 1.65;
}

.about-showcase,
.category-hero-media {
  position: relative;
}

.about-showcase img,
.category-hero-media img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 28px;
  box-shadow: 0 26px 72px rgba(115, 22, 88, 0.24);
  animation: cardFloat 5.2s ease-in-out infinite alternate;
}

.floating-note {
  position: absolute;
  right: -8px;
  bottom: 18px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 18px 40px rgba(105, 20, 87, 0.16);
  backdrop-filter: blur(14px);
  font-weight: 850;
}

.story-strip,
.premium-contact-grid {
  padding: clamp(18px, 4vw, 46px) clamp(14px, 4vw, 56px);
}

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

.story-strip article,
.premium-info-card,
.premium-form {
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 22px 58px rgba(159, 31, 112, 0.14);
  backdrop-filter: blur(18px);
}

.story-strip article {
  padding: 24px;
}

.story-strip span,
.premium-info-card span {
  color: var(--rose);
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.story-strip h2,
.premium-info-card h2,
.premium-form h2 {
  margin-top: 10px;
}

.story-strip p,
.premium-info-card p {
  color: var(--muted);
  line-height: 1.6;
}

.about-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.contact-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.contact-pills a,
.premium-info-card a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #d91f75, #ff79ad);
  padding: 0 16px;
  font-weight: 900;
}

.premium-contact-grid {
  grid-template-columns: minmax(0, 1fr) minmax(290px, 0.75fr);
  align-items: start;
}

.contact-stack {
  display: grid;
  gap: 16px;
}

.premium-info-card {
  padding: 22px;
}

.premium-info-card h2 {
  font-size: clamp(22px, 3vw, 32px);
}

.category-products {
  padding-top: 12px;
}

@keyframes floatGlow {
  from {
    transform: translate3d(-20px, 0, 0) scale(0.95);
  }

  to {
    transform: translate3d(22px, -18px, 0) scale(1.05);
  }
}

@keyframes cardFloat {
  from {
    transform: translateY(0) rotate(-1deg);
  }

  to {
    transform: translateY(-10px) rotate(1deg);
  }
}

@media (max-width: 850px) {
  .about-hero,
  .category-hero,
  .story-strip,
  .premium-contact-grid {
    grid-template-columns: 1fr;
  }

  .glass-hero,
  .about-band {
    border-radius: 24px;
    margin-left: 14px;
    margin-right: 14px;
  }

  .about-band {
    align-items: flex-start;
    flex-direction: column;
  }

  .category-hero-media img,
  .about-showcase img {
    aspect-ratio: 1 / 1;
    object-fit: contain;
    object-position: center;
    background: rgba(255, 255, 255, 0.72);
  }

  .floating-note {
    right: 12px;
  }
}

/* Glossy PS card logo + premium mobile menu */
.brand {
  min-height: 52px;
}

.brand .ps-card-logo {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  background:
    radial-gradient(circle at 28% 18%, rgba(255, 255, 255, 0.95), transparent 28%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0.08));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.72),
    0 14px 32px rgba(216, 31, 117, 0.22),
    0 0 0 6px rgba(255, 255, 255, 0.16);
  animation: psCardFloat 3.2s ease-in-out infinite alternate, logoShine 4s ease-in-out infinite;
}

.brand .ps-card-logo::before {
  inset: 4px;
  border-radius: 15px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.32), rgba(255, 255, 255, 0.02)),
    rgba(255, 255, 255, 0.08);
}

.brand .ps-card-logo::after {
  z-index: 0;
}

.brand .ps-card-logo svg {
  position: relative;
  z-index: 2;
  width: 44px;
  height: 44px;
  fill: #4b123d;
  stroke: #4b123d;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 3px 6px rgba(72, 12, 58, 0.22));
}

.brand .ps-card-logo rect {
  stroke: rgba(255, 255, 255, 0.78);
  stroke-width: 1.5;
}

.managed-logo-text {
  position: relative;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  color: #37112c;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0;
  text-shadow: 0 1px 0 rgba(255,255,255,.72), 0 10px 18px rgba(116,21,88,.24);
}

.footer-icon .managed-logo-text {
  color: #fff9ef;
  font-size: 32px;
  text-shadow: 0 3px 12px rgba(77,10,58,.38);
}

.managed-logo-img {
  position: relative;
  z-index: 3;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  object-fit: cover;
  border-radius: inherit;
  filter: drop-shadow(0 8px 16px rgba(82, 9, 68, 0.2));
}

.footer-icon .managed-logo-img {
  width: calc(100% - 14px);
  height: calc(100% - 14px);
}

.brand span:last-child {
  font-size: clamp(16px, 2vw, 20px);
  letter-spacing: 0.02em;
}

.menu-button {
  position: relative;
  overflow: hidden;
  border-color: rgba(255, 255, 255, 0.72);
  background:
    radial-gradient(circle at 30% 18%, rgba(255, 255, 255, 0.88), transparent 42%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.84), rgba(255, 223, 239, 0.72));
}

.menu-button::before {
  content: "";
  width: 18px;
  height: 12px;
  margin-right: 7px;
  background:
    linear-gradient(#43143c, #43143c) 0 0 / 18px 2px no-repeat,
    linear-gradient(#43143c, #43143c) 0 5px / 18px 2px no-repeat,
    linear-gradient(#43143c, #43143c) 0 10px / 18px 2px no-repeat;
}

.mobile-menu {
  position: sticky;
  top: 73px;
  z-index: 19;
  width: min(calc(100% - 24px), 420px);
  margin: 10px auto 0;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 24px;
  color: #32142f;
  background:
    radial-gradient(circle at 10% 0%, rgba(255, 255, 255, 0.92), transparent 9rem),
    radial-gradient(circle at 94% 10%, rgba(246, 189, 96, 0.22), transparent 10rem),
    rgba(255, 246, 251, 0.78);
  box-shadow: 0 24px 70px rgba(104, 18, 92, 0.18);
  backdrop-filter: blur(20px);
}

.mobile-menu.open {
  animation: mobileMenuPop 220ms ease-out both;
}

.mobile-menu a {
  border-radius: 16px;
  color: #32142f;
  font-weight: 900;
  padding: 12px 14px;
}

.mobile-menu > a:hover,
.mobile-menu > a:focus-visible,
.mobile-shop-links a:hover,
.mobile-shop-links a:focus-visible {
  color: #fff;
  background: linear-gradient(135deg, #d91f75, #ff79ad 58%, #f6bd60);
}

.mobile-shop-links {
  margin: 2px 0 10px;
  padding: 10px;
  border: 1px solid rgba(216, 31, 117, 0.14);
  border-left: 0;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.5);
}

.mobile-shop-links a {
  min-height: 40px;
  color: #76536f;
  font-size: 14px;
}

@keyframes psCardFloat {
  from {
    transform: translateY(0) rotate(-1deg);
  }

  to {
    transform: translateY(-3px) rotate(1deg);
  }
}

/* Final category layout lock: admin-managed shop categories stay vertical. */
.filters .filter-list {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 8px !important;
}

.filters .filter-list .filter-chip {
  display: flex !important;
  width: 100% !important;
  margin: 0 !important;
  align-items: center;
  justify-content: center;
}

@keyframes mobileMenuPop {
  from {
    opacity: 0;
    transform: translateY(-8px) scale(0.98);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 720px) {
  .brand .ps-card-logo {
    width: 46px;
    height: 46px;
    border-radius: 15px;
  }

  .brand .ps-card-logo svg {
    width: 38px;
    height: 38px;
  }

  .mobile-menu {
    top: 64px;
  }
}

@media (max-width: 420px) {
  .brand span:last-child {
    max-width: 112px;
  }

  .cart-button .cart-icon {
    display: none;
  }

  .menu-button {
    padding: 0 10px;
    font-size: 13px;
  }
}

/* Simple live admin panel */
.admin-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
  gap: clamp(20px, 4vw, 44px);
  align-items: center;
}

.admin-login-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 380px);
  gap: clamp(20px, 4vw, 44px);
  align-items: center;
}

.admin-login-form {
  display: grid;
  gap: 14px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 22px 58px rgba(133, 28, 98, 0.14);
  backdrop-filter: blur(18px);
}

.admin-login-form label {
  display: grid;
  gap: 8px;
  color: #32142f;
  font-weight: 900;
}

.admin-login-form input {
  width: 100%;
  border: 1px solid rgba(216, 31, 117, 0.16);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.84);
  color: var(--ink);
  font: inherit;
  padding: 13px 14px;
}

.admin-login-error {
  min-height: 22px;
  color: #c9184a;
  font-weight: 900;
}

.admin-stat-card {
  display: grid;
  gap: 12px;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 26px;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.82), transparent 9rem),
    rgba(255, 255, 255, 0.5);
  box-shadow: 0 22px 58px rgba(133, 28, 98, 0.16);
  backdrop-filter: blur(18px);
}

.admin-stat-card span {
  width: fit-content;
  padding: 8px 12px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #d91f75, #ff79ad);
  font-weight: 950;
}

.admin-stat-card strong {
  color: #32142f;
  font-size: clamp(30px, 4vw, 44px);
}

.admin-stat-card p {
  color: var(--muted);
  line-height: 1.55;
}

.admin-layout {
  display: grid;
  grid-template-columns: minmax(290px, 0.75fr) minmax(0, 1fr);
  gap: 22px;
  padding: clamp(18px, 4vw, 56px);
}

.admin-form,
.admin-products {
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 28px;
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 255, 255, 0.86), transparent 10rem),
    rgba(255, 255, 255, 0.72);
  box-shadow: 0 24px 70px rgba(104, 18, 92, 0.14);
  backdrop-filter: blur(18px);
}

.admin-form {
  display: grid;
  gap: 14px;
  align-content: start;
  padding: clamp(20px, 3vw, 30px);
}

.admin-products {
  padding: clamp(20px, 3vw, 30px);
}

.admin-form label {
  display: grid;
  gap: 8px;
  color: #32142f;
  font-weight: 900;
}

.admin-form input,
.admin-form select,
.admin-form textarea {
  width: 100%;
  border: 1px solid rgba(216, 31, 117, 0.16);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.84);
  color: var(--ink);
  font: inherit;
  padding: 13px 14px;
  outline: none;
}

.admin-form input:focus,
.admin-form select:focus,
.admin-form textarea:focus {
  border-color: rgba(216, 31, 117, 0.46);
  box-shadow: 0 0 0 4px rgba(216, 31, 117, 0.1);
}

.admin-actions,
.admin-row-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.admin-product-list {
  display: grid;
  gap: 14px;
}

.admin-product-card {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 12px;
  border: 1px solid rgba(216, 31, 117, 0.12);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.7);
}

.admin-product-card img {
  width: 88px;
  height: 88px;
  border-radius: 16px;
  object-fit: cover;
}

.admin-product-card span {
  color: var(--rose);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.admin-product-card h3 {
  margin: 5px 0;
  font-size: 18px;
}

.admin-product-card p,
.admin-empty {
  color: var(--muted);
}

.button.danger {
  color: #fff;
  border-color: rgba(190, 23, 63, 0.2);
  background: linear-gradient(135deg, #c9184a, #ff5d8f);
}

@media (max-width: 900px) {
  .admin-login-card,
  .admin-hero,
  .admin-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 580px) {
  .admin-layout {
    padding: 14px;
  }

  .admin-product-card {
    grid-template-columns: 72px minmax(0, 1fr);
  }

  .admin-product-card img {
    width: 72px;
    height: 72px;
  }

  .admin-row-actions {
    grid-column: 1 / -1;
  }
}
/* Compact mobile cart and full product image modal */
@media (max-width: 640px) {
  .cart-drawer {
    justify-content: center;
    align-items: center;
    padding: 10px;
  }

  .cart-panel {
    width: min(94vw, 380px);
    height: auto;
    max-height: 82vh;
    min-height: 0;
    padding: 16px;
    border-radius: 24px;
    overflow: hidden;
  }

  .cart-head h2 {
    font-size: 30px;
    line-height: 1;
  }

  .cart-items {
    flex: 0 1 auto;
    max-height: 34vh;
    padding: 6px 0;
  }

  .cart-empty {
    margin: 12px 0;
    font-size: 15px;
  }

  .payment-box {
    margin-top: 10px;
    padding: 12px;
    border-radius: 16px;
  }

  .payment-box h3 {
    font-size: 17px;
  }

  .payment-option {
    min-height: 34px;
    margin: 5px 0;
    font-size: 15px;
  }

  .payment-note {
    margin: 6px 0 0;
    font-size: 13px;
  }

  .cart-total {
    padding: 12px 0;
    font-size: 18px;
  }

  .checkout-link {
    min-height: 46px;
    font-size: 15px;
  }

  .product-modal {
    align-items: center;
    padding: 10px;
  }

  .product-modal-card {
    width: min(94vw, 380px);
    max-height: 86vh;
    gap: 12px;
    padding: 12px;
    border-radius: 24px;
  }

  .modal-image-wrap {
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.76);
  }

  .modal-image-wrap img {
    height: auto;
    min-height: 0;
    max-height: 240px;
    aspect-ratio: 4 / 3;
    object-fit: contain;
    object-position: center;
    border-radius: 18px;
  }

  .modal-copy {
    padding: 8px 8px 12px;
  }

  .modal-copy h2 {
    margin: 4px 0 8px;
    font-size: clamp(26px, 8vw, 34px);
    line-height: 1.04;
  }

  .modal-copy p {
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 1.55;
  }

  .modal-price {
    margin: 6px 0 10px;
    font-size: 28px;
  }

  .product-modal-card .button {
    min-height: 48px;
  }
}

/* Final visitor counter refresh: glass pulse with +5 live bump. */
.visitor-counter {
  position: relative !important;
  isolation: isolate !important;
  overflow: hidden !important;
  width: min(520px, calc(100% - 28px)) !important;
  min-height: 78px !important;
  grid-template-columns: 44px minmax(0, 1fr) auto auto !important;
  gap: 12px !important;
  padding: 16px 18px !important;
  border: 1px solid rgba(255, 255, 255, 0.5) !important;
  border-radius: 26px !important;
  background:
    radial-gradient(circle at 15% 18%, rgba(255, 255, 255, 0.82), transparent 7rem),
    linear-gradient(135deg, rgba(255, 211, 232, 0.34), rgba(255, 62, 143, 0.28), rgba(177, 51, 198, 0.24)) !important;
  box-shadow: 0 20px 58px rgba(48, 8, 41, 0.26), 0 0 0 1px rgba(255, 255, 255, 0.12) inset !important;
  animation: visitorPulse20 20s ease-in-out infinite !important;
}

.visitor-counter::before {
  content: "";
  position: absolute;
  inset: -55% -30%;
  z-index: -1;
  background: linear-gradient(115deg, transparent 30%, rgba(255, 255, 255, 0.38) 45%, transparent 62%);
  transform: translateX(-48%);
  animation: visitorLightSweep 20s ease-in-out infinite;
}

.visitor-orb {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 28%, #fff, #ffdaea 38%, #ff4f9b 72%, #9b1fb3);
  box-shadow: 0 0 26px rgba(255, 121, 173, 0.7), inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.visitor-label {
  color: #fff8c8 !important;
  font-size: 13px !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
}

.visitor-counter strong {
  font-size: clamp(24px, 4vw, 34px) !important;
  line-height: 1 !important;
  text-align: right !important;
}

.visitor-counter em {
  min-width: 92px !important;
  padding: 8px 10px !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.18) !important;
  text-align: center !important;
}

.visitor-counter [data-visitor-bump] {
  position: absolute;
  right: 18px;
  top: 8px;
  opacity: 0;
  color: #fff8c8;
  font-size: 17px;
  font-weight: 1000;
  text-shadow: 0 8px 18px rgba(87, 16, 73, 0.34);
}

.visitor-counter.is-bumping {
  animation: visitorManualPulse 1.2s ease both !important;
}

.visitor-counter.is-bumping [data-visitor-bump] {
  animation: visitorBumpFly 1.35s ease both;
}

@keyframes visitorPulse20 {
  0%, 8% {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 26px 70px rgba(48, 8, 41, 0.32), 0 0 36px rgba(255, 121, 173, 0.36);
  }

  12%, 100% {
    transform: translateY(0) scale(1);
    box-shadow: 0 20px 58px rgba(48, 8, 41, 0.26), 0 0 18px rgba(255, 121, 173, 0.16);
  }
}

@keyframes visitorLightSweep {
  0%, 8% { transform: translateX(48%); }
  12%, 100% { transform: translateX(-48%); }
}

@keyframes visitorManualPulse {
  0% { transform: scale(1); }
  42% { transform: scale(1.035); }
  100% { transform: scale(1); }
}

@keyframes visitorBumpFly {
  0% { opacity: 0; transform: translateY(10px) scale(0.92); }
  18% { opacity: 1; transform: translateY(0) scale(1.08); }
  100% { opacity: 0; transform: translateY(-28px) scale(1); }
}

@media (max-width: 560px) {
  .visitor-counter {
    grid-template-columns: 38px 1fr auto !important;
    min-height: 72px !important;
    padding: 14px !important;
  }

  .visitor-orb {
    width: 38px;
    height: 38px;
  }

  .visitor-counter em {
    grid-column: 2 / -1;
    width: fit-content;
    min-width: 0 !important;
    justify-self: start;
  }
}

/* Final floating WhatsApp button: icon only, glass pink. */
.floating-whatsapp {
  width: 58px !important;
  height: 58px !important;
  min-width: 58px !important;
  min-height: 58px !important;
  padding: 0 !important;
  display: grid !important;
  place-items: center !important;
  border: 1px solid rgba(255, 255, 255, 0.62) !important;
  border-radius: 50% !important;
  background:
    radial-gradient(circle at 32% 24%, rgba(255,255,255,.9), transparent 36%),
    linear-gradient(135deg, rgba(255, 120, 174, 0.9), rgba(216, 31, 117, 0.78), rgba(178, 54, 202, 0.76)) !important;
  box-shadow: 0 18px 42px rgba(216, 31, 117, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.66) !important;
  backdrop-filter: blur(18px) !important;
  animation: whatsappPinkPulse 2.4s ease-in-out infinite !important;
}

.floating-whatsapp::after {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: inherit;
  border: 1px solid rgba(255, 121, 173, 0.56);
  animation: whatsappPulseRing 2.4s ease-in-out infinite;
  pointer-events: none;
}

.floating-whatsapp span {
  display: none !important;
}

.floating-whatsapp svg {
  width: 30px !important;
  height: 30px !important;
  fill: #fff !important;
  filter: drop-shadow(0 5px 10px rgba(91, 15, 71, 0.24));
}

@keyframes whatsappPinkPulse {
  0%, 100% { transform: translateY(0) scale(1); }
  45% { transform: translateY(-2px) scale(1.06); }
}

@keyframes whatsappPulseRing {
  0% { opacity: 0.72; transform: scale(0.88); }
  70%, 100% { opacity: 0; transform: scale(1.24); }
}

/* Cart success message. */
.site-toast {
  position: fixed;
  left: 50%;
  bottom: 22px;
  z-index: 90;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  width: min(430px, calc(100vw - 28px));
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 999px;
  background:
    radial-gradient(circle at 14% 18%, rgba(255,255,255,.88), transparent 6rem),
    linear-gradient(135deg, rgba(255, 219, 235, 0.88), rgba(255, 81, 153, 0.78), rgba(190, 57, 206, 0.74));
  color: #fff;
  box-shadow: 0 18px 48px rgba(142, 24, 107, 0.28);
  backdrop-filter: blur(18px);
  transform: translate(-50%, 18px) scale(0.96);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.22s ease, transform 0.22s ease;
}

.site-toast.show {
  transform: translate(-50%, 0) scale(1);
  opacity: 1;
}

.site-toast span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255,255,255,.24);
  color: #fff8c8;
  font-size: 12px;
  font-weight: 1000;
}

.site-toast p {
  margin: 0;
  color: #fff;
  font-weight: 950;
  line-height: 1.3;
}

/* Final side visitor counter: tiny number-only widget. */
body > .visitor-counter[data-visitor-counter] {
  position: fixed !important;
  right: 14px !important;
  bottom: 84px !important;
  z-index: 80 !important;
  width: auto !important;
  min-width: 46px !important;
  max-width: 82px !important;
  min-height: 26px !important;
  display: inline-grid !important;
  grid-template-columns: 1fr !important;
  gap: 0 !important;
  place-items: center !important;
  margin: 0 !important;
  padding: 4px 9px !important;
  border-radius: 999px !important;
  background:
    radial-gradient(circle at 25% 15%, rgba(255,255,255,.9), transparent 42%),
    linear-gradient(135deg, rgba(255, 216, 234, 0.82), rgba(255, 92, 161, 0.72)) !important;
  box-shadow: 0 10px 24px rgba(119, 22, 94, 0.22), inset 0 1px 0 rgba(255,255,255,.68) !important;
}

body > .visitor-counter[data-visitor-counter] .visitor-orb {
  display: none !important;
}

body > .visitor-counter[data-visitor-counter] .visitor-label {
  display: none !important;
}

body > .visitor-counter[data-visitor-counter] strong {
  display: block !important;
  max-width: 64px !important;
  overflow: hidden !important;
  color: #fff !important;
  font-size: 12px !important;
  line-height: 1 !important;
  text-align: center !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

body > .visitor-counter[data-visitor-counter] em,
body > .visitor-counter[data-visitor-counter] [data-visitor-bump] {
  display: none !important;
}

body > .visitor-counter[data-visitor-counter].is-bumping {
  animation: visitorManualPulse 0.8s ease both !important;
}

@media (max-width: 560px) {
  body > .visitor-counter[data-visitor-counter] {
    right: 10px !important;
    bottom: 78px !important;
    min-width: 42px !important;
    max-width: 72px !important;
    min-height: 24px !important;
    padding: 4px 8px !important;
  }
}

/* Final category wrapping lock for admin-managed categories. */
.shop-dropdown,
.mobile-shop-links,
.filters .filter-list {
  display: flex !important;
  flex-direction: column !important;
  grid-template-columns: 1fr !important;
  flex-wrap: nowrap !important;
  align-items: stretch !important;
  gap: 8px !important;
}

.shop-dropdown a,
.mobile-shop-links a,
.filters .filter-chip {
  display: flex !important;
  width: 100% !important;
  min-width: 0 !important;
  flex: 0 0 auto !important;
  justify-content: center !important;
  white-space: normal !important;
}

.cats,
#catList {
  display: flex !important;
  flex-direction: column !important;
  grid-template-columns: 1fr !important;
  flex-wrap: nowrap !important;
  gap: 10px !important;
}

.cats .cat,
#catList .cat {
  width: 100% !important;
  flex: 0 0 auto !important;
}

/* Final category product card lock: filtered/new categories keep normal card size. */
.shop-layout .shop-grid,
.category-products .shop-grid,
.product-grid[data-products] {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(220px, 290px)) !important;
  justify-content: start !important;
  align-items: stretch !important;
  gap: 24px !important;
}

.shop-layout .shop-grid .product-card,
.category-products .shop-grid .product-card,
.product-grid[data-products] .product-card {
  width: 100% !important;
  max-width: 290px !important;
  min-width: 0 !important;
}

.filters,
.filters .filter-list {
  display: flex !important;
  flex-direction: column !important;
}

.filters > .filter-chip,
.filters .filter-list > .filter-chip {
  display: flex !important;
  width: 100% !important;
}

@media (max-width: 680px) {
  .shop-layout .shop-grid,
  .category-products .shop-grid,
  .product-grid[data-products] {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
  }

  .shop-layout .shop-grid .product-card,
  .category-products .shop-grid .product-card,
  .product-grid[data-products] .product-card {
    max-width: none !important;
  }
}

/* Final menu and four-tile category/product grid polish. */
.shop-layout .shop-grid,
.category-products .shop-grid,
.product-grid[data-products] {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  justify-content: stretch !important;
}

.shop-layout .shop-grid .product-card,
.category-products .shop-grid .product-card,
.product-grid[data-products] .product-card {
  max-width: none !important;
}

.nav-shop > a,
.menu-button {
  border: 1px solid rgba(255, 255, 255, 0.62) !important;
  border-radius: 999px !important;
  background:
    radial-gradient(circle at 22% 18%, rgba(255,255,255,.9), transparent 42%),
    linear-gradient(135deg, rgba(255, 244, 250, 0.9), rgba(255, 211, 232, 0.78)) !important;
  box-shadow: 0 12px 28px rgba(132, 26, 98, 0.12), inset 0 1px 0 rgba(255,255,255,.72) !important;
}

.shop-dropdown {
  gap: 8px !important;
  min-width: 290px !important;
  padding: 14px !important;
  border-radius: 26px !important;
  background:
    radial-gradient(circle at 16% 8%, rgba(255,255,255,.92), transparent 6rem),
    linear-gradient(145deg, rgba(255,255,255,.86), rgba(255,220,237,.76), rgba(255,246,205,.46)) !important;
  box-shadow: 0 28px 76px rgba(132, 26, 98, 0.22), inset 0 1px 0 rgba(255,255,255,.78) !important;
}

.shop-dropdown a,
.mobile-shop-links a {
  position: relative !important;
  justify-content: flex-start !important;
  gap: 8px !important;
  padding-left: 16px !important;
  border-radius: 16px !important;
  background: rgba(255,255,255,.52) !important;
}

.shop-dropdown a::before,
.mobile-shop-links a::before {
  content: "";
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: linear-gradient(135deg, #d91f75, #ff79ad);
  box-shadow: 0 0 12px rgba(216, 31, 117, 0.36);
}

.shop-dropdown a:hover,
.mobile-shop-links a:hover {
  color: #fff !important;
  background: linear-gradient(135deg, #d91f75, #ff79ad 58%, #f6bd60) !important;
}

.shop-dropdown a:hover::before,
.mobile-shop-links a:hover::before {
  background: #fff8c8;
}

@media (max-width: 980px) {
  .shop-layout .shop-grid,
  .category-products .shop-grid,
  .product-grid[data-products] {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 680px) {
  .shop-layout .shop-grid,
  .category-products .shop-grid,
  .product-grid[data-products] {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
