@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:wght@600;700;800&display=swap";:root{--red:#b5121b;--gold:#f5bd16;--cream:#fff7ed;--ink:#241b1b;--white:#fff}*{box-sizing:border-box}body{margin:0;font-family:DM Sans,Arial,sans-serif;color:var(--ink);background:#fff}a{color:inherit;text-decoration:none}.topbar{background:var(--red);color:#fff;padding:8px 5%;font-size:13px}.topbar span{float:right}.site-header{height:92px;display:flex;align-items:center;justify-content:space-between;padding:0 4%;background:#fff;box-shadow:0 2px 15px #00000012;position:sticky;top:0;z-index:20}.brand img{width:250px;max-height:75px;object-fit:contain}.nav{display:flex;gap:24px;align-items:center;font-weight:600;font-size:14px}.nav a:hover{color:var(--red)}.cart-link span{background:var(--red);color:#fff;border-radius:20px;padding:2px 6px;font-size:11px}.menu-toggle{display:none;background:none;border:0;font-size:28px}.btn{display:inline-block;border:0;border-radius:7px;padding:14px 22px;font-weight:800;cursor:pointer;text-align:center}.btn-red{background:var(--red);color:#fff}.btn-gold{background:var(--gold);color:#241b1b}.wide{width:100%;margin-top:12px}.hero{min-height:520px;background:#17110d;display:grid;grid-template-columns:48% 52%;color:#fff;overflow:hidden}.hero-copy{padding:70px 8% 50px;display:flex;flex-direction:column;justify-content:center}.eyebrow{color:var(--red);font-weight:800;letter-spacing:1.5px;font-size:13px;margin:0 0 8px}.hero .eyebrow{color:var(--gold)}h1,h2{font-family:Playfair Display,Georgia,serif}.hero h1{font-size:72px;line-height:.92;margin:0}.hero h2{color:var(--gold);font-size:27px;margin:18px 0 8px;font-style:italic}.hero-copy>p:not(.eyebrow){font-size:18px;line-height:1.5;max-width:520px}.hero-actions{display:flex;gap:12px;margin:22px 0}.trust-row{display:flex;gap:25px;margin-top:20px}.trust-row div{font-size:14px}.trust-row small{display:block;color:#ddd;margin-left:25px;margin-top:3px}.hero-image{background-size:cover;background-position:center;min-height:520px}.section{padding:60px 5%;max-width:1250px;margin:auto}.cream{max-width:none;background:var(--cream)}.section-head{text-align:center;margin-bottom:30px}.section-head h1,.section-head h2{font-size:38px;margin:0}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:25px}.product-card{background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 5px 20px #00000012;border:1px solid #eee}.product-card img{width:100%;aspect-ratio:1.35;object-fit:cover}.product-body{padding:18px}.product-body h3{margin:0 0 7px;font-family:Playfair Display,Georgia,serif}.product-body p{font-size:13px;color:#666;min-height:40px}.price,.big-price{color:var(--red);font-size:19px;display:block;margin:10px 0}.quick-add .btn{width:100%;padding:11px}.category-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:25px}.category{text-align:center;font-weight:700}.category img{width:120px;height:120px;border-radius:50%;object-fit:cover;display:block;margin:auto auto 10px}.benefits{background:var(--red);color:#fff;display:grid;grid-template-columns:repeat(4,1fr);padding:38px 5%;gap:25px;text-align:center}.benefits span{font-size:28px;display:block}.benefits b,.benefits small{display:block}.benefits small{color:#f8dfdf;margin-top:5px}.delivery-strip{display:grid;grid-template-columns:repeat(3,1fr);padding:30px 5%;background:var(--cream);text-align:center}.delivery-strip b,.delivery-strip small{display:block}.footer{background:#930e15;color:#fff;padding:50px 5% 0}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:35px}.footer h4{color:var(--gold);font-size:13px}.footer a{display:block;margin:8px 0;color:#f8eaea}.footer-brand{font-family:Playfair Display,serif;font-size:28px;color:#fff}.copyright{text-align:center;border-top:1px solid #ffffff22;margin-top:35px;padding:18px;font-size:12px}.wa-float{position:fixed;right:18px;bottom:18px;background:#fff;border:2px solid #20c46b;border-radius:35px;padding:10px 18px 10px 14px;box-shadow:0 5px 25px #0003;z-index:30;color:#1c8d50}.wa-float strong{color:#222}.product-page .product-detail{display:grid;grid-template-columns:1.1fr 1fr;gap:55px;align-items:center}.product-main-image{width:100%;border-radius:18px}.product-detail h1{font-size:48px}.description{line-height:1.7;color:#555}.qty,.select{padding:12px;border:1px solid #ddd;border-radius:7px;margin:8px 0;width:100%}.cart-page{max-width:900px}.cart-row{display:grid;grid-template-columns:100px 1fr auto;gap:20px;align-items:center;border-bottom:1px solid #eee;padding:15px 0}.cart-row img{width:100px;height:80px;object-fit:cover;border-radius:8px}.cart-total{display:flex;justify-content:space-between;font-size:20px;padding:25px 0}.page-content{min-height:55vh}.page-content h1{font-size:45px}@media(max-width:768px){html{font-size:16px}body{overflow-x:hidden}.topbar{padding:7px 12px;text-align:center;font-size:11px;line-height:1.4}.topbar span{display:block;margin-top:2px}.site-header{height:68px;padding:0 14px;position:sticky;top:0}.brand img{width:165px;max-height:55px}.menu-toggle{display:block;font-size:27px;color:var(--red);padding:8px}.nav{display:none}.nav.open{display:flex;position:absolute;top:68px;left:0;right:0;background:#fff;padding:16px;gap:4px;flex-direction:column;align-items:stretch;box-shadow:0 10px 25px #0002}.nav.open a{padding:13px 10px;border-bottom:1px solid #eee}.nav.open .btn{margin-top:8px;text-align:center}.hero{display:flex;flex-direction:column;min-height:0}.hero-image{order:-1;width:100%;height:245px;min-height:245px;background-position:center}.hero-copy{padding:32px 20px 28px;text-align:center}.hero h1{font-size:49px;line-height:.9}.hero h2{font-size:23px;margin:14px 0 7px}.hero-copy>p:not(.eyebrow){font-size:15px;line-height:1.45;margin:8px auto;max-width:340px}.hero-actions{display:grid;grid-template-columns:1fr;gap:10px;margin:18px 0}.btn{width:100%;min-height:48px;padding:13px 15px;font-size:14px}.trust-row{display:grid;grid-template-columns:1fr;gap:10px;margin-top:12px}.trust-row div{background:#ffffff10;border-radius:10px;padding:9px}.section{padding:40px 15px}.section-head{margin-bottom:22px}.section-head h1,.section-head h2{font-size:30px;line-height:1.15}.product-grid{grid-template-columns:1fr 1fr;gap:12px}.product-card{border-radius:12px}.product-card img{aspect-ratio:1/1;object-fit:cover}.product-body{padding:12px}.product-body h3{font-size:17px;line-height:1.15}.product-body p{font-size:12px;line-height:1.35;min-height:34px;margin:7px 0}.price{font-size:16px;margin:7px 0}.quick-add .btn{font-size:12px;min-height:42px;padding:10px 5px}.category-grid{grid-template-columns:repeat(2,1fr);gap:16px}.category img{width:105px;height:105px}.benefits{grid-template-columns:1fr 1fr;padding:28px 14px;gap:10px}.benefits>div{padding:10px 5px}.benefits span{font-size:24px}.benefits b{font-size:13px}.benefits small{font-size:11px;line-height:1.3}.delivery-strip{grid-template-columns:1fr;gap:0;padding:0}.delivery-strip>div{padding:17px 12px;border-bottom:1px solid #eadfce}.footer{padding:38px 18px 0}.footer-grid{grid-template-columns:1fr;gap:22px}.footer-brand{font-size:25px}.footer h4{margin-bottom:8px}.copyright{margin-top:24px}.wa-float{right:12px;bottom:12px;border-radius:30px;padding:9px 14px;font-size:12px;line-height:1.2}.product-page .product-detail{display:flex;flex-direction:column;gap:25px;align-items:stretch}.product-detail h1{font-size:36px;margin:5px 0}.product-main-image{border-radius:14px;max-height:380px;object-fit:cover}.description{font-size:14px;line-height:1.6}.qty,.select{min-height:48px;font-size:16px}.cart-page{padding-left:14px;padding-right:14px}.cart-row{grid-template-columns:68px 1fr;gap:10px;position:relative;padding:13px 0}.cart-row img{width:68px;height:68px}.cart-row>strong{grid-column:2;font-size:15px}.cart-row h3{font-size:15px;margin:0}.cart-row p{font-size:12px;margin:4px 0}.cart-row .qty{width:75px;min-height:40px}.cart-total{font-size:18px}.page-content{min-height:60vh}.page-content h1{font-size:36px}}@media(max-width:380px){.brand img{width:145px}.hero-image{height:215px;min-height:215px}.hero h1{font-size:43px}.product-grid{gap:9px}.product-body{padding:10px}.product-body h3{font-size:15px}.product-body p,.quick-add .btn{font-size:11px}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/style.css.map */
