@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400&display=swap";@import"https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0&display=swap";:root{--echospins-navy: #1c2b4a;--echospins-beige: #c9b896;--echospins-dark: #0c0c0d;--echospins-serif: "Playfair Display", Georgia, serif;--echospins-sans: "Inter", system-ui, sans-serif}#header-group{position:relative;z-index:100}.header-section,header-component{position:relative;z-index:100;background:#fff}.echospins-top-bar{background:var(--echospins-navy);color:#fff;overflow:hidden;padding:10px 0;font-family:var(--echospins-sans);font-size:.72rem;font-weight:500;letter-spacing:.1em}.echospins-top-bar__track{display:flex;width:max-content;animation:echospins-scroll 25s linear infinite}.echospins-top-bar__content{display:flex;gap:4rem;padding-right:4rem;white-space:nowrap}.echospins-top-bar__content span{text-transform:uppercase}@keyframes echospins-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.header-section .header__row--top{padding-block:14px;border-bottom:1px solid rgba(0,0,0,.06)}.header-section .header__column--center{justify-content:center}.menu-drawer{width:min(90vw,380px)}.menu-drawer__inner{padding-top:0}.menu-drawer__close-button{top:1rem;right:1rem}.menu-drawer__navigation{padding-top:3.5rem}.menu-drawer__menu-item--mainlist,.menu-drawer__menu-item--flat{font-family:var(--echospins-sans);font-size:1rem;padding:14px 24px}.menu-drawer__menu-item--active,.menu-drawer__menu-item[aria-current=page]{background:#f5f5f5}#header-component .header__row--top .header__columns{display:flex!important;align-items:center;justify-content:space-between;position:relative;min-height:52px;padding-inline:max(1.25rem,var(--page-margin, 1.5rem))!important;grid-template-areas:unset!important;grid-template-columns:unset!important;column-gap:0}#header-component .header__drawer{flex:0 0 auto;z-index:2}#header-component header-actions{flex:0 0 auto;z-index:2;gap:.25rem}#header-component .header-logo{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:1;white-space:nowrap;font-family:var(--echospins-sans);font-weight:600;font-size:1.125rem;letter-spacing:.08em;text-transform:uppercase;color:var(--echospins-dark);text-decoration:none}#header-component .header-logo:hover{opacity:.75}#header-component .header__icon--menu{color:var(--echospins-dark)}#header-component .header-actions__action{padding:8px;border-radius:50%;transition:background-color .2s ease}#header-component .header-actions__action:hover{background-color:#0000000a}.menu-drawer__login{padding:16px 24px;border-top:1px solid #e5e5e5;font-family:var(--echospins-sans);font-size:.9rem}.menu-drawer__login a{display:flex;align-items:center;gap:8px;text-decoration:none;color:inherit}.echospins-hero{position:relative;min-height:70vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.echospins-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.echospins-hero__bg img{width:100%;height:100%;object-fit:cover}.echospins-hero__placeholder{width:100%;height:100%;background:linear-gradient(135deg,#e8e4dc,#d4cfc5)}.echospins-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000026;z-index:1}.echospins-hero__content{position:relative;z-index:2;background:#fff;border-radius:16px;padding:2.5rem 3rem;text-align:center;max-width:480px;margin:2rem;box-shadow:0 8px 32px #0000001f}.echospins-hero__title{font-family:var(--echospins-serif);font-size:clamp(1.5rem,4vw,2rem);font-weight:600;line-height:1.3;margin:0 0 .75rem;color:#000}.echospins-hero__subtitle{font-family:var(--echospins-sans);font-size:.95rem;color:#666;margin:0 0 1.5rem}.echospins-hero__btn{display:inline-block;background:var(--echospins-navy);color:#fff;font-family:var(--echospins-sans);font-size:.9rem;font-weight:500;padding:14px 32px;border-radius:8px;text-decoration:none;transition:background .2s}.echospins-hero__btn:hover{background:#2a3d66;color:#fff}.echospins-ticker{background:var(--echospins-beige);color:#fff;overflow:hidden;padding:14px 0;font-family:var(--echospins-sans);font-size:.85rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.echospins-ticker__track{display:flex;width:max-content;animation:echospins-scroll 20s linear infinite}.echospins-ticker__content{display:flex;gap:6rem;padding-right:6rem;white-space:nowrap}.echospins-products{background:#f8f8f8;padding:4rem 0}.echospins-products__inner{max-width:1200px;margin:0 auto;padding:0 24px}.echospins-products__title{text-align:center;font-family:var(--echospins-sans);font-size:1.75rem;font-weight:600;margin:0 0 2.5rem}.echospins-products__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}@media(max-width:749px){.echospins-products__grid{grid-template-columns:1fr;max-width:360px;margin:0 auto}}.echospins-product-card{background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 4px 20px #00000014;text-decoration:none;color:inherit;transition:transform .2s,box-shadow .2s}.echospins-product-card:hover{transform:translateY(-4px);box-shadow:0 8px 28px #0000001f}.echospins-product-card__image{aspect-ratio:1;overflow:hidden}.echospins-product-card__image img{width:100%;height:100%;object-fit:cover}.echospins-product-card__placeholder{width:100%;height:100%;background:#eee}.echospins-product-card__info{padding:1.25rem;text-align:center}.echospins-product-card__name{font-family:var(--echospins-sans);font-size:.9rem;font-weight:500;line-height:1.4;margin:0 0 .5rem}.echospins-product-card__price{font-family:var(--echospins-sans);font-size:1rem;font-weight:700;margin:0}.echospins-info{background:var(--echospins-dark);color:#fff;padding:5rem 0}.echospins-info__inner{max-width:1200px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}@media(max-width:749px){.echospins-info__inner{grid-template-columns:1fr}}.echospins-info__left{display:flex;flex-direction:column;gap:4rem}.echospins-info__block h3{font-family:var(--echospins-sans);font-size:1.35rem;font-weight:700;margin:0 0 1rem;line-height:1.3}.echospins-info__block p{font-family:var(--echospins-sans);font-size:.95rem;line-height:1.6;color:#ffffffd9;margin:0}.echospins-info__right h3{font-family:var(--echospins-sans);font-size:1.35rem;font-weight:700;margin:0 0 1rem}.echospins-info__right p{font-family:var(--echospins-sans);font-size:.95rem;line-height:1.6;color:#ffffffd9;margin:0 0 2rem}.echospins-info__image{border-radius:12px;overflow:hidden}.echospins-info__image img{width:100%;height:auto;display:block}.echospins-faq{padding:5rem 0;background:#fff}.echospins-faq__inner{max-width:800px;margin:0 auto;padding:0 24px}.echospins-faq__label{text-align:center;font-family:var(--echospins-sans);font-size:.75rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:#888;margin:0 0 .5rem}.echospins-faq__title{text-align:center;font-family:var(--echospins-sans);font-size:2rem;font-weight:700;margin:0 0 2.5rem}.echospins-faq__item{border-bottom:1px solid #e5e5e5}.echospins-faq__question{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1.25rem 0;background:none;border:none;cursor:pointer;font-family:var(--echospins-sans);font-size:1rem;font-weight:600;text-align:left;color:#000}.echospins-faq__question svg{width:16px;height:16px;flex-shrink:0;transition:transform .2s}.echospins-faq__item[open] .echospins-faq__question svg{transform:rotate(180deg)}.echospins-faq__answer{font-family:var(--echospins-sans);font-size:.95rem;line-height:1.6;color:#555;padding:0 0 1.25rem}.echospins-product-accordion{padding:0 0 2.5rem;background:#fff}.echospins-product-accordion__inner{max-width:1200px;margin:0 auto;padding:0 24px}.echospins-product-accordion__panel{border-bottom:1px solid #e8e8e8}.echospins-product-accordion__panel:first-child{border-top:1px solid #e8e8e8}.echospins-product-accordion__summary{display:flex;align-items:center;gap:12px;padding:1.15rem 0;cursor:pointer;list-style:none;font-family:var(--echospins-sans)}.echospins-product-accordion__summary::-webkit-details-marker{display:none}.echospins-product-accordion__help{flex-shrink:0;width:22px;height:22px;border-radius:50%;border:1.5px solid #ccc;display:flex;align-items:center;justify-content:center;font-size:.72rem;font-weight:700;color:#888}.echospins-product-accordion__emoji{flex-shrink:0;font-size:1.15rem;line-height:1}.echospins-product-accordion__title{flex:1;font-size:1rem;font-weight:600;color:#1a1a1a}.echospins-product-accordion__chevron{flex-shrink:0;width:16px;height:16px;color:#888;transition:transform .2s ease}.echospins-product-accordion__panel[open] .echospins-product-accordion__chevron{transform:rotate(180deg)}.echospins-product-accordion__content{padding:0 0 1.25rem 34px;font-family:var(--echospins-sans)}.echospins-product-accordion__intro{font-size:.92rem;line-height:1.6;color:#555;margin:0 0 1rem}.echospins-product-accordion__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.65rem}.echospins-product-accordion__list li{display:flex;align-items:flex-start;gap:10px;font-size:.92rem;line-height:1.5;color:#333}.echospins-product-accordion__list-icon{flex-shrink:0;font-size:1rem;line-height:1.4}.echospins-product-accordion__text{font-size:.92rem;line-height:1.65;color:#555}.echospins-product-accordion__text p{margin:0}@media(max-width:749px){.echospins-product-accordion__content{padding-left:0}}.echospins-gallery{padding:4rem 0;background:#f8f8f8}.echospins-gallery__inner{max-width:1200px;margin:0 auto;padding:0 24px}.echospins-gallery__title{text-align:center;font-family:var(--echospins-sans);font-size:1.75rem;font-weight:600;margin:0 0 2rem}.echospins-gallery__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}@media(max-width:749px){.echospins-gallery__grid{grid-template-columns:repeat(2,1fr)}}.echospins-gallery__item{aspect-ratio:1;border-radius:10px;overflow:hidden}.echospins-gallery__item img{width:100%;height:100%;object-fit:cover}.echospins-dual-banner{width:100%;overflow:hidden}.echospins-dual-banner__grid{display:grid;grid-template-columns:1fr 1fr;width:100%}.echospins-dual-banner__item{overflow:hidden;height:var(--dual-banner-height, 400px)}.echospins-dual-banner__img{width:100%;height:100%;min-height:inherit;object-fit:cover;display:block}@media(max-width:749px){.echospins-dual-banner__grid{grid-template-columns:1fr}.echospins-dual-banner__item{height:calc(var(--dual-banner-height, 400px) * .75)}}.echospins-reviews{padding:5rem 0;background:#fff}.echospins-reviews__inner{max-width:1200px;margin:0 auto;padding:0 24px}.echospins-reviews__title{text-align:center;font-family:var(--echospins-sans);font-size:1.75rem;font-weight:600;margin:0 0 2.5rem;color:#1a1a1a}.echospins-reviews__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;align-items:stretch}@media(max-width:749px){.echospins-reviews__grid{grid-template-columns:1fr}}.echospins-review-card{position:relative;display:flex;flex-direction:column;height:100%;background:#ebe8e2;border-radius:16px;padding:0 1.75rem 1.5rem;text-align:center;overflow:hidden}.echospins-review-card__photo{width:100%;height:200px;overflow:hidden;margin-bottom:1rem}.echospins-review-card__photo-img{width:100%;height:100%;object-fit:cover;display:block}.echospins-review-card__quote-icon{position:absolute;top:1.25rem;right:1.25rem;display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:#fff;font-family:Georgia,serif;font-size:1.25rem;font-weight:700;color:#1a1a1a;line-height:1}.echospins-review-card__stars{display:flex;justify-content:center;gap:3px;margin-bottom:1rem;color:#f5a623;font-size:.85rem;letter-spacing:1px}.echospins-review-card__star--empty{color:#d4d0c8}.echospins-review-card h4{font-family:var(--echospins-sans);font-size:1.05rem;font-weight:700;margin:0 0 1rem;color:#1a1a1a}.echospins-review-card p{font-family:var(--echospins-sans);font-size:.9rem;line-height:1.65;color:#4a4a4a;margin:0;flex-grow:1}.echospins-review-card__footer{margin-top:auto;border-top:1px solid rgba(0,0,0,.1);padding-top:1rem;flex-shrink:0}.echospins-review-card cite{font-family:var(--echospins-sans);font-size:.85rem;font-weight:600;font-style:normal;color:#1a1a1a}.shopify-section:has(+.shopify-section collection-component) h1{font-family:var(--echospins-sans);font-size:clamp(1.75rem,4vw,2.25rem);font-weight:600;letter-spacing:-.02em;text-align:center;margin:0}.shopify-section:has(+.shopify-section collection-component) .section{text-align:center}.collection-wrapper{max-width:1200px;margin:0 auto}.collection-wrapper .facets-block-wrapper,.collection-wrapper .facets-controls-wrapper{border-bottom:1px solid rgba(0,0,0,.08);padding-bottom:.5rem;margin-bottom:.5rem}.collection-wrapper .facets__form,.collection-wrapper .facets-mobile-wrapper{font-family:var(--echospins-sans);font-size:.875rem}.collection-wrapper .product-grid{justify-content:center;gap:24px}.collection-wrapper .product-grid__item{max-width:320px}.collection-wrapper product-card,.collection-wrapper .product-grid__card{border-radius:12px;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.collection-wrapper product-card:hover,.collection-wrapper .product-grid__card:hover{transform:translateY(-3px);box-shadow:0 8px 28px #00000014}.collection-wrapper .card-gallery,.collection-wrapper .product-media-container{border-radius:12px 12px 0 0;overflow:hidden}.collection-wrapper .product-card__content,.collection-wrapper [class*=product-title],.collection-wrapper .price{text-align:center;font-family:var(--echospins-sans)}.collection-wrapper .price{font-weight:600;color:#1a1a1a}@media(max-width:749px){.collection-wrapper .product-grid__item{max-width:none}}.echospins-promo-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9998;opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s}.echospins-promo-overlay.is-visible{opacity:1;visibility:visible}.echospins-promo-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%) scale(.95);z-index:9999;background:#faf9f7;border-radius:16px;padding:2.5rem;max-width:420px;width:calc(100% - 48px);opacity:0;visibility:hidden;transition:opacity .3s,transform .3s,visibility .3s}.echospins-promo-modal.is-visible{opacity:1;visibility:visible;transform:translate(-50%,-50%) scale(1)}.echospins-promo-modal__close{position:absolute;top:1rem;right:1rem;background:none;border:none;cursor:pointer;padding:4px;line-height:0}.echospins-promo-modal__close svg{width:20px;height:20px}.echospins-promo-modal h2{font-family:var(--echospins-sans);font-size:1.5rem;font-weight:700;text-align:center;margin:0 0 .5rem}.echospins-promo-modal__subtitle{text-align:center;font-family:var(--echospins-sans);font-size:.9rem;color:#666;margin:0 0 1.5rem}.echospins-promo-modal__form{display:flex;flex-direction:column;gap:12px}.echospins-promo-modal__form input{font-family:var(--echospins-sans);font-size:.9rem;padding:14px 16px;border:1px solid #ddd;border-radius:8px;background:#fff}.echospins-promo-modal__form button{font-family:var(--echospins-sans);font-size:.9rem;font-weight:600;padding:14px;background:#1a1a1a;color:#fff;border:none;border-radius:8px;cursor:pointer;margin-top:4px}.echospins-promo-modal__disclaimer{font-family:var(--echospins-sans);font-size:.7rem;color:#888;text-align:center;margin:1rem 0 0;line-height:1.4}.echospins-promo-modal__error{font-family:var(--echospins-sans);font-size:.82rem;color:#c0392b;margin:0;text-align:center}.echospins-promo-modal__success{text-align:center;padding:.5rem 0}.echospins-promo-modal__success-icon{width:52px;height:52px;margin:0 auto 1rem;border-radius:50%;background:#e8f0dc;color:#4e8435;font-size:1.5rem;font-weight:700;display:flex;align-items:center;justify-content:center}.echospins-promo-modal__code{font-family:var(--echospins-sans);font-size:1.75rem;font-weight:800;letter-spacing:.12em;color:#1a1a1a;background:#fff;border:2px dashed #ccc;border-radius:10px;padding:1rem 1.5rem;margin:0 0 1rem}.echospins-promo-modal__copy{font-family:var(--echospins-sans);font-size:.9rem;font-weight:600;padding:12px 24px;background:#1a1a1a;color:#fff;border:none;border-radius:8px;cursor:pointer;width:100%}.echospins-promo-modal__copied{font-family:var(--echospins-sans);font-size:.82rem;color:#4e8435;margin:.75rem 0 0}.echospins-promo-modal .hidden{display:none!important}.echospins-promo-pill{position:fixed;left:0;bottom:2rem;z-index:9997;background:#fff;border-radius:0 100px 100px 0;padding:18px 22px 18px 28px;box-shadow:0 6px 28px #00000029;display:flex;align-items:center;gap:16px;cursor:pointer;transform:translate(-100%);transition:transform .45s cubic-bezier(.34,1.56,.64,1);border:none;font-family:var(--echospins-sans)}.echospins-promo-pill.is-visible{transform:translate(0);animation:promo-pill-glow 2.8s ease-in-out .5s infinite}.echospins-promo-pill__text{font-size:1.05rem;font-weight:700;color:#000;white-space:nowrap}.echospins-promo-pill__close{background:none;border:none;cursor:pointer;padding:4px;color:#999;font-size:1.25rem;line-height:1;flex-shrink:0}.echospins-promo-teaser{position:fixed;left:1.5rem;bottom:2rem;z-index:9996;background:#fff;border-radius:100px;padding:18px 28px;box-shadow:0 6px 28px #00000024;display:flex;align-items:center;gap:18px;cursor:pointer;transform:translateY(120%);opacity:0;transition:transform .45s cubic-bezier(.34,1.56,.64,1),opacity .45s;border:none;font-family:var(--echospins-sans)}.echospins-promo-teaser.is-visible{transform:translateY(0);opacity:1;animation:promo-teaser-bounce 3s ease-in-out .6s infinite}.echospins-promo-teaser__text{font-size:1.05rem;font-weight:700}.echospins-promo-teaser__close{background:none;border:none;cursor:pointer;color:#999;font-size:1.35rem;padding:4px;line-height:1;flex-shrink:0}@keyframes promo-pill-glow{0%,to{box-shadow:0 6px 28px #00000029}50%{box-shadow:0 10px 36px #00000038,0 0 0 4px #4e84351a}}@keyframes promo-teaser-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}@media(prefers-reduced-motion:reduce){.echospins-promo-pill.is-visible,.echospins-promo-teaser.is-visible{animation:none}}@media(max-width:749px){.echospins-promo-pill{bottom:1.25rem;padding:16px 18px 16px 22px}.echospins-promo-pill__text{font-size:.95rem}.echospins-promo-teaser{left:1rem;right:1rem;bottom:1.25rem;padding:16px 22px;justify-content:center}.echospins-promo-teaser__text{font-size:.95rem}}#header-component .search-action,#header-component .search-action--hidden-on-menu,#header-component .search-action--hidden-on-drawer,#header-component .header__column .search-action{display:none!important}#header-component header-menu,#header-component .header-menu,#header-component .header__navigation-bar-row,#header-component[data-menu-style=menu] :is(.header-menu,.dropdown-localization),#header-component :is(.header-menu,.dropdown-localization){display:none!important}@media screen and (min-width:750px){#header-component[data-menu-style=menu] .header__drawer{display:flex!important;min-height:60px}}#header-component .header__icon--menu{display:flex!important}.menu-drawer{width:min(90vw,380px)!important;max-width:380px!important}.menu-drawer .menu-drawer__inner:before{content:"Menu";position:absolute;top:1.25rem;left:24px;font-family:var(--echospins-sans);font-weight:600;font-size:1rem;z-index:1}.custom-product{padding:2rem 0 3rem;background:#fff}.custom-product__inner{max-width:1200px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}@media(max-width:900px){.custom-product__inner{grid-template-columns:1fr}}.custom-product__thumbs{display:flex;gap:8px;margin-bottom:12px;overflow-x:auto}.custom-product__thumb{flex:0 0 72px;width:72px;height:72px;border:2px solid transparent;border-radius:8px;overflow:hidden;padding:0;cursor:pointer;background:#f5f5f5}.custom-product__thumb.is-active{border-color:#000}.custom-product__thumb img{width:100%;height:100%;object-fit:cover}.custom-product__main-image{position:relative;border-radius:12px;overflow:hidden;background:#f8f8f8;aspect-ratio:1}.custom-product__slide{display:none;width:100%;height:100%}.custom-product__slide.is-active{display:block}.custom-product__image,.custom-product__video{width:100%;height:100%;object-fit:contain}.custom-product__placeholder{width:100%;height:100%;background:#f0f0f0}.custom-product__title{font-family:var(--echospins-sans);font-size:clamp(1.5rem,3vw,2rem);font-weight:700;margin:0 0 .75rem;line-height:1.25}.custom-product__details,.custom-product__form{width:100%;min-width:0}.custom-product__rating{display:flex;align-items:center;gap:8px;font-family:var(--echospins-sans);font-size:.9rem;margin-bottom:1rem}.custom-product__stars{color:#f5a623;letter-spacing:2px}.custom-product__price-row{display:flex;align-items:center;gap:12px;margin-bottom:1.5rem;flex-wrap:wrap}.custom-product__badge{background:#e8f5e9;color:#2e7d32;font-family:var(--echospins-sans);font-size:.75rem;font-weight:700;padding:4px 10px;border-radius:4px}.custom-product__prices{display:flex;align-items:baseline;gap:10px}.custom-product__price{font-family:var(--echospins-sans);font-size:1.5rem;font-weight:700}.custom-product__compare{font-family:var(--echospins-sans);font-size:1rem;color:#999}.custom-product__features{list-style:none;padding:0;margin:0 0 1.5rem;font-family:var(--echospins-sans);font-size:.95rem;line-height:1.8}.custom-product__features li:before{content:"\2713  ";font-weight:700}.custom-product__quantity-row{margin-bottom:1rem}.custom-product__quantity-label{display:block;font-family:var(--echospins-sans);font-size:.9rem;font-weight:600;margin-bottom:8px}.custom-product__quantity{display:inline-flex;align-items:center;border:1px solid #ddd;border-radius:8px;overflow:hidden}.custom-product__qty-btn{width:44px;height:44px;border:none;background:#fff;font-size:1.25rem;cursor:pointer}.custom-product__qty-input{width:48px;height:44px;border:none;border-left:1px solid #ddd;border-right:1px solid #ddd;text-align:center;font-family:var(--echospins-sans);-moz-appearance:textfield}.custom-product__qty-input::-webkit-outer-spin-button,.custom-product__qty-input::-webkit-inner-spin-button{-webkit-appearance:none}.custom-product__atc{width:100%;padding:16px 24px;background:var(--echospins-navy);color:#fff;border:none;border-radius:8px;font-family:var(--echospins-sans);font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s}.custom-product__atc:hover:not(:disabled){background:#2a3d66}.custom-product__atc:disabled{opacity:.5;cursor:not-allowed}.custom-product .hidden{display:none!important}.product-bundle{--bundle-green: var(--echospins-navy);--bundle-green-dark: #152238;--bundle-green-light: #eef1f7;--bundle-green-pale: #e4e9f2;--bundle-olive: #f5f7fb;--bundle-accent: var(--echospins-beige);--bundle-ribbon: var(--echospins-navy);width:100%;margin-bottom:1.25rem;font-family:var(--echospins-sans)}.product-bundle__title-wrap{display:flex;align-items:center;gap:14px;margin-bottom:14px}.product-bundle__title-line{flex:1;height:1px;background:#d8d8d8}.product-bundle__title{font-size:.95rem;font-weight:700;letter-spacing:.12em;margin:0;text-align:center;white-space:nowrap;color:#1a1a1a}.product-bundle__countdown{display:flex;align-items:center;justify-content:center;gap:.35rem;background:var(--bundle-green);color:#fff;font-size:.82rem;font-weight:600;padding:11px 16px;border-radius:8px;margin-bottom:14px}.product-bundle__countdown-icon{color:var(--bundle-accent);font-size:.65rem}.product-bundle__countdown-img{width:14px;height:14px;object-fit:contain;flex-shrink:0}.product-bundle__icon-img{width:100%;height:100%;object-fit:cover;display:block}.product-bundle__freebie-icon{flex-shrink:0;width:36px;height:36px;border-radius:6px;overflow:hidden;background:#fff;border:1px solid rgba(0,0,0,.06)}.product-bundle__options{display:flex;flex-direction:column;gap:12px;margin-bottom:12px;width:100%}.product-bundle__option{position:relative;display:block;width:100%;cursor:pointer}.product-bundle__option input{position:absolute;opacity:0;pointer-events:none}.product-bundle__option-inner{display:flex;align-items:flex-start;gap:12px;width:100%;box-sizing:border-box;border:1.5px solid #e0e0e0;border-radius:10px;padding:14px 16px;background:#fff;transition:border-color .2s,background .2s,box-shadow .2s}.product-bundle__option input:checked+.product-bundle__option-inner{border-color:var(--bundle-green);background:var(--bundle-olive);box-shadow:0 0 0 1px var(--bundle-green)}.product-bundle__option--double{margin-top:4px}.product-bundle__option--double .product-bundle__option-inner{padding-top:18px}.product-bundle__ribbon{position:absolute;top:0;right:14px;transform:translateY(-50%);background:var(--bundle-ribbon);color:#fff;font-size:.62rem;font-weight:700;padding:5px 10px;border-radius:4px;z-index:2;max-width:58%;text-align:center;line-height:1.25;box-shadow:0 2px 6px #1c2b4a4d}.product-bundle__radio{flex-shrink:0;width:20px;height:20px;margin-top:2px;border:2px solid #c8c8c8;border-radius:50%;background:#fff;transition:border-color .2s,background .2s}.product-bundle__option input:checked+.product-bundle__option-inner .product-bundle__radio{border-color:var(--bundle-green);background:radial-gradient(circle,var(--bundle-green) 42%,#fff 46%)}.product-bundle__option-body{display:flex;justify-content:space-between;align-items:flex-start;flex:1;gap:12px;min-width:0;width:100%}.product-bundle__option-body--stacked{flex-direction:column;align-items:stretch}.product-bundle__option-top{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;width:100%}.product-bundle__option-meta{flex:1;min-width:0}.product-bundle__option-name-row{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-bottom:4px}.product-bundle__option-name{font-weight:700;font-size:1rem;color:#1a1a1a}.product-bundle__save-badge{background:color-mix(in srgb,var(--bundle-accent) 45%,transparent);color:var(--bundle-green);font-size:.62rem;font-weight:700;padding:3px 7px;border-radius:4px;letter-spacing:.02em}.product-bundle__guarantee{display:block;font-size:.78rem;color:#666}.product-bundle__option-prices{display:flex;flex-direction:column;align-items:flex-end;text-align:right;flex-shrink:0;gap:2px}.product-bundle__option-prices strong{font-size:1.15rem;font-weight:700;color:#1a1a1a;line-height:1.2}.product-bundle__option-prices s{color:#999;font-size:.82rem}.product-bundle__freebies{display:flex;flex-direction:column;gap:6px;margin-top:10px;padding:10px;background:var(--bundle-green-pale);border-radius:8px;width:100%}.product-bundle__freebie{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:8px 10px;background:#ffffff8c;border-radius:6px;color:var(--bundle-green-dark)}.product-bundle__freebie-text{flex:1;min-width:0;line-height:1.35;display:flex;flex-wrap:wrap;align-items:baseline;gap:.3em}.product-bundle__freebie-prefix{font-size:.58rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--bundle-green);flex-shrink:0}.product-bundle__freebie-name{font-size:.68rem;font-weight:600;color:var(--bundle-green-dark)}.product-bundle__freebie s{color:#888;font-weight:400;font-size:.72rem;flex-shrink:0}.product-bundle__upsells{display:flex;flex-direction:column;gap:10px;margin-bottom:14px;width:100%}.product-bundle__upsell{position:relative;display:flex;align-items:center;gap:10px 12px;width:100%;box-sizing:border-box;padding:12px 14px;border:1.5px solid #e8e8e8;border-radius:10px;cursor:pointer;background:#fff;transition:border-color .2s,background .2s,box-shadow .2s}.product-bundle__upsell--with-qty{align-items:flex-start}.product-bundle__upsell:has(input:checked){border-color:var(--bundle-green);background:var(--bundle-green-light);box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--bundle-green) 12%,transparent)}.product-bundle__upsell input{position:absolute;opacity:0;pointer-events:none}.product-bundle__upsell-check{flex-shrink:0;width:22px;height:22px;border:2px solid #c8c8c8;border-radius:5px;background:#fff;position:relative;transition:background .2s,border-color .2s;margin-top:2px}.product-bundle__upsell--with-qty .product-bundle__upsell-check{margin-top:14px}.product-bundle__upsell:has(input:checked) .product-bundle__upsell-check{background:var(--bundle-green);border-color:var(--bundle-green)}.product-bundle__upsell:has(input:checked) .product-bundle__upsell-check:after{content:"";position:absolute;left:6px;top:2px;width:6px;height:11px;border:solid #fff;border-width:0 2.5px 2.5px 0;transform:rotate(45deg)}.product-bundle__upsell-thumb{flex-shrink:0;width:52px;height:52px;border-radius:8px;overflow:hidden;background:#fff;border:1px solid #e5e5e5;display:flex;align-items:center;justify-content:center}.product-bundle__upsell-img{width:100%;height:100%;object-fit:cover}.product-bundle__upsell-img-placeholder{font-size:1.25rem;color:#999}.product-bundle__upsell-content{flex:1;min-width:0;padding-right:8px}.product-bundle__upsell--with-qty .product-bundle__upsell-content{padding-top:2px}.product-bundle__upsell-title{display:block;font-size:.78rem;font-weight:700;line-height:1.35;color:#1a1a1a}.product-bundle__upsell-prices{display:flex;flex-direction:column;align-items:flex-end;justify-content:center;text-align:right;gap:2px;flex-shrink:0;min-width:4.5rem;margin-left:auto}.product-bundle__upsell--with-qty .product-bundle__upsell-prices{align-self:center}.product-bundle__upsell-prices strong{font-size:.95rem;font-weight:700;color:#1a1a1a;white-space:nowrap}.product-bundle__upsell-prices s{color:#999;font-size:.78rem}.product-bundle__upsell-qty{display:inline-flex;align-items:center;margin-top:8px;border:1px solid #ddd;border-radius:6px;overflow:hidden;background:#fff}.product-bundle__upsell-qty[hidden]{display:none}.product-bundle__upsell-qty button{width:30px;height:30px;border:none;background:#f5f5f5;cursor:pointer;font-size:1rem;line-height:1;color:#333}.product-bundle__upsell-qty input{width:32px;height:30px;border:none;border-left:1px solid #ddd;border-right:1px solid #ddd;text-align:center;font-size:.85rem;background:#fff}.product-bundle__atc{width:100%;padding:17px 24px;background:var(--bundle-green);color:#fff;border:none;border-radius:10px;font-family:var(--echospins-sans);font-size:1rem;font-weight:700;letter-spacing:.06em;cursor:pointer;transition:background .2s,transform .15s;box-shadow:0 4px 14px color-mix(in srgb,var(--bundle-green) 22%,transparent)}.product-bundle__atc:hover:not(:disabled){background:var(--bundle-green-dark);transform:translateY(-1px)}.product-bundle__atc:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}.product-trust{margin-top:16px;font-family:var(--echospins-sans)}.product-trust__heading{text-align:center;font-size:.72rem;color:#888;margin:0 0 10px}.product-trust__payments{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:8px 12px;margin:0 0 14px;padding:0;list-style:none}.product-trust__payment{display:flex;align-items:center}.product-trust__payment-icon{height:22px;width:auto;display:block}.product-trust__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.product-trust__box{display:flex;flex-direction:column;align-items:center;text-align:center;gap:6px;padding:14px 8px;border:1px solid #e8e8e8;border-radius:10px;background:#fff}.product-trust__box-icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;color:#1a1a1a}.product-trust__material-icon{font-family:Material Symbols Outlined;font-weight:400;font-style:normal;font-size:28px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;font-feature-settings:"liga";-webkit-font-smoothing:antialiased;color:#1a1a1a}.product-trust__box-img{width:28px;height:28px;object-fit:contain}.product-trust__box-title{font-size:.68rem;font-weight:700;line-height:1.3;color:#1a1a1a}.product-trust__box-text{font-size:.62rem;line-height:1.35;color:#777}@media(max-width:749px){.product-trust__grid{gap:6px}.product-trust__box{padding:12px 6px}.product-trust__box-title{font-size:.62rem}.product-trust__box-text{font-size:.58rem}}#cart-drawer .theme-drawer__dialog{--theme-drawer-width: min(30rem, 92vw);border-radius:0;box-shadow:-8px 0 32px #0000001f}#cart-drawer .theme-drawer__dialog::backdrop{background:#00000073}#cart-drawer .theme-drawer__header{border-bottom:1px solid rgba(0,0,0,.08)}#cart-drawer .cart-drawer__summary{border-top:1px solid rgba(0,0,0,.08)}#cart-drawer .cart-items__title,#cart-drawer .cart-items__media-container{cursor:default;pointer-events:none}.cart-drawer-upsells{display:flex;flex-direction:column;gap:10px;margin-top:8px;padding-top:20px;border-top:1px solid rgba(0,0,0,.08)}.cart-drawer-upsell{display:flex;align-items:center;gap:12px;padding:14px 16px;background:#f7f7f7;border-radius:12px;cursor:pointer;font-family:var(--echospins-sans);transition:background .2s ease,opacity .2s ease}.cart-drawer-upsell.is-busy{opacity:.65;pointer-events:none}.cart-drawer-upsell__icon{flex-shrink:0;width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:10px;background:#fff;overflow:hidden}.cart-drawer-upsell__icon-img{width:100%;height:100%;object-fit:cover}.cart-drawer-upsell__icon-fallback{font-size:1.35rem;line-height:1}.cart-drawer-upsell__content{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.cart-drawer-upsell__title{font-size:.9rem;font-weight:600;color:#1a1a1a;line-height:1.3}.cart-drawer-upsell__price{font-size:.85rem;font-weight:600;color:#333}.cart-drawer-upsell__toggle{position:relative;flex-shrink:0}.cart-drawer-upsell__input{position:absolute;opacity:0;width:0;height:0}.cart-drawer-upsell__switch{display:block;width:48px;height:28px;border-radius:100px;background:#d8d8d8;position:relative;transition:background .2s ease}.cart-drawer-upsell__switch:after{content:"";position:absolute;top:3px;left:3px;width:22px;height:22px;border-radius:50%;background:#fff;box-shadow:0 1px 4px #00000026;transition:transform .2s ease}.cart-drawer-upsell__input:checked+.cart-drawer-upsell__switch{background:#1a1a1a}.cart-drawer-upsell__input:checked+.cart-drawer-upsell__switch:after{transform:translate(20px)}.cart-drawer-upsell__input:focus-visible+.cart-drawer-upsell__switch{outline:2px solid var(--echospins-navy);outline-offset:2px}.custom-product__variant-label{display:block;font-family:var(--echospins-sans);font-size:.85rem;font-weight:600;margin-bottom:6px}.custom-product__variant-select{width:100%;padding:12px;border:1px solid #ddd;border-radius:8px;margin-bottom:1rem;font-family:var(--echospins-sans)}.custom-product__reviews{width:100%;margin-top:3rem;overflow:hidden}.custom-product__reviews-track{overflow:hidden;-webkit-mask-image:linear-gradient(to right,transparent,black 4%,black 96%,transparent);mask-image:linear-gradient(to right,transparent,black 4%,black 96%,transparent)}.custom-product__reviews-slides{display:flex;gap:20px;width:max-content;padding:4px 24px;animation:product-reviews-scroll 35s linear infinite}.custom-product__reviews-slides:hover{animation-play-state:paused}.custom-product__review-card{flex:0 0 min(380px,88vw);display:flex;flex-direction:column;background:#f7f7f7;border:1px solid #ececec;border-radius:12px;padding:0;overflow:hidden;min-height:auto;font-family:var(--echospins-sans)}.custom-product__review-photo{width:100%;height:180px;overflow:hidden;flex-shrink:0}.custom-product__review-photo-img{width:100%;height:100%;object-fit:cover;display:block}.custom-product__review-body{flex:1;min-width:0;display:flex;flex-direction:column;padding:1.25rem 1.5rem}.custom-product__review-text{flex:1;margin:0;font-size:.88rem;line-height:1.55;color:#333}.custom-product__review-footer{display:flex;flex-wrap:wrap;align-items:center;gap:8px 12px;margin-top:.85rem}.custom-product__review-author{font-style:normal;font-weight:700;font-size:.85rem;color:#1a1a1a}.custom-product__review-stars{display:inline-flex;gap:1px;line-height:1}.custom-product__review-star{font-size:.82rem;color:#f5a623}.custom-product__review-star--empty{color:#ddd}@keyframes product-reviews-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.echospins-product-video{padding:4rem 0;background:#fff}.echospins-product-video__inner{max-width:1120px;margin:0 auto;padding:0 24px;text-align:center}.echospins-product-video__title{font-family:var(--echospins-sans);font-size:clamp(1.5rem,3vw,1.85rem);font-weight:700;margin:0 0 .75rem;color:#1a1a1a}.echospins-product-video__subtitle{font-family:var(--echospins-sans);font-size:.95rem;color:#555;margin:0 0 2rem;line-height:1.5}.echospins-product-video__grid{display:flex;flex-wrap:wrap;justify-content:center;gap:1.25rem}.echospins-product-video__phone{position:relative;flex:1 1 260px;width:100%;max-width:340px;margin:0;padding:10px;background:#1a1a1a;border-radius:28px;box-shadow:0 20px 50px #0000002e,0 0 0 1px #ffffff0f inset}.echospins-product-video__phone:before{content:"";position:absolute;top:8px;left:50%;transform:translate(-50%);width:72px;height:5px;border-radius:100px;background:#ffffff26;z-index:2;pointer-events:none}.echospins-product-video__media{border-radius:20px;overflow:hidden;background:#000;aspect-ratio:9 / 16;width:100%}.echospins-product-video__player{width:100%;height:100%;display:block}.echospins-product-video__media deferred-media,.echospins-product-video__tiktok,.echospins-product-video__media video,.echospins-product-video__media iframe{width:100%;height:100%;display:block;object-fit:cover;border:none}.echospins-product-video__media video{pointer-events:none}.echospins-product-video__media .deferred-media__poster-icon,.echospins-product-video__media .video-interaction-hint{display:none!important}.echospins-product-video__tiktok iframe{min-height:100%;aspect-ratio:9 / 16}.echospins-product-video__media .deferred-media__poster-button,.echospins-product-video__media .deferred-media__poster-image{width:100%;height:100%;object-fit:cover}.echospins-product-video__media .deferred-media__poster-button{width:100%;height:100%}.echospins-product-video__placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;min-height:420px;font-family:var(--echospins-sans);font-size:.9rem;color:#888;background:#111}@media(max-width:749px){.echospins-product-video__grid{flex-wrap:nowrap;justify-content:flex-start;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:1rem;padding-bottom:.5rem;margin:0 -24px;padding-left:24px;padding-right:24px}.echospins-product-video__phone{flex:0 0 min(300px,78vw);max-width:min(300px,78vw);scroll-snap-align:center;padding:8px;border-radius:24px}.echospins-product-video__media{border-radius:18px}}.echospins-product-banner{width:100%;display:flex;flex-direction:column}.echospins-product-banner__item{width:100%;height:var(--banner-height, 500px);overflow:hidden}.echospins-product-banner__link{display:block;width:100%;height:100%}.echospins-product-banner__img{width:100%;height:100%;object-fit:cover;display:block}@media(max-width:749px){.echospins-product-banner__item{height:calc(var(--banner-height, 500px) * .7)}}.custom-product-community{padding:4rem 0;background:#fff;overflow:hidden}.custom-product-community__inner{max-width:1200px;margin:0 auto;padding:0 24px;text-align:center}.custom-product-community__title{font-family:var(--echospins-sans);font-size:1.75rem;font-weight:700;margin:0 0 .75rem}.custom-product-community__subtitle{font-family:var(--echospins-sans);font-size:.95rem;color:#555;max-width:600px;margin:0 auto 2rem;line-height:1.5}.custom-product-community__track{overflow:hidden;-webkit-mask-image:linear-gradient(to right,transparent,black 5%,black 95%,transparent);mask-image:linear-gradient(to right,transparent,black 5%,black 95%,transparent)}.custom-product-community__slides{display:flex;gap:20px;width:max-content;animation:community-scroll 40s linear infinite}.custom-product-community__slides:hover{animation-play-state:paused}.custom-product-community__card{flex:0 0 min(360px,85vw);display:flex;flex-direction:column;background:#f7f7f7;border:1px solid #ececec;border-radius:12px;padding:0;overflow:hidden;min-height:auto;text-align:left;font-family:var(--echospins-sans)}.custom-product-community__photo{width:100%;height:180px;overflow:hidden;flex-shrink:0}.custom-product-community__photo-img{width:100%;height:100%;object-fit:cover;display:block}.custom-product-community__body{flex:1;min-width:0;display:flex;flex-direction:column;padding:1.25rem 1.5rem}.custom-product-community__text{flex:1;font-size:.88rem;line-height:1.55;color:#333;margin:0}.custom-product-community__footer{display:flex;flex-wrap:wrap;align-items:center;gap:8px 12px;margin-top:.85rem}.custom-product-community__author{font-style:normal;font-weight:700;font-size:.85rem;color:#1a1a1a}.custom-product-community__stars{display:inline-flex;gap:1px;line-height:1}.custom-product-community__star{font-size:.82rem;color:#f5a623}.custom-product-community__star--empty{color:#ddd}@keyframes community-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}footer{background:#faf9f7;border-top:1px solid rgba(0,0,0,.06);font-family:var(--echospins-sans)}footer .footer-content{max-width:1200px;margin:0 auto;padding-inline:24px;gap:32px}@media screen and (min-width:990px){footer .footer-content{grid-template-columns:1fr 1.1fr;align-items:center;gap:48px}}footer .footer-content h2,footer .footer-content .h4{font-family:var(--echospins-sans);font-size:clamp(1.25rem,2.5vw,1.5rem);font-weight:700;letter-spacing:-.02em;color:#1a1a1a;margin:0 0 .5rem}footer .footer-content p{font-size:.92rem;line-height:1.65;color:#666;margin:0}footer .email-signup-block{width:100%}footer .email-signup__input-group--integrated{background:#fff;border-color:#0000001a;box-shadow:0 2px 12px #0000000a;transition:border-color .2s ease,box-shadow .2s ease}footer .email-signup__input-group--integrated:focus-within{border-color:var(--echospins-navy);box-shadow:0 4px 20px #1c2b4a1a}footer .email-signup__input{font-family:var(--echospins-sans);font-size:.9rem;padding-inline:1.25rem}footer .email-signup__button--integrated{color:var(--echospins-navy)}footer .email-signup__button--arrow.email-signup__button--integrated{background:var(--echospins-navy);color:#fff;border-radius:50%;margin:4px;width:42px;height:42px;min-width:42px;transition:background .2s ease,transform .15s ease}footer .email-signup__button--arrow.email-signup__button--integrated:hover{background:#152238;transform:scale(1.05)}footer .email-signup__button-icon{width:18px;height:18px}footer .utilities{max-width:1200px;margin:0 auto;padding-inline:24px;border-top-color:#00000014!important}footer .footer-utilities__text,footer .footer-utilities__text a,footer .policy-list-trigger{font-family:var(--echospins-sans);font-size:.8rem;color:#888;text-decoration:none;transition:color .2s ease}footer .footer-utilities__text a:hover,footer .policy-list-trigger:hover{color:#1a1a1a}footer .social-icons__wrapper{gap:10px}footer .social-icons__icon-wrapper{height:auto}footer .social-icons__icon-wrapper a{display:flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:50%;background:#fff;border:1px solid rgba(0,0,0,.08);color:#555;transition:background .2s ease,border-color .2s ease,color .2s ease,transform .15s ease}footer .social-icons__icon-wrapper a:hover{background:var(--echospins-navy);border-color:var(--echospins-navy);color:#fff;transform:translateY(-2px)}footer .social-icons__icon{width:18px;height:18px}@media screen and (max-width:749px){footer .footer-content{text-align:center;padding-bottom:8px}footer .footer-content h2,footer .footer-content .h4,footer .footer-content p{text-align:center}footer .utilities{padding-bottom:32px}footer .social-icons__wrapper{justify-content:center}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/echospins.css.map */
