@import"https://api.fontshare.com/v2/css?f[]=panchang@700&f[]=bevellier@400,500,500i,700&display=swap";@import"https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap";.troov-hero{position:relative;width:100%;min-height:var(--hero-height-desktop, auto);background-color:var(--hero-bg, #0a0a0a);color:var(--hero-text, #ffffff);font-family:DM Sans,sans-serif;overflow:hidden;display:flex;align-items:center}.troov-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.troov-hero__bg--mobile{display:none}.troov-hero__bg-img{width:100%;height:100%;object-fit:cover;display:block}.troov-hero__bg-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--hero-bg, #0a0a0a);opacity:var(--hero-overlay-opacity, .4)}.troov-hero__container{position:relative;z-index:2;max-width:1200px;margin:0 auto;padding:var(--hero-padding-top, 100px) 40px var(--hero-padding-bottom, 80px);width:100%}.troov-hero__grid{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto;gap:60px;align-items:center}.troov-hero__content--top{grid-column:1;grid-row:1;align-self:end}.troov-hero__content--bottom{grid-column:1;grid-row:2;align-self:start}.troov-hero__media{grid-column:2;grid-row:1 / 3}.troov-hero__grid{column-gap:60px;row-gap:24px}.troov-hero--center .troov-hero__grid{grid-template-columns:1fr;text-align:center;max-width:720px;margin:0 auto}.troov-hero--center .troov-hero__content--top,.troov-hero--center .troov-hero__content--bottom{grid-column:1;align-items:center}.troov-hero--center .troov-hero__content--top{grid-row:1}.troov-hero--center .troov-hero__content--bottom{grid-row:2}.troov-hero--center .troov-hero__usps,.troov-hero--center .troov-hero__buttons,.troov-hero--center .troov-hero__trust{justify-content:center}.troov-hero--center .troov-hero__media{display:none}.troov-hero--right .troov-hero__content--top{grid-column:2;grid-row:1}.troov-hero--right .troov-hero__content--bottom{grid-column:2;grid-row:2}.troov-hero--right .troov-hero__media{grid-column:1;grid-row:1 / 3}.troov-hero--img-behind .troov-hero__media{position:absolute;right:0;bottom:0;width:55%;height:100%;z-index:0;display:flex;align-items:flex-end;justify-content:center;grid-column:unset;grid-row:unset}.troov-hero--img-behind .troov-hero__grid{grid-template-columns:1fr}.troov-hero--img-behind .troov-hero__content--top,.troov-hero--img-behind .troov-hero__content--bottom{grid-column:1}.troov-hero--img-behind .troov-hero__product-img{max-height:100%;width:auto;object-fit:contain}.troov-hero__content{display:flex;flex-direction:column;align-items:flex-start;gap:24px}.troov-hero__badge{display:inline-flex;align-items:center;gap:8px}.troov-hero__stars{display:flex;gap:3px}.troov-hero__stars svg{width:18px;height:18px;fill:var(--hero-badge-star-color, var(--hero-accent, #8DC63F))}.troov-hero__badge-text{font-size:14px;font-weight:600;color:var(--hero-badge-text-color, var(--hero-text, #ffffff));opacity:.8;letter-spacing:.3px}.troov-hero__heading{font-family:Bevellier-Medium,Helvetica Neue,Helvetica,sans-serif;font-weight:700;font-style:italic;font-size:clamp(36px,5vw,60px);line-height:.95;color:var(--hero-heading-color, var(--hero-text, #ffffff));text-transform:uppercase;margin:0;max-width:560px}.troov-hero__body{font-size:17px;line-height:1.65;color:var(--hero-body-color, var(--hero-text, #ffffff));opacity:.85;max-width:480px}.troov-hero__body p{margin:0}.troov-hero__body strong,.troov-hero__body b{font-weight:700;opacity:1;color:var(--hero-body-color, var(--hero-text, #ffffff))}.troov-hero__body-wrap{max-width:480px}.troov-hero__body-toggle{display:none}.troov-hero__usps{display:flex;flex-wrap:wrap;gap:16px}.troov-hero__usp{display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:600;color:var(--hero-usp-text-color, var(--hero-text, #ffffff));letter-spacing:.2px}.troov-hero__usp-icon{width:20px;height:20px;object-fit:contain;flex-shrink:0}.troov-hero__usp:not(:has(.troov-hero__usp-icon)):before{content:"";width:8px;height:8px;border-radius:50%;background:var(--hero-usp-dot-color, var(--hero-accent, #8DC63F));flex-shrink:0}.troov-hero__buttons{display:flex;flex-wrap:wrap;gap:12px;padding-top:4px}.troov-hero__btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;font-family:DM Sans,sans-serif;font-size:14px;font-weight:700;letter-spacing:2px;text-transform:uppercase;text-decoration:none;padding:18px 44px;border-radius:100px;cursor:pointer;transition:all .3s ease;border:2px solid transparent;white-space:nowrap}.troov-hero__btn svg{width:16px;height:16px;transition:transform .3s ease;flex-shrink:0}.troov-hero__btn:hover svg{transform:translate(4px)}.troov-hero__btn--primary{background:var(--hero-btn-primary-bg, var(--hero-accent, #8DC63F));color:var(--hero-btn-primary-text, #0a0a0a);border-color:var(--hero-btn-primary-border, var(--hero-btn-primary-bg, var(--hero-accent, #8DC63F)))}.troov-hero__btn--primary:hover{background:var(--hero-btn-primary-hover-bg, transparent);color:var(--hero-btn-primary-hover-text, var(--hero-accent, #8DC63F));border-color:var(--hero-btn-primary-hover-border, var(--hero-accent, #8DC63F));transform:translateY(-2px);box-shadow:0 8px 30px #8dc63f40}.troov-hero__btn--secondary{background:var(--hero-btn-secondary-bg, transparent);color:var(--hero-btn-secondary-text, var(--hero-text, #ffffff));border-color:var(--hero-btn-secondary-border, rgba(255, 255, 255, .3))}.troov-hero__btn--secondary:hover{background:var(--hero-btn-secondary-hover-bg, var(--hero-text, #ffffff));color:var(--hero-btn-secondary-hover-text, var(--hero-bg, #0a0a0a));border-color:var(--hero-btn-secondary-hover-border, var(--hero-text, #ffffff));transform:translateY(-2px)}.troov-hero__trust{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:var(--hero-trust-color, var(--hero-text, #ffffff));opacity:.6;letter-spacing:.3px}.troov-hero__trust svg{width:16px;height:16px;flex-shrink:0;opacity:.7}.troov-hero__guarantee{display:flex;align-items:flex-start;gap:14px;padding:18px 22px;border:1px solid rgba(255,255,255,.12);border-radius:14px;background:#ffffff0a;max-width:340px}.troov-hero--center .troov-hero__guarantee{margin:0 auto;text-align:left}.troov-hero__guarantee-shield{flex-shrink:0;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:10px;background:var(--hero-accent, #8DC63F)}.troov-hero__guarantee-shield svg{width:22px;height:22px;stroke:var(--hero-bg, #0a0a0a)}.troov-hero__guarantee-content{display:flex;flex-direction:column;gap:4px}.troov-hero__guarantee-text{font-size:13px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;color:var(--hero-text, #ffffff);line-height:1.3}.troov-hero__guarantee-sig{max-width:120px;height:auto;opacity:.85;margin-top:2px}.troov-hero__guarantee-name{font-size:12px;font-weight:500;color:var(--hero-text, #ffffff);opacity:.5;letter-spacing:.2px}.troov-hero__media{position:relative;display:flex;align-items:center;justify-content:center}.troov-hero__product-img{max-width:100%;height:auto;display:block;object-fit:contain;max-height:560px;position:relative;z-index:1}.troov-hero__floating-img{position:absolute;width:120px;height:auto;top:-10%;right:5%;z-index:2;animation:troov-float 4s ease-in-out infinite}@keyframes troov-float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-12px) rotate(3deg)}}@media(max-width:768px){.troov-hero{min-height:var(--hero-height-mobile, auto)}.troov-hero__container{padding:calc(var(--hero-padding-top, 100px) * .8) 24px calc(var(--hero-padding-bottom, 80px) * .75)}.troov-hero__grid{display:flex;flex-direction:column;gap:32px;text-align:center}.troov-hero__content--top,.troov-hero__content--bottom{align-items:center;grid-column:unset;grid-row:unset}.troov-hero__media{grid-column:unset;grid-row:unset}.troov-hero--mobile-img-bottom .troov-hero__content--top{order:1}.troov-hero--mobile-img-bottom .troov-hero__content--bottom{order:2;width:100%}.troov-hero--mobile-img-bottom .troov-hero__media{order:3}.troov-hero--mobile-img-top .troov-hero__media{order:1}.troov-hero--mobile-img-top .troov-hero__content--top{order:2}.troov-hero--mobile-img-top .troov-hero__content--bottom{order:3}.troov-hero--mobile-img-middle .troov-hero__content--top{order:1}.troov-hero--mobile-img-middle .troov-hero__media{order:2}.troov-hero--mobile-img-middle .troov-hero__content--bottom{order:3}.troov-hero--mobile-hide-img .troov-hero__media{display:none!important}.troov-hero__bg--mobile~.troov-hero__bg:not(.troov-hero__bg--mobile){display:none}.troov-hero__bg--mobile{display:block}.troov-hero--img-behind .troov-hero__media{position:relative;width:100%;height:auto}.troov-hero__stars svg{width:14px;height:14px}.troov-hero__badge-text{font-size:12px}.troov-hero__heading{font-size:clamp(32px,9vw,44px);max-width:100%}.troov-hero__body{font-size:15px;max-width:100%}.troov-hero__body-wrap{max-width:100%}.troov-hero__body-wrap--collapsible .troov-hero__body{max-height:0;overflow:hidden;opacity:0;transition:max-height .4s ease,opacity .3s ease,margin .3s ease;margin:0}.troov-hero__body-wrap--collapsible.is-open .troov-hero__body{max-height:500px;opacity:1;margin-bottom:8px}.troov-hero__body-toggle{display:inline-flex;align-items:center;gap:6px;background:none;border:none;padding:8px 0;cursor:pointer;font-family:DM Sans,sans-serif;font-size:14px;font-weight:600;color:var(--hero-accent, #8DC63F);letter-spacing:.3px;transition:opacity .2s ease}.troov-hero__body-toggle:hover{opacity:.8}.troov-hero__body-toggle-icon{width:16px;height:16px;transition:transform .3s ease}.troov-hero__body-wrap--collapsible.is-open .troov-hero__body-toggle-icon{transform:rotate(180deg)}.troov-hero__guarantee{max-width:100%}.troov-hero__usps{justify-content:center;gap:12px}.troov-hero__usp{font-size:13px}.troov-hero__buttons{flex-direction:column;width:100%;justify-content:center}.troov-hero__btn{width:100%;padding:18px 32px}.troov-hero__btn:hover{transform:none;box-shadow:none}.troov-hero__trust{justify-content:center}.troov-hero__product-img{max-height:360px}.troov-hero__floating-img{width:80px;top:-5%;right:0}}@media(max-width:390px){.troov-hero__container{padding:72px 20px 48px}.troov-hero__heading{font-size:32px}.troov-hero__body{font-size:14px}}
/*# sourceMappingURL=/cdn/shop/t/27/assets/troov-dynamic-hero.css.map */
