:root {
  --lilac: #4a1f73;
  --lilac-dark: #3a175c;
  --lilac-soft: #f3eef6;
  --lilac-wash: #f7f4f8;
  --on-lilac: #ffffff;
  --white: #ffffff;
  --ink: #1c1524;
	--muted: #534b5c;
  --mist: #f6f3f0;
  --line: #e7e1dc;
  --dark: #161018;
  --page: #f6f3f0;
	--sale: #9b2e63;
  --radius: 20px;
  --shadow: 0 16px 40px rgba(28, 21, 36, 0.08);
  --shadow-soft: 0 8px 22px rgba(28, 21, 36, 0.06);
  --font-display: Georgia, "Palatino Linotype", Palatino, "Times New Roman", Times, serif;
  --font-body: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --max: 1180px;
  --header-h: 88px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

::selection {
  background: var(--lilac);
  color: var(--on-lilac);
}

body {
  margin: 0;
  background-color: var(--page);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  position: relative;
  isolation: isolate;
}

body::before,
body::after {
  content: "";
  position: fixed;
  inset: -15%;
  z-index: -2;
  pointer-events: none;
}

body::before {
  background:
    radial-gradient(closest-side, rgba(74, 31, 115, 0.08), transparent 72%) 12% 0% / 48vw 48vw no-repeat,
    radial-gradient(closest-side, rgba(196, 92, 138, 0.06), transparent 72%) 90% 10% / 38vw 38vw no-repeat,
    radial-gradient(closest-side, rgba(74, 31, 115, 0.06), transparent 72%) 78% 92% / 42vw 42vw no-repeat;
  animation: aurora 22s ease-in-out infinite alternate;
  filter: none;
}

body::after {
  z-index: -1;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='80' height='80' filter='url(%23n)' opacity='.18'/%3E%3C/svg%3E");
  opacity: 0.08;
  mix-blend-mode: multiply;
}

@keyframes aurora {
  from { transform: translate3d(-2%, -1%, 0) scale(1); }
  to { transform: translate3d(3%, 4%, 0) scale(1.08); }
}

@keyframes rise {
  from { opacity: 0; transform: translateY(22px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes shine {
  to { transform: translateX(140%); }
}

@keyframes kenburns {
  from { transform: scale(1); }
  to { transform: scale(1.08); }
}

@keyframes twinkle {
  0%, 100% { opacity: 0.15; transform: scale(0.7); }
  50% { opacity: 1; transform: scale(1.15); }
}

@keyframes glow {
  0%, 100% { box-shadow: 0 8px 24px rgba(74, 31, 115, 0.1); }
  50% { box-shadow: 0 14px 40px rgba(74, 31, 115, 0.32); }
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
}

a:hover {
  color: var(--lilac);
}

h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 600;
  line-height: 1.15;
  margin: 0 0 0.55em;
  color: var(--ink);
  letter-spacing: -0.02em;
}

p {
  margin: 0 0 1em;
}

.container {
  width: min(calc(100% - 2.5rem), var(--max));
  margin-inline: auto;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  word-wrap: normal;
  border: 0;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -100px;
  z-index: 1000;
  background: var(--lilac);
  color: var(--on-lilac);
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
}

.skip-link:focus,
.skip-link:focus-visible {
  top: 1rem;
  color: var(--on-lilac);
  outline: 3px solid #fff;
  outline-offset: 3px;
}

:focus-visible {
  outline: 3px solid var(--lilac);
  outline-offset: 3px;
}

.site-footer :focus-visible,
.skip-link:focus-visible {
  outline-color: #fff;
}

.btn,
.button,
button.button,
a.button,
input[type="submit"],
button[type="submit"],
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #place_order,
.woocommerce a.checkout-button,
.woocommerce button.alt,
.woocommerce input.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.75rem 1.6rem;
  border: 0;
  border-radius: 999px;
  background: var(--lilac);
  color: var(--on-lilac);
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(74, 31, 115, 0.18);
  text-shadow: none;
  transition: background 0.2s ease, transform 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.btn::after,
.button::after,
button.button::after,
a.button::after,
input[type="submit"]::after,
button[type="submit"]::after,
.woocommerce a.button::after,
.woocommerce button.button::after,
.woocommerce input.button::after,
.woocommerce a.checkout-button::after,
.woocommerce a.button.alt::after,
.woocommerce button.button.alt::after {
  display: none;
}

.btn:hover,
.button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #place_order:hover,
.woocommerce a.checkout-button:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background: var(--lilac-dark);
  color: var(--white);
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(74, 31, 115, 0.22);
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce #place_order,
.woocommerce a.checkout-button,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce a.button.alt {
  background: var(--lilac) !important;
  color: var(--on-lilac) !important;
  border: 0 !important;
  text-shadow: none !important;
  box-shadow: 0 8px 20px rgba(74, 31, 115, 0.18) !important;
  border-radius: 999px !important;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #place_order:hover,
.woocommerce a.checkout-button:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce a.button.alt:hover {
  background: var(--lilac-dark) !important;
  color: #fff !important;
  box-shadow: 0 12px 24px rgba(74, 31, 115, 0.22) !important;
  transform: translateY(-1px);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(246, 243, 240, 0.96);
  border-bottom: 1px solid transparent;
  box-shadow: none;
  transition: background 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

body.nav-open .site-header {
  z-index: 90;
}

.site-header.is-stuck {
  background: rgba(246, 243, 240, 0.97);
  border-bottom-color: var(--line);
  box-shadow: var(--shadow-soft);
}

.header-inner {
  min-height: var(--header-h);
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.brand {
  margin-right: auto;
}

.site-logo {
  display: inline-flex;
  align-items: center;
  transition: opacity 0.22s ease, transform 0.22s ease;
}

.site-logo:hover {
  opacity: 0.82;
  transform: translateY(-1px);
}

.site-header .custom-logo,
.site-logo img {
  height: 68px;
  width: auto;
  filter: brightness(0);
}

.site-nav .menu {
  display: flex;
  align-items: center;
  gap: 0.35rem 1.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-nav a,
.header-link {
  position: relative;
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  transition: color 0.2s ease;
}

.site-nav .menu > li > a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -7px;
  height: 2px;
  border-radius: 99px;
  background: currentColor;
  transform: scaleX(0);
  transition: transform 0.22s ease;
}

.site-nav a:hover,
.site-nav .current-menu-item > a,
.site-nav .current-menu-ancestor > a {
  color: var(--lilac);
}

.site-nav .menu > li > a:hover::before,
.site-nav .current-menu-item > a::before,
.site-nav .current-menu-ancestor > a::before {
  transform: scaleX(1);
}

.site-nav .menu-item-has-children {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.site-nav .menu-item-has-children > a {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.site-nav .menu-item-has-children > a::after {
  content: "";
  width: 7px;
  height: 7px;
  margin-top: -3px;
  border-right: 1.6px solid currentColor;
  border-bottom: 1.6px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.22s ease;
}

.site-nav .menu-item-has-children:hover > a::after,
.site-nav .menu-item-has-children:focus-within > a::after {
  transform: rotate(225deg);
  margin-top: 2px;
}

.site-nav .sub-menu {
  position: absolute;
  top: calc(100% + 0.85rem);
  left: -0.7rem;
  min-width: 248px;
  margin: 0;
  padding: 0.5rem;
  list-style: none;
  background: #fffcfa;
  border: 1px solid rgba(74, 31, 115, 0.1);
  border-radius: 18px;
  box-shadow: 0 22px 48px rgba(28, 21, 36, 0.14);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease;
  pointer-events: none;
  z-index: 30;
}

.site-nav .sub-menu::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  height: 1.05rem;
}

.site-nav .sub-menu::after {
  content: "";
  position: absolute;
  top: -5px;
  left: 1.7rem;
  width: 10px;
  height: 10px;
  background: #fffcfa;
  border-left: 1px solid rgba(74, 31, 115, 0.1);
  border-top: 1px solid rgba(74, 31, 115, 0.1);
  transform: rotate(45deg);
}

.site-nav .sub-menu::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  height: 1.05rem;
}

.site-nav .sub-menu::after {
  content: "";
  position: absolute;
  top: -6px;
  left: 1.55rem;
  width: 12px;
  height: 12px;
  background: #fffcfa;
  border-left: 1px solid rgba(74, 31, 115, 0.1);
  border-top: 1px solid rgba(74, 31, 115, 0.1);
  transform: rotate(45deg);
}

.site-nav .menu-item-has-children:hover > .sub-menu,
.site-nav .menu-item-has-children:focus-within > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: none;
  pointer-events: auto;
}

.site-nav .sub-menu a {
  display: flex;
  align-items: center;
  padding: 0.72rem 0.95rem;
  border-radius: 12px;
  letter-spacing: 0.08em;
  font-size: 0.72rem;
  color: var(--ink);
}

.site-nav .sub-menu li + li {
  margin-top: 0.12rem;
}

.site-nav .sub-menu a:hover,
.site-nav .sub-menu .current-menu-item > a {
  background: var(--lilac);
  color: #fff;
}

.nav-title {
  display: none;
}

.submenu-toggle {
  display: none;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.lang-switch {
  position: relative;
}

.lang-switch__box {
  position: relative;
}

.lang-switch summary {
  list-style: none;
  cursor: pointer;
  min-height: 32px;
  padding: 0.2rem 0.7rem;
  border-radius: 999px;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ink);
}

.lang-switch summary::-webkit-details-marker {
  display: none;
}

.lang-switch summary:hover,
.lang-switch[open] summary {
  background: var(--lilac-soft);
  color: var(--lilac);
}

.lang-switch ul {
  position: absolute;
  right: 0;
  top: calc(100% + 0.35rem);
  z-index: 30;
  min-width: 10rem;
  display: grid;
  gap: 0.15rem;
  list-style: none;
  margin: 0;
  padding: 0.4rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: var(--shadow-soft);
}

.lang-switch a {
  display: flex;
  align-items: center;
  min-height: 32px;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  color: var(--ink);
}

.lang-switch a:hover,
.lang-switch a[aria-current="true"] {
  background: var(--lilac);
  color: #fff;
}

.cart-toggle,
.nav-toggle {
  background: none;
  border: 0;
  color: var(--ink);
  cursor: pointer;
  padding: 0.45rem;
  position: relative;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.icon-btn {
  background: none;
  border: 0;
  color: var(--ink);
  cursor: pointer;
  padding: 0.45rem;
  position: relative;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.cart-toggle {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid var(--line);
}

.cart-toggle:hover,
.nav-toggle:hover {
  background: var(--white);
  color: var(--lilac);
  transform: translateY(-1px);
  box-shadow: var(--shadow-soft);
}

.icon-btn:hover {
  background: var(--lilac-soft);
  color: var(--lilac);
  transform: translateY(-1px);
}

.cart-toggle:hover {
  border-color: var(--lilac);
}

.cart-count {
  position: absolute;
  top: -4px;
  right: -4px;
  min-width: 18px;
  height: 18px;
  border-radius: 99px;
  background: var(--lilac);
  color: var(--on-lilac);
  font-size: 0.65rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 2px var(--page);
}

.cart-count[data-count="0"] {
  display: none;
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  z-index: 91;
}

.nav-toggle__bars,
.nav-toggle__bars::before,
.nav-toggle__bars::after {
  display: block;
  width: 18px;
  height: 1.5px;
  background: currentColor;
  position: relative;
  transition: transform 0.25s ease, top 0.25s ease, background 0.25s ease;
}

.nav-toggle__bars::before,
.nav-toggle__bars::after {
  content: "";
  position: absolute;
  left: 0;
}

.nav-toggle__bars::before { top: -6px; }
.nav-toggle__bars::after { top: 6px; }

body.nav-open .nav-toggle__bars {
  background: transparent;
}

body.nav-open .nav-toggle__bars::before {
  top: 0;
  transform: rotate(45deg);
}

body.nav-open .nav-toggle__bars::after {
  top: 0;
  transform: rotate(-45deg);
}

.nav-overlay {
  position: fixed;
  inset: 0;
  z-index: 70;
  background: rgba(28, 21, 36, 0.35);
  backdrop-filter: blur(6px);
}

.hero-slider {
  position: relative;
  overflow: hidden;
  background: var(--page);
}

.hero-slider::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  background: linear-gradient(transparent, var(--page));
  pointer-events: none;
  z-index: 2;
}

.sparkle-field {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
}

.sparkle-field span {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 12px rgba(124, 62, 186, 0.9);
  animation: twinkle 3.6s ease-in-out infinite;
}

.sparkle-field span:nth-child(1) { top: 18%; left: 12%; animation-delay: 0s; }
.sparkle-field span:nth-child(2) { top: 28%; left: 78%; animation-delay: 0.6s; }
.sparkle-field span:nth-child(3) { top: 62%; left: 18%; animation-delay: 1.1s; }
.sparkle-field span:nth-child(4) { top: 16%; left: 52%; animation-delay: 1.7s; }
.sparkle-field span:nth-child(5) { top: 72%; left: 84%; animation-delay: 0.3s; }
.sparkle-field span:nth-child(6) { top: 44%; left: 8%; animation-delay: 2.1s; }
.sparkle-field span:nth-child(7) { top: 38%; left: 91%; animation-delay: 1.4s; }
.sparkle-field span:nth-child(8) { top: 80%; left: 46%; animation-delay: 0.9s; }

.hero-slider__viewport {
  position: relative;
  min-height: min(72vh, 720px);
  touch-action: pan-y;
}

.hero-slider__track {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hero-slider__slide {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  transition: opacity 0.9s ease;
  pointer-events: none;
}

.hero-slider__slide.is-active {
  opacity: 1;
  pointer-events: auto;
  z-index: 1;
}

.hero-slider__slide img {
  width: 100%;
  height: min(72vh, 720px);
  object-fit: cover;
  object-position: center 35%;
}

.hero-slider__slide.is-active img {
  animation: kenburns 8s ease forwards;
}

.hero-slider__nav {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1rem;
  pointer-events: none;
  z-index: 4;
}

.slider-arrow,
.hero-slider__btn {
  pointer-events: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: var(--lilac);
  color: var(--on-lilac);
  box-shadow: 0 8px 20px rgba(74, 31, 115, 0.22);
  cursor: pointer;
  appearance: none;
  font: inherit;
  line-height: 0;
  overflow: hidden;
  isolation: isolate;
  position: relative;
  transition: transform 0.22s ease, background 0.22s ease, color 0.22s ease, box-shadow 0.22s ease;
}

.slider-arrow::after,
.hero-slider__btn::after {
  display: none;
}

.slider-arrow svg,
.hero-slider__btn svg {
  display: block;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}

.slider-arrow:hover,
.hero-slider__btn:hover {
  background: var(--lilac-dark);
  color: #fff;
  transform: scale(1.05);
  box-shadow: 0 12px 24px rgba(74, 31, 115, 0.28);
}

.slider-arrow:focus-visible,
.hero-slider__btn:focus-visible {
  outline: 2px solid var(--ink);
  outline-offset: 3px;
}

.hero-slider__dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  z-index: 4;
}

.hero-slider__dot {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 0 1px rgba(74, 31, 115, 0.28);
  cursor: pointer;
  transition: width 0.25s ease, background 0.25s ease, transform 0.2s ease;
}

.hero-slider__dot:hover {
  background: #fff;
  transform: scale(1.2);
}

.hero-slider__dot.is-active {
  width: 22px;
  background: var(--lilac);
}

.section {
  padding: 5.5rem 0;
}

.section-title,
.woocommerce-products-header__title,
.page-header h1,
.md-page-title {
  text-align: center;
  font-size: clamp(2.1rem, 4.4vw, 3.2rem);
  font-style: italic;
  font-weight: 500;
  margin: 0 auto 2.2rem;
}

.section-title::after,
.woocommerce-products-header__title::after,
.page-header h1::after {
  content: "";
  display: block;
  width: 56px;
  height: 2px;
  margin: 0.9rem auto 0;
  background: linear-gradient(90deg, transparent, var(--lilac), transparent);
  background-size: 200% 100%;
  animation: shine 2.8s ease-in-out infinite;
}

.products-section {
  background: transparent;
  color: var(--ink);
  border-block: 0;
}

.about-section {
  background: transparent;
}

.newsletter-section {
  background: transparent;
  color: var(--ink);
  border-top: 0;
}

.product-grid,
.woocommerce ul.products,
.woocommerce-page ul.products,
ul.products {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 1.5rem !important;
  width: 100% !important;
  float: none !important;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.product-card {
  width: auto !important;
  float: none !important;
  margin: 0 !important;
  clear: none !important;
}

.product-card,
.woocommerce ul.products li.product {
  background: #fff;
  color: var(--ink);
  border: 1px solid rgba(74, 31, 115, 0.08);
  border-radius: var(--radius);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: transform 0.4s ease, box-shadow 0.4s ease, border-color 0.4s ease;
}

.product-card.is-ready,
.woocommerce ul.products li.product.is-ready {
  animation: rise 0.7s ease var(--delay, 0ms) forwards;
}

.product-card:hover,
.woocommerce ul.products li.product:hover {
  transform: translateY(-10px) scale(1.015);
  box-shadow: 0 22px 50px rgba(12, 4, 20, 0.28);
  border-color: var(--lilac);
}

.product-card__media {
  position: relative;
  aspect-ratio: 1;
  background: var(--lilac-wash);
  overflow: hidden;
}

.product-card__media img,
.woocommerce ul.products li.product img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.product-card:hover img,
.woocommerce ul.products li.product:hover img {
  transform: scale(1.08);
}

.badge,
.onsale {
  position: absolute;
  top: 0.9rem;
  left: 0.9rem;
  z-index: 5;
  background: var(--white);
  color: var(--sale);
  border-radius: 999px;
  padding: 0.28rem 0.75rem;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  box-shadow: var(--shadow-soft);
}

.badge--sold {
  background: var(--ink);
  color: #fff;
}

.product-card.outofstock .product-card__media img,
.single-darling.outofstock .woocommerce-product-gallery img {
  opacity: 0.72;
  filter: grayscale(0.12);
}

.product-card__body {
  padding: 1.15rem 0.9rem 1.35rem;
  text-align: center;
}

.woocommerce-loop-product__title,
.product-card__body h2 {
  font-family: var(--font-display);
  font-size: 1.28rem;
  font-style: italic;
  font-weight: 500;
  margin: 0 0 0.35rem;
  color: var(--ink);
  transition: color 0.2s ease;
}

.product-card:hover .woocommerce-loop-product__title,
.product-card:hover .product-card__body h2,
.woocommerce ul.products li.product:hover .woocommerce-loop-product__title {
  color: var(--lilac);
}

.price,
.woocommerce ul.products li.product .price,
.woocommerce div.product p.price {
  color: var(--lilac-dark);
  font-weight: 500;
  margin: 0;
  font-size: 0.95rem;
}

.price del {
  color: var(--muted);
  font-weight: 400;
  margin-right: 0.3rem;
}

.price-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}

.product-grid--home .add-btn,
.product-slider .add-btn,
.product-slider .button {
  display: none;
}

.product-slider {
  position: relative;
  padding: 0 3.4rem;
}

.product-slider__nav .slider-arrow,
.product-slider__nav .hero-slider__btn {
  pointer-events: auto;
}

.product-slider__viewport {
  overflow: hidden;
  touch-action: pan-y;
}

.product-slider__track {
  display: flex;
  gap: 1.5rem;
  list-style: none;
  margin: 0;
  padding: 0.4rem 0.2rem 1.2rem;
  transition: transform 0.55s ease;
}

.product-slider__track > .product-card,
.product-slider__track > li {
  flex: 0 0 calc((100% - 4.5rem) / 4);
  width: auto !important;
  float: none !important;
  margin: 0 !important;
}

.product-slider__nav {
  position: absolute;
  inset: 38% 0 auto;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  z-index: 2;
}

.product-slider__nav .hero-slider__btn {
  pointer-events: auto;
}

.product-slider__dots {
  display: flex;
  justify-content: center;
  gap: 0.45rem;
  margin-top: 1.1rem;
}

.product-slider__dots button {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(74, 31, 115, 0.28);
  cursor: pointer;
  transition: width 0.25s ease, background 0.25s ease, transform 0.2s ease;
}

.product-slider__dots button:hover {
  background: var(--lilac);
  transform: scale(1.15);
}

.product-slider__dots button.is-active {
  width: 22px;
  background: var(--lilac);
}

.add-btn,
.woocommerce ul.products li.product .button {
  min-height: 38px;
  padding: 0.45rem 1rem;
  font-size: 0.68rem;
}

.newsletter-form {
  position: relative;
}

.about-box {
  max-width: 720px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid rgba(74, 31, 115, 0.1);
  border-radius: 24px;
  padding: 2.4rem 2.6rem;
  box-shadow: var(--shadow-soft);
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.85;
  transition: transform 0.45s ease, box-shadow 0.45s ease;
}

.about-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 48px rgba(12, 4, 20, 0.22);
}

.about-box p {
  margin: 0 0 1.1em;
}

.about-box > *:last-child,
.about-box p:last-child {
  margin-bottom: 0;
}

.newsletter-form {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.7rem;
  max-width: 560px;
  margin: 0 auto;
  padding: 0.4rem;
  background: var(--white);
  border-radius: 999px;
  box-shadow: var(--shadow-soft);
  border: 1px solid var(--line);
  animation: glow 4.5s ease-in-out infinite;
}

.newsletter-form input[type="email"] {
  flex: 1;
  width: auto;
  min-width: 0;
  border: 0;
  background: transparent;
  padding: 0.85rem 1.1rem;
  box-shadow: none;
}

.newsletter-form input[type="email"]:focus {
  outline: none;
}

.newsletter-honeypot {
  position: absolute;
  left: -5000px;
}

.page-header,
.page-hero {
  padding: 3rem 0 0.2rem;
}

.page-shell,
.prose,
.md-woo {
  padding-bottom: 4.5rem;
}

.prose {
  max-width: 760px;
  background: #fff;
  color: var(--ink);
  border: 1px solid rgba(74, 31, 115, 0.08);
  border-radius: 24px;
  padding: 2rem 2.1rem 2.2rem;
}

.prose h1,
.prose h2,
.prose h3,
.prose h4,
.products-section .section-title,
.newsletter-section .section-title {
  color: var(--ink);
}

.prose a:hover,
.md-commerce a:hover,
.about-box a:hover,
.woocommerce-account .woocommerce a:hover {
  color: var(--lilac);
}

.shop-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin: 0 0 2rem;
  background: #fff;
  color: var(--ink);
  border: 1px solid rgba(74, 31, 115, 0.08);
  border-radius: 999px;
  padding: 0.7rem 1rem;
}

.woocommerce-result-count {
  color: var(--muted);
  margin: 0;
  font-size: 0.9rem;
}

.woocommerce-ordering select,
.input-text,
select,
textarea,
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="number"],
input[type="search"],
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select {
  width: 100%;
  background: var(--white);
  border: 1px solid var(--line);
  color: var(--ink);
  border-radius: 12px;
  padding: 0.9rem 1rem;
  font-family: inherit;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus,
.woocommerce form .form-row select:focus,
.newsletter-form input:focus {
  outline: none;
  border-color: var(--lilac);
  box-shadow: 0 0 0 4px rgba(74, 31, 115, 0.16);
}

.woocommerce-products-header {
  padding-top: 1rem;
}

.single-darling {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 3.5rem;
  align-items: start;
  padding: 2.5rem 0 1.2rem;
}

.single-darling__gallery,
.single-darling__summary {
  position: relative;
  background: #fff;
  color: var(--ink);
  border: 1px solid rgba(74, 31, 115, 0.08);
  border-radius: 28px;
  overflow: hidden;
}

.single-darling__summary {
  padding: 1.8rem 1.7rem 2rem;
}

.woocommerce-product-gallery {
  opacity: 1;
}

.woocommerce-product-gallery img {
  width: 100%;
  height: auto;
}

.flex-control-thumbs {
  display: flex;
  gap: 0.6rem;
  padding: 0.9rem;
  list-style: none;
  margin: 0;
}

.product_title {
  font-size: clamp(2.2rem, 4.4vw, 3.4rem);
  font-style: italic;
  font-weight: 500;
  color: var(--ink);
}

.flex-control-thumbs img {
  width: 68px;
  height: 68px;
  object-fit: cover;
  border-radius: 12px;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.flex-control-thumbs img:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(12, 4, 20, 0.2);
}

.woocommerce div.product p.price {
  font-size: 1.25rem;
  margin: 0.4rem 0 1rem;
}

form.cart {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.7rem;
  margin: 1.4rem 0;
}

.quantity,
.woocommerce .quantity .qty {
  max-width: 5.2rem;
}

.woocommerce .quantity .qty {
  width: 4.4rem;
  padding: 0.7rem;
  text-align: center;
}

.woocommerce-tabs {
  margin: 3rem 0 1rem;
  background: #fff;
  color: var(--ink);
  border-radius: 24px;
  padding: 0.4rem 1.5rem 1.6rem;
}

.woocommerce-tabs ul.tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 1.4rem;
  list-style: none;
  margin: 0 0 1.2rem;
  padding: 0;
  border-bottom: 1px solid var(--line);
}

.woocommerce-tabs ul.tabs a {
  display: inline-block;
  padding: 0.7rem 0;
  color: var(--muted);
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition: color 0.2s ease, box-shadow 0.2s ease;
}

.woocommerce-tabs ul.tabs a:hover {
  color: var(--lilac);
}

.woocommerce-tabs ul.tabs .active a {
  color: var(--ink);
  box-shadow: inset 0 -2px 0 var(--lilac);
}

.related.products > h2,
.upsells.products > h2 {
  font-style: italic;
  font-weight: 500;
  text-align: center;
  margin-bottom: 1.6rem;
  color: var(--ink);
}

.woocommerce-notices-wrapper:empty,
.woocommerce-message:empty,
.woocommerce-info:empty,
.woocommerce-error:empty,
.form-notice:empty,
#payment .payment_box:empty,
.flex-control-thumbs:empty,
.woocommerce-product-rating:empty {
  display: none;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
}

.woocommerce-product-gallery__trigger,
.woocommerce-product-gallery .zoomImg {
  display: none !important;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.form-notice {
  border-radius: 14px;
  padding: 1rem 1.1rem;
  margin: 1rem 0;
  background: var(--lilac-soft);
  border: 1px solid var(--lilac);
  color: var(--ink);
}

.woocommerce-error,
.woocommerce-error li {
  background: #fff4f7;
  border-color: #f3c2d2;
}

.woocommerce ul.woocommerce-error {
  list-style: none;
}

.woocommerce-pagination,
.md-pagination,
ul.page-numbers {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  list-style: none !important;
  margin: 2.8rem auto 0 !important;
  padding: 0 !important;
  width: 100% !important;
  float: none !important;
  grid-template-columns: none !important;
}

.woocommerce-pagination ul,
.md-pagination ul,
ul.page-numbers {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  width: auto !important;
  float: none !important;
}

.woocommerce-pagination li,
.md-pagination li,
ul.page-numbers li {
  display: block !important;
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.woocommerce-pagination a,
.woocommerce-pagination span,
.md-pagination a,
.md-pagination span,
ul.page-numbers a,
ul.page-numbers span {
  display: inline-flex !important;
  min-width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 0.85rem;
  border: 1px solid rgba(74, 31, 115, 0.22) !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: var(--ink) !important;
  text-decoration: none !important;
  box-shadow: none !important;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease !important;
}

.woocommerce-pagination a:hover,
.md-pagination a:hover,
ul.page-numbers a:hover {
  background: var(--lilac) !important;
  border-color: var(--lilac) !important;
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(12, 4, 20, 0.28) !important;
}

.woocommerce-pagination .current,
.md-pagination .current,
ul.page-numbers .current {
  background: var(--lilac) !important;
  border-color: var(--lilac) !important;
  color: var(--on-lilac) !important;
}

.mini-cart-overlay {
  position: fixed;
  inset: 0;
  background: rgba(28, 21, 36, 0.28);
  z-index: 60;
  backdrop-filter: blur(4px);
}

.mini-cart {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 70;
  width: min(100%, 420px);
  height: 100%;
  background: var(--white);
  padding: 1.5rem 1.4rem;
  overflow: auto;
  box-shadow: var(--shadow);
}

.mini-cart-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.6rem;
}

.mini-cart-head h2 {
  font-style: italic;
  font-weight: 500;
  margin: 0;
}

.mini-cart-list {
  list-style: none;
  margin: 1rem 0;
  padding: 0;
  display: grid;
  gap: 1rem;
}

.mini-cart-item a {
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 0.9rem;
  color: var(--ink);
  border-radius: 14px;
  padding: 0.2rem;
  transition: background 0.2s ease, transform 0.2s ease;
}

.mini-cart-item a:hover {
  background: var(--lilac-soft);
  color: var(--lilac);
  transform: translateX(2px);
}

.mini-cart-item img {
  width: 76px;
  height: 76px;
  object-fit: cover;
  border-radius: 14px;
  background: var(--lilac-wash);
}

.mini-cart-item em {
  display: block;
  color: var(--lilac-dark);
  font-style: normal;
}

.mini-cart-total,
.mini-cart-panel .btn {
  width: 100%;
  margin-bottom: 0.55rem;
}

.mini-cart-total {
  display: flex;
  justify-content: space-between;
  font-weight: 600;
  padding: 0.8rem 0;
  border-top: 1px solid var(--line);
}

.site-footer {
  position: relative;
  overflow: hidden;
  background: var(--lilac);
  color: #f6eefc;
  padding: 0;
  border-top: 0;
  box-shadow: none;
}

.site-footer::before {
  display: none;
}

.footer-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(180px, 0.9fr) 1fr 1.1fr;
  gap: 2rem 3.5rem;
  align-items: start;
  padding: 3.2rem 0 2.6rem;
  text-align: left;
}

.footer-brand-block {
  max-width: 240px;
  padding-top: 0.15rem;
}

.footer-logo {
  display: block;
  width: fit-content;
  line-height: 0;
  background: none;
  padding: 0;
  box-shadow: none;
  transition: opacity 0.22s ease;
}

.footer-logo:hover,
.site-footer .footer-logo:hover {
  color: inherit;
  text-decoration: none;
  transform: none;
  opacity: 0.82;
  box-shadow: none;
}

.footer-logo img,
.footer-logo .custom-logo {
  height: 118px;
  width: auto;
  max-width: 220px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.footer-tagline {
  display: none;
}

.footer-nav,
.footer-contact {
  padding-top: 0;
}

.footer-nav .menu {
  display: grid;
  justify-content: start;
  gap: 0.55rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-nav a,
.footer-contact a,
.site-footer a {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, text-decoration-color 0.2s ease;
}

.footer-nav a:hover,
.footer-nav a:focus-visible,
.copyright-text a:hover,
.copyright-text a:focus-visible,
.footer-legal a:hover,
.footer-legal a:focus-visible,
.footer-legal__settings:hover,
.footer-legal__settings:focus-visible {
  color: #fff;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.28em;
}

.footer-nav .menu a:hover {
  transform: translateX(4px);
}

.footer-contact {
  display: grid;
  justify-items: start;
  gap: 0.7rem;
}

.footer-social,
.footer-mail {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.6rem 0.95rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: none;
  color: #fff;
  text-decoration: none;
  transition: transform 0.22s ease, background 0.22s ease, color 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.footer-social:hover,
.footer-mail:hover,
.site-footer .footer-social:hover,
.site-footer .footer-mail:hover,
.site-footer .footer-social:focus-visible,
.site-footer .footer-mail:focus-visible {
  background: rgba(255, 255, 255, 0.22);
  color: #fff;
  text-decoration: none;
  border-color: rgba(255, 255, 255, 0.45);
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(12, 4, 20, 0.22);
}

.footer-mail {
  text-transform: none;
  letter-spacing: 0.02em;
  font-size: 0.9rem;
}

.footer-bottom {
  position: relative;
  z-index: 1;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(20, 8, 32, 0.22);
  padding: 0.95rem 0 1.05rem;
}

.copyright-text {
  margin: 0;
  color: #d7c4ea;
  font-size: 0.84rem;
}

.copyright-text a {
  letter-spacing: 0;
  text-transform: none;
  font-size: inherit;
  color: rgba(255, 255, 255, 0.82);
}

.footer-bottom__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem 1.5rem;
  flex-wrap: wrap;
}

.footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 1rem;
  align-items: center;
}

.footer-legal a,
.footer-legal__settings {
  letter-spacing: 0.04em;
  text-transform: none;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.78);
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  font-family: inherit;
}

.newsletter-legal,
.form-legal {
  margin: 0.85rem 0 0;
  text-align: center;
  color: var(--muted);
  font-size: 0.82rem;
}

.form-legal {
  text-align: left;
}

.cookie-bar {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 80;
  max-width: 920px;
  margin: 0 auto;
  background: #fff;
  color: var(--ink);
  border: 1px solid rgba(74, 31, 115, 0.14);
  border-radius: 22px;
  box-shadow: 0 18px 48px rgba(28, 21, 36, 0.16);
  padding: 1.1rem 1.2rem 1.15rem;
}

html.has-cookie-consent .cookie-bar {
  display: none;
}

.cookie-bar__inner {
  display: flex;
  gap: 1rem 1.4rem;
  align-items: center;
  justify-content: space-between;
}

.cookie-bar__title {
  margin: 0 0 0.25rem;
  font-family: var(--font-display);
  font-size: 1.05rem;
  color: var(--ink);
}

.cookie-bar__text {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.5;
}

.cookie-bar__text a {
  color: var(--lilac);
}

.cookie-bar__actions {
  display: flex;
  flex-shrink: 0;
  gap: 0.55rem;
  align-items: center;
}

.cookie-bar__reject {
  appearance: none;
  border: 1px solid rgba(74, 31, 115, 0.22);
  background: #fff;
  color: var(--ink);
  border-radius: 999px;
  padding: 0.7rem 1.05rem;
  font-family: inherit;
  font-size: 0.86rem;
  cursor: pointer;
}

.cookie-bar__reject:hover {
  border-color: var(--lilac);
  color: var(--lilac);
}

.cookie-bar__accept {
  margin: 0;
}

.contact-form {
  display: grid;
  gap: 0.9rem;
  margin-top: 1.2rem;
  max-width: 560px;
}

.contact-form label {
  display: block;
  margin-bottom: 0.3rem;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}

.search-list {
  list-style: none;
  padding: 0;
}

.search-list li {
  border-bottom: 1px solid var(--line);
  padding: 1rem 0;
}

.empty-note,
.cart-empty,
.mini-cart-empty {
  color: var(--muted);
  text-align: center;
}

.return-to-shop {
  text-align: center;
}

.error-404 {
  min-height: 50vh;
  padding: 5rem 0;
  text-align: center;
}

.woocommerce-cart .woocommerce,
.woocommerce-checkout .woocommerce {
  max-width: none;
}

.md-commerce {
  max-width: var(--max);
  padding-bottom: 4.5rem;
}

.md-commerce .woocommerce {
  display: block;
}

.md-commerce .woocommerce-cart-form {
  display: block;
  min-width: 0;
  background: #fff;
  color: var(--ink);
  border: 1px solid rgba(74, 31, 115, 0.08);
  border-radius: 24px;
  padding: 0.6rem;
  overflow: hidden;
}

.md-commerce .woocommerce:has(.woocommerce-cart-form) {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.85fr);
  gap: 1.6rem 2rem;
  align-items: start;
}

.md-commerce .woocommerce:has(.woocommerce-cart-form) .woocommerce-notices-wrapper,
.md-commerce .woocommerce:has(.woocommerce-cart-form) .woocommerce-info {
  grid-column: 1 / -1;
}

.md-commerce .woocommerce-cart-form {
  grid-column: 1;
}

.md-commerce .cart-collaterals {
  grid-column: 2;
  margin: 0;
}

.md-commerce form.checkout.woocommerce-checkout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.85fr);
  gap: 1.6rem 2rem;
  align-items: start;
}

.md-commerce #customer_details {
  grid-column: 1;
  grid-row: 1 / span 2;
  background: #fff;
  color: var(--ink);
  border: 1px solid rgba(74, 31, 115, 0.08);
  border-radius: 24px;
  padding: 1.5rem 1.4rem 1rem;
}

.md-commerce #order_review_heading {
  grid-column: 2;
  grid-row: 1;
  margin: 0;
  color: var(--ink);
}

.md-commerce #order_review {
  grid-column: 2;
  grid-row: 2;
  position: sticky;
  top: calc(var(--header-h) + 1rem);
}

.md-commerce .col2-set,
.md-commerce .col-1,
.md-commerce .col-2 {
  float: none !important;
  width: 100% !important;
  display: block;
}

.shop-toolbar {
  color: var(--ink);
}

.woocommerce-placeholder {
  background: linear-gradient(145deg, #efe6f7, #e4d4f4) !important;
}

@media (max-width: 980px) {
  .product-grid,
  .woocommerce ul.products,
  .woocommerce-page ul.products,
  ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .md-commerce .woocommerce:has(.woocommerce-cart-form),
  .md-commerce form.checkout.woocommerce-checkout,
  .md-commerce #order_review_heading,
  .md-commerce #order_review,
  .md-commerce #customer_details,
  .md-commerce .woocommerce-cart-form,
  .md-commerce .cart-collaterals {
    grid-column: 1;
    grid-row: auto;
  }

  .md-commerce .woocommerce:has(.woocommerce-cart-form),
  .md-commerce form.checkout.woocommerce-checkout {
    grid-template-columns: 1fr;
  }

  .md-commerce #order_review {
    position: static;
  }
}

@media (max-width: 680px) {
  .product-grid,
  .woocommerce ul.products,
  .woocommerce-page ul.products,
  ul.products {
    grid-template-columns: 1fr !important;
  }

  .shop-toolbar {
    border-radius: 22px;
  }
}

.woocommerce table.shop_table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 20px;
  overflow: hidden;
}

.woocommerce table.shop_table th {
  background: var(--lilac-wash);
  font-size: 0.74rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--muted);
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
  border: 0;
  border-bottom: 1px solid var(--line);
  padding: 1.1rem 1rem;
  text-align: left;
  vertical-align: middle;
}

.woocommerce table.shop_table tr:last-child td {
  border-bottom: 0;
}

.woocommerce table.shop_table img {
  width: 78px;
  height: 78px;
  object-fit: cover;
  border-radius: 14px;
}

.woocommerce a.remove {
  display: inline-flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--sale) !important;
  background: #fff4f7;
  font-size: 1.15rem;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.woocommerce a.remove:hover {
  background: var(--sale);
  color: #fff !important;
  transform: scale(1.08);
}

.woocommerce-cart .woocommerce:has(.woocommerce-cart-form) {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(280px, 0.85fr);
  gap: 2rem;
  align-items: start;
}

.woocommerce-cart-form {
  min-width: 0;
}

.cart-collaterals {
  margin: 0;
}

.cart_totals,
.woocommerce-checkout-review-order,
#order_review {
  border: 1px solid rgba(74, 31, 115, 0.08);
  border-radius: 24px;
  padding: 1.6rem 1.5rem;
  background: #fff;
  color: var(--ink);
}

.cart_totals {
  position: sticky;
  top: calc(var(--header-h) + 1rem);
}

.cart_totals h2,
.woocommerce-billing-fields h3,
.woocommerce-additional-fields h3,
.woocommerce-shipping-fields h3 {
  font-size: 1.7rem;
  font-style: italic;
  font-weight: 500;
  color: var(--ink);
}

.wc-proceed-to-checkout {
  margin-top: 1.1rem;
}

.wc-proceed-to-checkout .checkout-button {
  width: 100%;
}

.coupon {
  display: flex;
  gap: 0.55rem;
  align-items: center;
  flex-wrap: wrap;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
  width: 200px;
  padding: 0.7rem 0.9rem;
}

.woocommerce-cart-form__contents .actions {
  padding: 1rem;
}

.woocommerce-checkout form.woocommerce-checkout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.85fr);
  gap: 2.2rem;
  align-items: start;
}

.woocommerce-checkout .col2-set {
  display: block;
  width: auto;
  float: none;
  margin: 0;
}

.woocommerce-checkout .col-1,
.woocommerce-checkout .col-2 {
  float: none !important;
  width: auto !important;
}

.woocommerce-checkout #order_review_heading {
  margin-top: 0;
}

.woocommerce-checkout #order_review {
  position: sticky;
  top: calc(var(--header-h) + 1rem);
}

.woocommerce-checkout .form-row-first,
.woocommerce-checkout .form-row-last {
  width: 48.5%;
}

.woocommerce-checkout .form-row-first {
  float: left;
}

.woocommerce-checkout .form-row-last {
  float: right;
}

.woocommerce-checkout .form-row-wide {
  clear: both;
}

.woocommerce form .form-row label {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  font-weight: 500;
  color: var(--muted);
}

#payment {
  background: transparent;
}

#payment ul.payment_methods {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
}

#payment .payment_box {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 1rem;
  margin-top: 0.6rem;
}

.woocommerce-checkout form.woocommerce-form-login,
.woocommerce-checkout form.checkout_coupon {
  display: none;
}

.woocommerce-checkout #place_order {
  width: 100%;
  margin-top: 0.9rem;
}

.woocommerce-account .woocommerce {
  display: block;
  border: 1px solid rgba(74, 31, 115, 0.08);
  border-radius: 24px;
  padding: 1.6rem 1.5rem;
  background: #fff;
  color: var(--ink);
}

.woocommerce-account .woocommerce:has(.woocommerce-MyAccount-navigation) {
  display: grid;
  grid-template-columns: 230px 1fr;
  gap: 1.6rem;
}

.woocommerce-account .u-columns.col2-set {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

.woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.woocommerce-MyAccount-navigation a {
  display: block;
  padding: 0.5rem 0;
  font-size: 0.9rem;
  color: var(--ink);
  transition: color 0.2s ease, transform 0.2s ease;
}

.woocommerce-MyAccount-navigation a:hover {
  color: var(--lilac);
  transform: translateX(4px);
}

.woocommerce-MyAccount-navigation .is-active a {
  color: var(--lilac);
  font-weight: 600;
}

@media (max-width: 980px) {
  .product-grid,
  .woocommerce ul.products,
  .single-darling,
  .woocommerce-cart .woocommerce,
  .woocommerce-checkout form.woocommerce-checkout,
  .woocommerce-account .woocommerce {
    grid-template-columns: 1fr 1fr;
  }

  .woocommerce-cart .woocommerce,
  .woocommerce-checkout form.woocommerce-checkout,
  .single-darling,
  .woocommerce-account .woocommerce,
  .woocommerce-account .woocommerce:has(.woocommerce-MyAccount-navigation),
  .woocommerce-account .u-columns.col2-set {
    grid-template-columns: 1fr;
  }

  .cart_totals,
  .woocommerce-checkout #order_review {
    position: static;
  }

  .footer-inner {
    grid-template-columns: 1fr 1fr;
  }

  .footer-brand-block {
    grid-column: 1 / -1;
    max-width: none;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .nav-title {
    display: block;
    margin: 0 0 1.4rem;
    font-family: var(--font-display);
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
    color: var(--ink);
  }

  .site-nav {
    position: fixed;
    inset: 0;
    z-index: 80;
    width: 100%;
    height: 100dvh;
    margin: 0;
    padding: calc(var(--header-h) + 0.6rem) 1.4rem 2.4rem;
    background: var(--page);
    box-shadow: none;
    transform: none;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    overflow: auto;
    display: block;
    -webkit-overflow-scrolling: touch;
    transition: opacity 0.28s ease, visibility 0.28s ease;
  }

  body.nav-open .site-nav {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
  }

  body.nav-open .site-header {
    background: var(--page);
    border-bottom-color: var(--line);
  }

  body.nav-open .cookie-bar {
    display: none;
  }

  .site-nav .menu {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }

  .site-nav .menu > li {
    border-bottom: 1px solid var(--line);
  }

  .site-nav .menu-item-has-children.is-open {
    border-bottom: 0;
  }

  .site-nav .menu > li > a {
    display: block;
    padding: 1.05rem 0.15rem;
    font-size: 0.92rem;
    letter-spacing: 0.16em;
  }

  .site-nav .menu-item-has-children {
    display: grid;
    grid-template-columns: 1fr 2.75rem;
    column-gap: 0.5rem;
    align-items: center;
  }

  .site-nav .menu-item-has-children > a {
    flex: none;
    grid-column: 1;
    grid-row: 1;
    padding-right: 0.2rem;
    pointer-events: auto;
  }

  .site-nav .menu-item-has-children > a::after {
    display: none;
  }

  .site-nav .menu > li > a::before {
    display: none;
  }

  .submenu-toggle {
    appearance: none;
    -webkit-appearance: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    grid-column: 2;
    grid-row: 1;
    align-self: center;
    width: 2.75rem;
    height: 2.75rem;
    min-height: 2.75rem;
    margin: 0;
    padding: 0;
    border: 0;
    background: var(--lilac-soft);
    cursor: pointer;
    position: relative;
    z-index: 2;
    color: var(--lilac);
    border-radius: 50%;
  }

  .submenu-toggle:hover,
  .menu-item-has-children.is-open > .submenu-toggle {
    background: var(--lilac);
    color: #fff;
  }

  .submenu-toggle::before,
  .submenu-toggle::after {
    content: none;
  }

  .submenu-toggle::after {
    content: "";
    position: static;
    width: 8px;
    height: 8px;
    margin: -4px 0 0;
    border: 0;
    border-right: 1.7px solid currentColor;
    border-bottom: 1.7px solid currentColor;
    transform: rotate(45deg);
    background: none;
  }

  .menu-item-has-children.is-open > .submenu-toggle::after {
    margin-top: 2px;
    border-color: #fff;
    transform: rotate(225deg);
  }

  .site-nav .menu-item-has-children:hover > .sub-menu,
  .site-nav .menu-item-has-children:focus-within > .sub-menu {
    display: none;
    opacity: 1;
    visibility: visible;
    transform: none;
  }

  .site-nav .sub-menu,
  .site-nav .menu-item-has-children.is-open > .sub-menu {
    position: static;
    left: auto;
    top: auto;
    inset: auto;
    z-index: 1;
    transform: none;
    opacity: 1;
    visibility: visible;
    display: none;
    grid-column: 1 / -1;
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
    box-shadow: none;
    background: none;
    border-radius: 0;
  }

  .site-nav .sub-menu::before,
  .site-nav .sub-menu::after {
    content: none;
    display: none;
  }

  .site-nav .menu-item-has-children.is-open > .sub-menu {
    display: block;
    pointer-events: auto;
    border-top: 1px solid var(--line);
  }

  .site-nav .sub-menu li {
    border-bottom: 1px solid var(--line);
  }

  .site-nav .sub-menu li + li {
    margin-top: 0;
  }

  .site-nav .sub-menu a,
  .site-nav .menu-item-has-children.is-open > .sub-menu a {
    color: var(--ink);
    background: none;
    border-radius: 0;
    font-size: 0.92rem;
    letter-spacing: 0.16em;
    padding: 1.05rem 0.15rem 1.05rem 1.1rem;
  }

  .site-nav .sub-menu a:hover,
  .site-nav .sub-menu .current-menu-item > a,
  .site-nav .menu-item-has-children.is-open > .sub-menu a:hover,
  .site-nav .menu-item-has-children.is-open > .sub-menu .current-menu-item > a {
    background: none;
    color: var(--lilac);
  }

  .header-inner {
    flex-wrap: nowrap;
  }
}

@media (max-width: 680px) {
  .product-grid,
  .woocommerce ul.products {
    grid-template-columns: 1fr;
  }

  .newsletter-form,
  .shop-toolbar,
  .coupon {
    flex-direction: column;
    align-items: stretch;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    gap: 1.6rem;
    padding: 2.4rem 0 2rem;
    text-align: center;
    justify-items: center;
  }

  .footer-nav .menu,
  .footer-contact {
    justify-items: center;
    justify-content: center;
  }

  .footer-bottom__inner,
  .footer-legal,
  .cookie-bar__inner,
  .cookie-bar__actions {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }

  .cookie-bar {
    left: 0.7rem;
    right: 0.7rem;
    bottom: 0.7rem;
    padding: 1rem;
  }

  .cookie-bar__actions .btn,
  .cookie-bar__reject {
    width: 100%;
  }

  .newsletter-form {
    border-radius: 22px;
  }

  .custom-logo,
  .site-logo img {
    height: 52px;
  }

  .footer-logo img,
  .footer-logo .custom-logo,
  .footer-logo__img {
    height: 96px;
  }

  .hero-slider__viewport,
  .hero-slider__slide img {
    min-height: 46vh;
    height: 46vh;
  }

  body::before {
    animation: none;
  }

  body::after,
  .sparkle-field {
    display: none;
  }

  .hero-slider__slide.is-active img {
    animation: none;
  }

  .section {
    padding: 3.2rem 0;
  }

  .about-box {
    padding: 1.5rem 1.3rem;
  }

  .woocommerce table.shop_table {
    display: block;
    overflow-x: auto;
  }
}

.related.products ul.products,
.upsells.products ul.products {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.woocommerce-info.cart-empty,
.return-to-shop {
  display: block;
  text-align: center;
}

.woocommerce-account .woocommerce {
  background: #fff;
}

.md-woo .woocommerce-products-header {
  margin-bottom: 0.4rem;
}

@media (max-width: 980px) {
  .related.products ul.products,
  .upsells.products ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .product-slider__track > .product-card,
  .product-slider__track > li {
    flex-basis: calc((100% - 1.5rem) / 2);
  }
}

@media (max-width: 680px) {
  .related.products ul.products,
  .upsells.products ul.products,
  .product-grid--home {
    grid-template-columns: 1fr !important;
  }

  .hero-slider__btn,
  .slider-arrow {
    width: 42px;
    height: 42px;
  }

  .product-slider {
    padding: 0 2.4rem;
  }

  .product-slider__track > .product-card,
  .product-slider__track > li {
    flex-basis: 100%;
  }
}

.woocommerce-ordering select:hover,
select:hover,
.input-text:hover,
textarea:hover {
  border-color: var(--lilac);
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  body::before,
  .hero-slider__slide.is-active,
  .hero-slider__slide.is-active img,
  .sparkle-field span,
  .newsletter-form,
  .section-title::after,
  .woocommerce-products-header__title::after,
  .page-header h1::after,
  .btn::after,
  .button::after,
  .site-footer::before,
  .slider-arrow::after,
  .product-card.is-ready,
  .woocommerce ul.products li.product.is-ready {
    animation: none !important;
  }

  .will-reveal,
  .hero-slider__slide {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

html:has(body.nav-open),
body.nav-open {
  overflow: hidden;
}

.products-section,
.about-section,
.newsletter-section,
.site-footer {
  content-visibility: auto;
  contain-intrinsic-size: auto 640px;
}

.will-reveal.is-in {
  opacity: 1;
  transform: none;
  transition: opacity 0.8s ease var(--delay, 0ms), transform 0.8s ease var(--delay, 0ms);
}
