.breadcrumb{display:flex;align-items:center;gap:.5rem;padding:1rem 0;font-size:.78rem;color:#999;flex-wrap:wrap}.breadcrumb a{color:#999;text-decoration:none;transition:color .2s}.breadcrumb a:hover{color:var(--accent, #009246)}.collection-header{padding-bottom:1.5rem;border-bottom:1px solid #eee;margin-bottom:1.5rem}.collection-header__title{font-size:clamp(1.5rem,3vw,2.25rem);font-weight:900;color:#0d0d1a;margin-bottom:.5rem}.collection-header__desc{font-size:.92rem;color:#666;max-width:680px}.collection-toolbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.collection-toolbar__count{font-size:.85rem;color:#888;margin:0}.collection-toolbar__right{display:flex;align-items:center;gap:.75rem}.collection-filter-toggle{display:none;align-items:center;gap:.4rem;font-size:.85rem;font-weight:600;color:#333;background:none;border:1.5px solid #e0e0e0;border-radius:8px;padding:.5rem .9rem;cursor:pointer;transition:border-color .2s}.collection-filter-toggle:hover{border-color:var(--accent, #009246)}.collection-sort__select{font-size:.85rem;color:#333;background:#fff;border:1.5px solid #e0e0e0;border-radius:8px;padding:.5rem .9rem;cursor:pointer;outline:none;transition:border-color .2s}.collection-sort__select:focus{border-color:var(--accent, #009246)}.collection-layout{display:grid;grid-template-columns:220px 1fr;gap:2rem;align-items:start}.collection-filters{position:sticky;top:80px;display:flex;flex-direction:column;gap:0}.filter-group{border-bottom:1px solid #eee;padding:1rem 0}.filter-group:first-child{padding-top:0}.filter-group__toggle{display:flex;align-items:center;justify-content:space-between;width:100%;background:none;border:none;font-size:.85rem;font-weight:700;color:#0d0d1a;cursor:pointer;padding:0;margin-bottom:.75rem;text-align:left}.filter-group__toggle svg{transition:transform .2s;flex-shrink:0}.filter-group__toggle[aria-expanded=false] svg{transform:rotate(-90deg)}.filter-group__body{padding-top:.25rem}.filter-sizes{display:flex;flex-wrap:wrap;gap:.4rem}.size-swatch{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:36px;padding:0 .5rem;border:1.5px solid #ddd;border-radius:6px;font-size:.78rem;font-weight:700;color:#444;background:#fff;text-decoration:none;cursor:pointer;transition:border-color .15s,background .15s,color .15s}.size-swatch:hover,.size-swatch.is-active{border-color:var(--accent, #009246);background:var(--accent, #009246);color:#fff}.size-swatch.is-unavailable{opacity:.35;cursor:not-allowed;text-decoration:line-through}.size-swatch--lg{min-width:52px;height:44px;font-size:.85rem}.filter-price-ranges{display:flex;flex-direction:column;gap:.4rem}.filter-price-link{font-size:.83rem;color:#555;text-decoration:none;padding:.2rem 0;transition:color .15s}.filter-price-link:hover,.filter-price-link.is-active{color:var(--accent, #009246);font-weight:700}.filter-sale-link{display:flex;align-items:center;gap:.5rem;font-size:.85rem;font-weight:700;color:#e53935;text-decoration:none}.filter-sale-link.is-active{color:#0d0d1a}.filter-clear{font-size:.72rem;color:#999;font-weight:400}.filter-reset{display:inline-flex;align-items:center;gap:.3rem;font-size:.8rem;color:#999;text-decoration:none;padding:.5rem 0;margin-top:.25rem;transition:color .2s}.filter-reset:hover{color:#e53935}.collection-empty{grid-column:1 / -1;text-align:center;padding:4rem 1rem;color:#888}.pagination{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:2.5rem;padding-top:2rem;border-top:1px solid #eee}.pagination__btn{font-size:.88rem;font-weight:700;color:var(--accent, #009246);text-decoration:none;padding:.6rem 1.25rem;border:1.5px solid var(--accent, #009246);border-radius:8px;transition:background .2s,color .2s}.pagination__btn:hover{background:var(--accent, #009246);color:#fff}.pagination__info{font-size:.85rem;color:#888}@media(max-width:900px){.collection-layout{grid-template-columns:1fr}.collection-filters{position:static;display:none;background:#fff;border:1px solid #eee;border-radius:12px;padding:1rem 1.25rem;margin-bottom:1rem}.collection-filters.is-open,.collection-filter-toggle{display:flex}}.product-page{padding:0 0 4rem}.product-layout{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-bottom:3rem}.product-gallery__main{margin-bottom:.75rem}.product-gallery__slide{display:none}.product-gallery__slide.is-active{display:block}.product-gallery__img{width:100%;aspect-ratio:1 / 1;object-fit:cover;border-radius:12px;background:#f5f5f5}.product-gallery__thumbs{display:flex;gap:.5rem;flex-wrap:wrap}.product-gallery__thumb{width:72px;height:72px;border-radius:8px;overflow:hidden;border:2px solid transparent;cursor:pointer;background:none;padding:0;transition:border-color .15s}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover}.product-gallery__thumb.is-active{border-color:var(--accent, #009246)}.product-gallery__thumb:hover{border-color:#ccc}.product-info__vendor{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#999;margin-bottom:.35rem}.product-info__title{font-size:clamp(1.4rem,2.5vw,2rem);font-weight:900;color:#0d0d1a;line-height:1.2;margin-bottom:1rem}.product-info__price{display:flex;align-items:baseline;gap:.5rem;margin-bottom:.75rem;flex-wrap:wrap}.product-info__price-regular,.product-info__price-sale{font-size:1.6rem;font-weight:900;color:#0d0d1a}.product-info__price-sale{color:#e53935}.product-info__price-compare{font-size:1rem;color:#bbb;text-decoration:line-through}.product-info__cod{font-size:.8rem;color:#009246;font-weight:600;background:#f0faf5;border:1px solid #c3e6d3;border-radius:6px;padding:.4rem .75rem;margin-bottom:1.25rem;display:inline-block}.product-form,.product-form__option{margin-bottom:1.25rem}.product-form__option-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.6rem}.product-form__option-label{font-size:.85rem;font-weight:700;color:#333}.product-form__option-selected{font-weight:400;color:#666}.product-form__size-guide{font-size:.75rem;color:var(--accent, #009246);text-decoration:none}.product-form__size-guide:hover{text-decoration:underline}.product-form__sizes,.product-form__options-row{display:flex;flex-wrap:wrap;gap:.5rem}.option-pill{padding:.45rem 1rem;border:1.5px solid #ddd;border-radius:20px;font-size:.85rem;font-weight:600;color:#444;background:#fff;cursor:pointer;transition:all .15s}.option-pill:hover,.option-pill.is-active{border-color:var(--accent, #009246);background:var(--accent, #009246);color:#fff}.product-form__qty{margin-bottom:1.5rem}.product-form__qty-label{font-size:.85rem;font-weight:700;color:#333;display:block;margin-bottom:.5rem}.product-form__qty-control{display:inline-flex;align-items:center;border:1.5px solid #e0e0e0;border-radius:8px;overflow:hidden}.qty-btn{width:40px;height:44px;background:none;border:none;font-size:1.2rem;cursor:pointer;color:#555;display:flex;align-items:center;justify-content:center;transition:background .15s}.qty-btn:hover{background:#f5f5f5}.qty-input{width:50px;height:44px;border:none;border-left:1px solid #e0e0e0;border-right:1px solid #e0e0e0;text-align:center;font-size:.95rem;font-weight:700;color:#333;outline:none;-moz-appearance:textfield}.qty-input::-webkit-inner-spin-button{display:none}.product-form__ctas{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.product-form__add-btn{font-size:1rem;padding:1rem}.product-form__buy-btn{font-size:.92rem}.product-trust{display:grid;grid-template-columns:1fr 1fr;gap:.6rem;margin-bottom:1.5rem;padding:1rem;background:#f8f8f8;border-radius:10px}.product-trust__item{display:flex;align-items:center;gap:.4rem;font-size:.75rem;color:#555}.product-description{border-top:1px solid #eee}.product-description__toggle{display:flex;align-items:center;justify-content:space-between;width:100%;background:none;border:none;padding:.9rem 0;font-size:.88rem;font-weight:700;color:#0d0d1a;cursor:pointer;text-align:left}.product-description__toggle svg{transition:transform .2s;flex-shrink:0}.product-description__toggle[aria-expanded=false] svg{transform:rotate(-90deg)}.product-description__body{font-size:.88rem;color:#555;line-height:1.7;padding-bottom:1rem}.product-description__body ul{padding-left:1.25rem}.product-description__body li{margin-bottom:.4rem}.product-reviews{border-top:1px solid #eee}.product-reviews__empty{text-align:center;padding:2rem;color:#888}.product-reviews__empty p{margin:0}.product-reviews__cta-text{font-size:.85rem;margin-top:.5rem!important}.related-products{border-top:1px solid #eee}.product-info-block{display:grid;grid-template-columns:1fr 1fr;gap:1.1rem 1.5rem;background:#f8f8f8;border:1px solid #ececec;border-radius:12px;padding:1.35rem 1.5rem;margin-top:1.5rem}.product-info-block__item{display:flex;gap:.75rem;align-items:flex-start}.product-info-block__icon{font-size:1.5rem;line-height:1.1;flex-shrink:0}.product-info-block__title{font-size:.88rem;font-weight:700;color:#1a1a1a;margin:0 0 .2rem;line-height:1.3}.product-info-block__desc{font-size:.8rem;color:#666;line-height:1.55;margin:0}@media(max-width:900px){.product-layout{grid-template-columns:1fr;gap:1.75rem}}@media(max-width:640px){.product-trust{grid-template-columns:1fr}.product-info-block{grid-template-columns:1fr;gap:1rem;padding:1.15rem 1.25rem}}.accordion{border-top:1px solid #ececec}.accordion__toggle{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.05rem 0;background:none;border:none;cursor:pointer;font-size:.95rem;font-weight:700;color:#1a1a1a;text-align:left}.accordion__chevron{flex-shrink:0;color:#999;transition:transform .28s ease}.accordion__toggle[aria-expanded=true] .accordion__chevron{transform:rotate(180deg)}.accordion__panel{max-height:0;overflow:hidden;transition:max-height .3s ease}.accordion__inner{padding:0 0 1.25rem}.size-table{width:100%;border-collapse:collapse;font-size:.8rem}.size-table th,.size-table td{border:1px solid #e6e6e6;padding:.5rem .6rem;text-align:center}.size-table th{background:#f5f5f5;font-weight:700;color:#333}.size-table td:first-child{font-weight:700;color:#1a1a1a}.size-table__note{font-size:.75rem;color:#777;line-height:1.55;margin-top:.7rem}.faq-item{margin-bottom:1.05rem}.faq-item:last-child{margin-bottom:0}.faq-item__q{font-size:.85rem;font-weight:700;color:#1a1a1a;margin:0 0 .25rem;line-height:1.4}.faq-item__a{font-size:.82rem;color:#666;line-height:1.6;margin:0}.faq-page__inner{max-width:760px;margin:0 auto;padding:0 1.5rem}.faq-page__header{text-align:center;margin-bottom:2.5rem}.faq-page__title{font-size:clamp(1.8rem,4vw,2.6rem);font-weight:800;color:#1a1a1a;margin:0 0 .6rem}.faq-page__subtitle{font-size:.95rem;color:#777;line-height:1.6;margin:0}.faq-page__group{margin-bottom:2.25rem}.faq-page__group-title{font-size:1.15rem;font-weight:800;color:#1a1a1a;margin:0 0 .5rem;padding-bottom:.5rem}.faq-page .accordion__toggle{font-size:.92rem}.faq-page .accordion__inner p{font-size:.86rem;color:#555;line-height:1.65;margin:0}.home-faq{background:#fff}.home-faq__inner{max-width:720px;margin:0 auto;padding:0 1.5rem}.home-faq .accordion__inner p{font-size:.85rem;color:#555;line-height:1.65;margin:0}.home-faq__cta{text-align:center;margin-top:1.75rem}.reviews__rating{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:.4rem}.reviews__stars{color:#f5b301;font-size:1rem;letter-spacing:1px}.reviews__rating-text{font-size:.82rem;color:#666}.reviews-carousel{position:relative;margin-top:1.75rem}.reviews-carousel__viewport{overflow:hidden}.reviews-carousel__track{display:flex;transition:transform .5s cubic-bezier(.4,0,.2,1);will-change:transform}.review-slide{flex:0 0 50%;box-sizing:border-box;padding:.5rem .6rem;display:flex}.review-card{flex:1;box-sizing:border-box;padding:1.75rem 1.5rem 1.5rem;background:#f2f2f2;border-radius:16px;text-align:center;display:flex;flex-direction:column;align-items:center}.review-card__avatar{width:80px;height:80px;border-radius:50%;overflow:hidden;border:3px solid #fff;box-shadow:0 3px 10px #0000001f;margin-bottom:.75rem}.review-card__avatar img{width:100%;height:100%;object-fit:cover;display:block}.review-card__avatar--initials{display:flex;align-items:center;justify-content:center}.review-card__initials{font-size:1.65rem;font-weight:700;color:#fff;letter-spacing:.5px;text-transform:uppercase}.review-card__avatar--c0{background:#00b67a}.review-card__avatar--c1{background:#4a6cf7}.review-card__avatar--c2{background:#f5a623}.review-card__avatar--c3{background:#8b5cf6}.review-card__name{font-size:.95rem;font-weight:700;color:#1a1a1a;margin:0}.review-card__meta{font-size:.75rem;color:#888;margin:.15rem 0 .5rem}.review-card__stars{color:#f5b301;font-size:1.05rem;letter-spacing:2px;margin:0 0 .6rem}.review-card__text{font-size:.85rem;color:#555;line-height:1.65;margin:0 0 .85rem;font-style:italic}.review-card__verified{font-size:.7rem;font-weight:700;color:#00b67a;margin-top:auto}.reviews-carousel__dots{display:flex;justify-content:center;gap:.5rem;margin-top:1.1rem}.reviews-carousel__dot{width:9px;height:9px;padding:0;border:none;border-radius:50%;background:#ccc;cursor:pointer;transition:background .2s,transform .2s}.reviews-carousel__dot:hover{background:#aaa}.reviews-carousel__dot.is-active{background:#00b67a;transform:scale(1.25)}@media(max-width:767px){.review-slide{flex:0 0 100%;padding:.5rem 0}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/product.css.map */
