﻿.page {
    min-height: 200px;
    text-align: center;
}

.product-name h1 {
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 20px;
}

.product-essential {
    margin: 0 0 40px;
    border-bottom: 1px solid #ddd;
    padding: 0 0 10px;
}

    .product-essential:after {
        content: "";
        display: block;
        clear: both;
    }

.gallery {
    margin: 0 auto 50px;
}

    .gallery .picture {
        position: relative;
        max-width: 100%;
        margin: 0 auto 10px;
        overflow: hidden;
    }

        .gallery .picture img, .gallery .picture-thumbs img, .variant-picture img {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            max-width: 100%;
            max-height: 100%;
            margin: auto;
        }

        .gallery .picture:before {
            content: "";
            display: block;
            padding-top: 100%;
        }

.thumbs {
    display: flex;
    flex-direction: row;
    cursor: pointer;
}

.gallery .picture-thumbs {
    overflow: hidden;
    font-size: 0;
}

    .gallery .picture-thumbs a {
        display: inline-block;
        position: relative;
        width: 100px;
        height: 100px;
        margin: 0 5px 10px;
        overflow: hidden;
    }

.overview .prices, .variant-overview .prices {
    margin: 0 0 10px;
    overflow: hidden;
}

    .overview .prices > div, .variant-overview .prices > div {
        margin: 0 0 5px;
    }

.overview .qty-label, .variant-overview .qty-label {
    display: none !important;
}

.priceTable {
    width: 250px;
}

.priceField {
    color: #11a400;
    font-weight: bold;
    font-size: 24px;
    width: 150px;
    padding-left: 10px;
}

.overview .add-to-cart {
    margin: 0 0 20px;
}

.overview .add-to-cart-panel, .variant-overview .add-to-cart-panel {
    display: inline-block;
    position: relative;
}

.priceLabel {
    width: 100px;
    text-align: right;
}

.AddToCartButton {
    display: inline-block;
    padding: 10px 30px;
    margin-left: 20px;
    background-color: #222;
    color: gold !important;
    border-radius: 10px;
    text-decoration: none;
    transition: background-color 0.3s ease;
    font-size: 18px;
    cursor: pointer;
    width: 150px;
}

    .AddToCartButton:hover {
        background-color: #333;
        text-decoration: none;
        color: gold;
        transform: scale(1.05);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    }

.makeOfferButton {
    width: 400px;
    padding: 5px 20px;
    font-size: 18px;
    color: white;
    background-color: #666;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    display: inline-block;
    text-align: center;
    margin-bottom: 10px;
}

    .makeOfferButton:hover {
        transform: scale(1.05);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    }

.FreeShipping {
    background-color: #eef7fc;
    width: 400px;
    color: #222;
    padding: 10px 15px;
    border-left: 5px solid #3fa9f5;
    text-align: center;
    font-weight: 600;
    font-size: 15px;
    border-radius: 4px;
    box-shadow: none;
}

.coin-sub-section {
    margin-top: 20px;
}

.coin-sub-header {
    font-size: 22px;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
    border-bottom: 2px solid #ddd;
    padding-bottom: 5px;
}

.overview .short-description {
    margin: 0 0 25px;
    line-height: 22px;
    color: #666;
}

.product-specifications-header {
    font-size: 22px;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
    border-bottom: 2px solid #ddd;
    padding-bottom: 5px;
}

.specification-details {
    background-color: #f9f9f9;
    padding: 15px;
    border-radius: 8px;
    border: 1px solid #ddd;
    margin: 0 auto;
}

.product-details-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
}

    .product-details-table .label {
        font-weight: bold;
        text-align: right;
        width: 30%;
        color: #555;
        padding-right: 10px;
    }

    .product-details-table td {
        padding: 10px;
        border-bottom: 1px solid #ddd;
    }

    .product-details-table .value {
        text-align: left;
        width: 20%;
        color: #333;
    }

    .product-details-table td {
        padding: 10px;
        border-bottom: 1px solid #ddd;
    }

.full-description {
    clear: both;
    line-height: 24px;
}

.product-collateral {
    margin: 0 0 75px;
}

.year-details-header {
    font-size: 28px;
    color: #b08d57;
    text-align: center;
    padding: 10px 0;
    background-color: rgba(0, 0, 0, 0.8);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    margin-bottom: 20px;
}

.year-details {
    background-color: #f4f4f4;
    color: #333;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
    font-size: 16px;
    line-height: 1.6;
    white-space: pre-line;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .gallery {
        width: 550px;
    }
}

@media (min-width: 1024px) {
    .overview {
        float: right;
        width: 52%;
    }

    .gallery .picture {
        width: auto;
    }

    .gallery {
        float: left;
        width: 46%;
    }

    .page {
        text-align: left;
    }
}
