/**
 * Product Details - Layout & Containers
 * Contains: Container styles, main product container, and base layout structure
 * Part of modular product-details.css split
 */

.container {
    max-width: 1500px !important;
    padding: 0 15px;
}

.product-main-container {
    background: var(--bg-white);
    border-radius: 0 !important;
    padding: 40px;
    box-shadow: none !important;
    margin: 30px auto;
}
