.hero-primal-inspired{position:relative;overflow:hidden;background:linear-gradient(135deg,var(--hero-primal-bg-primary, #fce7f3) 0%,var(--hero-primal-bg-secondary, #f8bfd5) 100%);min-height:100vh;display:flex;align-items:center;padding:var(--hero-primal-section-padding-top, 40px) 0 var(--hero-primal-section-padding-bottom, 80px)}.hero-primal__container{max-width:1400px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:2}.hero-primal__products{position:relative;display:flex;align-items:center;justify-content:center}.hero-primal__products-container{position:relative;width:100%;height:100vh;max-height:700px;display:flex;align-items:center;justify-content:center}.hero-primal__product-item{position:relative;transition:transform .3s ease;border:none;box-shadow:none}.hero-primal__product-item--main{width:100%;height:100%;z-index:3;animation:float 6s ease-in-out infinite;border:none;box-shadow:none;border-radius:20px;overflow:hidden}.hero-primal__product-image{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .3s ease;border:none;box-shadow:none;filter:none}.hero-primal__product-item--main:hover{transform:scale(1.02);box-shadow:none!important;border:none!important;filter:none!important}.hero-primal__product-item:hover .hero-primal__product-image{transform:scale(1.03);box-shadow:none!important;filter:none!important;border:none!important}.hero-primal__content{display:flex;flex-direction:column;gap:1.5rem;max-width:600px}.hero-primal__rating{display:flex;align-items:center;gap:.75rem;animation:fade-in-up .8s ease-out}.hero-primal__stars{display:flex;gap:.2rem}.hero-primal__star{font-size:1.4rem;color:#d1d5db;transition:color .3s ease}.hero-primal__star--filled{color:var(--hero-primal-accent, #CB807B)}.hero-primal__rating-text{font-size:var(--hero-primal-rating-size, 1.25rem);font-weight:var(--hero-primal-rating-weight, 700);color:var(--hero-primal-text-secondary, #302F2F)}.hero-primal__title{font-size:clamp(calc(var(--hero-primal-title-size, 36px) * .6),7vw,var(--hero-primal-title-size, 36px));font-weight:var(--hero-primal-title-weight, 700);line-height:1.25;color:var(--hero-primal-text-primary, #3C2E2A);margin:0 0 .5rem;letter-spacing:-.01em;animation:fade-in-up .8s ease-out .2s both;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.hero-primal__banner{background:var(--hero-primal-banner-bg, #DF66ED);color:var(--hero-primal-banner-text, #FFFFFF);padding:1rem 2.5rem;border-radius:50px;display:inline-block;align-self:flex-start;animation:fade-in-up .8s ease-out .4s both;box-shadow:none;margin:.5rem 0}.hero-primal__banner-text{font-size:var(--hero-primal-banner-size, 1.4rem);font-weight:var(--hero-primal-banner-weight, 700);letter-spacing:.02em}.hero-primal__study{animation:fade-in-up .8s ease-out .6s both;margin:.75rem 0}.hero-primal__study-text{font-size:var(--hero-primal-study-size, 1.5rem);color:var(--hero-primal-text-primary, #3C2E2A);margin:0;font-weight:var(--hero-primal-study-weight, 600);line-height:1.55}.hero-primal__benefits{display:flex;flex-direction:column;gap:.75rem;animation:fade-in-up .8s ease-out .8s both;margin:1rem 0}.hero-primal__benefit{display:flex;align-items:flex-start;gap:1rem;padding:.75rem 0}.hero-primal__benefit-icon{width:24px;height:24px;color:var(--hero-primal-accent, #CB807B);flex-shrink:0;margin-top:.125rem}.hero-primal__checkmark{width:100%;height:100%}.hero-primal__benefit-text{font-size:var(--hero-primal-benefit-size, 1.4rem);font-weight:var(--hero-primal-benefit-weight, 700);color:var(--hero-primal-text-primary, #3C2E2A);line-height:1.5}.hero-primal__cta{animation:fade-in-up .8s ease-out 1s both;margin:1rem 0}.hero-primal__cta-button{display:inline-flex;align-items:center;gap:.75rem;background:var(--hero-primal-cta-bg, #BF5F5A);color:var(--hero-primal-cta-text, #FFFFFF);padding:1rem 2.5rem;border-radius:50px;font-size:var(--hero-primal-cta-size, 1.45rem);font-weight:var(--hero-primal-cta-weight, 800);letter-spacing:.02em;text-decoration:none;border:none;cursor:pointer;transition:all .3s ease;box-shadow:none;position:relative;overflow:hidden}.hero-primal__cta-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.hero-primal__cta-button:hover:before{left:100%}.hero-primal__cta-button:hover{transform:translateY(-2px);box-shadow:0 8px 25px #bf5f5a4d}.hero-primal__cta-emoji{font-size:1.5rem}.hero-primal__guarantees{display:flex;flex-wrap:wrap;gap:1.5rem;animation:fade-in-up .8s ease-out 1.2s both;margin-top:1rem}.hero-primal__guarantee{display:flex;align-items:center;gap:.5rem}.hero-primal__guarantee-icon{width:18px;height:18px;color:var(--hero-primal-guarantee-color, #CB807B);flex-shrink:0}.hero-primal__guarantee-text{font-size:var(--hero-primal-guarantee-size, 1.2rem);font-weight:var(--hero-primal-guarantee-weight, 700);color:var(--hero-primal-guarantee-color, #CB807B)}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes fade-in-up{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 1200px){.hero-primal__container{gap:3rem}.hero-primal__products-container{height:600px}}@media (max-width: 968px){.hero-primal-inspired{min-height:auto;padding:4rem 0 5rem}.hero-primal__container{grid-template-columns:1fr;gap:3rem;text-align:center}.hero-primal__products{order:1}.hero-primal__content{order:2;align-items:center;gap:1.25rem}.hero-primal__products-container{height:400px}.hero-primal__banner{align-self:center}.hero-primal__guarantees{justify-content:center}.hero-primal__title{font-size:clamp(calc(var(--hero-primal-title-size, 36px) * .7),8vw,calc(var(--hero-primal-title-size, 36px) * .9));line-height:1.2;margin-bottom:1rem}.hero-primal__study-text{font-size:calc(var(--hero-primal-study-size, 16px) * .95);font-weight:var(--hero-primal-study-weight, 600);line-height:1.55;max-width:85%;margin:0 auto}.hero-primal__benefits{gap:1rem;margin:1.25rem 0}.hero-primal__benefit{padding:.75rem 0;text-align:left;max-width:100%}}@media (max-width: 640px){.hero-primal-inspired{padding:3rem 0 4rem}.hero-primal__container{padding:0 1.5rem;gap:2.5rem}.hero-primal__content{gap:1.25rem}.hero-primal__title{font-size:clamp(calc(var(--hero-primal-title-size, 36px) * .6),9vw,calc(var(--hero-primal-title-size, 36px) * .8));line-height:1.25;margin-bottom:1rem}.hero-primal__banner{margin:.75rem 0}.hero-primal__banner-text{font-size:calc(var(--hero-primal-banner-size, 16px) * .85);font-weight:var(--hero-primal-banner-weight, 700)}.hero-primal__study-text{font-size:calc(var(--hero-primal-study-size, 16px) * .9);font-weight:var(--hero-primal-study-weight, 600);line-height:1.7;max-width:90%}.hero-primal__benefits{gap:.75rem;margin:1.25rem 0}.hero-primal__benefit{padding:.75rem 0}.hero-primal__benefit-text{font-size:calc(var(--hero-primal-benefit-size, 16px) * .85);font-weight:var(--hero-primal-benefit-weight, 700);line-height:1.55}.hero-primal__products-container{height:350px}.hero-primal__cta-button{padding:1rem 2.5rem;font-size:calc(var(--hero-primal-cta-size, 20px) * .85);font-weight:var(--hero-primal-cta-weight, 800);margin:1.5rem 0}.hero-primal__guarantees{flex-direction:column;gap:.75rem;margin-top:1.5rem}.hero-primal__guarantee-text{font-size:1.1rem;font-weight:700}}@media (max-width: 480px){.hero-primal-inspired{padding:2rem 0 3rem}.hero-primal__container{padding:0 1rem;gap:2rem}.hero-primal__content{gap:1rem}.hero-primal__title{font-size:clamp(calc(var(--hero-primal-title-size, 36px) * .55),10vw,calc(var(--hero-primal-title-size, 36px) * .7));line-height:1.3;margin-bottom:1rem}.hero-primal__rating-text{font-size:calc(var(--hero-primal-rating-size, 16px) * .8);font-weight:var(--hero-primal-rating-weight, 700)}.hero-primal__banner-text{font-size:calc(var(--hero-primal-banner-size, 16px) * .8);font-weight:var(--hero-primal-banner-weight, 700)}.hero-primal__study-text{font-size:calc(var(--hero-primal-study-size, 16px) * .85);font-weight:var(--hero-primal-study-weight, 600);line-height:1.65}.hero-primal__benefits{gap:.5rem;margin:1rem 0}.hero-primal__benefit-text{font-size:calc(var(--hero-primal-benefit-size, 16px) * .8);font-weight:var(--hero-primal-benefit-weight, 700);line-height:1.6}.hero-primal__products-container{height:300px}.hero-primal__cta-button{padding:1rem 2rem;font-size:calc(var(--hero-primal-cta-size, 20px) * .8);font-weight:var(--hero-primal-cta-weight, 800);margin:1.5rem 0}.hero-primal__guarantees{gap:.5rem;margin-top:1rem}.hero-primal__guarantee-text{font-size:calc(var(--hero-primal-guarantee-size, 16px) * .75);font-weight:var(--hero-primal-guarantee-weight, 700)}}.hero-primal__product-item{will-change:transform}@media (prefers-reduced-motion: reduce){.hero-primal__product-item{animation:none}.hero-primal__content>*{animation:none}.hero-primal__cta-button:hover{transform:none}}@media (prefers-contrast: high){.hero-primal-inspired{background:#fff}.hero-primal__title,.hero-primal__study-text,.hero-primal__benefit-text{color:#000}}.hero-primal__cta-button:focus{outline:2px solid #0066cc;outline-offset:2px}@media print{.hero-primal-inspired{background:#fff;min-height:auto}}
/*# sourceMappingURL=/cdn/shop/t/17/assets/component-hero-primal-inspired.css.map */
