:root {
  --ink: #181513;
  --muted: #746862;
  --line: #e8e0dc;
  --paper: #ffffff;
  --blush: #f4e7df;
  --wine: #a84742;
  --soft: #f7f5f3;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

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

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

.announcement {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 22px;
  color: #fff;
  background: #100f0f;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-header {
  position: absolute;
  top: 22px;
  left: 0;
  z-index: 5;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) auto minmax(0, 1fr) auto;
  column-gap: 24px;
  align-items: center;
  width: 100%;
  min-height: 62px;
  padding: 0 42px;
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-header nav,
.header-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

.site-header nav ul,
.site-footer nav ul {
  display: contents;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-header nav li,
.site-footer nav li {
  display: contents;
}

.nav-left {
  justify-content: flex-end;
}

.nav-right,
.header-actions {
  justify-content: flex-start;
}

.brand,
.footer-brand {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
  font-weight: 400;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.brand img {
  width: auto;
  max-height: 44px;
}

.site-header a,
.icon-button {
  opacity: 0.9;
}

.site-header a:hover,
.icon-button:hover {
  opacity: 1;
}

.icon-button {
  display: inline-grid;
  place-items: center;
  width: 32px;
  height: 32px;
  padding: 0;
  color: inherit;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.menu-toggle {
  gap: 4px;
}

.menu-toggle span {
  display: block;
  width: 15px;
  height: 1px;
  background: currentColor;
}

.icon-bag {
  position: relative;
  display: block;
  width: 14px;
  height: 14px;
  border: 1px solid currentColor;
  border-radius: 1px;
}

.icon-bag::before {
  position: absolute;
  top: -5px;
  left: 3px;
  width: 6px;
  height: 6px;
  border: 1px solid currentColor;
  border-bottom: 0;
  border-radius: 6px 6px 0 0;
  content: "";
}

.mobile-panel {
  position: absolute;
  top: 62px;
  left: 18px;
  display: none !important;
  min-width: 210px;
  padding: 18px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 16px 34px rgba(24, 21, 19, 0.16);
}

.mobile-panel.is-open {
  display: grid !important;
  gap: 12px;
}

.hero {
  display: grid;
  grid-template-columns: 48.2% 51.8%;
  height: clamp(360px, 24vw, 560px);
  overflow: hidden;
}

.hero-copy {
  display: flex;
  align-items: center;
  padding: 98px 42px 64px;
  background: var(--blush);
}

.hero-copy h1 {
  max-width: 610px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(44px, 5.2vw, 86px);
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-media {
  min-height: 0;
  background: #2f221d;
}

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

.marquee {
  overflow: hidden;
  border-bottom: 1px solid #f3eeee;
  background: #fff;
}

.marquee-track {
  display: flex;
  width: max-content;
  animation: dallianse-marquee 28s linear infinite;
}

.marquee span {
  display: block;
  min-width: 380px;
  padding: 23px 36px;
  color: var(--wine);
  font-size: 17px;
  font-weight: 700;
  white-space: nowrap;
}

@keyframes dallianse-marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.product-section,
.collection-section,
.social-section,
.blog-section {
  width: min(100% - 42px, 760px);
  margin: 0 auto;
  padding: 42px 0 52px;
  text-align: center;
}

.product-section h2,
.collection-section h2,
.social-section h2,
.testimonial-section h2,
.blog-section h2 {
  margin: 0 0 28px;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

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

.product-card img {
  width: 100%;
  aspect-ratio: 0.77;
  object-fit: cover;
  object-position: 50% 28%;
  background: #eee;
}

.product-card h3 {
  margin: 11px 0 2px;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.rating,
.price {
  margin: 0;
  font-size: 10px;
}

.rating {
  color: #b72824;
  letter-spacing: 0.08em;
}

.rating span,
.price {
  color: var(--ink);
}

.collection-section {
  padding-top: 24px;
}

.collection-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 9px;
}

.collection-tile {
  position: relative;
  overflow: hidden;
  min-height: 188px;
  background: #ddd;
}

.collection-tile.tall {
  grid-row: span 2;
}

.collection-tile.wide {
  grid-column: span 2;
}

.collection-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 24%;
  filter: brightness(0.78);
  transition: transform 350ms ease;
}

.collection-tile:hover img {
  transform: scale(1.035);
}

.collection-tile span {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 12px;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.35;
  text-align: center;
  text-transform: uppercase;
}

.mission-banner {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 250px;
  margin-top: 8px;
  overflow: hidden;
  background: #241b18;
}

.mission-banner img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 28%;
  filter: brightness(0.7) saturate(0.92);
}

.mission-copy {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 12px;
  max-width: 600px;
  padding: 40px 24px;
  color: #fff;
  text-align: center;
}

.mission-copy p {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
}

.pill-button,
.small-link {
  display: inline-grid;
  place-items: center;
  min-height: 24px;
  padding: 0 17px;
  border-radius: 999px;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.pill-button {
  color: #fff;
  background: #9f1f1f;
}

.social-section {
  width: min(100% - 42px, 700px);
  padding-top: 45px;
}

.eyebrow {
  margin: 0;
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.social-section h2 {
  margin-bottom: 18px;
  font-size: 13px;
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.video-tile {
  position: relative;
  overflow: hidden;
  background: #ddd;
}

.video-tile img {
  width: 100%;
  aspect-ratio: 0.66;
  object-fit: cover;
  object-position: 50% 20%;
}

.video-tile::after {
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.52));
  content: "";
}

.play-icon {
  position: absolute;
  bottom: 9px;
  left: 9px;
  z-index: 1;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #fff;
}

.testimonial-section {
  margin-top: 48px;
  padding: 43px 0 50px;
  background: var(--soft);
  text-align: center;
}

.testimonial-row {
  display: grid;
  grid-template-columns: 1fr minmax(280px, 470px) 1fr;
  align-items: center;
  width: min(100% - 32px, 1160px);
  margin: 0 auto;
}

.testimonial-card {
  min-height: 154px;
  padding: 24px 22px 20px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(40, 28, 22, 0.07);
}

.testimonial-card.featured {
  z-index: 1;
  min-height: 185px;
  transform: translateY(-2px);
  box-shadow: 0 13px 34px rgba(40, 28, 22, 0.14);
}

.stars {
  margin: 0 0 8px;
  font-size: 12px;
  letter-spacing: 0.2em;
}

.testimonial-card blockquote {
  min-height: 33px;
  margin: 0 auto 14px;
  color: #312b28;
  font-size: 10px;
  line-height: 1.45;
}

.testimonial-card img {
  width: 52px;
  height: 62px;
  margin: 0 auto 6px;
  object-fit: cover;
  object-position: 50% 20%;
}

.testimonial-card h3,
.testimonial-card p:last-child {
  margin: 0;
  font-size: 9px;
}

.slider-dots {
  display: flex;
  justify-content: center;
  gap: 7px;
  margin-top: 18px;
}

.slider-dots span {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #c9c2bd;
}

.slider-dots .active {
  background: #171412;
}

.blog-section {
  padding-top: 43px;
}

.blog-section h2 {
  margin-bottom: 6px;
}

.small-link {
  min-height: 20px;
  margin-bottom: 24px;
  color: #6e625d;
  border: 1px solid var(--line);
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 13px;
}

.blog-card {
  text-align: center;
}

.blog-card img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: 50% 18%;
}

.blog-card p {
  margin: 15px 0 3px;
  color: var(--muted);
  font-size: 9px;
}

.blog-card h3 {
  min-height: 34px;
  margin: 0 auto 2px;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.35;
}

.blog-card span {
  color: var(--muted);
  font-size: 9px;
}

.closing-image {
  height: 318px;
  margin-top: 45px;
  overflow: hidden;
  background: #31231e;
}

.closing-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 46%;
}

.site-footer {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1.45fr;
  gap: 54px;
  width: min(100% - 42px, 760px);
  margin: 0 auto;
  padding: 36px 0 42px;
}

.footer-brand {
  color: #867973;
  font-size: 16px;
}

.site-footer nav {
  display: grid;
  align-content: start;
  gap: 9px;
}

.site-footer nav a,
.subscribe-form p,
.subscribe-form span {
  color: #4b433f;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.subscribe-form h2 {
  margin: 0 0 9px;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.subscribe-form p {
  max-width: 240px;
  margin: 0 0 13px;
  line-height: 1.6;
  text-transform: none;
}

.subscribe-form label {
  display: block;
}

.subscribe-form span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.subscribe-form input {
  width: min(100%, 240px);
  height: 28px;
  padding: 0 10px;
  border: 1px solid #cfc6c1;
  border-radius: 0;
  font-size: 10px;
}

.subscribe-form button {
  height: 28px;
  margin-left: -1px;
  padding: 0 12px;
  color: #fff;
  background: #191615;
  border: 1px solid #191615;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  vertical-align: top;
  cursor: pointer;
}

.social-icons {
  display: flex;
  gap: 10px;
  margin-top: 14px;
}

.social-icons a {
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  border: 1px solid #26211f;
  border-radius: 50%;
  font-size: 7px;
  font-weight: 800;
}

.standard-page,
.content-area {
  width: min(100% - 42px, 920px);
  margin: 0 auto;
  padding: 120px 0 70px;
}

.standard-page h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

body:not(.home) .site-header,
body:not(.front-page) .site-header {
  position: relative;
  top: 0;
  color: var(--ink);
  background: #fff;
  border-bottom: 1px solid var(--line);
}

body.home .site-header,
body.front-page .site-header {
  position: absolute;
  top: 22px;
  color: #fff;
  background: transparent;
  border-bottom: 0;
}

.product-section {
  width: min(100% - 42px, 980px);
  padding-top: 54px;
}

.product-grid {
  gap: 18px;
}

.product-card img {
  aspect-ratio: 0.74;
}

.product-card h3,
.woocommerce-loop-product__title {
  margin: 12px 0 3px;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.35;
  text-transform: uppercase;
}

.shop-shell,
.single-product-shell,
.commerce-page,
.blog-archive-shell,
.single-post-shell {
  width: min(100% - 48px, 1180px);
  margin: 0 auto;
}

.shop-hero,
.commerce-heading,
.blog-archive-heading {
  display: grid;
  place-items: center;
  min-height: 210px;
  padding: 54px 0 42px;
  text-align: center;
}

.shop-hero p,
.commerce-heading p,
.blog-archive-heading p,
.product-kicker,
.single-post-article header p,
.single-post-article header span {
  margin: 0 0 10px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.shop-hero h1,
.commerce-heading h1,
.blog-archive-heading h1,
.single-post-article h1 {
  max-width: 760px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 5vw, 76px);
  font-weight: 400;
  line-height: 0.95;
  text-transform: uppercase;
}

.shop-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 0 0 22px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.shop-toolbar .woocommerce-result-count {
  margin: 0;
}

.shop-toolbar select,
.woocommerce-ordering select {
  min-width: 170px;
  height: 36px;
  padding: 0 12px;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 0;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

.woocommerce ul.products::before,
.woocommerce ul.products::after {
  display: none;
}

.woocommerce ul.products li.product,
ul.products li.product,
.dallianse-loop-card {
  float: none;
  width: auto;
  margin: 0;
  text-align: center;
}

.dallianse-loop-image {
  position: relative;
  display: block;
  overflow: hidden;
  background: #eee;
}

.dallianse-loop-image img,
.woocommerce ul.products li.product a img {
  width: 100%;
  aspect-ratio: 0.74;
  height: auto;
  margin: 0;
  object-fit: cover;
  object-position: 50% 24%;
  transition: transform 350ms ease;
}

.dallianse-loop-card:hover .dallianse-loop-image img {
  transform: scale(1.035);
}

.sale-badge,
.onsale {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  display: inline-grid;
  place-items: center;
  min-height: 22px;
  padding: 0 9px;
  color: #fff;
  background: #9f1f1f;
  border-radius: 0;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.dallianse-loop-meta {
  display: block;
}

.quick-actions {
  margin-top: 10px;
}

.quick-actions .button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.single_add_to_cart_button,
.checkout-button,
#place_order {
  display: inline-grid;
  place-items: center;
  min-height: 38px;
  padding: 0 18px;
  color: #fff;
  background: #181513;
  border: 1px solid #181513;
  border-radius: 0;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: uppercase;
}

.quick-actions .button {
  min-height: 30px;
  padding: 0 13px;
  background: transparent;
  color: var(--ink);
}

.shop-pagination {
  display: flex;
  justify-content: center;
  padding: 42px 0 70px;
}

.woocommerce nav.woocommerce-pagination ul,
.nav-links {
  display: flex;
  gap: 8px;
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
}

.woocommerce nav.woocommerce-pagination ul li {
  border: 0;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span,
.page-numbers {
  display: grid;
  place-items: center;
  min-width: 32px;
  min-height: 32px;
  padding: 0 9px;
  border: 1px solid var(--line);
  font-size: 10px;
  font-weight: 800;
}

.single-product-shell {
  padding: 54px 0 72px;
}

.dallianse-product-detail {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
  gap: 54px;
  align-items: start;
}

.product-gallery-panel {
  display: grid;
  gap: 14px;
}

.product-main-image,
.product-thumb-grid {
  background: #f1eeee;
}

.product-main-image img {
  width: 100%;
  aspect-ratio: 0.82;
  object-fit: cover;
  object-position: 50% 22%;
}

.product-thumb-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  background: transparent;
}

.product-thumb-grid img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.product-summary-panel {
  position: sticky;
  top: 22px;
}

.product-summary-panel h1 {
  margin: 0 0 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(36px, 4.3vw, 62px);
  font-weight: 400;
  line-height: 0.98;
  text-transform: uppercase;
}

.product-price,
.product-price .price,
.summary .price {
  margin: 14px 0 18px;
  font-size: 20px;
  font-weight: 800;
}

.product-short-copy {
  color: #4a403b;
  font-size: 13px;
  line-height: 1.65;
}

.product-purchase-box {
  margin: 24px 0;
  padding: 22px;
  border: 1px solid var(--line);
}

.product-purchase-box form.cart {
  display: grid;
  gap: 14px;
}

.product-purchase-box .variations {
  width: 100%;
  border: 0;
}

.product-purchase-box .variations th,
.product-purchase-box .variations td {
  display: block;
  padding: 0 0 10px;
  text-align: left;
}

.product-purchase-box label {
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.product-purchase-box select,
.product-purchase-box input.qty,
.woocommerce-cart-form input.qty {
  height: 42px;
  min-width: 74px;
  padding: 0 12px;
  border: 1px solid #cfc6c1;
  border-radius: 0;
  background: #fff;
}

.product-purchase-box .single_add_to_cart_button {
  width: 100%;
  min-height: 48px;
}

.trust-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-bottom: 22px;
}

.trust-row span {
  display: grid;
  place-items: center;
  min-height: 44px;
  padding: 8px;
  background: var(--soft);
  color: var(--muted);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

.product-accordion {
  border-top: 1px solid var(--line);
}

.product-accordion details {
  border-bottom: 1px solid var(--line);
}

.product-accordion summary {
  cursor: pointer;
  padding: 16px 0;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.product-accordion details > div,
.product-accordion details > p {
  margin: 0;
  padding: 0 0 18px;
  color: #4a403b;
  font-size: 13px;
  line-height: 1.65;
}

.related-products-shell {
  padding-top: 70px;
}

.related-products-shell > section > h2,
.related.products > h2 {
  margin: 0 0 28px;
  text-align: center;
  font-size: 17px;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.commerce-page {
  padding: 0 0 76px;
}

.commerce-page .woocommerce {
  display: block;
  max-width: 1080px;
  margin: 0 auto;
}

.woocommerce-cart-form,
.cart_totals,
.woocommerce-checkout,
.woocommerce-MyAccount-navigation,
.woocommerce-MyAccount-content,
.woocommerce-order {
  background: #fff;
  border: 1px solid var(--line);
}

.woocommerce-cart-form,
.woocommerce-checkout,
.woocommerce-order {
  padding: 24px;
}

.cart_totals {
  padding: 24px;
}

.woocommerce table.shop_table {
  border: 0;
  border-collapse: collapse;
  border-radius: 0;
}

.woocommerce table.shop_table th {
  color: var(--muted);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.woocommerce table.shop_table td,
.woocommerce table.shop_table th {
  border-top: 1px solid var(--line);
  padding: 16px 10px;
}

.woocommerce table.shop_table img {
  width: 82px;
  aspect-ratio: 0.78;
  object-fit: cover;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.select2-container .select2-selection--single {
  min-height: 42px;
  border: 1px solid #cfc6c1;
  border-radius: 0;
  background: #fff;
}

.woocommerce form .form-row label {
  color: var(--muted);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.woocommerce-info,
.woocommerce-message,
.woocommerce-error {
  border-top-color: #9f1f1f;
  background: var(--soft);
  color: var(--ink);
}

.woocommerce-MyAccount-navigation,
.woocommerce-MyAccount-content {
  padding: 24px;
}

.woocommerce-MyAccount-navigation ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.woocommerce-MyAccount-navigation a {
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.blog-archive-shell {
  padding-bottom: 76px;
}

.blog-list-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.blog-list-card {
  text-align: center;
}

.blog-list-card img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: 50% 20%;
}

.blog-list-card p,
.blog-list-card span {
  color: var(--muted);
  font-size: 9px;
}

.blog-list-card h2 {
  margin: 4px 0;
  font-size: 12px;
  line-height: 1.35;
}

.single-post-shell {
  padding: 64px 0 76px;
}

.single-post-article {
  width: min(100%, 820px);
  margin: 0 auto;
}

.single-post-article header {
  text-align: center;
}

.single-post-article figure {
  margin: 32px 0;
}

.single-post-article figure img {
  width: 100%;
  max-height: 620px;
  object-fit: cover;
}

.entry-content {
  color: #312b28;
  font-size: 15px;
  line-height: 1.8;
}

.editable-home-page {
  overflow: hidden;
}

.editable-home-content {
  margin: 0;
}

.editable-home-content > * {
  margin-block-start: 0;
}

.editable-home-empty {
  width: min(100% - 42px, 920px);
  margin: 0 auto;
  padding: 130px 0;
  text-align: center;
}

.dallianse-editable-home {
  margin: 0;
}

.editable-hero {
  display: grid;
  grid-template-columns: 48.2% 51.8%;
  min-height: clamp(360px, 24vw, 560px);
  margin: 0;
  background: var(--blush);
}

.editable-hero .wp-block-media-text__content {
  display: flex;
  align-items: center;
  min-height: clamp(360px, 24vw, 560px);
  padding: 98px 42px 64px;
}

.editable-hero h1 {
  max-width: 610px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(44px, 5.2vw, 86px);
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: 0;
  text-transform: uppercase;
}

.editable-hero .wp-block-media-text__media {
  min-height: clamp(360px, 24vw, 560px);
}

.editable-marquee {
  overflow: hidden;
  border-bottom: 1px solid #f3eeee;
  background: #fff;
}

.editable-marquee p {
  width: max-content;
  margin: 0;
  padding: 23px 36px;
  color: var(--wine);
  font-size: 17px;
  font-weight: 700;
  white-space: nowrap;
  animation: dallianse-marquee 28s linear infinite;
}

.editable-product-section,
.editable-collection-section,
.editable-social-section,
.editable-blog-section {
  width: min(100% - 42px, 980px);
  margin: 0 auto;
  padding: 54px 0 52px;
}

.editable-product-section h2,
.editable-collection-section h2,
.editable-social-section h2,
.editable-testimonials h2,
.editable-blog-section h2 {
  margin: 0 0 28px;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.editable-product-section .woocommerce ul.products,
.editable-product-section ul.products {
  width: 100%;
}

.editable-collection-grid {
  gap: 12px;
  margin-bottom: 12px;
}

.editable-collection-grid.second-row {
  width: 60%;
  margin-right: auto;
  margin-left: auto;
}

.editable-collection-tile {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: #ddd;
}

.editable-collection-tile img {
  width: 100%;
  aspect-ratio: 0.82;
  object-fit: cover;
  object-position: 50% 24%;
  filter: brightness(0.78);
}

.editable-collection-tile figcaption {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  margin: 0;
  padding: 12px;
  color: #fff;
  background: transparent;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.35;
  text-align: center;
  text-transform: uppercase;
}

.editable-mission {
  margin-top: 8px;
}

.editable-mission p {
  font-size: 13px;
  font-weight: 700;
}

.editable-mission .wp-block-button__link {
  min-height: 24px;
  padding: 7px 17px;
  border-radius: 999px;
  background: #9f1f1f;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.editable-eyebrow {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.editable-video-grid {
  gap: 12px !important;
}

.editable-video-grid figure {
  position: relative;
  overflow: hidden;
}

.editable-video-grid img {
  width: 100%;
  aspect-ratio: 0.66;
  object-fit: cover;
  object-position: 50% 20%;
}

.editable-testimonials {
  margin-top: 48px;
  padding: 43px 0 50px;
  background: var(--soft);
}

.editable-testimonials > .wp-block-columns {
  width: min(100% - 32px, 1160px);
  margin: 0 auto;
}

.editable-testimonials blockquote {
  min-height: 160px;
  margin: 0;
  padding: 28px 24px;
  background: #fff;
  border: 0;
  box-shadow: 0 8px 24px rgba(40, 28, 22, 0.07);
  text-align: center;
}

.editable-testimonials blockquote p {
  font-size: 11px;
  line-height: 1.55;
}

.editable-testimonials cite {
  color: var(--muted);
  font-size: 9px;
  font-style: normal;
  font-weight: 800;
}

.editable-blog-section .wp-block-latest-posts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 0;
  padding: 0;
}

.editable-blog-section .wp-block-latest-posts li {
  text-align: center;
}

.editable-blog-section .wp-block-latest-posts__featured-image img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.editable-closing-image {
  height: 318px;
  margin: 45px 0 0;
  overflow: hidden;
}

.editable-closing-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 46%;
}

@media (max-width: 920px) {
  .site-header {
    grid-template-columns: 36px 1fr auto;
    padding: 0 18px;
  }

  .nav-left,
  .nav-right {
    display: none !important;
  }

  .brand {
    justify-self: center;
  }

  .header-actions {
    justify-content: flex-end;
    gap: 10px;
  }

  .header-actions a:not(.icon-button) {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
    height: auto;
    overflow: visible;
  }

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

  .editable-hero .wp-block-media-text__content,
  .editable-hero .wp-block-media-text__media {
    min-height: 320px;
  }

  .hero-copy {
    min-height: 280px;
    padding: 104px 24px 40px;
  }

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

  .product-grid,
  .video-grid,
  .woocommerce ul.products,
  ul.products,
  .blog-list-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .dallianse-product-detail {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .product-summary-panel {
    position: static;
  }

  .trust-row {
    grid-template-columns: 1fr;
  }

  .shop-toolbar {
    align-items: flex-start;
    flex-direction: column;
  }

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

  .collection-tile,
  .collection-tile.tall,
  .collection-tile.wide {
    grid-column: auto;
    grid-row: auto;
    min-height: 220px;
  }

  .testimonial-row {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .testimonial-card.featured {
    transform: none;
  }

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

  .editable-collection-grid,
  .editable-blog-section .wp-block-latest-posts {
    grid-template-columns: repeat(2, 1fr);
  }

  .editable-collection-grid.second-row {
    width: 100%;
  }
}

@media (max-width: 560px) {
  .announcement {
    height: 28px;
    padding: 0 10px;
    text-align: center;
  }

  .site-header {
    top: 28px;
  }

  .hero-copy h1 {
    font-size: 42px;
  }

  .editable-hero .wp-block-media-text__content {
    padding: 104px 24px 40px;
  }

  .editable-hero h1 {
    font-size: 42px;
  }

  .marquee span {
    min-width: 310px;
    padding: 18px 24px;
    font-size: 14px;
  }

  .editable-marquee p {
    padding: 18px 24px;
    font-size: 14px;
  }

  .product-section,
  .collection-section,
  .social-section,
  .blog-section,
  .editable-product-section,
  .editable-collection-section,
  .editable-social-section,
  .editable-blog-section {
    width: min(100% - 28px, 760px);
    padding-bottom: 40px;
  }

  .product-grid,
  .blog-grid,
  .video-grid,
  .collection-grid,
  .site-footer,
  .woocommerce ul.products,
  ul.products,
  .blog-list-grid,
  .editable-collection-grid,
  .editable-blog-section .wp-block-latest-posts {
    grid-template-columns: 1fr;
  }

  .editable-video-grid {
    grid-template-columns: 1fr !important;
  }

  body.home .site-header,
  body.front-page .site-header {
    top: 28px;
  }

  .product-card img {
    aspect-ratio: 0.86;
  }

  .shop-shell,
  .single-product-shell,
  .commerce-page,
  .blog-archive-shell,
  .single-post-shell {
    width: min(100% - 28px, 1180px);
  }

  .shop-hero h1,
  .commerce-heading h1,
  .blog-archive-heading h1,
  .single-post-article h1 {
    font-size: 40px;
  }

  .product-main-image img {
    aspect-ratio: 0.8;
  }

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

  .woocommerce-cart-form,
  .woocommerce-checkout,
  .woocommerce-order,
  .cart_totals,
  .woocommerce-MyAccount-navigation,
  .woocommerce-MyAccount-content {
    padding: 16px;
  }

  .woocommerce table.shop_table td,
  .woocommerce table.shop_table th {
    padding: 12px 6px;
  }

  .mission-banner {
    min-height: 230px;
  }

  .closing-image {
    height: 240px;
  }

  .site-footer {
    gap: 24px;
    padding-top: 30px;
  }
}

/* ==== Product Page Optimizer (v2) ================================ */
/*
 * Dallianse Product Page Optimizer - front-end styles.
 * Uses the Gallianse brand tokens (--g-*) with self-contained fallbacks so it
 * works on any theme, including Blocksy.
 */

:root {
  --dlpp-wine: var(--g-wine, #7b1e2b);
  --dlpp-wine-dark: var(--g-wine-dark, #611722);
  --dlpp-ink: var(--g-ink, #1a1a1a);
  --dlpp-muted: var(--g-muted, #6b6b6b);
  --dlpp-line: var(--g-line, #e4e4e4);
  --dlpp-cream: var(--g-cream, #faf8f6);
  --dlpp-gold: #c9962e;
}

/* ---------- Announcement bar ---------- */
.dl-announcement {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 16px;
  background: var(--dlpp-wine);
  color: #fff;
  text-align: center;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.dl-announcement span {
  max-width: 1100px;
  margin: 0 auto;
}

/* ---------- Social proof row ---------- */
.dl-social-proof {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 12px 0 2px;
  font-size: 12px;
  line-height: 1.5;
  color: var(--dlpp-muted);
}

.dl-social-proof .dl-rating {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--dlpp-ink);
}

.dl-social-proof .dl-rating b {
  font-size: 13px;
  font-weight: 800;
}

.dl-social-proof .dl-rating em {
  font-style: normal;
  color: var(--dlpp-muted);
}

.dl-social-proof .dl-stars {
  color: var(--dlpp-gold);
  font-size: 13px;
  letter-spacing: 0.08em;
}

.dl-social-proof .dl-loved {
  font-weight: 700;
  color: var(--dlpp-wine);
  letter-spacing: 0.04em;
}

.dl-social-proof .dl-sep {
  color: var(--dlpp-line);
}

/* ---------- Tagline ---------- */
.dl-tagline {
  margin: 2px 0 14px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(17px, 1.6vw, 20px);
  font-style: italic;
  line-height: 1.55;
  color: var(--dlpp-muted);
}

/* ---------- Shipping note under price ---------- */
.dl-shipping-note {
  margin: 6px 0 0;
  font-size: 12.5px;
  line-height: 1.6;
  color: var(--dlpp-muted);
}

/* ---------- Size guide link ---------- */
.dl-size-guide-wrap {
  margin: 4px 0 10px;
}

button.dl-size-guide-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 14px;
  background: transparent;
  border: 1px solid var(--dlpp-line);
  border-radius: 2px;
  color: var(--dlpp-ink);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  cursor: pointer;
  transition: border-color 0.15s ease, color 0.15s ease;
}

button.dl-size-guide-btn::before {
  content: "SIZE";
  color: var(--dlpp-wine);
}

button.dl-size-guide-btn:hover,
button.dl-size-guide-btn:focus-visible {
  border-color: var(--dlpp-wine);
  color: var(--dlpp-wine);
}

/* Position the link next to the Size label inside the variations table. */
.single-product table.variations td.label .dl-size-guide-wrap,
.single-product .variations_form .dl-size-guide-wrap {
  margin: 0 0 0 8px;
  display: inline-block;
}

.single-product table.variations td.label .dl-size-guide-wrap button.dl-size-guide-btn {
  padding: 4px 8px;
  font-size: 9.5px;
}

/* ---------- CTA reassurance ---------- */
.dl-cta-note {
  margin: 14px 0 8px;
  font-size: 13.5px;
  line-height: 1.6;
  text-align: center;
  color: var(--dlpp-ink);
}

.dl-cta-trust {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px 14px;
  margin: 0 0 4px;
  padding: 10px 0;
  border-top: 1px solid var(--dlpp-line);
  border-bottom: 1px solid var(--dlpp-line);
  list-style: none;
}

.dl-cta-trust li {
  position: relative;
  padding-left: 14px;
  margin: 0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #3a3a3a;
}

.dl-cta-trust li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 5px;
  height: 5px;
  transform: translateY(-50%) rotate(45deg);
  background: var(--dlpp-wine);
}

/* ---------- Review summary strip ---------- */
.dl-reviews-summary {
  margin: 34px auto 0;
  padding: 20px 24px;
  max-width: 1180px;
  background: var(--dlpp-cream);
  border: 1px solid var(--dlpp-line);
  border-radius: 2px;
}

.dl-reviews-summary__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.dl-reviews-summary__stars .dl-stars {
  color: var(--dlpp-gold);
  font-size: 19px;
  letter-spacing: 0.08em;
}

.dl-reviews-summary__line {
  margin: 4px 0 0;
  font-size: 13.5px;
  color: var(--dlpp-muted);
}

.dl-reviews-summary__cta {
  display: inline-grid;
  place-items: center;
  min-height: 42px;
  padding: 0 20px;
  background: var(--dlpp-wine);
  color: #fff !important;
  border-radius: 2px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.18s ease;
}

.dl-reviews-summary__cta:hover {
  background: var(--dlpp-wine-dark);
  color: #fff !important;
}

/* ---------- Size guide modal ---------- */
.dl-modal {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.dl-modal.is-open {
  display: flex;
}

.dl-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(20, 14, 16, 0.62);
}

.dl-modal__panel {
  position: relative;
  z-index: 1;
  width: min(720px, 100%);
  max-height: 86vh;
  overflow: auto;
  padding: 30px 30px 34px;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

.dl-modal__close {
  position: absolute;
  top: 12px;
  right: 14px;
  width: 34px;
  height: 34px;
  display: inline-grid;
  place-items: center;
  padding: 0;
  background: transparent;
  border: 0;
  color: var(--dlpp-ink);
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}

.dl-modal__close:hover {
  color: var(--dlpp-wine);
}

.dl-modal__title {
  margin: 0 0 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
  font-weight: 400;
  color: var(--dlpp-ink);
}

.dl-modal__panel table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13.5px;
}

.dl-modal__panel th,
.dl-modal__panel td {
  border: 1px solid var(--dlpp-line);
  padding: 9px 12px;
  text-align: center;
}

.dl-modal__panel th {
  background: var(--dlpp-cream);
  font-weight: 700;
}

.dl-modal__note {
  margin: 16px 0 0;
  font-size: 13px;
  line-height: 1.7;
  color: var(--dlpp-muted);
}

.dl-modal__source {
  display: none;
}

/* ---------- Sticky mobile add-to-cart bar ---------- */
.dl-sticky-bar {
  display: none;
}

@media (max-width: 900px) {
  .dl-sticky-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99998;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 14px calc(10px + env(safe-area-inset-bottom, 0px));
    background: rgba(255, 255, 255, 0.97);
    border-top: 1px solid var(--dlpp-line);
    box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(6px);
  }

  .dl-sticky-bar__meta {
    min-width: 0;
    flex: 1;
  }

  .dl-sticky-bar__title {
    overflow: hidden;
    margin: 0 0 2px;
    font-size: 12.5px;
    font-weight: 700;
    color: var(--dlpp-ink);
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .dl-sticky-bar__price {
    margin: 0;
    font-size: 15px;
    font-weight: 800;
    color: var(--dlpp-wine);
  }

  .dl-sticky-bar__price del {
    margin-left: 6px;
    color: var(--dlpp-muted);
    font-weight: 400;
    font-size: 13px;
  }

  .dl-sticky-bar__btn {
    flex: 0 0 auto;
    min-height: 46px;
    padding: 0 22px;
    background: var(--dlpp-wine);
    border: 0;
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.18s ease;
  }

  .dl-sticky-bar__btn:hover {
    background: var(--dlpp-wine-dark);
  }

  .dl-sticky-bar__btn.is-disabled {
    opacity: 0.5;
    cursor: not-allowed;
  }

  body.admin-bar .dl-sticky-bar {
    bottom: 32px;
  }
}

/* ---------- Editorial description polish ---------- */
.single-product .woocommerce-Tabs-panel--description > p:first-of-type {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(18px, 2vw, 21px);
  line-height: 1.7;
  color: var(--dlpp-ink);
}

.single-product .woocommerce-Tabs-panel--description h2,
.single-product .woocommerce-Tabs-panel--description h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: 0.02em;
}

.single-product .woocommerce-Tabs-panel--description ul {
  margin-left: 18px;
}

/* ---------- Native review polish ---------- */
.single-product #reviews .commentlist {
  max-width: none;
}

.single-product #reviews .commentlist li .comment-text .star-rating {
  color: var(--dlpp-gold);
}

.single-product #reviews .comment-reply-title {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

@media (max-width: 900px) {
  body.single-product {
    padding-bottom: 84px;
  }
}

/* ---------- Mobile-style product detail page ---------- */
body.single-product .announcement,
body.single-product .site-header {
  display: none;
}

.dl-product-page {
  width: min(100%, 430px);
  margin: 0 auto;
  padding-bottom: 120px;
  background: #fff;
}

.dl-product-topbar {
  position: sticky;
  top: 0;
  z-index: 60;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 26px;
  padding: 6px 12px;
  background: #101010;
  color: #fff;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.dl-product-topbar__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #4bc5ff;
  box-shadow: 0 0 0 2px rgba(75, 197, 255, 0.18);
}

.dl-product-brandbar {
  position: sticky;
  top: 26px;
  z-index: 55;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 92px;
  align-items: center;
  min-height: 58px;
  padding: 0 10px 0 12px;
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid #ece4df;
  backdrop-filter: blur(6px);
}

.dl-product-brand {
  justify-self: center;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
}

.dl-brand-actions {
  display: flex;
  justify-content: flex-end;
  gap: 2px;
}

.dl-circle-button,
.dl-icon-link,
.dl-gallery__share,
.dl-floating-back,
.dl-shuffle-button,
.dl-size-guide-link,
.dl-size-guide-modal__close {
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  background: none;
  cursor: pointer;
}

.dl-circle-button {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  padding: 0;
  color: var(--ink);
  background: #fff;
  border: 1px solid #d8d0cb;
  border-radius: 50%;
  box-shadow: 0 0 0 2px rgba(159, 31, 31, 0.08);
}

.dl-circle-button span {
  font-size: 20px;
  line-height: 1;
}

.dl-icon-link {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 32px;
  height: 32px;
  color: var(--ink);
}

.dl-icon-search {
  position: relative;
  display: block;
  width: 13px;
  height: 13px;
  border: 1.5px solid currentColor;
  border-radius: 50%;
}

.dl-icon-search::after {
  position: absolute;
  right: -4px;
  bottom: -4px;
  width: 7px;
  height: 1.5px;
  background: currentColor;
  transform: rotate(45deg);
  transform-origin: right center;
  content: "";
}

.dl-icon-cart {
  position: relative;
  display: block;
  width: 15px;
  height: 14px;
  border: 1.5px solid currentColor;
  border-radius: 2px;
}

.dl-icon-cart::before {
  position: absolute;
  top: -5px;
  left: 3px;
  width: 7px;
  height: 6px;
  border: 1.5px solid currentColor;
  border-bottom: 0;
  border-radius: 6px 6px 0 0;
  content: "";
}

.dl-cart-badge {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-grid;
  place-items: center;
  min-width: 15px;
  height: 15px;
  padding: 0 3px;
  border-radius: 999px;
  background: var(--wine);
  color: #fff;
  font-size: 9px;
  font-weight: 800;
}

.dl-gallery {
  position: relative;
}

.dl-gallery__viewport {
  position: relative;
  overflow: hidden;
  background: #f2efec;
}

.dl-gallery__slide {
  display: none;
}

.dl-gallery__slide.is-active {
  display: block;
}

.dl-gallery__image {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: center top;
  touch-action: pan-y;
}

.dl-gallery__share {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: var(--ink);
  box-shadow: 0 8px 20px rgba(15, 10, 8, 0.14);
}

.dl-gallery__badge {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  display: inline-grid;
  place-items: center;
  min-height: 26px;
  padding: 0 10px;
  border-radius: 999px;
  background: #ab2f46;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.dl-gallery__counter {
  position: absolute;
  right: 12px;
  bottom: 12px;
  z-index: 2;
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(25, 20, 18, 0.72);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
}

.dl-gallery__dots {
  position: absolute;
  right: 50%;
  bottom: 15px;
  z-index: 2;
  display: flex;
  gap: 5px;
  transform: translateX(50%);
}

.dl-gallery__dot {
  width: 7px;
  height: 7px;
  padding: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.55);
  border: 0;
}

.dl-gallery__dot.is-active {
  background: #ab2f46;
}

.dl-thumb-row {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 12px 12px 4px;
  scrollbar-width: none;
}

.dl-thumb-row::-webkit-scrollbar {
  display: none;
}

.dl-thumb {
  flex: 0 0 72px;
  width: 72px;
  height: 72px;
  padding: 0;
  overflow: hidden;
  border: 1px solid #eadfd8;
  border-radius: 10px;
  background: #f6f2ef;
}

.dl-thumb.is-active {
  border-color: var(--wine);
  box-shadow: 0 0 0 1px var(--wine) inset;
}

.dl-thumb__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dl-info-card {
  padding: 10px 14px 0;
}

.dl-breadcrumb {
  margin: 0 0 6px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.35;
}

.dl-breadcrumb__sku {
  margin-left: 6px;
}

.dl-product-title {
  margin: 0 0 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: 0;
  text-transform: none;
}

.dl-rating-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  color: var(--muted);
  font-size: 12px;
}

.dl-rating-row .dl-stars {
  color: #c89b2c;
  letter-spacing: 0.08em;
}

.dl-rating-value {
  color: var(--ink);
  font-weight: 800;
}

.dl-price-row {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  margin-top: 8px;
}

.dl-price-main,
.dl-price-main .price {
  color: var(--wine);
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
}

.dl-price-main del {
  margin-right: 6px;
  color: #857771;
  font-size: 17px;
  font-weight: 400;
}

.dl-price-main ins {
  text-decoration: none;
}

.dl-price-badge {
  display: inline-grid;
  place-items: center;
  min-height: 22px;
  padding: 0 8px;
  border-radius: 999px;
  background: #ab2f46;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
}

.dl-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin: 10px 0 14px;
  color: #5d504a;
  font-size: 11px;
}

.dl-trust-row span {
  position: relative;
  padding-left: 18px;
}

.dl-trust-row span::before {
  position: absolute;
  left: 0;
  top: 50%;
  width: 11px;
  height: 11px;
  margin-top: -5.5px;
  border: 1px solid var(--wine);
  border-radius: 50%;
  content: "";
}

.dl-options {
  display: grid;
  gap: 18px;
  margin: 18px 0 14px;
}

.dl-option-group__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 800;
}

.dl-size-guide-link {
  color: var(--wine);
  font-size: 12px;
  font-weight: 700;
}

.dl-chip-row,
.dl-swatch-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.dl-chip {
  min-width: 46px;
  height: 42px;
  padding: 0 16px;
  border: 1px solid #d8d0cb;
  border-radius: 10px;
  background: #fff;
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
}

.dl-chip.is-active {
  border-color: var(--wine);
  background: var(--wine);
  color: #fff;
}

.dl-swatch {
  position: relative;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 1px solid #e3d8d2;
  border-radius: 50%;
  background: #fff;
}

.dl-swatch::before {
  position: absolute;
  inset: 4px;
  border-radius: 50%;
  background: var(--dl-swatch);
  content: "";
}

.dl-swatch.is-active {
  box-shadow: 0 0 0 2px var(--wine);
  border-color: var(--wine);
}

.dl-description {
  margin-top: 8px;
  color: #5f534d;
  font-size: 14px;
  line-height: 1.7;
}

.dl-read-more {
  display: inline-block;
  margin-top: 3px;
  color: var(--wine);
  font-weight: 800;
}

.dl-buy-box {
  margin-top: 14px;
}

.dl-buy-box .variations {
  display: none;
}

.dl-buy-box .single_variation_wrap {
  display: block;
}

.dl-buy-box form.cart {
  display: grid;
  gap: 12px;
}

.dl-buy-box .quantity {
  width: 100%;
}

.dl-buy-box input.qty,
.dl-buy-box select {
  width: 100%;
  min-height: 46px;
  border: 1px solid #d8d0cb;
  border-radius: 10px;
  background: #fff;
}

.dl-buy-box .single_add_to_cart_button {
  width: 100%;
  min-height: 50px;
  border-radius: 12px;
  background: #171513;
}

.dl-accordion {
  margin-top: 18px;
  border-top: 1px solid #ece3dd;
}

.dl-accordion details {
  border-bottom: 1px solid #ece3dd;
}

.dl-accordion summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 0;
  list-style: none;
  cursor: pointer;
  font-size: 15px;
  font-weight: 800;
}

.dl-accordion summary::-webkit-details-marker {
  display: none;
}

.dl-accordion summary::after {
  color: var(--muted);
  content: "+";
}

.dl-accordion details[open] summary::after {
  content: "–";
}

.dl-accordion details > div {
  padding: 0 0 18px;
  color: #5f534d;
  font-size: 13px;
  line-height: 1.7;
}

.dl-recommendations {
  padding: 18px 12px 0;
}

.dl-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.dl-section-head h2 {
  margin: 0;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.2;
  text-transform: none;
}

.dl-shuffle-button {
  min-height: 32px;
  padding: 0 12px;
  border: 1px solid #d7ccc6;
  border-radius: 999px;
  color: var(--wine);
  font-size: 12px;
  font-weight: 800;
}

.dl-recommendation-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.dl-recommendation-card {
  overflow: hidden;
  border: 1px solid #ece3dd;
  border-radius: 14px;
  background: #fff;
}

.dl-recommendation-card__link {
  display: block;
}

.dl-recommendation-card__media {
  position: relative;
}

.dl-recommendation-card__media img {
  width: 100%;
  aspect-ratio: 0.86;
  object-fit: cover;
  object-position: center top;
}

.dl-card-badge,
.dl-card-photo-count {
  position: absolute;
  z-index: 1;
  display: inline-grid;
  place-items: center;
  min-height: 20px;
  padding: 0 7px;
  border-radius: 999px;
  font-size: 9px;
  font-weight: 800;
}

.dl-card-badge {
  top: 8px;
  left: 8px;
  background: #ab2f46;
  color: #fff;
}

.dl-card-photo-count {
  top: 8px;
  right: 8px;
  background: rgba(22, 18, 16, 0.65);
  color: #fff;
}

.dl-recommendation-card__body {
  padding: 10px 10px 12px;
}

.dl-recommendation-card__body h3 {
  margin: 0 0 4px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}

.dl-recommendation-card__price,
.dl-recommendation-card__price .price {
  color: var(--wine);
  font-size: 14px;
  font-weight: 800;
}

.dl-floating-back {
  position: fixed;
  left: 14px;
  bottom: 92px;
  z-index: 70;
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid #d8d0cb;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.96);
  color: var(--ink);
  box-shadow: 0 10px 24px rgba(26, 18, 14, 0.12);
}

.dl-floating-back span {
  font-size: 22px;
  line-height: 1;
}

.dl-size-guide-modal {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: grid;
  place-items: center;
  padding: 18px;
}

.dl-size-guide-modal[hidden] {
  display: none;
}

.dl-size-guide-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(17, 13, 12, 0.64);
}

.dl-size-guide-modal__panel {
  position: relative;
  z-index: 1;
  width: min(100%, 420px);
  max-height: 84vh;
  overflow: auto;
  padding: 22px 18px 18px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.24);
}

.dl-size-guide-modal__panel h2 {
  margin: 0 0 10px;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.1;
}

.dl-size-guide-modal__panel table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 12px;
  font-size: 12px;
}

.dl-size-guide-modal__panel th,
.dl-size-guide-modal__panel td {
  padding: 8px 6px;
  border: 1px solid #ece3dd;
  text-align: center;
}

.dl-size-guide-modal__panel th {
  background: #f7f2ee;
}

.dl-size-guide-modal__close {
  position: absolute;
  top: 8px;
  right: 10px;
  width: 34px;
  height: 34px;
  color: var(--ink);
  font-size: 28px;
  line-height: 1;
}

html.dl-modal-open {
  overflow: hidden;
}

body.single-product {
  background: #fff;
}

@media (min-width: 921px) {
  .dl-product-page {
    box-shadow: 0 0 0 1px rgba(232, 223, 218, 0.85);
  }
}

@media (max-width: 420px) {
  .dl-product-brandbar {
    grid-template-columns: 44px minmax(0, 1fr) 84px;
  }

  .dl-product-brand {
    font-size: 24px;
  }

  .dl-product-title {
    font-size: 25px;
  }

  .dl-recommendation-grid {
    gap: 10px;
  }
}

