/** Shopify CDN: Minification failed

Line 1835:0 Unexpected "<"
Line 1887:8 Unexpected "<"
Line 1942:2 Unexpected "<"

**/
/* ===================================================
   GLOBAL SMALL FIXES
   =================================================== */

.footer__title {
  font-weight: 600;
  font-size: var(--body-font-size);
}


.text-with-icons__block-text a,
.newsletter-section__content a {
  text-decoration: underline;
}


/* ===================================================
   TYPE BANNER
   =================================================== */

.type-banner .promo-grid__container {
  align-items: center;
  height: 100%;
}

.type-banner__text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.flex-grid__item--75 .type-banner__text,
.flex-grid__item--100 .type-banner__text {
  flex-direction: row;
}

.type-banner__text h2,
.type-banner__text p,
.type-banner__text .element-button {
  margin: 0;
}


/* ===================================================
   COLLECTION HERO
   =================================================== */

.collection-hero__content.overlay {
  --element-text-color: #ffffff;
  --color-secondary: rgba(0, 0, 0, 0.6);
}


/* ===================================================
   FORM + NEWSLETTER REFINEMENT
   =================================================== */

.element-input:not(.element-input--transparent) {
  --element-input-color-primary: var(--root-color-primary, #000);
  --element-input-color-secondary: var(--root-color-secondary, #fff);
}

.newsletter__input-group .element-input ~ button {
  --element-button-height: initial;
}

.newsletter-section .element-text--heading-h0 {
  font-size: var(--element-text-font-size--heading-2xl);
  line-height: var(--element-text-line-height--heading-2xl);
}

.newsletter-section .element-text--heading-h1 {
  font-size: var(--element-text-font-size--heading-xl);
  line-height: var(--element-text-line-height--heading-xl);
}

.newsletter-section .element-text--heading-h2 {
  font-size: var(--element-text-font-size--heading-lg);
  line-height: var(--element-text-line-height--heading-lg);
}

.newsletter-section .element-text--heading-h3 {
  font-size: var(--element-text-font-size--heading-md);
  line-height: var(--element-text-line-height--heading-md);
}


/* ===================================================
   FULL LUXURY COLLECTION POLISH (RH / DWR Inspired)
   =================================================== */


/* ---------- CARD STRUCTURE ---------- */

.product-grid-item {
  background: #ffffff;
  padding: 28px 24px 32px;
  border: none;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.grid-product:hover .product-grid-item {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.06);
}

/* ---------- META ALIGNMENT ---------- */

.grid-item__meta {
  text-align: left;
  align-items: flex-start;
  margin-top: 10px;
}


/* ---------- BRAND ---------- */

.grid-item__meta .element-text--body-sm {
  font-size: 11px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: #8f8f8f;
  font-weight: 500;
  margin-bottom: 8px;
}


/* ---------- PRODUCT TITLE ---------- */

.grid-product__title {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.2px;
  color: #2b2b2b;
  margin-bottom: 8px;
  transition: color 0.3s ease;
}

.grid-product:hover .grid-product__title {
  color: #000000;
}


/* ---------- PRICE ---------- */

.grid-item__meta .element-price {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.2px;
  color: #1f1f1f;
  line-height: 1.3;
}

.grid-item__meta .element-price sup {
  font-size: 65%;
  vertical-align: top;
}

/* ===========================
   SWATCH MODAL
   =========================== */

.swatch-modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 9999;
}

.swatch-modal.active {
  display: block;
}

.swatch-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
}

.swatch-modal__content {
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
  width: 92%;
  max-width: 1100px;
  height: 85%;
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 30px 70px rgba(0,0,0,0.25);
}

.swatch-modal__close {
  position: absolute;
  top: 14px;
  right: 18px;
  font-size: 28px;
  border: none;
  background: none;
  cursor: pointer;
  z-index: 10;
}

/* Button styling */
.swatch-btn {
  display: block;
  margin-top: 16px;
  text-align: center;
  border: 1px solid #111;
  background: transparent;
  color: #111;
  padding: 14px 18px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.swatch-btn:hover {
  background: #111;
  color: #fff;
}

/* Improve right column spacing */
.pd-right {
  padding-left: 10px;
}

/* Add breathing room between PDP sections */

.pd-right .pd-label:not(:first-child) {
  margin-top: 10px;
}

/* Improve dimensions spacing */
.pd-dim-main {
  font-size: 15px;
  margin-bottom: 8px;
}

/* Light separation line before additional dimensions */
.pd-hr {
  margin: 14px 0 16px;
}

/* Make Download button feel intentional */
.pd-actions {
  margin-top: 24px;
}

/* Slightly tighten feature spacing */
.pd-list li {
  margin-bottom: 6px;
}

/* ===== Luxury Featured Collection Upgrade ===== */

/* More spacing between products */
.template-index .new-grid {
  gap: 25px !important;
}

/* Remove card borders and shadows */
.template-index .grid-product {
  border: none;
  box-shadow: none;
}

/* Lighter price */
.template-index .grid-product__price {
  font-weight: 400;
  font-size: 15px;
  opacity: .85;
}

/* Remove sale badge */
.grid-product__tag {
  display: none;
}

/* Refined header */
.section-header__title {
  font-weight: 400;
  font-size: 42px;
}

.template-index .grid-product__title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: -0.01em;
  margin-bottom: 8px;
  position: relative;
  display: inline-block;
}

.template-index .grid-product:hover .grid-product__title::after {
  width: 100%;
}

.template-index .index-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.template-index .grid-product__image {
  transition: transform .6s cubic-bezier(.2,.8,.2,1);
}

.template-index .grid-product:hover .grid-product__image {
  transform: scale(1.02);
}

.template-index .featured-collection {
  background: #f7f6f4;
}

.template-index .section-header__link {
  text-transform: none;
  letter-spacing: 0;
  font-size: 15px;
  opacity: .6;
}

.section-subtitle {
  font-size: 16px;
  opacity: .6;
  margin-top: 10px;
}

/* Soft luxury frames */
.template-index .grid-product {
  transition: transform .3s ease, box-shadow .3s ease;
}

.template-index .grid-product:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.04);
}
.pdp-bc ol {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.pdp-bc li+li:before {
  content: "›";
  margin-right: 6px;
  color: #888;
}
.badge-special {
  background:#c62828;
  color:#fff;
  font-size:14px;
  font-weight:600;
  padding:4px 8px;
  border-radius:4px;
  text-transform:uppercase;
  letter-spacing:.04em;
}

/* Variant Buttons Base */
.product-form__input input[type="radio"] + label {
  border: 1px solid #ccc;
  padding: 10px 16px;
  border-radius: 6px;
  background-color: #fff;
  color: #333;
  cursor: pointer;
  transition: all 0.2s ease;
}

/* Hover Effect */
.product-form__input input[type="radio"] + label:hover {
  border-color: #000;
  background-color: #f5f5f5;
}

/* Selected Variant (THIS IS THE KEY) */
.product-form__input input[type="radio"]:checked + label {
  background-color: #000;
  color: #fff;
  border-color: #000;
}

/* Hover */
.advanced-accordion button:hover,
.advanced-accordion .accordion__button:hover {
  background: #c8a97e;
  color: #fff;
  border-color: #c8a97e;
}

/* Active */
.advanced-accordion button.active,
.advanced-accordion .accordion__button.active {
  background: #c8a97e;
  color: #fff;
  border-color: #c8a97e;
}

/* =========================================
   RECENTLY VIEWED LUXURY FIX
   ========================================= */

.search .grid-item__swatches {
  display: none !important;
}

/* More editorial spacing */
.grid-item__meta {
  padding-top: 14px;
}

/* Cleaner title */
.grid-product__title,
.element-text--body-md {
  font-size: 17px;
  line-height: 1.45;
  letter-spacing: -0.01em;
  font-weight: 500;
}

/* Luxury price styling */
.search .grid-product__price,
.search .element-price {
  font-size: 28px;
  font-weight: 300;
  letter-spacing: -.03em;
}

/* Remove visual heaviness */
.search .product-grid-item {
  box-shadow: none !important;
  transform: none !important;
  background: transparent;
}

/* Softer hover */
.search .grid-product:hover .product-grid-item {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0,0,0,.04);
}

/* Better spacing between cards */
.search .product-grid {
  gap: 40px;
}

/* ---------- PRODUCT IMAGE SCALE ---------- */

.grid-product__image img,
.grid-product__secondary-image img {
  transition:
    transform 0.35s ease,
    opacity 0.35s ease;
  will-change: transform;
}

.grid-product:hover .grid-product__image img,
.grid-product:hover .grid-product__secondary-image img {
  transform: scale(1.04);
  opacity: 0.97;
}

.template-product .product__main-photos{
  position:relative!important;
}

@media (max-width:768px) {

  .site-footer{
    border-top:1px solid rgba(0,0,0,.08);
    padding-top:70px;
  }

  .footer-block{
    margin-bottom:48px;
  }

  .footer-block__heading{
    margin-bottom:20px;
    letter-spacing:.08em;
    text-transform:uppercase;
  }

  .site-footer .payment-icons{
    opacity:.7;
  }

}
/* =========================
LUONTO COLLECTION SEO
========================= */

.luonto-seo{
  max-width:1100px;
  margin:80px auto;
  padding:0 20px;
  color:#222;
}

.luonto-seo h2{
  font-size:42px;
  line-height:1.1;
  margin-bottom:24px;
  font-weight:500;
  letter-spacing:-0.03em;
}

.luonto-seo h3{
  font-size:24px;
  margin-top:50px;
  margin-bottom:18px;
  font-weight:500;
}

.luonto-seo p{
  font-size:17px;
  line-height:1.8;
  color:#555;
  margin-bottom:20px;
}

.luonto-seo ul{
  padding-left:18px;
}

.luonto-seo li{
  margin-bottom:12px;
  line-height:1.7;
  color:#444;
}

/* Mobile */

@media(max-width:768px){

.luonto-seo{
  margin:50px auto;
}

.luonto-seo h2{
  font-size:32px;
}

.luonto-seo h3{
  font-size:22px;
}

.luonto-seo p,
.luonto-seo li{
  font-size:15px;
}

}
/* =========================
SHOP BY SIZE / COLLECTION GRID
========================= */

/* =========================
FIX COLLECTION PAGE WIDTH
========================= */

#MainContent .collection,
#MainContent .page-width,
#MainContent .product-grid-container{
max-width:1440px;
margin:0 auto;
padding-left:40px;
padding-right:40px;
box-sizing:border-box;
}

/* Mobile */

@media(max-width:768px){

#MainContent .collection,
#MainContent .page-width,
#MainContent .product-grid-container{
padding-left:18px;
padding-right:18px;
}

}

.collection-list .collection-list__wrapper,
.collection-list .grid{
display:grid!important;
grid-template-columns:repeat(3,minmax(0,1fr))!important;
gap:36px!important;
}

/* Images */

.collection-list .card__media{
aspect-ratio:1/1!important;
overflow:hidden;
}

/* Titles */

.collection-list .card__heading{
font-size:24px!important;
margin-top:18px!important;
line-height:1.2!important;
}

/* Card spacing */

.collection-list .card{
padding-bottom:18px;
}

/* Mobile */

@media(max-width:768px){

.collection-list{
padding:0 18px;
}

.collection-list .collection-list__wrapper,
.collection-list .grid{
grid-template-columns:repeat(2,minmax(0,1fr))!important;
gap:18px!important;
}

.collection-list .card__heading{
font-size:18px!important;
}

}

/* TITLE */

.recently-viewed__section .grid-product__title {
  font-size: 14px !important;
  line-height: 1.4 !important;
  margin-top: 6px !important;
  font-weight: 500;
}
.recently-viewed__section .fabric-options-label {
  font-size: 10px;
  letter-spacing: 0.5px;
}
/* PRICE */

.recently-viewed__section .grid-product__price{
font-size:16px!important;
}

/* REMOVE EXTRA SPACING */

.recently-viewed__section .grid-item__meta{
margin-top:6px!important;
padding-top:0!important;
}


/* =========================================
FINAL CLEAN COLLECTION SYSTEM
========================================= */

/* DESKTOP COLLECTION GRID */

.template-collection .page-width{
max-width:1440px!important;
margin:0 auto!important;
padding-left:40px!important;
padding-right:40px!important;
}

.template-collection .new-grid.product-grid{
display:grid!important;
grid-template-columns:repeat(auto-fit,minmax(280px,1fr))!important;
gap:34px!important;
}

.template-collection .grid-item.grid-product{
width:100%!important;
max-width:100%!important;
margin:0!important;
padding:0!important;
}

/* MOBILE COLLECTION */

@media(max-width:768px){

.template-collection .page-width{
padding-left:18px!important;
padding-right:18px!important;
}

.template-collection .new-grid.product-grid{
grid-template-columns:repeat(2,minmax(0,1fr))!important;
gap:18px!important;
}

}

.element-breadcrumbs {
  font-size: 13px;
  opacity: .7;
}

.rte{
max-width:900px;
margin:0 auto
}

.rte h2{
margin:48px 0 18px;
line-height:1.2;
padding-top:24px;
border-top:1px solid #e5e5e5
}

.collection-grid img,
.product-grid img{
transition:transform .4s ease
}

.collection-grid img:hover,
.product-grid img:hover{
transform:scale(1.03)
}


/* Remove card top spacing */

.product-grid-item{
  padding-top:12px !important;
}

.custom-card {
  transition: all .25s ease;
}

.custom-card:hover {
  transform: translateY(-2px);
}
.fabric-options-label {
  font-size: 12px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #555;
  margin-left: 6px;
  display: flex;
  align-items: center;
  font-weight: 600;
}
/* ---------- SWATCH AREA ---------- */

.grid-item__swatches {
  min-height: 42px;
}
/* AI Summary */

.ai-summary {
  font-size: 16px;
  line-height: 1.8;
  color: #444;
  margin: 20px 0;
}


/* Specification Table */

.spec-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}

.spec-table td {
  padding: 14px;
  border-bottom: 1px solid #eee;
}

/* Best For */

.best-for-section {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}

.best-for-section h3 {
  font-size: 28px;
  margin-bottom: 18px;
}

.best-for-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.best-for-list li {
  margin-bottom: 12px;
  font-size: 17px;
  line-height: 1.6;
}

.best-for-list li::before {
  content: "✓";
  margin-right: 12px;
}


/* Trust Strip */

.trust-strip {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 24px;
  padding: 16px 20px;
  margin-top: 20px;
  border: 1px solid #e5e5e5;
  background: #fafafa;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.trust-icon {
  font-size: 20px;
}

.trust-text {
  font-size: 15px;
  line-height: 1.5;
}


/* Financing Banner */

.financing-banner {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 20px 24px;
  background: #f7f7f7;
  margin-top: 24px;
}

.finance-image img {
  width: 110px;
  height: auto;
  display: block;
}

.finance-content h3 {
  font-size: 20px;
  margin-bottom: 8px;
}

.finance-content p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 10px;
}

.finance-content a {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: underline;
}

/* PDP Full Width Fix */

.product-template .rte,
.template-product .rte{
max-width:100%!important;
}

/* =========================================
   ADD TO CART BUTTON
========================================= */

.product-form__submit,
button[name="add"]{
  min-height:58px !important;
  letter-spacing:1px;
  text-transform:uppercase;
  font-size:18px !important;
  font-weight:600 !important;
  background:#3f352f !important;
  transition:all .25s ease;
}

.product-form__submit:hover,
button[name="add"]:hover{
  background:#2f2722 !important;
}

/* =========================================
   LUXURY BENEFITS SECTION
========================================= */

.pdp-benefits{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px 28px;
  margin-top:20px;
  padding:18px 0;
  border-top:1px solid #ececec;
  border-bottom:1px solid #ececec;
}

.pdp-benefit{
  display:flex;
  align-items:center;
  gap:10px;
  font-size:14px;
  line-height:1.5;
  color:#444;
  letter-spacing:0.1px;
}

.pdp-benefit-icon{
  font-size:11px;
  color:#b1b1b1;
  margin-top:-1px;
  flex-shrink:0;
}

/* =========================================
   SWATCH CTA BUTTON
========================================= */

.pdp-swatches-btn{
  min-height:58px !important;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:0 24px;
  border:1px solid #2f2722;
  background:#fff;
  color:#111;
  text-decoration:none;
  font-size:13px !important;
  font-weight:600;
  letter-spacing:1px;
  text-transform:uppercase;
  transition:all .25s ease;
}

.pdp-swatches-btn:hover{
  background:#2f2722;
  color:#fff;
}

/* =========================================
   MOBILE
========================================= */

@media(max-width:749px){

  .pdp-benefits{
    grid-template-columns:1fr;
    gap:14px;
  }

}
/* LUXURY PDP FEATURE GRID */

.pdp-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  padding: 10px;
  background: #f8f7f5;
  margin-top: 42px;
}

.pdp-feature-icon {
  font-size: 14px;
  color: #b1b1b1;
  margin-bottom: 14px;
}

.pdp-feature-item h3 {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 0 10px;
  color: #222;
}

.pdp-feature-item p {
  font-size: 15px;
  line-height: 1.7;
  color: #555;
  margin: 0;
}

/* MOBILE */

@media (max-width: 900px) {

  .pdp-feature-grid {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 32px 24px;
  }

}
/* LUONTO QUICK SHIP PAGE FIX */

.template-collection .advanced-accordion,
.template-collection .advanced-accordion .grid,
.template-collection .advanced-accordion .new-grid,
.template-collection .advanced-accordion .page-width,
.template-collection .advanced-accordion .section-content{

  max-width:1380px !important;
  margin:0 auto !important;
  padding-left:32px !important;
  padding-right:32px !important;
  box-sizing:border-box;
}

/* FIX CARD GRIDS */

.template-collection .advanced-accordion .grid{
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:32px !important;
}

/* MOBILE */

@media(max-width:768px){

.template-collection .advanced-accordion,
.template-collection .advanced-accordion .grid{
  padding-left:18px !important;
  padding-right:18px !important;
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  gap:18px !important;
}

}
.collection-aeo {
  padding: 80px 0;
}

.aeo-heading {
  text-align: center;
  margin-bottom: 50px;
}

.aeo-heading h2 {
  font-size: 42px;
  line-height: 1.1;
  color: #2f2f39;
  margin-bottom: 0;
}

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

.aeo-card {
  background: #f8f6f3;
  padding: 35px;
  border-radius: 12px;
  transition: all 0.35s ease;
}

.aeo-card:hover {
  transform: translateY(-6px);
}

.aeo-card h3 {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 14px;
  color: #2f2f39;
}

.aeo-card p {
  font-size: 16px;
  line-height: 1.7;
  color: #5f5f66;
  margin: 0;
}

@media(max-width:768px){

  .aeo-grid{
    grid-template-columns:1fr;
  }

  .aeo-heading h2{
    font-size:32px;
  }

}
luxury-price-block{
  margin:20px 0;
}

.current-price{
  font-size:42px;
  font-weight:500;
  line-height:1;
  color:#2c241e;
  letter-spacing:-1px;
}

.compare-price{
  font-size:20px;
  color:#888;
  text-decoration:line-through;
  margin-bottom:8px;
}

.sale-badge{
  display:inline-block;
  margin-top:10px;
  padding:6px 12px;
  background:#f6f3ee;
  border:1px solid #e5ddd2;
  border-radius:20px;
  font-size:13px;
  font-weight:600;
}
.luxury-price-section{
    margin-top: 10px;
}

.luxury-price{
  font-size:42px;
  font-weight:6500;
  letter-spacing:-1px;
}
.luxury-benefits{
  margin-bottom:28px;
}

.benefit-item{
  font-size:14px;
  color:#6d655d;
  line-height:1.4;
}
.product__description,
.product-description{
  font-size:18px;
  line-height:1.7;
  color:#4f4a45;
}
.product-title{
  margin-bottom:20px;
}

.luxury-price-section{
  margin-bottom:18px;
}

.luxury-benefits{
  margin-bottom:18px;
}

.product-short-description{
  margin-bottom:24px;
}

.quantity-selector{
  margin-top:16px;
}

/* --- RH STYLE PRODUCT DETAILS --- */

/* WRAPPER */
.pd-wrap{
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px 0;
}

/* DESCRIPTION BLOCK – TRUE LEFT ALIGN */
.pd-full{
  max-width: 1100px;        /* narrower = luxury feel */
  margin-left: 0;          /* push left */
  margin-right: auto;      /* stop centering */
  margin-bottom: 32px;
}

/* BUTTON BASE */
.btn-primary,
.btn-secondary{
  display: inline-block;
  padding: 14px 26px;
  font-size: 14px;
  letter-spacing: .14em;
  text-transform: uppercase;
  text-decoration: none !important;
  border-radius: 10px;
  transition: all 0.3s ease;
}

/* PRIMARY BUTTON */
.btn-primary{
  color: #fff !important;
  background: #5b4f3a;
}

.btn-primary:hover{
  background: #4a3f2b;
}

/* SECONDARY BUTTON */
.btn-secondary{
  color: #000 !important;
  border: 1px solid rgba(0,0,0,.4);
  background: transparent;
}

.btn-secondary:hover{
  background: rgba(0,0,0,0.05);
  border-color: #000;
}

/* TEARSHEET BUTTON SPACING */
.pd-tearsheet-btn{
  margin-bottom: 22px;
}

/* LABELS */
.pd-label{
  font-size: 12px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: rgba(0,0,0,.55);
  margin-bottom: 14px;
}

/* PARAGRAPHS */
.pd-full p{
  font-size: 16px;
  line-height: 1.8;
  color: rgba(0,0,0,.82);
  margin: 0 !important;
}

.pd-full p:first-of-type{
  margin-top: 10px !important;
}

.pd-full p + p{
  margin-top: 8px !important;
}

/* GRID */
.pd-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
}

/* DIMENSIONS */
.pd-kv{
  list-style: none;
  padding: 0;
  margin: 0;
}

.pd-kv li{
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  margin-bottom: 2px;
}

/* BULLETS */
.pd-bullets{
  list-style: none;
  padding: 0;
  margin: 0;
}

.pd-bullets li{
  position: relative;
  padding-left: 16px;
  margin-bottom: 8px;
  font-size: 15px;
}

.pd-bullets li::before{
  content: "";
  width: 4px;
  height: 4px;
  background: rgba(0,0,0,.4);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 9px;
}

/* DIVIDER */
.pd-hr{
  border: none;
  height: 1px;
  background: rgba(0,0,0,.08);
  margin: 24px 0;
}

/* ACTION BUTTON GROUP */
.pd-actions{
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 6px;
}

/* MOBILE */
@media (max-width: 820px){
  .pd-grid{
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .pd-full{
    max-width: 100%;
  }
}
.pd-specs-row {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  margin-top: 30px;
}

@media (max-width: 768px) {
  .pd-specs-row {
    flex-direction: column;
  }
}

.pd-kv {
  list-style: none;
  margin: 0;
  padding: 0;
}

.pd-kv li {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  align-items: start;
  padding: 10px 0;
}

.pd-kv li span:first-child {
  font-weight: 500;
  line-height: 1.4;
}

.pd-kv li span:last-child {
  white-space: nowrap;
  text-align: right;
}
.block-price__save {
  display: none;
  color: #2e7d32;
  font-weight: 600;
  font-size: 13px;   /* currently good */
  white-space: nowrap;
  align-self: center;
}
.block-price__save {
  display: block;
  margin-top: 4px;
}
.product__sku,
.sku {
  margin-bottom: 12px;
}
.product-features li {
  margin-bottom: 8px;
}
.element-quantity-selector {
  min-width: 140px;
  border: 1px solid #cfc8bf;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}

.element-quantity-selector__input {
  min-width: 50px !important;
  text-align: center !important;
  font-weight: 600;
  background: #fff;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.element-quantity-selector__button {
  width: 44px !important;
  height: 44px;
  background: #f8f6f3;
}

.element-quantity-selector__button--minus {
  border-right: 1px solid #e5e0d8;
}

.element-quantity-selector__button--plus {
  border-left: 1px solid #e5e0d8;
}

.pd-description {
  margin-bottom: 40px;
}

.pd-specs {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 50px;
  align-items: start;
}


.pd-main-dim {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .pd-specs {
    grid-template-columns: 1fr;
  }
}

h2.pd-label{
  all:unset !important;
  display:block !important;
  font-size:18px !important;
  font-weight:600 !important;
  letter-spacing:.22em !important;
  text-transform:uppercase !important;
  color:rgba(0,0,0,.55) !important;
  line-height:1.2 !important;
  margin:0 0 8px !important;
}
.template-collection .grid__image-ratio--square:before {
    padding-bottom: 80% !important;
}


/* Optional: slightly tighter image area */
.template-collection .grid__image-ratio--square:before {
    padding-bottom: 68% !important;
}
@media (max-width: 768px) {
  .pd-kv li {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.product__description h1,
.product-single__meta h1,
h1.element-text--heading-md {
  font-size: 42px;
  line-height: 1.1;
}

@media (max-width:768px){
  h1.element-text--heading-md{
    font-size:30px !important;
    line-height:1.15 !important;
  }
}
.add-to-cart {
  font-size: 24px;
  font-weight: 500;
}

@media (max-width:768px){
  .add-to-cart{
    font-size:24px;
  }
}

/* =========================================
   PRODUCT BADGES
========================================= */

.product-badge {
  position: absolute !important;
  top: 12px !important;
  left: 12px !important;
  z-index: 60;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 6px 12px;

  font-size: 11px;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;

  white-space: nowrap;
  border-radius: 999px;

  color: #fff;

  box-shadow: 0 2px 8px rgba(0, 0, 0, .08);
  transform: none !important;
}

/* Badge Colors */

.product-badge--clearance {
  background: #b91c1c;
  color: #fff;
}

.product-badge--best-seller {
  background: #111;
  color: #fff;
}

.product-badge--showroom {
  background: #2c2c2c;
  color: #f5f5f5;
}

/* Search Results Badge Styling */

.search .product-badge {
  font-size: 10px;
  padding: 7px 14px;
  letter-spacing: .18em;
  border-radius: 999px;
  background: rgba(20, 20, 20, .82);
  backdrop-filter: blur(4px);
}

/* CARD */

.pd-card {
  background: #f7f5f1;
  border: 1px solid rgba(0, 0, 0, .06);
  border-radius: 10px;
  padding: 24px;

  width: 100%;
  min-width: 0;
}

/* FEATURES */

.pd-features {
  width: 100%;
}

.pd-features ul,
.pd-dim-list {
  margin: 0;
  padding-left: 20px;
}


/* =========================
   Comparison Section
========================= */

.comparison-section {
  margin-top: 50px;
}

.comparison-container {
  max-width: 1200px;
  margin: auto;
  padding: 40px;
  background: #fafafa;
}

.comparison-container h2 {
  margin-bottom: 24px;
}

.comparison-table-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.comparison-table {
  width: 100%;
  min-width: 700px;
  margin-top: 24px;
  border-collapse: collapse;
}

.comparison-table th,
.comparison-table td {
  padding: 16px;
  border: 1px solid #e5e5e5;
  text-align: left;
}

.comparison-table th {
  background: #f8f8f8;
  font-weight: 600;
}

.comparison-table tr:nth-child(even) {
  background: #fafafa;
}

/* Mobile */

@media screen and (max-width: 749px) {

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

  .financing-banner {
    flex-direction: column;
    text-align: center;
  }

  .comparison-table {
    font-size: 14px;
  }

}

/* AVIS LUXURY SWATCHES */

.avis-option-value {
  width: 220px !important;
  gap: 12px !important;

  border-radius: 999px !important;
  min-height: 52px !important;
  padding: 0 22px !important;

  border: 1px solid #dcdcdc !important;
  background: #fff !important;

  transition: all .25s ease;
}

.avis-option-value:hover {
  border-color: #111 !important;
}

.avis-option-value.selected {
  border: 3px solid #111 !important;
  background: #111 !important;
  color: #fff !important;
}

.avis-option-value label {
  font-size: 15px !important;
  font-weight: 500 !important;
  color: #222 !important;
  line-height: 1.4 !important;
  letter-spacing: .2px;
}

.avis-option-image img {
  height: 210px !important;
  object-fit: cover !important;

  border-radius: 999px !important;
  border: 1px solid #dcdcdc !important;

  transition: all .25s ease;
}

.avis-option-value:hover .avis-option-image img {
  border-color: #111 !important;
}

.avis-option-value.selected .avis-option-image img {
  border: 2px solid #111 !important;
}

@media (max-width: 900px) {
  .avis-option-value {
    width: 48% !important;
  }

  .avis-option-image img {
    height: 160px !important;
  }
}

/* TIPPY POPUPS */

.tippy-box {
  background: #fff !important;
  padding: 4px !important;
  border-radius: 22px !important;
  overflow: hidden !important;
  max-width: 420px !important;
  box-shadow: 0 24px 60px rgba(0,0,0,.14) !important;
}

.tippy-content {
  padding: 0 !important;
  background: #fff !important;
}

.tippy-arrow {
  color: #fff !important;
}

/* Collection Title */

.collection-title {
  font-size: clamp(38px, 4.5vw, 60px);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.03em;

  margin-bottom: 18px;
  max-width: 900px;
}

.collection-filter__item {
  margin-bottom: 8px;
}


/* =========================================
   PRODUCT IMAGE REFINEMENT
========================================= */

.grid-product__image-wrap,
.product-image-wrapper,
.image-badge-wrapper {
  position: relative !important;
  overflow: visible !important;
}

.grid-product__image-wrap {
  margin: 0 !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.grid-item__content {
  padding: 0 !important;
}

/* Recently Viewed Images */

.recently-viewed__section .grid-product__image-wrap {
  aspect-ratio: 1 / 1.15 !important;
  overflow: hidden !important;
}

/* Collection Product Background */

.template-collection .grid-product__image-wrap,
.template-collection .grid__image-ratio {
  background: #F7F5F2 !important;
}
/* Hover */
.advanced-accordion button:hover,
.advanced-accordion .accordion__button:hover {
  background: #c8a97e;
  color: #fff;
  border-color: #c8a97e;
}

/* Active */
.advanced-accordion button.active,
.advanced-accordion .accordion__button.active {
  background: #c8a97e;
  color: #fff;
  border-color: #c8a97e;
}

.pd-wrap{max-width:980px;margin:0 auto;padding:10px 0;}
.pd-grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(0,1fr);gap:34px;align-items:start;}
.pd-label{margin:0 0 10px;font-size:12px;letter-spacing:.18em;text-transform:uppercase;color:rgba(0,0,0,.65);}
.pd-text p{margin:0 0 14px;line-height:1.65;color:rgba(0,0,0,.82);font-size:16px;}
.pd-bullets{margin:0 0 14px 18px;padding:0;}
.pd-bullets li{margin:0 0 8px;line-height:1.55;color:rgba(0,0,0,.82);font-size:16px;}
.pd-card{background:#f6f4ef;border:1px solid #e7e1d8;border-radius:14px;padding:18px;}
.pd-dim-main{font-size:16px;line-height:1.5;color:rgba(0,0,0,.85);margin:0 0 8px;}
.pd-dim-list{margin:0;padding:0;list-style:none;}
.pd-dim-list li{margin:0 0 6px;line-height:1.5;color:rgba(0,0,0,.85);font-size:16px;}

@media (max-width:820px){
  .pd-wrap{max-width:100%;padding:0;}
  .pd-grid{grid-template-columns:1fr;gap:18px;}
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

<style>
    .product-description {
      font-family: Arial, Helvetica, sans-serif;
      line-height: 1.55;
    }
    .product-description .grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 20px;
      padding: 24px;
      border: 1px solid #e6e6e6;
      border-radius: 12px;
      background: #fff;
    }
    .product-description .col {
      padding: 18px;
      border: 1px solid #f0f0f0;
      border-radius: 10px;
      background: #fafafa;
    }
    .product-description h3 {
      margin: 0 0 10px 0;
      font-size: 18px;
      line-height: 1.25;
    }
    .product-description p {
      margin: 0 0 12px 0;
      font-size: 14px;
      color: #222;
    }
    .product-description ul {
      margin: 0;
      padding-left: 18px;
      font-size: 14px;
      color: #222;
    }
    .product-description li {
      margin: 8px 0;
    }
    .product-description .muted {
      color: #555;
      font-size: 12px;
      margin-top: 10px;
    }

    /* Responsive */
    @media (max-width: 900px) {
      .product-description .grid {
        grid-template-columns: 1fr;
        padding: 16px;
      }
    }
        </style>

        <section class="product-description">
  <style>
    .product-description {
      font-family: Arial, Helvetica, sans-serif;
      line-height: 1.55;
    }
    .product-description .grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 20px;
      padding: 24px;
      border: 1px solid #e6e6e6;
      border-radius: 12px;
      background: #fff;
    }
    .product-description .col {
      padding: 18px;
      border: 1px solid #f0f0f0;
      border-radius: 10px;
      background: #fafafa;
    }
    .product-description h3 {
      margin: 0 0 10px 0;
      font-size: 18px;
      line-height: 1.25;
    }
    .product-description p {
      margin: 0 0 12px 0;
      font-size: 14px;
      color: #222;
    }
    .product-description ul {
      margin: 0;
      padding-left: 18px;
      font-size: 14px;
      color: #222;
    }
    .product-description li {
      margin: 8px 0;
    }
    .product-description .muted {
      color: #555;
      font-size: 12px;
      margin-top: 10px;
    }

    /* Responsive */
    @media (max-width: 900px) {
      .product-description .grid {
        grid-template-columns: 1fr;
        padding: 16px;
      }
    }
  </style>

  /* ==========================================================
   CONTEMPO PREMIUM / RH PRODUCT PAGE
   Jonathan Louis • American Leather • Luonto
========================================================== */

/* FROM + PRICE ON SAME LINE */

.price-prefix{
    display:inline-flex;
    align-items:center;
    margin-right:8px;
    font-size:18px;
    font-weight:600;
    letter-spacing:.18em;
    text-transform:uppercase;
    color:#6d665f;
    line-height:1;
    vertical-align:middle;
}

/* PRODUCT PRICE */

.block-price .element-text--display-sm{
    font-size:48px !important;
    font-weight:500;
    line-height:1;
    letter-spacing:-0.04em;
    color:#222;
}

/* Mobile */

@media (max-width:768px){

.block-price .element-text--display-sm{
    font-size:42px !important;
}

.product-short_description{
    font-size:17px;
}

}
.block-price{
    margin-bottom:22px;
}
.breadcrumbs{
    font-size:14px;
    color:#777;
}
.variant-input-wrap label{
    min-height:52px;
    padding:0 28px;
    font-size:18px;
    font-weight:500;
}