.product-showcase{padding:0 1.5rem;max-width:var(--page-width);margin:0 auto}@media screen and (min-width:750px){.product-showcase{padding:0 5rem}}.product-showcase__header{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:3.2rem;gap:1.2rem}.product-showcase__header-content{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.8rem;max-width:68rem;margin:0 auto}.product-showcase__title{font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:800;color:rgb(var(--color-foreground));margin:0;line-height:1.2;text-align:center}.product-showcase__description{font-family:var(--font-body-family);font-size:1.6rem;line-height:1.6;color:#4b5563;margin:0 auto;text-align:center}.product-showcase__description p{margin:0;text-align:center}.product-showcase__nav{display:none!important}.product-showcase__nav-btn{display:inline-flex;align-items:center;justify-content:center;width:4.4rem;height:4.4rem;border-radius:50%;border:.1rem solid rgba(var(--color-foreground),.15);background:rgb(var(--color-background));color:rgb(var(--color-foreground));cursor:pointer;transition:background-color .25s ease,border-color .25s ease,color .25s ease,transform .15s ease;padding:0}.product-showcase__nav-btn:hover{background-color:rgb(var(--color-button));border-color:rgb(var(--color-button));color:rgb(var(--color-button-text));transform:scale(1.05)}.product-showcase__nav-btn:active{transform:scale(.95)}.product-showcase__nav-btn svg{width:1.8rem;height:1.8rem;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.product-showcase__nav-btn--prev svg{transform:rotate(180deg)}.product-showcase__grid{display:grid;grid-template-rows:repeat(2,1fr);grid-auto-flow:column;grid-auto-columns:calc((100% - (var(--showcase-columns, 4) - 1) * 1.6rem) / var(--showcase-columns, 4));gap:1.6rem;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;scroll-snap-type:x mandatory;-ms-overflow-style:none;scrollbar-width:none;padding-bottom:.4rem}.product-showcase__grid::-webkit-scrollbar{display:none}@media screen and (max-width:549px){.product-showcase__grid{grid-auto-columns:calc((100% - 1.2rem) / 1.8);gap:1.2rem;grid-template-rows:1fr}}@media screen and (min-width:550px)and (max-width:749px){.product-showcase__grid{grid-auto-columns:calc((100% - 1.2rem) / 2.3);gap:1.2rem}}@media screen and (min-width:750px)and (max-width:989px){.product-showcase__grid{grid-auto-columns:calc((100% - 2 * 1.6rem) / 3)}}.showcase-card{scroll-snap-align:start;position:relative;display:flex;flex-direction:column;background:#fff;border-radius:2.4rem;border:1px solid rgba(31,41,55,.08);overflow:hidden;box-shadow:0 .8rem 2.4rem #0000000a;transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease}.showcase-card:hover{transform:translateY(-.4rem);box-shadow:0 1.2rem 3.2rem #0025d21f;border-color:#0fe7e466}.showcase-card__media{position:relative;aspect-ratio:1 / 1;overflow:hidden;background:#f8f9fb;flex-shrink:0}.showcase-card__media img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.showcase-card:hover .showcase-card__media img{transform:scale(1.05)}.showcase-card__placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background:#f8f9fb}.showcase-card__placeholder svg{width:40%;height:40%;fill:rgba(var(--color-foreground),.15)}.showcase-card__badge{position:absolute;top:1rem;left:1rem;z-index:2;display:inline-flex;align-items:center;padding:.4rem 1rem;font-size:1.1rem;font-weight:600;line-height:1.4;letter-spacing:.02rem;border-radius:var(--badge-corner-radius, 4rem);white-space:nowrap}.showcase-card__badge--new,.showcase-card__badge--sale{background-color:rgb(var(--color-button));color:rgb(var(--color-button-text))}.showcase-card__badge--sold-out{background-color:rgba(var(--color-foreground),.7);color:rgb(var(--color-background))}.showcase-card__wishlist{position:absolute;top:1rem;right:1rem;z-index:10;pointer-events:auto;display:inline-flex;align-items:center;justify-content:center;width:3.8rem;height:3.8rem;border-radius:50%;background:#fff;border:1px solid rgba(31,41,55,.08);box-shadow:0 .4rem 1.2rem #00000014;color:#1f2937;text-decoration:none;transition:all .3s cubic-bezier(.175,.885,.32,1.275)}.showcase-card__wishlist svg{width:2rem;height:2rem;fill:transparent;stroke:currentColor;stroke-width:2;transition:fill .25s ease,stroke .25s ease,transform .25s ease}.showcase-card__wishlist:hover{background:linear-gradient(135deg,#0025d2,#2563eb);border-color:transparent;color:#fff;transform:scale(1.12);box-shadow:0 .6rem 1.8rem #0025d266}.showcase-card__wishlist:hover svg{fill:#fff;stroke:#fff}.showcase-card__wishlist.is-active{background:linear-gradient(135deg,#0025d2,#2563eb);border-color:transparent;color:#fff;box-shadow:0 .6rem 1.8rem #0025d273}.showcase-card__wishlist.is-active svg{fill:#fff;stroke:#fff;transform:scale(1.12)}.showcase-card__content{display:flex;flex-direction:column;padding:1.4rem 1.4rem 1.6rem;flex-grow:1;position:relative}.showcase-card__title{font-family:var(--font-body-family);font-weight:600;font-size:1.4rem;line-height:1.4;color:#0f172a;margin:0 0 .6rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;min-height:3.9rem}.showcase-card__title a{text-decoration:none;color:inherit;transition:color .2s ease}.showcase-card__title a:hover{color:#0025d2;text-decoration:none}.showcase-card__rating{display:flex;align-items:center;gap:.4rem;font-size:1.25rem;line-height:1;margin:0 0 .8rem}.showcase-card__rating-star{color:#f59e0b;font-size:1.4rem;line-height:1}.showcase-card__rating-value{font-weight:700;color:#0f172a;font-size:1.25rem;line-height:1}.showcase-card__rating-count{color:#64748b;font-size:1.15rem;font-weight:400;line-height:1}.showcase-card__price-row{display:flex;align-items:baseline;gap:.5rem;flex-wrap:wrap;margin:auto 0 0;padding-top:.2rem}.showcase-card__price{font-family:var(--font-body-family);font-weight:var(--font-body-weight-bold, 700);font-size:1.5rem;color:rgb(var(--color-foreground));line-height:1.3}.showcase-card__compare-price{font-size:1.3rem;color:rgba(var(--color-foreground),.45);text-decoration:line-through;font-weight:400;line-height:1.3}.showcase-card__atc-wrapper{margin-top:0;max-height:0;opacity:0;visibility:hidden;transform:translateY(.6rem);overflow:hidden;transition:max-height .35s cubic-bezier(.16,1,.3,1),opacity .25s ease,visibility .25s ease,transform .3s cubic-bezier(.16,1,.3,1),margin-top .3s ease;pointer-events:none;z-index:3}.showcase-card:hover .showcase-card__atc-wrapper{max-height:5rem;opacity:1;visibility:visible;transform:translateY(0);margin-top:.8rem;pointer-events:auto}.showcase-card__atc-btn{display:flex;align-items:center;justify-content:center;gap:.8rem;width:100%;padding:1rem 1.6rem;font-family:var(--font-body-family);font-size:1.3rem;font-weight:600;letter-spacing:.04rem;line-height:1;color:#fff;background-color:#0025d2;border:1px solid transparent;border-radius:var(--buttons-radius, .6rem);cursor:pointer;transition:background-color .25s ease,border-color .25s ease,transform .15s ease,box-shadow .25s ease}.showcase-card__atc-btn:hover{background-color:#001aa8;border-color:#0025d2;box-shadow:0 .4rem 1.4rem #0025d266;transform:translateY(-.1rem)}.showcase-card__atc-btn:active{transform:translateY(0)}.showcase-card__atc-btn:disabled{opacity:.5;cursor:not-allowed}.showcase-card__atc-btn svg{width:1.6rem;height:1.6rem;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.showcase-card__atc-btn .showcase-spinner{display:none;width:1.6rem;height:1.6rem;border:2px solid rgba(var(--color-button-text),.3);border-top-color:rgb(var(--color-button-text));border-radius:50%;animation:showcase-spin .6s linear infinite}.showcase-card__atc-btn.is-loading .showcase-spinner{display:inline-block}.showcase-card__atc-btn.is-loading .showcase-atc-icon,.showcase-card__atc-btn.is-loading .showcase-atc-label{display:none}.showcase-card__atc-btn.is-success{background-color:#2e7d32}@keyframes showcase-spin{to{transform:rotate(360deg)}}.showcase-card--sold-out .showcase-card__media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(var(--color-background),.35);z-index:1}.showcase-card--sold-out .showcase-card__atc-btn{opacity:.5;cursor:not-allowed}@media screen and (max-width:549px){.showcase-card__content{padding:1rem}.showcase-card__title{font-size:1.3rem}.showcase-card__price{font-size:1.4rem}.showcase-card__compare-price{font-size:1.2rem}.showcase-card__badge{font-size:1rem;padding:.3rem .8rem}.showcase-card__wishlist{width:3rem;height:3rem}.showcase-card__wishlist svg{width:1.4rem;height:1.4rem}.showcase-card__atc-wrapper{position:relative;transform:none;opacity:1;pointer-events:auto;padding:.4rem 1rem 1rem;background:none}.showcase-card__nav{display:none}}@media screen and (max-width:749px){.product-showcase__header{margin-bottom:1.6rem}.product-showcase__nav-btn{width:3.6rem;height:3.6rem}.product-showcase__nav-btn svg{width:1.4rem;height:1.4rem}}.product-showcase__view-all{margin-top:3.2rem;display:flex;justify-content:center;align-items:center}.product-showcase__view-all-btn{display:inline-flex;align-items:center;justify-content:center;gap:.8rem;font-family:var(--font-body-family);font-size:1.6rem;font-weight:700;color:#0025d2!important;background-color:transparent!important;background:transparent!important;border:none!important;border-bottom:2px solid #0025D2!important;border-radius:0!important;outline:none!important;box-shadow:none!important;padding:0 0 .4rem!important;text-decoration:none;cursor:pointer;transition:color .25s ease,border-color .25s ease,transform .2s ease!important;position:relative}.product-showcase__view-all-btn:before,.product-showcase__view-all-btn:after{display:none!important;content:none!important}.product-showcase__view-all-btn svg{width:1.8rem;height:1.8rem;flex-shrink:0;stroke:currentColor;transition:transform .25s ease}.product-showcase__view-all-btn:hover{color:#0025d2!important;border-bottom-color:#0025d2!important;background:transparent!important;box-shadow:none!important;transform:none!important}.product-showcase__view-all-btn:hover svg{transform:translate(.4rem)}
/*# sourceMappingURL=/cdn/shop/t/7/assets/product-showcase.css.map */
