/* White / black-white storefront refinement.
   Product photography itself is never destructively recoloured here; this file
   makes the page, cards and image stages pure white so warm pixels do not spread
   into the UI. */
html,body{background:#fff!important;color:#111}
.boutique-header{background:rgba(255,255,255,.97)!important;border-bottom-color:#ececec!important;box-shadow:none!important}
.boutique-brand,.boutique-nav a,.boutique-action,.lang-chip{color:#111!important}
.boutique-nav a:after{background:#111!important}
.boutique-footer{display:block!important;background:#fff!important;border-top-color:#ededed!important;color:#111!important;padding:28px 5vw 24px!important}
.boutique-footer a,.boutique-footer small{color:#575757!important}
.boutique-footer-links{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;padding-top:22px;margin-top:22px;border-top:1px solid #eee}
.boutique-footer-links>div{display:flex;gap:18px;align-items:center;flex-wrap:wrap}
.boutique-footer-links>div:first-child{display:grid;gap:4px}
.boutique-newsletter{display:grid;grid-template-columns:minmax(220px,1fr) minmax(320px,520px);gap:10px 36px;align-items:end;max-width:1180px}
.boutique-newsletter>div{display:grid;gap:6px}.boutique-newsletter>div>span{font-size:12px;letter-spacing:2.2px;font-weight:650}.newsletter-form{display:flex;border-bottom:1px solid #111}.newsletter-form input{width:100%;min-width:0;border:0!important;background:#fff!important;padding:10px 0!important;font:12px/1.4 Arial,sans-serif;color:#111;outline:0}.newsletter-form button{border:0;background:#fff;color:#111;padding:10px 0 10px 18px;font:600 10px/1.4 Arial,sans-serif;letter-spacing:1.1px;text-transform:uppercase;cursor:pointer}.newsletter-form button:disabled{opacity:.45}.newsletter-msg{grid-column:2;min-height:14px;font-size:10px!important;line-height:1.45}
@media(max-width:720px){.boutique-footer{padding:24px 18px!important}.boutique-newsletter{grid-template-columns:1fr;gap:14px}.newsletter-msg{grid-column:1}.boutique-footer-links{align-items:flex-start;flex-direction:column}.boutique-footer-links>div:last-child{gap:12px}}

/* Homepage: remove the warm paper field while retaining the editorial layout. */
body[data-catalog-mode="home"]{background:#fff!important}
body[data-catalog-mode="home"] .home-shell{background:#fff!important;box-shadow:0 0 0 1px rgba(0,0,0,.035)!important}
body[data-catalog-mode="home"] .home-visual-page,
body[data-catalog-mode="home"] .home-visual-stage,
body[data-catalog-mode="home"] .home-lookbook{background:#fff!important}
body[data-catalog-mode="home"] .home-art-card{background:#fff!important;border-color:#e9e9e9!important;box-shadow:0 14px 40px rgba(0,0,0,.07)!important}
body[data-catalog-mode="home"] .home-visual-signature,
body[data-catalog-mode="home"] .home-explore{color:#111!important}

/* Catalogue: pure white page and white product stages/captions. */
body[data-catalog-mode="shop"],
.catalog-page,
.catalog-grid,
.catalog-card,
.catalog-photo,
.catalog-composition,
.catalog-composition.single,
.catalog-composition.duo,
.cover-panel,
.catalog-caption{background:#fff!important}
.catalog-card{border-color:#e7e7e7!important;box-shadow:none!important}
.catalog-name,.catalog-price,.catalog-sort,.catalog-count,.catalog-heading h1{color:#111!important}
.catalog-heading p{color:#707070!important}
.catalog-sort select{background:#fff!important;color:#111!important;border-color:#ddd!important}

/* Do not let generated blurred/warm image backdrops colour the card surface. */
.cover-backdrop,.art-backdrop{display:none!important}
.catalog-photo .cover-main,
.style-photo .cover-main{background:#fff!important}

/* Product detail image stages and related cards also stay neutral white. */
.product-page,.gallery,.product-detail,.product-art-frame,.style-card,.style-photo,.style-meta{background:#fff!important}
.product-art-frame,.style-photo{border-color:#ececec!important}

/* Keep photographs faithful. A warm/beige background baked into a JPEG remains
   part of that JPEG; replacing those pixels requires image editing, not CSS. */
.home-slide,.cover-main,.product-art-frame>img,.variant-choice img{background:#fff}
