.product-top-section{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 500px));
    justify-content: space-around;
    gap: 50px;
}

.count-button-group {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}

.product-pricing table{
    border: none !important;
}

.product-pricing table tr td{
    border: none !important;
    padding: 0px !important;
    margin-top: 25px;
}
.variable-item{
    background-color: #D8FFCA !important;

}
.product-pricing table tr td label{
    font-size: 25px;

}

.variable-item-span {
    font-size: 18px !important;
}

.variation-button {
    background: #f9f9f9;
    border: 2px solid #ddd;
    padding: 10px 16px;
    font-size: 16px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 60px;
    text-align: center;
    font-weight: 500;
    color: #333;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.variation-button:hover {
    background: #e8f5e9;
    border-color: #1e824c;
}

.variation-button.selected {
    background-color: #d4edda;
    border-color: #28a745;
    color: #155724;
}

.woocommerce div.product form.cart .variations td.label {
    padding-right: 20px;
    font-weight: 600;
    font-size: 15px;
}

.woocommerce div.product .product-price {
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: bold;
    color: #1e1e1e;
	display:none;
}

.quantity-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
}

.add-to-cart-button {
    margin-top: 10px;
}

.offer-container {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(150px,160px));
    gap: 10px;
    margin-top: 15px;
}
.woocommerce-tabs ul.tabs{
    padding: 0px !important;
    margin: 0px !important;
}
.offer-card {
    background-color: #D8FFCA;
    padding: 10px 15px;
    border-radius: 6px;
    font-size: 14px;
}

.offer-card p{
    padding: 0px !important;
    margin: 0px !important;
}

.offer-card .offer-tag{
    padding: 2px 10px 2px 10px !important;
    border-radius: 5px;
    color: #d4edda;
    margin-top: 5px;
}
.offer-heading{
    border-bottom: 1px dashed #1e1e1e;
    width: 100%;
}


/* Product Bottom Section Wrapper */
.product-bottom-section {
 
    margin-top: 50px;
}

/* Section Titles (Optional, if added in markup) */
.product-bottom-section h2.section-title {
    font-size: 24px;
    font-weight: 600;
    color: #222;
    margin-bottom: 20px;
    padding-left: 15px;
    border-left: 4px solid #3a9d5d;
}

/* WooCommerce Tabs Section */
.product-tabs-wrapper {
    /* margin-bottom: 50px; */
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

/* WooCommerce Tabs Styling */
.woocommerce-tabs {
    border-top: 1px solid #e2e2e2;
}

.woocommerce-tabs ul.tabs {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 10px;
    border-bottom: 2px solid #e2e2e2;
    margin-bottom: 25px;
    flex-wrap: wrap;
}

.woocommerce-tabs ul.tabs li {
    margin: 0;
    padding: 10px 20px;
    background: #f2f2f2;
    border-radius: 6px 6px 0 0;
    cursor: pointer;
    transition: all 0.3s ease;
}

.woocommerce-tabs ul.tabs li.active,
.woocommerce-tabs ul.tabs li:hover {
    background: #3a9d5d;
    color: #fff;
}

.woocommerce-tabs .panel {
    padding: 20px 0;
    color: #444;
    font-size: 15px;
    line-height: 1.6;
}

/* Frequently Bought Together Section */
.frequently-bought-together {
    display: none !important;
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.elementor-custom-template{

    padding-top:100px ;

}
.yith-wcan-filters {
    background: transparent !important;

}

.filters-container{
    background: transparent !important;
}


/* Offer Section Card (Optional reuse) */
/* .offer-container {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.offer-card {
    background-color: #e8f5e9;
    color: #2e7d32;
    padding: 12px 20px;
    border-radius: 6px;
    font-weight: 500;
    box-shadow: 0 1px 5px rgba(0,0,0,0.05);
} */


/* Frequently bought togather  */
.custom-fbt-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #fffef6;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    margin-top: 40px;
}

.custom-fbt-section .yith-wfbt-items {
    display: flex;
    gap: 20px;
    flex: 1 1 70%;
    flex-wrap: wrap;
}

.custom-fbt-section .yith-wfbt-item {
    background: #f3fef4;
    border-radius: 12px;
    padding: 15px;
    flex: 1 1 30%;
    text-align: center;
    box-shadow: 0 0 6px rgba(0,0,0,0.03);
    transition: transform 0.2s ease;
}

.custom-fbt-section .yith-wfbt-item:hover {
    transform: translateY(-4px);
}

.custom-fbt-section .yith-wfbt-item img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}
.product-title h1{
	font-family: "Recoleta", Sans-serif;
	font-size:25px;
}

.custom-fbt-section .yith-wfbt-item h4,
.custom-fbt-section .yith-wfbt-item .product-title {
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
    color: #111;
}

.custom-fbt-section .yith-wfbt-item .product-description {
    font-size: 13px;
    color: #555;
    margin-top: 6px;
}

.custom-fbt-section .yith-wfbt-item .variation-buttons {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 12px;
}

.custom-fbt-section .yith-wfbt-item .variation-buttons button {
    background-color: #d7f8da;
    color: #006400;
    border: none;
    padding: 5px 10px;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
}

.custom-fbt-section .yith-wfbt-item input[type="checkbox"],
.custom-fbt-section .yith-wfbt-item input[type="radio"] {
    margin-bottom: 8px;
    accent-color: #006400;
    transform: scale(1.2);
}

/* Total Price Section */
.custom-fbt-section .yith-wfbt-total {
    flex: 1 1 25%;
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    text-align: center;
    border: 2px solid #eee;
    box-shadow: 0 0 6px rgba(0,0,0,0.03);
}

.custom-fbt-section .yith-wfbt-total .total-label {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #333;
}

.custom-fbt-section .yith-wfbt-total .total-price {
    font-size: 30px;
    font-weight: 700;
    color: #006400;
    margin-bottom: 20px;
}

.custom-fbt-section .yith-wfbt-total .button {
    background-color: #111;
    color: #fff;
    padding: 12px 20px;
    border-radius: 8px;
    border: none;
    font-weight: 600;
    text-transform: uppercase;
    transition: background 0.3s ease;
}


.custom-fbt-section .yith-wfbt-total .button:hover {
    background-color: #444;
}

/* section.related.products{
    display: none !important;
} */

/* Responsive Design */
@media (max-width: 1024px) {
    .product-top-section {
        flex-direction: column;
        gap: 30px;
    }

    .product-image-gallery,
    .product-details-summary {
        width: 100%;
    }

    .product-pricing table tr td label {
        font-size: 20px;
    }

    .variation-button {
        font-size: 14px;
        padding: 8px 14px;
    }

    .woocommerce div.product .product-price {
        font-size: 20px;
    }

    .woocommerce-tabs ul.tabs {
        flex-wrap: wrap;
    }

    .offer-card {
        font-size: 13px;
    }

    .elementor-custom-template {
        padding-top: 60px;
    }
}

@media (max-width: 768px) {
    .product-top-section {
        gap: 20px;
    }

    .woocommerce div.product form.cart .variations td.label {
        font-size: 14px;
        padding-right: 10px;
    }

    .product-pricing table tr td label {
        font-size: 18px;
    }

    .variation-button {
        font-size: 13px;
        padding: 8px 12px;
        min-width: 50px;
    }

    .woocommerce div.product .product-price {
        font-size: 18px;
    }

    .product-tabs-wrapper {
        padding: 20px;
    }

    .offer-container {
        flex-direction: column;
        gap: 12px;
    }

    .offer-card {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .variation-button {
        padding: 6px 10px;
        font-size: 12px;
    }

    .woocommerce div.product .product-price {
        font-size: 16px;
    }

    .product-pricing table tr td label {
        font-size: 16px;
    }

    .woocommerce-tabs ul.tabs li {
        padding: 8px 12px;
        font-size: 14px;
    }

    .quantity-wrapper {
        flex-direction: column;
    }

    .add-to-cart-button button {
        max-width: 300px;
    }
}
