.product-categories-grid{display:grid}.product-categories-grid:not(.box-layout){grid-template-columns:repeat(2,1fr);gap:20px}.product-categories-grid.box-layout{grid-template-columns:repeat(2,1fr);gap:16px}.category-title{font-weight:400!important;font-size:14px;text-align:center;letter-spacing:.02em;text-transform:uppercase;color:#242424;display:flex;align-items:center;justify-content:center;margin-top:8px;padding:0 10px}.category-item_box{transition:.3s}.category-item_box:hover{filter:drop-shadow(0 0 5.9px rgb(96 96 96 / .42))}.category-item_box a{display:flex;align-items:center;background:#FFF;border-radius:4px;padding:12px 25px 12px 12px;background-image:url("data:image/svg+xml,%3Csvg width='7' height='11' viewBox='0 0 7 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.824792 0.481062C1.00785 0.297999 1.30465 0.297999 1.4877 0.481062L6.17519 5.16856C6.35825 5.35163 6.35825 5.64837 6.17519 5.83144L1.4877 10.519C1.30465 10.702 1.00785 10.702 0.824792 10.519C0.641736 10.3359 0.641736 10.0391 0.824792 9.85604L5.18081 5.5L0.824792 1.14394C0.641736 0.960875 0.641736 0.664124 0.824792 0.481062Z' fill='%23DA5B46'/%3E%3C/svg%3E%0A");background-repeat:no-repeat no-repeat;background-position:calc(100% - 10px) 50%;background-size:7px;height:100%}.category-item_box h3{margin:0!important;font-weight:600;font-size:12px;letter-spacing:.02em;text-transform:uppercase;color:#242424}@media (min-width:768px){.category-title{font-weight:500!important}.category-item_box h3{font-size:16px}.category-item_box a{padding:18px 35px 18px 18px;background-position:calc(100% - 20px) 50%}.product-categories-grid:not(.box-layout){grid-template-columns:repeat(3,1fr)}.product-categories-grid.box-layout{grid-template-columns:repeat(4,1fr)}.category-title{font-size:20px}}.category-item img{width:100%;aspect-ratio:1/1;display:block;object-fit:cover;transition:.2s}.category-item:hover img{filter:drop-shadow(0 0 5.9px rgb(96 96 96 / .42))}