.product-card{position:relative;width:100%;height:100%;min-height:425px;max-height:425px;display:flex;justify-content:start;align-items:end;padding:30px 30px 50px;border-radius:10px;overflow:hidden}.product-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(0deg,rgba(0,0,0,.6117647059),rgba(0,0,0,0));z-index:1;pointer-events:none}@media(max-width:767.98px){.product-card{min-height:250px;padding:20px}}.product-card .product-image{transition:transform .3s ease-out;object-position:top}.product-card:hover .product-image{transform:scale(1.1)}.product-card img{object-fit:cover}.product-card a{width:100%}.product-card a .content{position:relative;display:flex;align-items:end;width:100%;gap:10px;z-index:3;cursor:pointer}@media(max-width:575.98px){.product-card a .content{align-items:center}}.product-card a .content:hover img{transform:translateX(8px)}.product-card a .content .product-title{color:#fff;margin-bottom:0;font-size:24px;line-height:1.24}@media(max-width:767.98px){.product-card a .content .product-title{font-size:18px}}@media(max-width:575.98px){.product-card a .content .product-title{font-size:20px}}.product-card a .content img{width:100%;height:100%;max-width:30px;transition:transform .3s ease-in-out}@media(max-width:575.98px){.product-card a .content img{max-width:20px}}:root{--color-primary:#141414;--color-secondary:#1f1f25;--color-body:#74787c;--color-heading-1:#fff;--color-white:#fff;--color-success:#3eb75e;--color-danger:#ff0003;--color-warning:#ff8f3c;--color-info:#1ba2db;--color-facebook:#3b5997;--color-twitter:#1ba1f2;--color-youtube:#ed4141;--color-linkedin:#0077b5;--color-pinterest:#e60022;--color-instagram:#c231a1;--color-vimeo:#00adef;--color-twitch:#6441a3;--color-discord:#7289da;--transition:0.3s;--font-size-b1:16px;--font-size-b2:16px;--font-size-b3:12px;--font-size-b4:10px;--line-height-b1:26px;--line-height-b2:26px;--line-height-b3:1.7;--h1:60px;--h2:48px;--h3:30px;--h4:26px;--h5:24px;--h6:18px}.product-list{display:flex;flex-wrap:wrap;gap:45px}.product-list .product{width:calc(33.33% - 30px)}@media(max-width:991.98px){.product-list .product{flex-grow:0;flex-shrink:0;flex-basis:calc(50% - 10px)}}@media(max-width:575.98px){.product-list .product{flex:0 0 100%}}@media(max-width:991.98px){.product-list{gap:20px}}