.product-hero-premium{width:100%;background:transparent}.product-hero-premium__banner{border-radius:16px;overflow:hidden}.product-hero-premium__banner{position:relative;width:100%;min-height:var(--hero-min-height, 600px);display:flex;align-items:center;justify-content:center;overflow:hidden}.product-hero-premium__media{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.product-hero-premium__image{width:100%;height:100%;object-fit:cover;object-position:center}.product-hero-premium__placeholder{width:100%;height:100%;background:linear-gradient(135deg,#1a1a2e,#16213e);display:flex;align-items:center;justify-content:center}.product-hero-premium__placeholder-svg{width:200px;height:200px;opacity:.3}.product-hero-premium__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,rgba(0,0,0,calc(var(--hero-overlay-opacity, .4) * .5)),rgba(0,0,0,var(--hero-overlay-opacity, .4)),rgba(0,0,0,calc(var(--hero-overlay-opacity, .4) * .8)));z-index:2}.product-hero-premium__content{position:relative;z-index:3;text-align:center;padding:40px 20px;max-width:900px;width:100%;display:flex;flex-direction:column;align-items:center;gap:30px}.product-hero-premium__text-wrapper{display:flex;flex-direction:column;align-items:center;gap:16px}.product-hero-premium__subtitle{font-size:14px;font-weight:500;letter-spacing:3px;text-transform:uppercase;color:var(--hero-accent-color, #d4af37);margin:0;opacity:0;animation:heroFadeInUp .8s ease forwards;animation-delay:.2s}.product-hero-premium__title{font-size:clamp(32px,6vw,56px);font-weight:700;line-height:1.1;color:var(--hero-text-color, #ffffff);margin:0;text-shadow:0 2px 20px rgba(0,0,0,.3);opacity:0;animation:heroFadeInUp .8s ease forwards;animation-delay:.4s}.product-hero-premium__description{font-size:clamp(16px,2vw,20px);font-weight:400;line-height:1.6;color:var(--hero-text-color, #ffffff);margin:0;max-width:600px;opacity:0;animation:heroFadeInUp .8s ease forwards;animation-delay:.6s}.product-hero-premium__trust-points--desktop{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:12px 24px;padding:20px 30px;background:#ffffff14;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:50px;border:1px solid rgba(255,255,255,.1);opacity:0;animation:heroFadeInUp .8s ease forwards;animation-delay:.8s}.product-hero-premium__trust-points--desktop .product-hero-premium__trust-point{display:flex;align-items:center;gap:8px;color:var(--hero-text-color, #ffffff)}.product-hero-premium__trust-points--desktop .product-hero-premium__trust-icon{color:var(--hero-accent-color, #d4af37)}.product-hero-premium__trust-separator{color:#ffffff4d;font-weight:300}.product-hero-premium__trust-points--mobile{display:none}.product-hero-premium__trust-icon{display:flex;align-items:center;justify-content:center}.product-hero-premium__trust-icon svg{width:20px;height:20px}.product-hero-premium__trust-text{font-size:14px;font-weight:500;white-space:nowrap}.product-hero-premium__scroll-indicator--desktop{color:var(--hero-text-color, #ffffff);opacity:.6;animation:heroBounce 2s ease-in-out infinite;cursor:pointer;transition:opacity .3s ease;margin-top:10px}.product-hero-premium__scroll-indicator--desktop:hover{opacity:1}.product-hero-premium__scroll-indicator--desktop svg{width:28px;height:28px}@keyframes heroFadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes heroBounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}@media screen and (max-width: 768px){.product-hero-premium__banner{min-height:auto;aspect-ratio:21 / 9}.product-hero-premium__content{padding:20px 16px;gap:12px;justify-content:center}.product-hero-premium__text-wrapper{gap:8px}.product-hero-premium__subtitle{font-size:10px;letter-spacing:2px}.product-hero-premium__title{font-size:clamp(20px,6vw,32px);line-height:1.15}.product-hero-premium__description{font-size:13px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-hero-premium__trust-points--desktop,.product-hero-premium__scroll-indicator--desktop{display:none}.product-hero-premium__trust-points--mobile{display:flex;flex-direction:row;justify-content:center;align-items:stretch;gap:0;padding:0;margin:20px 16px;background:#fff;border-radius:16px;box-shadow:0 2px 20px #0000000f,0 0 0 1px #0000000a;overflow:hidden}.product-hero-premium__trust-points--mobile .product-hero-premium__trust-point{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:20px 12px;flex:1;text-align:center;position:relative;color:#1a1a1a}.product-hero-premium__trust-points--mobile .product-hero-premium__trust-point:not(:last-child):after{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);height:40px;width:1px;background:linear-gradient(180deg,transparent 0%,rgba(0,0,0,.08) 50%,transparent 100%)}.product-hero-premium__trust-points--mobile .product-hero-premium__trust-icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:linear-gradient(135deg,#d4af371a,#d4af370d);border-radius:12px;color:var(--hero-accent-color, #d4af37);transition:transform .3s ease,box-shadow .3s ease}.product-hero-premium__trust-points--mobile .product-hero-premium__trust-point:hover .product-hero-premium__trust-icon{transform:scale(1.05);box-shadow:0 4px 12px #d4af3733}.product-hero-premium__trust-points--mobile .product-hero-premium__trust-icon svg{width:22px;height:22px;stroke-width:1.5}.product-hero-premium__trust-points--mobile .product-hero-premium__trust-text{font-size:11px;font-weight:600;letter-spacing:.02em;line-height:1.3;color:#1a1a1a;white-space:normal;max-width:100px}}@media screen and (max-width: 480px){.product-hero-premium__subtitle{font-size:9px;letter-spacing:1.5px}.product-hero-premium__title{font-size:clamp(18px,5.5vw,26px)}.product-hero-premium__description{font-size:12px;padding:0 10px}.product-hero-premium__trust-points--mobile{margin:16px 12px}.product-hero-premium__trust-points--mobile .product-hero-premium__trust-point{padding:16px 8px;gap:8px}.product-hero-premium__trust-points--mobile .product-hero-premium__trust-icon{width:40px;height:40px;border-radius:10px}.product-hero-premium__trust-points--mobile .product-hero-premium__trust-icon svg{width:20px;height:20px}.product-hero-premium__trust-points--mobile .product-hero-premium__trust-text{font-size:10px;max-width:85px}.product-hero-premium__trust-points--mobile .product-hero-premium__trust-point:not(:last-child):after{height:32px}}@media screen and (max-width: 360px){.product-hero-premium__title{font-size:16px}.product-hero-premium__description{font-size:11px;-webkit-line-clamp:1}.product-hero-premium__trust-points--mobile{margin:12px 8px;border-radius:12px}.product-hero-premium__trust-points--mobile .product-hero-premium__trust-point{padding:14px 6px;gap:6px}.product-hero-premium__trust-points--mobile .product-hero-premium__trust-icon{width:36px;height:36px;border-radius:8px}.product-hero-premium__trust-points--mobile .product-hero-premium__trust-icon svg{width:18px;height:18px}.product-hero-premium__trust-points--mobile .product-hero-premium__trust-text{font-size:9px;max-width:70px}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/product-hero-premium.css.map */
