.product-buy-buttons{display:flex;flex-direction:column;gap:1rem;width:100%}.product-quantity{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.quantity-label{font-weight:500;color:#333}.quantity-input{display:flex;align-items:center;border:1px solid #ddd;border-radius:4px;overflow:hidden}.quantity-decrease,.quantity-increase{width:36px;height:36px;background-color:#f5f5f5;border:none;cursor:pointer;font-size:1rem;display:flex;justify-content:center;align-items:center;color:#333;transition:background-color .2s ease}.quantity-decrease:hover,.quantity-increase:hover{background-color:#e0e0e0}.quantity-value{width:50px;height:36px;border:none;text-align:center;font-size:1rem;color:#333;outline:none}.quantity-value::-webkit-inner-spin-button,.quantity-value::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.product-price{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:1rem}.product-price__current{font-size:1.5rem;font-weight:700;color:#333}.product-price__original{font-size:1.25rem;color:#999;text-decoration:line-through}.product-price__discount{font-size:1rem;font-weight:600;color:#e63946;background-color:#ffccd5;padding:.25rem .5rem;border-radius:4px}.product-buttons{display:flex;flex-direction:column;gap:.75rem}.product-button{padding:.75rem 1.5rem;border:none;border-radius:4px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;text-align:center}.product-button--add-to-cart{background-color:#00a0f9;border:none;color:#fff;padding:var(--sp-3d5) 0;position:relative}.product-button--add-to-cart.loading .btn-text{opacity:0}.product-button--add-to-cart.loading .btn-loader{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);opacity:1}.product-button--buy-with-shop{background-color:#f5f5f5;color:#333;border:1px solid #ddd}.product-button--buy-with-shop:hover{background-color:#e0e0e0}#product-buy-price .discount{background-color:rgb(var(--color-sale-tag) / .1);color:rgb(var(--color-sale-tag));border-radius:var(--sp-2);padding:var(--sp-1) var(--sp-2)}.media-gallery-popup{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99999;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;background-color:#fff}.media-gallery-popup[active]{opacity:1;visibility:visible}.popup-close{width:var(--sp-10);height:var(--sp-10);background:#fff;border-radius:50%;position:absolute;right:var(--sp-4);top:var(--sp-4);border:1px #000 solid}.popup-gallery-container{padding-top:var(--sp-32)}.media-gallery-popup .swiper-container.gallery-main{position:relative}.product-gallery-main .swiper-button-next:after,.product-gallery-main .swiper-button-prev:after{display:none}.media-gallery-popup .product-gallery-main .swiper-button-next:after,.media-gallery-popup .product-gallery-main .swiper-button-prev:after{font-size:var(--text-3xl);color:#000;display:flex}.media-gallery-popup .swiper-button-next{right:var(--sp-3)}.media-gallery-popup .swiper-button-prev{left:var(--sp-3)}.media-gallery-popup .swiper-slide{display:flex;align-items:center;justify-content:center}.product-gallery-main .swiper-slide{-webkit-user-select:none;user-select:none}.product-gallery-main .swiper-slide img,.product-gallery-thumbs .swiper-slide img{-webkit-user-drag:none;-webkit-user-select:none;user-select:none}.product-gallery-main .swiper-slide img{pointer-events:none}.media-gallery-popup .product-gallery-main .swiper-slide img{width:65vw}.media-gallery-popup .gallery-main{height:45vh}.product-gallery-thumbs{display:none}.block-padding{padding-block-start:calc(var(--block-padding-top) * .4);padding-block-end:calc(var(--block-padding-bottom) * .4)}.calculator{padding:var(--sp-5) var(--sp-3);background-color:#f5f5f5;border-radius:var(--sp-2)}.calculator .leading-tight{color:#00a0e9}@media screen and (min-width:1024px){.product-buy-buttons{gap:1.5rem}.product-price__current{font-size:1.75rem}.product-price__original{font-size:1.5rem}.product-button{padding:1rem 2rem;font-size:1.125rem}.product-button--add-to-cart{padding:0}.media-gallery-popup .popup-gallery-container{padding-top:0}.block-padding{padding-block-start:var(--block-padding-top);padding-block-end:var(--block-padding-bottom)}.product-gallery-thumbs{display:block;margin-top:var(--sp-1)}.product-gallery-thumbs .thumbs-item{width:60px;height:60px;border:1px #ccc solid;border-radius:var(--sp-1d5)}.product-gallery-thumbs .thumbs-item.active{border-color:#00a0e9}.product-gallery-main .swiper-slide{display:flex;justify-content:center;align-items:center;aspect-ratio:1 / 1;cursor:zoom-in}.product-gallery-main .swiper-button{width:var(--sp-10);height:var(--sp-10);border-radius:50%;background-color:#f1f1f1;display:flex!important}.product-gallery-main .swiper-button-next:after,.product-gallery-main .swiper-button-prev:after{color:#000;font-size:var(--text-xl);display:flex!important}.product-gallery-main .gallery-main .product-gallery-pagination{display:none}.popup-content{position:relative;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:20px;box-sizing:border-box;cursor:default;z-index:2}.popup-close{position:absolute;top:20px;right:20px;width:50px;height:50px;border-radius:50%;color:#000;font-size:24px;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10}.zoom-controls{position:absolute;top:20px;right:90px;display:flex;gap:10px;z-index:10}.zoom-in,.zoom-out{width:50px;height:50px;border-radius:50%;background-color:#fff3;border:none;color:#fff;font-size:24px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .3s ease}.zoom-in:hover,.zoom-out:hover{background-color:#ffffff4d}.popup-gallery-container{width:100%;max-width:1200px;height:100%;max-height:800px;animation:popupFadeIn .5s ease}@keyframes popupFadeIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.popup-gallery-container .gallery-main,.popup-gallery-container .gallery-thumbs{height:100%}.media-gallery-popup .product-gallery-main .swiper-slide{aspect-ratio:auto;height:calc(100vh - 280px)}.popup-gallery-container .gallery-main{flex:1;margin-bottom:20px}.popup-gallery-container .gallery-main .swiper-slide img{width:100%;height:auto;max-height:70vh;object-fit:contain}.media-gallery-popup .product-gallery-thumbs .thumbs-item{width:100px;height:100px}.popup-gallery-container .swiper-button-next,.popup-gallery-container .swiper-button-prev{color:#fff!important;background-color:#fff3!important;width:var(--sp-16)!important;height:var(--sp-16)!important;display:flex}.popup-gallery-container .swiper-button-next{right:var(--sp-10)}.popup-gallery-container .swiper-button-prev{left:var(--sp-10)}}@media screen and (min-width:1280px){.product-gallery-main .swiper-slide{aspect-ratio:1 / .7}}.bg-gray{background-color:#efefef}.sticky-tab{padding:var(--sp-4) 0}.tabs_nav{margin-bottom:var(--sp-3);overflow-x:auto}.tabs_nav::-webkit-scrollbar{display:none}.tab_nav{padding:var(--sp-1d5) var(--sp-5);border-bottom:3px #eee solid;transition:all .8s ease-in-out;white-space:nowrap;flex-wrap:nowrap}.tab_nav.active{border-color:#222}.tabs_content{position:relative}.tab_content{display:none;opacity:0;transform:scale(.2);transform-origin:center;transition:opaity .3s ease,transform .3s ease}.tab_content.active{display:block;opacity:1;transform:scale(1)}.content_image{width:100%;height:auto}.tab_content .product_image img{width:70%}.specs-table{margin:var(--sp-8) 0}.specs-section{margin-bottom:var(--sp-4);padding-bottom:var(--sp-4);border-bottom:1px solid #eaeaea}.specs-section:last-child{border-bottom:none}.specs-section-title{color:#333;text-transform:uppercase;letter-spacing:3px;width:350px}.specs-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--sp-5)}.spec-item{padding:0;background:none;border-radius:0;transition:none}.spec-item:hover{transform:none;box-shadow:none}.spec-item-title{font-weight:600;margin-bottom:var(--sp-2);color:#333;line-height:1.3}.spec-item-value{color:#666;line-height:1.6;margin:0}.sticky-tab-link:hover{color:#00a5df}@media screen and (max-width:767px){.gallery-main .product-gallery-pagination,.swiper-button-next,.swiper-button-prev{display:none}.media-gallery-popup{max-width:100vw}.media-gallery-popup .swiper-button-next,.media-gallery-popup .swiper-button-prev{display:flex}.product-specs .accordion .details{border-block-end:none}.product-specs .details__summary{text-transform:uppercase;font-weight:700}.product-specs .accordion .details .details__content{padding-block-end:var(--sp-2)}.product-specs .spec-item{padding:var(--sp-1d5) 0}.product-specs .spec-item:last-child{border-bottom:none}.product-specs .spec-item-title{display:block;font-weight:700;margin-bottom:0;color:rgb(var(--color-text,23 23 23))}.product-specs .spec-item-value{margin:0;color:#0000008f}.product-specs details[open]>.details__summary .icon{transform:rotate(180deg)}.accordion .details .details__summary>.icon{width:var(--sp-4d5);height:var(--sp-4d5);transition:all .3s ease}}.progress-bar-container{width:100%;height:1.2rem;background-color:#e2e2e2;border-radius:1rem;margin-top:var(--sp-4);position:relative}.progress-bar{height:100%;background-color:#00afed;border-radius:18px;transition:width .1s linear;position:relative;display:flex;align-items:center;overflow:hidden}.progress-value{position:absolute;left:1rem;color:#fff;white-space:nowrap;font-size:var(--text-sm)}.progress-percentage{position:absolute;left:.8rem;top:50%;color:#fff;transform:translateY(-50%);white-space:nowrap;font-size:var(--text-sm)}.progress-container{display:flex;align-items:center;flex-direction:column;gap:12px;margin-top:1rem;position:absolute;width:70vw;top:calc(var(--progress-mobile-top));left:calc(var(--progress-mobile-left))}.progress-bar-wrapper{flex:1;position:relative}.progress-container.position-overlay .progress-bar-container{background-color:#6b6b6dcc}.progress-container.position-overlay .progress-percentage{color:#fff}.status-panel.hidden{display:none}.status-panel{position:absolute;top:0;left:0;z-index:10;width:100vw;height:100vh;display:flex;justify-content:center;align-items:center}.loading-img{width:60px;animation:rotate 1.3s infinite ease-in-out}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.icon-list-container{background-color:#f5f5f5;padding:var(--sp-4) 0;border-radius:var(--sp-2)}.icon-list-container .icon-img{margin:0 auto}@media screen and (min-width:768px){.progress-container{height:1.4rem;display:flex;align-items:center;gap:var(--sp-5);margin-top:16px;position:absolute;width:19rem;top:calc(var(--progress-desktop-top) * .2);left:calc(var(--progress-desktop-left) * .2)}.icon-list-container{background-color:#f5f5f5;padding:var(--sp-6) 0;border-radius:var(--sp-2)}.icon-list-container .icon-img{margin:0 auto}}@media screen and (min-width:1300px){.tab_content .product_image img{width:40%}.progress-bar-container{height:35px;border-radius:18px;margin-top:16px}.progress-container{display:flex;align-items:center;gap:30px;margin-top:16px;position:absolute;width:500px;top:calc(var(--progress-desktop-top));left:calc(var(--progress-desktop-left))}.progress-title{font-size:18px;font-weight:600;margin-bottom:8px}.progress-bar .progress-value{position:absolute;left:32px;top:50%;transform:translateY(-50%);font-size:var(--text-lg)}.progress-bar-container{position:relative}.progress-percentage{position:absolute;left:16px;font-size:var(--text-lg)}.tabs_nav{margin-bottom:var(--sp-10)}.tab_nav{padding:var(--sp-3) var(--sp-20)}}.bundle-picker-container,.free-gift-container{margin-top:var(--sp-8);background:#f5f5f5;border-radius:var(--sp-2);max-height:29.16rem;overflow-y:auto;position:relative}.bundle-picker-header,.free-gift-header{font-weight:600;display:block;position:sticky;top:0;z-index:1;width:100%;background-color:#f5f5f5;padding:var(--sp-3) var(--sp-4)}.bundle-products-list,.free-gift-list{display:flex;flex-direction:column;padding:var(--sp-0d5) var(--sp-4) var(--sp-4)}.bundle-product-item,.free-gift-item{padding:var(--sp-4);border:1px solid #ccc;border-radius:vaR(--sp-2);background-color:#fff;position:relative}.bundle-product-checkbox{-webkit-appearance:none;appearance:none;width:20px;height:20px;border:1px solid #ccc;border-radius:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:.5rem;transition:all .2s ease}.bundle-product-checkbox:hover{border-color:#999}.bundle-product-checkbox:checked{background-color:#00a0f9;border-color:#00a0f9}.bundle-product-card{cursor:pointer;flex:1;border-radius:var(--sp-2)}.bundle-product-image,.free-gift__image{width:var(--sp-20);height:var(--sp-20);border-radius:var(--sp-2);overflow:hidden;flex-shrink:0}.bundle-product-image img,.free-gift__image img{width:100%;height:100%;object-fit:cover}.bundle-product-prices{gap:.5rem}.price-original{text-decoration:line-through;color:#999}.bundle-product-quantity{display:flex;align-items:center;gap:.5rem;border:1px solid #e5e5e5;border-radius:var(--sp-2);height:var(--sp-10)}.bundle-product-item .bundle-product-card.checked input:is([type=checkbox]){background-color:#00a0f9;border-color:#00a0f9}.bundle-product-item .bundle-product-card.checked:after,.free-gift-item.checked:after{opacity:1;transform:scale(1)}.bundle-product-item .bundle-product-card:after,.free-gift-item:after{content:"";border-radius:inherit;opacity:0;will-change:transform;transition:opacity .2s ease-in-out,transform .2s ease-in-out;position:absolute;top:0;bottom:0;left:0;right:0;transform:scale(.98);box-shadow:0 0 0 2px #00a0f9}.quantity-btn{background-color:transparent;border:none;cursor:pointer;font-size:1rem;display:flex;align-items:center;justify-content:center;color:#333;transition:background-color .2s ease;padding:0 var(--sp-3);flex-shrink:0;position:relative;z-index:1}.bundle-product-quantity .quantity-input{width:var(--sp-6);border:none;text-align:center;background-color:transparent;cursor:text;z-index:1}.bundle-product-quantity .quantity-input::-webkit-outer-spin-button,.bundle-product-quantity .quantity-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.bundle-product-quantity .quantity-input[type=number]{-webkit-appearance:textfield;appearance:textfield;-moz-appearance:textfield}.free-gift-radio{width:20px;height:20px;border:1px rgb(var(--color-border-dark)) solid;border-radius:50%;transition:all .2s ease}.free-gift-radio .icon-check-circle-filled{opacity:0;color:#fff!important;width:20px;height:20px;stroke-width:1px}.free-gift-item.checked .free-gift-radio{background-color:#00a0e9;border-color:#00a0e9}.free-gift-item.checked .free-gift-radio .icon-check-circle-filled{opacity:1}@media screen and (max-width:1024px){.bundle-product-image,.free-gift__image{width:var(--sp-16);height:var(--sp-16)}}@media(max-width:768px){.bundle-product-image,.free-gift__image{width:var(--sp-14);height:var(--sp-14)}.bundle-products-list{padding:var(--sp-2) calc(var(--page-padding) * .5) calc(var(--page-padding) * .5)}.bundle-product-item{padding:var(--sp-4) calc(var(--page-padding) * .5)}}@media(max-width:375px){.bundle-product-image,.free-gift__image{width:var(--sp-12);height:var(--sp-12)}.bundle-product-quantity .quantity-input{width:var(--sp-4)}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/product-common.css.map */
