.shopify-section--starina-hero-section{position:relative}.starina-hero-section__root{position:relative;width:100%;overflow:hidden}.starina-hero-section__principal{position:relative;min-height:inherit;width:100%}.starina-hero-section__media-stack,.starina-hero-section__details-layer,.starina-hero-section__cards{position:absolute;left:0;right:0}.starina-hero-section__media-stack{top:0;bottom:0;z-index:0}.starina-hero-section__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:rgb(var(--starina-hero-overlay-color))}.starina-hero-section__media{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .3s ease-in-out}.starina-hero-section__media.is-active{opacity:1}.starina-hero-section__media picture,.starina-hero-section__media img,.starina-hero-section__media svg{display:block;width:100%;height:100%}.starina-hero-section__media img,.starina-hero-section__media svg{object-fit:cover;object-position:center}.starina-hero-section__default{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;display:grid;padding:clamp(1.5rem,4vw,3rem);padding-bottom:calc(var(--starina-hero-card-height-desktop) + clamp(1.25rem,2vw,2rem));pointer-events:none}.starina-hero-section__default .prose{max-width:var(--container-md-max-width, 48rem)}.starina-hero-section__details-layer{top:0;bottom:0;z-index:1;pointer-events:none}.starina-hero-section__detail{position:absolute;top:0;bottom:0;left:0;width:min(var(--starina-hero-detail-width-desktop),100%);opacity:0;visibility:hidden;transform:translate(-100%);transition:opacity var(--starina-hero-detail-duration) ease-in-out,transform var(--starina-hero-detail-duration) ease-in-out,visibility 0s linear var(--starina-hero-detail-duration);pointer-events:none}.starina-hero-section__detail.is-active{opacity:1;visibility:visible;transform:translate(0);transition:opacity var(--starina-hero-detail-duration) ease-in-out,transform var(--starina-hero-detail-duration) ease-in-out,visibility 0s linear 0s;pointer-events:auto}.starina-hero-section__detail.is-leaving{opacity:0;visibility:visible;transform:translate(-100%);pointer-events:none}.starina-hero-section__detail-inner{height:100%;display:flex;flex-direction:column;justify-content:center;gap:1rem;padding:clamp(1.5rem,4vw,3rem);background:var(--starina-hero-section-detail-background, rgb(var(--color-background)));color:var(--starina-hero-section-detail-text, rgb(var(--color-foreground)));opacity:.95}.starina-hero-section__detail-icon img{width:6rem;height:6rem;object-fit:contain}.starina-hero-section__detail-heading{margin:0}.starina-hero-section__detail-content{line-height:1.6}.starina-hero-section__detail-content>*:first-child,.starina-hero-section__card-content>*:first-child{margin-top:0}.starina-hero-section__detail-content>*:last-child,.starina-hero-section__card-content>*:last-child{margin-bottom:0}.starina-hero-section__cards{bottom:0;z-index:2;display:flex;align-items:stretch;min-height:var(--starina-hero-card-height-desktop)}.starina-hero-section__card{flex:1 1 0;min-width:0;background:var(--starina-hero-section-card-bg, rgba(255,255,255,.82));color:var(--starina-hero-section-card-text, rgb(var(--color-foreground)));border-top:1px solid rgba(255,255,255,.18);border-right:1px solid rgba(255,255,255,.18);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:flex .3s ease-in-out,background-color .3s ease-in-out,color .3s ease;display:flex;flex-direction:column}.starina-hero-section__card:last-child{border-right:0}.starina-hero-section__card.is-active{flex:1.5 1 0;background:var(--starina-hero-section-card-bg-active, rgba(255,255,255,.94))}.starina-hero-section__card-trigger{-webkit-appearance:none;appearance:none;border:0;background:transparent;color:inherit;text-align:left;width:100%;padding:2rem 1.5rem .5rem;cursor:pointer;transition:all .3s ease-in-out}.starina-hero-section__card-header{display:flex;align-items:center;gap:.75rem}.starina-hero-section__card-title{margin:0;color:inherit}.starina-hero-section__card-badge{display:inline-flex;align-items:center;min-height:1.45rem;padding:.15rem .45rem;font-size:.72rem;letter-spacing:.08em;background-color:rgb(var(--text-color));color:rgb(var(--background));border-radius:.125rem;white-space:nowrap}.starina-hero-section__card-body{display:flex;flex-direction:column;gap:.95rem;padding:0 1.5rem 2rem;flex:1}.starina-hero-section__card-content{color:inherit;line-height:1.55}.starina-hero-section__cta{display:inline-flex;align-items:flex-end;margin-top:.5rem;gap:.7rem;color:inherit;text-decoration:none;width:fit-content}.starina-hero-section__cta-text{display:inline-block;letter-spacing:.08em;font-size:.875rem;position:relative}.starina-hero-section__cta-text:before{content:"";position:absolute;right:0;bottom:-.25rem;left:0;height:1px;background-color:currentColor}.starina-hero-section__cta-arrow{transition:transform .3s ease}.starina-hero-section__cta:hover .starina-hero-section__cta-arrow,.starina-hero-section__cta:focus-visible .starina-hero-section__cta-arrow{transform:translate(.3rem)}@media screen and (max-width:999px){.starina-hero-section__root{min-height:100svh}.starina-hero-section__default{padding-bottom:16rem}.starina-hero-section__detail{width:min(var(--starina-hero-detail-width-mobile),100%)}.starina-hero-section__detail-inner{justify-content:flex-start;padding-top:max(5rem,calc(var(--header-height, 0px) + 1rem));padding-bottom:16rem}.starina-hero-section__cards{flex-direction:column;min-height:0;padding:0 .75rem .75rem;gap:.5rem}.starina-hero-section__card{border:1px solid rgba(255,255,255,.18)}.starina-hero-section__card-trigger{padding:1rem}.starina-hero-section__card-body{max-height:0;overflow:hidden;opacity:0;padding:0 1.5rem;transition:max-height .3s ease-in-out,opacity .3s ease-in-out,padding .3s ease}.starina-hero-section__card.is-active .starina-hero-section__card-body{max-height:12rem;opacity:1;margin-top:-.5rem;padding-bottom:1.75rem}}@media screen and (min-width:1000px){.starina-hero-section__card-body .starina-hero-section__cta{align-self:flex-start}}.shopify-section--starina-hero-section{--starina-hero-section-title-size: clamp(2rem, 4vw, 3.5rem);--starina-hero-section-text-size: clamp(1rem, 1.7vw, 1.5rem);--starina-hero-section-card-body-size: clamp(.95rem, 1.05vw, 1.125rem)}.shopify-section--starina-hero-section .starina-hero-section__default{transition:opacity .3s ease-in-out,visibility .3s ease}.shopify-section--starina-hero-section .starina-hero-section__default:not(.is-active){opacity:0;visibility:hidden}.shopify-section--starina-hero-section .starina-hero-section__default .h1,.shopify-section--starina-hero-section .starina-hero-section__detail-heading.h1{margin:0;font-size:var(--starina-hero-section-title-size);line-height:1.25;letter-spacing:.05em;text-wrap:balance;white-space:break-spaces}.shopify-section--starina-hero-section .starina-hero-section__default .prose>div,.shopify-section--starina-hero-section .starina-hero-section__detail-content{font-size:var(--starina-hero-section-text-size);line-height:1.5;opacity:.8}.shopify-section--starina-hero-section .starina-hero-section__card-title{margin:0;letter-spacing:.18em}.shopify-section--starina-hero-section .starina-hero-section__card-content{font-size:var(--starina-hero-section-card-body-size);line-height:1.55;opacity:.75;letter-spacing:.08em;white-space:break-spaces}.shopify-section--starina-hero-section .starina-hero-section__card-body .starina-hero-section__cta,.shopify-section--starina-hero-section .starina-hero-section__card-content{font-size:var(--starina-hero-section-card-body-size)}.shopify-section--starina-hero-section .starina-hero-section__detail-inner .starina-hero-section__cta,.shopify-section--starina-hero-section .starina-hero-section__detail-content{font-size:var(--starina-hero-section-text-size)}.shopify-section--starina-hero-section .starina-hero-section__cta-text{font-size:.875em;line-height:1.5}.shopify-section--starina-hero-section .starina-hero-section__details-layer{bottom:calc(var(--starina-hero-card-height-desktop) * 1)}section.starina-hero-section[allow-transparent-header] .starina-hero-section__detail-inner{padding-top:calc(max(calc(var(--header-height, 0px) + 1rem),clamp(1.5rem,4vw,3rem))*1.5)}.shopify-section--starina-hero-section .starina-hero-section__detail{transform:translate(-100%);z-index:1;transition:opacity var(--starina-hero-detail-duration) ease-in-out,visibility 0s linear var(--starina-hero-detail-duration)}.shopify-section--starina-hero-section .starina-hero-section__detail.is-active{z-index:3;transform:translate(0);transition:opacity var(--starina-hero-detail-duration) ease-in-out,visibility 0s linear 0s}.shopify-section--starina-hero-section .starina-hero-section__detail.is-leaving{z-index:2;transform:translate(-100%);opacity:0;visibility:visible;pointer-events:none}@media screen and (min-width:1000px){.shopify-section--starina-hero-section .starina-hero-section__card-trigger{cursor:default}.shopify-section--starina-hero-section .starina-hero-section__card .starina-hero-section__cta{opacity:0;visibility:hidden;transform:translateY(1rem);transition:all .5s ease-in-out}.shopify-section--starina-hero-section .starina-hero-section__card.is-active .starina-hero-section__cta{opacity:1;visibility:visible;transform:translateY(0)}}@media screen and (max-width:999px){.shopify-section--starina-hero-section .starina-hero-section__cards{padding:0;gap:0}.shopify-section--starina-hero-section .starina-hero-section__card{border:0;border-top:1px solid rgba(255,255,255,.18)}.shopify-section--starina-hero-section .starina-hero-section__card-trigger{padding:1rem 1.5rem}.shopify-section--starina-hero-section .starina-hero-section__card-content{font-size:1rem}.starina-hero-section__cta{margin-top:.5rem}.shopify-section--starina-hero-section .starina-hero-section__card-body .starina-hero-section__cta-text{font-size:.875rem}}.shopify-section--starina-hero-section .starina-hero-section__detail{transform:translate(-2rem);opacity:0;visibility:hidden;z-index:1;transition:opacity var(--starina-hero-detail-duration) ease-in-out,transform var(--starina-hero-detail-duration) ease-in-out,visibility 0s linear var(--starina-hero-detail-duration)}.shopify-section--starina-hero-section .starina-hero-section__detail.is-active{transform:translate(0);opacity:1;visibility:visible;z-index:3;transition:opacity var(--starina-hero-detail-duration) ease-in-out,transform var(--starina-hero-detail-duration) ease-in-out,visibility 0s linear 0s}.shopify-section--starina-hero-section .starina-hero-section__detail.is-leaving{transform:translate(-2rem);opacity:0;visibility:visible;z-index:2;pointer-events:none}@media screen and (max-width:999px){.shopify-section--starina-hero-section .starina-hero-section__details-layer,.shopify-section--starina-hero-section .starina-hero-section__detail{top:0;right:0;bottom:0;left:0}.shopify-section--starina-hero-section .starina-hero-section__detail-inner{min-height:100%;height:100%;box-sizing:border-box;justify-content:flex-start;padding-top:max(calc(var(--header-height, 0px) + 1.5rem),5.5rem);padding-right:1.5rem;padding-bottom:max(14rem,calc(12rem + env(safe-area-inset-bottom,0px)));padding-left:1.5rem;overflow:auto}.starina-hero-section__detail-icon img{width:4rem;height:4rem}.shopify-section--starina-hero-section .starina-hero-section__detail-content{max-width:none}.shopify-section--starina-hero-section .starina-hero-section__cards{padding:0;gap:0}.shopify-section--starina-hero-section .starina-hero-section__card{border:0;border-top:1px solid rgba(255,255,255,.18)}.shopify-section--starina-hero-section .starina-hero-section__card-trigger{padding:1rem 1.5rem}}.starina-hero-section__card{position:relative;isolation:isolate}@media only screen and (min-width:1000px){.starina-hero-section__card{overflow:hidden}}.starina-hero-section__cta{position:relative;z-index:3}.starina-hero-section__cta:before{content:"";position:absolute;top:-100vmax;right:-100vmax;bottom:-100vmax;left:-100vmax;z-index:0}.starina-hero-section__cta-text,.starina-hero-section__cta-arrow{position:relative;z-index:1}
/*# sourceMappingURL=/cdn/shop/t/5/assets/starina-hero-section.css.map */
