:root {
  --font-system: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  --shams-cream: #ffffff;
  --shams-cream-light: #ffffff;
  --shams-dark: #000000;
  --shams-dark-deep: #000000;
  --shams-gold: #000000;
  --shams-gold-light: #cccccc;
  --shams-muted: #000000;
  --shams-white: #ffffff;
  --red-primary: #dc2626;
  --announcement-offset: 52px;

  --radius-sm: 12px;
  --radius-md: 16px;
  --radius-lg: 22px;
  --shadow-soft: 0 16px 40px rgba(0, 0, 0, 0.08);
  --shadow-faint: 0 8px 24px rgba(0, 0, 0, 0.06);
  --ease-luxury: cubic-bezier(0.22, 1, 0.36, 1);
  --container: min(1200px, 92vw);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-system);
  background: radial-gradient(circle at top right, rgba(0, 0, 0, 0.12), transparent 38%), var(--shams-white);
  color: var(--shams-dark);
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

h1,
h2,
h3,
h4 {
  font-family: var(--font-system);
  color: var(--shams-dark-deep);
  line-height: 1.1;
  margin: 0;
}

p {
  margin: 0;
  color: var(--shams-muted);
}

.container {
  width: var(--container);
  margin-inline: auto;
}

.section {
  padding: clamp(80px, 10vw, 140px) 0;
}

.section-head {
  margin-bottom: 36px;
}

.section-head h2 {
  font-size: clamp(2rem, 4vw, 3.4rem);
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.78rem;
  color: var(--shams-gold);
  margin-bottom: 10px;
  font-weight: 500;
}

.sr-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
}

.primary-btn,
.ghost-btn {
  border: 0;
  font-family: var(--font-system);
  cursor: pointer;
  border-radius: 14px;
  transition: transform 0.35s var(--ease-luxury), box-shadow 0.35s var(--ease-luxury), background-color 0.35s var(--ease-luxury);
}

.primary-btn {
  background: linear-gradient(135deg, var(--shams-gold), var(--shams-gold-light));
  color: var(--shams-white);
  padding: 0.85rem 1.2rem;
  font-weight: 600;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.32);
}

.primary-btn:hover,
.primary-btn:focus-visible {
  transform: translateY(-1px) scale(1.02);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.36);
}

.ghost-btn {
  background: rgba(255, 255, 255, 0.6);
  color: var(--shams-dark);
  padding: 0.75rem 1rem;
  border: 1px solid rgba(0, 0, 0, 0.12);
}

.ghost-btn:hover,
.ghost-btn:focus-visible {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.9);
}

/* Targeted overrides: discount indicator + add to cart inside product card only */
.discount-percentage,
.discount_percentage,
.sale-percentage,
.sale_percentage,
.offer-percentage,
.offer_percentage,
.product-discount-percent,
.product_discount_percent,
.product-card .discount,
.product-item .discount,
.home_products_grid_card .discount,
.default_product_featured_card .discount {
  background: #000000 !important;
  color: #ffffff !important;
  border-color: #000000 !important;
}

/* Exact match for utility-class discount pill */
p.text-sm.md\:text-base.font-medium.text-skin-primary.bg-skin-primary\/10.py-1.px-2\.5.md\:px-3.rounded-full {
  background: #dc2626 !important;
  color: #ffffff !important;
}

.product-card .add-to-cart,
.product-card .add_to_cart_btn,
.product-card .add-to-cart-btn,
.product-card .primary-btn,
.product-item .add-to-cart,
.product-item .add_to_cart_btn,
.product-item .add-to-cart-btn,
.product-item .primary-btn,
.home_products_grid_card .add-to-cart,
.home_products_grid_card .add_to_cart_btn,
.default_product_featured_card .add-to-cart,
.default_product_featured_card .add_to_cart_btn {
  background: #000000 !important;
  color: #ffffff !important;
  border-color: #000000 !important;
}

/* Exact buttons requested by user */
button.checkout_btn,
button.sphinx_product_card_btn,
button.checkout_btn:hover,
button.sphinx_product_card_btn:hover,
button.checkout_btn:active,
button.sphinx_product_card_btn:active,
button.checkout_btn:focus,
button.sphinx_product_card_btn:focus,
button.checkout_btn:focus-visible,
button.sphinx_product_card_btn:focus-visible {
  background: #000000 !important;
  color: #ffffff !important;
  border-color: #000000 !important;
}

/* Product Card Button - Brown */
button.sphinx_product_card_btn {
  background: #000000 !important;
  color: #ffffff !important;
  border-color: #000000 !important;
}

button.sphinx_product_card_btn:hover {
  background: #333333 !important;
  color: #ffffff !important;
  border-color: #333333 !important;
}

button.sphinx_product_card_btn:active {
  background: #000000 !important;
  color: #ffffff !important;
  border-color: #000000 !important;
}

button.sphinx_product_card_btn:focus,
button.sphinx_product_card_btn:focus-visible {
  background: #333333 !important;
  color: #ffffff !important;
  border-color: #333333 !important;
}

/* Exact Buy now variants requested by user */
button.checkout_buy_now,
button.checkout_buy_now:hover,
button.checkout_buy_now:active,
button.checkout_buy_now:focus,
button.checkout_buy_now:focus-visible,
button.bg-skin-primary.text-gray-900.w-full.border.border-transparent.rounded-xl.md\:rounded-2xl:not(.sphinx_product_card_btn):not(.checkout_btn):hover,
button.bg-skin-primary.text-gray-900.w-full.border.border-transparent.rounded-xl.md\:rounded-2xl:not(.sphinx_product_card_btn):not(.checkout_btn):active,
button.bg-skin-primary.text-gray-900.w-full.border.border-transparent.rounded-xl.md\:rounded-2xl:not(.sphinx_product_card_btn):not(.checkout_btn):focus,
button.bg-skin-primary.text-gray-900.w-full.border.border-transparent.rounded-xl.md\:rounded-2xl:not(.sphinx_product_card_btn):not(.checkout_btn):focus-visible,
button.bg-skin-primary.text-gray-900.w-full.border.border-transparent.rounded-xl.md\:rounded-2xl:not(.sphinx_product_card_btn):not(.checkout_btn) {
  background: #000000 !important;
  color: #ffffff !important;
  border-color: #000000 !important;
}

/* Buy now compact variant */
button.bg-skin-primary.text-gray-900.rounded-xl.md\:rounded-2xl.\!px-2.flex-1.md\:\!px-4.\!text-sm,
button.bg-skin-primary.text-gray-900.rounded-xl.md\:rounded-2xl.\!px-2.flex-1.md\:\!px-4.\!text-sm:hover,
button.bg-skin-primary.text-gray-900.rounded-xl.md\:rounded-2xl.\!px-2.flex-1.md\:\!px-4.\!text-sm:active,
button.bg-skin-primary.text-gray-900.rounded-xl.md\:rounded-2xl.\!px-2.flex-1.md\:\!px-4.\!text-sm:focus,
button.bg-skin-primary.text-gray-900.rounded-xl.md\:rounded-2xl.\!px-2.flex-1.md\:\!px-4.\!text-sm:focus-visible {
  background: #000000 !important;
  color: #ffffff !important;
  border-color: #000000 !important;
}

button.bg-skin-primary.text-gray-900.rounded-xl.md\:rounded-2xl.\!px-2.flex-1.md\:\!px-4.\!text-sm p {
  color: inherit !important;
}

/* Continue Shopping button text color */
button.font-bold.text-skin-primary.underline,
button.font-bold.text-skin-primary.underline:hover,
button.font-bold.text-skin-primary.underline:active,
button.font-bold.text-skin-primary.underline:focus,
button.font-bold.text-skin-primary.underline:focus-visible {
  color: #000000 !important;
}

/* HeadlessUI icon button override (cart/language style) */
button[id^="headlessui-menu-button-"][aria-haspopup="true"] {
  position: relative !important;
  display: inline-flex !important;
  width: auto !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 0 !important;
  background: #000000 !important;
  color: #ffffff !important;
  border-radius: 999px !important;
  padding: 10px !important;
  line-height: 1 !important;
}

button[id^="headlessui-menu-button-"][aria-haspopup="true"] > span:not(.sr-only) {
  display: none !important;
}

button[id^="headlessui-menu-button-"][aria-haspopup="true"] > svg {
  width: 20px !important;
  height: 20px !important;
  color: #ffffff !important;
  fill: #ffffff !important;
}

button[id^="headlessui-menu-button-"][aria-haspopup="true"] > div {
  position: absolute !important;
  top: -4px !important;
  right: -4px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 19px !important;
  height: 19px !important;
  border-radius: 999px !important;
  background: #f44336 !important;
  font-size: 12px !important;
  font-weight: 600 !important;
}

button[id^="headlessui-menu-button-"][aria-haspopup="true"] > div span {
  color: #ffffff !important;
}

@media (min-width: 768px) {
  button[id^="headlessui-menu-button-"][aria-haspopup="true"] {
    padding: 12px !important;
  }

  button[id^="headlessui-menu-button-"][aria-haspopup="true"] > svg {
    width: 24px !important;
    height: 24px !important;
  }
}

/* Progress bar dark brown override */
div.bg-\[\#202223\].h-2.rounded-full.transition-all.duration-300 {
  background-color: #000000 !important;
}

/* Mobile Navigation Tabs */
@keyframes tabPulse {
  0% {
    color: #000000;
    text-shadow: 0 0 0 0 rgba(0, 0, 0, 0.4);
  }
  50% {
    text-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.3);
  }
  100% {
    color: #000000;
    text-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

#tabs a.is-active,
#tabs button.is-active {
  color: #000000 !important;
  animation: tabPulse 2s ease-in-out infinite;
  font-weight: 600;
}

#tabs a.is-active svg,
#tabs button.is-active svg {
  color: #000000 !important;
}

#tabs a,
#tabs button {
  transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

/* Small check icon circle in checkout summary */
div.bg-skin-primary.\!w-5.\!h-5.me-2.md\:me-4.ms-2 {
  background-color: #000000 !important;
  color: #ffffff !important;
}

div.bg-skin-primary.\!w-5.\!h-5.me-2.md\:me-4.ms-2 svg,
div.bg-skin-primary.\!w-5.\!h-5.me-2.md\:me-4.ms-2 path {
  color: #ffffff !important;
  stroke: #ffffff !important;
}

/* Exact headlessui selected size pill requested by user */
div.\!bg-black.\!text-white[role="radio"][data-headlessui-state~="checked"] {
  background: #000000 !important;
  color: #ffffff !important;
  border-color: #000000 !important;
}

/* Checkout + Buy now only: premium red transition set */
button.checkout_btn,
button.checkout_buy_now {
  background: #dc2626 !important;
  color: #ffffff !important;
  border-color: #dc2626 !important;
  transition: background-color 220ms ease, border-color 220ms ease, color 220ms ease, transform 160ms ease, box-shadow 220ms ease;
  box-shadow: 0 6px 14px rgba(220, 38, 38, 0.25);
}

button.checkout_btn:hover,
button.checkout_buy_now:hover {
  background: #b91c1c !important;
  border-color: #b91c1c !important;
  color: #ffffff !important;
  transform: translateY(-1px);
  box-shadow: 0 10px 18px rgba(220, 38, 38, 0.34);
}

button.checkout_btn:active,
button.checkout_buy_now:active {
  background: #991b1b !important;
  border-color: #991b1b !important;
  color: #ffffff !important;
  transform: translateY(0) scale(0.98);
  box-shadow: 0 4px 10px rgba(220, 38, 38, 0.22);
}

button.checkout_btn:focus,
button.checkout_btn:focus-visible,
button.checkout_buy_now:focus,
button.checkout_buy_now:focus-visible {
  background: #dc2626 !important;
  border-color: #dc2626 !important;
  color: #ffffff !important;
  outline: none;
  box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.25), 0 8px 16px rgba(220, 38, 38, 0.28);
}

@media (prefers-reduced-motion: reduce) {
  button.checkout_btn,
  button.checkout_buy_now {
    transition: none;
    transform: none;
  }
}

/* Exact user-requested Buy Now button only */
button.flex.items-center.justify-center.gap-2.py-3.px-8.text-base.font-medium.transition-colors.duration-200.ease-in-out.focus\:outline-none.border.border-transparent.bg-skin-primary.hover\:bg-skin-primary.hover\:bg-opacity-80.active\:bg-opacity-90.text-gray-900.rounded-xl.md\:rounded-2xl.\!px-2.flex-1.md\:\!px-4.\!text-sm.lg\:max-w-\[300px\],
button.flex.items-center.justify-center.gap-2.py-3.px-8.text-base.font-medium.transition-colors.duration-200.ease-in-out.focus\:outline-none.border.border-transparent.bg-skin-primary.hover\:bg-skin-primary.hover\:bg-opacity-80.active\:bg-opacity-90.text-gray-900.rounded-xl.md\:rounded-2xl.\!px-2.flex-1.md\:\!px-4.\!text-sm.lg\:max-w-\[300px\]:hover,
button.flex.items-center.justify-center.gap-2.py-3.px-8.text-base.font-medium.transition-colors.duration-200.ease-in-out.focus\:outline-none.border.border-transparent.bg-skin-primary.hover\:bg-skin-primary.hover\:bg-opacity-80.active\:bg-opacity-90.text-gray-900.rounded-xl.md\:rounded-2xl.\!px-2.flex-1.md\:\!px-4.\!text-sm.lg\:max-w-\[300px\]:active,
button.flex.items-center.justify-center.gap-2.py-3.px-8.text-base.font-medium.transition-colors.duration-200.ease-in-out.focus\:outline-none.border.border-transparent.bg-skin-primary.hover\:bg-skin-primary.hover\:bg-opacity-80.active\:bg-opacity-90.text-gray-900.rounded-xl.md\:rounded-2xl.\!px-2.flex-1.md\:\!px-4.\!text-sm.lg\:max-w-\[300px\]:focus,
button.flex.items-center.justify-center.gap-2.py-3.px-8.text-base.font-medium.transition-colors.duration-200.ease-in-out.focus\:outline-none.border.border-transparent.bg-skin-primary.hover\:bg-skin-primary.hover\:bg-opacity-80.active\:bg-opacity-90.text-gray-900.rounded-xl.md\:rounded-2xl.\!px-2.flex-1.md\:\!px-4.\!text-sm.lg\:max-w-\[300px\]:focus-visible {
  background-color: #dc2626 !important;
  color: #ffffff !important;
  border-color: #dc2626 !important;
}

button.flex.items-center.justify-center.gap-2.py-3.px-8.text-base.font-medium.transition-colors.duration-200.ease-in-out.focus\:outline-none.border.border-transparent.bg-skin-primary.hover\:bg-skin-primary.hover\:bg-opacity-80.active\:bg-opacity-90.text-gray-900.rounded-xl.md\:rounded-2xl.\!px-2.flex-1.md\:\!px-4.\!text-sm.lg\:max-w-\[300px\] p {
  color: #ffffff !important;
}

div.\!bg-black.\!text-white[role="radio"][data-headlessui-state~="checked"] .\!text-inherit {
  color: inherit !important;
}

.primary-btn.lg,
.ghost-btn.lg {
  padding: 1rem 1.5rem;
  font-size: 1rem;
  border-radius: 16px;
}

input,
textarea,
select {
  width: 100%;
  border: 1px solid rgba(74, 60, 49, 0.16);
  border-radius: 12px;
  padding: 0.78rem 0.9rem;
  font-family: var(--font-system);
  background: rgba(253, 251, 247, 0.9);
  color: var(--shams-dark);
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: rgba(212, 163, 115, 0.7);
  box-shadow: 0 0 0 4px rgba(212, 163, 115, 0.16);
}

.shams-header {
  position: sticky;
  top: 0;
  z-index: 80;
  backdrop-filter: saturate(150%) blur(16px);
  background: var(--hd-bg, #fff);
  border-bottom: 1px solid rgba(74, 60, 49, 0.08);
  transition: background-color 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.shams-header.is-compact {
  background: rgba(253, 251, 247, 0.92);
  border-bottom-color: rgba(74, 60, 49, 0.14);
  box-shadow: 0 10px 24px rgba(46, 36, 25, 0.08);
}

/* Keep sticky header below fixed announcement bars only on mobile/webview. */
@media (max-width: 768px) {
  /* Prevent top clipping for fixed announcement bars on iOS devices. */
  .announcement {
    top: 0 !important;
    height: calc(var(--announcement-offset) + env(safe-area-inset-top, 0px)) !important;
    min-height: calc(var(--announcement-offset) + env(safe-area-inset-top, 0px)) !important;
    padding: env(safe-area-inset-top, 0px) 16px 0 16px !important;
    box-sizing: border-box;
  }
}

.shams-announcement {
  text-align: center;
  padding: 0.5rem 1rem;
  font-size: 0.82rem;
  color: var(--shams-dark);
  border-bottom: 1px solid rgba(74, 60, 49, 0.08);
  background: rgba(245, 237, 227, 0.85);
}

.shams-header-inner {
  min-height: 74px;
  display: flex;
  align-items: center;
  gap: 18px;
  justify-content: space-between;
}

.shams-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-system);
  font-size: 1.55rem;
  letter-spacing: 0.08em;
}

.shams-logo img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.shams-logo span {
  line-height: 1;
}

.shams-nav {
  display: none;
  gap: 26px;
  font-size: 0.95rem;
}

.shams-nav a {
  position: relative;
}

.shams-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0;
  height: 1px;
  background: var(--shams-gold);
  transition: width 0.35s var(--ease-luxury);
}

.shams-nav a:hover::after {
  width: 100%;
}

.shams-header-actions {
  display: none;
  gap: 10px;
}

.mobile-nav-toggle {
  border: 0;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: grid;
  place-content: center;
  gap: 5px;
  background: rgba(253, 251, 247, 0.7);
}

.mobile-nav-toggle span {
  width: 18px;
  height: 1.5px;
  background: var(--shams-dark);
}

.shams-mobile-nav {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.35s ease;
  border-top: 1px solid rgba(74, 60, 49, 0.08);
}

.shams-mobile-nav a {
  padding: 0.8rem 4vw;
  border-bottom: 1px solid rgba(74, 60, 49, 0.06);
}

.shams-mobile-nav[data-open="true"] {
  grid-template-rows: 1fr;
}

.shams-mobile-nav[data-open="true"] a {
  opacity: 1;
}

.shams-footer {
  margin-top: clamp(60px, 8vw, 110px);
  background: linear-gradient(180deg, rgba(245, 237, 227, 0.48), rgba(234, 218, 199, 0.72));
  border-top: 1px solid rgba(74, 60, 49, 0.1);
  padding: 44px 0 20px;
}

.shams-footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
}

.shams-footer h3 {
  font-size: clamp(1.5rem, 5vw, 2rem);
  margin-bottom: 8px;
}

.shams-footer h4 {
  font-size: 1.2rem;
  margin-bottom: 8px;
}

.shams-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

.footer-newsletter {
  display: grid;
  gap: 10px;
}

.shams-footer-bottom {
  border-top: 1px solid rgba(74, 60, 49, 0.1);
  margin-top: 24px;
  padding-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
}

.legal-links {
  display: inline-flex;
  gap: 16px;
}

.hero-slider {
  position: relative;
  min-height: min(90vh, 920px);
}

.hero-track,
.hero-slide {
  min-height: min(90vh, 920px);
}

.hero-slide {
  position: relative;
  display: none;
}

.hero-slide.is-active {
  display: block;
  animation: fadeSlideIn 0.8s var(--ease-luxury);
}

.hero-slide > img {
  width: 100%;
  height: min(90vh, 920px);
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(140deg, rgba(46, 36, 25, 0.6), rgba(46, 36, 25, 0.16) 56%, rgba(46, 36, 25, 0.45));
}

.hero-content {
  position: absolute;
  inset: auto 0 10vh;
  color: var(--shams-cream-light);
  max-width: 700px;
}

.hero-content h1 {
  color: var(--shams-white);
  font-size: clamp(2.5rem, 8vw, 5.3rem);
  margin-bottom: 16px;
}

.hero-content p {
  color: rgba(253, 251, 247, 0.9);
  font-size: clamp(1rem, 2vw, 1.2rem);
  max-width: 60ch;
  margin-bottom: 24px;
}

.hero-dots {
  position: absolute;
  left: 50%;
  bottom: 28px;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
}

.hero-dot {
  width: 42px;
  height: 3px;
  border: 0;
  background: rgba(253, 251, 247, 0.35);
  border-radius: 99px;
  cursor: pointer;
}

.hero-dot.is-active {
  background: var(--shams-white);
}

.product-card-grid,
.product-grid,
.shop-grid,
.category-grid,
.reviews-grid {
  display: grid;
  gap: clamp(24px, 4vw, 40px);
}

.product-card-grid,
.product-grid,
.shop-grid {
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}

.product-card,
.product-tile {
  border-radius: var(--radius-md);
  background: rgba(253, 251, 247, 0.72);
  padding: 14px;
  box-shadow: var(--shadow-faint);
  transition: transform 0.4s var(--ease-luxury), box-shadow 0.4s var(--ease-luxury);
}

.product-card:hover,
.product-tile:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-soft);
}

.product-media-wrap {
  border-radius: var(--radius-md);
  overflow: hidden;
  position: relative;
  display: block;
}

.product-media {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  transition: transform 0.6s var(--ease-luxury);
}

.product-media-wrap:hover .product-media {
  transform: scale(1.05);
}

.card-cta {
  position: absolute;
  left: 50%;
  bottom: 14px;
  transform: translateX(-50%) translateY(8px);
  opacity: 0;
  background: rgba(253, 251, 247, 0.88);
  color: var(--shams-dark);
  border-radius: 999px;
  padding: 0.45rem 0.85rem;
  font-size: 0.84rem;
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.product-media-wrap:hover .card-cta {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.badge {
  position: absolute;
  top: 12px;
  left: 12px;
  border-radius: 999px;
  padding: 0.38rem 0.72rem;
  background: rgba(253, 251, 247, 0.88);
  font-size: 0.76rem;
  color: var(--shams-dark);
}

.product-card-content,
.product-tile h3 {
  margin-top: 14px;
}

.product-note {
  margin-top: 8px;
  font-size: 0.95rem;
}

.price-line {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}

.sale-price {
  color: var(--shams-dark-deep);
  font-weight: 600;
}

.original-price {
  color: var(--shams-muted);
  text-decoration-line: line-through;
  text-decoration-color: #dc2626;
  text-decoration-thickness: 2px;
  font-size: 0.95rem;
}

/* Make strike-through clearly red across all discounted/struck text variants */
.line-through,
[class*="line-through"],
s,
del,
strike {
  text-decoration-color: #dc2626 !important;
  text-decoration-thickness: 2px;
}

.home-categories .category-grid {
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
}

.category-card {
  position: relative;
  border-radius: var(--radius-md);
  overflow: hidden;
  min-height: 340px;
}

.category-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s var(--ease-luxury);
}

.category-card:hover img {
  transform: scale(1.05);
}

.category-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(46, 36, 25, 0.62), rgba(46, 36, 25, 0.12));
}

.category-content {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  color: var(--shams-white);
}

.category-content h3,
.category-content p {
  color: var(--shams-white);
}

.story-banner-inner {
  border-radius: 28px;
  background: linear-gradient(140deg, rgba(245, 237, 227, 0.94), rgba(234, 218, 199, 0.85));
  padding: clamp(32px, 5vw, 64px);
  box-shadow: var(--shadow-faint);
  display: grid;
  gap: 24px;
}

.story-banner h2 {
  font-size: clamp(2rem, 5vw, 3.6rem);
}

.secondary-link {
  margin-top: 18px;
  display: inline-block;
  color: var(--shams-dark-deep);
  border-bottom: 1px solid rgba(74, 60, 49, 0.4);
  padding-bottom: 3px;
}

.product-gallery {
  display: grid;
  gap: 16px;
}

.product-main-image-wrap {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--shadow-faint);
}

.product-main-image {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.product-thumbs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.product-thumb {
  border: 1px solid rgba(74, 60, 49, 0.12);
  background: transparent;
  border-radius: 12px;
  overflow: hidden;
  padding: 0;
  cursor: pointer;
}

.product-thumb.is-active {
  border-color: var(--shams-gold);
}

.product-details h1 {
  font-size: clamp(2rem, 6vw, 4rem);
  margin-bottom: 16px;
}

.product-price-hero {
  margin-bottom: 14px;
}

.product-quick-copy {
  max-width: 58ch;
}

.product-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.editorial-grid {
  display: grid;
  gap: 28px;
}

.editorial-content {
  font-size: clamp(1.05rem, 2vw, 1.2rem);
  color: var(--shams-dark);
  max-width: 68ch;
}

.reviews-grid {
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}

.review-card {
  border: 1px solid rgba(74, 60, 49, 0.12);
  border-radius: var(--radius-md);
  padding: 20px;
  background: rgba(253, 251, 247, 0.78);
}

.review-stars {
  margin-bottom: 10px;
}

.star {
  color: rgba(74, 60, 49, 0.25);
}

.star.filled {
  color: var(--shams-gold);
}

.stock-urgency,
.visitors-badge-wrap,
.countdown-wrap {
  padding: 20px 0;
}

.urgency-card,
.visitors-badge,
.countdown-card {
  width: var(--container);
  margin-inline: auto;
  background: rgba(245, 237, 227, 0.7);
  border: 1px solid rgba(74, 60, 49, 0.1);
  border-radius: 16px;
  padding: 16px 20px;
}

.urgency-card {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
}

.urgency-card strong {
  color: var(--shams-dark-deep);
  font-size: 1.2rem;
}

.visitors-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.pulse-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--shams-gold);
  box-shadow: 0 0 0 0 rgba(212, 163, 115, 0.6);
  animation: pulse 1.8s infinite;
}

.countdown-grid {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(4, minmax(58px, 1fr));
  gap: 12px;
}

.countdown-grid strong {
  font-size: 1.35rem;
  color: var(--shams-dark-deep);
}

.list-products {
  display: grid;
  gap: 20px;
}

.list-product-card {
  border: 1px solid rgba(74, 60, 49, 0.1);
  border-radius: 18px;
  padding: 14px;
  display: grid;
  gap: 14px;
  background: rgba(253, 251, 247, 0.82);
}

.list-media {
  border-radius: 14px;
  overflow: hidden;
}

.list-media img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.breadcrumbs {
  padding: 20px 0 0;
}

.breadcrumbs .container {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: var(--shams-muted);
  font-size: 0.9rem;
}

.sticky-buy {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 12px;
  z-index: 70;
  pointer-events: none;
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.4s var(--ease-luxury), transform 0.4s var(--ease-luxury);
}

.sticky-buy.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.sticky-buy-inner {
  pointer-events: auto;
  border-radius: 18px;
  background: rgba(253, 251, 247, 0.88);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(74, 60, 49, 0.1);
  box-shadow: var(--shadow-soft);
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.thanks-card,
.invoice-card {
  border-radius: 24px;
  background: rgba(253, 251, 247, 0.86);
  border: 1px solid rgba(74, 60, 49, 0.1);
  box-shadow: var(--shadow-faint);
  padding: clamp(24px, 4vw, 42px);
}

.thanks-card h1 {
  margin: 8px 0 14px;
  font-size: clamp(2rem, 5vw, 3.8rem);
}

.thanks-meta {
  margin: 24px 0;
  display: grid;
  gap: 14px;
}

.thanks-meta span {
  display: block;
  font-size: 0.8rem;
  color: var(--shams-muted);
}

.invoice-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
}

.invoice-header h1 {
  font-size: clamp(2rem, 5vw, 3.4rem);
}

.invoice-meta span {
  color: var(--shams-muted);
  display: inline-block;
  min-width: 70px;
}

.invoice-customer {
  margin-bottom: 20px;
}

.invoice-table-wrap {
  overflow-x: auto;
}

.invoice-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 520px;
}

.invoice-table th,
.invoice-table td {
  padding: 10px 8px;
  border-bottom: 1px solid rgba(74, 60, 49, 0.1);
  text-align: left;
}

.invoice-total {
  margin-top: 20px;
  display: grid;
  gap: 8px;
  justify-content: end;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.6s var(--ease-luxury), transform 0.6s var(--ease-luxury);
  transition-delay: var(--reveal-delay, 0ms);
}

[data-reveal].is-revealed {
  opacity: 1;
  transform: translateY(0);
}

@keyframes fadeSlideIn {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(212, 163, 115, 0.55);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(212, 163, 115, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(212, 163, 115, 0);
  }
}

@media (min-width: 768px) {
  .shams-footer-grid {
    grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
    gap: 24px;
  }

  .thanks-meta {
    grid-template-columns: repeat(3, 1fr);
  }

  .story-banner-inner,
  .editorial-grid {
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }

  .list-product-card {
    grid-template-columns: 190px 1fr auto;
    align-items: center;
    gap: 20px;
  }
}

@media (min-width: 980px) {
  .shams-logo img {
    width: 40px;
    height: 40px;
  }

  .mobile-nav-toggle,
  .shams-mobile-nav {
    display: none;
  }

  .shams-nav,
  .shams-header-actions {
    display: flex;
  }
}

@media (max-width: 767px) {
  .section {
    padding: 72px 0;
  }

  .shams-header-inner {
    min-height: 66px;
    gap: 10px;
  }

  .shams-logo {
    font-size: 1.15rem;
    letter-spacing: 0.05em;
  }

  .shams-logo img {
    width: 30px;
    height: 30px;
  }

  .hero-slider,
  .hero-track,
  .hero-slide {
    min-height: 78vh;
  }

  .hero-slide > img {
    height: 78vh;
  }

  .hero-content {
    inset: auto 0 11vh;
  }

  .hero-content p {
    margin-bottom: 16px;
  }

  .hero-dots {
    bottom: 18px;
  }

  .product-thumbs {
    grid-template-columns: repeat(3, 1fr);
  }

  .product-actions .primary-btn,
  .product-actions .ghost-btn {
    width: 100%;
  }

  .countdown-grid {
    grid-template-columns: repeat(2, minmax(70px, 1fr));
  }

  .sticky-buy {
    bottom: 8px;
  }

  .sticky-buy-inner {
    flex-wrap: wrap;
    padding: 10px 12px;
  }

  .sticky-buy-inner .primary-btn {
    width: 100%;
  }

  .visitors-badge,
  .urgency-card,
  .countdown-card {
    width: 100%;
  }

  .invoice-table {
    min-width: 460px;
  }
}

@media (max-width: 430px) {
  .container {
    width: min(1200px, 94vw);
  }

  .section {
    padding: 64px 0;
  }

  .shams-announcement {
    font-size: 0.74rem;
    padding: 0.45rem 0.7rem;
  }

  .shams-logo span {
    display: none;
  }

  .mobile-nav-toggle {
    width: 40px;
    height: 40px;
  }

  .primary-btn,
  .ghost-btn {
    border-radius: 12px;
  }

  .hero-content h1 {
    font-size: clamp(2rem, 12vw, 2.7rem);
  }

  .hero-content p {
    font-size: 0.95rem;
  }

  .section-head {
    margin-bottom: 26px;
  }

  .section-head h2 {
    font-size: clamp(1.75rem, 10vw, 2.35rem);
  }

  .product-card,
  .product-tile,
  .review-card,
  .list-product-card {
    padding: 12px;
  }

  .invoice-table {

  .is-spotlight-ready {
    position: relative;
    overflow: hidden;
  }

  .is-spotlight-ready::before {
    content: "";
    position: absolute;
    inset: -22%;
    pointer-events: none;
    opacity: 0;
    background: radial-gradient(
      240px circle at var(--spot-x, 50%) var(--spot-y, 50%),
      rgba(212, 163, 115, 0.18),
      rgba(212, 163, 115, 0) 60%
    );
    transition: opacity 0.26s ease;
  }

  .is-spotlight-ready:hover::before {
    opacity: 1;
  }
    min-width: 420px;
  }
:root {
  --checkout-announcement-h: 52px;
}

  .thanks-card,
  .invoice-card {
    border-radius: 18px;
    padding: 20px;
  }
}

/* Checkout header stability with injected snippets (announcement + premium cards). */
:root {
  --checkout-announcement-h: 52px;
}

@media (max-width: 768px) {
  :root {
    --checkout-announcement-h: 48px;
  }
}

body:has(.checkout_container) {
  margin: 0 !important;
  padding: 0 !important;
}

body:has(.checkout_container) .bg-white.top-0.w-full.z-20 {
  margin-top: calc(var(--checkout-announcement-h) + env(safe-area-inset-top, 0px)) !important;
}

body:has(.checkout_container) .announcement {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 10060 !important;
  height: calc(var(--checkout-announcement-h) + env(safe-area-inset-top, 0px)) !important;
  min-height: calc(var(--checkout-announcement-h) + env(safe-area-inset-top, 0px)) !important;
  padding-top: env(safe-area-inset-top, 0px) !important;
  box-sizing: border-box !important;
}

body:has(.checkout_container) .sphinx_header_links {
  position: sticky !important;
  top: calc(var(--checkout-announcement-h) + env(safe-area-inset-top, 0px)) !important;
  z-index: 10040 !important;
}

/* Checkout footer dark theme + modern polish */
footer.bg-white.text-\[\#010101\] {
  background: linear-gradient(160deg, #2e2419 0%, #4a3c31 100%) !important;
  color: #eadac7 !important;
  border-top: 1px solid rgba(234, 218, 199, 0.16);
}

footer.bg-white.text-\[\#010101\] h3,
footer.bg-white.text-\[\#010101\] a,
footer.bg-white.text-\[\#010101\] p,
footer.bg-white.text-\[\#010101\] li,
footer.bg-white.text-\[\#010101\] span {
  color: #eadac7 !important;
}

footer.bg-white.text-\[\#010101\] a {
  text-decoration: none;
  opacity: 0.92;
  transition: opacity 0.2s ease, transform 0.2s ease, color 0.2s ease;
}

footer.bg-white.text-\[\#010101\] a:hover {
  opacity: 1;
  color: #f5ede3 !important;
  transform: translateX(2px);
}

footer.bg-white.text-\[\#010101\] .border-\[\#E2E2E2\] {
  border-color: rgba(234, 218, 199, 0.2) !important;
}

footer.bg-white.text-\[\#010101\] button {
  color: #eadac7 !important;
}

footer.bg-white.text-\[\#010101\] {
  position: relative;
  overflow: hidden;
}

footer.bg-white.text-\[\#010101\]::before {
  content: "";
  position: absolute;
  top: 0;
  left: -30%;
  width: 160%;
  height: 2px;
  background: linear-gradient(90deg, rgba(212, 163, 115, 0), rgba(212, 163, 115, 0.85), rgba(212, 163, 115, 0));
  animation: shams-footer-gold-line 4.6s linear infinite;
}

@keyframes shams-footer-gold-line {
  0% {
    transform: translateX(-25%);
    opacity: 0.4;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translateX(25%);
    opacity: 0.4;
  }
}

/* Clone page polish inspired by premium perfume stores, using SHAMS identity */
#clone-page {
  --clone-display: "Marcellus", serif;
  --clone-body: "Cairo", sans-serif;
  font-family: var(--clone-body);
  background:
    radial-gradient(circle at 84% 10%, rgba(212, 163, 115, 0.2), transparent 35%),
    radial-gradient(circle at 10% 70%, rgba(74, 60, 49, 0.08), transparent 30%),
    var(--shams-white);
}

#clone-page h1,
#clone-page h2,
#clone-page h3 {
  font-family: var(--clone-display);
  letter-spacing: 0.02em;
}

#clone-page .hero-content {
  text-align: right;
}

#clone-page .hero-content h1 {
  text-wrap: balance;
  max-width: 14ch;
}

#clone-page .hero-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.22));
  pointer-events: none;
}

.clone-editorial-block {
  padding-top: clamp(42px, 6vw, 78px);
}

.clone-editorial-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr;
}

.clone-editorial-main,
.clone-editorial-side {
  border: 1px solid rgba(74, 60, 49, 0.14);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(253, 251, 247, 0.95), rgba(245, 237, 227, 0.82));
  box-shadow: 0 20px 42px rgba(46, 36, 25, 0.08);
  padding: clamp(20px, 3vw, 34px);
}

.clone-editorial-main p {
  max-width: 58ch;
}

.clone-editorial-tags {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.clone-editorial-tags span {
  border: 1px solid rgba(74, 60, 49, 0.2);
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 0.82rem;
  color: var(--shams-dark-deep);
  background: rgba(253, 251, 247, 0.74);
}

.clone-editorial-side h3 {
  margin-bottom: 10px;
}

.clone-editorial-side ul {
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.clone-editorial-side li {
  border: 1px dashed rgba(74, 60, 49, 0.22);
  border-radius: 12px;
  padding: 8px 10px;
  color: var(--shams-dark);
}

.clone-editorial-side .primary-btn {
  width: 100%;
}

.clone-trust-strip {
  border-top: 1px solid rgba(74, 60, 49, 0.08);
  border-bottom: 1px solid rgba(74, 60, 49, 0.08);
  background: linear-gradient(120deg, rgba(245, 237, 227, 0.85), rgba(234, 218, 199, 0.55));
}

.clone-trust-strip-inner {
  min-height: 62px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 16px;
  align-items: center;
  color: var(--shams-dark-deep);
  font-weight: 600;
  font-size: 0.92rem;
}

.clone-filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.clone-filter-row .ghost-btn.is-active {
  background: var(--shams-dark-deep);
  color: var(--shams-cream-light);
  border-color: var(--shams-dark-deep);
}

@media (min-width: 768px) {
  .clone-trust-strip-inner {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    min-height: 68px;
  }

  .clone-editorial-grid {
    grid-template-columns: 1.3fr 0.9fr;
    align-items: stretch;
  }
}

/* Social links: modern glass style when social anchors exist */
footer.bg-white.text-\[\#010101\] a[href*="facebook"],
footer.bg-white.text-\[\#010101\] a[href*="instagram"],
footer.bg-white.text-\[\#010101\] a[href*="tiktok"],
footer.bg-white.text-\[\#010101\] a[href*="youtube"],
footer.bg-white.text-\[\#010101\] a[href*="wa.me"],
footer.bg-white.text-\[\#010101\] a[href*="whatsapp"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  min-height: 38px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(234, 218, 199, 0.26);
  background: rgba(253, 251, 247, 0.08);
  backdrop-filter: blur(4px);
}

footer.bg-white.text-\[\#010101\] a[href*="facebook"]:hover,
footer.bg-white.text-\[\#010101\] a[href*="instagram"]:hover,
footer.bg-white.text-\[\#010101\] a[href*="tiktok"]:hover,
footer.bg-white.text-\[\#010101\] a[href*="youtube"]:hover,
footer.bg-white.text-\[\#010101\] a[href*="wa.me"]:hover,
footer.bg-white.text-\[\#010101\] a[href*="whatsapp"]:hover {
  box-shadow: 0 8px 22px rgba(212, 163, 115, 0.22);
  transform: translateY(-2px);
}

/* Newsletter block (applies when newsletter input/form exists in footer) */
footer.bg-white.text-\[\#010101\] .footer-newsletter,
footer.bg-white.text-\[\#010101\] form:has(input[type="email"]) {
  padding: 14px;
  border-radius: 14px;
  border: 1px solid rgba(234, 218, 199, 0.22);
  background: rgba(253, 251, 247, 0.08);
}

footer.bg-white.text-\[\#010101\] input[type="email"] {
  background: rgba(253, 251, 247, 0.95);
  border: 1px solid rgba(74, 60, 49, 0.2);
  color: #2e2419;
}

footer.bg-white.text-\[\#010101\] input[type="email"]::placeholder {
  color: #8b735b;
}

footer.bg-white.text-\[\#010101\] form button,
footer.bg-white.text-\[\#010101\] .footer-newsletter button {
  background: #eadac7;
  color: #2e2419 !important;
  border: 0;
  font-weight: 700;
}

/* Desktop rhythm improvement */
@media (min-width: 1024px) {
  footer.bg-white.text-\[\#010101\] .max-w-7xl.mx-auto {
    padding-top: 56px;
    padding-bottom: 36px;
  }

  footer.bg-white.text-\[\#010101\] h3 {
    margin-bottom: 14px !important;
    letter-spacing: 0.01em;
  }

  footer.bg-white.text-\[\#010101\] ul {
    gap: 12px !important;
  }
}

@media (max-width: 767px) {
  footer.bg-white.text-\[\#010101\] .max-w-7xl.mx-auto {
    padding-top: 26px !important;
    padding-bottom: 22px !important;
  }

  footer.bg-white.text-\[\#010101\]::before {
    height: 1px;
    opacity: 0.75;
    animation-duration: 5.6s;
  }

  footer.bg-white.text-\[\#010101\] h3 {
    margin-bottom: 10px !important;
    font-size: 1rem !important;
  }

  footer.bg-white.text-\[\#010101\] .border-\[\#E2E2E2\] button {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

  footer.bg-white.text-\[\#010101\] a:hover {
    transform: none;
  }
}

/* Apple-Level Modern Layer */
:root {
  --shams-surface: rgba(253, 251, 247, 0.86);
  --shams-surface-strong: rgba(253, 251, 247, 0.95);
  --shams-line: rgba(74, 60, 49, 0.12);
  --shams-shadow-xl: 0 26px 60px rgba(46, 36, 25, 0.12);
}

/* Red "Buy Now" Button */
button.flex.items-center.justify-center.gap-2.py-3.px-8.text-base.font-medium.transition-colors.duration-200.ease-in-out.focus\:outline-none.border.border-transparent.bg-skin-primary.hover\:bg-skin-primary.hover\:bg-opacity-80.active\:bg-opacity-90.text-white.rounded-xl.md\:rounded-2xl.\!px-2.flex-1.md\:\!px-4.\!text-sm.lg\:max-w-\[300px\] {
  background: var(--red-primary) !important;
  color: #ffffff !important;
  border-color: var(--red-primary) !important;
}

button.flex.items-center.justify-center.gap-2.py-3.px-8.text-base.font-medium.transition-colors.duration-200.ease-in-out.focus\:outline-none.border.border-transparent.bg-skin-primary.hover\:bg-skin-primary.hover\:bg-opacity-80.active\:bg-opacity-90.text-white.rounded-xl.md\:rounded-2xl.\!px-2.flex-1.md\:\!px-4.\!text-sm.lg\:max-w-\[300px\]:hover {
  background: #b91c1c !important;
  color: #ffffff !important;
  border-color: #b91c1c !important;
  opacity: 0.9;
}

button.flex.items-center.justify-center.gap-2.py-3.px-8.text-base.font-medium.transition-colors.duration-200.ease-in-out.focus\:outline-none.border.border-transparent.bg-skin-primary.hover\:bg-skin-primary.hover\:bg-opacity-80.active\:bg-opacity-90.text-white.rounded-xl.md\:rounded-2xl.\!px-2.flex-1.md\:\!px-4.\!text-sm.lg\:max-w-\[300px\] p {
  color: #ffffff !important;
}

/* ============================================
   COUNTDOWN TIMER - Minimal Luxury Style
   ============================================ */

.countdown-timer {
  background: #0A0A0A;
  border-radius: 24px;
  padding: 48px 32px;
  display: flex;
  flex-direction: column;
  gap: 48px;
  text-align: center;
  width: 100%;
  max-width: 600px;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.countdown-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.pulse-icon {
  width: 24px;
  height: 28px;
  color: #FFFFFF;
  opacity: 0.6;
  animation: gentle-pulse 3.5s ease-in-out infinite;
  flex-shrink: 0;
}

@keyframes gentle-pulse {
  0%, 100% {
    opacity: 0.5;
    transform: scale(1);
  }
  50% {
    opacity: 0.8;
    transform: scale(1.05);
  }
}

.countdown-title {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.3px;
  color: #FFFFFF;
  margin: 0;
  opacity: 0.9;
}

.countdown-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
  flex-wrap: wrap;
}

.countdown-unit {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.countdown-number {
  font-size: 56px;
  font-weight: 700;
  letter-spacing: -1.5px;
  color: #FFFFFF;
  line-height: 1;
  display: block;
  opacity: 1;
  transition: opacity 0.3s ease-out;
  animation: fade-in-smooth 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}

@keyframes fade-in-smooth {
  from {
    opacity: 0;
    transform: translateY(2px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.countdown-number.changed {
  animation: number-change 0.4s ease-out;
}

@keyframes number-change {
  0% {
    opacity: 0.5;
    transform: translateY(-4px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.countdown-label {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #FFFFFF;
  opacity: 0.35;
  transition: opacity 0.3s ease;
}

.countdown-separator {
  font-size: 36px;
  font-weight: 300;
  color: #FFFFFF;
  opacity: 0.15;
  align-self: flex-start;
  margin-top: 4px;
  line-height: 1;
  letter-spacing: 2px;
  user-select: none;
}

@media (max-width: 768px) {
  .countdown-timer {
    padding: 36px 24px;
    gap: 36px;
    border-radius: 20px;
  }

  .countdown-number {
    font-size: 42px;
  }

  .countdown-separator {
    font-size: 28px;
  }

  .countdown-title {
    font-size: 18px;
  }

  .countdown-container {
    gap: 18px;
  }

  .countdown-label {
    font-size: 11px;
  }

  .pulse-icon {
    width: 20px;
    height: 24px;
  }
}

@media (max-width: 480px) {
  .countdown-timer {
    padding: 28px 20px;
    gap: 28px;
    border-radius: 16px;
  }

  .countdown-number {
    font-size: 36px;
  }

  .countdown-separator {
    font-size: 24px;
  }

  .countdown-title {
    font-size: 16px;
  }

  .countdown-container {
    gap: 14px;
  }

  .countdown-label {
    font-size: 10px;
  }
}

.countdown-unit:hover .countdown-label {
  opacity: 0.5;
  transition: opacity 0.3s ease;
}

@media (prefers-reduced-motion: reduce) {
  .countdown-number,
  .pulse-icon {
    animation: none;
  }

  .countdown-number.changed {
    animation: none;
  }
}

html {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body {
  background:
    radial-gradient(1400px 700px at 100% -10%, rgba(212, 163, 115, 0.16), rgba(212, 163, 115, 0)),
    radial-gradient(900px 520px at -20% 20%, rgba(139, 115, 91, 0.08), rgba(139, 115, 91, 0)),
    var(--shams-white);
}

::selection {
  background: rgba(212, 163, 115, 0.28);
  color: var(--shams-dark-deep);
}

/* Product Card Styling */
.home_grid_section_card h2,
.home_grid_section_card h3,
[class*="product_card"] h2,
[class*="product_card"] h3 {
  color: #4a3c31 !important;
}

.home_grid_section_card .flex.justify-center.items-center.font-semibold span:first-child,
[class*="product_card"] .flex.justify-center.items-center.font-semibold span:first-child {
  color: #4a3c31 !important;
  font-weight: 600;
}

/* Section Title Styling */
h3.home_section_top_title {
  color: #4a3c31 !important;
}

/* Premium rhythm */
main,
.page_content,
.content_container {
  position: relative;
}

.section,
.content_container.page_content {
  scroll-margin-top: 110px;
}

/* Unified elevated surfaces */
.product-card,
.product-tile,
.list-product-card,
.review-card,
.thanks-card,
.invoice-card,
.sticky-buy-inner,
.w-full.bg-white.rounded-lg.overflow-hidden,
.min_value_carousel .swiper-slide > .w-full > .w-full.bg-white.rounded-lg.overflow-hidden {
  background: var(--shams-surface);
  border: 1px solid var(--shams-line);
  box-shadow: var(--shadow-faint);
  backdrop-filter: blur(4px);
}

.product-card:hover,
.product-tile:hover,
.list-product-card:hover,
.review-card:hover,
.w-full.bg-white.rounded-lg.overflow-hidden:hover,
.min_value_carousel .swiper-slide > .w-full > .w-full.bg-white.rounded-lg.overflow-hidden:hover {
  transform: translateY(-4px);
  box-shadow: var(--shams-shadow-xl);
}

/* Cleaner media treatment */
.product-media,
.list-media img,
img.object-cover {
  filter: saturate(1.02) contrast(1.02);
}

/* Typography polish */
h1,
h2,
h3 {
  letter-spacing: -0.012em;
}

p,
.text-gray-500,
.text-skin-muted,
.ql-editor {
  color: #6e5d4a;
}

/* Apple-like controls */
button,
input,
textarea,
select {
  transition: transform 0.3s var(--ease-luxury), box-shadow 0.3s var(--ease-luxury), background-color 0.3s var(--ease-luxury), border-color 0.3s var(--ease-luxury), color 0.3s var(--ease-luxury);
}

button:focus-visible,
a:focus-visible,
[role="button"]:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 4px rgba(212, 163, 115, 0.18);
}

/* Section with free-shipping slider polish */
.min_value_carousel {
  border-radius: 16px;
}

.min_value_swiper_button_prev,
.min_value_swiper_button_next {
  border-radius: 10px;
  border: 1px solid rgba(74, 60, 49, 0.12);
  background: rgba(253, 251, 247, 0.78);
}

/* Subtle premium bars and chips */
.rounded-full,
.rounded-\[15px\],
.rounded-\[4px\] {
  border-color: rgba(74, 60, 49, 0.16);
}

/* Apple spacing on desktop */
@media (min-width: 1024px) {
  .section {
    padding-top: clamp(96px, 8vw, 140px);
    padding-bottom: clamp(96px, 8vw, 140px);
  }

  .container {
    width: min(1240px, 92vw);
  }

  .hero-content {
    max-width: 760px;
  }
}

/* Refined mobile density */
@media (max-width: 767px) {
  body {
    background:
      radial-gradient(700px 340px at 100% -8%, rgba(212, 163, 115, 0.14), rgba(212, 163, 115, 0)),
      var(--shams-white);
  }

  .section,
  .content_container.page_content {
    margin-top: 0;
  }

  .w-full.bg-white.rounded-lg.overflow-hidden,
  .min_value_carousel .swiper-slide > .w-full > .w-full.bg-white.rounded-lg.overflow-hidden {
    border-radius: 14px;
  }
}

/* Stock Availability Indicators - Premium Styling */
.fake_stock_count {
  color: var(--shams-dark);
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: -0.01em;
  transition: color 0.3s var(--ease-luxury), transform 0.3s var(--ease-luxury);
}

.fake_stock_count:hover {
  color: var(--shams-cream);
  transform: translateX(2px);
}

.fake_stock_progress {
  background: linear-gradient(90deg, rgba(212, 163, 115, 0.12), rgba(212, 163, 115, 0.08));
  border: 1px solid rgba(212, 163, 115, 0.2);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: inset 0 2px 6px rgba(46, 36, 25, 0.06);
  height: 18px !important;
}

.fake_stock_progress > div {
  background: linear-gradient(90deg, var(--shams-gold) 0%, var(--shams-dark) 100%);
  border-radius: 6px;
  height: 100%;
  position: relative;
  box-shadow: 0 2px 8px rgba(212, 163, 115, 0.3);
  transition: width 0.6s var(--ease-luxury);
}

.fake_stock_progress > div::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  border-radius: 6px;
}

/* Mobile Contact Header - Premium Styling */
.shams-header-contact {
  display: none;
  background: var(--shams-dark);
  border-bottom: 1px solid rgba(212, 163, 115, 0.15);
  padding: 10px 16px;
}

.shams-header-contact .contact-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 100%;
  font-size: 0.85rem;
  color: var(--shams-cream);
  font-weight: 500;
  letter-spacing: -0.01em;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 6px;
  transition: opacity 0.3s var(--ease-luxury), transform 0.3s var(--ease-luxury);
}

.contact-item:active {
  opacity: 0.8;
  transform: scale(0.98);
}

.contact-item svg {
  width: 16px;
  height: 16px;
  stroke: var(--shams-cream);
  opacity: 0.9;
}

.contact-item a {
  color: var(--shams-cream);
  text-decoration: none;
  transition: color 0.3s var(--ease-luxury);
}

.contact-item a:active {
  color: var(--shams-gold);
}

@media (max-width: 768px) {
  .shams-header-contact {
    display: block;
  }

  .contact-info {
    gap: 0 !important;
  }

  .contact-item {
    font-size: 0.8rem;
    padding: 4px 8px;
  }
}

/* Final hard override: only checkout buttons */
.checkout_btn.checkout_btn,
.checkout_buy_now.checkout_buy_now,
button.checkout_btn.checkout_btn,
button.checkout_buy_now.checkout_buy_now {
  --tw-bg-opacity: 1 !important;
  --tw-text-opacity: 1 !important;
  background-color: #dc2626 !important;
  background-image: none !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  border-color: #dc2626 !important;
}

.checkout_btn.checkout_btn *,
.checkout_buy_now.checkout_buy_now * {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

/* Exact selector for checkout_buy_now utility stack */
button.checkout_buy_now.self-center.flex.items-center.justify-center.gap-2.py-3.px-8.text-base.font-medium.transition-colors.duration-200.ease-in-out.focus\:outline-none.w-full.border.border-transparent.bg-skin-primary.hover\:bg-skin-primary.hover\:bg-opacity-80.active\:bg-opacity-90.text-gray-900.rounded-xl.md\:rounded-2xl,
button.checkout_buy_now.self-center.flex.items-center.justify-center.gap-2.py-3.px-8.text-base.font-medium.transition-colors.duration-200.ease-in-out.focus\:outline-none.w-full.border.border-transparent.bg-skin-primary.hover\:bg-skin-primary.hover\:bg-opacity-80.active\:bg-opacity-90.text-gray-900.rounded-xl.md\:rounded-2xl:hover,
button.checkout_buy_now.self-center.flex.items-center.justify-center.gap-2.py-3.px-8.text-base.font-medium.transition-colors.duration-200.ease-in-out.focus\:outline-none.w-full.border.border-transparent.bg-skin-primary.hover\:bg-skin-primary.hover\:bg-opacity-80.active\:bg-opacity-90.text-gray-900.rounded-xl.md\:rounded-2xl:active,
button.checkout_buy_now.self-center.flex.items-center.justify-center.gap-2.py-3.px-8.text-base.font-medium.transition-colors.duration-200.ease-in-out.focus\:outline-none.w-full.border.border-transparent.bg-skin-primary.hover\:bg-skin-primary.hover\:bg-opacity-80.active\:bg-opacity-90.text-gray-900.rounded-xl.md\:rounded-2xl:focus,
button.checkout_buy_now.self-center.flex.items-center.justify-center.gap-2.py-3.px-8.text-base.font-medium.transition-colors.duration-200.ease-in-out.focus\:outline-none.w-full.border.border-transparent.bg-skin-primary.hover\:bg-skin-primary.hover\:bg-opacity-80.active\:bg-opacity-90.text-gray-900.rounded-xl.md\:rounded-2xl:focus-visible {
  --tw-bg-opacity: 1 !important;
  --tw-text-opacity: 1 !important;
  background: #dc2626 !important;
  background-color: #dc2626 !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  border-color: #dc2626 !important;
}