@charset "UTF-8";html{-webkit-text-size-adjust:100%}.viewed-products ul,.wishlist-products ul{list-style:none;padding-left:0;flex-wrap:wrap;display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:auto}@media screen and (max-width:1270px){.viewed-products ul,.wishlist-products ul{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:768px){.viewed-products ul,.wishlist-products ul{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:468px){.viewed-products ul,.wishlist-products ul{grid-template-columns:1fr}}.wishlist-products .product-card--buttons{visibility:visible;opacity:1}