.hero-section{--hero-blue: #1d3c77;--hero-blue-soft: rgba(29, 60, 119, .08);--hero-blue-soft-2: rgba(29, 60, 119, .12);--hero-blue-hover: #173160;--hero-card: rgba(255,255,255,.68);--hero-border: rgba(15, 23, 42, .08);--hero-shadow: 0 14px 40px rgba(15, 23, 42, .06);--hero-details-height: auto;background:linear-gradient(180deg,#f8fafc,#fff);overflow:hidden}.hero-section .hero-section__outer{max-width:1480px;margin:0 auto;padding:80px 20px 96px}.hero-section .hero-section__grid{display:grid;gap:40px;align-items:start}@media(min-width:990px){.hero-section .hero-section__grid{grid-template-columns:1.3fr 1fr;gap:64px;align-items:start}}.hero-section .hero-section__gallery-wrap{position:relative;min-width:0}.hero-section .hero-section__gallery-chevron{display:none}@media(min-width:990px){.hero-section .hero-section__gallery-wrap{position:relative;height:auto;overflow:visible;align-self:start}.hero-section .hero-section__gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;overflow:visible;padding-right:0;align-content:start}.hero-section .hero-section__details{position:sticky;top:24px;align-self:start}}.hero-section .hero-section__gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}@media(min-width:750px){.hero-section .hero-section__gallery{gap:20px}}@media(max-width:749px){.hero-section .hero-section__outer{padding:56px 16px 72px}.hero-section .hero-section__grid{gap:48px}.hero-section .hero-section__details{gap:20px}.hero-section .hero-section__title{font-size:27px;line-height:1.14;letter-spacing:0}.hero-section .hero-section__description{font-size:15px;line-height:1.6}.hero-section .hero-section__gallery{display:flex;flex-wrap:nowrap;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:16px;padding-bottom:8px;scrollbar-width:none;-ms-overflow-style:none}.hero-section .hero-section__gallery::-webkit-scrollbar{display:none}.hero-section .hero-section__gallery-chevron{display:flex;align-items:center;justify-content:center;position:absolute;top:40%;transform:translateY(-50%);z-index:10;width:36px;height:36px;border-radius:50%;background:#ffffffd9;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:none;padding:0;cursor:pointer;color:#1d3c77;box-shadow:0 2px 8px #0000001a;transition:background .2s}.hero-section .hero-section__gallery-chevron:hover{background:#fffffff7}.hero-section .hero-section__gallery-chevron--prev{left:10px}.hero-section .hero-section__gallery-chevron--next{right:10px}.hero-section .hero-section__gallery-chevron svg{width:18px;height:18px}.hero-section .hero-section__gallery-item{flex:0 0 auto;width:85vw;max-width:400px;scroll-snap-align:start}}.hero-section .hero-section__gallery-item{position:relative;overflow:visible;border:0;padding:0;border-radius:24px;background:#fff;box-shadow:var(--hero-shadow);cursor:zoom-in;text-align:left;min-width:0;width:100%;transition:transform .52s cubic-bezier(.22,1,.36,1),opacity .52s ease,box-shadow .24s ease}@media(min-width:990px){.hero-section.hero-section--motion-ready .hero-section__gallery-item{transform:translateY(22px);opacity:0}.hero-section.hero-section--motion-ready .hero-section__gallery-item.is-visible{transform:translateY(0);opacity:1}}@media(max-width:989px){.hero-section.hero-section--motion-ready .hero-section__gallery-item{transform:none;opacity:1}}.hero-section .hero-section__gallery-item:nth-child(2n){transition-delay:70ms}.hero-section .hero-section__gallery-item:nth-child(3n){transition-delay:.12s}.hero-section .hero-section__gallery-img{display:block;width:100%;height:auto;aspect-ratio:1 / 1;object-fit:contain;transition:transform .3s ease;background:#fff}.hero-section .hero-section__gallery-item:hover .hero-section__gallery-img{transform:scale(1.01)}@media(prefers-reduced-motion:reduce){.hero-section .hero-section__gallery-item{transition:none;transform:none;opacity:1}}.hero-section .hero-section__gallery-badge{position:absolute;left:14px;bottom:14px;z-index:2;border-radius:999px;padding:6px 10px;font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;background:#ffffffdb;color:#0f172a;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 10px 30px #0f172a14}.hero-section .hero-section__details{display:flex;flex-direction:column;gap:22px;min-width:0}.hero-section .hero-section__best-seller{display:inline-flex;align-items:center;gap:8px;width:fit-content;border-radius:999px;padding:8px 14px;background:#1d3c7714;color:var(--hero-blue);font-size:11px;font-weight:800;letter-spacing:.18em;text-transform:uppercase}.hero-section .hero-section__star{width:14px;height:14px}.hero-section .hero-section__title{margin:0;font-size:clamp(30px,3.6vw,52px);line-height:1.06;letter-spacing:-.04em;font-weight:800;color:#0f172a}.hero-section .hero-section__sup{font-size:.45em;vertical-align:super}.hero-section .hero-section__description{margin:0;font-size:16px;line-height:1.5;color:#0f172ab8}.hero-section .hero-section__supporting-line{margin:14px 0 0;color:#103a82;font-size:12px;font-weight:700;letter-spacing:.08em;line-height:1.45}.hero-section .hero-section__quote{border-left:2px solid var(--hero-blue);padding-left:20px;font-size:16px;line-height:1.7;font-style:italic;color:#0f172aad}.hero-section .hero-section__panel{border:1px solid var(--hero-border);background:var(--hero-card);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:30px;box-shadow:var(--hero-shadow);padding:28px}@media(min-width:750px){.hero-section .hero-section__panel{padding:40px}}.hero-section .hero-section__overline{margin:0 0 4px;font-size:11px;font-weight:800;letter-spacing:.22em;text-transform:uppercase;color:var(--hero-blue)}.hero-section .hero-section__product-name{margin:0;font-size:18px;font-weight:800;color:#0f172a}.hero-section .hero-section__price-row{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin-top:28px}.hero-section .hero-section__price{font-size:clamp(34px,4vw,58px);line-height:1;font-weight:900;color:#0f172a}.hero-section .hero-section__compare{font-size:18px;color:#0f172a85;text-decoration:line-through}.hero-section .hero-section__save-badge{display:inline-flex;align-items:center;border-radius:999px;padding:7px 12px;background:#ef4444;color:#fff;font-size:12px;font-weight:800}.hero-section .hero-section__options{margin-top:28px;display:grid;gap:18px}.hero-section .hero-section__option-title{margin:0 0 10px;font-size:12px;font-weight:800;letter-spacing:.18em;text-transform:uppercase;color:#0f172a8c}.hero-section .hero-section__option-values{display:flex;flex-wrap:wrap;gap:10px}.hero-section .hero-section__option-btn{border:1px solid rgba(15,23,42,.14);background:#fff;color:#0f172a;border-radius:999px;padding:10px 15px;font-size:14px;font-weight:700;cursor:pointer;transition:.2s ease}.hero-section .hero-section__option-btn:hover{border-color:var(--hero-blue)}.hero-section .hero-section__option-btn.is-active{border-color:var(--hero-blue);background:var(--hero-blue);color:#fff}.hero-section .hero-section__option-btn:disabled{opacity:.45;cursor:not-allowed;text-decoration:line-through}.hero-section .hero-section__features{list-style:none;margin:28px 0 0;padding:0;display:grid;gap:16px}.hero-section .hero-section__feature-item{display:flex;align-items:center;gap:14px;font-size:16px;line-height:1.5;color:#0f172a}.hero-section .hero-section__check{width:20px;height:20px;color:var(--hero-blue);flex:0 0 auto}.hero-section .hero-section__stock{display:block;width:fit-content;max-width:100%;margin:24px 0 0;padding:0;border:0;background:transparent;font-size:13px;font-weight:600;line-height:1.2;letter-spacing:.01em;color:#16c784;white-space:nowrap}.hero-section .hero-section__stock.is-sold-out{color:#b91c1c}.hero-section .hero-section__form{margin-top:18px}.hero-section .hero-section__cta{width:100%;margin-top:10px;border:0;border-radius:999px;padding:18px 22px;background:var(--hero-blue);color:#fff;font-size:16px;font-weight:800;display:inline-flex;align-items:center;justify-content:center;gap:10px;cursor:pointer;transition:.2s ease}.hero-section .hero-section__cta:hover{background:var(--hero-blue-hover)}.hero-section .hero-section__cta:disabled{opacity:.55;cursor:not-allowed}.hero-section .hero-section__cart{width:18px;height:18px}.hero-section .hero-section__risk{margin:16px 0 0;text-align:center;font-size:13px;font-weight:700;color:#0f172aa6}.hero-section .hero-section__trust{margin-top:24px;border-radius:24px;background:#f3f4f6d9;padding:18px}.hero-section .hero-section__trust-grid{display:grid;gap:14px;grid-template-columns:repeat(3,minmax(0,1fr))}.hero-section .hero-section__trust-item{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:10px;padding:8px 6px}.hero-section .hero-section__trust-icon{width:48px;height:48px;border-radius:999px;border:2px solid rgba(15,23,42,.85);display:grid;place-items:center;color:#0f172a;flex:0 0 auto}.hero-section .hero-section__trust-icon svg{width:22px;height:22px}.hero-section .hero-section__trust-copy{display:grid;gap:3px}.hero-section .hero-section__stars{display:flex;justify-content:center;gap:2px}.hero-section .hero-section__stars svg{width:12px;height:12px;color:#0f172a}.hero-section .hero-section__trust-title,.hero-section .hero-section__trust-subtitle{margin:0;font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#0f172a;line-height:1.2}.hero-section .hero-section__payment{margin-top:16px;border-radius:20px;border:1px solid rgba(15,23,42,.08);background:#fffc;padding:16px}.hero-section .hero-section__payment-lock{display:flex;align-items:center;justify-content:center;gap:8px;font-size:12px;font-weight:700;color:#0f172ab8;text-align:center}.hero-section .hero-section__payment-lock svg{width:14px;height:14px;color:#0f172a;flex:0 0 auto}.hero-section .hero-section__payment-methods{margin-top:12px;display:flex;flex-wrap:wrap;justify-content:center;gap:6px}.hero-section .hero-section__pm{height:28px;min-width:44px;padding:0 10px;border-radius:6px;display:inline-flex;align-items:center;justify-content:center;font-size:10px;font-weight:900;letter-spacing:.02em;box-shadow:0 2px 8px #0f172a14}.hero-section .hero-section__pm--amex{background:#1f72cd;color:#fff}.hero-section .hero-section__pm--apple{background:#000;color:#fff}.hero-section .hero-section__pm--disc{background:#ff6f00;color:#fff}.hero-section .hero-section__pm--google{background:#fff;color:#5f6368;border:1px solid rgba(15,23,42,.14)}.hero-section .hero-section__pm--master{background:#eb001b;color:#fff}.hero-section .hero-section__pm--paypal{background:#003087;color:#fff}.hero-section .hero-section__pm--shop{background:#5a31f4;color:#fff;text-transform:lowercase}.hero-section .hero-section__pm--visa{background:#1a1f71;color:#fff}.hero-section .hero-section__modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:grid;place-items:center}.hero-section .hero-section__modal[hidden]{display:none}.hero-section .hero-section__modal-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0f172ab8;border:0;padding:0;cursor:pointer}.hero-section .hero-section__modal-content{position:relative;z-index:2;width:min(92vw,1100px);max-height:88vh;padding:12px}.hero-section .hero-section__modal-img{width:100%;height:auto;max-height:88vh;object-fit:contain;display:block;border-radius:18px;background:#fff}.hero-section .hero-section__modal-close{position:absolute;top:-10px;right:-10px;width:38px;height:38px;border-radius:999px;border:0;background:#fff;color:#0f172a;font-size:24px;line-height:1;cursor:pointer;box-shadow:0 12px 30px #00000040}.hero-section .hero-section__thumbs{display:none}@media(max-width:749px){.hero-section .hero-section__thumbs{display:flex;gap:8px;width:100%;margin-top:12px;padding:2px 14px 10px;overflow-x:auto;overscroll-behavior-inline:contain;scroll-padding-inline:14px;scrollbar-width:thin;scrollbar-color:rgba(29,60,119,.4) transparent;-webkit-overflow-scrolling:touch}.hero-section .hero-section__thumbs::-webkit-scrollbar{height:3px}.hero-section .hero-section__thumbs::-webkit-scrollbar-thumb{border-radius:999px;background:#1d3c7766}}.hero-section .hero-section__thumb{position:relative;display:flex;flex:0 0 clamp(62px,16.8vw,72px);flex-direction:column;min-width:44px;height:92px;overflow:hidden;padding:4px;border:1px solid rgba(29,60,119,.18);border-radius:8px;background:#fff;cursor:pointer;scroll-snap-align:start;touch-action:manipulation;transition:border-color .18s ease,box-shadow .18s ease}.hero-section .hero-section__thumb.is-active{border-color:#1749b8;box-shadow:0 0 0 1px #1749b8}.hero-section .hero-section__thumb:focus-visible{outline:2px solid #1749b8;outline-offset:2px}.hero-section .hero-section__thumb-img{display:block;width:100%;min-height:0;flex:1 1 auto;object-fit:contain}.hero-section .hero-section__thumb-label{display:-webkit-box;width:100%;min-height:25px;padding:4px 1px 1px;overflow:hidden;color:#0f2348;font-size:10px;font-weight:600;line-height:1.05;letter-spacing:0;text-align:center;text-transform:none;-webkit-box-orient:vertical;-webkit-line-clamp:2}@media(max-width:749px){.hero-section .hero-section__stock{margin-top:18px;padding:0;font-size:12px}}.hero-section__review-link{display:inline-flex;align-items:center;width:fit-content;gap:7px;margin:14px 0 16px;color:#0f2348;font-size:14px;line-height:1.25;text-decoration:none}.hero-section__review-stars{color:#f5a000;font-size:16px;line-height:1}.hero-section__review-score{font-weight:700}.hero-section__review-label{color:#586274;text-decoration:underline;text-underline-offset:3px}.hero-section__review-link:hover .hero-section__review-label{color:#1746c8}.hero-section__review-link:focus-visible{outline:2px solid #1746c8;outline-offset:4px}#seal-review-widget,[data-app=trustoo]{scroll-margin-top:110px}@media(max-width:749px){.hero-section__review-link{margin:10px 0 14px;font-size:13px}.hero-section__review-stars{font-size:15px}#seal-review-widget,[data-app=trustoo]{scroll-margin-top:84px}}@media(max-width:749px){.hero-section{background:#fff}.hero-section .hero-section__outer{padding:24px 22px 56px}.hero-section .hero-section__grid{gap:28px}.hero-section .hero-section__gallery-wrap{width:100%;min-width:0}.hero-section .hero-section__gallery{width:100%;gap:12px;padding:0;scroll-padding-inline:0;scroll-snap-type:x mandatory;overscroll-behavior-inline:contain;touch-action:pan-x pan-y}.hero-section .hero-section__gallery-item{flex:0 0 100%;width:100%;max-width:none;overflow:hidden;border:1px solid #e2e6ec;border-radius:12px;box-shadow:none;cursor:pointer;scroll-snap-align:center;scroll-snap-stop:always}.hero-section .hero-section__gallery-img{aspect-ratio:1 / 1;object-fit:contain}.hero-section .hero-section__gallery-badge{left:10px;bottom:10px;padding:5px 9px;font-size:9px;letter-spacing:.04em;box-shadow:0 4px 16px #07152f14}.hero-section .hero-section__gallery-chevron{top:calc((100vw - 44px)/2);width:36px;height:36px;transform:translateY(-50%);border:1px solid rgba(7,21,47,.05);background:#ffffffeb}.hero-section .hero-section__gallery-chevron--prev{left:8px}.hero-section .hero-section__gallery-chevron--next{right:8px}.hero-section .hero-section__thumbs{gap:10px;margin-top:12px;padding:2px 0 6px;scroll-snap-type:x proximity;scrollbar-width:none}.hero-section .hero-section__thumbs::-webkit-scrollbar{display:none}.hero-section .hero-section__thumb{flex-basis:78px;height:92px;padding:4px;border-color:#d9dfe8;border-radius:8px}.hero-section .hero-section__thumb.is-active{border-color:#0b469f;box-shadow:0 0 0 1px #0b469f}.hero-section .hero-section__thumb-label{min-height:25px;font-size:10px;line-height:1.05}.hero-section .hero-section__details{display:block}.hero-section .hero-section__best-seller{margin:0 0 14px;padding:8px 13px;font-size:11px;letter-spacing:.04em}.hero-section .hero-section__review-link{margin:0 0 16px;font-size:13px}.hero-section .hero-section__title{margin:0;color:#07152f;font-size:28px;font-weight:600;line-height:1.2;letter-spacing:0}.hero-section .hero-section__description{margin:12px 0 0;color:#59657a;font-size:16px;line-height:1.4}.hero-section .hero-section__quote{margin-top:14px;padding-left:14px;font-size:15px;line-height:1.4}.hero-section .hero-section__panel{margin-top:18px;padding:18px;border:1px solid #dfe4ec;border-radius:14px;background:#fff;box-shadow:0 4px 18px #07152f0a;-webkit-backdrop-filter:none;backdrop-filter:none;scroll-margin-top:88px}.hero-section .hero-section__overline{margin-bottom:5px;font-size:11px;letter-spacing:.04em}.hero-section .hero-section__product-name{font-size:16px;font-weight:600;line-height:1.3}.hero-section .hero-section__price-row{gap:9px;margin-top:16px}.hero-section .hero-section__price{font-size:28px;font-weight:700}.hero-section .hero-section__compare{font-size:14px}.hero-section .hero-section__save-badge{padding:5px 9px;font-size:11px}.hero-section .hero-section__features{gap:10px;margin-top:18px}.hero-section .hero-section__feature-item{gap:9px;font-size:14px;line-height:1.35}.hero-section .hero-section__check{width:16px;height:16px}.hero-section .hero-section__stock{position:relative;margin:16px 0 0 16px;color:#15933b;font-size:12px}.hero-section .hero-section__stock:before{position:absolute;top:50%;left:-16px;width:8px;height:8px;transform:translateY(-50%);border-radius:50%;background:currentColor;content:""}.hero-section .hero-section__form{margin-top:14px}.hero-section .hero-section__cta{min-height:52px;margin-top:0;padding:14px 18px;border-radius:10px;background:linear-gradient(110deg,#082052,#0b377a);font-size:16px}.hero-section .hero-section__risk{margin-top:8px;font-size:12px}.hero-section .hero-section__trust{margin-top:16px;padding:12px 8px;border:1px solid #dfe4ec;border-radius:10px;background:#fff}.hero-section .hero-section__trust-grid{gap:0}.hero-section .hero-section__trust-item{min-height:62px;gap:6px;padding:4px 8px;border-right:1px solid #e3e7ee}.hero-section .hero-section__trust-item:last-child{border-right:0}.hero-section .hero-section__trust-icon{width:28px;height:28px;border-width:1px}.hero-section .hero-section__trust-icon svg{width:15px;height:15px}.hero-section .hero-section__trust-title,.hero-section .hero-section__trust-subtitle{font-size:8px;letter-spacing:0}.hero-section .hero-section__stars svg{width:8px;height:8px}.hero-section .hero-section__payment{display:none}}
/*# sourceMappingURL=/cdn/shop/t/32/assets/section-hero-product.css.map */
