.new-product-showcase{width:100%;position:relative;display:flex;flex-direction:column;align-items:center;padding:60px 0 60px 20px;box-sizing:border-box;gap:40px;text-align:left;font-size:10px;color:#fff;background-color:#fff8f5}.new-product-showcase-header{width:100%;display:flex;flex-direction:column;align-items:center;gap:14px;padding:0 20px;box-sizing:border-box}.new-product-showcase-subtitle-wrap{height:28px;border-radius:50px;background-color:#ff6523;border:1px solid #011e62;box-sizing:border-box;display:flex;align-items:center;justify-content:center;padding:7px 16px}.new-product-showcase-subtitle-wrap.is-reveal-ready{transform:translateY(28px);opacity:0;transition:transform .7s cubic-bezier(.22,1,.36,1),opacity .7s ease;will-change:transform,opacity}.new-product-showcase-subtitle-wrap.is-reveal-ready.is-visible{transform:translateY(0);opacity:1}.new-product-showcase-subtitle{position:relative;text-transform:uppercase;font-weight:600;flex-shrink:0;font-size:10px;color:#fff}.new-product-showcase-title{position:relative;font-size:22px;font-weight:700;text-transform:uppercase;color:#011e62;text-align:center}.new-product-showcase-title.is-reveal-ready{transform:translateY(36px);opacity:0;transition:transform .8s cubic-bezier(.22,1,.36,1),opacity .8s ease;will-change:transform,opacity}.new-product-showcase-title.is-reveal-ready.is-visible{transform:translateY(0);opacity:1}.new-product-showcase-container{position:relative;width:100%}.new-product-showcase-grid{width:100%;overflow-x:auto;display:flex;align-items:start;gap:20px;font-size:12px;scroll-snap-type:x mandatory}.new-product-showcase-grid::-webkit-scrollbar{display:none}.new-product-showcase-nav-arrow{display:none}.new-product-showcase-card{flex:1 0 67%;flex-shrink:0;display:flex;flex-direction:column;align-items:flex-start;gap:18px;scroll-snap-align:start}.new-product-showcase-card:last-child{margin-right:20px}.new-product-showcase-card-image-wrap{align-self:stretch;height:259px;border-radius:20px;display:flex;flex-direction:column;align-items:flex-start;padding:10px;box-sizing:border-box;background-size:cover;background-repeat:no-repeat;background-position:top;position:relative;overflow:hidden;text-decoration:none}.new-product-showcase-card-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:top;border-radius:20px;transition:transform .4s ease}.new-product-showcase-card-image-wrap:hover .new-product-showcase-card-image{transform:scale(1.1)}.new-product-showcase-card-badges{align-self:stretch;display:flex;align-items:center;justify-content:space-between;gap:20px;position:relative;z-index:2}.new-product-showcase-badge-left{height:24px;border-radius:60px;background-color:#d22e2c;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:2px 10px;box-sizing:border-box}.new-product-showcase-badge-discount{display:flex;align-items:center}.new-product-showcase-badge-text{position:relative;font-weight:500;font-size:12px;color:#fff;white-space:nowrap}.new-product-showcase-badge-right{height:24px;border-radius:60px;background-color:#fff;border:1px solid #011e62;box-sizing:border-box;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:2px 10px;color:#011e62}.new-product-showcase-badge-rating{display:flex;align-items:center;gap:4px}.new-product-showcase-badge-rating .jdgm-widget.jdgm-preview-badge{background:transparent;padding:0;position:static}.new-product-showcase-badge-rating .jdgm-prev-badge{display:flex!important;align-items:center;gap:4px}.new-product-showcase-badge-rating .jdgm-prev-badge__text{font-size:12px;font-weight:500;color:#011e62}.new-product-showcase-badge-rating .jdgm-star{height:15px;width:16px}.new-product-showcase-badge-rating .jdgm-star.jdgm--on:before{font-size:15px}.new-product-showcase-card-info{align-self:stretch;display:flex;flex-direction:column;align-items:flex-start;gap:16px;font-size:20px;color:#121212}.new-product-showcase-card-details{align-self:stretch;display:flex;flex-direction:column;align-items:flex-start;gap:10px}.new-product-showcase-card-name{align-self:stretch;position:relative;line-height:30px;font-weight:600;font-size:20px;color:#121212;text-decoration:none;display:-webkit-box;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.new-product-showcase-card-name:hover{text-decoration:underline;text-underline-offset:2px}.new-product-showcase-card-pricing{display:flex;align-items:center;gap:10px;font-size:18px;color:#d22e2c}.new-product-showcase-card-price{position:relative;font-weight:500;font-size:18px;color:#d22e2c}.new-product-showcase-card-compare-price{position:relative;font-size:16px;text-decoration:line-through;font-weight:500;color:#121212}.new-product-showcase-card-action{align-self:stretch}.new-product-showcase-card-action .cartx-product-button-wrap>.cartx-add-to-cart{align-self:stretch;height:48px;border-radius:40px;border:1.5px solid #011e62;box-sizing:border-box;display:flex;align-items:center;justify-content:center;padding:10px;font-size:16px;color:#011e62;background-color:transparent;transition:background-color .2s ease,color .2s ease}.new-product-showcase-card-action .cartx-product-button-wrap>.cartx-add-to-cart:hover{background-color:#011e62;color:#fff}.new-product-showcase-card-action .cartx-product-button-wrap>.cartx-add-to-cart:hover span{color:#fff}.new-product-showcase-card-action .cartx-product-button-wrap>.cartx-add-to-cart span{position:relative;line-height:27px;font-weight:600;transition:color .2s ease}.new-product-showcase-card-action .cartx-add-to-cart-qty-wrap{height:48px;border-radius:40px;border:1.5px solid #011e62;background-color:#011e62;display:flex;align-items:center}.new-product-showcase-card-action .cartx-add-to-cart-qty-wrap input.cartx-atc-qty{color:#fff;background-color:transparent}.new-product-showcase-card-action .cartx-add-to-cart-qty-wrap button.cartx-remove-from-cart,.new-product-showcase-card-action .cartx-add-to-cart-qty-wrap button.cartx-add-to-cart{background-color:transparent;color:#fff}.new-product-showcase-card-action .cartx-add-to-cart-qty-wrap button.cartx-remove-from-cart:before,.new-product-showcase-card-action .cartx-add-to-cart-qty-wrap button.cartx-add-to-cart:before,.new-product-showcase-card-action .cartx-add-to-cart-qty-wrap button.cartx-add-to-cart:after{background:#fff}@media screen and (min-width:600px){.new-product-showcase-header{width:100%}.new-product-showcase-grid{width:100%;padding:0 20px;box-sizing:border-box}.new-product-showcase-card:last-child{margin-right:0}.new-product-showcase-title{font-size:26px}}@media screen and (min-width:1024px){.new-product-showcase{padding:100px 0}.new-product-showcase-header{width:100%}.new-product-showcase-title{font-size:32px}.new-product-showcase-container{width:100%;position:relative;padding:0 80px;box-sizing:border-box}.new-product-showcase-grid{width:100%;margin:0 auto;overflow:hidden;display:flex;justify-content:flex-start;gap:20px;padding:0;box-sizing:border-box;scroll-behavior:smooth}.new-product-showcase-grid.scrollable{overflow-x:auto}.new-product-showcase-nav-arrow{display:none;position:absolute;top:50%;transform:translateY(-50%);background:transparent;border:none;cursor:pointer;align-items:center;justify-content:center;transition:all .3s ease;z-index:10;padding:0}.new-product-showcase-nav-arrow.show{display:flex}.new-product-showcase-nav-arrow:hover{transform:translateY(-50%) scale(1.1)}.new-product-showcase-nav-arrow:active{transform:translateY(-50%) scale(.95)}.new-product-showcase-nav-arrow.left{left:15px}.new-product-showcase-nav-arrow.right{right:15px}.new-product-showcase-nav-arrow svg{width:40px;height:40px}.new-product-showcase-nav-arrow:disabled{opacity:.3;cursor:not-allowed}.new-product-showcase-nav-arrow:disabled:hover{transform:translateY(-50%) scale(1)}.new-product-showcase-card-image-wrap{height:320px}.new-product-showcase-card-name{font-size:20px}}@media screen and (min-width:990px){.new-product-showcase-grid{margin:0}.new-product-showcase-card{flex:1 0 23.5%}}
/*# sourceMappingURL=/cdn/shop/t/93/assets/new-product-showcase-stylesheet.css.map */
