/*
Theme Name: ZONAS Theme
Theme URI: https://zonas.sk
Author: ZONAS
Author URI: https://zonas.sk
Description: ZONAS child theme based on Storefront
Version: 1.0.0
Template: storefront
Text Domain: zonas-theme
*/


/* Full-bleed page template: remove Storefront max-width container */
.page-template-page-fullbleed .site-content .col-full{
    max-width: none;
    width: 100%;
}

/* Ensure primary content takes full width */
.page-template-page-fullbleed #primary{
    width: 100%;
    float: none;
}

/* Optional: keep some nice padding on large screens */
.page-template-page-fullbleed .site-content .col-full{
    padding-left: 24px;
    padding-right: 24px;
}

/* Woo Blocks checkout often has its own max width – remove it too */
.page-template-page-fullbleed .wc-block-checkout,
.page-template-page-fullbleed .wp-block-woocommerce-checkout{
    max-width: none;
}

/* Template: wide container, no sidebar, primary fills the full container */
.page-template-page-wide-nosidebar #secondary {
    display: none;
}

.page-template-page-wide-nosidebar #primary {
    width: 100%;
    float: none;
    margin-right: 0;
}

/* In case Storefront sets content-area widths with flex/grid in newer versions */
.page-template-page-wide-nosidebar .content-area,
.page-template-page-wide-nosidebar .site-main {
    max-width: 100%;
}
