.product-hero{padding:24px 16px;background-color:#fff}.product-hero__container{display:grid;grid-template-columns:1fr;gap:32px;max-width:1400px;margin:0 auto}.product-hero__images{display:flex;flex-direction:column;gap:12px}.product-hero__main-image-wrapper{position:relative;width:100%;aspect-ratio:1 / 1;background-color:#f8fafc;border-radius:12px;overflow:hidden}.product-hero__main-image{width:100%;height:100%;object-fit:contain;transition:opacity .3s ease}.product-hero__thumbnails{display:flex;gap:8px;flex-wrap:wrap}.product-hero__thumbnail{width:60px;height:60px;padding:0;border:2px solid transparent;border-radius:8px;background-color:#f8fafc;cursor:pointer;overflow:hidden;transition:all .2s ease}.product-hero__thumbnail:hover{border-color:#94a3b8}.product-hero__thumbnail--active{border-color:#0da2e7}.product-hero__thumbnail img{width:100%;height:100%;object-fit:contain}.product-hero__info{display:flex;flex-direction:column;gap:16px}.product-hero__vendor{font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#0da2e7;margin:0}.product-hero__title{font-size:20px;font-weight:700;line-height:1.3;color:#0f172a;margin:0}.product-hero__description{font-size:15px;line-height:1.7;color:#475569}.product-hero__description p{margin:0 0 12px}.product-hero__description p:last-child{margin-bottom:0}.product-hero__description ul,.product-hero__description ol{margin:0 0 12px;padding-left:20px}.product-hero__subtitle{font-size:14px;color:#64748b;margin:0;font-style:italic}.product-hero__purchase{display:flex;flex-direction:column;gap:20px;padding:24px;background-color:#f8fafc;border-radius:16px;border:1px solid #e2e8f0}.product-hero__price-wrapper{display:flex;flex-wrap:wrap;align-items:baseline;column-gap:8px;row-gap:0}.product-hero__price{font-size:32px;font-weight:700;color:#0f172a;line-height:1.15}.product-hero__price--sale{color:#dc2626}.product-hero__price-compare{font-size:18px;color:#94a3b8;text-decoration:line-through;line-height:1.2;width:100%}.product-hero__price-savings{font-size:14px;font-weight:600;color:#16a34a;background-color:#dcfce7;padding:4px 10px;border-radius:20px;margin-top:4px}.product-hero__countdown{display:flex;align-items:flex-start;gap:10px;padding:12px 14px;background:linear-gradient(135deg,#dbeafe,#e0f2fe);border-radius:12px;border:1px solid #bae6fd}.product-hero__countdown--weekend{background:linear-gradient(135deg,#fef3c7,#fef9c3);border-color:#fde68a}.product-hero__countdown-icon{flex-shrink:0;color:#0369a1;margin-top:2px}.product-hero__countdown--weekend .product-hero__countdown-icon{color:#d97706}.product-hero__countdown-text{font-size:12px;line-height:1.45;color:#0c4a6e;margin:0}.product-hero__countdown--weekend .product-hero__countdown-text{color:#92400e}.product-hero__countdown-text strong{font-weight:700}.product-hero__form{display:flex;flex-direction:column;gap:16px}.product-hero__variants{display:flex;flex-direction:column;gap:12px}.product-hero__option{display:flex;flex-direction:column;gap:6px}.product-hero__option-label{font-size:13px;font-weight:600;color:#374151}.product-hero__option-select{width:100%;height:44px;padding:0 40px 0 14px;font-size:15px;color:#0f172a;background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;border:1px solid #d1d5db;border-radius:8px;cursor:pointer;appearance:none;-webkit-appearance:none;transition:all .2s ease}.product-hero__option-select:hover{border-color:#9ca3af}.product-hero__option-select:focus{outline:none;border-color:#0da2e7;box-shadow:0 0 0 3px #0da2e726}.product-hero__quantity{display:flex;flex-direction:column;gap:6px}.product-hero__quantity-label{font-size:13px;font-weight:600;color:#374151}.product-hero__quantity-wrapper{display:flex;align-items:center;width:fit-content;border:1px solid #d1d5db;border-radius:8px;background-color:#fff;overflow:hidden}.product-hero__quantity-btn{display:flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;background:none;border:none;color:#64748b;cursor:pointer;transition:all .2s ease}.product-hero__quantity-btn:hover{background-color:#f1f5f9;color:#0f172a}.product-hero__quantity-input{width:60px;height:44px;padding:0;text-align:center;font-size:16px;font-weight:600;color:#0f172a;background:none;border:none;border-left:1px solid #e2e8f0;border-right:1px solid #e2e8f0;-moz-appearance:textfield}.product-hero__quantity-input::-webkit-outer-spin-button,.product-hero__quantity-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.product-hero__quantity-input:focus{outline:none}.product-hero__add-btn{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;height:54px;padding:0 24px;font-size:16px;font-weight:700;color:#fff;background-color:#0da2e7;border:none;border-radius:10px;cursor:pointer;transition:all .2s ease}.product-hero__add-btn:hover:not(:disabled){background-color:#0b8ecc;transform:translateY(-1px);box-shadow:0 4px 12px #0da2e74d}.product-hero__add-btn:active:not(:disabled){transform:translateY(0)}.product-hero__add-btn:disabled{background-color:#94a3b8;cursor:not-allowed}.product-hero__buy-now-btn{display:flex;align-items:center;justify-content:center;width:100%;height:48px;padding:0 24px;font-size:15px;font-weight:600;color:#0f172a;background-color:#fff;border:2px solid #e2e8f0;border-radius:10px;cursor:pointer;transition:all .2s ease}.product-hero__buy-now-btn:hover{border-color:#0da2e7;color:#0da2e7}.product-hero__trust{display:flex;flex-direction:column;gap:10px;padding-top:16px;border-top:1px solid #e2e8f0}.product-hero__trust-item{display:flex;align-items:center;gap:10px;font-size:13px;color:#64748b}.product-hero__trust-item svg{flex-shrink:0;color:#16a34a}@media(min-width:768px){.product-hero{padding:32px 24px}.product-hero__container{grid-template-columns:1fr 1.2fr;gap:24px}.product-hero__images{grid-row:span 2}.product-hero__thumbnail{width:70px;height:70px}.product-hero__title{font-size:22px}.product-hero__purchase{padding:28px}}@media(min-width:1024px){.product-hero{padding:48px 32px}.product-hero__container{grid-template-columns:1fr 1.4fr .7fr;gap:28px}.product-hero__images{grid-row:auto}.product-hero__main-image-wrapper{aspect-ratio:1 / 1}.product-hero__thumbnail{width:80px;height:80px}.product-hero__title{font-size:24px}.product-hero__description{font-size:16px}.product-hero__purchase{padding:32px;position:sticky;top:24px;align-self:start}.product-hero__trust{flex-direction:column}}@media(min-width:1280px){.product-hero__container{gap:36px}.product-hero__title{font-size:26px}.product-hero__price{font-size:36px}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/product-custom-hero.css.map */
