body{overflow:hidden}.product-card{background-color:#2b2b2b;border-radius:1rem;padding-left:50%!important;height:200px}.product-card,.product-card-text{position:relative}.product-card-text span{position:absolute;top:10px;right:10px}.product-card-image{width:-webkit-max-content;width:-moz-max-content;width:max-content;overflow:hidden;border-radius:1rem}.product-card-image img{border:3px solid #fff;box-shadow:0 0 15px -5px #111;position:absolute;z-index:2;height:250px;top:50%;border-radius:1rem;left:0;transform:translateY(-50%)}.product-card-details{overflow:hidden;position:absolute;top:0}.product-card-details .content{width:100%;transition:.5s;padding-left:50%!important;background-color:#fff;border-radius:1rem;padding:.5rem;position:absolute;transform:translateX(-50%);bottom:0;z-index:1;height:100%}.product-card-details .content span{opacity:0;transition:.5s}.product-card:hover .product-card-details .content{transform:translateX(0)}.product-card:hover .product-card-details .content span{opacity:1}.products-page{min-height:100vh}