@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,300;1,400&family=DM+Sans:opsz,wght@9..40,400;9..40,500&display=swap");:root{--font-serif:"Cormorant Garamond",Georgia,"Times New Roman",serif;--font-sans:"DM Sans",system-ui,-apple-system,sans-serif;--bg:#f7f2ee;--surface:#ede5dc;--surface-rose:#f9eef0;--white:#fff;--green-50:#eaf3de;--green-100:#c0dd97;--green-400:#639922;--green-600:#3b6d11;--green-800:#27500a;--green-900:#173404;--rose-50:#f9eef0;--rose-100:#edd4d8;--rose-200:#e8b4be;--rose-500:#c4687a;--rose-700:#8b3a4a;--nude-200:#d9c9b8;--nude-400:#c4a882;--text:#2c2420;--text-body:#5c4033;--text-muted:#8c7b72;--text-light:#b5a89e;--border:rgba(44,36,32,.12);--border-md:rgba(44,36,32,.22);--border-dark:rgba(44,36,32,.4);--cta-bg:#27500a;--cta-bg-h:#3b6d11;--cta-text:#eaf3de;--cta2-bg:#c4687a;--cta2-bg-h:#8b3a4a;--cta2-text:#f9eef0;--status-attente:#c4a882;--status-attente-bg:#f7f2ee;--status-payee:#639922;--status-payee-bg:#eaf3de;--status-preparation:#ba7517;--status-preparation-bg:#faeeda;--status-prete:#27500a;--status-prete-bg:#c0dd97;--status-livree:#3b6d11;--status-livree-bg:#eaf3de;--status-annulee:#8b3a4a;--status-annulee-bg:#f9eef0;--r-xs:2px;--r-sm:4px;--r-md:6px;--r-lg:10px;--r-xl:14px;--r-full:10px;--shadow-xs:0 1px 3px rgba(44,36,32,.05);--shadow-sm:0 2px 8px rgba(44,36,32,.07);--shadow-md:0 4px 20px rgba(44,36,32,.09);--shadow-lg:0 12px 48px rgba(44,36,32,.11);--transition:200ms ease;--transition-slow:350ms ease;--space-xs:0.1875rem;--space-sm:0.375rem;--space-md:0.75rem;--space-lg:1.5rem;--space-xl:2.25rem;--space-2xl:3rem;--w-content:1280px;--w-text:720px;--z-drawer:200;--z-header:100;--z-toast:300;--z-modal:400}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;scroll-behavior:smooth}body{font-family:var(--font-sans);font-size:1rem;line-height:1.7;color:var(--text-body);background-color:var(--bg)}img,video{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;background:none;font-family:inherit}input,select,textarea{font-family:inherit;font-size:inherit}ol,ul{list-style:none}h1,h2,h3,h4{font-family:var(--font-serif);color:var(--text);line-height:1.15;letter-spacing:-.01em}h1{font-size:clamp(2rem,5vw,3.5rem);font-weight:300}h2{font-size:clamp(1.6rem,3vw,2.5rem)}h2,h3{font-weight:400}h3{font-size:clamp(1.25rem,2vw,1.75rem)}h4{font-size:1.25rem;font-weight:400}p{font-size:.9375rem;line-height:1.75;color:var(--text-body)}.eyebrow,p{font-family:var(--font-sans)}.eyebrow{font-size:.6875rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted)}.lead{font-family:var(--font-serif);font-size:1.25rem;font-weight:300;color:var(--text-body);line-height:1.6;font-style:italic}.container{width:100%;max-width:var(--w-content);margin-inline:auto;padding-inline:1rem}@media (min-width:768px){.container{padding-inline:1.5rem}}@media (min-width:1280px){.container{padding-inline:2rem}}.section{padding-block:var(--space-xl)}.section--lg{padding-block:var(--space-2xl)}.section--sm{padding-block:var(--space-lg)}.product-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1rem;gap:1rem}@media (min-width:640px){.product-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem}}@media (min-width:1024px){.product-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.42rem 1rem;font-family:var(--font-sans);font-size:.875rem;font-weight:500;letter-spacing:.01em;border-radius:var(--r-full);transition:background-color var(--transition),color var(--transition),transform var(--transition),box-shadow var(--transition);white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none}.btn:active{transform:scale(.97)}.btn--primary{background:var(--cta-bg);color:var(--cta-text);box-shadow:0 2px 8px rgba(39,80,10,.25)}.btn--primary:hover{background:var(--cta-bg-h);box-shadow:0 4px 16px rgba(39,80,10,.3)}.btn--outline{background:transparent;color:var(--cta-bg);box-shadow:inset 0 0 0 1.5px var(--cta-bg)}.btn--outline:hover{background:var(--green-50)}.btn--ghost{background:var(--surface);color:var(--text-body)}.btn--ghost:hover{background:var(--nude-200)}.btn--rose{background:var(--cta2-bg);color:var(--cta2-text);box-shadow:0 2px 8px rgba(196,104,122,.22)}.btn--rose:hover{background:var(--cta2-bg-h)}.btn--sm{padding:.25rem .7rem;font-size:.8125rem}.btn--lg{padding:.6rem 1.35rem;font-size:1rem}.btn--full{width:100%}.btn--disabled,.btn:disabled{opacity:.45;pointer-events:none}.form-group{display:flex;flex-direction:column;gap:.375rem}.form-label{font-size:.8125rem;font-weight:500;color:var(--text)}.form-label--required:after{content:" *";color:var(--rose-500)}.form-input,.form-select,.form-textarea{width:100%;padding:.38rem .6rem;font-family:var(--font-sans);font-size:.9375rem;color:var(--text);background:var(--white);border:1.5px solid var(--border-md);border-radius:var(--r-md);transition:border-color var(--transition),box-shadow var(--transition);-webkit-appearance:none;-moz-appearance:none;appearance:none}.form-input::placeholder,.form-textarea::placeholder{color:var(--text-light)}.form-input:hover,.form-select:hover,.form-textarea:hover{border-color:var(--border-dark)}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:var(--green-600);box-shadow:0 0 0 3px rgba(59,109,17,.12)}.form-input--error,.form-textarea--error{border-color:var(--rose-500)}.form-input--error:focus{box-shadow:0 0 0 3px rgba(196,104,122,.15)}.form-error{font-size:.8125rem;color:var(--rose-500)}.form-hint{font-size:.8125rem;color:var(--text-muted)}.form-textarea{resize:vertical;min-height:90px;line-height:1.6}.form-select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%238C7B72' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.5rem}.form-counter{font-size:.75rem;color:var(--text-muted);text-align:right}.form-counter--warning{color:var(--rose-500)}.badge{display:inline-flex;align-items:center;padding:.15rem .45rem;font-size:.6875rem;font-weight:500;letter-spacing:.04em;border-radius:var(--r-full);white-space:nowrap}.badge--green{background:var(--green-50);color:var(--green-800)}.badge--rose{background:var(--rose-50);color:var(--rose-700)}.badge--nude{background:var(--surface);color:var(--text-muted)}.badge--payee{background:var(--status-payee-bg);color:var(--status-payee)}.badge--en-preparation{background:var(--status-preparation-bg);color:var(--status-preparation)}.badge--prete{background:var(--status-prete-bg);color:var(--status-prete)}.badge--livree{background:var(--status-livree-bg);color:var(--status-livree)}.badge--annulee{background:var(--status-annulee-bg);color:var(--status-annulee)}.badge--attente{background:var(--status-attente-bg);color:var(--status-attente)}.card{background:var(--white);border:1px solid var(--border);border-radius:var(--r-lg);overflow:hidden;transition:box-shadow var(--transition),transform var(--transition)}.card>*{-webkit-padding-before:0;padding-block-start:0;-webkit-padding-after:0;padding-block-end:0}.card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.divider{width:100%;height:1px;background:var(--border)}.divider--vertical{width:1px;height:100%;background:var(--border)}:focus-visible{outline:2px solid var(--green-600);outline-offset:3px;border-radius:var(--r-xs)}.img-cover{width:100%;height:100%;object-fit:cover;object-position:center}.aspect-product{aspect-ratio:4/5}.aspect-hero{aspect-ratio:16/9}.aspect-square{aspect-ratio:1}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--surface)}::-webkit-scrollbar-thumb{background:var(--nude-400);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInRight{0%{opacity:0;transform:translateX(20px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@keyframes drawerOpen{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes overlayFadeIn{0%{opacity:0}to{opacity:1}}.animate-fade-in{animation:fadeIn .3s ease forwards}.animate-slide-right{animation:slideInRight .3s ease forwards}.animate-slide-left{animation:slideInLeft .3s ease forwards}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;transition-duration:.01ms!important}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.overlay{position:fixed;inset:0;background:rgba(44,36,32,.45);z-index:calc(var(--z-drawer) - 1);animation:overlayFadeIn .25s ease}.product-detail__image,.product-detail__image-wrapper,.product-main-image,.product-main-image-wrapper,.product-page__image,.product-page__image-wrapper{position:relative;max-height:460px;aspect-ratio:4/3;overflow:hidden}.product-detail__image img,.product-detail__image-wrapper img,.product-main-image img,.product-main-image-wrapper img,.product-page__image img,.product-page__image-wrapper img{object-fit:cover}:where(div,section,article,figure,a):has(>img[data-nimg=fill]){position:relative;overflow:hidden}.product-card .product-card__body{padding:1rem 1.6rem 1.25rem!important}.product-card .product-card__accroche,.product-card .product-card__footer,.product-card .product-card__name,.product-card .product-card__price{padding-inline:.15rem!important}