/**
 * Theme Name:     XYLA Child
 * Author:         Brainstorm Force
 * Template:       astra
 * Text Domain:	   xyla-child
 * Description:    Astra is fast, fully customizable &amp; beautiful WordPress theme suitable for blog, personal portfolio, business website and WooCommerce storefront. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with Schema.org code integrated and is Native AMP ready so search engines will love your site. It offers special features and templates so it works perfectly with all page builders like Elementor, Beaver Builder, Visual Composer, SiteOrigin, Divi, etc. Some of the other features: # WooCommerce Ready # Responsive # RTL &amp; Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained &amp; Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and WooCommerce ready theme that you can use for building any kind of website!
 */
/* Fixing alignment for Astra single product page */
body.single-product .ast-container {
    width: 100% !important; /* Ensure full width */
    max-width: 100% !important; /* Override any max-width restrictions */
    padding: 0 !important; /* Remove unwanted padding */
    margin-left: auto !important;
    margin-right: auto !important; /* Center the container */
}

/* Ensure main content area takes up the full width */
body.single-product .ast-main-content {
    max-width: 100% !important;
    padding: 0 !important; /* Remove any padding */
    margin-left: auto !important;
    margin-right: auto !important; /* Center the content */
}

/* Align the WooCommerce product content */
body.single-product .site-content {
    max-width: 100% !important;
    margin: 0 auto !important; /* Ensure content is centered */
}

/* Centering columns within product page */
body.single-product .ast-row {
    display: flex !important;
    justify-content: center !important; /* Center-align the row content */
    padding: 0 !important;
}

/* Reset column padding/margin */
body.single-product .ast-column {
    padding: 0 !important; /* Remove padding from columns */
    margin: 0 !important;
}

/* Overriding any unwanted styles from Astra for product image & description */
body.single-product .ast-product-image {
    width: 100% !important; /* Ensure the image container is full width */
    margin: 0 auto !important; /* Center the image */
}

body.single-product .ast-product-summary {
    width: 100% !important; /* Ensure the summary takes full width */
    margin: 0 auto !important; /* Center the summary */
}
