.section-main-product{overflow-x:clip}.section-main-product .section__body{padding-top:0}.main-product__grid{display:grid;grid-template-columns:1fr 1fr;gap:var(--spacing-2xl);align-items:start}@media(min-width:1200px){.main-product__grid{grid-template-columns:minmax(auto,500px) minmax(500px,1fr)}}.main-product__grid>*{min-width:0;max-width:100%}.main-product__grid--media-right{direction:rtl}.main-product__grid--media-right>*{direction:ltr}.section-main-product .product-gallery--sticky{position:sticky;top:var(--spacing-lg)}.section-main-product .product-gallery--vertical{display:grid;grid-template-columns:88px 1fr;gap:var(--spacing-sm);align-items:start}.section-main-product .product-gallery--vertical .product-gallery__main:only-child{grid-column:1 / -1}.section-main-product .product-gallery--horizontal{display:flex;flex-direction:column;gap:var(--spacing-sm)}.section-main-product .product-gallery__thumbs-wrap{display:flex;position:relative;order:-1}.section-main-product .product-gallery--vertical .product-gallery__thumbs-wrap{flex-direction:column;align-items:center;gap:4px;width:100%}.section-main-product .product-gallery--horizontal .product-gallery__thumbs-wrap{flex-direction:row;align-items:center;gap:var(--spacing-xs);order:1}.section-main-product .product-gallery__thumbs{display:flex;gap:var(--spacing-xs);scrollbar-width:thin;height:100%}.section-main-product .product-gallery--vertical .product-gallery__thumbs{flex-direction:column;width:100%;min-width:0;max-height:calc(var(--thumb-visible-count, 6) * (80px + 8px) - 8px);overflow-y:auto}.section-main-product .product-gallery--horizontal .product-gallery__thumbs{flex-direction:row;overflow-x:auto;max-width:100%;flex-shrink:1;min-width:0;scroll-snap-type:x mandatory;scroll-padding-inline:0}.section-main-product .product-gallery__thumb-arrow{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:1px solid rgba(0,0,0,.12);border-radius:var(--radius-full);background:var(--color-white);cursor:pointer;flex-shrink:0;padding:0;color:var(--color-text);transition:background var(--transition-fast),border-color var(--transition-fast);z-index:var(--z-above)}.section-main-product .product-gallery__thumb-arrow:hover:not(:disabled){background:var(--color-section-light);border-color:var(--color-accent-2)}.section-main-product .product-gallery__thumb-arrow:disabled{opacity:.35;cursor:not-allowed}.section-main-product .product-gallery__thumb-arrow[hidden]{display:none}.section-main-product .product-gallery__thumb-arrow svg{display:block}.section-main-product .product-gallery--vertical .product-gallery__thumb-arrow--prev svg{transform:rotate(90deg)}.section-main-product .product-gallery--vertical .product-gallery__thumb-arrow--next svg{transform:rotate(90deg)}.section-main-product .product-gallery__thumb{position:relative;aspect-ratio:1/1;width:100%;border-radius:var(--radius-sm);overflow:hidden;cursor:pointer;border:2px solid transparent;transition:border-color var(--transition-fast);background:var(--color-gray);padding:0;flex-shrink:0;height:100%}.section-main-product .product-gallery--horizontal .product-gallery__thumb{flex:0 0 min(80px,calc((100% - (var(--thumb-visible-count, 6) - 1) * var(--spacing-xs, 8px)) / var(--thumb-visible-count, 6)));width:auto;min-width:0;scroll-snap-align:start}.section-main-product .product-gallery__thumb:hover,.section-main-product .product-gallery__thumb.is-active{border-color:var(--color-accent-2)}.section-main-product .product-gallery__thumb img{width:100%;height:100%;object-fit:cover;display:block}.section-main-product .product-gallery__thumb--video:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#00000040;z-index:var(--z-above)}.section-main-product .product-gallery__video-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:var(--color-white);font-size:var(--font-size-body-18);z-index:var(--z-above);pointer-events:none}.section-main-product .product-gallery__main{position:relative;width:100%;aspect-ratio:1 / 1;overflow:hidden;border-radius:var(--radius-sm);background:var(--color-gray)}.section-main-product .product-gallery__main-image{width:100%;height:100%;object-fit:contain;display:block;transition:opacity var(--transition-fast)}.section-main-product .product-gallery__main-image.is-loading{opacity:.4}.section-main-product .product-gallery__video{width:100%;height:100%;object-fit:contain}.section-main-product .product-gallery__track{display:flex;width:100%;height:100%;will-change:transform;touch-action:pan-y pinch-zoom;user-select:none;-webkit-user-select:none;cursor:grab}.section-main-product .product-gallery__track.is-dragging{cursor:grabbing}.section-main-product .product-gallery__slide{flex:0 0 100%;width:100%;height:100%;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.section-main-product .product-gallery__slide .product-gallery__main-image,.section-main-product .product-gallery__slide .product-gallery__video{width:100%;height:100%;object-fit:contain;display:block;pointer-events:none}.section-main-product .product-gallery__main-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:var(--color-white);border:1px solid rgba(0,0,0,.12);border-radius:var(--radius-full);box-shadow:0 2px 8px #00000026;cursor:pointer;padding:0;color:var(--color-text);opacity:0;transition:opacity var(--transition-fast),background var(--transition-fast),transform var(--transition-fast),box-shadow var(--transition-fast)}.section-main-product .product-gallery__main:hover .product-gallery__main-arrow:not(:disabled),.section-main-product .product-gallery__main:focus-within .product-gallery__main-arrow:not(:disabled){opacity:1}.section-main-product .product-gallery__main-arrow:hover:not(:disabled){background:var(--color-section-light);box-shadow:0 4px 16px #0000002e;opacity:1}.section-main-product .product-gallery__main-arrow:focus-visible{opacity:1;outline:2px solid var(--color-accent-2);outline-offset:2px}.section-main-product .product-gallery__main-arrow:disabled{opacity:0!important;pointer-events:none}.section-main-product .product-gallery__main-arrow--prev{left:var(--spacing-sm);transform:translateY(-50%)}.section-main-product .product-gallery__main-arrow--next{right:var(--spacing-sm);transform:translateY(-50%)}.section-main-product .product-gallery__main-arrow svg{display:block;flex-shrink:0}.section-main-product .product-gallery__zoom{position:absolute;top:var(--spacing-sm);right:var(--spacing-sm);width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:var(--color-white);border:none;border-radius:var(--radius-full);box-shadow:var(--shadow-dropdown);cursor:pointer;z-index:var(--z-above);transition:transform var(--transition-fast);padding:0}.section-main-product .product-gallery__zoom:hover{transform:scale(1.1)}.section-main-product .product-gallery__zoom svg{display:block}.mp-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9000;background:#000000eb;display:flex;align-items:center;justify-content:center;padding:var(--spacing-lg);opacity:0;transition:opacity var(--transition-base);pointer-events:none}.mp-lightbox:not([hidden]){display:flex;pointer-events:auto}.mp-lightbox.is-open{opacity:1}.mp-lightbox__img{max-width:min(90vw,1400px);max-height:85vh;width:auto;height:100%;display:block;border-radius:var(--radius-sm);transform:scale(.94);transition:transform var(--transition-base)}.mp-lightbox.is-open .mp-lightbox__img{transform:scale(1)}.mp-lightbox__close{position:absolute;top:var(--spacing-md);right:var(--spacing-md);width:var(--touch-target-min);height:var(--touch-target-min);display:flex;align-items:center;justify-content:center;background:#ffffff1f;border:1px solid rgba(255,255,255,.2);border-radius:var(--radius-full);color:var(--color-white);cursor:pointer;transition:background var(--transition-fast);padding:0}.mp-lightbox__close:hover{background:#ffffff40}.mp-lightbox__close svg{display:block}.mp-lightbox__nav{position:absolute;top:50%;transform:translateY(-50%);width:var(--touch-target-min);height:var(--touch-target-min);display:flex;align-items:center;justify-content:center;background:#ffffff1f;border:1px solid rgba(255,255,255,.2);border-radius:var(--radius-full);color:var(--color-white);cursor:pointer;transition:background var(--transition-fast);padding:0;z-index:1}.mp-lightbox__nav:hover{background:#ffffff40}.mp-lightbox__nav svg{display:block;flex-shrink:0}.mp-lightbox__nav--prev{left:var(--spacing-md)}.mp-lightbox__nav--next{right:var(--spacing-md)}.mp-lightbox__nav[hidden]{display:none!important}.section-main-product .product-info{display:flex;flex-direction:column;gap:var(--spacing-lg)}.section-main-product .product-block{width:100%}.section-main-product .product-info__vendor{font-size:var(--font-size-body-12);font-weight:var(--font-weight-bold);text-transform:uppercase;letter-spacing:.08em;color:var(--color-accent-1);margin:0}.section-main-product .product-info__title{font-family:var(--font-family-heading);font-size:var(--font-size-h3);font-weight:var(--font-weight-bold);line-height:var(--line-height-heading);color:var(--color-text);margin:0}.section-main-product .product-info__sku{font-size:var(--font-size-body-12);color:var(--color-text);opacity:.6;margin:0}.section-main-product .product-info__price-wrap{display:flex;align-items:baseline;gap:var(--spacing-sm);flex-wrap:wrap}.section-main-product .product-info__price{font-size:var(--font-size-h5);font-weight:var(--font-weight-bold);color:var(--color-text)}.section-main-product .product-info__compare-price{font-size:var(--font-size-body-16);color:var(--color-text);opacity:.5;text-decoration:line-through}.section-main-product .product-info__save-badge{display:inline-block;padding:2px 8px;background:#e8f5e9;color:#2e7d32;font-size:var(--font-size-body-12);font-weight:var(--font-weight-bold);border-radius:var(--radius-sm)}.section-main-product .product-variants{display:flex;flex-direction:column;gap:var(--spacing-md)}.section-main-product .product-variant-group{display:flex;flex-direction:column;gap:var(--spacing-xs);margin-bottom:10px}.section-main-product .product-variant-group__label{font-size:var(--font-size-body-20);font-weight:var(--font-weight-bold);color:var(--color-text)}.section-main-product .product-variant-group__select{-webkit-appearance:none;appearance:none;width:100%;padding:var(--spacing-sm) 36px var(--spacing-sm) 12px;font-size:var(--font-size-body-16);font-family:var(--font-family-body);color:var(--color-text);background:var(--color-white) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M6 8L1 3h10z' fill='%23333'/%3E%3C/svg%3E") no-repeat right 12px center;border:1px solid rgba(0,0,0,.12);border-radius:var(--radius-sm);cursor:pointer;transition:border-color var(--transition-fast);min-height:var(--touch-target-min)}.section-main-product .product-variant-group__select:focus{border-color:var(--color-accent-2);outline:none}.section-main-product .product-variant-pills{display:flex;flex-wrap:wrap;gap:var(--spacing-xs)}.section-main-product .product-variant-pill{display:inline-flex;align-items:center;justify-content:center;padding:7px 16px;font-size:var(--font-size-body-14);font-weight:500;color:var(--color-text);background:var(--color-white);border:1.5px solid rgba(0,0,0,.18);border-radius:var(--radius-sm);cursor:pointer;transition:border-color var(--transition-fast),background var(--transition-fast),color var(--transition-fast);line-height:1;-webkit-user-select:none;user-select:none;min-height:var(--touch-target-min)}.section-main-product .product-variant-pill:hover{border-color:var(--color-accent-2)}.section-main-product .product-variant-pill.is-active{border-color:var(--color-accent-2);background:var(--color-accent-2);color:var(--color-white);font-weight:var(--font-weight-bold)}.section-main-product .product-atc__row{display:flex;align-items:stretch;gap:var(--spacing-sm)}.section-main-product .product-quantity{display:flex;align-items:stretch;border:1.5px solid rgba(0,0,0,.18);border-radius:var(--radius-sm);overflow:hidden;background:var(--color-white);flex-shrink:0;width:fit-content;min-height:var(--touch-target-min)}.section-main-product .product-quantity__btn{display:flex;align-items:center;justify-content:center;width:36px;padding:0;border:none;border-radius:0;background:transparent;font-size:var(--font-size-body-18);font-weight:var(--font-weight-regular);color:var(--color-text);cursor:pointer;transition:background var(--transition-fast);-webkit-user-select:none;user-select:none}.section-main-product .product-quantity__btn:hover:not(:disabled){background:var(--color-section-light)}.section-main-product .product-quantity__btn:disabled{opacity:.35;cursor:not-allowed}.section-main-product .product-quantity__btn:first-child{border-right:1px solid rgba(0,0,0,.12)}.section-main-product .product-quantity__btn:last-child{border-left:1px solid rgba(0,0,0,.12)}.section-main-product .product-quantity__input{width:var(--touch-target-min);border:none;text-align:center;font-size:var(--font-size-body-14);font-weight:var(--font-weight-bold);background:transparent;color:var(--color-text);-moz-appearance:textfield;outline:none;padding:0}.section-main-product .product-atc__button{flex:1;min-height:46px;padding:0 var(--spacing-lg);font-size:var(--font-size-body-14);position:relative;overflow:hidden}.section-main-product .product-atc__button.is-loading .product-atc__text{visibility:hidden}.section-main-product .product-atc__button.is-loading .product-atc__spinner{display:block}.section-main-product .product-atc__button.is-success{background-color:#2e7d32}.section-main-product .product-atc__spinner{display:none;position:absolute;width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-top-color:var(--color-white);border-radius:var(--radius-full);animation:mp-spin .6s linear infinite}@keyframes mp-spin{to{transform:rotate(360deg)}}.section-main-product .product-description{border:1px solid rgba(0,0,0,.1);border-radius:var(--radius-sm);padding:var(--spacing-lg);background:var(--color-white)}.section-main-product .product-description__heading{font-size:var(--font-size-body-18);font-weight:var(--font-weight-bold);margin:0 0 var(--spacing-sm);color:var(--color-text)}.section-main-product .product-description__content{font-size:var(--font-size-body-16);line-height:var(--line-height-body);color:var(--color-text);margin:0;max-height:2000px;transition:max-height .35s ease;overflow:hidden}.section-main-product .product-description__content.is-collapsed{max-height:96px;position:relative}.section-main-product .product-description__content.is-collapsed:after{content:"";position:absolute;bottom:0;left:0;right:0;height:40px;background:linear-gradient(transparent,var(--color-white));pointer-events:none}.section-main-product .product-description__toggle{display:inline-flex;align-items:center;gap:var(--spacing-xxs);margin-top:var(--spacing-sm);font-size:var(--font-size-body-14);cursor:pointer;background:none;border:none;padding:0;color:var(--color-accent-1)}.section-main-product .product-description__toggle span{font-weight:var(--font-weight-bold);border-bottom:2px solid currentColor}.section-main-product .product-description__toggle:hover{opacity:.7}.section-main-product .product-custom-text{border:1px solid rgba(0,0,0,.1);border-radius:var(--radius-sm);padding:var(--spacing-md);background:var(--color-white)}.section-main-product .product-custom-text__heading{font-size:var(--font-size-body-16);font-weight:var(--font-weight-bold);margin:0 0 var(--spacing-xs);color:var(--color-accent-2)}.section-main-product .product-custom-text__content{font-size:var(--font-size-body-14);line-height:var(--line-height-body);color:var(--color-text)}.section-main-product .product-trust{display:flex;flex-wrap:wrap;gap:12px var(--spacing-lg);padding:var(--spacing-md);background:var(--color-icon-bg);border-radius:var(--radius-sm);border:1px solid rgba(0,0,0,.07)}.section-main-product .product-trust__item{display:flex;align-items:center;gap:var(--spacing-xs);font-size:var(--font-size-body-12);font-weight:500;color:var(--color-text)}.section-main-product .product-trust__icon{font-size:var(--font-size-body-16);flex-shrink:0}.section-main-product .product-share{display:flex;align-items:center;gap:var(--spacing-sm);font-size:var(--font-size-body-14);color:var(--color-text)}.section-main-product .product-share__label{font-weight:500}.section-main-product .product-share__btn{display:inline-flex;align-items:center;gap:var(--spacing-xs);background:none;border-radius:var(--radius-sm);cursor:pointer;font-size:var(--font-size-body-14);font-weight:500;color:var(--color-text);transition:opacity var(--transition-fast);padding:0}.section-main-product .product-share__btn:hover{opacity:.7}.section-main-product .product-share__btn svg{flex-shrink:0}.section-main-product .product-share__copied{font-size:var(--font-size-body-12);font-weight:var(--font-weight-bold);color:#2e7d32}.section-main-product .product-share__copied[hidden]{display:none}.section-main-product .product-fbt__heading{font-size:var(--font-size-body-18);font-weight:var(--font-weight-bold);margin:0 0 var(--spacing-lg);color:var(--color-accent-2)}.section-main-product .product-fbt__list{display:flex;flex-direction:column;gap:var(--spacing-md)}.section-main-product .product-fbt__item{display:grid;grid-template-columns:80px 1fr auto;align-items:center;gap:var(--spacing-md);padding:var(--spacing-xs) var(--spacing-sm);border:1px solid rgba(0,0,0,.08);border-radius:var(--radius-sm);transition:border-color var(--transition-fast),box-shadow var(--transition-fast);background:var(--color-white);position:relative}.section-main-product .product-fbt__item:hover{border-color:var(--color-accent-2);box-shadow:0 2px 8px #0000000f}.section-main-product .product-fbt__image-link{display:block;flex-shrink:0}.section-main-product .product-fbt__image{width:80px;height:80px;object-fit:contain;border-radius:var(--radius-sm);background:var(--color-section-light)}.section-main-product .product-fbt__details{display:flex;flex-direction:column;gap:2px;min-width:0}.section-main-product .product-fbt__title{font-size:var(--font-size-body-15);font-weight:var(--font-weight-bold);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:0;line-height:1.3}.section-main-product .product-fbt__title a{color:var(--color-accent-2);text-decoration:none}.section-main-product .product-fbt__title a:hover{text-decoration:underline}.section-main-product .product-fbt__price{font-size:var(--font-size-body-12);color:var(--color-text);font-weight:600;line-height:1.4em}.section-main-product .product-fbt__variant-select{-webkit-appearance:none;appearance:none;width:100%;max-width:220px;padding:5px 26px 5px 8px;font-size:var(--font-size-body-14);font-family:var(--font-family-body);color:var(--color-text);background:var(--color-section-light) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 12 12'%3E%3Cpath d='M6 8L1 3h10z' fill='%23333'/%3E%3C/svg%3E") no-repeat right 7px center;border:1px solid rgba(0,0,0,.18);border-radius:4px;cursor:pointer;transition:border-color var(--transition-fast);margin-top:2px}.section-main-product .product-fbt__variant-select:focus{border-color:var(--color-accent-2);outline:none}.section-main-product .product-fbt__qty{display:flex;align-items:stretch;border:1px solid rgba(0,0,0,.18);border-radius:var(--radius-sm);overflow:hidden;background:var(--color-white);width:fit-content;height:30px}.section-main-product .product-fbt__qty-btn{display:flex;align-items:center;justify-content:center;width:28px;padding:0;border:none;background:transparent;font-size:16px;font-weight:400;color:var(--color-text);cursor:pointer;transition:background var(--transition-fast);line-height:1}.section-main-product .product-fbt__qty-btn:first-child{border-right:1px solid rgba(0,0,0,.12)}.section-main-product .product-fbt__qty-btn:last-child{border-left:1px solid rgba(0,0,0,.12)}.section-main-product .product-fbt__qty-btn:hover{background:var(--color-section-light)}.section-main-product .product-fbt__qty-input{width:36px;border:none;text-align:center;font-size:var(--font-size-body-14);font-weight:var(--font-weight-bold);background:transparent;color:var(--color-text);-moz-appearance:textfield;outline:none;padding:0}.section-main-product .product-fbt__qty-input::-webkit-inner-spin-button,.section-main-product .product-fbt__qty-input::-webkit-outer-spin-button{-webkit-appearance:none}.section-main-product .product-fbt__add-btn{flex-shrink:0;width:40px;height:40px;padding:0;transition:background-color var(--transition-fast);align-self:center}.section-main-product .product-fbt__add-btn svg{display:block}.section-main-product .product-fbt__add-all{width:100%;margin-top:var(--spacing-sm);min-height:46px;padding:0 var(--spacing-lg);position:relative;font-size:var(--font-size-body-14)}.section-main-product .product-fbt__add-all.is-loading .product-fbt__add-all-text{visibility:hidden}.section-main-product .product-fbt__add-all.is-loading .product-fbt__add-all-spinner{display:block}.section-main-product .product-fbt__add-all.is-success,.section-main-product .product-fbt__add-btn.is-success{background-color:#2e7d32}.section-main-product .product-fbt__add-all-spinner{display:none;position:absolute;width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-top-color:var(--color-white);border-radius:var(--radius-full);animation:mp-spin .6s linear infinite}.productBoughtTogether .ga-products>.ga-products_image{display:none}.productBoughtTogether .ga-products-input>li.ga-product{display:flex;align-items:center;flex-wrap:wrap;gap:var(--spacing-md);padding:var(--spacing-xs);border:1px solid rgba(0,0,0,.08);border-radius:var(--radius-sm);background:var(--color-white);transition:border-color var(--transition-fast),box-shadow var(--transition-fast);row-gap:0}.productBoughtTogether .ga-products-input>li.ga-product>input.selectedItem{flex:0 0 auto;cursor:pointer;width:18px;height:18px;accent-color:var(--color-accent-2);position:relative}.productBoughtTogether .ga-products-input .ga-product_title{flex:1 1 200px;min-width:0;font-size:var(--font-size-body-15);font-weight:var(--font-weight-bold);color:var(--color-accent-2);text-decoration:none;line-height:1.3;overflow-wrap:break-word;word-break:normal}.productBoughtTogether #ga-product_bought_together .ga-product_title,.productBoughtTogether #ga-product_bought_together .ga-products-input .ga-product_price-container{margin-block:0}.productBoughtTogether .ga-products-input .ga-product_variants-container{flex:0 0 auto}.productBoughtTogether #ga-product_bought_together .ga-products-input .ga-product_price-container,.productBoughtTogether #ga-product_bought_together .ga-products-input .ga-product_price-container span.ga-product_price,.productBoughtTogether #ga-product_bought_together .ga-products-input .ga-product_price-container .ga-product_oldprice{flex:0 0 auto;font-size:var(--font-size-body-12);font-weight:600;color:var(--color-text);white-space:nowrap}.productBoughtTogether .ga-product_variant_select,.productBoughtTogether #ga-product_bought_together select.ga-product_variant_select{-webkit-appearance:none;appearance:none;max-width:220px;padding:5px 26px 5px 8px;font-size:var(--font-size-body-14);font-family:var(--font-family-body);color:var(--color-text);background:var(--color-section-light) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 12 12'%3E%3Cpath d='M6 8L1 3h10z' fill='%23333'/%3E%3C/svg%3E") no-repeat right 7px center;border:1px solid rgba(0,0,0,.18);border-radius:4px;cursor:pointer}.productBoughtTogether #ga-product_bought_together{margin:0;padding:0}.productBoughtTogether #ga-product_bought_together .ga-product_title{font-size:var(--font-size-body-16);font-family:var(--font-family-body);color:var(--color-text)}.productBoughtTogether .ga-product-form{display:flex;align-items:center;justify-content:space-between;gap:var(--spacing-md);margin-top:var(--spacing-lg);padding-top:var(--spacing-md);border-top:1px dashed rgba(0,0,0,.12);flex-wrap:wrap}.productBoughtTogether .ga-product_totalprice{font-size:var(--font-size-body-18);font-weight:var(--font-weight-bold);color:var(--color-accent-2)}.productBoughtTogether .ga-addalltocart{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 22px;font-family:var(--font-family-body);font-size:var(--font-size-body-14);font-weight:var(--font-weight-bold);letter-spacing:.3px;color:var(--button-primary-text, var(--color-white));background:var(--button-primary-bg, var(--color-accent-2));border:none;border-radius:var(--radius-sm);cursor:pointer;transition:background var(--transition-fast),transform var(--transition-fast)}.productBoughtTogether .ga-addalltocart:hover{opacity:.92}.productBoughtTogether .ga-addalltocart:active{transform:scale(.98)}.productBoughtTogether .ga-addalltocart.is-loading{color:transparent;position:relative;pointer-events:none}.productBoughtTogether .ga-addalltocart.is-loading:after{content:"";position:absolute;width:20px;height:20px;top:50%;left:50%;margin-top:-10px;margin-left:-10px;border:2px solid rgba(255,255,255,.3);border-top-color:var(--color-white);border-radius:var(--radius-full);animation:mp-spin .6s linear infinite}@media(max-width:600px){.productBoughtTogether .ga-products-input>li.ga-product{gap:8px;row-gap:0}.productBoughtTogether .ga-products-input .ga-product_title{flex:1 1 100%}}.globoRecommendationsTop,.globoRecommendationsBottom,[class*=globo_widget_],#globoCart{padding-top:var(--spacing-xl);padding-bottom:var(--spacing-xl)}.globoRecommendationsTop .ga-title,.globoRecommendationsBottom .ga-title,[class*=globo_widget_] .ga-title,#globoCart .ga-title{font-size:clamp(1.5rem,3vw,2rem);font-weight:800;color:var(--color-accent-2);line-height:1.2;letter-spacing:-.01em;text-align:center;margin:0 0 28px}.globoRecommendationsTop .ga-title span,.globoRecommendationsBottom .ga-title span,[class*=globo_widget_] .ga-title span,#globoCart .ga-title span{color:inherit}.globoRecommendationsTop .ga-product,.globoRecommendationsBottom .ga-product,[class*=globo_widget_] .ga-product,#globoCart .ga-product{transition:transform var(--transition-base, .2s ease);text-align:center}.globoRecommendationsTop .ga-product:hover,.globoRecommendationsBottom .ga-product:hover,[class*=globo_widget_] .ga-product:hover,#globoCart .ga-product:hover{transform:translateY(-4px)}.globoRecommendationsTop .ga-product_image,.globoRecommendationsBottom .ga-product_image,[class*=globo_widget_] .ga-product_image,#globoCart .ga-product_image{position:relative;width:100%;aspect-ratio:1 / 1;background:#fff no-repeat center / contain;border:1px solid rgba(0,0,0,.08);border-radius:10px;margin-bottom:14px;transition:box-shadow .2s ease,border-color .2s ease}.globoRecommendationsTop .ga-product:hover .ga-product_image,.globoRecommendationsBottom .ga-product:hover .ga-product_image,[class*=globo_widget_] .ga-product:hover .ga-product_image,#globoCart .ga-product:hover .ga-product_image{border-color:var(--color-accent-2);box-shadow:0 4px 14px #00000014}.globoRecommendationsTop .ga-product_title,.globoRecommendationsBottom .ga-product_title,[class*=globo_widget_] .ga-product_title,#globoCart .ga-product_title{display:block;font-family:var(--font-family-heading);font-size:14px;font-weight:500;line-height:1.35;color:var(--color-accent-2);text-decoration:none;text-transform:none;-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;margin:0}.globoRecommendationsTop .ga-product_title:hover,.globoRecommendationsBottom .ga-product_title:hover,[class*=globo_widget_] .ga-product_title:hover,#globoCart .ga-product_title:hover{text-decoration:underline}.globoRecommendationsTop .ga-product_price-container,.globoRecommendationsBottom .ga-product_price-container,[class*=globo_widget_] .ga-product_price-container,#globoCart .ga-product_price-container{display:block;margin-top:6px;font-size:14px;color:var(--color-text);font-weight:600}.globoRecommendationsTop .ga-product_oldprice,.globoRecommendationsBottom .ga-product_oldprice,[class*=globo_widget_] .ga-product_oldprice,#globoCart .ga-product_oldprice{color:#999;margin-right:6px}.globoRecommendationsTop .ga-product_addtocart,.globoRecommendationsBottom .ga-product_addtocart,[class*=globo_widget_] .ga-product_addtocart,#globoCart .ga-product_addtocart{display:inline-flex;align-items:center;justify-content:center;margin-top:8px;padding:8px 16px;font-family:var(--font-family-body);font-size:13px;font-weight:var(--font-weight-bold);letter-spacing:.3px;color:var(--button-primary-text, #fff);background:var(--button-primary-bg, var(--color-accent-2));border:none;border-radius:var(--radius-sm);cursor:pointer;transition:background var(--transition-fast),transform var(--transition-fast)}.globoRecommendationsTop .ga-product_addtocart:hover,.globoRecommendationsBottom .ga-product_addtocart:hover,[class*=globo_widget_] .ga-product_addtocart:hover,#globoCart .ga-product_addtocart:hover{opacity:.92}.globoRecommendationsTop .ga-label,.globoRecommendationsBottom .ga-label,[class*=globo_widget_] .ga-label,#globoCart .ga-label{position:absolute;top:8px;left:8px;padding:3px 10px;font-size:11px;font-weight:700;letter-spacing:.4px;text-transform:uppercase;border-radius:3px;z-index:2}.globoRecommendationsTop .ga-label_sale,.globoRecommendationsBottom .ga-label_sale,[class*=globo_widget_] .ga-label_sale,#globoCart .ga-label_sale{background:#c00000;color:#fff}.globoRecommendationsTop .ga-label_sold,.globoRecommendationsBottom .ga-label_sold,[class*=globo_widget_] .ga-label_sold,#globoCart .ga-label_sold{background:#000000b3;color:#fff}.globoRecommendationsTop .gowl-prev,.globoRecommendationsBottom .gowl-prev,[class*=globo_widget_] .gowl-prev,#globoCart .gowl-prev,.globoRecommendationsTop .gowl-next,.globoRecommendationsBottom .gowl-next,[class*=globo_widget_] .gowl-next,#globoCart .gowl-next{background:var(--button-primary-bg, var(--color-accent-2));color:var(--button-primary-text, #fff);border-radius:var(--radius-sm);border:none;width:36px;height:36px;display:flex;align-items:center;justify-content:center}.product-fbt--embed:has(.productBoughtTogether:empty){display:none}.productBoughtTogether:not(:empty){padding-top:var(--spacing-xl)}.productBoughtTogether .ga-products{display:flex;flex-direction:column}.productBoughtTogether .ga-products>.ga-products-input{order:1}.productBoughtTogether .ga-products>.ga-products_image{order:2}.productBoughtTogether .ga-title{font-size:var(--font-size-body-18);font-weight:var(--font-weight-bold);color:var(--color-accent-2);margin:0 0 var(--spacing-lg);text-transform:none;letter-spacing:normal}.productBoughtTogether .ga-title span{color:inherit}.productBoughtTogether .ga-products-input{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--spacing-md)}.productBoughtTogether .ga-products-input>li.ga-product{display:grid;grid-template-columns:80px 1fr auto auto;align-items:center;gap:var(--spacing-md);padding:var(--spacing-sm) var(--spacing-md);border:1px solid rgba(0,0,0,.08);border-radius:var(--radius-sm);background:var(--color-white);transition:border-color var(--transition-fast),box-shadow var(--transition-fast);row-gap:0}.productBoughtTogether .ga-products-input>li.ga-product:hover{border-color:var(--color-accent-2);box-shadow:0 2px 8px #0000000f}.productBoughtTogether .ga-products-input>li.ga-product>input.selectedItem{display:none}.productBoughtTogether .fbt-enh__image-link{display:block;width:80px;height:80px;background:var(--color-section-light, #f4f6f8);border-radius:var(--radius-sm);overflow:hidden;grid-column:1;grid-row:1 / span 3}.productBoughtTogether .fbt-enh__image{width:100%;height:100%;object-fit:contain;display:block;border:1px solid #1a3a5c;border-radius:6px}.productBoughtTogether .ga-products-input .ga-product_title{display:block;grid-column:2;grid-row:1;font-size:var(--font-size-body-15);font-weight:var(--font-weight-bold);color:var(--color-accent-2);text-decoration:none;line-height:1.3}.productBoughtTogether .ga-products-input .ga-product_title:hover{text-decoration:underline}.productBoughtTogether .ga-products-input .ga-product_title strong{font-weight:var(--font-weight-bold)}.productBoughtTogether .ga-products-input .ga-product_price-container{grid-column:2;grid-row:2;font-size:var(--font-size-body-14);font-weight:600;color:var(--color-text);align-self:start;margin-top:2px}.productBoughtTogether .ga-products-input .ga-product_price{color:var(--color-text)}.productBoughtTogether .ga-products-input .ga-product_oldprice{color:#999;margin-right:6px}.productBoughtTogether .ga-products-input .ga-product_variants-container{grid-column:2;grid-row:2;margin-top:25px;margin-bottom:10px}.productBoughtTogether .ga-products-input .ga-product_variants-container:has(.ga-hide){margin:0}.productBoughtTogether .ga-product_variant_select{-webkit-appearance:none;appearance:none;max-width:220px;padding:5px 26px 5px 8px;font-size:var(--font-size-body-14);font-family:var(--font-family-body);color:var(--color-text);background:var(--color-section-light) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 12 12'%3E%3Cpath d='M6 8L1 3h10z' fill='%23333'/%3E%3C/svg%3E") no-repeat right 7px center;border:1px solid rgba(0,0,0,.18);border-radius:4px}.productBoughtTogether .fbt-enh__qty{grid-column:2;grid-row:3;display:inline-flex;align-items:stretch;height:32px;border:1px solid rgba(0,0,0,.18);border-radius:var(--radius-sm);overflow:hidden;align-self:center;margin-block:0;max-width:fit-content}.productBoughtTogether .fbt-enh__qty-btn{width:28px;border:none;background:var(--color-section-light, #f4f6f8);color:var(--color-text);font-size:16px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;transition:background var(--transition-fast)}.productBoughtTogether .fbt-enh__qty-btn:hover{background:#00000014}.productBoughtTogether .fbt-enh__qty-input{width:36px;border:none;border-left:1px solid rgba(0,0,0,.12);border-right:1px solid rgba(0,0,0,.12);text-align:center;font-size:14px;font-family:var(--font-family-body);color:var(--color-text);-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield;background:var(--color-white);position:relative;top:unset;margin:0}.productBoughtTogether .fbt-enh__qty-input::-webkit-inner-spin-button,.productBoughtTogether .fbt-enh__qty-input::-webkit-outer-spin-button{-webkit-appearance:none;appearance:none;margin:0}.productBoughtTogether .fbt-enh__atc{grid-column:3;grid-row:1 / span 3;display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;background:var(--button-primary-bg, var(--color-accent-2));color:var(--button-primary-text, #fff);border:none;border-radius:var(--radius-sm);cursor:pointer;align-self:center;transition:background var(--transition-fast),transform var(--transition-fast),opacity var(--transition-fast)}.productBoughtTogether .fbt-enh__atc:hover{opacity:.92}.productBoughtTogether .fbt-enh__atc:active{transform:scale(.97)}.productBoughtTogether .fbt-enh__atc.is-loading{opacity:.55;cursor:wait}.productBoughtTogether .fbt-enh__atc.is-added{background:#28a745;animation:fbt-enh-pulse 1.2s ease}@keyframes fbt-enh-pulse{0%,to{transform:scale(1)}30%{transform:scale(1.1)}}.productBoughtTogether .ga-products_image.fbt-enh__images-hidden{display:block;flex-wrap:initial;gap:0;padding:0}.productBoughtTogether .ga-products_image.fbt-enh__images-hidden>.ga-product{display:none!important}.productBoughtTogether .ga-products_image.fbt-enh__images-hidden .ga-product-form{margin:0;flex:1 1 100%;width:100%;display:flex;flex-direction:column;align-items:stretch;gap:10px;padding:var(--spacing-md) 0 0;border-top:1px dashed rgba(0,0,0,.12)}.productBoughtTogether .ga-products_image.fbt-enh__images-hidden .ga-product_totalprice{font-size:var(--font-size-body-18);font-weight:var(--font-weight-bold);color:var(--color-accent-2)}.productBoughtTogether .ga-products_image.fbt-enh__images-hidden .ga-addalltocart{width:100%;padding:14px 26px;font-family:var(--font-family-body);font-size:var(--font-size-body-16);font-weight:var(--font-weight-bold);letter-spacing:.3px;color:var(--button-primary-text, #fff);background:var(--button-primary-bg, var(--color-accent-2));border:none;border-radius:var(--radius-sm);cursor:pointer;transition:opacity var(--transition-fast),transform var(--transition-fast);height:46px;display:flex}.productBoughtTogether .ga-products_image.fbt-enh__images-hidden .ga-addalltocart:hover{opacity:.92}.productBoughtTogether .ga-products_image.fbt-enh__images-hidden .ga-addalltocart:active{transform:scale(.98)}.productBoughtTogether #ga-product_bought_together h2{font-size:20px}@media(max-width:600px){.productBoughtTogether .ga-products-input>li.ga-product{grid-template-columns:64px 1fr;gap:10px;row-gap:5px}.productBoughtTogether .fbt-enh__image-link{width:64px;height:64px}.productBoughtTogether .fbt-enh__atc{grid-column:2;grid-row:1 / span 3;justify-self:end;width:44px}#ga-product_bought_together button.ga-product_addtocart,#ga-product_bought_together button.ga-addalltocart{font-size:14px;padding:14px 22px}.productBoughtTogether .ga-products-input .ga-product_variants-container{margin-bottom:2px}}.section-main-product .product-sticky-bar{position:fixed;bottom:0;left:0;right:0;z-index:var(--z-sticky);background:var(--color-white);box-shadow:0 -2px 10px #0000001a;transform:translateY(100%);transition:transform var(--transition-base);padding:var(--spacing-sm) 0}.section-main-product .product-sticky-bar.is-visible{transform:translateY(0)}.section-main-product .product-sticky-bar__inner{display:flex;align-items:center;justify-content:space-between;gap:var(--spacing-md);max-width:var(--container-max-width);margin:0 auto;padding:0 var(--container-padding)}.section-main-product .product-sticky-bar__info{display:flex;align-items:center;gap:var(--spacing-md);min-width:0}.section-main-product .product-sticky-bar__image{width:48px;height:48px;object-fit:contain;border-radius:var(--radius-sm);flex-shrink:0}.section-main-product .product-sticky-bar__title{font-size:var(--font-size-body-14);font-weight:var(--font-weight-bold);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.section-main-product .product-sticky-bar__price{font-size:var(--font-size-body-16);font-weight:var(--font-weight-bold);flex-shrink:0}.section-main-product .product-sticky-bar__button{flex-shrink:0;padding:0 var(--spacing-lg);height:40px}.productBoughtTogether #ga-product_bought_together h2.ga-title.section-title{font-size:var(--font-size-body-18)}.related-products-section .grp-embed .ga-product_title{font-size:var(--font-size-body-16)!important}@media(max-width:1024px){.main-product__grid{gap:var(--spacing-xl)}.section-main-product .product-gallery--vertical{grid-template-columns:64px 1fr}.section-main-product .product-gallery--vertical .product-gallery__thumbs{max-height:calc(var(--thumb-visible-count, 6) * (64px + 8px) - 8px)}.section-main-product .product-gallery--horizontal .product-gallery__thumbs{max-width:calc(var(--thumb-visible-count, 6) * (80px + 8px) - 8px)}}@media(max-width:810px){.section-main-product .product-gallery--sticky{position:static}.main-product__grid{grid-template-columns:1fr;gap:var(--spacing-lg)}.main-product__grid--media-right{direction:ltr}.section-main-product .product-gallery{position:static;width:100%;max-width:100%}.section-main-product .product-gallery--vertical{display:flex;flex-direction:column;gap:var(--spacing-sm);width:100%}.section-main-product .product-gallery__main{width:100%;max-width:100%;box-sizing:border-box}.section-main-product .product-gallery--vertical .product-gallery__thumbs-wrap,.section-main-product .product-gallery--horizontal .product-gallery__thumbs-wrap{flex-direction:row;align-items:center;order:1;width:100%;max-width:100%;overflow:hidden;gap:4px}.section-main-product .product-gallery--vertical .product-gallery__thumbs,.section-main-product .product-gallery--horizontal .product-gallery__thumbs{flex-direction:row;flex:1;min-width:0;max-height:none;max-width:none;overflow-x:auto;overflow-y:visible;scrollbar-width:none}.section-main-product .product-gallery--vertical .product-gallery__thumbs::-webkit-scrollbar,.section-main-product .product-gallery--horizontal .product-gallery__thumbs::-webkit-scrollbar{display:none}.section-main-product .product-gallery__thumb{width:64px;min-width:64px;flex-shrink:0}.section-main-product .product-gallery--vertical .product-gallery__thumb-arrow--prev svg,.section-main-product .product-gallery--vertical .product-gallery__thumb-arrow--next svg{transform:none}.section-main-product .product-info{gap:var(--spacing-md);width:100%;min-width:0;max-width:100%}.section-main-product .product-variant-group__select{width:100%;max-width:100%}.section-main-product .product-fbt__list{gap:var(--spacing-sm)}.section-main-product .product-fbt__item{grid-template-columns:64px 1fr auto;gap:var(--spacing-sm)}.section-main-product .product-fbt__image{width:64px;height:64px}.section-main-product .product-fbt__variant-select{max-width:100%;width:100%}.section-main-product .product-sticky-bar__title{display:none}.section-main-product .product-sticky-bar__inner{gap:var(--spacing-sm);padding:0 var(--spacing-sm)}}@media(max-width:480px){.main-product__grid{gap:var(--spacing-md)}.section-main-product .product-info__title{font-size:var(--font-size-h4)}.section-main-product .product-info{gap:var(--spacing-sm)}.section-main-product .product-gallery__thumb{width:56px;min-width:56px}.section-main-product .product-atc__row{flex-direction:column;align-items:stretch}.section-main-product .product-atc__button{width:100%}.section-main-product .product-quantity{justify-content:center}.section-main-product .product-fbt__item{grid-template-columns:52px 1fr auto;gap:var(--spacing-xs);padding:var(--spacing-xs)}.section-main-product .product-fbt__image{width:52px;height:52px}.section-main-product .product-fbt__title{font-size:var(--font-size-body-13);white-space:normal}.section-main-product .product-fbt__variant-select{font-size:var(--font-size-body-12)}.section-main-product .product-fbt__add-btn{width:36px;height:36px}.section-main-product .product-sticky-bar__image{display:none}.section-main-product .product-sticky-bar__price{font-size:var(--font-size-body-14)}.productBoughtTogether .ga-products-input>li.ga-product{grid-template-columns:50px 1fr}.productBoughtTogether .fbt-enh__image-link{width:50px;height:50px}.productBoughtTogether .ga-products-input .ga-product_variants-container{grid-column:1/span 2;max-width:150px;margin-top:30px}.productBoughtTogether .fbt-enh__image-link{grid-row:1/span 2;margin-bottom:10px}.productBoughtTogether .fbt-enh__qty{grid-column:1/span 2}.productBoughtTogether:has(.ga-product_variants-container .ga-hide) .fbt-enh__qty{grid-column:2/span 2}.productBoughtTogether .fbt-enh__atc{grid-column:2;justify-self:end;grid-row:1/ span 4}.productBoughtTogether:has(.ga-product_variants-container .ga-hide) .fbt-enh__atc{grid-row:1/ span 3}.productBoughtTogether .ga-products-input .ga-product_variants-container:has(.ga-hide) .fbt-enh__atc{grid-row:1/ span 3}#ga-product_bought_together button.ga-product_addtocart,#ga-product_bought_together button.ga-addalltocart{font-size:14px;padding:14px 22px}}@media print{.section-main-product .product-sticky-bar,.section-main-product .product-fbt,.section-main-product .product-share,.section-main-product .product-gallery__zoom{display:none}}
/*# sourceMappingURL=/cdn/shop/t/69/assets/section-main-product.css.map */
