.shop-icon-wrapper{cursor:pointer;display:flex;overflow:hidden}.shop-products__container{max-width:1440px;margin:0 auto;padding:24px 52px 52px}.shop-products__title{color:#301e3a;text-align:center;font-family:Roboto Condensed;font-size:80px;font-style:normal;font-weight:700;line-height:90%;margin-bottom:32px}.shop-products__tabs-container{width:100%;margin:0 auto 32px;display:flex;justify-content:center}.shop-products__tabs{display:flex;justify-content:center;width:fit-content;position:relative;background:#edf5fa;border-radius:64px;overflow:hidden;height:60px;padding:8px}.shop-products__tab-title{padding:10px 26px;cursor:pointer;font-weight:600;border-radius:50px;transition:color .3s ease;position:relative;z-index:2;color:#301e3a;text-align:center;font-family:Archivo Narrow;font-size:18px;font-style:normal;font-weight:700;line-height:normal;letter-spacing:-.4px;text-transform:uppercase;display:flex;align-items:center;justify-content:center}.shop-products__tab-indicator{position:absolute;top:8px;bottom:8px;left:0;width:0;background:#fff;border-radius:39px;transition:transform .3s ease,width .3s ease;z-index:1}.shop-products__products-container{display:grid;grid-template-columns:repeat(4,1fr);gap:32px;row-gap:52px}@media (width <= 1300px){.shop-products__products-container{display:grid;gap:24px;row-gap:32px}}@media (width <= 1100px){.shop-products__products-container{grid-template-columns:repeat(3,1fr)}}@media (width <= 768px){.shop-products__products-container{grid-template-columns:repeat(2,1fr)}}.shop-products__product-image{max-width:310px;height:413px;background-color:#edf5fa;border-radius:16px}.shop-products__product-image img{width:100%;height:100%;border-radius:16px;object-fit:cover}.shop-products__product-title{color:#121212;text-align:center;font-family:Archivo Narrow;font-size:26px;font-style:normal;font-weight:700;line-height:1.1;text-transform:uppercase;margin-top:12px;min-height:57px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.shop-products__product-ingredients{color:#82878a;text-align:center;font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:1.2;max-width:136px;width:100%;margin:12px auto 0;min-height:33px}.shop-products__product{display:none}.shop-products__product.tag-filter-hidden{display:none!important}.shop-products__product.active{display:block}.quantity-selector{margin-top:16px;display:flex;align-items:center;justify-content:space-between;background-color:#edf5fa;padding:12px 16px;gap:15px;color:#121212;font-family:Inter;font-size:16px;font-style:normal;font-weight:600;line-height:162.5%}.quantity-btn{background:transparent;border:none;font-size:24px;cursor:pointer;padding:0 10px}.quantity-selector input{font-size:18px;text-align:center;width:40px;border:none;background:transparent;pointer-events:none}.product-pack-right-add-to-cart-button{margin-top:16px;padding:10px 16px;width:100%;border-radius:39px;border:1px solid #121212;background:#301e3a;border:none;cursor:pointer;color:#fff;text-align:center;font-family:Archivo Narrow;font-size:22px;font-style:normal;font-weight:700;line-height:154.545%;text-transform:uppercase;transition:all .3s ease}.product-pack-right-add-to-cart-button:hover{background:#4a2b5a;transform:translateY(-2px);box-shadow:0 4px 12px #301e3a4d;transition:all .3s ease}.shop-products__product-add-to-cart-button{margin-top:12px;display:flex;height:52px;padding:14px 22px;justify-content:center;align-items:center;gap:2px;align-self:stretch;border-radius:1000px;border:2px solid #301e3a;color:#301e3a;text-align:center;font-family:Archivo Narrow;font-size:18px;font-style:normal;font-weight:700;line-height:140%;letter-spacing:-.45px;background:transparent;text-transform:uppercase;cursor:pointer;width:100%;transition:all .3s ease}.shop-products__product-add-to-cart-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #301e3a4d}.shop-products__filters-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:19px}.shop-products__filters-top__quantity{color:#605f5f;font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:26px}.shop-products__filters-top-right{display:flex;justify-content:center;gap:32px}.shop-products__filters-top-right__filter,.shop-products__filters-top-right__sort{display:flex;justify-content:center;align-items:center;gap:4px;cursor:pointer;position:relative}.shop-products__sort-menu,.shop-products__filter-menu,.shop-products__filter-menu--mobile{position:absolute;top:100%;left:-21px;background:#fff;border-radius:4px;padding:8px;text-wrap:nowrap}.sort-option,.filter-option,.filter-option--mobile{padding:8px 12px;border-radius:4px;transition:all .2s ease;cursor:pointer}.sort-option.active,.filter-option.active,.filter-option--mobile.active,.sort-option:hover,.filter-option:hover{background-color:#f8f9fa;color:#301e3a}.shop-products__filters-bottom{display:none;gap:16px;margin-bottom:68px}.shop-products__filters-bottom.active{display:flex}.shop-products__filters-bottom-tags{display:flex;gap:16px}.shop-products__filters-bottom-tags__tag{display:flex;padding:2px 10px;justify-content:center;align-items:center;gap:10px;color:#121212;text-align:center;font-family:Inter;font-size:12px;font-style:normal;font-weight:600;line-height:20px;border-radius:4px;border:1px solid #eaeaea;background:#f5f5f5}.shop-products__filters-bottom-tags-clear{display:flex;align-items:center;gap:3px;color:#807e7e;font-family:Inter;font-size:12px;font-style:normal;font-weight:600;line-height:20px}.shop-products__filters-bottom-tags-clear span{cursor:pointer}.shop-products__filters-top-right__filter--mobile{display:none;max-width:50%}@media screen and (-webkit-min-device-pixel-ratio: 0){_::-webkit-full-page-media,_:future,:root .quantity-selector button{padding-bottom:5px}}.quantity-selector button{color:#121212!important;display:flex;align-items:center;justify-content:center}@media (width <= 600px){.shop-products__container{padding:20px 16px 16px}.shop-products__filters-top-right__filter--mobile{display:block}.shop-products__title{color:#301e3a;font-family:Roboto Condensed;font-size:40px;font-style:normal;font-weight:700;line-height:90%;text-align:left}.shop-products__product{justify-self:center}.shop-products__products-container{gap:17px;row-gap:32px}.shop-products__product-image{width:100%;height:217px;margin:0 auto}.shop-products__product-title{font-family:Archivo Narrow;font-size:16px;font-style:normal;font-weight:700;line-height:1;letter-spacing:-.4px;text-transform:uppercase;min-height:32px}.shop-products__product-ingredients{margin-top:8px;color:#82878a;text-align:center;font-family:Inter;font-size:10px;font-style:normal;font-weight:400;max-width:100px;line-height:1.2;min-height:23px}.quantity-selector{margin-top:12px;padding:12px 8px;height:32px}.quantity-selector input{color:#121212;font-family:Inter;font-size:12px;font-style:normal;font-weight:600;line-height:20px}.shop-products__product-add-to-cart-button{padding:14px 22px;color:#301e3a;text-align:center;font-family:Archivo Narrow;font-size:14px;font-style:normal;font-weight:700;line-height:140%;letter-spacing:-.35px}.shop-products__tabs{height:48px}.shop-products__tabs-container{justify-content:flex-start}.shop-products__tab-title{color:#301e3a;font-family:Archivo Narrow;font-size:18px;font-style:normal;font-weight:700;padding:3px 26px;letter-spacing:-.4px;text-transform:uppercase}.shop-products__filters-top-right__filter{display:none}.shop-products__sort-menu{left:auto;right:0}.shop-products__filters-top-right__sort{color:#301e3a;font-family:Archivo Narrow;font-size:14px;font-style:normal;font-weight:700;line-height:24px;text-decoration:underline;text-transform:uppercase}.shop-products__filters-top-right__sort .shop-icon-wrapper{display:none}.shop-products__filters-top{padding-bottom:16px;border-bottom:1px solid #eaeaea;margin-bottom:16px}.shop-products__filters-top-right__filter--mobile{padding:6px 0;margin-bottom:16px;display:flex;gap:4px;align-items:center;cursor:pointer;color:#301e3a;font-family:Archivo Narrow;font-size:16px;font-style:normal;font-weight:700;line-height:28px;letter-spacing:-.4px;text-transform:uppercase;position:relative}.shop-products__filter-menu--mobile{left:0}.shop-products__filters-bottom{margin-bottom:48px}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/section-shop-products.css.map */
