*,*:before,*:after{box-sizing:border-box;margin:0}html{overflow-x:clip}body{display:flex;flex-direction:column;margin:0;min-height:100svh;overflow-x:clip;-webkit-font-smoothing:antialiased}html:has(dialog[scroll-lock][open],details[scroll-lock][open]){overflow:hidden}img,picture,video,canvas,svg{display:block;max-width:100%;height:auto}.wf-icon{display:inline-flex;align-items:center;justify-content:center;line-height:0}.wf-icon svg{width:var(--wf-icon-size, 24px);height:var(--wf-icon-size, 24px)}input,textarea,select,button{font:inherit}select{background-color:var(--color-background);color:currentcolor}dialog{background-color:var(--color-background);color:var(--color-foreground)}p{text-wrap:pretty}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}p:empty{display:none}:is(p,h1,h2,h3,h4,h5,h6):first-child,:empty:first-child+:where(p,h1,h2,h3,h4,h5,h6){margin-block-start:0}:is(p,h1,h2,h3,h4,h5,h6):last-child,:where(p,h1,h2,h3,h4,h5,h6)+:has(+:empty:last-child){margin-block-end:0}body{font-family:var(--font-body);font-weight:var(--font-body-weight);font-style:var(--font-body-style);font-size:var(--text-base);line-height:1.65;letter-spacing:0;background-color:var(--color-background);color:var(--color-foreground)}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:var(--font-heading-weight);font-style:var(--font-heading-style);line-height:1.05;letter-spacing:-.005em;color:var(--color-foreground);text-wrap:balance}h1{font-size:var(--text-5xl);font-weight:var(--weight-bold);line-height:.95}h2{font-size:var(--text-4xl);line-height:1}h3{font-size:var(--text-3xl);line-height:1.1}h4{font-size:var(--text-2xl);line-height:1.15}h5{font-size:var(--text-xl);line-height:1.2}h6{font-size:var(--text-lg);line-height:1.25;letter-spacing:0}a{color:currentcolor;text-decoration-thickness:1px;text-underline-offset:.2em;transition:opacity var(--duration-short) var(--ease)}a:hover{opacity:.7}.shopify-section{--content-width: min( calc(var(--page-width) - var(--page-margin) * 2), calc(100% - var(--page-margin) * 2) );--content-margin: minmax(var(--page-margin), 1fr);--content-grid: var(--content-margin) var(--content-width) var(--content-margin);position:relative;display:grid;grid-template-columns:var(--content-grid);width:100%}.shopify-section>*{grid-column:2}.shopify-section>.full-width{grid-column:1 / -1}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}a.visually-hidden:focus,a.visually-hidden:focus-visible{position:fixed;top:1rem;left:1rem;z-index:9999;width:auto;height:auto;margin:0;padding:.75rem 1.25rem;overflow:visible;clip:auto;background:var(--color-background);color:var(--color-foreground);border-radius:var(--radius);box-shadow:var(--shadow-lg);text-decoration:none;font-weight:600}:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.text-muted{color:var(--color-foreground-muted)}.text-center{text-align:center}.text-uppercase{text-transform:uppercase;letter-spacing:.1em}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.9rem 2rem;font-family:var(--font-heading);font-size:var(--text-sm);font-weight:600;letter-spacing:.01em;text-transform:none;text-decoration:none;border:2px solid transparent;border-radius:999px;cursor:pointer;transition:all var(--duration-base) var(--ease);line-height:1}.btn--primary{background-color:var(--color-primary);color:var(--color-primary-contrast);border-color:var(--color-primary)}.btn--primary:hover{filter:brightness(1.05);opacity:1}.btn--secondary{background-color:transparent;color:var(--color-foreground);border-color:var(--color-foreground)}.btn--secondary:hover{background-color:var(--color-foreground);color:var(--color-background);opacity:1}.btn--white{background-color:var(--color-background);color:var(--color-foreground);border-color:var(--color-background)}.btn--white:hover{background-color:transparent;color:var(--color-background);border-color:var(--color-background);opacity:1}.btn--sm{padding:.625rem 1.25rem}.btn--lg{padding:1.05rem 2.75rem;font-size:var(--text-base)}.btn--link{padding:0;background:none;border:none;text-decoration:underline;text-underline-offset:.2em;text-transform:none;font-size:var(--text-sm);letter-spacing:.01em;font-weight:var(--weight-semibold)}.input{width:100%;padding:.75rem 0;font-size:var(--text-base);background-color:transparent;color:currentcolor;border:none;border-bottom:1px solid currentcolor;border-radius:0;transition:opacity var(--duration-short) var(--ease)}.input:focus{opacity:1}.input:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.input::placeholder{color:currentcolor;opacity:.5}.input--boxed{padding:.75rem 1rem;border:1px solid var(--color-border);border-radius:var(--style-border-radius-inputs);background-color:var(--color-background)}label{display:block;margin-bottom:.375rem;font-size:var(--text-xs);font-weight:500;letter-spacing:.08em;text-transform:uppercase}.product-card{display:flex;flex-direction:column;text-decoration:none;color:var(--color-foreground);background:var(--color-background);border-radius:var(--radius-lg);overflow:hidden;box-shadow:0 4px 16px #3d424612;transition:transform var(--duration-base) var(--ease),box-shadow var(--duration-base) var(--ease)}.product-card:hover{transform:translateY(-4px);box-shadow:0 12px 28px #3d424621;opacity:1}.product-card__media{position:relative;overflow:hidden;background-color:var(--color-background-alt);aspect-ratio:4 / 5}.product-card__media img{width:100%;height:100%;object-fit:cover;transition:transform var(--duration-long) var(--ease)}.product-card:hover .product-card__media img{transform:scale(1.05)}.product-card__media .badge{position:absolute;top:.75rem;left:.75rem;border-radius:999px}.product-card__placeholder{width:100%;height:100%;background-color:var(--color-background-alt)}.product-card__info{display:flex;flex-direction:column;flex:1;padding:1rem 1.25rem 1.25rem}.product-card__chips{display:flex;flex-wrap:wrap;gap:.375rem;margin-bottom:.6rem}.product-card__chip{display:inline-block;padding:.2rem .65rem;border-radius:999px;font-size:var(--text-xs);font-weight:var(--weight-bold);letter-spacing:.04em;text-transform:uppercase;line-height:1.4}.product-card__chip--size{background-color:var(--color-accent);color:var(--color-secondary)}.product-card__chip--attr{background-color:var(--color-accent-alt);color:var(--color-secondary)}.product-card__title{font-family:var(--font-heading);font-size:var(--text-lg);font-weight:var(--weight-semibold);letter-spacing:0;line-height:1.25;margin:0}.product-card__details{font-size:var(--text-sm);color:var(--color-foreground-muted);line-height:1.45;margin:.3rem 0 0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card__footer{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-top:auto;padding-top:.85rem}.product-card__price{font-size:var(--text-lg);font-weight:var(--weight-bold);color:var(--color-foreground);margin:0}.product-card__price s{font-size:var(--text-sm);font-weight:var(--weight-regular);color:var(--color-foreground-muted);margin-right:.25rem}.product-card__price-from{font-size:var(--text-sm);font-weight:var(--weight-regular);color:var(--color-foreground-muted)}.product-card__cta{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:2.1rem;height:2.1rem;border-radius:50%;background-color:var(--color-background-alt);color:var(--color-secondary);transition:background-color var(--duration-short) var(--ease),color var(--duration-short) var(--ease)}.product-card:hover .product-card__cta{background-color:var(--color-primary);color:var(--color-primary-contrast)}.product-card__cta-wrap{display:inline-flex;align-items:center;gap:.5rem;flex-shrink:0}.product-card__cta-label{font-size:var(--text-sm);font-weight:var(--weight-medium, 500);color:var(--color-foreground-muted);white-space:nowrap;opacity:0;transform:translate(.35rem);transition:opacity var(--duration-short) var(--ease),transform var(--duration-short) var(--ease)}@media(hover:hover){.product-card:hover .product-card__cta-label,.product-card:focus-visible .product-card__cta-label{opacity:1;transform:translate(0)}}.grid{display:grid;gap:var(--grid-gap, 1.5rem)}.grid--2{grid-template-columns:repeat(2,1fr)}.grid--3{grid-template-columns:repeat(3,1fr)}.grid--4{grid-template-columns:repeat(4,1fr)}@media(max-width:1024px){.grid--4,.grid--3{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.grid--4,.grid--3,.grid--2{grid-template-columns:1fr}}.badge{display:inline-block;padding:.25rem .75rem;font-size:var(--text-xs);font-weight:500;letter-spacing:.08em;text-transform:uppercase;background-color:var(--color-secondary);color:var(--color-background)}.badge--sale{background-color:var(--color-accent)}.header__badge,#privy-container,#privy-widget,.privy-widget-container,.privy-floating-tab,.privy-widget,[id^=privy-],[id*=privy],[class*=privy],iframe[src*=privy],iframe[src*=powr],#carthike-chat-button-container,#carthike-chat-widget,#carthike-welcome-message-container,#chwhatsapp-btn,#chwhatsapp-share-btn{display:none!important;visibility:hidden!important;pointer-events:none!important}.customer{max-width:64rem;margin:0 auto;padding:3rem var(--page-margin)}.customer--narrow{max-width:28rem}.customer--login{max-width:54rem}.customer__split{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;align-items:start}@media(max-width:768px){.customer__split{grid-template-columns:1fr}}.customer__recover{max-width:28rem}.customer__benefits{list-style:none;margin:0 0 1.75rem;padding:0;display:flex;flex-direction:column;gap:.65rem;font-size:var(--text-sm)}.customer__benefits li{display:flex;align-items:flex-start;gap:.55rem}.customer__benefits li:before{content:"\1f43e";flex-shrink:0}.customer__title{font-size:var(--text-3xl);margin-bottom:.75rem}.customer__subtext{color:var(--color-foreground-muted);margin-bottom:2rem}.customer__form{display:flex;flex-direction:column;gap:1.1rem}.customer__field{display:flex;flex-direction:column;gap:.35rem}.customer__field label{font-size:var(--text-sm);font-weight:600}.customer__links{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1.5rem;font-size:var(--text-sm)}.customer__errors{background:color-mix(in srgb,#c0392b 8%,var(--color-background));border:1px solid #c0392b;border-radius:var(--radius);color:#c0392b;padding:.9rem 1.1rem;font-size:var(--text-sm)}.customer__errors ul{margin:0;padding-left:1.1rem}.customer__success{background:color-mix(in srgb,#2bb673 10%,var(--color-background));border:1px solid #2bb673;border-radius:var(--radius);color:#1e7f50;padding:.9rem 1.1rem;font-size:var(--text-sm)}.customer__card{background:var(--color-background-alt);border-radius:var(--radius);padding:1.5rem}.customer__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(16rem,1fr));gap:1.5rem}.customer__table-wrap{overflow-x:auto}.customer table{width:100%;border-collapse:collapse;font-size:var(--text-sm)}.customer th{text-align:left;font-weight:700;padding:.75rem .9rem;border-bottom:2px solid var(--color-border);white-space:nowrap}.customer td{padding:.75rem .9rem;border-bottom:1px solid var(--color-border);vertical-align:top}.customer__section+.customer__section{margin-top:3rem}.customer__section-title{font-size:var(--text-xl);margin-bottom:1rem}.customer details>summary{cursor:pointer;font-weight:600}.customer__hero{padding:1.75rem;border-radius:var(--radius);margin-bottom:2.5rem}@media(min-width:769px){.customer__hero{padding:2.25rem}}.customer__hero--active,.customer__hero--sell{background:color-mix(in srgb,var(--color-accent-alt) 30%,var(--color-background))}.customer__pill{display:inline-flex;align-items:center;gap:.45rem;padding:.35rem .9rem;margin-bottom:1rem;border-radius:999px;background:var(--color-background);font-size:var(--text-sm);font-weight:700}.customer__pill:before{content:"";width:.55rem;height:.55rem;border-radius:50%;background:#2bb673}.customer__pill--lapsed:before{background:#f0ad2d}.customer__hero-title{font-size:var(--text-2xl);margin-bottom:.5rem}.customer__hero-text{max-width:46ch;margin-bottom:1.25rem}.customer__hero .customer__benefits{margin-bottom:1.5rem}.customer__hero-actions{display:flex;flex-wrap:wrap;gap:.75rem}.customer__hero-actions .btn{min-height:3rem}.customer__stats{display:flex;flex-wrap:wrap;gap:.5rem 2rem;margin-top:1.5rem}.customer__stat{font-size:var(--text-sm);font-weight:600;color:var(--color-foreground-muted)}.customer__again-grid,.customer__addons-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(10rem,1fr));gap:1rem}.customer__mini-card{display:flex;flex-direction:column;background:var(--color-background-alt);border-radius:var(--radius);overflow:hidden}.customer__mini-card-media{display:block;aspect-ratio:1;background:var(--color-background)}.customer__mini-card-img{width:100%;height:100%;object-fit:cover}.customer__mini-card-body{display:flex;flex-direction:column;gap:.35rem;padding:.85rem;flex:1}.customer__mini-card-title{font-size:var(--text-sm);font-weight:700;line-height:1.3;text-decoration:none;color:var(--color-foreground)}.customer__mini-card-price{font-size:var(--text-sm);color:var(--color-foreground-muted)}.customer__mini-card-btn{margin-top:auto;width:100%}.customer__addon-note{margin-top:.85rem;font-size:var(--text-sm);color:var(--color-foreground-muted)}@media(max-width:640px){.customer{padding:2rem var(--page-margin)}.customer__hero-actions .btn{width:100%}}#shopify-pc__banner{background-color:var(--color-primary)!important;color:var(--color-primary-contrast)!important;bottom:5vh!important;top:auto!important;border-radius:1rem!important;border:none!important;box-shadow:0 8px 30px #00000026!important;overflow:visible!important}#shopify-pc__banner *{color:var(--color-primary-contrast)!important}#shopify-pc__banner a{text-decoration:underline!important}#shopify-pc__banner button{border:1px solid var(--color-primary-contrast)!important;background-color:transparent!important;border-radius:.5rem!important;padding:.5rem 1.25rem!important;cursor:pointer!important;display:inline-block!important;visibility:visible!important;opacity:1!important}@media(max-width:640px){#shopify-pc__banner{left:.75rem!important;right:.75rem!important;bottom:max(.75rem,env(safe-area-inset-bottom,0px))!important;width:auto!important;max-width:none!important;padding:1.1rem 1.1rem 1rem!important;border-radius:.85rem!important}#shopify-pc__banner h2,#shopify-pc__banner .shopify-pc__banner__dialog h2{font-size:1rem!important;margin-bottom:.35rem!important}#shopify-pc__banner p{font-size:.8rem!important;line-height:1.4!important}#shopify-pc__banner .shopify-pc__banner__btns{display:flex!important;flex-wrap:wrap!important;gap:.5rem!important;margin-top:.75rem!important}#shopify-pc__banner button{flex:1 1 auto!important;min-height:2.75rem!important;padding:.5rem .75rem!important;font-size:.85rem!important}}@media(max-width:768px){:root{--text-5xl: clamp(2.5rem, 1.5rem + 7.5vw, 6rem);--text-4xl: clamp(2.1rem, 1.5rem + 5vw, 4.5rem);--text-3xl: clamp(1.7rem, 1.4rem + 3vw, 3.25rem)}.btn{min-height:2.9rem;padding:.8rem 1.5rem;white-space:normal;text-align:center}.btn--sm{min-height:2.5rem;padding:.55rem 1.1rem}.btn--lg{padding:.95rem 1.75rem}.product-card__info{padding:.85rem 1rem 1rem}.product-card__title{font-size:var(--text-base)}.product-card__cta{width:2.4rem;height:2.4rem}}@media(max-width:640px){.grid--4,.grid--3,.grid--2{grid-template-columns:repeat(2,minmax(0,1fr));--grid-gap: .75rem}.grid--stack.grid--4,.grid--stack.grid--3,.grid--stack.grid--2{grid-template-columns:1fr}.product-card__chips{gap:.25rem;margin-bottom:.4rem}.product-card__chip{font-size:.6rem;padding:.15rem .5rem}.product-card__details{font-size:var(--text-xs)}.product-card__price{font-size:var(--text-base)}}@media(max-width:360px){.grid--4,.grid--3,.grid--2{grid-template-columns:1fr}}
/*# sourceMappingURL=/cdn/shop/t/24/assets/critical.css.map */
