.product-category-cards-grid{display:grid;gap:16px;grid-template-columns:1fr 1fr 1fr;grid-template-rows:repeat(9,1fr)}.product-category-cards-grid .product-cat-card{width:100%;padding:16px;text-decoration:none;flex-grow:1;max-width:100%;border-radius:16px;background-color:#00658b;color:#fff;border:2px solid transparent;background-clip:padding-box;position:relative}.product-category-cards-grid .product-cat-card:before,.product-category-cards-grid .product-cat-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;margin:-2px;border-radius:inherit;transition:.2s ease-out;background-position:center;background-size:100%}.product-category-cards-grid .product-cat-card:before{background-image:linear-gradient(to bottom,#004664,#0083b3,#004664)}.product-category-cards-grid .product-cat-card:after{background-image:linear-gradient(to bottom,#00aeef,#fff,#00aeef);opacity:0}.product-category-cards-grid .product-cat-card:hover,.product-category-cards-grid .product-cat-card:focus{text-decoration:none;outline:none}.product-category-cards-grid .product-cat-card:hover:before,.product-category-cards-grid .product-cat-card:focus:before{opacity:0}.product-category-cards-grid .product-cat-card:hover:after,.product-category-cards-grid .product-cat-card:focus:after{opacity:1}.product-category-cards-grid .product-cat-card>span{position:relative;z-index:2;height:100%;display:flex;flex-direction:column;align-items:flex-start}.product-category-cards-grid .product-cat-card.style-product{word-spacing:1000px}.product-category-cards-grid .product-cat-card.style-product img{transition:.3s ease-out;will-change:transform;transform-origin:100% 50%;max-width:600px}.product-category-cards-grid .product-cat-card.style-product:hover img,.product-category-cards-grid .product-cat-card.style-product:focus img{transform:scale(1.05)}.product-category-cards-grid .product-cat-card img,.product-category-cards-grid .product-cat-card video,.product-category-cards-grid .product-cat-card .img-wrapper{position:absolute;top:0;right:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:16px}.product-category-cards-grid .product-cat-card .img-wrapper{overflow:hidden}@media (max-width: 767.98px){.product-category-cards-grid{grid-template-columns:1fr;grid-template-rows:auto}.product-category-cards-grid .product-cat-card{grid-row:auto!important;grid-column:1/2!important}.product-category-cards-grid .product-cat-card.style-product{min-height:300px;order:-1}}
