.custom-homepage{--custom-bg:#f6f3ec;--custom-soft:#edf6ef;--custom-panel:#fffdf8;--custom-ink:#252a27;--custom-muted:#646b64;--custom-line:#ded6c9;--custom-green:#afd36b;--custom-deep:#6aa56e;--custom-coral:#ff765f;background:var(--section-bg,var(--custom-bg));color:var(--section-ink,var(--custom-ink));padding:var(--section-padding-top,var(--section-padding-y,64px)) 0 var(--section-padding-bottom,var(--section-padding-y,64px));border-bottom:1px solid var(--custom-line)}.custom-homepage:nth-child(2n){background:var(--section-bg,var(--custom-soft))}.custom-shell{width:min(var(--shell-width,1180px),calc(100vw - 32px));margin:0 auto}.custom-stack{display:grid;gap:var(--stack-gap,18px)}.custom-grid{display:grid;gap:var(--grid-gap,24px)}.custom-two{grid-template-columns:repeat(2,minmax(0,1fr));align-items:center}.custom-three{grid-template-columns:repeat(var(--desktop-columns,3),minmax(0,1fr))}.custom-four{grid-template-columns:repeat(var(--desktop-columns,4),minmax(0,1fr))}.custom-label{display:inline-flex;width:fit-content;min-height:var(--label-height,34px);align-items:center;justify-content:center;border-radius:999px;padding:7px 24px;background:var(--label-bg,var(--custom-green));color:var(--label-color,#fff);font-size:var(--label-size,16px);font-weight:800;line-height:1;letter-spacing:.02em}.custom-title{margin:0;max-width:var(--title-width,660px);font-size:var(--title-size,56px);line-height:var(--title-line,1.02);letter-spacing:0;color:var(--title-color,var(--custom-ink))}.custom-copy{max-width:var(--copy-width,720px);color:var(--copy-color,var(--custom-muted));font-size:var(--copy-size,16px);line-height:1.55}.custom-copy p{margin:0}.custom-card{border:1px solid var(--custom-line);border-radius:var(--card-radius,18px);background:var(--card-bg,var(--custom-panel));padding:var(--card-padding,24px)}.custom-media{display:grid;overflow:hidden;place-items:center;border:var(--media-border,0);border-radius:var(--media-radius,0);background:var(--media-bg,transparent);aspect-ratio:var(--media-ratio,auto)}.custom-media img{display:block;width:100%;height:auto;max-width:100%;object-fit:var(--image-fit,contain)}.custom-media[style*=--media-ratio] img{height:100%;object-fit:var(--image-fit,cover)}.custom-button{display:inline-flex!important;align-items:center;justify-content:center;width:fit-content;min-height:34px;padding:0 14px;border-radius:999px;border:0;background:var(--button-bg,var(--custom-green));color:var(--button-color,#fff);font-size:var(--button-size,12px)!important;font-weight:700;line-height:1;text-decoration:none;cursor:pointer;letter-spacing:0}.custom-email-form{display:flex;width:min(420px,100%);min-height:42px;padding:4px;border:1px solid var(--custom-line);border-radius:999px;background:#fff}.custom-email-form input{min-width:0;flex:1;border:0;background:transparent;padding:0 20px;color:var(--custom-ink)}.custom-email-form input:focus{outline:0}.custom-hero{min-height:720px}.custom-hero .custom-two{grid-template-columns:.95fr 1.05fr}.custom-mobile-hero{display:none}.custom-logo-row{display:grid;grid-template-columns:repeat(var(--desktop-columns,7),minmax(0,1fr));gap:18px}.custom-logo-card{min-height:64px;display:flex;align-items:center;justify-content:center}.custom-feature-cards{grid-template-columns:repeat(var(--desktop-columns,4),minmax(0,1fr))}.custom-icon-title{display:flex;align-items:center;gap:12px}.custom-icon-slot{width:28px;height:28px;border-radius:50%;background:#d8f0dc;display:inline-flex;align-items:center;justify-content:center;color:var(--custom-deep);flex:0 0 auto}.custom-materials .custom-two{align-items:start}.custom-cert-card{display:grid;grid-template-columns:auto 1fr;gap:18px;align-items:start}.custom-compliance{display:grid;gap:14px}.custom-compliance-title{font-size:13px;letter-spacing:.18em;color:#9b9188;font-weight:900;text-transform:uppercase}.custom-compliance-row{display:flex;gap:12px;flex-wrap:nowrap}.custom-pill{border-radius:999px;background:#bfe5bf;color:#0b6b3d;padding:10px 22px;font-weight:900;text-align:center}.custom-polaroids{position:relative;min-height:430px;margin-top:28px}.custom-polaroid{position:absolute;left:50%;top:20px;width:360px;padding:18px 18px 34px;transform:translate(var(--x,0)) rotate(var(--rotate,0deg));box-shadow:0 22px 46px #00000024;background:#fff;border-radius:10px;text-align:center}.custom-polaroid strong{display:block;margin-top:22px;font-size:18px;letter-spacing:.06em}.custom-mosaic{display:grid;grid-template-columns:repeat(var(--columns,4),1fr);grid-auto-rows:var(--row-height,180px);gap:16px}.custom-mosaic-item{position:relative;grid-column:span var(--col-span,1);grid-row:span var(--row-span,1);border-radius:18px;overflow:hidden}.custom-mosaic-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:end;padding:24px;background:linear-gradient(180deg,#0000,rgba(0,0,0,var(--overlay,.35)));color:#fff}.custom-simple-items{grid-template-columns:repeat(var(--desktop-columns,4),1fr)}.custom-simple-note{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;padding-top:34px}.custom-check{display:flex;gap:12px}.custom-check:before{content:"\2713";color:var(--custom-deep)}.custom-product-grid{display:grid;grid-template-columns:repeat(var(--product-columns,3),minmax(0,1fr));gap:24px;align-items:start}.custom-product-card{overflow:hidden;border-radius:22px;background:var(--product-card-bg,#fff);box-shadow:0 24px 44px #00000014}.custom-product-body{display:grid;gap:20px;padding:30px}.custom-product-kicker,.custom-product-toggle{color:var(--closed-accent,var(--custom-coral));font-weight:800}.custom-feature-pills{display:flex;gap:10px;flex-wrap:wrap}.custom-feature-pill{border-radius:999px;background:#f3efea;padding:10px 18px;font-weight:900}.custom-product-toggle{display:flex;justify-content:space-between;cursor:pointer}.custom-product-detail{display:none;gap:16px;color:var(--custom-muted)}.custom-product-card.is-open .custom-product-detail{display:grid}.custom-product-card.is-open .custom-product-toggle,.custom-product-card.is-open .custom-product-kicker{color:var(--open-accent,var(--custom-deep))}.custom-product-card.is-open .custom-feature-pill{background:#dff1dc;color:#1d6e3b}.custom-product-note{border-radius:16px;background:var(--note-bg,#eef7ef);color:var(--note-color,#5f9262);padding:18px 22px;font-style:italic}.custom-review-slider{display:grid;gap:28px}.custom-review-page{display:none;grid-template-columns:repeat(var(--reviews-per-row,2),1fr);gap:34px}.custom-review-page.is-active{display:grid}.custom-review-item{position:relative;min-height:500px}.custom-review-item .custom-media{width:72%;aspect-ratio:var(--review-ratio,1/1.15);border-radius:var(--review-radius,46%) var(--review-radius,46%) 22px 22px}.custom-review-card{position:absolute;right:0;bottom:0;width:68%;padding:42px;border-radius:20px;background:#fff;box-shadow:0 22px 44px #0000001a;display:grid;gap:18px}.custom-slider-controls{display:flex;justify-content:center;align-items:center;gap:16px}.custom-slider-button{width:44px;height:44px;border-radius:50%;border:0;background:#fff;box-shadow:0 10px 20px #0000001a;cursor:pointer}.custom-dot{width:10px;height:10px;border-radius:50%;border:0;background:#c5d8bf}.custom-dot.is-active{background:var(--custom-deep);transform:scale(1.3)}.custom-story-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px;align-items:start}.custom-story-photo{position:sticky;top:24px}.custom-story-badge{width:fit-content;margin:-26px auto 0;padding:12px 22px;border-radius:999px;background:#fff;box-shadow:0 12px 28px #0000001f}.custom-timeline-label{margin-top:42px;color:var(--custom-coral);font-weight:900;letter-spacing:.18em}.custom-social-layout{display:grid;grid-template-columns:.82fr 1.18fr;gap:34px;align-items:start}.custom-journal-head,.custom-social-head{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:18px}.custom-journal-title,.custom-social-title{font-size:15px;font-weight:900;letter-spacing:.16em}.custom-journal-title{color:#7e756c}.custom-social-title{color:#7aba76}.custom-journal-card{display:grid;grid-template-columns:94px 1fr;gap:18px;align-items:center;border:0;box-shadow:0 14px 28px #0000000f}.custom-journal-thumb{width:94px;height:94px;border-radius:14px;background:var(--thumb-bg,#cdaa85);overflow:hidden}.custom-swatches{display:grid;grid-template-columns:repeat(var(--swatch-columns,3),1fr);gap:18px}.custom-swatch{min-height:170px;border-radius:var(--swatch-radius,18px);background:linear-gradient(180deg,var(--swatch-top,#f28a73),var(--swatch-bottom,#edf6ef));transition:transform .18s ease}.custom-swatch:hover{transform:scale(1.035)}.custom-swatch img{width:100%;height:100%;object-fit:cover;filter:blur(var(--swatch-blur,0));transform:scale(calc(1 + var(--swatch-blur-value,0)))}.custom-faq-list{display:grid;gap:12px}.custom-faq-item{border:1px solid var(--custom-line);border-radius:12px;background:#fff}.custom-faq-item summary{list-style:none;display:flex;justify-content:space-between;gap:20px;padding:22px 24px;font-weight:900;cursor:pointer}.custom-faq-item summary::-webkit-details-marker{display:none}.custom-faq-item summary:after{content:"\2304";color:var(--custom-coral)}.custom-faq-item[open] summary:after{content:"\2303"}.custom-faq-body{padding:0 24px 22px;color:var(--custom-muted)}.custom-waitlist{text-align:center;background:var(--section-bg,#7fbe80);color:#fff}.custom-waitlist .custom-shell{display:grid;justify-items:center;gap:18px}.custom-footer-placeholder{display:none}@media(max-width:760px){.custom-shell{width:min(512px,calc(100vw - 40px))}.custom-homepage{padding:54px 0}.custom-two,.custom-hero .custom-two,.custom-story-layout,.custom-social-layout,.custom-review-page{grid-template-columns:1fr}.custom-title{max-width:100%;font-size:var(--mobile-title-size,38px)}.custom-copy{font-size:var(--mobile-copy-size,15px)}.custom-hero{min-height:auto}.custom-hero>.custom-shell>.custom-media:not(.custom-mobile-hero){display:none}.custom-mobile-hero{display:grid}.custom-logo-row{grid-template-columns:repeat(var(--mobile-columns,3),minmax(0,1fr));gap:10px}.custom-logo-card{min-height:68px;padding:14px}.custom-feature-cards,.custom-simple-items{grid-template-columns:1fr}.custom-compliance-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.custom-pill{font-size:12px;padding:8px 6px}.custom-polaroids{display:grid;gap:18px;min-height:auto;overflow:hidden}.custom-polaroid{position:static;width:100%;transform:none;box-shadow:none;border-radius:var(--mobile-card-radius,16px)}.custom-mosaic{grid-template-columns:1fr;grid-auto-rows:220px}.custom-mosaic-item{grid-column:auto;grid-row:auto}.custom-simple-note{grid-template-columns:1fr;padding-top:34px}.custom-product-grid{grid-template-columns:repeat(var(--mobile-product-columns,1),minmax(0,1fr))}.custom-product-body{padding:24px}.custom-feature-pills{width:100%;justify-content:flex-start}.custom-review-item{display:grid;gap:18px;min-height:auto}.custom-review-item .custom-media{width:100%;aspect-ratio:var(--review-mobile-ratio,1/1);border-radius:var(--review-mobile-radius,28px)}.custom-review-card{position:static;width:100%;padding:28px}.custom-story-photo{position:static}.custom-timeline-label{margin-top:18px}.custom-social-layout{gap:18px}.custom-swatches{grid-template-columns:repeat(var(--mobile-swatch-columns,3),minmax(0,1fr));gap:12px}.custom-swatch{min-height:126px}.custom-journal-card{grid-template-columns:84px 1fr}.custom-journal-thumb{width:84px;height:84px}.custom-social-head{display:grid;justify-items:start}.custom-social-head .custom-button{font-weight:500}.custom-faq-item summary{padding:18px}.custom-waitlist .custom-title{text-align:center}}.custom-homepage h3{font-size:20px;line-height:1.18;font-weight:800;letter-spacing:0}.custom-homepage .custom-cert-card h3,.custom-homepage .custom-product-card h3{font-size:22px}.custom-logo-card .custom-media{width:100%;height:auto}.custom-logo-card img{width:auto;height:auto;max-width:100%;max-height:100%}.custom-social-head .custom-button{font-size:14px!important;min-height:38px;padding:0 18px;font-weight:500}.custom-hero .custom-button{min-height:34px;padding:0 16px;font-size:12px!important}.custom-waitlist .custom-button{min-height:36px;padding:0 18px;font-size:12px!important}@media(max-width:760px){.custom-homepage{padding:var(--section-mobile-padding-top,var(--section-padding-top,var(--section-padding-y,54px))) 0 var(--section-mobile-padding-bottom,var(--section-padding-bottom,var(--section-padding-y,54px)))}.custom-homepage h3{font-size:18px;line-height:1.2}.custom-homepage .custom-cert-card h3,.custom-homepage .custom-product-card h3{font-size:19px}.custom-button{min-height:32px;padding:0 12px;font-size:12px!important}}.custom-diagonal-media.custom-diagonal-all{border-radius:var(--diagonal-radius,34px)}.custom-diagonal-media.custom-diagonal-none{border-radius:0}.custom-diagonal-media.custom-diagonal-tl-br{border-radius:var(--diagonal-radius,34px) 0 var(--diagonal-radius,34px) 0}.custom-diagonal-media.custom-diagonal-tr-bl{border-radius:0 var(--diagonal-radius,34px) 0 var(--diagonal-radius,34px)}@media(max-width:760px){.custom-label{min-height:24px;padding:5px 14px;font-size:12px;line-height:1;font-weight:800}.custom-logo-row{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px 0;grid-template-columns:none}.custom-logo-card{flex:0 0 calc((100% - ((var(--mobile-columns,4) - 1) * 10px)) / var(--mobile-columns,4));min-height:62px;padding:10px;display:flex;align-items:center;justify-content:center}.custom-compliance-row{align-items:center;justify-items:center}.custom-pill{display:flex;align-items:center;justify-content:center;min-height:34px;width:100%;line-height:1.1}}@media(max-width:760px){.custom-polaroid{transform:rotate(var(--mobile-rotate,0deg))}.custom-polaroid .custom-media{border-radius:var(--mobile-card-radius,16px)}}.custom-polaroid{border-radius:var(--polaroid-radius,10px)}.custom-polaroid .custom-media{border-radius:var(--polaroid-image-radius,var(--polaroid-radius,10px))}.custom-mosaic{display:grid;grid-template-columns:repeat(var(--columns,4),minmax(0,1fr));grid-auto-rows:var(--row-height,180px);gap:var(--mosaic-gap,16px);grid-auto-flow:dense}.custom-mosaic-item{grid-column:var(--col-start,auto) / span var(--col-span,1);grid-row:var(--row-start,auto) / span var(--row-span,1);min-height:0}.custom-mosaic-item .custom-media{height:100%;width:100%;border-radius:var(--item-radius,18px)}@media(max-width:760px){.custom-polaroid{border-radius:var(--polaroid-radius,10px)}.custom-polaroid .custom-media{border-radius:var(--polaroid-image-radius,var(--polaroid-radius,10px))}.custom-mosaic{grid-template-columns:repeat(var(--mobile-columns,1),minmax(0,1fr));grid-auto-rows:var(--mobile-row-height,220px)}.custom-mosaic-item{grid-column:auto / span min(var(--mobile-col-span,1),var(--mobile-columns,1));grid-row:auto / span var(--mobile-row-span,1)}}.custom-product-image-link{display:block;color:inherit;text-decoration:none}.custom-product-actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.custom-product-actions form{margin:0}.custom-product-action{min-height:36px}.custom-mosaic-item .custom-media{height:100%;width:100%;aspect-ratio:auto!important;background:transparent}.custom-mosaic-item .custom-media img{width:100%;height:100%;object-fit:var(--image-fit,cover)}@media(max-width:760px){.custom-mosaic-item{grid-column:auto / span var(--mobile-col-span,1)!important;grid-row:auto / span var(--mobile-row-span,1)!important}.custom-review-item .custom-media{border-radius:var(--review-mobile-top-radius,80px) var(--review-mobile-top-radius,80px) var(--review-mobile-radius,28px) var(--review-mobile-radius,28px)}.custom-social-layout .custom-social-column{order:2}.custom-social-layout .custom-journal-column{order:1}.custom-social-head{margin-top:22px}}.custom-feature-showcase .custom-copy--preserve,.custom-feature-showcase .custom-copy--preserve p{white-space:pre-line}.custom-feature-showcase .custom-feature-card-label{margin-top:28px;margin-bottom:18px}.custom-feature-showcase .custom-feature-cards{margin-top:0!important;gap:24px}.custom-feature-showcase .custom-feature-card{display:grid;align-content:start;gap:10px;padding:28px 24px}.custom-feature-showcase .custom-feature-card .custom-icon-title{display:grid!important;justify-items:start;gap:8px}.custom-feature-showcase .custom-feature-card .custom-icon-slot{width:var(--feature-icon-size, 28px)!important;height:var(--feature-icon-size, 28px)!important;flex:0 0 var(--feature-icon-size, 28px);padding:0;border-radius:0!important;background:transparent!important}.custom-feature-showcase .custom-feature-card .custom-icon-slot img{display:block;width:100%;height:100%;object-fit:contain}.custom-feature-showcase .custom-feature-card h3{margin:0;font-size:18px;line-height:1.18}.custom-feature-showcase .custom-feature-card .custom-copy{margin:0;max-width:none;font-size:15px;line-height:1.5}.custom-materials .custom-cert-card .custom-icon-slot{width:var(--cert-icon-size, 36px)!important;height:var(--cert-icon-size, 36px)!important;flex:0 0 var(--cert-icon-size, 36px);padding:0;border-radius:0!important;background:transparent!important}.custom-materials .custom-cert-card .custom-icon-slot img{display:block;width:100%;height:100%;object-fit:contain}@media(max-width:760px){.custom-materials .custom-cert-card{grid-template-columns:1fr;gap:12px}.custom-materials .custom-cert-card .custom-icon-slot{justify-self:start}}.custom-homepage{border-bottom:0!important}.custom-homepage .custom-card,.custom-homepage .custom-faq-item,.custom-homepage .custom-review-card,.custom-homepage .custom-journal-card,.custom-homepage .custom-logo-card,.custom-homepage .custom-feature-card,.custom-homepage .custom-cert-card,.custom-homepage .custom-timeline-card,.custom-homepage .custom-product-card{background:var(--card-bg, #fffdf8);box-shadow:0 var(--card-shadow-y, 12px) var(--card-shadow-blur, 24px) #242a2614}.custom-homepage .custom-product-card{background:var(--product-card-bg, var(--card-bg, #fffdf8))}.custom-product-card .custom-feature-pill{background:var(--feature-pill-bg, #f3efea);color:var(--feature-pill-color, #252a27);padding:8px 14px;font-size:13px;line-height:1}.custom-product-card .custom-product-actions{gap:8px;justify-content:center;margin-top:4px}.custom-product-card .custom-product-action{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:0 14px;border:1px solid var(--product-action-border, #ded6c9);border-radius:999px;background:var(--product-action-bg, #ffffff);color:var(--product-action-color, #252a27);font-size:12px;font-weight:700;line-height:1;text-decoration:none;cursor:pointer;transition:transform .18s ease,background-color .18s ease,color .18s ease,box-shadow .18s ease;box-shadow:0 8px 18px #242a260a}.custom-product-card .custom-product-action:hover{transform:translateY(-1px);box-shadow:0 12px 24px #242a261a}.custom-product-card .custom-product-description em{display:none}.custom-section-action{display:grid;justify-content:center}.custom-section-button{min-height:42px;padding:0 26px;background:var(--button-bg, var(--custom-green))!important;color:var(--button-color, #fff)!important;font-size:14px!important}.custom-email-form{min-height:52px;padding:5px}.custom-email-form input{padding:0 24px;font-size:15px}.custom-email-form .custom-button{min-height:42px;padding:0 26px;font-size:14px!important}.custom-product-card .custom-product-description ul,.custom-product-card .custom-product-description ol{display:none}.custom-product-card .custom-product-description p:first-child:has(strong),.custom-product-card .custom-product-description p:has(em){display:none}.custom-product-card .custom-product-description p{margin:0 0 12px}.custom-product-card .custom-product-description p:last-child{margin-bottom:0}.custom-homepage .custom-media,.custom-homepage .custom-journal-thumb,.custom-homepage .custom-logo-card img,.custom-homepage .custom-swatch img{border-radius:var(--media-radius, 0)}.custom-homepage .custom-card,.custom-homepage .custom-faq-item,.custom-homepage .custom-review-card,.custom-homepage .custom-journal-card,.custom-homepage .custom-logo-card,.custom-homepage .custom-feature-card,.custom-homepage .custom-cert-card,.custom-homepage .custom-timeline-card,.custom-homepage .custom-product-card{border:0!important;transition:transform .22s ease,box-shadow .22s ease}@media(hover:hover){.custom-homepage .custom-card:hover,.custom-homepage .custom-faq-item:hover,.custom-homepage .custom-review-card:hover,.custom-homepage .custom-journal-card:hover,.custom-homepage .custom-logo-card:hover,.custom-homepage .custom-feature-card:hover,.custom-homepage .custom-cert-card:hover,.custom-homepage .custom-timeline-card:hover,.custom-homepage .custom-product-card:hover{transform:scale(1.018)}}.custom-materials .custom-diagonal-media.custom-diagonal-all{border-radius:var(--diagonal-radius,34px)!important}.custom-materials .custom-diagonal-media.custom-diagonal-none{border-radius:0!important}.custom-materials .custom-diagonal-media.custom-diagonal-tl-br{border-radius:var(--diagonal-radius,34px) 0 var(--diagonal-radius,34px) 0!important}.custom-materials .custom-diagonal-media.custom-diagonal-tr-bl{border-radius:0 var(--diagonal-radius,34px) 0 var(--diagonal-radius,34px)!important}.custom-polaroids{min-height:520px}.custom-polaroid{top:50%!important;transform:translate(calc(-50% + var(--x,0px)),calc(-50% + var(--y,0px))) rotate(var(--rotate,0deg))!important}@media(max-width:760px){.custom-polaroid{top:auto!important;transform:rotate(var(--mobile-rotate,0deg))!important}}.custom-homepage .custom-email-form{min-height:52px!important;padding:5px!important}.custom-homepage .custom-email-form input{font-size:15px!important;padding:0 24px!important}.custom-homepage .custom-email-form .custom-button,.custom-homepage .custom-section-button{min-height:42px!important;padding:0 26px!important;font-size:14px!important}.custom-homepage .custom-section-button{background:var(--button-bg, var(--custom-green))!important;color:var(--button-color, #fff)!important}.custom-homepage a.custom-section-button,.custom-homepage a.custom-section-button:visited,.custom-homepage a.custom-section-button:hover{color:var(--button-color, #fff)!important;-webkit-text-fill-color:var(--button-color, #fff)!important}.custom-product-card .custom-product-body{gap:12px;padding:24px 30px 28px}.custom-product-card .custom-product-body h3{margin:0 0 2px!important}.custom-product-card .custom-product-kicker{margin:0 0 6px!important}.custom-product-card .custom-feature-pills{margin:4px 0 6px}.custom-product-card .custom-product-toggle{margin-top:0}.custom-product-card .custom-product-actions{width:100%;justify-content:flex-start!important;justify-items:start;align-items:center}.custom-product-card .custom-product-actions form{display:flex;justify-content:flex-start;margin:0}.custom-product-card .custom-product-detail{justify-items:stretch}.custom-product-card .custom-product-note{margin-bottom:8px}.custom-product-card .custom-product-actions .custom-product-action{margin-inline:0}.custom-product-card .custom-product-price{display:flex;align-items:baseline;justify-content:flex-start;gap:10px;color:var(--custom-ink, #252a27);font-size:18px;font-weight:800;line-height:1.2}.custom-product-card .custom-product-price s{color:var(--custom-muted, #646b64);font-size:14px;font-weight:600}@media(max-width:760px){.custom-homepage .custom-email-form{min-height:50px!important}.custom-homepage .custom-email-form .custom-button,.custom-homepage .custom-section-button{min-height:40px!important;padding:0 22px!important;font-size:13px!important}}.custom-homepage .custom-title,.custom-homepage h1,.custom-homepage h2,.custom-homepage h3{line-height:var(--custom-heading-line-height, 1.12)}.custom-homepage .custom-title{--custom-heading-line-height: 1.05}.custom-homepage h3{--custom-heading-line-height: 1.18}@media screen and (max-width:749px){.custom-homepage .custom-title,.custom-homepage h1,.custom-homepage h2,.custom-homepage h3{line-height:var(--custom-mobile-heading-line-height, 1.14)}.custom-homepage .custom-title{--custom-mobile-heading-line-height: 1.08}.custom-homepage h3{--custom-mobile-heading-line-height: 1.2}}@media screen and (max-width:749px){html,body{width:100%;max-width:100%;overflow-x:hidden}body{position:relative}.custom-homepage{width:100%;max-width:100%;overflow-x:hidden}.custom-homepage .custom-shell{width:calc(100% - 40px)!important;max-width:calc(100% - 40px)!important;margin-left:auto!important;margin-right:auto!important}.custom-homepage img,.custom-homepage video,.custom-homepage svg{max-width:100%}.custom-homepage .custom-grid,.custom-homepage .custom-two,.custom-homepage .custom-three,.custom-homepage .custom-four{width:100%;max-width:100%;grid-template-columns:1fr!important}.custom-homepage .custom-media,.custom-homepage .custom-card,.custom-homepage .custom-email-form,.custom-homepage .custom-email-wrap,.custom-homepage form,.custom-homepage [style*=translate],.custom-homepage [style*=rotate]{max-width:100%}}
/*# sourceMappingURL=/cdn/shop/t/10/assets/custom-homepage.css.map */
