:root{--red:#e10600;--red-dark:#b90000;--black:#111111;--ink:#1b1b1b;--muted:#606060;--line:#e9e9e9;--cream:#faf8f4;--white:#ffffff;--shadow: 0 18px 45px rgba(17,17,17,.1);--radius: 22px;--max: 1380px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:#fff}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.page-width{max-width:var(--max);margin:0 auto;padding:0 28px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:14px;padding:16px 24px;font-weight:900;text-transform:uppercase;letter-spacing:.02em;border:2px solid transparent;line-height:1;transition:.18s ease;min-height:54px;cursor:pointer}.btn--red{background:var(--red);color:#fff;box-shadow:0 12px 26px #e1060038}.btn--red:hover{background:var(--red-dark);transform:translateY(-1px)}.btn--outline{border-color:var(--red);color:#111;background:#fff}.btn--outline:hover{background:#fff3f2}.site-header{position:sticky;top:0;background:#fffffff5;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:50;border-bottom:1px solid var(--line)}.header-inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:18px;min-height:84px}.logo{font-size:34px;font-weight:950;font-style:italic;letter-spacing:-.06em;white-space:nowrap}.logo span{color:var(--red)}.main-nav{display:flex;align-items:center;justify-content:center;gap:34px;font-weight:900;font-size:17px}.nav-link{padding:30px 0}.nav-dropdown{position:relative}.dropdown-menu{position:absolute;left:50%;top:100%;transform:translate(-50%) translateY(12px);min-width:260px;background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow);padding:10px;opacity:0;pointer-events:none;transition:.18s ease}.nav-dropdown:hover .dropdown-menu,.nav-dropdown.is-open .dropdown-menu{opacity:1;pointer-events:auto;transform:translate(-50%) translateY(0)}.dropdown-menu a{display:block;padding:13px 14px;border-radius:12px;font-weight:800;color:#222}.dropdown-menu a:hover{background:#fff1f0;color:var(--red)}.header-actions{display:flex;align-items:center;justify-content:flex-end;gap:12px}.cart-pill{background:var(--red);color:#fff;border-radius:999px;padding:14px 22px;font-weight:900;box-shadow:0 10px 22px #e106002e}.mobile-menu-label{display:none}.hero{position:relative;overflow:hidden;background:radial-gradient(circle at 86% 40%,rgba(225,6,0,.1),transparent 28%),linear-gradient(180deg,#fff 0% 62%,#fafafa);border-bottom:1px solid var(--line)}.hero-inner{max-width:var(--max);margin:0 auto;padding:64px 28px 54px;display:grid;grid-template-columns:minmax(0,.92fr) minmax(420px,1.08fr);gap:42px;align-items:center}.hero-kicker{color:var(--red);font-weight:950;text-transform:uppercase;letter-spacing:.12em;font-size:18px;margin:0 0 18px}.hero-title{font-size:clamp(48px,6vw,92px);line-height:.92;margin:0 0 22px;font-weight:1000;letter-spacing:-.07em;text-transform:uppercase}.hero-title em{font-style:normal;color:var(--red)}.hero-text{font-size:22px;line-height:1.38;color:#222;max-width:600px;margin:0 0 28px}.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-bottom:28px}.hero-subproof{display:flex;flex-wrap:wrap;gap:18px;color:#272727;font-size:15px;font-weight:800}.proof-chip{display:inline-flex;align-items:center;gap:8px}.proof-chip .icon{font-size:22px}.hero-media{position:relative}.hero-card{background:#fff;border:1px solid var(--line);border-radius:30px;box-shadow:var(--shadow);overflow:hidden;transform:rotate(-1deg)}.hero-card img{width:100%;height:auto;aspect-ratio:1.16/1;object-fit:cover}.hero-badge{position:absolute;right:18px;bottom:18px;background:#111;color:#fff;border-radius:18px;padding:14px 16px;font-weight:900;box-shadow:0 12px 24px #00000038;font-size:15px}.hero-badge span{display:block;color:#ffdfdf;font-size:12px;text-transform:uppercase;letter-spacing:.08em;margin-bottom:4px}.hooks{background:#fff;padding:28px 0;border-bottom:1px solid var(--line)}.hooks-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.hook-card{border:1px solid var(--line);background:#fff;border-radius:20px;padding:20px 18px;display:flex;align-items:flex-start;gap:14px;box-shadow:0 10px 26px #0000000a}.hook-icon{width:46px;height:46px;border-radius:50%;background:#fff1f0;color:var(--red);display:flex;align-items:center;justify-content:center;font-size:24px;flex:0 0 auto}.hook-title{margin:0 0 4px;font-weight:950;text-transform:uppercase;font-size:17px}.hook-text{margin:0;color:#555;line-height:1.35;font-size:15px}.categories{padding:58px 0;background:#fff}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;margin-bottom:28px}.section-kicker{color:var(--red);font-weight:950;text-transform:uppercase;letter-spacing:.1em;font-size:14px;margin:0 0 8px}.section-title{font-size:clamp(34px,4vw,58px);line-height:.95;margin:0;font-weight:1000;letter-spacing:-.06em;text-transform:uppercase}.section-title:after{content:"";display:block;width:150px;height:9px;background:var(--red);border-radius:99px;margin-top:16px;box-shadow:22px 0 #ffd4d1}.section-desc{margin:0;color:#595959;font-size:18px;line-height:1.45;max-width:440px}.category-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:20px}.category-card{position:relative;overflow:hidden;border-radius:18px;background:#eee;min-height:246px;box-shadow:0 16px 34px #0000001f;transition:.18s ease;border:1px solid #ddd}.category-card:hover{transform:translateY(-3px)}.category-card img{width:100%;height:100%;position:absolute;top:0;right:0;bottom:0;left:0;object-fit:cover}.category-card:after{content:"";position:absolute;inset:auto 0 0;height:44%;background:linear-gradient(180deg,transparent,rgba(0,0,0,.12) 10%,var(--red) 38%)}.category-card-title{position:absolute;left:14px;right:14px;bottom:17px;color:#fff;font-size:21px;font-weight:1000;text-transform:uppercase;text-align:center;font-style:italic;letter-spacing:-.04em;z-index:2;text-shadow:0 2px 4px rgba(0,0,0,.16)}.product-teaser{padding:54px 0;background:linear-gradient(180deg,#fff,#fff8f7)}.teaser-box{border:1px solid var(--line);border-radius:28px;background:#fff;box-shadow:var(--shadow);padding:28px;display:grid;grid-template-columns:1fr auto;gap:24px;align-items:center}.teaser-title{margin:0 0 8px;font-size:34px;font-weight:1000;letter-spacing:-.04em;text-transform:uppercase}.teaser-text{margin:0;color:#555;font-size:18px;line-height:1.45;max-width:760px}.site-footer{background:#fff;border-top:1px solid var(--line);padding:42px 0;color:#333}.footer-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:28px}.footer-title{font-size:24px;font-weight:950;font-style:italic;letter-spacing:-.05em;margin:0 0 12px}.footer-title span{color:var(--red)}.footer-heading{font-weight:950;margin:0 0 12px;text-transform:uppercase}.footer-links{display:grid;gap:10px;color:#555}.footer-text{max-width:460px;line-height:1.5;color:#555}.template-title{font-size:44px;font-weight:950;letter-spacing:-.04em;margin:42px 0 20px}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;margin:20px 0 60px}.product-card{border:1px solid var(--line);border-radius:18px;overflow:hidden;background:#fff}.product-card__info{padding:14px}.price{font-weight:900;color:var(--red)}@media(max-width:1100px){.category-grid{grid-template-columns:repeat(3,1fr)}.hooks-grid{grid-template-columns:repeat(2,1fr)}.hero-inner{grid-template-columns:1fr;gap:26px}.hero-media{order:-1}.hero-card{transform:none}}@media(max-width:760px){.page-width{padding:0 18px}.header-inner{grid-template-columns:1fr;min-height:auto;padding:18px 0 20px;text-align:center}.logo{font-size:38px;justify-self:center}.main-nav{order:3;gap:26px;font-size:21px;flex-wrap:wrap}.nav-link{padding:8px 0}.header-actions{position:absolute;right:18px;top:30px}.cart-pill{font-size:0;padding:13px 16px}.cart-pill:after{content:"\1f6d2";font-size:22px}.dropdown-menu{display:none}.hero-inner{padding:22px 18px 36px;display:flex;flex-direction:column}.hero-media{width:100%;order:2}.hero-card{border-radius:24px}.hero-card img{aspect-ratio:1/1;object-fit:cover}.hero-badge{display:none}.hero-copy{order:1;text-align:left;width:100%}.hero-kicker{font-size:13px;margin-bottom:10px}.hero-title{font-size:46px;line-height:.94;margin-bottom:16px}.hero-text{font-size:18px;line-height:1.36;margin-bottom:22px}.hero-actions{margin-bottom:18px}.hero-actions .btn--outline{display:none}.hero-actions .btn{width:100%;font-size:16px}.hero-subproof{display:grid;grid-template-columns:1fr 1fr;gap:10px;font-size:13px}.proof-chip{background:#fff;border:1px solid var(--line);border-radius:14px;padding:10px}.hooks{padding:20px 0}.hooks-grid{grid-template-columns:1fr 1fr;gap:10px}.hook-card{padding:14px 12px;border-radius:16px;display:block}.hook-icon{width:38px;height:38px;font-size:20px;margin-bottom:8px}.hook-title{font-size:13px;line-height:1.05}.hook-text{font-size:12px;line-height:1.28}.categories{padding:42px 0}.section-head{display:block;margin-bottom:24px}.section-title{font-size:42px}.section-desc{font-size:18px;margin-top:28px}.category-grid{grid-template-columns:1fr 1fr;gap:14px}.category-card{min-height:210px;border-radius:14px}.category-card-title{font-size:18px;bottom:14px}.teaser-box{grid-template-columns:1fr;padding:22px;border-radius:22px}.teaser-title{font-size:28px}.teaser-box .btn{width:100%}.footer-grid{grid-template-columns:1fr}.product-grid{grid-template-columns:1fr 1fr;gap:14px}}@media(max-width:390px){.logo{font-size:32px}.main-nav{font-size:18px;gap:18px}.hero-title{font-size:39px}.category-card{min-height:185px}.category-card-title{font-size:16px}}.product-card{display:block;min-height:auto!important}.product-card>img,.product-card picture,.product-card .media,.product-card__image{width:100%!important}.product-card img{width:100%!important;aspect-ratio:1 / 1!important;height:auto!important;object-fit:cover!important;object-position:center center!important;background:#f5f5f5}.product-card__info{min-height:110px;background:#fff}@media(max-width:760px){.product-grid{grid-template-columns:1fr 1fr!important;gap:12px!important}.product-card img{aspect-ratio:1 / 1!important;height:auto!important}.product-card__info{padding:12px!important;min-height:96px}.product-card__info strong{font-size:14px;line-height:1.15}}main>.shopify-section:first-child+br{display:none}@media(max-width:760px){.product-grid{grid-template-columns:1fr 1fr!important}.product-card img{aspect-ratio:1 / 1!important}}.product-card img{width:100%!important;aspect-ratio:1 / 1!important;height:auto!important;object-fit:cover!important;object-position:center center!important}.product-card__info{min-height:104px!important}@media(max-width:760px){.product-grid{grid-template-columns:1fr 1fr!important;gap:12px!important}.hero-actions .btn{width:100%}}.hooks-grid{grid-template-columns:repeat(3,1fr)}.product-page{padding-top:42px;padding-bottom:70px}.product-layout{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(380px,.92fr);gap:48px;align-items:start}.product-gallery{display:grid;grid-template-columns:1fr 1fr;gap:16px}.product-gallery__item{background:#f5f5f5;border:1px solid var(--line);border-radius:22px;overflow:hidden;box-shadow:0 12px 30px #0000000f}.product-gallery__item:first-child{grid-column:1 / -1}.product-gallery__item img{width:100%!important;aspect-ratio:1 / 1!important;height:auto!important;object-fit:cover!important;object-position:center center!important}.product-info{position:sticky;top:110px}.product-title{margin-top:0!important;margin-bottom:18px!important;font-size:clamp(34px,4vw,58px);line-height:.95}.product-price{color:var(--red);font-weight:1000;font-size:30px;margin-bottom:18px}.product-price span{color:#999;text-decoration:line-through;font-size:21px;margin-left:10px}.product-mini-hooks{display:grid;grid-template-columns:1fr;gap:9px;margin:18px 0 24px}.product-mini-hooks span{border:1px solid var(--line);border-radius:14px;padding:11px 13px;font-weight:850;background:#fff}.product-description{font-size:16px;line-height:1.55;color:#242424}.product-submit{width:100%;margin-top:24px}@media(max-width:900px){.hooks-grid{grid-template-columns:1fr 1fr 1fr}.product-layout{grid-template-columns:1fr;gap:26px}.product-info{position:static}.product-gallery{grid-template-columns:1fr 1fr;gap:12px}.product-gallery__item{border-radius:16px}.product-title{font-size:34px}}@media(max-width:760px){.hooks-grid{grid-template-columns:1fr 1fr}.hooks-grid .hook-card:nth-child(3){grid-column:1 / -1}.product-page{padding-top:24px}.product-gallery{grid-template-columns:1fr 1fr}.product-gallery__item:first-child{grid-column:1 / -1}.product-mini-hooks{grid-template-columns:1fr}}.mobile-menu-toggle{display:none;-webkit-appearance:none;appearance:none;border:0;background:transparent;width:42px;height:42px;padding:9px;border-radius:12px}.mobile-menu-toggle span{display:block;height:3px;background:#111;border-radius:99px;margin:5px 0}.mobile-drawer{display:none}.sales-home{padding:38px 0 42px;background:linear-gradient(180deg,#fff,#fff8f7)}.mobile-first-images{display:grid;grid-template-columns:1.15fr .85fr;gap:16px;align-items:stretch;margin-bottom:34px}.mobile-first-image{overflow:hidden;border-radius:22px;border:1px solid var(--line);box-shadow:0 14px 36px #00000014;background:#f3f3f3}.mobile-first-image--large{grid-row:span 2}.mobile-first-image img{width:100%;height:100%;aspect-ratio:1/1;object-fit:cover}.sales-copy{max-width:960px}.sales-main-btn{margin-top:8px}.best-sellers{padding:42px 0 34px;background:#fff}.best-grid{margin-bottom:26px}.center-cta{display:flex;justify-content:center;margin-top:24px}.trust-button-section{padding:16px 0 34px;background:#fff}.trust-buttons{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.trust-buttons div{border:1px solid var(--line);background:#fff;border-radius:18px;padding:16px;text-align:center;box-shadow:0 10px 24px #0000000b}.product-home-description{padding:34px 0;background:#fff8f7}.narrow{max-width:900px}.product-home-description h2,.legal-page h1{font-size:clamp(34px,4vw,54px);line-height:.95;font-weight:1000;letter-spacing:-.06em;text-transform:uppercase}.product-home-description .btn{margin-top:18px}.event-section{padding:42px 0;background:#fff}.event-box{display:grid;grid-template-columns:.8fr 1.2fr;gap:30px;border:1px solid var(--line);border-radius:26px;padding:30px;box-shadow:var(--shadow)}.event-text{margin:0 0 18px;font-size:18px;line-height:1.45;color:#444}.event-tags{display:flex;flex-wrap:wrap;gap:10px}.event-tags span{border:1px solid #ffd0cc;background:#fff3f2;color:#111;border-radius:999px;padding:10px 14px;font-weight:850}.image-cta{padding:42px 0;background:#fff}.image-cta-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.image-cta-card{overflow:hidden;border-radius:22px;border:1px solid var(--line);box-shadow:0 12px 30px #00000014}.image-cta-card img{width:100%;aspect-ratio:1/1;object-fit:cover}.social-feed{padding:42px 0;background:#fff8f7}.social-placeholder{border:1px dashed #ddd;border-radius:24px;padding:18px;background:#fff;text-align:center}.social-placeholder img{border-radius:18px;width:100%;max-height:460px;object-fit:cover}.social-placeholder p{margin:14px 0 0;color:#555;font-weight:800}.social-embed{background:#fff;border-radius:24px;padding:18px;border:1px solid var(--line)}.faq-section{padding:42px 0 70px}.faq-item{border:1px solid var(--line);border-radius:18px;padding:18px 20px;margin:12px 0;background:#fff}.faq-item summary{cursor:pointer;font-weight:950;font-size:18px}.faq-item div{color:#555;padding-top:12px;line-height:1.5}.legal-page{padding:42px 28px 70px}.legal-card{border:1px solid var(--line);background:#fff;border-radius:22px;padding:22px;box-shadow:0 10px 26px #0000000a}.product-card img{width:100%!important;aspect-ratio:1/1!important;height:auto!important;object-fit:cover!important;object-position:center center!important}.product-gallery__item img{width:100%!important;aspect-ratio:1/1!important;height:auto!important;object-fit:cover!important}@media(max-width:900px){.header-inner{grid-template-columns:48px 1fr auto!important;min-height:76px!important;padding:10px 0!important;text-align:initial!important}.mobile-menu-toggle{display:block;justify-self:start}.logo{justify-self:center!important;font-size:31px!important}.header-actions{position:static!important;justify-self:end}.cart-pill{padding:12px 14px!important;font-size:0!important}.cart-pill span{display:none}.cart-pill:after{content:"\1f6d2";font-size:21px}.main-nav{display:none!important}.mobile-drawer{display:none;border-top:1px solid var(--line);background:#fff;padding:12px 20px 18px;box-shadow:0 18px 30px #00000014}.mobile-drawer.is-open{display:grid;gap:8px}.mobile-drawer a{padding:14px 12px;border-radius:14px;font-weight:900;background:#fff8f7}.mobile-first-images{grid-template-columns:1fr 1fr;gap:10px;margin-bottom:24px}.mobile-first-image{border-radius:16px}.mobile-first-image--large{grid-column:1/-1;grid-row:auto}.sales-home{padding:18px 0 32px}.sales-copy .hero-title{font-size:41px}.sales-copy .hero-text{font-size:17px}.sales-main-btn{width:100%}.best-sellers{padding-top:34px}.section-head--simple{margin-bottom:18px}.trust-buttons{grid-template-columns:1fr;gap:10px}.trust-buttons div{text-align:left;padding:14px 16px}.event-box{grid-template-columns:1fr;padding:22px;gap:12px}.image-cta-grid{grid-template-columns:1fr}.social-feed{padding-bottom:34px}}.site-header{z-index:80}.header-inner{grid-template-columns:64px 1fr 190px!important;position:relative}.main-nav{display:none!important}.universal-menu-toggle,.mobile-menu-toggle{display:block!important;justify-self:start;cursor:pointer;background:#fff;border:1px solid var(--line);box-shadow:0 8px 20px #0000000d}.universal-menu-toggle.is-open span:nth-child(1){transform:translateY(8px) rotate(45deg)}.universal-menu-toggle.is-open span:nth-child(2){opacity:0}.universal-menu-toggle.is-open span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.universal-menu-toggle span{transition:.18s ease}.logo{justify-self:center!important}.header-actions{position:static!important;justify-self:end!important}.universal-drawer,.mobile-drawer{display:none;position:absolute;left:50%;transform:translate(-50%);top:calc(100% + 10px);width:min(520px,calc(100vw - 32px));background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:0 24px 60px #00000029;padding:14px;z-index:90}.universal-drawer.is-open,.mobile-drawer.is-open{display:grid;gap:8px}.universal-drawer a,.mobile-drawer a{display:block;padding:15px 16px;border-radius:14px;background:#fff8f7;font-weight:950;color:#111}.universal-drawer a:hover,.mobile-drawer a:hover{background:#ffe6e3;color:var(--red)}.universal-drawer .drawer-child{margin-left:16px;background:#fff;border:1px solid var(--line);font-weight:850;color:#333}@media(min-width:901px){.site-header{position:sticky}.header-inner{min-height:82px!important}.cart-pill{font-size:15px!important;padding:13px 18px!important}.cart-pill span{display:inline!important}.cart-pill:after{content:""!important}}@media(max-width:900px){.header-inner{grid-template-columns:48px 1fr auto!important}.universal-drawer,.mobile-drawer{top:calc(100% + 6px);width:calc(100vw - 24px);border-radius:18px}}.header-inner{padding-left:18px!important;padding-right:18px!important}.universal-menu-toggle,.mobile-menu-toggle{width:46px!important;height:46px!important;padding:0!important;display:inline-flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:5px!important;line-height:1!important}.universal-menu-toggle span,.mobile-menu-toggle span{width:22px!important;height:3px!important;margin:0!important;transform-origin:center!important}.universal-menu-toggle.is-open span:nth-child(1),.mobile-menu-toggle.is-open span:nth-child(1){transform:translateY(8px) rotate(45deg)!important}.universal-menu-toggle.is-open span:nth-child(2),.mobile-menu-toggle.is-open span:nth-child(2){opacity:0!important}.universal-menu-toggle.is-open span:nth-child(3),.mobile-menu-toggle.is-open span:nth-child(3){transform:translateY(-8px) rotate(-45deg)!important}.footer-links a{display:block}@media(max-width:900px){.page-width{padding-left:20px!important;padding-right:20px!important}.header-inner{grid-template-columns:54px 1fr 54px!important;padding-left:20px!important;padding-right:20px!important}.header-actions{justify-self:end!important}.cart-pill{width:46px!important;height:46px!important;padding:0!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border-radius:14px!important}.cart-pill:after{font-size:20px!important;line-height:1!important}.universal-menu-toggle,.mobile-menu-toggle{justify-self:start!important}.logo{text-align:center!important}}@media(max-width:390px){.header-inner{padding-left:16px!important;padding-right:16px!important;grid-template-columns:50px 1fr 50px!important}.logo{font-size:29px!important}}@media(max-width:900px){body{overflow-x:hidden!important}.page-width,.collection-page,.product-page,.cart-page{width:100%!important;max-width:100%!important;margin-left:auto!important;margin-right:auto!important;box-sizing:border-box!important}.sales-home .page-width,.best-sellers .page-width,.trust-button-section .page-width,.product-home-description .page-width,.event-section .page-width,.image-cta .page-width,.social-feed .page-width,.categories .page-width,.product-page,.collection-page,.cart-page{padding-left:22px!important;padding-right:22px!important}.mobile-first-images,.product-grid,.collection-product-grid,.product-gallery,.image-cta-grid{width:100%!important;margin-left:auto!important;margin-right:auto!important}}.collection-title{overflow-wrap:anywhere!important;word-break:normal!important;-webkit-hyphens:auto!important;hyphens:auto!important}@media(max-width:760px){.collection-title{font-size:clamp(36px,9.2vw,50px)!important;line-height:1.04!important;letter-spacing:-.06em!important;max-width:100%!important;margin-bottom:26px!important}}.product-card{overflow:hidden!important}.product-card__info{min-height:auto!important;height:auto!important;padding:18px 18px 22px!important}.product-card__info strong{display:block!important;white-space:normal!important;overflow:visible!important;text-overflow:clip!important;overflow-wrap:anywhere!important;word-break:normal!important;line-height:1.08!important;font-size:clamp(18px,4.8vw,24px)!important}.product-card__info .price,.product-card__info p.price{margin-top:14px!important;font-size:clamp(18px,5vw,25px)!important}@media(max-width:760px){.collection-product-grid,.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:16px!important}.product-card__info{padding:14px 12px 18px!important}.product-card__info strong{font-size:16.5px!important;letter-spacing:-.03em!important;line-height:1.12!important}.product-card__info .price{font-size:21px!important}}.product-title{white-space:normal!important;overflow-wrap:anywhere!important;word-break:normal!important;-webkit-hyphens:auto!important;hyphens:auto!important}@media(max-width:760px){.product-title{font-size:clamp(34px,9.5vw,46px)!important;line-height:1.02!important;letter-spacing:-.055em!important}}.product-form{margin-top:24px!important}.quantity-label{display:block;font-weight:950;margin-bottom:8px}.quantity-row{display:grid;grid-template-columns:112px 1fr;gap:12px;align-items:stretch}.quantity-input{width:100%;min-height:58px;border:1px solid var(--line);border-radius:16px;padding:0 16px;font-size:20px;font-weight:900;background:#fff;box-sizing:border-box}.quantity-row .product-submit{margin-top:0!important}@media(max-width:430px){.quantity-row{grid-template-columns:1fr}}.cart-page{padding-top:48px!important;padding-bottom:70px!important}.cart-title{margin-bottom:34px!important}.cart-form{max-width:980px}.cart-items{display:grid;gap:18px}.cart-item{display:grid;grid-template-columns:160px 1fr;gap:22px;align-items:center;padding:18px;border:1px solid var(--line);border-radius:22px;background:#fff}.cart-item__image img{width:160px!important;height:160px!important;object-fit:cover!important;border-radius:14px}.cart-item__details h2{margin:0 0 8px;font-size:26px;line-height:1.05}.cart-item__details p{margin:0 0 14px;font-size:22px}.cart-quantity{max-width:120px;margin-top:6px}.cart-summary{border-top:1px solid var(--line);margin-top:28px;padding-top:28px}.cart-total{font-size:26px;font-weight:1000;margin:0 0 20px}.cart-actions{display:flex;gap:14px;flex-wrap:wrap;align-items:center}.cart-actions .btn{margin:0!important}@media(max-width:760px){.cart-page{padding-top:34px!important}.cart-title{font-size:clamp(44px,12vw,64px)!important}.cart-item{grid-template-columns:118px 1fr;gap:14px;padding:14px}.cart-item__image img{width:118px!important;height:118px!important}.cart-item__details h2{font-size:20px}.cart-summary{margin-top:24px;padding-top:26px}.cart-actions{display:grid;grid-template-columns:1fr}.cart-actions .btn{width:100%}}.best-placeholder{border:2px dashed #ffd0cc;background:#fff8f7;border-radius:24px;padding:30px;text-align:center}.best-placeholder h3{margin:0 0 10px;font-size:28px;font-weight:1000}.best-placeholder p{margin:0 auto;max-width:620px;color:#555;line-height:1.45}.legal-title,.contact-title,.faq-title{margin-bottom:26px!important}.legal-content-card{background:#fff;border:1px solid var(--line);border-radius:24px;box-shadow:0 18px 45px #0000000e;padding:34px;max-width:980px}.legal-content-card strong{font-weight:1000}.contact-intro,.faq-intro{max-width:850px;margin-bottom:26px;color:#555;font-size:18px}.contact-form-custom{width:100%}.field label{display:none}.field input,.field textarea{width:100%;border:1px solid #dedede;background:#fff;border-radius:0;min-height:68px;padding:18px 22px;font-size:18px;font-family:inherit;box-sizing:border-box}.contact-submit{min-width:105px;min-height:66px;border-radius:0!important;text-transform:uppercase}.form-success,.form-error{border-radius:16px;padding:16px 18px;margin-bottom:20px;font-weight:800}.form-success{background:#effaf1;border:1px solid #bfe8c8}.form-error{background:#fff0f0;border:1px solid #ffd0d0}.faq-item{border:1px solid var(--line);border-radius:18px;padding:0;margin:12px 0;background:#fff;overflow:hidden}.faq-icon{width:30px;height:30px;border-radius:50%;background:#fff3f2;color:var(--red);display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.faq-item[open] .faq-icon{transform:rotate(45deg)}@media(max-width:760px){.legal-content-section,.contact-page-section,.faq-section{padding:34px 0 56px}.legal-content-card{padding:22px;border-radius:20px}.contact-grid{grid-template-columns:1fr;gap:0}.field input,.field textarea{min-height:62px;font-size:16px;padding:16px 18px}.field textarea{min-height:240px}.contact-submit{width:100%;border-radius:16px!important}.faq-item summary{font-size:17px;padding:18px}.faq-answer{padding:0 18px 18px}}html,body{max-width:100%;overflow-x:hidden}@media(max-width:760px){.cart-page{padding-left:22px!important;padding-right:22px!important;overflow-x:hidden!important}.cart-form,.cart-items,.cart-summary{width:100%!important;max-width:100%!important;box-sizing:border-box!important}.cart-item{width:100%!important;max-width:100%!important;box-sizing:border-box!important;grid-template-columns:104px minmax(0,1fr)!important;gap:14px!important;padding:14px!important;align-items:start!important;overflow:hidden!important}.cart-item__image{width:104px!important;min-width:104px!important}.cart-item__image img{width:104px!important;height:104px!important;object-fit:cover!important;border-radius:16px!important}.cart-item__details{min-width:0!important;width:100%!important;overflow:hidden!important}.cart-item__details h2{font-size:20px!important;line-height:1.08!important;letter-spacing:-.035em!important;margin:0 0 8px!important;white-space:normal!important;overflow-wrap:anywhere!important;word-break:normal!important;-webkit-hyphens:auto!important;hyphens:auto!important}.cart-item__details p{font-size:25px!important;margin:0 0 18px!important}.cart-item__details label{display:inline-block!important;font-size:18px!important;margin-right:10px!important;vertical-align:middle!important}.cart-quantity{display:inline-block!important;width:92px!important;max-width:92px!important;min-height:54px!important;vertical-align:middle!important;padding:0 12px!important;text-align:center!important}.cart-total{font-size:32px!important;line-height:1.1!important}.cart-actions{width:100%!important}.cart-actions .btn{width:100%!important;max-width:100%!important;box-sizing:border-box!important}.collection-product-grid,.product-grid,.best-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important}.product-card{min-width:0!important;overflow:hidden!important}.product-card__info{padding:13px 11px 17px!important;min-width:0!important}.product-card__info strong{font-size:15.5px!important;line-height:1.12!important;letter-spacing:-.035em!important;white-space:normal!important;overflow:visible!important;overflow-wrap:anywhere!important;word-break:normal!important;-webkit-hyphens:auto!important;hyphens:auto!important}.product-card__info .price,.product-card__info p.price{font-size:21px!important;margin-top:12px!important}.site-footer{padding-top:46px!important}.site-footer .footer-grid{gap:28px!important}}@media(max-width:390px){.cart-item{grid-template-columns:92px minmax(0,1fr)!important;gap:12px!important;padding:12px!important}.cart-item__image,.cart-item__image img{width:92px!important;height:92px!important}.cart-item__details h2{font-size:18px!important}}.template-title,.product-title,.collection-title{overflow-wrap:anywhere!important;-webkit-hyphens:auto!important;hyphens:auto!important}.legal-content-section,.contact-page-section,.faq-section{padding:52px 0 78px;background:#fff}.legal-content-wrap,.contact-wrap,.faq-wrap{max-width:1180px}.legal-content-card{background:#fff;border:1px solid var(--line,#e5e5e5);border-radius:24px;box-shadow:0 18px 45px #0000000e;padding:34px;max-width:980px}.legal-content-card p{margin:0 0 18px;line-height:1.55}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.field{margin-bottom:18px}.field input,.field textarea{width:100%;border:1px solid #dedede;background:#fff;min-height:68px;padding:18px 22px;font-size:18px;font-family:inherit;box-sizing:border-box}.field textarea{min-height:290px;resize:vertical}.faq-list{max-width:980px}.faq-item{border:1px solid var(--line,#e5e5e5);border-radius:18px;margin:12px 0;background:#fff;overflow:hidden}.faq-item summary{cursor:pointer;font-weight:950;font-size:19px;padding:20px 22px;display:flex;justify-content:space-between;gap:18px;align-items:center;list-style:none}.faq-item summary::-webkit-details-marker{display:none}.faq-answer{padding:0 22px 22px;color:#555;line-height:1.55}@media(max-width:760px){.legal-content-section,.contact-page-section,.faq-section{padding:34px 0 56px}.legal-content-card{padding:22px;border-radius:20px}.contact-grid{grid-template-columns:1fr;gap:0}}.mobile-first-image--large picture,.mobile-first-image--large .responsive-hero-img{display:block;width:100%;height:100%}.mobile-first-image--large .responsive-hero-img{object-fit:cover;object-position:center center}@media screen and (min-width:900px){.mobile-first-images{align-items:stretch}.mobile-first-image--large{aspect-ratio:16 / 10!important}.mobile-first-image--large .responsive-hero-img{object-fit:cover!important;object-position:center center!important}}@media screen and (max-width:749px){.mobile-first-image--large{aspect-ratio:1 / 1!important}.mobile-first-image--large .responsive-hero-img{object-fit:cover!important;object-position:center center!important}}.accelerated-checkout-wrap{margin-top:14px;width:100%}.accelerated-checkout-wrap .shopify-payment-button,.accelerated-checkout-wrap .shopify-payment-button__button,.accelerated-checkout-wrap .shopify-payment-button__button--unbranded{width:100%!important;max-width:100%!important}.accelerated-checkout-wrap .shopify-payment-button__button,.accelerated-checkout-wrap .shopify-payment-button__button--unbranded{min-height:58px!important;border-radius:18px!important;font-weight:1000!important;text-transform:uppercase!important;letter-spacing:.02em!important}.accelerated-checkout-wrap .shopify-payment-button__more-options{display:none!important}.category-card-title{max-width:calc(100% - 24px);white-space:normal!important;text-align:center;line-height:1.05!important;overflow-wrap:anywhere;-webkit-hyphens:auto;hyphens:auto}@media screen and (min-width:900px){.category-card-title{font-size:clamp(18px,1.1vw,24px)!important;padding-left:10px!important;padding-right:10px!important}}@media screen and (max-width:749px){.category-card-title{font-size:15px!important;letter-spacing:-.02em!important;padding-left:8px!important;padding-right:8px!important}.accelerated-checkout-wrap{margin-top:12px}.accelerated-checkout-wrap .shopify-payment-button__button,.accelerated-checkout-wrap .shopify-payment-button__button--unbranded{min-height:56px!important;border-radius:16px!important}}.sales-home .mobile-first-images{position:relative!important;width:100%!important}.sales-home .mobile-first-image,.sales-home .mobile-first-image--large,.sales-home .mobile-first-image--small{position:relative!important;overflow:hidden!important;min-width:0!important;box-sizing:border-box!important}@media screen and (min-width:900px){.sales-home .mobile-first-images{display:grid!important;grid-template-columns:minmax(0,1.55fr) minmax(260px,.8fr)!important;grid-template-rows:1fr 1fr!important;gap:18px!important;align-items:stretch!important;max-width:1120px!important;margin-left:auto!important;margin-right:auto!important}.sales-home .mobile-first-image--large{grid-column:1 / 2!important;grid-row:1 / 3!important;aspect-ratio:1 / 1!important;height:auto!important}.sales-home .mobile-first-image--small{grid-column:2 / 3!important;aspect-ratio:1 / 1!important;height:auto!important}.sales-home .mobile-first-image--small:nth-of-type(2){grid-row:1 / 2!important}.sales-home .mobile-first-image--small:nth-of-type(3){grid-row:2 / 3!important}}@media screen and (max-width:899px){.sales-home .mobile-first-images{display:grid!important;grid-template-columns:1fr 1fr!important;grid-template-rows:auto auto!important;gap:14px!important;width:100%!important}.sales-home .mobile-first-image--large{grid-column:1 / 3!important;grid-row:1 / 2!important;aspect-ratio:1 / 1!important;height:auto!important}.sales-home .mobile-first-image--small{aspect-ratio:1 / 1!important;height:auto!important}}@media screen and (max-width:390px){.sales-home .mobile-first-images{gap:10px!important}}.sales-home .mobile-first-images,.sales-home .mobile-first-main,.sales-home .mobile-first-side,.sales-home .mobile-first-image{position:relative!important;box-sizing:border-box!important;min-width:0!important;max-width:100%!important}.sales-home .mobile-first-images{overflow:visible!important}.sales-home .mobile-first-main,.sales-home .mobile-first-side,.sales-home .mobile-first-image--large,.sales-home .mobile-first-image--small{grid-column:auto!important;grid-row:auto!important;transform:none!important;margin:0!important;left:auto!important;right:auto!important;top:auto!important;bottom:auto!important}.sales-home .mobile-first-image{overflow:hidden!important;border-radius:28px!important}@media screen and (min-width:900px){.sales-home .mobile-first-images{display:grid!important;grid-template-columns:minmax(0,2fr) minmax(260px,1fr)!important;gap:20px!important;align-items:stretch!important;max-width:1120px!important;margin:0 auto!important}.sales-home .mobile-first-main{display:block!important;width:100%!important}.sales-home .mobile-first-side{display:grid!important;grid-template-rows:1fr 1fr!important;gap:20px!important;width:100%!important}.sales-home .mobile-first-image--large,.sales-home .mobile-first-image--small{aspect-ratio:1 / 1!important;width:100%!important;height:auto!important}}@media screen and (max-width:899px){.sales-home .mobile-first-images{display:grid!important;grid-template-columns:1fr!important;gap:14px!important;width:100%!important;max-width:100%!important;margin:0 auto!important}.sales-home .mobile-first-main{width:100%!important}.sales-home .mobile-first-side{display:grid!important;grid-template-columns:1fr 1fr!important;gap:14px!important;width:100%!important}.sales-home .mobile-first-image--large,.sales-home .mobile-first-image--small{aspect-ratio:1 / 1!important;width:100%!important;height:auto!important}}.sales-home{padding-top:32px!important;padding-bottom:48px!important}.sales-home .page-width{max-width:1120px!important}.sales-home .mobile-first-images{display:grid!important;position:relative!important;margin:0 auto 20px!important;max-width:1120px!important;width:100%!important;box-sizing:border-box!important;overflow:visible!important}.sales-home .mobile-first-image{position:relative!important;overflow:hidden!important;border-radius:28px!important;box-sizing:border-box!important;min-width:0!important;transform:none!important;margin:0!important;inset:auto!important}.sales-home .mobile-first-image picture,.sales-home .responsive-hero-picture,.sales-home .mobile-first-image img,.sales-home .responsive-hero-img,.sales-home .responsive-small-img{display:block!important;width:100%!important;height:100%!important}.sales-home .mobile-first-image img,.sales-home .responsive-hero-img,.sales-home .responsive-small-img{object-fit:cover!important;object-position:center center!important}@media screen and (min-width:900px){.sales-home .mobile-first-images{grid-template-columns:minmax(0,2fr) minmax(240px,1fr)!important;grid-template-rows:1fr 1fr!important;gap:18px!important;align-items:stretch!important}.sales-home .mobile-first-image--large{grid-column:1 / 2!important;grid-row:1 / 3!important;aspect-ratio:1 / 1!important;height:auto!important}.sales-home .mobile-first-image--small{grid-column:2 / 3!important;aspect-ratio:1 / 1!important;height:auto!important}.sales-home .mobile-first-image--small:nth-of-type(2){grid-row:1 / 2!important}.sales-home .mobile-first-image--small:nth-of-type(3){grid-row:2 / 3!important}.sales-home .sales-copy{margin-top:0!important;max-width:720px!important}}@media screen and (max-width:899px){.sales-home{padding-top:22px!important;padding-bottom:36px!important}.sales-home .mobile-first-images{grid-template-columns:1fr 1fr!important;grid-template-rows:auto auto!important;gap:14px!important;margin-bottom:18px!important}.sales-home .mobile-first-image--large{grid-column:1 / 3!important;grid-row:1 / 2!important;aspect-ratio:1 / 1!important;height:auto!important}.sales-home .mobile-first-image--small{aspect-ratio:1 / 1!important;height:auto!important}.sales-home .sales-copy{margin-top:0!important}}.category-card-title{max-width:calc(100% - 20px)!important;white-space:normal!important;text-align:center!important;line-height:1.05!important;overflow-wrap:anywhere!important;-webkit-hyphens:auto!important;hyphens:auto!important}@media screen and (max-width:749px){.category-card-title{font-size:15px!important;letter-spacing:-.02em!important}}.product-express-form--top{margin:14px 0 22px!important;width:100%!important}.accelerated-checkout-wrap--top{margin-top:0!important}.product-express-form--top .shopify-payment-button,.product-express-form--top .shopify-payment-button__button,.product-express-form--top .shopify-payment-button__button--unbranded{width:100%!important;max-width:100%!important}.product-express-form--top .shopify-payment-button__button,.product-express-form--top .shopify-payment-button__button--unbranded{min-height:56px!important;border-radius:18px!important;font-weight:1000!important;box-shadow:0 14px 30px #00000014!important}.product-express-form--top .shopify-payment-button__more-options{display:none!important}@media screen and (max-width:749px){.product-express-form--top{margin:12px 0 20px!important}.product-express-form--top .shopify-payment-button__button,.product-express-form--top .shopify-payment-button__button--unbranded{min-height:54px!important;border-radius:16px!important}}
/*# sourceMappingURL=/cdn/shop/t/41/assets/theme.css.map */
