.hero-product{--hero-pad-top: calc(var(--section-padding-top, 40px) * var(--section-spacing, 1) * .62);--hero-pad-bottom: calc(var(--section-padding-bottom, 40px) * var(--section-spacing, 1) * .62);--decor-accent-width: 13rem;--decor-doodle-size: clamp(7.2rem, 8vw, 11rem)}@media(min-width:750px){.hero-product{--hero-pad-top: calc(var(--section-padding-top, 40px) * var(--section-spacing, 1));--hero-pad-bottom: calc(var(--section-padding-bottom, 40px) * var(--section-spacing, 1))}}.hero-product .yc-decor__doodle--left{bottom:0;left:calc(-.3 * var(--doodle-size))}.hero-product__inner{position:relative;display:grid;grid-template-areas:"media" "content";gap:2.4rem}.hero-product__media{position:relative;grid-area:media;justify-self:stretch;min-width:0;margin-top:calc(-1 * var(--hero-pad-top));margin-inline:calc(-1 * var(--page-padding));overflow:hidden;background:rgb(var(--brand-bg-alt));aspect-ratio:var(--hero-ratio-mobile, 1.3333);max-height:56vh}.hero-product__picture{position:absolute;top:0;right:0;bottom:0;left:0;display:block}.hero-product__img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.hero-product--fit-contain .hero-product__media{background:transparent}.hero-product--fit-contain .hero-product__img{object-fit:contain}.hero-product__illustration{position:absolute;top:0;right:0;bottom:0;left:0;height:100%;border-radius:0;aspect-ratio:auto}.hero-product__device{position:absolute;bottom:6%;left:5%;z-index:1;width:34%;max-width:26rem;padding:.6rem;background:rgb(var(--brand-text));border-radius:1.6rem;box-shadow:var(--shadow-card)}.hero-product__device .media{border-radius:1rem;overflow:hidden}.hero-product__content{grid-area:content;display:flex;flex-direction:column;align-items:flex-start;min-width:0}.hero-product__eyebrow{margin:0 0 1.2rem;font-size:calc(1.2rem * var(--font-body-scale, 1));font-weight:var(--font-body-weight-bold);letter-spacing:.22em;color:rgb(var(--color-muted, var(--color-text)))}.hero-product__title{margin:0;max-width:14em;line-height:1.05;font-size:clamp(3.8rem,4.8vw,5.8rem)}.hero-product__title .yc-highlight{display:block;font-size:1.15em;line-height:1.02;letter-spacing:-.01em}.hero-product__subheading{max-width:28em;margin:1.4rem 0 0;font-size:calc(1.7rem * var(--font-body-scale, 1));line-height:1.5;color:rgb(var(--color-muted, var(--color-text)));white-space:pre-line}.hero-product__badges{display:grid;grid-auto-columns:minmax(0,1fr);grid-auto-flow:column;gap:1.2rem;width:100%;margin:2rem 0 0;padding:0;list-style:none}.hero-product__badge{min-width:0}.hero-product__pill{flex-direction:column;gap:.6rem;width:100%;font-size:calc(1.12rem * var(--font-body-scale, 1));line-height:1.25;text-align:center}.hero-product__pill .yc-icon-circle{--circle-size: 4.2rem;--icon-size: 2rem}@media(min-width:750px){.hero-product__badges{display:flex;flex-wrap:wrap;gap:1.6rem 2.8rem;margin-top:2.4rem}.hero-product__pill{flex-direction:row;gap:1rem;width:auto;font-size:calc(1.4rem * var(--font-body-scale, 1));text-align:left}.hero-product__pill .yc-pill__label{width:min-content;min-width:4.8em}.hero-product__pill .yc-icon-circle{--circle-size: 5.2rem;--icon-size: 2.5rem}}.hero-product__buy{display:flex;flex-direction:column;gap:1.2rem;width:100%;max-width:48rem;margin-top:2.4rem}@media(min-width:750px){.hero-product__buy{margin-top:2.8rem}}.hero-product .product-picker[aria-busy=true]{opacity:.6}.hero-product .product-picker__option{min-width:0;margin:0 0 1.2rem;padding:0;border:0}.hero-product .product-picker__option:last-of-type,.hero-product .product-picker__field:last-of-type{margin-bottom:0}.hero-product .product-picker__legend{display:flex;flex-wrap:wrap;gap:.6rem;margin-bottom:.8rem;padding:0;font-size:calc(1.4rem * var(--font-body-scale, 1))}.hero-product .product-picker__name{font-weight:var(--font-body-weight-bold)}.hero-product .product-picker__selected{color:rgb(var(--color-muted, var(--color-text)))}.hero-product .product-picker__field{margin-bottom:1.2rem}.hero-product .product-picker__values{display:flex;flex-wrap:wrap;gap:.8rem}.hero-product .product-picker__value{display:inline-flex;align-items:center;justify-content:center;gap:.8rem;min-width:4.4rem;min-height:4.4rem;padding:0 1.6rem;font-size:calc(1.4rem * var(--font-body-scale, 1));line-height:1.2;color:rgb(var(--color-text));background:rgb(var(--brand-surface));border:1px solid rgba(var(--color-text),.22);border-radius:var(--button-radius);cursor:pointer;transition:background-color var(--duration) var(--ease),border-color var(--duration) var(--ease),color var(--duration) var(--ease)}.hero-product .product-picker__value:hover{border-color:rgb(var(--color-text))}.hero-product .product-picker__input:checked+.product-picker__value{color:rgb(var(--color-button-text));background:rgb(var(--color-button));border-color:rgb(var(--color-button))}.hero-product .product-picker__input:focus-visible+.product-picker__value{outline:2px solid rgb(var(--color-focus, var(--color-accent)));outline-offset:2px}.hero-product .product-picker__value.is-unavailable{color:rgba(var(--color-text),.45);border-color:rgba(var(--color-text),.12);text-decoration:line-through;text-decoration-thickness:1px}.hero-product .product-picker__input:checked+.product-picker__value.is-unavailable{color:rgb(var(--color-button-text));background:rgba(var(--color-text),.55);border-color:transparent}.hero-product .product-picker__value--swatch{padding-left:.6rem}.hero-product .product-picker__swatch{display:block;flex-shrink:0;width:3.2rem;height:3.2rem;background-color:rgba(var(--color-text),.08);background-position:center;background-size:cover;border:1px solid rgba(var(--color-text),.16)}.hero-product .product-picker__value--circle .product-picker__swatch{border-radius:50%}.hero-product .product-picker__note{margin:0 0 1.2rem;color:rgb(var(--color-error))}.hero-product .product-picker__noscript-row{display:flex;align-items:center;gap:.8rem;margin-top:.6rem}.hero-product .product-form__controls{display:flex;flex-wrap:wrap;align-items:stretch;gap:1.2rem}.hero-product .product-form__quantity{flex:0 0 auto}.hero-product .product-form__submit{flex:1 1 16rem}.hero-product .product-form__rules{margin:.8rem 0 0;padding:0;list-style:none;color:rgb(var(--color-muted, var(--color-text)))}.hero-product .product-form__dynamic{margin-top:1.2rem}.hero-product .product-form__policies{margin:1rem 0 0;font-size:calc(1.36rem * var(--font-body-scale, 1));text-align:center;color:rgb(var(--color-muted, var(--color-text)))}.hero-product__buy--digital .product-form__policies{display:none}.hero-product .landing-cta{align-self:stretch}.hero-product__app:empty{display:none}.hero-product__note{display:flex;flex-direction:column;align-items:center;gap:.4rem;font-size:calc(1.36rem * var(--font-body-scale, 1));line-height:1.45;text-align:center;color:rgb(var(--color-muted, var(--color-text)))}.hero-product__note-list{display:flex;flex-direction:column;align-items:center;gap:.2rem;margin:0;padding:0;list-style:none}.hero-product__note-item{display:inline-flex;flex-wrap:wrap;align-items:baseline;justify-content:center;gap:.2rem .8rem}.hero-product__note .price{font-size:inherit}.hero-product__note .price__regular,.hero-product__note .price__sale{font-weight:var(--font-body-weight-bold);color:rgb(var(--color-text))}.hero-product__guarantee{display:inline-flex;align-items:center;gap:.6rem;margin:0}.hero-product__guarantee-icon{--icon-size: 1.6rem;flex:none;color:rgb(var(--color-highlight, var(--color-accent)))}@media(min-width:750px){.hero-product__note-list{flex-direction:row;flex-wrap:wrap;justify-content:center;gap:.2rem 1.2rem}.hero-product__note-item+.hero-product__note-item:before{content:"";flex:none;align-self:center;width:.4rem;height:.4rem;margin-right:.4rem;background:currentColor;border-radius:50%;opacity:.7}}.hero-product__rating,.hero-product__sold{align-self:center}.hero-product__sold{margin:0;font-size:calc(1.36rem * var(--font-body-scale, 1));color:rgb(var(--color-muted, var(--color-text)))}.hero-product__tagline{display:inline-flex;align-items:center;align-self:center;gap:.8rem;margin:.4rem 0 0;transform-origin:center}.hero-product__tagline-heart{flex:none;width:1.8rem;height:auto}@media(min-width:990px){.hero-product__inner{grid-template-areas:"content media";grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:center;column-gap:clamp(2.4rem,3vw,4.8rem);min-height:clamp(44rem,36vw,60rem)}.hero-product__content{padding-block:1.2rem}.hero-product__media{align-self:stretch;margin-top:calc(-1 * var(--hero-pad-top));margin-bottom:calc(-1 * var(--hero-pad-bottom));margin-inline:0 calc(-1 * var(--outer-gutter, var(--page-padding)));max-height:none;aspect-ratio:auto}.hero-product--fit-cover .hero-product__picture{-webkit-mask-image:linear-gradient(to right,transparent 0,rgb(0 0 0) 14%);mask-image:linear-gradient(to right,transparent 0,rgb(0 0 0) 14%)}.hero-product__device{width:30%}}@media(min-width:1200px){.hero-product__inner{grid-template-columns:minmax(0,44fr) minmax(0,56fr)}}body:has(.hero-product[data-focus-mode]) .header__nav,body:has(.hero-product[data-focus-mode]) .header__menu{display:none}
/*# sourceMappingURL=/cdn/shop/t/7/assets/section-hero-product.css.map */
