.section.product_category_repeater{box-sizing:border-box;display:grid;gap:20px 50px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));justify-items:center;margin-bottom:30px;margin-top:80px;padding:0}.section.product_category_repeater .product-category-item{align-content:stretch;align-items:stretch;box-sizing:border-box;display:flex;flex-direction:column;justify-content:flex-start;max-width:262px;position:relative;transition:filter .25s ease-out}.section.product_category_repeater .product-category-item:hover{filter:drop-shadow(0 20px 38px rgba(0,0,0,.25))}.section.product_category_repeater .product-category-item:hover .img-wrapper:after{clip-path:polygon(0 0,100% 0,100% 82%,0 82%);transition-delay:.14s}.section.product_category_repeater .product-category-item a{align-content:center;align-items:center;display:flex;flex-direction:column;gap:45px;justify-content:center;text-decoration:none}.section.product_category_repeater .product-category-item a h3{font-family:Poppins,sans-serif;font-size:1.5em;font-style:normal;font-weight:400;padding:0 1.25em;text-align:center}.section.product_category_repeater .product-category-item .img-wrapper{border:2px solid #822b3c;border-radius:133px;box-sizing:border-box;height:473px;padding:7px;position:relative}.section.product_category_repeater .product-category-item .img-wrapper:after{border:4px solid #822b3c;border-radius:133px;clip-path:polygon(0 0,100% 0,100% 0,0 0);content:"";display:block;height:calc(100% - 24px);left:0;position:absolute;top:0;transform:scale(1.1) translateY(8px);transition:clip-path .3s ease-in-out;width:calc(100% - 7px)}.section.product_category_repeater .product-category-item .img-wrapper img{border-radius:133px;height:100%;object-fit:cover}.section.product_category_repeater .product-category-item h3{line-height:1.2;margin:0}@media (max-width:1000px){.section.product_category_repeater{gap:20px 20px}}@media (max-width:800px){.section.product_category_repeater{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));padding:0 10px}.section.product_category_repeater .product-category-item a{gap:30px;margin-bottom:15px}.section.product_category_repeater .product-category-item .img-wrapper{height:347px}}@media (max-width:500px){.section.product_category_repeater .product-category-item{max-width:200px}.section.product_category_repeater .product-category-item a{gap:20px}}