:root{--color-text: #505255;--color-accent: #74716e;--color-accent-dark: #615e5b;--color-bg: #FFFFFF;--color-bg-alt: #DBCDBA;--color-bg-soft: #ECE5DA;--color-dark: #505255;--color-white: #FFFFFF;--border-radius-md: 8px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Lato,sans-serif;color:var(--color-text);background:var(--color-bg);line-height:1.6}h1,h2,h3{font-family:Cormorant Garamond,serif;font-weight:600;color:var(--color-text)}section>.container>h2,section>.container.center>h2{font-family:Allison,cursive;font-weight:400;font-size:3.5rem;background:var(--color-dark);color:var(--color-bg-alt);display:block;padding:.4rem 2rem;border-radius:6px;margin-bottom:1rem;text-align:center;white-space:nowrap}@media(max-width:768px){section>.container>h2,section>.container.center>h2{font-size:2.2rem;padding:.3rem 1.2rem;white-space:nowrap}}a{color:var(--color-text);text-decoration:none}a:hover{text-decoration:underline}.site-header{background:var(--color-white);padding:0 3rem;display:flex;flex-direction:column;align-items:stretch;gap:0;position:sticky;top:0;z-index:100;border-bottom:1px solid var(--color-bg-soft)}.site-header-top{margin-bottom:0;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.1rem 0;min-height:80px}.site-header-top .header-icon-left,.site-header-top .header-icons{flex:1;display:flex;align-items:center;align-self:center;transform:translateY(-14px)}.site-header-top .header-icon-left{justify-content:flex-start}.site-header-top .header-icons{justify-content:flex-end}.search-btn{background:none;border:none;padding:0;cursor:pointer;display:flex;align-items:center;color:var(--color-text);box-shadow:none;outline:none}.header-search-desktop{display:flex;align-items:center;gap:.4rem}.header-search-mobile-toggle{display:none!important}@media(max-width:768px){.header-search-desktop{display:none!important}.header-search-mobile-toggle{display:flex!important}}.logo{font-family:Cormorant Garamond,serif;font-size:1.8rem;font-weight:700;letter-spacing:.1em;color:var(--color-text);flex:0 0 auto;align-self:center;display:flex;align-items:center}.logo img{transform:scale(1.9);transform-origin:center center;pointer-events:none;display:block}.header-search-form{display:flex;align-items:center;gap:.4rem}.header-search-form .header-icon{background:none;border:none;cursor:pointer;padding:0}.header-search-input{border:1px solid var(--color-bg-soft);border-radius:var(--border-radius-md, 8px);padding-left:.5rem;background:transparent;font-size:.85rem;font-family:inherit;color:var(--color-text);padding:.15rem 0;width:100px}.header-search-input:focus{outline:none;border-bottom-color:var(--color-text)}.nav-bottom{justify-content:center;line-height:1}.nav-bottom a{display:inline-block;padding:.1rem 0}nav ul{list-style:none;display:flex;gap:1.8rem}.nav-bottom ul{gap:1.5rem;flex-wrap:wrap;justify-content:center}nav a{font-size:1.1rem;letter-spacing:.03em}.nav-bottom a{font-size:1.05rem;transition:color .25s ease,transform .25s ease,opacity .25s ease;transform-origin:center bottom}.nav-bottom ul:hover a:hover,.nav-bottom ul:hover a:hover .dropdown a{color:#a07850;transform:scale(1.12);opacity:1;text-decoration:none}.nav-bottom a:hover{color:#a07850;text-decoration:none}.nav-bottom ul:hover a:not(:hover){opacity:1}.nav-bottom.has-active ul:hover a:not(:hover),.nav-bottom.has-active a:not(.is-active){opacity:.35}.nav-bottom.has-active a.is-active{color:#a07850;transform:scale(1.12);opacity:1;font-weight:700}.nav-bottom.has-active ul:hover a.is-active{color:#a07850;transform:scale(1.12);opacity:1}.header-icon-left,.header-icons{display:flex;align-items:center;gap:1.1rem;flex:1}.header-icons{justify-content:flex-end}.header-icon-left{justify-content:flex-start}.header-icon{display:flex;align-items:center;color:inherit;position:relative}.header-icon:hover{text-decoration:none;opacity:.7}@keyframes cart-swing{0%,to{transform:rotate(0)}20%{transform:rotate(14deg)}50%{transform:rotate(-11deg)}75%{transform:rotate(6deg)}90%{transform:rotate(-3deg)}}.js-cart-icon.swinging svg{animation:cart-swing .85s ease;transform-origin:top center;display:block}.cart-count{position:absolute;top:-4px;right:-5px;background:var(--color-accent);color:var(--color-white);font-size:.65rem;line-height:1;border-radius:50%;width:16px;height:16px;display:flex;align-items:center;justify-content:center}.has-hero .site-header.is-active .cart-count,.site-header .cart-count{background:var(--color-accent)}.has-hero .site-header{position:fixed;top:0;left:0;right:0;background:transparent;border-bottom-color:transparent;box-shadow:none;transition:background .35s ease,border-color .35s ease,box-shadow .35s ease}.has-hero .site-header.is-active{background:#fffffff5;border-bottom-color:var(--color-bg-soft);box-shadow:0 2px 12px #0000000f}.has-hero .site-header .logo,.has-hero .site-header nav a,.has-hero .site-header .header-icon,.has-hero .site-header .burger{color:var(--color-white);transition:color .35s ease}.has-hero .site-header.is-active .logo,.has-hero .site-header.is-active nav a,.has-hero .site-header.is-active .header-icon,.has-hero .site-header.is-active .burger{color:var(--color-text)}.has-hero .site-header nav a:hover,.has-hero .site-header.is-active nav a:hover{color:#a07850;text-decoration:none}.has-hero .hero-slider{margin-top:-118px}.has-hero .hero-slide{padding-top:calc(5rem + 118px)}nav ul li.has-dropdown{position:relative}nav ul li .dropdown{display:none;position:absolute;top:100%;left:0;min-width:220px;background:var(--color-white);box-shadow:0 4px 16px #00000014;padding:.8rem 0;z-index:200}nav ul li .dropdown li{display:block}nav ul li .dropdown a{display:block;padding:.5rem 1.2rem;color:var(--color-text)!important;white-space:nowrap;text-decoration:none;transition:color .25s ease,transform .25s ease;transform-origin:left center}nav ul li .dropdown a:hover{color:#a07850!important;transform:scale(1.08);text-decoration:none}nav ul li.has-dropdown:hover .dropdown{display:block}.hero-slider{position:relative;width:100%;min-height:85vh;overflow:hidden}.hero-slide{display:none;align-items:center;justify-content:center;width:100%;min-height:85vh;text-align:center;padding:5rem 1.5rem;background:var(--color-bg-alt);position:relative;overflow:hidden}.hero-slide.is-active{display:flex}.hero-slide-content{max-width:600px;position:relative;z-index:1}.hero-slide-mobile-bg{display:none}.hero-tag{font-size:.75rem;letter-spacing:.15em;text-transform:uppercase;color:var(--color-accent);margin-bottom:.8rem}.hero-slide h1{font-size:2.6rem;margin-bottom:.8rem;color:#fff}.hero-slide p{font-size:1.1rem;margin-bottom:1.8rem;white-space:pre-line;color:#fff}.hero-dots{position:absolute;bottom:1.2rem;left:0;right:0;display:flex;justify-content:center;gap:.5rem}.hero-dot{width:8px;height:8px;border-radius:50%;background:var(--color-bg-soft);border:none;cursor:pointer;padding:0}.hero-dot.is-active{background:var(--color-accent)}.btn{display:inline-block;background:var(--color-dark);color:var(--color-bg-alt);padding:.8rem 2rem;border-radius:2px;font-size:.9rem;letter-spacing:.05em;text-transform:uppercase;position:relative;overflow:hidden;border:2px solid transparent;transition:border-color .1s;cursor:pointer}.btn:before,.btn:after{content:"";position:absolute;background:var(--color-bg-alt);transition:width .28s ease;height:2px;width:0}.btn:before{top:0;left:0}.btn:after{bottom:0;right:0}.btn:hover{opacity:1;text-decoration:none;border-left-color:var(--color-bg-alt);border-right-color:var(--color-bg-alt)}.btn:hover:before{width:100%}.btn:hover:after{width:100%}.btn:active{transform:scale(.97);transition:transform .08s}section{padding:4rem 1.5rem}.section-white{background:var(--color-white)}.section-beige{background:var(--color-bg-alt)}.section-soft{background:var(--color-bg-soft)}.section-alt{background:var(--color-bg-alt)}.section-dark{background:var(--color-dark);color:var(--color-white)}.section-dark h2,.section-dark h3{color:var(--color-white)}.product-addons{margin:0 0 1.2rem;display:flex;flex-direction:column;gap:.6rem}.product-addons-title{font-size:.85rem;text-transform:uppercase;letter-spacing:.08em;color:var(--color-accent-dark);margin-top:0;margin-bottom:.5rem;padding-bottom:.4rem;border-bottom:2px solid var(--color-bg-alt)}.product-reassurance{display:flex;justify-content:space-between;gap:.5rem;margin-top:1.2rem;padding:.8rem 1rem;background:var(--color-bg-alt);border-radius:4px}.product-reassurance-item{display:flex;flex-direction:column;align-items:center;gap:.35rem;text-align:center;flex:1;font-size:.72rem;text-transform:uppercase;letter-spacing:.07em;color:var(--color-accent-dark)}.product-reassurance-item small{font-size:.65rem;opacity:.75;letter-spacing:.04em}.product-reassurance-item svg{color:var(--color-dark)}.product-addon{display:flex;align-items:center;gap:.7rem;border:1px solid var(--color-bg-soft);border-radius:4px;padding:.5rem .7rem;cursor:pointer;transition:border-color .2s ease,background .2s ease}.product-addon:hover{border-color:var(--color-accent);background:var(--color-bg-soft)}.product-addon input[type=checkbox]{width:16px;height:16px;flex-shrink:0;accent-color:var(--color-dark)}.product-addon img{width:36px;height:36px;object-fit:cover;border-radius:3px;flex-shrink:0}.product-addon-info{display:flex;flex-direction:column;font-size:.8rem;line-height:1.3}.product-addon-name{color:var(--color-text)}.product-addon-price{color:var(--color-accent-dark);font-size:.75rem}.cart-drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000059;opacity:0;visibility:hidden;transition:opacity .25s ease;z-index:200}.cart-drawer-overlay.is-open{opacity:1;visibility:visible}.cart-drawer-wrapper{position:fixed;top:0;right:0;height:100%;display:flex;align-items:stretch;z-index:201;transform:translate(100%);transition:transform .35s ease}.cart-drawer-wrapper.is-open{transform:translate(0)}.cart-drawer-side-panel{width:260px;background:#f9f6f2;border-right:1px solid #E8E2DA;display:flex;flex-direction:column;overflow:hidden}.cart-drawer-side-panel-header{padding:1.4rem 1.2rem .8rem;border-bottom:1px solid #E8E2DA;background:#dbcdba}.cart-drawer-side-panel-title{font-size:.68rem;text-transform:uppercase;letter-spacing:.12em;color:#505255;font-weight:700;margin:0}.cart-drawer-side-panel-items{flex:1;overflow-y:auto;padding:.9rem;display:flex;flex-direction:column;gap:.45rem}.cart-drawer-side-item{display:flex;flex-direction:row;align-items:stretch;gap:.65rem;padding:.65rem .7rem;background:#fff;border:1px solid #E8E2DA;border-radius:8px}.cart-drawer-side-item-img{width:64px;flex-shrink:0;align-self:stretch;background:#f0ede8;border-radius:6px}.cart-drawer-side-item-img img{width:100%;height:100%;object-fit:cover;border-radius:6px;display:block}.cart-drawer-side-item-info{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:space-between;gap:0}.cart-drawer-side-item-header{display:flex;justify-content:space-between;align-items:baseline;gap:4px;margin-bottom:3px}.cart-drawer-side-item-name{font-size:.78rem;font-weight:600;margin:0;line-height:1.3;color:#4a4540;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1;min-width:0}.cart-drawer-side-item-price{font-size:.75rem;color:#9e8f80;margin:0;white-space:nowrap;flex-shrink:0}.cart-drawer-side-item-add,.cart-drawer-upsell-footer-add{display:inline-block;font-size:.73rem;color:#dbcdba;background:#505255;border:1px solid #505255;border-radius:3px;padding:.25rem .65rem;cursor:pointer;font-family:Lato,sans-serif;transition:background .15s,color .15s}.cart-drawer-side-item-add:hover,.cart-drawer-upsell-footer-add:hover{background:#3d3831;color:#dbcdba;border-color:#3d3831}.cart-drawer-side-item-add:disabled,.cart-drawer-upsell-footer-add:disabled{opacity:.5;cursor:not-allowed}.cart-drawer{height:100%;width:360px;background:#f9f6f2;display:flex;flex-direction:column;padding:0}.cart-upsell-subtitle{font-size:.75rem;color:#9a9490;font-weight:400}.cart-upsell-swatches{display:flex;flex-wrap:wrap;gap:5px;margin:.35rem 0 .2rem}.cart-upsell-swatch{width:22px;height:22px;border-radius:50%;border:2px solid transparent;cursor:pointer;flex-shrink:0;outline:2px solid transparent;outline-offset:2px;transition:border-color .12s,outline-color .12s}.cart-upsell-swatch.is-selected{border-color:var(--color-dark);outline-color:var(--color-dark)}.cart-upsell-swatch--text{width:auto;height:auto;border-radius:20px;padding:.2rem .55rem;font-size:.72rem;background:#f2ede6;border-color:transparent;color:var(--color-dark)}.cart-upsell-swatch--text.is-selected{background:var(--color-dark);color:#fff;border-color:var(--color-dark);outline:none}.cart-upsell-color-label{font-size:.72rem;color:#9a9490;margin-bottom:.4rem;display:block}.cart-drawer-header{display:flex;align-items:center;justify-content:center;position:relative;padding:1.1rem 1.3rem;background:var(--color-dark);border-bottom:1px solid var(--color-dark)}.cart-drawer-header h2{margin:0;font-size:.78rem;text-transform:uppercase;letter-spacing:.1em;color:var(--color-bg-alt);font-family:Lato,sans-serif;font-weight:700}.cart-drawer-close{position:absolute;right:1.3rem;background:none;border:none;font-size:1.4rem;line-height:1;cursor:pointer;color:var(--color-bg-alt)}.cart-drawer-shipping{font-size:.78rem;color:#6b5f52;background:#ede6dc;padding:.5rem 1.3rem;display:flex;align-items:center;gap:.4rem;border-bottom:1px solid #E8E2DA}.cart-drawer-items{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:.5rem;padding:.8rem;min-height:0}.cart-drawer-item{display:flex;gap:.7rem;align-items:flex-start;background:#fff;border:.5px solid #E8E2DA;border-radius:8px;padding:.7rem;animation:cart-item-in .22s ease both}@keyframes cart-item-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.cart-drawer-item img{width:72px;height:86px;object-fit:cover;border-radius:5px;flex-shrink:0}.cart-drawer-item-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:.15rem}.cart-drawer-item-top{display:flex;justify-content:space-between;align-items:flex-start;gap:.4rem}.cart-drawer-item-title{font-size:.82rem;font-weight:600;margin:0;flex:1;min-width:0;color:#4a4540}.cart-drawer-item-price{font-size:.85rem;font-weight:700;margin:0;white-space:nowrap;color:#4a4540}.cart-drawer-item-variant{font-size:.74rem;color:#9e8f80;margin:0}.cart-drawer-item-bottom{display:flex;align-items:center;justify-content:space-between;margin-top:.5rem}.cart-drawer-item-qty{display:flex;align-items:center;gap:.5rem;border:.5px solid #D0C8BE;border-radius:4px;padding:2px 6px}.cart-drawer-qty-btn{width:18px;height:18px;border:none;background:none;border-radius:3px;cursor:pointer;font-size:1rem;line-height:1;padding:0;display:flex;align-items:center;justify-content:center;color:#4a4540}.cart-drawer-qty-btn:hover{color:#6b5f52}.cart-drawer-qty-value{font-size:.82rem;min-width:1.2em;text-align:center;color:#4a4540}.cart-drawer-item-remove{background:none;border:none;color:#c4b8ae;cursor:pointer;padding:0;display:flex;align-items:center;transition:color .15s}.cart-drawer-item-remove:hover{color:#6b5f52}.cart-drawer-qty-input,.cart-qty-input{width:40px;text-align:center;border:1px solid #D0C8BE;border-radius:4px;font-size:.82rem;padding:2px 4px;background:#fff;color:#4a4540}.cart-drawer-footer{border-top:1px solid #E8E2DA;padding:1rem 1.3rem;background:#dbcdba}.cart-drawer-upsell-footer{margin-bottom:.6rem}.cart-drawer-upsell-footer-header{display:none}.cart-drawer-upsell-footer-title{font-size:.65rem;text-transform:uppercase;letter-spacing:.1em;color:#505255;font-weight:700;margin:0}.cart-drawer-upsell-footer-items{display:flex;flex-direction:column;gap:.4rem;max-height:240px;overflow-y:auto}.cart-drawer-upsell-footer-item{display:flex;align-items:flex-start;gap:.5rem;background:#fff;border:.5px solid #E8E2DA;border-radius:5px;padding:.45rem;min-width:0;overflow:visible;flex-shrink:0}.cart-drawer-upsell-footer-item img{width:48px;height:48px;object-fit:cover;border-radius:4px;flex-shrink:0}.cart-drawer-upsell-footer-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:.15rem}.cart-drawer-upsell-footer-name{font-size:.7rem;font-weight:600;color:#4a4540;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cart-drawer-upsell-footer-price{font-size:.68rem;color:#9e8f80;margin:0}.cart-drawer-upsell-footer-add{display:flex;align-items:center;gap:.25rem;cursor:pointer;flex-shrink:0}.cart-drawer-upsell-footer-add input[type=checkbox]{width:13px;height:13px;accent-color:#6B5F52;cursor:pointer}.cart-drawer-upsell-footer-add span{font-size:.72rem;color:#6b5f52}.cart-drawer-subtotal{display:flex;justify-content:space-between;font-size:.95rem;font-weight:700;color:#505255;margin:0 0 .15rem;padding-top:.4rem;border-top:.5px solid #D0C8BE}.cart-drawer-note{font-size:.72rem;color:#9e8f80;margin:0 0 .4rem}.cart-drawer-checkout{display:block;text-align:center;width:100%;background:var(--color-dark);color:var(--color-bg-alt);border:2px solid transparent;border-radius:0;padding:.75rem;font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;font-weight:700;text-decoration:none;position:relative;overflow:hidden;transition:border-color .1s}.cart-drawer-checkout:before,.cart-drawer-checkout:after{content:"";position:absolute;background:var(--color-bg-alt);height:2px;width:0;transition:width .28s ease}.cart-drawer-checkout:before{top:0;left:0}.cart-drawer-checkout:after{bottom:0;right:0}.cart-drawer-checkout:hover{border-left-color:var(--color-bg-alt);border-right-color:var(--color-bg-alt);text-decoration:none;opacity:1}.cart-drawer-checkout:hover:before{width:100%}.cart-drawer-checkout:hover:after{width:100%}.cart-drawer-checkout:active{transform:scale(.97);transition:transform .08s}.cart-drawer-reassurance{display:flex;align-items:center;justify-content:center;gap:.35rem;margin-top:.3rem;font-size:.7rem;color:#9e8f80;letter-spacing:.03em}.cart-drawer-reassurance svg{flex-shrink:0;opacity:.65}.cart-drawer-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.6rem;padding:2rem 1.5rem;text-align:center}.cart-drawer-empty svg{opacity:.18;color:#505255}.cart-drawer-empty p{font-size:.85rem;color:#9e8f80;margin:0;line-height:1.5}.cart-drawer-empty p strong{display:block;font-size:.95rem;color:#4a4540;margin-bottom:.2rem;font-weight:600}.cart-drawer-empty a{display:inline-block;margin-top:.6rem;font-size:.72rem;text-transform:uppercase;letter-spacing:.1em;color:#505255;text-decoration:underline;text-underline-offset:3px}.cart-drawer-shipping-bar{background:#fff;margin:-1rem -1.3rem .4rem;padding:.5rem 1.3rem;border-top:1px solid #FFFFFF;border-bottom:1px solid #FFFFFF}.cart-drawer-shipping-bar-text{font-size:.76rem;color:#505255;margin-bottom:.4rem;display:flex;align-items:center;flex-wrap:wrap;gap:.1rem}.cart-drawer-shipping-bar-track{height:6px;background:#dbcdba;border-radius:3px;overflow:hidden}.cart-drawer-shipping-bar-fill{height:100%;width:0%;border-radius:2px;transition:width .4s ease,background .3s ease;position:relative;overflow:hidden}.cart-drawer-shipping-bar-fill:after{content:"";position:absolute;top:0;left:-60%;width:50%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.6),transparent);animation:shipping-shimmer 2s infinite}@media(min-width:769px){.cart-drawer-upsell-footer,#cart-sc-mobile{display:none!important}}@media(max-width:768px){.cart-drawer-side-panel,#cart-sc-pc{display:none!important}.cart-drawer-wrapper{flex-direction:column;width:88vw}.cart-drawer{display:flex;flex-direction:column;width:100%;height:100%;overflow-y:hidden}.cart-drawer-items{flex:none;max-height:290px;overflow-y:auto;min-height:unset}.cart-drawer-footer{flex:1;display:flex;flex-direction:column;overflow:hidden;position:static;min-height:0;background:#dbcdba}.cart-drawer-upsell-footer-header{display:flex;align-items:center;background:#dbcdba;margin:-.4rem -1.3rem 0;padding:.05rem 1.3rem .2rem}.cart-drawer-upsell-footer{flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden;background:#f9f6f2;margin:0 -1.3rem;padding:.1rem 1.3rem}.cart-drawer-upsell-footer-items{flex:1;min-height:0;overflow-y:auto;display:grid;grid-template-columns:1fr 1fr;gap:.5rem;padding:.5rem 0;max-height:none;align-content:start;background:#f9f6f2}.cart-drawer-upsell-footer-item{display:flex;flex-direction:column;gap:.3rem;overflow:visible}.cart-drawer-upsell-footer-item img{width:100%;height:70px;object-fit:cover;border-radius:5px;display:block}.cart-drawer-upsell-footer-info{display:flex!important;flex-direction:row!important;flex-wrap:wrap!important;align-items:baseline!important;gap:0 4px!important}.cart-drawer-upsell-footer-name{font-size:.68rem!important;flex:1!important;min-width:0!important;margin:0!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cart-drawer-upsell-footer-price{font-size:.65rem!important;flex-shrink:0!important;margin:0!important}.cart-drawer-upsell-footer-info>div{display:flex!important;flex-direction:row!important;gap:4px!important;margin-top:3px!important;align-items:center!important;width:100%}.cart-drawer-upsell-footer-info select,.cart-drawer-upsell-footer-info .cart-drawer-variant-select{flex:0 0 62px!important;min-width:0!important;font-size:10px;padding:4px 2px;border:1px solid #ccc;border-radius:4px;background:#fff;color:#505255;-webkit-appearance:auto;appearance:auto}.cart-drawer-upsell-footer-info .cart-drawer-add-btn{flex:1!important;font-size:10px!important;padding:5px 4px!important;white-space:nowrap;text-align:center}}.collection-hero{background-color:var(--color-bg-alt);background-size:cover;background-position:center;min-height:480px;display:flex;align-items:center;justify-content:center;padding:4rem 1.5rem;text-align:center;position:relative}.collection-hero-overlay{position:relative;z-index:1;max-width:700px}.collection-hero[style*=background-image]:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#00000059}.collection-hero[style*=background-image] .collection-hero-overlay h1,.collection-hero[style*=background-image] .collection-hero-overlay p{color:var(--color-white)}.collection-hero h1{margin-bottom:.8rem}.container{max-width:1100px;margin:0 auto}.brand-text-content{padding:0 2rem;display:flex;flex-direction:column}.brand-text-content p{margin-top:auto;margin-bottom:auto}.brand-text-content .btn{display:block;width:100%;text-align:center}.brand-text-content h2{font-family:Allison,cursive;font-weight:400;font-size:3.5rem;background:var(--color-dark);color:var(--color-bg-alt);display:block;padding:.4rem 2rem;border-radius:6px;margin-bottom:1rem;text-align:center;white-space:nowrap}.brand-text.has-image{display:grid;grid-template-columns:1fr 1fr;align-items:stretch;gap:2.5rem;text-align:left}.brand-text-image img{width:100%;height:auto;display:block}.brand-text.image-right .brand-text-image{order:2}.brand-text.image-right .brand-text-content{order:1}@media(max-width:768px){.brand-text.has-image{grid-template-columns:1fr;text-align:center}}.center{text-align:center}.blocks{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:1100px;margin:0 auto}.block{padding:2.5rem 1.5rem;text-align:center;background:var(--color-bg-alt)}.block.dark{background:var(--color-dark);color:var(--color-white)}.block.dark h3{color:var(--color-white)}.block h3{margin-bottom:.5rem}.reassurance{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;max-width:1100px;margin:0 auto;text-align:center}.reassurance .icon{margin-bottom:.5rem;display:flex;justify-content:center;color:var(--color-accent)}.reassurance .icon svg{width:38px;height:38px}.reassurance .icon img{width:32px;height:32px;object-fit:contain;filter:brightness(0) saturate(100%) invert(45%) sepia(6%) saturate(450%) hue-rotate(15deg) brightness(95%)}.page-banner{width:100%;height:320px;object-fit:cover;border-radius:4px;margin-bottom:2rem}.page-content.editorial{max-width:680px}.editorial h2{font-family:var(--font-serif, Georgia, serif);font-size:1.1rem;letter-spacing:.12em;text-transform:uppercase;text-align:center;font-weight:500;margin:2rem 0 1.2rem}.editorial-quote{font-family:var(--font-serif, Georgia, serif);font-style:italic;font-size:1.4rem;line-height:1.5;text-align:center;margin:0 0 1.5rem;padding:0 1rem}.ornament{text-align:center;color:var(--color-accent);font-size:1.1rem;letter-spacing:.6em;margin:2.5rem 0}.editorial .dropcap{float:left;font-family:var(--font-serif, Georgia, serif);font-size:3.4rem;line-height:1;font-weight:500;padding:.1rem .5rem 0 0;color:var(--color-accent)}.editorial .info-box{background:var(--color-bg-alt);padding:1.5rem 1.75rem}.editorial .info-box ul{margin:0;line-height:1.9}.club-levels{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin:1.5rem 0 2rem}.club-level-card{background:var(--color-bg-alt);padding:1.5rem;text-align:center;border-top:4px solid transparent;border-radius:4px}.club-level-amie{border-top-color:#9e9e9e}.club-level-fidele{border-top-color:#c0392b}.club-level-ambassadrice{border-top-color:#c9a84c}.club-level-badge{font-size:2rem;margin-bottom:.6rem}.club-level-card h3{margin:0 0 .2rem}.club-level-amie h3{color:#9e9e9e}.club-level-fidele h3{color:#c0392b}.club-level-ambassadrice h3{color:#c9a84c}.club-level-sub{font-size:.8rem;color:var(--color-accent-dark);font-style:italic;margin-bottom:.8rem}.club-level-avantages{list-style:none;padding:0;margin:0;text-align:left;font-size:.9rem}.club-level-avantages li{padding:.3rem 0 .3rem 1.2rem;position:relative;border-bottom:1px solid rgba(0,0,0,.06)}.club-level-avantages li:last-child{border-bottom:none}.club-level-avantages li:before{content:"\2713";position:absolute;left:0;color:var(--color-accent);font-weight:700}@media(max-width:768px){.club-levels{grid-template-columns:1fr}}.jdgm-widget .jdgm-review-widget__title,.jdgm-widget h2,.jdgm-widget h3{text-align:center}.product-info .jdgm-preview-badge{margin:1.2rem 0 0}.complementary-products{margin-top:1.5rem;padding-top:0}.complementary-products h2{text-align:center;margin-bottom:1.5rem}.products.products-small{grid-template-columns:repeat(4,1fr);max-width:none;gap:1rem}.products.products-five{grid-template-columns:repeat(5,1fr);max-width:none;gap:1rem}.products-five .product-card{padding:.75rem;font-size:.85rem}.products-five .product-card-image{margin-bottom:.5rem}.products-five .product-card-image img{transition:transform .35s ease}.products-five .product-card-image:hover img{transform:scale(1.08)}.products-five .product-card h3{font-size:.85rem}@media(max-width:768px){.products.products-five{grid-template-columns:repeat(2,1fr)}}.products-small .product-card{padding:.75rem;font-size:.85rem}.products-small .product-card-image{margin-bottom:.5rem}.products-small .product-card h3{font-size:.95rem}.products-small .product-card .btn{padding:.4rem .8rem;font-size:.8rem}@media(max-width:768px){.products.products-small{grid-template-columns:repeat(4,1fr);gap:.5rem}.products-small .product-card{padding:.4rem;font-size:.7rem}.products-small .product-card h3{font-size:.75rem!important;white-space:normal;overflow:visible;text-overflow:unset}.products-small .product-card .price{font-size:.72rem!important}.products-small .product-card .btn{padding:.3rem .5rem;font-size:.65rem}}.products{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1100px;margin:0 auto}#instafeed-container{grid-template-columns:repeat(var(--insta-cols, 3),1fr)}.product-card{border:1px solid var(--color-bg-soft);padding:1.5rem;position:relative;background-color:var(--color-white)}.product-card-beige{background-color:var(--color-bg-alt)}.product-swatches{display:flex;flex-wrap:wrap;align-items:center;gap:5px;margin-top:.6rem;opacity:0;transition:opacity .2s ease;min-height:20px}.product-card:hover .product-swatches{opacity:1}.product-swatches-more{font-size:.68rem;color:#505255;font-family:Lato,sans-serif;white-space:nowrap;letter-spacing:.02em;line-height:15px}@media(max-width:768px){.product-swatches-more-label{display:none}}.product-swatch{display:inline-block;width:15px;height:15px;border-radius:50%;border:none;box-shadow:inset 0 0 0 1.5px #00000038;flex-shrink:0;background:#ccc}.product-swatch--bi{background:linear-gradient(135deg,var(--c1, #ccc) 50%,#e0d8ce 50%)}.product-card img{width:100%;height:auto;margin-bottom:1rem;display:block}.product-card-link{display:block}.product-card-link:hover{opacity:.9}.product-card-image{position:relative;overflow:hidden;margin-bottom:1rem;aspect-ratio:4 / 5;border-radius:var(--border-radius-md, 8px)}.product-card-image img{margin-bottom:0;width:100%;height:100%;object-fit:cover;object-position:center}.product-card-image.has-hover .product-card-img-hover{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .3s ease}.product-card-image.has-hover:hover .product-card-img-hover{opacity:1}.product-card-image.has-hover{transition:transform .35s ease,box-shadow .35s ease;transform-origin:center}.product-card-image.has-hover:hover{transform:scale(1.35);z-index:5;box-shadow:0 12px 28px #0000002e}.product-card h3 a{text-decoration:none}.product-card h3 a:hover{text-decoration:underline}.product-title-row{display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:baseline;gap:.5rem;margin-bottom:.3rem}.product-title-row h1{min-width:0;flex-shrink:1}.product-title-row h1{margin:0;font-size:1.6rem}.product-price{font-size:1.3rem;margin:0;white-space:nowrap}.product-citation--mobile{display:none}.product-citation{color:var(--color-accent-dark);margin:1.2rem 0;font-size:.95rem}.product-qty-row{display:flex;align-items:stretch;gap:.75rem;margin-top:1.2rem}.product-qty{display:flex;align-items:center;border:1px solid var(--color-bg-alt);border-radius:4px;overflow:hidden;flex-shrink:0}.product-qty-btn{background:none;border:none;width:36px;height:100%;font-size:1.1rem;cursor:pointer;color:var(--color-dark);display:flex;align-items:center;justify-content:center;box-shadow:none;padding:0}.product-qty-btn:hover{background:var(--color-bg-soft)}.product-qty-input{width:38px;text-align:center;border:none;border-left:1px solid var(--color-bg-alt);border-right:1px solid var(--color-bg-alt);font-family:inherit;font-size:.95rem;color:var(--color-dark);padding:0;-moz-appearance:textfield}.product-qty-input::-webkit-inner-spin-button,.product-qty-input::-webkit-outer-spin-button{-webkit-appearance:none}.product-btn{display:block;width:100%;text-align:center;margin-top:0}.product-label{display:block;font-size:.85rem;margin-bottom:.3rem;margin-top:0;color:var(--color-accent-dark)}.product-color-swatches{display:flex;flex-wrap:wrap;gap:8px;margin:.3rem 0 1.2rem}.product-color-swatch{width:30px;height:30px;border-radius:50%;border:2px solid rgba(0,0,0,.12);cursor:pointer;padding:0;background:#eee;transition:transform .15s;position:relative;flex-shrink:0;overflow:hidden}.product-color-swatch:hover{transform:scale(1.12)}.product-color-swatch.is-active{border:2px solid #fff;box-shadow:0 0 0 2px #505255}.product-color-swatch--custom{background:#505255!important;border:none!important;border-radius:20px!important;width:auto!important;height:28px!important;padding:0 12px!important;font-size:.62rem!important;font-weight:700!important;letter-spacing:.08em!important;text-transform:uppercase!important;color:#dbcdba!important;display:flex;align-items:center;justify-content:center;box-shadow:none}.product-color-swatch--custom.is-active{box-shadow:0 0 0 2px #505255}#product-color-label{font-weight:400;color:#505255}.product-select{width:100%;padding:.5rem .8rem;border:1px solid var(--color-bg-soft);background:var(--color-white);font-family:inherit;font-size:.95rem;color:var(--color-text);cursor:pointer}.product-sections{margin-top:1.8rem;border-top:1px solid var(--color-bg-soft)}.product-section{border-bottom:1px solid var(--color-bg-soft);padding:1rem 0}.product-section-title{display:flex;align-items:center;gap:.5rem;font-size:1.1rem;font-weight:600;margin:0 0 .75rem;color:var(--color-text)}.product-section-body{padding:0 0 .5rem;font-size:.9rem;line-height:1.6;color:var(--color-accent)}.product-section-body p{margin:.2rem 0}.product-section-body table{display:none}.product-accordions{margin-top:1.8rem;border-top:1px solid var(--color-bg-soft)}.product-accordion{border-bottom:1px solid var(--color-bg-soft)}.product-accordion-trigger{display:flex;align-items:center;gap:.6rem;width:100%;background:none;border:none;padding:1rem 0;font-family:inherit;font-size:.95rem;color:var(--color-text);cursor:pointer;text-align:left}.product-accordion-icon{display:flex;align-items:center;color:var(--color-accent)}.product-accordion-chevron{display:flex;align-items:center;margin-left:auto;transition:transform .2s ease}.product-accordion.is-open .product-accordion-chevron{transform:rotate(180deg)}.product-accordion-body{display:none;padding:0 0 1rem;font-size:.95rem;line-height:1.7;font-family:Lato,sans-serif;color:var(--color-text)}.product-accordion-body p{margin:.2rem 0}.product-accordion-body strong{font-weight:600;color:var(--color-text)}.product-accordion-body a{color:var(--color-text);text-decoration:none}.product-accordion-body table{display:none}.product-accordion.is-open .product-accordion-body{display:block}.product-layout{display:flex;gap:2.5rem;max-width:1000px;margin:0 auto;align-items:flex-start}.product-gallery{flex:1 1 0;max-width:420px}.product-info{flex:1 1 0;text-align:left;align-self:flex-start;position:sticky;top:96px}@media(max-width:768px){.product-layout{flex-direction:column;text-align:center}.product-gallery{width:100%;max-width:100%;margin:0 auto}.product-info{text-align:center}}.product-gallery-main img{width:100%;aspect-ratio:4 / 5;object-fit:cover;border-radius:var(--border-radius-md, 8px);display:block;margin-bottom:.8rem}.product-gallery-thumbs{display:flex;gap:.6rem;flex-wrap:wrap;justify-content:center;margin-bottom:1.5rem}.product-gallery-thumbs img{width:70px;height:70px;object-fit:cover;border-radius:6px;cursor:pointer;border:2px solid transparent;opacity:.8}.product-gallery-thumbs img.is-active{border-color:var(--color-dark);opacity:1}.product-card h3{margin-bottom:.3rem}.product-card .tagline{font-style:italic;color:var(--color-accent-dark);margin-bottom:.6rem}.product-card .price{font-weight:700;margin-top:.8rem}.product-card .meta{font-size:.85rem;color:var(--color-accent-dark);margin-top:.5rem}table{width:100%;border-collapse:collapse;margin:1.5rem 0}th,td{border:1px solid var(--color-bg-soft);padding:.7rem;text-align:left}th{background:var(--color-bg-alt)}footer{background:var(--color-dark);color:#dbcdba;padding:3rem 1.5rem;text-align:center}footer a{color:#dbcdba}footer ul{list-style:none;display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap;margin-bottom:1.5rem}footer p{margin:0 0 1rem}.page-hero-text{background:var(--color-bg-alt);padding:3rem 2rem 2.5rem;text-align:center}.page-hero-text h1{color:var(--color-dark);font-style:normal;margin-bottom:.5rem}.page-hero-text p{color:var(--color-dark);opacity:.8}.page-content{max-width:800px;margin:0 auto;padding:3rem 1.5rem}.breadcrumb{font-size:.8rem;color:var(--color-text);margin-bottom:1.5rem}.breadcrumb a{color:inherit;text-decoration:none}.breadcrumb a:hover{text-decoration:underline}.breadcrumb-sep{margin:0 .5rem}.breadcrumb-current{color:var(--color-dark)}.page-content h1{color:var(--color-dark);font-style:normal;margin-bottom:2rem;padding-bottom:1rem;border-bottom:3px solid var(--color-bg-alt)}.page-content h2{margin-top:2.5rem;margin-bottom:.8rem;color:var(--color-dark);font-style:normal;padding-bottom:.4rem;border-bottom:2px solid var(--color-bg-alt)}.page-content h3{margin-top:1.5rem;margin-bottom:.5rem;color:var(--color-dark);font-style:normal}.page-content p{margin-bottom:1rem}.page-content ul{margin:0 0 1rem 1.5rem}.page-content a{color:var(--color-dark)}.page-content a.btn{color:var(--color-bg-alt)}.page-content table{width:100%;border-collapse:collapse;margin:1rem 0 1.5rem;font-size:.95rem}.page-content table th{background:var(--color-dark);color:#fff;padding:.6rem 1rem;text-align:left;font-weight:600;font-style:normal}.page-content table td{padding:.6rem 1rem;border-bottom:1px solid var(--color-bg-soft)}.page-content table tr:last-child td{border-bottom:none}.page-content table tr:nth-child(2n) td{background:var(--color-bg-soft)}.tip{background:var(--color-bg-alt);padding:1rem;border-left:3px solid var(--color-accent);margin:1rem 0;font-size:.95rem}.content-block-soft{background:var(--color-bg-soft);padding:2rem;border-radius:var(--border-radius-md, 8px);margin:2rem 0}.content-block-alt{background:var(--color-bg-alt);padding:2rem;border-radius:var(--border-radius-md, 8px);margin:2rem 0}.site-header{top:2.5rem;transition:top .3s ease}body.bar-hidden .site-header{top:0}.burger{display:none;flex-direction:column;justify-content:center;gap:5px;width:28px;height:24px;background:none;border:none;cursor:pointer;padding:0;z-index:210}.burger span{display:block;width:100%;height:2px;background:currentColor;transition:transform .25s ease,opacity .25s ease}.burger.is-open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.burger.is-open span:nth-child(2){opacity:0}.burger.is-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-drawer,.mobile-drawer-overlay{display:none}@media(max-width:768px){.nav-bottom,.header-icon-left{display:none}.burger{display:flex}.site-header-top{grid-template-columns:auto 1fr auto;margin-bottom:0}.site-header-top .header-icons,.site-header-top .header-icon-left{min-width:0;transform:translateY(-10px)}.site-header-top{min-height:unset;margin-bottom:-10px}.site-header{padding:0 1.2rem;position:fixed;left:0;right:0}body:not(.has-hero){padding-top:calc(4rem + 62px)}body.bar-hidden:not(.has-hero){padding-top:calc(62px + 1.5rem)}.has-hero .hero-slider{margin-top:-68px}.has-hero .hero-slide{padding-top:calc(3rem + 68px)}.hero-slide{min-height:60vh;background-size:contain;background-color:var(--color-bg-alt);background-repeat:no-repeat;position:relative}.hero-slide-mobile-bg{display:block;position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center}.hero-slide-mobile-bg~.hero-slide-content{background:#ffffffd9;border-radius:4px;padding:1.2rem}.mobile-drawer{display:block;position:fixed;top:0;left:0;width:80%;max-width:320px;height:100%;background:var(--color-white);box-shadow:2px 0 16px #0000001a;z-index:300;padding:5rem 1.5rem 2rem;transform:translate(-100%);transition:transform .3s ease;overflow-y:auto}.mobile-drawer.is-open{transform:translate(0)}.mobile-drawer ul{list-style:none;display:flex;flex-direction:column;gap:1.1rem}.mobile-drawer .drawer-sub a{font-size:.85rem;color:var(--color-accent-dark)}.drawer-row{display:flex;align-items:center;justify-content:space-between;gap:.8rem}.drawer-toggle{background:none;border:none;font-size:1rem;line-height:1;color:var(--color-text);cursor:pointer;padding:0 .4rem;transition:transform .2s ease;display:flex;align-items:center;align-self:center;margin-top:-2px}.drawer-has-sub.is-open .drawer-toggle{transform:rotate(180deg)}.mobile-drawer ul.drawer-subnav{list-style:none;display:none;flex-direction:column;gap:.8rem;margin-top:.8rem;padding-left:1rem}.mobile-drawer .drawer-has-sub.is-open ul.drawer-subnav{display:flex}.mobile-drawer-overlay.is-open{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:290}}@media(max-width:768px){.blocks,.testimonials{grid-template-columns:1fr}.products{grid-template-columns:repeat(2,1fr);gap:1rem}.product-card{padding:.8rem}.products .product-card h3{font-size:.95rem}.products .product-card .price{font-size:.9rem}.product-card .btn{font-size:.75rem;padding:.55rem .5rem;letter-spacing:.02em}.reassurance{grid-template-columns:repeat(2,1fr);gap:1.2rem}section{padding:2.5rem 1rem}.hero-slide h1{font-size:1.8rem}.hero-slide p{font-size:.95rem}.hero-slide{min-height:50vh}h1{font-size:1.6rem}h2{font-size:1.4rem}.product-layout{flex-direction:column;gap:1rem}.product-gallery{max-width:100%}.product-info{text-align:left}.product-title-row{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;align-items:baseline}.product-title-row h1{font-size:1.2rem;min-width:0;flex:1 1 auto}.product-price{font-size:1.1rem;flex-shrink:0;margin-left:.5rem}.products.products-small{grid-template-columns:repeat(2,1fr)}.page-content{padding:1rem 1rem 2rem}.contact-layout{grid-template-columns:1fr;gap:2rem}.collection-hero{min-height:200px;padding:2.5rem 1rem}.product-card .tagline{display:none}.testimonials{display:flex;flex-direction:row;overflow-x:auto;gap:.8rem;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding-bottom:.5rem;grid-template-columns:unset}.testimonial-card{flex:0 0 75vw;scroll-snap-align:start;padding:1rem;font-size:.85rem}.product-card-image.has-hover:hover{transform:none;box-shadow:none}}.testimonials{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.testimonial-card{background:#dbcdba;color:#505255;border:1px solid var(--color-bg-soft);padding:1.5rem;text-align:center}.testimonial-card .stars{color:var(--color-accent);font-size:1.1rem;letter-spacing:.2rem;margin-bottom:.75rem}.testimonial-text{font-style:italic;margin-bottom:.75rem}.testimonial-author{font-weight:600;color:var(--color-accent-dark)}.product-badges{position:absolute;top:14px;left:0;z-index:2;display:flex;flex-direction:column;gap:.4rem;align-items:flex-start}.product-badges span{color:var(--color-bg-alt);font-size:.75rem;letter-spacing:.05em;text-transform:uppercase;padding:.35rem .75rem;border-radius:2px}.badge-nouveaute,.badge-coup-de-coeur,.badge-promo{background:var(--color-accent)}@media(max-width:768px){.product-badges{top:12px}.product-badges span{font-size:.52rem!important;padding:.15rem .35rem!important;white-space:nowrap!important;letter-spacing:.03em}}.product-gallery-main,.product-carousel{position:relative}.product-carousel-track{display:flex;flex-direction:column;gap:.8rem}.product-carousel-slide img{width:100%;aspect-ratio:4 / 5;object-fit:cover;border-radius:var(--border-radius-md, 8px);display:block;margin-bottom:.8rem}.product-carousel-dots{display:none}@media(max-width:768px){.product-page{padding-top:calc(62px + .5rem)!important}.product-page .breadcrumb,.product-citation--desktop{display:none}.product-citation--mobile{display:block}.product-gallery-mobile-wrap{display:block;width:100%}.mob-gallery-main{position:relative;width:100%;aspect-ratio:4 / 5;border-radius:var(--border-radius-md, 8px);overflow:hidden;margin-bottom:.5rem}.mob-gallery-main img{width:100%;height:100%;object-fit:cover;display:block}.mob-gallery-badge{position:absolute;top:10px;left:10px;z-index:2;pointer-events:none}.mob-gallery-badge .product-badges{position:static}.mob-gallery-thumbs{display:flex;gap:6px}.mob-thumb{flex:1;aspect-ratio:1;border-radius:6px;overflow:hidden;cursor:pointer;opacity:.6;transition:opacity .2s;border:2px solid transparent}.mob-thumb.active{opacity:1;border-color:var(--color-dark, #505255)}.mob-thumb img{width:100%;height:100%;object-fit:cover;object-position:top;display:block}}@media(min-width:769px){.product-gallery-mobile-wrap{display:none}.product-gallery-desktop-wrap{display:block;width:100%}.cf-slide{position:relative;width:100%;margin-bottom:.8rem}.cf-slide img{width:100%;aspect-ratio:4 / 5;object-fit:cover;border-radius:var(--border-radius-md, 8px);display:block}.cf-badge-wrap{position:absolute;top:10px;left:10px;z-index:2;pointer-events:none}.cf-badge-wrap .product-badges{position:static}.cf-pills{display:none}}@media(max-width:768px){.product-gallery-desktop-wrap{display:none}}.announcement-bar{background:#505255;color:#dbcdba;padding:.6rem 0;font-size:.85rem;letter-spacing:.05em;position:fixed;top:0;left:0;right:0;z-index:50;overflow:hidden;white-space:nowrap;text-align:center;transition:transform .3s ease}.announcement-bar.is-hidden{transform:translateY(-100%)}.announcement-bar-track{display:flex;width:100%;justify-content:center;text-align:center}.announcement-bar-track.is-scrolling{animation:announcement-scroll 20s linear infinite}.announcement-bar-item{padding:0 3rem}@media(max-width:768px){.announcement-bar-track.is-scrolling{animation:announcement-scroll-mobile 12s linear infinite;display:inline-flex;width:auto}.announcement-bar-track:not(.is-scrolling){animation:none;justify-content:center}}@keyframes announcement-scroll-mobile{0%{transform:translate(100vw)}to{transform:translate(-100%)}}@keyframes announcement-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}body{padding-top:2.5rem;transition:padding-top .3s ease}.has-hero .site-header{top:2.5rem;transition:top .3s ease}body.bar-hidden{padding-top:0}body.bar-hidden .has-hero .site-header{top:0}.contact-layout{display:grid;grid-template-columns:1.4fr 1fr;grid-template-rows:auto 1fr;column-gap:2rem}.contact-title{grid-column:1;grid-row:1;text-align:center;padding-bottom:1rem}.contact-title h2{margin:0}.contact-form-fields{grid-column:1;grid-row:2;background:var(--color-bg-alt);padding:2rem;border-radius:var(--border-radius-md, 8px);display:flex;flex-direction:column}.contact-submit{margin-top:1.5rem;text-align:center}.contact-info{grid-column:2;grid-row:2;background:var(--color-bg-alt);padding:2rem;border-radius:var(--border-radius-md, 8px);display:flex;flex-direction:column;justify-content:center}.contact-info-inner{display:flex;flex-direction:column;gap:1.5rem}.contact-info h2{margin-top:0;margin-bottom:0;text-align:center}.contact-info-item{display:flex;flex-direction:column;gap:.25rem;padding-bottom:1.25rem;border-bottom:1px solid var(--color-text, #505255)}.contact-info-item:last-child{border-bottom:none;padding-bottom:0}.contact-info-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;color:var(--color-text-light, #888)}.contact-form-fields label{display:block;margin:1rem 0 .3rem;font-size:.85rem}.contact-form-fields label:first-child{margin-top:0}.contact-form-fields input,.contact-form-fields textarea{width:100%;padding:.6rem .8rem;border:1px solid var(--color-bg-alt);background:var(--color-white);color:var(--color-text);font-family:inherit;font-size:.95rem}.contact-form-fields input:focus,.contact-form-fields textarea:focus{outline:1px solid var(--color-accent)}.contact-success{background:var(--color-bg-alt);padding:.8rem 1rem;margin-bottom:1rem}@media(max-width:768px){.contact-layout{grid-template-columns:1fr;grid-template-rows:auto}.contact-title,.contact-form-fields,.contact-info{grid-column:1;grid-row:auto}}.cart-layout{display:grid;grid-template-columns:1fr 320px;gap:2rem;align-items:start;margin-bottom:3rem}.cart-item{display:flex;gap:1.2rem;padding:1.2rem 0;border-bottom:1px solid var(--color-bg-soft);align-items:flex-start}.cart-item-img{width:100px;height:100px;object-fit:cover;border-radius:6px;flex-shrink:0}.cart-item-info{flex:1;min-width:0}.cart-item-title{font-family:Cormorant Garamond,serif;font-size:1.05rem;font-weight:600;color:var(--color-text);display:block;margin-bottom:.2rem}.cart-item-variant{font-size:.85rem;color:var(--color-accent);margin:0 0 .3rem}.cart-item-price{font-size:.95rem;margin:0 0 .6rem;color:var(--color-accent)}.cart-qty{display:flex;align-items:center;gap:.5rem}.cart-qty-btn{background:var(--color-bg-soft);border:none;width:28px;height:28px;border-radius:4px;cursor:pointer;font-size:1rem;display:flex;align-items:center;justify-content:center;color:var(--color-text)}.cart-qty-btn:hover{background:var(--color-bg-alt)}.cart-qty-value{min-width:24px;text-align:center;font-size:.95rem}.cart-item-right{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem;flex-shrink:0}.cart-item-total{font-weight:700;font-size:1rem;margin:0}.cart-remove{background:none;border:none;cursor:pointer;color:var(--color-accent);padding:0;opacity:.6}.cart-remove:hover{opacity:1}.cart-summary{background:var(--color-bg-soft);border-radius:8px;padding:1.5rem;position:sticky;top:120px}.cart-summary-line{display:flex;justify-content:space-between;padding:.5rem 0;font-size:.95rem;border-bottom:1px solid var(--color-bg-alt)}.cart-summary-total{display:flex;justify-content:space-between;padding:.8rem 0 0;font-weight:700;font-size:1.1rem}.cart-shipping-notice{font-size:.85rem;margin-bottom:.6rem;text-align:center}.cart-shipping-free{color:#4a7c59;font-size:.9rem;margin-bottom:.6rem;font-weight:600;text-align:center}.shipping-bar-track{width:100%;height:7px;background:#ede8e2;border-radius:99px;overflow:hidden;margin-bottom:1rem}.shipping-bar-fill{height:100%;border-radius:99px;background:#c8b89a;position:relative;overflow:hidden;transition:width .8s cubic-bezier(.4,0,.2,1)}.shipping-bar-fill:after{content:"";position:absolute;top:0;left:-60%;width:50%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.6),transparent);animation:shipping-shimmer 2s infinite}@keyframes shipping-shimmer{0%{left:-60%}to{left:130%}}.cart-trust{margin-top:1.2rem;padding-top:1rem;border-top:1px solid var(--color-bg-alt)}.cart-trust p{font-size:.8rem;color:var(--color-accent);margin:.3rem 0}.cart-upsell{margin-top:2rem;padding-top:2rem;border-top:1px solid var(--color-bg-soft)}.cart-upsell h2{margin-bottom:1.5rem}@media(max-width:768px){.cart-layout{grid-template-columns:1fr}.cart-summary{position:static}.cart-item-img{width:75px;height:75px}}.wishlist-btn{background:none;border:none;cursor:pointer;padding:0;color:var(--color-text);display:flex;align-items:center;justify-content:center;transition:transform .15s ease;line-height:1}.wishlist-btn:hover{transform:scale(1.2)}.wishlist-btn.is-active{color:#c0392b}.wishlist-btn.is-active svg{fill:#c0392b;stroke:#c0392b}.product-card-wishlist{position:absolute;top:8px;right:8px;z-index:3;background:#ffffffe0;border-radius:50%;width:34px;height:34px}.wishlist-header-btn{position:relative}.js-wishlist-count{position:absolute;top:-4px;right:-5px;background:var(--color-accent);color:#fff;border-radius:50%;width:16px;height:16px;font-size:.65rem;font-weight:700;display:none;align-items:center;justify-content:center;pointer-events:none}.carousel-wrapper{position:relative}.carousel-arrow{display:none;position:absolute;top:50%;transform:translateY(-50%);z-index:10;background:#fff;border:1px solid #DBCDBA;color:#505255;width:32px;height:32px;border-radius:50%;font-size:1.3rem;line-height:1;cursor:pointer;padding:0;box-shadow:0 2px 6px #0000001f}.carousel-prev{left:-4px}.carousel-next{right:-4px}@media(max-width:768px){.carousel-arrow{display:flex;align-items:center;justify-content:center}.product-card-wishlist{width:26px;height:26px;top:6px;right:6px;display:flex;align-items:center;justify-content:center}.product-card-wishlist svg{width:13px;height:13px;display:block;flex-shrink:0}.products-scroll-mobile{display:flex!important;grid-template-columns:unset!important;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:.8rem!important;padding-bottom:1rem;padding-right:2rem;-webkit-mask-image:linear-gradient(to right,black 85%,transparent 100%);mask-image:linear-gradient(to right,black 85%,transparent 100%)}.products-scroll-mobile>.product-card{flex:0 0 46vw;scroll-snap-align:start;max-width:200px}.site-header-top .header-icons{gap:.8rem}.brand-text-content{padding:1.5rem 1rem!important;gap:1.2rem;justify-content:center}.brand-text-content p{margin-top:0;margin-bottom:0;text-align:center}body{overflow-x:hidden}.products{min-width:0;width:100%}.product-card{min-width:0}.product-card{display:flex;flex-direction:column}.product-card form,.product-card>form{margin-top:auto}.product-card>div[style*=space-between]{flex-wrap:nowrap;gap:.3rem;align-items:flex-start}.product-card>div[style*=space-between] h3{font-size:.95rem;white-space:normal;word-break:break-word;min-width:0;flex:1 1 auto;line-height:1.3}.product-card>div[style*=space-between] p.price{font-size:.9rem;white-space:nowrap;flex-shrink:0}.has-hero .product-card .btn,.has-hero .product-card form{display:none!important}.product-card form .btn{display:block;width:100%}.product-card-img-hover{display:none!important}.product-swatches{opacity:1}}#bon-launcher,#bon-loyalty-launcher,#bon-loyalty-widget,#bon-widget,.bon-launcher,.bon-loyalty-launcher,.bon-loyalty-widget,[id*=bon-loyalty],[id*=bon_loyalty],[class*=bon-loyalty],[class*=bon_loyalty],iframe[src*=bonloyalty],iframe[src*=bon-loyalty],iframe[id*=bon],iframe[title*=Loyalty],iframe[title*=loyalty],iframe[title*=r\e9 compenses],iframe[title*=Recompenses]{display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important}.fn-main-row{display:grid!important;grid-template-columns:1fr 1fr!important;align-items:stretch!important;gap:22px!important;padding:10px 32px 28px!important;box-sizing:border-box!important}.fn-col-left{min-width:0!important;display:flex!important;flex-direction:column!important;align-items:center!important;gap:14px!important;margin-top:0!important;padding-top:0!important}.fn-col-right{min-width:0!important;display:flex!important;flex-direction:column!important;gap:14px!important;margin-top:0!important;padding-top:0!important;vertical-align:top!important}.fn-ring-wrap{margin-top:-25px!important;padding-top:0!important}.fn-ring-img{margin-top:0!important;padding-top:0!important;vertical-align:top!important}.fn-statut{margin-top:0}
/*# sourceMappingURL=/cdn/shop/t/28/assets/style.css.map */
