/**
 * Theme Name: Shoptimizer Child
 * Template: shoptimizer
 * Version: 1.0.0
 */

/* Import parent theme styles */
@import url('../shoptimizer/style.css');

/* Import custom page styles */
@import url('kosmetikos-etiketes.css');

/* =========================================================================
   Wide layout override
   Shoptimizer caps the inner wrapper at 1170px in 5 places. We raise that
   to 1440px so the site uses screen real estate like modern shops
   (Vistaprint, Apple, Stripe). All overrides live here so a parent-theme
   update can't silently roll us back.
   ========================================================================= */
@media (min-width: 993px) {
    /* Main content wrapper used across header, content, footer */
    .col-full {
        max-width: 1440px;
    }

    /* Header-4 inner row */
    .header-4:not(.full-width-header) .header-4-inner {
        max-width: 1440px;
    }

    /* Single product breadcrumb */
    .single-product .woocommerce-breadcrumb {
        max-width: 1440px;
    }

    /* Full-width mega-menu inner container */
    .main-navigation ul li.full-width .container {
        max-width: 1440px;
    }

    /* WooCommerce success/notice banners */
    .woocommerce-message {
        max-width: 1440px;
    }
}
