@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');
:root{--ink:#123d4c;--muted:#657a81;--teal:#087f88;--paper:#f8faf8;--line:#dce5e4}*{box-sizing:border-box}body{margin:0;color:var(--ink);background:var(--paper);font-family:'DM Sans',sans-serif}button,input,select{font:inherit}button,a,input,select{touch-action:manipulation}a{color:inherit;text-decoration:none}button{cursor:pointer;color:inherit}button:disabled{cursor:not-allowed;opacity:.45}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid #e9ac61;outline-offset:4px}h1,h2,h3,.logo{font-family:Manrope,sans-serif}h1,h2,h3,p{margin-top:0}.preview{background:#e8eddf;text-align:center;font-size:10px;letter-spacing:1px;padding:8px}.topline{background:var(--ink);color:white;display:flex;justify-content:space-between;padding:9px 5%;font-size:11px}header{padding:25px 5%;display:flex;align-items:center;gap:6%;background:white}.logo{font-size:34px;font-weight:800;letter-spacing:-2px;white-space:nowrap}.logo span{color:#0b9aa5;margin-left:4px;font-size:40px}#search{display:flex;max-width:550px;flex:1;border:1px solid var(--line);border-radius:5px;background:#f8faf9}#search input{background:none;border:0;padding:14px;width:100%;min-width:0;font-size:12px}#search button{border:0;background:none;font-size:26px;width:48px}.cart-btn{margin-left:auto;border:0;background:none;white-space:nowrap;font-size:13px}.cart-btn span{background:var(--ink);border-radius:50%;color:white;padding:5px 8px;margin-left:6px}nav{display:flex;justify-content:space-between;padding:16px 5%;border-top:1px solid #edf1f0;background:white;gap:25px;font-size:12px}nav a{white-space:nowrap}nav a:last-child{color:var(--teal)}.wrap{max-width:1440px;padding:0 5%;margin:auto}.hero{display:grid;grid-template-columns:1fr 1fr;min-height:560px;background:#e8efeb}.hero-copy{padding:72px 9% 60px 10%;align-self:center}.eyebrow{font-size:10px;letter-spacing:2px;text-transform:uppercase;font-weight:700;margin-bottom:24px;display:block}.hero h1{font-size:clamp(38px,4.6vw,68px);font-weight:500;letter-spacing:-3px;line-height:1.09;margin-bottom:24px}.hero h1 em{font-style:normal;color:var(--teal)}.hero p{max-width:360px;line-height:1.7;color:#526e74;font-size:14px}.hero-image{position:relative;overflow:hidden;min-height:450px}.hero-image>img{height:100%;width:100%;object-fit:cover;position:absolute}.image-label{position:absolute;bottom:28px;left:28px;color:white;background:#123d4cb0;padding:12px 16px;font-size:11px;backdrop-filter:blur(5px)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:30px;background:var(--ink);color:white;border:1px solid var(--ink);padding:16px 22px;font-size:12px;font-weight:600;border-radius:3px}.btn:hover{background:#20586a}.btn.light{background:white;color:var(--ink);border-color:var(--line)}.hero .btn{margin-top:16px}.hero-note{display:block;margin-top:23px;font-size:11px;color:var(--muted)}.benefits{display:grid;grid-template-columns:repeat(4,1fr);padding:25px 5%;border-bottom:1px solid var(--line);background:white}.benefits div{font-size:12px;display:flex;align-items:center;gap:12px;justify-content:center}.benefits b{font-size:22px;font-weight:400;color:var(--teal)}.section{padding-top:66px;padding-bottom:66px}.section-title{display:flex;justify-content:space-between;align-items:end;margin-bottom:28px;gap:20px}.section-title h2{font-size:29px;font-weight:500;letter-spacing:-1px;margin:0}.section-title p{font-size:13px;color:var(--muted);margin:9px 0 0}.section-title>a{font-size:12px;border-bottom:1px solid;padding-bottom:5px}.categories{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.category{background:#eef3f1;border-radius:5px;overflow:hidden}.category img{width:100%;height:165px;object-fit:contain;mix-blend-mode:multiply}.category div{padding:20px;display:flex;justify-content:space-between;font-size:14px}.category:hover img,.card:hover img{transform:scale(1.035)}img{transition:transform .3s}.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.card{min-width:0}.stage{position:relative;border-radius:5px;background:#edf3f2;overflow:hidden}.stage img{width:100%;display:block;aspect-ratio:1.2;object-fit:contain}.pill{position:absolute;top:12px;left:12px;background:white;padding:5px 8px;font-size:9px;letter-spacing:.7px;z-index:1;border-radius:2px}.card small{display:block;font-size:9px;text-transform:uppercase;letter-spacing:1.4px;color:var(--muted);margin-top:18px}.card h3{font-size:14px;font-weight:600;margin:7px 0 13px}.card-bottom{display:flex;align-items:center;justify-content:space-between}.price{font-size:17px;font-weight:700}.round{border:1px solid var(--line);background:white;width:32px;height:32px;border-radius:50%;font-size:19px}.price-note{font-size:10px;color:var(--muted);margin:5px 0}.editorial{display:grid;grid-template-columns:1fr 1fr;background:var(--ink);color:white;border-radius:7px;overflow:hidden}.editorial>div{padding:55px}.editorial h2{font-size:36px;font-weight:500;line-height:1.2;letter-spacing:-1px}.editorial p{line-height:1.7;font-size:14px;color:#c1d6d8}.steps{background:#194858}.steps article{padding:18px 0;border-bottom:1px solid #43616c;display:flex;gap:24px}.steps b{color:#79cdd0;font-size:12px}.steps h3{font-size:15px;margin-bottom:7px}.steps p{font-size:12px;margin:0}.toolbar{display:flex;gap:15px;align-items:center;justify-content:space-between;padding:22px 0}.toolbar select{max-width:180px;padding:10px;border:1px solid var(--line);background:white}.chips{display:flex;gap:10px;flex-wrap:wrap;margin:20px 0}.chips a{border:1px solid var(--line);padding:10px 14px;border-radius:30px;font-size:12px}.chips a.active{background:var(--ink);color:white}.pagination{display:flex;justify-content:center;gap:12px;margin-top:35px}.pagination a{padding:10px 15px;border:1px solid var(--line)}.pagination a.active{background:var(--ink);color:white}.crumb{font-size:11px;color:var(--muted);margin-bottom:28px}.product{display:grid;grid-template-columns:1.1fr 1fr;gap:65px}.product-image{width:100%;border-radius:6px}.thumbs{display:flex;gap:10px;margin-top:12px}.thumbs button{background:none;border:1px solid var(--line);padding:0;width:70px}.thumbs img{width:100%;display:block}.product h1{font-size:35px;letter-spacing:-1px;line-height:1.2}.product .price{font-size:29px}.notice{font-size:12px;line-height:1.6;background:#edf1e7;padding:15px;margin:22px 0;border-radius:4px}.product select{width:100%;padding:13px;margin:10px 0 20px;border:1px solid var(--line);background:white}.product .btn{width:100%}.details{margin-top:35px;border-top:1px solid var(--line);padding-top:25px;line-height:1.7;font-size:14px}.muted{color:var(--muted);font-size:12px;line-height:1.6}.empty{text-align:center;padding:60px 10px}.checkout{display:grid;grid-template-columns:1.2fr 1fr;gap:55px}.panel{border:1px solid var(--line);background:white;padding:30px;border-radius:5px}.fields{display:grid;grid-template-columns:1fr 1fr;gap:18px}label{display:block;font-size:12px}.fields input,.fields select{width:100%;padding:13px;border:1px solid var(--line);margin-top:8px;background:#fcfdfc;border-radius:3px}.full{grid-column:1/-1}.payment-option{border:1px solid var(--line);padding:16px;margin:12px 0}.payment-option input{margin-right:10px}.payment-option small{display:block;margin:8px 0 0 26px;color:var(--muted)}.summary-row{display:flex;justify-content:space-between;gap:15px;margin:18px 0;font-size:13px}.summary-row.total{border-top:1px solid var(--line);padding-top:22px;font-size:20px}.error{color:#a04629;font-size:13px;line-height:1.6}footer{background:#eaf0ed;margin-top:55px;padding:55px 5% 20px}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:40px}.footer-grid h3{font-size:12px;margin:14px 0 20px}.footer-grid a:not(.logo){display:block;font-size:12px;margin:13px 0;color:#4c6972}.footer-grid p{font-size:15px;line-height:1.6;margin-top:15px}.footer-grid small{font-size:10px;color:var(--muted)}.footer-bottom{border-top:1px solid #cddbd7;margin-top:45px;padding-top:20px;font-size:10px;display:flex;justify-content:space-between}dialog{border:0;color:var(--ink);padding:28px;width:460px;max-width:100%;height:100dvh;max-height:100dvh;margin:0 0 0 auto}dialog::backdrop{background:#0c283880}.drawer-head{display:flex;justify-content:space-between;align-items:center}.drawer-head h2{font-size:22px}.drawer-head button{background:none;border:0;font-size:20px}.cart-item{display:grid;grid-template-columns:80px 1fr;gap:15px;padding:22px 0;border-bottom:1px solid var(--line)}.cart-item img{width:80px;border-radius:4px}.cart-item h3{font-size:13px;margin-bottom:7px}.quantity{display:flex;align-items:center;gap:10px;margin-top:9px}.quantity button{border:1px solid var(--line);background:white;padding:4px 9px}.quantity .remove{border:0;font-size:10px;margin-left:auto}.cart-foot .btn{width:100%}#toast{position:fixed;bottom:20px;left:50%;transform:translateX(-50%);background:var(--ink);color:white;border-radius:5px;padding:13px 20px;display:none;z-index:10;font-size:12px}.legal{max-width:800px;min-height:350px;line-height:1.8}.legal h1{font-size:34px}.legal h2{font-size:22px}
@media(min-width:1500px){.hero{min-height:650px}}@media(max-width:850px){header{gap:20px;padding:18px 5%}.logo{font-size:27px}.logo span{font-size:30px}nav{overflow-x:auto;justify-content:flex-start}#search input{font-size:11px}.hero{min-height:440px}.hero-copy{padding:45px 9%}.hero h1{font-size:43px}.hero-image{min-height:420px}.benefits{grid-template-columns:1fr 1fr;gap:20px}.grid{grid-template-columns:repeat(2,1fr)}.categories{gap:10px}.category div{padding:13px;font-size:12px}.category img{height:130px}.editorial>div{padding:30px}.product{gap:30px}.checkout{gap:20px}.footer-grid{grid-template-columns:1fr 1fr}}@media(max-width:550px){.preview{font-size:8px;letter-spacing:.4px}.topline{justify-content:center;font-size:10px}.topline span:last-child{display:none}header{flex-wrap:wrap;padding:13px 5%}#search{order:3;flex-basis:100%;max-width:none}#search input{font-size:12px;padding:11px}nav{font-size:11px;padding:13px 5%;gap:22px}.hero{grid-template-columns:1fr}.hero-copy{padding:37px 6% 35px}.hero h1{font-size:45px;letter-spacing:-2px}.hero p{font-size:13px;max-width:310px}.eyebrow{margin-bottom:17px}.hero .btn{margin-top:8px}.hero-note{margin-top:17px}.hero-image{min-height:290px}.hero-image>img{object-position:center 54%}.image-label{bottom:18px;left:20px;font-size:10px}.benefits{padding:23px 5%;gap:21px 9px}.benefits div{font-size:10px;justify-content:start}.benefits b{font-size:19px}.section{padding-top:38px;padding-bottom:30px}.section-title h2{font-size:24px}.section-title>a{font-size:10px;white-space:nowrap}.section-title p{font-size:11px}.categories{grid-template-columns:1fr 1fr;gap:12px}.category img{height:140px}.category div{padding:15px;font-size:12px}.grid{gap:24px 14px}.card h3{font-size:12px;line-height:1.5}.card small{font-size:8px}.price{font-size:15px}.pill{font-size:8px;top:8px;left:8px}.editorial{grid-template-columns:1fr}.editorial h2{font-size:29px}.editorial>div{padding:30px}.footer-grid{gap:25px 18px}.footer-grid>div:first-child{grid-column:1/-1}.footer-bottom{gap:20px;line-height:1.6}.product,.checkout{grid-template-columns:1fr;gap:25px}.product h1{font-size:30px}.panel{padding:20px}.fields{gap:15px}.toolbar{font-size:12px}.toolbar select{font-size:11px}.legal h1{font-size:29px}dialog{width:100%;padding:23px}.section-title{align-items:center}.crumb{line-height:1.8}}

/* HOUSEK — identité monochrome, logo original et actions centrées. */
:root{--ink:#171717;--muted:#6b6b6b;--teal:#171717;--paper:#fff;--line:#dedede}
.topline{background:#171717}header{gap:5%}.logo{display:inline-flex;align-items:center;letter-spacing:0;line-height:1}.logo .logo-crop{display:block;position:relative;width:193px;height:33px;overflow:hidden;margin:0}.logo-crop img{position:absolute;max-width:none;width:303px;height:auto;left:-55px;top:-34px;mix-blend-mode:multiply}.logo span{font-size:inherit;color:inherit}
#search{background:#f6f6f6}nav{border-color:#ededed}nav a:last-child{color:var(--ink)}.hero{background:#f1f1ef}.hero h1{font-weight:700;letter-spacing:-3px}.hero h1 em{color:#171717}.hero p{color:#626262}.hero-note{color:#666}.hero-image>img{filter:grayscale(1)}.image-label{background:#171717d9}.benefits{background:#fff}.benefits b{color:#171717}.category,.stage{background:#f2f2f0}.category img,.stage img,.product-image,.thumbs img,.cart-item img{filter:grayscale(1)}.category div{justify-content:center;text-align:center;text-transform:uppercase;font-weight:800;letter-spacing:.3px}.pill{background:#fff;color:#171717}.editorial{background:#171717;border-radius:0}.steps{background:#252525}.steps article{border-color:#444}.steps b{color:#ddd}.editorial p{color:#d5d5d5}.notice{background:#f3f3f0}.fields input,.fields select{background:#fafafa}footer{background:#f1f1ef}.footer-grid a:not(.logo){color:#535353}.footer-bottom{border-color:#d2d2d2}.legal a{overflow-wrap:anywhere;text-decoration:underline;text-underline-offset:3px}
.btn,.card-add,.section-title>a,nav a:last-child,.cart-btn,#continue-shopping,.chips a{font-weight:800;text-transform:uppercase;text-align:center;letter-spacing:.5px}.btn{justify-content:center;gap:0;border-radius:0;min-height:49px}.btn:hover{background:#333}.btn.light:hover{background:#eee}.btn span:empty{display:none}.section-title>a{display:inline-flex;justify-content:center;align-items:center}.card-bottom{flex-wrap:wrap;gap:12px}.card-add{flex-basis:100%;border:1px solid #171717;background:#171717;color:#fff;min-height:41px;padding:11px 8px;font-size:10px;line-height:1.4;cursor:pointer}.card-add:hover{background:#333}.category{border-radius:0}.stage{border-radius:0}.payment-option{border-radius:0}.cart-btn{font-size:11px}.footer-grid .logo{max-width:100%}
@media(max-width:550px){.logo .logo-crop{width:159px;height:28px}.logo-crop img{width:251px;left:-46px;top:-28px}.hero h1{font-size:43px;letter-spacing:-2px}.hero .btn{width:100%;font-size:11px}.section-title>a{font-size:9px;max-width:110px;white-space:normal;line-height:1.7}.category div{font-size:10px;min-height:50px}.card-add{font-size:9px}.product .btn{font-size:11px}.footer-grid .logo .logo-crop{width:193px;height:33px}.footer-grid .logo-crop img{width:303px;left:-55px;top:-34px}}
.logo .logo-crop,.footer-grid .logo .logo-crop{width:202px}
@media(max-width:550px){header .logo .logo-crop{width:168px}}

/* Espacement du header et équilibre des fiches sur ordinateur. */
@media(max-width:550px){
  header{column-gap:20px;row-gap:25px;padding-top:19px;padding-bottom:18px}
  #search{min-height:44px}
}
@media(min-width:851px){
  header{min-height:108px;column-gap:clamp(30px,5vw,85px);row-gap:20px}
  #search{max-width:650px;min-height:48px}
  #search input{font-size:13px}
  .product{grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);align-items:start;gap:clamp(38px,5vw,80px)}
  .product-image{max-height:620px;object-fit:contain;background:#f2f2f0}
  .product h1{font-size:clamp(30px,2.7vw,42px)}
  .product .details{margin-top:32px}
  .checkout{grid-template-columns:minmax(0,1.2fr) minmax(0,1fr)}
}

/* Bandeau promotionnel allemand. */
.topline{justify-content:center;text-align:center;padding:11px 5%;font-weight:800;text-transform:uppercase;letter-spacing:.5px;line-height:1.5}
.topline .promo-message{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:5px 12px}
.topline .promo-message span{display:inline}
.topline .promo-divider{font-weight:400}
@media(max-width:550px){.topline{font-size:9px;padding:10px 14px;letter-spacing:.2px}.topline .promo-message{column-gap:7px}.topline .promo-message>span:first-child{flex-basis:100%}.topline .promo-divider{display:inline}}
.topline > .promo-message:last-child{display:flex}

/* Engagements sous l’ajout au panier : SVG nets à toutes les résolutions. */
.trust-badges{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin-top:23px;padding:18px 0 8px;color:#111;gap:0;background:#fff}
.trust-badge{min-width:0;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;text-align:center;padding:0 9px;gap:12px;border-right:1px solid #d4d4d4}
.trust-badge:last-child{border-right:0}
.trust-badge svg{width:48px;height:44px;flex-shrink:0}
.trust-badge strong,.trust-badge span{display:block;font-size:10px;line-height:1.45;letter-spacing:.05px}
.trust-badge strong{font-weight:800}.trust-badge span{font-weight:500}
@media(min-width:1200px){.trust-badge svg{width:54px;height:49px}.trust-badge strong,.trust-badge span{font-size:11px}}
@media(max-width:550px){.trust-badges{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:20px;padding:4px 0;row-gap:0}.trust-badge{padding:17px 8px;gap:10px}.trust-badge:nth-child(2){border-right:0}.trust-badge:nth-child(-n+2){border-bottom:1px solid #e5e5e5}.trust-badge svg{width:51px;height:46px}.trust-badge strong,.trust-badge span{font-size:11px;line-height:1.45}}
/* Mobile : badges à faire défiler au doigt. Bureau : quatre colonnes. */
@media(max-width:550px){
  .trust-badges{display:flex;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#b8b8b8 #f3f3f3;gap:0;padding:4px 0 12px}
  .trust-badge{flex:0 0 43%;scroll-snap-align:start;padding:15px 12px;min-height:123px}
  .trust-badge:nth-child(-n+2){border-bottom:0}
  .trust-badge:nth-child(2){border-right:1px solid #d4d4d4}
  .trust-badge:last-child{border-right:0}
  .trust-badges::-webkit-scrollbar{height:3px}
  .trust-badges::-webkit-scrollbar-track{background:#f3f3f3}
  .trust-badges::-webkit-scrollbar-thumb{background:#b8b8b8;border-radius:3px}
}
.delivery-option{display:flex;align-items:center;gap:13px;border:1px solid #171717;padding:17px 14px;background:#fafafa;line-height:1.6}
.delivery-option input{margin:0;accent-color:#171717;flex-shrink:0}
.carrier-logo{display:flex;align-items:center;justify-content:center;width:46px;height:46px;flex:0 0 46px;border-radius:50%;overflow:hidden;background:#ffcc00}
.carrier-logo img{width:42px;height:auto;display:block}
.delivery-option strong{font-size:11px;font-weight:800}
.payment-option{display:flex;align-items:center;flex-wrap:wrap;min-height:56px;font-size:14px}
.payment-option:has(input:checked){border-color:#171717;background:#fafafa}
.payment-option input{accent-color:#171717}
#checkout-form>button[type=submit]{width:100%;margin-top:20px}
.checkout aside .panel>.muted:last-child{font-weight:800;color:#171717;text-align:center;font-size:11px;margin-top:24px}
.is-loading:before{content:'';width:15px;height:15px;border:2px solid #ffffff55;border-top-color:white;border-radius:50%;margin-right:12px;animation:checkout-spin .7s linear infinite}
@keyframes checkout-spin{to{transform:rotate(360deg)}}
@media(prefers-reduced-motion:reduce){.is-loading:before{animation:none}}
@media(max-width:550px){.delivery-option{gap:10px;padding:14px 10px}.delivery-option strong{font-size:10px}.carrier-logo{width:40px;height:40px;flex-basis:40px}.carrier-logo img{width:37px}.legal .summary-row{flex-wrap:wrap}.legal .summary-row strong{overflow-wrap:anywhere}}

/* Visuels fournis : composition complète, sans filtre ni recadrage. */
.campaign-hero{width:100%;background:#fff;line-height:0}
.campaign-hero picture{display:block;width:100%}
.campaign-hero img{display:block;width:100%;height:auto;object-fit:contain;filter:none;transform:none}
/* Catalogue café : couleurs réelles, galerie et onglets accessibles. */
.category img,.stage img,.product-image,.thumbs img,.cart-item img{filter:none}
.category img{object-fit:contain;background:#fff;mix-blend-mode:normal;height:200px;padding:15px}
.stage{background:#fff;border:1px solid #ededed}.stage img{background:#fff;padding:12px;aspect-ratio:1;object-fit:contain}
.product-media{min-width:0}.gallery-main{display:block;padding:0;border:1px solid #eee;width:100%;background:#fff;cursor:zoom-in}
.gallery-main .product-image{width:100%;height:auto;aspect-ratio:1;object-fit:contain;max-height:620px;background:#fff;border-radius:0}
.thumbs{overflow-x:auto;padding-bottom:8px;scroll-snap-type:x proximity;max-width:100%}.thumbs button{flex:0 0 74px;scroll-snap-align:start;cursor:pointer}.thumbs img{aspect-ratio:1;object-fit:contain;background:white}.thumbs button[aria-pressed=true]{border:2px solid #171717}
.article-number{font-size:11px;color:#666;margin-bottom:20px}.variant-swatches{display:flex;gap:9px;flex-wrap:wrap;margin:0 0 23px}.variant-swatches button{width:66px;height:66px;padding:3px;background:white;border:1px solid #ddd}.variant-swatches button[aria-pressed=true]{border:2px solid #171717}.variant-swatches img{width:100%;height:100%;object-fit:contain}.product #variant{margin-bottom:13px}
.product-highlights{font-size:13px;line-height:1.8;margin-top:22px}.product-highlights ul{padding-left:19px}.product-highlights li{padding-left:3px;margin-bottom:6px}.product-highlights summary{cursor:pointer;font-size:12px;text-decoration:underline;text-underline-offset:4px}
.product-tabs{margin-top:55px;border-top:1px solid #ddd}.product-tabs [role=tablist]{display:flex;gap:0;overflow-x:auto;border-bottom:1px solid #ddd}.product-tabs [role=tab]{flex:1;white-space:nowrap;padding:21px 20px;font-weight:800;text-transform:uppercase;font-size:11px;border:0;border-bottom:3px solid transparent;background:white}.product-tabs [role=tab][aria-selected=true]{border-bottom-color:#171717;background:#f6f6f4}.product-tabs [role=tabpanel]{padding:35px 0;max-width:1000px;font-size:14px;line-height:1.85}.product-tabs [hidden]{display:none}.product-tabs h2{font-size:23px;margin-top:25px}.product-tabs h2:first-child{margin-top:0}.product-tabs h3{font-size:17px;margin-top:25px}.product-tabs p{white-space:pre-line}
.spec-table{margin:25px 0}.spec-table>div{display:grid;grid-template-columns:minmax(130px,1fr) minmax(0,2.4fr);padding:14px 17px;gap:20px;border-bottom:1px solid #e7e7e7}.spec-table>div:nth-child(odd){background:#f6f6f4}.spec-table dt{font-weight:700}.spec-table dd{margin:0;white-space:pre-line;overflow-wrap:anywhere}.download-list{display:grid;grid-template-columns:1fr 1fr;gap:12px}.download-list a{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:17px;border:1px solid #ddd}.download-list a:hover{background:#f6f6f4}.download-list small{font-size:10px;white-space:nowrap;color:#666}
#zoom{width:min(1000px,96vw);height:auto;max-height:96dvh;max-width:96vw;margin:auto;padding:45px 15px 15px;background:white;overflow:auto}#zoom-image{display:block;max-width:100%;max-height:82dvh;object-fit:contain;margin:auto}#zoom-close{position:absolute;right:13px;top:10px;border:0;background:white;font-size:22px;width:35px;height:35px}
@media(max-width:850px){nav{overflow-x:auto;justify-content:flex-start}.product-tabs [role=tab]{flex:none}.product-tabs [role=tabpanel]{font-size:13px}.product-highlights{font-size:12px}}
@media(max-width:550px){.product h1{font-size:27px}.category img{height:150px}.product-tabs{margin-top:35px}.product-tabs [role=tab]{padding:17px 14px;font-size:10px}.product-tabs [role=tabpanel]{padding-top:25px}.spec-table>div{grid-template-columns:1fr;gap:4px;padding:13px}.download-list{grid-template-columns:1fr}.thumbs button{flex-basis:64px}.variant-swatches button{width:58px;height:58px}.product-tabs h2{font-size:21px}.card h3{min-height:54px}}

.brand-callout{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:28px;margin-top:28px;background:#f4f4f4;border:1px solid #e4e4e4}.brand-callout h3{font-size:26px;margin:8px 0}.brand-callout p{margin:0;color:#555}.brand-callout .btn{width:auto;min-width:200px}@media(max-width:600px){.brand-callout{flex-direction:column;align-items:stretch;padding:22px}.brand-callout .btn{width:100%}}

/* Supplied Philips category artwork, linked separately without flattening navigation. */
.philips-collections{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin:0 0 36px}
.philips-collection-tile{display:flex;flex-direction:column;min-width:0;background:#f6f6f8;text-decoration:none;color:#171717;border:2px solid transparent;transition:border-color .15s}
.philips-collection-tile:hover,.philips-collection-tile:focus-visible{border-color:#171717;outline-offset:4px}
.philips-collection-tile[aria-current="page"]{border-bottom-color:#171717}
.philips-collection-visual{display:block;width:100%;aspect-ratio:543/270;background-image:url('assets/philips-collection-navigation.png');background-repeat:no-repeat;background-size:306.45% auto}
.philips-visual-0{background-position:0 top}.philips-visual-1{background-position:50% top}.philips-visual-2{background-position:100% top}
.philips-collection-label{display:flex;align-items:center;justify-content:center;min-height:70px;padding:12px 14px 22px;text-align:center;font-size:clamp(14px,1.4vw,20px);font-weight:750;line-height:1.3}
@media(max-width:600px){.philips-collections{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:12px;margin-bottom:28px;padding-bottom:10px}.philips-collection-tile{flex:0 0 82%;scroll-snap-align:start}.philips-collection-label{font-size:17px;min-height:64px;padding-bottom:18px}}
/* Keep long catalog pagination inside narrow viewports. */
.pagination{flex-wrap:wrap;row-gap:10px}

.delonghi-collections .philips-collection-tile{background:#fff}
.delonghi-collections .philips-collection-visual{aspect-ratio:332/350;background-image:url('assets/delonghi-collection-navigation.png');background-size:300% auto}
.delonghi-visual-0{background-position:0 top}.delonghi-visual-1{background-position:50% top}.delonghi-visual-2{background-position:100% top}
/* More compact De’Longhi collection navigation. */
.delonghi-collections .philips-collection-visual{width:55%;align-self:center}
.delonghi-collections .philips-collection-label{min-height:42px;padding:6px 10px 10px;font-size:clamp(14px,1.2vw,17px)}
.delonghi-collections{margin-bottom:16px}
@media(max-width:600px){
 .delonghi-collections{gap:10px}
 .delonghi-collections .philips-collection-tile{flex:0 0 40%;min-width:0}
 .delonghi-collections .philips-collection-visual{width:75%}
 .delonghi-collections .philips-collection-label{font-size:11px;padding:6px 3px 8px;min-height:38px;overflow-wrap:anywhere}
}
@media(max-width:600px){
 .delonghi-collections{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;overflow:visible;padding-bottom:0}
 .delonghi-collections .philips-collection-visual{width:90%}
 .delonghi-collections .philips-collection-label{font-size:10px;min-height:38px;padding:5px 2px 8px;hyphens:auto;overflow-wrap:anywhere}
}

nav.brand-menu{display:flex;justify-content:center;gap:0;overflow:visible;position:relative;padding:0 24px;z-index:30;background:#fff}
.brand-menu-group{position:relative;margin:0;border:0;padding:0}
.brand-menu-group>summary{list-style:none;cursor:pointer;padding:20px 42px;font-size:13px;font-weight:750;text-transform:uppercase;text-align:center}
.brand-menu-group>summary::-webkit-details-marker{display:none}
.brand-menu-group[open]>summary{background:#f4f4f4}
.brand-submenu{position:absolute;top:100%;left:0;min-width:280px;width:max-content;max-width:360px;padding:10px;background:white;border:1px solid #e7e7e7;box-shadow:0 12px 24px #00000012}
nav.brand-menu .brand-submenu a{display:block;white-space:normal;padding:13px 14px;font-size:13px;line-height:1.4;text-align:left}
.brand-submenu a:hover,.brand-submenu a:focus-visible{background:#f4f4f4}
@media(max-width:600px){nav.brand-menu{padding:0 16px}.brand-menu-group{flex:1;position:static}.brand-menu-group>summary{padding:17px 8px;font-size:12px}.brand-submenu{left:12px;right:12px;width:auto;min-width:0;max-width:none}.brand-menu-group:last-child .brand-submenu{left:12px;right:12px}}
/* Homepage: brands, curated selection and preparation collections. */
.home-page .section{padding-top:58px;padding-bottom:58px}.home-page .eyebrow{margin-bottom:12px}.home-intro{display:flex;align-items:center;justify-content:space-between;gap:24px;padding-top:32px;padding-bottom:32px;border-bottom:1px solid var(--line)}.home-intro h1{font-size:clamp(24px,2.6vw,36px);letter-spacing:-1.2px;margin:0;line-height:1.2}.home-intro .btn{flex-shrink:0}.home-brand-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.home-brand{border:1px solid #e5e5e5;min-width:0}.home-brand-cover{display:flex;align-items:center;flex-direction:column;background:#f5f5f5;padding:26px 20px 20px}.home-brand-name{font:800 30px Manrope,sans-serif;letter-spacing:-1px}.home-brand-cover img{width:100%;height:235px;object-fit:contain;mix-blend-mode:multiply;margin:14px 0}.home-brand-cover:hover img{transform:scale(1.04)}.home-brand-cta{font-size:11px;font-weight:800;text-align:center;letter-spacing:1px;padding:12px 0}.home-brand-body{padding:22px}.home-brand-body p{font-size:13px;color:var(--muted);line-height:1.6;min-height:42px;margin-bottom:16px}.home-brand-links{display:grid}.home-brand-links a{font-size:12px;font-weight:600;padding:12px 0;border-top:1px solid #e8e8e8;overflow-wrap:anywhere}.home-brand-links a:hover{text-decoration:underline}.home-selection{background:#f7f7f7}.home-selection .stage{background:white}.home-page .section-title h2{font-weight:700}.home-rituals{display:grid;grid-template-columns:1fr 1fr;gap:22px}.home-rituals article{background:#f4f4f4;padding:30px;display:grid;grid-template-columns:1.2fr 1fr;align-items:center;gap:12px;min-width:0}.home-rituals h3{font-size:24px;letter-spacing:-.7px;line-height:1.25}.home-rituals p{font-size:13px;line-height:1.7;color:var(--muted)}.home-rituals img{width:100%;height:220px;object-fit:contain;mix-blend-mode:multiply}.home-ritual-links{display:flex;flex-wrap:wrap;gap:8px}.home-ritual-links a{font-size:10px;font-weight:800;padding:10px;border:1px solid #ccc;background:white;text-align:center}.home-ritual-links a:hover{background:#171717;color:white}.home-guide{background:#171717;color:white;display:flex;align-items:center;justify-content:space-between;gap:36px;padding-top:38px;padding-bottom:38px;margin-bottom:58px}.home-guide h2{font-size:28px;letter-spacing:-.7px;margin-bottom:12px}.home-guide p{font-size:14px;color:#ccc;margin:0}.home-guide .btn{flex-shrink:0}
@media(max-width:1000px){.home-brand-cover img{height:190px}.home-rituals article{padding:22px;grid-template-columns:1fr}.home-rituals img{grid-row:1;height:180px}.home-guide{margin-left:5%;margin-right:5%}.home-guide .btn{flex-shrink:1}}
@media(max-width:600px){.home-page .section{padding-top:36px;padding-bottom:36px}.home-intro{align-items:stretch;flex-direction:column;gap:20px;padding-top:26px;padding-bottom:26px}.home-intro h1{font-size:27px}.home-page .section-title{align-items:flex-start;flex-direction:column;gap:16px}.home-page .section-title h2{font-size:25px;line-height:1.25}.home-brand-grid{grid-template-columns:1fr;gap:18px}.home-brand-cover{padding:20px 18px 12px;position:relative;align-items:flex-start;min-height:190px;justify-content:space-between}.home-brand-name{font-size:28px;max-width:50%}.home-brand-cover img{position:absolute;right:10px;top:10px;width:48%;height:170px;margin:0}.home-brand-cta{max-width:49%;font-size:10px;letter-spacing:.4px}.home-brand-body{padding:18px}.home-brand-body p{min-height:0;margin-bottom:12px}.home-brand-links a{padding:13px 0}.home-rituals{grid-template-columns:1fr;gap:16px}.home-rituals article{grid-template-columns:1.25fr 1fr;padding:20px 16px;gap:6px}.home-rituals img{grid-row:auto;height:190px}.home-rituals h3{font-size:22px}.home-rituals p{font-size:12px}.home-guide{flex-direction:column;align-items:stretch;gap:24px;margin-bottom:36px;padding:26px 20px}.home-guide h2{font-size:25px}}

.home-selection .card{display:flex;flex-direction:column}.home-selection .card-bottom{margin-top:auto}.home-page .section-title>a{max-width:none;white-space:nowrap}


.customer-photos{background:#f6f5f3;overflow:hidden;margin-bottom:56px}.photos-heading{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:28px}.photos-heading .eyebrow{font-size:9px;color:#777;letter-spacing:2.5px}.photos-heading h2{font-size:clamp(24px,3vw,38px);font-weight:800;letter-spacing:-1.4px;margin:0;line-height:1.15}.photos-dot{color:#9a8063}.photos-pause{border:1px solid #d6d1ca;border-radius:30px;background:transparent;padding:12px 18px;min-height:44px;font-size:9px;letter-spacing:1px;font-weight:800}.photos-pause:hover{background:#fff}.photos-window{overflow:hidden;mask-image:linear-gradient(to right,transparent,#000 4%,#000 96%,transparent);padding:8px 0 20px}.photos-track{display:flex;width:max-content;animation:customer-gallery 75s linear infinite;will-change:transform}.photos-group{display:flex;gap:18px;padding-right:18px;flex-shrink:0}.customer-photo{width:230px;height:290px;margin:0;border-radius:14px;overflow:hidden;box-shadow:0 5px 15px #20170e0d;flex-shrink:0;background:#e8e5e1}.customer-photo:nth-child(even){margin-top:14px}.customer-photo img{display:block;width:100%;height:100%;object-fit:cover}.customer-photos.is-paused .photos-track{animation-play-state:paused}@keyframes customer-gallery{to{transform:translateX(-50%)}}@media(max-width:600px){.customer-photos{margin-bottom:36px}.photos-heading{margin-bottom:20px}.photos-heading h2{font-size:25px;letter-spacing:-.8px}.photos-heading .eyebrow{font-size:8px;letter-spacing:1.6px}.photos-pause{font-size:8px;padding:10px 12px}.customer-photo{width:172px;height:225px;border-radius:11px}.photos-group{gap:12px;padding-right:12px}.photos-track{animation-duration:65s}.photos-window{mask-image:linear-gradient(to right,transparent,#000 3%,#000 97%,transparent)}}@media(prefers-reduced-motion:reduce){.photos-track{animation:none;will-change:auto}.photos-window{overflow-x:auto;mask-image:none}.photos-group[aria-hidden]{display:none}.photos-pause{display:none}}

.offer-carousel{display:flex;gap:22px;overflow-x:auto;scroll-snap-type:x mandatory;padding:0 0 18px;scrollbar-width:thin;scrollbar-color:#aaa #eee}.offer-carousel>.card{flex:0 0 calc((100% - 66px)/4);scroll-snap-align:start;display:flex;flex-direction:column}.offer-carousel .card-bottom{margin-top:auto}.offer-price{display:flex;flex-direction:column;gap:6px}.reference-price{font-size:10px;color:#777;font-weight:400}.installment-note{font-size:11px;line-height:1.5;font-weight:600;color:#444}.sale-pill{background:#171717;color:#fff;font-weight:800}.offer-controls{display:flex;justify-content:flex-end;gap:8px;margin-top:12px}.offer-controls button{padding:12px 16px;min-height:44px;background:#fff;border:1px solid #ddd;font-size:10px;font-weight:800}.product .offer-price{margin:22px 0}.product .installment-note{font-size:14px}.product .reference-price{font-size:12px}@media(max-width:900px){.offer-carousel>.card{flex-basis:calc((100% - 44px)/3)}}@media(max-width:600px){.offer-carousel{gap:14px}.offer-carousel>.card{flex-basis:72%}.offer-shelf .section-title{flex-direction:row;align-items:center}.offer-shelf .section-title h2{font-size:24px}.offer-shelf .section-title>a{flex-shrink:0}.offer-price .installment-note{font-size:10px}}

.product-discovery{border-top:1px solid var(--line)}.product-discovery .offer-shelf .section-title h2{font-weight:700}.product-discovery .offer-shelf:nth-child(2){background:#f7f7f7}.product-discovery .customer-photos{margin-bottom:0}@media(max-width:600px){.product-discovery .section{padding-top:36px;padding-bottom:36px}.product-discovery .offer-shelf .section-title{align-items:flex-start}.product-discovery .offer-shelf .section-title h2{font-size:24px}.product-discovery .offer-shelf .section-title>a{white-space:nowrap;max-width:none}}
