.hero-product-showcase{position:relative;overflow-x:hidden;background:var(--gradient-background)}.hero-product-showcase__container{position:relative;padding:0;max-width:100%}.hero-product-showcase__content{position:relative;z-index:2;order:2;padding:2rem 1.5rem}.hero-product-showcase__content-inner{max-width:500px;margin:0 auto}.hero-product-showcase__title{font-size:4.75rem;font-weight:600;line-height:1.1;margin:0 0 1rem;color:var(--color-base-text);text-align:center}.hero-product-showcase__rating{text-align:center;margin-bottom:1.5rem;min-height:28px}.hero-product-showcase__rating .junip-product-summary{display:inline-flex;align-items:center;gap:.5rem;color:#5eb4ad;font-size:1.125rem;font-weight:500}.hero-product-showcase__price{text-align:center;margin-bottom:2rem}.hero-product-showcase__price .price{font-size:3.25rem;font-weight:500;color:var(--color-base-text)}.hero-product-showcase__save-text{font-size:1rem;color:#5eb4ad;margin-top:.5rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.hero-product-showcase__buttons{display:flex;flex-direction:column;gap:1rem;align-items:center;margin-bottom:2rem}.hero-product-showcase__buttons .button{width:100%;max-width:300px;padding:1.25rem 2.5rem;font-size:2rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;border-radius:4px;transition:all .3s ease}.hero-product-showcase__buttons .button--secondary{background-color:#5eb4ad0d;border-color:#5eb4ad;color:#2c2c2c}.hero-product-showcase__buttons .button--secondary:hover:not([disabled]){background-color:#5eb4ad1a;transform:translateY(-1px);box-shadow:0 2px 8px #5eb4ad26}.hero-product-showcase__learn-more{color:var(--color-base-text);text-decoration:underline;font-size:.875rem;font-weight:500;transition:opacity .2s ease}.hero-product-showcase__learn-more:hover{opacity:.7}.hero-product-showcase__trust-bar{text-align:center;padding-top:0;padding-bottom:2.5rem;border-top:1px solid rgba(var(--color-base-text),.1)}.hero-product-showcase__trust-text{font-size:1.3rem;color:#c56c5e;margin:0;text-transform:uppercase;letter-spacing:.1em}.hero-product-showcase__image-section{position:relative;order:1;width:100%;border-top:2px solid #C56C5E}.hero-product-showcase__image-wrapper{position:relative;width:100%;max-width:600px;margin-left:auto;background:#ffffff05;overflow:hidden}.hero-product-showcase__image{width:100%;height:auto;display:block;object-fit:cover}.hero-product-showcase__badge{position:absolute;top:1.5rem;left:1.5rem;background:#c56c5e;color:#fff;padding:.625rem 1.25rem;border-radius:50px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;z-index:3;box-shadow:0 4px 12px #00000026}@media screen and (min-width: 600px){.hero-product-showcase__title{font-size:5.5rem}.hero-product-showcase__price .price{font-size:3.75rem}}@media screen and (min-width: 750px){.hero-product-showcase{padding-bottom:0;margin-bottom:0}.hero-product-showcase[class*=section-template][class*=padding]{padding-top:0!important;padding-bottom:0!important}.hero-product-showcase__container{display:grid;grid-template-columns:45% 55%;gap:0;max-width:1400px;margin:0 auto;padding:0 8rem;align-items:center;min-height:70vh}.hero-product-showcase__content{order:1;padding:4rem 1rem 4rem 4rem;max-width:none}.hero-product-showcase__content-inner{max-width:500px;margin:0 0 0 auto}.hero-product-showcase__title,.hero-product-showcase__rating,.hero-product-showcase__price{text-align:center}.hero-product-showcase__title{font-size:6.75rem;margin-top:1rem;margin-bottom:1.5rem}.hero-product-showcase__rating{margin-bottom:2rem}.hero-product-showcase__price{margin-bottom:2.5rem}.hero-product-showcase__price .price{font-size:4rem}.hero-product-showcase__buttons{flex-direction:row;justify-content:flex-start;gap:1.5rem;margin-bottom:2.5rem}.hero-product-showcase__buttons .button{width:auto;max-width:none;padding:1.5rem 3rem;font-size:1.75rem}.hero-product-showcase__trust-bar{text-align:center;padding-top:0;padding-bottom:0;border-top:1px solid rgba(var(--color-base-text),.08)}.hero-product-showcase__buttons{justify-content:center}.hero-product-showcase__image-section{order:2;position:relative;width:100%;margin-right:0;padding:4rem 4rem 4rem 1rem;height:100%;display:flex;align-items:center;justify-content:flex-start;border-top:none}.hero-product-showcase__image-wrapper{width:100%;max-width:500px;height:auto;margin:0 auto;background:#fff;border:1px solid #e0e0e0;box-shadow:inset 0 0 0 1px #fff,0 12px 24px #0000000d;border-radius:24px;padding:1.5rem;transition:all .3s ease;filter:drop-shadow(0 4px 20px rgba(94,180,173,.08))}.hero-product-showcase__image{width:100%;height:auto;object-fit:contain;object-position:center;border-radius:16px}.hero-product-showcase__image-wrapper:hover{transform:translateY(-4px);box-shadow:inset 0 0 0 1px #fff,0 16px 32px #00000014;filter:drop-shadow(0 8px 24px rgba(94,180,173,.12))}.hero-product-showcase__badge{top:3.5rem;left:3.5rem;padding:.75rem 1.5rem;font-size:.75rem}}@media screen and (min-width: 1200px){.hero-product-showcase__container{max-width:1600px;min-height:75vh}.hero-product-showcase__content{padding:6rem 4rem 6rem 3rem}.hero-product-showcase__title{font-size:7.5rem}.hero-product-showcase__price .price{font-size:4.25rem}}@media screen and (min-width: 1600px){.hero-product-showcase__container{max-width:1800px}.hero-product-showcase__content{padding:8rem 5rem 8rem 4rem}.hero-product-showcase__title{font-size:8rem}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInScale{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.hero-product-showcase__content{animation:slideInLeft .8s ease-out .2s both}.hero-product-showcase__image-section{animation:fadeInScale 1s ease-out .4s both}.hero-product-showcase.color-scheme-1{--color-base-text: rgb(var(--color-base-text));--color-base-accent-1: rgb(var(--color-base-accent-1))}@media (prefers-reduced-motion: reduce){.hero-product-showcase__content,.hero-product-showcase__image-section{animation:none}}@media (prefers-contrast: high){.hero-product-showcase__badge{border-width:2px}.hero-product-showcase__trust-bar{border-top-width:2px}}.hero-product-showcase__rating .junip-product-summary-star,.hero-product-showcase__rating .junip-product-summary [class*=star-filled],.hero-product-showcase__rating .junip-product-summary [class*=star-empty],.hero-product-showcase__rating .junip-product-summary svg,.hero-product-showcase__rating .junip-product-summary-star-container>*{animation:star-pulse 3s ease-in-out infinite;animation-play-state:running;transform-origin:center}.hero-product-showcase__rating .junip-product-summary-star:nth-child(1),.hero-product-showcase__rating .junip-product-summary-star-container>*:nth-child(1){animation-delay:0s}.hero-product-showcase__rating .junip-product-summary-star:nth-child(2),.hero-product-showcase__rating .junip-product-summary-star-container>*:nth-child(2){animation-delay:.2s}.hero-product-showcase__rating .junip-product-summary-star:nth-child(3),.hero-product-showcase__rating .junip-product-summary-star-container>*:nth-child(3){animation-delay:.4s}.hero-product-showcase__rating .junip-product-summary-star:nth-child(4),.hero-product-showcase__rating .junip-product-summary-star-container>*:nth-child(4){animation-delay:.6s}.hero-product-showcase__rating .junip-product-summary-star:nth-child(5),.hero-product-showcase__rating .junip-product-summary-star-container>*:nth-child(5){animation-delay:.8s}@keyframes star-pulse{0%,to{transform:scale(1);opacity:.9;filter:brightness(1)}50%{transform:scale(1.08);opacity:1;filter:brightness(1.15)}}@media (prefers-reduced-motion: reduce){.hero-product-showcase__rating .junip-product-summary-star,.hero-product-showcase__rating .junip-product-summary [class*=star-filled],.hero-product-showcase__rating .junip-product-summary [class*=star-empty],.hero-product-showcase__rating .junip-product-summary svg,.hero-product-showcase__rating .junip-product-summary-star-container>*{animation:none;transform:scale(1);opacity:1}}.hero-product-showcase__rating .junip-product-summary-star-container{filter:drop-shadow(0 0 0 transparent);transition:filter .6s ease-out}.hero-product-showcase__rating .junip-product-summary-star-container:has(.junip-product-summary-star){animation:container-glow 2s ease-out .8s}
/*# sourceMappingURL=/cdn/shop/t/10/assets/section-hero-product-showcase.css.map */
