body {
    background-color: #f7f7f7;
    color: #333;
}

.detail-container {
    width: 90%;
    margin: 20px auto;
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.contact-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-btn a {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    background: var(--primary-web-color);
    color: #fff;
    padding: 10px 15px;
    width: 100%;
    font-size: 14px;
    justify-content: center;
}
    
.breadcrumb {
    font-size: 14px;
    margin-bottom: 20px;
    color: #555;

}

.related-products h3 a {
    text-decoration: none;
    color: unset;
    font-size: 17px;
    font-weight: 600;
    transition: .3s ease-in; 
}

.card:hover h3 a {
    color: var(--primary-web-color);
    transition: .3s ease-in;
}

.breadcrumb a {
    color: #777;
    text-decoration: none;
}

.breadcrumb span {
    color: #000;
}

.product-detail {
    display: flex;
}

.tab-content .tab-panel {
    display: none;
}

.container-card {
    border: 1px solid #dcdcdc;
    margin-bottom: 15px;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.container-header {
    background-color: var(--primary-web-color);
    color: #fff;
    padding: 10px;
    font-size: 1.2rem;
    font-weight: bold;
}

.container-info {
    padding: 10px;
    font-size: 1rem;
    margin: 0;
    color: #333;
}


.tab-content .tab-panel.active {
    display: block;
}

.main-image {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.thumbnail-images {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.thumbnail-images img {
    width: 60px;
    height: 60px;
    cursor: pointer;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.product-info {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}

.product-info h1 {
    font-size: 28px;
    margin-bottom: 15px;
    color: #000;
}

.sku {
    font-size: 14px;
    color: #999;
}

.price {
    font-size: 30px;
    color: #333;
    margin-bottom: 10px;
}

.payment-info {
    font-size: 14px;
    color: #555;
}

.payment-info a {
    text-decoration: none;
    color: #000;
}

.options {
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}

.option-label {
    font-weight: bold;
    margin-bottom: 5px;
}

.option-buttons {
    display: flex;
    gap: 10px;
}

.option-buttons button {
    padding: 10px 20px;
    border: 1px solid #e6e6e6;
    background: #fff;
    cursor: pointer;
    border-radius: 5px;
    font-size: 14px;
}

.option-buttons button.active {
    border-color: #f4b400;
    background: #f4b400;
    color: #fff;
    font-weight: bold;
}

/* Quantity section */
.quantity-section {
    display: flex;
    align-items: center;
    margin-right: 10px;

}

.quantity-section button {
    padding: 10px 15px;
    border: 1px solid #e6e6e6;
    background: #fff;
    cursor: pointer;
    border-radius: 5px;

}

.quantity-input {
    width: 50px;
    text-align: center;
    margin: 0 10px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    padding: 10px 15px;
}

/* Actions */
.actions_wrraper {
    display: flex;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}

.actions {
    display: flex;
    gap: 10px;
}

.actions button {
    padding: 10px 15px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    font-weight: bold;
}

.add-to-cart {
    background: #f4b400;
    color: #fff;
}

.buy-now {
    background: #b12704;
    color: #fff;
}

.wishlist {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.tabs {
    margin-top: 20px;
    border-bottom: 1px solid #ddd;
}

.tabs button {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 16px;
    margin-right: 20px;
    padding: 10px 0;
    border-bottom: 2px solid transparent;
}

.tabs button.active {
    border-color: #000;
    font-weight: bold;
}

.tab-content {
    margin-top: 20px;
    font-size: 14px;
    color: #555;
    line-height: 1.8;
}

.description {
    margin-top: 20px;
    font-size: 14px;
    color: #555;
    line-height: 1.8;
}

.additional-info {
    font-size: 14px;
    margin-top: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}

.reviews {
    margin-top: 40px;
}

.reviews h2 {
    font-size: 20px;
    margin-bottom: 20px;
}

.reviews p {
    font-size: 14px;
    margin-bottom: 10px;
}

.related-products {
    margin-top: 40px;
}

.related-products h2 {
    font-size: 20px;
    margin-bottom: 15px;
}

.related-products .product {
    display: inline-block;
    width: 200px;
    text-align: center;
    margin-right: 20px;
}

.related-products img {
    width: 100%;
    border-radius: 8px;
}

.related-products p {
    margin-top: 10px;
    font-size: 14px;
}

.related-products h3 {
    text-align: center;
    font-size: 14px;
}

.related-products .card {
    border: 1px solid #cecece !important;
}

/* Responsive Styles */
@media (max-width: 768px) {

    .reviews {
        text-align: center;
        margin-top: 0;
    }

    .related-products {
        margin-top: 0px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .product-detail {
        flex-direction: column;
        align-items: center;
    }

    .product-images,
    .product-info {
        flex: none;
        width: 100%;
    }

    .product-info h1 {
        font-size: 22px;

    }

    .price {
        font-size: 24px;

    }

    .actions_wrraper {
        display: flex;
        border-bottom: 1px solid #ddd;
        flex-direction: column;
        padding-bottom: 20px;

    }

    .actions {
        margin-top: 20px;
    }

    .action-buttons {

        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .quantity-section {
        padding-bottom: 20px;
        border-bottom: 1px solid #ddd;
    }

    .wishlist {
        justify-content: center;
    }

    .tabs {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .thumbnail-images img {
        width: 50px;
        height: 50px;
    }


}