:root{--page-wight:1920px}.store-main-container{width:100%;display:flex;flex-direction:column;justify-content:space-between}.store{display:flex;flex-direction:column;flex-wrap:wrap;align-content:center;justify-content:flex-start}.store-container{max-width:var(--page-wight);width:100%;margin:24px 0;display:flex;align-items:center;flex-direction:column;justify-content:center;gap:24px}.product-filter{width:100%;padding:12px 24px;border-radius:12px;display:flex;align-items:center;flex-direction:row;justify-content:space-between;gap:48px;background:var(--gray-a3)}.input-filter-search{display:flex;flex-direction:row;align-items:center;gap:12px}#input-filter{width:480px}.product-filter-button{width:auto;height:32px;padding:6px 12px;border-radius:6px;transition:all .2s}.product-filter-button svg{height:100%;fill:var(--gray-12)}.product-filter-button:hover .product-filter-icon{transform:scale(1.05)}.product-filter-button:active{box-shadow:none}#open-cart-popup{width:480px;max-width:480px}.product-list{width:100%;grid-gap:12px;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,310px));justify-content:center;justify-items:center}.product-item{min-height:480px;height:100%;padding:24px;border-radius:12px;display:flex;flex-direction:column;align-items:center;position:relative;justify-content:space-between;transition:all .3s ease-in-out;background:var(--gray-a3);gap:12px}.product-item-item-container{position:relative;width:100%}.product-item:hover,.product-item:active,.product-item:focus{background:var(--gray-a5)}.product-image{width:100%;display:flex;align-items:center;justify-content:flex-start;gap:12px;overflow-x:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;user-select:none}.product-image img{width:100%;border-radius:12px;flex:0 0 auto;scroll-snap-align:center;user-select:none}.product-image-ui{position:absolute;width:100%;height:100%;display:flex;align-items:center;justify-content:space-between;border-radius:12px}.product-img-button{height:100%;font-size:20px;background:var(--gray-a1)}.product-img-button:hover{background:var(--gray-a3)}.product-img-button:active{background:var(--gray-a2)}.product-image-counter-container{width:100%;height:6px;display:flex;align-items:center;justify-content:center;gap:6px}.product-image-counter-container span{width:6px;height:6px;background:var(--gray-9);border-radius:100%}.product-image-counter-container .product-image-counter-select{background:var(--gray-12)}.product-title{font-size:16px;text-align:left;font-weight:500}.product-description{min-height:100px;font-size:12px;font-weight:400;display:flex;align-items:flex-start;color:var(--gray-text-second)}.product-count-informer{height:12px;font-size:9px;text-align:left;justify-items:center}.product-price{font-size:18px;font-weight:500;text-align:left;white-space:nowrap}.product-item-buy-container{display:flex;flex-direction:row;gap:12px;align-items:center;justify-content:space-between}.product-item-add-to-cart-container{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.product-buy-button{width:100%}.product-buy-button::before{content:"Купить"}.remove-from-cart-button{background:var(--surface);border:2px solid var(--gray-5);display:flex;align-items:center;justify-content:center;flex-direction:row}.remove-from-cart-button::before{content:"В корзине"}.remove-from-cart-button:hover::before{content:"Удалить"}.remove-from-cart-button:hover{color:var(--gray-text-second);background:var(--surface);border:2px solid var(--gray-7)}.remove-from-cart-button:active{background:var(--surface);border:2px solid var(--gray-6)}.remove-from-cart-button:disabled{color:var(--gray-11);transform:scale(1);background:var(--gray-3)}.disable-button{width:100%;height:30px;padding:0 12px;background:var(--surface);border:2px solid var(--gray-5);display:flex;align-items:center;justify-content:center;flex-direction:row;pointer-events:none;border-radius:6px;font-size:14px}.disable-button:hover{color:var(--gray-text-second);background:var(--surface);border:2px solid var(--gray-7)}.disable-button:active{background:var(--surface);border:2px solid var(--gray-6)}.disable-button:disabled{color:var(--gray-11);transform:scale(1);background:var(--gray-3)}.product-add-to-cart-count{width:30px;height:30px;font-size:18px;text-align:center;white-space:nowrap;padding-top:4px;padding-left:1px}.plus-to-cart-button,.minus-to-cart-button{width:30px;height:30px;max-width:30px;max-height:30px;border-radius:6px}.cart-items{margin:0 12px;border-radius:12px;border:1px solid var(--gray-1);-webkit-box-shadow:0 0 12px 0 var(--gray-1) inset;-moz-box-shadow:0 0 12px 0 var(--gray-1) inset;box-shadow:0 0 12px 0 var(--gray-1) inset}.store-scroll-container{min-height:120px;max-height:480px}.cart-items-container{padding:12px 6px;display:flex;flex-direction:column;gap:24px}.cart-item{display:flex;align-items:flex-start;flex-direction:column;border-radius:12px;gap:6px}.cart-item-container{width:100%;display:flex;flex-direction:row;align-items:flex-start;gap:6px}.cart-item-container-stretch{width:100%;display:flex;flex-direction:row;justify-content:space-between;gap:6px}.cart-item-image{width:64px;height:64px;border-radius:12px}.cart-item-details{display:flex;flex-direction:column;gap:6px}.cart-item-name{font-size:14px;font-weight:400;display:block}.cart-item-description{font-size:12px;color:var(--gray-text-second);display:block}.cart-item-price{font-size:14px;font-weight:600;display:flex;align-items:center;flex-direction:row;gap:6px}.cart-checkbox-all-label{display:flex;align-items:center;justify-content:center;flex-direction:row;gap:12px}.cart-checkbox-all-label span{padding-top:2px}.cart-summary{padding:0 24px;display:flex;justify-content:space-between;font-size:16px}.store-credit-container{font-size:10px;text-align:center}.cart-oferta-link{color:var(--color-text-second)}.cart-oferta-link:hover{color:var(--color-text)}#payment-popup{max-width:600px}.popup-button-robokassa,.popup-button-yookassa{height:30px;padding:3px 12px;background-color:#0a253f;border:0}.popup-button-robokassa svg,.popup-button-yookassa svg{height:100%}.popup-button-robokassa:hover,.popup-button-yookassa:hover{background-color:#061727;border:0}@media screen and (max-width:1024px){.product-filter{flex-direction:column;gap:12px;align-items:center}.input-filter-search{width:100%;justify-content:flex-end}#input-filter{width:100%}.product-item{width:auto}}@media screen and (max-width:768px){.product-item{padding:24px}#open-cart-popup{width:352px}.cart-items{margin:0}.store-scroll-container{max-height:320px}.cart-item-name{font-size:12px}.store-credit-container{font-size:10px}.cart-summary{padding:0 12px}}