@keyframes show{0%{opacity:0}to{opacity:1}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes show-slide{0%{transform:translateY(3rem);opacity:0}to{transform:translateY(0);opacity:1}}.product-grid:not(.swiper-wrapper),.swiper:not(.swiper-initialized) .product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}@media screen and (max-width: 991px){.product-grid:not(.swiper-wrapper),.swiper:not(.swiper-initialized) .product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media screen and (max-width: 767px){.product-grid:not(.swiper-wrapper),.swiper:not(.swiper-initialized) .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (max-width: 575px){.product-grid:not(.swiper-wrapper),.swiper:not(.swiper-initialized) .product-grid{grid-template-columns:minmax(0,1fr)}}.product-item{position:relative;text-align:center;padding-top:5px;padding-bottom:1rem}@media screen and (max-width: 575px){.product-item{padding:1rem}}.product-item__head{margin-block-end:2rem}.product-item__head img{max-width:75%;margin-inline:auto;transition:transform .15s ease-out}.product-item__body .title{transition:color .15s ease-out}.product-item__body .p{margin-block-start:.5rem;margin-inline:auto;max-width:28ch}.product-item__body.decorative-arrow:after{margin-inline:auto;margin-block-start:1rem}.product-item:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border:1px solid #E6E9F3;pointer-events:none;transition:opacity .15s ease-out}@media screen and (pointer: fine){.product-item:before{opacity:0}}.product-item:has(.block-link:is(:hover,:active,:focus-visible)) .product-item__head img{transform:translateY(-4px)}.product-item:has(.block-link:is(:hover,:active,:focus-visible)):before{opacity:1}.product-item:has(.block-link:is(:hover,:active,:focus-visible)) .title{color:#55ac84}.product-item:has(.block-link:is(:hover,:active,:focus-visible)) .decorative-arrow:after{transform:translate(var(--btn-icon-movement))}.category-list{--spacing: 16px}.category-item{position:relative;display:flex;gap:4px;background-color:var(--color-bg-light);transition:325ms cubic-bezier(.22,1,.36,1);transition-property:background-color,box-shadow,transform}.category-item__head{display:flex;justify-content:center;align-items:center;width:72px;height:72px;padding:20px}.category-item__head img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}.category-item__body{display:flex;flex-direction:column;justify-content:center;align-items:start;padding:20px}.category-item__body a{transition:color 325ms cubic-bezier(.22,1,.36,1)}.category-item__body a:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0}.category-item__head+.category-item__body{padding-inline-start:0}.category-item:has(a:is(:hover,:active,:focus-visible)){background-color:#fff;box-shadow:0 3px 37px #0000001a;transform:translateY(-4px)}.category-item:has(a:is(:hover,:active,:focus-visible)) .title{color:#55ac84}
