.announcement-bar{background-color:var(--announcement-bg, var(--color-text));color:var(--announcement-text, var(--color-surface));padding:.625rem 0;font-size:.8125rem;font-weight:500;text-align:center}.announcement-bar__inner{display:flex;align-items:center;justify-content:center}.announcement-bar__link{display:flex;align-items:center;justify-content:center;width:100%}.announcement-bar__content{display:inline-flex;align-items:center;gap:.5rem}.announcement-bar__content .icon{flex-shrink:0}.cart-page__title{margin-bottom:2rem;letter-spacing:-.02em}.cart-page__form{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:990px){.cart-page__form{grid-template-columns:1fr 380px;align-items:start}}.cart-page__items{display:flex;flex-direction:column;gap:1rem}.cart-item{display:flex;gap:1rem;padding:1.25rem}.cart-item__image{width:100px;height:100px;border-radius:var(--border-radius-small);overflow:hidden;flex-shrink:0;background:var(--color-surface-secondary)}.cart-item__image img,.cart-item__image svg{width:100%;height:100%;object-fit:cover}.cart-item__details{flex:1;display:flex;flex-direction:column;justify-content:space-between}.cart-item__title{font-weight:600;font-size:.9375rem}.cart-item__title:hover{color:var(--color-primary)}.cart-item__price{font-weight:600;margin-top:.25rem}.cart-item__actions{display:flex;align-items:center;gap:1rem;margin-top:.75rem}.cart-item__quantity{display:inline-flex;align-items:center;border:1px solid var(--color-border);border-radius:var(--border-radius-small)}.cart-item__qty-input{width:40px;height:36px;text-align:center;border:none;border-left:1px solid var(--color-border);border-right:1px solid var(--color-border);font-weight:600;font-size:.8125rem;-moz-appearance:textfield;background:none}.cart-item__qty-input::-webkit-inner-spin-button,.cart-item__qty-input::-webkit-outer-spin-button{-webkit-appearance:none}.cart-item__remove{color:var(--color-secondary);text-decoration:underline}.cart-page__summary{padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.cart-page__subtotal{display:flex;justify-content:space-between;align-items:center}.cart-page__subtotal-label{font-weight:500}.cart-page__taxes{color:#667085}.cart-page__empty{padding:4rem 2rem;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.collection-grid__header{margin-bottom:1.5rem}.collection-grid__title{letter-spacing:-.02em}.collection-grid__description{margin-top:.5rem;font-size:.9375rem;color:#667085;max-width:640px}.collection-grid__toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--color-border)}.collection-grid__sort-select{max-width:200px;padding:.5rem .75rem;font-size:.875rem}.collection-grid__products{display:grid;grid-template-columns:repeat(var(--columns-mobile, 2),1fr);gap:1rem}@media(min-width:750px){.collection-grid__products{grid-template-columns:repeat(3,1fr);gap:1.25rem}}@media(min-width:990px){.collection-grid__products{grid-template-columns:repeat(var(--columns-desktop, 4),1fr);gap:1.5rem}}.collection-grid__empty{grid-column:1 / -1;text-align:center;padding:3rem;color:#667085}.collection-grid__pagination{display:flex;justify-content:center;margin-top:2.5rem;gap:.25rem}.collection-grid__pagination a,.collection-grid__pagination span{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:.25rem .75rem;border-radius:var(--border-radius-small);font-size:.875rem;font-weight:500;transition:background-color .2s ease}.collection-grid__pagination a:hover{background:var(--color-surface-secondary)}.collection-grid__pagination span.current{background:var(--color-text);color:var(--color-surface)}.featured-collection__header{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}@media(min-width:750px){.featured-collection__header{flex-direction:row;align-items:flex-end;justify-content:space-between}}.featured-collection__subtitle{text-transform:uppercase;letter-spacing:.1em;font-weight:600;margin-bottom:.375rem}.featured-collection__title{letter-spacing:-.02em}.featured-collection__description{font-size:.9375rem;color:#667085;margin-top:.5rem;max-width:480px}.featured-collection__grid{display:grid;grid-template-columns:repeat(var(--columns-mobile, 2),1fr);gap:1rem}@media(min-width:750px){.featured-collection__grid{grid-template-columns:repeat(3,1fr);gap:1.25rem}}@media(min-width:990px){.featured-collection__grid{grid-template-columns:repeat(var(--columns-desktop, 4),1fr);gap:1.5rem}}.footer{background:var(--color-text);color:var(--color-surface)}.footer__grid{display:grid;grid-template-columns:1fr;gap:2.5rem;padding-bottom:2.5rem;border-bottom:1px solid rgba(255,255,255,.12)}@media(min-width:750px){.footer__grid{grid-template-columns:1.5fr repeat(auto-fit,minmax(160px,1fr))}}.footer__logo-text{font-family:var(--font-heading);font-weight:800;font-size:1.375rem;letter-spacing:-.02em}.footer__description{margin-top:.75rem;font-size:.875rem;color:#fff9;max-width:300px;line-height:1.6}.footer__social{display:flex;gap:.75rem;margin-top:1.25rem}.footer__social-link{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:#ffffff14;color:#ffffffb3;transition:background-color .2s ease,color .2s ease}.footer__social-link:hover{background:#ffffff29;color:#fff}.footer__bottom{display:flex;flex-direction:column;gap:1rem;align-items:center;padding-top:2rem}@media(min-width:750px){.footer__bottom{flex-direction:row;justify-content:space-between}}.footer__payment{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.footer__payment svg{height:24px;width:auto}.footer__copyright{font-size:.8125rem;color:#ffffff80}.header{background:var(--color-surface);border-bottom:1px solid var(--color-border);position:relative;z-index:100}.header--sticky{position:sticky;top:0}.header__inner{display:flex;align-items:center;justify-content:space-between;height:var(--header-height, 72px);gap:1rem}.header__left{display:flex;align-items:center;gap:2rem}.header__logo{display:flex;align-items:center}.header__logo img{height:auto}.header__logo-text{font-family:var(--font-heading);font-weight:800;font-size:1.375rem;letter-spacing:-.02em}.header__nav{display:none;align-items:center;gap:.25rem}@media(min-width:990px){.header__nav{display:flex}.header__menu-toggle{display:none}}.header__nav-link{display:inline-flex;align-items:center;gap:.25rem;padding:.5rem .75rem;font-weight:500;font-size:.9375rem;border-radius:var(--border-radius-small);transition:background-color .2s ease;cursor:pointer;background:none;border:none;list-style:none}.header__nav-link:hover{background-color:var(--color-surface-secondary)}.header__nav-link--active{color:var(--color-primary)}.header__nav-dropdown{position:relative}.header__dropdown-menu{position:absolute;top:100%;left:0;min-width:200px;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--border-radius-small);padding:.5rem;box-shadow:0 8px 24px #00000014;z-index:10}.header__dropdown-link{display:block;padding:.5rem .75rem;font-size:.875rem;border-radius:6px;transition:background-color .2s ease}.header__dropdown-link:hover{background-color:var(--color-surface-secondary)}.header__right{display:flex;align-items:center;gap:.25rem}.header__icon{display:inline-flex;align-items:center;gap:.375rem;padding:.5rem;border-radius:var(--border-radius-small);transition:background-color .2s ease;font-size:.875rem;font-weight:500}.header__icon:hover{background-color:var(--color-surface-secondary)}.header__icon-label{display:none}@media(min-width:990px){.header__icon-label{display:inline}}.header__cart{position:relative}.header__cart-count{font-size:.75rem;font-weight:600}.header__search-overlay{position:absolute;top:100%;left:0;right:0;background:var(--color-surface);border-bottom:1px solid var(--color-border);padding:1rem 0;box-shadow:0 8px 24px #00000014;z-index:50}.header__search-overlay[hidden]{display:none}.header__search-form{display:flex;align-items:center;gap:.75rem;max-width:600px;margin:0 auto}.header__search-input{flex:1;padding:.75rem 0;border:none;font-size:1.125rem;background:none;outline:none}.header__mobile-menu{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:200}.header__mobile-menu[hidden]{display:none}.header__mobile-menu-inner{position:absolute;top:0;left:0;bottom:0;width:min(85vw,380px);background:var(--color-surface);padding:1.5rem;overflow-y:auto}.header__mobile-menu-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem}.header__mobile-nav{display:flex;flex-direction:column;gap:.25rem}.header__mobile-link{display:flex;align-items:center;justify-content:space-between;padding:.75rem 0;font-weight:500;font-size:1.0625rem;border-bottom:1px solid var(--color-border);cursor:pointer;background:none;border-left:none;border-right:none;border-top:none;list-style:none;width:100%}.header__mobile-submenu{padding:0 0 .75rem 1rem}.header__mobile-sublink{display:block;padding:.5rem 0;font-size:.9375rem;color:#667085}.header__menu-toggle{display:flex;align-items:center;padding:.375rem}@media(min-width:990px){.header__menu-toggle{display:none}}.hero__card{border-radius:var(--hero-radius, 24px);overflow:hidden;position:relative}.hero__card{background:var(--color-surface);color:#191e27}.hero__card--dark{background:#191e27;color:#eaecf5}.hero__card--custom{background:var(--hero-bg, var(--color-surface));color:var(--hero-text, var(--color-text))}.hero__grid{display:grid;grid-template-columns:1fr}@media(min-width:750px){.hero__grid{grid-template-columns:1fr 1fr}}.hero__content{display:flex;flex-direction:column;justify-content:center;padding:2.5rem;z-index:1}@media(min-width:750px){.hero__content{padding:3.5rem}}@media(min-width:990px){.hero__content{padding:4rem 3.5rem}}.hero__subtitle{text-transform:uppercase;letter-spacing:.1em;font-weight:700;font-size:.75rem;margin-bottom:1rem;color:#1f2790}.hero__card--dark .hero__subtitle{color:#eaecf5b3}.hero__heading{font-size:clamp(2rem,5vw,3.25rem);font-weight:800;line-height:1.08;letter-spacing:-.035em;margin-bottom:1.25rem;max-width:500px;color:#191e27}.hero__card--dark .hero__heading{color:#eaecf5}.hero__card--custom .hero__heading{color:inherit}.hero__description{font-size:1rem;line-height:1.65;margin-bottom:2rem;max-width:420px;color:#475467}.hero__card--dark .hero__description{color:#eaecf5bf}.hero__card--custom .hero__description{color:inherit;opacity:.75}.hero__actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:2rem}.hero__btn-secondary{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:var(--border-radius-small);font-weight:600;font-size:.9375rem;transition:border-color .2s ease;background:transparent;color:#191e27;border:2px solid #D0D5DD}.hero__btn-secondary:hover{border-color:#191e27}.hero__card--dark .hero__btn-secondary{color:#eaecf5;border-color:#eaecf54d}.hero__card--dark .hero__btn-secondary:hover{border-color:#eaecf599}.hero__card--custom .hero__btn-secondary{color:inherit;border-color:currentColor;opacity:.7}.hero__card--custom .hero__btn-secondary:hover{opacity:1}.hero__social-proof{display:flex;align-items:center;gap:.75rem}.hero__avatars{display:flex}.hero__avatar{width:32px;height:32px;border-radius:50%;border:2px solid var(--color-surface);margin-right:-8px;position:relative}.hero__card--dark .hero__avatar{border-color:#191e27}.hero__avatar:last-child{margin-right:0}.hero__social-text{font-size:.8125rem;font-weight:600;color:#667085}.hero__card--dark .hero__social-text{color:#eaecf599}.hero__media{display:flex;align-items:stretch;justify-content:center;overflow:hidden;min-height:320px}@media(min-width:750px){.hero__media{min-height:460px}}.hero__image{width:100%;height:100%;object-fit:cover}@media(min-width:750px){.hero__image{position:absolute;top:0;right:0;bottom:0;left:0}.hero__media{position:relative}}.hero__placeholder{width:100%;display:flex;align-items:center;justify-content:center;padding:2rem;opacity:.15}.hero__placeholder svg{max-width:320px}.newsletter__card{display:flex;flex-direction:column;gap:1.5rem;padding:2.5rem;background:var(--color-surface-secondary)}@media(min-width:750px){.newsletter__card{flex-direction:row;align-items:center;justify-content:space-between;padding:3rem}}.newsletter__heading{margin-bottom:.5rem}.newsletter__description{font-size:.9375rem;color:#667085;max-width:400px}.newsletter__form-wrapper{flex-shrink:0;width:100%;max-width:420px}.newsletter__input-group{display:flex;gap:.5rem}.newsletter__input{flex:1;min-width:0}.newsletter__submit{flex-shrink:0}.newsletter__success{margin-top:.75rem;font-size:.875rem;color:var(--color-success)}.newsletter__error{margin-top:.75rem;font-size:.875rem;color:var(--color-error)}.page-content__title{margin-bottom:2rem;letter-spacing:-.02em}.page-content__body{max-width:720px}.rte h2{font-size:1.5rem;margin:2rem 0 .75rem}.rte h3{font-size:1.25rem;margin:1.5rem 0 .5rem}.rte p{margin-bottom:1rem;line-height:1.7}.rte ul,.rte ol{padding-left:1.5rem;margin-bottom:1rem}.rte li{margin-bottom:.375rem;list-style:disc}.rte ol li{list-style:decimal}.rte a{color:var(--color-primary);text-decoration:underline}.rte img{border-radius:var(--border-radius);margin:1.5rem 0}.rte blockquote{border-left:3px solid var(--color-primary);padding-left:1.25rem;margin:1.5rem 0;font-style:italic;color:#667085}.product-details__grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:990px){.product-details__grid{grid-template-columns:1fr 1fr;gap:3.5rem;align-items:start}}.product-gallery__main{position:relative;background:var(--color-surface-secondary);border-radius:var(--border-radius);overflow:hidden;aspect-ratio:1}.product-gallery__slide{display:none;width:100%;height:100%}.product-gallery__slide--active{display:flex;align-items:center;justify-content:center}.product-gallery__slide img,.product-gallery__slide svg{width:100%;height:100%;object-fit:contain;padding:1.5rem}.product-gallery__arrow{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:50%;background:var(--color-surface);box-shadow:0 2px 8px #0000001a;display:flex;align-items:center;justify-content:center;z-index:2;transition:box-shadow .2s ease,transform .2s ease}.product-gallery__arrow:hover{box-shadow:0 4px 12px #00000026}.product-gallery__arrow--prev{left:1rem}.product-gallery__arrow--next{right:1rem}.product-gallery__dots{display:flex;justify-content:center;gap:.5rem;margin-top:1rem}.product-gallery__dot{width:8px;height:8px;border-radius:50%;background:var(--color-border);transition:background-color .2s ease,transform .2s ease;padding:0}.product-gallery__dot--active{background:var(--color-text);transform:scale(1.25)}.product-details__breadcrumbs{margin-top:1rem}.product-details__vendor{text-transform:uppercase;letter-spacing:.08em;font-weight:600;margin-bottom:.5rem;color:#667085}.product-details__title{margin-bottom:.75rem;letter-spacing:-.02em}.product-details__price{margin-bottom:.75rem;padding-bottom:.75rem;border-bottom:1px solid var(--color-border)}.product-details__stock{margin-bottom:1.5rem}.product-details__stock--out{color:var(--color-error);font-weight:600;font-size:.875rem}.product-details__variants,.product-details__quantity{margin-bottom:1.5rem}.product-details__quantity-label{display:block;font-weight:600;font-size:.875rem;text-transform:uppercase;letter-spacing:.03em;margin-bottom:.625rem}.product-details__quantity-selector{display:inline-flex;align-items:center;border:1px solid var(--color-border);border-radius:var(--border-radius-small);overflow:hidden}.product-details__qty-btn{display:flex;align-items:center;justify-content:center;width:44px;height:44px;transition:background-color .2s ease}.product-details__qty-btn:hover{background:var(--color-surface-secondary)}.product-details__qty-input{width:52px;height:44px;text-align:center;border:none;border-left:1px solid var(--color-border);border-right:1px solid var(--color-border);font-weight:600;font-size:.9375rem;-moz-appearance:textfield;background:none}.product-details__qty-input::-webkit-inner-spin-button,.product-details__qty-input::-webkit-outer-spin-button{-webkit-appearance:none}.product-details__buttons{display:flex;flex-direction:column;gap:.75rem;margin-bottom:2rem}@media(min-width:750px){.product-details__buttons{flex-direction:row}.product-details__add-to-cart,.product-details__buttons .shopify-payment-button{flex:1}}.product-details__buttons .shopify-payment-button__button{border-radius:var(--border-radius-small)!important;min-height:52px}.video-bg__card{position:relative;min-height:var(--video-height, 480px);display:flex;align-items:center;justify-content:center}.video-bg__media{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;border-radius:inherit}.video-bg__video{width:100%;height:100%;object-fit:cover}.video-bg__placeholder{width:100%;height:100%;background:var(--color-surface-secondary);display:flex;align-items:center;justify-content:center}.video-bg__placeholder svg{width:50%;opacity:.3}.video-bg__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--overlay-color, #191E27);opacity:var(--overlay-opacity, .3)}.video-bg__content{position:relative;z-index:1;text-align:center;color:#fff;padding:3rem 2rem;max-width:640px}.video-bg__subtitle{color:#fffc;margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.1em}.video-bg__heading{margin-bottom:1rem;letter-spacing:-.02em}.video-bg__description{font-size:1.0625rem;color:#fffc;margin-bottom:2rem;line-height:1.6}.accordion-item{border:1px solid var(--color-border);border-radius:var(--border-radius);margin-bottom:.75rem;overflow:hidden;background:var(--color-surface-secondary)}.accordion-item__summary{display:flex;align-items:center;justify-content:space-between;padding:1.125rem 1.25rem;cursor:pointer;list-style:none;-webkit-user-select:none;user-select:none}.accordion-item__summary::-webkit-details-marker{display:none}.accordion-item__heading{font-weight:700;font-size:1.0625rem}.accordion-item__icon{display:flex;transition:transform .3s ease}details[open] .accordion-item__icon{transform:rotate(180deg)}.accordion-item__content{padding:0 1.25rem 1.25rem;font-size:.9375rem;line-height:1.7;color:#667085}.button-block{margin:.5rem 0}.feature-highlight{display:inline-flex;align-items:center;gap:.75rem;padding:.875rem 1.25rem;border-radius:var(--border-radius);background:var(--color-surface-secondary)}.feature-highlight__icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:var(--border-radius-small);background:var(--color-surface);color:var(--color-primary);flex-shrink:0}.feature-highlight__text{font-weight:600;font-size:.9375rem}.image-block{max-width:var(--image-width, 100%);overflow:hidden;border-radius:var(--image-radius, 16px)}.image-block img,.image-block svg{width:100%;height:auto;display:block}.text-block{text-align:var(--text-align)}.text-block--title{font-size:1.75rem;font-weight:700;line-height:1.2;letter-spacing:-.02em}.text-block--subtitle{font-size:1.25rem;font-weight:600;line-height:1.3}.text-block--body{font-size:.9375rem;line-height:1.7;color:#667085}.text-block--caption{font-size:.8125rem;text-transform:uppercase;letter-spacing:.08em;font-weight:600;color:#667085}.breadcrumbs__list{display:flex;align-items:center;flex-wrap:wrap;gap:.375rem;font-size:.8125rem;color:#667085}.breadcrumbs__item a{transition:color .2s ease}.breadcrumbs__item a:hover{color:var(--color-text)}.breadcrumbs__item [aria-current=page]{color:var(--color-text);font-weight:600}.breadcrumbs__separator{font-size:.625rem}.image-wrapper{display:block;position:relative;overflow:hidden;width:100%}.image-wrapper>img{width:100%;height:auto;object-fit:cover}.price{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.price__current{font-weight:700;font-size:1.25rem}.price--on-sale .price__current{color:var(--color-secondary)}.price__compare{color:#667085;font-size:.9375rem;text-decoration:line-through}.price__unit{font-size:.8125rem;color:#667085}.product-card{display:flex;flex-direction:column;height:100%}.product-card__media{display:block;position:relative;overflow:hidden;aspect-ratio:1;background:var(--color-surface-secondary);border-radius:var(--border-radius) var(--border-radius) 0 0}.product-card__media>img,.product-card__media>svg{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.product-card:hover .product-card__media>img{transform:scale(1.05)}.product-card__media-hover{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .4s ease}.product-card__media-hover>img{width:100%;height:100%;object-fit:cover}.product-card:hover .product-card__media-hover{opacity:1}.product-card__badge{position:absolute;top:.75rem;left:.75rem;z-index:1}.product-card__badge--sold-out{background:var(--color-text);color:var(--color-surface)}.product-card__info{display:flex;flex-direction:column;gap:.375rem;padding:1rem}.product-card__vendor{text-transform:uppercase;letter-spacing:.05em;font-size:.75rem}.product-card__title{font-weight:600;font-size:.9375rem;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card__title:hover{color:var(--color-primary)}.variant-selector{border:none;padding:0;margin-bottom:1rem}.variant-selector__label{font-weight:600;font-size:.875rem;margin-bottom:.625rem;display:block;text-transform:uppercase;letter-spacing:.03em}.variant-selector__options{display:flex;flex-wrap:wrap;gap:.5rem}.variant-pill{cursor:pointer}.variant-pill__label{display:inline-flex;align-items:center;justify-content:center;min-width:3rem;padding:.5rem 1rem;border:2px solid var(--color-border);border-radius:var(--border-radius-small);font-weight:500;font-size:.875rem;transition:border-color .2s ease,background-color .2s ease,color .2s ease}.variant-pill__label:hover{border-color:var(--color-text)}.variant-pill input:checked+.variant-pill__label{background-color:var(--color-text);border-color:var(--color-text);color:var(--color-surface)}.variant-pill input:disabled+.variant-pill__label{opacity:.4;cursor:not-allowed;text-decoration:line-through}
/*# sourceMappingURL=/cdn/shop/t/2/compiled_assets/styles.css.map */
