*{box-sizing:border-box;margin:0}body{display:flex;flex-direction:column;margin:0;min-height:100svh}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-body--family);font-weight:var(--font-body--weight);background-color:var(--color-background);color:var(--color-foreground);line-height:1.6;font-size:16px}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading--family);font-weight:var(--font-heading--weight);line-height:1.2;letter-spacing:.05em}h1{font-size:clamp(2rem,4vw,3.5rem)}h2{font-size:clamp(1.5rem,3vw,2.5rem)}h3{font-size:clamp(1.2rem,2.5vw,1.8rem)}h4{font-size:1.1rem}h5{font-size:1rem}h6{font-size:.9rem}a{color:inherit;text-decoration:none}.footer__links a:hover,.footer__social a:hover,.product__vendor:hover{opacity:.7;transition:opacity .2s ease}.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}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 2rem;border-radius:var(--style-border-radius-buttons);font-family:var(--font-heading--family);font-size:.85rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;text-decoration:none;cursor:pointer;transition:background-color .3s ease,color .3s ease,border-color .3s ease,opacity .3s ease;border:2px solid transparent}.btn--primary{background-color:var(--color-button-bg);color:var(--color-button-text);border-color:var(--color-button-bg)}.btn--primary:hover{background-color:transparent;color:var(--color-button-bg)}.btn--outline{background-color:transparent;color:var(--color-foreground);border-color:var(--color-foreground)}.btn--outline:hover{background-color:var(--color-foreground);color:var(--color-background)}.btn--accent{background-color:var(--color-accent);color:var(--color-foreground);border-color:var(--color-accent)}.btn--accent:hover{background-color:transparent;color:var(--color-foreground);border-color:var(--color-foreground)}.section-heading{text-align:var(--section-heading-alignment, left);margin-bottom:var(--spacing-lg)}.section-heading__title{font-size:clamp(1.5rem,3vw,2.2rem);text-transform:uppercase;letter-spacing:.1em}.section-heading__subtitle{font-size:1rem;font-weight:400;margin-top:var(--spacing-xs);opacity:.7}.product-card{display:flex;flex-direction:column;text-align:var(--product-card-alignment, left)}.product-card__image-wrapper{position:relative;overflow:hidden;border-radius:var(--style-border-radius-cards);aspect-ratio:1 / 1;background-color:var(--color-accent-secondary)}.product-card__image-wrapper img{width:100%;height:100%;object-fit:cover}.product-card__image--primary{display:block;width:100%;transition:transform .3s ease,opacity .3s ease}.product-card__image--secondary{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .3s ease}[data-hover-effect=zoom] .product-card__image-wrapper:hover .product-card__image--primary{transform:scale(1.05)}[data-hover-effect=fade] .product-card__image-wrapper:hover .product-card__image--primary{opacity:.75}[data-hover-effect=second_image] .product-card__image-wrapper:hover .product-card__image--primary{opacity:0}[data-hover-effect=second_image] .product-card__image-wrapper:hover .product-card__image--secondary{opacity:1}[data-hover-effect=second_image] .product-card__image-wrapper[data-hover-fallback=zoom]:hover .product-card__image--primary{opacity:1;transform:scale(1.05)}.product-card__badge{position:absolute;top:.75rem;left:.75rem;background-color:var(--color-accent);color:var(--color-foreground);font-size:.7rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:.25rem .75rem;border-radius:20px;z-index:1}.product-card__title{font-family:var(--font-body--family);font-size:.9rem;font-weight:400;margin-top:var(--spacing-sm);line-height:1.4}.product-card__price{font-size:.9rem;font-weight:600;margin-top:.25rem}.product-card__price--compare{text-decoration:line-through;opacity:.5;font-weight:400;margin-right:.25rem}.product-card__add-to-cart{margin-top:.75rem;padding:.5rem 1.5rem;font-size:.75rem}.cart-error{margin:.5rem 0 0;font-size:.8125rem;color:#c0392b;min-height:1em}.cart-error:empty{display:none}.wishlist-btn svg{flex-shrink:0;transition:fill .2s ease,stroke .2s ease}.wishlist-btn[aria-pressed=true] svg{fill:var(--color-accent);stroke:var(--color-accent)}.wishlist-btn--overlay{position:absolute;bottom:10px;left:10px;z-index:2;display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:#ffffffd9;border:none;cursor:pointer;color:var(--color-foreground);transition:background .2s,color .2s;padding:0}.wishlist-btn--overlay:hover,.wishlist-btn--overlay:focus-visible{background:#fff;color:var(--color-accent);opacity:1}.product{display:grid;grid-template-columns:1fr;gap:var(--spacing-lg)}@media(min-width:768px){.product{grid-template-columns:1fr 1fr;gap:var(--spacing-xl, 3rem);align-items:start}}@media(min-width:1024px){.product{grid-template-columns:55% 1fr}}.product__gallery-main{position:relative;margin-top:2rem;margin-bottom:1.5rem}.product__gallery-slide{display:none}.product__gallery-slide--active{display:block}.product__gallery-image{width:100%;height:auto;object-fit:cover;border-radius:var(--style-border-radius-cards)}.product__gallery-thumbs{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:1rem}.product__gallery-thumb{position:relative;aspect-ratio:1 / 1;overflow:hidden;border-radius:calc(var(--style-border-radius-cards) * .75);cursor:pointer;padding:0;border:none;background:none;opacity:.9;transition:opacity .3s ease,transform .3s ease}.product__gallery-thumb:hover{opacity:1;transform:scale(1.02)}.product__gallery-thumb--active{opacity:1}.product__gallery-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}@media(max-width:767px){.product__gallery-thumbs{grid-template-columns:repeat(2,1fr);gap:.75rem}}@media(min-width:768px){.product__gallery-slide[data-lightbox-open]{cursor:zoom-in}}.product__lightbox{border:none;background:transparent;padding:0;max-width:90vw;max-height:90vh}.product__lightbox::backdrop{background:#0009}.product__lightbox-inner{position:relative;display:flex;align-items:center;justify-content:center}.product__lightbox-image{display:block;max-width:90vw;max-height:90vh;object-fit:contain;border-radius:4px}.product__lightbox-close{position:fixed;top:1rem;right:1rem;border:none;background:none;color:#fff;font-size:1.5rem;cursor:pointer;line-height:1;padding:.5rem;opacity:.8;transition:opacity .2s}.product__lightbox-close:hover{opacity:1}.product__lightbox-prev,.product__lightbox-next{position:fixed;top:50%;transform:translateY(-50%);border:none;background:none;color:#fff;font-size:2.5rem;cursor:pointer;line-height:1;padding:.5rem;opacity:.7;transition:opacity .2s}.product__lightbox-prev:hover,.product__lightbox-next:hover{opacity:1}.product__lightbox-prev{left:1rem}.product__lightbox-next{right:1rem}@media(min-width:768px){.product__info{position:sticky;top:7rem}}.product__vendor{display:inline-block;font-size:.8rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--color-foreground);margin-bottom:.5rem}.product__vendor:hover{opacity:.7}.product__title{font-size:clamp(1.4rem,3vw,2rem);text-transform:none;letter-spacing:.02em;line-height:1.3;margin-bottom:1rem}.product__price{display:flex;align-items:center;gap:.75rem;font-size:1.3rem;font-weight:600;margin-bottom:.75rem}.product__price-compare{text-decoration:line-through;opacity:.5;font-weight:400}.product__price-current--sale{color:var(--color-sale)}.product__stock{font-size:.85rem;font-weight:500;margin-bottom:1.25rem}.product__stock--in{color:var(--color-success)}.product__stock--out{color:var(--color-sale)}.product__variants{margin-bottom:1rem}.product__option{margin-bottom:.75rem}.product__option-label{display:block;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.4rem}.product__option-select{width:100%;padding:.65rem 1rem;border:1.5px solid var(--color-border);font-size:.9rem;cursor:pointer;-webkit-appearance:auto;appearance:auto;background-color:var(--color-background)}.product__quantity{margin-bottom:1rem}.product__quantity-label{display:block;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.4rem}.product__quantity-selector{display:inline-flex;align-items:stretch;border:1.5px solid var(--color-border);border-radius:var(--style-border-radius-inputs, 4px);overflow:hidden}.product__quantity-btn{width:44px;height:44px;border:none;background:none;font-size:1.1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--color-foreground);transition:background .2s}.product__quantity-btn:hover{background-color:var(--color-accent-secondary, #f5e6d0)}.product__quantity-input{width:3rem;text-align:center;border:none;border-left:1.5px solid var(--color-border);border-right:1.5px solid var(--color-border);font-size:.95rem;padding:.5rem 0;-moz-appearance:textfield}.product__quantity-input::-webkit-inner-spin-button,.product__quantity-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.product__add-to-cart,.product__info .wishlist-btn{width:100%;padding:1rem 2rem;font-size:.95rem;margin-bottom:.5rem}.product__add-to-cart:disabled{opacity:.5;cursor:not-allowed}.product__accordion{border-top:1px solid var(--color-border);padding:1rem 0}.product__accordion:last-child{border-bottom:1px solid var(--color-border)}.product__accordion-trigger{display:flex;align-items:center;justify-content:space-between;width:100%;font-size:.9rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;cursor:pointer;list-style:none;padding:0}.product__accordion-trigger::-webkit-details-marker{display:none}.product__accordion-icon:after{content:"+";font-size:1.2rem;font-weight:400;line-height:1}details[open]>.product__accordion-trigger .product__accordion-icon:after{content:"\2212"}.product__accordion-content{padding-top:.75rem;font-size:.9rem;line-height:1.7}.product__accordion-content.rte p{margin-bottom:.5rem}.product__accordion-content.rte p:last-child{margin-bottom:0}.product__gift-wrap{margin-top:.75rem;margin-bottom:.75rem;padding:.75rem 1rem;background-color:var(--color-accent-secondary, #f5e6d0);border-radius:var(--style-border-radius-inputs, 4px)}.product__gift-wrap-label{display:flex;align-items:center;gap:.5rem;font-size:.9rem;cursor:pointer}.product__gift-wrap-label input[type=checkbox]{accent-color:var(--color-accent);width:1.1rem;height:1.1rem}.product__short-description{margin-top:1.25rem;margin-bottom:1.25rem;font-size:.9rem;line-height:1.7}.product__short-description p{margin-bottom:.5rem}.product__short-description p:last-child{margin-bottom:0}.product__info .shopify-payment-button{margin-top:.5rem}.product__info .shopify-payment-button__button{border-radius:var(--style-border-radius-buttons, 4px)}.product-related{margin-top:var(--spacing-xl, 3rem);padding-top:var(--spacing-lg);border-top:1px solid rgba(0,0,0,.08)}.product-related__title{text-align:center;margin-bottom:var(--spacing-lg)}.product-related__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--spacing-md)}@media(min-width:768px){.product-related__grid{grid-template-columns:repeat(4,1fr)}}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:767px){.hide-mobile{display:none}}@media(min-width:768px){.hide-desktop{display:none}}.placeholder{width:100%;overflow:hidden;background:var(--color-accent-secondary)}.placeholder svg{display:block;width:100%;height:auto}:focus-visible{outline:2px solid var(--color-foreground);outline-offset:2px;border-radius:2px}@media(prefers-reduced-motion:no-preference){@keyframes fade-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-on-enter{opacity:0}.animate-on-enter.is-visible{animation:fade-up .6s ease forwards}.animate-on-enter:nth-child(1){animation-delay:0ms}.animate-on-enter:nth-child(2){animation-delay:80ms}.animate-on-enter:nth-child(3){animation-delay:.16s}.animate-on-enter:nth-child(4){animation-delay:.24s}.animate-on-enter:nth-child(5){animation-delay:.32s}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/critical.css.map */
