:root{--burgundy:#6f001f;--burgundy-dark:#4b0014;--gold:#c69445;--gold-soft:#e7cfaa;--ivory:#fffaf3;--cream:#f6ecdf;--ink:#27191a;--muted:#78686a;--line:#eadbca;--shadow:0 16px 48px rgba(71,27,34,0.1)}*{box-sizing:border-box}html{scroll-behavior:smooth}body,html{overflow-x:clip}body{margin:0;background:var(--ivory);color:var(--ink);font-family:Arial,Helvetica,sans-serif}button,input{font:inherit}a{color:inherit;text-decoration:none}a,button{-webkit-tap-highlight-color:transparent}.icon{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.announcement{min-height:38px;display:flex;align-items:center;justify-content:center;gap:9px;padding:8px 14px;background:linear-gradient(100deg,var(--burgundy-dark),var(--burgundy));color:white;font-size:12px;letter-spacing:.02em;text-align:center}.announcement span{color:var(--gold-soft)}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:40;height:70px;display:grid;grid-template-columns:48px 1fr auto;align-items:center;padding:8px 14px;background:rgba(255,250,243,.95);border-bottom:1px solid rgba(198,148,69,.16);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);overflow:visible}.icon-button{border:0;background:transparent;color:var(--ink);min-width:44px;min-height:44px;display:inline-grid;place-items:center;border-radius:50%;cursor:pointer}.icon-button:focus-visible,.icon-button:hover{background:var(--cream);outline:none}.brand{justify-self:center;display:block}.header-actions{display:flex;align-items:center}.cart-button{position:relative}.cart-count{position:absolute;right:1px;top:2px;display:grid;place-items:center;width:18px;height:18px;border-radius:50%;background:var(--burgundy);color:white;font-size:10px}.search-panel{position:-webkit-sticky;position:sticky;top:70px;z-index:35;background:var(--ivory);border-bottom:1px solid var(--line);padding:14px 18px 18px;box-shadow:0 12px 30px rgba(52,20,24,.08)}.search-panel label{display:block;margin-bottom:8px;font-size:13px;font-weight:700}.search-field{height:48px;display:flex;align-items:center;gap:10px;border:1px solid #d9c6b0;border-radius:15px;padding:0 14px;background:white}.search-field input{width:100%;border:0;outline:0;background:transparent}.menu-backdrop,.mobile-menu{display:none!important}@keyframes slideIn{0%{transform:translateX(-100%)}to{transform:translateX(0)}}.menu-head{display:flex;justify-content:space-between;align-items:center;padding-bottom:18px}.menu-head img{width:158px;height:74px;object-fit:contain}.drawer-nav{display:grid;border-bottom:1px solid var(--line)}.drawer-main-link{min-height:64px;display:grid;grid-template-columns:46px minmax(0,1fr) 24px;align-items:center;grid-gap:12px;gap:12px;border-top:1px solid var(--line);color:var(--burgundy)}.drawer-main-link:first-child{border-top:0}.drawer-main-link>.icon{width:19px;height:19px}.drawer-icon{width:38px;height:38px;display:grid;place-items:center;color:var(--gold)}.drawer-icon .icon{width:27px;height:27px}.drawer-main-link strong{font-family:Georgia,Times New Roman,serif;font-size:24px;font-weight:500}.drawer-main-link small{justify-self:end;border-radius:999px;padding:4px 7px;background:var(--cream);color:var(--muted);font-family:Arial,Helvetica,sans-serif;font-size:7px;font-weight:800;text-transform:uppercase}.drawer-category-group.is-disabled,.drawer-main-link.is-disabled{opacity:.62}.drawer-main-link.is-disabled{cursor:default}.drawer-category-group{border-top:1px solid var(--line)}.drawer-category-group .drawer-main-link{border-top:0}.drawer-submenu{display:grid;grid-gap:2px;gap:2px;padding:0 0 13px 58px}.drawer-submenu a,.drawer-submenu>span{min-height:42px;display:flex;align-items:center;color:var(--ink);font-size:15px}.drawer-support{display:grid;grid-gap:1px;gap:1px;padding:16px 0;border-bottom:1px solid var(--line)}.drawer-support a,.drawer-support>span{min-height:48px;display:grid;grid-template-columns:46px 1fr;align-items:center;grid-gap:12px;gap:12px;color:var(--ink);font-size:14px}.drawer-support>span.is-disabled{opacity:.62}.drawer-support>a>.icon,.drawer-support>span>.icon{width:23px;height:23px;justify-self:center;color:var(--gold)}.drawer-socials{display:flex;gap:26px;padding:24px 4px 6px}.drawer-socials a,.drawer-socials button{width:50px;height:50px;display:grid;place-items:center;border:1px solid var(--gold);border-radius:50%;background:transparent;color:var(--gold)}.drawer-socials button:disabled{opacity:.62}.drawer-socials .icon{width:27px;height:27px}.special-offer{min-height:286px;display:grid;place-items:center;padding:38px 22px;background:linear-gradient(122deg,#4a0015,#760020 58%,#8a1834);color:white;text-align:center;isolation:isolate}.special-offer:after,.special-offer:before{content:"";position:absolute;z-index:-1;border:1px solid rgba(231,207,170,.38);border-radius:50%}.special-offer:before{width:270px;height:270px;left:-150px;top:-165px}.special-offer:after{width:240px;height:240px;right:-130px;bottom:-150px}.special-offer-glow{inset:0;z-index:-2;background:radial-gradient(circle at 50% 24%,rgba(235,201,145,.23),transparent 45%)}.special-offer-content{width:min(100%,730px);display:grid;justify-items:center}.special-offer-content>p{margin:0 0 10px;color:var(--gold-soft);font-size:10px;font-weight:800;letter-spacing:.2em;text-transform:uppercase}.special-offer-content h2{max-width:720px;margin:0;color:white;font-size:clamp(36px,10vw,64px);line-height:1.02}.special-offer-content>span{max-width:610px;margin-top:13px;color:#f5e8e1;font-size:13px;line-height:1.55}.special-offer-content>a{min-height:47px;display:inline-flex;align-items:center;justify-content:center;margin-top:22px;border:1px solid var(--gold-soft);border-radius:9px;padding:0 21px;background:var(--gold-soft);color:var(--burgundy-dark);font-size:13px;font-weight:800;box-shadow:0 10px 25px rgba(28,0,8,.22)}.hero{position:relative;min-height:420px;display:flex;align-items:center;overflow:hidden;background:linear-gradient(130deg,#fffaf4,#f4e4d2)}.hero-visual,.hero-visual:after{position:absolute;inset:0}.hero-visual:after{content:"";background:linear-gradient(90deg,rgba(255,250,243,.98) 4%,rgba(255,250,243,.9) 34%,rgba(255,250,243,.18) 70%)}.hero-visual img{width:100%;height:100%;object-fit:cover;object-position:66% center;display:block}.hero-copy{position:relative;z-index:2;width:min(68%,330px);padding:32px 0 32px 22px}.eyebrow{margin:0 0 10px;color:var(--gold);font-size:11px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}h1,h2{font-family:Georgia,Times New Roman,serif;color:var(--burgundy);font-weight:500;letter-spacing:-.025em}h1{max-width:580px;margin:0;font-size:clamp(34px,9.2vw,68px);line-height:1.04}.hero-text{max-width:500px;margin:18px 0 0;color:#5e4a4b;font-size:15px;line-height:1.7}.hero-buttons{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}.button{min-height:47px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--burgundy);border-radius:10px;padding:0 20px;cursor:pointer;font-weight:700;font-size:14px;transition:.2s ease}.button.primary{background:var(--burgundy);color:white;box-shadow:0 10px 24px rgba(111,0,31,.2)}.button.secondary{background:rgba(255,250,243,.84);color:var(--burgundy)}.button:hover{transform:translateY(-2px)}.category-strip{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:7px;gap:7px;max-width:640px;margin:0 auto;padding:18px 12px 30px}.category-strip::-webkit-scrollbar{display:none}.category-card{min-width:0;display:flex;flex-direction:column;align-items:center;text-align:center;padding:3px 2px;background:transparent}.category-orb{width:min(16vw,90px);height:min(16vw,90px);display:grid;place-items:center;margin-bottom:8px;overflow:hidden;border:1px solid rgba(198,148,69,.7);border-radius:50%;color:var(--burgundy);font-family:Georgia,serif;font-size:27px;box-shadow:0 7px 18px rgba(71,27,34,.07)}.category-orb,.category-orb img{background:radial-gradient(circle at 34% 28%,#fff,#f0dec7)}.category-orb img{width:100%;height:100%;display:block;object-fit:cover}.category-orb .icon{width:31px;height:31px}.category-card strong{color:var(--ink);font-size:9px;line-height:1.2}.category-card>small{margin-top:2px;color:var(--gold);font-size:6px;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.category-soon .category-orb{filter:saturate(.78)}.section{padding:48px 16px}.section-title{display:flex;align-items:center;gap:14px;max-width:760px;margin:0 auto 24px;text-align:center}.section-title>span{height:1px;flex:1 1;background:linear-gradient(90deg,transparent,var(--gold))}.section-title>span:last-child{background:linear-gradient(90deg,var(--gold),transparent)}.section-title .eyebrow{margin-bottom:3px}.section-title h2{margin:0;font-size:38px}.audience-tabs{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px;max-width:560px;margin:0 auto 18px;padding:4px;border-radius:13px;background:#f0e5d9}.audience-tabs button{min-height:46px;border:0;border-radius:10px;background:transparent;color:#6d5b5c;cursor:pointer;font-weight:700}.audience-tabs button.active{background:var(--burgundy);color:white;box-shadow:0 6px 15px rgba(111,0,31,.2)}.product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px;max-width:1120px;margin:0 auto}.product-card{overflow:hidden;border:1px solid var(--line);border-radius:17px;background:white;box-shadow:0 8px 20px rgba(72,34,35,.05)}.product-art{position:relative;aspect-ratio:1/.92;overflow:hidden;background:linear-gradient(145deg,#f9efe3,#e9d3bd)}.product-art:before{content:"";position:absolute;inset:0;opacity:.42;background-image:radial-gradient(#fff 1px,transparent 0);background-size:8px 8px}.product-card-image-link{position:absolute;inset:0;z-index:1;display:block;overflow:hidden}.product-card-image-link>img{width:100%;height:100%;display:block;object-fit:cover}.art-shape{position:absolute;inset:25% 14%;border:5px solid #c99c54;border-radius:60% 35% 55% 40%;transform:rotate(-9deg);box-shadow:inset 0 0 0 4px rgba(255,255,255,.36),0 8px 14px rgba(93,52,37,.14)}.clips .art-shape{inset:27% 25%;border-width:9px;border-style:dotted;border-radius:25px;transform:rotate(8deg)}.bows .art-shape{inset:31% 18%;border:0;background:#dcb7aa;-webkit-clip-path:polygon(0 10%,46% 35%,54% 35%,100% 10%,82% 50%,100% 90%,54% 65%,46% 65%,0 90%,18% 50%);clip-path:polygon(0 10%,46% 35%,54% 35%,100% 10%,82% 50%,100% 90%,54% 65%,46% 65%,0 90%,18% 50%)}.headbands .art-shape{inset:14% 24% 15%;border-width:9px;border-bottom-color:transparent;border-radius:50% 50% 22% 22%;transform:none}.gem .art-shape,.jewel .art-shape{inset:26%;border-radius:50%;transform:rotate(45deg)}.claw .art-shape{inset:20% 27%;border-width:9px;border-style:double;border-radius:32% 32% 48% 48%}.pearls .art-shape{inset:28% 12%;border-width:7px;border-style:dotted;border-radius:50%}.favorite{position:absolute;right:8px;top:8px;z-index:2;width:38px;height:38px;display:grid;place-items:center;border:0;border-radius:50%;background:rgba(255,255,255,.86);color:var(--ink);cursor:pointer;transition:color .15s ease,background .15s ease,transform .15s ease}.favorite .icon{width:20px;height:20px}.favorite.is-active{color:var(--burgundy);background:rgba(255,255,255,.95)}.favorite:active{transform:scale(.94)}.product-detail-favorite.is-active{color:var(--burgundy)}.product-info{padding:11px}.product-ref{margin:0 0 4px;color:#a28f87;font-size:9px;font-weight:700;letter-spacing:.08em}.product-info h3{min-height:35px;margin:0;font-size:13px;line-height:1.35}.soon{margin:6px 0 10px;color:#a16b2f;font-size:12px}.product-info button{width:100%;min-height:37px;border:1px solid #dfd3c8;border-radius:8px;background:#f3efeb;color:#aaa09a;font-size:11px}.view-all{width:-moz-fit-content;width:fit-content;margin:22px auto 0;display:flex}.pack-section{display:grid;grid-gap:28px;gap:28px;padding:58px 22px;overflow:hidden;background:linear-gradient(130deg,#f1dfcd,#fff7ee)}.pack-copy h2{max-width:600px;margin:0;font-size:39px;line-height:1.03}.pack-copy>p:not(.eyebrow){max-width:580px;color:#655254;line-height:1.7}.pack-art{position:relative;min-height:310px;border-radius:28px;background:#ead4bd;box-shadow:var(--shadow);overflow:hidden}.box-lid{position:absolute;inset:18% 10%;display:grid;place-items:center;border:3px solid #d5b686;border-radius:18px;background:linear-gradient(145deg,#fffaf3,#e9d4bd);color:var(--burgundy);font-family:Georgia,serif;font-size:32px;box-shadow:0 25px 40px rgba(86,46,39,.16);transform:rotate(-4deg)}.ribbon{position:absolute;background:#c79251;opacity:.72}.ribbon-one{left:49%;top:7%;width:18px;height:88%;transform:rotate(-4deg)}.ribbon-two{left:8%;top:47%;width:84%;height:18px;transform:rotate(-4deg)}.pearl{position:absolute;width:42px;height:42px;border:7px dotted #fff7e9;border-radius:50%}.pearl-one{right:11%;top:12%}.pearl-two{left:11%;bottom:10%}.service-bar{display:grid;grid-gap:10px;gap:10px;padding:28px 16px 42px}.service-bar article{display:flex;align-items:center;gap:13px;min-height:78px;padding:14px 16px;border:1px solid var(--line);border-radius:15px;background:white}.service-bar article>span{font-size:24px}.service-bar div{display:grid;grid-gap:4px;gap:4px}.service-bar strong{color:var(--burgundy);font-size:14px}.service-bar small{color:var(--muted)}footer{display:flex;flex-direction:column;align-items:center;padding:40px 22px 110px;text-align:center;background:#f2e6da}footer img{width:180px;height:86px;object-fit:contain}footer p{max-width:420px;color:#715e5f;line-height:1.6}footer a{margin:8px 0 14px;color:var(--burgundy);font-weight:800}footer small{color:var(--muted)}.whatsapp{position:fixed;right:16px;bottom:86px;z-index:45;width:48px;height:48px;display:grid;place-items:center;border:2px solid white;border-radius:50%;background:#25d366;color:white;font-weight:900;box-shadow:0 8px 26px rgba(0,0,0,.18)}.bottom-nav{position:fixed;left:0;right:0;bottom:0;z-index:50;min-height:calc(70px + env(safe-area-inset-bottom));display:grid;grid-template-columns:repeat(5,minmax(0,1fr));padding:6px 3px max(6px,env(safe-area-inset-bottom));border-top:1px solid var(--line);background:rgba(255,253,249,.97);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:0 -10px 30px rgba(52,20,24,.08)}.bottom-nav a,.bottom-nav button{min-width:0;min-height:48px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;border:0;border-radius:9px;background:transparent;color:#433536;font-size:9px;cursor:pointer}.bottom-nav .icon{width:22px;height:22px}.bottom-nav .active{color:var(--burgundy);font-weight:800}.bottom-nav .active:after{content:"";width:4px;height:4px;border-radius:50%;background:currentColor}.catalog-page{min-height:100vh;padding-bottom:72px;background:var(--ivory)}.catalog-header{position:-webkit-sticky;position:sticky;top:0;z-index:40;height:70px;display:grid;grid-template-columns:48px 1fr 48px;align-items:center;padding:8px 14px;border-bottom:1px solid var(--line);background:rgba(255,250,243,.96);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.catalog-back{place-items:center;border-radius:50%;font-family:Georgia,serif;color:var(--burgundy);font-size:38px;line-height:1}.catalog-back,.catalog-bag{width:44px;height:44px;display:grid}.catalog-bag{position:relative;place-items:center}.catalog-bag span{position:absolute;right:0;top:0;display:grid;place-items:center;width:18px;height:18px;border-radius:50%;background:var(--burgundy);color:white;font-size:9px}.catalog-hero{padding:48px 20px 36px;text-align:center;background:radial-gradient(circle at 50% -20%,#f1d9c0,#fffaf3 65%)}.catalog-hero h1{margin:0;font-size:48px;line-height:1}.catalog-hero>p:last-child{max-width:620px;margin:16px auto 0;color:var(--muted);font-size:14px;line-height:1.65}.mobile-catalog-filters{display:grid;grid-gap:14px;gap:14px;padding:0 16px 18px}.mobile-catalog-filters .catalog-audience{grid-template-columns:repeat(2,1fr)}.mobile-catalog-filters .catalog-audience button{min-height:48px;font-size:14px}.mobile-family-chips{display:flex;gap:7px;overflow-x:auto;scrollbar-width:none}.mobile-family-chips::-webkit-scrollbar{display:none}.mobile-family-chips button{flex:0 0 auto;border:1px solid #dcbf99;border-radius:999px;padding:0 14px;background:transparent;font-size:10px;font-weight:700;cursor:pointer}.mobile-family-chips button.active{border-color:var(--burgundy);background:var(--burgundy);color:white}.catalog-summary{display:none;grid-auto-flow:column;grid-auto-columns:minmax(146px,1fr);gap:10px;overflow-x:auto;padding:0 16px 22px;scrollbar-width:none}.catalog-summary::-webkit-scrollbar,.family-chips::-webkit-scrollbar{display:none}.catalog-summary button{min-height:100px;display:grid;align-content:center;grid-gap:5px;gap:5px;border:1px solid var(--line);border-radius:16px;padding:14px 12px;background:white;color:var(--ink);text-align:left;box-shadow:0 7px 18px rgba(72,34,35,.05);cursor:pointer}.catalog-summary button.active{border-color:var(--burgundy);box-shadow:0 0 0 1px var(--burgundy)}.catalog-summary button span{font-family:Georgia,serif;color:var(--burgundy);font-size:30px}.catalog-summary button strong{font-size:11px;line-height:1.35}.catalog-controls{position:-webkit-sticky;position:sticky;top:70px;z-index:30;display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:9px;gap:9px;padding:12px 16px;border-block:1px solid var(--line);background:rgba(255,250,243,.97);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.catalog-search{height:46px;display:flex;align-items:center;gap:9px;border:1px solid #dbc9b6;border-radius:13px;padding:0 13px;background:white}.catalog-search input{width:100%;border:0;outline:0;background:transparent;font-size:13px}.mobile-filter-trigger{min-width:48px;min-height:46px;display:flex;align-items:center;justify-content:center;gap:6px;border:1px solid #dbc9b6;border-radius:13px;padding:0 12px;background:white;color:var(--burgundy);cursor:pointer}.mobile-filter-trigger .icon{width:21px;height:21px}.mobile-filter-trigger>span{display:none;font-size:12px;font-weight:800}.mobile-filter-trigger b{min-width:18px;height:18px;display:grid;place-items:center;border-radius:50%;background:var(--burgundy);color:white;font-size:9px}.desktop-filters{display:none}.catalog-audience{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:6px;gap:6px;padding:4px;border-radius:12px;background:#f0e5d9}.catalog-audience button{min-height:39px;border:0;border-radius:9px;background:transparent;color:#695758;font-weight:700;font-size:12px;cursor:pointer}.catalog-audience button.active{background:var(--burgundy);color:white}.family-chips{display:flex;gap:7px;overflow-x:auto;scrollbar-width:none}.family-chips button{min-height:35px;flex:0 0 auto;border:1px solid #ddc7ad;border-radius:999px;padding:0 13px;background:transparent;color:#67484a;font-size:10px;cursor:pointer}.family-chips button.active{border-color:var(--burgundy);background:var(--burgundy);color:white}.filter-backdrop{position:fixed;inset:0;z-index:80;display:flex;align-items:flex-end;background:rgba(31,9,15,.52)}.filter-drawer{width:100%;max-height:min(86vh,760px);overflow-y:auto;padding:20px 18px calc(18px + env(safe-area-inset-bottom));border-radius:24px 24px 0 0;background:var(--ivory);box-shadow:0 -18px 55px rgba(40,7,16,.2);animation:drawerUp .22s ease-out}@keyframes drawerUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.filter-drawer-head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-bottom:16px;border-bottom:1px solid var(--line)}.filter-drawer-head p{margin:0 0 2px;color:var(--gold);font-size:9px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.filter-drawer-head h2{margin:0;font-size:32px;line-height:1}.filter-drawer-head>button{width:44px;height:44px;border:1px solid var(--line);border-radius:50%;background:white;color:var(--burgundy);font-size:28px;line-height:1;cursor:pointer}.filter-group{display:grid;grid-gap:11px;gap:11px;padding:18px 0 0}.filter-group>strong{color:var(--burgundy);font-size:13px}.filter-group .catalog-audience button{min-height:44px}.drawer-family-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px;gap:8px}.drawer-family-list button{min-height:54px;display:flex;align-items:center;justify-content:space-between;gap:8px;border:1px solid #decbb6;border-radius:12px;padding:9px 10px;background:white;color:#5f4a4c;text-align:left;cursor:pointer}.drawer-family-list button:first-child{grid-column:1/-1}.drawer-family-list button span{font-size:10px;font-weight:700;line-height:1.3}.drawer-family-list button b{flex:0 0 auto;color:var(--gold);font-family:Georgia,serif;font-size:18px}.drawer-family-list button.active{border-color:var(--burgundy);background:var(--burgundy);color:white}.drawer-family-list button.active b{color:var(--gold-soft)}.drawer-subcategory{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:15px;border:1px solid #dfc498;border-radius:12px;padding:11px;background:#fff2dd;color:var(--muted);font-size:10px;text-transform:capitalize}.drawer-subcategory strong{color:var(--burgundy)}.drawer-subcategory button{min-height:38px;border:0;background:transparent;color:var(--burgundy);font-size:10px;font-weight:800;cursor:pointer}.filter-drawer-actions{position:-webkit-sticky;position:sticky;bottom:calc(-18px - env(safe-area-inset-bottom));display:grid;grid-template-columns:.72fr 1.28fr;grid-gap:8px;gap:8px;margin:20px -18px calc(-18px - env(safe-area-inset-bottom));padding:13px 18px calc(13px + env(safe-area-inset-bottom));border-top:1px solid var(--line);background:rgba(255,250,243,.98)}.filter-drawer-actions button{min-height:48px;border-radius:11px;padding:0 10px;font-size:11px;font-weight:800;cursor:pointer}.reset-filters{border:1px solid #d8c5b1;background:white;color:var(--burgundy)}.reset-filters:disabled{color:#aaa09a;cursor:default}.apply-filters{border:1px solid var(--burgundy);background:var(--burgundy);color:white}.selected-subcategory{max-width:1120px;display:flex;align-items:center;justify-content:space-between;gap:12px;margin:14px 16px 0;padding:10px 13px;border:1px solid var(--line);border-radius:12px;background:white;color:var(--muted);font-size:11px;text-transform:capitalize}.selected-subcategory strong{color:var(--burgundy)}.selected-subcategory button{border:0;background:transparent;color:var(--burgundy);font-size:10px;font-weight:800;cursor:pointer}.catalog-preparation{max-width:1120px;display:grid;grid-gap:5px;gap:5px;margin:20px 16px 0;padding:15px 17px;border:1px solid #e3c89d;border-radius:14px;background:#fff3df;color:#644721}.catalog-preparation strong{font-size:13px}.catalog-preparation span{font-size:11px;line-height:1.5}.catalog-results{padding:22px 16px 52px}.results-head{display:flex;align-items:center;justify-content:space-between;max-width:1120px;margin:0 auto 14px;gap:12px}.results-head p{margin:0;font-size:12px}.results-head span{color:var(--muted);font-size:10px}.catalog-product-grid .product-info h2{min-height:35px;margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);font-size:13px;font-weight:700;letter-spacing:0;line-height:1.35}.product-art>img{width:100%;height:100%;object-fit:cover;display:block}.audience-badge{position:absolute;left:8px;top:8px;z-index:2;border:1px solid rgba(255,255,255,.6);border-radius:999px;padding:4px 8px;background:rgba(111,0,31,.84);color:white;font-size:8px;font-weight:800}.product-family{margin:5px 0 0;color:var(--muted);font-size:9px;line-height:1.3}.catalog-load-more{min-width:220px;min-height:48px;display:block;margin:24px auto 0;border:1px solid var(--burgundy);border-radius:12px;padding:0 22px;background:white;color:var(--burgundy);font-weight:800;cursor:pointer}.catalog-load-more:hover{background:var(--burgundy);color:white}.empty-catalog{max-width:560px;margin:36px auto;padding:36px 20px;border:1px dashed #d7bea3;border-radius:18px;text-align:center}.empty-catalog strong{color:var(--burgundy);font-family:Georgia,serif;font-size:26px}.empty-catalog p{color:var(--muted);font-size:13px}.categories-page,.packs-page{min-height:100vh;padding-bottom:76px;background:var(--ivory)}.categories-hero{padding:54px 20px 42px;text-align:center;background:radial-gradient(circle at 50% -15%,#efd7bd,#fffaf3 68%)}.categories-hero h1,.packs-page-hero h1{margin:0;font-size:50px;line-height:1}.categories-hero>p:last-child,.packs-page-hero>p:last-child{max-width:620px;margin:15px auto 0;color:var(--muted);font-size:14px;line-height:1.65}.category-universe-section,.packs-category-block{max-width:1120px;margin:0 auto;padding:44px 16px 24px}.section-heading-left{display:grid;grid-template-columns:46px 1fr;align-items:end;grid-gap:10px;gap:10px;margin-bottom:20px}.section-heading-left>a{grid-column:1/-1;width:-moz-fit-content;width:fit-content;color:var(--burgundy);font-size:12px;font-weight:800}.section-number{align-self:center;display:grid;place-items:center;width:42px;height:42px;border:1px solid var(--gold);border-radius:50%;color:var(--gold);font-family:Georgia,serif;font-size:17px}.section-heading-left .eyebrow{margin-bottom:2px}.section-heading-left h2{margin:0;font-size:36px;line-height:1}.universe-grid{display:grid;grid-gap:14px;gap:14px}.universe-card{overflow:hidden;border:1px solid var(--line);border-radius:22px;padding:20px;background:white;box-shadow:var(--shadow)}.universe-fille{background:linear-gradient(145deg,#fff,#fff2e7)}.universe-femme{background:linear-gradient(145deg,#fff,#f4e8de)}.universe-card-head{display:flex;align-items:center;gap:13px}.universe-card-head>span{width:62px;height:62px;display:grid;place-items:center;flex:0 0 auto;border:1px solid #d9b678;border-radius:50%;background:#fffaf3;color:var(--burgundy);font-family:Georgia,serif;font-size:23px}.universe-card-head small{color:var(--gold);font-size:9px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.universe-card h3{margin:2px 0 0;color:var(--burgundy);font-family:Georgia,serif;font-size:30px;font-weight:500}.universe-card>p{margin:16px 0;color:var(--muted);font-size:12px;line-height:1.6}.subcategory-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:7px;gap:7px}.subcategory-links a{min-height:42px;display:flex;align-items:center;justify-content:space-between;gap:6px;border:1px solid #e5d5c4;border-radius:10px;padding:8px 10px;background:rgba(255,255,255,.76);color:#574648;font-size:10px;font-weight:700}.subcategory-links a span{color:var(--gold);font-family:Georgia,serif;font-size:20px}.packs-category-block{padding-top:34px}.pack-universe-grid{display:grid;grid-gap:10px;gap:10px}.pack-universe-card{min-height:84px;display:grid;grid-template-columns:52px 1fr 18px;align-items:center;grid-gap:12px;gap:12px;border:1px solid var(--line);border-radius:16px;padding:12px 14px;background:white}.pack-universe-card>span{width:52px;height:52px;display:grid;place-items:center;border-radius:14px;background:#f2dfca;color:var(--burgundy);font-family:Georgia,serif;font-size:22px}.pack-universe-card div{display:grid;grid-gap:4px;gap:4px}.pack-universe-card strong{color:var(--burgundy);font-size:13px}.pack-universe-card small{color:var(--muted);font-size:9px;line-height:1.35}.pack-universe-card b{color:var(--gold);font-family:Georgia,serif;font-size:24px}.hidden-categories-note,.pack-rule-card{max-width:1088px;display:flex;align-items:center;gap:13px;margin:18px 16px 46px;border:1px solid #d9c39e;border-radius:16px;padding:15px;background:#fff4e2}.hidden-categories-note>span{width:38px;height:38px;display:grid;place-items:center;flex:0 0 auto;border-radius:50%;background:var(--burgundy);color:white}.hidden-categories-note p,.pack-rule-card p{display:grid;grid-gap:3px;gap:3px;margin:0;color:#755d4c;font-size:10px;line-height:1.45}.hidden-categories-note strong,.pack-rule-card strong{color:var(--burgundy);font-size:12px}.packs-page-hero{padding:54px 20px 38px;text-align:center;background:linear-gradient(135deg,#f3dfca,#fff8ef)}.packs-universe-list{display:grid;grid-gap:14px;gap:14px;max-width:1120px;margin:0 auto;padding:30px 16px}.pack-large-card{display:grid;grid-template-columns:116px 1fr;min-height:190px;overflow:hidden;border:1px solid var(--line);border-radius:21px;background:white;box-shadow:0 10px 28px rgba(72,34,35,.07)}.pack-large-art{position:relative;display:grid;place-items:center;overflow:hidden;background:linear-gradient(145deg,#ead0b2,#f8eadc)}.pack-large-art>span{position:relative;z-index:2;width:60px;height:60px;display:grid;place-items:center;border:2px solid #c69b58;border-radius:50%;background:rgba(255,250,243,.84);color:var(--burgundy);font-family:Georgia,serif;font-size:23px}.mini-ribbon{position:absolute;inset:0;background:linear-gradient(90deg,transparent 44%,rgba(164,111,57,.35) 44% 55%,transparent 55%),linear-gradient(0deg,transparent 44%,rgba(164,111,57,.35) 44% 55%,transparent 55%);transform:rotate(-8deg) scale(1.2)}.pack-large-copy{display:flex;flex-direction:column;justify-content:center;padding:18px 14px}.pack-large-copy small{color:var(--gold);font-size:8px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.pack-large-copy h2{margin:5px 0;font-size:25px;line-height:1}.pack-large-copy p{margin:3px 0 12px;color:var(--muted);font-size:10px;line-height:1.45}.pack-large-copy button{min-height:34px;border:1px solid #ded3c8;border-radius:8px;background:#f5f0eb;color:#a59c96;font-size:9px}.pack-rule-card>span{width:52px;height:52px;display:grid;place-items:center;flex:0 0 auto;border-radius:50%;background:var(--burgundy);color:white;font-family:Georgia,serif;font-size:16px}.packs-live-page{background:radial-gradient(circle at 50% -8%,#f3dfca,var(--ivory) 31%)}.packs-live-hero{padding:38px 18px 23px;text-align:center}.packs-live-hero h1{max-width:none;margin:0;font-size:43px;line-height:1}.packs-live-hero .title-ornament{max-width:285px;margin:12px auto 8px}.packs-live-hero p{margin:0;color:var(--muted);font-size:12px}.packs-live-universes{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:8px;gap:8px;max-width:740px;margin:0 auto;padding:0 12px 25px}.packs-live-universes button{min-width:0;overflow:hidden;border:1px solid #dfc8aa;border-radius:15px;padding:0 0 10px;background:rgba(255,255,255,.72);color:var(--burgundy);cursor:pointer;box-shadow:0 8px 20px rgba(72,34,35,.05)}.packs-live-universes img{width:100%;aspect-ratio:1.18/1;display:block;object-fit:cover}.packs-live-universes span{min-height:33px;display:grid;place-items:center;padding:8px 4px 2px;font-family:Georgia,Times New Roman,serif;font-size:14px;line-height:1.05}.packs-live-universes b{display:block;color:var(--gold);font-size:20px;font-weight:400;line-height:.8}.packs-live-filters{position:-webkit-sticky;position:sticky;top:70px;z-index:25;display:flex;gap:7px;max-width:740px;overflow-x:auto;margin:0 auto;padding:11px 12px;border-block:1px solid rgba(198,148,69,.2);background:rgba(255,250,243,.95);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);scrollbar-width:none}.packs-live-filters::-webkit-scrollbar{display:none}.packs-live-filters button{min-height:38px;flex:1 0 auto;border:1px solid #d9c1a5;border-radius:999px;padding:0 16px;background:white;color:#5f4c4f;font-size:10px;font-weight:800;cursor:pointer}.packs-live-filters button.active{border-color:var(--burgundy);background:var(--burgundy);color:white;box-shadow:0 6px 14px rgba(111,0,31,.16)}.packs-live-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px;max-width:1120px;margin:0 auto;padding:19px 12px 35px}.packs-live-grid article{min-width:0;overflow:hidden;border:1px solid var(--line);border-radius:15px;background:white;box-shadow:0 8px 22px rgba(72,34,35,.06)}.packs-live-image{position:relative;aspect-ratio:1.08/1;display:block;overflow:hidden;background:#ecddcc}.packs-live-image img{width:100%;height:100%;display:block;object-fit:cover}.packs-live-image span{position:absolute;right:7px;top:7px;width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:rgba(255,255,255,.88);color:var(--burgundy);font-size:21px}.packs-live-grid article>div{padding:10px}.packs-live-grid h2{min-height:34px;margin:0;color:var(--ink);font-family:Arial,Helvetica,sans-serif;font-size:12px;font-weight:700;letter-spacing:0;line-height:1.35}.packs-live-grid p{margin:5px 0 9px;color:#a16b2f;font-size:11px;font-weight:700}.packs-live-grid article>div>a{min-height:36px;display:flex;align-items:center;justify-content:center;border:1px solid #ddd3cb;border-radius:8px;background:#f3efeb;color:#a9a09b;font-size:9px;font-weight:800}.packs-live-grid article>div>a.available{border-color:var(--burgundy);background:var(--burgundy);color:white}.packs-live-empty{max-width:620px;display:grid;justify-items:center;grid-gap:7px;gap:7px;margin:20px auto 42px;padding:45px 20px;text-align:center}.packs-live-empty>span{width:52px;height:52px;display:grid;place-items:center;border:1px solid var(--gold);border-radius:50%;color:var(--gold);font-size:24px}.packs-live-empty h2{margin:4px 0 0;font-size:30px}.packs-live-empty p{max-width:380px;margin:0;color:var(--muted);font-size:11px;line-height:1.55}.packs-delivery-banner{min-height:58px;display:grid;grid-template-columns:32px minmax(0,1fr) 24px;align-items:center;grid-gap:9px;gap:9px;margin:0 12px 22px;border:1px solid #dbc294;border-radius:13px;padding:10px 13px;background:linear-gradient(105deg,#fff4e2,#f4e1c7);color:var(--burgundy)}.packs-delivery-banner span{font-size:22px}.packs-delivery-banner strong{font-size:11px}.packs-delivery-banner b{color:var(--gold)}.product-detail-page{min-height:100vh;padding-bottom:calc(78px + env(safe-area-inset-bottom));background:var(--ivory)}.product-detail-header{position:-webkit-sticky;position:sticky;top:0;z-index:40;height:70px;display:grid;grid-template-columns:52px minmax(0,1fr) 92px;align-items:center;padding:7px 13px;border-bottom:1px solid rgba(198,148,69,.18);background:rgba(255,250,243,.97);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.product-detail-header>button,.product-header-actions>a{width:44px;height:44px;display:grid;place-items:center;border:0;border-radius:50%;background:transparent;color:var(--ink);cursor:pointer}.product-detail-header>button:hover,.product-header-actions>a:hover{background:var(--cream)}.product-header-actions{display:flex;justify-content:flex-end}.product-header-actions>a:last-child{position:relative}.product-header-actions>a:last-child span{position:absolute;right:0;top:0;width:17px;height:17px;display:grid;place-items:center;border-radius:50%;background:var(--burgundy);color:white;font-size:8px}.product-detail-layout{max-width:1180px;margin:0 auto}.product-gallery{padding:16px 16px 0}.product-gallery-main{position:relative;aspect-ratio:1.28/1;overflow:hidden;border:1px solid var(--line);border-radius:18px;background:#efe0cf}.product-detail-image{width:100%;height:100%;display:block;object-fit:contain;background:#fbf5ed}.product-detail-placeholder{position:absolute;inset:0;overflow:hidden;background:linear-gradient(145deg,#f9efe3,#e9d3bd)}.product-detail-placeholder:before{content:"";position:absolute;inset:0;opacity:.42;background-image:radial-gradient(#fff 1px,transparent 0);background-size:8px 8px}.placeholder-view-1 .art-shape{transform:rotate(12deg) scale(1.24)}.placeholder-view-2 .art-shape{transform:rotate(-22deg) scale(.88)}.placeholder-view-3 .art-shape{transform:rotate(85deg) scale(1.18)}.placeholder-view-4 .art-shape{transform:rotate(0deg) scale(.7)}.product-detail-favorite{position:absolute;right:12px;top:12px;z-index:3;width:46px;height:46px;display:grid;place-items:center;border:0;border-radius:50%;background:rgba(255,255,255,.9);color:var(--burgundy);box-shadow:0 6px 16px rgba(69,26,30,.1);cursor:pointer}.gallery-count{position:absolute;right:12px;bottom:12px;z-index:3;border-radius:999px;padding:6px 10px;background:rgba(255,250,243,.88);color:var(--ink);font-size:11px;font-weight:700}.product-thumbnails{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:7px;gap:7px;margin-top:10px}.product-thumbnails button{position:relative;aspect-ratio:1/1.06;overflow:hidden;border:1px solid transparent;border-radius:11px;padding:0;background:#efe0cf;cursor:pointer}.product-thumbnails button.active{border-color:var(--burgundy);box-shadow:0 0 0 1px var(--burgundy)}.product-thumbnails .product-detail-image{position:absolute;inset:0}.product-detail-color{margin:-2px 0 16px;color:#68584d;font-size:13px;line-height:1.5}.product-detail-color strong{color:var(--ink)}.product-detail-copy{padding:18px 16px 30px}.product-detail-family{margin:0 0 6px;color:var(--gold);font-size:10px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.product-detail-copy h1{max-width:none;margin:0;font-size:36px;line-height:1.02}.product-detail-ref{margin:8px 0 0;color:var(--muted);font-size:12px}.product-live-price,.product-waiting-price{margin:16px 0 14px;font-family:Georgia,Times New Roman,serif;font-size:25px}.product-waiting-price{color:#a16b2f}.product-live-price{color:var(--burgundy);font-weight:700}.free-shipping-card{display:grid;grid-gap:10px;gap:10px;border:1px solid var(--line);border-radius:14px;padding:14px;background:linear-gradient(110deg,#fff8ef,#f2e2d1)}.free-shipping-card>div:first-child{display:grid;grid-template-columns:27px 1fr 24px;align-items:center;grid-gap:8px;gap:8px;color:var(--burgundy)}.free-shipping-card strong{font-size:12px}.shipping-progress{height:5px;overflow:hidden;border-radius:999px;background:#e5d7c7}.shipping-progress span{display:block;height:100%;border-radius:inherit;background:var(--burgundy);transition:width .25s ease}.product-standard-note{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:14px;border-block:1px solid var(--line);padding:13px 2px}.product-standard-note span{color:var(--muted);font-size:11px}.product-standard-note strong{color:var(--burgundy);font-size:11px;text-align:right}.quantity-row{display:flex;align-items:center;justify-content:space-between;gap:15px;margin:14px 0}.quantity-row label{font-size:13px;font-weight:700}.quantity-control{min-width:160px;height:48px;display:grid;grid-template-columns:48px 1fr 48px;align-items:center;border:1px solid var(--line);border-radius:12px;background:white}.quantity-control button{width:48px;height:46px;display:grid;place-items:center;border:0;background:transparent;color:var(--ink);cursor:pointer}.quantity-control button:first-child{border-right:1px solid var(--line)}.quantity-control button:last-child{border-left:1px solid var(--line)}.quantity-control output{text-align:center;font-size:15px;font-weight:700}.product-add-button,.product-whatsapp-button{width:100%;min-height:52px;display:flex;align-items:center;justify-content:center;gap:10px;border-radius:11px;padding:0 15px;font-size:13px;font-weight:800}.product-add-button{border:1px solid var(--burgundy);background:var(--burgundy);color:white}.product-add-button:disabled{border-color:#ddd5ce;background:#e8e3df;color:#aaa19b}.product-disabled-reason{margin:7px 0 12px;color:#9a8d88;font-size:10px;text-align:center}.product-whatsapp-button{border:1px solid var(--burgundy);background:transparent;color:var(--burgundy)}.product-accordions{margin-top:18px;overflow:hidden;border:1px solid var(--line);border-radius:13px;background:white}.product-accordions details+details{border-top:1px solid var(--line)}.product-accordions summary{min-height:50px;display:flex;align-items:center;justify-content:space-between;padding:0 13px;color:var(--ink);cursor:pointer;list-style:none;font-size:12px;font-weight:700}.product-accordions summary::-webkit-details-marker{display:none}.product-accordions summary:after{content:"⌄";color:var(--burgundy);font-size:18px}.product-accordions details[open] summary:after{transform:rotate(180deg)}.product-accordions summary span{display:flex;align-items:center;gap:9px}.product-accordions summary .icon{width:20px;height:20px;color:var(--burgundy)}.product-accordions details p{margin:0;padding:0 14px 15px 42px;color:var(--muted);font-size:11px;line-height:1.6}.product-recommendations{overflow:hidden;padding:15px 16px 48px}.product-recommendations .section-title{margin-bottom:16px}.product-recommendations .section-title h2{font-size:31px}.recommendation-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:8px;gap:8px;max-width:1120px;margin:0 auto}.recommendation-card{min-width:0;overflow:hidden;border:1px solid var(--line);border-radius:13px;background:white}.recommendation-art{position:relative;aspect-ratio:1/.92;overflow:hidden;background:#efe0cf}.recommendation-art .product-detail-image{position:absolute;inset:0}.recommendation-card>small,.recommendation-card>strong{display:block;padding-inline:9px}.recommendation-card>strong{min-height:37px;padding-top:9px;color:var(--ink);font-size:10px;line-height:1.35}.recommendation-card>small{padding-top:3px;padding-bottom:10px;color:#a16b2f;font-size:8px}@media (min-width:720px){.announcement{font-size:13px}.site-header{height:84px;grid-template-columns:80px 1fr 120px;padding:10px 4vw}.brand img{width:170px;height:65px}.hero{min-height:680px;align-items:center}.hero-visual:after{background:linear-gradient(90deg,#fffaf3 4%,rgba(255,250,243,.96) 31%,rgba(255,250,243,.12) 65%)}.hero-visual img{object-position:68% center}.hero-copy{width:min(50%,680px);margin-left:6vw;padding:50px 0}.hero-text{font-size:17px}.category-strip{grid-auto-flow:row;grid-template-columns:repeat(5,minmax(0,1fr));max-width:720px;margin:-42px auto 20px;position:relative;z-index:4;overflow:visible}.category-orb{width:112px;height:112px}.category-card strong{font-size:13px}.section{padding:70px 4vw}.product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.product-info h3{font-size:15px}.pack-section{grid-template-columns:.9fr 1.1fr;align-items:center;padding:80px 7vw}.service-bar{grid-template-columns:repeat(3,1fr);max-width:1120px;margin:0 auto}footer{padding-bottom:45px}.bottom-nav{display:none}.whatsapp{bottom:24px}.catalog-page{padding-bottom:0}.catalog-header{height:84px;grid-template-columns:80px 1fr 80px;padding:10px 4vw}.catalog-hero{padding:68px 4vw 46px}.catalog-hero h1{font-size:66px}.catalog-summary{grid-auto-flow:row;grid-template-columns:repeat(5,1fr);max-width:1120px;margin:0 auto;overflow:visible;padding:0 4vw 30px;display:grid}.mobile-catalog-filters{display:none}.catalog-controls{top:84px;grid-template-columns:minmax(260px,.8fr) minmax(300px,.6fr);padding:14px 4vw}.filter-backdrop,.mobile-filter-trigger{display:none}.catalog-controls .catalog-audience.desktop-filters{display:grid}.family-chips.desktop-filters{grid-column:1/-1;display:flex;justify-content:center}.catalog-preparation,.selected-subcategory{margin-inline:auto}.catalog-results{padding:32px 4vw 76px}.categories-page,.packs-page{padding-bottom:0}.categories-hero,.packs-page-hero{padding:74px 4vw 54px}.categories-hero h1,.packs-page-hero h1{font-size:68px}.category-universe-section,.packs-category-block{padding-inline:4vw}.section-heading-left{grid-template-columns:52px 1fr auto;align-items:center}.section-heading-left>a{grid-column:auto}.universe-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.pack-universe-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.hidden-categories-note,.pack-rule-card{margin-inline:auto}.packs-universe-list{grid-template-columns:repeat(3,minmax(0,1fr));padding:44px 4vw}.pack-large-card{grid-template-columns:1fr}.pack-large-art{min-height:210px}.pack-large-copy{min-height:190px;padding:22px}.pack-large-copy h2{font-size:30px}.product-detail-page{padding-bottom:0}.product-detail-header{height:84px;grid-template-columns:80px minmax(0,1fr) 104px;padding:10px 4vw}.product-detail-layout{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(340px,.92fr);grid-gap:34px;gap:34px;padding:42px 4vw 24px}.product-detail-copy,.product-gallery{padding:0}.product-gallery-main{border-radius:23px}.product-detail-copy h1{font-size:50px}.product-recommendations{padding:42px 4vw 76px}.recommendation-grid{gap:16px}.recommendation-card>strong{font-size:14px}.recommendation-card>small{font-size:11px}}.checkout-honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}.status-ready_to_ship{background:#dfeee8;color:#27735c}.status-refused{background:#f5dddd;color:#a53a4c}.admin-order-sort label{min-width:0;min-height:42px;display:flex;align-items:center;gap:5px;border:1px solid #dfd1c5;border-radius:10px;padding:0 7px;background:rgba(255,255,255,.45);color:#6f001f;font-size:8px}.admin-order-sort select{min-width:0;width:100%;border:0;outline:0;background:transparent;color:#504245;font-size:8px}.admin-customers-shell{width:min(100%,900px)}.admin-customer-filters{display:flex;gap:7px;overflow-x:auto;margin:12px 0;padding-bottom:3px;scrollbar-width:none}.admin-customer-filters button{min-height:36px;flex:0 0 auto;border:1px solid #decdbd;border-radius:999px;padding:0 13px;background:transparent;color:#5b4b4e;font-size:9px}.admin-customer-filters button.active{border-color:var(--burgundy);background:var(--burgundy);color:white}.admin-customer-list{display:grid;grid-gap:8px;gap:8px}.admin-customer-list article{display:grid;grid-template-columns:46px minmax(0,1fr) auto 24px;align-items:center;grid-gap:9px;gap:9px;border:1px solid #dfd1c5;border-radius:14px;padding:10px;background:rgba(255,255,255,.43)}.admin-customer-list article>span,.admin-customer-profile-head>span{width:44px;height:44px;display:grid;place-items:center;border-radius:50%;background:#f2e5d7;color:var(--burgundy);font-family:Georgia,serif;font-size:14px}.admin-customer-list article>div{min-width:0;display:grid;grid-gap:3px;gap:3px}.admin-customer-list strong{overflow:hidden;color:#35282b;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.admin-customer-list small{color:var(--muted);font-size:7px}.admin-customer-list article>p{display:grid;grid-gap:3px;gap:3px;margin:0;color:var(--burgundy);text-align:right}.admin-customer-list article>p b{font-family:Georgia,serif;font-size:14px}.admin-customer-list article>a:last-child{color:var(--burgundy);font-size:22px}.admin-customer-profile{display:grid;grid-gap:12px;gap:12px;border:1px solid #dfd1c5;border-radius:16px;padding:14px;background:rgba(255,255,255,.45)}.admin-customer-profile-head{display:grid;grid-template-columns:58px 1fr;align-items:center;grid-gap:10px;gap:10px}.admin-customer-profile-head>span{width:56px;height:56px;font-size:17px}.admin-customer-profile-head h2,.admin-customer-profile-head p{margin:0}.admin-customer-profile-head h2{font-size:24px}.admin-customer-profile-head p{margin-top:3px;font-size:11px}.admin-customer-profile-head small{display:block;margin-top:4px;color:var(--muted);font-size:8px;line-height:1.4}.admin-customer-profile-actions{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px}.admin-customer-profile-actions a{min-height:40px;display:grid;place-items:center;border:1px solid #d9c7b6;border-radius:9px;color:var(--burgundy);font-size:9px;font-weight:800}.admin-customer-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:6px;gap:6px;margin:10px 0}.admin-customer-stats article{min-width:0;display:grid;grid-gap:5px;gap:5px;border:1px solid #dfd1c5;border-radius:12px;padding:10px 5px;background:rgba(255,255,255,.42);text-align:center}.admin-customer-stats small{color:var(--muted);font-size:6px}.admin-customer-stats strong{color:var(--burgundy);font-family:Georgia,serif;font-size:16px}.admin-customer-orders{display:grid;grid-gap:7px;gap:7px}.admin-customer-orders h2{margin:12px 0 3px;font-size:27px}.admin-customer-orders>a{display:grid;grid-template-columns:minmax(0,1fr) auto 14px;align-items:center;grid-gap:8px;gap:8px;border:1px solid #dfd1c5;border-radius:12px;padding:10px;background:rgba(255,255,255,.42)}.admin-customer-orders>a>div,.admin-customer-orders>a>p{display:grid;grid-gap:4px;gap:4px;margin:0}.admin-customer-orders small{color:var(--muted);font-size:7px}.admin-customer-orders>a>p{text-align:right}.admin-customer-orders b{border-radius:999px;padding:5px 8px;font-size:7px}.admin-content-tabs{grid-template-columns:repeat(5,minmax(0,1fr))}.admin-content-tabs a:first-child{background:var(--burgundy);color:white;box-shadow:0 5px 12px rgba(111,0,31,.18)}.admin-content-block{margin-top:18px;overflow:hidden;border:1px solid #dfd1c5;border-radius:17px;background:rgba(255,255,255,.4);scroll-margin-top:16px}.admin-content-block>h3{margin:18px 16px 10px;color:var(--burgundy);font-family:Georgia,serif;font-size:22px;font-weight:500}.admin-section-order{display:grid;grid-gap:7px;gap:7px;padding:14px}.admin-section-order article{min-height:49px;display:grid;grid-template-columns:30px minmax(0,1fr) auto 34px 34px;align-items:center;grid-gap:6px;gap:6px;border:1px solid #e4d7cc;border-radius:10px;padding:6px;background:white}.admin-section-order article>span{color:var(--gold);font-size:9px;font-weight:900}.admin-section-order strong{font-size:10px}.admin-section-order label{display:flex;align-items:center;gap:4px;color:var(--muted);font-size:8px}.admin-section-order button{width:34px;height:34px;border:1px solid #decbb9;border-radius:8px;background:#fffaf4;color:var(--burgundy)}.admin-content-rows,.admin-faq-editor{display:grid;grid-gap:7px;gap:7px;padding:0 14px 16px}.admin-content-rows article{display:grid;grid-template-columns:56px minmax(0,1fr);grid-gap:7px;gap:7px;border:1px solid #e2d5ca;border-radius:11px;padding:8px;background:white}.admin-content-rows img{grid-row:1/4;width:56px;height:56px;border-radius:50%;object-fit:cover}.admin-content-block fieldset input,.admin-content-block fieldset textarea,.admin-content-rows input,.admin-faq-editor input,.admin-faq-editor textarea{width:100%;border:1px solid #ddcbbb;border-radius:8px;padding:9px 10px;background:#fffdf9;color:#312326;font:inherit;font-size:9px}.admin-content-rows label{display:inline-flex;align-items:center;gap:4px;margin-right:12px;color:var(--muted);font-size:8px}.admin-content-rows.compact article{grid-template-columns:minmax(0,1fr) minmax(0,1fr) auto;align-items:center}.admin-content-block fieldset{display:grid;grid-gap:7px;gap:7px;margin:13px 14px;border:1px solid #e0d0c1;border-radius:12px;padding:12px}.admin-content-block legend{padding:0 7px;color:var(--burgundy);font-family:Georgia,serif;font-size:18px}.admin-content-block fieldset textarea,.admin-faq-editor textarea{resize:vertical;line-height:1.5}.admin-faq-editor article{display:grid;grid-gap:7px;gap:7px;border:1px solid #e0d2c6;border-radius:11px;padding:10px;background:white}.admin-faq-editor label{color:var(--muted);font-size:8px}.admin-live-preview>div>a{position:absolute;left:15px;bottom:16px;z-index:2;border-radius:7px;padding:8px 12px;background:var(--burgundy);color:white;font-size:8px}.admin-preview-categories{aspect-ratio:auto!important;display:flex;gap:8px;overflow-x:auto!important;background:#fffaf3}.admin-preview-categories:after{display:none}.admin-preview-categories span{display:grid;justify-items:center;grid-gap:4px;gap:4px}.admin-preview-categories img{width:52px;height:52px;border:1px solid var(--gold);border-radius:50%}.admin-preview-categories small{font-size:7px}.admin-content-actions{position:-webkit-sticky;position:sticky;bottom:77px;z-index:12;display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px;margin:16px 0;border:1px solid #dfd1c5;border-radius:14px;padding:9px;background:rgba(255,250,243,.96);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.admin-draft-save{min-height:50px;border:1px solid var(--burgundy);border-radius:10px;background:white;color:var(--burgundy);font-size:10px;font-weight:800}.home-faq{padding:45px 18px;background:#fffaf3}.home-faq details,.information-faq details{max-width:760px;margin:0 auto 8px;border:1px solid var(--line);border-radius:12px;padding:0 14px;background:white}.home-faq summary,.information-faq summary{min-height:52px;display:flex;align-items:center;justify-content:space-between;color:var(--burgundy);font-size:12px;font-weight:800;cursor:pointer}.home-faq details p,.information-faq details p{margin:0 0 15px;color:var(--muted);font-size:11px;line-height:1.65}.home-faq>a{width:-moz-fit-content;width:fit-content;display:block;margin:18px auto 0;color:var(--burgundy);font-size:11px;font-weight:800}.information-page{min-height:100vh;padding-bottom:82px;background:linear-gradient(#fffaf3,#f6ecdf)}.information-hero{padding:56px 20px 38px;text-align:center}.information-hero h1{margin:0 auto}.information-hero>p:last-child{max-width:620px;margin:15px auto 0;color:var(--muted);line-height:1.7}.information-card,.information-faq{width:min(calc(100% - 32px),760px);margin:0 auto 38px;border:1px solid var(--line);border-radius:18px;padding:20px;background:rgba(255,255,255,.7);box-shadow:var(--shadow)}.information-card>p{white-space:pre-line;color:#5d4b4e;line-height:1.8}.information-card>a{min-height:47px;display:flex;align-items:center;justify-content:center;margin-top:9px;border:1px solid var(--burgundy);border-radius:9px;color:var(--burgundy);font-size:11px;font-weight:800}.information-card>a:first-of-type{background:var(--burgundy);color:white}.information-faq{display:grid;grid-gap:8px;gap:8px}.information-faq details{width:100%;margin:0}.admin-security-page{min-height:100vh;display:grid;align-content:center;justify-items:center;padding:34px 18px;background:radial-gradient(circle at 50% 0,#f1ddc7,#fffaf3 56%);text-align:center}.admin-security-page>img{width:180px;height:90px;object-fit:contain}.admin-security-page>p{margin:4px 0 9px;color:var(--gold);font-size:9px;font-weight:900;letter-spacing:.15em;text-transform:uppercase}.admin-security-page h1{max-width:560px;font-size:clamp(37px,10vw,56px)}.admin-security-page>span{max-width:520px;margin-top:12px;color:var(--muted);font-size:11px;line-height:1.6}.admin-security-form{width:min(100%,480px);display:grid;grid-gap:12px;gap:12px;margin-top:25px;border:1px solid #dfd1c5;border-radius:18px;padding:18px;background:rgba(255,255,255,.76);box-shadow:var(--shadow);text-align:left}.admin-security-secret{display:grid;grid-gap:9px;gap:9px;border-radius:12px;padding:14px;background:#f4e8d9;text-align:center}.admin-security-secret p,.admin-security-secret small{margin:0;color:var(--muted);font-size:8px;line-height:1.5}.admin-security-secret strong{overflow-wrap:anywhere;color:var(--burgundy);font-family:monospace;font-size:14px;letter-spacing:.08em}.admin-security-secret button{min-height:38px;border:1px solid var(--burgundy);border-radius:9px;background:white;color:var(--burgundy);font-size:9px;font-weight:800}.admin-security-form label{display:grid;grid-gap:7px;gap:7px;color:#443639;font-size:9px;font-weight:800}.admin-security-form input{height:58px;border:1px solid #d9c2aa;border-radius:11px;background:white;color:var(--burgundy);font-size:25px;font-weight:800;letter-spacing:.3em;text-align:center}.admin-security-form>p{margin:0;color:#aa1832;font-size:9px;font-weight:800}.admin-security-add button,.admin-security-form>button{min-height:50px;border:0;border-radius:10px;background:var(--burgundy);color:white;font-size:10px;font-weight:800}.admin-security-shell{width:min(100%,900px)}.admin-security-status{display:grid;grid-template-columns:43px 1fr;align-items:center;grid-gap:10px;gap:10px;margin:12px 0;border:1px solid #b9dbc8;border-radius:13px;padding:11px;background:#edf8f1}.admin-security-status>b{width:38px;height:38px;display:grid;place-items:center;border-radius:50%;background:#25845c;color:white}.admin-security-status>div{display:grid;grid-gap:3px;gap:3px}.admin-security-status strong{color:#176b49;font-size:11px}.admin-security-status small{color:#49715f;font-size:7px;line-height:1.4}.admin-security-add{display:grid;grid-gap:9px;gap:9px;border:1px solid #dfd1c5;border-radius:14px;padding:13px;background:rgba(255,255,255,.46)}.admin-security-add label{display:grid;grid-gap:6px;gap:6px;color:#4b3b3e;font-size:8px;font-weight:800}.admin-security-add input,.admin-security-add select,.admin-security-users select{height:42px;border:1px solid #ddcbbb;border-radius:9px;padding:0 10px;background:white;font-size:9px}.admin-security-users{display:grid;grid-gap:8px;gap:8px;margin-top:12px}.admin-security-users article{display:grid;grid-template-columns:42px minmax(0,1fr);grid-gap:8px;gap:8px;border:1px solid #dfd1c5;border-radius:13px;padding:10px;background:rgba(255,255,255,.45)}.admin-security-users article>span{width:40px;height:40px;display:grid;place-items:center;border-radius:50%;background:#f1e4d7;color:var(--burgundy);font-family:Georgia,serif}.admin-security-users article>div{min-width:0;display:grid;grid-gap:2px;gap:2px}.admin-security-users small,.admin-security-users strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-security-users strong{font-size:10px}.admin-security-users small{color:var(--muted);font-size:7px}.admin-security-users em{color:#25845c;font-size:7px;font-style:normal}.admin-security-users button,.admin-security-users select{grid-column:span 1}.admin-security-users button{min-height:35px;border:1px solid #e0c9c9;border-radius:8px;background:white;color:#9a2f40;font-size:8px}.admin-audit,.admin-role-guide{margin-top:16px;border:1px solid #dfd1c5;border-radius:14px;padding:13px;background:rgba(255,255,255,.4)}.admin-audit h2,.admin-role-guide h2{margin:0 0 10px;font-size:25px}.admin-role-guide p{display:grid;grid-gap:3px;gap:3px;border-top:1px solid #e7ddd5;padding:9px 0;margin:0}.admin-role-guide strong{color:var(--burgundy);font-size:9px}.admin-role-guide span{color:var(--muted);font-size:8px}.admin-audit article{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:3px 8px;gap:3px 8px;border-top:1px solid #e7ddd5;padding:8px 0}.admin-audit article span{color:var(--burgundy);font-size:8px;font-weight:800}.admin-audit article strong{font-size:7px}.admin-audit article small{grid-column:1/-1;color:var(--muted);font-size:7px}@media (min-width:720px){.admin-content-rows article{grid-template-columns:64px minmax(0,1fr) minmax(0,1fr) auto auto;align-items:center}.admin-content-rows img{grid-row:auto;width:64px;height:64px}.admin-security-add{grid-template-columns:minmax(0,1fr) 220px 150px;align-items:end}.admin-security-users article{grid-template-columns:42px minmax(0,1fr) 210px 90px;align-items:center}}@media (max-width:380px){.announcement{min-height:34px;font-size:10px}.announcement,.catalog-header,.site-header{padding-inline:8px}.brand img{width:108px}.hero{min-height:385px}.hero-copy{width:69%;padding:26px 0 26px 17px}h1{font-size:32px}.hero-buttons .button{padding-inline:16px}.mobile-menu{min-width:290px;padding-inline:18px}.catalog-hero,.categories-hero,.packs-page-hero{padding-inline:15px}.catalog-hero h1,.categories-hero h1,.packs-page-hero h1{font-size:42px}.catalog-controls,.catalog-results{padding-inline:10px}.product-grid{gap:7px}.product-info{padding:9px}.subcategory-links{grid-template-columns:1fr}.pack-large-card{grid-template-columns:96px 1fr}.product-gallery{padding-inline:10px}.product-detail-copy{padding-inline:12px}.product-detail-copy h1{font-size:32px}.product-detail-header{grid-template-columns:46px minmax(0,1fr) 88px;padding-inline:7px}.product-detail-header .brand img{width:103px}.quantity-control{min-width:145px}.product-recommendations{padding-inline:10px}.bottom-nav a,.bottom-nav button{font-size:8px}.bottom-nav .icon{width:20px;height:20px}}@media (min-width:430px) and (max-width:719px){.mobile-filter-trigger>span{display:inline}}@media (min-width:1120px){.hero-copy{margin-left:max(7vw,calc((100vw - 1220px) / 2))}h1{font-size:72px}.product-info{padding:15px}.product-info h3{min-height:40px;font-size:17px}.soon{font-size:14px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{animation-duration:.01ms!important;transition-duration:.01ms!important}}.title-ornament{display:flex;align-items:center;justify-content:center;gap:9px;margin-top:12px;color:var(--gold)}.title-ornament span{width:48px;height:1px;background:var(--gold)}.title-ornament b{font-size:12px}.products-section{padding-top:12px}.products-section .section-title{margin-bottom:16px}.products-section .section-title .eyebrow{display:none}.products-section .product-art{aspect-ratio:1.44/1}.product-card .audience-badge,.product-card .product-family,.product-card .product-ref{display:none}.product-card .product-info h2,.product-card .product-info h3{min-height:0;margin:0;font-size:13px;font-weight:500;line-height:1.3}.product-art:has(img[src*=produit-mini-pinces])>.favorite,.product-art:has(img[src*=produit-noeuds])>.favorite,.product-art:has(img[src*=produit-serre-tetes])>.favorite{display:none}.catalog-hero{padding:32px 16px 22px;background:radial-gradient(circle at 50% -35%,#ecd4bc,var(--ivory) 70%)}.catalog-hero h1{font-size:44px}.mobile-catalog-filters{gap:18px;padding-bottom:17px}.mobile-catalog-filters .catalog-audience{gap:10px;padding:0;background:transparent}.mobile-catalog-filters .catalog-audience button{min-height:54px;border-radius:11px;background:#f3ebe4;color:var(--ink);font-size:16px;font-weight:500}.mobile-catalog-filters .catalog-audience button.active{background:linear-gradient(100deg,var(--burgundy-dark),var(--burgundy));color:white}.mobile-family-chips{padding-bottom:3px}.mobile-family-chips button{min-height:42px;border-color:#d2ad75;padding-inline:13px;color:var(--burgundy);font-size:11px;font-weight:500}.catalog-mobile-toolbar{display:flex;align-items:center;justify-content:space-between;gap:10px;margin:0 16px;border-block:1px solid var(--line);padding:13px 0}.catalog-mobile-toolbar p{margin:0;font-size:13px}.catalog-mobile-toolbar p strong{font-size:17px}.catalog-mobile-toolbar>div{display:flex;align-items:center;gap:8px}.catalog-mobile-toolbar button{min-height:43px;display:flex;align-items:center;gap:7px;border:1px solid var(--line);border-radius:10px;padding:0 12px;background:transparent;color:var(--ink)}.catalog-mobile-toolbar button:last-child{border-color:transparent}.catalog-mobile-toolbar .icon{width:20px;height:20px}.catalog-controls,.catalog-preparation,.catalog-results .results-head{display:none}.catalog-results{padding-top:10px}.catalog-product-grid .product-art{aspect-ratio:1.18/1}.catalog-product-grid .product-info{padding-top:12px}.catalog-product-grid .product-info button{border-color:var(--burgundy);background:transparent;color:var(--burgundy)}.categories-page{padding-bottom:calc(76px + env(safe-area-inset-bottom))}.categories-search{max-width:680px;display:grid;grid-template-columns:42px minmax(0,1fr);align-items:center;grid-gap:8px;gap:8px;margin:18px auto 26px;padding:0 16px}.categories-search>a{width:42px;height:54px;display:grid;place-items:center;font-size:31px}.categories-search label{height:54px;display:flex;align-items:center;gap:10px;border:1px solid #d9cec4;border-radius:17px;padding:0 15px;background:rgba(255,255,255,.58)}.categories-search label .icon{width:25px;height:25px}.categories-search input{width:100%;border:0;outline:0;background:transparent;font-size:15px}.category-browser{max-width:760px;margin:0 auto;padding:0 16px}.category-browser .section-title{margin-bottom:13px}.category-browser .section-title h1{margin:0;color:var(--burgundy);font-family:Georgia,Times New Roman,serif;font-size:32px;font-weight:500;line-height:1;white-space:nowrap}.category-browser .section-title b,.popular-searches .section-title b{display:block;margin-top:6px;color:var(--gold);font-size:11px}.category-showcase-list{display:grid;grid-gap:12px;gap:12px}.category-showcase-card{position:relative;min-height:116px;display:grid;grid-template-columns:minmax(0,1fr) 55% 24px;align-items:center;overflow:hidden;border:1px solid #ebddcd;border-radius:17px;background:linear-gradient(100deg,#f5e7d8,#fff8ef)}.category-showcase-copy{position:relative;z-index:2;display:grid;grid-gap:5px;gap:5px;padding-left:16px}.category-showcase-copy strong{color:var(--burgundy);font-family:Georgia,Times New Roman,serif;font-size:24px;font-weight:500;white-space:nowrap}.category-showcase-copy small{color:var(--muted);font-size:14px}.category-showcase-copy em{width:-moz-fit-content;width:fit-content;border-radius:999px;padding:3px 7px;background:rgba(255,250,243,.84);color:#8f6d49;font-size:7px;font-style:normal;font-weight:800;letter-spacing:.07em;text-transform:uppercase}.category-showcase-card>img{width:100%;height:116px;display:block;object-fit:cover;-webkit-mask-image:linear-gradient(90deg,transparent,black 22%);mask-image:linear-gradient(90deg,transparent,black 22%)}.category-showcase-card>b{position:relative;z-index:2;color:var(--ink);font-family:Georgia,serif;font-size:32px;font-weight:400}.category-showcase-card.is-disabled{opacity:.78}.popular-searches{max-width:760px;margin:34px auto 0;padding:0 16px 34px}.popular-searches .section-title{margin-bottom:15px}.popular-searches .section-title h2{margin:0;font-size:29px;white-space:nowrap}.popular-searches>div:last-child{display:flex;gap:8px;overflow-x:auto;padding-bottom:4px;scrollbar-width:none}.popular-searches>div:last-child::-webkit-scrollbar{display:none}.popular-searches a{min-height:43px;display:inline-flex;align-items:center;gap:7px;flex:0 0 auto;border:1px solid #d3ad72;border-radius:999px;padding:0 14px;background:#fffdf9;font-size:12px}.popular-searches a span{color:var(--gold)}.product-detail-copy>h1{margin-top:0}.product-detail-family,.product-standard-note{display:none}@media (min-width:720px){.products-section{padding-top:36px}.products-section .product-art{aspect-ratio:1.22/1}.catalog-hero{padding:52px 4vw 30px}.catalog-controls{display:grid}.catalog-mobile-toolbar{display:none}.catalog-preparation,.catalog-results .results-head{display:flex}.catalog-product-grid .product-art{aspect-ratio:1.16/1}.category-browser,.popular-searches{max-width:1120px}.category-showcase-list{grid-template-columns:repeat(2,minmax(0,1fr))}.category-showcase-card{min-height:156px}.category-showcase-card>img{height:156px}.category-showcase-copy strong{font-size:31px}}.cart-page{min-height:100vh;padding-bottom:calc(78px + env(safe-area-inset-bottom));background:var(--ivory)}.cart-shell{width:min(100%,720px);margin:0 auto;padding:24px 16px 34px}.cart-title{margin:0 0 20px;text-align:center}.cart-title h1{margin:0;color:var(--burgundy);font-family:Georgia,Times New Roman,serif;font-size:44px;font-weight:500;line-height:1}.cart-title>div{display:flex;align-items:center;justify-content:center;gap:7px;margin-top:14px;color:var(--gold);font-size:12px}.cart-title>div span{width:44px;height:1px;background:var(--gold)}.cart-items{display:grid;grid-gap:12px;gap:12px}.cart-item{min-height:174px;display:grid;grid-template-columns:43% minmax(0,1fr);overflow:hidden;border:1px solid var(--line);border-radius:15px;background:rgba(255,255,255,.52)}.cart-item-image{min-width:0;margin:10px 0 10px 10px;overflow:hidden;border-radius:12px;background:#f0e2d3}.cart-item-image img{width:100%;height:100%;display:block;object-fit:cover}.cart-item-copy{min-width:0;display:grid;grid-template-columns:minmax(0,1fr) 58px;grid-template-rows:1fr auto;grid-gap:8px;gap:8px;padding:14px 10px 13px 13px}.cart-item-copy h2{margin:0;color:var(--ink);font-family:Georgia,Times New Roman,serif;font-size:18px;font-weight:500;line-height:1.14}.cart-item-copy p{margin:7px 0 0;color:#b07633;font-size:11px}.cart-item-copy small{display:block;margin-top:5px;color:var(--muted);font-size:9px}.cart-remove{width:34px;height:34px;display:grid;place-items:center;border:0;background:transparent;color:var(--burgundy);cursor:pointer}.cart-remove .icon{width:21px;height:21px}.cart-quantity{width:124px;height:44px;display:grid;grid-template-columns:36px 1fr 36px;align-items:center;align-self:end;border:1px solid var(--line);border-radius:10px;background:rgba(255,255,255,.55)}.cart-quantity button{width:36px;height:42px;display:grid;place-items:center;border:0;background:transparent;cursor:pointer}.cart-quantity button:first-child{border-right:1px solid var(--line)}.cart-quantity button:last-child{border-left:1px solid var(--line)}.cart-quantity .icon{width:18px;height:18px}.cart-quantity output{text-align:center;font-size:15px}.cart-line-price{align-self:center;justify-self:end;color:var(--burgundy);font-family:Georgia,Times New Roman,serif;font-size:19px;font-weight:500;white-space:nowrap}.cart-shipping-progress{display:grid;grid-gap:15px;gap:15px;margin-top:18px;border-radius:15px;padding:17px 15px;background:linear-gradient(110deg,var(--burgundy-dark),#820126);color:white}.cart-shipping-progress>div:first-child{display:grid;grid-template-columns:48px 1fr;align-items:center;grid-gap:11px;gap:11px}.cart-shipping-progress>div:first-child>.icon{width:43px;height:43px;color:var(--gold)}.cart-shipping-progress>div:first-child span{display:grid;grid-gap:5px;gap:5px}.cart-shipping-progress strong{font-size:15px;font-weight:500}.cart-shipping-progress small{color:#f7e9df;font-size:10px;line-height:1.35}.cart-progress-track{position:relative;height:8px;margin-right:56px;border-radius:999px;background:rgba(255,255,255,.18)}.cart-progress-track>span{display:block;min-width:8px;height:100%;border-radius:inherit;background:linear-gradient(90deg,#d3a85d,#e0bd78)}.cart-progress-track>b{position:absolute;left:calc(100% + 12px);top:50%;transform:translateY(-50%);color:var(--gold-soft);font-size:12px;font-weight:500;white-space:nowrap}.cart-summary{display:grid;margin-top:18px;border:1px solid var(--line);border-radius:15px;padding:7px 16px;background:rgba(255,255,255,.46)}.cart-summary>div{min-height:59px;display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid var(--line)}.cart-summary>div:last-child{border-bottom:0}.cart-summary span{font-size:15px}.cart-summary strong{color:var(--burgundy);font-family:Georgia,Times New Roman,serif;font-size:18px;font-weight:500}.cart-summary .cart-total span,.cart-summary .cart-total strong{color:var(--burgundy);font-family:Georgia,Times New Roman,serif;font-size:28px}.cart-checkout{width:100%;min-height:58px;display:flex;align-items:center;justify-content:center;gap:10px;margin-top:18px;border:0;border-radius:9px;background:linear-gradient(100deg,var(--burgundy-dark),var(--burgundy));color:white;font-size:17px;cursor:pointer}.cart-checkout .icon{display:none}.cart-checkout:disabled{opacity:.48;cursor:default}.cart-checkout-note{margin:8px 0 0;color:var(--muted);font-size:9px;text-align:center}.cart-continue{width:-moz-fit-content;width:fit-content;display:block;margin:19px auto 0;border-bottom:1px solid var(--gold);color:var(--burgundy);font-size:14px}.cart-guarantees{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:34px;border:1px solid var(--line);border-radius:15px;padding:18px 0;background:rgba(255,255,255,.35)}.cart-guarantees article{min-width:0;display:grid;justify-items:center;grid-gap:10px;gap:10px;padding:0 8px;color:var(--ink);text-align:center}.cart-guarantees article+article{border-left:1px solid var(--line)}.cart-guarantees .icon{width:35px;height:35px;color:var(--gold)}.cart-guarantees span{font-size:11px;line-height:1.35}.cart-empty{display:grid;justify-items:center;border:1px solid var(--line);border-radius:18px;padding:48px 24px;background:rgba(255,255,255,.48);text-align:center}.cart-empty>span{width:72px;height:72px;display:grid;place-items:center;border-radius:50%;background:var(--cream);color:var(--burgundy)}.cart-empty>span .icon{width:34px;height:34px}.cart-empty h2{margin:20px 0 8px;font-size:28px}.cart-empty p{max-width:320px;margin:0 0 22px;color:var(--muted);font-size:13px;line-height:1.5}@media (max-width:370px){.cart-shell{padding-inline:10px}.cart-item{grid-template-columns:40% minmax(0,1fr)}.cart-item-copy{padding-left:9px}.cart-item-copy h2{font-size:16px}.cart-quantity{grid-template-columns:34px 1fr 34px}.cart-quantity button{width:34px}.cart-line-price{font-size:16px}.cart-guarantees span{font-size:9px}}@media (min-width:720px){.cart-page{padding-bottom:0}.cart-shell{padding:42px 20px 64px}.cart-title h1{font-size:56px}.cart-item{min-height:210px;grid-template-columns:39% minmax(0,1fr)}.cart-item-copy{padding:24px}.cart-item-copy h2{font-size:27px}.cart-item-copy p{font-size:14px}.cart-line-price{font-size:25px}.cart-quantity{width:170px;grid-template-columns:46px 1fr 46px}.cart-quantity button{width:46px}.cart-shipping-progress{padding:23px}.cart-shipping-progress strong{font-size:20px}.cart-shipping-progress small{font-size:13px}.cart-summary span{font-size:18px}.cart-guarantees span{font-size:14px}}.checkout-page,.confirmation-page{min-height:100vh;background:radial-gradient(circle at 50% 14%,#fffdf9 0,var(--ivory) 52%,#fff7ee 100%)}.checkout-shell{width:min(100%,700px);margin:0 auto;padding:26px 16px 54px}.checkout-shell>h1{margin:0 auto 20px;color:var(--burgundy);font-family:Georgia,Times New Roman,serif;font-size:clamp(34px,9.6vw,49px);font-weight:500;line-height:1.04;text-align:center}.checkout-steps{position:relative;display:grid;grid-template-columns:repeat(3,1fr);margin:0 0 30px;padding:0;list-style:none}.checkout-steps:before{content:"";position:absolute;top:24px;left:16.66%;right:16.66%;height:1px;background:var(--gold)}.checkout-steps li{position:relative;z-index:1;display:grid;justify-items:center;grid-gap:7px;gap:7px;color:#796d69}.checkout-steps li>span{width:50px;height:50px;display:grid;place-items:center;border-radius:50%;background:var(--cream)}.checkout-steps li>span .icon{width:25px;height:25px}.checkout-steps li small{font-size:12px}.checkout-steps li.active{color:var(--burgundy);font-weight:700}.checkout-steps li.active>span{background:var(--burgundy);color:white}.checkout-fields{min-width:0;margin:0;border:0;padding:0}.checkout-fields legend{width:100%;margin-bottom:13px;color:var(--burgundy);font-family:Georgia,Times New Roman,serif;font-size:28px}.checkout-field{position:relative;margin-bottom:10px}.checkout-field>label{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.checkout-field>.icon{position:absolute;z-index:1;left:16px;top:17px;width:25px;height:25px;color:#8a817d;pointer-events:none}.checkout-field input{width:100%;height:58px;border:1px solid #dfd0c1;border-radius:10px;padding:0 48px 0 56px;outline:0;background:rgba(255,255,255,.35);color:var(--ink);font-size:15px;transition:border-color .16s ease,box-shadow .16s ease,background .16s ease}.checkout-field input::placeholder{color:#8b827e;opacity:1}.checkout-field input:focus{border-color:var(--gold);background:rgba(255,255,255,.72);box-shadow:0 0 0 3px rgba(198,148,69,.12)}.checkout-field.has-error input{border-color:#b4233b;background:#fff8f8}.checkout-field>small{display:block;margin:5px 3px 0;color:#9f1732;font-size:10px}.checkout-field-chevron{position:absolute;right:16px;top:19px;color:#756b67;pointer-events:none}.checkout-field-chevron .icon{width:20px;height:20px}.checkout-save{width:-moz-fit-content;width:fit-content;display:flex;align-items:center;gap:10px;margin:13px 0 24px;cursor:pointer;font-size:14px}.checkout-save input{width:25px;height:25px;margin:0;accent-color:var(--burgundy)}.checkout-summary{border:1px solid #e1d2c3;border-radius:11px;padding:0 14px 11px;background:rgba(255,255,255,.32)}.checkout-summary summary{min-height:64px;display:flex;align-items:center;justify-content:space-between;gap:12px;color:var(--burgundy);cursor:pointer;font-family:Georgia,Times New Roman,serif;font-size:27px;list-style:none}.checkout-summary summary::-webkit-details-marker{display:none}.checkout-summary summary .icon{width:20px;height:20px;color:#a27432;transition:transform .18s ease}.checkout-summary:not([open]) summary .icon{transform:rotate(-90deg)}.checkout-summary>div{min-height:41px;display:flex;align-items:center;justify-content:space-between;gap:16px;font-size:14px}.checkout-summary>div strong{font-weight:500}.checkout-summary .checkout-summary-total{min-height:57px;margin-top:4px;border-top:1px solid var(--gold);color:var(--burgundy);font-size:18px;font-weight:700}.checkout-summary .checkout-summary-total strong{font-family:Georgia,Times New Roman,serif;font-size:27px}.checkout-payment{margin-top:13px;border:1px solid #e1d2c3;border-radius:11px;padding:16px 12px 14px;background:rgba(255,255,255,.32)}.checkout-payment h2{margin:0 0 9px;font-family:Georgia,Times New Roman,serif;font-size:28px;font-weight:500}.checkout-cod{min-height:83px;display:grid;grid-template-columns:28px 53px minmax(0,1fr);align-items:center;grid-gap:9px;gap:9px;border:1.5px solid var(--burgundy);border-radius:10px;padding:9px 11px}.checkout-radio{width:22px;height:22px;display:grid;place-items:center;border:2px solid var(--burgundy);border-radius:50%}.checkout-radio:after{content:"";width:10px;height:10px;border-radius:50%;background:var(--burgundy)}.checkout-cod-icon{width:52px;height:52px;display:grid;place-items:center;border-radius:50%;background:#f2e5d5;color:#8a642e}.checkout-cod-icon .icon{width:29px;height:29px}.checkout-cod p{min-width:0;display:grid;grid-gap:5px;gap:5px;margin:0}.checkout-cod strong{font-size:14px}.checkout-cod small{color:#807572;font-size:10px;line-height:1.35}.checkout-submit{width:100%;min-height:62px;margin-top:12px;border:0;border-radius:10px;background:linear-gradient(100deg,var(--burgundy-dark),var(--burgundy));color:white;cursor:pointer;font-family:Georgia,Times New Roman,serif;font-size:24px}.checkout-submit:disabled{opacity:.48;cursor:default}.checkout-blocker{margin:7px 0 0;color:var(--muted);font-size:10px;line-height:1.4;text-align:center}.checkout-blocker a{color:var(--burgundy);text-decoration:underline;text-underline-offset:3px}.checkout-trust{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:14px;border:1px solid #e1d2c3;border-radius:11px;padding:14px 5px;background:rgba(255,255,255,.26)}.checkout-trust article{min-width:0;display:grid;grid-template-columns:35px minmax(0,1fr);align-items:center;grid-gap:5px;gap:5px;padding:0 5px}.checkout-trust .icon{width:33px;height:33px;color:#aa7937}.checkout-trust span{font-size:8px;line-height:1.45}.checkout-no-account{display:flex;align-items:center;justify-content:center;gap:12px;margin:21px 0 0;font-size:11px;text-align:center}.checkout-no-account span{color:var(--burgundy);font-size:23px}.confirmation-shell{width:min(100%,690px);margin:0 auto;padding:42px 18px 66px;text-align:center}.confirmation-success{width:136px;height:136px;display:grid;place-items:center;margin:0 auto 24px;border:6px double #d0a14c;border-radius:50%;background:radial-gradient(circle,#fffdf8 38%,#f7ead5 100%);color:#ba8738;box-shadow:0 0 0 10px rgba(218,177,102,.08)}.confirmation-success>span{width:82px;height:82px;display:grid;place-items:center;border:2px solid #d4aa60;border-radius:50%}.confirmation-success .icon{width:58px;height:58px;stroke-width:1.2}.confirmation-shell>h1{margin:0;color:var(--burgundy);font-family:Georgia,Times New Roman,serif;font-size:clamp(43px,12vw,60px);font-weight:500;line-height:1.05}.confirmation-lead{margin:17px 0 0;font-size:17px}.confirmation-call>div,.confirmation-number>div,.confirmation-ornament{display:flex;align-items:center;justify-content:center;gap:8px;color:var(--gold)}.confirmation-ornament{margin:24px auto;font-size:22px}.confirmation-ornament span{width:48px;height:1px;background:var(--gold)}.confirmation-number{border:2px solid var(--burgundy);border-radius:11px;padding:19px 12px 15px;background:rgba(255,255,255,.3)}.confirmation-number>span{display:block;font-size:18px}.confirmation-number>strong{display:block;margin:7px 0 10px;color:var(--burgundy);font-family:Georgia,Times New Roman,serif;font-size:clamp(38px,10vw,50px);font-weight:500;letter-spacing:.02em}.confirmation-number>div{font-size:19px}.confirmation-number>div span{width:52px;height:1px;background:var(--gold)}.confirmation-flow{position:relative;display:grid;grid-template-columns:repeat(3,1fr);margin:28px 0 30px;padding:0;list-style:none}.confirmation-flow:before{content:"";position:absolute;top:49px;left:16%;right:16%;height:1px;background:repeating-linear-gradient(90deg,var(--burgundy) 0 9px,transparent 9px 16px)}.confirmation-flow li{position:relative;z-index:1;display:grid;justify-items:center;grid-gap:10px;gap:10px}.confirmation-flow li>span{width:96px;height:96px;display:grid;place-items:center;border:1px solid var(--gold);border-radius:50%;background:var(--ivory);color:var(--burgundy)}.confirmation-flow .icon{width:48px;height:48px}.confirmation-flow strong{font-size:12px;font-weight:500;line-height:1.3}.confirmation-call{position:relative;border:1px solid var(--gold);border-radius:12px;padding:51px 14px 19px;background:rgba(255,255,255,.25)}.confirmation-call>span{position:absolute;left:50%;top:-39px;width:78px;height:78px;display:grid;place-items:center;transform:translateX(-50%);border:1px solid var(--gold);border-radius:50%;background:var(--ivory);color:#a87834}.confirmation-call>span .icon{width:42px;height:42px}.confirmation-call p{margin:0;font-size:19px;line-height:1.4}.confirmation-call>div{margin-top:18px}.confirmation-call>div span{width:55px;height:1px;background:var(--gold)}.confirmation-primary,.confirmation-whatsapp{min-height:62px;display:flex;align-items:center;justify-content:center;border-radius:9px;font-size:18px}.confirmation-primary{margin-top:25px;background:linear-gradient(100deg,var(--burgundy-dark),var(--burgundy));color:white}.confirmation-whatsapp{gap:10px;margin-top:14px;border:2px solid var(--burgundy);color:var(--burgundy);background:rgba(255,255,255,.2)}.confirmation-whatsapp .icon{width:27px;height:27px}.confirmation-home{width:-moz-fit-content;width:fit-content;min-height:50px;display:flex;align-items:center;justify-content:center;gap:11px;margin:23px auto 0;color:var(--burgundy);font-size:17px}.confirmation-home .icon{width:23px;height:23px}.confirmation-missing{width:min(92%,560px);display:grid;justify-items:center;margin:48px auto;border:1px solid var(--line);border-radius:18px;padding:48px 20px;background:rgba(255,255,255,.45);text-align:center}.confirmation-missing h1{font-size:38px}.confirmation-missing p{max-width:390px;color:var(--muted);line-height:1.5}@media (max-width:370px){.checkout-shell{padding-inline:10px}.checkout-shell>h1{font-size:32px}.checkout-fields legend,.checkout-payment h2,.checkout-summary summary{font-size:25px}.checkout-trust article{grid-template-columns:28px minmax(0,1fr);padding-inline:2px}.checkout-trust .icon{width:27px;height:27px}.checkout-trust span{font-size:7px}.confirmation-flow li>span{width:82px;height:82px}.confirmation-flow:before{top:41px}.confirmation-flow .icon{width:40px;height:40px}}@media (min-width:720px){.checkout-shell{padding:42px 24px 70px}.checkout-fields legend{font-size:34px}.checkout-field input{height:64px;font-size:17px}.checkout-field>.icon{top:20px}.checkout-field-chevron{top:22px}.checkout-trust span{font-size:11px}.confirmation-shell{padding-top:60px}.confirmation-flow strong{font-size:15px}}.shipping-page{min-height:100vh;padding-bottom:calc(78px + env(safe-area-inset-bottom));background:radial-gradient(circle at 50% 8%,#fffdf9,var(--ivory) 56%,#fff7ed)}.shipping-hero{width:min(100%,720px);display:grid;justify-items:center;margin:0 auto;padding:38px 18px 30px;text-align:center}.shipping-hero-icon{width:86px;height:86px;display:grid;place-items:center;margin-bottom:17px;border:1px solid var(--gold);border-radius:50%;background:linear-gradient(145deg,#fffdf9,#f2e4d2);color:var(--burgundy);box-shadow:0 11px 24px rgba(99,42,49,.08)}.shipping-hero-icon .icon{width:46px;height:46px}.shipping-hero .eyebrow{margin-bottom:8px}.shipping-hero h1{margin:0;font-size:clamp(42px,12vw,62px);line-height:1.02}.shipping-hero>p:last-child{max-width:520px;margin:16px 0 0;color:var(--muted);font-size:14px;line-height:1.6}.shipping-shell{width:min(100%,720px);margin:0 auto;padding:0 16px 54px}.shipping-free-card{display:grid;grid-template-columns:76px minmax(0,1fr);align-items:center;grid-gap:15px;gap:15px;border-radius:16px;padding:20px 17px;background:linear-gradient(110deg,var(--burgundy-dark),#850126);color:white;box-shadow:0 16px 30px rgba(91,0,27,.16)}.shipping-free-card>span{width:66px;height:66px;display:grid;place-items:center;border:1px solid rgba(231,207,170,.7);border-radius:50%;color:var(--gold-soft)}.shipping-free-card .icon{width:36px;height:36px}.shipping-free-card>div{display:grid;grid-gap:4px;gap:4px}.shipping-free-card small{color:#f2ded8;font-size:12px}.shipping-free-card strong{color:var(--gold-soft);font-family:Georgia,Times New Roman,serif;font-size:30px;font-weight:500}.shipping-free-card p{margin:0;color:#fff7f0;font-size:11px}.shipping-feature-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px;margin-top:12px}.shipping-feature-grid article{min-width:0;display:grid;justify-items:center;border:1px solid var(--line);border-radius:15px;padding:18px 10px;background:rgba(255,255,255,.42);text-align:center}.shipping-feature-grid article>span{width:51px;height:51px;display:grid;place-items:center;border-radius:50%;background:var(--cream);color:var(--gold)}.shipping-feature-grid .icon{width:29px;height:29px}.shipping-feature-grid strong{margin-top:10px;color:var(--burgundy);font-family:Georgia,Times New Roman,serif;font-size:19px;font-weight:500}.shipping-feature-grid p{margin:6px 0 0;color:var(--muted);font-size:10px;line-height:1.45}.shipping-info-card{margin-top:16px;border:1px solid var(--line);border-radius:16px;padding:20px 17px;background:rgba(255,255,255,.38)}.shipping-info-card h2{margin:0;font-size:30px}.shipping-info-card>p{margin:9px 0 16px;color:var(--muted);font-size:12px;line-height:1.55}.shipping-pending{display:grid;grid-template-columns:43px minmax(0,1fr);align-items:center;grid-gap:11px;gap:11px;border-radius:12px;padding:13px;background:#f6eadb;color:#6c5030}.shipping-pending>.icon{width:29px;height:29px;justify-self:center;color:var(--gold)}.shipping-pending>span{display:grid;grid-gap:4px;gap:4px}.shipping-pending strong{font-size:12px}.shipping-pending small{font-size:9px;line-height:1.4}.shipping-steps{padding:42px 0 15px}.shipping-steps .section-title{margin-bottom:24px}.shipping-steps .section-title h2{font-size:30px;white-space:nowrap}.shipping-steps ol{display:grid;grid-gap:10px;gap:10px;margin:0;padding:0;list-style:none}.shipping-steps li{display:grid;grid-template-columns:64px minmax(0,1fr);align-items:center;grid-gap:14px;gap:14px;border:1px solid var(--line);border-radius:15px;padding:14px;background:rgba(255,255,255,.4)}.shipping-steps li>span{width:60px;height:60px;display:grid;place-items:center;border-radius:50%;background:var(--cream);color:var(--gold)}.shipping-steps li>span .icon{width:32px;height:32px}.shipping-steps li>div{min-width:0}.shipping-steps li small{display:block;margin-bottom:2px;color:var(--gold);font-size:9px;font-weight:800}.shipping-steps li strong{color:var(--burgundy);font-family:Georgia,Times New Roman,serif;font-size:18px;font-weight:500}.shipping-steps li p{margin:5px 0 0;color:var(--muted);font-size:10px;line-height:1.4}.shipping-contact{margin-top:20px;border:1px solid var(--gold);border-radius:16px;padding:24px 17px;background:linear-gradient(145deg,rgba(255,255,255,.5),rgba(246,236,223,.65));text-align:center}.shipping-contact h2{margin:0;font-size:29px}.shipping-contact p{margin:8px 0 18px;color:var(--muted);font-size:12px;line-height:1.5}.shipping-contact a{min-height:52px;display:flex;align-items:center;justify-content:center;gap:10px;border-radius:9px;background:var(--burgundy);color:white;font-size:14px;font-weight:700}.shipping-contact a .icon{width:24px;height:24px}.shipping-shop-link{width:-moz-fit-content;width:fit-content;min-height:48px;display:flex;align-items:center;justify-content:center;margin:20px auto 0;border-bottom:1px solid var(--gold);color:var(--burgundy);font-size:14px}@media (max-width:370px){.shipping-shell{padding-inline:10px}.shipping-free-card{grid-template-columns:61px minmax(0,1fr);padding-inline:13px}.shipping-free-card>span{width:56px;height:56px}.shipping-free-card strong{font-size:27px}.shipping-steps .section-title h2{font-size:26px}}@media (min-width:720px){.shipping-page{padding-bottom:0}.shipping-shell{padding-bottom:72px}.shipping-feature-grid article{padding-block:24px}.shipping-feature-grid strong{font-size:23px}.shipping-feature-grid p,.shipping-steps li p{font-size:13px}}.admin-page{min-height:100vh;background:#f5efe8;color:#302124}.admin-header{min-height:72px;display:grid;grid-template-columns:minmax(130px,1fr) auto auto;align-items:center;grid-gap:18px;gap:18px;padding:8px 18px;border-bottom:1px solid #e6d6c6;background:rgba(255,253,249,.96)}.admin-brand img{width:128px;height:52px;display:block;object-fit:contain}.admin-header>div{display:none}.admin-header>a:last-child{color:var(--burgundy);font-size:11px;font-weight:800}.admin-shell{width:min(100%,1440px);margin:0 auto}.admin-nav{display:flex;gap:8px;overflow-x:auto;padding:11px 14px;border-bottom:1px solid #e3d3c4;background:#fffaf4;scrollbar-width:none}.admin-nav::-webkit-scrollbar{display:none}.admin-nav>p{display:none}.admin-nav>a,.admin-nav>span{min-height:40px;display:flex;align-items:center;flex:0 0 auto;border:1px solid #e3d3c4;border-radius:999px;padding:0 14px;background:white;color:#6b5558;font-size:11px;font-weight:700}.admin-nav>a.active{border-color:var(--burgundy);background:var(--burgundy);color:white}.admin-nav b{display:none}.admin-main{min-width:0;padding:24px 14px 60px}.admin-title-row{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:20px}.admin-kicker,.admin-next-card p,.admin-title-row p{margin:0 0 5px;color:var(--gold);font-size:9px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.admin-title-row h1{margin:0;font-size:clamp(33px,8vw,50px)}.admin-title-row>a{min-height:42px;display:none;align-items:center;border:1px solid #d9c4af;border-radius:10px;padding:0 14px;background:white;color:var(--burgundy);font-size:12px;font-weight:800}.admin-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:8px;gap:8px;margin-bottom:18px}.admin-stats article{min-width:0;display:grid;grid-gap:5px;gap:5px;border:1px solid #e4d6c9;border-radius:14px;padding:13px 10px;background:rgba(255,255,255,.72)}.admin-stats span{color:#776467;font-size:8px;font-weight:800}.admin-stats strong{color:var(--burgundy);font-family:Georgia,serif;font-size:24px;font-weight:500}.admin-stats small{display:none;color:#958386;font-size:9px;line-height:1.4}.admin-offer-card{overflow:hidden;border:1px solid #dfcbb7;border-radius:20px;background:#fffdf9;box-shadow:0 18px 55px rgba(70,29,34,.08)}.admin-card-head{display:grid;grid-gap:18px;gap:18px;padding:21px 17px;border-bottom:1px solid #eadbce;background:linear-gradient(120deg,#fffaf3,#f6e9dc)}.admin-card-head h2{margin:0;font-size:34px}.admin-card-head>div>p:last-child{max-width:660px;margin:8px 0 0;color:#766367;font-size:12px;line-height:1.55}.admin-switch{width:-moz-fit-content;width:fit-content;display:grid;grid-template-columns:48px auto;align-items:center;grid-gap:10px;gap:10px;cursor:pointer}.admin-switch input{position:absolute;opacity:0;pointer-events:none}.admin-switch>span{position:relative;width:48px;height:27px;border-radius:999px;background:#cfcbc7;transition:.18s ease}.admin-switch>span:after{content:"";position:absolute;left:3px;top:3px;width:21px;height:21px;border-radius:50%;background:white;box-shadow:0 2px 7px rgba(0,0,0,.18);transition:.18s ease}.admin-switch input:checked+span{background:#138a58}.admin-switch input:checked+span:after{transform:translateX(21px)}.admin-switch strong{color:#5f5052;font-size:12px}.admin-offer-layout{display:grid}.admin-form{min-width:0;display:grid;grid-gap:14px;gap:14px;padding:20px 17px 23px}.admin-field{min-width:0;display:grid;grid-gap:7px;gap:7px}.admin-field label{color:#59474a;font-size:11px;font-weight:800}.admin-field input,.admin-field textarea{width:100%;border:1px solid #ddcbbb;border-radius:10px;padding:0 12px;outline:0;background:white;color:#312326;font-size:13px}.admin-field input{height:47px}.admin-field textarea{min-height:86px;padding-block:11px;resize:vertical;font-family:inherit}.admin-field input:focus,.admin-field textarea:focus{border-color:var(--gold);box-shadow:0 0 0 3px rgba(198,148,69,.12)}.admin-field small{justify-self:end;color:#9a888b;font-size:9px}.admin-form-actions{display:grid;grid-gap:9px;gap:9px;margin-top:2px}.admin-save{min-height:50px;border:0;border-radius:10px;padding:0 18px;background:linear-gradient(100deg,var(--burgundy-dark),var(--burgundy));color:white;cursor:pointer;font-weight:800}.admin-save:disabled{opacity:.62;cursor:wait}.admin-message{margin:0;color:#117347;font-size:11px;font-weight:700}.admin-message.error{color:#aa1832}.admin-upload-progress{grid-column:1/-1;text-align:center}.offer-preview-wrap{min-width:0;padding:0 17px 22px}.offer-preview-label{display:flex;justify-content:space-between;gap:12px;margin-bottom:9px;color:#887579;font-size:9px;font-weight:800;text-transform:uppercase}.offer-preview-label b{color:var(--burgundy)}.special-offer-preview{min-height:340px;border-radius:18px;padding-inline:18px}.special-offer-preview .special-offer-content h2{font-size:38px}.special-offer-preview .special-offer-content>a{cursor:default}.admin-next-card{display:grid;grid-gap:16px;gap:16px;margin-top:18px;border:1px dashed #d6b98e;border-radius:17px;padding:20px 17px;background:rgba(255,250,243,.72)}.admin-next-card h2{margin:0;font-size:29px}.admin-next-card span{display:block;max-width:690px;margin-top:7px;color:#78666a;font-size:12px;line-height:1.55}.admin-next-card>strong{align-self:center;color:var(--gold);font-size:12px}.admin-access-denied{min-height:100vh;display:grid;align-content:center;justify-items:center;padding:30px 20px;background:var(--ivory);text-align:center}.admin-access-denied img{width:190px;height:90px;object-fit:contain}.admin-access-denied>p{margin:20px 0 8px;color:var(--gold);font-size:10px;font-weight:900;letter-spacing:.16em;text-transform:uppercase}.admin-access-denied h1{max-width:620px;font-size:38px}.admin-access-denied a{min-height:48px;display:flex;align-items:center;margin-top:20px;border-radius:9px;padding:0 18px;background:var(--burgundy);color:white;font-weight:800}@media (min-width:720px){.special-offer{min-height:330px}.admin-header{padding-inline:28px}.admin-header>div{display:grid;grid-gap:2px;gap:2px;text-align:right}.admin-header>div span{color:#8b777a;font-size:9px}.admin-header>div strong{font-size:11px}.admin-title-row>a{display:flex}.admin-stats{gap:14px}.admin-stats article{padding:18px}.admin-stats span{font-size:10px}.admin-stats strong{font-size:35px}.admin-stats small{display:block}.admin-card-head{grid-template-columns:minmax(0,1fr) auto;align-items:center;padding:26px}.admin-offer-layout{grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr)}.admin-form{grid-template-columns:repeat(2,minmax(0,1fr));padding:27px 26px}.admin-field-wide{grid-column:1/-1}.offer-preview-wrap{padding:27px 26px 27px 0}.admin-next-card{grid-template-columns:minmax(0,1fr) auto;padding:24px 26px}}@media (min-width:1024px){.admin-shell{display:grid;grid-template-columns:220px minmax(0,1fr)}.admin-nav{min-height:calc(100vh - 72px);display:flex;flex-direction:column;gap:5px;overflow:visible;border-right:1px solid #e3d3c4;border-bottom:0;padding:30px 18px}.admin-nav>p{display:block;margin:0 10px 13px;color:#a0898d;font-size:9px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.admin-nav>a,.admin-nav>span{width:100%;min-height:47px;flex:0 0 auto;justify-content:space-between;border:0;border-radius:10px;padding:0 12px;background:transparent}.admin-nav>a.active{background:var(--burgundy)}.admin-nav>a:last-child{margin-top:auto;border:1px solid #e2d0bf;background:white;color:var(--burgundy)}.admin-nav b{display:inline;color:#aa9699;font-size:7px;font-weight:800;text-transform:uppercase}.admin-main{padding:36px 34px 72px}}.admin-page{padding-bottom:calc(82px + env(safe-area-inset-bottom));background:radial-gradient(circle at 50% 2%,#fffdf9,#fff9f1 48%,#f7eee5)}.admin-photo-header{width:min(100%,820px);min-height:94px;display:flex;align-items:center;justify-content:space-between;margin:0 auto;padding:16px 18px 8px}.admin-photo-header>a:first-child img{width:144px;height:68px;display:block;object-fit:contain}.admin-photo-actions{display:flex;align-items:center;gap:12px}.admin-photo-actions>button{position:relative;width:43px;height:43px;display:grid;place-items:center;border:0;background:transparent;color:#171315}.admin-photo-actions>button b{position:absolute;right:1px;top:0;min-width:18px;height:18px;display:grid;place-items:center;border-radius:50%;background:var(--burgundy);color:white;font-size:9px}.admin-photo-actions>span{width:49px;height:49px;display:grid;place-items:center;border-radius:50%;background:#f2e8df;color:var(--burgundy);font-family:Georgia,serif;font-size:25px}.admin-photo-actions>a{width:25px;height:43px;display:grid;place-items:center;color:#a48588;font-size:15px}.admin-icon{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.admin-photo-shell{width:min(100%,820px);margin:0 auto;padding:8px 17px 46px}.admin-hello{margin:4px 0 18px;font-size:16px}.admin-hello strong{color:var(--burgundy);font-family:Georgia,serif;font-size:21px;font-weight:500}.admin-dashboard-title{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:22px}.admin-content-shell>h1,.admin-dashboard-title h1{margin:0;font-size:clamp(37px,10.2vw,49px);line-height:1.05}.admin-dashboard-title button{min-height:44px;display:flex;align-items:center;gap:8px;border:1px solid #dfd0c2;border-radius:999px;padding:0 12px;background:rgba(255,255,255,.42);color:#43383a;font-size:10px}.admin-dashboard-title button .admin-icon{width:18px;height:18px}.admin-photo-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:7px;gap:7px;margin-bottom:17px}.admin-photo-stats article{min-width:0;min-height:164px;display:grid;align-content:start;justify-items:center;border:1px solid #dfd1c5;border-radius:15px;padding:12px 4px 10px;background:rgba(255,255,255,.34);text-align:center}.admin-photo-stats article>span{width:49px;height:49px;display:grid;place-items:center;border-radius:50%;background:#f3e8db;color:#8a642e}.admin-photo-stats article>span .admin-icon{width:26px;height:26px}.admin-photo-stats p{min-height:39px;margin:10px 0 4px;font-size:9px;line-height:1.45}.admin-photo-stats strong{color:var(--burgundy);font-family:Georgia,serif;font-size:30px;font-weight:500;line-height:1}.admin-sales-card{border:1px solid #dfd1c5;border-radius:17px;padding:17px 13px 16px;background:rgba(255,255,255,.26)}.admin-section-head{display:flex;align-items:center;justify-content:space-between;gap:14px}.admin-quick-actions>h2,.admin-section-head h2{margin:0;font-size:28px}.admin-section-head button{min-height:35px;border:1px solid #dfd0c2;border-radius:9px;padding:0 10px;background:rgba(255,255,255,.48);font-size:9px}.admin-sales-summary{display:grid;grid-template-columns:1fr 1fr;grid-gap:17px;gap:17px;margin:20px 0 7px}.admin-sales-summary p{display:grid;grid-gap:3px;gap:3px;margin:0;font-size:10px}.admin-sales-summary strong{color:#332629;font-family:Georgia,serif;font-size:25px;font-weight:500}.admin-sales-summary small{color:#9c8d8f;font-size:8px;line-height:1.5}.admin-empty-chart{position:relative;height:116px;display:grid;align-content:space-around;margin-top:7px}.admin-empty-chart>span{height:1px;background:repeating-linear-gradient(90deg,#e8ded6 0 4px,transparent 4px 8px)}.admin-empty-chart>i{position:absolute;inset:0;display:grid;place-items:center;color:#a79598;font-size:9px;font-style:normal}.admin-quick-actions{margin-top:21px}.admin-quick-actions>div{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:7px;gap:7px;margin-top:13px}.admin-quick-actions>div>a,.admin-quick-actions>div>span{min-width:0;min-height:126px;display:grid;align-content:center;justify-items:center;grid-gap:10px;gap:10px;border:1px solid #dfd1c5;border-radius:15px;background:rgba(255,255,255,.3);text-align:center}.admin-quick-actions b{width:49px;height:49px;display:grid;place-items:center;border-radius:50%;background:#f3e8db;color:#8a642e}.admin-quick-actions>div>span:first-child b{background:var(--burgundy);color:white}.admin-quick-actions small{font-size:9px;line-height:1.4}.admin-recent-orders{margin-top:25px}.admin-recent-orders .admin-section-head>span{color:var(--burgundy);font-size:10px}.admin-empty-orders{min-height:128px;display:grid;align-content:center;justify-items:center;grid-gap:7px;gap:7px;margin-top:12px;border:1px solid #dfd1c5;border-radius:15px;background:rgba(255,255,255,.28);text-align:center}.admin-empty-orders .admin-icon{color:var(--gold)}.admin-empty-orders strong{color:var(--burgundy);font-family:Georgia,serif;font-size:17px;font-weight:500}.admin-empty-orders small{max-width:310px;color:#8c7b7e;font-size:9px}.admin-offer-shortcut{min-height:78px;display:grid;grid-template-columns:46px minmax(0,1fr) 20px;align-items:center;grid-gap:10px;gap:10px;margin-top:14px;border-radius:15px;padding:10px 14px;background:linear-gradient(100deg,var(--burgundy-dark),var(--burgundy));color:white}.admin-offer-shortcut>span{width:42px;height:42px;display:grid;place-items:center;border:1px solid rgba(231,207,170,.7);border-radius:50%;color:var(--gold-soft)}.admin-offer-shortcut>div{display:grid;grid-gap:3px;gap:3px}.admin-offer-shortcut small{color:#edcfca;font-size:8px;text-transform:uppercase;letter-spacing:.12em}.admin-offer-shortcut strong{font-family:Georgia,serif;font-size:19px;font-weight:500}.admin-offer-shortcut>b{color:var(--gold-soft);font-size:24px}.admin-bottom-nav{position:fixed;left:0;right:0;bottom:0;z-index:100;min-height:calc(72px + env(safe-area-inset-bottom));display:grid;grid-template-columns:repeat(5,minmax(0,1fr));padding:6px 4px max(6px,env(safe-area-inset-bottom));border-top:1px solid #dfd2c5;background:rgba(255,252,247,.97);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:0 -9px 28px rgba(58,22,28,.06)}.admin-bottom-nav>a{min-width:0;display:grid;align-content:center;justify-items:center;grid-gap:3px;gap:3px;color:#241d1e;font-size:8px}.admin-bottom-nav>a .admin-icon{width:23px;height:23px}.admin-bottom-nav>a.active{color:var(--burgundy);font-weight:800}.admin-content-shell>h1{margin-bottom:20px}.admin-content-tabs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:3px;gap:3px;border:1px solid #e0d1c3;border-radius:13px;padding:3px;background:rgba(246,236,223,.62)}.admin-content-tabs>*{min-height:45px;display:grid;place-items:center;border-radius:10px;color:#645457;font-size:11px;font-weight:500}.admin-content-tabs b{background:var(--burgundy);color:white;box-shadow:0 5px 12px rgba(111,0,31,.18)}.admin-content-intro{margin:17px 0 13px;color:#4a3e40;font-size:12px;line-height:1.5}.admin-section-list{display:grid;grid-gap:6px;gap:6px}.admin-section-row{min-height:78px;display:grid;grid-template-columns:24px 90px minmax(0,1fr) 40px 34px;align-items:center;grid-gap:8px;gap:8px;border:1px solid #e1d3c7;border-radius:12px;padding:7px 9px;background:rgba(255,255,255,.32)}.admin-section-row .drag{color:#77696c;font-size:22px;line-height:1}.admin-section-row>.offer-thumb,.admin-section-row>img{width:90px;height:57px;display:block;border-radius:8px;object-fit:cover}.admin-section-row>.offer-thumb{display:grid;place-items:center;background:linear-gradient(120deg,var(--burgundy-dark),var(--burgundy));color:var(--gold-soft);font-size:24px}.admin-section-row>strong{min-width:0;font-size:11px;font-weight:500}.admin-section-row>i{position:relative;width:38px;height:22px;border-radius:999px;background:#cfc8c4}.admin-section-row>i:after{content:"";position:absolute;left:3px;top:3px;width:16px;height:16px;border-radius:50%;background:white;transition:.16s ease}.admin-section-row>i.on{background:var(--burgundy)}.admin-section-row>i.on:after{transform:translateX(16px)}.admin-section-row>a,.admin-section-row>button{width:34px;height:40px;display:grid;place-items:center;border:0;background:transparent;color:#252022}.admin-section-row .admin-icon{width:20px;height:20px}.admin-content-editor{margin-top:18px;scroll-margin-top:12px}.admin-content-editor .admin-offer-card{border-radius:17px}.admin-content-editor .admin-card-head{background:linear-gradient(120deg,#fffaf3,#f3e2d1)}.admin-view-shop{min-height:52px;display:flex;align-items:center;justify-content:center;margin-top:14px;border:1px solid var(--gold);border-radius:11px;background:rgba(255,255,255,.45);color:var(--burgundy);font-weight:800;font-size:12px}.admin-section-head>a{color:var(--burgundy);font-size:10px;font-weight:800}.admin-back-link{width:-moz-fit-content;width:fit-content;display:inline-flex;align-items:center;margin:0 0 16px;color:var(--burgundy);font-size:11px;font-weight:800}.admin-products-title{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:20px}.admin-products-title>div>p{margin:0 0 4px;color:var(--gold);font-size:9px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.admin-new-product-shell>h1,.admin-products-title h1{margin:0;font-size:clamp(38px,10vw,50px);line-height:1}.admin-products-title>div>small{display:block;margin-top:7px;color:var(--muted);font-size:10px}.admin-products-title>a{min-height:44px;display:flex;align-items:center;gap:7px;border-radius:999px;padding:0 14px;background:var(--burgundy);color:white;font-size:10px;font-weight:800}.admin-products-title>a .admin-icon{width:18px;height:18px}.admin-success-banner{margin:0 0 15px;border:1px solid #a8d5bd;border-radius:11px;padding:12px 14px;background:#eefaf3;color:#12683f;font-size:11px;font-weight:800}.admin-product-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:7px;gap:7px;margin-bottom:24px}.admin-product-summary article{min-width:0;display:grid;grid-gap:6px;gap:6px;border:1px solid #dfd1c5;border-radius:14px;padding:13px 9px;background:rgba(255,255,255,.34);text-align:center}.admin-product-summary span{color:var(--muted);font-size:8px;line-height:1.3}.admin-product-summary strong{color:var(--burgundy);font-family:Georgia,serif;font-size:27px;font-weight:500}.admin-product-list-head{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:11px}.admin-product-list-head h2{margin:0;font-size:27px}.admin-product-list-head a{color:var(--burgundy);font-size:10px;font-weight:800}.admin-product-list{display:grid;grid-gap:7px;gap:7px}.admin-product-list article{min-height:86px;display:grid;grid-template-columns:62px minmax(0,1fr) auto auto 18px;align-items:center;grid-gap:9px;gap:9px;border:1px solid #e0d2c6;border-radius:13px;padding:8px;background:rgba(255,255,255,.4)}.admin-product-list img{width:62px;height:68px;border-radius:9px;object-fit:cover}.admin-product-list article>div{min-width:0;display:grid;grid-gap:3px;gap:3px}.admin-product-list article>div small{color:var(--gold);font-size:7px;font-weight:800}.admin-product-list article>div strong{overflow:hidden;font-size:10px;line-height:1.3;text-overflow:ellipsis;white-space:nowrap}.admin-product-list article>div span{overflow:hidden;color:var(--muted);font-size:7px;text-overflow:ellipsis;white-space:nowrap}.admin-product-list article>p{display:none;gap:3px;margin:0;text-align:right}.admin-product-list article>p strong{color:var(--burgundy);font-size:10px}.admin-product-list article>p small{color:var(--muted);font-size:7px}.admin-product-list article>b{border-radius:999px;padding:5px 7px;font-size:7px}.admin-product-list article>b.published{background:#e4f5eb;color:#127348}.admin-product-list article>b.draft{background:#eee9e5;color:#77696b}.admin-product-list article>a,.admin-product-list article>span{color:var(--burgundy);font-size:22px}.admin-product-edit-link{width:30px;height:30px;display:grid;place-items:center;border:1px solid #dcc5af;border-radius:50%;background:#fffaf4}.admin-product-edit-link .admin-icon{width:15px;height:15px}.admin-edit-product-visual{display:grid;grid-template-columns:78px minmax(0,1fr);align-items:center;grid-gap:12px;gap:12px;margin:14px;border:1px solid #e1d1c2;border-radius:13px;padding:10px;background:rgba(255,255,255,.48)}.admin-edit-product-visual img{width:78px;height:78px;border-radius:10px;object-fit:cover}.admin-edit-product-visual div{min-width:0;display:grid;grid-gap:5px;gap:5px}.admin-edit-product-visual strong{color:var(--burgundy);font-size:13px}.admin-edit-product-visual small{color:var(--muted);font-size:9px}.admin-empty-product-list{min-height:260px;display:grid;align-content:center;justify-items:center;grid-gap:9px;gap:9px;border:1px solid #dfd1c5;border-radius:17px;padding:26px 18px;background:rgba(255,255,255,.3);text-align:center}.admin-empty-product-list .admin-icon{width:38px;height:38px;color:var(--gold)}.admin-empty-product-list h2{margin:3px 0 0;font-size:25px}.admin-empty-product-list p{max-width:440px;margin:0;color:var(--muted);font-size:10px;line-height:1.55}.admin-empty-product-list>a{min-height:43px;display:flex;align-items:center;margin-top:5px;border-radius:999px;padding:0 16px;background:var(--burgundy);color:white;font-size:10px;font-weight:800}.admin-new-product-shell>.admin-content-intro{margin-bottom:18px}.admin-product-form{display:grid;grid-gap:12px;gap:12px}.admin-form-panel{overflow:hidden;border:1px solid #dfd1c5;border-radius:17px;background:rgba(255,255,255,.4)}.admin-form-panel-head{display:flex;align-items:center;gap:11px;border-bottom:1px solid #e8dbd0;padding:14px;background:linear-gradient(110deg,#fffaf3,#f5e7da)}.admin-form-panel-head>span{width:37px;height:37px;display:grid;place-items:center;flex:0 0 auto;border:1px solid var(--gold);border-radius:50%;color:var(--gold);font-family:Georgia,serif;font-size:13px}.admin-form-panel-head h2{margin:0;font-size:23px}.admin-form-panel-head p{margin:3px 0 0;color:var(--muted);font-size:8px}.admin-product-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:13px 9px;gap:13px 9px;padding:16px 14px 18px}.admin-field>span{color:#59474a;font-size:10px;font-weight:800}.admin-field select{width:100%;height:47px;border:1px solid #ddcbbb;border-radius:10px;padding:0 11px;outline:0;background:white;color:#312326;font-size:12px}.admin-field select:focus{border-color:var(--gold);box-shadow:0 0 0 3px rgba(198,148,69,.12)}.admin-photo-upload{min-height:150px;display:grid;align-content:center;justify-items:center;grid-gap:7px;gap:7px;margin:14px;border:1px dashed #c9a876;border-radius:13px;padding:18px;background:rgba(255,250,243,.6);color:var(--burgundy);text-align:center;cursor:pointer}.admin-photo-upload input{position:absolute;width:1px;height:1px;opacity:0}.admin-photo-upload b{font-size:12px}.admin-photo-upload small{color:var(--muted);font-size:8px}.admin-selected-files{display:grid;grid-gap:5px;gap:5px;margin:-5px 14px 15px}.admin-selected-files span{overflow:hidden;border-radius:7px;padding:7px 9px;background:#f3e8dc;color:#604f52;font-size:8px;text-overflow:ellipsis;white-space:nowrap}.admin-variant-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:7px;gap:7px;border:0;padding:0}.admin-variant-grid legend{grid-column:1/-1;margin-bottom:7px;color:#59474a;font-size:10px;font-weight:800}.admin-variant-grid label{position:relative}.admin-variant-grid input{position:absolute;opacity:0}.admin-variant-grid span{min-height:39px;display:grid;place-items:center;border:1px solid #ddcbbb;border-radius:9px;background:white;color:#5d4b4e;font-size:9px}.admin-variant-grid input:checked+span{border-color:var(--burgundy);background:var(--burgundy);color:white}.admin-publish-panel{display:grid;grid-gap:11px;gap:11px;border:1px solid #d7bd94;border-radius:17px;padding:16px 14px;background:#fff5e8}.admin-publish-panel>div{display:grid;grid-gap:4px;gap:4px}.admin-publish-panel>div strong{color:var(--burgundy);font-size:13px}.admin-publish-panel>div small{color:var(--muted);font-size:8px}.admin-publish-panel select{width:100%;height:47px;border:1px solid #d9c4af;border-radius:10px;padding:0 11px;background:white;color:#382b2d;font-size:11px}.admin-more-grid{display:grid;grid-gap:8px;gap:8px}.admin-more-grid>a{min-height:84px;display:grid;grid-template-columns:50px minmax(0,1fr) 18px;align-items:center;grid-gap:11px;gap:11px;border:1px solid #dfd1c5;border-radius:15px;padding:11px 13px;background:rgba(255,255,255,.38)}.admin-more-grid>a>.admin-icon{width:27px;height:27px;justify-self:center;color:var(--gold)}.admin-more-grid>a>div{display:grid;grid-gap:4px;gap:4px}.admin-more-grid strong{color:var(--burgundy);font-size:12px}.admin-more-grid small{color:var(--muted);font-size:8px}.admin-more-grid b{color:var(--gold);font-size:19px}.admin-pack-form{display:grid;grid-gap:12px;gap:12px}.admin-pack-stock-output{height:47px;display:flex;align-items:center;border:1px solid #d9c7b7;border-radius:10px;padding:0 12px;background:#f6eadc;color:var(--burgundy);font-family:Georgia,serif;font-size:24px;font-weight:700}.admin-pack-selected-items{display:grid;grid-gap:7px;gap:7px;padding:14px}.admin-pack-selected-items article{min-height:78px;display:grid;grid-template-columns:58px minmax(0,1fr) auto 30px;align-items:center;grid-gap:8px;gap:8px;border:1px solid #e2d4c8;border-radius:12px;padding:7px;background:rgba(255,255,255,.55)}.admin-pack-selected-items img{width:58px;height:62px;border-radius:9px;object-fit:cover}.admin-pack-selected-items article>div:nth-child(2){min-width:0;display:grid;grid-gap:4px;gap:4px}.admin-pack-selected-items article>div:nth-child(2) strong{overflow:hidden;color:#382b2d;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.admin-pack-selected-items article>div:nth-child(2) small{overflow:hidden;color:var(--muted);font-size:7px;text-overflow:ellipsis;white-space:nowrap}.admin-pack-quantity{height:32px;display:grid;grid-template-columns:29px 28px 29px;align-items:center;overflow:hidden;border:1px solid #d9c6b3;border-radius:9px;background:white}.admin-pack-quantity button{width:29px;height:30px;border:0;background:transparent;color:var(--burgundy);cursor:pointer}.admin-pack-quantity span{text-align:center;font-size:9px;font-weight:800}.admin-pack-remove{width:30px;height:34px;border:0;border-radius:8px;background:#f6e8e8;color:#a52139;cursor:pointer}.admin-pack-empty{margin:0;border:1px dashed #d9bea0;border-radius:11px;padding:25px 14px;color:var(--muted);font-size:10px;text-align:center}.admin-pack-add-trigger{min-height:45px;margin:0 14px 14px;border:1px dashed var(--gold);border-radius:10px;background:#fffaf3;color:var(--burgundy);font-size:10px;font-weight:800;cursor:pointer}.admin-pack-picker{display:grid;grid-gap:9px;gap:9px;margin:-4px 14px 14px;border:1px solid #decbb9;border-radius:13px;padding:10px;background:#fffdf9}.admin-pack-picker>label{height:43px;display:grid;grid-template-columns:26px 1fr;align-items:center;border:1px solid #dfd0c3;border-radius:9px;padding:0 10px;background:white}.admin-pack-picker>label span{color:var(--gold);font-size:18px}.admin-pack-picker input{min-width:0;border:0;outline:0;background:transparent;font-size:10px}.admin-pack-picker>div{max-height:310px;display:grid;grid-gap:6px;gap:6px;overflow-y:auto}.admin-pack-picker>div>button{min-height:64px;display:grid;grid-template-columns:49px minmax(0,1fr) 26px;align-items:center;grid-gap:9px;gap:9px;border:1px solid #e4d7cc;border-radius:10px;padding:6px;background:white;text-align:left;cursor:pointer}.admin-pack-picker>div>button img{width:49px;height:50px;border-radius:7px;object-fit:cover}.admin-pack-picker>div>button span{min-width:0;display:grid;grid-gap:3px;gap:3px}.admin-pack-picker>div>button strong{overflow:hidden;color:#3d3032;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.admin-pack-picker>div>button small{color:var(--muted);font-size:7px}.admin-pack-picker>div>button b{color:var(--burgundy);font-size:20px}.admin-pack-picker>div>p{color:var(--muted);font-size:9px;text-align:center}.admin-packs-shell{padding-top:18px}.admin-packs-title{display:grid;grid-template-columns:38px minmax(0,1fr);align-items:center;grid-gap:8px;gap:8px;margin-bottom:18px}.admin-packs-title>a:first-child{width:38px;height:38px;display:grid;place-items:center;color:var(--burgundy);font-family:Georgia,serif;font-size:30px}.admin-packs-title h1{min-width:0;margin:0;font-size:clamp(33px,9vw,48px);line-height:1}.admin-packs-title>a:last-child{grid-column:1/-1;min-height:45px;display:flex;align-items:center;justify-content:center;gap:7px;border-radius:999px;background:var(--burgundy);color:white;font-size:10px;font-weight:800}.admin-packs-title>a:last-child .admin-icon{width:18px;height:18px}.admin-pack-toolbar{display:grid;grid-template-columns:minmax(0,1fr) 44px;grid-gap:7px;gap:7px;margin-bottom:9px}.admin-pack-toolbar label{height:45px;display:grid;grid-template-columns:30px 1fr;align-items:center;border:1px solid #dfd0c3;border-radius:11px;padding:0 10px;background:white}.admin-pack-toolbar label span{color:var(--gold);font-size:19px}.admin-pack-toolbar input{min-width:0;border:0;outline:0;background:transparent;font-size:10px}.admin-pack-toolbar>button{border:1px solid #dfd0c3;border-radius:11px;background:white;color:var(--burgundy)}.admin-pack-filter-chips{display:flex;gap:6px;overflow-x:auto;margin-bottom:18px;scrollbar-width:none}.admin-pack-filter-chips::-webkit-scrollbar{display:none}.admin-pack-filter-chips button{min-height:36px;flex:1 0 auto;border:1px solid #dbc4aa;border-radius:999px;padding:0 13px;background:transparent;color:#614f52;font-size:9px;font-weight:800;cursor:pointer}.admin-pack-filter-chips button.active{border-color:var(--burgundy);background:var(--burgundy);color:white}.admin-pack-list{display:grid;grid-gap:8px;gap:8px}.admin-pack-list>h2{margin:2px 0 4px;font-size:27px}.admin-pack-list>article{min-height:105px;display:grid;grid-template-columns:68px minmax(0,1fr) 48px 36px;align-items:center;grid-gap:8px;gap:8px;border:1px solid #e0d2c6;border-radius:14px;padding:8px;background:rgba(255,255,255,.45)}.admin-pack-list>article>img{width:68px;height:79px;border-radius:9px;object-fit:cover}.admin-pack-list-copy{min-width:0;display:grid;grid-gap:4px;gap:4px}.admin-pack-list-copy strong{overflow:hidden;color:var(--burgundy);font-size:11px;text-overflow:ellipsis;white-space:nowrap}.admin-pack-list-copy small{color:var(--gold);font-size:7px;font-weight:800}.admin-pack-list-copy span{color:var(--muted);font-size:7px}.admin-pack-price{display:none;align-items:center;justify-content:center;gap:3px}.admin-pack-price input{width:64px;height:38px;border:1px solid #dcc8b6;border-radius:8px;background:white;color:var(--burgundy);font-size:10px;font-weight:800;text-align:center}.admin-pack-price span{font-size:8px;font-weight:800}.admin-pack-stock{display:none;text-align:center}.admin-pack-stock small{color:var(--muted);font-size:7px}.admin-pack-stock strong{color:var(--burgundy);font-family:Georgia,serif;font-size:20px}.admin-pack-switch{position:relative;width:42px;height:24px;border:0;border-radius:999px;background:#cfc8c4;cursor:pointer}.admin-pack-switch span{position:absolute;left:3px;top:3px;width:18px;height:18px;border-radius:50%;background:white;transition:.18s ease}.admin-pack-switch.active{background:#178454}.admin-pack-switch.active span{transform:translateX(18px)}.admin-pack-list>article>a{width:34px;height:34px;display:grid;place-items:center;border:1px solid #dcc5af;border-radius:50%;color:var(--burgundy);font-size:17px}.admin-content-error{margin:0 0 12px;border:1px solid #efb4bf;border-radius:10px;padding:11px 13px;background:#fff1f4}.admin-catalog-photo-link{min-height:42px;display:flex;align-items:center;justify-content:center;margin:0 0 14px;border:1px solid #d7ba98;border-radius:10px;background:#fffaf2;color:var(--burgundy);font-size:9px;font-weight:800}.admin-media-list{display:grid;grid-gap:7px;gap:7px}.admin-media-list article{min-height:82px;display:grid;grid-template-columns:92px minmax(0,1fr) 58px 30px;align-items:center;grid-gap:8px;gap:8px;border:1px solid #e1d3c7;border-radius:12px;padding:7px;background:rgba(255,255,255,.38)}.admin-media-list img{width:92px;height:62px;display:block;border-radius:8px;object-fit:cover}.admin-media-list article>div{min-width:0;display:grid;grid-gap:3px;gap:3px}.admin-media-list strong{color:#3d3032;font-size:10px}.admin-media-list small{color:var(--muted);font-size:7px;line-height:1.35}.admin-media-list label{min-height:34px;display:grid;place-items:center;border:1px solid #d9c0a4;border-radius:8px;background:white;color:var(--burgundy);font-size:8px;font-weight:800;cursor:pointer}.admin-media-list label.busy{opacity:.6}.admin-media-list input{position:absolute;width:1px;height:1px;opacity:0}.admin-media-list article>button{width:30px;height:34px;border:0;border-radius:8px;background:#f2e6d9;color:var(--burgundy);cursor:pointer}.admin-site-details{overflow:hidden;margin-top:18px;border:1px solid #dfd1c5;border-radius:17px;background:rgba(255,255,255,.4);scroll-margin-top:16px}.admin-site-save{width:calc(100% - 28px);margin:0 14px 16px}.admin-live-preview{margin-top:15px;border:1px solid #dfd1c5;border-radius:16px;padding:13px;background:rgba(255,255,255,.38);scroll-margin-top:16px}.admin-live-preview>small{color:var(--muted);font-size:8px;text-transform:uppercase}.admin-live-preview>div{position:relative;aspect-ratio:1.7/1;overflow:hidden;margin-top:8px;border-radius:12px}.admin-live-preview img{width:100%;height:100%;display:block;object-fit:cover}.admin-live-preview>div:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,250,243,.92),transparent 72%)}.admin-live-preview h2{position:absolute;left:15px;top:50%;z-index:1;max-width:55%;margin:0;font-size:clamp(20px,6vw,34px);transform:translateY(-50%)}.admin-image-manager-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px;gap:8px;padding:14px}.admin-image-manager-grid article{position:relative;min-width:0;overflow:hidden;border:1px solid #e1d2c5;border-radius:12px;background:white}.admin-image-manager-grid article>img{width:100%;aspect-ratio:1/.9;display:block;object-fit:cover}.admin-image-manager-grid article>strong{position:absolute;left:6px;top:6px;border-radius:999px;padding:4px 7px;background:var(--burgundy);color:white;font-size:7px}.admin-image-manager-grid article>div{display:grid;grid-gap:5px;gap:5px;padding:7px}.admin-image-manager-grid article button,.admin-image-manager-grid article label{min-height:31px;display:grid;place-items:center;border:1px solid #dbc7b4;border-radius:7px;background:#fffaf4;color:var(--burgundy);font-size:8px;font-weight:800;cursor:pointer}.admin-image-manager-grid article button:last-child{border-color:#ebccd2;color:#aa1832}.admin-image-manager-grid input{position:absolute;width:1px;height:1px;opacity:0}.admin-image-add{min-height:180px;display:grid;align-content:center;justify-items:center;grid-gap:7px;gap:7px;border:1px dashed var(--gold);border-radius:12px;background:#fffaf3;color:var(--burgundy);cursor:pointer}.admin-image-add b{font-size:28px;font-weight:400}.admin-image-add span{font-size:9px;font-weight:800}.admin-image-message{margin:-4px 14px 14px;color:var(--burgundy);font-size:9px;font-weight:700;text-align:center}.admin-catalog-photo-shell{width:min(100%,960px)}.admin-catalog-photo-shell>.admin-kicker{margin:10px 0 4px;color:var(--gold);font-size:9px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.admin-catalog-photo-shell>h1{margin:0;font-size:clamp(38px,10vw,52px);line-height:1}.admin-catalog-photo-shell>h1+p{margin:10px 0 16px;color:var(--muted);font-size:10px;line-height:1.5}.admin-catalog-photo-search{width:100%;height:47px;margin-bottom:12px;border:1px solid #ddcfc2;border-radius:12px;padding:0 14px;background:rgba(255,255,255,.58);outline:0;font-size:11px}.admin-catalog-photo-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px;gap:8px}.admin-catalog-photo-grid article{min-width:0;overflow:hidden;border:1px solid #dfd1c5;border-radius:13px;background:rgba(255,255,255,.45)}.admin-catalog-photo-grid article>img{width:100%;aspect-ratio:1/1;display:block;object-fit:cover}.admin-catalog-photo-grid article>div{min-height:48px;display:grid;align-content:center;grid-gap:3px;gap:3px;padding:7px}.admin-catalog-photo-grid small{color:var(--gold);font-size:7px;font-weight:800}.admin-catalog-photo-grid strong{overflow:hidden;color:#36282b;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.admin-catalog-photo-grid button,.admin-catalog-photo-grid label{min-height:34px;display:grid;place-items:center;margin:0 7px 6px;border:1px solid #d9c1a6;border-radius:8px;background:#fffaf3;color:var(--burgundy);font-size:8px;font-weight:800;cursor:pointer}.admin-catalog-photo-grid label.busy{opacity:.55}.admin-catalog-photo-grid input{position:absolute;width:1px;height:1px;opacity:0}.admin-catalog-photo-grid button{width:calc(100% - 14px);border-color:#e4d9cf;background:transparent;color:#7d6e70}.admin-orders-shell{width:min(100%,900px)}.admin-order-search{height:51px;display:grid;grid-template-columns:34px minmax(0,1fr) 35px;align-items:center;border:1px solid #ddcfc2;border-radius:14px;padding:0 11px;background:rgba(255,255,255,.5)}.admin-order-search span{color:var(--burgundy);font-size:22px}.admin-order-search input{min-width:0;border:0;outline:0;background:transparent;font-size:11px}.admin-order-search b{border-left:1px solid #dfd2c6;color:var(--burgundy);font-size:18px;text-align:right}.admin-order-filters{display:flex;gap:6px;overflow-x:auto;padding:14px 0 9px;scrollbar-width:none}.admin-order-filters::-webkit-scrollbar{display:none}.admin-order-filters button{min-width:77px;display:grid;justify-items:center;grid-gap:5px;gap:5px;border:0;background:transparent;color:#665659;font-size:8px;cursor:pointer}.admin-order-filters button span{min-height:36px;display:flex;align-items:center;border:1px solid #dfd1c5;border-radius:999px;padding:0 12px;white-space:nowrap}.admin-order-filters button.active span{border-color:var(--burgundy);background:var(--burgundy);color:white}.admin-order-filters small{color:var(--muted);font-size:8px}.admin-order-sort{display:grid;grid-template-columns:1fr 1fr 1.25fr;grid-gap:7px;gap:7px;margin:9px 0 14px}.admin-order-sort button{min-height:39px;border:1px solid #dfd1c5;border-radius:10px;background:rgba(255,255,255,.45);color:#504245;font-size:8px}.admin-order-list{display:grid;grid-gap:7px;gap:7px}.admin-order-list article{min-height:118px;display:grid;grid-template-columns:58px minmax(0,1fr) 67px 22px;grid-template-rows:auto 34px;align-items:center;grid-gap:6px 8px;gap:6px 8px;border:1px solid #dfd0c3;border-radius:14px;padding:9px;background:rgba(255,255,255,.4)}.admin-order-number{width:52px;height:52px;display:grid;place-items:center;grid-row:1/3;border-radius:50%;background:#f3e8dc;color:var(--burgundy);font-family:Georgia,serif;font-size:12px}.admin-order-customer{min-width:0;display:grid;grid-gap:5px;gap:5px}.admin-order-customer strong{overflow:hidden;color:#33272a;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.admin-order-customer small{color:var(--muted);font-size:7px}.admin-order-amount{display:none}.admin-order-state{min-width:0;display:grid;grid-gap:5px;gap:5px;text-align:center}.admin-order-state b{min-height:27px;display:grid;place-items:center;border-radius:999px;padding:0 7px;font-size:7px;font-weight:700;white-space:nowrap}.admin-order-state small{color:var(--muted);font-size:6px}.status-received,.status-to_confirm{background:#f9e8cc;color:#9a5a0d}.status-confirmed,.status-delivered{background:#e2efda;color:#3f7732}.status-preparing{background:#e2eef8;color:#3572a4}.status-shipped{background:#eadff3;color:#765296}.status-cancelled,.status-returned{background:#f5dddd;color:#a53a4c}.admin-order-whatsapp{width:32px;height:32px;display:grid;place-items:center;grid-column:3;border:1px solid #b9dbbf;border-radius:8px;color:#16a34a;font-size:10px;font-weight:900}.admin-order-list article>a:last-child{grid-column:4;grid-row:1/3;color:var(--burgundy);font-family:Georgia,serif;font-size:25px}.admin-order-detail-shell{width:min(100%,820px);padding-top:15px}.admin-order-detail-title{display:grid;grid-template-columns:38px minmax(0,1fr) 34px;align-items:center;grid-gap:6px;gap:6px;margin-bottom:15px}.admin-order-detail-title>a{color:var(--burgundy);font-size:25px}.admin-order-detail-title h1{min-width:0;margin:0;font-size:clamp(24px,7vw,37px);line-height:1}.admin-order-detail-title span{color:var(--burgundy);letter-spacing:2px}.admin-order-detail{display:grid;grid-gap:10px;gap:10px}.admin-order-detail-status{display:flex;justify-content:flex-end}.admin-order-detail-status select{height:42px;border:1px solid #d9bd99;border-radius:10px;padding:0 12px;background:#fff5e8;color:#8f5511;font-size:10px}.admin-order-customer-card,.admin-order-history-card,.admin-order-items-card,.admin-order-shipping-card{border:1px solid #dfd1c5;border-radius:15px;padding:13px;background:rgba(255,255,255,.4)}.admin-order-customer-card{display:grid;grid-template-columns:50px minmax(0,1fr);grid-gap:10px;gap:10px}.admin-order-customer-card>span{width:48px;height:48px;display:grid;place-items:center;border:1px solid #dfd0c3;border-radius:50%;color:var(--burgundy);font-family:Georgia,serif;font-size:15px}.admin-order-customer-card>div{min-width:0;display:grid;grid-gap:5px;gap:5px}.admin-order-customer-card h2{margin:0;color:#302326;font-family:Arial,sans-serif;font-size:16px;font-weight:700;letter-spacing:0}.admin-order-customer-card p,.admin-order-customer-card small{margin:0;color:var(--muted);font-size:8px;line-height:1.45}.admin-order-customer-card aside{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;grid-gap:7px;gap:7px}.admin-order-customer-card aside:has(a:nth-child(3)){grid-template-columns:repeat(3,minmax(0,1fr))}.admin-order-customer-card aside a{min-height:40px;display:flex;align-items:center;justify-content:center;border:1px solid #ddcfc2;border-radius:9px;background:white;color:var(--burgundy);font-size:10px;font-weight:800}.admin-order-history-card h2,.admin-order-items-card h2,.admin-order-shipping-card h2{margin:0 0 11px;font-size:25px}.admin-order-items-card>article{display:grid;grid-template-columns:78px minmax(0,1fr) auto;align-items:center;grid-gap:10px;gap:10px;padding:9px 0;border-bottom:1px solid #e4d9d0}.admin-order-items-card>article img{width:78px;height:78px;border-radius:9px;object-fit:cover}.admin-order-items-card>article>div{min-width:0;display:grid;grid-gap:4px;gap:4px}.admin-order-items-card article strong{color:#382b2e;font-size:11px}.admin-order-items-card article small,.admin-order-items-card article span{color:var(--muted);font-size:8px}.admin-order-items-card article>b{color:var(--burgundy);font-family:Georgia,serif;font-size:14px}.admin-order-totals{display:grid;grid-gap:7px;gap:7px;padding-top:12px}.admin-order-totals p{display:flex;justify-content:space-between;margin:0;font-size:10px}.admin-order-totals p:nth-child(3){border-top:1px solid #dfd1c5;padding-top:9px;color:var(--burgundy);font-family:Georgia,serif;font-size:18px}.admin-order-totals>small{width:-moz-fit-content;width:fit-content;border-radius:7px;padding:6px 9px;background:#f3e7d8;color:#4f3e40;font-size:8px}.admin-order-history-card,.admin-order-shipping-card{display:grid;grid-gap:10px;gap:10px}.admin-order-history-card label,.admin-order-shipping-card label{display:grid;grid-gap:6px;gap:6px;color:#4d3e41;font-size:9px;font-weight:800}.admin-order-history-card textarea,.admin-order-shipping-card input{width:100%;border:1px solid #ddcbbb;border-radius:9px;padding:0 10px;background:white;outline:0;font:inherit}.admin-order-shipping-card input{height:43px}.admin-order-history-card textarea{min-height:95px;padding-block:10px;resize:vertical}.admin-order-shipping-card>button{min-height:48px;border:0;border-radius:9px;background:var(--burgundy);color:white;font-size:10px;font-weight:800}.admin-order-history-card ol{display:grid;grid-gap:10px;gap:10px;margin:0;padding:0;list-style:none}.admin-order-history-card li{display:grid;grid-template-columns:16px 1fr;grid-gap:8px;gap:8px}.admin-order-history-card li>i{width:8px;height:8px;margin-top:4px;border-radius:50%;background:var(--burgundy);box-shadow:0 0 0 5px #f3e7d8}.admin-order-history-card li>div{display:grid;grid-gap:3px;gap:3px}.admin-order-history-card li strong{font-size:9px}.admin-order-history-card li small,.admin-order-history-card li span{color:var(--muted);font-size:7px}.admin-customer-note{margin:0;border-radius:9px;padding:9px;background:#fff4e2;color:#715842;font-size:8px;line-height:1.5}.catalog-live-price{margin:6px 0 10px;color:var(--burgundy);font-size:13px;font-weight:800}.catalog-buy-link{width:100%;min-height:37px;display:flex;align-items:center;justify-content:center;border:1px solid var(--burgundy);border-radius:8px;background:var(--burgundy);color:white;font-size:10px;font-weight:800}.product-variant-picker{display:grid;grid-gap:10px;gap:10px;margin:15px 0}.product-variant-picker>div:first-child{display:flex;align-items:center;justify-content:space-between;gap:12px}.product-variant-picker>div:first-child strong{font-size:12px}.product-variant-picker>div:first-child span{color:var(--burgundy);font-size:10px;font-weight:800}.product-variant-picker>div:last-child{display:flex;flex-wrap:wrap;gap:7px}.product-variant-picker button{min-width:44px;min-height:40px;border:1px solid #d9c6b3;border-radius:9px;padding:0 10px;background:white;color:#4f3f42;font-size:10px}.product-variant-picker button.active{border-color:var(--burgundy);background:var(--burgundy);color:white}@media (max-width:390px){.admin-photo-shell{padding-inline:10px}.admin-photo-stats{gap:5px}.admin-photo-stats article{min-height:151px;padding-inline:2px}.admin-photo-stats p{font-size:8px}.admin-photo-stats strong{font-size:27px}.admin-dashboard-title button{padding-inline:9px}.admin-section-row{grid-template-columns:20px 72px minmax(0,1fr) 36px 28px;gap:6px;padding-inline:6px}.admin-section-row>.offer-thumb,.admin-section-row>img{width:72px;height:51px}.admin-section-row>strong{font-size:10px}.admin-pack-selected-items article{grid-template-columns:50px minmax(0,1fr) 76px 26px;gap:5px}.admin-pack-selected-items img{width:50px;height:56px}.admin-pack-quantity{grid-template-columns:25px 24px 25px}.admin-pack-quantity button{width:25px}}@media (min-width:720px){.admin-photo-shell{padding-inline:28px}.admin-photo-stats{gap:12px}.admin-photo-stats article{min-height:184px;padding-top:18px}.admin-photo-stats p{font-size:12px}.admin-photo-stats strong{font-size:39px}.admin-sales-card{padding:24px}.admin-quick-actions>div{gap:12px}.admin-quick-actions>div>a,.admin-quick-actions>div>span{min-height:148px}.admin-quick-actions small{font-size:12px}.admin-section-row{min-height:92px;grid-template-columns:26px 132px minmax(0,1fr) 48px 42px}.admin-section-row>.offer-thumb,.admin-section-row>img{width:132px;height:72px}.admin-section-row>strong{font-size:15px}.admin-product-list article{grid-template-columns:78px minmax(0,1fr) 90px 68px 22px;min-height:104px;padding:11px}.admin-product-list img{width:78px;height:80px}.admin-product-list article>div strong{font-size:13px}.admin-product-list article>p{display:grid}.admin-product-form{gap:16px}.admin-product-fields{padding:22px;gap:16px 13px}.admin-form-panel-head{padding:19px 22px}.admin-publish-panel{grid-template-columns:minmax(0,1fr) 200px 220px;align-items:center;padding:19px 22px}.admin-publish-panel .admin-message{grid-column:1/-1}.admin-pack-form{gap:16px}.admin-pack-selected-items{padding:20px 22px}.admin-pack-selected-items article{grid-template-columns:70px minmax(0,1fr) 100px 38px;padding:9px}.admin-pack-selected-items img{width:70px;height:72px}.admin-pack-selected-items article>div:nth-child(2) strong{font-size:13px}.admin-pack-add-trigger{margin:0 22px 20px}.admin-pack-picker{margin:-6px 22px 20px}.admin-packs-title{grid-template-columns:42px minmax(0,1fr) auto}.admin-packs-title>a:last-child{grid-column:auto;min-height:47px;padding:0 18px}.admin-pack-list>article{grid-template-columns:82px minmax(0,1fr) 92px 88px 48px 38px;min-height:112px;padding:10px}.admin-pack-list>article>img{width:82px;height:88px}.admin-pack-list-copy strong{font-size:13px}.admin-pack-price{display:flex}.admin-pack-stock{display:grid;grid-gap:3px;gap:3px}.admin-media-list article{grid-template-columns:140px minmax(0,1fr) 90px 38px;gap:13px;padding:10px}.admin-media-list img{width:140px;height:86px}.admin-media-list strong{font-size:13px}.admin-image-manager-grid{grid-template-columns:repeat(3,minmax(0,1fr));padding:20px 22px}.admin-catalog-photo-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.admin-catalog-photo-grid strong{font-size:11px}.admin-order-list article{grid-template-columns:68px minmax(0,1fr) 90px 95px 40px 26px;grid-template-rows:auto;padding:11px 14px}.admin-order-number{grid-row:auto}.admin-order-amount{display:grid;grid-gap:3px;gap:3px;color:var(--burgundy);font-size:14px}.admin-order-amount small{color:var(--muted);font-size:7px}.admin-order-whatsapp{grid-column:auto}.admin-order-list article>a:last-child{grid-column:auto;grid-row:auto}.admin-order-customer-card{grid-template-columns:55px minmax(0,1fr) 210px;align-items:center}.admin-order-customer-card aside{grid-column:auto}.packs-live-hero{padding:58px 4vw 34px}.packs-live-hero h1{font-size:64px}.packs-live-universes{gap:16px;padding-bottom:38px}.packs-live-universes span{font-size:20px}.packs-live-filters{top:84px;justify-content:center;padding-block:14px}.packs-live-filters button{flex:0 0 130px;font-size:11px}.packs-live-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;padding:30px 4vw 56px}.packs-live-grid h2{font-size:14px}.packs-delivery-banner{max-width:1090px;margin:0 auto 45px}}.catalog-sort{position:relative}.catalog-sort>button{display:inline-flex;align-items:center;gap:4px;min-height:34px;padding:0 12px;border:1px solid #e2d5c8;border-radius:999px;background:#fffaf3;color:var(--ink);font-size:12px;font-weight:600;cursor:pointer}.catalog-sort-menu{position:absolute;right:0;top:calc(100% + 6px);z-index:30;min-width:180px;margin:0;padding:6px;list-style:none;border:1px solid #e8d9c8;border-radius:14px;background:#fffaf3;box-shadow:0 12px 28px rgba(71,27,34,.12)}.catalog-sort-menu button{width:100%;min-height:38px;padding:0 12px;border:0;border-radius:10px;background:transparent;color:var(--ink);font-size:13px;text-align:left;cursor:pointer}.catalog-sort-menu button.active,.catalog-sort-menu button:hover{background:#f3e6d8;color:var(--burgundy)}.suivi-page{min-height:100vh;background:var(--ivory);color:var(--ink)}.suivi-header{display:flex;justify-content:center;padding:14px 16px;border-bottom:1px solid #eadfce;background:#fffaf3}.suivi-header .brand img{width:140px;height:auto;display:block}.suivi-hero{padding:28px 18px 8px;text-align:center}.suivi-hero h1{margin:0;font-size:32px;line-height:1.1;color:var(--burgundy)}.suivi-intro{max-width:420px;margin:12px auto 0;color:#6a5a55;font-size:14px;line-height:1.55}.suivi-form{display:grid;grid-gap:14px;gap:14px;max-width:420px;margin:22px auto 0;padding:0 18px 10px}.suivi-form label{display:grid;grid-gap:6px;gap:6px}.suivi-form label span{font-size:12px;font-weight:700;letter-spacing:.04em;color:#7a6862}.suivi-form input{min-height:46px;padding:0 14px;border:1px solid #e2d5c8;border-radius:12px;background:#fff;font-size:15px}.suivi-form .button{width:100%;min-height:48px}.suivi-error{max-width:420px;margin:12px auto 0;padding:0 18px;color:#9b2c2c;font-size:14px;text-align:center}.suivi-result{max-width:420px;margin:18px auto 0;padding:18px;border:1px solid #eadfce;border-radius:18px;background:#fffaf3;box-shadow:0 10px 24px rgba(71,27,34,.06)}.suivi-status{display:grid;grid-gap:4px;gap:4px;margin-bottom:14px;text-align:center}.suivi-status small{color:#8a7870;font-size:11px;letter-spacing:.08em;text-transform:uppercase}.suivi-status strong{color:var(--burgundy);font-size:22px}.suivi-meta{display:grid;grid-gap:10px;gap:10px;margin:0}.suivi-meta div{display:flex;justify-content:space-between;gap:12px;padding-bottom:8px;border-bottom:1px solid #f0e6da}.suivi-meta dt{color:#8a7870;font-size:13px}.suivi-meta dd{margin:0;font-weight:600;text-align:right}.suivi-items{margin-top:16px}.suivi-items h2{margin:0 0 8px;font-size:15px;color:var(--burgundy)}.suivi-items ul{margin:0;padding:0;list-style:none;display:grid;grid-gap:8px;gap:8px}.suivi-items li{display:flex;justify-content:space-between;gap:10px;font-size:13px}.suivi-result .button{width:100%;margin-top:16px;min-height:44px;justify-content:center}.suivi-help{margin:22px auto 40px;padding:0 18px;text-align:center;color:#7a6862;font-size:13px}.suivi-help a{color:var(--burgundy);font-weight:600}.product-variant-error{margin:8px 0 0;color:#9b2c2c;font-size:13px;font-weight:600}.admin-order-export-row{padding:0 14px 10px}.admin-order-export{min-height:40px;padding:0 14px;border:1px solid #e2d5c8;border-radius:999px;background:#fffaf3;color:var(--burgundy);font-size:13px;font-weight:700;cursor:pointer}.admin-security-qr{display:grid;justify-items:center;grid-gap:8px;gap:8px;margin:12px 0}.admin-security-qr img{border-radius:12px;border:1px solid #eadfce;background:white}.admin-security-note{margin:0 0 12px;padding:12px;border-radius:12px;background:#f8efe4;color:#5c4540;font-size:13px;line-height:1.5}.admin-order-print{border:1px solid #e2d5c8;border-radius:999px;background:#fffaf3;color:var(--burgundy);min-height:36px;padding:0 12px;font-size:12px;font-weight:700;cursor:pointer}.admin-order-print-sheet{display:none}@media print{body *{visibility:hidden!important}.admin-order-print-sheet,.admin-order-print-sheet *{visibility:visible!important}.admin-order-print-sheet{display:block!important;position:absolute;left:0;top:0;width:100%;padding:24px;color:#000;background:#fff}.admin-order-print-sheet table{width:100%;border-collapse:collapse;margin:16px 0}.admin-order-print-sheet td,.admin-order-print-sheet th{border:1px solid #ccc;padding:8px;text-align:left;font-size:12px}.admin-order-print-sheet header{display:flex;justify-content:space-between;margin-bottom:16px;font-size:18px}.admin-order-print-sheet footer{margin-top:24px;font-size:12px;color:#555}}.brand img{width:126px;height:54px;object-fit:contain;display:block}.hero-v1{display:grid;grid-template-columns:1fr 1fr;grid-gap:0;gap:0;min-height:320px;background:linear-gradient(135deg,#fffaf3,#f6ecdf 50%,#f0e5d9);overflow:hidden}.hero-v1-text{display:flex;flex-direction:column;justify-content:center;padding:36px 20px 36px 24px}.hero-eyebrow{margin:0;font-size:15px;color:var(--muted);font-style:italic}.hero-title{margin:4px 0 20px;font-size:42px;line-height:1.05;color:var(--burgundy);font-weight:700;letter-spacing:-.02em}.btn-discover{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 22px;border-radius:12px;background:var(--burgundy);color:white;font-weight:700;font-size:14px;width:-moz-fit-content;width:fit-content}.hero-v1-visual{position:relative;min-height:280px}.hero-v1-visual img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center top}.cat-orbs-section{padding:28px 12px 12px;background:var(--ivory)}.cat-orbs{display:flex;gap:14px;overflow-x:auto;padding:8px 8px 16px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.cat-orbs::-webkit-scrollbar{display:none}.cat-orb-item{flex:0 0 auto;width:76px;text-align:center;scroll-snap-align:start}.cat-orb{display:block;width:68px;height:68px;margin:0 auto 8px;border-radius:50%;overflow:hidden;border:2px solid rgba(198,148,69,.35);box-shadow:0 6px 16px rgba(72,34,35,.08);background:var(--cream)}.cat-orb img{width:100%;height:100%;object-fit:cover;display:block}.cat-orb-item strong{display:block;font-size:10px;line-height:1.2;color:var(--ink);font-weight:700}.fav-on-card{position:absolute;top:8px;right:8px;z-index:3;width:36px;height:36px;border-radius:50%;border:0;background:rgba(255,255,255,.92);color:var(--burgundy);display:grid;place-items:center;cursor:pointer;box-shadow:0 2px 8px rgba(0,0,0,.08)}.fav-on-card.active{background:var(--burgundy);color:white}@media (max-width:480px){.hero-v1{grid-template-columns:1fr;min-height:auto}.hero-v1-visual{min-height:220px;order:-1}.hero-title{font-size:36px}}.hero-v1-full{position:relative;min-height:420px;overflow:hidden;background:#f7efe6}.hero-v1-bg{position:absolute;inset:0}.hero-v1-bg img{width:100%;height:100%;object-fit:cover;object-position:center top;display:block}.hero-v1-overlay{position:relative;z-index:2;min-height:420px;display:flex;align-items:center;padding:48px 24px 100px;background:linear-gradient(90deg,rgba(255,250,243,.92),rgba(255,250,243,.75) 38%,rgba(255,250,243,.15) 62%,transparent)}.hero-v1-copy{max-width:420px}.hero-title-v1{margin:0 0 22px;font-size:clamp(34px,8vw,56px);line-height:1.05;color:var(--burgundy);font-weight:700;letter-spacing:-.03em}.cat-orbs-overlap{margin-top:-56px;position:relative;z-index:3;background:transparent;padding-top:0}.cat-orbs-center{justify-content:center;flex-wrap:nowrap;gap:10px 12px;padding-bottom:8px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.cat-orbs-center::-webkit-scrollbar{display:none}.cat-orb-item{width:88px}.cat-orb{width:78px;height:78px;border:2px solid rgba(198,148,69,.45);box-shadow:0 10px 24px rgba(72,34,35,.12)}.cat-orb-item strong{font-size:11px;margin-top:2px}@media (max-width:640px){.hero-v1-full,.hero-v1-overlay{min-height:380px}.hero-v1-overlay{align-items:flex-end;padding:24px 18px 88px;background:linear-gradient(180deg,transparent 20%,rgba(255,250,243,.55) 55%,rgba(255,250,243,.95))}.hero-title-v1{font-size:36px}.cat-orbs-overlap{margin-top:-40px}.cat-orbs-center{flex-wrap:nowrap!important;justify-content:flex-start!important;gap:8px!important;padding-inline:4px!important}.cat-orb{width:58px!important;height:58px!important}.cat-orb-item{width:64px!important;flex:0 0 auto!important}.cat-orb-item strong{font-size:9px!important}}.catalogue-title-v1{margin:8px 0 0;text-align:center;font-size:clamp(28px,7vw,40px);color:var(--burgundy);font-weight:700;position:relative;display:flex;align-items:center;justify-content:center;gap:16px}.catalogue-title-v1:after,.catalogue-title-v1:before{content:"";height:1px;width:48px;background:linear-gradient(90deg,transparent,var(--gold),transparent)}.pdp-v1{max-width:1100px;margin:0 auto;padding:0 16px 48px}.pdp-topbar{display:grid;grid-template-columns:44px 1fr auto;align-items:center;grid-gap:8px;gap:8px;padding:10px 0 16px}.pdp-back{font-size:22px;color:var(--ink);text-decoration:none;width:40px;height:40px;display:grid;place-items:center}.pdp-logo{display:flex;justify-content:center}.pdp-logo img{height:42px;object-fit:contain}.pdp-top-actions{display:flex;gap:12px;font-size:18px}.pdp-top-actions a{text-decoration:none}.pdp-grid{display:grid;grid-template-columns:1fr;grid-gap:24px;gap:24px}@media (min-width:860px){.pdp-grid{grid-template-columns:1.05fr 1fr;gap:40px;align-items:start}}.pdp-gallery{width:100%;max-width:560px}.pdp-image-wrap{position:relative;border-radius:20px;overflow:hidden;aspect-ratio:1/1}.pdp-image-wrap,.pdp-image-wrap img{background:#f7efe6;min-height:280px;width:100%}.pdp-image-wrap img{height:100%;object-fit:contain;display:block}.pdp-fav{position:absolute;top:12px;right:12px;width:42px;height:42px;border-radius:999px;border:0;background:white;box-shadow:0 4px 14px rgba(0,0,0,.12);font-size:18px;color:#c4b4b6;cursor:pointer}.pdp-fav.on{color:var(--burgundy)}.pdp-counter{position:absolute;bottom:12px;right:12px;background:rgba(255,255,255,.92);border-radius:999px;padding:4px 10px;font-size:12;font-weight:700;color:var(--muted)}.pdp-title{margin:0;font-size:clamp(26px,4vw,40px);line-height:1.12;color:var(--burgundy);font-weight:700}.pdp-ref{margin:10px 0 4px;font-size:13px;color:var(--muted)}.pdp-color{margin:0 0 14px;font-size:14px;color:var(--ink)}.pdp-price{margin:0 0 16px;font-size:22px;font-weight:700;color:var(--gold)}.pdp-shipping{display:flex;justify-content:space-between;align-items:center;background:#f8efe4;border-radius:14px 14px 0 0;padding:12px 14px;font-size:13px;font-weight:600;color:var(--burgundy)}.pdp-shipping-bar{height:4px;background:#eadfce;border-radius:0 0 14px 14px;margin-bottom:20px;overflow:hidden}.pdp-shipping-bar>div{height:100%;background:linear-gradient(90deg,var(--gold),#e0b86a)}.pdp-qty-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.pdp-qty-label{font-weight:700;font-size:15px}.pdp-qty{display:flex;align-items:center;border:1px solid var(--line);border-radius:12px;overflow:hidden;background:white}.pdp-qty button{width:44px;height:44px;border:0;background:white;font-size:20px;cursor:pointer;color:var(--ink)}.pdp-qty span{min-width:36px;text-align:center;font-weight:700}.pdp-cta{width:100%;min-height:52px;border-radius:14px;border:0;background:var(--burgundy);color:white;font-weight:700;font-size:15px;cursor:pointer}.pdp-cta.disabled{background:#e8e0dc;color:#9a8b8d;cursor:not-allowed}.offers-section{padding:8px 16px 4px;display:grid;grid-gap:14px;gap:14px;max-width:720px;margin:0 auto}.special-offer{position:relative;overflow:hidden;border-radius:22px;padding:28px 22px;background:linear-gradient(135deg,#6f001f,#8b1233 45%,#5a0018);color:#fffaf3;box-shadow:0 16px 40px rgba(111,0,31,.28)}.special-offer-glow{position:absolute;width:220px;height:220px;right:-60px;top:-60px;border-radius:50%;background:radial-gradient(circle,rgba(198,148,69,.45),transparent 70%);pointer-events:none}.special-offer-content{position:relative;z-index:1;text-align:center}.offer-eyebrow{margin:0 0 8px;font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:#e8c57a;font-weight:800}.offer-title{margin:0 0 10px;font-size:clamp(22px,5vw,30px);line-height:1.15;font-weight:700;color:#fffaf3}.offer-desc{margin:0 0 18px;font-size:14px;line-height:1.45;color:rgba(255,250,243,.88)}.offer-cta{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 22px;border-radius:999px;background:linear-gradient(135deg,#e0b86a,#c69445);color:#4a2010;font-weight:800;font-size:14px;text-decoration:none;box-shadow:0 8px 20px rgba(0,0,0,.2)}.offer-image-wrap{position:relative;z-index:1;margin:-8px -8px 16px;border-radius:16px;overflow:hidden;max-height:160px}.offer-image-wrap img{width:100%;height:160px;object-fit:cover;display:block}.catalog-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important;max-width:1200px;padding:0 4px 24px}@media (min-width:700px){.catalog-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px!important}}@media (min-width:1000px){.catalog-product-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:20px!important}}.catalog-product-grid .product-art{aspect-ratio:1/1!important;min-height:160px;position:relative;background:#f7efe6}.catalog-product-grid .product-card{border-radius:16px;overflow:hidden}.catalog-toolbar-v1{margin-bottom:14px}.catalog-toolbar-row{display:flex;flex-direction:column;gap:12px;margin-bottom:12px}@media (min-width:720px){.catalog-toolbar-row{flex-direction:row;align-items:center}}.catalog-search-wrap{position:relative;flex:1 1 220px;min-width:0}.catalog-search-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);opacity:.55;font-size:14px}.catalog-search-input{width:100%;height:48px;padding:0 16px 0 42px;border-radius:999px;border:1px solid var(--line);background:white;font-size:15px;outline:none}.catalog-search-input:focus{border-color:var(--gold)}.catalog-audience-pills{display:flex;background:#f3ebe3;border-radius:999px;padding:4px;gap:2px;flex-shrink:0}.catalog-pill{border:0;background:transparent;min-height:40px;padding:0 18px;border-radius:999px;font-weight:700;font-size:14px;color:#6d5b5c;cursor:pointer}.catalog-pill.on{background:var(--burgundy);color:white}.catalog-family-row{display:flex;gap:8px;flex-wrap:nowrap;margin-bottom:4px;overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:8px;scrollbar-width:thin}.catalog-family-row .catalog-chip{flex:0 0 auto;white-space:nowrap}.catalog-chip{padding:8px 14px;border-radius:999px;font-size:12px;font-weight:700;cursor:pointer;border:1px solid var(--line);background:white;color:var(--ink)}.catalog-chip.on{background:var(--burgundy);color:white;border-color:var(--burgundy)}.catalog-count-row{display:flex;justify-content:space-between;align-items:center;margin:12px 2px 16px;font-size:14px;color:var(--ink)}.catalog-count-price{color:var(--muted);font-size:13px}@media (max-width:719px){.catalog-toolbar-v1{margin:8px 0 10px!important}.catalog-toolbar-row{flex-direction:column!important;gap:10px!important;margin-bottom:10px!important}.catalog-search-wrap{width:100%!important;flex:none!important}.catalog-search-input{height:46px!important;font-size:15px!important}.catalog-search-icon{pointer-events:none;z-index:1}.catalog-audience-pills{width:100%!important;display:grid!important;grid-template-columns:1fr 1fr 1fr!important;padding:4px!important}.catalog-pill{min-height:42px!important;width:100%;padding:0 8px!important;font-size:13px!important}.catalog-family-row{display:flex!important;flex-wrap:nowrap!important;overflow-x:auto!important;gap:8px!important;padding:4px 0 10px!important;margin:0!important;min-height:0!important}.catalog-family-row .catalog-chip{flex:0 0 auto!important;white-space:nowrap!important;min-height:36px!important;padding:6px 12px!important;font-size:12px!important}.catalog-count-row{margin:6px 0 12px!important;font-size:13px!important}.cat-orbs{gap:10px!important;padding:4px 0 8px!important}.cat-orb{width:64px!important;height:64px!important}.cat-orb-item strong{font-size:10px!important}.catalogue-title-v1{font-size:28px!important;margin:8px 0 12px!important}.catalog-product-grid{gap:10px!important}.catalog-product-grid .product-art{min-height:140px!important}}.nd-menu-root{position:fixed;inset:0;z-index:9999;pointer-events:none}.nd-menu-scrim{inset:0;border:0;padding:0;margin:0;background:rgba(24,18,17,.55);cursor:pointer}.nd-menu-panel,.nd-menu-scrim{position:absolute;pointer-events:auto}.nd-menu-panel{top:0;left:0;bottom:0;width:min(320px,86vw);background:#fffaf3;box-shadow:12px 0 40px rgba(0,0,0,.18);overflow-y:auto;-webkit-overflow-scrolling:touch;display:flex;flex-direction:column;animation:ndSlideIn .2s ease-out}@keyframes ndSlideIn{0%{transform:translateX(-100%)}to{transform:translateX(0)}}.nd-menu-top{display:flex;align-items:center;justify-content:space-between;padding:16px 16px 12px;border-bottom:1px solid #eadfce;flex-shrink:0}.nd-menu-logo{height:48px;width:auto;object-fit:contain}.nd-menu-close{width:40px;height:40px;border:0;background:transparent;font-size:28px;line-height:1;color:#6f001f;cursor:pointer}.nd-menu-list{display:flex;flex-direction:column;padding:4px 0 24px;flex:1 1}.nd-menu-link{display:block;padding:16px 20px;border-bottom:1px solid #f0e6d8;color:#6f001f;font-family:Georgia,Times New Roman,serif;font-size:20px;font-weight:500;text-decoration:none;background:transparent}.nd-menu-link.muted{color:#8a7a7b;font-family:Arial,Helvetica,sans-serif;font-size:15px;font-weight:600}.nd-menu-link:active{background:rgba(111,0,31,.06)}.site-header{overflow:visible!important}@media (max-width:719px){.catalog-toolbar-v1{margin:6px 0 8px!important}.catalog-toolbar-row{display:flex!important;flex-direction:column!important;gap:10px!important}.catalog-search-wrap{width:100%!important}.catalog-audience-pills{width:100%!important;display:grid!important;grid-template-columns:1fr 1fr 1fr!important}.catalog-family-row{display:flex!important;flex-wrap:nowrap!important;overflow-x:auto!important;gap:8px!important;max-height:none!important;min-height:0!important}.catalogue-title-v1{font-size:26px!important;margin:6px 0 10px!important;line-height:1.15!important}}.nd-cart-root{position:fixed;inset:0;z-index:10000;pointer-events:none}.nd-cart-scrim{inset:0;border:0;background:rgba(24,18,17,.5);cursor:pointer}.nd-cart-panel,.nd-cart-scrim{position:absolute;pointer-events:auto}.nd-cart-panel{top:0;right:0;bottom:0;width:min(380px,92vw);background:#fffaf3;box-shadow:-12px 0 40px rgba(0,0,0,.18);display:flex;flex-direction:column;padding:0 0 20px;animation:ndCartIn .22s ease-out;overflow-y:auto}@keyframes ndCartIn{0%{transform:translateX(100%)}to{transform:translateX(0)}}.nd-cart-head{display:flex;justify-content:space-between;align-items:center;padding:18px 18px 12px;border-bottom:1px solid #eadfce}.nd-cart-head strong{font-size:18px;color:#6f001f}.nd-cart-x{width:40px;height:40px;border:0;background:transparent;font-size:26px;color:#6f001f;cursor:pointer}.nd-cart-last{display:grid;grid-template-columns:72px 1fr;grid-gap:12px;gap:12px;padding:16px 18px;align-items:center}.nd-cart-last img{width:72px;height:72px;object-fit:cover;border-radius:12px;background:#f3ebe3}.nd-cart-name{margin:0;font-size:14px;font-weight:700;color:var(--ink);line-height:1.3}.nd-cart-var{margin:4px 0 0;font-size:12px;color:var(--muted)}.nd-cart-price{margin:6px 0 0;font-size:13px;font-weight:700;color:var(--burgundy)}.nd-cart-summary{display:flex;justify-content:space-between;padding:12px 18px;margin:0 18px;border-radius:12px;background:#f8efe4;font-size:14px}.nd-cart-actions{padding:18px;display:grid;grid-gap:10px;gap:10px;margin-top:auto}.nd-cart-btn{display:grid;place-items:center;min-height:48px;border-radius:12px;font-weight:800;font-size:14px;text-decoration:none}.nd-cart-btn.primary{background:var(--burgundy);color:white}.nd-cart-btn.secondary{background:white;color:var(--burgundy);border:1.5px solid var(--burgundy)}.nd-cart-continue{border:0;background:transparent;color:var(--muted);font-weight:600;font-size:13px;padding:10px;cursor:pointer}.pdp-topbar{display:none!important}.pdp-shipping span{font-size:13px}.nd-cart-more{padding:8px 18px 12px;border-top:1px solid #eadfce;margin-top:8px}.nd-cart-more-title{margin:0 0 12px;font-size:15px;font-weight:800;color:var(--burgundy)}.nd-cart-more-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}.nd-cart-more-item{display:grid;grid-gap:6px;gap:6px;text-decoration:none;color:var(--ink);background:white;border:1px solid var(--line);border-radius:12px;overflow:hidden;padding-bottom:8px}.nd-cart-more-item img{width:100%;aspect-ratio:1;object-fit:cover;background:#f3ebe3}.nd-cart-more-item span{font-size:11px;font-weight:700;line-height:1.3;padding:0 8px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.nd-cart-more-item small{padding:0 8px;color:var(--gold);font-weight:700;font-size:11px}.nd-ship-bar{margin:0 0 16px;padding:12px 14px 10px;border-radius:14px;background:#f8efe4}.nd-ship-bar.compact{margin:0;padding:10px 12px 8px}.nd-ship-bar-top{font-size:13px;font-weight:600;color:var(--burgundy);margin-bottom:8px}.nd-ship-bar-top strong{font-weight:800}.nd-ship-bar-track{height:6px;border-radius:999px;background:#eadfce;overflow:hidden}.nd-ship-bar-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,#c69445,#e0b86a);transition:width .35s ease}.nd-ship-bar-hint{margin:6px 0 0;font-size:11px;color:var(--muted)}.pdp-wa-btn{width:100%;min-height:48px;margin-top:10px;border-radius:14px;border:1.5px solid #25d366;background:#e8f8ef;color:#128c7e;font-weight:800;font-size:14px;cursor:pointer}.pdp-wa-btn:active{opacity:.9}@media (max-width:719px){.site-header{height:64px!important;padding-inline:10px!important}.site-header .brand img{height:40px!important}.cat-orbs,.cat-orbs-center{flex-wrap:nowrap!important;justify-content:flex-start!important;gap:8px!important}.pdp-v1{padding-inline:12px!important}.pdp-title{font-size:24px!important}.nd-cart-panel{width:100%!important;max-width:100vw!important}}.catalog-size-row{margin-top:10px}.catalog-size-label{display:block;font-size:12px;font-weight:800;color:var(--muted);margin-bottom:6px}.catalog-search-icon{display:grid;place-items:center;color:var(--muted)}.catalog-search-icon svg{display:block}@media (max-width:719px){.catalog-product-grid article,.product-card{box-shadow:0 4px 12px rgba(72,34,35,.05)!important}.nd-cart-more-grid{grid-template-columns:1fr 1fr}}.sticky-cart-bar{position:fixed;left:0;right:0;bottom:0;z-index:45;display:flex;align-items:center;gap:8px;padding:10px 12px calc(10px + env(safe-area-inset-bottom));background:rgba(255,250,243,.97);border-top:1px solid var(--line);box-shadow:0 -8px 24px rgba(40,7,16,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.sticky-cart-info{display:flex;flex-direction:column;min-width:0;flex:1 1;font-size:12px}.sticky-cart-info strong{font-size:13px;color:var(--burgundy)}.sticky-cart-info span{color:var(--muted)}.sticky-cart-btn{flex-shrink:0;min-height:42px;padding:0 12px;border-radius:12px;border:1.5px solid var(--burgundy);background:#fff;color:var(--burgundy);font-weight:800;font-size:12px;display:grid;place-items:center;text-decoration:none}.sticky-cart-btn.primary{background:var(--burgundy);color:#fff;border-color:var(--burgundy)}a[aria-label=WhatsApp]{bottom:72px!important}@media (max-width:719px){.cat-orbs-center{flex-wrap:nowrap!important;justify-content:flex-start!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch;gap:8px!important}.cat-orb-item{flex:0 0 auto!important}}.nd-buddy{position:fixed;z-index:48;width:58px;height:58px;border-radius:50%;border:2px solid rgba(198,148,69,.55);padding:0;overflow:hidden;background:#fffaf3;box-shadow:0 8px 22px rgba(71,27,34,.18);cursor:-webkit-grab;cursor:grab;touch-action:none;opacity:0;transform:translateY(40px) scale(.8);transition:opacity .45s ease,transform .45s cubic-bezier(.22,1,.36,1)}.nd-buddy-in{opacity:1;transform:translateY(0) scale(1)}.nd-buddy:active{cursor:-webkit-grabbing;cursor:grabbing;transform:scale(1.05)}.nd-buddy img{width:100%;height:100%;object-fit:cover;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}@keyframes ndBuddyWave{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.nd-buddy-in{animation:ndBuddyWave 2.8s ease-in-out .5s infinite}@media (prefers-reduced-motion:reduce){.nd-buddy-in{animation:none}}.sticky-cart-bar--rich{flex-direction:column;align-items:stretch;gap:0;max-height:min(55vh,420px);overflow:hidden;padding-top:8px}.sticky-cart-items{overflow-y:auto;max-height:220px;padding:4px 4px 8px;display:flex;flex-direction:column;gap:8px;-webkit-overflow-scrolling:touch}.sticky-cart-row{display:grid;grid-template-columns:44px 1fr auto auto;grid-gap:8px;gap:8px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:12px;padding:6px 8px}.sticky-cart-thumb{width:44px;height:44px;object-fit:cover;border-radius:8px;background:var(--cream)}.sticky-cart-meta{min-width:0;display:flex;flex-direction:column;gap:2px}.sticky-cart-meta strong{font-size:12px;line-height:1.25;color:var(--ink);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sticky-cart-var{font-size:10px;color:var(--muted)}.sticky-cart-line-price{font-size:11px;font-weight:800;color:var(--burgundy)}.sticky-cart-qty{display:flex;align-items:center;border:1px solid var(--line);border-radius:8px;overflow:hidden;background:#fff}.sticky-cart-qty button{width:28px;height:28px;border:0;background:transparent;font-weight:800;cursor:pointer;color:var(--burgundy)}.sticky-cart-qty span{min-width:20px;text-align:center;font-size:12px;font-weight:800}.sticky-cart-x{width:32px;height:32px;border:0;border-radius:50%;background:#fde8e8;color:#9b1c1c;font-size:18px;line-height:1;cursor:pointer;font-weight:700}.sticky-cart-footer{display:flex;align-items:center;gap:6px;padding-top:6px;border-top:1px solid var(--line);flex-wrap:wrap}.sticky-cart-toggle{font-size:11px;font-weight:700;color:var(--muted);padding:4px}.sticky-cart-bar--rich .sticky-cart-btn{min-height:40px;padding:0 10px;font-size:11px}.sticky-cart-bar--rich .sticky-cart-info{flex:1 1;min-width:60px}.sticky-cart-bar--slim{flex-direction:column;align-items:stretch;gap:0;padding:8px 10px calc(8px + env(safe-area-inset-bottom));max-height:none}.sticky-cart-summary-row,.sticky-cart-toggle{display:flex;align-items:center;gap:8px}.sticky-cart-toggle{flex:1 1;min-width:0;border:0;background:transparent;padding:4px 0;cursor:pointer;text-align:left;color:var(--ink)}.sticky-cart-chevron{font-size:10px;color:var(--muted)}.sticky-cart-toggle strong{font-size:13px;color:var(--burgundy)}.sticky-cart-sum{margin-left:auto;font-size:12px;font-weight:800;color:var(--muted);white-space:nowrap}.sticky-cart-bar--slim .sticky-cart-btn{flex-shrink:0;min-height:40px;padding:0 12px;font-size:12px}.sticky-cart-panel{margin-top:8px;padding-top:8px;border-top:1px solid var(--line);max-height:min(38vh,280px);display:flex;flex-direction:column;min-height:0}.sticky-cart-ship{flex-shrink:0;margin-bottom:6px}.sticky-cart-bar--slim .sticky-cart-items{overflow-y:auto;max-height:min(28vh,200px);padding:0 0 4px;display:flex;flex-direction:column;gap:6px;-webkit-overflow-scrolling:touch}.sticky-cart-bar--slim .sticky-cart-row{display:grid;grid-template-columns:40px 1fr auto auto;grid-gap:6px;gap:6px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:10px;padding:5px 6px}.sticky-cart-bar--slim .sticky-cart-thumb{width:40px;height:40px;object-fit:cover;border-radius:8px}.sticky-cart-bar--slim .sticky-cart-meta strong{font-size:11px}.sticky-cart-bar--slim .sticky-cart-qty button{width:26px;height:26px}.sticky-cart-bar--slim .sticky-cart-x{width:28px;height:28px;font-size:16px}.product-card{contain-intrinsic-size:320px 420px}.catalog-product-grid img,.product-art img,.product-card{content-visibility:auto}.pdp-related{margin:28px 0 12px}.pdp-related h2{font-size:18px;color:var(--burgundy);margin:0 0 4px}.pdp-related-sub{margin:0 0 12px;font-size:13px;color:var(--muted)}.pdp-related-row{display:flex;gap:10px;overflow-x:auto;padding-bottom:8px;-webkit-overflow-scrolling:touch}.pdp-related-item{flex:0 0 92px;text-decoration:none;color:var(--ink)}.pdp-related-item img{width:92px;height:92px;object-fit:cover;border-radius:12px;border:1px solid var(--line);background:#fff}.pdp-related-item span{display:block;margin-top:4px;font-size:11px;line-height:1.25;max-height:2.5em;overflow:hidden}