.product-categories-section{margin-bottom:18px;padding:9px 0;border-bottom:1px solid var(--global-palette7)}.product-categories-container{margin-bottom:0}.product-categories{display:flex;flex-wrap:nowrap;overflow-x:auto;gap:18px;padding:8px 5px;scrollbar-color:var(--global-palette6) var(--global-palette9);list-style:none;margin:0}.product-categories::-webkit-scrollbar{height:5px}.product-categories::-webkit-scrollbar-track{background:var(--global-palette9);border-radius:3px}.product-categories::-webkit-scrollbar-thumb{background-color:var(--global-palette6);border-radius:3px}.custom-category-item{flex:0 0 auto;width:198px;margin:0;transition:transform .3s}.custom-category-item:hover{transform:translateY(-5px)}.custom-category-item a{display:block;text-decoration:none;color:inherit}.category-thumbnail{position:relative;margin-bottom:9px;padding:10px;border-radius:7px;overflow:hidden;background:var(--global-palette9);box-shadow:0 2px 7px rgba(0,0,0,.1);width:198px;height:162px;display:flex;align-items:center;justify-content:center}.category-thumbnail img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s}.custom-category-item:hover .category-thumbnail img{transform:scale(1.05)}.category-details{text-align:center;padding:4px}.woocommerce-loop-category__title{font-size:1em;margin:0;color:var(--global-palette4)}.woocommerce-loop-category__title .count{color:var(--global-palette6);font-size:.85em;font-weight:400}.products-section{margin-top:18px}.products-section .products{display:grid;grid-template-columns:repeat(auto-fill,minmax(198px,1fr));gap:18px;margin:0;padding:0;list-style:none}.products-section .product{margin:0}.products-section .custom-category-item{display:none}@media (max-width:768px){.custom-category-item{width:162px}.category-thumbnail{width:162px;height:135px}.products-section .products{grid-template-columns:repeat(auto-fill,minmax(162px,1fr))}}@media (max-width:480px){.custom-category-item{width:135px}.category-thumbnail{width:135px;height:108px}.products-section .products{grid-template-columns:repeat(auto-fill,minmax(135px,1fr))}.woocommerce-loop-category__title{font-size:.85em}.woocommerce-loop-category__title .count{font-size:.75em}}