/* Category product cards and full product details — July 2026 */
.category-catalog-results{
  display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-content:start;gap:22px;
  padding:22px 24px 30px;scroll-snap-type:none;background:#eee5d9;
}
.category-product-card.category-product-card-v2{
  width:100%;height:520px;min-height:0;margin:0;display:grid;grid-template-columns:48% 52%;position:relative;overflow:hidden;
  border:1px solid rgba(117,84,50,.12);border-radius:22px;background:#fffaf3;box-shadow:0 15px 38px rgba(70,46,23,.15);
  scroll-snap-align:none;isolation:isolate;cursor:pointer;transition:transform .22s ease,box-shadow .22s ease;
}
.category-product-card-v2:hover{transform:translateY(-4px);box-shadow:0 21px 48px rgba(70,46,23,.2)}
.category-product-card-v2:focus-visible{outline:3px solid rgba(167,113,47,.58);outline-offset:3px}
.category-product-card-v2 .category-product-media{position:relative;inset:auto;width:auto;height:100%;overflow:hidden;background:#cbb89d}
.category-product-card-v2 .category-product-hero{width:100%;height:100%;display:block;object-fit:cover;transition:transform .6s ease}
.category-product-card-v2:hover .category-product-hero{transform:scale(1.025)}
.category-product-card-v2 .category-product-category{
  position:absolute;left:14px;top:14px;max-width:calc(100% - 28px);padding:7px 10px;border-radius:999px;background:rgba(255,253,249,.9);
  color:#704e2d;font:850 7px/1 'Montserrat',sans-serif;letter-spacing:1.1px;text-transform:uppercase;backdrop-filter:blur(8px);
}
.category-product-image-fallback{width:100%;height:100%;display:grid;place-items:center;color:#fff;font:700 18px 'Cormorant Garamond',serif;background:linear-gradient(145deg,#cab08f,#765234)}
.category-product-card-v2 .category-product-copy{
  width:auto;height:100%;min-height:0;position:relative;display:flex;flex-direction:column;padding:25px 20px 20px;background:linear-gradient(138deg,#fffdf9,#f8efe3);color:#33271e;
}
.category-product-card-v2 .category-product-copy::before{content:none}
.category-product-eyebrow{color:#a2723b;font:850 7.5px/1.25 'Montserrat',sans-serif;letter-spacing:1.55px;text-transform:uppercase}
.category-product-card-v2 .category-product-copy h2{
  margin:10px 0 0;font-family:'Cormorant Garamond',serif;font-size:29px;line-height:.98;font-weight:600;letter-spacing:-.55px;color:#33271e;
  display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;
}
.category-product-card-v2 .category-product-rule{width:34px;height:2px;margin:13px 0;background:#aa7a45}
.category-product-card-v2 .category-product-copy>p{
  margin:0;color:#766b61;font:500 10.5px/1.52 'Roboto',sans-serif;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;overflow:hidden;
}
.category-product-card-v2 .category-product-live-facts{display:flex;flex-wrap:wrap;gap:4px 9px;margin:11px 0 0;color:#766858;font:650 7px/1.25 'Montserrat',sans-serif}
.category-product-card-v2 .category-product-live-facts span{padding:0;border:0;background:transparent;white-space:nowrap}
.category-product-card-v2 .category-product-live-facts strong{color:#3d3024;font-weight:900}
.category-product-card-v2 .category-product-price{display:flex;align-items:baseline;gap:6px;margin:auto 0 12px}
.category-product-card-v2 .category-product-price strong{font-family:'Cormorant Garamond',serif;font-size:34px;line-height:1;font-weight:600;color:#6f4c2e}
.category-product-card-v2 .category-product-price span{font:750 8px/1 'Montserrat',sans-serif;letter-spacing:.55px;color:#675b50}
.category-product-card-v2 .category-product-actions{display:grid;grid-template-columns:1fr;gap:7px;max-width:none}
.category-product-card-v2 .category-product-actions button{
  width:100%;min-height:40px;margin:0;display:flex;align-items:center;justify-content:center;gap:9px;padding:7px 10px;border-radius:8px;
  font:800 8px/1 'Montserrat',sans-serif;letter-spacing:.5px;text-transform:none;cursor:pointer;transition:background .16s,color .16s,border-color .16s,transform .16s;
}
.category-product-card-v2 .category-product-actions button:active{transform:scale(.985)}
.category-product-card-v2 .category-product-actions svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}
.category-product-card-v2 .category-product-details{grid-column:auto;justify-self:stretch;border:1px solid #936b47;background:transparent;color:#795535}
.category-product-card-v2 .category-product-details:hover{background:#f1e3d2}
.category-product-card-v2 .category-product-add{border:1px solid #765033;background:linear-gradient(105deg,#765033,#9a6b45);color:#fff;letter-spacing:.55px}
.category-product-card-v2 .category-product-add:hover,.category-product-card-v2 .category-product-add.added{background:#17120d}
.category-product-card-v2 .category-product-room{border:1px solid #936b47;background:transparent;color:#795535}
.category-product-card-v2 .category-product-room:hover{background:#f1e3d2}
.category-catalog-load{grid-column:1/-1;width:100%;margin:0}

/* Full product-detail view, backed by the existing live product object. */
.qv-overlay{padding:20px;background:rgba(20,16,12,.72);backdrop-filter:blur(13px)}
.qv-modal{
  width:min(1380px,97vw);max-width:1380px;max-height:94vh;grid-template-columns:minmax(0,1.13fr) minmax(440px,.87fr);align-items:start;
  overflow-y:auto;border:1px solid rgba(108,78,48,.15);border-radius:18px;background:#fff;box-shadow:0 34px 100px rgba(0,0,0,.42);scrollbar-color:#b98a52 #f4eee6;
}
.qv-close{position:sticky;grid-column:2;grid-row:1;justify-self:end;top:16px;right:16px;z-index:20;margin:16px 16px -58px 0;border:1px solid #e3d8ca;background:rgba(255,255,255,.96)}
.qv-img-col{grid-column:1;grid-row:1;min-height:690px;height:690px;margin:34px 20px 0 34px;overflow:visible;background:#f1e8dc}
.qv-img-col::after{content:none}
.qv-img{width:100%;height:590px;min-height:590px;display:block;border-radius:7px;object-fit:cover;filter:none}
.qv-photo-badges{top:14px;left:14px}
.qv-photo-badges span{min-height:28px;padding:6px 10px;font-size:7.5px}
.qv-img-thumbs{position:absolute;left:0;right:0;bottom:0;height:84px;display:flex;gap:10px;overflow-x:auto;transform:none}
.qv-gallery-thumb{width:92px;height:76px;flex:0 0 92px;padding:0;border:2px solid transparent;border-radius:7px;background:#eee;opacity:.82}
.qv-gallery-thumb img{border-radius:5px}
.qv-gallery-thumb.active{border-color:#a4723e;background:#fff;box-shadow:none;opacity:1}
.qv-gallery-nav{position:absolute;top:295px;z-index:5;width:42px;height:42px;display:grid;place-items:center;border:1px solid #eadfD2;border-radius:50%;background:rgba(255,255,255,.94);color:#523a26;box-shadow:0 7px 20px rgba(52,35,19,.14);cursor:pointer}
.qv-gallery-nav svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8}
.qv-gallery-prev{left:14px}.qv-gallery-next{right:14px}
.qv-info-col{grid-column:2;grid-row:1;max-height:none;padding:54px 38px 34px 26px;overflow:visible;background:#fff}
.qv-heading-row{padding-right:48px}.qv-cat{color:#b17a37;font-size:9px}.qv-sku{font-size:8px}
.qv-name{margin:10px 30px 8px 0;font-family:'Montserrat',sans-serif;font-size:clamp(27px,2.8vw,39px);line-height:1.08;font-weight:750;letter-spacing:-1px}
.qv-rating{margin-bottom:16px}.qv-rating-stars{color:#c58a32}
.qv-price{font-family:'Montserrat',sans-serif;font-size:31px;font-weight:800;color:#1b1713}.qv-price-unit{font-size:10px}.qv-box-line{width:auto;margin-bottom:16px;padding:0;background:transparent;font-size:10px}
.qv-desc{font-size:12px;line-height:1.62;color:#544b43}
.qv-assurance-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.qv-assurance-row span{border:0;padding:6px 0;background:transparent;color:#3f3933;font-size:8.5px}.qv-assurance-row svg{color:#aa7534}
.qv-section-label{font-size:9px}.qv-colors{margin-bottom:3px}.qv-sw-cell .qv-color-swatch{width:38px;height:38px;border-radius:50%}
.qv-specs-disclosure{display:none}
.qv-features{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.qv-feature{margin:0;padding:8px 9px;border:0;border-radius:4px;background:#fbf7f1;font-size:8.5px}
.qv-detail-notes{display:none}
.qv-purchase-options{margin:16px 0 12px;padding:14px 0;border-top:1px solid #ece4da;border-bottom:1px solid #ece4da;display:grid;grid-template-columns:1fr 1fr;gap:12px}
.qv-format,.qv-quantity,.qv-order-total{display:flex;flex-direction:column;gap:7px}.qv-purchase-options span{color:#4e453d;font:800 7.5px/1 'Montserrat',sans-serif;letter-spacing:.8px;text-transform:uppercase}.qv-format strong{color:#211b16;font:700 10px/1.4 'Montserrat',sans-serif}
.qv-quantity>div{width:132px;height:38px;display:grid;grid-template-columns:38px 1fr 38px;border:1px solid #bc9670;border-radius:5px;overflow:hidden}.qv-quantity button{border:0;background:#fff;color:#5d4028;font-size:18px;cursor:pointer}.qv-quantity strong{display:grid;place-items:center;border-left:1px solid #e2d4c5;border-right:1px solid #e2d4c5;font:800 11px 'Montserrat',sans-serif}
.qv-order-total{grid-column:1/-1;padding-top:2px}.qv-order-total strong{color:#8b5c2b;font:800 11px 'Montserrat',sans-serif}
.qv-ctas{grid-template-columns:1fr;gap:8px}.qv-ctas button{min-height:46px;border-radius:4px;font-size:9px}.qv-cta-primary{background:linear-gradient(100deg,#b77c31,#d6a14f);box-shadow:none}.qv-cta-primary.added{background:#1d1813}.qv-cta-sample,.qv-cta-roomvo,.qv-cta-secondary{border:1px solid #a97a43;background:#fff;color:#4d3521}.qv-cta-secondary{grid-column:auto}.qv-checkout-note{font-size:8px}
.qv-detail-footer{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;gap:44px;margin:18px 34px 42px;padding-top:28px;border-top:1px solid #dfd6ca;background:#fff}
.qv-detail-footer h3{margin:0 0 17px;color:#211b16;font:800 16px/1.2 'Montserrat',sans-serif}.qv-detail-specs>div{display:grid;grid-template-columns:1fr 1.3fr;gap:7px 18px}.qv-detail-specs>div>div{display:contents}.qv-detail-specs span{color:#5f554d;font:600 9px/1.4 'Montserrat',sans-serif}.qv-detail-specs strong{overflow-wrap:anywhere;color:#28211c;font:650 9px/1.4 'Montserrat',sans-serif}
.qv-detail-description>p{margin:0 0 17px;color:#514840;font-size:11px;line-height:1.65}.qv-detail-description details{border-top:1px solid #e5ddd3}.qv-detail-description summary{position:relative;padding:15px 28px 15px 0;list-style:none;color:#28211c;font:750 10px/1.25 'Montserrat',sans-serif;cursor:pointer}.qv-detail-description summary::-webkit-details-marker{display:none}.qv-detail-description summary::after{content:'+';position:absolute;right:4px;font-size:17px;font-weight:400}.qv-detail-description details[open] summary::after{content:'−'}.qv-detail-description details p{margin:0;padding:0 24px 15px 0;color:#665c53;font-size:10px;line-height:1.6}

@media(max-width:1180px){
  .category-catalog-results{grid-template-columns:repeat(2,minmax(0,1fr))}
  .category-product-card.category-product-card-v2{height:500px}
  .qv-modal{grid-template-columns:minmax(0,1fr) minmax(390px,.86fr)}
  .qv-img-col{height:620px;min-height:620px;margin-left:22px}.qv-img{height:520px;min-height:520px}.qv-gallery-nav{top:260px}
  .qv-info-col{padding-left:22px;padding-right:26px}
}

@media(max-width:760px){
  .category-catalog-results{display:grid;grid-template-columns:1fr;gap:14px;padding:12px 10px 18px;overflow-y:auto;scroll-snap-type:none}
  .category-product-card.category-product-card-v2{height:auto;min-height:620px;grid-template-columns:1fr;grid-template-rows:280px auto;border-radius:18px}
  .category-product-card-v2 .category-product-media{width:100%;height:280px;min-height:280px}
  .category-product-card-v2 .category-product-copy{height:auto;min-height:340px;padding:20px 18px 17px;overflow:visible}
  .category-product-card-v2 .category-product-copy h2{font-size:31px;-webkit-line-clamp:2}
  .category-product-card-v2 .category-product-copy>p{-webkit-line-clamp:3;font-size:11px}
  .category-product-card-v2 .category-product-price{margin:16px 0 11px}
  .category-product-card-v2 .category-product-actions{grid-template-columns:1fr 1fr}.category-product-card-v2 .category-product-details{grid-column:1/-1}.category-product-card-v2 .category-product-room{grid-column:auto}

  .qv-overlay{align-items:flex-end;padding:0}
  .qv-modal{width:100%;max-height:100dvh;grid-template-columns:1fr;border:0;border-radius:0;overflow-y:auto}
  .qv-close{grid-column:1;grid-row:1;top:10px;right:10px;margin:10px 10px -50px 0}
  .qv-img-col{grid-column:1;grid-row:1;width:auto;height:430px;min-height:430px;margin:0;overflow:visible;background:#f0e6d9}
  #qvModal .qv-img{height:338px!important;min-height:338px!important;max-height:338px!important;border-radius:0}
  .qv-img-thumbs{left:12px;right:12px;bottom:8px;height:74px}.qv-gallery-thumb{width:78px;height:66px;flex-basis:78px}
  .qv-gallery-nav{top:154px;width:38px;height:38px}.qv-gallery-prev{left:10px}.qv-gallery-next{right:10px}
  .qv-info-col{grid-column:1;grid-row:2;padding:27px 18px 22px}.qv-name{font-size:30px}.qv-assurance-row{grid-template-columns:1fr 1fr}.qv-features{grid-template-columns:1fr 1fr}
  .qv-purchase-options{grid-template-columns:1fr 1fr}.qv-ctas{grid-template-columns:1fr}
  .qv-detail-footer{grid-column:1;grid-row:3;grid-template-columns:1fr;gap:30px;margin:0 18px 34px;padding-top:24px}.qv-detail-specs>div{grid-template-columns:1fr 1.25fr}
}
.category-mini-grid{overflow:hidden}.category-mini-arrow:disabled{opacity:.28;cursor:default}.category-mini-page-label{display:block;margin:4px 0 0;text-align:right;color:#73675c;font:700 7px/1 'Montserrat',sans-serif;letter-spacing:.4px}

/* In-place specifications and calculator panels for the selected live product. */
.category-featured-product{height:680px}.category-featured-media{height:680px}.category-featured-copy{height:680px}
.category-featured-pane{display:none;min-width:0}.category-featured-pane.active{display:flex}.category-featured-main-panel{height:100%;flex-direction:column;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#c9b59e transparent;padding-right:3px}
.category-featured-actions .category-featured-spec-button,.category-featured-actions .category-featured-calc-button{border:1px solid #aa825a;background:#fff;color:#2e261f}.category-featured-actions .category-featured-spec-button:hover,.category-featured-actions .category-featured-calc-button:hover{background:#f7f1e9}
.category-featured-spec-panel,.category-featured-calculator{height:100%;flex-direction:column;overflow-y:auto;padding:6px 7px 8px 0;scrollbar-width:thin;scrollbar-color:#c9b59e transparent}
.category-panel-back{align-self:flex-start;margin:0 0 18px;padding:0;border:0;background:transparent;color:#845b31;font:800 8px/1 'Montserrat',sans-serif;letter-spacing:.35px;cursor:pointer}.category-panel-kicker{color:#a27036;font:850 8px/1 'Montserrat',sans-serif;letter-spacing:1.25px;text-transform:uppercase}.category-featured-spec-panel h3,.category-featured-calculator h3{margin:8px 0 6px;color:#17130f;font:750 31px/1.05 'Montserrat',sans-serif;letter-spacing:-.7px}.category-featured-spec-panel>p,.category-featured-calculator>p{margin:0 0 18px;color:#62584f;font:500 10px/1.5 'Montserrat',sans-serif}
.category-specification-list{display:grid;grid-template-columns:1fr 1fr;gap:0 20px;border-top:1px solid #e3ddd6}.category-specification-list>div{min-width:0;display:flex;justify-content:space-between;gap:10px;padding:10px 0;border-bottom:1px solid #e9e3dc;color:#71665c;font:650 8px/1.35 'Montserrat',sans-serif}.category-specification-list strong{overflow-wrap:anywhere;color:#28211b;text-align:right;font-weight:800}.category-panel-summary{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:16px 0;padding:13px 14px;background:#f7f2ec;color:#5a4f46;font:750 8px/1.2 'Montserrat',sans-serif}.category-panel-summary strong{color:#6f4b2d;font-size:12px}
.category-panel-primary,.category-panel-secondary{width:100%;min-height:43px;display:flex;align-items:center;justify-content:center;gap:9px;border-radius:4px;font:850 8.5px/1 'Montserrat',sans-serif;letter-spacing:.55px;text-transform:uppercase;cursor:pointer}.category-panel-primary{border:1px solid #a56a25;background:linear-gradient(95deg,#a96d24,#bd8237);color:#fff}.category-panel-secondary{margin-top:8px;border:1px solid #a98159;background:#fff;color:#32271e}.category-panel-primary svg,.category-panel-secondary svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
.category-calculator-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px 18px;margin-top:2px}.category-calculator-grid label,.category-calc-field{min-width:0;display:flex;flex-direction:column;gap:8px}.category-calculator-grid label>span,.category-calc-field>span{color:#241e19;font:800 8.5px/1 'Montserrat',sans-serif}.category-calc-stepper{height:42px;display:grid;grid-template-columns:38px minmax(0,1fr) 38px;border:1px solid #d4c8bb;border-radius:4px;overflow:hidden;background:#fff}.category-calc-stepper button{border:0;background:#fff;color:#29211b;font-size:18px;cursor:pointer}.category-calc-stepper input,.category-calc-stepper strong{min-width:0;display:grid;place-items:center;border:0;border-left:1px solid #e3dbd2;border-right:1px solid #e3dbd2;background:#fff;color:#28211b;text-align:center;font:750 10px 'Montserrat',sans-serif}.category-calc-units{height:42px;display:grid;grid-template-columns:1fr 1fr;border:1px solid #d4c8bb;border-radius:4px;overflow:hidden}.category-calc-units button{border:0;background:#f7f5f2;color:#6d6258;font:800 9px 'Montserrat',sans-serif;cursor:pointer}.category-calc-units button.active{background:#fff;color:#251e18;box-shadow:inset 0 0 0 1px #b88a57}.category-calculator-grid select,.category-calc-field>strong{height:42px;padding:0 12px;border:1px solid #d4c8bb;border-radius:4px;background:#fff;color:#302821;font:750 9px 'Montserrat',sans-serif}.category-calc-field>strong{display:flex;align-items:center}
.category-calc-summary{margin:18px 0 12px;padding-top:15px;border-top:1px solid #e1dbd4}.category-calc-summary>span{display:block;margin-bottom:9px;color:#2d251f;font:850 8px/1 'Montserrat',sans-serif;letter-spacing:.8px;text-transform:uppercase}.category-calc-summary>div{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:5px 7px;color:#5f554c}.category-calc-summary small{font:650 8px/1.2 'Montserrat',sans-serif}.category-calc-summary strong{color:#2f2822;font:800 9px/1.2 'Montserrat',sans-serif}.category-calc-summary .total{margin-top:5px;padding:10px;background:#f6f1eb}.category-calc-summary .total small{color:#241d18;font-size:10px;font-weight:850}.category-calc-summary .total strong{color:#17120e;font-size:15px}
@media(max-width:980px){.category-featured-product,.category-featured-media,.category-featured-copy{height:680px}.category-specification-list{grid-template-columns:1fr}.category-calculator-grid{gap:12px}}
@media(max-width:760px){.category-featured-product,.category-featured-copy{height:auto}.category-featured-media{height:330px}.category-featured-main-panel,.category-featured-spec-panel,.category-featured-calculator{height:auto;max-height:none;overflow:visible}.category-calculator-grid{grid-template-columns:1fr 1fr}.category-featured-spec-panel,.category-featured-calculator{padding:5px 0 10px}}
@media(max-width:430px){.category-calculator-grid{grid-template-columns:1fr}.category-specification-list{grid-template-columns:1fr}}

/* Exact product image first; room photography is a desktop hover preview only. */
.category-featured-media .category-featured-exact-image,.category-featured-media .category-featured-room-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:opacity .28s ease,transform .65s ease}.category-featured-media .category-featured-exact-image{z-index:1;opacity:1}.category-featured-media .category-featured-room-image{z-index:2;opacity:0}.category-featured-hover-hint{position:absolute;z-index:4;left:18px;bottom:16px;padding:8px 11px;border-radius:999px;background:rgba(20,16,12,.72);color:#fff;font:750 7px/1 'Montserrat',sans-serif;letter-spacing:.45px;opacity:.88;backdrop-filter:blur(7px)}
@media(hover:hover){.category-featured-media:hover .category-featured-exact-image{opacity:0}.category-featured-media:hover .category-featured-room-image{opacity:1}.category-featured-media:hover .category-featured-room-image{transform:scale(1.018)}}
@media(hover:none){.category-featured-room-image,.category-featured-hover-hint{display:none!important}}

/* Data-driven Floor City-style facets beside every category product display. */
.category-catalog-layout{display:grid;grid-template-columns:238px minmax(0,1fr);align-items:start;gap:24px}.category-catalog-content{min-width:0}.category-filter-mobile-bar{display:none}.category-filter-sidebar{position:sticky;top:0;max-height:calc(100dvh - 250px);overflow-y:auto;padding:18px 17px;border:1px solid #ded5ca;border-radius:9px;background:#fff;scrollbar-width:thin;scrollbar-color:#bda78e transparent}.category-filter-sidebar>header{display:flex;align-items:flex-end;justify-content:space-between;gap:10px;padding-bottom:13px;border-bottom:1px solid #e5ddd3}.category-filter-sidebar>header span{display:block;margin-bottom:5px;color:#a27138;font:800 7px/1 'Montserrat',sans-serif;letter-spacing:1px;text-transform:uppercase}.category-filter-sidebar>header h3{margin:0;color:#18130f;font:750 25px/1 'Montserrat',sans-serif}.category-filter-sidebar>header button,.category-filter-mobile-bar>button+button{padding:0;border:0;background:transparent;color:#8b5d2d;font:800 7px/1 'Montserrat',sans-serif;text-decoration:underline;text-underline-offset:3px;cursor:pointer}.category-filter-sidebar details{border-bottom:1px solid #e8e0d7}.category-filter-sidebar summary{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:15px 0;list-style:none;color:#29221c;font:800 10px/1 'Montserrat',sans-serif;cursor:pointer}.category-filter-sidebar summary::-webkit-details-marker{display:none}.category-filter-sidebar summary span{color:#8f6a45;font-size:13px;transition:transform .18s}.category-filter-sidebar details:not([open]) summary span{transform:rotate(-90deg)}.category-filter-options{max-height:230px;overflow-y:auto;padding:0 3px 12px 0;scrollbar-width:thin}.category-filter-options label{min-height:27px;display:grid;grid-template-columns:16px minmax(0,1fr) auto;align-items:center;gap:8px;color:#5d534a;font:600 8px/1.25 'Montserrat',sans-serif;cursor:pointer}.category-filter-options input{width:14px;height:14px;margin:0;accent-color:#9d682d}.category-filter-options label span{overflow-wrap:anywhere}.category-filter-options label b{color:#8c8177;font-weight:700}.category-filter-options label:has(input:checked){color:#2a211a;font-weight:800}.category-filter-options label:has(input:checked) b{color:#9b692e}
@media(max-width:1180px){.category-catalog-layout{grid-template-columns:205px minmax(0,1fr);gap:16px}.category-filter-sidebar{padding:16px 13px}.category-featured-product{grid-template-columns:minmax(0,1fr) minmax(370px,.9fr)}}
@media(max-width:860px){
  .category-catalog-layout{display:block}.category-filter-mobile-bar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 0 12px}.category-filter-mobile-bar>button:first-child{min-height:42px;display:flex;align-items:center;gap:10px;padding:0 15px;border:1px solid #9c744c;border-radius:5px;background:#fff;color:#33261c;font:800 9px 'Montserrat',sans-serif}.category-filter-mobile-bar b{min-width:20px;height:20px;display:grid;place-items:center;border-radius:50%;background:#9e6b32;color:#fff;font-size:8px}.category-filter-sidebar{display:none;position:static;max-height:58vh;margin-bottom:14px}.category-catalog-layout.filters-open .category-filter-sidebar{display:block}.category-catalog-layout.filters-open .category-catalog-content{opacity:.5;pointer-events:none}
}

@media(max-width:420px){
  .category-product-card.category-product-card-v2{min-height:600px;grid-template-rows:250px auto}.category-product-card-v2 .category-product-media{height:250px;min-height:250px}.category-product-card-v2 .category-product-copy{min-height:350px}.category-product-card-v2 .category-product-copy h2{font-size:28px}
  .category-product-card-v2 .category-product-actions{grid-template-columns:1fr}.category-product-card-v2 .category-product-details{grid-column:auto}.category-product-card-v2 .category-product-room{grid-column:auto}
  .qv-assurance-row,.qv-features{grid-template-columns:1fr}.qv-purchase-options{grid-template-columns:1fr}.qv-order-total{grid-column:auto}.qv-detail-specs>div{grid-template-columns:1fr;gap:3px}.qv-detail-specs strong{margin-bottom:7px}
}

/* Featured category product and compact collection gallery. */
.category-catalog-results{display:block!important;padding:24px 26px 38px!important;scroll-snap-type:none!important;background:#eee5d9}
.category-featured-product{width:min(1240px,100%);min-height:580px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1.12fr) minmax(390px,.88fr);overflow:hidden;border:1px solid rgba(117,84,50,.14);border-radius:24px;background:#fff;box-shadow:0 18px 50px rgba(70,46,23,.16);isolation:isolate}
.category-featured-media{position:relative;min-height:580px;overflow:hidden;background:#cab899}
.category-featured-media>img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .7s ease}
.category-featured-product:hover .category-featured-media>img{transform:scale(1.018)}
.category-featured-media::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(30,20,12,.08),transparent 35%,rgba(30,20,12,.23))}
.category-featured-badge{position:absolute;z-index:2;left:20px;top:20px;padding:9px 13px;border-radius:999px;background:rgba(255,253,249,.93);color:#74502f;font:850 8px/1 'Montserrat',sans-serif;letter-spacing:1px;text-transform:uppercase;backdrop-filter:blur(8px)}
.category-featured-image-action{position:absolute;z-index:2;left:20px;bottom:20px;min-height:38px;padding:0 15px;border:1px solid rgba(255,255,255,.7);border-radius:999px;background:rgba(31,23,17,.7);color:#fff;font:750 8px/1 'Montserrat',sans-serif;letter-spacing:.4px;cursor:pointer;backdrop-filter:blur(8px)}
.category-featured-copy{display:flex;flex-direction:column;padding:38px 36px 30px;color:#30251c;background:linear-gradient(145deg,#fffdf9,#f8f0e6)}
.category-featured-eyebrow{color:#a27036;font:850 9px/1.2 'Montserrat',sans-serif;letter-spacing:1.6px;text-transform:uppercase}
.category-featured-copy h2{margin:11px 0 10px;font:600 clamp(38px,3.6vw,57px)/.98 'Cormorant Garamond',serif;letter-spacing:-1.4px;color:#33271e}
.category-featured-rating,.category-mini-rating{display:flex;align-items:center;flex-wrap:wrap;gap:6px;color:#75685c;font:650 8px/1.2 'Montserrat',sans-serif}
.category-rating-stars{max-width:75px;overflow:hidden;color:#be8130;font-size:11px;letter-spacing:1.5px;white-space:nowrap}.category-rating-verified{width:18px;height:18px;display:grid;place-items:center;border-radius:50%;background:#e9dccb;color:#775331;font-size:11px}.category-featured-rating strong,.category-mini-rating strong{color:#382b21;font-weight:850}
.category-featured-price{display:flex;align-items:baseline;gap:8px;margin:18px 0 5px}.category-featured-price strong{color:#6f4b2d;font:600 42px/1 'Cormorant Garamond',serif}.category-featured-price span{color:#5f554b;font:750 9px/1 'Montserrat',sans-serif}
.category-featured-box-facts{display:flex;flex-wrap:wrap;gap:7px 16px;margin-bottom:16px;color:#746659;font:650 8px/1.3 'Montserrat',sans-serif}.category-featured-box-facts strong{color:#372a20;font-weight:900}
.category-featured-description{margin:0;color:#675c52;font:500 12px/1.65 'Roboto',sans-serif}
.category-featured-features{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 12px;margin:17px 0 0;padding:0;list-style:none}.category-featured-features li{display:flex;align-items:center;gap:7px;color:#4e4339;font:700 8px/1.35 'Montserrat',sans-serif}.category-featured-features li span{width:20px;height:20px;display:grid;place-items:center;border-radius:50%;background:#efe3d3;color:#966731;font-size:10px}
.category-featured-colors{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:18px 0 0;padding-top:14px;border-top:1px solid #e6dbce}.category-featured-colors>span{color:#493d33;font:800 8px/1 'Montserrat',sans-serif;text-transform:uppercase;letter-spacing:.75px}.category-featured-colors>div{display:flex;gap:7px}.category-featured-colors i{width:24px;height:24px;border:2px solid #fff;border-radius:50%;background:var(--swatch);box-shadow:0 0 0 1px #cdbba6}
.category-featured-specs{display:grid;grid-template-columns:1fr 1fr;gap:6px 14px;margin:15px 0 18px;padding:14px 0;border-top:1px solid #e6dbce;border-bottom:1px solid #e6dbce}.category-featured-specs>div{min-width:0;display:flex;justify-content:space-between;gap:7px;color:#716559;font:650 7px/1.3 'Montserrat',sans-serif}.category-featured-specs strong{overflow:hidden;color:#33281f;text-align:right;text-overflow:ellipsis;white-space:nowrap}
.category-featured-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:auto}.category-featured-actions button{min-height:44px;display:flex;align-items:center;justify-content:center;gap:9px;padding:8px 12px;border-radius:7px;font:800 8px/1 'Montserrat',sans-serif;letter-spacing:.45px;cursor:pointer;transition:transform .16s ease,background .16s ease,color .16s ease}.category-featured-actions button:active{transform:scale(.985)}.category-featured-actions svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}.category-featured-details{grid-column:1/-1;border:1px solid #936b47;background:#fff;color:#6e4b2f}.category-featured-add{border:1px solid #765033;background:linear-gradient(105deg,#765033,#a47449);color:#fff}.category-featured-add:hover,.category-featured-add.added{background:#17120d}.category-featured-room{border:1px solid #936b47;background:transparent;color:#6e4b2f}.category-featured-details:hover,.category-featured-room:hover{background:#f1e3d2}
.category-mini-collection{width:min(1240px,100%);margin:34px auto 0;padding-top:26px;border-top:1px solid rgba(98,68,41,.2)}
.category-mini-collection>header{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:17px}.category-mini-collection>header span{color:#a27036;font:850 8px/1 'Montserrat',sans-serif;letter-spacing:1.5px;text-transform:uppercase}.category-mini-collection>header h3{margin:7px 0 0;color:#33271e;font:600 32px/1 'Cormorant Garamond',serif}.category-mini-collection>header>strong{color:#6d6053;font:750 8px/1 'Montserrat',sans-serif;letter-spacing:.5px}
.category-mini-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.category-mini-product{min-width:0;overflow:hidden;border:1px solid rgba(105,75,48,.13);border-radius:15px;background:#fff;box-shadow:0 10px 26px rgba(70,46,23,.1);cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.category-mini-product:hover{transform:translateY(-4px);box-shadow:0 16px 34px rgba(70,46,23,.16)}.category-mini-product:focus-visible{outline:3px solid rgba(167,113,47,.58);outline-offset:3px}
.category-mini-media{position:relative;aspect-ratio:1.34/1;overflow:hidden;background:#cbb89d}.category-mini-media>img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .5s ease}.category-mini-product:hover .category-mini-media>img{transform:scale(1.035)}.category-mini-media::after{content:'';position:absolute;inset:35% 0 0;background:linear-gradient(180deg,transparent,rgba(24,17,11,.82))}
.category-mini-name{position:absolute;z-index:1;left:14px;right:14px;bottom:13px;color:#fff;font:700 22px/1.02 'Cormorant Garamond',serif;text-shadow:0 2px 8px rgba(0,0,0,.4)}
.category-mini-copy{padding:13px 14px 14px}.category-mini-copy>p{min-height:40px;margin:9px 0 12px;color:#71665d;font:500 10px/1.42 'Roboto',sans-serif;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.category-mini-footer{display:flex;align-items:end;justify-content:space-between;gap:10px;padding-top:10px;border-top:1px solid #eee5da;color:#67594c;font:650 7px/1.2 'Montserrat',sans-serif}.category-mini-footer strong{color:#704c2e;font:700 18px/1 'Cormorant Garamond',serif}.category-mini-footer b{color:#8d622f;font-weight:850;white-space:nowrap}

@media(max-width:1040px){
  .category-featured-product{grid-template-columns:minmax(0,1fr) minmax(350px,.9fr)}
  .category-featured-copy{padding:31px 27px 26px}.category-mini-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:760px){
  .category-catalog-results{padding:12px 10px 24px!important}
  .category-featured-product{min-height:0;grid-template-columns:1fr;border-radius:18px}.category-featured-media{min-height:310px;height:310px}.category-featured-copy{padding:25px 19px 21px}.category-featured-copy h2{font-size:39px}.category-featured-description{font-size:11px}.category-featured-specs{grid-template-columns:1fr}.category-featured-actions{grid-template-columns:1fr}.category-featured-details{grid-column:auto}.category-featured-image-action{bottom:14px;left:14px}.category-featured-badge{top:14px;left:14px}
  .category-mini-collection{margin-top:25px;padding-top:20px}.category-mini-collection>header{align-items:start}.category-mini-collection>header h3{font-size:28px}.category-mini-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.category-mini-name{font-size:19px}.category-mini-copy{padding:11px}.category-mini-copy>p{font-size:9.5px}.category-mini-footer{align-items:start;flex-direction:column;gap:6px}.category-mini-footer strong{font-size:17px}
}
@media(max-width:390px){
  .category-featured-media{min-height:275px;height:275px}.category-featured-copy h2{font-size:35px}.category-featured-features{grid-template-columns:1fr}.category-featured-colors{align-items:flex-start;flex-direction:column}.category-mini-media{aspect-ratio:1.08/1}.category-mini-name{left:10px;right:10px;bottom:10px;font-size:17px}.category-mini-rating{gap:4px;font-size:7px}.category-rating-stars{font-size:9px;letter-spacing:.6px}.category-mini-collection>header>strong{display:none}
}

/* Match the selected-product layout: large live product above one horizontal rail. */
.category-catalog-results{background:#fff!important}
.category-featured-product{width:100%;max-width:1320px;height:630px;min-height:0;grid-template-columns:minmax(0,1.45fr) minmax(430px,.95fr);border:0;border-radius:16px;box-shadow:none;background:#fff}
.category-featured-media{height:630px;min-height:0;border-radius:16px;background:#eee7dc}.category-featured-copy{min-height:0;overflow:hidden}
.category-featured-media::after{display:none}.category-featured-badge{display:none}.category-featured-image-action{display:none}
.category-featured-copy{padding:9px 12px 8px 38px;background:#fff}
.category-featured-eyebrow{display:none}.category-featured-copy h2{margin:0 0 11px;font:750 clamp(30px,2.7vw,44px)/1.08 'Montserrat',sans-serif;letter-spacing:-1.15px;color:#111}
.category-featured-price{margin:17px 0 5px}.category-featured-price strong{color:#17120e;font:800 32px/1 'Montserrat',sans-serif}.category-featured-price span{color:#2e2925;font-size:10px}
.category-featured-box-facts{margin:0 0 15px;color:#524a43;font-size:9px}.category-featured-description{color:#36312d;font:500 11px/1.58 'Montserrat',sans-serif}
.category-featured-features{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 24px;margin:18px 0 0}.category-featured-features li{font-size:9px}.category-featured-features li span{background:transparent;color:#b27b34;font-size:16px}
.category-featured-options{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:18px;padding-top:16px;border-top:1px solid #e5e1dc}.category-featured-options .category-featured-colors{margin:0;padding:0;border:0;display:block}.category-featured-options .category-featured-colors>span,.category-featured-format>span,.category-featured-quantity>span{display:block;margin-bottom:9px;color:#26211d;font:850 8px/1 'Montserrat',sans-serif;letter-spacing:.4px;text-transform:uppercase}.category-featured-options .category-featured-colors>div{justify-content:flex-start}.category-featured-options .category-featured-colors i{width:31px;height:31px}.category-featured-options .category-featured-colors i.active{box-shadow:0 0 0 2px #7b512c}.category-featured-format strong{display:block;color:#443b33;font:700 9px/1.45 'Montserrat',sans-serif}
.category-featured-quantity{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:0 12px;margin:15px 0 12px}.category-featured-quantity>span{grid-column:1/-1}.category-featured-quantity>div{height:38px;display:grid;grid-template-columns:42px minmax(70px,1fr) 42px;border:1px solid #cdb79e;border-radius:4px}.category-featured-quantity button{border:0;background:#fff;color:#30251c;font-size:18px;cursor:pointer}.category-featured-quantity strong{display:grid;place-items:center;border-left:1px solid #e3d8cc;border-right:1px solid #e3d8cc;color:#2b231c;font:800 10px 'Montserrat',sans-serif}.category-featured-quantity>b{padding-bottom:12px;color:#4e453d;font:650 8px 'Montserrat',sans-serif;white-space:nowrap}
.category-featured-actions{grid-template-columns:1fr;gap:8px;margin-top:0}.category-featured-actions button{min-height:42px;border-radius:3px;font-size:8.5px;text-transform:uppercase}.category-featured-add{grid-row:1;background:linear-gradient(95deg,#aa6d22,#bb7e31);border-color:#a46a25}.category-featured-room,.category-featured-sample,.category-featured-details{grid-column:auto;border:1px solid #aa825a;background:#fff;color:#2e261f}.category-featured-room:hover,.category-featured-sample:hover,.category-featured-details:hover{background:#f7f1e9}.category-featured-details{min-height:32px!important;border:0!important;text-decoration:underline;text-underline-offset:3px}
.category-mini-collection{width:100%;max-width:1320px;margin:18px auto 0;padding:18px 0 0;border-top:1px solid #e2ddd7}.category-mini-collection>header{margin:0 0 12px}.category-mini-collection>header span{display:none}.category-mini-collection>header h3{font:750 20px/1.1 'Montserrat',sans-serif;color:#17130f}.category-mini-rail-wrap{position:relative;padding:0 24px}.category-mini-grid{display:flex!important;gap:18px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding:2px 2px 12px}.category-mini-grid::-webkit-scrollbar{display:none}
.category-mini-product{width:228px;min-width:228px;flex:0 0 228px;scroll-snap-align:start;border-radius:5px;box-shadow:0 3px 9px rgba(45,31,19,.14)}.category-mini-product.active{border-color:#a96e2a;box-shadow:0 0 0 2px #b77b35,0 5px 13px rgba(45,31,19,.16)}.category-mini-product:hover{transform:translateY(-2px)}.category-mini-media{aspect-ratio:1.42/1}.category-mini-name{left:10px;right:10px;bottom:9px;font:800 12px/1.1 'Montserrat',sans-serif}.category-mini-copy{padding:10px}.category-mini-copy>p{min-height:32px;margin:7px 0 5px;font:500 9px/1.35 'Montserrat',sans-serif}.category-mini-footer{display:none}.category-mini-rating{font-size:7px}.category-mini-arrow{position:absolute;z-index:3;top:50%;width:32px;height:42px;display:grid;place-items:center;transform:translateY(-50%);border:1px solid #e1d8cd;border-radius:5px;background:#fff;color:#4c3825;font-size:25px;box-shadow:0 4px 12px rgba(0,0,0,.1);cursor:pointer}.category-mini-arrow.prev{left:-8px}.category-mini-arrow.next{right:-8px}

@media(max-width:980px){
  .category-featured-product{height:620px;grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr)}.category-featured-copy{padding-left:25px}.category-featured-media{height:620px;min-height:0}
}
@media(max-width:760px){
  .category-featured-product{height:auto;grid-template-columns:1fr;border-radius:0}.category-featured-media{height:330px;min-height:330px;border-radius:9px}.category-featured-copy{min-height:0;overflow:visible;padding:23px 9px 8px}.category-featured-copy h2{font-size:29px}.category-featured-options{grid-template-columns:1fr}.category-featured-actions{grid-template-columns:1fr}.category-mini-collection{margin-top:14px}.category-mini-collection>header h3{font-size:18px}.category-mini-rail-wrap{padding:0 8px}.category-mini-product{width:190px;min-width:190px;flex-basis:190px}.category-mini-arrow{display:none}
}
