.row {
    --bs-gutter-y: 1.5rem !important;
}

.logo {
    height: 95px;
}

.text-muted {
    color: white !important;
}


.logo {
    /* max-width: 180px !important; */
    max-height: 60px !important;
    transition: max-width 0.7s ease, max-height 0.7s ease;
}

.sticky-top .navbar .logo {
    /* max-width: 100px !important; */
    max-height: 50px !important;
}

.back-to-topa {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: flex;
    width: 45px;
    height: 100% !important;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
    flex-direction: column;
    gap: 5px;
}




/* Modal styling */
#productDetailsModal .modal-body {
    padding: 2rem;
}

#productDetailsModal .product-image-container {
    background: #f8f9fa;
    padding: 1rem;
    border-radius: 0.5rem;
}

#modalFeaturesList li {
    padding: 0.3rem 0;
}

/* Placeholder for missing images */
.img-fluid[src=""],
.img-fluid:not([src]) {
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="200" height="200" viewBox="0 0 200 200" fill="%23ddd"><rect width="200" height="200" fill="%23f5f5f5"/><text x="50%" y="50%" dominant-baseline="middle" text-anchor="middle" font-family="Arial" font-size="14" fill="%23999">No Image Available</text></svg>');
}


.productimg{
    max-height: 215px;
    width: auto;
    margin: 15px;
    max-width: 85%;
}