.product-hero__desktop{display:grid;gap:45px;grid-auto-rows:1fr;grid-template-columns:repeat(3,1fr)}.product-hero__mobile{display:none}.product-hero__product{display:flex;flex-direction:column;gap:32px}.product-hero__product__content{color:#fff;display:flex;flex-direction:column;gap:24px;min-height:340px;padding:40px;position:relative}.product-hero__image-container,.product-hero__product__content .cover-link{height:100%;left:0;position:absolute;top:0;width:100%}.product-hero__image-container{background-color:#f6f8fc;object-fit:cover;object-position:center;opacity:1;pointer-events:none;transition:.5s ease-in-out;z-index:2}.product-hero__product__content:hover .product-hero__image-container{opacity:0}.product-hero__featured-image{height:100%;width:100%}.product-hero__product__title h4{margin-bottom:0}@media screen and (max-width:1023px){.product-hero__desktop{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:767px){.product-hero__desktop{display:none}.product-hero__mobile{display:initial}.product-hero__mobile__select{margin-bottom:36px}.product-hero__mobile__select select{background-color:transparent}.product-hero__mobile__content{position:relative}.product-hero__mobile__product{opacity:1;opacity:0;pointer-events:none;transition:.5s ease-in-out}.product-hero__mobile__product,.product-hero__mobile__product .cover-link{height:100%;left:0;position:absolute;top:0;width:100%}.product-hero__mobile__product.product-hero__mobile__product--show{opacity:1;pointer-events:all;position:relative}.product-hero__mobile__product .product__image{height:230px;margin-bottom:36px;overflow:hidden;width:100%}.product-hero__mobile__product .product__image img{height:100%;object-fit:cover;object-position:center;width:100%}.product-hero__mobile__product .product__content h3{line-height:1;margin-bottom:0;text-decoration:underline}.product-hero__mobile__product .product__content{display:flex;flex-direction:column;gap:18px}.product-hero__mobile__product .product__content p:last-of-type{margin-bottom:0}}