.product-gallery__dots{display:flex;justify-content:center;align-items:center;gap:.8rem;padding:1.2rem 0}.product-gallery__dot{width:8px;height:8px;border-radius:50%;background-color:rgba(var(--color-foreground),.3);border:none;padding:0;cursor:pointer;transition:background-color .2s ease,transform .2s ease}.product-gallery__dot:hover{background-color:rgba(var(--color-foreground),.5)}.product-gallery__dot.is-active{background-color:rgb(var(--color-foreground));transform:scale(1.2)}.product-gallery__counter{display:flex;justify-content:center;align-items:center;gap:.4rem;padding:1.2rem 0;font-size:1.2rem;color:rgba(var(--color-foreground),.7)}.product-gallery--dots .slider-buttons{display:none}@media screen and (min-width:750px){.product-gallery__dots,.product-gallery__counter{display:none}}@media screen and (min-width:750px){.product-gallery--grid-2x2 .product__media-list{display:grid;grid-template-columns:repeat(2,1fr);gap:.8rem}.product-gallery--grid-2x2 .product__media-item{width:100%;margin:0}.product-gallery--grid-2x2 .slider-buttons{display:none}.product-gallery--grid-2x2 .product__media-item:nth-child(n+5){display:none}.product-gallery__view-more{grid-column:1 / -1;display:flex;justify-content:center;padding:1.6rem 0}.product-gallery__view-more-btn{background:transparent;border:1px solid rgba(var(--color-foreground),.2);padding:1rem 2rem;font-size:1.2rem;text-transform:uppercase;letter-spacing:.1em;cursor:pointer;transition:all .2s ease}.product-gallery__view-more-btn:hover{background:rgb(var(--color-foreground));color:rgb(var(--color-background))}}.product-form__submit span{font-size:1.2rem;text-transform:uppercase;letter-spacing:.1em;font-weight:500}.product-form__bag-icon{width:18px;height:18px;display:flex;align-items:center}.product-form__bag-icon svg{width:100%;height:100%}.product-trust-badges{display:flex;flex-wrap:wrap;gap:.8rem;margin:1.6rem 0}.product-trust-badge{display:inline-flex;align-items:center;gap:.6rem;padding:.8rem 1.2rem;border:1px solid rgba(var(--color-foreground),.15);border-radius:4px;font-size:1.2rem;color:rgb(var(--color-foreground));text-decoration:none;transition:all .2s ease;background:transparent;cursor:pointer}.product-trust-badge:hover{border-color:rgba(var(--color-foreground),.4);background:rgba(var(--color-foreground),.03)}.product-trust-badge__icon{display:flex;align-items:center;justify-content:center;width:18px;height:18px}.product-trust-badge__icon svg{width:100%;height:100%}.product-trust-badge__text{white-space:nowrap}.product-trust-badge__arrow{margin-left:.2rem;opacity:.5;font-size:1rem}.product-trust-badges--vertical{flex-direction:column}.product-trust-badges--vertical .product-trust-badge{width:100%;justify-content:flex-start}.product-info-tabs{margin-top:2.4rem;border-top:1px solid rgba(var(--color-foreground),.1)}.product-info-tabs__nav{display:flex;gap:0;border-bottom:1px solid rgba(var(--color-foreground),.1)}.product-info-tabs__tab{background:transparent;border:none;padding:1.4rem 2rem;font-size:1.2rem;text-transform:uppercase;letter-spacing:.08em;color:rgba(var(--color-foreground),.6);cursor:pointer;position:relative;transition:color .2s ease}.product-info-tabs__tab:hover,.product-info-tabs__tab.is-active{color:rgb(var(--color-foreground))}.product-info-tabs__tab.is-active:after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:2px;background-color:rgb(var(--color-foreground))}.product-info-tabs__content{padding:2rem 0}.product-info-tabs__panel{display:none}.product-info-tabs__panel.is-active{display:block}.product-info-tabs__panel-content{font-size:1.4rem;line-height:1.7;color:rgba(var(--color-foreground),.85)}.product-info-tabs__panel-content p{margin-bottom:1.2rem}.product-info-tabs__panel-content ul{margin:1.2rem 0;padding-left:2rem}.product-info-tabs__panel-content li{margin-bottom:.6rem}@media screen and (max-width:749px){.product-info-tabs{display:none}}.product-info-accordions{margin-top:2.4rem;border-top:1px solid rgba(var(--color-foreground),.1)}.product-info-accordion{border-bottom:1px solid rgba(var(--color-foreground),.1)}.product-info-accordion__header{display:flex;justify-content:space-between;align-items:center;width:100%;padding:1.6rem 0;background:transparent;border:none;cursor:pointer;text-align:left}.product-info-accordion__title{font-family:var(--font-heading-family);font-size:var(--font-heading-scale);font-weight:var(--font-heading-weight, 400);letter-spacing:calc(var(--font-heading-scale) * .06rem);line-height:calc(1 + .3/max(1,var(--font-heading-scale)));color:rgb(var(--color-foreground));text-transform:none}.product-info-accordion__icon{width:12px;height:12px;position:relative;transition:transform .3s ease}.product-info-accordion__icon:before,.product-info-accordion__icon:after{content:"";position:absolute;background-color:rgb(var(--color-foreground))}.product-info-accordion__icon:before{top:50%;left:0;right:0;height:1px;transform:translateY(-50%)}.product-info-accordion__icon:after{left:50%;top:0;bottom:0;width:1px;transform:translate(-50%);transition:transform .3s ease,opacity .3s ease}.product-info-accordion.is-open .product-info-accordion__icon:after{transform:translate(-50%) rotate(90deg);opacity:0}.product-info-accordion__content{max-height:0;overflow:hidden;transition:max-height .3s ease}.product-info-accordion.is-open .product-info-accordion__content{max-height:500px}.product-info-accordion__body{padding:0 0 1.6rem;font-size:1.4rem;line-height:1.7;color:rgba(var(--color-foreground),.85)}@media screen and (min-width:750px){.product-info-accordions{display:none}}.product-dispatch-info{display:flex;align-items:center;justify-content:center;gap:.6rem;margin-top:1.2rem;font-size:1.2rem;color:rgba(var(--color-foreground),.7)}.product-dispatch-info__dot{width:8px;height:8px;border-radius:50%}.product-dispatch-info__dot--green{background-color:#3ed660}.product-dispatch-info__dot--yellow{background-color:#f5a623}.product-dispatch-info__dot--red{background-color:#e53935}.product-dispatch-info__dot--grey{background-color:#9e9e9e}.product-wishlist-btn{display:flex;align-items:center;justify-content:center;gap:.8rem;width:100%;padding:1.4rem 2rem;margin-top:1rem;background:transparent;border:1px solid rgba(var(--color-foreground),.2);border-radius:4px;font-size:1.2rem;text-transform:uppercase;letter-spacing:.08em;cursor:pointer;transition:all .2s ease;color:rgb(var(--color-foreground))}.product-wishlist-btn:hover{border-color:rgba(var(--color-foreground),.5)}.product-wishlist-btn__icon{width:18px;height:18px}.product-wishlist-btn__icon svg{width:100%;height:100%}@media screen and (max-width:749px){.product-trust-badges{justify-content:flex-start}}
/*# sourceMappingURL=/cdn/shop/t/12/assets/component-product-custom.css.map */
