.product-item{border:1px solid var(--mono-200);border-radius:.5em;display:flex;flex-direction:column;padding:.7em;transition:all .5s ease;width:100%}.product-item:hover{border-color:var(--mono-400);box-shadow:0 5px 10px var(--black-10)}.product-item-img{border-radius:.4em;display:flex;height:35.5vw;margin-bottom:1em;overflow:hidden;width:100%}.product-item-info{align-items:flex-start;display:flex;flex-direction:column;flex-grow:1;margin-top:auto}.product-item-title{color:var(--mono-950);flex-grow:1;margin-bottom:.5em;transition:color .5s ease}.product-item-title a{transition:none}.product-item-price,.product-item:hover .product-item-title{color:var(--mono-600)}.product-item-price-extra{display:flex;gap:.3em}.product-item-price-extra .slashed-price{color:var(--mono-300);text-decoration:line-through}.product-item-discount{color:var(--green)}.product-item-bot{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:.8em 2em;justify-content:space-between;width:100%}.product-item-cat{align-self:flex-end;background:var(--mono-100);border-radius:2em;color:var(--mono-600);max-width:80%;padding:.3em .6em}.product-item-cat .categories-wrapper{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}@media (min-width:500px){.product-item-img{height:38vw}}@media (min-width:700px){.product-item-img{height:24vw}}@media (min-width:1000px){.product-item-img{height:24vw}}@media (min-width:1200px){.product-item-img{height:18.5vw;max-height:250px}}
