.homepage-hero__grid{display:flex;flex-direction:column;gap:var(--grid-mobile-vertical-spacing)}.homepage-hero__banner{order:1}.homepage-hero__products{order:2;display:flex;flex-direction:column;gap:var(--grid-mobile-vertical-spacing)}.homepage-hero__product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--grid-mobile-horizontal-spacing);list-style:none;padding:0;margin:0}.homepage-hero__product-link{display:block;border-radius:var(--product-card-corner-radius);overflow:hidden;border:var(--product-card-border-width) solid rgba(var(--color-foreground),var(--product-card-border-opacity));background:rgb(var(--color-background));transition:transform .2s ease,box-shadow .2s ease}.homepage-hero__product-link:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(var(--color-shadow),.12)}.homepage-hero__product-link .media{--ratio-percent: 100%}.homepage-hero__product-link img{width:100%;height:100%;object-fit:cover;object-position:center center}.homepage-hero__explore-btn{display:flex;align-items:center;justify-content:center;gap:.8rem;width:100%;padding:1.6rem 2.4rem;border-radius:999px;background:rgb(var(--color-foreground));color:rgb(var(--color-background));text-decoration:none;font-size:1.5rem;font-weight:500;transition:opacity .2s ease}.homepage-hero__explore-btn:hover{opacity:.85;color:rgb(var(--color-background))}.homepage-hero__explore-btn svg{width:1.6rem;height:1.6rem;fill:currentColor}.homepage-hero__banner-card{width:100%;border-radius:var(--product-card-corner-radius);overflow:hidden}.homepage-hero__banner-media{position:relative;width:100%;aspect-ratio:3 / 4;overflow:hidden;border-radius:var(--product-card-corner-radius)}.homepage-hero__banner-image{position:absolute;top:0;right:0;bottom:0;left:0}.homepage-hero__banner-image img,.homepage-hero__banner-image svg{width:100%;height:100%;object-fit:cover;object-position:top center;display:block}.homepage-hero__banner-content{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;display:flex;flex-direction:column;justify-content:flex-end;padding:2.4rem;background:linear-gradient(180deg,#0000,#00000026,#0000008c 70%,#000000c7);color:#fff;pointer-events:none}.homepage-hero__banner-content a{pointer-events:auto}.homepage-hero__banner-heading{margin:0 0 2rem;font-size:clamp(2rem,4vw,2.8rem);line-height:1.25;font-weight:600;color:#fff;text-shadow:0 .1rem .4rem rgba(0,0,0,.35)}.homepage-hero__banner-buttons{display:flex;flex-wrap:wrap;gap:1rem}.homepage-hero__banner-btn{display:inline-flex;align-items:center;justify-content:center;padding:1.2rem 2rem;border-radius:999px;font-size:1.4rem;font-weight:500;text-decoration:none;white-space:nowrap;transition:opacity .2s ease}.homepage-hero__banner-btn:hover{opacity:.85}.homepage-hero__banner-btn--primary{background:#fff;color:rgb(var(--color-foreground))}.homepage-hero__banner-btn--secondary{background:transparent;color:#fff;border:.1rem solid rgba(255,255,255,.75)}@media screen and (min-width:750px){.homepage-hero__grid{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr;gap:var(--grid-desktop-horizontal-spacing);align-items:stretch}.homepage-hero__banner,.homepage-hero__products{order:unset;display:flex;flex-direction:column;min-height:100%;height:100%}.homepage-hero__product-grid{flex:1;min-height:0;grid-template-rows:1fr 1fr;gap:var(--grid-desktop-horizontal-spacing)}.homepage-hero__product-grid>li{min-height:0}.homepage-hero__product-link,.homepage-hero__product-link .media{height:100%}.homepage-hero__explore-btn{flex-shrink:0;margin-top:var(--grid-desktop-horizontal-spacing)}.homepage-hero__banner-card{flex:1;display:flex;flex-direction:column;height:100%;min-height:0}.homepage-hero__banner-media{width:100%;flex:0 0 auto;aspect-ratio:3 / 4}}@media screen and (max-width:749px){.homepage-hero__banner-buttons{flex-direction:column}.homepage-hero__banner-btn{width:100%}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/section-homepage-hero.css.map */
