*,*:before,*:after{box-sizing:border-box}html{font-size:62.5%}body{margin:0;font-family:var(--font-body-family),-apple-system,BlinkMacSystemFont,sans-serif;font-weight:var(--font-body-weight);font-style:var(--font-body-style);font-size:calc(1.5rem * var(--font-body-scale));line-height:1.5;color:var(--color-text);background:var(--color-background);-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading-family),-apple-system,BlinkMacSystemFont,sans-serif;font-weight:var(--font-heading-weight);font-style:var(--font-heading-style);margin:0}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}ul{margin:0;padding:0;list-style:none}button{font-family:inherit;cursor:pointer}input,select,textarea{font-family:inherit;font-size:1.4rem}.page-width{max-width:var(--page-width);margin:0 auto;padding:0 24px}.main-content{overflow-x:hidden}.skip-to-content{position:absolute;top:-100px;left:12px;background:var(--color-text);color:#fff;padding:10px 18px;border-radius:var(--radius-button);z-index:100;transition:top .2s ease}.skip-to-content:focus{top:12px}:focus-visible{outline:2px solid var(--color-accent);outline-offset:3px}@media screen and (min-width:750px){html{font-size:62.5%}}.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:13px 26px;border-radius:var(--radius-button);font-size:1.35rem;font-weight:700;letter-spacing:.03em;border:1.5px solid transparent;transition:transform .2s ease,opacity .2s ease,background-color .2s ease;min-height:44px}.buttons-uppercase-off .button,[data-buttons-uppercase=false] .button{text-transform:none}.button{text-transform:uppercase}.button--primary{background:var(--color-accent);color:#fff;border-color:var(--color-accent)}.button--primary:hover{background:var(--color-accent-dark);border-color:var(--color-accent-dark)}.button--outline{background:transparent;color:var(--color-text);border-color:var(--color-text)}.button--outline:hover{background:var(--color-text);color:#fff}.button--outline-white{background:transparent;color:#fff;border-color:#fff}.button--outline-white:hover{background:#fff;color:var(--color-text)}.button--secondary{background:var(--color-surface);color:var(--color-text);border-color:var(--color-border)}.button--secondary:hover{border-color:var(--color-text)}.button--ghost{background:transparent;border-color:transparent;color:var(--color-text);text-decoration:underline}.button--full{width:100%}.button--lg{padding:16px 32px;font-size:1.45rem}.button:disabled,.button[disabled]{opacity:.5;cursor:not-allowed;transform:none!important}.button:not(:disabled):active{transform:scale(.98)}.shopify-payment-button{margin-top:10px}.shopify-payment-button__button{border-radius:var(--radius-button)!important}.section-heading{font-size:2.8rem;font-weight:800;text-align:center;letter-spacing:-.01em;margin:0 0 16px;text-transform:uppercase}.product-card__badges{position:absolute;top:10px;left:10px;z-index:2;display:flex;flex-direction:column;gap:6px}.badge{display:inline-flex;padding:4px 10px;border-radius:4px;font-size:1.05rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase;color:#fff}.badge--sale{background:var(--color-sale)}.badge--bestseller{background:var(--color-accent)}.badge--new{background:var(--color-text)}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px 24px}.product-grid--4{grid-template-columns:repeat(4,1fr)}.product-card{position:relative}.product-card__media-link{display:block}.product-card__media{position:relative;aspect-ratio:1/1;border-radius:var(--radius-card);overflow:hidden;background:var(--color-sand)}.product-card__image{width:100%;height:100%;object-fit:cover}.product-card__image--secondary{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .35s ease}.product-card__media-link:hover .product-card__image--secondary{opacity:1}.product-card__wishlist{position:absolute;top:10px;right:10px;z-index:2;background:#ffffffe6;border:none;border-radius:50%;width:34px;height:34px;display:flex;align-items:center;justify-content:center;color:var(--color-text);transition:transform .2s ease}.product-card__wishlist:hover{transform:scale(1.1)}.product-card__wishlist[aria-pressed=true]{color:var(--color-sale)}.product-card__info{padding-top:14px}.product-card__type,.product-card__vendor{font-size:1.1rem;color:var(--color-accent);font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin:0 0 4px}.product-card__title{font-size:1.45rem;font-weight:600;margin:0 0 6px;line-height:1.35}.product-card__title a:hover{text-decoration:underline}.product-card__rating{display:flex;align-items:center;gap:3px;color:var(--color-accent);margin-bottom:6px}.product-card__rating-count{font-size:1.2rem;color:var(--color-text-secondary);margin-left:4px}.product-card__swatches{display:flex;align-items:center;gap:6px;margin:8px 0}.swatch{width:18px;height:18px;border-radius:50%;border:1px solid var(--color-border);display:inline-block}.swatch--sm{width:15px;height:15px}.product-card__swatches-more{font-size:1.15rem;color:var(--color-text-secondary)}.product-card__buy-row{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:10px}.quick-add__button{font-size:1.15rem;padding:9px 16px;min-height:38px;white-space:nowrap}.price{display:flex;align-items:baseline;gap:8px;font-weight:700;font-size:1.5rem}.price__compare{text-decoration:line-through;color:var(--color-text-secondary);font-weight:500;font-size:1.3rem}.price--sale .price__sale{color:var(--color-sale)}.quantity-selector{display:inline-flex;align-items:center;border:1.5px solid var(--color-border);border-radius:var(--radius-button);width:fit-content}.quantity-selector__button{background:none;border:none;width:40px;height:44px;display:flex;align-items:center;justify-content:center;color:var(--color-text)}.quantity-selector__button:hover{background:var(--color-sand)}.quantity-selector__input{width:44px;border:none;text-align:center;font-size:1.4rem;-moz-appearance:textfield}.quantity-selector__input::-webkit-outer-spin-button,.quantity-selector__input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.quantity-selector--sm .quantity-selector__button{width:30px;height:32px}.quantity-selector__value{min-width:28px;text-align:center;font-size:1.3rem}.product-option{border:none;padding:0;margin:0 0 20px}.product-option__label{font-size:1.3rem;font-weight:700;margin-bottom:10px;display:block}.product-option__label span[data-selected-value]{font-weight:400;color:var(--color-text-secondary)}.product-option__values{display:flex;flex-wrap:wrap;gap:10px}.pill-option{position:relative}.pill-option input{position:absolute;opacity:0;top:0;right:0;bottom:0;left:0;cursor:pointer}.pill-option span{display:inline-flex;padding:9px 16px;font-size:1.3rem;font-weight:600;border:1.5px solid var(--color-border);border-radius:var(--radius-button);min-height:44px;align-items:center}.pill-option input:checked+span{border-color:var(--color-text);background:var(--color-text);color:#fff}.swatch-option{position:relative}.swatch-option input{position:absolute;opacity:0;top:0;right:0;bottom:0;left:0;cursor:pointer}.swatch-option .swatch{width:32px;height:32px}.swatch-option input:checked+.swatch{outline:2px solid var(--color-text);outline-offset:2px}.accordion-group{margin-top:32px;border-top:1px solid var(--color-border)}.accordion{border-bottom:1px solid var(--color-border)}.accordion__summary{display:flex;align-items:center;justify-content:space-between;padding:18px 0;font-size:1.4rem;font-weight:700;cursor:pointer;list-style:none}.accordion__summary::-webkit-details-marker{display:none}.accordion[open] .accordion__summary svg{transform:rotate(45deg)}.accordion__summary svg{transition:transform .2s ease}.accordion__content{padding:0 0 20px;font-size:1.35rem;line-height:1.7;color:var(--color-text-secondary)}.field{display:flex;flex-direction:column;gap:6px;margin-bottom:16px}.field label{font-size:1.25rem;font-weight:600}.field__input,.field input,.field select{padding:12px 14px;border:1.5px solid var(--color-border);border-radius:6px;font-size:1.4rem;background:var(--color-surface);color:var(--color-text)}.field__input:focus{border-color:var(--color-text)}.form-message{padding:12px 16px;border-radius:6px;font-size:1.3rem;margin-bottom:16px}.form-message--error{background:#fbe9e6;color:var(--color-sale)}.form-message--success{background:#eaf1e6;color:var(--color-accent-dark)}.customer-page{padding:56px 0 80px}.customer-page__inner{max-width:420px;margin:0 auto}.customer-page--wide .page-width{max-width:var(--page-width)}.customer-page h1{font-size:2.8rem;font-weight:800;margin:0 0 28px}.customer-page__alt{text-align:center;margin-top:20px;font-size:1.3rem}.customer-page__alt a,.customer-page__link{color:var(--color-accent);font-weight:600;text-decoration:underline}.customer-page__recover{margin-top:16px;font-size:1.3rem}.customer-page__recover summary{cursor:pointer;color:var(--color-accent);font-weight:600;margin-bottom:12px}.customer-page__text{color:var(--color-text-secondary);margin-bottom:20px}.collection-banner{position:relative;height:320px;display:flex;align-items:flex-end;overflow:hidden;margin-bottom:8px}.collection-banner__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.collection-banner__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(0deg,#0000008c,#0000000d 65%)}.collection-banner__content{position:relative;z-index:2;width:100%;padding-bottom:32px;color:#fff}.collection-banner__title{font-size:clamp(2.6rem,2.1rem + 1.5vw,3.6rem);font-weight:800;text-transform:uppercase;letter-spacing:-.01em;margin:0 0 8px}.collection-banner__description{font-size:1.4rem;max-width:600px;opacity:.95}@media screen and (max-width:749px){.collection-banner{height:220px}}.breadcrumbs{font-size:1.2rem;color:var(--color-text-secondary);padding:20px 0 0}.breadcrumbs a{text-decoration:underline}.collection-page__head{padding:16px 0 28px;border-bottom:1px solid var(--color-border);margin-bottom:24px}.collection-page__title{font-size:3rem;font-weight:800;margin:0 0 10px}.collection-page__description{color:var(--color-text-secondary);font-size:1.4rem;max-width:700px}.collection-page__toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px;flex-wrap:wrap;gap:12px}.collection-page__filter-toggle{display:none;align-items:center;gap:8px;background:none;border:1.5px solid var(--color-border);border-radius:var(--radius-button);padding:10px 16px;font-weight:600;font-size:1.3rem}.collection-page__count{color:var(--color-text-secondary);font-size:1.3rem}.collection-page__sort{display:flex;align-items:center;gap:8px;margin-left:auto}.collection-page__sort label{font-size:1.3rem;font-weight:600}.collection-page__sort select{padding:8px 10px;border:1.5px solid var(--color-border);border-radius:6px;font-size:1.3rem}.collection-page__layout{display:grid;grid-template-columns:240px 1fr;gap:40px;align-items:start}.collection-page__filters-header{display:none}.filter-group{margin-bottom:28px}.filter-group__title{font-size:1.4rem;font-weight:700;margin:0 0 14px}.filter-group__list{display:flex;flex-direction:column;gap:10px}.filter-checkbox{display:flex;align-items:center;gap:8px;font-size:1.3rem;cursor:pointer}.filter-checkbox.is-disabled{opacity:.4;cursor:not-allowed}.filter-checkbox__count{color:var(--color-text-secondary)}.filter-group__price{display:flex;align-items:center;gap:8px}.filter-group__price input{width:80px;padding:8px;border:1.5px solid var(--color-border);border-radius:6px}.filter-group__reset{display:block;text-align:center;margin-top:12px;font-size:1.25rem;text-decoration:underline;color:var(--color-text-secondary)}.collection-page__empty{padding:60px 0;text-align:center;color:var(--color-text-secondary);font-size:1.5rem}.pagination{display:flex;justify-content:center;gap:8px;margin-top:48px}.pagination__item{min-width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:6px;font-size:1.3rem;font-weight:600}.pagination__item.is-current{background:var(--color-text);color:#fff}.pagination__item:not(.is-current):hover{background:var(--color-sand)}@media screen and (max-width:989px){.collection-page__layout{grid-template-columns:1fr}.collection-page__filter-toggle{display:flex}.collection-page__filters{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;background:var(--color-background);transform:translate(-100%);transition:transform .3s ease;overflow-y:auto;padding:0}.collection-page__filters[data-open]{transform:translate(0)}.collection-page__filters-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid var(--color-border);font-weight:700}.collection-page__filters-header button{background:none;border:none}.collection-page__filters form{padding:20px 24px}}.cart-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:70}.cart-drawer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#17171766}.cart-drawer__panel{position:absolute;top:0;right:0;bottom:0;width:min(92vw,420px);background:var(--color-background);display:flex;flex-direction:column;transform:translate(100%);transition:transform .32s cubic-bezier(.22,1,.36,1)}.cart-drawer[data-open] .cart-drawer__panel{transform:translate(0)}.cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:20px;border-bottom:1px solid var(--color-border)}.cart-drawer__heading{font-size:1.8rem;font-weight:800}.cart-drawer__close{background:none;border:none;color:var(--color-text);padding:8px}.cart-progress{padding:16px 20px;border-bottom:1px solid var(--color-border)}.cart-progress__text{font-size:1.25rem;font-weight:600;margin:0 0 10px}.cart-progress__text--success{color:var(--color-success)}.cart-progress__bar{height:6px;border-radius:999px;background:var(--color-border);overflow:hidden}.cart-progress__bar-fill{height:100%;background:var(--color-accent);border-radius:999px;transition:width .4s ease}.cart-progress--page{max-width:500px;margin-bottom:28px;padding:16px 0;border:none}.cart-drawer__items{flex:1;overflow-y:auto;padding:8px 20px}.cart-item{display:flex;gap:14px;padding:16px 0;border-bottom:1px solid var(--color-border);position:relative}.cart-item__image{width:80px;height:80px;flex-shrink:0;border-radius:8px;overflow:hidden;background:var(--color-sand)}.cart-item__image img{width:100%;height:100%;object-fit:cover}.cart-item__info{flex:1}.cart-item__title{font-size:1.35rem;font-weight:600}.cart-item__variant{font-size:1.2rem;color:var(--color-text-secondary);margin:4px 0 8px}.cart-item__row{display:flex;align-items:center;justify-content:space-between}.cart-item__price{font-weight:700;font-size:1.3rem}.cart-item__remove{position:absolute;top:16px;right:0;background:none;border:none;color:var(--color-text-secondary);padding:4px}.cart-item__remove-link{font-size:1.2rem;color:var(--color-text-secondary);text-decoration:underline}.cart-drawer__empty{padding:60px 24px;text-align:center}.cart-drawer__empty p:first-child{font-size:1.7rem;font-weight:700;margin-bottom:8px}.cart-drawer__empty-text{color:var(--color-text-secondary);margin-bottom:24px}.cart-drawer__empty--page{padding:100px 0}.cart-drawer__recommendations{padding:16px 20px;border-top:1px solid var(--color-border)}.cart-drawer__recommendations--page{border-top:none;margin-top:48px}.cart-drawer__footer{padding:16px 20px 24px;border-top:1px solid var(--color-border);display:flex;flex-direction:column;gap:10px}.cart-drawer__subtotal{display:flex;justify-content:space-between;font-size:1.6rem;font-weight:800;margin-bottom:4px}.cart-drawer__note{font-size:1.15rem;color:var(--color-text-secondary);margin:0 0 8px}.cart-page{padding:48px 0 80px}.cart-page__title{font-size:3rem;font-weight:800;margin:0 0 24px}.cart-table{width:100%;border-collapse:collapse}.cart-table th{text-align:left;font-size:1.15rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--color-text-secondary);padding-bottom:14px;border-bottom:1px solid var(--color-border)}.cart-table td{padding:18px 12px 18px 0;border-bottom:1px solid var(--color-border);vertical-align:top;font-size:1.35rem}.cart-table__product{display:flex;gap:14px}.cart-page__summary{display:flex;justify-content:space-between;margin-top:32px;gap:24px;flex-wrap:wrap}.cart-page__discount{display:flex;gap:8px}.cart-page__discount-input{padding:12px;border:1.5px solid var(--color-border);border-radius:6px;min-width:220px}.cart-page__totals{min-width:280px}.cart-page__subtotal{display:flex;justify-content:space-between;font-size:1.5rem;font-weight:700;margin-bottom:8px}@media screen and (max-width:749px){.cart-table thead{display:none}.cart-table tr{display:block}.cart-table td{display:block;border:none;padding:6px 0}.cart-page__summary{flex-direction:column}}.product-page{padding:40px 0 60px}.product-page__grid{display:grid;grid-template-columns:1fr 1fr;gap:56px}.product-gallery__main{position:relative;aspect-ratio:1/1;border-radius:var(--radius-card);overflow:hidden;background:var(--color-sand)}.product-gallery__image{width:100%;height:100%;object-fit:cover}.product-gallery__zoom{position:absolute;bottom:16px;right:16px;background:#fff;border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center}.product-gallery__thumbs{display:flex;gap:10px;margin-top:12px;overflow-x:auto}.product-gallery__thumb{width:72px;height:72px;flex-shrink:0;border-radius:8px;overflow:hidden;border:2px solid transparent;padding:0;background:none}.product-gallery__thumb.is-active{border-color:var(--color-text)}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover}.product-page__vendor{font-size:1.2rem;color:var(--color-text-secondary);text-transform:uppercase;letter-spacing:.05em;margin:0 0 8px}.product-page__title{font-size:3rem;font-weight:800;line-height:1.2;margin:0 0 12px}.product-page .price{font-size:2rem;margin-bottom:16px}.product-page__short-desc{color:var(--color-text-secondary);font-size:1.4rem;line-height:1.7;margin-bottom:24px}.product-page__form{display:flex;flex-direction:column;gap:18px;margin-bottom:24px}.product-page__buttons{display:flex;flex-direction:column;gap:10px}.product-page__add-btn{min-height:52px}.product-page__form-error{color:var(--color-sale);font-size:1.3rem}.product-page__benefits{display:flex;flex-direction:column;gap:10px;margin:0 0 24px}.product-page__benefits li{display:flex;align-items:center;gap:10px;font-size:1.35rem;font-weight:600}.product-page__benefits svg{color:var(--color-accent);flex-shrink:0}.product-page__trust{display:flex;flex-direction:column;gap:10px;padding:18px;background:var(--color-sand);border-radius:var(--radius-card);margin-bottom:8px}.product-page__trust div{display:flex;align-items:center;gap:10px;font-size:1.2rem;font-weight:700;letter-spacing:.02em}.product-page__trust svg{color:var(--color-accent);flex-shrink:0}.sticky-add-to-cart{position:fixed;left:0;right:0;bottom:0;z-index:40;background:var(--color-surface);border-top:1px solid var(--color-border);box-shadow:0 -4px 16px #0000000f}.sticky-add-to-cart__inner{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 24px}.sticky-add-to-cart__info{display:flex;flex-direction:column}.sticky-add-to-cart__title{font-size:1.3rem;font-weight:700}@media screen and (min-width:990px){.sticky-add-to-cart{display:none}}@media screen and (max-width:989px){.product-page__grid{grid-template-columns:1fr;gap:28px}.product-page{padding-bottom:100px}}[data-animate]{opacity:0;transform:translateY(16px);transition:opacity .6s cubic-bezier(.22,1,.36,1),transform .6s cubic-bezier(.22,1,.36,1)}[data-animate].is-visible{opacity:1;transform:translateY(0)}@media(prefers-reduced-motion:reduce){[data-animate]{opacity:1!important;transform:none!important;transition:none!important}*{animation-duration:.01ms!important;transition-duration:.01ms!important}}.predictive-search__product{display:flex;align-items:center;gap:12px;padding:10px 0;border-bottom:1px solid var(--color-border)}.predictive-search__product-image{width:50px;height:50px;border-radius:6px;overflow:hidden;flex-shrink:0;background:var(--color-sand);display:block}.predictive-search__product-image img{width:100%;height:100%;object-fit:cover}.predictive-search__product-title{font-size:1.35rem;font-weight:600;display:block}.predictive-search__product-price{font-size:1.25rem;color:var(--color-text-secondary)}.predictive-search__empty{padding:20px 0;color:var(--color-text-secondary)}.rte h2{font-size:2.2rem;margin:32px 0 14px}.rte a{text-decoration:underline}.rte ul,.rte ol{padding-left:20px;margin:0 0 16px}@media screen and (max-width:989px){.product-grid--4,.shop-category__grid,.why-us__grid,.reviews__grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:749px){.section-heading{font-size:2.2rem}html{font-size:60%}}@media screen and (max-width:380px){.page-width{padding:0 16px}html{font-size:58%}}
/*# sourceMappingURL=/cdn/shop/t/31/assets/theme.css.map */
