/* Responsive Styles for Product Pages */

@media (max-width: 991px) {
    .col-lg-6[style*="margin-top"] {
        margin-top: 0 !important;
    }
    
    .product-info-card {
        margin-top: 20px !important;
    }
    
    .product-info-card .card-body {
        padding: 15px !important;
    }
    
    .info-item {
        padding: 8px 0 !important;
    }
    
    .feature-box {
        padding: 15px !important;
    }
    
    .feature-icon {
        width: 40px !important;
        height: 40px !important;
        font-size: 1.2rem !important;
        margin-bottom: 10px !important;
    }
    
    .feature-title {
        font-size: 0.95rem !important;
        margin-bottom: 8px !important;
    }
    
    .feature-text {
        font-size: 0.85rem !important;
    }
    
    h2 {
        font-size: 1.5rem !important;
    }
    
    h4 {
        font-size: 1.1rem !important;
    }
    
    h5 {
        font-size: 1rem !important;
    }
    
    .card {
        margin-bottom: 10px !important;
    }
    
    .image-gallery-item {
        height: 200px !important;
    }
    
    .image-gallery-centered {
        height: 200px !important;
    }
    
    .product-image-container {
        height: 200px !important;
    }
    
    .product-image-wrapper-top {
        margin-top: 0 !important;
    }
    
    .gallery-img {
        width: 90% !important;
        height: 90% !important;
    }
    
    .image-gallery-item[style*="height"] {
        height: 200px !important;
    }
}

/* Inline Styles Converted to Classes */

.hero-animation {
    animation: slideInDown 0.8s ease-out;
}

.breadcrumb-animation {
    animation: fadeInUp 0.8s ease-out 0.3s both;
}

.product-info-card-wrapper {
    padding: 0;
}

.product-card-body {
    padding: 15px;
}

.product-image-wrapper {
    margin-top: 100px;
}

.product-image-container {
    height: 280px;
}

.product-image {
    width: 85%;
    height: 85%;
    object-fit: contain;
}

/* Image Gallery Centered */
.image-gallery-centered {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 320px;
}

.image-gallery-centered img {
    width: 85%;
    height: 85%;
    object-fit: contain;
}

/* Product Gallery Image Styling */
.gallery-img {
    width: 85%;
    height: 85%;
    object-fit: contain;
}

.image-gallery-item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-image-wrapper-top {
    margin-top: 200px;
}
