.product-card{background:#fff;border-radius:1rem;flex-direction:column;justify-content:space-between;align-items:center;gap:2rem;transition:all .3s;display:flex}.product-image{background:#f1f1f1;border-radius:8px;justify-content:center;align-items:center;width:100%;max-width:50%;height:400px;display:flex;overflow:hidden}.product-image img{object-fit:contain;height:70%;transition:transform .5s}.product-image img:hover{transform:scale(1.05)}.product-info{text-align:center;width:100%;max-width:50%}.product-info h2{text-transform:uppercase;letter-spacing:1px;margin-bottom:1rem;font-size:1.8rem;font-weight:700}.product-info p{color:#555;margin-bottom:1.5rem;line-height:1.6}.product-info button{color:#fff;cursor:pointer;text-transform:uppercase;background-color:#d87d4a;border:none;padding:.75rem 1.5rem;font-weight:700;transition:background-color .3s}.product-info button:hover{background-color:#fba172}.newspaper{letter-spacing:10px;font-size:14px;font-weight:400;color:#fba172!important}@media (min-width:800px){.product-card{flex-direction:row}.product-card.reverse{flex-direction:row-reverse}}@media (max-width:800px){.product-image,.product-info{max-width:none}}@media (min-width:768px){.product-info{text-align:left}}
