:root{--ink:#211a18;--muted:#776b67;--cream:#f7f2ec;--paper:#fffdfb;--rose:#e86a87;--rose-dark:#bb3f62;--rose-soft:#fdeaf0;--line:#e9e0d9;--shadow:0 18px 55px #4a30261a}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--paper);color:var(--ink);margin:0;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input,textarea,select{font:inherit}button{color:inherit}a{color:inherit;text-decoration:none}.topbar{z-index:30;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fffdfbeb;border-bottom:1px solid #e9e0d9cc;grid-template-columns:1fr auto 1fr;align-items:center;height:76px;padding:0 clamp(20px,4vw,64px);display:grid;position:sticky;top:0}.brand{letter-spacing:.16em;justify-self:start;align-items:center;gap:10px;font-size:14px;font-weight:850;display:inline-flex}.brandMark{background:var(--rose);color:#fff;letter-spacing:0;border-radius:50%;place-items:center;width:32px;height:32px;font:19px Georgia,serif;display:grid}.desktopNav{gap:30px;font-size:14px;display:flex}.desktopNav a:hover{color:var(--rose-dark)}.cartButton{cursor:pointer;background:0 0;border:0;justify-self:end;align-items:center;gap:9px;font-weight:750;display:inline-flex}.cartButton b{background:var(--ink);color:#fff;border-radius:20px;place-items:center;min-width:24px;height:24px;padding:0 7px;font-size:12px;display:grid}.eyebrow{text-transform:uppercase;letter-spacing:.16em;color:var(--muted);font-size:11px;font-weight:850}.eyebrow.accent{color:var(--rose-dark)}h1,h2,h3{letter-spacing:-.035em;margin:0;font-family:Georgia,Times New Roman,serif;font-weight:500}.hero{grid-template-columns:.93fr 1.07fr;align-items:center;gap:clamp(30px,6vw,90px);max-width:1440px;min-height:700px;margin:0 auto;padding:54px clamp(20px,5vw,78px) 70px;display:grid}.heroCopy{max-width:630px}.hero h1{margin:22px 0 28px;font-size:clamp(56px,7vw,108px);line-height:.9}.hero h1 i{color:var(--rose-dark);font-weight:400}.heroCopy>p{max-width:540px;color:var(--muted);font-size:18px;line-height:1.7}.heroActions{align-items:center;gap:24px;margin-top:34px;display:flex}.primaryButton{background:var(--ink);color:#fff;cursor:pointer;border:0;border-radius:999px;justify-content:center;align-items:center;min-height:50px;padding:0 24px;font-weight:780;transition:transform .2s,background .2s;display:inline-flex}.primaryButton:hover{background:#000;transform:translateY(-1px)}.primaryButton.light{color:var(--ink);background:#fff}.primaryButton.full{width:100%}.textButton{font-size:14px;font-weight:750}.trustLine{color:var(--muted);flex-wrap:wrap;gap:20px;margin-top:42px;font-size:12px;display:flex}.heroVisual{min-width:0;position:relative}.heroVisual>img{object-fit:cover;width:100%;height:min(72vh,670px);min-height:560px;box-shadow:var(--shadow);border-radius:44% 44% 24px 24px/30% 30% 24px 24px}.floatingNote{background:var(--paper);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:18px;gap:3px;max-width:220px;padding:15px 18px;display:grid;position:absolute;bottom:34px;right:-18px}.floatingNote b{font-size:13px}.floatingNote span{color:var(--muted);font-size:11px;line-height:1.4}.section{max-width:1440px;margin:0 auto;padding:72px clamp(20px,5vw,78px)}.sectionHeading{justify-content:space-between;align-items:end;gap:24px;margin-bottom:30px;display:flex}.sectionHeading h2{margin-top:10px;font-size:clamp(36px,4vw,58px)}.sectionHeading>a{white-space:nowrap;font-size:13px;font-weight:750}.categoryGrid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.categoryCard{cursor:pointer;text-align:left;background:var(--cream);border:0;border-radius:24px;min-height:490px;padding:0;position:relative;overflow:hidden}.categoryCard>img{object-fit:cover;width:100%;height:100%;transition:transform .6s;position:absolute;inset:0}.categoryCard:hover>img{transform:scale(1.035)}.categoryShade{background:linear-gradient(#0000 35%,#1b0f0cb8 100%);position:absolute;inset:0}.categoryCopy{color:#fff;gap:5px;display:grid;position:absolute;inset:auto 24px 24px}.categoryCopy small{opacity:.8;font-size:12px}.categoryCopy strong{letter-spacing:-.03em;font:34px Georgia,serif}.categoryCopy b{margin-top:8px;font-size:12px}.filterRail{gap:8px;margin:-6px 0 28px;padding:2px 0;display:flex;overflow-x:auto}.filterChip{border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:999px;flex:none;padding:10px 16px;font-size:12px;font-weight:750}.filterChip.active{background:var(--ink);color:#fff;border-color:var(--ink)}.productGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:28px 16px;display:grid}.productCard{text-align:left;cursor:pointer;background:0 0;border:0;min-width:0;padding:0}.productImageWrap{aspect-ratio:.9;background:var(--cream);border-radius:20px;display:block;position:relative;overflow:hidden}.productImageWrap>img{object-fit:cover;width:100%;height:100%;transition:transform .45s}.productCard:hover .productImageWrap>img{transform:scale(1.025)}.badge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);text-transform:uppercase;letter-spacing:.12em;background:#fffdfbeb;border-radius:999px;padding:7px 10px;font-size:10px;font-weight:850;position:absolute;top:13px;left:13px}.productBody{padding:14px 2px 0;display:grid}.productBody small{color:var(--muted);text-transform:uppercase;letter-spacing:.12em;font-size:10px;font-weight:850}.productBody strong{margin-top:6px;font-size:17px}.productBody>span{color:var(--muted);min-height:38px;margin:7px 0 10px;font-size:12px;line-height:1.55}.productBody b{font-size:14px}.promiseStrip{background:var(--cream);border-radius:24px;grid-template-columns:repeat(3,1fr);gap:36px;max-width:1290px;margin:50px auto;padding:34px clamp(20px,4vw,50px);display:grid}.promiseStrip>div{gap:6px;display:grid}.promiseStrip>div>span{color:var(--rose-dark);font-size:26px}.promiseStrip b{font-size:14px}.promiseStrip p{color:var(--muted);margin:0;font-size:12px;line-height:1.5}.giftFlow{color:#fff;background:#2a2220;border-radius:34px;grid-template-columns:1.2fr .8fr;gap:70px;max-width:1290px;margin:100px auto;padding:clamp(34px,6vw,76px);display:grid}.giftFlow h2{margin:14px 0 22px;font-size:clamp(42px,5vw,68px)}.giftFlowCopy p{color:#d8cfcb;max-width:600px;margin-bottom:30px;line-height:1.7}.flowSteps{align-content:center;display:grid}.flowSteps>div{border-bottom:1px solid #ffffff29;grid-template-columns:54px 1fr;align-items:center;padding:24px 0;display:grid}.flowSteps b{color:#f0a4b7;font:23px Georgia,serif}.flowSteps span{font-size:15px}.aboutSection{text-align:center;max-width:920px;margin:130px auto;padding:0 20px}.aboutSection h2{margin:14px 0 22px;font-size:clamp(42px,6vw,78px)}.aboutSection p{max-width:650px;color:var(--muted);margin:0 auto;line-height:1.7}.footer{border-top:1px solid var(--line);color:var(--muted);grid-template-columns:2fr 1fr 1fr;gap:30px;margin-top:110px;padding:42px clamp(20px,5vw,78px) 58px;font-size:12px;display:grid}.footerBrand{color:var(--ink);letter-spacing:.17em;font-weight:850}.footer p{line-height:1.5}.footer b{color:var(--ink)}.overlay,.drawerBackdrop{-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px);z-index:80;background:#211a1873;position:fixed;inset:0}.overlay{place-items:center;padding:24px;display:grid;overflow-y:auto}.productModal{background:var(--paper);border-radius:28px;grid-template-columns:1.05fr .95fr;width:min(1080px,100%);max-height:calc(100vh - 48px);display:grid;position:relative;overflow-y:auto;box-shadow:0 28px 90px #1a110e4d}.closeButton{cursor:pointer;z-index:2;background:#ffffffeb;border:0;border-radius:50%;width:38px;height:38px;font-size:24px;line-height:1;position:absolute;top:14px;right:14px}.closeButton.static{background:var(--cream);position:static}.modalImage{background:var(--cream);min-height:620px}.modalImage img{object-fit:cover;border-radius:28px 0 0 28px;width:100%;height:100%}.modalCopy{flex-direction:column;justify-content:center;padding:clamp(30px,5vw,58px);display:flex}.modalCopy h2{margin:10px 0 15px;font-size:clamp(42px,4.5vw,64px)}.modalCopy>p{color:var(--muted);line-height:1.65}.perkList{grid-template-columns:1fr 1fr;gap:9px;margin:20px 0 26px;font-size:11px;display:grid}.variantGrid{gap:7px;display:grid}.variant{border:1px solid var(--line);cursor:pointer;text-align:left;background:#fff;border-radius:13px;justify-content:space-between;gap:14px;padding:11px 13px;display:flex}.variant.active{border-color:var(--rose-dark);box-shadow:inset 0 0 0 1px var(--rose-dark);background:#fff8fa}.variant span,.variant b{font-size:11px}.buyRow{justify-content:space-between;align-items:center;gap:16px;margin-top:22px;display:flex}.buyRow>strong{font:30px Georgia,serif}.microcopy{color:var(--muted);text-align:center;margin-top:10px;font-size:9px}.drawerBackdrop{justify-content:flex-end;display:flex}.cartDrawer{background:var(--paper);grid-template-rows:auto 1fr auto;width:min(480px,100%);height:100%;animation:.24s ease-out slideIn;display:grid;box-shadow:-20px 0 60px #28181433}@keyframes slideIn{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}.drawerHeader{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:24px;display:flex}.drawerHeader h2{letter-spacing:0;margin-top:3px;font-family:inherit;font-size:20px;font-weight:800}.drawerItems{padding:14px 20px;overflow-y:auto}.cartLine{border-bottom:1px solid var(--line);grid-template-columns:74px 1fr auto;align-items:start;gap:12px;padding:12px 0;display:grid}.cartLine img{object-fit:cover;border-radius:10px;width:74px;height:84px}.cartLine>div{gap:4px;display:grid}.cartLine>div>b{font-size:12px}.cartLine>div>span{color:var(--muted);font-size:10px}.cartLine>strong{white-space:nowrap;font-size:11px}.qty{border:1px solid var(--line);border-radius:999px;align-items:center;width:max-content;margin-top:8px;display:inline-flex;overflow:hidden}.qty button{cursor:pointer;background:#fff;border:0;width:28px;height:27px}.qty span{text-align:center;min-width:26px;font-size:10px}.drawerFooter{border-top:1px solid var(--line);padding:20px}.drawerFooter>div{justify-content:space-between;align-items:baseline;margin-bottom:16px;display:flex}.drawerFooter>div strong{font:28px Georgia,serif}.drawerFooter>small{text-align:center;color:var(--muted);margin-top:9px;display:block}.emptyCart{text-align:center;min-height:300px;color:var(--muted);align-content:center;justify-items:center;display:grid}.emptyCart>div{background:var(--rose-soft);width:58px;height:58px;color:var(--rose-dark);border-radius:50%;place-items:center;margin-bottom:12px;font-size:26px;display:grid}.emptyCart b{color:var(--ink)}.emptyCart p{font-size:12px}.checkoutModal{background:var(--paper);border-radius:26px;width:min(760px,100%);max-height:calc(100vh - 48px);padding:clamp(26px,5vw,48px);position:relative;overflow-y:auto}.checkoutHead h2{margin:9px 0 10px;font-size:clamp(40px,5vw,58px)}.checkoutHead p{color:var(--muted);margin:0 0 24px}.formGrid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.formGrid label{gap:7px;font-size:11px;font-weight:750;display:grid}.formGrid label.wide{grid-column:1/-1}.formGrid input,.formGrid textarea,.formGrid select{border:1px solid var(--line);background:#fff;border-radius:12px;outline:none;padding:12px 13px}.formGrid input:focus,.formGrid textarea:focus,.formGrid select:focus{border-color:var(--rose)}.checkoutTotal{justify-content:space-between;gap:20px;margin-top:12px;font-size:12px;display:flex}.checkoutTotal.final{border-top:1px solid var(--line);align-items:baseline;padding-top:16px}.checkoutTotal.final strong{font:28px Georgia,serif}.checkoutModal>.primaryButton{margin-top:18px}.successOverlay{z-index:100}.successCard{background:var(--paper);text-align:center;width:min(620px,100%);box-shadow:var(--shadow);border-radius:28px;padding:clamp(34px,6vw,64px)}.successMark{background:var(--rose-soft);width:70px;height:70px;color:var(--rose-dark);border-radius:50%;place-items:center;margin:0 auto 22px;font-size:30px;display:grid}.successCard h2{margin:12px 0 18px;font-size:clamp(42px,6vw,66px)}.successCard p{color:var(--muted);margin-bottom:25px;line-height:1.65}@media (max-width:900px){.topbar{grid-template-columns:1fr auto;height:68px}.desktopNav{display:none}.hero{min-height:unset;grid-template-columns:1fr;padding-top:34px}.heroVisual{order:-1}.heroVisual>img{border-radius:24px;height:58vh;min-height:410px}.floatingNote{bottom:16px;right:12px}.hero h1{font-size:clamp(54px,15vw,86px)}.categoryGrid{grid-template-columns:1fr}.categoryCard{min-height:390px}.productGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.promiseStrip{grid-template-columns:1fr;margin:30px 20px}.giftFlow{grid-template-columns:1fr;gap:30px;margin:70px 20px}.footer{grid-template-columns:1fr 1fr}.productModal{grid-template-columns:1fr;max-width:680px}.modalImage{min-height:380px;max-height:48vh}.modalImage img{border-radius:28px 28px 0 0}}@media (max-width:560px){.topbar{padding:0 16px}.brand{font-size:12px}.cartButton>span{display:none}.hero{gap:26px;padding:20px 16px 54px}.heroVisual>img{height:52vh;min-height:360px}.hero h1{margin-top:16px}.heroCopy>p{font-size:15px}.heroActions{flex-direction:column;align-items:stretch;gap:14px}.heroActions .textButton{text-align:center}.trustLine{gap:12px;font-size:10px}.section{padding:54px 16px}.sectionHeading{align-items:start}.sectionHeading h2{font-size:37px}.categoryCard{min-height:330px}.categoryCopy strong{font-size:29px}.productGrid{grid-template-columns:1fr 1fr;gap:22px 10px}.productImageWrap{border-radius:14px}.productBody strong{font-size:14px}.productBody>span{display:none}.productBody b{font-size:12px}.promiseStrip{border-radius:18px}.giftFlow{border-radius:22px;padding:30px 22px}.giftFlow h2{font-size:42px}.aboutSection{margin:80px auto}.footer{grid-template-columns:1fr;margin-top:60px}.overlay{place-items:end center;padding:0}.productModal,.checkoutModal{border-radius:24px 24px 0 0;width:100%;max-height:94vh}.modalImage{height:40vh;min-height:300px}.modalImage img{border-radius:24px 24px 0 0}.modalCopy{padding:24px 18px 28px}.modalCopy h2{font-size:42px}.perkList{grid-template-columns:1fr}.buyRow{background:var(--paper);padding-top:12px;position:sticky;bottom:0}.cartDrawer{width:100%}.formGrid{grid-template-columns:1fr}.formGrid label.wide{grid-column:auto}.checkoutModal{padding:28px 18px 30px}}.listingPage{min-height:70vh}.listingHero{max-width:1440px;margin:0 auto;padding:72px clamp(20px,5vw,78px) 28px}.listingHero h1{max-width:980px;margin:12px 0 18px;font-size:clamp(54px,7vw,96px);line-height:.95}.listingHero>p{max-width:760px;color:var(--muted);font-size:17px;line-height:1.7}.seoCategoryLinks,.categoryFacts{flex-wrap:wrap;gap:8px;margin-top:26px;display:flex}.seoCategoryLinks a,.categoryFacts span{border:1px solid var(--line);background:#fff;border-radius:999px;padding:9px 13px;font-size:11px;font-weight:750}.listingSection{padding-top:24px}.seoTextBlock{background:var(--cream);border-radius:26px;max-width:960px;margin:60px auto 120px;padding:42px clamp(20px,5vw,52px)}.seoTextBlock h2{margin-bottom:16px;font-size:clamp(34px,4vw,52px)}.seoTextBlock p{color:var(--muted);margin:0;font-size:14px;line-height:1.8}.productPage{max-width:1440px;margin:0 auto;padding:24px clamp(20px,5vw,78px) 100px}.breadcrumbs{color:var(--muted);flex-wrap:wrap;gap:8px;padding:8px 0 22px;font-size:11px;display:flex}.breadcrumbs a:hover{color:var(--ink)}.productDetail{grid-template-columns:1.08fr .92fr;align-items:start;gap:clamp(36px,6vw,84px);display:grid}.productDetailImage{background:var(--cream);border-radius:26px;min-height:680px;overflow:hidden}.productDetailImage img{object-fit:cover;width:100%;height:100%;min-height:680px;display:block}.productDetailCopy{padding-top:24px;position:sticky;top:110px}.productDetailCopy h1{margin:12px 0 20px;font-size:clamp(48px,5.4vw,78px);line-height:.95}.productDetailCopy>p{color:var(--muted);max-width:560px;line-height:1.7}.productBuyPanel{margin-top:18px}.productSeoText{margin-bottom:0}@media (min-width:1100px){.categoryGrid{grid-template-columns:repeat(4,1fr)}.categoryCard{min-height:410px}.categoryCopy strong{font-size:28px}}@media (max-width:900px){.listingHero{padding-top:44px}.productDetail{grid-template-columns:1fr}.productDetailImage,.productDetailImage img{min-height:520px}.productDetailCopy{padding-top:0;position:static}}@media (max-width:560px){.listingHero{padding:36px 16px 12px}.listingHero h1{font-size:50px}.listingHero>p{font-size:14px}.seoCategoryLinks{flex-wrap:nowrap;padding-bottom:4px;overflow-x:auto}.seoCategoryLinks a{flex:none}.seoTextBlock{border-radius:18px;margin:40px 16px 72px;padding:28px 20px}.productPage{padding:16px 16px 72px}.productDetailImage,.productDetailImage img{min-height:420px}.productDetailImage{border-radius:18px}.productDetailCopy h1{font-size:44px}}.announcementBar{background:var(--ink);color:#fff;letter-spacing:.04em;justify-content:center;gap:26px;min-height:30px;padding:7px 20px;font-size:10px;display:flex}.headerActions{justify-self:end;align-items:center;gap:14px;display:flex}.headerIconLink{border:1px solid var(--line);border-radius:50%;place-items:center;width:32px;height:32px;font-size:17px;display:grid;position:relative}.headerIconLink sup{background:var(--rose-dark);color:#fff;border-radius:20px;place-items:center;min-width:17px;height:17px;padding:0 4px;font-size:8px;font-weight:800;display:grid;position:absolute;top:-5px;right:-4px}.accountLink{font-size:12px;font-weight:750}.mobileDock{display:none}.siteFooter{border-top:1px solid var(--line);color:var(--muted);grid-template-columns:1.4fr repeat(3,1fr);gap:44px;padding:54px clamp(20px,5vw,78px) 34px;font-size:12px;display:grid}.siteFooter>div:not(.footerLegal){flex-direction:column;gap:10px;display:flex}.siteFooter b{color:var(--ink);margin-bottom:4px;font-size:12px}.siteFooter a:hover{color:var(--ink)}.footerIntro p{max-width:300px;margin:3px 0;line-height:1.6}.footerRating{color:var(--rose-dark);font-weight:750}.footerLegal{border-top:1px solid var(--line);flex-wrap:wrap;grid-column:1/-1;gap:18px;padding-top:20px;font-size:10px;display:flex}.trustReviews{border-top:1px solid var(--line);border-bottom:1px solid var(--line);grid-template-columns:1fr 1.2fr 1fr;align-items:center;gap:34px;max-width:1290px;margin:12px auto 46px;padding:30px clamp(22px,4vw,44px);display:grid}.reviewScore{gap:4px;display:grid}.reviewScore strong{margin-top:7px;font:52px/1 Georgia,serif}.reviewScore span{color:var(--muted);font-size:11px}.reviewScore a{margin-top:6px;font-size:10px;font-weight:800}.reviewHighlights{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.reviewHighlights>div{background:var(--cream);text-align:center;border-radius:15px;gap:4px;padding:17px 12px;display:grid}.reviewHighlights b{font:25px Georgia,serif}.reviewHighlights span{color:var(--muted);font-size:9px}.reviewPromise{border-left:1px solid var(--line);padding-left:30px}.reviewPromise b{font-size:14px}.reviewPromise p{color:var(--muted);margin:7px 0 0;font-size:11px;line-height:1.6}.giftFinder{background:var(--cream);border-radius:30px;max-width:1290px;margin:74px auto;padding:clamp(30px,5vw,58px)}.giftFinderHead{grid-template-columns:1fr .7fr;align-items:end;gap:50px;display:grid}.giftFinderHead h2{margin-top:10px;font-size:clamp(42px,5vw,68px)}.giftFinderHead>p{color:var(--muted);font-size:13px;line-height:1.7}.finderControls{justify-content:space-between;align-items:end;gap:20px;margin:30px 0 26px;display:flex}.occasionRail{flex-wrap:wrap;gap:7px;display:flex}.occasion{cursor:pointer;background:#ffffffa6;border:1px solid #ded4cc;border-radius:999px;padding:9px 13px;font-size:10px;font-weight:750}.occasion.active{background:var(--ink);color:#fff;border-color:var(--ink)}.budgetControl{text-transform:uppercase;letter-spacing:.08em;gap:5px;font-size:9px;font-weight:800;display:grid}.budgetControl select{background:#fff;border:1px solid #ded4cc;border-radius:12px;min-width:150px;padding:9px 12px}.finderGrid{grid-template-columns:repeat(4,minmax(0,1fr));gap:13px;display:grid}.catalogExplorer{min-height:380px}.catalogToolbar{grid-template-columns:minmax(260px,1fr) auto auto;gap:8px;margin-bottom:15px;display:grid}.catalogSearch{border:1px solid var(--line);background:#fff;border-radius:14px;align-items:center;gap:9px;min-height:46px;padding:0 14px;display:flex}.catalogSearch span{color:var(--muted);font-size:20px}.catalogSearch input{background:0 0;border:0;outline:0;width:100%}.catalogToolbar select{border:1px solid var(--line);background:#fff;border-radius:14px;min-height:46px;padding:0 13px}.catalogResultLine{min-height:34px;color:var(--muted);justify-content:space-between;align-items:center;margin-bottom:10px;font-size:10px;display:flex}.catalogResultLine button{cursor:pointer;background:0 0;border:0;font-size:10px;text-decoration:underline}.catalogEmpty{text-align:center;min-height:320px;color:var(--muted);place-content:center;display:grid}.catalogEmpty b{color:var(--ink);font-size:18px}.catalogEmpty p{font-size:12px}.productCard{display:block;position:relative}.productImageWrap>a{width:100%;height:100%;display:block}.productImageWrap>a img{object-fit:cover;width:100%;height:100%;transition:transform .45s}.productCard:hover .productImageWrap>a img{transform:scale(1.025)}.favoriteButton{z-index:3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;background:#fffdfbe6;border:0;border-radius:50%;place-items:center;width:36px;height:36px;font-size:19px;display:grid;position:absolute;top:12px;right:12px;box-shadow:0 5px 18px #321e1814}.favoriteButton.active{color:var(--rose-dark);background:#fff}.favoriteButton.large{width:44px;height:44px;font-size:23px;top:18px;right:18px}.productNameLink{margin-top:6px;font-size:17px;font-weight:750}.productCardBottom{justify-content:space-between;align-items:center;gap:8px;display:flex}.quickAddButton{border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:999px;padding:7px 10px;font-size:9px;font-weight:800}.quickAddButton:hover{border-color:var(--ink)}.productServiceLinks{flex-wrap:wrap;gap:16px;margin-top:18px;font-size:10px;font-weight:750;display:flex}.promiseStrip.four{grid-template-columns:repeat(4,1fr)}.qualitySection{grid-template-columns:.8fr 1.2fr;align-items:start;gap:70px;max-width:1290px;margin:110px auto;padding:0 clamp(20px,4vw,40px);display:grid}.qualityCopy{position:sticky;top:120px}.qualityCopy h2{margin:12px 0 18px;font-size:clamp(46px,5vw,72px)}.qualityCopy p{color:var(--muted);line-height:1.7}.qualityGrid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.qualityGrid article{background:var(--cream);border-radius:20px;min-height:220px;padding:26px}.qualityGrid article>b{color:var(--rose-dark);font:24px Georgia,serif}.qualityGrid h3{letter-spacing:0;margin:38px 0 8px;font-family:inherit;font-size:15px;font-weight:800}.qualityGrid p{color:var(--muted);font-size:11px;line-height:1.6}.accountPromo{border:1px solid var(--line);border-radius:30px;grid-template-columns:1.1fr .9fr;gap:60px;max-width:1290px;margin:100px auto;padding:clamp(34px,5vw,62px);display:grid}.accountPromo h2{margin:12px 0 18px;font-size:clamp(48px,5.8vw,76px)}.accountPromo p{color:var(--muted);max-width:580px;line-height:1.7}.accountPromoCards{grid-template-columns:1fr 1fr;align-content:center;gap:9px;display:grid}.accountPromoCards span{background:var(--cream);border-radius:14px;padding:18px;font-size:11px;font-weight:750}.accountPromoCards .primaryButton{grid-column:1/-1;margin-top:8px}.faqSection{grid-template-columns:.65fr 1.35fr;gap:70px;max-width:1180px;margin:100px auto 130px;padding:0 20px;display:grid}.faqIntro h2{margin:10px 0 16px;font-size:clamp(42px,5vw,64px)}.faqIntro p{color:var(--muted);font-size:12px;line-height:1.6}.faqList{border-top:1px solid var(--line)}.faqList details{border-bottom:1px solid var(--line);padding:18px 0}.faqList summary{cursor:pointer;justify-content:space-between;gap:20px;font-size:13px;font-weight:750;list-style:none;display:flex}.faqList summary::-webkit-details-marker{display:none}.faqList summary span{color:var(--rose-dark);font-size:18px}.faqList details[open] summary span{transform:rotate(45deg)}.faqList p{color:var(--muted);max-width:720px;font-size:11px;line-height:1.7}.checkLine{grid-column:1/-1;justify-content:start;align-items:center;padding:8px 0;grid-template-columns:auto 1fr!important;gap:9px!important;display:flex!important}.checkLine input{width:16px;height:16px;padding:0}.successActions{flex-wrap:wrap;justify-content:center;align-items:center;gap:18px;display:flex}.cleanButton{cursor:pointer;background:0 0;border:0}.accountLoginPage{background:var(--cream);place-items:center;min-height:72vh;padding:54px 20px;display:grid}.accountLoginCard{background:var(--paper);width:min(600px,100%);box-shadow:var(--shadow);border-radius:28px;padding:clamp(28px,6vw,58px)}.accountLoginCard h1{margin:12px 0 16px;font-size:clamp(46px,6vw,70px);line-height:.98}.accountLoginCard>p{color:var(--muted);font-size:13px;line-height:1.7}.accountLoginCard form{gap:10px;margin:25px 0 12px;display:grid}.accountLoginCard label,.accountForm label{gap:6px;font-size:10px;font-weight:800;display:grid}.accountLoginCard input,.accountForm input{border:1px solid var(--line);background:#fff;border-radius:12px;outline:none;min-height:46px;padding:0 13px}.accountLoginCard small{color:var(--muted);text-align:center;font-size:9px;line-height:1.5;display:block}.accountPage{grid-template-columns:230px 1fr;gap:50px;max-width:1320px;margin:0 auto;padding:46px 30px 110px;display:grid}.accountSidebar{align-self:start;gap:26px;display:grid;position:sticky;top:104px}.accountSidebar h2{letter-spacing:0;margin-top:5px;font-family:inherit;font-size:19px;font-weight:850}.accountSidebar p{color:var(--muted);font-size:11px}.accountSidebar nav{border-top:1px solid var(--line);display:grid}.accountSidebar nav a{border-bottom:1px solid var(--line);padding:12px 0;font-size:11px;font-weight:750}.accountSignOut{text-align:left;color:var(--muted);cursor:pointer;background:0 0;border:0;padding:0;font-size:10px}.accountContent{min-width:0}.accountHero,.accountSectionHead{max-width:860px;margin-bottom:34px}.accountHero h1,.accountSectionHead h1{margin:10px 0 16px;font-size:clamp(48px,5.5vw,76px);line-height:.98}.accountHero p,.accountSectionHead p{color:var(--muted);max-width:680px;line-height:1.7}.accountStatGrid{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.accountStatGrid a{background:var(--cream);border-radius:18px;align-content:end;min-height:180px;padding:24px;display:grid}.accountStatGrid b{color:var(--rose-dark);font:40px Georgia,serif}.accountStatGrid span{margin-top:5px;font-size:13px;font-weight:800}.accountStatGrid small{color:var(--muted);margin-top:5px;font-size:9px}.accountNext{border:1px solid var(--line);border-radius:20px;margin-top:44px;padding:34px}.accountNext h2{margin:8px 0 12px;font-size:clamp(34px,4vw,50px)}.accountNext p{color:var(--muted);max-width:680px;margin-bottom:20px;line-height:1.7}.accountEmpty{text-align:center;background:var(--cream);border-radius:20px;place-content:center;justify-items:center;min-height:340px;padding:30px;display:grid}.accountEmpty>span{color:var(--rose-dark);font-size:34px}.accountEmpty h2{margin-top:10px}.accountEmpty p{color:var(--muted);margin-bottom:18px;font-size:11px}.accountProducts{grid-template-columns:repeat(3,minmax(0,1fr))}.accountForm{background:var(--cream);border-radius:18px;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:24px;padding:22px;display:grid}.accountForm>.primaryButton{align-self:end;min-height:46px}.importantDateForm{grid-template-columns:1fr 1fr 1fr auto}.savedEntityGrid{grid-template-columns:repeat(2,1fr);gap:10px;display:grid}.savedEntityGrid article{border:1px solid var(--line);border-radius:16px;padding:20px}.savedEntityGrid article>div{justify-content:space-between;gap:10px;display:flex}.savedEntityGrid b{font-size:13px}.savedEntityGrid span{color:var(--muted);font-size:9px}.savedEntityGrid p{color:var(--muted);font-size:10px;line-height:1.6}.savedEntityGrid button{color:var(--muted);cursor:pointer;background:0 0;border:0;padding:0;font-size:9px;text-decoration:underline}.orderHistory{gap:10px;display:grid}.orderHistoryCard{border:1px solid var(--line);border-radius:18px;padding:22px}.orderHistoryTop{justify-content:space-between;align-items:center;gap:20px;display:flex}.orderHistoryTop>div{gap:3px;display:grid}.orderHistoryTop small{color:var(--muted);font-size:9px}.orderHistoryTop b{font-size:14px}.orderHistoryTop strong{font:26px Georgia,serif}.orderHistoryDate{color:var(--muted);margin:7px 0 14px;font-size:9px}.orderHistoryItems{border-top:1px solid var(--line);border-bottom:1px solid var(--line);gap:5px;padding:13px 0;display:grid}.orderHistoryItems span{font-size:10px}.orderHistoryCard>a{margin-top:13px;font-size:10px;font-weight:800;display:inline-block}.infoPage{max-width:1320px;margin:0 auto;padding:70px 30px 120px}.infoHero{max-width:920px;margin-bottom:54px}.infoHero h1{margin:12px 0 20px;font-size:clamp(56px,7vw,92px);line-height:.95}.infoHero h1 i{color:var(--rose-dark);font-weight:400}.infoHero p{color:var(--muted);font-size:16px;line-height:1.7}.infoGrid{grid-template-columns:repeat(4,1fr);gap:10px;display:grid}.infoGrid article{background:var(--cream);border-radius:19px;flex-direction:column;min-height:260px;padding:25px;display:flex}.infoGrid article>span{color:var(--rose-dark);font:23px Georgia,serif}.infoGrid h2{letter-spacing:0;margin:44px 0 8px;font-family:inherit;font-size:15px;font-weight:800}.infoGrid strong{font:26px Georgia,serif}.infoGrid p{color:var(--muted);margin-top:auto;font-size:10px;line-height:1.65}.deliveryStory{grid-template-columns:1fr 1fr;gap:16px;margin:70px 0 40px;display:grid}.deliveryStory>div{border:1px solid var(--line);border-radius:20px;padding:34px}.deliveryStory h2{margin:10px 0 12px;font-size:38px}.deliveryStory p{color:var(--muted);font-size:11px;line-height:1.7}.infoCta{align-items:center;gap:20px;display:flex}.contactCards{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.contactCards>*{background:var(--cream);border-radius:18px;flex-direction:column;justify-content:flex-end;min-height:210px;padding:24px;display:flex}.contactCards small{color:var(--muted);margin-bottom:auto}.contactCards b{margin-bottom:8px;font-size:18px}.contactCards span{color:var(--muted);font-size:10px}@media (max-width:1050px){.headerActions{gap:8px}.accountLink{display:none}.finderGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.qualitySection{grid-template-columns:1fr}.qualityCopy{position:static}.promiseStrip.four{grid-template-columns:repeat(2,1fr)}.accountPage{grid-template-columns:190px 1fr;gap:28px}.infoGrid{grid-template-columns:1fr 1fr}}@media (max-width:760px){body{padding-bottom:66px}.announcementBar{white-space:nowrap;justify-content:flex-start;gap:12px;padding-left:16px;overflow-x:auto}.announcementBar span:nth-child(3){display:none}.topbar{grid-template-columns:1fr auto}.headerActions .headerIconLink,.headerActions .accountLink{display:none}.mobileDock{z-index:70;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffdfbf0;border:1px solid #e9e0d9e6;border-radius:18px;grid-template-columns:repeat(4,1fr);display:grid;position:fixed;bottom:8px;left:10px;right:10px;overflow:hidden;box-shadow:0 12px 40px #28181429}.mobileDock a,.mobileDock button{cursor:pointer;background:0 0;border:0;align-content:center;place-items:center;gap:2px;min-height:54px;display:grid}.mobileDock span{font-size:17px;line-height:1}.mobileDock small{font-size:8px}.trustReviews{border:1px solid var(--line);border-radius:20px;grid-template-columns:1fr;gap:20px;margin:0 16px 32px}.reviewHighlights{order:2}.reviewPromise{border-left:0;border-top:1px solid var(--line);padding:18px 0 0}.giftFinder{border-radius:20px;margin:50px 16px;padding:28px 18px}.giftFinderHead{grid-template-columns:1fr;gap:10px}.giftFinderHead h2{font-size:42px}.finderControls{flex-direction:column;align-items:stretch}.occasionRail{flex-wrap:nowrap;padding-bottom:4px;overflow-x:auto}.occasion{flex:none}.budgetControl select{width:100%}.catalogToolbar{grid-template-columns:1fr 1fr}.catalogSearch{grid-column:1/-1}.qualitySection{gap:26px;margin:70px auto}.qualityGrid{grid-template-columns:1fr 1fr;gap:8px}.qualityGrid article{min-height:180px;padding:18px}.accountPromo{border-radius:20px;grid-template-columns:1fr;gap:24px;margin:60px 16px;padding:28px 20px}.faqSection{grid-template-columns:1fr;gap:24px;margin:70px auto}.siteFooter{grid-template-columns:1fr 1fr;gap:32px;padding-bottom:90px}.footerIntro{grid-column:1/-1}.accountPage{grid-template-columns:1fr;padding:30px 16px 90px}.accountSidebar{position:static}.accountSidebar nav{border:0;gap:7px;display:flex;overflow-x:auto}.accountSidebar nav a{border:1px solid var(--line);border-radius:999px;flex:none;padding:8px 11px}.accountStatGrid,.accountProducts{grid-template-columns:1fr 1fr}.accountForm,.importantDateForm,.savedEntityGrid{grid-template-columns:1fr}.infoPage{padding:44px 16px 90px}.infoGrid{grid-template-columns:1fr 1fr}.deliveryStory,.contactCards{grid-template-columns:1fr}}@media (max-width:560px){.headerActions{gap:4px}.promiseStrip.four{grid-template-columns:1fr}.finderGrid{grid-template-columns:1fr 1fr}.qualityGrid{grid-template-columns:1fr}.accountPromoCards{grid-template-columns:1fr 1fr}.siteFooter{grid-template-columns:1fr}.footerIntro{grid-column:auto}.accountStatGrid,.infoGrid{grid-template-columns:1fr}.productNameLink{font-size:14px}.quickAddButton{padding:6px 8px;font-size:8px}}.footerLegalExpanded{justify-content:space-between;align-items:flex-start}.footerLegalExpanded>div{gap:5px;display:grid}.sellerDetails{text-align:right}.sellerDetails strong{color:var(--ink);font-size:10px}.cartLegalNote{border-top:1px solid var(--line);color:var(--muted);gap:5px;margin-top:14px;padding-top:13px;font-size:9px;line-height:1.45;display:grid}.cartLegalNote b{color:var(--ink);font-size:9px}.cartLegalLinks{flex-wrap:wrap;justify-content:center;gap:9px;margin-top:3px;display:flex}.cartLegalLinks a,.legalConsent a{text-underline-offset:2px;text-decoration:underline}.legalConsent{color:var(--muted);align-items:start;padding:10px 0 2px;line-height:1.55;grid-template-columns:18px 1fr!important;gap:9px!important;font-size:9px!important;font-weight:500!important;display:grid!important}.legalConsent input{width:16px;height:16px;margin-top:1px;padding:0}.legalConsent a{color:var(--ink);font-weight:700}@media (max-width:760px){.footerLegalExpanded{gap:12px;display:grid}.sellerDetails{text-align:left}}.brandLogo{object-fit:contain;object-position:left center;width:clamp(148px,14vw,190px);height:44px;display:block}.brandMark{display:none}.burgerButton{border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;gap:4px;width:42px;height:42px;padding:0;display:none}.burgerButton span{background:var(--ink);border-radius:2px;width:17px;height:1.5px}.mobileMenuBackdrop{z-index:100;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#1c141247;justify-content:flex-end;display:none;position:fixed;inset:0}.mobileMenuPanel{background:var(--paper);flex-direction:column;width:min(88vw,390px);height:100%;padding:18px 18px 28px;display:flex;box-shadow:-18px 0 50px #321e1824}.mobileMenuHead{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:18px;padding-bottom:16px;display:flex}.mobileMenuHead img{object-fit:contain;object-position:left center;width:150px;height:38px}.mobileMenuHead button{border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:50%;width:38px;height:38px;font-size:24px;line-height:1}.mobileMenuNav{padding:12px 0;display:grid}.mobileMenuNav a{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:16px;min-height:54px;font-size:16px;font-weight:750;display:flex}.mobileMenuNav a span{color:var(--muted);font-size:15px}.mobileMenuUtility{color:var(--muted);gap:10px;margin-top:auto;padding-top:20px;font-size:12px;display:grid}.mobileMenuUtility a{color:var(--ink);font-weight:700}.heroEditorial{grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);gap:clamp(34px,7vw,100px);min-height:590px}.heroEditorial .heroCopy{max-width:720px}.heroEditorial .heroCopy h1{margin:18px 0 24px;font-size:clamp(48px,5.7vw,78px);line-height:.98}.heroEditorial .heroCopy>p{max-width:620px;font-size:17px;line-height:1.68}.heroStatement{color:#fff;min-height:420px;box-shadow:var(--shadow);background:radial-gradient(circle at 80% 14%,#e86a8747,#0000 34%),linear-gradient(145deg,#2b2321 0%,#3b2b2a 56%,#5a343f 100%);border-radius:30px;flex-direction:column;justify-content:space-between;padding:clamp(28px,4vw,46px);display:flex}.heroStatementTop{gap:9px;display:grid}.heroStatementTop span{text-transform:uppercase;letter-spacing:.12em;border:1px solid #ffffff47;border-radius:999px;width:max-content;padding:7px 10px;font-size:10px}.heroStatementTop strong{letter-spacing:-.03em;max-width:420px;font:38px/1.08 Georgia,Times New Roman,serif}.heroStatementGrid{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.heroStatementGrid div{background:#ffffff17;border-radius:16px;flex-direction:column;justify-content:flex-end;min-height:116px;padding:15px;display:flex}.heroStatementGrid b{font-size:17px}.heroStatementGrid span{color:#ffffffb8;margin-top:4px;font-size:10px;line-height:1.45}.heroStatement>a{margin-top:22px;font-size:12px;font-weight:800}.catalogToolbar select,.budgetControl select{appearance:none;background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.25 6 6.25 11 1.25' fill='none' stroke='%23776b67' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right 14px center;background-repeat:no-repeat;background-size:12px 8px;padding-right:40px!important}.productCard{border:1px solid var(--line);background:#fff;border-radius:20px;transition:transform .2s,box-shadow .2s,border-color .2s;overflow:hidden}.productCard:hover{border-color:#ddd0c7;transform:translateY(-2px);box-shadow:0 14px 32px #4a302614}.productCard .productImageWrap{aspect-ratio:1;border-radius:0}.productCard .productBody{gap:6px;padding:14px 15px 15px;display:grid}.productCard .productNameLink{min-height:42px;margin-top:0;font-size:15px;line-height:1.36}.productCard .productCardBottom{border-top:1px solid var(--line);margin-top:8px;padding-top:12px}.productCard .quickAddButton{min-height:34px;padding:7px 12px;font-size:10px}.productCard .productBody>span{display:none}.breadcrumbs a{color:var(--muted);text-underline-offset:3px;-webkit-text-decoration:underline #0000;text-decoration:underline #0000;transition:color .15s,text-decoration-color .15s}.breadcrumbs a:hover{color:var(--ink);text-decoration-color:currentColor}.listingBreadcrumbs{margin-bottom:18px;padding-top:0}.contactNote{border:1px solid var(--line);border-radius:20px;grid-template-columns:1fr 1fr;align-items:end;gap:28px;margin-top:16px;padding:30px;display:grid}.contactNote h2{margin-top:8px;font-size:clamp(28px,3vw,40px)}.contactNote p{color:var(--muted);margin:0;font-size:13px;line-height:1.7}.sectionHeading h2{font-size:clamp(32px,3.5vw,48px)}.giftFlow h2{font-size:clamp(36px,4.3vw,54px)}.aboutSection h2{font-size:clamp(36px,4.5vw,58px)}.giftFinderHead h2{font-size:clamp(34px,4vw,52px)}.qualityCopy h2{font-size:clamp(36px,4vw,54px)}.accountPromo h2{font-size:clamp(38px,4.5vw,58px)}.faqIntro h2{font-size:clamp(34px,4vw,50px)}.listingHero h1{font-size:clamp(44px,5.2vw,70px);line-height:1}.productDetailCopy h1{font-size:clamp(40px,4.5vw,62px);line-height:1}.infoHero h1{font-size:clamp(44px,5vw,68px);line-height:1}.accountLoginCard h1,.accountHero h1,.accountSectionHead h1{font-size:clamp(40px,4.8vw,62px)}@media (max-width:1050px){.desktopNav{gap:18px}.brandLogo{width:150px}}@media (max-width:760px){body{padding-bottom:0}.topbar{height:64px;padding:0 14px}.brandLogo{width:138px;height:38px}.desktopNav,.headerActions .headerIconLink,.headerActions .accountLink{display:none}.headerActions{gap:7px}.cartButton span{display:none}.cartButton{border:1px solid var(--line);background:#fff;border-radius:50%;justify-content:center;width:42px;height:42px}.cartButton:before{content:"▢";font-size:17px}.cartButton b{min-width:18px;height:18px;padding:0 4px;font-size:9px;position:absolute;transform:translate(14px,-14px)}.burgerButton{display:inline-flex}.mobileMenuBackdrop{display:flex}.mobileDock{display:none!important}.heroEditorial{grid-template-columns:1fr;gap:28px;min-height:0;padding:34px 16px 54px}.heroEditorial .heroCopy h1{font-size:clamp(42px,12vw,58px);line-height:1}.heroEditorial .heroCopy>p{font-size:15px}.heroStatement{border-radius:22px;min-height:340px;padding:24px 20px}.heroStatementTop strong{font-size:30px}.heroStatementGrid{grid-template-columns:1fr}.heroStatementGrid div{min-height:72px}.heroActions{flex-direction:column;align-items:stretch;gap:12px}.heroActions .textButton{text-align:center}.catalogToolbar select{width:100%;min-width:0}.productGrid{gap:14px 10px}.productCard{border-radius:16px}.productCard .productBody{padding:11px 11px 12px}.productCard .productNameLink{min-height:38px;font-size:13px}.productCard .productBody small{font-size:8px}.productCard .productCardBottom{gap:5px}.productCard .productCardBottom b{font-size:12px}.productCard .quickAddButton{min-height:30px;padding:6px 8px;font-size:8px}.sectionHeading h2{font-size:32px}.giftFinderHead h2,.giftFlow h2,.qualityCopy h2{font-size:34px}.accountPromo h2{font-size:36px}.faqIntro h2{font-size:34px}.listingHero h1{font-size:42px}.productDetailCopy h1{font-size:38px}.infoHero h1{font-size:42px}.contactNote{grid-template-columns:1fr;padding:22px 18px}}.footerLogo{object-fit:contain;object-position:left center;width:170px;height:42px}.catalogFaq{margin-top:36px}@media (max-width:760px){#categories .categoryGrid{scroll-snap-type:x proximity;overscroll-behavior-inline:contain;scrollbar-width:none;grid-template-columns:none;gap:10px;margin-inline:-2px;padding:2px 2px 8px;display:flex;overflow-x:auto}#categories .categoryGrid::-webkit-scrollbar{display:none}#categories .categoryCard{scroll-snap-align:start;border-radius:18px;flex:0 0 min(66vw,270px);min-height:280px}#categories .categoryCopy{inset:auto 16px 16px}#categories .categoryCopy strong{font-size:26px}#categories .categoryCopy b{margin-top:4px}.catalogFaq{margin-top:46px}}.legalPage{max-width:1040px;margin:0 auto;padding:54px clamp(18px,5vw,64px) 120px}.legalHero{border-bottom:1px solid var(--line);max-width:850px;padding:20px 0 38px}.legalHero h1{margin:10px 0 14px;font-size:clamp(42px,5vw,68px);line-height:1}.legalHero p{color:var(--muted);margin:0;font-size:13px}.legalDocument{max-width:850px;padding-top:34px}.legalDocument h2{letter-spacing:-.01em;margin:34px 0 10px;font-family:inherit;font-size:17px;font-weight:850}.legalDocument p{color:#4f4541;margin:0 0 14px;font-size:13px;line-height:1.75}.legalDocument .legalLead{color:var(--ink);font-size:16px;font-weight:700}.legalDocument strong{color:var(--ink)}@media (max-width:760px){.legalPage{padding:34px 16px 80px}.legalHero{padding-bottom:28px}.legalHero h1{font-size:40px}.legalDocument{padding-top:24px}.legalDocument h2{margin-top:28px}}.productCard{flex-direction:column;display:flex}.productCard .productBody{flex:1;grid-template-rows:auto minmax(42px,auto) auto auto}.productCardPrice{border-top:1px solid var(--line);margin-top:8px;padding-top:12px}.productCardPrice b{font-size:14px;display:block}.productCardActions{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:10px;display:grid}.productCardAction{text-align:center;white-space:nowrap;cursor:pointer;border-radius:999px;justify-content:center;align-items:center;width:100%;min-width:0;min-height:36px;padding:7px 8px;font-size:10px;font-weight:800;line-height:1;display:inline-flex}.productCardActionSecondary{border:1px solid var(--line);color:var(--ink);background:#fff}.productCardActionPrimary{border:1px solid var(--ink);background:var(--ink);color:#fff}.productCardAction:hover{transform:none}.productBuyPanel{scroll-margin-top:100px}@media (max-width:760px){.productCard .productBody{grid-template-rows:auto minmax(38px,auto) auto auto}.productCardPrice{margin-top:6px;padding-top:10px}.productCardPrice b{font-size:12px}.productCardActions{gap:5px;margin-top:8px}.productCardAction{letter-spacing:-.01em;min-height:32px;padding:6px 4px;font-size:8px}}.formGrid select,.formGrid input[type=date]{appearance:none;background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.25 6 6.25 11 1.25' fill='none' stroke='%23776b67' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right 16px center;background-repeat:no-repeat;background-size:12px 8px;padding-right:44px}.formGrid input[type=date]::-webkit-calendar-picker-indicator{opacity:0;cursor:pointer;width:36px;height:100%;position:absolute;right:0}@media (max-width:760px){#categories .categoryGrid{gap:10px}#categories .categoryCard{border-radius:16px;flex:0 0 150px;min-height:172px}#categories .categoryCopy{gap:3px;inset:auto 12px 12px}#categories .categoryCopy small{font-size:8px}#categories .categoryCopy strong{font-size:18px;line-height:1.05}#categories .categoryCopy b{margin-top:3px;font-size:9px}}
