/* 
 * Product Elementor Template Styles
 * Styling for Elementor templates on single product pages
 * Shoptimizer Child Theme
 */

/* Main container for Elementor template */
.bitprice-elementor-product-template {
    margin: 30px 0;
    max-width: calc(1170px + 5.2325em);
    margin-left: auto;
    margin-right: auto;
    padding-left: 1em;
    padding-right: 1em;
}

/* Responsive padding for container - matches theme structure */
@media (min-width: 993px) {
    .bitprice-elementor-product-template {
        padding-left: 2.617924em;
        padding-right: 2.617924em;
    }
}

@media (max-width: 768px) {
    .bitprice-elementor-product-template {
        padding-left: 1.387em;
        padding-right: 1.387em;
        margin: 20px 0;
    }
}

/* Ensure Elementor content integrates well */
.bitprice-elementor-product-template .elementor {
    width: 100%;
}

.bitprice-elementor-product-template .elementor-section-wrap {
    overflow: visible;
}

/* Remove any unwanted margins from first/last elements */
.bitprice-elementor-product-template > .elementor:first-child {
    margin-top: 0;
}

.bitprice-elementor-product-template > .elementor:last-child {
    margin-bottom: 0;
}
