.product-overview{display:flex;flex-wrap:wrap;gap:40px;margin-top:50px;justify-content:left}.product-overview .product-wrapper{flex:1 1 225px;max-width:225px;box-sizing:border-box;width:225px;display:block;float:left;margin-bottom:40px;position:relative;padding-bottom:60px}.product-overview .product-wrapper .image-wrapper{width:225px;height:225px;position:relative;cursor:pointer}.product-overview .product-wrapper .image-wrapper .focus{width:225px;height:225px;position:absolute;top:0;left:0;background-color:#fffc;z-index:1;display:none}.product-overview .product-wrapper .image-wrapper:hover .focus{display:block}.product-overview .product-wrapper .image-wrapper .focus .eye{width:50px;height:50px;position:absolute;left:50%;top:50%;transform:translate(-50%) translateY(-50%);background-image:url(/build/assets/info-DwQDwFEe.png);opacity:.5;background-repeat:no-repeat;background-size:contain;background-position:center center}.product-overview .product-wrapper img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.product-overview .product-wrapper h2{font-size:20px;margin-top:15px}.product-overview .product-wrapper p{font-size:15px}.product-overview .product-wrapper p.price{font-size:18px;margin-top:10px;margin-bottom:10px}div.about-image-wrapper{width:190px;height:190px;border:3px solid orange;border-radius:100%;display:block;position:relative;margin-bottom:20px}div.about-image-wrapper div.image{width:calc(100% - 6px);height:calc(100% - 6px);margin:3px;border-radius:100%;overflow:hidden;background-color:#ff0;display:block;position:absolute}div.about-image-wrapper div.image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}@media (max-width: 768px){.product-overview{flex-direction:column;align-items:center;justify-content:center}.product-overview .product-wrapper{width:100%;max-width:100%}.product-overview .product-wrapper .image-wrapper{width:100%;height:auto;aspect-ratio:1/1}.product-overview .product-wrapper .image-wrapper .focus,.product-overview .product-wrapper img{width:100%;height:100%}}
