:root{--bg: 255,255,255;--bg-2: 248,247,242;--text: 69,70,69;--heading: 40,41,40;--line: 225,227,225;--highlight: #8f4402;--highlight-rgb: 143,68,2;--button: 40,41,40;--button-text: 255,255,255;--price-sale: 143,68,2;--rating: 245,180,0;--radius: 100px;--radius-card: 18px;--radius-banner: 24px;--page: 1400px;--font-body: "Cabin", sans-serif;--font-head: "Bricolage Grotesque", sans-serif;--font-fun: "Playpen Sans", cursive;--fs-base: .866rem;--fs-h1: 1.91rem;--fs-h2: 1.35rem;--fs-h3: .945rem;--fs-h4: .866rem}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0;-webkit-tap-highlight-color:transparent}html{font-size:16px;-webkit-text-size-adjust:100%}body{font-family:var(--font-body);color:rgb(var(--text));background:rgb(var(--bg));font-size:var(--fs-base);line-height:1.55;font-weight:400;overflow-x:hidden;touch-action:manipulation}h1,h2,h3,h4,h5,h6{font-family:var(--font-head);color:rgb(var(--heading));font-weight:600;line-height:1.15;letter-spacing:-.005em}h1{font-size:var(--fs-h1)}h2{font-size:var(--fs-h2)}h3{font-size:var(--fs-h3)}h4{font-size:var(--fs-h4)}h5{font-size:.7rem;letter-spacing:.16em;text-transform:uppercase;font-family:var(--font-body)}.fun{font-family:var(--font-fun);font-weight:600;color:var(--highlight)}.fun-light{font-family:var(--font-fun);font-weight:600;color:#fff}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}a:hover{color:var(--highlight)}button{font-family:inherit;cursor:pointer;border:none;background:none;color:inherit}input,textarea,select{font-family:inherit;font-size:inherit;color:inherit}ul{list-style:none}.container{max-width:var(--page);margin:0 auto;padding:0 16px;width:100%}.section{padding:36px 0}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}svg{display:inline-block;vertical-align:middle}.icon-sm{width:14px;height:14px}.icon-md{width:18px;height:18px}.icon-lg{width:22px;height:22px}.icon-xl{width:28px;height:28px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:11px 22px;border-radius:var(--radius);font-weight:600;font-size:.825rem;line-height:1;transition:all .2s;white-space:nowrap;font-family:var(--font-body);text-decoration:none}.btn:hover{color:inherit}.btn svg{flex-shrink:0;width:14px;height:14px}.btn-solid{background:rgb(var(--button));color:rgb(var(--button-text))}.btn-solid:hover{background:#343634;color:rgb(var(--button-text))}.btn-outline{background:transparent;color:rgb(var(--heading));border:1px solid rgb(var(--heading))}.btn-outline:hover{background:rgb(var(--heading));color:#fff}.btn-outline-white{background:transparent;color:#fff;border:1px solid #fff}.btn-outline-white:hover,.btn-white{background:#fff;color:rgb(var(--heading))}.btn-white:hover{background:rgb(var(--bg-2));color:rgb(var(--heading))}.btn-action{background:rgb(var(--button));color:#fff}.btn-block{width:100%}.btn-sm{padding:8px 14px;font-size:.72rem}.btn[disabled]{opacity:.55;cursor:not-allowed}.top-mini{display:none;justify-content:flex-end;gap:18px;font-size:.7rem;padding:7px 0;color:rgb(var(--text));border-bottom:1px solid rgb(var(--line))}.announce{background:rgb(var(--bg-2));color:rgb(var(--heading));padding:9px 12px;font-size:.72rem;text-align:center;border-bottom:1px solid rgb(var(--line));overflow:hidden}.announce strong{font-weight:600}.announce a{margin-left:6px;text-decoration:underline;font-weight:600;color:var(--highlight)}.site-header{background:rgb(var(--bg));position:sticky;top:0;z-index:50;border-bottom:1px solid rgb(var(--line))}.nav-bar{display:flex;align-items:center;justify-content:space-between;padding:14px 0;gap:12px}.menu-toggle{font-size:22px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;color:rgb(var(--heading))}.site-logo{font-family:var(--font-head);font-size:24px;font-weight:700;letter-spacing:-.02em;color:rgb(var(--heading));display:flex;align-items:center;gap:6px;text-decoration:none}.site-logo:hover{color:rgb(var(--heading))}.site-logo:before{content:"";width:14px;height:14px;background:var(--highlight);border-radius:50%}.site-logo img{max-height:36px;width:auto}.main-nav{display:none}.h-icons{display:flex;gap:4px;align-items:center}.h-icons a,.h-icons button{width:38px;height:38px;display:flex;align-items:center;justify-content:center;border-radius:50%;color:rgb(var(--heading));position:relative}.h-icons a:hover,.h-icons button:hover{background:rgb(var(--bg-2));color:rgb(var(--heading))}.cart-count-badge{position:absolute;top:0;right:0;background:var(--highlight);color:#fff;font-size:9px;font-weight:700;min-width:16px;height:16px;padding:0 4px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-family:var(--font-body);line-height:1}.drawer{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:60;opacity:0;pointer-events:none;transition:opacity .25s}.drawer.open{opacity:1;pointer-events:auto}.drawer-panel{position:absolute;left:0;top:0;bottom:0;width:85%;max-width:340px;background:#fff;padding:18px 20px;transform:translate(-100%);transition:transform .3s;display:flex;flex-direction:column;gap:6px;overflow-y:auto}.drawer.open .drawer-panel{transform:translate(0)}.drawer-head{display:flex;justify-content:space-between;align-items:center;padding-bottom:14px;border-bottom:1px solid rgb(var(--line));margin-bottom:8px}.drawer-close{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:50%;color:rgb(var(--heading))}.drawer-link{padding:14px 8px;border-bottom:1px solid rgb(var(--line));font-weight:600;font-size:.95rem;display:flex;justify-content:space-between;align-items:center;color:rgb(var(--heading))}.pill{font-size:10px;padding:3px 9px;border-radius:var(--radius);font-weight:700}.pill-red{background:var(--highlight);color:#fff}.pill-new{background:rgb(var(--heading));color:#fff}.hero{position:relative;height:520px;overflow:hidden}.hero-slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .8s ease}.hero-slide.is-active{opacity:1}.hero-img{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center}.hero-img:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0000000d 30%,#0000008c)}.hero-content{position:relative;z-index:2;color:#fff;height:100%;display:flex;flex-direction:column;justify-content:flex-end;padding:0 20px 80px;max-width:720px}.hero-content small{font-size:.7rem;letter-spacing:.18em;text-transform:uppercase;opacity:.95;margin-bottom:10px;display:block}.hero-content h1{color:#fff;font-size:1.91rem;margin-bottom:14px;line-height:1.05;font-weight:700}.hero-content p{font-size:.9rem;margin-bottom:20px;opacity:.95;max-width:420px}.hero-btns{display:flex;gap:10px;flex-wrap:wrap}.hero-dots{position:absolute;bottom:24px;left:50%;transform:translate(-50%);display:flex;gap:6px;z-index:3}.hero-dot{width:24px;height:3px;background:#ffffff73;display:block;border-radius:2px;transition:width .3s,background .3s;border:none;padding:0;cursor:pointer}.hero-dot.is-active{background:#fff;width:40px}.usp{display:grid;grid-template-columns:1fr 1fr;gap:0;border-bottom:1px solid rgb(var(--line));background:rgb(var(--bg))}.usp-item{padding:18px 12px;text-align:center;font-size:.72rem;font-weight:600;color:rgb(var(--heading));border-right:1px solid rgb(var(--line));border-bottom:1px solid rgb(var(--line));display:flex;flex-direction:column;align-items:center;gap:8px}.usp-item:nth-child(2n){border-right:none}.usp-item:nth-last-child(-n+2){border-bottom:none}.usp-item svg{width:22px;height:22px;color:var(--highlight)}.sec-head{margin-bottom:18px}.sec-head .eyebrow{font-size:.7rem;letter-spacing:.16em;text-transform:uppercase;color:var(--highlight);font-weight:700;display:block;margin-bottom:6px}.sec-head h2{font-size:1.5rem;line-height:1.15}.sec-head .row{display:flex;justify-content:space-between;align-items:flex-end;gap:12px;flex-wrap:wrap}.sec-arrows{display:flex;gap:6px}.sec-arrows button{width:36px;height:36px;border-radius:50%;border:1px solid rgb(var(--line));background:#fff;display:flex;align-items:center;justify-content:center;color:rgb(var(--heading))}.sec-arrows button:hover{background:rgb(var(--heading));color:#fff;border-color:rgb(var(--heading))}.frow{display:grid;grid-template-columns:1fr;gap:14px}.fbanner{position:relative;height:380px;border-radius:var(--radius-banner);overflow:hidden;background-size:cover;background-position:center}.fbanner:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 35%,rgba(0,0,0,.55))}.fbanner .fb-text{position:absolute;left:20px;right:20px;bottom:20px;color:#fff;z-index:2}.fbanner small{font-size:.66rem;letter-spacing:.18em;text-transform:uppercase;display:block;margin-bottom:6px;opacity:.95}.fbanner h2{color:#fff;font-size:1.6rem;margin-bottom:8px;line-height:1.1}.fbanner p{font-size:.85rem;margin-bottom:14px;opacity:.95;max-width:420px}.side-prod{background:rgb(var(--bg-2));border-radius:var(--radius-banner);padding:18px;display:flex;gap:14px;align-items:center}.side-prod .ph,.side-prod .img{width:110px;aspect-ratio:1;background:#fff;border-radius:14px;flex-shrink:0;overflow:hidden}.side-prod .img img{width:100%;height:100%;object-fit:cover}.side-prod .meta{flex:1;min-width:0}.side-prod .eyebrow{font-size:.6rem;letter-spacing:.14em;text-transform:uppercase;color:var(--highlight);font-weight:700}.side-prod h4{font-size:.95rem;margin:5px 0 6px;font-family:var(--font-head)}.side-prod .price{font-weight:700;font-size:1rem;color:rgb(var(--heading))}.side-prod .price del{color:rgba(var(--text),.55);font-weight:400;font-size:.8rem;margin-right:6px}.side-prod .btn{margin-top:10px}.marquee{background:var(--highlight);color:#fff;padding:18px 0;overflow:hidden}.marquee-track{display:flex;gap:36px;animation:scrollX 26s linear infinite;white-space:nowrap;font-family:var(--font-head);font-weight:700;font-size:1.4rem;letter-spacing:.04em;align-items:center}.marquee-track>span{display:inline-flex;align-items:center;gap:36px;padding-right:36px}.marquee-track>span:after{content:"\2726";font-family:serif;color:#ffffffb3}@keyframes scrollX{0%{transform:translate(0)}to{transform:translate(-50%)}}.tabs{display:flex;gap:6px;overflow-x:auto;padding-bottom:6px;margin-bottom:14px;scrollbar-width:none}.tabs::-webkit-scrollbar{display:none}.tabs button{padding:9px 18px;border-radius:var(--radius);background:#fff;border:1px solid rgb(var(--line));font-size:.78rem;font-weight:600;color:rgb(var(--heading));white-space:nowrap}.tabs button.is-active{background:rgb(var(--button));color:#fff;border-color:rgb(var(--button))}.prod-scroll{display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:8px;-webkit-overflow-scrolling:touch;scrollbar-width:none}.prod-scroll::-webkit-scrollbar{display:none}.pcard{flex:0 0 70%;scroll-snap-align:start;background:#fff;border-radius:var(--radius-card);border:1px solid rgb(var(--line));overflow:hidden;display:flex;flex-direction:column;text-decoration:none;color:inherit;transition:box-shadow .25s}.pcard:hover{box-shadow:0 6px 20px #0000000f;color:inherit}.pcard .img{aspect-ratio:1;background:rgb(var(--bg-2));position:relative;overflow:hidden}.pcard .img img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.pcard:hover .img img{transform:scale(1.04)}.pcard .tag{position:absolute;top:10px;left:10px;background:#fff;padding:3px 10px;border-radius:var(--radius);font-size:10px;font-weight:600;color:rgb(var(--heading));z-index:2}.pcard .tag.sale{background:var(--highlight);color:#fff}.pcard .tag.sold{background:#282928c7;color:#fff}.pcard .body{padding:14px;display:flex;flex-direction:column;flex:1;gap:6px}.pcard h4{font-size:.85rem;font-weight:600;line-height:1.25;font-family:var(--font-head);min-height:34px}.pcard .price{font-size:.92rem;font-weight:700;color:rgb(var(--heading))}.pcard .price del{color:rgba(var(--text),.5);font-weight:400;font-size:.78rem;margin-right:6px}.pcard .price .sale{color:var(--highlight)}.pcard .swatches{display:flex;gap:5px}.pcard .sw{width:14px;height:14px;border-radius:50%;border:1px solid rgb(var(--line));background-size:cover}.pcard .sizes{font-size:.66rem;color:rgba(var(--text),.7);letter-spacing:.04em}.pcard .add{margin-top:auto;padding:10px;border:1px solid rgb(var(--line));border-radius:var(--radius);font-size:.74rem;font-weight:600;background:#fff;color:rgb(var(--heading));text-align:center;text-decoration:none}.pcard .add:hover{background:rgb(var(--heading));color:#fff;border-color:rgb(var(--heading))}.pcard.sold .add{color:rgba(var(--text),.55);background:rgb(var(--bg-2));pointer-events:none}.promo-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.promo{aspect-ratio:3/4;border-radius:var(--radius-card);position:relative;overflow:hidden;display:block;color:#fff;text-decoration:none}.promo img{width:100%;height:100%;object-fit:cover;transition:transform .6s}.promo:hover img{transform:scale(1.05)}.promo:hover{color:#fff}.promo:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 40%,rgba(0,0,0,.65))}.promo .tx{position:absolute;left:14px;right:14px;bottom:14px;color:#fff;z-index:2}.promo .tx h3{color:#fff;font-size:1rem;margin-bottom:4px;line-height:1.15}.promo .tx p{font-size:.7rem;opacity:.92;margin-bottom:10px;display:none}.deals{position:relative;height:380px;border-radius:var(--radius-banner);overflow:hidden;background-size:cover;background-position:center}.deals:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#00000080,#000000b3)}.deals-inner{position:relative;z-index:2;color:#fff;padding:28px;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.deals h2{color:#fff;font-size:1.7rem;margin-bottom:8px}.deals p{font-size:.85rem;opacity:.92;margin-bottom:20px}.countdown{display:flex;gap:8px;margin-bottom:22px}.cd{background:#ffffff2e;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);padding:10px 12px;border-radius:14px;text-align:center;min-width:60px}.cd b{font-size:1.3rem;display:block;font-weight:700;font-family:var(--font-head)}.cd small{font-size:.6rem;letter-spacing:.12em;text-transform:uppercase;opacity:.85}.codes-grid{display:grid;grid-template-columns:1fr;gap:12px}.code{background:linear-gradient(135deg,#fce9e4,#fff);border:1px dashed var(--highlight);border-radius:var(--radius-card);padding:18px}.code .eyebrow{font-size:.65rem;letter-spacing:.14em;text-transform:uppercase;color:var(--highlight);font-weight:700}.code h4{font-size:1.3rem;margin:6px 0;font-weight:700;letter-spacing:.04em;font-family:var(--font-head);color:rgb(var(--heading))}.code p{font-size:.78rem;color:rgba(var(--text),.85);margin-bottom:6px;min-height:32px}.code .valid{font-size:.65rem;color:rgba(var(--text),.6);margin-bottom:12px}.code .row{display:flex;justify-content:space-between;align-items:center;font-size:.7rem}.code .row a{text-decoration:underline}.gift-scroll{display:flex;gap:10px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:8px;scrollbar-width:none}.gift-scroll::-webkit-scrollbar{display:none}.gcard{flex:0 0 60%;scroll-snap-align:start;aspect-ratio:3/4;border-radius:var(--radius-card);overflow:hidden;position:relative;display:block;color:#fff;text-decoration:none}.gcard img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.gcard:hover img{transform:scale(1.04)}.gcard:hover{color:#fff}.gcard:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 50%,rgba(0,0,0,.55))}.gcard span{position:absolute;left:14px;bottom:14px;color:#fff;font-weight:700;font-size:1rem;z-index:2;font-family:var(--font-head);display:flex;align-items:center;gap:6px}.easter-grid{display:grid;grid-template-columns:1fr;gap:12px}.ecard{background:rgb(var(--bg-2));border-radius:var(--radius-banner);padding:18px;display:flex;gap:14px;align-items:center}.ecard .img{width:120px;aspect-ratio:1;background:#fff;border-radius:14px;flex-shrink:0;overflow:hidden}.ecard .img img{width:100%;height:100%;object-fit:cover}.ecard .eyebrow{font-size:.6rem;letter-spacing:.14em;text-transform:uppercase;color:var(--highlight);font-weight:700;display:block}.ecard h4{font-size:1rem;margin:5px 0 6px;font-family:var(--font-head)}.ecard .price{font-weight:700;font-size:1.05rem;margin-bottom:10px}.ecard .price del{color:rgba(var(--text),.55);font-weight:400;font-size:.85rem;margin-right:6px}.reviews-wrap{background:rgb(var(--bg-2));padding:36px 0;margin:24px 0;border-radius:var(--radius-banner)}.rev-scroll{display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:8px;scrollbar-width:none}.rev-scroll::-webkit-scrollbar{display:none}.rev{flex:0 0 85%;scroll-snap-align:start;background:#fff;border-radius:var(--radius-card);padding:20px;display:flex;flex-direction:column;gap:10px}.rev-top{display:flex;align-items:center;gap:10px}.avatar{width:42px;height:42px;border-radius:50%;background:#fce9e4;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:700;color:var(--highlight);font-family:var(--font-head)}.rev-name{font-weight:700;font-size:.88rem;font-family:var(--font-head)}.rev-name small{display:block;color:var(--highlight);font-size:.62rem;font-weight:600;margin-top:2px;font-family:var(--font-body);letter-spacing:.04em}.rev-stars{display:inline-flex;gap:1px;color:rgb(var(--rating))}.rev-stars svg{width:13px;height:13px}.rev h4{font-size:.95rem;font-family:var(--font-head)}.rev p{font-size:.82rem;color:rgba(var(--text),.85);font-style:italic}.rev-prod{display:flex;gap:10px;align-items:center;border-top:1px solid rgb(var(--line));padding-top:12px;font-size:.72rem}.rev-prod .img{width:42px;height:42px;background:rgb(var(--bg-2));border-radius:8px;overflow:hidden}.rev-prod .img img{width:100%;height:100%;object-fit:cover}.logos{padding:32px 0;text-align:center}.logos h3{font-size:.7rem;letter-spacing:.18em;text-transform:uppercase;color:rgba(var(--text),.65);margin-bottom:18px;font-weight:600;font-family:var(--font-body)}.logos-row{display:flex;justify-content:space-around;gap:24px;flex-wrap:wrap;align-items:center;opacity:.6}.logos-row span,.logos-row img{font-size:1rem;font-weight:700;letter-spacing:.06em;font-family:serif;color:rgb(var(--heading));max-height:36px}.why{position:relative;border-radius:var(--radius-banner);overflow:hidden;background-size:cover;background-position:center;min-height:480px}.why:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#fffffff2,#ffffff8c)}.why-inner{position:relative;z-index:2;padding:32px 22px}.why .eyebrow{font-size:.7rem;letter-spacing:.18em;text-transform:uppercase;color:var(--highlight);font-weight:700;display:block;margin-bottom:6px}.why h2{font-size:1.6rem;margin-bottom:10px}.why p{font-size:.9rem;margin-bottom:22px;color:rgba(var(--text),.9);max-width:520px}.why-feats{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:18px}.why-feat{background:#ffffffd9;padding:14px 10px;border-radius:14px;text-align:center;font-size:.78rem;font-weight:600;font-family:var(--font-head);display:flex;flex-direction:column;align-items:center;gap:6px}.why-feat svg{width:24px;height:24px;color:var(--highlight)}.news-section{padding:50px 0;text-align:center}.news-section .eyebrow{font-size:.7rem;letter-spacing:.18em;text-transform:uppercase;color:var(--highlight);font-weight:700;display:block;margin-bottom:8px}.news-section h2{font-size:1.6rem;margin-bottom:8px}.news-section p{font-size:.85rem;margin-bottom:22px;max-width:420px;margin-left:auto;margin-right:auto}.news-form{display:flex;gap:8px;max-width:480px;margin:0 auto;flex-direction:column}.news-form input{padding:13px 18px;border:1px solid rgb(var(--line));border-radius:var(--radius);font-size:.88rem;background:#fff}.news-form input:focus{outline:none;border-color:rgb(var(--heading))}.site-footer{background:rgb(var(--bg-2));color:rgb(var(--text));padding:48px 0 24px;margin-top:36px}.foot-grid{display:grid;grid-template-columns:1fr;gap:28px;padding-bottom:28px;border-bottom:1px solid rgb(var(--line))}.foot-grid h5{color:rgb(var(--heading));margin-bottom:14px}.foot-grid ul{display:flex;flex-direction:column;gap:9px;font-size:.85rem}.foot-grid ul a:hover{color:var(--highlight)}.foot-news input{width:100%;padding:11px 16px;border-radius:var(--radius);border:1px solid rgb(var(--line));background:#fff;font-size:.82rem;margin-bottom:10px}.foot-bot{padding-top:20px;display:flex;flex-direction:column;gap:14px;font-size:.72rem;align-items:center;text-align:center}.foot-bot .selectors{display:flex;gap:10px;font-weight:600;align-items:center}.foot-bot .selectors .sel{display:inline-flex;align-items:center;gap:6px}.foot-bot .selectors svg{width:14px;height:14px}.pay{display:flex;gap:6px;flex-wrap:wrap;justify-content:center}.pay span{background:#fff;border:1px solid rgb(var(--line));color:rgb(var(--heading));font-size:9px;font-weight:700;padding:5px 8px;border-radius:6px;letter-spacing:.04em}.copyright{color:rgba(var(--text),.7)}.product-wrap{display:grid;grid-template-columns:1fr;gap:24px;padding:24px 0 60px}.product-media{display:flex;flex-direction:column;gap:10px}.product-media .main{aspect-ratio:1;background:rgb(var(--bg-2));border-radius:var(--radius-card);overflow:hidden}.product-media .main img{width:100%;height:100%;object-fit:cover}.product-media .thumbs{display:flex;gap:8px;overflow-x:auto;scrollbar-width:none}.product-media .thumbs::-webkit-scrollbar{display:none}.product-media .thumbs button{flex:0 0 70px;aspect-ratio:1;background:rgb(var(--bg-2));border-radius:10px;overflow:hidden;border:2px solid transparent;padding:0}.product-media .thumbs button.is-active{border-color:rgb(var(--heading))}.product-media .thumbs img{width:100%;height:100%;object-fit:cover}.product-info h1{font-size:1.6rem;margin-bottom:8px}.product-info .vendor{font-size:.78rem;color:rgba(var(--text),.7);text-transform:uppercase;letter-spacing:.1em;margin-bottom:6px}.product-info .prices{font-size:1.4rem;font-weight:700;margin:14px 0;display:flex;gap:10px;align-items:center}.product-info .prices del{color:rgba(var(--text),.5);font-weight:400;font-size:1rem}.product-info .prices .sale{color:var(--highlight)}.product-info .stock{font-size:.78rem;font-weight:600;margin-bottom:14px}.product-info .stock.in{color:#4e7032}.product-info .stock.out{color:#a90000}.product-info .desc{font-size:.92rem;color:rgba(var(--text),.9);margin:14px 0 18px;line-height:1.7}.product-form{display:flex;flex-direction:column;gap:16px;border-top:1px solid rgb(var(--line));padding-top:18px;margin-top:8px}.opt-group label{display:block;font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;margin-bottom:8px}.opt-buttons{display:flex;gap:8px;flex-wrap:wrap}.opt-buttons input{position:absolute;opacity:0;pointer-events:none}.opt-buttons label{padding:10px 18px;border:1px solid rgb(var(--line));border-radius:var(--radius);font-size:.8rem;font-weight:600;cursor:pointer;background:#fff;display:inline-block;text-transform:none;letter-spacing:0}.opt-buttons input:checked+label{background:rgb(var(--heading));color:#fff;border-color:rgb(var(--heading))}.opt-color{display:flex;gap:8px;flex-wrap:wrap}.opt-color input{position:absolute;opacity:0;pointer-events:none}.opt-color label{width:32px;height:32px;border-radius:50%;cursor:pointer;border:2px solid transparent;outline:1px solid rgb(var(--line));background-size:cover;background-position:center}.opt-color input:checked+label{border-color:rgb(var(--heading));outline-color:rgb(var(--heading))}.qty-row{display:flex;gap:14px;align-items:center}.qty{display:inline-flex;align-items:center;border:1px solid rgb(var(--line));border-radius:var(--radius);overflow:hidden}.qty button{width:38px;height:42px;display:flex;align-items:center;justify-content:center}.qty input{width:48px;height:42px;border:none;text-align:center;font-weight:600;background:transparent}.qty input:focus{outline:none}.atc-row{display:flex;gap:10px;flex-wrap:wrap}.atc-row .btn{flex:1;min-width:140px;padding:14px 22px}.product-meta-list{font-size:.82rem;display:grid;gap:10px;margin-top:18px}.product-meta-list li{display:flex;gap:10px;align-items:center}.product-meta-list svg{width:18px;height:18px;color:var(--highlight)}.collection-head{padding:30px 0 18px;text-align:center}.collection-head h1{font-size:1.8rem;margin-bottom:6px}.collection-head p{font-size:.9rem;color:rgba(var(--text),.85);max-width:560px;margin:0 auto}.collection-bar{display:flex;justify-content:space-between;align-items:center;padding:14px 0;border-top:1px solid rgb(var(--line));border-bottom:1px solid rgb(var(--line));font-size:.8rem;margin-bottom:24px}.collection-bar select{border:1px solid rgb(var(--line));padding:8px 14px;border-radius:var(--radius);background:#fff;font-weight:600}.collection-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;padding-bottom:48px}.collection-grid .pcard{flex:none;scroll-snap-align:none}.pagination-wrap{display:flex;justify-content:center;gap:8px;padding:24px 0 60px}.pagination-wrap a,.pagination-wrap span{width:38px;height:38px;display:flex;align-items:center;justify-content:center;border-radius:50%;border:1px solid rgb(var(--line));font-weight:600;font-size:.85rem;color:rgb(var(--heading))}.pagination-wrap span.current{background:rgb(var(--heading));color:#fff;border-color:rgb(var(--heading))}.cart-wrap{padding:24px 0 60px}.cart-wrap h1{font-size:1.7rem;margin-bottom:18px}.cart-empty{text-align:center;padding:60px 20px}.cart-empty p{margin:18px 0;color:rgba(var(--text),.85)}.cart-items{display:flex;flex-direction:column;gap:14px;margin-bottom:24px}.cart-line{display:grid;grid-template-columns:80px 1fr;gap:14px;padding:16px;border:1px solid rgb(var(--line));border-radius:var(--radius-card);align-items:start}.cart-line .img{aspect-ratio:1;background:rgb(var(--bg-2));border-radius:10px;overflow:hidden}.cart-line .img img{width:100%;height:100%;object-fit:cover}.cart-line .info h4{font-size:.92rem;margin-bottom:4px}.cart-line .vary{font-size:.74rem;color:rgba(var(--text),.7);margin-bottom:8px}.cart-line .row{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px;margin-top:8px}.cart-line .price{font-weight:700}.cart-line .remove{font-size:.74rem;color:rgba(var(--text),.7);text-decoration:underline;display:inline-flex;align-items:center;gap:4px}.cart-summary{background:rgb(var(--bg-2));border-radius:var(--radius-card);padding:22px;display:flex;flex-direction:column;gap:14px}.cart-summary .line{display:flex;justify-content:space-between;font-size:.92rem}.cart-summary .line.total{font-size:1.1rem;font-weight:700;border-top:1px solid rgb(var(--line));padding-top:12px}.cart-summary .note{font-size:.74rem;color:rgba(var(--text),.7);text-align:center}.cart-note{margin-top:16px;font-size:.82rem}.cart-note textarea{width:100%;padding:12px;border:1px solid rgb(var(--line));border-radius:14px;background:#fff;min-height:80px;resize:vertical;margin-top:8px}.page-wrap{padding:32px 0 60px;max-width:780px;margin:0 auto}.page-wrap h1{font-size:2rem;margin-bottom:14px;text-align:center}.page-wrap .meta{font-size:.78rem;color:rgba(var(--text),.7);text-align:center;margin-bottom:24px}.rte{font-size:.95rem;line-height:1.75}.rte h2{font-size:1.5rem;margin:1.6em 0 .6em}.rte h3{font-size:1.2rem;margin:1.4em 0 .5em}.rte p{margin-bottom:1em}.rte a{color:var(--highlight);text-decoration:underline}.rte ul,.rte ol{margin:0 0 1em 1.4em}.rte li{margin-bottom:.4em}.rte blockquote{border-left:3px solid var(--highlight);padding-left:18px;margin:1.4em 0;font-style:italic;color:rgba(var(--text),.85)}.rte img{border-radius:14px;margin:1.4em 0}.empty-state{text-align:center;padding:80px 20px}.empty-state h1{font-size:2rem;margin-bottom:10px}.empty-state p{margin-bottom:24px;color:rgba(var(--text),.8)}.search-form{position:relative}.search-form input{width:100%;padding:12px 46px 12px 18px;border:1px solid rgb(var(--line));border-radius:var(--radius);background:rgb(var(--bg-2));font-size:.9rem}.search-form button{position:absolute;right:6px;top:50%;transform:translateY(-50%);width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center}.form-row{display:flex;flex-direction:column;gap:6px;margin-bottom:14px}.form-row label{font-size:.78rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em}.form-row input,.form-row textarea{padding:12px 16px;border:1px solid rgb(var(--line));border-radius:14px;background:#fff}.form-row textarea{min-height:120px;resize:vertical}.form-row input:focus,.form-row textarea:focus{outline:none;border-color:rgb(var(--heading))}.form-error{color:#a90000;font-size:.8rem;margin-top:6px}.form-success{background:#e8f3df;border:1px solid #4e7032;color:#4e7032;padding:14px;border-radius:14px;font-size:.85rem}.text-center{text-align:center}.mt-4{margin-top:1rem}.hide-mobile{display:none}.show-mobile{display:block}@media(min-width:640px){.container{padding:0 24px}.top-mini{display:flex}.hero{height:580px}.hero-content{padding:0 32px 90px}.hero-content h1{font-size:2.6rem}.usp{grid-template-columns:repeat(4,1fr)}.usp-item{border-bottom:none}.usp-item:nth-child(2n){border-right:1px solid rgb(var(--line))}.usp-item:nth-child(4){border-right:none}.frow{grid-template-columns:1.55fr 1fr;gap:18px;align-items:stretch}.frow.reverse{grid-template-columns:1fr 1.55fr}.frow.reverse .side-prod{order:1}.frow.reverse .fbanner{order:2}.pcard{flex-basis:42%}.promo-grid{grid-template-columns:repeat(4,1fr)}.promo .tx p{display:block;font-size:.74rem}.codes-grid{grid-template-columns:1fr 1fr}.gcard{flex-basis:30%}.easter-grid{grid-template-columns:1fr 1fr}.rev{flex-basis:48%}.why-feats{grid-template-columns:repeat(4,1fr)}.news-form{flex-direction:row}.news-form input{flex:1}.foot-grid{grid-template-columns:1.4fr 1fr 1fr 1fr 1.4fr;gap:32px}.foot-bot{flex-direction:row;justify-content:space-between;text-align:left}.deals h2{font-size:2.4rem}.deals-inner{padding:48px}.cd{min-width:74px;padding:14px}.cd b{font-size:1.7rem}.product-wrap{grid-template-columns:1fr 1fr;gap:36px}.collection-grid{grid-template-columns:repeat(3,1fr);gap:18px}.cart-wrap{display:grid;grid-template-columns:1fr 360px;gap:32px;align-items:start}}@media(min-width:1024px){:root{--fs-base:.9625rem;--fs-h1:3.825rem;--fs-h2:2.25rem;--fs-h3:1.35rem;--fs-h4:1.24rem}.container{padding:0 40px}.menu-toggle{display:none}.main-nav{display:flex;align-items:center;gap:22px;font-size:.86rem;font-weight:600}.main-nav a{display:flex;align-items:center;gap:6px;padding:10px 0;color:rgb(var(--heading))}.main-nav a:hover{color:var(--highlight)}.main-nav .pill{font-size:9px;padding:3px 8px}.site-logo{font-size:30px}.site-logo:before{width:18px;height:18px}.h-icons a,.h-icons button{width:42px;height:42px}.h-icons svg{width:20px;height:20px}.hero{height:640px}.hero-content{padding:0 80px 110px;max-width:760px}.hero-content small{font-size:.78rem;margin-bottom:18px}.hero-content h1{font-size:3.5rem;margin-bottom:20px}.hero-content p{font-size:1rem;margin-bottom:28px}.sec-head h2{font-size:2.4rem}.marquee-track{font-size:1.8rem}.pcard{flex:1}.prod-scroll{display:grid;grid-template-columns:repeat(4,1fr);overflow:visible;gap:18px}.gift-scroll{display:grid;grid-template-columns:repeat(5,1fr);overflow:visible;gap:14px}.gcard{flex:1}.rev-scroll{display:grid;grid-template-columns:repeat(3,1fr);overflow:visible;gap:18px}.rev{flex:1}.codes-grid{grid-template-columns:repeat(4,1fr);gap:16px}.ecard{padding:28px;gap:22px}.ecard .img{width:160px}.ecard h4{font-size:1.2rem}.fbanner{height:520px}.fbanner h2{font-size:2.4rem}.fbanner p{font-size:.95rem}.frow{gap:24px}.promo-grid{gap:14px}.deals{height:460px}.deals h2{font-size:3rem}.why{min-height:540px}.why-inner{padding:60px;max-width:780px}.why h2{font-size:2.6rem}.why-feats{gap:14px}.why-feat{padding:18px}.news-section h2{font-size:2.4rem}.section{padding:64px 0}.hide-mobile{display:block}.show-mobile{display:none}.product-wrap{grid-template-columns:1.05fr 1fr;gap:48px;padding:36px 0 80px}.product-info h1{font-size:2.4rem}.product-info .prices{font-size:1.7rem}.collection-grid{grid-template-columns:repeat(4,1fr);gap:20px}.collection-head h1{font-size:2.6rem}.reviews-wrap{padding:60px 0}.marquee{padding:24px 0}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/theme.css.map */
