/*
Theme Name: Luvani
Theme URI: https://luvani.pt/
Author: Luvani
Description: Tema premium para loja WooCommerce Luvani.
Version: 1.0.32
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: luvani
*/
:root {
  --ink: #120f0d;
  --soft-ink: #554d45;
  --ivory: #fffaf2;
  --cream: #f2e5d6;
  --stone: #dfd0bf;
  --champagne: #d8ae5d;
  --champagne-dark: #8d6826;
  --rose: #a06b68;
  --black: #080706;
  --white: #ffffff;
  --shadow: 0 28px 90px rgba(18, 15, 13, 0.2);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--ivory);
  color: var(--ink);
  font-family: "Inter", system-ui, sans-serif;
  overflow-x: hidden;
}

main {
  overflow: hidden;
}

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

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.promo-bar {
  padding: 10px 18px;
  background: var(--black);
  color: var(--ivory);
  text-align: center;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(18px, 3vw, 42px);
  min-height: 82px;
  padding: 10px clamp(18px, 4vw, 58px);
  background: rgba(255, 250, 242, 0.94);
  border-bottom: 1px solid rgba(141, 104, 38, 0.22);
  backdrop-filter: blur(18px);
  transition: background 180ms ease, box-shadow 180ms ease;
}

.site-header.is-scrolled {
  background: rgba(255, 250, 242, 0.99);
  box-shadow: 0 10px 34px rgba(18, 15, 13, 0.08);
}

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  width: fit-content;
}

.brand img {
  width: clamp(260px, 24vw, 390px);
  height: 100px;
  object-fit: contain;
}

.site-nav {
  display: flex;
  justify-content: center;
  min-width: 0;
  gap: clamp(14px, 2vw, 28px);
  color: var(--soft-ink);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.site-nav-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(14px, 2vw, 28px);
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-nav a,
.shop-actions a {
  position: relative;
  padding: 12px 0;
}

.site-nav a::after,
.shop-actions a::after {
  position: absolute;
  right: 0;
  bottom: 5px;
  left: 0;
  height: 1px;
  content: "";
  background: var(--champagne-dark);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after,
.site-nav .current-menu-item > a::after,
.site-nav a[aria-current="page"]::after,
.shop-actions a:hover::after,
.shop-actions a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.site-nav .current-menu-item > a,
.site-nav a[aria-current="page"] {
  color: var(--ink);
}

.site-nav .luvani-featured-menu-item > a,
.site-nav a.luvani-featured-menu-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 14px;
  border: 1px solid rgba(141, 104, 38, 0.46);
  background:
    linear-gradient(135deg, rgba(255, 242, 201, 0.72), rgba(216, 174, 93, 0.24)),
    rgba(255, 250, 242, 0.78);
  color: #6f4f16;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.55), 0 10px 26px rgba(141, 104, 38, 0.12);
}

.site-nav .luvani-featured-menu-item > a::after,
.site-nav a.luvani-featured-menu-item::after {
  display: none;
}

.site-nav .luvani-featured-menu-item > a:hover,
.site-nav .luvani-featured-menu-item > a:focus-visible,
.site-nav .luvani-featured-menu-item.current-menu-item > a,
.site-nav a.luvani-featured-menu-item:hover,
.site-nav a.luvani-featured-menu-item:focus-visible,
.site-nav a.luvani-featured-menu-item[aria-current="page"] {
  border-color: rgba(18, 15, 13, 0.86);
  background: linear-gradient(135deg, #120f0d, #2a1c12);
  color: var(--ivory);
}

.shop-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-width: max-content;
  gap: 22px;
  color: var(--soft-ink);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.account-link,
.bag-link {
  display: inline-grid;
  justify-items: center;
  gap: 3px;
  min-width: 46px;
}

.account-link svg,
.bag-link svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: var(--champagne-dark);
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.account-link span,
.bag-link span {
  line-height: 1;
}

.bag-link .bag-count {
  position: absolute;
  top: 5px;
  right: 1px;
  z-index: 1;
  display: grid;
  place-items: center;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border: 1px solid rgba(255, 250, 242, 0.86);
  border-radius: 999px;
  background: linear-gradient(135deg, var(--champagne), var(--champagne-dark));
  color: var(--black);
  box-shadow: 0 8px 18px rgba(18, 15, 13, 0.2);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
}

.bag-link .bag-count.is-empty {
  display: none;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(18, 15, 13, 0.18);
  background: rgba(255, 255, 255, 0.72);
  cursor: pointer;
}

.menu-toggle span:not(.sr-only) {
  display: block;
  width: 18px;
  height: 1px;
  margin: 5px auto;
  background: var(--ink);
}

.shop-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(340px, 0.92fr) minmax(0, 1.08fr);
  height: 570px;
  min-height: 570px;
  background:
    radial-gradient(circle at 80% 12%, rgba(216, 174, 93, 0.3), transparent 30%),
    linear-gradient(135deg, #fffaf2, #f4e4d4 56%, #ead7c6);
  border-bottom: 1px solid rgba(141, 104, 38, 0.28);
  overflow: hidden;
}

.shop-hero-media {
  position: relative;
  height: 570px;
  min-height: 0;
  overflow: hidden;
}

.shop-hero-media::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(8, 7, 6, 0.14), transparent 42%),
    linear-gradient(180deg, transparent 52%, rgba(8, 7, 6, 0.28));
  pointer-events: none;
}

.shop-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 12%;
  filter: contrast(1.05) saturate(1.06);
  transform: scale(1.02);
}

.shop-hero-copy {
  position: relative;
  display: grid;
  align-content: center;
  max-width: 800px;
  min-width: 0;
  padding: 46px clamp(28px, 6vw, 82px);
  background:
    radial-gradient(circle at 70% 22%, rgba(216, 174, 93, 0.36), transparent 24%),
    linear-gradient(135deg, rgba(255, 250, 242, 0.86), rgba(242, 229, 214, 0.98));
}

.shop-hero-copy::before {
  position: absolute;
  top: 42px;
  right: clamp(22px, 4vw, 58px);
  width: 96px;
  height: 1px;
  content: "";
  background: var(--champagne-dark);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--champagne-dark);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

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

h1,
h2,
h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
}

h1 {
  max-width: 780px;
  margin-bottom: 24px;
  font-size: 6.3rem;
  line-height: 0.9;
}

h2 {
  margin-bottom: 0;
  font-size: 4.8rem;
  line-height: 0.94;
}

h3 {
  margin-bottom: 10px;
  font-size: 2rem;
  line-height: 1;
}

.shop-hero-copy > p:not(.eyebrow),
.occasion-banner p,
.lookbook-copy p,
.contact-section p,
.product-info p,
  .site-footer p {
  color: var(--soft-ink);
  font-size: 1.08rem;
  line-height: 1.75;
}

.shop-hero-copy > p:not(.eyebrow) {
  max-width: 620px;
  margin-bottom: 24px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-badge {
  display: inline-grid;
  width: fit-content;
  gap: 4px;
  margin-top: 22px;
  padding: 12px 16px;
  border: 1px solid rgba(141, 104, 38, 0.34);
  background: rgba(255, 250, 242, 0.72);
  box-shadow: 0 18px 50px rgba(18, 15, 13, 0.08);
}

.hero-badge span,
.hero-badge strong {
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1;
  text-transform: uppercase;
}

.hero-badge span {
  color: var(--champagne-dark);
}

.hero-badge strong {
  color: var(--ink);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  min-height: 50px;
  padding: 0 23px;
  border: 1px solid var(--ink);
  font-size: 0.77rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.2;
  white-space: normal;
  text-transform: uppercase;
  text-align: center;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.button:hover,
.button:focus-visible,
.text-link:hover,
.text-link:focus-visible {
  transform: translateY(-2px);
}

.button-primary {
  background: var(--ink);
  color: var(--ivory);
}

.button-secondary {
  background: transparent;
  color: var(--ink);
}

.button-light {
  background: var(--ivory);
  border-color: var(--ivory);
  color: var(--ink);
}

.benefits-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  padding: 22px clamp(18px, 5vw, 76px);
  background: var(--black);
  color: var(--ivory);
  border-top: 1px solid rgba(216, 174, 93, 0.22);
  border-bottom: 1px solid rgba(216, 174, 93, 0.22);
}

.benefits-strip article {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-height: 92px;
  padding: 14px clamp(14px, 2vw, 28px);
  border-right: 1px solid rgba(255, 250, 242, 0.14);
}

.benefits-strip article:last-child {
  border-right: 0;
}

.benefits-strip svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: var(--champagne);
  stroke-width: 1.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.benefits-strip h3 {
  margin: 0 0 4px;
  color: var(--ivory);
  font-family: "Inter", system-ui, sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  line-height: 1.2;
  text-transform: uppercase;
}

.benefits-strip p {
  margin: 0;
  color: rgba(255, 250, 242, 0.72);
  font-size: 0.86rem;
  line-height: 1.45;
}

.campaign-grid,
.product-section,
.occasion-banner,
.lookbook-section,
.contact-section {
  padding: clamp(56px, 8vw, 112px) clamp(18px, 5vw, 76px);
}

.campaign-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.92fr);
  gap: 18px;
}

.campaign-card {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  background: var(--black);
  color: var(--ivory);
  box-shadow: var(--shadow);
}

.campaign-large {
  min-height: 680px;
}

.campaign-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.78;
}

.campaign-card::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 28%, rgba(8, 7, 6, 0.72));
}

.campaign-card > div {
  position: absolute;
  right: clamp(22px, 3vw, 42px);
  bottom: clamp(26px, 4vw, 52px);
  left: clamp(22px, 3vw, 42px);
  z-index: 1;
  display: grid;
  gap: 18px;
  align-content: end;
  max-width: 760px;
}

.campaign-card .eyebrow {
  color: var(--champagne);
}

.campaign-card h2 {
  max-width: 720px;
  font-size: 4.2rem;
  line-height: 0.96;
  text-wrap: balance;
}

.campaign-card .button {
  width: fit-content;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(280px, 1fr) auto;
  gap: clamp(20px, 4vw, 54px);
  align-items: end;
  margin-bottom: clamp(30px, 5vw, 54px);
}

.text-link {
  display: inline-flex;
  width: fit-content;
  color: var(--champagne-dark);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  transition: transform 180ms ease;
}

.product-section .section-heading .text-link {
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border: 1px solid rgba(141, 104, 38, 0.58);
  background: rgba(255, 250, 242, 0.54);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.48);
  text-decoration: none;
}

.product-section .section-heading .text-link:hover,
.product-section .section-heading .text-link:focus-visible {
  border-color: var(--champagne-dark);
  background: #120f0d;
  color: var(--ivory);
}

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

.product-card {
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(141, 104, 38, 0.2);
}

.product-image {
  min-height: 420px;
  background-size: cover;
  background-position: center;
}

.product-image-hero {
  background-image: url("assets/hero-editorial.png");
  background-position: center 18%;
}

.product-image-evening {
  background-image: url("assets/evening-editorial.png");
}

.product-image-still {
  background-image: url("assets/collection-still-life.png");
  background-position: center;
}

.product-image-tailor {
  background-image: url("assets/collection-still-life.png");
  background-position: 82% 38%;
}

#blazers {
  scroll-margin-top: 140px;
}

.product-image-top {
  background-image: url("assets/evening-editorial.png");
  background-position: 48% 18%;
}

.product-image-trousers {
  background-image: url("assets/collection-still-life.png");
  background-position: 56% 34%;
}

.product-image-skirt {
  background-image: url("assets/hero-editorial.png");
  background-position: 50% 42%;
}

.product-image-accessory {
  background-image: url("assets/collection-still-life.png");
  background-position: 45% 58%;
}

.product-image-blouse {
  background-image: url("assets/hero-editorial.png");
  background-position: 45% 24%;
}

.product-image-coat {
  background-image: url("assets/collection-still-life.png");
  background-position: 74% 30%;
}

.product-info {
  display: grid;
  gap: 4px;
  padding: 18px;
}

.product-info h3 {
  margin: 0;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 0.98rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.product-info p,
.product-info span {
  margin: 0;
}

.product-info span {
  color: var(--ink);
  font-weight: 800;
}

.occasion-banner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.72fr);
  gap: clamp(28px, 6vw, 86px);
  align-items: center;
  background:
    radial-gradient(circle at 88% 18%, rgba(216, 174, 93, 0.18), transparent 28%),
    linear-gradient(135deg, #050403, #0b0907 52%, #140f0b);
  color: var(--ivory);
  overflow: hidden;
}

.occasion-banner::before {
  position: absolute;
  inset: clamp(18px, 3vw, 42px);
  border: 1px solid rgba(216, 174, 93, 0.28);
  content: "";
  pointer-events: none;
}

.occasion-banner::after {
  position: absolute;
  right: clamp(28px, 7vw, 120px);
  bottom: -0.18em;
  content: "Luvani";
  color: rgba(216, 174, 93, 0.08);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 12rem;
  font-weight: 700;
  line-height: 1;
  pointer-events: none;
}

.slogan-copy,
.slogan-note {
  position: relative;
  z-index: 1;
}

.occasion-banner p {
  color: rgba(255, 250, 242, 0.76);
}

.slogan-copy .eyebrow {
  color: var(--champagne);
}

.slogan-copy h2 {
  max-width: 900px;
  text-wrap: balance;
}

.slogan-note {
  display: grid;
  gap: 20px;
  align-items: start;
  max-width: 620px;
}

.slogan-note span {
  display: inline-flex;
  width: fit-content;
  padding: 12px 18px;
  border: 1px solid rgba(216, 174, 93, 0.48);
  color: var(--champagne);
  font-family: "Inter", system-ui, sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  line-height: 1;
  text-transform: uppercase;
}

.slogan-note p {
  margin: 0;
  padding-left: 24px;
  border-left: 1px solid rgba(216, 174, 93, 0.36);
}

.lookbook-section {
  position: relative;
  display: grid;
  grid-template-columns: minmax(320px, 0.62fr) minmax(0, 1fr);
  gap: clamp(34px, 5vw, 64px);
  align-items: center;
  background:
    radial-gradient(circle at 82% 20%, rgba(216, 174, 93, 0.18), transparent 24%),
    linear-gradient(135deg, #fffaf2, #eee0d0 58%, #e5d1bd);
  overflow: hidden;
}

.lookbook-section::before {
  position: absolute;
  inset: clamp(18px, 3vw, 42px);
  border: 1px solid rgba(141, 104, 38, 0.22);
  content: "";
  pointer-events: none;
}

.lookbook-section::after {
  position: absolute;
  top: clamp(28px, 5vw, 74px);
  right: clamp(28px, 8vw, 140px);
  width: 120px;
  height: 1px;
  content: "";
  background: var(--champagne-dark);
  opacity: 0.72;
}

.lookbook-copy {
  position: relative;
  z-index: 1;
  max-width: 560px;
  padding-left: clamp(0px, 0.6vw, 10px);
}

.lookbook-copy .eyebrow {
  color: var(--champagne-dark);
}

.lookbook-copy h2 {
  max-width: 560px;
  margin-bottom: 18px;
  text-wrap: balance;
}

.lookbook-copy p:not(.eyebrow) {
  max-width: 520px;
}

.lookbook-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  margin-top: 26px;
}

.lookbook-mosaic {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  gap: 14px;
  align-items: end;
  padding: 14px;
  background: rgba(255, 250, 242, 0.28);
  border: 1px solid rgba(141, 104, 38, 0.22);
  box-shadow: var(--shadow);
}

.lookbook-mosaic img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.lookbook-mosaic img:first-child {
  height: 360px;
  border: 1px solid rgba(255, 250, 242, 0.52);
}

.lookbook-mosaic img:last-child {
  border: 1px solid rgba(255, 250, 242, 0.52);
}

.contact-section {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 520px);
  gap: clamp(28px, 6vw, 86px);
  align-items: start;
  background:
    radial-gradient(circle at 78% 12%, rgba(216, 174, 93, 0.14), transparent 28%),
    linear-gradient(135deg, #fffaf2, #f5ebdf);
}

.contact-section::before {
  position: absolute;
  right: clamp(18px, 5vw, 76px);
  bottom: 34px;
  left: clamp(18px, 5vw, 76px);
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(141, 104, 38, 0.28), transparent);
}

.contact-section > div {
  max-width: 760px;
}

.contact-section h2 {
  max-width: 760px;
  margin-bottom: 18px;
  text-wrap: balance;
}

.contact-form {
  position: relative;
  display: grid;
  gap: 18px;
  padding: clamp(26px, 3.4vw, 42px);
  border: 1px solid rgba(216, 174, 93, 0.5);
  background:
    radial-gradient(circle at 88% 0%, rgba(216, 174, 93, 0.16), transparent 34%),
    linear-gradient(145deg, #14100c, #070605 62%, #100b08);
  box-shadow: 0 30px 90px rgba(18, 15, 13, 0.22);
  color: var(--ivory);
  overflow: hidden;
}

.contact-form::before {
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(216, 174, 93, 0.2);
  content: "";
  pointer-events: none;
}

.form-kicker {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 4px;
  color: #f4cf83;
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-shadow: none;
  text-transform: uppercase;
}

.form-kicker::after {
  flex: 1;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, rgba(216, 174, 93, 0.62), transparent);
}

.contact-form label {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 8px;
  color: rgba(255, 250, 242, 0.96);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(216, 174, 93, 0.34);
  background: #fffaf2;
  color: var(--ink);
  font: inherit;
  padding: 14px 16px;
  outline: none;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: rgba(18, 15, 13, 0.52);
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--champagne);
  box-shadow: 0 0 0 3px rgba(216, 174, 93, 0.18);
}

.contact-form .button-primary {
  position: relative;
  z-index: 1;
  background: linear-gradient(135deg, #fff4d8, #d8ae5d);
  color: var(--black);
  border-color: #d8ae5d;
}

.form-note {
  position: relative;
  z-index: 1;
  margin: 2px 0 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(255, 250, 242, 0.86);
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.6;
}

.site-footer {
  display: grid;
  gap: 32px;
  padding: clamp(44px, 6vw, 76px) clamp(18px, 5vw, 76px) 24px;
  background:
    radial-gradient(circle at 12% 18%, rgba(216, 174, 93, 0.16), transparent 28%),
    linear-gradient(135deg, #080706, #130f0c);
  color: var(--ivory);
  border-top: 1px solid rgba(216, 174, 93, 0.34);
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(280px, 1.2fr) repeat(3, minmax(160px, 0.7fr));
  gap: clamp(28px, 5vw, 74px);
  align-items: start;
}

.footer-brand-block {
  display: grid;
  gap: 18px;
  max-width: 420px;
}

.footer-brand img {
  width: 300px;
  height: 132px;
  object-fit: contain;
  filter: drop-shadow(0 18px 34px rgba(216, 174, 93, 0.18));
}

.footer-brand-block p,
.footer-note p,
.footer-bottom,
.footer-links a {
  margin: 0;
  color: rgba(255, 250, 242, 0.72);
  line-height: 1.7;
}

.footer-links,
.footer-note {
  display: grid;
  gap: 10px;
}

.footer-links ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-links h2,
.footer-note h2 {
  margin: 0 0 8px;
  color: var(--champagne);
  font-family: "Inter", system-ui, sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.footer-links a {
  width: fit-content;
  font-size: 0.95rem;
  transition: color 180ms ease, transform 180ms ease;
}

.footer-slogan {
  max-width: 430px;
  color: var(--ivory) !important;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2.15rem;
  font-weight: 600;
  line-height: 1.08 !important;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--ivory);
  transform: translateX(3px);
}

.footer-note {
  padding-left: 24px;
  border-left: 1px solid rgba(216, 174, 93, 0.28);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 250, 242, 0.12);
  font-size: 0.84rem;
}

.site-content,
.woocommerce-shell {
  padding: clamp(56px, 8vw, 112px) clamp(18px, 5vw, 76px);
}

.page-content {
  max-width: 980px;
  margin: 0 auto;
}

.woocommerce-shell .products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin: 0;
  padding: 0;
}

.woocommerce-shell .product,
.product-section .product {
  border: 1px solid rgba(141, 104, 38, 0.2);
  background: rgba(255, 255, 255, 0.62);
  list-style: none;
}

.woocommerce-loop-product__title,
.woocommerce div.product .product_title {
  font-family: "Cormorant Garamond", Georgia, serif;
}

@media (min-width: 1600px) {
  .shop-hero {
    grid-template-columns: minmax(520px, 0.9fr) minmax(0, 1.1fr);
  }

  .campaign-grid,
  .product-section,
  .occasion-banner,
  .lookbook-section,
  .contact-section,
  .site-footer {
    padding-right: clamp(76px, 8vw, 140px);
    padding-left: clamp(76px, 8vw, 140px);
  }
}

@media (max-width: 1380px) {
  .brand img {
    width: 250px;
    height: 90px;
  }

  .site-header {
    gap: 18px;
  }

  .site-nav,
  .site-nav-list {
    gap: 14px;
    font-size: 0.66rem;
    letter-spacing: 0.09em;
  }

  .shop-actions {
    gap: 16px;
    font-size: 0.66rem;
  }

  h1 {
    font-size: 5.45rem;
  }

  h2 {
    font-size: 4.1rem;
  }

  .campaign-card h2 {
    font-size: 3.65rem;
  }
}

@media (max-width: 1240px) {
  .site-header {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .shop-actions {
    grid-column: 1 / -1;
    justify-content: flex-end;
  }

  .brand img {
    width: 220px;
    height: 82px;
  }

  .shop-hero {
    grid-template-columns: minmax(360px, 0.9fr) minmax(0, 1.1fr);
  }

  h1 {
    font-size: 4.95rem;
  }

  h2 {
    font-size: 3.8rem;
  }

  .product-grid,
  .woocommerce-shell .products {
    grid-template-columns: repeat(3, minmax(220px, 1fr));
  }
}

@media (max-width: 1120px) {
  .site-header {
    grid-template-columns: auto auto;
    position: sticky;
  }

  .brand {
    grid-column: 1;
  }

  .menu-toggle {
    display: block;
    justify-self: end;
  }

  .site-nav {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: grid;
    gap: 0;
    justify-content: stretch;
    padding: 12px 18px 22px;
    background: rgba(255, 250, 242, 0.99);
    border-bottom: 1px solid rgba(141, 104, 38, 0.22);
    transform: translateY(-150%);
    transition: transform 220ms ease;
  }

  .site-nav-list {
    display: grid;
    gap: 0;
  }

  .site-nav.is-open {
    transform: translateY(0);
  }

  .site-nav a {
    padding: 16px 0;
  }

  .shop-actions {
    grid-column: 1 / -1;
    justify-content: center;
  }

  .shop-hero,
  .campaign-grid,
  .occasion-banner,
  .lookbook-section,
  .contact-section {
    grid-template-columns: 1fr;
  }

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

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

  .shop-hero {
    height: auto;
    min-height: 0;
  }

  .shop-hero-media {
    height: 480px;
    min-height: 0;
  }

  h1 {
    font-size: 4.45rem;
  }

  h2 {
    font-size: 3.35rem;
  }

  .campaign-card,
  .campaign-large {
    min-height: 520px;
  }

  .campaign-card h2 {
    font-size: 3.4rem;
  }

  .lookbook-section {
    gap: 34px;
  }

  .lookbook-mosaic {
    max-width: 760px;
    justify-self: center;
  }

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

@media (max-width: 720px) {
  .promo-bar {
    padding: 8px 14px;
    font-size: 0.66rem;
    line-height: 1.5;
    letter-spacing: 0.08em;
  }

  .site-header {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px 14px;
    padding: 8px 14px;
  }

  .brand {
    min-width: 0;
  }

  .brand img {
    width: 190px;
    height: 72px;
  }

  .shop-actions {
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    font-size: 0.64rem;
    letter-spacing: 0.08em;
  }

  .account-link,
  .bag-link {
    min-width: 42px;
  }

  .account-link svg,
  .bag-link svg {
    width: 22px;
    height: 22px;
  }

  .shop-hero {
    display: flex;
    flex-direction: column;
  }

  .shop-hero-media {
    height: 370px;
    min-height: 0;
    order: 2;
  }

  .shop-hero-copy {
    order: 1;
    padding: 30px 18px 26px;
  }

  .shop-hero-copy::before {
    top: 24px;
    right: 18px;
    width: 62px;
  }

  .hero-badge {
    margin-top: 24px;
    padding: 14px 16px;
  }

  h1 {
    font-size: 3.3rem;
  }

  h2 {
    font-size: 3rem;
  }

  h3 {
    font-size: 1.6rem;
  }

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

  .woocommerce-shell .products {
    grid-template-columns: 1fr;
  }

  .benefits-strip {
    grid-template-columns: 1fr 1fr;
    padding: 12px 14px;
  }

  .benefits-strip article {
    min-height: 112px;
    padding: 14px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 250, 242, 0.14);
  }

  .benefits-strip article:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .benefits-strip svg {
    width: 30px;
    height: 30px;
  }

  .campaign-card,
  .campaign-large {
    min-height: 440px;
  }

  .campaign-card > div {
    gap: 14px;
  }

  .campaign-card h2 {
    font-size: 2.8rem;
  }

  .campaign-card .button {
    width: fit-content;
  }

  .product-image {
    min-height: 380px;
  }

  .lookbook-mosaic {
    grid-template-columns: 1fr;
    padding: 12px;
  }

  .lookbook-mosaic img,
  .lookbook-mosaic img:first-child {
    height: 340px;
  }

  .lookbook-actions {
    display: grid;
    gap: 14px;
  }

  .hero-actions,
  .hero-actions .button,
  .contact-form .button,
  .lookbook-actions .button,
  .site-footer {
    width: 100%;
  }

  .hero-actions {
    display: grid;
  }

  .footer-main {
    grid-template-columns: 1fr;
  }

  .footer-brand img {
    width: 240px;
    height: 108px;
  }

  .footer-note {
    padding-left: 0;
    border-left: 0;
  }

  .footer-bottom {
    display: grid;
  }
}

@media (max-width: 420px) {
  .campaign-grid,
  .product-section,
  .occasion-banner,
  .lookbook-section,
  .contact-section {
    padding-right: 14px;
    padding-left: 14px;
  }

  .campaign-card,
  .campaign-large {
    min-height: 390px;
  }

  .campaign-card > div {
    right: 18px;
    bottom: 24px;
    left: 18px;
    gap: 14px;
  }

  .campaign-card h2 {
    font-size: 2.45rem;
  }

  .product-image {
    min-height: 320px;
  }

  .shop-hero-media {
    height: 330px;
    min-height: 0;
  }

  .contact-form {
    padding: 18px;
  }

  .benefits-strip {
    grid-template-columns: 1fr;
  }

  .benefits-strip article,
  .benefits-strip article:nth-last-child(-n + 2) {
    min-height: 88px;
    border-bottom: 1px solid rgba(255, 250, 242, 0.14);
  }

  .benefits-strip article:last-child {
    border-bottom: 0;
  }

  h1 {
    font-size: 2.75rem;
  }

  h2 {
    font-size: 2.45rem;
  }

  .brand img {
    width: 170px;
    height: 64px;
  }

  .shop-actions {
    font-size: 0.6rem;
  }

  .lookbook-mosaic img,
  .lookbook-mosaic img:first-child {
    height: 300px;
  }

  .footer-bottom {
    gap: 8px;
  }
}

@media (max-width: 360px) {
  .brand img {
    width: 150px;
    height: 58px;
  }

  .menu-toggle {
    width: 40px;
    height: 40px;
  }

  .shop-actions {
    gap: 8px;
  }

  h1 {
    font-size: 2.35rem;
  }

  h2 {
    font-size: 2.15rem;
  }

  .shop-hero-media {
    height: 280px;
  }

  .button {
    padding-right: 16px;
    padding-left: 16px;
    font-size: 0.7rem;
  }

  .campaign-card h2 {
    font-size: 2.05rem;
  }
}

/* Premium single product experience */
body.single-product .woocommerce-shell {
  position: relative;
  padding: clamp(36px, 5vw, 76px) clamp(18px, 5vw, 76px) clamp(64px, 8vw, 118px);
  background:
    linear-gradient(180deg, rgba(255, 250, 242, 0.96), rgba(245, 235, 223, 0.92) 48%, rgba(255, 250, 242, 0.98)),
    linear-gradient(90deg, rgba(18, 15, 13, 0.04), transparent 22%, transparent 78%, rgba(141, 104, 38, 0.08));
  overflow: visible;
}

body.single-product .woocommerce-shell::before {
  position: absolute;
  top: 24px;
  right: clamp(18px, 5vw, 76px);
  left: clamp(18px, 5vw, 76px);
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(141, 104, 38, 0.38), transparent);
}

body.single-product .woocommerce-notices-wrapper {
  position: relative;
  z-index: 1;
  max-width: 1520px;
  margin: 0 auto 18px;
}

body.single-product .woocommerce-shell .product {
  border: 0;
  background: transparent;
}

body.single-product.woocommerce div.product,
body.single-product .woocommerce div.product {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.74fr);
  gap: clamp(30px, 4.8vw, 76px);
  max-width: 1520px;
  margin: 0 auto;
  padding: clamp(18px, 2.2vw, 30px);
  border: 1px solid rgba(141, 104, 38, 0.22);
  background: rgba(255, 253, 248, 0.78);
  box-shadow: 0 34px 110px rgba(18, 15, 13, 0.13);
}

body.single-product.woocommerce div.product::before,
body.single-product .woocommerce div.product::before {
  position: absolute;
  inset: clamp(10px, 1vw, 16px);
  z-index: -1;
  content: "";
  border: 1px solid rgba(216, 174, 93, 0.16);
  pointer-events: none;
}

body.single-product.woocommerce div.product div.images,
body.single-product .woocommerce div.product div.images,
body.single-product.woocommerce-page div.product div.images {
  float: none;
  width: auto;
  margin: 0;
}

body.single-product.woocommerce div.product div.summary,
body.single-product .woocommerce div.product div.summary,
body.single-product.woocommerce-page div.product div.summary {
  float: none;
  width: auto;
  margin: 0;
}

body.single-product .woocommerce-product-gallery {
  position: relative;
  display: grid;
  gap: 14px;
  padding: clamp(10px, 1.5vw, 18px);
  border: 1px solid rgba(18, 15, 13, 0.12);
  background:
    linear-gradient(135deg, rgba(8, 7, 6, 0.96), rgba(25, 19, 14, 0.94)),
    #080706;
  box-shadow: 0 24px 70px rgba(18, 15, 13, 0.22);
}

body.single-product .woocommerce-product-gallery::after {
  position: absolute;
  right: clamp(14px, 2vw, 26px);
  bottom: clamp(14px, 2vw, 26px);
  width: 104px;
  height: 1px;
  content: "";
  background: rgba(216, 174, 93, 0.78);
  pointer-events: none;
}

body.single-product .woocommerce-product-gallery__wrapper {
  margin: 0;
}

body.single-product .woocommerce-product-gallery__image {
  overflow: hidden;
  background: #120f0d;
}

body.single-product .woocommerce-product-gallery__image a {
  display: block;
}

body.single-product .woocommerce-product-gallery__image img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center top;
  filter: contrast(1.03) saturate(1.02);
}

body.single-product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  top: 18px;
  right: 18px;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(216, 174, 93, 0.42);
  background: rgba(255, 250, 242, 0.94);
  box-shadow: 0 12px 34px rgba(18, 15, 13, 0.16);
}

body.single-product .woocommerce div.product div.images .flex-control-thumbs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
}

body.single-product .woocommerce div.product div.images .flex-control-thumbs li {
  float: none;
  width: auto;
  overflow: hidden;
  border: 1px solid rgba(216, 174, 93, 0.28);
  background: #120f0d;
}

body.single-product .woocommerce div.product div.images .flex-control-thumbs img {
  width: 100%;
  aspect-ratio: 1 / 1.12;
  object-fit: cover;
  opacity: 0.58;
  transition: opacity 180ms ease, transform 180ms ease;
}

body.single-product .woocommerce div.product div.images .flex-control-thumbs img.flex-active,
body.single-product .woocommerce div.product div.images .flex-control-thumbs img:hover,
body.single-product .woocommerce div.product div.images .flex-control-thumbs img:focus-visible {
  opacity: 1;
  transform: scale(1.03);
}

body.single-product .summary.entry-summary {
  position: sticky;
  top: 128px;
  align-self: start;
  display: grid;
  gap: 18px;
  padding: clamp(26px, 3.3vw, 46px);
  border: 1px solid rgba(141, 104, 38, 0.24);
  background:
    linear-gradient(180deg, rgba(255, 250, 242, 0.96), rgba(255, 255, 255, 0.9)),
    #fffaf2;
  box-shadow: 0 20px 70px rgba(18, 15, 13, 0.08);
}

body.single-product .luvani-product-eyebrow {
  display: flex;
  align-items: center;
  gap: 13px;
  margin: 0;
  color: var(--champagne-dark);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.3;
  text-transform: uppercase;
}

body.single-product .luvani-product-eyebrow::after {
  flex: 1;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, rgba(141, 104, 38, 0.42), transparent);
}

body.single-product.woocommerce div.product .product_title,
body.single-product .woocommerce div.product .product_title {
  max-width: 760px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(3.4rem, 5.8vw, 6.6rem);
  line-height: 0.88;
  text-wrap: balance;
}

body.single-product.woocommerce div.product p.price,
body.single-product.woocommerce div.product span.price,
body.single-product .woocommerce div.product p.price,
body.single-product .woocommerce div.product span.price {
  margin: 0;
  color: var(--champagne-dark);
  font-size: 1.42rem;
  font-weight: 800;
}

body.single-product .woocommerce-product-details__short-description {
  margin: 2px 0 4px;
  padding: 0 0 0 18px;
  border-left: 1px solid rgba(141, 104, 38, 0.32);
}

body.single-product .woocommerce-product-details__short-description p {
  margin: 0;
  color: var(--soft-ink);
  font-size: 1rem;
  line-height: 1.75;
}

body.single-product.woocommerce div.product form.cart,
body.single-product .woocommerce div.product form.cart {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 12px;
  align-items: stretch;
  margin: 4px 0 0;
}

body.single-product.woocommerce div.product form.cart::before,
body.single-product.woocommerce div.product form.cart::after,
body.single-product .woocommerce div.product form.cart::before,
body.single-product .woocommerce div.product form.cart::after {
  display: none;
}

body.single-product.woocommerce div.product form.cart div.quantity,
body.single-product .woocommerce div.product form.cart div.quantity {
  float: none;
  margin: 0;
}

body.single-product .quantity .qty {
  width: 100%;
  min-height: 56px;
  border: 1px solid rgba(18, 15, 13, 0.2);
  background: rgba(255, 253, 248, 0.92);
  color: var(--ink);
  font-weight: 800;
  text-align: center;
  outline: none;
}

body.single-product .quantity .qty:focus {
  border-color: var(--champagne-dark);
  box-shadow: 0 0 0 3px rgba(216, 174, 93, 0.18);
}

body.single-product.woocommerce div.product form.cart .button,
body.single-product .woocommerce div.product form.cart .button {
  width: 100%;
  min-height: 56px;
  border: 1px solid #120f0d;
  background: linear-gradient(135deg, #120f0d, #2b2118) !important;
  color: var(--ivory) !important;
  font-size: 0.78rem;
  letter-spacing: 0.13em;
  box-shadow: 0 16px 40px rgba(18, 15, 13, 0.22);
}

body.single-product.woocommerce div.product form.cart .button:hover,
body.single-product.woocommerce div.product form.cart .button:focus-visible,
body.single-product .woocommerce div.product form.cart .button:hover,
body.single-product .woocommerce div.product form.cart .button:focus-visible {
  background: linear-gradient(135deg, #2b2118, #120f0d) !important;
}

body.single-product .luvani-product-services {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 2px;
}

body.single-product .luvani-product-service {
  position: relative;
  display: grid;
  gap: 5px;
  min-height: 82px;
  padding: 16px 16px 15px;
  border: 1px solid rgba(141, 104, 38, 0.2);
  background: rgba(255, 255, 255, 0.54);
}

body.single-product .luvani-product-service::before {
  width: 22px;
  height: 1px;
  content: "";
  background: var(--champagne-dark);
}

body.single-product .luvani-product-service span {
  color: var(--soft-ink);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.35;
  text-transform: uppercase;
}

body.single-product .luvani-product-service strong {
  color: var(--ink);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.45rem;
  font-weight: 600;
  line-height: 1;
}

body.single-product .product_meta {
  display: grid;
  gap: 8px;
  margin-top: 2px;
  padding-top: 18px;
  border-top: 1px solid rgba(141, 104, 38, 0.18);
  color: rgba(85, 77, 69, 0.76);
  font-size: 0.84rem;
  line-height: 1.5;
}

body.single-product .product_meta a {
  color: var(--ink);
  font-weight: 700;
}

body.single-product .woocommerce-tabs {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(220px, 300px) minmax(0, 1fr);
  gap: clamp(22px, 4vw, 58px);
  margin-top: clamp(30px, 4vw, 58px);
  padding: clamp(24px, 3.4vw, 44px) 0 0;
  border-top: 1px solid rgba(141, 104, 38, 0.2);
}

body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs,
body.single-product .woocommerce div.product .woocommerce-tabs ul.tabs {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  border: 0;
}

body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs::before,
body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
body.single-product .woocommerce div.product .woocommerce-tabs ul.tabs::before,
body.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li::before,
body.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li::after {
  display: none;
}

body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li,
body.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li {
  display: block;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(141, 104, 38, 0.2);
  border-radius: 0;
  background: rgba(255, 250, 242, 0.68);
}

body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
body.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  border-color: rgba(216, 174, 93, 0.58);
  background: #120f0d;
}

body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li a,
body.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li a {
  display: block;
  padding: 16px 18px;
  color: var(--soft-ink);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.3;
  text-transform: uppercase;
}

body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
body.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: var(--ivory);
}

body.single-product.woocommerce div.product .woocommerce-tabs .panel,
body.single-product .woocommerce div.product .woocommerce-tabs .panel {
  margin: 0;
  padding: clamp(24px, 3vw, 42px);
  border: 1px solid rgba(141, 104, 38, 0.18);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 54px rgba(18, 15, 13, 0.07);
}

body.single-product.woocommerce div.product .woocommerce-tabs .panel h2,
body.single-product .woocommerce div.product .woocommerce-tabs .panel h2 {
  margin-bottom: 8px;
  font-size: clamp(3.2rem, 5vw, 5.4rem);
  line-height: 0.92;
}

body.single-product .woocommerce-tabs .panel h3 {
  margin-top: 24px;
  font-size: 1.6rem;
}

body.single-product .woocommerce-tabs .panel p,
body.single-product .woocommerce-tabs .panel li {
  color: var(--soft-ink);
  font-size: 1rem;
  line-height: 1.75;
}

body.single-product .woocommerce-tabs .panel ul,
body.single-product .woocommerce-tabs .panel ol {
  padding-left: 20px;
}

body.single-product .related,
body.single-product .upsells {
  grid-column: 1 / -1;
  margin-top: clamp(34px, 5vw, 68px);
}

body.single-product .related > h2,
body.single-product .upsells > h2 {
  margin-bottom: 26px;
  font-size: clamp(2.8rem, 4vw, 4.4rem);
}

body.single-product .woocommerce-message,
body.single-product .woocommerce-info,
body.single-product .woocommerce-error {
  border-top-color: var(--champagne-dark);
  background: rgba(255, 255, 255, 0.84);
  color: var(--ink);
}

body.single-product .woocommerce-message::before,
body.single-product .woocommerce-info::before {
  color: var(--champagne-dark);
}

@media (min-width: 1600px) {
  body.single-product .woocommerce-shell {
    padding-right: clamp(76px, 8vw, 140px);
    padding-left: clamp(76px, 8vw, 140px);
  }
}

@media (max-width: 1240px) {
  body.single-product.woocommerce div.product,
  body.single-product .woocommerce div.product {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.82fr);
    gap: 28px;
  }

  body.single-product.woocommerce div.product .product_title,
  body.single-product .woocommerce div.product .product_title {
    font-size: clamp(3rem, 5vw, 4.9rem);
  }

  body.single-product .summary.entry-summary {
    top: 170px;
  }
}

@media (max-width: 980px) {
  body.single-product.woocommerce div.product,
  body.single-product .woocommerce div.product {
    grid-template-columns: 1fr;
    padding: 14px;
  }

  body.single-product .summary.entry-summary {
    position: relative;
    top: auto;
  }

  body.single-product .woocommerce-product-gallery__image img {
    aspect-ratio: 4 / 4.6;
  }

  body.single-product .woocommerce-tabs {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs,
  body.single-product .woocommerce div.product .woocommerce-tabs ul.tabs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  body.single-product .woocommerce-shell {
    padding: 28px 14px 64px;
  }

  body.single-product.woocommerce div.product,
  body.single-product .woocommerce div.product {
    padding: 10px;
  }

  body.single-product .woocommerce-product-gallery {
    padding: 10px;
  }

  body.single-product .woocommerce div.product div.images .flex-control-thumbs {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
  }

  body.single-product .summary.entry-summary {
    padding: 22px;
  }

  body.single-product.woocommerce div.product .product_title,
  body.single-product .woocommerce div.product .product_title {
    font-size: clamp(2.85rem, 12vw, 4rem);
  }

  body.single-product.woocommerce div.product form.cart,
  body.single-product .woocommerce div.product form.cart,
  body.single-product .luvani-product-services {
    grid-template-columns: 1fr;
  }

  body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs,
  body.single-product .woocommerce div.product .woocommerce-tabs ul.tabs {
    grid-template-columns: 1fr;
  }

  body.single-product.woocommerce div.product .woocommerce-tabs .panel,
  body.single-product .woocommerce div.product .woocommerce-tabs .panel {
    padding: 22px;
  }
}

@media (max-width: 420px) {
  body.single-product .woocommerce-product-gallery__image img {
    aspect-ratio: 1 / 1.28;
  }

  body.single-product .summary.entry-summary {
    padding: 18px;
  }

  body.single-product .woocommerce-tabs .panel p,
  body.single-product .woocommerce-tabs .panel li {
    font-size: 0.95rem;
  }
}

/* Product polish refresh */
.footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 2px;
}

.footer-socials a,
.footer-socials .social-disabled {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(216, 174, 93, 0.38);
  background: rgba(255, 250, 242, 0.05);
  color: var(--champagne);
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.footer-socials svg {
  display: block;
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.footer-socials a:hover,
.footer-socials a:focus-visible {
  background: rgba(216, 174, 93, 0.18);
  color: var(--ivory);
  transform: translateY(-2px);
}

.footer-socials .social-disabled {
  opacity: 0.48;
}

body.single-product.woocommerce div.product,
body.single-product .woocommerce div.product {
  align-items: start;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

body.single-product.woocommerce div.product::before,
body.single-product .woocommerce div.product::before {
  display: none;
}

body.single-product .woocommerce-product-gallery {
  border-color: rgba(216, 174, 93, 0.3);
  box-shadow: 0 30px 100px rgba(18, 15, 13, 0.24);
}

body.single-product .summary.entry-summary {
  overflow: hidden;
  border-color: rgba(216, 174, 93, 0.3);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 250, 242, 0.94)),
    #fffaf2;
  box-shadow: 0 28px 90px rgba(18, 15, 13, 0.1);
}

body.single-product .summary.entry-summary::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  content: "";
  background: linear-gradient(90deg, #120f0d, var(--champagne), #120f0d);
}

body.single-product .product_meta,
body.single-product .reviews_tab,
body.single-product #tab-reviews {
  display: none !important;
}

body.single-product .luvani-product-service {
  border-color: rgba(216, 174, 93, 0.24);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.86), rgba(255, 250, 242, 0.58)),
    #fffdf8;
}

body.single-product .woocommerce-tabs {
  grid-column: 1 / -1;
  display: block;
  justify-self: center;
  width: min(100%, 1180px);
  margin-top: clamp(34px, 5vw, 76px);
  padding: clamp(26px, 4vw, 52px);
  border: 1px solid rgba(141, 104, 38, 0.2);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 250, 242, 0.74)),
    #fffaf2;
  box-shadow: 0 28px 88px rgba(18, 15, 13, 0.09);
}

body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs,
body.single-product .woocommerce div.product .woocommerce-tabs ul.tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 clamp(24px, 3vw, 38px);
  padding: 0 0 18px;
  border-bottom: 1px solid rgba(141, 104, 38, 0.18);
}

body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li,
body.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li {
  width: auto;
  border-color: rgba(141, 104, 38, 0.22);
  background: rgba(255, 253, 248, 0.82);
}

body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li a,
body.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li a {
  padding: 14px 18px;
}

body.single-product.woocommerce div.product .woocommerce-tabs .panel,
body.single-product .woocommerce div.product .woocommerce-tabs .panel {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

body.single-product.woocommerce div.product .woocommerce-tabs .panel h2,
body.single-product .woocommerce div.product .woocommerce-tabs .panel h2 {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 16px;
}

body.single-product.woocommerce div.product .woocommerce-tabs .panel h2::after,
body.single-product .woocommerce div.product .woocommerce-tabs .panel h2::after {
  flex: 1;
  min-width: 42px;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, rgba(141, 104, 38, 0.42), transparent);
}

body.single-product .woocommerce-tabs .panel p {
  max-width: 980px;
}

body.single-product .woocommerce-tabs .panel ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(220px, 1fr));
  gap: 8px 26px;
  max-width: 900px;
  margin-top: 12px;
}

body.single-product .woocommerce-product-attributes {
  width: 100%;
  border-collapse: collapse;
  color: var(--soft-ink);
  font-size: 0.98rem;
}

body.single-product .woocommerce-product-attributes th,
body.single-product .woocommerce-product-attributes td {
  padding: 14px 0;
  border-bottom: 1px solid rgba(141, 104, 38, 0.16);
  text-align: left;
}

body.single-product .woocommerce-product-attributes th {
  width: 32%;
  color: var(--ink);
  font-weight: 800;
}

@media (max-width: 980px) {
  body.single-product.woocommerce div.product,
  body.single-product .woocommerce div.product {
    padding: 0;
  }

  body.single-product .woocommerce-tabs {
    width: 100%;
    padding: 24px;
  }

  body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs,
  body.single-product .woocommerce div.product .woocommerce-tabs ul.tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  body.single-product .woocommerce-tabs {
    padding: 20px;
  }

  body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs,
  body.single-product .woocommerce div.product .woocommerce-tabs ul.tabs,
  body.single-product .woocommerce-tabs .panel ul {
    grid-template-columns: 1fr;
  }

  body.single-product.woocommerce div.product .woocommerce-tabs .panel h2,
  body.single-product .woocommerce div.product .woocommerce-tabs .panel h2 {
    display: block;
  }

  body.single-product.woocommerce div.product .woocommerce-tabs .panel h2::after,
  body.single-product .woocommerce div.product .woocommerce-tabs .panel h2::after {
    display: none;
  }
}

/* Boutique product scale refresh */
body.single-product .woocommerce-shell {
  padding-top: clamp(30px, 4vw, 58px);
  padding-bottom: clamp(58px, 7vw, 96px);
  background:
    linear-gradient(180deg, #fffaf2 0%, #f8efe4 46%, #fffaf2 100%),
    var(--ivory);
}

body.single-product.woocommerce div.product,
body.single-product .woocommerce div.product {
  grid-template-columns: minmax(360px, 500px) minmax(340px, 420px);
  gap: clamp(28px, 4vw, 58px);
  max-width: 1110px;
  align-items: start;
}

body.single-product .woocommerce-product-gallery {
  justify-self: end;
  width: min(100%, 500px);
  max-width: 500px;
  gap: 9px;
  padding: 10px;
  border: 1px solid rgba(141, 104, 38, 0.22);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(255, 250, 242, 0.9)),
    #fffdf8;
  box-shadow: 0 24px 70px rgba(18, 15, 13, 0.14);
}

body.single-product .woocommerce-product-gallery::before {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 2;
  padding: 7px 10px;
  content: "LUVANI EDITORIAL";
  background: rgba(8, 7, 6, 0.72);
  color: var(--ivory);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1;
}

body.single-product .woocommerce-product-gallery::after {
  display: none;
}

body.single-product .woocommerce-product-gallery__image {
  border: 1px solid rgba(8, 7, 6, 0.12);
  background: #f6eee4;
}

body.single-product .woocommerce-product-gallery__image img {
  height: clamp(430px, 40vw, 540px);
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center top;
}

body.single-product .woocommerce-product-gallery .flex-viewport {
  max-height: 540px;
}

body.single-product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  top: 17px;
  right: 17px;
  width: 36px;
  height: 36px;
  border-color: rgba(8, 7, 6, 0.18);
  box-shadow: 0 10px 24px rgba(18, 15, 13, 0.12);
}

body.single-product .woocommerce div.product div.images .flex-control-thumbs {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 7px;
}

body.single-product .woocommerce div.product div.images .flex-control-thumbs li {
  border-color: rgba(141, 104, 38, 0.18);
  background: #f8efe4;
}

body.single-product .woocommerce div.product div.images .flex-control-thumbs img {
  height: 72px;
  aspect-ratio: auto;
  object-fit: cover;
  opacity: 0.72;
}

body.single-product .summary.entry-summary {
  top: 112px;
  justify-self: start;
  width: min(100%, 420px);
  padding: 30px;
  gap: 14px;
  border: 1px solid rgba(18, 15, 13, 0.12);
  background:
    linear-gradient(180deg, #ffffff, #fffaf2 92%),
    #ffffff;
  box-shadow: 0 28px 74px rgba(18, 15, 13, 0.12);
}

body.single-product .summary.entry-summary::before {
  height: 2px;
  background: linear-gradient(90deg, var(--ink), var(--champagne), transparent);
}

body.single-product.woocommerce div.product .product_title,
body.single-product .woocommerce div.product .product_title {
  font-size: clamp(3.1rem, 4.2vw, 4.8rem);
  line-height: 0.9;
}

body.single-product .luvani-product-eyebrow {
  font-size: 0.68rem;
}

body.single-product.woocommerce div.product p.price,
body.single-product.woocommerce div.product span.price,
body.single-product .woocommerce div.product p.price,
body.single-product .woocommerce div.product span.price {
  font-size: 1.18rem;
}

body.single-product .luvani-product-note {
  display: grid;
  gap: 6px;
  margin-top: -2px;
  padding: 13px 0 2px;
  border-top: 1px solid rgba(141, 104, 38, 0.14);
}

body.single-product .luvani-product-note span {
  color: var(--champagne-dark);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

body.single-product .luvani-product-note p {
  max-width: 34em;
  margin: 0;
  color: var(--soft-ink);
  font-size: 0.92rem;
  line-height: 1.55;
}

body.single-product.woocommerce div.product form.cart,
body.single-product .woocommerce div.product form.cart {
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 10px;
}

body.single-product .quantity .qty,
body.single-product.woocommerce div.product form.cart .button,
body.single-product .woocommerce div.product form.cart .button {
  min-height: 50px;
}

body.single-product .luvani-product-services {
  gap: 8px;
}

body.single-product .luvani-product-service {
  min-height: 72px;
  padding: 13px 13px 12px;
}

body.single-product .luvani-product-service span {
  font-size: 0.62rem;
}

body.single-product .luvani-product-service strong {
  font-size: 1.22rem;
}

body.single-product .woocommerce-tabs {
  width: min(100%, 980px);
  margin-top: clamp(38px, 5vw, 68px);
  padding: clamp(26px, 3.4vw, 40px);
  border-color: rgba(18, 15, 13, 0.1);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(255, 250, 242, 0.92)),
    #fffdf8;
  box-shadow: 0 22px 70px rgba(18, 15, 13, 0.08);
}

body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs,
body.single-product .woocommerce div.product .woocommerce-tabs ul.tabs {
  margin-bottom: 28px;
  justify-content: flex-start;
}

body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li a,
body.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li a {
  padding: 12px 15px;
  font-size: 0.68rem;
}

body.single-product.woocommerce div.product .woocommerce-tabs .panel h2,
body.single-product .woocommerce div.product .woocommerce-tabs .panel h2 {
  font-size: clamp(2.8rem, 4vw, 4rem);
}

body.single-product .woocommerce-tabs .panel p,
body.single-product .woocommerce-tabs .panel li {
  font-size: 0.94rem;
  line-height: 1.72;
}

@media (min-width: 1400px) {
  body.single-product.woocommerce div.product,
  body.single-product .woocommerce div.product {
    max-width: 1160px;
    grid-template-columns: 520px 430px;
  }

  body.single-product .woocommerce-product-gallery {
    max-width: 520px;
  }
}

@media (max-width: 1120px) {
  body.single-product.woocommerce div.product,
  body.single-product .woocommerce div.product {
    grid-template-columns: minmax(330px, 470px) minmax(320px, 400px);
    max-width: 960px;
    gap: 26px;
  }

  body.single-product .woocommerce-product-gallery {
    max-width: 470px;
  }

  body.single-product .woocommerce-product-gallery__image img {
    height: clamp(400px, 42vw, 500px);
  }

  body.single-product .woocommerce-product-gallery .flex-viewport {
    max-height: 500px;
  }
}

@media (max-width: 900px) {
  body.single-product.woocommerce div.product,
  body.single-product .woocommerce div.product {
    grid-template-columns: 1fr;
    max-width: 620px;
  }

  body.single-product .woocommerce-product-gallery,
  body.single-product .summary.entry-summary {
    justify-self: center;
    width: 100%;
    max-width: 560px;
  }

  body.single-product .summary.entry-summary {
    position: relative;
    top: auto;
  }
}

@media (max-width: 720px) {
  body.single-product .woocommerce-shell {
    padding-top: 22px;
  }

  body.single-product .woocommerce-product-gallery__image img {
    height: clamp(360px, 105vw, 500px);
  }

  body.single-product .woocommerce div.product div.images .flex-control-thumbs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body.single-product .woocommerce div.product div.images .flex-control-thumbs img {
    height: 80px;
  }

  body.single-product .summary.entry-summary {
    padding: 22px;
  }

  body.single-product.woocommerce div.product .product_title,
  body.single-product .woocommerce div.product .product_title {
    font-size: clamp(2.7rem, 11vw, 3.8rem);
  }

  body.single-product .woocommerce-tabs {
    padding: 22px;
  }
}

/* Glamour editorial product refresh */
body.single-product .woocommerce-shell {
  isolation: isolate;
  padding-top: clamp(38px, 5vw, 72px);
  background:
    linear-gradient(180deg, rgba(8, 7, 6, 0) 0 265px, #f8efe4 265px 100%),
    linear-gradient(135deg, #fffaf2, #efe1cf);
}

body.single-product .woocommerce-shell::before {
  top: 0;
  right: 0;
  left: 0;
  z-index: -1;
  height: 330px;
  background:
    linear-gradient(90deg, rgba(216, 174, 93, 0.28), transparent 18%, transparent 82%, rgba(216, 174, 93, 0.18)),
    linear-gradient(135deg, #070605 0%, #1a120d 52%, #070605 100%);
}

body.single-product .woocommerce-shell::after {
  position: absolute;
  top: 56px;
  right: clamp(18px, 6vw, 90px);
  left: clamp(18px, 6vw, 90px);
  z-index: -1;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(216, 174, 93, 0.58), transparent);
}

body.single-product.woocommerce div.product,
body.single-product .woocommerce div.product {
  grid-template-columns: minmax(360px, 455px) minmax(360px, 460px);
  gap: clamp(34px, 5vw, 72px);
  max-width: 1080px;
  padding: 0;
}

body.single-product .woocommerce-product-gallery {
  width: min(100%, 455px);
  max-width: 455px;
  padding: 12px;
  border: 1px solid rgba(216, 174, 93, 0.42);
  background:
    linear-gradient(180deg, #fffaf2, #f3e6d5),
    #fffaf2;
  box-shadow: 0 32px 90px rgba(8, 7, 6, 0.34);
}

body.single-product .woocommerce-product-gallery::before {
  display: none;
}

body.single-product .woocommerce-product-gallery__image {
  border: 1px solid rgba(18, 15, 13, 0.16);
  background: #17100b;
}

body.single-product .woocommerce-product-gallery__image img {
  height: clamp(430px, 39vw, 500px);
  filter: contrast(1.04) saturate(1.04);
}

body.single-product .woocommerce-product-gallery .flex-viewport {
  max-height: 500px;
}

body.single-product .woocommerce div.product div.images .flex-control-thumbs {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 6px;
  padding-top: 8px;
}

body.single-product .woocommerce div.product div.images .flex-control-thumbs img {
  height: 62px;
  opacity: 0.66;
}

body.single-product .woocommerce div.product div.images .flex-control-thumbs img.flex-active,
body.single-product .woocommerce div.product div.images .flex-control-thumbs img:hover,
body.single-product .woocommerce div.product div.images .flex-control-thumbs img:focus-visible {
  opacity: 1;
  transform: none;
}

body.single-product .summary.entry-summary {
  position: relative !important;
  top: auto !important;
  width: min(100%, 460px);
  padding: clamp(30px, 3.4vw, 44px);
  border: 1px solid rgba(216, 174, 93, 0.48);
  background:
    linear-gradient(180deg, rgba(255, 250, 242, 0.07), rgba(216, 174, 93, 0.04)),
    linear-gradient(145deg, #0a0806, #17100b 58%, #0a0806);
  box-shadow: 0 34px 100px rgba(8, 7, 6, 0.38);
  color: var(--ivory);
}

body.single-product .summary.entry-summary::before {
  height: 4px;
  background: linear-gradient(90deg, var(--champagne), #fff2c9, transparent);
}

body.single-product .summary.entry-summary::after {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(216, 174, 93, 0.32), transparent);
}

body.single-product .luvani-product-eyebrow {
  color: #f1c871;
}

body.single-product .luvani-product-eyebrow::after {
  background: linear-gradient(90deg, rgba(216, 174, 93, 0.72), transparent);
}

body.single-product.woocommerce div.product .product_title,
body.single-product .woocommerce div.product .product_title {
  color: var(--ivory);
  font-size: clamp(3.25rem, 4.4vw, 5rem);
  text-shadow: 0 16px 42px rgba(0, 0, 0, 0.42);
}

body.single-product.woocommerce div.product p.price,
body.single-product.woocommerce div.product span.price,
body.single-product .woocommerce div.product p.price,
body.single-product .woocommerce div.product span.price {
  color: #f1c871;
}

body.single-product .luvani-product-note {
  border-color: rgba(216, 174, 93, 0.28);
}

body.single-product .luvani-product-note span {
  color: #f1c871;
}

body.single-product .luvani-product-note p,
body.single-product .woocommerce-product-details__short-description p {
  color: rgba(255, 250, 242, 0.76);
}

body.single-product .stock.out-of-stock {
  margin: 2px 0 4px;
  padding: 14px 16px;
  border: 1px solid rgba(216, 174, 93, 0.34);
  background: rgba(216, 174, 93, 0.1);
  color: #f1c871 !important;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.45;
  text-transform: uppercase;
}

body.single-product .luvani-product-service {
  border-color: rgba(216, 174, 93, 0.26);
  background:
    linear-gradient(135deg, rgba(255, 250, 242, 0.09), rgba(255, 250, 242, 0.02)),
    rgba(255, 250, 242, 0.04);
}

body.single-product .luvani-product-service::before {
  background: #f1c871;
}

body.single-product .luvani-product-service span {
  color: rgba(255, 250, 242, 0.72);
}

body.single-product .luvani-product-service strong {
  color: var(--ivory);
}

body.single-product.woocommerce div.product form.cart .button,
body.single-product .woocommerce div.product form.cart .button {
  background: linear-gradient(135deg, #fff2c9, #d8ae5d) !important;
  border-color: #d8ae5d;
  color: #080706 !important;
  box-shadow: 0 16px 40px rgba(216, 174, 93, 0.2);
}

body.single-product.woocommerce div.product form.cart .button:hover,
body.single-product.woocommerce div.product form.cart .button:focus-visible,
body.single-product .woocommerce div.product form.cart .button:hover,
body.single-product .woocommerce div.product form.cart .button:focus-visible {
  background: linear-gradient(135deg, #ffffff, #f1c871) !important;
}

body.single-product .woocommerce-tabs {
  width: min(100%, 1040px);
  margin-top: clamp(52px, 6vw, 88px);
  border: 1px solid rgba(216, 174, 93, 0.24);
  background:
    linear-gradient(135deg, #fffdf8, #f4e8d8),
    #fffaf2;
  box-shadow: 0 26px 86px rgba(18, 15, 13, 0.1);
}

body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
body.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: linear-gradient(135deg, #0a0806, #1a120d);
  border-color: rgba(216, 174, 93, 0.46);
}

body.single-product.woocommerce div.product .woocommerce-tabs .panel h2,
body.single-product .woocommerce div.product .woocommerce-tabs .panel h2 {
  font-size: clamp(3.2rem, 4.8vw, 4.8rem);
}

@media (min-width: 1400px) {
  body.single-product.woocommerce div.product,
  body.single-product .woocommerce div.product {
    max-width: 1110px;
    grid-template-columns: 455px 460px;
  }

  body.single-product .woocommerce-product-gallery {
    max-width: 455px;
  }
}

@media (max-width: 1120px) {
  body.single-product.woocommerce div.product,
  body.single-product .woocommerce div.product {
    grid-template-columns: minmax(330px, 440px) minmax(330px, 430px);
    max-width: 940px;
  }

  body.single-product .woocommerce-product-gallery {
    max-width: 440px;
  }

  body.single-product .woocommerce-product-gallery__image img {
    height: clamp(390px, 40vw, 470px);
  }

  body.single-product .woocommerce-product-gallery .flex-viewport {
    max-height: 470px;
  }
}

@media (max-width: 900px) {
  body.single-product .woocommerce-shell {
    background:
      linear-gradient(180deg, rgba(8, 7, 6, 0) 0 220px, #f8efe4 220px 100%),
      linear-gradient(135deg, #fffaf2, #efe1cf);
  }

  body.single-product .woocommerce-shell::before {
    height: 260px;
  }

  body.single-product.woocommerce div.product,
  body.single-product .woocommerce div.product {
    grid-template-columns: 1fr;
    max-width: 560px;
  }

  body.single-product .woocommerce-product-gallery,
  body.single-product .summary.entry-summary {
    max-width: 520px;
  }
}

@media (max-width: 720px) {
  body.single-product .woocommerce-product-gallery__image img {
    height: clamp(340px, 100vw, 470px);
  }

  body.single-product .summary.entry-summary {
    padding: 24px;
  }

  body.single-product .luvani-product-services {
    grid-template-columns: 1fr;
  }
}

/* Cohesive premium product flow */
body.single-product.woocommerce div.product,
body.single-product .woocommerce div.product {
  grid-template-columns: minmax(500px, 620px) minmax(430px, 540px);
  gap: clamp(34px, 4.8vw, 76px);
  max-width: 1240px;
}

body.single-product .woocommerce-product-gallery {
  width: min(100%, 620px);
  max-width: 620px;
}

body.single-product .woocommerce-product-gallery__image img {
  height: clamp(520px, 44vw, 650px);
}

body.single-product .woocommerce-product-gallery .flex-viewport {
  max-height: 650px;
}

body.single-product .summary.entry-summary {
  width: min(100%, 540px);
  min-height: 100%;
}

body.single-product .woocommerce-tabs {
  width: min(100%, 1240px);
  margin-top: clamp(44px, 5vw, 72px);
}

body.single-product.woocommerce div.product form.cart,
body.single-product .woocommerce div.product form.cart {
  width: 100%;
  margin-top: 8px;
}

body.single-product.woocommerce div.product form.cart:not(.variations_form),
body.single-product .woocommerce div.product form.cart:not(.variations_form) {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 12px;
  align-items: stretch;
}

body.single-product.woocommerce div.product form.cart.variations_form,
body.single-product .woocommerce div.product form.cart.variations_form {
  display: block;
}

body.single-product .variations_form table.variations {
  display: block;
  width: 100%;
  margin: 0 0 14px;
  border: 0;
}

body.single-product .variations_form table.variations tbody,
body.single-product .variations_form table.variations tr,
body.single-product .variations_form table.variations th,
body.single-product .variations_form table.variations td {
  display: block;
  width: 100%;
}

body.single-product .variations_form table.variations tr {
  margin: 0 0 14px;
}

body.single-product .variations_form table.variations th,
body.single-product .variations_form table.variations td {
  padding: 0;
  background: transparent;
  border: 0;
  text-align: left;
}

body.single-product .variations_form table.variations label {
  display: block;
  margin: 0 0 8px;
  color: #f1c871;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.3;
  text-transform: uppercase;
}

body.single-product .variations_form table.variations select {
  display: block;
  width: 100%;
  min-height: 52px;
  padding: 0 42px 0 15px;
  border: 1px solid rgba(216, 174, 93, 0.42);
  background:
    linear-gradient(135deg, rgba(255, 250, 242, 0.1), rgba(255, 250, 242, 0.04)),
    #0f0b08;
  color: var(--ivory);
  font: inherit;
  font-size: 0.88rem;
  font-weight: 700;
  outline: none;
}

body.single-product .variations_form table.variations select:focus {
  border-color: #f1c871;
  box-shadow: 0 0 0 3px rgba(216, 174, 93, 0.18);
}

body.single-product .variations_form table.variations select option {
  color: var(--ink);
  background: var(--ivory);
}

body.single-product .variations_form .reset_variations {
  display: inline-flex;
  width: fit-content;
  margin-top: 8px;
  color: rgba(255, 250, 242, 0.72);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.single-product .single_variation_wrap {
  display: block;
}

body.single-product .single_variation {
  margin: 0 0 12px;
}

body.single-product .woocommerce-variation-price {
  color: #f1c871;
  font-weight: 800;
}

body.single-product .woocommerce-variation-availability {
  margin-top: 10px;
}

body.single-product .woocommerce-variation-add-to-cart {
  display: grid !important;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 12px;
  align-items: stretch;
}

body.single-product .woocommerce-variation-add-to-cart::before,
body.single-product .woocommerce-variation-add-to-cart::after {
  display: none !important;
}

body.single-product .woocommerce-variation-add-to-cart .quantity,
body.single-product.woocommerce div.product form.cart:not(.variations_form) div.quantity,
body.single-product .woocommerce div.product form.cart:not(.variations_form) div.quantity {
  float: none;
  width: 100%;
  margin: 0;
}

body.single-product .woocommerce-variation-add-to-cart .button,
body.single-product.woocommerce div.product form.cart:not(.variations_form) .button,
body.single-product .woocommerce div.product form.cart:not(.variations_form) .button {
  width: 100%;
}

body.single-product .quantity .qty {
  min-height: 52px;
  border-color: rgba(216, 174, 93, 0.34);
  background: rgba(255, 250, 242, 0.08);
  color: var(--ivory);
}

@media (max-width: 1180px) {
  body.single-product.woocommerce div.product,
  body.single-product .woocommerce div.product {
    grid-template-columns: minmax(420px, 560px) minmax(380px, 500px);
    max-width: 1100px;
  }

  body.single-product .woocommerce-product-gallery {
    max-width: 560px;
  }

  body.single-product .woocommerce-product-gallery__image img {
    height: clamp(480px, 44vw, 590px);
  }

  body.single-product .woocommerce-product-gallery .flex-viewport {
    max-height: 590px;
  }
}

@media (max-width: 980px) {
  body.single-product.woocommerce div.product,
  body.single-product .woocommerce div.product {
    grid-template-columns: 1fr;
    max-width: 680px;
  }

  body.single-product .woocommerce-product-gallery,
  body.single-product .summary.entry-summary {
    justify-self: center;
    max-width: 680px;
    width: 100%;
  }

  body.single-product .woocommerce-product-gallery__image img {
    height: clamp(460px, 78vw, 660px);
  }

  body.single-product .woocommerce-product-gallery .flex-viewport {
    max-height: 660px;
  }

  body.single-product .woocommerce-tabs {
    max-width: 680px;
  }
}

@media (max-width: 720px) {
  body.single-product .woocommerce-product-gallery__image img {
    height: clamp(360px, 108vw, 540px);
  }

body.single-product .woocommerce-variation-add-to-cart,
body.single-product.woocommerce div.product form.cart:not(.variations_form),
body.single-product .woocommerce div.product form.cart:not(.variations_form) {
  grid-template-columns: 1fr;
}
}

/* Premium product archive and category pages */
body.post-type-archive-product .woocommerce-shell,
body.tax-product_cat .woocommerce-shell {
  position: relative;
  padding: clamp(34px, 5vw, 76px) clamp(18px, 5vw, 76px) clamp(72px, 8vw, 120px);
  background:
    linear-gradient(180deg, rgba(8, 7, 6, 0) 0 330px, #f8efe4 330px 100%),
    linear-gradient(135deg, #fffaf2, #efe1cf);
  overflow: hidden;
}

body.post-type-archive-product .woocommerce-shell::before,
body.tax-product_cat .woocommerce-shell::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 390px;
  content: "";
  background:
    radial-gradient(circle at 82% 10%, rgba(216, 174, 93, 0.28), transparent 28%),
    linear-gradient(135deg, #070605 0%, #1a120d 56%, #070605 100%);
  pointer-events: none;
}

body.post-type-archive-product .woocommerce-products-header,
body.tax-product_cat .woocommerce-products-header {
  display: none;
}

body.post-type-archive-product .woocommerce-breadcrumb,
body.tax-product_cat .woocommerce-breadcrumb {
  position: relative;
  z-index: 1;
  max-width: 1240px;
  margin: 0 auto 18px;
  color: rgba(255, 250, 242, 0.64);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

body.post-type-archive-product .woocommerce-breadcrumb a,
body.tax-product_cat .woocommerce-breadcrumb a {
  color: #f1c871;
}

.luvani-archive-hero {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: clamp(24px, 5vw, 72px);
  align-items: stretch;
  max-width: 1240px;
  min-height: 360px;
  margin: 0 auto;
  border: 1px solid rgba(216, 174, 93, 0.36);
  background:
    linear-gradient(135deg, rgba(255, 250, 242, 0.05), rgba(216, 174, 93, 0.04)),
    linear-gradient(145deg, #0a0806, #17100b 58%, #0a0806);
  box-shadow: 0 34px 110px rgba(8, 7, 6, 0.3);
  color: var(--ivory);
  overflow: hidden;
}

.luvani-archive-hero::before {
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(216, 174, 93, 0.16);
  content: "";
  pointer-events: none;
}

.luvani-archive-copy {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: center;
  max-width: 780px;
  padding: clamp(30px, 5vw, 72px);
}

.luvani-archive-copy .eyebrow {
  color: #f1c871;
}

.luvani-archive-copy h1 {
  max-width: 780px;
  margin: 0 0 18px;
  color: var(--ivory);
  font-size: clamp(3.4rem, 6vw, 6.2rem);
  line-height: 0.88;
  text-wrap: balance;
}

.luvani-archive-description {
  max-width: 620px;
}

.luvani-archive-description p {
  margin: 0;
  color: rgba(255, 250, 242, 0.74);
  font-size: 1rem;
  line-height: 1.75;
}

.luvani-archive-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 24px;
}

.luvani-archive-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(216, 174, 93, 0.3);
  background: rgba(255, 250, 242, 0.06);
  color: #f1c871;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.luvani-archive-media {
  position: relative;
  min-height: 360px;
  margin: 0;
  overflow: hidden;
}

.luvani-archive-media::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(10, 8, 6, 0.14), rgba(10, 8, 6, 0.02));
  pointer-events: none;
}

.luvani-archive-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  filter: contrast(1.04) saturate(1.05);
}

.luvani-category-strip {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 1240px;
  margin: 16px auto 26px;
  padding: 10px;
  border: 1px solid rgba(216, 174, 93, 0.22);
  background: rgba(255, 250, 242, 0.9);
  box-shadow: 0 18px 54px rgba(18, 15, 13, 0.08);
}

.luvani-category-strip a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(141, 104, 38, 0.2);
  color: var(--soft-ink);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.luvani-category-strip a:hover,
.luvani-category-strip a:focus-visible,
.luvani-category-strip a[aria-current="page"] {
  border-color: rgba(216, 174, 93, 0.58);
  background: linear-gradient(135deg, #0a0806, #1a120d);
  color: #f1c871;
  transform: translateY(-1px);
}

body.post-type-archive-product .woocommerce-notices-wrapper,
body.tax-product_cat .woocommerce-notices-wrapper,
body.post-type-archive-product .woocommerce-result-count,
body.tax-product_cat .woocommerce-result-count,
body.post-type-archive-product .woocommerce-ordering,
body.tax-product_cat .woocommerce-ordering,
body.post-type-archive-product .products,
body.tax-product_cat .products,
body.post-type-archive-product .woocommerce-pagination,
body.tax-product_cat .woocommerce-pagination,
body.post-type-archive-product .woocommerce-info,
body.tax-product_cat .woocommerce-info {
  position: relative;
  z-index: 1;
}

body.post-type-archive-product .woocommerce-result-count,
body.tax-product_cat .woocommerce-result-count {
  float: none;
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  margin: 0 14px 24px calc((100% - min(100%, 1240px)) / 2);
  padding: 0 16px;
  border-left: 1px solid rgba(141, 104, 38, 0.34);
  color: var(--soft-ink);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.post-type-archive-product .woocommerce-ordering,
body.tax-product_cat .woocommerce-ordering {
  float: none;
  display: inline-flex;
  margin: 0 0 24px;
  vertical-align: top;
}

body.post-type-archive-product .woocommerce-ordering select,
body.tax-product_cat .woocommerce-ordering select {
  min-height: 42px;
  padding: 0 42px 0 14px;
  border: 1px solid rgba(141, 104, 38, 0.3);
  background: rgba(255, 250, 242, 0.92);
  color: var(--ink);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

body.post-type-archive-product .woocommerce ul.products,
body.tax-product_cat .woocommerce ul.products {
  clear: both;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 24px);
  max-width: 1240px;
  margin: 0 auto !important;
  padding: 0;
}

body.post-type-archive-product .woocommerce ul.products::before,
body.post-type-archive-product .woocommerce ul.products::after,
body.tax-product_cat .woocommerce ul.products::before,
body.tax-product_cat .woocommerce ul.products::after {
  display: none !important;
}

body.post-type-archive-product .woocommerce ul.products li.product,
body.tax-product_cat .woocommerce ul.products li.product {
  position: relative;
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  padding: 10px 10px 16px !important;
  border: 1px solid rgba(141, 104, 38, 0.22);
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.96), rgba(255, 250, 242, 0.9)),
    #fffaf2;
  box-shadow: 0 22px 70px rgba(18, 15, 13, 0.1);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
  overflow: hidden;
}

body.post-type-archive-product .woocommerce ul.products li.product::before,
body.tax-product_cat .woocommerce ul.products li.product::before {
  position: absolute;
  top: 10px;
  right: 10px;
  left: 10px;
  z-index: 1;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, rgba(216, 174, 93, 0.62), transparent);
  pointer-events: none;
}

body.post-type-archive-product .woocommerce ul.products li.product:hover,
body.post-type-archive-product .woocommerce ul.products li.product:focus-within,
body.tax-product_cat .woocommerce ul.products li.product:hover,
body.tax-product_cat .woocommerce ul.products li.product:focus-within {
  border-color: rgba(216, 174, 93, 0.5);
  box-shadow: 0 30px 90px rgba(18, 15, 13, 0.16);
  transform: translateY(-4px);
}

body.post-type-archive-product .woocommerce ul.products li.product a.woocommerce-LoopProduct-link,
body.tax-product_cat .woocommerce ul.products li.product a.woocommerce-LoopProduct-link {
  display: grid;
  gap: 12px;
}

body.post-type-archive-product .woocommerce ul.products li.product img,
body.tax-product_cat .woocommerce ul.products li.product img {
  width: 100%;
  height: clamp(330px, 28vw, 430px);
  margin: 0 !important;
  object-fit: cover;
  object-position: center top;
  background: #efe1cf;
  filter: contrast(1.03) saturate(1.03);
  transition: transform 220ms ease, filter 220ms ease;
}

body.post-type-archive-product .woocommerce ul.products li.product:hover img,
body.tax-product_cat .woocommerce ul.products li.product:hover img {
  filter: contrast(1.06) saturate(1.05);
  transform: scale(1.025);
}

body.post-type-archive-product .woocommerce ul.products li.product .woocommerce-loop-product__title,
body.tax-product_cat .woocommerce ul.products li.product .woocommerce-loop-product__title {
  min-height: 2.5em;
  padding: 0;
  margin: 2px 4px 0;
  color: var(--ink);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.45rem, 1.8vw, 2rem);
  font-weight: 600;
  line-height: 1.02;
}

body.post-type-archive-product .woocommerce ul.products li.product .price,
body.tax-product_cat .woocommerce ul.products li.product .price {
  display: block;
  margin: 0 4px;
  color: var(--champagne-dark);
  font-size: 0.96rem;
  font-weight: 900;
  letter-spacing: 0.04em;
}

body.post-type-archive-product .woocommerce ul.products li.product .button,
body.tax-product_cat .woocommerce ul.products li.product .button {
  width: calc(100% - 8px);
  min-height: 44px;
  margin: 12px 4px 0 !important;
  border-color: rgba(18, 15, 13, 0.9);
  background: linear-gradient(135deg, #120f0d, #2b2118) !important;
  color: var(--ivory) !important;
  font-size: 0.68rem;
  box-shadow: 0 14px 34px rgba(18, 15, 13, 0.16);
}

body.post-type-archive-product .woocommerce ul.products li.product .button:hover,
body.post-type-archive-product .woocommerce ul.products li.product .button:focus-visible,
body.tax-product_cat .woocommerce ul.products li.product .button:hover,
body.tax-product_cat .woocommerce ul.products li.product .button:focus-visible {
  background: linear-gradient(135deg, #fff2c9, #d8ae5d) !important;
  color: #080706 !important;
}

body.post-type-archive-product .woocommerce ul.products li.product-category mark.count,
body.tax-product_cat .woocommerce ul.products li.product-category mark.count {
  color: var(--champagne-dark);
  background: transparent;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 0.74rem;
  font-weight: 900;
}

body.post-type-archive-product .woocommerce-pagination,
body.tax-product_cat .woocommerce-pagination {
  max-width: 1240px;
  margin: 34px auto 0;
}

body.post-type-archive-product .woocommerce nav.woocommerce-pagination ul,
body.tax-product_cat .woocommerce nav.woocommerce-pagination ul {
  border: 0;
}

body.post-type-archive-product .woocommerce nav.woocommerce-pagination ul li,
body.tax-product_cat .woocommerce nav.woocommerce-pagination ul li {
  margin: 0 4px;
  border: 0;
}

body.post-type-archive-product .woocommerce nav.woocommerce-pagination ul li a,
body.post-type-archive-product .woocommerce nav.woocommerce-pagination ul li span,
body.tax-product_cat .woocommerce nav.woocommerce-pagination ul li a,
body.tax-product_cat .woocommerce nav.woocommerce-pagination ul li span {
  min-width: 40px;
  min-height: 40px;
  border: 1px solid rgba(141, 104, 38, 0.28);
  background: rgba(255, 250, 242, 0.86);
  color: var(--ink);
  font-weight: 900;
}

body.post-type-archive-product .woocommerce nav.woocommerce-pagination ul li span.current,
body.tax-product_cat .woocommerce nav.woocommerce-pagination ul li span.current {
  background: #120f0d;
  color: #f1c871;
}

body.post-type-archive-product .woocommerce-info,
body.tax-product_cat .woocommerce-info {
  max-width: 1240px;
  margin: 0 auto;
  padding: clamp(28px, 4vw, 48px) clamp(22px, 4vw, 42px) !important;
  border: 1px solid rgba(216, 174, 93, 0.34);
  border-top: 3px solid var(--champagne);
  background:
    linear-gradient(135deg, rgba(255, 253, 248, 0.96), rgba(242, 229, 214, 0.88)),
    #fffaf2;
  box-shadow: 0 24px 70px rgba(18, 15, 13, 0.1);
  color: var(--ink);
  font-size: 1rem;
  line-height: 1.6;
}

body.post-type-archive-product .woocommerce-info::before,
body.tax-product_cat .woocommerce-info::before {
  color: var(--champagne-dark);
}

@media (max-width: 1120px) {
  .luvani-archive-hero {
    grid-template-columns: minmax(0, 1fr) minmax(240px, 340px);
  }

  body.post-type-archive-product .woocommerce ul.products,
  body.tax-product_cat .woocommerce ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .luvani-archive-hero {
    grid-template-columns: 1fr;
  }

  .luvani-archive-media {
    min-height: 300px;
  }

  body.post-type-archive-product .woocommerce-result-count,
  body.tax-product_cat .woocommerce-result-count {
    display: flex;
    width: fit-content;
    margin-left: 0;
  }

  body.post-type-archive-product .woocommerce ul.products,
  body.tax-product_cat .woocommerce ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  body.post-type-archive-product .woocommerce-shell,
  body.tax-product_cat .woocommerce-shell {
    padding: 24px 14px 70px;
  }

  .luvani-archive-copy {
    padding: 26px 22px;
  }

  .luvani-archive-copy h1 {
    font-size: clamp(2.65rem, 15vw, 4rem);
  }

  .luvani-archive-media {
    min-height: 240px;
  }

  .luvani-category-strip {
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 12px;
  }

  .luvani-category-strip a {
    white-space: nowrap;
  }

  body.post-type-archive-product .woocommerce ul.products,
  body.tax-product_cat .woocommerce ul.products {
    grid-template-columns: 1fr;
  }

  body.post-type-archive-product .woocommerce ul.products li.product img,
  body.tax-product_cat .woocommerce ul.products li.product img {
    height: clamp(330px, 110vw, 460px);
  }
}

/* Premium homepage arrivals */
.product-section-premium {
  position: relative;
  padding: clamp(70px, 8vw, 118px) clamp(18px, 5vw, 76px);
  background:
    linear-gradient(90deg, rgba(216, 174, 93, 0.18), transparent 18%, transparent 82%, rgba(216, 174, 93, 0.14)),
    linear-gradient(135deg, #070605 0%, #17100b 54%, #080706 100%);
  color: var(--ivory);
  overflow: hidden;
}

.product-section-premium::before {
  position: absolute;
  right: clamp(20px, 6vw, 96px);
  bottom: -0.25em;
  content: "Luvani";
  color: rgba(216, 174, 93, 0.07);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(8rem, 17vw, 18rem);
  font-weight: 700;
  line-height: 1;
  pointer-events: none;
}

.product-section-premium::after {
  position: absolute;
  top: clamp(22px, 4vw, 56px);
  right: clamp(18px, 5vw, 76px);
  left: clamp(18px, 5vw, 76px);
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(216, 174, 93, 0.54), transparent);
}

.product-section-inner {
  position: relative;
  z-index: 1;
  max-width: 1500px;
  margin: 0 auto;
}

.product-heading-premium {
  grid-template-columns: minmax(150px, 0.4fr) minmax(320px, 1fr) auto;
  gap: clamp(22px, 5vw, 78px);
  align-items: end;
  margin-bottom: clamp(34px, 5vw, 64px);
}

.product-heading-premium .eyebrow,
.product-heading-premium .text-link {
  color: #f1c871;
}

.product-heading-premium h2 {
  color: var(--ivory);
  font-size: clamp(4.8rem, 8vw, 8.8rem);
  text-shadow: 0 24px 60px rgba(0, 0, 0, 0.4);
}

.product-heading-premium > div p {
  max-width: 680px;
  margin: 16px 0 0;
  color: rgba(255, 250, 242, 0.74);
  font-size: 1.02rem;
  line-height: 1.75;
}

.product-heading-premium .text-link {
  padding-bottom: 9px;
  border-bottom: 1px solid rgba(216, 174, 93, 0.52);
}

.product-showcase {
  position: relative;
  padding-top: clamp(18px, 2vw, 28px);
  border-top: 1px solid rgba(216, 174, 93, 0.22);
}

.product-section-premium .woocommerce {
  position: relative;
  z-index: 1;
}

.product-section-premium .woocommerce ul.products,
.product-section-premium .products,
.product-section-premium .product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 290px), 360px));
  justify-content: center;
  gap: clamp(18px, 2.4vw, 32px);
  margin: 0;
  padding: 0;
}

.product-section-premium .woocommerce ul.products::before,
.product-section-premium .woocommerce ul.products::after {
  display: none;
}

.product-section-premium .woocommerce ul.products li.product,
.product-section-premium .product-card {
  position: relative;
  float: none !important;
  clear: none !important;
  width: auto !important;
  margin: 0 !important;
  padding: 10px;
  border: 1px solid rgba(216, 174, 93, 0.34);
  background:
    linear-gradient(180deg, rgba(255, 250, 242, 0.1), rgba(255, 250, 242, 0.03)),
    rgba(255, 250, 242, 0.04);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.28);
  overflow: hidden;
}

.product-section-premium .woocommerce ul.products li.product::before,
.product-section-premium .product-card::before {
  position: absolute;
  inset: 10px;
  z-index: 1;
  content: "";
  border: 1px solid rgba(255, 250, 242, 0.22);
  pointer-events: none;
}

.product-section-premium .woocommerce ul.products li.product a.woocommerce-LoopProduct-link {
  display: block;
}

.product-section-premium .woocommerce ul.products li.product img,
.product-section-premium .product-image {
  width: 100%;
  height: clamp(360px, 32vw, 470px);
  min-height: 0;
  margin: 0;
  object-fit: cover;
  object-position: center top;
  filter: contrast(1.04) saturate(1.03);
  transition: transform 260ms ease, filter 260ms ease;
}

.product-section-premium .woocommerce ul.products li.product:hover img,
.product-section-premium .woocommerce ul.products li.product:focus-within img,
.product-section-premium .product-card:hover .product-image {
  filter: contrast(1.08) saturate(1.08);
  transform: scale(1.025);
}

.product-section-premium .woocommerce-loop-product__title,
.product-section-premium .product-info h3 {
  margin: 18px 16px 8px;
  color: var(--ivory);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.55rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.08;
  text-transform: none;
}

.product-section-premium .woocommerce ul.products li.product .price,
.product-section-premium .product-info span {
  display: block;
  margin: 0 16px 18px;
  color: #f1c871;
  font-size: 0.98rem;
  font-weight: 800;
}

.product-section-premium .product-info {
  padding: 0;
}

.product-section-premium .product-info p {
  margin: 0 16px 6px;
  color: rgba(255, 250, 242, 0.64);
}

.product-section-premium .woocommerce ul.products li.product .button,
.product-section-premium .product-card .button {
  width: calc(100% - 32px);
  min-height: 48px;
  margin: 0 16px 16px;
  border-color: rgba(216, 174, 93, 0.76);
  background: linear-gradient(135deg, #fff2c9, #d8ae5d);
  color: #080706;
  font-size: 0.72rem;
  box-shadow: 0 16px 36px rgba(216, 174, 93, 0.16);
}

.product-section-premium .woocommerce ul.products li.product .button:hover,
.product-section-premium .woocommerce ul.products li.product .button:focus-visible {
  background: linear-gradient(135deg, #ffffff, #f1c871);
}

@media (min-width: 1100px) {
  .product-section-premium .woocommerce ul.products:has(> li.product:only-child),
  .product-section-premium .product-grid:has(> .product-card:only-child) {
    grid-template-columns: minmax(340px, 420px);
    justify-content: start;
  }
}

@media (max-width: 980px) {
  .product-heading-premium {
    grid-template-columns: 1fr;
  }

  .product-heading-premium h2 {
    font-size: clamp(4rem, 12vw, 6.6rem);
  }

  .product-heading-premium .text-link {
    width: fit-content;
  }
}

@media (max-width: 560px) {
  .product-section-premium {
    padding-right: 14px;
    padding-left: 14px;
  }

  .product-section-premium .woocommerce ul.products,
  .product-section-premium .products,
  .product-section-premium .product-grid {
    grid-template-columns: 1fr;
  }

  .product-section-premium .woocommerce ul.products li.product img,
  .product-section-premium .product-image {
    height: 390px;
  }
}

/* Premium product tile for the original homepage section */
.product-section:not(.product-section-premium) .woocommerce ul.products,
.product-section:not(.product-section-premium) .products,
.product-section:not(.product-section-premium) .product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 340px));
  gap: clamp(18px, 2.2vw, 30px);
  align-items: start;
  margin: 0;
  padding: 0;
}

.product-section:not(.product-section-premium) .woocommerce ul.products::before,
.product-section:not(.product-section-premium) .woocommerce ul.products::after {
  display: none;
}

.product-section:not(.product-section-premium) .woocommerce ul.products li.product,
.product-section:not(.product-section-premium) .product-card {
  position: relative;
  float: none !important;
  clear: none !important;
  width: auto !important;
  margin: 0 !important;
  padding: 10px;
  border: 1px solid rgba(141, 104, 38, 0.28);
  background:
    linear-gradient(180deg, #ffffff, rgba(255, 250, 242, 0.9)),
    #fffaf2;
  box-shadow: 0 24px 70px rgba(18, 15, 13, 0.1);
  overflow: hidden;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.product-section:not(.product-section-premium) .woocommerce ul.products li.product::before,
.product-section:not(.product-section-premium) .product-card::before {
  position: absolute;
  inset: 10px;
  z-index: 1;
  content: "";
  border: 1px solid rgba(216, 174, 93, 0.22);
  pointer-events: none;
}

.product-section:not(.product-section-premium) .woocommerce ul.products li.product:hover,
.product-section:not(.product-section-premium) .woocommerce ul.products li.product:focus-within,
.product-section:not(.product-section-premium) .product-card:hover {
  border-color: rgba(141, 104, 38, 0.48);
  box-shadow: 0 32px 86px rgba(18, 15, 13, 0.16);
  transform: translateY(-4px);
}

.product-section:not(.product-section-premium) .woocommerce ul.products li.product a.woocommerce-LoopProduct-link {
  display: block;
}

.product-section:not(.product-section-premium) .woocommerce ul.products li.product img,
.product-section:not(.product-section-premium) .product-image {
  width: 100%;
  height: clamp(330px, 27vw, 430px);
  min-height: 0;
  margin: 0;
  object-fit: cover;
  object-position: center top;
  image-rendering: auto;
  filter: contrast(1.06) saturate(1.04);
  transition: filter 200ms ease;
}

.product-section:not(.product-section-premium) .woocommerce ul.products li.product:hover img,
.product-section:not(.product-section-premium) .woocommerce ul.products li.product:focus-within img,
.product-section:not(.product-section-premium) .product-card:hover .product-image {
  filter: contrast(1.1) saturate(1.06);
}

.product-section:not(.product-section-premium) .woocommerce-loop-product__title,
.product-section:not(.product-section-premium) .product-info h3 {
  margin: 17px 16px 7px;
  color: var(--ink);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.45rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.08;
  text-transform: none;
}

.product-section:not(.product-section-premium) .woocommerce ul.products li.product .price,
.product-section:not(.product-section-premium) .product-info span {
  display: block;
  margin: 0 16px 17px;
  color: var(--champagne-dark);
  font-size: 0.96rem;
  font-weight: 800;
}

.product-section:not(.product-section-premium) .product-info {
  padding: 0;
}

.product-section:not(.product-section-premium) .product-info p {
  margin: 0 16px 6px;
  color: var(--soft-ink);
}

.product-section:not(.product-section-premium) .woocommerce ul.products li.product .button,
.product-section:not(.product-section-premium) .product-card .button {
  width: calc(100% - 32px);
  min-height: 48px;
  margin: 0 16px 16px;
  border-color: rgba(216, 174, 93, 0.82);
  background: linear-gradient(135deg, #fff2c9, #d8ae5d);
  color: #080706;
  font-size: 0.72rem;
  box-shadow: 0 16px 34px rgba(216, 174, 93, 0.18);
}

.product-section:not(.product-section-premium) .woocommerce ul.products li.product .button:hover,
.product-section:not(.product-section-premium) .woocommerce ul.products li.product .button:focus-visible {
  background: linear-gradient(135deg, #ffffff, #f1c871);
}

@media (max-width: 560px) {
  .product-section:not(.product-section-premium) .woocommerce ul.products,
  .product-section:not(.product-section-premium) .products,
  .product-section:not(.product-section-premium) .product-grid {
    grid-template-columns: 1fr;
  }

  .product-section:not(.product-section-premium) .woocommerce ul.products li.product img,
  .product-section:not(.product-section-premium) .product-image {
    height: 390px;
  }
}

/* Sharp single-product gallery images */
body.single-product .woocommerce-product-gallery__image img,
body.single-product .woocommerce-product-gallery .wp-post-image,
body.single-product .woocommerce-product-gallery .flex-active-slide img {
  image-rendering: auto;
  filter: none !important;
  transform: none !important;
}

body.single-product .woocommerce-product-gallery__image img {
  object-fit: cover;
  object-position: center top;
}

body.single-product .woocommerce-product-gallery .flex-viewport {
  transform: none !important;
}

body.single-product .woocommerce-product-gallery.luvani-gallery-using-small-source .woocommerce-product-gallery__image {
  display: grid;
  place-items: center;
}

body.single-product .woocommerce-product-gallery.luvani-gallery-using-small-source .woocommerce-product-gallery__image img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: clamp(430px, 44vw, 650px);
  object-fit: contain;
}

/* Luxury category collection override */
.luvani-collection-shell {
  position: relative;
  padding: clamp(34px, 4vw, 62px) clamp(18px, 5vw, 78px) clamp(82px, 9vw, 138px) !important;
  background:
    linear-gradient(180deg, rgba(8, 7, 6, 0) 0 430px, #f7ecdf 430px 100%),
    linear-gradient(135deg, #fffaf2, #e9d9c7) !important;
  overflow: hidden;
}

.luvani-collection-shell::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 510px;
  content: "";
  background:
    radial-gradient(circle at 84% 16%, rgba(216, 174, 93, 0.34), transparent 28%),
    linear-gradient(135deg, #050403 0%, #19110c 54%, #050403 100%);
  pointer-events: none;
}

.luvani-collection-shell::after {
  position: absolute;
  right: clamp(20px, 8vw, 130px);
  top: 218px;
  content: "Luvani";
  color: rgba(216, 174, 93, 0.06);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(8rem, 18vw, 18rem);
  font-weight: 700;
  line-height: 1;
  pointer-events: none;
}

.luvani-collection-shell .woocommerce-breadcrumb,
.luvani-collection-shell .luvani-archive-hero,
.luvani-collection-shell .luvani-category-strip,
.luvani-collection-shell .woocommerce-notices-wrapper,
.luvani-collection-shell .woocommerce-result-count,
.luvani-collection-shell .woocommerce-ordering,
.luvani-collection-shell ul.products,
.luvani-collection-shell .woocommerce-pagination,
.luvani-collection-shell .woocommerce-info {
  position: relative;
  z-index: 1;
}

.luvani-collection-shell .woocommerce-breadcrumb {
  max-width: 1460px;
  margin: 0 auto 18px;
  color: rgba(255, 250, 242, 0.7);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.luvani-collection-shell .woocommerce-breadcrumb a {
  color: #f1c871;
}

.luvani-collection-shell .luvani-archive-hero {
  grid-template-columns: minmax(0, 1fr) minmax(360px, 500px);
  max-width: 1460px;
  min-height: 460px;
  border-color: rgba(216, 174, 93, 0.5);
  background:
    linear-gradient(135deg, rgba(255, 250, 242, 0.06), rgba(216, 174, 93, 0.06)),
    linear-gradient(145deg, #080604, #1a120d 58%, #080604);
  box-shadow: 0 42px 130px rgba(8, 7, 6, 0.34);
}

.luvani-collection-shell .luvani-archive-copy {
  padding: clamp(42px, 6vw, 88px);
}

.luvani-collection-shell .luvani-archive-copy h1 {
  max-width: 880px;
  font-size: clamp(4.4rem, 7vw, 7.8rem);
  letter-spacing: 0;
}

.luvani-collection-shell .luvani-archive-description p {
  max-width: 680px;
  font-size: 1.08rem;
}

.luvani-collection-shell .luvani-archive-media {
  min-height: 460px;
}

.luvani-collection-shell .luvani-category-strip {
  justify-content: center;
  max-width: 1460px;
  margin: 18px auto 34px;
  padding: 12px;
  border-color: rgba(216, 174, 93, 0.34);
  background:
    linear-gradient(135deg, rgba(255, 253, 248, 0.96), rgba(242, 229, 214, 0.88)),
    #fffaf2;
}

.luvani-collection-shell .luvani-category-strip a {
  min-height: 42px;
  padding: 0 17px;
  background: rgba(255, 255, 255, 0.48);
}

.luvani-collection-shell .woocommerce-result-count,
.luvani-collection-shell .woocommerce-ordering {
  margin-bottom: 34px;
}

.luvani-collection-shell .woocommerce-result-count {
  display: inline-flex;
  min-height: 48px;
  margin-left: calc((100% - min(100%, 1460px)) / 2) !important;
  padding: 0 18px;
  border: 1px solid rgba(141, 104, 38, 0.24);
  border-left: 3px solid var(--champagne);
  background: rgba(255, 250, 242, 0.78);
  color: var(--soft-ink);
}

.luvani-collection-shell .woocommerce-ordering {
  float: right !important;
  margin-right: calc((100% - min(100%, 1460px)) / 2) !important;
}

.luvani-collection-shell .woocommerce-ordering select {
  min-width: 250px;
  min-height: 48px;
  border-color: rgba(141, 104, 38, 0.32);
  background: rgba(255, 250, 242, 0.9);
}

.luvani-collection-shell ul.products {
  clear: both;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: clamp(24px, 3vw, 38px) !important;
  max-width: 1460px !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

.luvani-collection-shell ul.products::before,
.luvani-collection-shell ul.products::after {
  display: none !important;
}

.luvani-collection-shell ul.products li.product {
  position: relative;
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  padding: 14px 14px 20px !important;
  border: 1px solid rgba(141, 104, 38, 0.32);
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.98), rgba(247, 236, 223, 0.94)),
    #fffaf2;
  box-shadow: 0 30px 98px rgba(18, 15, 13, 0.15);
  overflow: hidden;
}

.luvani-collection-shell ul.products li.product::before {
  position: absolute;
  top: 14px;
  right: 14px;
  left: 14px;
  z-index: 2;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, rgba(216, 174, 93, 0.8), transparent);
  pointer-events: none;
}

.luvani-collection-shell ul.products li.product:hover,
.luvani-collection-shell ul.products li.product:focus-within {
  border-color: rgba(216, 174, 93, 0.68);
  box-shadow: 0 40px 120px rgba(18, 15, 13, 0.2);
  transform: translateY(-6px);
}

.luvani-collection-shell ul.products li.product a.woocommerce-LoopProduct-link {
  display: grid;
  gap: 15px;
}

.luvani-collection-shell ul.products li.product img {
  width: 100% !important;
  height: clamp(520px, 34vw, 680px) !important;
  margin: 0 !important;
  object-fit: cover;
  object-position: center top;
  background: #efe1cf;
  filter: contrast(1.04) saturate(1.05);
  transition: transform 260ms ease, filter 260ms ease;
}

.luvani-collection-shell ul.products li.product:hover img,
.luvani-collection-shell ul.products li.product:focus-within img {
  filter: contrast(1.07) saturate(1.06);
  transform: scale(1.025);
}

.luvani-collection-shell ul.products li.product .woocommerce-loop-product__title {
  min-height: 0;
  margin: 2px 6px 0 !important;
  padding: 0 !important;
  color: var(--ink);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2rem, 2.25vw, 2.65rem) !important;
  font-weight: 600;
  line-height: 0.98;
}

.luvani-collection-shell ul.products li.product .price {
  margin: 0 6px !important;
  color: var(--champagne-dark) !important;
  font-size: 1.08rem !important;
  font-weight: 900 !important;
  letter-spacing: 0.04em;
}

.luvani-collection-shell ul.products li.product .button {
  width: calc(100% - 12px);
  min-height: 54px;
  margin: 16px 6px 0 !important;
  border-color: rgba(18, 15, 13, 0.92);
  background: linear-gradient(135deg, #120f0d, #2b2118) !important;
  color: var(--ivory) !important;
  font-size: 0.72rem;
  box-shadow: 0 16px 42px rgba(18, 15, 13, 0.18);
}

.luvani-collection-shell ul.products li.product .button:hover,
.luvani-collection-shell ul.products li.product .button:focus-visible {
  background: linear-gradient(135deg, #fff2c9, #d8ae5d) !important;
  color: #080706 !important;
}

@media (max-width: 1180px) {
  .luvani-collection-shell .luvani-archive-hero {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 380px);
  }

  .luvani-collection-shell ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .luvani-collection-shell ul.products li.product img {
    height: clamp(500px, 50vw, 680px) !important;
  }
}

@media (max-width: 760px) {
  .luvani-collection-shell {
    padding: 24px 14px 76px !important;
  }

  .luvani-collection-shell .luvani-archive-hero {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .luvani-collection-shell .luvani-archive-copy {
    padding: 30px 22px;
  }

  .luvani-collection-shell .luvani-archive-copy h1 {
    font-size: clamp(3rem, 17vw, 4.8rem);
  }

  .luvani-collection-shell .luvani-archive-media {
    min-height: 300px;
  }

  .luvani-collection-shell .woocommerce-result-count,
  .luvani-collection-shell .woocommerce-ordering {
    float: none !important;
    display: flex;
    width: 100%;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .luvani-collection-shell .woocommerce-ordering select {
    width: 100%;
  }

  .luvani-collection-shell ul.products {
    grid-template-columns: 1fr !important;
  }

  .luvani-collection-shell ul.products li.product img {
    height: clamp(420px, 122vw, 620px) !important;
  }
}

/* Tighter single-product top section */
body.single-product .woocommerce-shell {
  padding-top: clamp(28px, 4vw, 52px);
  background:
    linear-gradient(180deg, rgba(8, 7, 6, 0) 0 220px, #f8efe4 220px 100%),
    linear-gradient(135deg, #fffaf2, #efe1cf);
}

body.single-product .woocommerce-shell::before {
  height: 285px;
}

body.single-product.woocommerce div.product,
body.single-product .woocommerce div.product {
  grid-template-columns: minmax(390px, 500px) minmax(360px, 440px);
  gap: clamp(28px, 3.8vw, 52px);
  max-width: 1010px;
}

body.single-product .woocommerce-product-gallery {
  width: min(100%, 500px);
  max-width: 500px;
  padding: 10px;
}

body.single-product .woocommerce-product-gallery__image img {
  height: clamp(390px, 34vw, 500px);
}

body.single-product .woocommerce-product-gallery.luvani-gallery-using-small-source .woocommerce-product-gallery__image img {
  height: auto;
  max-height: clamp(390px, 34vw, 500px);
}

body.single-product .woocommerce-product-gallery .flex-viewport {
  max-height: 500px;
}

body.single-product .woocommerce div.product div.images .flex-control-thumbs {
  gap: 5px;
  padding-top: 6px;
}

body.single-product .woocommerce div.product div.images .flex-control-thumbs img {
  height: 54px;
}

body.single-product .summary.entry-summary {
  width: min(100%, 440px);
  min-height: 0;
  gap: 12px;
  padding: clamp(24px, 2.5vw, 34px);
}

body.single-product .summary.entry-summary::after {
  right: 14px;
  bottom: 14px;
  left: 14px;
}

body.single-product.woocommerce div.product .product_title,
body.single-product .woocommerce div.product .product_title {
  font-size: clamp(2.75rem, 3.5vw, 4.15rem);
  line-height: 0.94;
}

body.single-product.woocommerce div.product p.price,
body.single-product.woocommerce div.product span.price,
body.single-product .woocommerce div.product p.price,
body.single-product .woocommerce div.product span.price {
  margin: 4px 0 14px;
  font-size: 1.12rem;
}

body.single-product .luvani-product-note {
  gap: 10px;
  margin-top: 8px;
  padding-top: 14px;
}

body.single-product .luvani-product-note p {
  max-width: 34em;
  font-size: 0.9rem;
  line-height: 1.55;
}

body.single-product .luvani-product-services {
  gap: 8px;
  margin-top: 10px;
}

body.single-product .luvani-product-service {
  min-height: 72px;
  padding: 12px 14px;
}

body.single-product .variations_form table.variations select,
body.single-product .quantity .qty {
  min-height: 46px;
}

body.single-product .woocommerce-variation-add-to-cart,
body.single-product.woocommerce div.product form.cart:not(.variations_form),
body.single-product .woocommerce div.product form.cart:not(.variations_form) {
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 10px;
}

@media (max-width: 1180px) {
  body.single-product.woocommerce div.product,
  body.single-product .woocommerce div.product {
    grid-template-columns: minmax(360px, 470px) minmax(340px, 420px);
    max-width: 930px;
  }

  body.single-product .woocommerce-product-gallery {
    max-width: 470px;
  }

  body.single-product .woocommerce-product-gallery__image img {
    height: clamp(370px, 38vw, 470px);
  }

  body.single-product .woocommerce-product-gallery .flex-viewport {
    max-height: 470px;
  }
}

@media (max-width: 980px) {
  body.single-product.woocommerce div.product,
  body.single-product .woocommerce div.product {
    grid-template-columns: 1fr;
    max-width: 560px;
  }

  body.single-product .woocommerce-product-gallery,
  body.single-product .summary.entry-summary,
  body.single-product .woocommerce-tabs {
    max-width: 560px;
  }

  body.single-product .woocommerce-product-gallery__image img {
    height: clamp(360px, 76vw, 520px);
  }

  body.single-product .woocommerce-product-gallery .flex-viewport {
    max-height: 520px;
  }
}

@media (max-width: 720px) {
  body.single-product .woocommerce-shell {
    padding-top: 22px;
  }

  body.single-product .woocommerce-product-gallery__image img {
    height: clamp(320px, 94vw, 470px);
  }

  body.single-product .summary.entry-summary {
    padding: 22px;
  }

body.single-product.woocommerce div.product .product_title,
body.single-product .woocommerce div.product .product_title {
    font-size: clamp(2.35rem, 13vw, 3.25rem);
  }
}

/* Luxury related products */
body.single-product .related.products,
body.single-product .upsells.products {
  grid-column: 1 / -1;
  justify-self: center;
  position: relative;
  clear: both;
  width: min(100%, 1240px);
  margin: clamp(54px, 7vw, 108px) auto 0 !important;
  padding: clamp(28px, 4vw, 54px);
  border: 1px solid rgba(216, 174, 93, 0.42);
  background:
    linear-gradient(90deg, rgba(216, 174, 93, 0.13), transparent 30%, rgba(255, 250, 242, 0.04)),
    linear-gradient(135deg, #080706 0%, #19110c 56%, #080706 100%);
  box-shadow: 0 38px 110px rgba(18, 15, 13, 0.26);
  overflow: hidden;
}

body.single-product .related.products::before,
body.single-product .upsells.products::before {
  position: absolute;
  right: clamp(18px, 6vw, 90px);
  bottom: -0.16em;
  content: "Luvani";
  color: rgba(255, 250, 242, 0.035);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(7rem, 15vw, 16rem);
  font-weight: 700;
  line-height: 0.8;
  pointer-events: none;
}

body.single-product .related.products::after,
body.single-product .upsells.products::after {
  position: absolute;
  top: 0;
  right: clamp(22px, 5vw, 76px);
  left: clamp(22px, 5vw, 76px);
  height: 3px;
  content: "";
  background: linear-gradient(90deg, #d8ae5d, #fff2c9 42%, transparent);
}

body.single-product .related.products > h2,
body.single-product .upsells.products > h2 {
  position: relative;
  z-index: 1;
  max-width: 720px;
  margin: 0 0 clamp(24px, 3vw, 40px) !important;
  color: var(--ivory);
  font-size: clamp(3.1rem, 5.8vw, 6rem);
  line-height: 0.88;
  letter-spacing: 0;
  text-shadow: 0 18px 46px rgba(0, 0, 0, 0.38);
}

body.single-product .related.products > h2::after,
body.single-product .upsells.products > h2::after {
  display: block;
  width: min(100%, 360px);
  height: 1px;
  margin-top: 22px;
  content: "";
  background: linear-gradient(90deg, rgba(216, 174, 93, 0.72), transparent);
}

body.single-product .related.products ul.products,
body.single-product .upsells.products ul.products {
  position: relative;
  z-index: 1;
  clear: both;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: clamp(16px, 2vw, 26px) !important;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
}

body.single-product .related.products ul.products::before,
body.single-product .related.products ul.products::after,
body.single-product .upsells.products ul.products::before,
body.single-product .upsells.products ul.products::after {
  display: none !important;
}

body.single-product .related.products ul.products li.product,
body.single-product .upsells.products ul.products li.product {
  position: relative;
  float: none !important;
  width: auto !important;
  min-width: 0;
  margin: 0 !important;
  padding: 10px 10px 16px !important;
  border: 1px solid rgba(216, 174, 93, 0.36);
  background:
    linear-gradient(180deg, #fffaf2, #f1e1cf),
    var(--ivory);
  box-shadow: 0 24px 62px rgba(0, 0, 0, 0.18);
  overflow: hidden;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

body.single-product .related.products ul.products li.product:hover,
body.single-product .related.products ul.products li.product:focus-within,
body.single-product .upsells.products ul.products li.product:hover,
body.single-product .upsells.products ul.products li.product:focus-within {
  border-color: rgba(241, 200, 113, 0.82);
  box-shadow: 0 32px 86px rgba(0, 0, 0, 0.28);
  transform: translateY(-5px);
}

body.single-product .related.products ul.products li.product a.woocommerce-LoopProduct-link,
body.single-product .upsells.products ul.products li.product a.woocommerce-LoopProduct-link {
  display: grid;
  gap: 12px;
  color: inherit;
  text-decoration: none;
}

body.single-product .related.products ul.products li.product img,
body.single-product .upsells.products ul.products li.product img {
  display: block;
  width: 100% !important;
  height: clamp(285px, 20vw, 380px) !important;
  margin: 0 !important;
  border: 1px solid rgba(18, 15, 13, 0.16);
  object-fit: cover;
  object-position: center top;
  filter: contrast(1.04) saturate(1.04);
  transition: filter 180ms ease, transform 220ms ease;
}

body.single-product .related.products ul.products li.product:hover img,
body.single-product .related.products ul.products li.product:focus-within img,
body.single-product .upsells.products ul.products li.product:hover img,
body.single-product .upsells.products ul.products li.product:focus-within img {
  filter: contrast(1.08) saturate(1.07);
  transform: scale(1.018);
}

body.single-product .related.products ul.products li.product .woocommerce-loop-product__title,
body.single-product .upsells.products ul.products li.product .woocommerce-loop-product__title {
  min-height: 0;
  margin: 2px 4px 0 !important;
  padding: 0 !important;
  color: var(--ink);
  font-size: clamp(1.45rem, 1.65vw, 2rem) !important;
  line-height: 0.98;
}

body.single-product .related.products ul.products li.product .price,
body.single-product .upsells.products ul.products li.product .price {
  display: block;
  margin: 0 4px !important;
  color: #b3852f !important;
  font-size: 1.02rem !important;
  font-weight: 900 !important;
}

body.single-product .related.products ul.products li.product .button,
body.single-product .upsells.products ul.products li.product .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 8px);
  min-height: 48px;
  margin: 14px 4px 0 !important;
  border: 1px solid rgba(18, 15, 13, 0.94);
  background: #0b0806 !important;
  color: var(--ivory) !important;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}

body.single-product .related.products ul.products li.product .button:hover,
body.single-product .related.products ul.products li.product .button:focus-visible,
body.single-product .upsells.products ul.products li.product .button:hover,
body.single-product .upsells.products ul.products li.product .button:focus-visible {
  border-color: #f1c871;
  background: linear-gradient(135deg, #fff2c9, #d8ae5d) !important;
  color: #080706 !important;
}

@media (max-width: 1180px) {
  body.single-product .related.products ul.products,
  body.single-product .upsells.products ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.single-product .related.products ul.products li.product img,
  body.single-product .upsells.products ul.products li.product img {
    height: clamp(360px, 42vw, 520px) !important;
  }
}

@media (max-width: 720px) {
  body.single-product .related.products,
  body.single-product .upsells.products {
    padding: 24px 14px 18px;
  }

  body.single-product .related.products > h2,
  body.single-product .upsells.products > h2 {
    font-size: clamp(2.8rem, 15vw, 4.4rem);
  }

  body.single-product .related.products ul.products,
  body.single-product .upsells.products ul.products {
    grid-template-columns: 1fr !important;
  }

  body.single-product .related.products ul.products li.product img,
  body.single-product .upsells.products ul.products li.product img {
    height: clamp(360px, 116vw, 560px) !important;
  }
}

/* Related products layout hard reset */
body.single-product section.related.products,
body.single-product section.upsells.products,
body.single-product .woocommerce section.related.products,
body.single-product .woocommerce section.upsells.products {
  display: block !important;
  max-width: 1120px;
}

body.single-product section.related.products > h2,
body.single-product section.upsells.products > h2 {
  display: block !important;
  width: min(100%, 650px);
  margin-bottom: clamp(28px, 3.6vw, 46px) !important;
}

body.single-product section.related.products > ul.products,
body.single-product section.upsells.products > ul.products,
body.single-product .woocommerce section.related.products > ul.products,
body.single-product .woocommerce section.upsells.products > ul.products,
body.single-product .woocommerce div.product section.related.products > ul.products,
body.single-product .woocommerce div.product section.upsells.products > ul.products {
  float: none !important;
  clear: both !important;
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 210px), 1fr)) !important;
  align-items: stretch !important;
  justify-items: stretch !important;
  gap: clamp(18px, 2.2vw, 30px) !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
}

body.single-product section.related.products > ul.products > li.product,
body.single-product section.upsells.products > ul.products > li.product,
body.single-product .woocommerce section.related.products > ul.products > li.product,
body.single-product .woocommerce section.upsells.products > ul.products > li.product,
body.single-product .woocommerce div.product section.related.products > ul.products > li.product,
body.single-product .woocommerce div.product section.upsells.products > ul.products > li.product {
  float: none !important;
  clear: none !important;
  display: flex !important;
  flex-direction: column !important;
  justify-self: stretch !important;
  align-self: stretch !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  min-height: 100% !important;
  margin: 0 !important;
  transform-origin: center bottom;
}

body.single-product section.related.products > ul.products > li.product > a.woocommerce-LoopProduct-link,
body.single-product section.upsells.products > ul.products > li.product > a.woocommerce-LoopProduct-link,
body.single-product .woocommerce section.related.products > ul.products > li.product > a.woocommerce-LoopProduct-link,
body.single-product .woocommerce section.upsells.products > ul.products > li.product > a.woocommerce-LoopProduct-link {
  display: grid !important;
  grid-template-rows: auto 1fr auto;
  gap: 12px !important;
  width: 100% !important;
}

body.single-product section.related.products > ul.products > li.product img,
body.single-product section.upsells.products > ul.products > li.product img,
body.single-product .woocommerce section.related.products > ul.products > li.product img,
body.single-product .woocommerce section.upsells.products > ul.products > li.product img {
  width: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;
  height: clamp(300px, 23vw, 390px) !important;
  aspect-ratio: 3 / 4 !important;
  object-fit: cover !important;
  object-position: center top !important;
}

body.single-product section.related.products > ul.products > li.product .button,
body.single-product section.upsells.products > ul.products > li.product .button {
  margin-top: auto !important;
  white-space: normal;
}

/* Wide single-product editorial sections */
body.single-product .woocommerce-shell {
  padding-right: clamp(18px, 3.5vw, 58px) !important;
  padding-left: clamp(18px, 3.5vw, 58px) !important;
}

body.single-product.woocommerce div.product,
body.single-product .woocommerce div.product {
  grid-template-columns: minmax(520px, 760px) minmax(420px, 590px) !important;
  justify-content: center;
  gap: clamp(38px, 5vw, 92px) !important;
  width: min(100%, 1560px) !important;
  max-width: 1560px !important;
}

body.single-product .woocommerce-product-gallery {
  justify-self: stretch;
  width: 100% !important;
  max-width: 760px !important;
}

body.single-product .summary.entry-summary {
  justify-self: stretch;
  width: 100% !important;
  max-width: 590px !important;
}

body.single-product .woocommerce-product-gallery__image img {
  height: clamp(470px, 42vw, 690px) !important;
}

body.single-product .woocommerce-product-gallery .flex-viewport {
  max-height: 690px !important;
}

body.single-product .woocommerce-tabs {
  width: min(100%, 1560px) !important;
  max-width: 1560px !important;
  padding: clamp(34px, 4vw, 58px) !important;
}

body.single-product.woocommerce div.product .woocommerce-tabs .panel,
body.single-product .woocommerce div.product .woocommerce-tabs .panel {
  max-width: none !important;
}

body.single-product section.related.products,
body.single-product section.upsells.products,
body.single-product .woocommerce section.related.products,
body.single-product .woocommerce section.upsells.products {
  width: min(100%, 1560px) !important;
  max-width: 1560px !important;
  padding: clamp(34px, 4.5vw, 66px) !important;
}

body.single-product section.related.products > ul.products,
body.single-product section.upsells.products > ul.products,
body.single-product .woocommerce section.related.products > ul.products,
body.single-product .woocommerce section.upsells.products > ul.products,
body.single-product .woocommerce div.product section.related.products > ul.products,
body.single-product .woocommerce div.product section.upsells.products > ul.products {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: clamp(22px, 2.5vw, 38px) !important;
}

body.single-product section.related.products > ul.products > li.product img,
body.single-product section.upsells.products > ul.products > li.product img,
body.single-product .woocommerce section.related.products > ul.products > li.product img,
body.single-product .woocommerce section.upsells.products > ul.products > li.product img {
  height: clamp(360px, 25vw, 500px) !important;
}

body.single-product .related.products ul.products li.product .woocommerce-loop-product__title,
body.single-product .upsells.products ul.products li.product .woocommerce-loop-product__title {
  font-size: clamp(1.65rem, 1.8vw, 2.35rem) !important;
}

@media (max-width: 1180px) {
  body.single-product.woocommerce div.product,
  body.single-product .woocommerce div.product {
    grid-template-columns: minmax(0, 1fr) !important;
    width: min(100%, 760px) !important;
    max-width: 760px !important;
  }

  body.single-product .woocommerce-product-gallery,
  body.single-product .summary.entry-summary,
  body.single-product .woocommerce-tabs {
    max-width: 760px !important;
  }

  body.single-product section.related.products > ul.products,
  body.single-product section.upsells.products > ul.products,
  body.single-product .woocommerce section.related.products > ul.products,
  body.single-product .woocommerce section.upsells.products > ul.products,
  body.single-product .woocommerce div.product section.related.products > ul.products,
  body.single-product .woocommerce div.product section.upsells.products > ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 720px) {
  body.single-product section.related.products > ul.products,
  body.single-product section.upsells.products > ul.products,
  body.single-product .woocommerce section.related.products > ul.products,
  body.single-product .woocommerce section.upsells.products > ul.products,
  body.single-product .woocommerce div.product section.related.products > ul.products,
  body.single-product .woocommerce div.product section.upsells.products > ul.products {
    grid-template-columns: 1fr !important;
  }
}

/* Single product thumbnail gallery slider */
body.single-product .woocommerce div.product div.images .flex-control-thumbs {
  display: flex !important;
  grid-template-columns: none !important;
  gap: 10px !important;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

body.single-product .woocommerce div.product div.images .flex-control-thumbs::-webkit-scrollbar {
  display: none;
}

body.single-product .woocommerce div.product div.images .flex-control-thumbs li {
  flex: 0 0 clamp(92px, 8vw, 132px) !important;
  width: clamp(92px, 8vw, 132px) !important;
  margin: 0 !important;
  border: 1px solid rgba(216, 174, 93, 0.28);
  background: rgba(255, 250, 242, 0.72);
  scroll-snap-align: start;
}

body.single-product .woocommerce div.product div.images .flex-control-thumbs img {
  display: block;
  width: 100% !important;
  height: clamp(112px, 9vw, 156px) !important;
  object-fit: cover;
  object-position: center top;
  opacity: 0.72;
  filter: contrast(1.03) saturate(1.03);
  transition: opacity 180ms ease, filter 180ms ease, transform 180ms ease;
}

body.single-product .woocommerce div.product div.images .flex-control-thumbs img.flex-active,
body.single-product .woocommerce div.product div.images .flex-control-thumbs img:hover,
body.single-product .woocommerce div.product div.images .flex-control-thumbs img:focus-visible {
  opacity: 1;
  filter: contrast(1.08) saturate(1.08);
  transform: none;
}

body.single-product .luvani-thumb-slider {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) 38px;
  align-items: center;
  gap: 8px;
  width: 100%;
  margin-top: 10px;
}

body.single-product .luvani-thumb-slider-viewport {
  min-width: 0;
  overflow: hidden;
}

body.single-product .luvani-thumb-slider-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 72px;
  border: 1px solid rgba(216, 174, 93, 0.42);
  background:
    linear-gradient(135deg, rgba(255, 242, 201, 0.16), rgba(216, 174, 93, 0.06)),
    #120d09;
  color: #f1c871;
  cursor: pointer;
  font-family: "Cormorant Garamond", serif;
  font-size: 2.3rem;
  line-height: 1;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, opacity 180ms ease;
}

body.single-product .luvani-thumb-slider-button:hover,
body.single-product .luvani-thumb-slider-button:focus-visible {
  border-color: #f1c871;
  background: linear-gradient(135deg, #fff2c9, #d8ae5d);
  color: #080706;
}

body.single-product .luvani-thumb-slider-button:disabled {
  cursor: default;
  opacity: 0.32;
}

body.single-product .luvani-thumb-slider:not(.is-scrollable) .luvani-thumb-slider-button {
  visibility: hidden;
}

@media (max-width: 720px) {
  body.single-product .luvani-thumb-slider {
    grid-template-columns: 34px minmax(0, 1fr) 34px;
    gap: 6px;
  }

  body.single-product .luvani-thumb-slider-button {
    width: 34px;
    height: 62px;
    font-size: 2rem;
  }

  body.single-product .woocommerce div.product div.images .flex-control-thumbs li {
    flex-basis: 86px !important;
    width: 86px !important;
  }

  body.single-product .woocommerce div.product div.images .flex-control-thumbs img {
    height: 108px !important;
  }
}

/* Force product thumbnails into one carousel row */
body.single-product .woocommerce-product-gallery .luvani-thumb-slider {
  clear: both;
  display: grid !important;
  grid-template-columns: 42px minmax(0, 1fr) 42px !important;
  align-items: center;
  width: 100%;
  margin-top: 12px;
}

body.single-product .woocommerce-product-gallery .luvani-thumb-slider-viewport {
  min-width: 0;
  width: 100%;
  overflow: hidden;
}

body.single-product .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs,
body.single-product .woocommerce-product-gallery .flex-control-thumbs,
body.single-product .woocommerce-product-gallery .luvani-thumb-slider-track {
  float: none !important;
  clear: both !important;
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  grid-template-columns: none !important;
  align-items: stretch !important;
  justify-content: flex-start !important;
  gap: 10px !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  list-style: none !important;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

body.single-product .woocommerce-product-gallery > .flex-control-nav.flex-control-thumbs,
body.single-product .woocommerce-product-gallery > .flex-control-thumbs {
  margin-top: 12px !important;
}

body.single-product .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs::-webkit-scrollbar,
body.single-product .woocommerce-product-gallery .flex-control-thumbs::-webkit-scrollbar {
  display: none;
}

body.single-product .woocommerce-product-gallery .flex-control-thumbs > li {
  float: none !important;
  display: block !important;
  flex: 0 0 clamp(104px, 9vw, 148px) !important;
  width: clamp(104px, 9vw, 148px) !important;
  max-width: clamp(104px, 9vw, 148px) !important;
  margin: 0 !important;
  scroll-snap-align: start;
}

body.single-product .woocommerce-product-gallery .flex-control-thumbs > li img {
  width: 100% !important;
  height: clamp(126px, 10vw, 172px) !important;
  object-fit: cover !important;
  object-position: center top !important;
}

@media (max-width: 720px) {
  body.single-product .woocommerce-product-gallery .luvani-thumb-slider {
    grid-template-columns: 36px minmax(0, 1fr) 36px !important;
  }

  body.single-product .woocommerce-product-gallery .flex-control-thumbs > li {
    flex-basis: 88px !important;
    width: 88px !important;
    max-width: 88px !important;
  }

  body.single-product .woocommerce-product-gallery .flex-control-thumbs > li img {
    height: 112px !important;
  }
}

/* Full-frame single-product gallery images */
body.single-product .woocommerce-product-gallery {
  --luvani-product-gallery-frame: clamp(430px, 39vw, 660px);
}

body.single-product .woocommerce-product-gallery .flex-viewport {
  height: auto !important;
  min-height: var(--luvani-product-gallery-frame) !important;
  max-height: none !important;
  overflow: hidden !important;
}

body.single-product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper,
body.single-product .woocommerce-product-gallery .woocommerce-product-gallery__image,
body.single-product .woocommerce-product-gallery .woocommerce-product-gallery__image a {
  min-height: var(--luvani-product-gallery-frame) !important;
}

body.single-product .woocommerce-product-gallery .woocommerce-product-gallery__image,
body.single-product .woocommerce-product-gallery .woocommerce-product-gallery__image a {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

body.single-product .woocommerce-product-gallery__image img,
body.single-product .woocommerce-product-gallery .wp-post-image,
body.single-product .woocommerce-product-gallery .flex-active-slide img {
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: var(--luvani-product-gallery-frame) !important;
  object-fit: contain !important;
  object-position: center center !important;
}

body.single-product .woocommerce-product-gallery .zoomImg {
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: var(--luvani-product-gallery-frame) !important;
  object-fit: contain !important;
}

@media (max-width: 720px) {
  body.single-product .woocommerce-product-gallery {
    --luvani-product-gallery-frame: clamp(330px, 92vw, 540px);
  }
}
