.hp-hero{max-width:var(--page-width);margin:0 auto;padding:0 1.7rem;background:transparent}.hp-hero__grid{display:grid;grid-template-columns:1fr;gap:28px;margin-bottom:48px}@media (min-width: 1024px){.hp-hero__grid{grid-template-columns:8fr 4fr;gap:40px;align-items:stretch}}.hp-carousel{position:relative;width:100%;min-height:460px;border-radius:40px;overflow:hidden;border:1px solid #e2e8f0;background:linear-gradient(135deg,#dfd6cf,#bac0c4)}@media (min-width: 640px){.hp-carousel{min-height:580px;border-radius:48px}}@media (min-width: 768px){.hp-carousel{min-height:620px;border-radius:56px}}@media (min-width: 1024px){.hp-carousel{height:clamp(520px,42vw,720px);min-height:0}}@media (min-width: 1280px){.hp-carousel{height:clamp(560px,38vw,760px)}}.hp-carousel__viewport{position:relative;width:100%;height:100%}.hp-carousel__slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transform:scale(1.06);transition:opacity 1.1s cubic-bezier(.22,1,.36,1),transform 1.1s cubic-bezier(.22,1,.36,1);pointer-events:none;will-change:opacity,transform}.hp-carousel__slide.is-active{opacity:1;transform:scale(1);pointer-events:auto;z-index:2}.hp-slide__inner{position:relative;z-index:2;height:100%;padding:clamp(10px,1.5vw,20px) clamp(16px,3vw,112px) clamp(34px,5vw,64px) clamp(14px,2vw,64px)}@media (min-width: 640px){.hp-slide__inner{padding:0 48px 56px 40px}}@media (min-width: 1024px){.hp-slide__inner{padding:4px 64px 64px 48px}}@media (min-width: 1280px){.hp-slide__inner{padding:4px 96px 64px 56px}}@media (min-width: 1536px){.hp-slide__inner{padding:4px 112px 64px 64px}}.hp-slide__layout{height:100%;display:grid;grid-template-columns:1fr;align-items:center;gap:18px}@media (min-width: 1024px){.hp-slide__layout{grid-template-columns:55% 45%;gap:40px}}.hp-slide__content{text-align:center;display:flex;flex-direction:column;align-items:center}@media (min-width: 1024px){.hp-slide__content{text-align:left;align-items:flex-start}}.hp-slide__badge{padding:clamp(5px,.8vw,7px) clamp(12px,1.2vw,16px);border-radius:999px;background:#fff9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.4);font-size:clamp(8px,.9vw,10px);letter-spacing:clamp(.16em,.3vw,.22em);text-transform:uppercase;color:#00205c}.hp-slide__title{margin:clamp(8px,1.4vw,12px) 0 clamp(12px,1.8vw,18px);font-weight:950;line-height:1.08;letter-spacing:-.02em;color:#006e68;-webkit-text-stroke:1px currentColor;font-size:clamp(20px,4vw,52px)}@media (min-width: 768px){.hp-slide__title{font-size:28px}}@media (min-width: 1024px){.hp-slide__title{font-size:38px}}@media (min-width: 1280px){.hp-slide__title{font-size:44px}}@media (min-width: 1536px){.hp-slide__title{font-size:52px}}.hp-slide__desc{display:none;margin:0 0 clamp(20px,2.5vw,40px);max-width:44rem;color:#334155;font-weight:400;font-size:clamp(13px,1.25vw,16px);line-height:1.7;letter-spacing:.4px;font-family:var(--font-body-family)}@media (min-width: 1024px){.hp-slide__desc{display:block}}@media (min-width: 1280px){.hp-slide__desc{margin-bottom:40px}}.hp-btn{border-radius:clamp(14px,1.5vw,18px);font-size:clamp(9px,1vw,12px);padding:clamp(12px,1.4vw,16px) clamp(22px,3vw,42px);letter-spacing:clamp(.14em,.3vw,.18em);box-shadow:0 25px 50px #0f766e33;transition:transform .15s ease,background .25s ease;position:relative;display:inline-flex;align-items:center;justify-content:center;background:#0f766e;color:#fff;font-weight:800;text-transform:uppercase;text-decoration:none;overflow:hidden}.hp-btn:hover{background:#0f172a}.hp-btn:active{transform:scale(.98)}.hp-btn__bg{position:absolute;top:0;right:0;bottom:0;left:0;transform:translateY(100%);transition:transform .5s ease;background:linear-gradient(90deg,#0f766e,#14b8a6)}.hp-btn:hover .hp-btn__bg{transform:translateY(0)}.hp-btn__text{position:relative;z-index:1}.hp-slide__imageMobile{margin:12px 0 16px;display:flex;justify-content:center;width:100%}@media (min-width: 1024px){.hp-slide__imageMobile{display:none}}.hp-slide__imageFrame{width:100%;max-width:260px;aspect-ratio:1 / 1;border-radius:40px;overflow:hidden;border:2px solid #fff;box-shadow:0 25px 60px #0000002e}@media (min-width: 640px){.hp-slide__imageFrame{max-width:260px;border-width:8px}}@media (min-width: 768px){.hp-slide__imageFrame{max-width:280px}}.hp-slide__imageDesktop{display:none}@media (min-width: 1024px){.hp-slide__imageDesktop{display:flex;justify-content:flex-end}.hp-slide__imageFrameDesktop{position:relative;width:100%;aspect-ratio:1 / 1;border-radius:64px;overflow:hidden;border:2px solid #fff;box-shadow:0 25px 70px #0000002e}}@media (min-width: 1280px){.hp-slide__imageFrameDesktop{border-radius:80px}}.hp-slide__image{padding:10px;width:100%;height:100%;object-fit:contain;display:block}.hp-carousel__controls{position:absolute;left:0;right:0;bottom:18px;z-index:5;padding:0 32px 0 24px;display:flex;align-items:center;justify-content:space-between}@media (min-width: 640px){.hp-carousel__controls{bottom:28px;padding:0 48px 0 40px}}@media (min-width: 1024px){.hp-carousel__controls{padding:0 64px 0 48px}}@media (min-width: 1280px){.hp-carousel__controls{padding:0 96px 0 56px}}@media (min-width: 1536px){.hp-carousel__controls{padding:0 112px 0 64px}}.hp-carousel__left{display:flex;align-items:center;gap:18px}.hp-carousel__indicators{display:flex;gap:10px;align-items:center}.hp-indicator{position:relative;height:6px;width:8px;border-radius:999px;background:#94a3b859;border:0;padding:0;overflow:hidden;cursor:pointer;transition:width .35s ease}.hp-indicator__fill{position:absolute;left:0;top:0;bottom:0;width:100%;background:#0f766e;transform-origin:left center;transform:scaleX(0);will-change:transform}.hp-carousel__count{display:none;font-size:9px;font-weight:900;color:#64748b;letter-spacing:.35em;text-transform:uppercase}@media (min-width: 640px){.hp-carousel__count{display:inline-flex;align-items:center}}.hp-carousel__countCurrent{color:#0f172a;border-bottom:2px solid #0f766e;padding-bottom:2px}.hp-carousel__countSep{opacity:.35;margin:0 10px}.hp-carousel__arrows{display:none;gap:10px}@media (min-width: 640px){.hp-carousel__arrows{display:inline-flex}}.hp-arrow{width:44px;height:44px;border-radius:999px;border:1px solid rgba(255,255,255,.4);background:#fff9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#1f2937;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .15s ease,background .2s ease,color .2s ease}.hp-arrow:hover{background:#0f766e;color:#fff;transform:scale(1.04)}.hp-arrow svg{width:20px;height:20px}.hp-hero__promos{display:flex;flex-direction:column;gap:24px}@media (min-width: 640px){.hp-hero__promos{display:grid;grid-template-columns:1fr 1fr;gap:32px}}@media (min-width: 1024px){.hp-hero__promos{display:flex;grid-template-columns:none;height:100%;flex-direction:column;gap:24px}}@media (min-width: 1024px){.hp-promoSlot{flex:1 1 0;display:flex;min-height:0}.hp-promo{height:100%;width:100%}}.hp-promo{position:relative;width:100%;min-height:240px;border-radius:40px;background:#fff;border:1px solid #f1f5f9;padding:28px;overflow:hidden;box-shadow:0 12px 30px #02061714;transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease;justify-content:center;align-items:center;display:flex}.hp-promo:hover{transform:translateY(-6px);box-shadow:0 20px 45px #0f766e1f;border-color:#0f766e33}.hp-promo__bgBlob{position:absolute;top:-80px;right:-80px;width:160px;height:160px;border-radius:999px;background:#0f766e0f;transition:transform 1s ease}.hp-promo:hover .hp-promo__bgBlob{transform:scale(1.5)}.hp-promo__inner{position:relative;z-index:1;display:flex;gap:16px;height:100%}.hp-promo__content{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.hp-promo__badge{display:inline-block;background:#ef4444;color:#fff;border-radius:999px;font-weight:900;text-transform:uppercase;box-shadow:0 12px 30px #ef444433;margin-bottom:12px;padding:clamp(3px,.6vw,5px) clamp(7px,.9vw,10px);font-size:clamp(8px,.85vw,10px);letter-spacing:clamp(.12em,.25vw,.18em)}.hp-promo__title{margin:0 0 clamp(12px,1.5vw,18px);max-width:170px;font-weight:900;color:#0f766e;letter-spacing:-.02em;line-height:1.1;font-size:clamp(18px,2.2vw,26px);transition:color .25s ease}.hp-promo:hover .hp-promo__title{color:#0f172a}.hp-promo__btn{padding:clamp(9px,1vw,12px) clamp(14px,1.4vw,18px);border-radius:clamp(12px,1.2vw,16px);font-size:clamp(8px,.85vw,10px);letter-spacing:clamp(.11em,.2vw,.14em);position:relative;display:inline-flex;align-items:center;justify-content:center;background:#0f766e;color:#fff;font-weight:900;text-transform:uppercase;text-decoration:none;overflow:hidden;box-shadow:0 18px 35px #0f766e26}.hp-promo__btnBg{position:absolute;top:0;right:0;bottom:0;left:0;transform:translateY(100%);transition:transform .3s ease;background:#ffffff1a}.hp-promo:hover .hp-promo__btnBg{transform:translateY(0)}.hp-promo__btnText{position:relative;z-index:1}.hp-promo__media{flex:1.2;display:flex;align-items:center;justify-content:center;position:relative}.hp-promo__img{width:100%;height:auto;max-height:220px;object-fit:contain;filter:drop-shadow(0 20px 35px rgba(0,0,0,.15));transition:transform .6s ease,filter .6s ease}.hp-promo:hover .hp-promo__img{transform:scale(1.1) rotate(-3deg);filter:drop-shadow(0 35px 55px rgba(0,0,0,.25))}.hp-promo__glow{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:999px;background:#0f766e1a;filter:blur(40px);transform:scale(1.25);opacity:0;transition:opacity .6s ease;z-index:-1}.hp-promo:hover .hp-promo__glow{opacity:1}.hp-carousel__controls{justify-content:center}.hp-carousel__left{justify-content:center;width:100%}.hp-carousel__count{display:none!important}@media (min-width: 640px){.hp-carousel__controls{justify-content:space-between}.hp-carousel__left{justify-content:flex-start;width:auto}.hp-carousel__count{display:inline-flex!important}}.hp-hero__promos .hp-promoSlot:nth-child(1) .hp-promo__title,.hp-hero__promos .hp-promoSlot:nth-child(2) .hp-promo__title{font-weight:900;letter-spacing:.01em;-webkit-text-stroke:.4px currentColor}
/*# sourceMappingURL=/cdn/shop/t/4/assets/hero-with-promo.css.map */
