.shopify-section-group-header-group{position:sticky;top:0;z-index:100}.header{position:sticky;top:0;z-index:100;background:rgb(var(--color-background));border-bottom:1px solid rgba(var(--color-foreground),.08);transition:box-shadow .3s}.header--scrolled{box-shadow:0 2px 16px #0000000f}.header__inner{display:flex;align-items:center;justify-content:space-between;height:6.4rem;gap:2rem}@media(min-width:990px){.header__inner{height:7.6rem}}.header__logo{font-family:var(--font-heading);font-size:2rem;font-weight:800;letter-spacing:-.01em}@media(min-width:990px){.header__logo{font-size:2.2rem}}.header__logo img{height:36px;width:auto}.header__nav{display:none}@media(min-width:990px){.header__nav{display:flex;align-items:center;gap:2.8rem}}.header__nav-link{font-size:1.3rem;font-weight:600;position:relative;padding:.4rem 0}.header__nav-link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:rgb(var(--color-primary));transition:width .3s cubic-bezier(.16,1,.3,1)}.header__nav-link:hover:after{width:100%}.header__icons{display:flex;align-items:center;gap:1.2rem}.header__left{display:none;align-items:center;gap:1.2rem}@media(max-width:989px){.header__inner{display:grid;grid-template-columns:1fr auto 1fr;gap:1rem;justify-content:normal}.header__left{display:flex;grid-column:1;justify-self:start}.header__logo{grid-column:2;justify-self:center}.header__icons{grid-column:3;justify-self:end}.header__icons .header__search--desktop,.header__icons .header__account{display:none}}.header__icon{position:relative;display:flex;align-items:center;justify-content:center;width:3.6rem;height:3.6rem;border-radius:50%;transition:background .15s}.header__icon:hover{background:rgba(var(--color-foreground),.05)}.header__icon svg{width:2rem;height:2rem;stroke-width:1.5}.header__cart-count,.header__fav-count{position:absolute;top:.1rem;right:.1rem;min-width:1.8rem;height:1.8rem;display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:800;background:rgb(var(--color-accent));color:#fff;border-radius:50%;line-height:1}.header__fav-count[hidden]{display:none}.header__fav-count.is-bump{animation:sp-cart-bump .5s ease}.announcement-bar{background:rgb(var(--color-announcement-bg, var(--color-primary)));color:rgb(var(--color-announcement-text, var(--color-background)));text-align:center;padding:.8rem 1.6rem;font-size:1.2rem;font-weight:600;display:flex;align-items:center;justify-content:center;gap:2rem;overflow:hidden}.announcement-bar a{color:inherit;text-decoration:underline}.cart-drawer{position:fixed;top:0;right:0;bottom:0;width:100%;max-width:440px;z-index:200;background:rgb(var(--color-background));transform:translate(100%);transition:transform .35s cubic-bezier(.16,1,.3,1);display:flex;flex-direction:column;box-shadow:-4px 0 24px #00000014}.cart-drawer__remove{display:inline-flex;align-items:center;gap:.4rem;margin-top:.6rem;padding:0;background:none;border:none;font-size:1.1rem;color:rgb(var(--color-sale));cursor:pointer}.cart-drawer__remove:hover{font-weight:700}.cart-drawer__remove svg{width:1.4rem;height:1.4rem}.cart-drawer.is-updating{pointer-events:none}.cart-drawer.is-open{transform:translate(0)}.cart-drawer__overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:199;background:#00000073;opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s}.cart-drawer__overlay.is-open{opacity:1;visibility:visible}.cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:1.8rem 2rem;border-bottom:1px solid rgba(var(--color-foreground),.08)}.cart-drawer__title{font-family:var(--font-heading);font-size:1.8rem;font-weight:700;text-transform:uppercase}.cart-drawer__items{flex:1;overflow-y:auto;padding:2rem}.cart-drawer__footer{padding:1.6rem 2rem;border-top:1px solid rgba(var(--color-foreground),.08)}.cart-drawer__subtotal{display:flex;justify-content:space-between;margin-bottom:1.2rem;font-size:1.5rem;font-weight:700;text-transform:uppercase}.free-shipping-bar{margin-bottom:1.2rem}.free-shipping-bar__track{height:3px;background:rgba(var(--color-foreground),.08);border-radius:2px;overflow:hidden;margin-bottom:.6rem}.free-shipping-bar__progress{height:100%;background:rgb(var(--color-success, 46, 125, 50));border-radius:2px;transition:width .6s cubic-bezier(.16,1,.3,1)}.free-shipping-bar__text{font-size:1.1rem;text-align:center;color:rgb(var(--color-secondary))}.collection-layout{display:grid;grid-template-columns:260px 1fr;gap:3.2rem;align-items:start}@media(max-width:989px){.collection-layout{grid-template-columns:1fr}}.collection-filters{position:sticky;top:100px}@media(max-width:989px){.collection-filters{position:fixed;top:0;right:0;bottom:0;left:0;z-index:150;background:rgb(var(--color-background));transform:translate(-100%);transition:transform .35s cubic-bezier(.16,1,.3,1);overflow-y:auto;padding:2rem;max-width:320px}.collection-filters.is-open{transform:translate(0)}}.filter-group{border-bottom:1px solid rgba(var(--color-foreground),.08);padding:1.6rem 0}.filter-group:first-child{padding-top:0}.filter-group__title{font-size:1.2rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;margin-bottom:1.2rem;display:flex;align-items:center;justify-content:space-between;cursor:pointer}.filter-group__title svg{width:14px;height:14px;transition:transform .2s}.filter-group.is-collapsed .filter-group__title svg{transform:rotate(-90deg)}.filter-group.is-collapsed .filter-group__options{display:none}.filter-group__options{display:flex;flex-direction:column;gap:.6rem}.filter-option{display:flex;align-items:center;gap:.8rem;font-size:1.3rem;cursor:pointer;padding:.4rem 0;transition:color .15s}.filter-option:hover{color:rgb(var(--color-primary))}.filter-option__checkbox{width:1.6rem;height:1.6rem;border:1.5px solid rgba(var(--color-foreground),.3);border-radius:3px;display:flex;align-items:center;justify-content:center;transition:all .15s;flex-shrink:0}.filter-option.is-active .filter-option__checkbox{background:rgb(var(--color-primary));border-color:rgb(var(--color-primary))}.filter-option.is-active .filter-option__checkbox:after{content:"\2713";color:#fff;font-size:1rem;font-weight:700}.filter-option__count{margin-left:auto;font-size:1.1rem;color:rgb(var(--color-secondary))}.filter-colors{display:flex;flex-wrap:wrap;gap:.6rem}.filter-color{width:2.8rem;height:2.8rem;border-radius:50%;cursor:pointer;border:2px solid transparent;outline:2px solid transparent;outline-offset:2px;transition:outline-color .15s}.filter-color:hover{outline-color:rgba(var(--color-foreground),.2)}.filter-color.is-active{outline-color:rgb(var(--color-primary))}.filter-price{padding:.8rem 0}.filter-price__range{display:flex;align-items:center;gap:.8rem}.filter-price__input{width:100%;padding:.8rem 1rem;border:1px solid rgba(var(--color-foreground),.15);border-radius:var(--border-radius);font-size:1.3rem;text-align:center}.filter-price__separator{font-size:1.3rem;color:rgb(var(--color-secondary))}.active-filters{display:flex;flex-wrap:wrap;gap:.6rem;margin-bottom:1.6rem}.active-filter-tag{display:inline-flex;align-items:center;gap:.4rem;padding:.4rem 1rem;font-size:1.1rem;font-weight:600;background:rgba(var(--color-foreground),.06);border-radius:20px;cursor:pointer;transition:background .15s}.active-filter-tag:hover{background:rgba(var(--color-foreground),.12)}.active-filter-tag svg{width:12px;height:12px}.filters-clear{font-size:1.2rem;font-weight:600;color:rgb(var(--color-accent));cursor:pointer;display:inline-block;margin-bottom:1.2rem}.filter-toggle{display:none;align-items:center;gap:.6rem;padding:.8rem 1.6rem;border:1px solid rgba(var(--color-foreground),.15);border-radius:var(--border-radius);font-size:1.3rem;font-weight:600}@media(max-width:989px){.filter-toggle{display:inline-flex}.collection-filters-desktop{display:none}}.collection-toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem;gap:1.2rem;flex-wrap:wrap}.collection-toolbar__count{font-size:1.3rem;color:rgb(var(--color-secondary))}.collection-toolbar__sort select{padding:.7rem 2.8rem .7rem 1rem;border:1px solid rgba(var(--color-foreground),.15);border-radius:var(--border-radius);font-size:1.3rem;background:transparent;cursor:pointer;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .8rem center}.collection-cards-row{display:flex;gap:1.2rem;overflow-x:auto;padding:2rem 0;-webkit-overflow-scrolling:touch;scrollbar-width:none}.collection-cards-row::-webkit-scrollbar{display:none}.collection-card-mini{flex-shrink:0;width:120px;text-align:center}.collection-card-mini__image{width:100px;height:100px;border-radius:50%;overflow:hidden;margin:0 auto .8rem;border:2px solid rgba(var(--color-foreground),.06)}.collection-card-mini__image img{width:100%;height:100%;object-fit:cover}.collection-card-mini__title{font-size:1.1rem;font-weight:600;line-height:1.3}.pagination{display:flex;align-items:center;justify-content:center;gap:.6rem;margin-top:3.2rem}.pagination__link{display:flex;align-items:center;justify-content:center;width:3.6rem;height:3.6rem;border-radius:var(--border-radius);font-size:1.3rem;font-weight:600;transition:background .15s}.pagination__link:hover{background:rgba(var(--color-foreground),.05)}.pagination__link.is-current{background:rgb(var(--color-primary));color:rgb(var(--color-background))}.quantity-selector{display:flex;align-items:center;border:1px solid rgba(var(--color-foreground),.15);border-radius:var(--border-radius)}.quantity-selector__btn{width:4rem;height:4.2rem;display:flex;align-items:center;justify-content:center;font-size:1.6rem;transition:background .15s}.quantity-selector__btn:hover{background:rgba(var(--color-foreground),.04)}.quantity-selector__input{width:3.6rem;height:4.2rem;text-align:center;border:none;font-size:1.3rem;font-weight:700;background:transparent}.quantity-selector__input::-webkit-inner-spin-button,.quantity-selector__input::-webkit-outer-spin-button{-webkit-appearance:none}.footer{background:rgb(var(--color-foreground));color:rgb(var(--color-background));padding:5rem 0 2.4rem}.footer__grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:3.2rem;margin-bottom:3.2rem}@media(max-width:989px){.footer__grid{grid-template-columns:1fr 1fr;gap:2.4rem}}@media(max-width:749px){.footer__grid{grid-template-columns:1fr}}.footer__heading{font-size:1.2rem;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1.6rem;opacity:.5;font-weight:700}.footer__link{display:block;padding:.4rem 0;font-size:1.4rem;opacity:.75;transition:opacity .15s}.footer__link:hover{opacity:1}.footer__bottom{display:flex;align-items:center;justify-content:space-between;padding-top:2.4rem;border-top:1px solid rgba(var(--color-background),.1);font-size:1.2rem;opacity:.4;flex-wrap:wrap;gap:1rem}.field__input:focus{border-color:rgb(var(--color-accent));box-shadow:0 0 0 3px rgba(var(--color-accent),.12);outline:none}.auth{display:grid;grid-template-columns:1fr;gap:0;align-items:stretch;min-height:64vh}.auth__aside{display:none}@media(min-width:900px){.auth{grid-template-columns:1fr 1fr;gap:3rem}.auth__aside{display:flex;flex-direction:column;justify-content:center;gap:2rem;padding:5rem;border-radius:var(--border-radius);color:#fff;background:linear-gradient(150deg,rgb(var(--color-accent)),#b8402e);position:relative;overflow:hidden}}.auth__aside-title{font-family:var(--font-heading);font-size:3.4rem;font-weight:800;line-height:1.08}.auth__aside-text{font-size:1.5rem;line-height:1.55;opacity:.92}.auth__props{display:flex;flex-direction:column;gap:1.3rem;margin-top:.6rem}.auth__prop{display:flex;align-items:center;gap:1.1rem;font-size:1.45rem;font-weight:600}.auth__prop svg{width:2.2rem;height:2.2rem;flex:0 0 auto}.auth__aside--image{background-size:cover;background-position:center;background-repeat:no-repeat}.auth__main{display:flex;flex-direction:column;justify-content:center;padding:3rem 0}.auth__card{width:100%;max-width:420px;margin:0 auto}.auth__title{font-family:var(--font-heading);font-size:2.8rem;font-weight:800;margin-bottom:.5rem}.auth__subtitle{font-size:1.4rem;color:rgb(var(--color-secondary));margin-bottom:2.4rem}.auth__field{margin-bottom:1.4rem}.auth__field .field__label{display:block;margin-bottom:.5rem;font-size:1.3rem;font-weight:600}.auth__row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.auth__error{padding:1.2rem;margin-bottom:1.6rem;background:rgba(var(--color-sale),.08);border-radius:var(--border-radius);font-size:1.3rem;color:rgb(var(--color-sale))}.auth__success{padding:1.2rem;margin-bottom:1.6rem;background:#2e7d3214;border-radius:var(--border-radius);font-size:1.3rem;color:#2e7d32}.auth__forgot{text-align:right;margin:-.4rem 0 1.8rem;font-size:1.2rem}.auth__forgot a{color:rgb(var(--color-secondary))}.auth__meta{text-align:center;margin-top:1.8rem;font-size:1.3rem;color:rgb(var(--color-secondary))}.auth__meta a{font-weight:700;color:rgb(var(--color-foreground))}.auth__divider{margin-top:3rem;padding-top:2.4rem;border-top:1px solid rgba(var(--color-foreground),.08)}.account__header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1.6rem;margin-bottom:2.8rem}.account__hello{font-family:var(--font-heading);font-size:2.8rem;font-weight:800;line-height:1.1}.account__email{font-size:1.4rem;color:rgb(var(--color-secondary));margin-top:.3rem}.account__actions{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:3.2rem}.account__action{display:flex;align-items:center;gap:1.1rem;padding:1.4rem 1.6rem;border-radius:var(--border-radius);background:rgba(var(--color-accent),.06);font-weight:600;font-size:1.4rem;color:rgb(var(--color-foreground));transition:background .18s,transform .15s}.account__action:hover{background:rgba(var(--color-accent),.13);transform:translateY(-2px)}.account__action-icon{width:3.8rem;height:3.8rem;border-radius:50%;background:rgb(var(--color-accent));color:#fff;display:flex;align-items:center;justify-content:center;flex:0 0 auto}.account__action-icon svg{width:2rem;height:2rem}.account__grid{display:grid;grid-template-columns:1.4fr 1fr;gap:2.4rem;align-items:start}@media(max-width:749px){.account__actions,.account__grid{grid-template-columns:1fr}}.account__panel{padding:2rem;border:1px solid rgba(var(--color-foreground),.08);border-radius:var(--border-radius)}.account__panel-title{font-size:1.5rem;font-weight:800;margin-bottom:1.6rem}.order-card{display:block;padding:1.4rem 1.6rem;border:1px solid rgba(var(--color-foreground),.08);border-radius:var(--border-radius);margin-bottom:1rem;transition:border-color .15s,transform .15s}.order-card:hover{border-color:rgb(var(--color-accent));transform:translateY(-1px)}.order-card__top{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.order-card__name{font-size:1.4rem;font-weight:800}.order-card__date{font-size:1.2rem;color:rgb(var(--color-secondary))}.order-card__bottom{display:flex;justify-content:space-between;align-items:center;font-size:1.3rem}.order-card__status{padding:.25rem .9rem;border-radius:12px;background:rgba(var(--color-accent),.1);color:rgb(var(--color-accent));font-weight:600;font-size:1.15rem}.order-card__total{font-weight:800}.account__back{display:inline-flex;align-items:center;gap:.4rem;font-size:1.3rem;font-weight:600;color:rgb(var(--color-secondary));margin-bottom:2rem;transition:color .15s}.account__back:hover{color:rgb(var(--color-accent))}.account__addbtn{margin-bottom:2rem}.newsletter__form{display:flex;gap:.6rem;max-width:380px}.newsletter__input{flex:1;padding:1rem 1.4rem;border:1px solid rgba(var(--color-background),.2);border-radius:var(--border-radius);background:transparent;color:rgb(var(--color-background));font-size:1.3rem}.newsletter__input::placeholder{color:rgba(var(--color-background),.35)}.newsletter__input:focus{outline:none;border-color:rgb(var(--color-accent))}
/*# sourceMappingURL=/cdn/shop/t/70/assets/component-variables.css.map */
