/*	
	Theme Name: Motors - Child Theme
	Theme URI: http://motors.stylemixthemes.com/
	Author: StylemixThemes
	Author URI: http://stylemixthemes.com/
	Description: Motors Child theme
	Version: 4.0
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Tags: blue, red, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, fluid-layout, responsive-layout, flexible-header, custom-background, custom-colors, custom-header, custom-menu, editor-style, sticky-post, theme-options
	Text Domain: motors-child
    Template: motors

    This theme, like WordPress, is licensed under the GPL.
    Use it to make something cool, have fun, and share what you've learned with others.
*/

/* Add your own styles here */

body.single-product .woocommerce-breadcrumb {
    display: block;
    position: relative;
    z-index: 2;
}

body.archive.woocommerce .woocommerce-breadcrumb {
    display: block;
    position: relative;
    z-index: 2;
}

/* Push down entry titles so they're not hidden under the header */
.entry-title {
    display: block;
    position: relative;
    z-index: 2;
}

/* === DESKTOP === */
@media (min-width: 1025px) {
    body.single-product .woocommerce-breadcrumb {
        margin-top: -40px;
    }

    body.archive.woocommerce .woocommerce-breadcrumb {
        margin-top: 100px;
    }

    .entry-title {
        margin-top: 0px;
    }
	
	.page-description h1,
    .term-description h1 {
        font-size: 35px !important;
        line-height: 1.2;
        margin-bottom: 15px;
	}
}

/* === LARGE TABLET === */
@media (min-width: 787px) and (max-width: 1024px) {
    body.single-product .woocommerce-breadcrumb {
        margin-top: -40px;
    }

    body.archive.woocommerce .woocommerce-breadcrumb {
        margin-top: 100px;
    }

    .entry-title {
        margin-top: 300px;
    }
	
	.page-description h1,
    .term-description h1 {
        font-size: 35px !important;
        line-height: 1.2;
        margin-bottom: 15px;
	}
}

/* === TABLET === */
@media (min-width: 600px) and (max-width: 786px) {
    body.single-product .woocommerce-breadcrumb {
        margin-top: 40px;
    }

    body.archive.woocommerce .woocommerce-breadcrumb {
        margin-top: 40px;
    }

    .entry-title {
        margin-top: 150px;
    }
	
	.page-description h1,
    .term-description h1 {
        font-size: 30px !important;
        line-height: 1.2;
        margin-bottom: 15px;
	}
}

/* === MOBILE === */
@media (max-width: 599px) {
    body.single-product .woocommerce-breadcrumb {
        margin-top: 40px;
    }

    body.archive.woocommerce .woocommerce-breadcrumb {
        margin-top: 40px;
    }

    .entry-title {
        margin-top: 200px;
    }
	
	.page-description h1,
    .term-description h1 {
        font-size: 24px !important;
        line-height: 1.2;
        margin-bottom: 15px;
	}
}

.woocommerce .term-description {
    max-width: 800px;
    margin: 0 auto 30px;
    padding: 15px;
    font-size: 1rem;
    color: #333;
    background: #f9f9f9;
    border-radius: 8px;
}

h1.product_title.entry-title {
    line-height: 1.2; /* Try between 1.1 and 1.3 for tighter spacing */
}
