

/* ===== Combined inline styles extracted from product-detail.blade.php ===== */

/* ----- Product image (responsive) ----- */
    .product-main-image {
        width: 100%;
        height: 450px;
        object-fit: contain;
        border: 1px solid #e0e0e0;
        padding: 50px;
    }
    .product-thumbnail-img {
        height: 80px;
        object-fit: contain;
        width: 100%;
        cursor: pointer;
        border: 1px solid #e0e0e0;
        padding: 5px;
    }
    @media (max-width: 767.98px) {
        .product-main-image {
            height: 300px;
            padding: 20px;
        }
        .product-thumbnail-img {
            /* Squarer aspect on mobile so round coin images don't sit
               in a wide letterbox. */
            height: 130px;
            padding: 8px;
        }
    }

    .product-title {
        color: #333;
        font-weight: bold;
    }

    .price-info {
        background-color: #f8f9fa;
        padding: 20px;
        border-radius: 8px;
        border: 1px solid #e0e0e0;
    }

    .price-label {
        font-weight: 600;
        color: #666;
        min-width: 140px;
    }

    .price-value {
        font-size: 1.1em;
        font-weight: bold;
        color: #333;
    }

    .text-burgundy {
        color: #7b1e22 !important;
    }

    .product-meta {
        border-top: 1px solid #e0e0e0;
        border-bottom: 1px solid #e0e0e0;
        padding: 20px 0;
    }

    .meta-item {
        margin-bottom: 10px;
    }

    .meta-label {
        font-weight: 600;
        color: #666;
        min-width: 80px;
        display: inline-block;
    }

    .meta-value {
        color: #333;
    }

    .section-title {
        color: #7b1e22;
        font-weight: bold;
        margin-bottom: 0;
        border-bottom: 2px solid #7b1e22;
        padding-bottom: 5px;
    }

    .accordion-item {
        border: none !important;
        border-radius: 0 !important;
    }


    .accordion-button {
        background-color: #fff;
        color: #7b1e22;
        font-weight: bold;
        padding-left: 0px !important;
        border: none;
        border-radius: 0 !important;
        border-bottom: 1px solid #e0e0e0;
    }

    .accordion-header {
        border: none !important;
    }

    .accordion-button:not(.collapsed) {
        background-color: #fff;
        color: #7b1e22;
        border-bottom: 2px solid #7b1e22;
    }

    .accordion-button:focus {
        box-shadow: none !important;
    }

    .accordion-body {
        padding: 0px !important;
        padding-top: 20px !important;
        border: none !important;
    }

    .product-notice .alert {
        border-color: #7b1e22;
        background-color: rgba(123, 30, 34, 0.1);
        color: #7b1e22;
    }

    .btn-burgundy {
        background-color: #7b1e22;
        border-color: #7b1e22;
        color: white;
        font-weight: bold;
        transition: all 0.3s ease;
    }

    .btn-burgundy:hover {
        background-color: #7A3F32;
        border-color: #7A3F32;
        color: white;
        transform: translateY(-1px);
    }

    .bulk-pricing-section {
        background-color: #f8f9fa;
        border: 1px solid #e0e0e0;
        border-left: 4px solid #7b1e22;
        padding: 15px;
        border-radius: 0;
    }

    .bulk-pricing-title {
        color: #7b1e22;
        font-weight: 600;
        font-size: 0.95rem;
    }

    .bulk-pricing-table .table {
        background-color: #fff;
    }

    .bulk-pricing-table .table th {
        font-size: 0.85rem;
        color: #666;
    }

    .bulk-pricing-table .table td {
        font-size: 0.9rem;
    }

    .btn-outline-burgundy {
        color: #7b1e22;
        border-color: #7b1e22;
        background-color: transparent;
        font-weight: bold;
    }

    .btn-outline-burgundy:hover {
        background-color: #7b1e22;
        border-color: #7b1e22;
        color: white;
    }

    .product-thumbnail {
        transition: all 0.3s ease;
    }

    .product-thumbnail:hover {
        border-color: #7b1e22 !important;
        transform: scale(1.05);
    }

    .product-thumbnail.active {
        border-color: #7b1e22 !important;
        border-width: 2px !important;
    }

    .main-image img {
        transition: all 0.3s ease;
    }

    .add-to-cart-section {
        background-color: #f8f9fa;
        padding: 25px;
        border-radius: 8px;
        border: 1px solid #e0e0e0;
        margin-top: 30px;
    }

    .breadcrumb-item a:hover {
        color: #7A3F32 !important;
    }

    .btn-remove-cart {
        background-color: #e0e0e0;
        color: #7b1e22;
        border: 1px solid #7b1e22;
        font-weight: bold;
        transition: all 0.3s ease;
    }

    .btn-remove-cart:hover {
        background-color: #dcdcdc;
        color: #7b1e22;
        border-color: #7b1e22;
    }

/* ===== Sold-out treatment (catalogues only) ===== */
/* Mirrors marketplace.css so the listing and detail pages match. */
.product-card-sold-out .product-main-image,
.product-card-sold-out img {
    opacity: 0.55;
    filter: grayscale(0.3);
}

.sold-out-badge {
    position: absolute;
    top: 16px;
    right: 16px;
    background-color: #1a162c;
    color: #ece8dc;
    font-family: "Hamlin", sans-serif;
    font-weight: 800;
    font-size: 13px;
    letter-spacing: 1.5px;
    padding: 8px 16px;
    text-transform: uppercase;
    z-index: 5;
    pointer-events: none;
}

.sold-out-btn {
    background-color: #6c757d;
    color: #ffffff;
    border: 1px solid #6c757d;
    cursor: not-allowed;
    font-weight: 700;
    letter-spacing: 1px;
}

.sold-out-btn:disabled,
.sold-out-btn:disabled:hover {
    background-color: #6c757d;
    color: #ffffff;
    opacity: 0.85;
}
