*{box-sizing:border-box;margin:0}body{display:flex;flex-direction:column;margin:0;min-height:100svh}main{flex:1 0 auto}html:has(dialog[scroll-lock][open],details[scroll-lock][open]){overflow:hidden}img,picture,video,canvas,svg{display:block;max-width:100%;height:auto}input,textarea,select{font:inherit;border-radius:var(--style-border-radius-inputs)}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-primary--family);font-style:var(--font-primary--style);font-weight:var(--font-primary--weight);font-size:var(--type-base-size);line-height:var(--line-height-body);background-color:var(--color-background);color:var(--color-foreground);text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}.kh-skip-link{position:fixed;top:.75rem;left:.75rem;z-index:1000;padding:.75rem 1rem;background:var(--color-foreground);color:var(--color-background);font-weight:700;text-decoration:none;transform:translateY(-200%)}.kh-skip-link:focus-visible{top:1.125rem;transform:translateY(0)}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading--family);font-style:var(--font-heading--style);font-weight:var(--font-heading--weight);line-height:var(--line-height-heading);letter-spacing:0;text-wrap:balance}h1{font-size:var(--type-scale-3xl)}h2{font-size:var(--type-scale-2xl)}h3{font-size:var(--type-scale-xl)}h4,h5,h6{font-size:var(--type-scale-lg)}a{color:inherit;text-underline-offset:.18em;text-decoration-thickness:.06em}button,a,input,textarea,select,summary,[tabindex]:not([tabindex="-1"]){transition:background-color var(--motion-duration-fast) var(--motion-ease-standard),border-color var(--motion-duration-fast) var(--motion-ease-standard),color var(--motion-duration-fast) var(--motion-ease-standard),opacity var(--motion-duration-fast) var(--motion-ease-standard),transform var(--motion-duration-fast) var(--motion-ease-standard),box-shadow var(--motion-duration-fast) var(--motion-ease-standard)}:focus{outline:none}:focus-visible{outline:2px solid var(--focus-ring-color);outline-offset:3px;box-shadow:var(--focus-ring)}input,textarea,select{min-height:2.75rem;padding:.75rem .9rem;border:var(--style-border-width) solid var(--color-border);background-color:var(--color-background);color:var(--color-foreground)}input:hover,textarea:hover,select:hover{border-color:color-mix(in srgb,var(--color-accent) 70%,var(--color-border))}input:disabled,textarea:disabled,select:disabled{cursor:not-allowed;opacity:.55}button[type=submit],.button,input[type=submit],.shopify-payment-button__button,.kh-button{position:relative;display:inline-flex;min-height:2.75rem;align-items:center;justify-content:center;gap:.5rem;padding:.78rem 1.15rem;background-color:var(--color-button-background);border:1px solid var(--color-button-background);border-radius:var(--style-border-radius-inputs);color:var(--color-button-text);font-family:var(--font-primary--family);font-size:var(--type-scale-sm);font-weight:700;line-height:1;text-align:center;text-decoration:none;cursor:pointer;touch-action:manipulation}button[type=submit]:hover,.button:hover,input[type=submit]:hover,.shopify-payment-button__button:hover,.kh-button:hover{background-color:var(--color-button-hover-background);border-color:var(--color-button-hover-background);color:var(--color-button-hover-text);transform:translateY(-1px)}button[type=submit]:active,.button:active,input[type=submit]:active,.shopify-payment-button__button:active,.kh-button:active,.kh-button[aria-pressed=true]{transform:translateY(0);background-color:color-mix(in srgb,var(--color-button-hover-background) 84%,var(--color-foreground));border-color:color-mix(in srgb,var(--color-button-hover-background) 84%,var(--color-foreground));color:var(--color-button-hover-text)}button[type=submit]:disabled,.button[aria-disabled=true],.button.is-disabled,input[type=submit]:disabled,.shopify-payment-button__button:disabled,.kh-button:disabled,.kh-button[aria-disabled=true],.kh-button.is-disabled{cursor:not-allowed;opacity:.48;transform:none}.kh-button--secondary,.button--secondary{background-color:transparent;border-color:var(--color-secondary-button-border);color:var(--color-secondary-button-text)}.kh-button--secondary:hover,.button--secondary:hover{background-color:var(--color-secondary-button-hover-background);border-color:var(--color-secondary-button-hover-border);color:var(--color-secondary-button-hover-text)}.kh-button--secondary:active,.button--secondary:active{background-color:color-mix(in srgb,var(--color-secondary-button-hover-background) 82%,var(--color-secondary-button-hover-border));border-color:var(--color-secondary-button-hover-border);color:var(--color-secondary-button-hover-text)}.kh-button--tertiary,.button--tertiary{min-height:auto;padding:.2rem 0;background:transparent;border-color:transparent;color:var(--color-foreground);text-decoration:underline;text-decoration-color:var(--color-accent);text-underline-offset:.25em}.kh-button--tertiary:hover,.button--tertiary:hover,.kh-button--tertiary:active,.button--tertiary:active{background:transparent;border-color:transparent;color:var(--color-accent-strong);transform:none}.kh-button--full{width:100%}.kh-button--sm{min-height:2.25rem;padding:.55rem .85rem;font-size:var(--type-scale-xs)}.kh-button--lg{min-height:3.2rem;padding:.95rem 1.4rem;font-size:var(--type-scale-md)}.kh-button.is-loading,.kh-button--loading,.kh-button[aria-busy=true],.button.is-loading,.button[aria-busy=true]{color:transparent;pointer-events:none}.kh-button.is-loading:after,.kh-button--loading:after,.kh-button[aria-busy=true]:after,.button.is-loading:after,.button[aria-busy=true]:after{position:absolute;width:1rem;height:1rem;border:2px solid currentcolor;border-right-color:transparent;border-radius:50%;color:var(--color-button-text);content:"";animation:kh-spin var(--motion-duration-slow) linear infinite}.kh-icon-button{display:inline-flex;width:2.75rem;height:2.75rem;align-items:center;justify-content:center;padding:0;border:1px solid var(--color-border);border-radius:var(--style-border-radius-pill);background:var(--color-background);color:var(--color-foreground)}.kh-icon-button:hover{border-color:var(--color-secondary-button-hover-border);background:var(--color-secondary-button-hover-background);color:var(--color-secondary-button-hover-text);transform:none}.kh-icon-button:active{background:color-mix(in srgb,var(--color-secondary-button-hover-background) 82%,var(--color-secondary-button-hover-border));transform:none}.kh-link{color:var(--color-foreground);font-weight:700;text-decoration-color:var(--color-accent)}.kh-link:hover{color:var(--color-accent-strong)}.kh-text-action{display:inline-flex;min-height:2.75rem;align-items:center;color:var(--color-accent-strong);font-size:var(--type-scale-sm);font-weight:700;text-decoration:underline;text-decoration-color:color-mix(in srgb,var(--color-accent) 52%,transparent);text-decoration-thickness:.06em;text-underline-offset:.25em}.kh-text-action:hover{color:var(--color-accent-strong);text-decoration-color:currentcolor}.kh-service-actions{border-block:1px solid var(--color-border)}.kh-service-action{display:grid;min-height:4.25rem;grid-template-columns:1.5rem minmax(0,1fr) 1rem;align-items:center;gap:var(--space-sm);padding:var(--space-sm) var(--space-xs);color:var(--color-foreground);text-decoration:none}.kh-service-action+.kh-service-action{border-block-start:1px solid var(--color-border)}.kh-service-action:hover{background:var(--color-secondary-button-hover-background);color:var(--color-secondary-button-hover-text)}.kh-service-action:hover .kh-service-action__note,.kh-service-action:hover .kh-service-action__icon:not(.kh-service-action__icon--whatsapp),.kh-service-action:hover .kh-service-action__arrow{color:var(--color-secondary-button-hover-text)}.kh-service-action__icon{display:inline-flex;width:1.5rem;height:1.5rem;align-items:center;justify-content:center;color:var(--color-accent-strong)}.kh-service-action__icon--whatsapp{color:#25d366}.kh-service-action__icon svg{width:1.25rem;height:1.25rem;stroke:currentcolor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.kh-service-action__icon--whatsapp svg{fill:currentcolor;stroke:none}.kh-service-action__content{display:grid;gap:.18rem;min-width:0}.kh-service-action__label{font-size:var(--type-scale-sm);font-weight:700;line-height:1.25}.kh-service-action__note{color:var(--color-muted);font-size:var(--type-scale-xs);line-height:1.35}.kh-service-action__arrow{width:1rem;height:1rem;color:var(--color-accent-strong);stroke:currentcolor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.kh-eyebrow,.kh-meta{font-family:var(--font-primary--family);font-size:var(--type-scale-xs);font-weight:700;line-height:1.2}.kh-eyebrow{color:var(--color-accent-strong);text-transform:uppercase;letter-spacing:.04em}.kh-meta{color:var(--color-muted)}.kh-surface{background-color:var(--color-surface)}.kh-surface--alt{background-color:var(--color-surface-alt)}.kh-prose{max-width:68ch;color:var(--color-muted)}.kh-badge,.kh-chip,.kh-badge--chip{display:inline-flex;min-height:1.75rem;align-items:center;gap:.35rem;max-width:100%;border:1px solid var(--color-border);color:var(--color-foreground);font-family:var(--font-primary--family);font-size:var(--type-scale-xs);font-weight:700;line-height:1.1;white-space:normal}.kh-badge{padding:.35rem .55rem;border-radius:var(--style-border-radius-xs);background-color:color-mix(in srgb,var(--color-accent) 12%,var(--color-background))}.kh-chip{padding:.42rem .7rem;border-radius:var(--style-border-radius-pill);background-color:var(--color-background)}.kh-badge--chip{padding:.42rem .7rem;border-radius:var(--style-border-radius-pill)}.kh-badge:before,.kh-chip:before,.kh-badge--chip:before,.kh-trust-item__mark:before{width:.36rem;height:.36rem;flex:0 0 auto;border-radius:50%;background-color:var(--color-accent);content:""}.kh-badge--support,.kh-chip--support,.kh-badge--gold{background-color:color-mix(in srgb,var(--color-support) 10%,var(--color-background));border-color:color-mix(in srgb,var(--color-support) 40%,var(--color-border))}.kh-badge--gold{background-color:color-mix(in srgb,var(--color-accent) 14%,var(--color-background));border-color:color-mix(in srgb,var(--color-accent) 56%,var(--color-border))}.kh-badge--muted{background-color:var(--color-surface)}.kh-badge--success,.kh-state--success{--state-color: var(--color-success)}.kh-badge--warning,.kh-state--warning{--state-color: var(--color-warning)}.kh-badge--error,.kh-state--error{--state-color: var(--color-error)}.kh-badge--success,.kh-badge--warning,.kh-badge--error{border-color:color-mix(in srgb,var(--state-color) 44%,var(--color-border));background-color:color-mix(in srgb,var(--state-color) 10%,var(--color-background))}.kh-card,.kh-product-card{display:flex;min-width:0;flex-direction:column;gap:var(--space-sm)}.kh-product-card{color:var(--color-foreground);text-decoration:none}.kh-product-card__media,.kh-ratio{position:relative;overflow:hidden;border-radius:var(--style-border-radius-md);background-color:var(--color-surface)}.kh-product-card__media{aspect-ratio:var(--ratio-product-card)}.kh-product-card--square .kh-product-card__media{aspect-ratio:var(--ratio-product-square)}.kh-product-card__media img,.kh-ratio>img,.image.kh-ratio>img,.kh-ratio>picture,.kh-ratio>video,.image--cover>img{width:100%;height:100%;object-fit:cover}.kh-product-card__image,.kh-product-card__image--placeholder,.kh-product-card__placeholder{width:100%;height:100%}.kh-product-card__placeholder{background-color:var(--color-surface);color:color-mix(in srgb,var(--color-accent) 30%,var(--color-border))}.kh-product-card__media img{transition:transform var(--motion-duration-slow) var(--motion-ease-standard)}.kh-product-card__image--secondary{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity var(--motion-duration-base) var(--motion-ease-standard),transform var(--motion-duration-slow) var(--motion-ease-standard)}.kh-product-card:hover .kh-product-card__image--secondary,.kh-product-card:focus-within .kh-product-card__image--secondary{opacity:1}.kh-product-card:hover .kh-product-card__media img{transform:scale(var(--motion-scale-hover))}.kh-product-card__content{display:grid;gap:.3rem}.kh-product-card__kicker{margin:0;color:var(--color-accent-strong);font-size:var(--type-label);font-weight:800;letter-spacing:.07em;text-transform:uppercase}.kh-product-card__vendor{color:var(--color-muted);font-size:var(--type-scale-xs)}.kh-product-card__title{margin:0;color:var(--color-foreground);font-family:var(--font-heading--family);font-size:var(--type-scale-md);font-weight:600;line-height:1.25}.kh-product-card__title a{text-decoration:none}.kh-product-card__title a:hover{text-decoration:underline;text-decoration-color:var(--color-accent)}.kh-product-card__meta{display:grid;gap:.1rem}.kh-product-card__price{display:grid;gap:.08rem;margin:0;color:var(--color-foreground);font-size:var(--type-scale-sm);font-weight:600}.kh-product-card__price-label{color:var(--color-muted);font-size:var(--type-label);font-weight:800;text-transform:uppercase;letter-spacing:.05em}.kh-product-card__availability{margin:0;color:var(--color-muted);font-size:var(--type-scale-xs)}.kh-product-card__view{display:none;align-items:center;gap:.35rem;margin-block-start:.35rem;color:var(--color-muted);font-size:var(--type-label);font-weight:800;letter-spacing:.06em;text-transform:uppercase}.kh-product-card__view span{transition:transform var(--motion-duration-base) var(--motion-ease-standard)}.kh-product-card:hover .kh-product-card__view span,.kh-product-card:focus-within .kh-product-card__view span{transform:translate(.2rem)}.kh-product-card--sold-out .kh-product-card__media{opacity:.72}.kh-trust-strip{padding-block:var(--space-lg);border-block:1px solid var(--color-border)}.kh-trust-strip__heading{margin-block-end:var(--space-md);font-size:var(--type-scale-xl)}.kh-trust-strip__list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:var(--space-md);padding:0;margin:0;list-style:none}.kh-trust-item{display:flex;min-width:0;align-items:flex-start;gap:var(--space-sm);color:var(--color-foreground);font-size:var(--type-scale-sm);line-height:1.35;text-decoration:none}.kh-trust-item--link:hover{color:var(--color-accent-strong)}.kh-trust-item__mark{display:inline-flex;width:1.25rem;height:1.25rem;flex:0 0 auto;align-items:center;justify-content:center;margin-block-start:.08rem;border:1px solid color-mix(in srgb,var(--color-accent) 46%,var(--color-border));border-radius:50%}.kh-trust-item__text{display:block;min-width:0;color:var(--color-muted);font-size:var(--type-scale-xs)}.kh-ratio--hero-desktop{aspect-ratio:var(--ratio-hero-desktop)}.kh-ratio--hero-mobile{aspect-ratio:var(--ratio-hero-mobile)}.kh-ratio--category{aspect-ratio:var(--ratio-category)}.kh-ratio--product{aspect-ratio:var(--ratio-product-card)}.kh-ratio--square{aspect-ratio:var(--ratio-product-square)}.kh-ratio--pdp{aspect-ratio:var(--ratio-pdp-media)}.kh-grid{display:grid;gap:var(--space-lg)}.kh-grid--products{grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-md)}.kh-stack{display:grid;gap:var(--space-md)}.kh-cluster{display:flex;flex-wrap:wrap;gap:var(--space-sm);align-items:center}.kh-drawer,.kh-accordion__content,.kh-sticky-bar{transition:opacity var(--motion-duration-base) var(--motion-ease-standard),transform var(--motion-duration-base) var(--motion-ease-standard)}.kh-drawer[hidden],.kh-accordion__content[hidden]{display:none}.kh-drawer[aria-hidden=true]{opacity:0;transform:translateY(.5rem)}.kh-sticky-bar{position:sticky;z-index:20;bottom:0;padding:var(--space-sm) var(--page-margin);border-block-start:1px solid var(--color-border);background-color:color-mix(in srgb,var(--color-background) 94%,white);box-shadow:0 -.5rem 1.5rem color-mix(in srgb,var(--color-foreground) 6%,transparent)}.kh-visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}[aria-selected=true],.is-selected{background-color:color-mix(in srgb,var(--color-accent) 9%,transparent);border-color:currentcolor;font-weight:700;box-shadow:inset 0 -2px 0 var(--color-accent);text-decoration:underline;text-decoration-color:currentcolor;text-decoration-thickness:.12em;text-underline-offset:.24em}[aria-invalid=true],.has-error{border-color:var(--color-error)}.kh-error-text{color:var(--color-error);font-size:var(--type-scale-sm)}@keyframes kh-spin{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:1ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:1ms!important}.kh-product-card:hover .kh-product-card__media img{transform:none}}@media(min-width:768px){.kh-grid--products{grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--space-lg)}}@media(min-width:1024px){.kh-grid--products{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:767px){.kh-trust-strip__list{grid-template-columns:1fr;gap:var(--space-sm)}.kh-button,.button{min-height:2.9rem}}.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;grid-template-columns:var(--content-grid);display:grid;width:100%}.shopify-section>*{grid-column:2}.shopify-section>.full-width{grid-column:1 / -1}
/*# sourceMappingURL=/cdn/shop/t/5/assets/critical.css.map */
