.new-hero-wrapper{text-align:center;padding:100px 0;background-blend-mode:overlay}.new-hero-heading{font-size:60px;max-width:700px;margin:0 auto;line-height:1.1}.new-hero-text{font-size:30px;max-width:700px;margin:20px auto 0;line-height:1.1}@media screen and (max-width: 749px){.new-hero-heading{font-size:40px;max-width:400px}.new-hero-text{font-size:20px;max-width:400px}.new-hero-wrapper{padding:50px 0}}.new-logos-wrapper{display:flex;flex-wrap:wrap;align-items:center;justify-content:center}.new-logos-item{width:auto;max-width:20%;padding:0 20px}.new-logos-img{display:block;max-width:100%;width:100%;margin:0 auto;height:50px;object-fit:contain}@media screen and (max-width: 989px){.new-logos-item{padding:0 10px}.new-logos-img{width:100%;height:30px}}.new-products-tier-wrapper{margin:0;position:relative;padding:50px 0;border-bottom:2px solid;position:sticky;top:0;left:0;z-index:9;background:#fff}.new-prodcuts-tier-progress{height:15px;border-radius:50px;overflow:hidden;width:100%;display:block;position:relative}.new-products-tier-progress-fill{position:absolute;top:0;left:0;width:0;height:100%;display:block;transition:all .5s ease}.new-products-tier-steps{display:flex;justify-content:space-between}.new-products-tier-step{text-align:center;position:relative}.new-products-tier-top-label{font-size:13px;font-weight:700;max-width:100px;line-height:1.1;position:absolute;bottom:calc(100% + 10px);left:50%;transform:translate(-50%);width:max-content}.new-products-tier-badge{border-radius:50%;width:60px;height:60px;margin:auto;display:grid;place-content:center;line-height:1.1;font-size:20px;font-weight:700}.new-products-tier-badge em{display:block;font-size:12px;font-style:normal;margin-top:2px}.new-products-tier-bottom-label{font-size:15px;font-weight:700;max-width:140px;line-height:1.1;position:absolute;top:calc(100% + 10px);left:50%;transform:translate(-50%);width:max-content}.new-products-list-heading{font-size:32px;margin:40px 0}.new-products-list-card-wrapper{display:flex;flex-wrap:wrap;gap:20px;margin-bottom:40px}.new-products-card-item{background:#eee;width:calc(25% - 15px);padding:10px;border-radius:20px;box-shadow:0 0 5px 2px #0000001a;position:relative;overflow:hidden}.new-products-card-img-wrapper{position:relative;width:100%}.new-products-card-img{display:block;max-width:100%;height:auto;aspect-ratio:1/1;object-fit:contain;mix-blend-mode:multiply;width:100%}.new-products-card-qty-wrapper{position:absolute;bottom:5px;right:5px}.new-products-card-qty-wrapper.adding{pointer-events:none;opacity:.5}.new-products-card-qty-toggle{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;box-shadow:0 0 5px 2px #0000001a}.new-products-card-qty-toggle svg{width:20px;height:20px;display:block}.new-products-card-qty{display:flex;background:#fff;border-radius:100px;width:120px;overflow:hidden;position:absolute;top:50%;transform:translateY(-50%);right:0;width:0;transition:all .3s ease}.new-products-card-qty-wrapper.active .new-products-card-qty-toggle{transform:rotate(-90deg);opacity:0;pointer-events:none;visibility:hidden}.new-products-card-qty-wrapper.active .new-products-card-qty{width:120px}.new-products-card-qty svg{display:block;width:20px;height:20px}.new-products-card-qty>span{width:50px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer}.new-products-card-qty-slider{height:40px;flex:1 1 auto;transition:all .3s ease}.new-products-card-qty-slide-item{height:40px;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:700}.new-products-card-input{display:none}.new-products-card-title{font-size:16px;font-weight:700;margin:15px 0 0;line-height:1.25}.new-products-card-desc{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;font-size:14px;margin:5px 0 0;line-height:1.25}.new-products-card-price{margin:5px 0 0}.new-products-card-price span{font-size:18px;font-weight:700}.new-products-card-price strike{font-size:16px}.new-products-card-view{position:sticky;bottom:15px;left:0;z-index:9;display:flex;align-items:center;justify-content:center;width:100%;border:0;background:#000;color:#fff!important;border-radius:5px;padding:10px;min-height:60px;cursor:pointer;gap:10px;font-size:16px}.new-products-card-atc.inactive{opacity:.75;pointer-events:none;display:none}.new-products-card-atc em{font-style:normal}.new-products-card-atc:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;background-color:#000;opacity:0;transition:all .3s ease}.new-products-card-atc:after{content:"";display:block;width:24px;height:24px;position:absolute;top:50%;left:50%;border:3px solid rgb(var(--color-button-text));border-radius:50%;border-left-color:transparent;transform:translate(-50%,-50%) rotate(0);animation:cloader .5s linear infinite;z-index:2;opacity:0;transition:all .3s ease}.new-products-card-atc.active{pointer-events:none}.new-products-card-atc.active:before{opacity:1}.new-products-card-atc.active:after{opacity:1}.new-products-has-promo{padding-bottom:50px}.new-products-meta-text{font-size:15px;font-weight:700;position:absolute;bottom:0;left:0;width:100%;margin:0;padding:5px 10px;text-align:center}@keyframes cloader{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}@media screen and (max-width: 989px){.new-products-card-item{width:calc(33.33% - 14px)}}@media screen and (max-width: 749px){.new-products-list-card-wrapper{gap:16px}.new-products-card-item{width:calc(50% - 8px)}}@media screen and (max-width: 480px){.new-products-list-heading{font-size:22px;margin:20px 0}.new-products-card-title{font-size:15px}.new-products-card-desc{font-size:13px}.new-products-card-price span{font-size:16px}.new-products-card-price strike{font-size:15px}.new-products-list-card-wrapper{margin-bottom:20px}.new-products-meta-text{font-size:12px}.new-products-tier-top-label{font-size:10px;max-width:80px}.new-products-tier-bottom-label{font-size:10px}.new-products-tier-badge{font-size:13px}.new-products-tier-badge{width:45px;height:45px}.new-products-tier-badge em{font-size:10px}}
/*# sourceMappingURL=/cdn/shop/t/13/assets/new.css.map */
