.product-hero{width:100%;padding-top:32px;padding-bottom:48px;box-sizing:border-box}.product-hero__inner{display:grid;grid-template-columns:1.05fr 1fr;gap:56px;align-items:start;max-width:1400px;margin:0 auto;padding-left:clamp(20px,5vw,80px);padding-right:clamp(20px,5vw,80px);box-sizing:border-box}.product-hero__gallery{position:sticky;top:100px;display:flex;flex-direction:column;gap:12px;min-width:0}.product-hero__main-image{width:100%;aspect-ratio:1 / 1;border-radius:16px;overflow:hidden;background:#eae7dc}.product-hero__image,.product-hero__placeholder-svg{width:100%;height:100%;object-fit:cover;display:block;transition:opacity .15s ease}.product-hero__placeholder{width:100%;height:100%;background:linear-gradient(160deg,#c9cfd8,#9baab8)}.product-hero__thumbs{display:flex;gap:10px;overflow-x:auto;padding-bottom:2px;max-width:100%}.product-hero__thumb{flex:0 0 72px;width:72px;height:72px;border-radius:10px;overflow:hidden;padding:0;border:2px solid transparent;background:#eae7dc;cursor:pointer;transition:border-color .2s ease}.product-hero__thumb img{width:100%;height:100%;object-fit:cover;display:block}.product-hero__thumb:hover{border-color:#c9a98c}.product-hero__thumb.is-active{border-color:#080f24}.product-hero__details{display:flex;flex-direction:column;gap:16px;min-width:0}.product-hero__rating{display:flex;align-items:center;gap:8px}.product-hero__stars{display:flex;align-items:center;gap:2px;color:#080f24}.product-hero__rating-text{font-family:DM Sans,sans-serif;font-size:13px;color:#6b6b6b}.product-hero__title{font-family:Rauschen B,Georgia,Times New Roman,Times,serif;font-weight:500;font-size:clamp(30px,3.4vw,40px);line-height:1.15;color:#080f24;margin:0;overflow-wrap:break-word}.product-hero__price{font-family:DM Sans,sans-serif;font-size:22px;font-weight:600;color:#080f24;margin:0}.product-hero__description{font-family:DM Sans,sans-serif;font-size:15px;line-height:1.65;color:#6b6b6b;overflow-wrap:break-word}.product-hero__description p{margin:0}.product-hero__features{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:4px}.product-hero__feature-card{background:#dadcd0;border-radius:10px;padding:16px 10px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:6px;transition:transform .15s ease;min-width:0}.product-hero__feature-card:hover{transform:translateY(-2px)}.product-hero__feature-icon{color:#080f24;flex-shrink:0}.product-hero__feature-value{font-family:DM Sans,sans-serif;font-size:13px;font-weight:600;color:#080f24;line-height:1.3;overflow-wrap:break-word;word-break:break-word}.product-hero__feature-label{font-family:DM Sans,sans-serif;font-size:11px;color:#6b6b6b;line-height:1.3;overflow-wrap:break-word}.product-hero__form{display:flex;flex-direction:column;gap:12px;margin-top:8px}.product-hero__variant-picker{display:flex;flex-direction:column;gap:6px}.product-hero__variant-label{font-family:DM Sans,sans-serif;font-size:12px;font-weight:600;color:#080f24;text-transform:uppercase;letter-spacing:.05em}.product-hero__variant-select{padding:12px 14px;border-radius:8px;border:1px solid #D6D2C4;font-family:DM Sans,sans-serif;font-size:14px;color:#080f24;background:#fff;max-width:100%}.product-hero__actions{display:flex;gap:10px;align-items:stretch;flex-wrap:wrap}.product-hero__qty{display:flex;align-items:center;border:1px solid #D6D2C4;border-radius:10px;overflow:hidden;flex-shrink:0}.product-hero__qty-btn{width:40px;background:transparent;border:none;font-size:18px;color:#080f24;cursor:pointer;transition:background .15s ease}.product-hero__qty-btn:hover{background:#eae7dc}.product-hero__qty-input{width:44px;border:none;border-left:1px solid #D6D2C4;border-right:1px solid #D6D2C4;text-align:center;font-family:DM Sans,sans-serif;font-size:14px;color:#080f24;-moz-appearance:textfield}.product-hero__qty-input::-webkit-outer-spin-button,.product-hero__qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.product-hero__btn{flex:1;min-width:140px;text-align:center;padding:15px 24px;font-family:DM Sans,sans-serif;font-size:15px;font-weight:500;border-radius:10px;text-decoration:none;cursor:pointer;transition:opacity .2s ease,transform .15s ease;border:1px solid #080F24;box-sizing:border-box}.product-hero__btn--primary{background-color:#080f24;color:#fff}.product-hero__btn--secondary{background-color:transparent;color:#080f24;display:block}.product-hero__btn:hover{opacity:.85}.product-hero__btn:active{transform:scale(.98)}.product-hero__btn[disabled]{opacity:.4;cursor:not-allowed}.product-hero__accordion{display:flex;flex-direction:column;margin-top:12px;border-top:1px solid #E0DDD1}.product-hero__accordion-item{border-bottom:1px solid #E0DDD1}.product-hero__accordion-summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 2px;font-family:DM Sans,sans-serif;font-size:14px;font-weight:600;color:#080f24}.product-hero__accordion-summary::-webkit-details-marker{display:none}.product-hero__chevron{flex-shrink:0;transition:transform .2s ease;color:#8f7e7e}.product-hero__accordion-item[open] .product-hero__chevron{transform:rotate(180deg)}.product-hero__accordion-content{padding:0 2px 16px;font-family:DM Sans,sans-serif;font-size:13px;line-height:1.6;color:#6b6b6b;overflow-wrap:break-word}.product-hero__accordion-content p{margin:0}@media screen and (max-width:989px){.product-hero__inner{grid-template-columns:1fr;gap:32px}.product-hero__gallery{position:static}}@media screen and (max-width:749px){.product-hero{padding-top:20px;padding-bottom:32px;overflow-x:hidden}.product-hero__inner{padding-left:20px;padding-right:20px;max-width:100%}.product-hero__details{width:100%}.product-hero__features{grid-template-columns:repeat(3,1fr);gap:6px}.product-hero__feature-card{padding:10px 6px}.product-hero__feature-value{font-size:11px}.product-hero__feature-label{font-size:10px}.product-hero__actions{flex-wrap:wrap}.product-hero__btn{width:100%;flex:1 1 100%}}
/*# sourceMappingURL=/cdn/shop/t/13/assets/section-product-hero.css.map */
