.he-pdp{--he-pdp-primary: #CC0000;--he-pdp-primary-dark: #AA0000;--he-pdp-text: #1C1C1C;--he-pdp-text-light: #3A3A3A;--he-pdp-text-muted: #666666;--he-pdp-border: #C8C0B4;--he-pdp-bg: #F5F5F0;--he-pdp-star-filled: #E5A800;--he-pdp-star-empty: #C8C0B4;--he-pdp-white: #FFFFFF}.he-pdp__container{max-width:1400px;margin:0 auto;padding:0 16px}@media(min-width:750px){.he-pdp__container{padding:0 24px}}.he-breadcrumb{padding:16px 0}.he-breadcrumb__list{display:flex;align-items:center;flex-wrap:wrap;gap:4px;list-style:none;margin:0;padding:0}.he-breadcrumb__item{display:flex;align-items:center}.he-breadcrumb__link{color:var(--he-pdp-text-muted);text-decoration:none;font-family:Inter,sans-serif;font-size:14px;transition:color .2s ease}.he-breadcrumb__link:hover{color:var(--he-pdp-primary)}.he-breadcrumb__separator{color:var(--he-pdp-border);margin:0 8px}.he-breadcrumb__current{color:var(--he-pdp-primary);font-family:Inter,sans-serif;font-size:14px;font-weight:500}.he-pdp__grid{display:grid;grid-template-columns:1fr;gap:24px}@media(min-width:750px){.he-pdp__grid{gap:32px}}@media(min-width:990px){.he-pdp__grid{grid-template-columns:1.2fr 1fr;gap:48px}}.he-pdp__gallery{display:flex;flex-direction:column;gap:16px}.he-pdp__main-image-wrapper{position:relative;width:100%;aspect-ratio:1 / 1;background:var(--he-pdp-white);border-radius:8px;overflow:visible;display:flex;align-items:center;justify-content:center;cursor:zoom-in}.he-pdp__main-image-wrapper:hover .he-pdp__main-image{transform:scale(1.04)}.he-pdp__main-image{width:100%;height:100%;object-fit:contain;padding:24px;box-sizing:border-box;transition:opacity .2s ease,transform .4s ease}.he-pdp__expand-btn{position:absolute;top:12px;right:12px;z-index:2;width:36px;height:36px;background:#1c1c1c;border:none;border-radius:4px;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s ease,background .2s ease}.he-pdp__main-image-wrapper:hover .he-pdp__expand-btn{opacity:1}.he-pdp__expand-btn:hover{background:var(--he-pdp-primary)!important}.he-pdp__thumbnails{display:flex;gap:12px;overflow-x:auto;padding:4px;scrollbar-width:thin;scrollbar-color:var(--he-pdp-border) transparent}.he-pdp__thumbnails::-webkit-scrollbar{height:6px}.he-pdp__thumbnails::-webkit-scrollbar-track{background:transparent}.he-pdp__thumbnails::-webkit-scrollbar-thumb{background:var(--he-pdp-border);border-radius:3px}.he-pdp__thumbnail{flex-shrink:0;width:80px;height:80px;border:2px solid transparent;border-radius:6px;background:var(--he-pdp-white);padding:8px;cursor:pointer;transition:border-color .2s ease,transform .2s ease}.he-pdp__thumbnail:hover{border-color:var(--he-pdp-border)}.he-pdp__thumbnail--active{border-color:var(--he-pdp-primary)}.he-pdp__thumbnail-img{width:100%;height:100%;object-fit:contain}.he-pdp__info{display:flex;flex-direction:column;gap:12px}.he-pdp__title{font-family:Noto Sans Display,sans-serif;font-weight:700;font-size:20px;color:var(--he-pdp-text);margin:0;line-height:1.2}@media(min-width:750px){.he-pdp__title{font-size:24px}}.he-pdp__price-wrapper{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap}.he-pdp__price{font-family:Noto Sans Display,sans-serif;font-weight:700;font-size:28px;color:var(--he-pdp-text)}@media(min-width:750px){.he-pdp__price{font-size:36px}}.he-pdp__price--sale{color:var(--he-pdp-primary)}.he-pdp__uvp{font-family:Noto Sans Display,sans-serif;font-size:14px;color:#999;align-self:baseline}@media(min-width:750px){.he-pdp__uvp{font-size:16px}}.he-pdp__price-original{font-family:Noto Sans Display,sans-serif;font-size:14px;color:#999;text-decoration:line-through}@media(min-width:750px){.he-pdp__price-original{font-size:18px}}.he-pdp__variants{padding:16px 0;border-top:1px solid var(--he-pdp-border);border-bottom:1px solid var(--he-pdp-border)}.he-pdp__variant-group{border:none;padding:0;margin:0}.he-pdp__variant-label{font-family:Inter,sans-serif;font-size:14px;color:var(--he-pdp-text-light);margin-bottom:12px;display:block}.he-pdp__variant-options{display:flex;flex-wrap:wrap;gap:8px}.he-pdp__variant-option{position:relative}.he-pdp__variant-option input{position:absolute;opacity:0;pointer-events:none}.he-pdp__variant-swatch{display:inline-block;padding:8px 16px;border:1px solid var(--he-pdp-border);border-radius:4px;font-family:Inter,sans-serif;font-size:14px;color:var(--he-pdp-text);cursor:pointer;transition:all .2s ease}.he-pdp__variant-option:hover .he-pdp__variant-swatch{border-color:var(--he-pdp-text)}.he-pdp__variant-option--selected .he-pdp__variant-swatch{background:var(--he-pdp-text);color:var(--he-pdp-white);border-color:var(--he-pdp-text)}.he-pdp__variant-option--unavailable .he-pdp__variant-swatch{opacity:.4;cursor:not-allowed;text-decoration:line-through}.he-pdp__actions{display:flex;align-items:stretch;gap:8px;margin-top:4px}@media(min-width:750px){.he-pdp__actions{gap:12px;margin-top:8px}}.he-pdp__quantity{display:flex;align-items:center;border:1px solid var(--he-pdp-border);border-radius:6px;overflow:hidden}.he-pdp__qty-btn{width:36px;height:44px;border:none;background:var(--he-pdp-white);color:var(--he-pdp-text);font-size:18px;cursor:pointer;transition:background-color .2s ease}@media(min-width:750px){.he-pdp__qty-btn{width:44px;height:52px;font-size:20px}}.he-pdp__qty-btn:hover{background:var(--he-pdp-bg)}.he-pdp__qty-btn:active{background:var(--he-pdp-border)}.he-pdp__qty-input{width:50px;height:44px;border:none;border-left:1px solid var(--he-pdp-border);border-right:1px solid var(--he-pdp-border);text-align:center;font-family:Noto Sans Display,sans-serif;font-size:14px;font-weight:700;color:var(--he-pdp-text);-moz-appearance:textfield}@media(min-width:750px){.he-pdp__qty-input{width:60px;height:52px;font-size:16px}}.he-pdp__qty-input::-webkit-outer-spin-button,.he-pdp__qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.he-pdp__add-to-cart{flex:1;background:var(--he-pdp-primary);color:var(--he-pdp-white);border:none;border-radius:6px;font-family:Noto Sans Display,sans-serif;font-weight:700;font-size:14px;cursor:pointer;transition:background-color .2s ease,transform .1s ease;display:flex;align-items:center;justify-content:center;min-height:44px}@media(min-width:750px){.he-pdp__add-to-cart{font-size:16px;min-height:52px}}.he-pdp__add-to-cart:hover:not(:disabled){background:var(--he-pdp-primary-dark)}.he-pdp__add-to-cart:active:not(:disabled){background:var(--he-pdp-primary-dark);transform:scale(.98)}.he-pdp__add-to-cart:disabled{background:var(--he-pdp-border);cursor:not-allowed}.he-pdp__wishlist{width:44px;height:44px;background:var(--he-pdp-white);border:1px solid var(--he-pdp-border);border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0}@media(min-width:750px){.he-pdp__wishlist{width:52px;height:52px}}.he-pdp__wishlist.he-wish-btn{position:static;top:auto;right:auto;width:44px;height:44px;border-radius:6px}@media(min-width:750px){.he-pdp__wishlist.he-wish-btn{width:52px;height:52px}}.he-pdp__wishlist.he-wish-btn svg{width:18px;height:18px;stroke:var(--he-pdp-text)}@media(min-width:750px){.he-pdp__wishlist.he-wish-btn svg{width:22px;height:22px}}.he-pdp__wishlist:hover{border-color:var(--he-pdp-primary)}.he-pdp__wishlist--active,.he-pdp__wishlist.is-wished{border-color:var(--he-pdp-primary);background:#fff5f5}.he-pdp__wishlist--active .he-pdp__wishlist-icon,.he-pdp__wishlist.is-wished svg{fill:var(--he-pdp-primary);stroke:var(--he-pdp-primary)}.he-pdp__wishlist-icon{width:22px;height:22px;color:var(--he-pdp-text);transition:all .2s ease}.he-pdp__delivery{background:var(--he-pdp-bg);border-radius:8px;padding:12px;display:flex;flex-direction:column;gap:8px}@media(min-width:750px){.he-pdp__delivery{padding:16px;gap:12px}}.he-pdp__delivery-item{display:flex;align-items:center;gap:8px}@media(min-width:750px){.he-pdp__delivery-item{gap:12px}}.he-pdp__delivery-icon{width:20px;height:20px;color:var(--he-pdp-primary);flex-shrink:0}@media(min-width:750px){.he-pdp__delivery-icon{width:24px;height:24px}}.he-pdp__delivery-item span{font-family:Noto Sans Display,sans-serif;font-size:13px;color:var(--he-pdp-text-light)}@media(min-width:750px){.he-pdp__delivery-item span{font-size:14px}}.he-pdp__trust-strip{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;border-top:1px solid var(--he-pdp-border);border-bottom:1px solid var(--he-pdp-border);padding:8px 0}@media(min-width:750px){.he-pdp__trust-strip{grid-template-columns:repeat(4,1fr);gap:0;padding:4px 0}}.he-pdp__trust-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:10px 4px;text-align:center}@media(min-width:750px){.he-pdp__trust-item{gap:6px;padding:14px 8px}}.he-pdp__trust-icon{width:18px;height:18px;color:var(--he-pdp-primary);flex-shrink:0}@media(min-width:750px){.he-pdp__trust-icon{width:22px;height:22px}}.he-pdp__trust-item span{font-family:Noto Sans Display,sans-serif;font-size:10px;color:var(--he-pdp-text-light);line-height:1.3}@media(min-width:750px){.he-pdp__trust-item span{font-size:11px}}.he-pdp__sticky-atc{position:fixed;top:0;left:0;right:0;z-index:100;background:#1c1c1c;padding:12px 24px;border-bottom:4px solid #CC0000;transform:translateY(-100%);opacity:0;transition:transform .3s ease,opacity .3s ease}.he-pdp__sticky-atc--visible{transform:translateY(0);opacity:1}.he-pdp__sticky-atc-content{max-width:1400px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:16px}.he-pdp__sticky-title{font-family:DM Sans,sans-serif;font-weight:700;font-size:14px;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1;min-width:0}.he-pdp__sticky-price{font-family:DM Sans,sans-serif;font-weight:700;font-size:16px;color:#c00;flex-shrink:0}.he-pdp__sticky-atc-btn{background:#c00;color:#fff;border:none;border-radius:6px;font-family:DM Sans,sans-serif;font-weight:700;font-size:14px;padding:12px 24px;cursor:pointer;transition:background-color .2s ease,transform .1s ease;flex-shrink:0;white-space:nowrap}.he-pdp__sticky-atc-btn:hover:not(:disabled){background:#a00}.he-pdp__sticky-atc-btn:active:not(:disabled){transform:scale(.98)}.he-pdp__sticky-atc-btn:disabled{background:#c8c0b4;cursor:not-allowed}@media(max-width:749px){.he-pdp__sticky-atc{top:auto;bottom:calc(64px + env(safe-area-inset-bottom));border-bottom:none;border-top:3px solid #CC0000;transform:translateY(100%)}.he-pdp__sticky-atc--visible{transform:translateY(0)}.he-pdp__sticky-atc{padding:10px 16px}.he-pdp__sticky-title,.he-pdp__sticky-price{display:none}.he-pdp__sticky-atc-content{justify-content:stretch}.he-pdp__sticky-atc-btn{width:100%;font-size:16px;padding:14px 24px;min-height:48px}}.he-pdp__accordions{margin-top:48px}.he-pdp__accordion{border-bottom:1px solid #C8C0B4}.he-pdp__accordion--open{border-bottom:2px solid #CC0000}.he-pdp__accordion-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;padding:20px 0;background:none;border:none;cursor:pointer;text-align:left}.he-pdp__accordion-label{font-family:DM Sans,sans-serif;font-weight:700;font-size:16px;color:#1c1c1c;transition:color .2s ease}.he-pdp__accordion-trigger:hover .he-pdp__accordion-label,.he-pdp__accordion--open .he-pdp__accordion-label{color:#c00}.he-pdp__accordion-icon{width:20px;height:20px;color:#c8c0b4;flex-shrink:0;transition:transform .2s ease,color .2s ease}.he-pdp__accordion-trigger:hover .he-pdp__accordion-icon{color:#c00}.he-pdp__accordion--open .he-pdp__accordion-icon{transform:rotate(180deg);color:#c00}.he-pdp__accordion-content{max-height:0;overflow:hidden;transition:max-height .3s ease}.he-pdp__accordion--open .he-pdp__accordion-content{max-height:1000px}.he-pdp__accordion-inner{padding:16px 0;font-family:Inter,sans-serif;font-size:15px;font-weight:400;color:#3a3a3a;line-height:1.6}.he-pdp__accordion-inner p{margin:0 0 16px}.he-pdp__accordion-inner p:last-child{margin-bottom:0}.he-pdp__specs-table{width:100%;border-collapse:collapse}.he-pdp__specs-table th,.he-pdp__specs-table td{padding:12px 0;text-align:left;border-bottom:1px solid var(--he-pdp-border);font-family:Inter,sans-serif;font-size:14px}.he-pdp__specs-table th{font-weight:500;color:var(--he-pdp-text-muted);width:40%}.he-pdp__specs-table td{color:var(--he-pdp-text)}.he-pdp__delivery-list{margin:0;padding-left:20px}.he-pdp__delivery-list li{margin-bottom:8px;font-family:Inter,sans-serif;font-size:14px;color:#3a3a3a}.he-pdp__delivery-list li:last-child{margin-bottom:0}.he-pdp__lightbox{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;align-items:center;justify-content:center}.he-pdp__lightbox--open{display:flex}.he-pdp__lightbox-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000eb;animation:he-lightbox-fade .2s ease;cursor:zoom-out}@keyframes he-lightbox-fade{0%{opacity:0}to{opacity:1}}.he-pdp__lightbox-img{position:relative;z-index:1;max-width:90vw;max-height:90vh;object-fit:contain;border-radius:4px;transition:opacity .15s ease;animation:he-lightbox-fade .2s ease}.he-pdp__lightbox-close{position:absolute;top:20px;right:20px;z-index:2;width:44px;height:44px;background:#0009;border:2px solid rgba(255,255,255,.7);border-radius:50%;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease,border-color .2s ease}.he-pdp__lightbox-close:hover{background:#c00;border-color:#c00}.he-pdp__lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:48px;height:48px;background:#1c1c1ccc;border:1px solid rgba(255,255,255,.15);border-radius:50%;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease}.he-pdp__lightbox-nav:hover{background:#c00;border-color:#c00}.he-pdp__lightbox-nav--prev{left:20px}.he-pdp__lightbox-nav--next{right:20px}.he-pdp__lightbox-counter{position:absolute;bottom:20px;left:50%;transform:translate(-50%);z-index:2;color:#ffffffb3;font-family:Inter,sans-serif;font-size:13px}@media(max-width:749px){.he-pdp__title{font-size:20px}.he-pdp__price{font-size:24px}.he-pdp__price-original{font-size:14px}.he-pdp__actions{flex-wrap:wrap}.he-pdp__quantity{flex:1}.he-pdp__add-to-cart{width:100%;order:-1;margin-bottom:8px;height:44px;font-size:14px}.he-pdp__wishlist{width:44px;padding:0}.he-pdp__lightbox-nav--prev{left:8px}.he-pdp__lightbox-nav--next{right:8px}.he-pdp__tabs{margin-top:20px}}.he-product-meta{margin:8px 0 12px;padding:8px 0;border-top:1px solid #E8E8E8;border-bottom:1px solid #E8E8E8}.he-product-meta__row{display:flex;gap:6px;padding:2px 0;font-size:12px;font-family:Noto Sans Display,sans-serif;line-height:1.6}@media(min-width:750px){.he-product-meta__row{font-size:13.5px}}.he-product-meta__label{font-weight:700;color:#1c1c1c;min-width:100px;flex-shrink:0}@media(min-width:750px){.he-product-meta__label{min-width:130px}}.he-product-meta__value{color:#444}.he-product-meta__link{color:#c00;text-decoration:underline;text-underline-offset:2px}.he-product-meta__link:hover{color:#a00}.he-product-vat{font-size:12px;color:#666;margin:4px 0 10px;font-family:Noto Sans Display,sans-serif}@media(min-width:750px){.he-product-vat{font-size:13px;margin:6px 0 14px}}.he-product-vat__link{color:#666;text-decoration:underline;text-underline-offset:2px}.he-product-vat__link:hover{color:#c00}.he-product-checkout{font-size:12px;color:#666;margin-top:10px;font-family:Noto Sans Display,sans-serif}.he-product-delivery{font-size:12px;color:#666;margin-bottom:10px;font-family:Noto Sans Display,sans-serif}@media(min-width:750px){.he-product-checkout{font-size:13px;margin-top:14px}.he-product-delivery{font-size:13px;margin-bottom:14px}}.he-product-delivery__label{font-weight:600;color:#333}.he-product-delivery__time{font-weight:600;color:#333;margin-right:6px}.he-product-delivery__note,.he-product-buy__note{display:block;margin-top:2px}.he-product-delivery__note a,.he-product-buy__note a{color:#666;text-decoration:underline;text-underline-offset:2px}.he-product-delivery__note a:hover,.he-product-buy__note a:hover{color:#c00}.he-product-delivery__abroad{position:relative;display:inline-block}.he-product-delivery__link{color:#666;text-decoration:underline;text-underline-offset:2px;cursor:pointer}.he-product-delivery__link:hover{color:#c00}.he-product-delivery__tooltip{display:none;position:absolute;bottom:100%;left:0;background:#333;color:#fff;padding:10px 14px;border-radius:6px;font-size:12px;line-height:1.4;width:280px;z-index:100;margin-bottom:8px;box-shadow:0 4px 12px #00000026}.he-product-delivery__tooltip:after{content:"";position:absolute;top:100%;left:20px;border:6px solid transparent;border-top-color:#333}.he-product-delivery__abroad.is-active .he-product-delivery__tooltip{display:block}.he-pdp__dynamic-checkout{margin-top:12px}.he-pdp__dynamic-checkout .shopify-payment-button{display:flex;flex-direction:column;gap:10px}.he-pdp__dynamic-checkout .shopify-payment-button__button{border-radius:6px!important;min-height:48px!important}.he-pdp__qty-unit{font-family:DM Sans,sans-serif;font-size:13px;color:#888;pointer-events:none;-webkit-user-select:none;user-select:none;padding:0 4px}.he-pdp__atc-text{display:flex;align-items:center;gap:8px}.he-pdp__atc-icon{flex-shrink:0}.he-pdp__tabs{margin-top:24px}@media(min-width:750px){.he-pdp__tabs{margin-top:40px}}.he-pdp__tab-list{display:flex;flex-wrap:wrap;border-bottom:2px solid var(--he-pdp-border);gap:0}.he-pdp__tab{padding:10px 12px;background:none;border:none;font-family:Noto Sans Display,sans-serif;font-size:13px;font-weight:600;color:var(--he-pdp-text-muted);cursor:pointer;position:relative;transition:color .2s ease}@media(min-width:750px){.he-pdp__tab{padding:14px 24px;font-size:15px}}.he-pdp__tab:hover{color:var(--he-pdp-text)}.he-pdp__tab.is-active{color:var(--he-pdp-primary)}.he-pdp__tab:after{content:"";position:absolute;bottom:-2px;left:0;right:0;height:3px;background:var(--he-pdp-primary);transform:scaleX(0);transition:transform .2s ease}.he-pdp__tab.is-active:after{transform:scaleX(1)}.he-pdp__tab-panels{padding-top:24px;padding-bottom:24px}@media(min-width:750px){.he-pdp__tab-panels{padding-bottom:40px}}.he-pdp__tab-panel{display:none}.he-pdp__tab-panel.is-active{display:block}.he-pdp__tab-panel p{margin:0 0 16px}.he-pdp__tab-panel p:last-child{margin-bottom:0}@media(max-width:768px){.he-pdp__tab-list{flex-wrap:wrap}.he-pdp__tab{padding:12px 16px;font-size:14px;flex:1 1 auto;text-align:center;min-width:100px}}.he-product-image-container{position:relative;overflow:visible}.he-magnifier-lens{display:none!important}.he-magnifier-result{position:fixed;top:50%;left:75%;transform:translateY(-50%);width:350px;height:350px;border:2px solid #333;border-radius:8px;background-color:#fafafa;background-image:url()!important;background-repeat:no-repeat!important;background-position:center center!important;background-size:cover!important;box-shadow:0 8px 32px #0000004d;z-index:99999;display:none}.he-magnifier-result:before{content:"Zoom";position:absolute;top:10px;left:10px;font-size:12px;color:#999;font-family:Inter,sans-serif}@media screen and (max-width:989px){.he-magnifier-result{display:none!important}}
/*# sourceMappingURL=/cdn/shop/t/10/assets/section-he-product-detail.css.map */
