:root {
  --ink: #251b2a;
  --muted: #766d78;
  --plum: #65156b;
  --berry: #ad1f61;
  --pink: #ed4c88;
  --blush: #fff1f6;
  --cream: #fffaf7;
  --line: #eadfe7;
  --green: #14764e;
  --red: #b72c46;
  --amber: #9a6500;
  --shadow: 0 18px 55px rgba(55, 22, 53, 0.12);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  max-width: 100%;
  overflow-x: hidden;
}
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: Tahoma, "Segoe UI", Arial, sans-serif;
  max-width: 100%;
  overflow-x: hidden;
}
button,
input,
select,
textarea {
  font: inherit;
}
button,
a {
  cursor: pointer;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  display: block;
  max-width: 100%;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
.full {
  width: 100%;
}
.offer-bar {
  height: 34px;
  background: #211528;
  color: #fff;
  text-align: center;
  padding: 8px 15px;
  font-size: 12px;
}
.site-header {
  height: 76px;
  padding: 0 5vw;
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  gap: 32px;
  background: #fffcfd;
  position: sticky;
  top: 0;
  z-index: 50;
}
.site-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  font-weight: 800;
  white-space: nowrap;
}
.site-logo img,
.admin-logo img {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  object-fit: cover;
}
.site-header nav {
  margin: auto;
  display: flex;
  gap: 7px;
}
.site-header nav a {
  padding: 9px 14px;
  border-radius: 20px;
}
.site-header nav a:hover {
  color: var(--berry);
  background: var(--blush);
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 13px;
  font-weight: 700;
}
.cart-link b {
  background: var(--pink);
  color: #fff;
  border-radius: 50%;
  min-width: 19px;
  height: 19px;
  display: inline-grid;
  place-items: center;
  font-size: 10px;
}
.menu-toggle {
  display: none;
  border: 0;
  background: none;
  font-size: 24px;
}
.site-main {
  max-width: 1440px;
  margin: auto;
  padding: 0 5vw 80px;
}
.site-header {
  height: 82px;
  margin: 12px 3vw 0;
  padding: 0 18px 0 14px;
  gap: 22px;
  top: 10px;
  border: 1px solid rgba(234, 223, 231, 0.92);
  border-radius: 24px;
  background: rgba(255, 252, 253, 0.92);
  box-shadow: 0 12px 40px rgba(76, 25, 66, 0.11);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
.site-header:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(
    115deg,
    rgba(255, 255, 255, 0.7),
    transparent 38%,
    rgba(237, 76, 136, 0.05)
  );
  z-index: -1;
}
.site-logo {
  gap: 11px;
  position: relative;
}
.site-logo:after {
  content: "♥";
  position: absolute;
  right: 38px;
  top: 0;
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  color: var(--pink);
  font-size: 9px;
  box-shadow: 0 4px 12px rgba(173, 31, 97, 0.2);
}
.site-logo img {
  width: 52px;
  height: 52px;
  border: 3px solid #fff;
  box-shadow: 0 7px 18px rgba(123, 26, 101, 0.18);
}
.brand-copy {
  display: grid;
  line-height: 1.15;
  justify-items: center;
}
.brand-copy strong {
  font-size: 18px;
  background: linear-gradient(135deg, var(--plum), var(--pink));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.brand-copy small {
  margin-top: 5px;
  color: var(--muted);
  font-size: 9px;
  font-weight: 600;
}
.site-header nav {
  padding: 5px;
  background: #fff5f9;
  border: 1px solid #f5e4ec;
  border-radius: 999px;
  box-shadow: inset 0 1px 0 #fff;
}
.site-header nav a {
  position: relative;
  padding: 10px 18px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  transition: 0.25s;
}
.site-header nav a:hover {
  transform: translateY(-1px);
  color: var(--berry);
  background: #fff;
}
.site-header nav a.active {
  color: #fff;
  background: linear-gradient(135deg, var(--pink), var(--berry));
  box-shadow: 0 7px 18px rgba(173, 31, 97, 0.22);
}
.header-actions {
  gap: 8px;
}
.header-actions > a {
  min-height: 50px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 6px 11px;
  border: 1px solid #f2dfe8;
  border-radius: 14px;
  background: #fff;
  transition: 0.25s;
}
.header-actions > a:hover {
  transform: translateY(-2px);
  border-color: #ebb7cc;
  box-shadow: 0 8px 20px rgba(113, 25, 83, 0.11);
}
.header-action-icon {
  width: 27px;
  height: 27px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  background: var(--blush);
  color: var(--berry);
  font-size: 17px;
}
.cart-link {
  position: relative;
}
.cart-link b {
  position: absolute;
  top: -6px;
  left: -5px;
  min-width: 22px;
  height: 22px;
  border: 2px solid #fff;
  box-shadow: 0 5px 12px rgba(173, 31, 97, 0.25);
}
.menu-toggle {
  width: 42px;
  height: 42px;
  border: 1px solid #f1dbe6;
  border-radius: 13px;
  background: #fff;
  color: var(--berry);
  place-items: center;
}
.site-main {
  padding-top: 18px;
}
.header-action-icon.cart-icon {
  width: 34px;
  height: 34px;
  border-radius: 11px;
  color: #fff;
  background: linear-gradient(135deg, var(--pink), var(--berry));
  box-shadow: 0 7px 16px rgba(173, 31, 97, 0.24);
}
.cart-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.account-icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.site-logo img {
  border-radius: 15px;
  object-fit: cover;
}
.site-header {
  height: 90px;
}
.site-logo img {
  width: 64px;
  height: 64px;
}
.site-logo:after {
  right: 50px;
}
.site-logo-image {
  width: 64px;
  height: 64px;
  flex: 0 0 64px;
  overflow: hidden;
  border: 3px solid #fff;
  border-radius: 15px;
  box-shadow: 0 7px 18px rgba(123, 26, 101, 0.18);
}
.site-logo-image img {
  width: 100% !important;
  height: 100% !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  object-fit: cover;
  transform: scale(1.42);
  transform-origin: center 42%;
}
.site-logo:after {
  display: none;
}
.site-logo > img {
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  transform: none;
}
.season-hero {
  min-height: 560px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin: 0;
  padding: 0;
  position: relative;
}
.season {
  position: relative;
  overflow: hidden;
  color: #fff;
  min-height: 560px;
  padding: 26px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  background-size: cover;
  background-position: center;
  border-radius: 0;
  box-shadow: 0 28px 80px rgba(37, 15, 41, .18);
  isolation: isolate;
}
.season:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(22, 10, 26, 0) 46%, rgba(22, 10, 26, .50) 100%);
}
.season:after {
  display: none;
}
.season.summer:before {
  background: linear-gradient(180deg, rgba(22, 10, 26, 0) 46%, rgba(122, 18, 106, .42) 100%);
}
.season.winter:before {
  background: linear-gradient(180deg, rgba(22, 10, 26, 0) 46%, rgba(48, 32, 71, .45) 100%);
}
.season span {
  display: none;
}
.season-glass-card {
  position: relative;
  z-index: 1;
  width: min(92%, 390px);
  display: grid;
  justify-items: center;
  text-align: center;
  padding: 18px 12px 16px;
  border-radius: 28px;
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
.season-glass-card:before {
  display: none;
}
.season h1 {
  position: relative;
  z-index: 1;
  font-size: clamp(38px, 4.8vw, 64px);
  line-height: 1;
  margin: 0 0 12px;
  color: #fff;
  text-shadow: 0 5px 24px rgba(24, 8, 28, .55);
}
.season p {
  position: relative;
  z-index: 1;
  max-width: 430px;
  margin: 0 0 20px;
  color: #fff;
  font-size: clamp(15px, 1.8vw, 20px);
  font-weight: 800;
  line-height: 1.45;
  text-align: center;
  text-shadow: 0 4px 18px rgba(24, 8, 28, .50);
}
.season b {
  position: relative;
  z-index: 1;
  background: #fff;
  color: var(--ink);
  padding: 14px 28px;
  border-radius: 999px;
  width: max-content;
  max-width: 100%;
  box-shadow: 0 18px 45px rgba(37, 15, 41, .24);
  border: 1px solid rgba(255,255,255,.8);
  font-size: 16px;
}
.season.has-photo:before {
  display: none;
}
.promo-ticker {
  margin: 18px 0 20px;
  overflow: hidden;
  border: 1px solid #f0cadd;
  border-radius: 999px;
  background: linear-gradient(90deg, #fff7fb, #ffe7f2, #fff7fb);
  box-shadow: 0 18px 45px rgba(122, 18, 106, .08);
}
.promo-ticker-track {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 12px 18px;
  color: var(--plum);
  font-weight: 900;
  font-size: 14px;
  white-space: nowrap;
  animation: promo-ticker-move 22s linear infinite;
}
.promo-ticker-track span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.promo-ticker-track span:before {
  content: "◆";
  color: #d6a336;
  font-size: 10px;
}
@keyframes promo-ticker-move {
  from {
    transform: translateX(-8%);
  }
  to {
    transform: translateX(45%);
  }
}
.benefits {
  margin: 28px 0 62px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.benefits span {
  min-height: 108px;
  border: 1px solid #f0cadd;
  border-radius: 24px;
  padding: 18px 14px;
  display: grid;
  place-items: center;
  text-align: center;
  gap: 8px;
  background: linear-gradient(180deg, #fff, #fff6fb);
  box-shadow: 0 16px 40px rgba(122, 18, 106, .08);
}
.benefits i {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: linear-gradient(135deg, #fff2f8, #f7d7e7);
  font-style: normal;
  font-size: 24px;
}
.benefits strong {
  color: var(--ink);
  font-size: 14px;
  line-height: 1.5;
}
.section-title,
.admin-heading,
.card-head,
.account-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.section-title small,
.page-heading small,
.admin-topbar small,
.product-details > small {
  color: var(--pink);
  font-weight: 700;
}
.section-title h2 {
  font-size: 34px;
}
.search-form {
  display: flex;
}
.search-form input {
  border: 1px solid var(--line);
  padding: 10px 13px;
  border-radius: 0 9px 9px 0;
  min-width: 240px;
}
.search-form button {
  border: 0;
  background: var(--plum);
  color: #fff;
  border-radius: 9px 0 0 9px;
  padding: 0 18px;
}
.category-pills {
  display: flex;
  gap: 8px;
  margin-bottom: 22px;
}
.category-pills a {
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 7px 17px;
  font-size: 13px;
}
.category-pills .active {
  background: var(--plum);
  color: #fff;
}
.products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
.product-card {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  overflow: hidden;
  transition: 0.25s;
}
.product-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}
.product-art {
  aspect-ratio: 0.8;
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
  color: #fff;
  text-align: center;
  background: linear-gradient(145deg, #f29ab5, #b62969);
}
.product-art:before {
  content: "";
  position: absolute;
  width: 58%;
  height: 58%;
  top: 16%;
  border: 2px solid #ffffff75;
  background: #ffffff1c;
  border-radius: 42% 42% 24% 24%;
  box-shadow: inset 0 0 0 13px #ffffff0b;
}
.product-art:after {
  content: "";
  position: absolute;
  top: 33%;
  width: 34%;
  height: 2px;
  background: #ffffff70;
  box-shadow:
    0 12px 0 #ffffff42,
    0 24px 0 #ffffff30;
}
.product-art > span {
  position: relative;
  z-index: 2;
  margin-top: 48%;
  font-weight: 800;
  text-shadow: 0 4px 15px #32104475;
}
.product-art em {
  position: absolute;
  top: 13px;
  right: 13px;
  background: #fff;
  color: var(--berry);
  font-style: normal;
  font-size: 10px;
  padding: 5px 9px;
  border-radius: 15px;
  z-index: 3;
}
.product-info {
  padding: 14px;
}
.product-info small {
  color: var(--muted);
}
.product-info h3 {
  font-size: 16px;
  margin: 7px 0;
}
.product-info strong {
  color: var(--berry);
  font-size: 18px;
}
.product-info del {
  color: #aaa;
  margin-right: 8px;
  font-size: 12px;
}
.product-info > div {
  margin-bottom: 12px;
}
.product-info button,
.button {
  border: 0;
  background: linear-gradient(135deg, var(--berry), var(--plum));
  color: #fff;
  border-radius: 9px;
  padding: 11px 18px;
  font-weight: 700;
}
.product-info button {
  width: 100%;
}
.product-info button:disabled,
.button:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}
.tone-rose {
  background: linear-gradient(145deg, #f29ab5, #b62969);
}
.tone-lilac {
  background: linear-gradient(145deg, #c8a0d8, #704279);
}
.tone-sky {
  background: linear-gradient(145deg, #a9d7ed, #4979a8);
}
.tone-mint {
  background: linear-gradient(145deg, #aadcc7, #4a8b78);
}
.tone-cloud {
  background: linear-gradient(145deg, #b4cde2, #657b9b);
}
.tone-berry {
  background: linear-gradient(145deg, #bc6688, #672345);
}
.tone-navy {
  background: linear-gradient(145deg, #64759a, #252b4b);
}
.tone-plum {
  background: linear-gradient(145deg, #9a6a9e, #4d255e);
}
.product-art.has-photo:before,
.product-art.has-photo:after {
  display: none;
}
.product-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s;
}
.product-card:hover .product-photo {
  transform: scale(1.035);
}
.page-heading {
  text-align: center;
  padding: 42px 0 25px;
}
.page-heading h1 {
  font-size: 42px;
}
.back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 30px 0;
  padding: 10px 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: linear-gradient(135deg, #fff, #fff7fb);
  color: var(--berry);
  box-shadow: 0 12px 28px rgba(122, 18, 106, .08);
  font-weight: 700;
}
.back-link span {
  display: inline-grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--blush);
}
.product-page {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6vw;
}
.product-gallery-shell {
  display: grid;
  gap: 14px;
  align-content: start;
}
.product-art-large {
  aspect-ratio: 0.84;
  border-radius: 22px;
}
.product-art-large.has-photo {
  cursor: zoom-in;
}
.product-art-large > span {
  font-size: 28px;
}
.product-art-large small {
  display: block;
  font-size: 15px;
}
.product-details {
  padding: 25px 0;
}
.product-details h1 {
  font-size: 45px;
  margin: 8px 0;
}
.rating {
  color: #e9a91c;
}
.rating span {
  color: var(--muted);
  font-size: 12px;
}
.product-price {
  font-size: 28px;
  margin: 20px 0;
}
.product-price strong {
  color: var(--berry);
}
.product-price del {
  color: #aaa;
  font-size: 17px;
  margin-right: 10px;
}
.bundle-note,
.wallet-message {
  background: var(--blush);
  color: var(--berry);
  padding: 14px;
  border-radius: 10px;
  font-weight: 700;
}
.product-description-card {
  margin: 18px 0;
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(255, 247, 251, .96), #fff);
  box-shadow: 0 18px 42px rgba(122, 18, 106, .07);
}
.product-description-card > strong {
  display: block;
  margin-bottom: 10px;
  color: var(--ink);
  font-size: 16px;
}
.product-description-card ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--muted);
  line-height: 1.8;
}
.product-description-card li {
  position: relative;
  padding-right: 18px;
}
.product-description-card li:before {
  content: "•";
  position: absolute;
  right: 0;
  color: var(--berry);
}
.product-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 12px 0 6px;
}
.product-trust-row span {
  padding: 8px 12px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--line);
  color: var(--ink);
  font-size: 12px;
  font-weight: 800;
}
.product-form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: 22px;
}
.product-form label,
.form-card label,
.date-filter label {
  display: grid;
  gap: 6px;
  font-size: 13px;
  font-weight: 700;
}
.product-form input,
.product-form select,
.form-card input,
.form-card select,
.form-card textarea,
.date-filter input,
.orders-table select {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 10px;
  background: #fff;
}
.product-form .button {
  grid-column: 1/-1;
}
.stock-note {
  font-size: 12px;
  color: var(--green);
  margin-top: 14px;
}
.auth-page {
  max-width: 980px;
  margin: 55px auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-radius: 25px;
  overflow: hidden;
  box-shadow: var(--shadow);
  min-height: 590px;
}
.auth-promo {
  background: linear-gradient(145deg, #52205f, #bd2c72 58%, #f495b1);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 45px;
  position: relative;
  overflow: hidden;
}
.auth-promo:before {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  border: 1px solid #ffffff35;
  border-radius: 50%;
  background: #ffffff0d;
}
.auth-promo > * {
  position: relative;
}
.auth-promo img {
  width: 105px;
  height: 105px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 20px;
}
.auth-promo h1 {
  font-size: 36px;
}
.form-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 28px;
}
.auth-page .form-card {
  border: 0;
  border-radius: 0;
  padding: 55px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 15px;
}
.auth-page .form-card h2 {
  font-size: 30px;
}
.form-card label {
  margin-bottom: 12px;
}
.form-card textarea {
  min-height: 85px;
  resize: vertical;
}
.form-card a {
  color: var(--berry);
  font-weight: 700;
}
.human-login-logo {
  width: 112px;
  height: 112px;
  margin-bottom: 22px;
  display: grid;
  place-items: center;
  border: 2px solid rgba(255, 255, 255, 0.75);
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.28),
    rgba(255, 255, 255, 0.08)
  );
  box-shadow:
    0 18px 45px rgba(43, 10, 53, 0.28),
    inset 0 0 0 7px rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(8px);
}
.human-login-logo svg {
  width: 67px;
  height: 67px;
  fill: none;
  stroke: currentColor;
  stroke-width: 3.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.cart-layout,
.checkout-layout {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 30px;
}
.cart-items {
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 8px 22px;
}
.cart-item {
  display: grid;
  grid-template-columns: 95px 1fr auto;
  gap: 17px;
  align-items: center;
  padding: 17px 0;
  border-bottom: 1px solid var(--line);
}
.mini-art {
  width: 95px;
  height: 112px;
  border-radius: 10px;
  color: #fff;
  display: grid;
  place-items: center;
  text-align: center;
  font-size: 11px;
  padding: 8px;
}
.cart-item h3 {
  margin-bottom: 7px;
}
.cart-item p {
  font-size: 12px;
  color: var(--muted);
}
.cart-item input {
  width: 65px;
  border: 1px solid var(--line);
  padding: 6px;
  border-radius: 6px;
}
.summary-card {
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 23px;
  height: max-content;
  background: #fff;
}
.summary-card p {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 9px 0;
  border-bottom: 1px solid #f2edf1;
  font-size: 13px;
}
.summary-card .green {
  color: var(--green);
}
.summary-card .discount-row {
  color: #0f8a4b;
}
.summary-card .discount-row strong {
  color: #0f8a4b;
}
.checkout-summary-items {
  display: grid;
  gap: 10px;
  margin: 8px 0 12px;
}
.checkout-summary-item {
  display: grid;
  grid-template-columns: 52px 1fr auto;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid #f2edf1;
}
.checkout-summary-thumb {
  width: 52px;
  height: 58px;
  border-radius: 14px;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 900;
  color: #fff;
  text-align: center;
}
.checkout-summary-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.checkout-summary-info {
  display: grid;
  gap: 4px;
}
.checkout-summary-info strong {
  font-size: 13px;
  color: var(--ink);
}
.checkout-summary-info small {
  font-size: 11px;
  color: var(--muted);
  line-height: 1.6;
}
.checkout-summary-item > b {
  font-size: 13px;
  white-space: nowrap;
  color: var(--ink);
}
.offer-message-box {
  display: grid;
  gap: 6px;
  margin: 0 0 12px;
  padding: 10px 12px;
  border: 1px solid #ffd2e5;
  border-radius: 14px;
  background: #fff3f8;
  color: var(--berry);
  font-weight: 800;
}
.offer-message-box p {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
}
.is-hidden {
  display: none !important;
}
.summary-card .total {
  font-size: 19px;
  border-top: 1px solid var(--line);
}
.outline-button {
  border: 1px solid var(--berry);
  color: var(--berry);
  background: #fff;
  border-radius: 8px;
  padding: 8px 14px;
  font-weight: 700;
}
.offer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
}
.offer-actions form {
  margin: 0;
}
.outline-button.danger {
  border-color: #b4233c;
  color: #b4233c;
}
.checkout-forms {
  display: grid;
  gap: 17px;
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.form-grid .wide {
  grid-column: 1/-1;
}
.payment-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
}
.payment-choice {
  display: flex !important;
  grid-template-columns: none !important;
  flex-direction: row;
  align-items: center;
  border: 1px solid var(--line);
  padding: 12px;
  border-radius: 9px;
}
.payment-choice input {
  width: auto;
}
.payment-choice span {
  display: grid;
}
.payment-choice small {
  font-weight: 400;
  color: var(--muted);
}
.payment-choice:has(input:checked) {
  border: 2px solid var(--berry);
  background: var(--blush);
}
.wallet-fields {
  display: none;
  margin-top: 14px;
}
.wallet-fields.visible {
  display: block;
}
.sticky {
  position: sticky;
  top: 96px;
}
.cart-product-art {
  display: grid;
  justify-items: center;
  gap: 7px;
  width: max-content;
  position: relative;
  border-radius: 10px;
  text-align: center;
  transition: 0.2s;
}
.cart-product-art:hover {
  transform: translateY(-2px);
  box-shadow: 0 9px 24px rgba(80, 27, 72, 0.18);
}
.cart-product-name {
  transition: 0.2s;
}
.cart-product-name:hover {
  color: var(--berry);
}
.mini-art.has-photo {
  padding: 0;
  overflow: hidden;
}
.mini-art.has-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cart-offer-badge {
  position: absolute;
  top: -9px;
  right: -10px;
  z-index: 2;
  padding: 5px 9px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ffcf5a, #ff7aa8 55%, #8b0f7a);
  color: #fff;
  box-shadow: 0 8px 18px rgba(139, 15, 122, 0.22);
  border: 2px solid #fff;
  font-size: 11px;
  font-weight: 900;
  white-space: nowrap;
}
.cart-stars {
  display: block;
  color: #f5b428;
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 1;
  direction: ltr;
  text-shadow: 0 1px 0 #fff, 0 3px 10px rgba(245, 180, 40, 0.3);
}
.cart-live-status {
  display: inline-block;
  min-height: 18px;
  margin-top: 10px;
  color: var(--green);
  font-size: 11px;
  font-weight: 700;
}
.cart-items.is-updating {
  opacity: 0.82;
}
.cart-items {
  transition: opacity 0.2s;
}
.success-page,
.empty-state {
  text-align: center;
  padding: 80px 20px;
}
.success-page {
  max-width: 650px;
  margin: 50px auto;
  border: 1px solid var(--line);
  border-radius: 22px;
}
.success-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #dff5ea;
  color: var(--green);
  font-size: 35px;
  display: grid;
  place-items: center;
  margin: 0 auto 20px;
}
.account-head {
  margin: 45px 0 22px;
  padding: 28px;
  border-radius: 16px;
  background: linear-gradient(120deg, #f7e4ee, #eee1f3);
}
.account-head h1 {
  font-size: 32px;
}
.table-card,
.chart-card,
.quick-links {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  padding: 20px;
}
.table-scroll {
  width: 100%;
  overflow: auto;
}
table {
  width: 100%;
  border-collapse: collapse;
  white-space: nowrap;
}
th,
td {
  text-align: right;
  padding: 12px 10px;
  border-bottom: 1px solid #eee;
  font-size: 13px;
}
th {
  color: var(--muted);
  background: #faf8fa;
}
.status {
  font-size: 10px;
  border-radius: 15px;
  padding: 5px 9px;
  background: #eee;
}
.status.paid,
.status.delivered {
  background: #dff5ea;
  color: var(--green);
}
.status.pending,
.status.preparing {
  background: #fff1d3;
  color: var(--amber);
}
.status.rejected,
.status.cancelled {
  background: #ffe4e9;
  color: var(--red);
}
.status.shipping,
.status.confirmed {
  background: #e2eeff;
  color: #2862a8;
}
.flash-stack {
  position: fixed;
  left: 24px;
  bottom: 24px;
  z-index: 200;
  display: grid;
  gap: 8px;
}
.flash {
  background: #24172a;
  color: #fff;
  border-radius: 9px;
  padding: 12px 17px;
  box-shadow: var(--shadow);
  animation: flash-in 0.3s;
}
.flash.error {
  background: #941f3d;
}
.flash.success {
  background: #146746;
}
.flash.warning {
  background: #8b6000;
}
@keyframes flash-in {
  from {
    transform: translateY(30px);
    opacity: 0;
  }
}
.cart-toast-stack {
  position: fixed;
  left: 24px;
  bottom: 24px;
  z-index: 250;
  display: grid;
  gap: 10px;
  pointer-events: none;
}
.cart-toast {
  min-width: 300px;
  max-width: 390px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  background: linear-gradient(135deg, #fff7fb, #fff);
  color: var(--ink);
  border: 1px solid #f5c6d9;
  border-radius: 16px;
  box-shadow: 0 18px 50px rgba(113, 25, 83, 0.22);
  font-weight: 700;
  animation: cart-toast-in 0.35s cubic-bezier(0.2, 0.9, 0.3, 1.2);
}
.cart-toast.error {
  border-color: #f2aaba;
  background: #fff5f7;
}
.cart-toast-icon {
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--pink), var(--berry));
  color: #fff;
  font-size: 18px;
  box-shadow: 0 7px 18px rgba(173, 31, 97, 0.25);
}
.cart-toast.error .cart-toast-icon {
  background: var(--red);
}
.cart-toast.leaving {
  animation: cart-toast-out 0.35s forwards;
}
.cart-link b.cart-bump {
  animation: cart-bump 0.45s;
}
.is-loading {
  opacity: 0.75;
  cursor: wait;
}
@keyframes cart-toast-in {
  from {
    transform: translateY(22px) scale(0.95);
    opacity: 0;
  }
}
@keyframes cart-toast-out {
  to {
    transform: translateY(18px) scale(0.96);
    opacity: 0;
  }
}
@keyframes cart-bump {
  50% {
    transform: scale(1.55);
    box-shadow: 0 0 0 7px #ed4c8830;
  }
}
.admin-body {
  background: #f6f3f6;
}
.admin-sidebar {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  width: 250px;
  background: #211528;
  color: #e8dfea;
  padding: 20px 14px;
  display: flex;
  flex-direction: column;
  z-index: 70;
}
.admin-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-weight: 800;
  padding: 7px 8px 22px;
}
.admin-sidebar nav {
  display: grid;
  gap: 5px;
}
.admin-sidebar nav a {
  padding: 12px 14px;
  border-radius: 8px;
}
.admin-sidebar nav a:hover,
.admin-sidebar nav a.active {
  background: #ffffff16;
  color: #fff;
}
.return-store {
  margin-top: auto;
  border: 1px solid #ffffff30;
  border-radius: 8px;
  padding: 10px 14px;
}
.admin-main {
  margin-right: 250px;
  min-height: 100vh;
}
.admin-topbar {
  height: 75px;
  background: #fff;
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 28px;
  position: sticky;
  top: 0;
  z-index: 40;
}
.admin-topbar > div {
  display: grid;
}
.admin-topbar form {
  margin: 0;
}
.link-button {
  border: 0;
  background: none;
  color: var(--berry);
}
.admin-content {
  padding: 30px;
  max-width: none;
}
.admin-heading {
  margin-bottom: 22px;
}
.admin-heading h1 {
  font-size: 29px;
  margin-bottom: 3px;
}
.admin-heading p {
  margin: 0;
  color: var(--muted);
}
.metric-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  margin-bottom: 20px;
}
.metric-grid article {
  border: 1px solid var(--line);
  border-radius: 13px;
  background: #fff;
  padding: 19px;
}
.metric-grid small,
.metric-grid span {
  display: block;
  color: var(--muted);
}
.metric-grid strong {
  font-size: 27px;
  display: block;
  margin: 7px 0;
}
.metric-grid span {
  font-size: 11px;
}
.dashboard-cards {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 18px;
  margin-bottom: 20px;
}
.css-bars {
  height: 220px;
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
  border-bottom: 1px solid var(--line);
  padding-top: 20px;
}
.css-bars i {
  width: 8%;
  background: linear-gradient(var(--pink), var(--plum));
  border-radius: 7px 7px 0 0;
}
.card-head a {
  color: var(--berry);
  font-size: 12px;
}
.quick-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.quick-links a {
  padding: 12px;
  background: #faf5f8;
  border-radius: 8px;
}
.admin-products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}
.admin-search-form {
  display: flex;
  gap: 10px;
  align-items: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 12px;
  margin-bottom: 18px;
}
.admin-search-form input {
  flex: 1;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 12px 14px;
}
.admin-product-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 13px;
  overflow: hidden;
}
.admin-product-art {
  aspect-ratio: 1.16;
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: 800;
}
.admin-product-card > div:last-child {
  padding: 14px;
}
.admin-product-card small {
  color: var(--muted);
}
.admin-product-card h3 {
  font-size: 15px;
  margin: 7px 0;
}
.admin-product-card p {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
}
.admin-product-meta {
  color: var(--muted);
  display: block !important;
  line-height: 1.8;
}
.admin-card-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 12px;
}
.admin-card-actions form {
  display: inline;
}
.danger-button {
  color: #a30f3c;
  border-color: #f2b8cc;
  background: #fff5f8;
}
.full-report-card {
  margin-top: 18px;
}
.orders-prep-section {
  padding: 24px;
  background:
    radial-gradient(circle at top left, rgba(237, 76, 136, 0.08), transparent 34%),
    #fff;
}
.report-section-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 18px;
  padding-bottom: 16px;
  border-bottom: 1px solid #f2dce7;
}
.report-section-head span {
  color: var(--pink);
  font-weight: 900;
  font-size: 12px;
}
.report-section-head h2 {
  margin: 4px 0 0;
  font-size: 27px;
}
.report-section-head p {
  max-width: 470px;
  margin: 0;
  color: var(--muted);
  line-height: 1.8;
  font-size: 13px;
}
.order-report-list {
  display: grid;
  gap: 16px;
}
.order-report-card {
  border: 1px solid #efd3e1;
  border-radius: 20px;
  background: linear-gradient(135deg, #fff, #fff8fb);
  box-shadow: 0 16px 38px rgba(91, 31, 75, 0.07);
  overflow: hidden;
}
.order-report-header,
.order-report-info,
.order-report-total {
  padding: 16px 18px;
}
.order-report-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  background: linear-gradient(135deg, #fff2f7, #fff);
  border-bottom: 1px solid #f2dce7;
}
.order-report-header small,
.order-report-info small {
  display: block;
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  margin-bottom: 5px;
}
.order-report-header strong {
  display: block;
  font-size: 18px;
  color: var(--ink);
}
.order-report-header span,
.order-report-info span {
  display: block;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.7;
}
.order-report-badges {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.order-report-badges b,
.order-report-badges em {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 7px 12px;
  border-radius: 999px;
  font-style: normal;
  font-size: 12px;
  font-weight: 900;
}
.order-report-badges b {
  background: #e8fff3;
  color: var(--green);
}
.order-report-badges em {
  background: #fff;
  color: var(--berry);
  border: 1px solid #f0cfe0;
}
.order-report-info {
  display: grid;
  grid-template-columns: 1fr 1.5fr 1fr;
  gap: 12px;
}
.order-report-info > div {
  padding: 14px;
  border: 1px solid #f3dce8;
  border-radius: 15px;
  background: #fff;
}
.order-report-info strong {
  display: block;
  color: var(--ink);
  font-size: 14px;
  margin-bottom: 4px;
}
.order-report-products {
  margin: 0 18px 16px;
  padding: 14px;
  border: 1px solid #f3dce8;
  border-radius: 16px;
  background: #fff;
}
.order-report-products h3 {
  margin: 0 0 10px;
  font-size: 16px;
}
.order-report-product {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 11px 0;
  border-top: 1px solid #f5e4ec;
}
.order-report-product:first-of-type {
  border-top: 0;
}
.order-report-product strong,
.order-report-product b {
  display: block;
  color: var(--ink);
}
.order-report-product span {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
}
.order-report-product > div:last-child {
  text-align: left;
  white-space: nowrap;
}
.order-report-total {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  background: #fff;
  border-top: 1px solid #f2dce7;
}
.order-report-total span {
  color: var(--muted);
  font-weight: 800;
}
.order-report-total strong {
  color: var(--berry);
  font-size: 18px;
}
.detailed-report-table {
  min-width: 1200px;
}
.report-product-line {
  display: grid;
  gap: 3px;
  padding: 7px 0;
  border-bottom: 1px solid #f2dce7;
  min-width: 260px;
}
.report-product-line:last-child {
  border-bottom: 0;
}
.report-product-line span {
  color: var(--muted);
  font-size: 12px;
}
.orders-table small {
  display: block;
  color: var(--muted);
  margin-top: 4px;
}
.admin-receipt-preview {
  display: grid;
  justify-items: center;
  gap: 6px;
  color: var(--berry);
  font-size: 12px;
  font-weight: 800;
}
.admin-receipt-preview img {
  width: 86px;
  height: 86px;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid var(--line);
  box-shadow: 0 8px 18px rgba(80, 27, 72, 0.12);
  background: #fff;
}
.muted-cell {
  color: var(--muted);
  font-size: 12px;
}
.report-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.date-filter {
  display: flex;
  align-items: flex-end;
  gap: 8px;
}
.modal-backdrop {
  display: none;
  position: fixed;
  inset: 0;
  background: #170c1cb5;
  z-index: 100;
  place-items: center;
  padding: 20px;
}
.modal-backdrop.open {
  display: grid;
}
.modal-card {
  background: #fff;
  width: min(650px, 100%);
  max-height: 90vh;
  overflow-y: auto;
  overflow-x: hidden;
  border-radius: 18px;
  padding: 27px;
  position: relative;
}
.modal-close {
  position: absolute;
  left: 16px;
  top: 12px;
  border: 0;
  background: none;
  font-size: 28px;
}
.admin-product-art.has-photo {
  overflow: hidden;
}
.admin-product-art.has-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-image-form,
.product-stock-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 7px;
  margin: 12px 0;
}
.product-stock-form {
  align-items: end;
}
.product-stock-form label,
.product-options-form label {
  display: grid;
  gap: 5px;
  font-size: 11px;
  font-weight: 800;
  color: var(--muted);
}
.product-stock-form input,
.product-options-form input {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 8px;
  background: #fff;
}
.product-options-form {
  display: grid;
  gap: 7px;
  margin: 12px 0;
  padding: 10px;
  border: 1px solid #f3d8e5;
  border-radius: 10px;
  background: #fff8fb;
}
.image-upload-label {
  min-width: 0;
  border: 1px dashed #deb8cc;
  border-radius: 8px;
  padding: 8px;
  background: #fff8fb;
  color: var(--berry);
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
}
.image-upload-label span {
  display: block;
  margin-bottom: 5px;
}
.image-upload-label input {
  display: block;
  width: 100%;
  font-size: 10px;
  color: var(--muted);
}
.product-image-form .outline-button,
.product-stock-form .outline-button,
.product-options-form .outline-button {
  align-self: stretch;
  padding: 7px 9px;
  font-size: 11px;
}
.modal-card input,
.modal-card select,
.modal-card textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 10px;
  background: #fff;
}
.modal-card input[type="file"] {
  padding: 8px;
}
.modal-card label small {
  margin-top: 5px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 400;
}
@media (max-width: 1050px) {
  .products-grid,
  .admin-products-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .metric-grid {
    grid-template-columns: 1fr 1fr;
  }
  .admin-sidebar {
    transform: translateX(100%);
    transition: 0.25s;
  }
  .admin-sidebar.open {
    transform: none;
  }
  .admin-main {
    margin-right: 0;
  }
  .admin-topbar .menu-toggle {
    display: block;
  }
  .dashboard-cards {
    grid-template-columns: 1fr;
  }
  .order-report-info {
    grid-template-columns: 1fr;
  }
  .report-section-head {
    display: grid;
  }
}
@media (max-width: 760px) {
  .offer-bar {
    height: auto;
  }
  .site-header {
    height: 64px;
    padding: 0 14px;
    gap: 10px;
  }
  .site-logo span {
    display: none;
  }
  .site-logo img {
    width: 40px;
    height: 40px;
  }
  .site-header > .menu-toggle {
    display: block;
  }
  .site-header nav {
    display: none;
    position: absolute;
    top: 64px;
    right: 0;
    left: 0;
    background: #fff;
    box-shadow: var(--shadow);
    padding: 12px;
    flex-direction: column;
  }
  .site-header nav.open {
    display: flex;
  }
  .header-actions {
    margin-right: auto;
    font-size: 11px;
    gap: 10px;
  }
  .site-main {
    padding: 0 15px 55px;
  }
  .orders-prep-section {
    padding: 16px;
  }
  .report-section-head h2 {
    font-size: 22px;
  }
  .order-report-header,
  .order-report-total {
    display: grid;
    justify-content: stretch;
  }
  .order-report-badges {
    justify-content: flex-start;
  }
  .order-report-product {
    grid-template-columns: 1fr;
  }
  .order-report-product > div:last-child {
    text-align: right;
    white-space: normal;
  }
  .season-hero {
    min-height: 0;
    height: auto;
    margin: 0 -15px;
    gap: 0;
  }
  .season {
    min-height: 440px;
    height: auto;
    padding: 18px 10px 32px;
    border-radius: 0;
  }
  .season:after {
    display: none;
  }
  .season h1 {
    display: block;
    font-size: 34px;
    margin-bottom: 8px;
  }
  .season p {
    display: block;
    font-size: 14px;
    margin-bottom: 14px;
    max-width: 190px;
  }
  .season-glass-card {
    width: min(94%, 210px);
    padding: 12px 8px 10px;
    border-radius: 22px;
    background: transparent;
    box-shadow: none;
    border: 0;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
  .season-glass-card:before {
    inset: 7px;
    border-radius: 17px;
  }
  .benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 38px;
  }
  .benefits span {
    min-height: 96px;
    padding: 14px 8px;
    border-radius: 18px;
  }
  .benefits i {
    width: 38px;
    height: 38px;
    border-radius: 13px;
    font-size: 21px;
  }
  .benefits strong {
    font-size: 12px;
  }
  .promo-ticker {
    margin: 12px 0 16px;
    border-radius: 18px;
  }
  .promo-ticker-track {
    gap: 20px;
    padding: 10px 14px;
    font-size: 12px;
    animation-duration: 18s;
  }
  .section-title,
  .admin-heading,
  .account-head {
    align-items: flex-start;
    flex-direction: column;
  }
  .section-title h2 {
    font-size: 29px;
  }
  .search-form {
    width: 100%;
  }
  .search-form input {
    min-width: 0;
    flex: 1;
  }
  .products-grid {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
  .product-info {
    padding: 11px;
  }
  .product-info h3 {
    font-size: 13px;
  }
  .product-art > span {
    font-size: 12px;
  }
  .product-page,
  .auth-page,
  .cart-layout,
  .checkout-layout {
    grid-template-columns: 1fr;
  }
  .product-page {
    gap: 18px;
  }
  .product-details h1 {
    font-size: 34px;
  }
  .product-form {
    grid-template-columns: 1fr 1fr;
  }
  .product-form label:last-of-type {
    grid-column: 1/-1;
  }
  .auth-page {
    margin: 25px auto;
  }
  .auth-promo {
    min-height: 280px;
  }
  .auth-promo h1 {
    font-size: 30px;
  }
  .auth-page .form-card {
    padding: 30px;
  }
  .cart-layout,
  .checkout-layout {
    gap: 17px;
  }
  .cart-item {
    grid-template-columns: 76px 1fr;
  }
  .mini-art {
    width: 76px;
    height: 92px;
  }
  .cart-item > strong {
    grid-column: 2;
  }
  .summary-card.sticky {
    position: static;
  }
  .form-grid {
    grid-template-columns: 1fr;
  }
  .form-grid .wide {
    grid-column: auto;
  }
  .payment-grid {
    grid-template-columns: 1fr;
  }
  .page-heading h1 {
    font-size: 34px;
  }
  .admin-content {
    padding: 20px 14px;
  }
  .admin-heading .date-filter {
    width: 100%;
    flex-wrap: wrap;
  }
  .metric-grid {
    grid-template-columns: 1fr 1fr;
  }
  .metric-grid article {
    padding: 14px;
  }
  .metric-grid strong {
    font-size: 21px;
  }
  .admin-products-grid {
    grid-template-columns: 1fr 1fr;
  }
  .report-grid {
    grid-template-columns: 1fr;
  }
  .admin-topbar {
    padding: 0 14px;
  }
  .table-card {
    padding: 12px;
  }
}
@media (max-width: 450px) {
  .products-grid {
    grid-template-columns: 1fr 1fr;
  }
  .product-card {
    border-radius: 12px;
  }
  .product-info strong {
    font-size: 15px;
  }
  .admin-products-grid {
    grid-template-columns: 1fr;
  }
  .metric-grid {
    gap: 9px;
  }
  .date-filter label {
    width: calc(50% - 4px);
  }
  .date-filter input {
    width: 100%;
  }
  .flash-stack,
  .cart-toast-stack {
    left: 12px;
    right: 12px;
    bottom: 12px;
  }
  .cart-toast {
    min-width: 0;
    width: 100%;
    font-size: 13px;
  }
}
@media print {
  .admin-sidebar,
  .admin-topbar,
  .admin-heading .date-filter,
  .button,
  .outline-button {
    display: none !important;
  }
  .admin-main {
    margin: 0;
  }
  .admin-content {
    padding: 0;
  }
  .admin-body {
    background: #fff;
  }
  .metric-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.wallet-numbers {
  margin: 10px 0;
  padding: 12px;
  border: 1px dashed var(--berry);
  border-radius: 9px;
}
.wallet-numbers span {
  display: block;
}
.quantity-field {
  align-content: start;
}
.quantity-stepper {
  height: 43px;
  display: grid;
  grid-template-columns: 43px 1fr 43px;
  align-items: center;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  box-shadow: inset 0 1px 0 #fff;
}
.quantity-stepper button {
  height: 100%;
  border: 0;
  background: linear-gradient(135deg, #fff7fb, #ffe7f1);
  color: var(--berry);
  font-size: 22px;
  font-weight: 900;
  transition: 0.2s;
}
.quantity-stepper button:hover:not(:disabled) {
  background: linear-gradient(135deg, var(--pink), var(--berry));
  color: #fff;
}
.quantity-stepper button:disabled {
  opacity: 0.42;
  cursor: not-allowed;
}
.quantity-stepper input {
  width: 100% !important;
  height: 100%;
  border: 0 !important;
  border-right: 1px solid var(--line) !important;
  border-left: 1px solid var(--line) !important;
  border-radius: 0 !important;
  text-align: center;
  font-weight: 800;
  color: var(--ink);
  padding: 0 !important;
  -moz-appearance: textfield;
}
.quantity-stepper input::-webkit-outer-spin-button,
.quantity-stepper input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.cart-item-info {
  display: grid;
  gap: 7px;
}
.cart-stepper {
  max-width: 150px;
}
.remove-cart-item {
  justify-self: start;
  border: 0;
  background: #fff1f6;
  color: var(--berry);
  border-radius: 999px;
  padding: 7px 12px;
  font-size: 11px;
  font-weight: 800;
  transition: 0.2s;
}
.remove-cart-item:hover {
  background: var(--berry);
  color: #fff;
  transform: translateY(-1px);
}
.category-editor-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.check-label {
  display: flex !important;
  grid-template-columns: none !important;
  align-items: center;
  flex-direction: row;
}
.check-label input {
  width: auto;
}
.delivery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
.delivery-card {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 13px;
  padding: 18px;
}
.delivery-card > span {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--blush);
  color: var(--berry);
  font-weight: 800;
  font-size: 20px;
}
.delivery-card h3,
.delivery-card p {
  margin-bottom: 5px;
}
.delivery-card small {
  color: var(--muted);
}
.settings-form {
  max-width: 850px;
}
@media (max-width: 760px) {
  .category-editor-grid,
  .delivery-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 760px) {
  .site-header {
    height: 72px;
    margin: 8px 8px 0;
    padding: 0 10px;
    top: 6px;
    gap: 8px;
    border-radius: 19px;
  }
  .site-header > .menu-toggle {
    display: grid;
    flex: 0 0 40px;
  }
  .site-logo {
    margin-left: auto;
  }
  .site-logo span {
    display: none;
  }
  .site-logo:after {
    right: 36px;
    top: -2px;
    width: 16px;
    height: 16px;
  }
  .site-logo img {
    width: 50px;
    height: 50px;
  }
  .site-header nav {
    top: 79px;
    right: -1px;
    left: -1px;
    padding: 10px;
    border-radius: 18px;
    background: rgba(255, 252, 253, 0.98);
    box-shadow: 0 18px 40px rgba(60, 20, 55, 0.16);
  }
  .site-header nav a {
    padding: 11px 15px;
    text-align: center;
  }
  .header-actions {
    margin-right: 0;
    gap: 6px;
  }
  .header-actions > a {
    min-height: 46px;
    padding: 5px;
    border-radius: 12px;
  }
  .header-action-icon {
    width: 28px;
    height: 28px;
  }
  .action-label {
    display: none;
  }
  .cart-link b {
    top: -7px;
    left: -7px;
  }
  .site-main {
    padding-top: 12px;
  }
}
@media (max-width: 760px) {
  .site-logo-image {
    width: 50px;
    height: 50px;
    flex-basis: 50px;
  }
}
@media (max-width: 900px) and (min-width: 761px) {
  .site-header {
    height: 72px;
    margin: 8px 12px 0;
    padding: 0 12px;
    top: 6px;
    gap: 10px;
    border-radius: 19px;
  }
  .site-header > .menu-toggle {
    display: grid;
    flex: 0 0 40px;
  }
  .site-logo {
    margin-left: auto;
  }
  .site-logo .brand-copy {
    display: none;
  }
  .site-logo img {
    width: 50px;
    height: 50px;
  }
  .site-header nav {
    display: none;
    position: absolute;
    top: 79px;
    right: -1px;
    left: -1px;
    padding: 10px;
    border-radius: 18px;
    background: rgba(255, 252, 253, 0.98);
    box-shadow: 0 18px 40px rgba(60, 20, 55, 0.16);
    flex-direction: column;
  }
  .site-header nav.open {
    display: flex;
  }
  .site-header nav a {
    padding: 11px 15px;
    text-align: center;
  }
  .header-actions {
    margin-right: 0;
    gap: 6px;
  }
  .header-actions > a {
    min-height: 46px;
    padding: 5px;
    border-radius: 12px;
  }
  .header-action-icon {
    width: 28px;
    height: 28px;
  }
  .action-label {
    display: none;
  }
  .cart-link b {
    top: -7px;
    left: -7px;
  }
  .site-main {
    padding-top: 12px;
  }
}
@media (min-width: 761px) {
  .season-hero {
    margin-left: -4vw;
    margin-right: -4vw;
  }
}
.site-logo > img {
  width: 92px !important;
  height: 72px !important;
  border-radius: 18px !important;
  object-fit: contain !important;
  object-position: center !important;
  padding: 4px !important;
  border: 3px solid #fff !important;
  background: linear-gradient(135deg, #fff, #fff0f7) !important;
  box-shadow:
    0 12px 28px rgba(123, 26, 101, 0.22),
    0 0 0 4px rgba(237, 76, 136, 0.12) !important;
}
.site-header {
  height: 98px;
}
.site-logo:hover > img {
  transform: translateY(-1px) scale(1.03);
  transition: 0.25s;
}
.product-card-form {
  display: grid;
  gap: 9px;
}
.product-card-stepper {
  height: 38px;
  grid-template-columns: 38px 1fr 38px;
  border-radius: 12px;
}
.product-card-stepper button {
  font-size: 19px;
}
.product-card-form > button {
  min-height: 42px;
}
.product-card-form .quantity-stepper + button {
  margin-top: 1px;
}
@media (max-width: 760px) {
  .site-header {
    height: 78px;
  }
  .site-logo > img {
    width: 72px !important;
    height: 56px !important;
    border-radius: 14px !important;
    padding: 3px !important;
  }
  .product-card-stepper {
    height: 36px;
    grid-template-columns: 34px 1fr 34px;
  }
  .product-card-stepper input {
    font-size: 13px;
  }
  .product-card-form > button {
    padding: 9px 8px;
    font-size: 12px;
  }
}
@media (max-width: 900px) and (min-width: 761px) {
  .site-header {
    height: 84px;
  }
  .site-logo > img {
    width: 82px !important;
    height: 62px !important;
    border-radius: 16px !important;
  }
}
.quantity-stepper button {
  width: 100% !important;
  min-width: 0 !important;
  padding: 0 !important;
  display: grid !important;
  place-items: center !important;
  text-align: center !important;
  line-height: 1 !important;
}
.product-card-stepper button {
  height: 100% !important;
  border-radius: 0 !important;
}
.product-card-stepper input {
  display: block !important;
  line-height: 1 !important;
}
.site-logo > img {
  box-shadow: none !important;
  background: transparent !important;
  padding: 0 !important;
}
.in-cart-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  margin: 0 0 10px;
  padding: 7px 11px;
  border-radius: 999px;
  background: #fff1f6;
  color: var(--berry);
  border: 1px solid #f3cade;
  font-size: 11px;
  font-weight: 800;
}
.product-in-cart-badge {
  margin: 0 0 14px;
  font-size: 13px;
  padding: 9px 14px;
}
.in-cart-badge[hidden] {
  display: none !important;
}
.auto-cart-form {
  position: relative;
}
.auto-cart-form .quantity-stepper {
  position: relative;
}
.auto-cart-form.is-updating .quantity-stepper {
  opacity: 0.68;
  filter: saturate(0.7);
  cursor: wait;
}
.auto-cart-form.is-updating .quantity-stepper:after {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  width: 14px;
  height: 14px;
  margin: -7px 0 0 -7px;
  border-radius: 50%;
  border: 2px solid #f4c9da;
  border-top-color: var(--berry);
  background: #fff;
  animation: spin-loader 0.65s linear infinite;
}
.product-cart-status {
  min-height: 18px;
  display: block;
  color: var(--green);
  font-size: 11px;
  font-weight: 800;
  text-align: center;
}
.product-form .product-cart-status {
  grid-column: 1/-1;
  text-align: right;
}
.stock-chip.unavailable {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  border-radius: 12px;
  background: #fff0f3;
  color: var(--red);
  border: 1px solid #f1bdc8;
  font-size: 12px;
  font-weight: 900;
}
.product-form .stock-chip.unavailable {
  padding: 10px 14px;
}
.product-card-form {
  align-items: center;
}
.product-card-form .product-cart-status {
  margin-top: -4px;
}
@keyframes spin-loader {
  to {
    transform: rotate(360deg);
  }
}
.track-page {
  max-width: 920px;
  margin: 0 auto 70px;
  display: grid;
  gap: 22px;
}
.track-form {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 12px;
  align-items: end;
}
.track-result h2 {
  margin: 6px 0 18px;
  color: var(--berry);
}
.track-steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
  margin-top: 18px;
}
.track-steps span {
  padding: 10px 8px;
  border-radius: 999px;
  background: #f5eef4;
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  text-align: center;
}
.track-steps span.done {
  background: linear-gradient(135deg, var(--pink), var(--berry));
  color: #fff;
  box-shadow: 0 8px 18px rgba(173, 31, 97, 0.18);
}
@media (max-width: 760px) {
  .track-form {
    grid-template-columns: 1fr;
  }
  .track-steps {
    grid-template-columns: 1fr;
  }
}
.site-header {
  direction: ltr;
  justify-content: space-between;
}
.site-header > * {
  direction: rtl;
}

.site-footer.facebook-footer {
  max-width: 1180px;
  margin: 28px auto 34px;
  padding: 0 18px;
}
.facebook-footer-card {
  position: relative;
  overflow: hidden;
  border: 1px solid #f3c7dc;
  border-radius: 30px;
  background:
    radial-gradient(circle at 18% 20%, rgba(24, 119, 242, 0.18), transparent 32%),
    radial-gradient(circle at 82% 15%, rgba(236, 72, 153, 0.18), transparent 28%),
    linear-gradient(135deg, #fff7fb 0%, #ffffff 48%, #f8f1ff 100%);
  box-shadow: 0 24px 70px rgba(120, 18, 111, 0.12);
}
.facebook-footer-card::before {
  content: "";
  position: absolute;
  inset: -45%;
  background: linear-gradient(115deg, transparent 35%, rgba(255, 255, 255, 0.8) 50%, transparent 65%);
  animation: facebookFooterShine 5.5s ease-in-out infinite;
  pointer-events: none;
}
.facebook-footer-link {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 118px;
  padding: 22px 28px;
  color: #231326;
  text-decoration: none;
}
.facebook-footer-icon {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  flex: 0 0 62px;
  border-radius: 22px;
  color: #fff;
  background: linear-gradient(145deg, #1877f2, #0756c8);
  box-shadow: 0 16px 34px rgba(24, 119, 242, 0.32);
  animation: facebookIconFloat 3.2s ease-in-out infinite;
}
.facebook-footer-icon svg {
  width: 36px;
  height: 36px;
  fill: currentColor;
}
.facebook-footer-copy {
  display: grid;
  gap: 2px;
  text-align: right;
}
.facebook-footer-copy small {
  color: #a2276e;
  font-weight: 800;
  letter-spacing: 0.01em;
}
.facebook-footer-copy strong {
  font-size: clamp(28px, 5vw, 54px);
  line-height: 1;
  font-weight: 1000;
  color: #b21769;
  text-shadow:
    0 0 10px rgba(236, 72, 153, 0.26),
    0 0 26px rgba(236, 72, 153, 0.18),
    0 2px 0 #fff;
  animation: nourFashionGlow 2.7s ease-in-out infinite;
}
.facebook-footer-copy em {
  color: #5f255f;
  font-style: normal;
  font-weight: 900;
}
.facebook-footer-arrow {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  color: #b21769;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid #f1c6da;
  box-shadow: 0 12px 28px rgba(178, 23, 105, 0.13);
  transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease;
}
.facebook-footer-link:hover .facebook-footer-arrow {
  transform: translate(-3px, -3px);
  color: #fff;
  background: #b21769;
}
.facebook-footer-arrow.footer-brand-mark {
  overflow: hidden;
  padding: 0;
  background: #fff;
}
.facebook-footer-arrow.footer-brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.facebook-footer-link:hover .facebook-footer-arrow.footer-brand-mark {
  background: #fff;
  transform: translateY(-3px) scale(1.04);
}
@keyframes nourFashionGlow {
  0%, 100% {
    filter: brightness(1);
    text-shadow:
      0 0 10px rgba(236, 72, 153, 0.24),
      0 0 26px rgba(236, 72, 153, 0.16),
      0 2px 0 #fff;
  }
  50% {
    filter: brightness(1.22);
    text-shadow:
      0 0 12px rgba(255, 207, 92, 0.62),
      0 0 34px rgba(236, 72, 153, 0.36),
      0 2px 0 #fff;
  }
}
@keyframes facebookIconFloat {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-5px) rotate(-2deg); }
}
@keyframes facebookFooterShine {
  0%, 38% { transform: translateX(42%) rotate(8deg); opacity: 0; }
  48%, 58% { opacity: 0.65; }
  76%, 100% { transform: translateX(-42%) rotate(8deg); opacity: 0; }
}
@media (max-width: 640px) {
  .site-footer.facebook-footer {
    margin: 22px auto 28px;
    padding: 0 12px;
  }
  .facebook-footer-link {
    justify-content: flex-start;
    gap: 12px;
    min-height: 96px;
    padding: 18px;
  }
  .facebook-footer-icon {
    width: 52px;
    height: 52px;
    flex-basis: 52px;
    border-radius: 18px;
  }
  .facebook-footer-icon svg {
    width: 31px;
    height: 31px;
  }
  .facebook-footer-copy strong {
    font-size: 30px;
  }
  .facebook-footer-arrow {
    margin-right: auto;
    width: 36px;
    height: 36px;
  }
}
.site-logo {
  order: 1;
  margin: 0 !important;
}
.site-header nav {
  order: 2;
  margin: 0 auto;
}
.header-actions {
  order: 3;
  margin: 0 !important;
}
.quantity-stepper {
  grid-template-columns: 44px minmax(64px, 1fr) 44px;
}
.quantity-stepper input {
  min-width: 64px !important;
  font-size: 16px !important;
  line-height: 43px !important;
  direction: ltr;
  font-variant-numeric: tabular-nums;
}
.product-card-stepper {
  grid-template-columns: 38px minmax(58px, 1fr) 38px;
}
.product-card-stepper input {
  min-width: 58px !important;
}
.variant-stock-table {
  grid-column: 1/-1;
  overflow: auto;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  margin: 7px 0;
  padding: 8px;
}
.variant-stock-table table {
  width: 100%;
  min-width: 100%;
  table-layout: fixed;
  white-space: normal;
}
.variant-stock-table th,
.variant-stock-table td {
  word-break: break-word;
}
.variant-stock-table input {
  width: 82px;
  min-width: 82px;
  text-align: center;
}
.variant-stock-table small {
  display: block;
  margin-top: 8px;
  color: var(--muted);
}
.admin-gallery {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin: 10px 0;
}
.admin-gallery img {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  object-fit: cover;
  border: 1px solid var(--line);
}
.image-color-manager {
  display: grid;
  gap: 10px;
  padding: 14px;
  border: 1px solid rgba(196, 37, 116, 0.18);
  border-radius: 18px;
  background: rgba(255, 247, 251, 0.75);
}
.image-color-manager > strong {
  color: var(--primary);
}
.image-color-manager label {
  display: grid;
  grid-template-columns: minmax(92px, 140px) 1fr;
  align-items: center;
  gap: 10px;
}
.image-color-manager label > span {
  font-weight: 800;
  color: var(--text);
}
.image-color-manager input[type="file"] {
  min-width: 0;
  width: 100%;
}
.image-color-manager img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 14px;
  border: 1px solid var(--line);
}
.track-form.phone-only {
  grid-template-columns: 1fr auto;
}
.track-products {
  margin-top: 12px;
  border-top: 1px solid var(--line);
  padding-top: 12px;
}
.track-products p {
  gap: 14px;
}
.track-products b {
  font-size: 12px;
  color: var(--berry);
}
.track-contact-form {
  margin-top: 20px;
  display: grid;
  gap: 14px;
}
.track-contact-head {
  display: grid;
  gap: 6px;
}
.track-contact-head small {
  color: var(--pink);
  font-weight: 900;
}
.track-contact-head h3 {
  margin: 0;
  color: var(--ink);
}
.track-contact-head p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}
.track-contact-form textarea {
  resize: vertical;
  min-height: 110px;
}
.return-policy {
  margin: -38px 0 48px;
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff8fb;
  box-shadow: 0 10px 28px rgba(113, 25, 83, 0.06);
}
.return-policy h3 {
  margin-bottom: 10px;
  color: var(--berry);
}
.return-policy p {
  margin: 6px 0;
  color: var(--ink);
  font-size: 13px;
}
.product-color-field-hidden {
  display: none !important;
}
.selected-color-note {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 8px auto 16px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 241, 248, 0.92);
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}
.selected-color-note strong {
  color: var(--berry);
}
.related-products-section {
  margin: 52px 0 20px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: linear-gradient(135deg, rgba(255, 247, 251, .9), #fff);
}
.related-heading {
  text-align: center;
  margin-bottom: 18px;
}
.related-heading small {
  color: var(--pink);
  font-weight: 900;
}
.related-heading h2 {
  margin: 5px 0 0;
  font-size: 26px;
}
.related-products-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}
.related-product-card {
  display: grid;
  gap: 8px;
  color: var(--ink);
  text-align: center;
}
.related-product-image {
  display: block;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 18px;
  background: var(--blush);
}
.related-product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .25s ease;
}
.related-product-card:hover img {
  transform: scale(1.04);
}
.related-product-card strong {
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.related-product-card small {
  color: var(--berry);
  font-weight: 900;
}
.product-color-upload-manager[hidden] {
  display: none !important;
}
.color-upload-toggle {
  border: 1px dashed var(--pink);
  background: #fff7fb;
  color: var(--berry);
  border-radius: 14px;
  padding: 12px 14px;
  font-weight: 900;
  cursor: pointer;
}
.color-upload-toggle:hover {
  background: var(--blush);
}
@media (max-width: 900px) {
  .related-products-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 520px) {
  .related-products-section {
    padding: 16px;
  }
  .related-products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.product-thumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 16px 35px rgba(122, 18, 106, .08);
}
.product-thumbs button {
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
  border-radius: 14px;
}
.product-thumbs img {
  width: 72px;
  height: 72px;
  border-radius: 12px;
  object-fit: cover;
  border: 2px solid #fff;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.14);
  background: #fff;
}
.product-thumbs button[data-gallery-thumb] {
  opacity: 0.72;
  transition: 0.2s ease;
}
.product-thumbs button[data-gallery-thumb]:hover,
.product-thumbs button[data-gallery-thumb].active {
  opacity: 1;
  transform: translateY(-2px);
}
.product-thumbs button[data-gallery-thumb]:hover img,
.product-thumbs button[data-gallery-thumb].active img {
  border-color: var(--pink);
}
.image-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 22px;
  background: rgba(22, 10, 26, .78);
}
.image-lightbox.open {
  display: flex;
}
.image-lightbox img {
  max-width: min(96vw, 980px);
  max-height: 88vh;
  border-radius: 22px;
  object-fit: contain;
  background: #fff;
  box-shadow: 0 30px 90px rgba(0,0,0,.34);
}
.image-lightbox button {
  position: absolute;
  top: 18px;
  left: 18px;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: var(--plum);
  font-size: 24px;
  cursor: pointer;
}
@media (max-width: 760px) {
  .season b {
    padding: 8px 14px;
    font-size: 12px;
  }
  .site-header {
    direction: rtl;
  }
  .site-logo {
    order: 3;
  }
  .header-actions {
    order: 1;
  }
  .site-header > .menu-toggle {
    order: 0;
  }
  .site-header nav {
    order: 4;
  }
  .quantity-stepper {
    grid-template-columns: 36px minmax(58px, 1fr) 36px;
  }
  .quantity-stepper input {
    min-width: 58px !important;
  }
  .product-card-stepper {
    grid-template-columns: 34px minmax(52px, 1fr) 34px;
  }
  .product-card-stepper input {
    min-width: 52px !important;
  }
  .track-form.phone-only {
    grid-template-columns: 1fr;
  }
}
.quick-variant-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7px;
  width: 100%;
}
.quick-variant-fields label {
  display: grid;
  gap: 4px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
}
.quick-variant-fields select {
  width: 100%;
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  padding: 8px 7px;
  color: var(--ink);
  font-size: 11px;
  font-weight: 700;
}
.quick-variant-fields select:focus {
  outline: 2px solid #f4c2d8;
  border-color: var(--pink);
}
.variant-builder {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff8fb;
  padding: 14px;
}
.variant-builder-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}
.variant-builder-head strong {
  color: var(--berry);
}
.variant-builder-head small {
  color: var(--muted);
  font-size: 11px;
}
.admin-size-picker,
.admin-color-picker {
  display: grid;
  gap: 10px;
}
.admin-size-picker > span,
.admin-color-picker > span {
  font-weight: 900;
  color: var(--ink);
}
.admin-size-options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.admin-size-options label {
  cursor: pointer;
}
.admin-size-options input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.admin-size-options span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 54px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  color: var(--ink);
  font-weight: 900;
  transition: 0.2s ease;
}
.admin-size-options input:checked + span {
  border-color: var(--berry);
  background: linear-gradient(135deg, var(--pink), var(--berry));
  color: #fff;
  box-shadow: 0 10px 22px rgba(190, 24, 93, 0.18);
}
.admin-size-picker small {
  color: var(--muted);
  font-size: 12px;
}
.admin-color-picker small {
  color: var(--muted);
  font-size: 12px;
}
.admin-color-options span {
  min-width: 82px;
}
.modal-card .variant-stock-table {
  max-height: 260px;
  overflow-y: auto;
  overflow-x: hidden;
  background: #fff;
}
.modal-card .variant-stock-table input {
  width: 100px;
  max-width: 100%;
}
@media (max-width: 450px) {
  .quick-variant-fields {
    grid-template-columns: 1fr;
  }
  .quick-variant-fields select {
    font-size: 10px;
    padding: 7px 6px;
  }
}
/* Mobile/tablet navbar order: menu + account + cart on the right side */
@media (max-width: 900px) {
  .site-header {
    direction: rtl !important;
    justify-content: flex-start !important;
  }

  .site-header > .menu-toggle {
    order: 1 !important;
    display: grid !important;
    margin: 0 !important;
    height: 46px;
  }

  .header-actions {
    order: 2 !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
  }

  .site-logo {
    order: 3 !important;
    margin-right: auto !important;
    margin-left: 0 !important;
  }

  .site-header nav {
    order: 4 !important;
  }
}

.admin-category-preview {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 14px;
  border: 1px solid var(--line);
  margin-bottom: 12px;
}
.season.has-photo {
  background-size: cover;
  background-position: center;
}
.offers-home-section {
  border: 1px solid #f2c1d7;
  background: linear-gradient(135deg, #fff8fb, #fff);
  border-radius: 24px;
  padding: 18px;
  margin-top: 18px;
}
.offer-product-card {
  border-color: #efb5cf;
  box-shadow: 0 12px 35px rgba(178, 28, 102, .08);
}
.offer-label {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
  color: var(--berry);
  font-weight: 800;
  margin: 7px 0;
}
.offer-label del {
  color: var(--muted);
  font-weight: 500;
}
.offer-products-picker {
  display: grid;
  gap: 10px;
}
.offer-products-list {
  max-height: 230px;
  overflow: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff8fb;
}
.offer-products-list label {
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 8px;
  border-radius: 10px;
  background: #fff;
}
.offer-product-option {
  border: 1px solid transparent;
}
.offer-product-option:has(input:checked) {
  border-color: var(--berry);
  background: #fff0f7;
}
.offer-product-thumb {
  width: 54px;
  height: 54px;
  border-radius: 12px;
  overflow: hidden;
  background: #f7edf3;
  display: grid;
  place-items: center;
  color: var(--muted);
  font-size: 11px;
  text-align: center;
  flex: 0 0 auto;
}
.offer-product-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.offer-product-code {
  font-weight: 800;
  color: var(--ink);
}
.offer-linked-products {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 4px;
}
.offer-linked-products span {
  display: inline-flex;
  padding: 3px 7px;
  border-radius: 999px;
  background: #fff0f7;
  color: var(--berry);
  font-weight: 800;
}
@media (max-width: 700px) {
  .offer-products-list {
    grid-template-columns: 1fr;
  }
}

/* Professional loading states */
.site-entry-loader {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 50% 42%, rgba(237, 76, 136, 0.14), transparent 32%),
    linear-gradient(135deg, #fff7fb, #fff);
  transition: opacity 0.38s ease, visibility 0.38s ease;
}
.site-loader-seen .site-entry-loader,
.site-entry-loader.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.site-entry-loader-card {
  display: grid;
  justify-items: center;
  gap: 11px;
  padding: 30px 34px;
  border: 1px solid rgba(237, 76, 136, 0.20);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 28px 90px rgba(101, 21, 107, 0.16);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  animation: loader-card-float 1.6s ease-in-out infinite;
}
.site-entry-loader-card img {
  width: 96px;
  height: 96px;
  border-radius: 24px;
  object-fit: cover;
  box-shadow: 0 18px 40px rgba(173, 31, 97, 0.22);
}
.site-entry-loader-card span {
  font-size: 24px;
  font-weight: 900;
  color: var(--berry);
}
.site-entry-loader-card small {
  color: var(--muted);
  font-weight: 700;
}
.site-entry-loader-card:after {
  content: "";
  width: 150px;
  height: 5px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, var(--pink), var(--plum), transparent);
  background-size: 220% 100%;
  animation: loader-line 1s linear infinite;
}
@keyframes loader-card-float {
  50% {
    transform: translateY(-6px);
  }
}
@keyframes loader-line {
  to {
    background-position: 220% 0;
  }
}

img[loading="lazy"] {
  background:
    linear-gradient(100deg, #f8edf3 0%, #fff7fb 45%, #f3dbe8 70%, #f8edf3 100%);
  background-size: 220% 100%;
  animation: image-skeleton 1.2s ease-in-out infinite;
}
img[loading="lazy"].is-loaded,
img[loading="eager"].is-loaded {
  animation: image-loaded 0.35s ease both;
}
@keyframes image-skeleton {
  to {
    background-position: -220% 0;
  }
}
@keyframes image-loaded {
  from {
    opacity: 0.45;
    filter: blur(8px);
  }
  to {
    opacity: 1;
    filter: blur(0);
  }
}

/* Professional admin dashboard cards and real weekly chart */
.metric-card {
  position: relative;
  overflow: hidden;
  min-height: 118px;
  box-shadow: 0 16px 45px rgba(64, 24, 60, 0.06);
}
.metric-card:before {
  content: "";
  position: absolute;
  inset: auto -24px -34px auto;
  width: 112px;
  height: 112px;
  border-radius: 50%;
  background: rgba(237, 76, 136, 0.10);
}
.metric-card i {
  position: absolute;
  top: 16px;
  left: 16px;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  background: linear-gradient(135deg, #fff1f6, #fff);
  font-style: normal;
  box-shadow: 0 9px 24px rgba(173, 31, 97, 0.10);
}
.metric-card strong {
  color: var(--ink);
}
.metric-card.sales strong {
  color: var(--berry);
}
.analytics-metric-grid {
  margin-top: -4px;
}
.analytics-product-card {
  min-height: 132px;
}
.analytics-product-line {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 12px;
  position: relative;
  z-index: 1;
}
.analytics-product-line img {
  width: 58px;
  height: 58px;
  border-radius: 16px;
  object-fit: cover;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: 0 10px 24px rgba(64, 24, 60, 0.08);
}
.analytics-product-line strong {
  font-size: 16px;
  margin: 0 0 4px;
}
.analytics-product-line span {
  font-size: 12px;
}
.sales-chart-card {
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(237, 76, 136, 0.12), transparent 35%),
    #fff;
}
.sales-chart-card .card-head {
  align-items: flex-start;
}
.sales-chart-card .card-head p {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 12px;
}
.sales-chart {
  height: 250px;
  display: grid;
  grid-template-columns: repeat(7, minmax(42px, 1fr));
  align-items: end;
  gap: 14px;
  padding: 18px 6px 0;
  border-bottom: 1px solid var(--line);
}
.sales-chart-day {
  min-width: 0;
  display: grid;
  justify-items: center;
  gap: 8px;
}
.sales-chart-day i {
  width: 100%;
  max-width: 58px;
  height: 160px;
  display: flex;
  align-items: flex-end;
  padding: 5px;
  border-radius: 999px;
  background: linear-gradient(180deg, #fff6fb, #f7e8f1);
  box-shadow: inset 0 0 0 1px #f0d9e6;
}
.sales-chart-day b {
  width: 100%;
  min-height: 8%;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--pink), var(--berry), var(--plum));
  box-shadow: 0 12px 26px rgba(173, 31, 97, 0.22);
}
.sales-chart-value {
  min-height: 16px;
  color: var(--berry);
  font-size: 10px;
  font-weight: 800;
}
.sales-chart-day small {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 760px) {
  .site-entry-loader-card {
    padding: 24px;
    border-radius: 26px;
  }
  .site-entry-loader-card img {
    width: 82px;
    height: 82px;
  }
  .sales-chart {
    grid-template-columns: repeat(7, minmax(34px, 1fr));
    gap: 8px;
    overflow: hidden;
  }
  .sales-chart-day i {
    height: 130px;
  }
  .sales-chart-value {
    font-size: 9px;
  }
  .sales-chart-day small {
    font-size: 9px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .site-entry-loader-card,
  .site-entry-loader-card:after,
  img[loading="lazy"] {
    animation: none;
  }
}
