.product-card{padding:36px 24px;background-color:var(--white);border:1px solid var(--gray-100);box-shadow:0 0 4px 0 rgba(0,0,0,.05);display:flex;flex-direction:column}.product-card:hover{box-shadow:0 2px 10px rgba(0,0,0,.1)}.product-card .trader{gap:24px;margin-bottom:12px}.product-card .trader img{background-color:var(--blue-300);aspect-ratio:1/1;-o-object-fit:contain;object-fit:contain;-o-object-position:bottom;object-position:bottom}.product-card .trader h2{margin-bottom:0;font-family:var(--font-bebas-neue)}.product-card .product-name{color:var(--blue-300)}.product-card .product-description{font-size:14px}.product-card .product-trading-rooms{gap:6px;margin-top:24px;margin-bottom:24px}.product-card .button-price{margin-top:auto}.product-card .button-price .button{width:-moz-max-content;width:max-content}.product-card .button-price .price-wrapper{margin-bottom:0}.product-card .button-price .price-wrapper .price{font-weight:700;font-size:20px}