.product-page-hero{display:grid;grid-template-columns:1fr 1fr;gap:48px;padding:40px 0;max-width:1400px;margin:0 auto}@media (max-width: 990px){.product-page-hero{grid-template-columns:1fr;gap:32px;padding:24px 0}}.product-page-hero__gallery{position:sticky;top:120px;height:fit-content}@media (max-width: 990px){.product-page-hero__gallery{position:relative;top:0}}.product-page-hero__info{padding:20px 0}.product-page-hero__title{font-size:32px;font-weight:700;line-height:1.3;margin:0 0 16px;color:#1a1a1a}@media (max-width: 768px){.product-page-hero__title{font-size:26px}}.product-page-hero__benefit{font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:1px;color:#667eea;margin-bottom:8px}.product-page-hero__price{font-size:32px;font-weight:700;color:#1a1a1a;margin:24px 0;display:flex;align-items:center;gap:12px}.product-page-hero__price--compare{font-size:24px;font-weight:400;color:#999;text-decoration:line-through}.product-page-hero__price--sale{color:#d32f2f}.product-page-hero__rating{display:flex;align-items:center;gap:8px;margin:12px 0;font-size:16px}.product-page-hero__stars{color:orange;letter-spacing:2px}.product-page-hero__rating-count{color:#666;font-size:14px}.product-page-hero__rating-count:hover{text-decoration:underline;cursor:pointer}.product-page-hero__badge{display:inline-flex;align-items:center;gap:6px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:8px 16px;border-radius:24px;font-size:13px;font-weight:600;margin:16px 0;box-shadow:0 2px 8px #667eea4d}.product-page-hero__description{font-size:16px;line-height:1.6;color:#444;margin:24px 0}.product-gallery{display:flex;flex-direction:column;gap:16px}.product-gallery__main{position:relative;aspect-ratio:1 / 1;background:#f9f9f9;border-radius:12px;overflow:hidden;cursor:zoom-in}.product-gallery__main-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-gallery__main:hover .product-gallery__main-image{transform:scale(1.05)}.product-gallery__zoom-icon{position:absolute;bottom:16px;right:16px;background:#000000b3;color:#fff;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px;pointer-events:none;opacity:0;transition:opacity .3s ease}.product-gallery__main:hover .product-gallery__zoom-icon{opacity:1}.product-gallery__thumbnails{display:flex;gap:12px;overflow-x:auto;padding:4px 0}.product-gallery__thumbnail{flex-shrink:0;width:80px;height:80px;border-radius:8px;overflow:hidden;cursor:pointer;border:2px solid transparent;transition:all .2s ease}.product-gallery__thumbnail:hover{border-color:#667eea}.product-gallery__thumbnail.active{border-color:#667eea;box-shadow:0 0 0 2px #667eea33}.product-gallery__thumbnail-image{width:100%;height:100%;object-fit:cover}.product-gallery__lightbox{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:#000000f2;z-index:9999;align-items:center;justify-content:center;padding:40px}.product-gallery__lightbox.active{display:flex}.product-gallery__lightbox-image{max-width:90%;max-height:90vh;object-fit:contain;border-radius:8px}.product-gallery__lightbox-close{position:absolute;top:20px;right:20px;background:#fff;border:none;width:48px;height:48px;border-radius:50%;font-size:24px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.product-gallery__lightbox-close:hover{background:#f0f0f0;transform:rotate(90deg)}@media (max-width: 768px){.product-gallery__thumbnails{order:2}.product-gallery__main{order:1;cursor:default}.product-gallery__zoom-icon{display:none}}.product-experience{max-width:1200px;margin:60px auto;padding:40px 20px}@media (max-width: 768px){.product-experience{margin:40px auto;padding:24px 16px}}.product-experience__header{text-align:center;margin-bottom:40px}.product-experience__title{font-size:28px;font-weight:700;margin:0 0 16px;color:#1a1a1a}@media (max-width: 768px){.product-experience__title{font-size:24px}}.product-experience__hook{font-size:18px;line-height:1.6;color:#444;max-width:800px;margin:0 auto 48px;text-align:center}@media (max-width: 768px){.product-experience__hook{font-size:16px;margin-bottom:32px}}.product-experience__grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;margin-bottom:48px}@media (max-width: 990px){.product-experience__grid{grid-template-columns:1fr;gap:32px}}.product-experience__content h3{font-size:22px;font-weight:700;margin:0 0 16px;color:#1a1a1a}.product-experience__content p{font-size:16px;line-height:1.7;color:#444;margin-bottom:16px}.product-experience__image{width:100%;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #0000001a}.product-experience__image img{width:100%;height:auto;display:block}.product-cta{margin:32px 0}.product-cta__button{width:100%;background:#1a1a1a;color:#fff;border:none;padding:18px 32px;border-radius:12px;font-size:18px;font-weight:700;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.product-cta__button:hover{background:#333;transform:translateY(-2px);box-shadow:0 8px 20px #0003}.product-cta__button:active{transform:translateY(0)}.product-cta__button--primary{background:linear-gradient(135deg,#667eea,#764ba2)}.product-cta__button--primary:hover{background:linear-gradient(135deg,#5568d3,#63408a)}.product-cta__button:disabled{background:#ccc;cursor:not-allowed;transform:none}.product-cta__button:disabled:hover{background:#ccc;box-shadow:none}.product-cta__button-text{position:relative;z-index:1}.product-cta__secondary{display:flex;gap:12px;margin-top:16px}.product-cta__secondary-button{flex:1;background:#f5f5f5;color:#1a1a1a;border:none;padding:14px 24px;border-radius:10px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:8px}.product-cta__secondary-button:hover{background:#e8e8e8}@media (max-width: 768px){.product-cta__button{padding:16px 28px;font-size:17px}.product-cta__secondary{flex-direction:column}.product-cta__secondary-button{width:100%}}.product-cta__quantity{display:flex;align-items:center;gap:16px;margin:20px 0}.product-cta__quantity-label{font-weight:600;color:#1a1a1a}.product-cta__quantity-selector{display:flex;align-items:center;border:2px solid #e0e0e0;border-radius:10px;overflow:hidden}.product-cta__quantity-button{background:#f5f5f5;border:none;width:44px;height:44px;font-size:20px;cursor:pointer;transition:background .2s ease;display:flex;align-items:center;justify-content:center}.product-cta__quantity-button:hover{background:#e8e8e8}.product-cta__quantity-input{border:none;width:60px;text-align:center;font-size:16px;font-weight:600;padding:0;background:#fff}.product-cta__trust{display:flex;gap:24px;margin-top:24px;padding-top:24px;border-top:1px solid #e0e0e0;flex-wrap:wrap}.product-cta__trust-item{display:flex;align-items:center;gap:8px;font-size:14px;color:#666}.product-cta__trust-icon{font-size:20px;color:#2e7d32}@media (max-width: 768px){.product-cta__trust{flex-direction:column;gap:12px}}
/*# sourceMappingURL=/cdn/shop/t/10/assets/product-page-enhancements.css.map */
