.product-card{border-radius:16px;border:none;box-shadow:0 20px 20px rgba(0,0,0,.05);transition:all .3s ease;overflow:hidden;background-color:white;padding:15px;width:100%;min-height:450px;margin:0 auto;transform:scale(1);display:flex;flex-direction:column}.product-card:hover{transform:scale(1.05);z-index:1}.image-container{display:flex;justify-content:center;align-items:center;padding:20px;height:300px}.product-image{max-height:100%;width:auto;object-fit:contain}.product-info{padding:15px 0;text-align:left}.product-name{font-weight:600;font-size:1.3rem;color:#333;margin-bottom:10px}.product-price{font-weight:700;font-size:1rem;color:#333;margin-top:10px}.discount-badge{position:absolute;top:10px;left:10px;background-color:transparent;color:#8b4513;padding:5px 10px;font-size:.8rem;font-weight:500;z-index:1}.button-container{display:flex;justify-content:space-between;margin-top:10px;padding:0 5px 10px}.buy-button{background-color:#007bff;color:white;border:none;border-radius:20px;padding:5px 15px;font-size:.9rem;font-weight:500;cursor:pointer;transition:background-color .2s}.buy-button:hover{background-color:#0069d9}.more-button{background-color:transparent;color:#007bff;border:none;padding:5px 10px;font-size:.9rem;cursor:pointer;transition:color .2s}.more-button:hover{color:#0056b3;text-decoration:underline}.w-md-30,.w-md-70{width:100%}@media (min-width:768px){.w-md-70{width:70%!important}.w-md-30{width:30%!important}}:root{--fs-sm:0.75rem;--btn-height:32px}@media (min-width:576px){:root{--fs-sm:0.875rem;--btn-height:38px}}.product-card .btn.btn-primary{color:#000!important;background-color:#fff!important;border:2px solid #000!important;transition:all .2s ease-in-out;gap:8px}.product-card .btn.btn-primary:active,.product-card .btn.btn-primary:active:focus,.product-card .btn.btn-primary:focus,.product-card .btn.btn-primary:hover{color:#fff!important;background-color:#000!important;border-color:#000!important;box-shadow:none!important}.product-card .btn.btn-primary:focus{box-shadow:none!important}.product-card .btn.btn-primary svg{flex-shrink:0}@media (max-width:576px){.product-card{padding:10px;min-height:400px}.product-card .btn.btn-primary{font-size:.9rem;padding:6px 12px;min-height:36px;width:100%;max-width:none}.product-info{padding:10px 0}}.mt-auto{margin-top:auto!important;padding:0 10px 10px;width:100%}.product-card .btn.btn-primary{width:100%;min-height:40px;margin:0 auto;white-space:nowrap;display:flex!important;align-items:center!important;justify-content:center!important;padding:8px 16px}@media (min-width:768px){.product-card{max-width:340px}}@media (max-width:767px){.product-card{max-width:100%}}