.product-hero .about-hero__heading{font-size:clamp(3rem,9vw,6.5rem);letter-spacing:.06em}.product-main{background:var(--ae-white);color:var(--ae-black);padding-block:clamp(2.5rem,5vw,4rem)}.product-main__top{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,4vw,4rem);align-items:start;margin-bottom:3rem}@media(max-width:768px){.product-main__top{grid-template-columns:1fr}}.product-gallery{display:flex;flex-direction:column;gap:.75rem}.product-gallery__main{aspect-ratio:1 / 1;overflow:hidden;background:#f2f2f2}.product-gallery__main-img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s var(--ae-easing)}.product-gallery__main:hover .product-gallery__main-img{transform:scale(1.03)}.product-gallery__placeholder{width:100%;height:100%;background:#ddd}.product-gallery__thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem}.product-gallery__thumb{aspect-ratio:1 / 1;padding:0;background:#f2f2f2;border:2px solid transparent;overflow:hidden;cursor:pointer;transition:border-color var(--ae-transition)}.product-gallery__thumb:hover img{transform:scale(1.06)}.product-gallery__thumb.is-active{border-color:#232323}.product-info{display:flex;flex-direction:column;gap:1rem}.product-info__badge{display:inline-block;background:var(--ae-teal);color:var(--ae-black);font-family:var(--ae-font-display);font-weight:700;font-size:.68rem;letter-spacing:.1em;text-transform:uppercase;padding:.25rem .65rem;align-self:flex-start}.product-info__title{font-family:Cairo;font-weight:800;font-size:2.2rem;text-transform:uppercase;color:var(--ae-black);margin:0;line-height:1.05}.product-info__rating{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap}.product-info__stars{display:flex;gap:.1rem}.star{font-size:1rem}.star--full{color:#e54b4d}.star--half{color:#bcbcbc}.star--empty{color:#ddd}.product-info__rating-text{font-size:.9rem;color:#2e2c2c;font-family:Open Sans}.product-info__short-desc{font-size:.88rem;line-height:1.7;color:#444;margin:0}.product-info__fit-note{font-size:.9rem;color:#2e2c2c;margin:0;font-family:Open Sans}.product-info__fit-note strong{font-weight:600;color:var(--ae-black);font-family:Open Sans}.product-info__option{display:flex;flex-direction:column;gap:.4rem}.product-info__option-label{font-family:var(--ae-font-display);font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#555;margin:0}.product-info__option-values{display:flex;flex-wrap:wrap;gap:.4rem}.product-info__option-btn{padding:.4rem .9rem;border:1.5px solid #ccc;background:var(--ae-white);font-family:var(--ae-font-body);font-size:.82rem;color:var(--ae-black);cursor:pointer;transition:border-color var(--ae-transition),background var(--ae-transition),color var(--ae-transition)}.product-info__option-btn:hover,.product-info__option-btn.is-active{border-color:var(--ae-black);background:var(--ae-black);color:var(--ae-white)}.product-info__purchase-row{display:flex;gap:2.5rem;margin-bottom:30px}.product-info__price-block{margin-left:auto}.product-info__label{font-family:Cairo;font-size:1rem;font-weight:800;text-transform:uppercase;color:#232323;margin:0 0 .4rem}.product-info__qty{display:flex;align-items:center;border:0px;overflow:hidden;width:fit-content;gap:12px}.product-info__qty-btn{width:2.2rem;height:2.4rem;background:#f6f6f6;border:none;font-size:1.1rem;cursor:pointer;color:var(--ae-black);transition:background var(--ae-transition);line-height:1}.product-info__qty-btn:hover{background:#f0f0f0}.product-info__qty-input{width:3rem;height:2.4rem;background-color:#fff;border:1.5px solid #ccc;border-radius:0;text-align:center;font-family:var(--ae-font-display);font-size:.9rem;font-weight:700;color:var(--ae-black);outline:none;-moz-appearance:textfield}.product-info__qty-input::-webkit-outer-spin-button,.product-info__qty-input::-webkit-inner-spin-button{-webkit-appearance:none}.product-info__price-row{display:flex;align-items:baseline;gap:.6rem}.product-info__price{font-family:var(--ae-font-display);font-weight:900;font-size:1.7rem;color:var(--ae-black)}.product-info__compare-price{font-size:1rem;color:#aaa;text-decoration:line-through}.product-info__form{margin:0}.product-info__actions{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.product-info__atc{padding:10px 40px;font-size:1rem;letter-spacing:0px}.product-info__atc:disabled{opacity:.5;cursor:not-allowed;transform:none}.product-info__wishlist{display:flex;align-items:center;gap:.5rem;padding:12px 30px;background:none;border:1.5px solid #ccc;font-family:Cairo;font-weight:700;font-size:1rem;text-transform:uppercase;color:#1c1b1b;cursor:pointer;transition:border-color var(--ae-transition),background var(--ae-transition),color var(--ae-transition);white-space:nowrap}.product-info__wishlist:hover{border-color:var(--ae-black);background:var(--ae-black);color:var(--ae-white)}.product-info__meta{margin-top:20px;display:flex;flex-direction:column;gap:.3rem;padding-top:16px;border-top:1px solid #eee}.product-info__meta-row{font-size:1rem;color:#232323;margin:0;font-family:Open Sans}.product-info__meta-row strong{font-family:Cairo;font-size:1rem;font-weight:800;text-transform:uppercase;color:#232323}.product-info__meta-row a{color:#555;text-decoration:none;transition:color var(--ae-transition)}.product-info__meta-row a:hover{color:var(--ae-teal)}.product-info__share{display:flex;align-items:center;gap:.6rem;margin-top:.2rem;font-family:Cairo;font-size:1rem;font-weight:800;text-transform:uppercase;color:#232323}.product-info__share a{display:flex;align-items:center;justify-content:center;color:#232323;text-decoration:none;transition:color var(--ae-transition)}.product-info__share a:hover{color:var(--ae-teal)}.product-tabs{margin-bottom:3rem}.product-tabs__nav{display:flex;gap:90px;border-bottom:1px solid #e0e0e0;margin-bottom:3rem;justify-content:center}.product-tabs__tab{background:none;border:none;border-bottom:3px solid transparent;padding:0 4px;font-family:Cairo;font-weight:700;font-size:1.7rem;text-transform:uppercase;color:#24262b;line-height:1;cursor:pointer;margin-bottom:-1px;transition:color var(--ae-transition),border-color var(--ae-transition)}.product-tabs__tab:hover{color:var(--ae-black)}.product-tabs__tab.is-active{color:#10d0ff;border-bottom-color:#10d0ff}.product-tabs__panel{display:none}.product-tabs__panel.is-active{display:block}.product-tabs__panel-title{font-family:Cairo;font-weight:800;font-size:2.5rem;letter-spacing:.02em;text-transform:uppercase;color:#232323;text-align:center;margin:0 0 1rem}.product-tabs__desc{font-size:1rem;line-height:1.75;color:#2e2c2c;text-align:center;max-width:1040px;margin:0 auto 2rem;font-family:Open Sans}.product-features{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-top:1.5rem}@media(max-width:700px){.product-features{grid-template-columns:1fr}}.product-features__label{display:flex;align-items:center;justify-content:center;gap:.5rem;font-family:var(--ae-font-display);font-size:1rem;font-weight:700;text-transform:uppercase;color:#232323;margin:0 0 .75rem}.product-features__check{color:#10d0ff;width:1.1rem;height:1.1rem;flex-shrink:0}.product-features__media{overflow:hidden;aspect-ratio:1 / 1;background:#1a1a1a}.product-features__img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s var(--ae-easing)}.product-features__media:hover .product-features__img{transform:scale(1.04)}.product-features__img--placeholder{width:100%;height:100%;background:#ddd}.product-reviews-placeholder{padding:2rem;text-align:center;color:#888;font-size:.9rem}p.jm-text.jm-review-widget-minimal-header__title{font-family:Cairo;text-align:center;font-weight:700;font-size:1.5rem}.product-gallery__carousel{position:relative;overflow:hidden;background:#f2f2f2;aspect-ratio:1 / 1;-webkit-user-select:none;user-select:none}.product-gallery__track{position:relative;width:100%;height:100%}.product-gallery__slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .4s var(--ae-easing);pointer-events:none}.product-gallery__slide.is-active{opacity:1;pointer-events:auto}.product-gallery__slide-img{width:100%;height:100%;object-fit:cover;display:block}.product-gallery__arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:10;width:36px;height:36px;background:#ffffffe6;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--ae-black);transition:background var(--ae-transition),color var(--ae-transition),transform var(--ae-transition);box-shadow:0 2px 8px #00000026}.product-gallery__arrow--prev{left:.6rem}.product-gallery__arrow--next{right:.6rem}.product-gallery__arrow:hover{background:var(--ae-teal);color:var(--ae-white)}.product-gallery__arrow--prev:hover{transform:translateY(-50%) translate(-1px)}.product-gallery__arrow--next:hover{transform:translateY(-50%) translate(1px)}.product-gallery__dots{position:absolute;bottom:.75rem;left:50%;transform:translate(-50%);display:flex;gap:.4rem;z-index:10}.product-gallery__dot{width:7px;height:7px;border-radius:50%;border:none;background:#ffffff80;padding:0;cursor:pointer;transition:background var(--ae-transition),transform var(--ae-transition)}.product-gallery__dot.is-active{background:var(--ae-teal);transform:scale(1.3)}.product-gallery__thumbs{display:flex;gap:.5rem;margin-top:.6rem;overflow-x:auto;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;padding-bottom:2px}.product-gallery__thumbs::-webkit-scrollbar{height:3px}.product-gallery__thumbs::-webkit-scrollbar-track{background:#eee}.product-gallery__thumbs::-webkit-scrollbar-thumb{background:var(--ae-teal)}.product-gallery__thumb{flex-shrink:0;width:68px;height:68px;padding:0;background:#f2f2f2;border:2px solid transparent;overflow:hidden;cursor:pointer;transition:border-color var(--ae-transition)}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s var(--ae-easing)}.product-gallery__thumb:hover img{transform:scale(1.07)}.product-gallery__thumb.is-active{border-color:var(--ae-teal)}.product-hero--metafield .about-hero__heading{font-size:clamp(2.2rem,7vw,5.5rem)}
/*# sourceMappingURL=/cdn/shop/t/1/assets/custom-product.css.map */
