:root{--ivory: #fffaf2;--cream: #f6efe3;--petal: #f7d8d5;--rose: #c76f7e;--sage: #7e9270;--sage-dark: #536847;--butter: #f2d27c;--clay: #8d6c5b;--ink: #3f332f;--muted: #78675e;--line: #eadfd1;--white: #ffffff;--shadow: 0 20px 60px rgba(72, 52, 41, .12)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--ivory);color:var(--ink);font-family:Nunito Sans,Arial,sans-serif;line-height:1.5}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}.announcement{background:var(--sage-dark);color:var(--white);padding:10px 18px;text-align:center;font-size:14px;font-weight:700}.site-header{position:sticky;top:0;z-index:10;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:26px;padding:18px clamp(18px,5vw,72px);border-bottom:1px solid rgba(234,223,209,.86);background:#fffaf2eb;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.brand{display:inline-flex;align-items:center;white-space:nowrap}.brand-logo{width:clamp(184px,16vw,246px);height:auto}.brand-mark{display:grid;width:42px;height:42px;place-items:center;border:1px solid var(--sage);border-radius:50%;color:var(--sage-dark);font-family:Nunito Sans,Arial,sans-serif;font-size:13px;font-weight:800}.main-nav{display:flex;flex-wrap:wrap;justify-content:center;gap:8px clamp(12px,1.35vw,20px);font-size:14px;font-weight:800;color:var(--muted)}.main-nav a{padding:8px 0}.main-nav a:hover{color:var(--sage-dark)}.header-actions{display:flex;gap:10px}.icon-button{display:grid;width:38px;height:38px;place-items:center;border:1px solid var(--line);border-radius:50%;background:var(--white)}.icon-button svg,.social-icons svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.social-icons svg path:first-child{fill:currentColor;stroke:none}.section{width:min(1180px,calc(100% - 36px));margin:0 auto;padding:72px 0}.section-band{width:min(1280px,calc(100% - 36px));margin:28px auto 0}.hero{display:grid;grid-template-columns:minmax(0,.9fr) minmax(360px,1.1fr);gap:clamp(28px,5vw,72px);align-items:center;min-height:640px;padding:clamp(34px,5vw,70px);border:1px solid var(--line);border-radius:8px;background:linear-gradient(135deg,#f7d8d55c,#f2d27c33),var(--cream)}.hero-copy{max-width:560px}.eyebrow{margin:0 0 14px;color:var(--rose);font-size:13px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}h1,h2{margin:0;color:var(--ink);font-family:Cormorant Garamond,Georgia,serif;font-weight:700;line-height:.96;letter-spacing:0}h1{font-size:clamp(48px,6vw,86px)}h2{font-size:clamp(34px,4vw,54px)}.hero-text{max-width:520px;margin:24px 0 30px;color:var(--muted);font-size:clamp(17px,1.5vw,20px)}.button-row{display:flex;flex-wrap:wrap;gap:12px}.button{display:inline-flex;min-height:48px;align-items:center;justify-content:center;padding:13px 22px;border:1px solid transparent;border-radius:6px;font:inherit;font-weight:900;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,background .16s ease}.button:hover{transform:translateY(-1px)}.button-primary{background:var(--sage-dark);color:var(--white);box-shadow:0 12px 24px #53684738}.button-secondary{border:1px solid var(--sage);background:#fff9;color:var(--sage-dark)}.hero-media{overflow:hidden;border-radius:8px;background:var(--white);box-shadow:var(--shadow)}.hero-media img{width:100%;height:min(62vw,610px);min-height:430px;object-fit:cover}.intro-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;padding:0;border:1px solid var(--line);border-radius:8px;overflow:hidden;background:var(--line)}.intro-strip div{min-height:118px;padding:26px;background:var(--white)}.intro-strip strong,.intro-strip span{display:block}.intro-strip strong{margin-bottom:8px;font-family:Cormorant Garamond,Georgia,serif;font-size:24px}.intro-strip span{color:var(--muted)}.section-heading{max-width:740px;margin-bottom:30px}.section-heading.narrow{max-width:680px;margin-right:auto;margin-left:auto;text-align:center}.section-heading p:not(.eyebrow){margin:16px 0 0;color:var(--muted);font-size:17px}.category-grid{display:grid;grid-template-columns:1.1fr .9fr .9fr;grid-auto-rows:310px;gap:18px}.category-directory{padding-top:34px}.category-tile{position:relative;overflow:hidden;border:1px solid var(--line);border-radius:8px;background:var(--white);box-shadow:0 12px 34px #48342914}.category-tile.tile-large{grid-row:span 2}.category-tile:nth-child(4){grid-column:2}.category-tile img{width:100%;height:100%;object-fit:cover;transition:transform .24s ease}.category-tile:hover img{transform:scale(1.03)}.category-tile span{position:absolute;right:18px;bottom:18px;left:18px;display:inline-flex;width:fit-content;max-width:calc(100% - 36px);padding:10px 14px;border-radius:6px;background:#fffaf2ed;color:var(--ink);font-weight:900}.product-band{width:100%;max-width:none;padding:76px max(18px,calc((100vw - 1180px)/2));background:var(--cream)}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product-card{overflow:hidden;border:1px solid var(--line);border-radius:8px;background:var(--white)}.product-card-media{display:grid;position:relative;aspect-ratio:1 / 1;place-items:center;overflow:hidden;background:var(--cream)}.product-card-media img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;object-position:center;background:var(--cream)}.product-card>img{width:100%;height:auto;object-fit:contain;object-position:center;background:var(--cream)}.product-info{display:flex;min-height:82px;align-items:flex-start;justify-content:space-between;gap:18px;padding:18px}.product-info p{margin:0;font-weight:900}.product-info span{color:var(--rose);font-weight:900;white-space:nowrap}.split-section{display:grid;grid-template-columns:.95fr 1.05fr;gap:22px}.soft-panel{min-height:430px;padding:clamp(28px,4vw,52px);border-radius:8px;background:var(--sage-dark);color:var(--white)}.soft-panel h2,.soft-panel .eyebrow{color:var(--white)}.soft-panel p:not(.eyebrow){margin:22px 0;color:#ffffffdb;font-size:17px}.text-link{display:inline-flex;padding-bottom:4px;border-bottom:1px solid currentColor;font-weight:900}.feature-list{display:grid;gap:14px}.feature-list div{min-height:130px;padding:26px;border:1px solid var(--line);border-radius:8px;background:var(--white)}.feature-list span{display:block;margin-bottom:10px;color:var(--rose);font-weight:900}.feature-list strong{display:block;font-family:Cormorant Garamond,Georgia,serif;font-size:29px;line-height:1}.feature-list p{margin:12px 0 0;color:var(--muted)}.occasions{padding-top:42px}.occasion-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.occasion-grid a{display:grid;min-height:96px;place-items:center;padding:18px;border:1px solid var(--line);border-radius:8px;background:var(--white);color:var(--sage-dark);font-weight:900;text-align:center}.occasion-grid a:nth-child(2n){background:#fff3f1}.occasion-grid a:nth-child(3n){background:#f7f5e8}.compliance-strip{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:38px;border:1px solid var(--line);border-radius:8px;background:var(--white)}.compliance-strip h2{font-size:clamp(30px,3vw,44px)}.compliance-strip p{max-width:720px;margin:12px 0 0;color:var(--muted)}.site-footer{margin-top:72px;background:#715a52;color:var(--white)}.footer-inner{display:grid;grid-template-columns:1fr 1fr 1fr 1.25fr;gap:clamp(30px,5vw,72px);width:min(1180px,calc(100% - 36px));margin:0 auto;padding:58px 0 70px}.footer-column,.newsletter,.social-block{display:flex;flex-direction:column;align-items:flex-start}.footer-column h2,.newsletter h2,.social-block h2{margin:0 0 18px;color:var(--white);font-family:Nunito Sans,Arial,sans-serif;font-size:clamp(20px,2vw,25px);font-weight:900;line-height:1.2}.footer-column a,.footer-column p{margin:0 0 14px;color:#ffffffe6;font-size:14px;font-weight:800}.footer-column a:hover{color:var(--white);text-decoration:underline;text-underline-offset:4px}.brand-info p{line-height:1.35}.newsletter{grid-column:span 2;max-width:520px}.newsletter form{display:grid;grid-template-columns:1fr auto;width:min(100%,500px);margin-top:2px}.newsletter label{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.newsletter input{min-width:0;min-height:54px;padding:0 16px;border:1px solid rgba(255,255,255,.3);border-right:0;border-radius:6px 0 0 6px;background:#ffffff0f;color:var(--white);font:inherit;font-size:16px}.newsletter input::placeholder{color:#ffffffe0}.newsletter button{min-height:54px;padding:0 26px;border:0;border-radius:0 6px 6px 0;background:var(--white);color:var(--sage-dark);font:inherit;font-weight:900}.social-block{grid-column:4;justify-self:end;gap:18px}.social-icons{display:flex;gap:12px}.social-icons a{display:grid;width:32px;height:32px;place-items:center;border:1px solid rgba(255,255,255,.86);border-radius:50%}.social-icons svg{fill:currentColor;stroke:none}.payment-icons{display:flex;gap:6px;margin-top:54px}.payment-icons span{display:grid;min-width:38px;min-height:24px;place-items:center;border-radius:3px;background:var(--white);color:#1b2d76;font-size:11px;font-weight:900}.payment-icons span:last-child{color:#cc4a2f}.copyright{width:min(1180px,calc(100% - 36px));margin:0 auto;padding:0 0 34px;text-align:center;color:#ffffffe6;font-size:13px;font-weight:900}.policy-page{display:grid;min-height:calc(100vh - 360px);place-items:center;padding:80px 18px;text-align:center}.policy-page>div{width:min(760px,100%)}.policy-page h1{font-size:clamp(42px,7vw,72px)}.policy-page p{margin:18px auto 0;color:var(--muted);font-size:18px}.page-content{max-width:760px;margin:28px auto 0;color:var(--muted);text-align:left}.page-content h2{margin:28px 0 10px;color:var(--leaf-dark);font-family:Nunito Sans,Arial,sans-serif;font-size:22px;line-height:1.25}.page-content h2:first-child{margin-top:0}.page-content p,.page-content li{font-size:16px;line-height:1.75}.page-content ul{display:grid;gap:8px;margin:12px 0 0;padding-left:20px}.page-content strong{color:var(--leaf-dark)}.brand-page{background:#fff9f8;color:#5b7148}.brand-page-inner{width:min(960px,calc(100% - 36px));margin:0 auto;padding:clamp(76px,10vw,128px) 0 72px}.brand-page-inner-narrow{width:min(820px,calc(100% - 36px))}.brand-page-heading{display:grid;justify-items:center;gap:8px;margin-bottom:22px;text-align:center}.brand-page-heading h1{color:#5b7148;font-family:Nunito Sans,Arial,sans-serif;font-size:clamp(28px,3vw,38px);font-weight:500;line-height:1.2;text-transform:uppercase}.brand-page-heading img{width:min(220px,62vw);height:auto}.brand-page-nav{display:flex;flex-wrap:wrap;justify-content:center;gap:18px 28px;margin:18px 0 14px;color:#63784f;font-size:14px;font-weight:600}.brand-page-nav a[href="/collections/embrasses-de-rideaux"]{display:none}.brand-page-nav a[href="/collections/accessoires-de-table"]{font-size:0}.brand-page-nav a[href="/collections/accessoires-de-table"]:after{content:"Sous-verres";font-size:14px}.brand-page-nav a:hover,.contact-intro a,.tracking-help a{text-decoration:underline;text-underline-offset:4px}.contact-intro{display:grid;gap:14px;margin:0 auto 54px;color:#63784f;font-size:16px;font-weight:600}.contact-intro p{margin:0}.contact-form{display:grid;gap:18px;width:min(860px,100%);margin:0 auto}.contact-form-row{display:grid;grid-template-columns:1fr 1fr;gap:18px}.contact-form input,.contact-form textarea,.tracking-form input{width:100%;min-height:58px;padding:0 18px;border:1px solid #dfd8d4;border-radius:4px;background:transparent;color:#5b7148;font:inherit;font-size:16px}.contact-form textarea{min-height:160px;padding-top:18px;resize:vertical}.contact-form input::placeholder,.contact-form textarea::placeholder,.tracking-form input::placeholder{color:#63784f;opacity:.9}.contact-submit{justify-self:center;min-width:184px;margin-top:16px;border-radius:0;background:#5b7148}.form-status{margin:0;color:#5b7148;font-weight:700;text-align:center}.form-status-error{color:var(--rose)}.tracking-card,.about-story{margin-top:28px;color:#63784f;font-size:16px;font-weight:600;line-height:1.75}.tracking-card{display:grid;gap:24px;text-align:center}.tracking-card p,.about-story p{margin:0}.tracking-form{display:grid;gap:16px;margin:10px auto 0;width:min(620px,100%)}.tracking-form label{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.tracking-form button{justify-self:center;min-width:210px;border-radius:0;background:#5b7148}.tracking-note{color:#7a8a6a;font-size:14px}.tracking-help{display:grid;gap:6px;padding-top:8px}.about-story{display:grid;gap:20px;text-align:left}.about-lede{color:#5b7148;font-size:clamp(20px,2vw,26px);font-family:Cormorant Garamond,Georgia,serif;font-weight:700;line-height:1.35;text-align:center}.about-values{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:42px}.about-values div{min-height:150px;padding:22px;border:1px solid #dfd8d4;background:#ffffff59}.about-values strong,.about-values span{display:block}.about-values strong{margin-bottom:10px;color:#5b7148;font-family:Cormorant Garamond,Georgia,serif;font-size:25px;line-height:1}.about-values span{color:#63784f;font-size:14px;line-height:1.55}.collection-page h1,.product-page h1,.cart-page h1,.search-page h1{font-size:clamp(44px,6vw,76px)}.soft-empty{padding:42px;border:1px solid var(--line);border-radius:8px;background:var(--white)}.soft-empty h2{font-size:clamp(30px,4vw,48px)}.soft-empty p{margin:14px 0 22px;color:var(--muted)}.product-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.9fr);gap:clamp(28px,5vw,70px);align-items:start}.product-gallery{display:grid;--thumbnail-rail-width: 76px;--gallery-gap: 12px;--current-gallery-height: calc(100cqw - var(--thumbnail-rail-width) - var(--gallery-gap));container-type:inline-size;grid-template-columns:var(--thumbnail-rail-width) minmax(0,1fr);gap:var(--gallery-gap);align-items:start}.product-gallery-viewer{position:relative;min-width:0}.product-gallery-main{display:grid;place-items:center;overflow:hidden;border:1px solid var(--line);border-radius:8px;background:var(--white);min-height:320px}.product-gallery-main img{display:block;width:auto;height:auto;max-width:100%;max-height:min(820px,82vh);object-fit:contain}.product-thumbnails{display:grid;height:var(--current-gallery-height);max-height:min(820px,82vh);grid-template-columns:1fr;align-content:start;gap:8px;overflow-y:auto;padding-right:2px;scrollbar-gutter:stable}.product-thumbnail{display:grid;aspect-ratio:1 / 1;place-items:center;overflow:hidden;padding:0;border:1px solid var(--line);border-radius:4px;background:var(--white);cursor:pointer}.product-thumbnail.is-active{border:2px solid var(--ink)}.product-thumbnail img{width:100%;height:100%;object-fit:contain}.gallery-arrow{position:absolute;top:50%;z-index:2;display:grid;width:48px;height:48px;place-items:center;padding:0;border:0;border-radius:50%;background:#fffaf2f0;color:var(--ink);box-shadow:0 8px 24px #48342924;cursor:pointer;font-size:34px;line-height:1;transform:translateY(-50%)}.gallery-arrow-prev{left:14px}.gallery-arrow-next{right:14px}.pagination{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin-top:34px}.pagination-link{display:grid;min-width:42px;min-height:42px;place-items:center;border:1px solid var(--line);border-radius:6px;background:var(--white);color:var(--sage-dark);font-weight:900}.pagination-link.is-active{background:var(--sage-dark);color:var(--white)}.product-summary{padding:0;border:0;background:transparent}.product-summary-heading{padding-bottom:16px;border-bottom:1px solid var(--line)}.product-summary h1{margin-bottom:8px;font-family:Nunito Sans,Arial,sans-serif;font-size:clamp(26px,2.6vw,38px);font-weight:800;line-height:1.2}.product-price{margin:8px 0 4px;color:#d99a00;font-size:22px;font-weight:900}.product-shipping-note{margin:0;color:var(--muted);font-size:14px}.product-stock{position:relative;margin:8px 0 0;padding-left:14px;color:var(--sage-dark);font-weight:900;font-size:14px}.product-stock:before{position:absolute;top:.58em;left:0;width:7px;height:7px;border-radius:50%;background:#48aa6d;content:"";transform:translateY(-50%)}.product-stock.is-unavailable:before{background:var(--rose)}.product-description{color:var(--muted)}.product-summary form,.search-form{display:grid;gap:10px;margin-top:18px}.product-summary label{margin-top:4px;font-weight:900}.quantity-control{display:grid;grid-template-columns:1fr 110px;align-items:center;gap:12px}.quantity-control label{margin:0}.quantity-input,.variant-select,.search-form input{min-height:46px;padding:0 14px;border:1px solid var(--line);border-radius:4px;background:var(--ivory);color:var(--ink);font:inherit}.checkout-note{margin:4px 0 0;padding:8px 12px;border:1px solid #f1e3b6;border-radius:4px;background:#fff8df;color:var(--muted);font-size:13px}.product-add-button,.product-buy-button{width:100%;min-height:44px}.product-add-button{border-color:var(--sage);background:transparent}.product-buy-button{margin-top:2px}.product-buy-button,.shopify-payment-button{width:100%}.product-buy-button{border:0}.shopify-payment-button__button{min-height:48px;border-radius:6px!important;background:var(--sage-dark)!important;color:var(--white)!important;font-family:Nunito Sans,Arial,sans-serif!important;font-size:16px!important;font-weight:900!important;line-height:1.2!important}.shopify-payment-button__button:hover{background:#485d3c!important}.shopify-payment-button__more-options{color:var(--sage-dark)!important;font-family:Nunito Sans,Arial,sans-serif!important;font-weight:800!important}.product-add-button[disabled],.shopify-payment-button__button[disabled]{opacity:.55;cursor:not-allowed}.secure-payment{margin-top:22px;padding-top:20px;border-top:1px solid var(--line)}.secure-payment p{margin:0 0 10px;color:var(--muted);font-size:12px}.payment-badges{display:flex;gap:8px}.payment-badges span{display:inline-grid;min-width:38px;min-height:22px;place-items:center;border:1px solid var(--line);border-radius:3px;background:var(--white);color:var(--sage-dark);font-size:11px;font-weight:900}.guarantee-panel{margin-top:18px;padding:18px;background:#f8fbf8;color:var(--muted);font-size:13px}.guarantee-panel strong{display:block;margin:0 0 6px;color:var(--sage-dark)}.guarantee-panel p{margin:0 0 14px}.guarantee-panel p:last-child{margin-bottom:0}.product-accordions{margin-top:18px;border-top:1px solid var(--line)}.product-accordion{border-bottom:1px solid var(--line)}.product-accordion summary{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 0;color:var(--sage-dark);cursor:pointer;font-weight:900;list-style:none}.product-accordion summary::-webkit-details-marker{display:none}.product-accordion summary:after{content:"+";font-size:22px;font-weight:600;line-height:1}.product-accordion[open] summary:after{content:"-"}.accordion-content{padding:0 0 18px;color:var(--muted);font-size:14px}.accordion-content>*:first-child{margin-top:0}.accordion-content>*:last-child{margin-bottom:0}.product-description-panel .accordion-content{max-height:360px;overflow:auto;padding-right:8px}.product-reason-band{margin:74px calc(50% - 50vw) 0;padding:70px max(18px,calc((100vw - 1180px)/2));background:#a8cba3;color:var(--white)}.product-reason-band>div{max-width:820px}.product-reason-band h2{color:var(--white);font-family:Nunito Sans,Arial,sans-serif;font-size:clamp(28px,4vw,42px)}.product-reason-band p{max-width:760px;margin:18px 0 0}.cart-line{display:flex;justify-content:space-between;gap:18px;padding:18px 0;border-bottom:1px solid var(--line);font-weight:900}@media(max-width:1040px){.site-header{grid-template-columns:1fr auto}.main-nav{grid-column:1 / -1;grid-row:2;justify-content:flex-start;overflow-x:auto;padding-bottom:3px}.header-actions{grid-column:2;grid-row:1;align-self:center}.hero,.split-section,.product-layout{grid-template-columns:1fr}.hero-media img{height:520px}.product-gallery{grid-template-columns:1fr}.product-gallery-viewer{grid-row:1}.product-thumbnails{grid-row:2;height:auto;max-height:none;grid-template-columns:repeat(6,minmax(64px,1fr));overflow-x:auto;overflow-y:hidden;padding:0 0 4px}.intro-strip,.product-grid,.footer-inner,.category-grid{grid-template-columns:repeat(2,1fr)}.category-tile.tile-large{grid-row:span 1}.category-tile:nth-child(4){grid-column:auto}.occasion-grid{grid-template-columns:repeat(3,1fr)}.newsletter,.social-block{grid-column:auto;justify-self:start}}@media(max-width:700px){.announcement{font-size:12px}.site-header{gap:14px;padding:14px 18px}.brand{max-width:196px}.brand-logo{width:min(190px,50vw)}.header-actions{gap:6px;grid-column:2;grid-row:1;justify-self:end;align-self:center}.icon-button{width:34px;height:34px}.section,.section-band{width:min(100% - 28px,1180px)}.hero{min-height:auto;padding:26px}.hero-media img{height:360px;min-height:0}.button{width:100%}.gallery-arrow{width:40px;height:40px;font-size:28px}.gallery-arrow-prev{left:8px}.gallery-arrow-next{right:8px}.intro-strip,.product-grid,.occasion-grid,.footer-inner{grid-template-columns:1fr}.category-grid{display:flex;gap:14px;overflow-x:auto;padding-bottom:6px;scroll-snap-type:x mandatory}.category-tile{flex:0 0 min(82vw,340px);height:260px;scroll-snap-align:start}.quantity-control{grid-template-columns:1fr}.brand-page-inner{width:min(100% - 28px,960px);padding:48px 0 56px}.brand-page-nav{gap:12px 16px;justify-content:flex-start;overflow-x:auto;flex-wrap:nowrap;padding-bottom:8px}.brand-page-nav a{flex:0 0 auto}.contact-form-row,.about-values{grid-template-columns:1fr}.contact-intro{margin-bottom:34px;font-size:15px}.compliance-strip{display:grid;padding:26px}.newsletter form{grid-template-columns:1fr}.newsletter input{border-right:1px solid rgba(255,255,255,.3);border-radius:6px}.newsletter button{margin-top:10px;border-radius:6px}.payment-icons{margin-top:24px}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/theme.css.map */
