/**
 * Styles for blogs/blog-edit-template.php. The post-grid/card component it shares with
 * home-template.php's "The Edit" teaser lives in blog-shared.css (loaded before this file);
 * this file holds only what's specific to this page — the search/filter bar, load-more
 * button, and the promo banners below the grid.
 */

/** Desktop **/
div#right-sidebar {
    display: none !important;
}

body .inside-navigation img.header-image.is-logo-image {
    height: 100% !important;
    padding-left: 10%;
}

.blog_post_heading h1 {
    font-size: 65px;
}

.blog_post_heading p {
    max-width: 1140px;
    padding: 0 20px;
    margin-left: auto;
    margin-right: auto;
}

.shop-content p {
    font-size: 30px !important;
    line-height: 33px !important;
}

.shop-content h2 {
    font-size: 65px;
}

.shop-content p {
    font-family: 'Cormorant' !important;
    font-weight: 500 !important;
}

div#blog_category_filter p {
    font-size: 17px !important;
    font-family: 'Ysabeau Office', 'Ysabeau' !important;
    margin: 0px;
    padding: 0;
    color: #565656;
}

button.load_more_button {
    position: absolute;
    left: 46%;
    margin-top: -75px;
    background-color: #221F20;
    border-radius: 10px;
    font-size: 18px;
    min-width: 183px;
    text-transform: uppercase;
}

.blog_post_search {
    place-self: center !important;
    align-items: center !important;
    align-self: center !important;
    justify-content: center;
    display: flex
;
}

input.input_search_post {
    min-width: 400px !important;
    border-radius: 8px;
    border-color: #707070 !important;
    background-color: #fff !important;
}

div#blog_category_filter {
    display: flex;
    justify-content: left;
    gap: 15px;
    align-items: center;
    max-width: 1700px;
    margin: 0 auto 20px;
}

a.category_filter_button {
    text-align: center;
    cursor: pointer;
    color: #565656;
    font-size: 18px;
    line-height: 1.0;
}

a.category_filter_button:hover,
a.category_filter_button.active {
    color: #000000;
    text-decoration: underline;
}

.blog_post_heading {
    justify-items: center !important;
    padding-top: 30px;
    padding-bottom: 3px;
    text-align: center;
    margin-bottom:0px!important;
}

div#primary {
    padding: 0 40px;
}

/* Page-specific spacing for the shared grid component (blog-shared.css) — this grid sits
   under a filter bar and needs a top border + larger bottom margin, unlike the Home teaser. */
ul.blog_post_thumbnails_container {
    padding: 20px 0 0 !important;
    margin: 0 auto 41px;
    row-gap: 66px;
    margin-bottom: 100px !important;
    border-top: 1px solid #6b6b6b2e;
}

a.read-more-btn {
    background-color: #F0F0F0;
    padding: 7px;
    border-radius: 10px;
}

.shop-the-range {
    text-align: center;
    margin-top: 7%;
    margin-bottom:0%;
    position: relative;
}
.shop-banner {
    width: 100%;
    max-height: 800px;
    object-fit: cover;
}
.shop-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-100%, -117%);
    color: #221F20;
    padding: 20px;
    border-radius: 10px;
}


/*** Responsiveness ***/

@media screen and (max-width: 1600px){

    .shop-content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-93%, -105%);
        color: #221F20;
        padding: 20px;
        border-radius: 10px;
    }

    .shop-content p {
    font-size: 27px !important;
    line-height: 33px !important;
}
	}

		@media screen and (max-width: 1430px){

		.shop-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-93%, -100%);
    color: #221F20;
    padding: 20px;
    border-radius: 10px;
}

.shop-content p {
    font-size: 27px !important;
    line-height: 33px !important;
}
	}

			@media screen and (max-width: 1300px){

		.shop-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-90%, -100%);
    color: #221F20;
    padding: 20px;
    border-radius: 10px;
}

.shop-content p {
    font-size: 25px !important;
    line-height: 33px !important;
}
	}

				@media screen and (max-width: 1200px){

		.shop-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-98%, -82%);
    color: #221F20;
    padding: 20px;
    border-radius: 10px;
}

.shop-content p {
    font-size: 22px !important;
    line-height: 33px !important;
}
	}

					@media screen and (max-width: 1050px){

		.shop-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-95%, -80%);
    color: #221F20;
    padding: 20px;
    border-radius: 10px;
}

.shop-content p {
    font-size: 18px !important;
    line-height: 31px !important;
}

	}


.shop-button {
    background-color: #fff;
    color: #221F20;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0;
    width: fit-content;
    padding: 11px 69px 10px;
    line-height: 24px;
    margin: 0 auto;
    border-radius: 5px;
    border: 1px solid #000;
}
.shop-button:hover {
    background-color: #fff;
}

@media screen and (max-width: 990px) {
         .shop-content {
        position: absolute;
        top: 39%;
        left: 50%;
        transform: translate(-90%, -55%);
        color: #221F20;
        padding: 0;
        border-radius: 10px;
    }

    button.load_more_button {
    position: absolute;
    left: 34%;
    margin-top: -75px;
    background-color: #221F20;
    border-radius: 10px;
    font-size: 18px;
    min-width: 183px;
    text-transform: uppercase;
}
.shop-banner {
    width: 100%;
    max-height: 800px;
    object-fit: cover;
    min-height: 391px;
    min-width: 668px;
}

.shop-button {
    background-color: #fff;
    color: #221F20;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0;
    width: fit-content;
    padding: 11px 25px 10px;
    line-height: 24px;
    margin: 0 auto;
    border-radius: 5px;
    border: 1px solid #000;
}

    input.input_search_post {
    min-width: 300px !important;
    border-radius: 8px;
    border-color: #707070 !important;
    background-color: #fff !important;
}

p {
    font-family: 'Ysabeau' !important;
    font-size: 18px !important;
    letter-spacing: 0.48px !important;
    line-height: 23px !important;
    padding-left: 5%;
    padding-right: 5%;
}

.shop-content h2 {
    font-size: 29px;
}

.shop-content p {
    font-family: 'Cormorant' !important;
    font-weight: 500 !important;
}


div#blog_category_filter {
    flex-wrap: wrap;
}

p.post-excerpt {
    padding: 0;
    margin: 0;
}

}

@media screen and (max-width: 768px) {
    div#blog_category_filter {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        width: fit-content;
    }

    div#blog_category_filter p,
    a.category_filter_button:last-child {
        grid-column: 1 / -1;
        text-align: center;
    }

    .shop-the-range {
        display: none !important;
    }

    .container_scent_sample {
        padding-top: 40px;
    }
}

@media screen and (max-width: 550px) {
    .shop-content {
        position: absolute;
        top: 42%;
        left: 50%;
        transform: translate(-54%, -58%);
        color: #221F20;
        padding: 0;
        border-radius: 10px;
        min-width: 100%;
    }

        .shop-content p {
        font-size: 18px !important;
        line-height: 31px !important;
        padding-left: 64px;
        padding-right: 64px;
    }

        button.load_more_button {
        position: absolute;
        left: 29%;
        margin-top: -75px;
        background-color: #221F20;
        border-radius: 10px;
        font-size: 18px;
        min-width: 183px;
        text-transform: uppercase;
    }
}



	.container_scent_sample {
            display: flex;
            justify-content: center;
            flex-direction: column;
            text-align: center;
            margin-top: 40px;
					    margin-bottom: 40px;
            align-content: center;
            align-items: center;
            color: #221F20;

        }

			h3, p {
				font-family: Helvetica, sans-serif;
			}

       .icon_scent_sample {
    max-width: 200px !important;
    position: relative !important;
    top: -0px !important;
    margin-top: 0px !important;
}
		 .header_scent_sample ,.subheader_scent_sample ,  .p_scent_sample{
		padding-left:5%;
		padding-right:5%;
		}
.header_scent_sample {
    font-size: 36px;
    margin-top: 20px;
    margin-bottom: 10px !important;
    font-weight: 400;
}

 .subheader_scent_sample {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 8px !important;
    font-weight: 400;
    font-family: 'Ysabeau'!important;
}

.hp-read-more-btn-drk {
    background-color: #221F20 !important;
    border-radius: 10px;
    margin-bottom: 25px;
}

			button#read-more-btn-drk {
    background: #221F20;
    border-radius: 10px !important;
}

.number_scent_sample {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 8px !important;
    font-weight: 300;
    font-family: 'Ysabeau'!important;
    padding-bottom:20px!important;
}

        .p_scent_sample {
            padding-bottom: 20px;
            font-size: 18px;
            margin-top: 0px;
						margin-bottom:0px!important;
					font-weight: 300
        }

        .subheader_scent_sample a {

            color: #656565;
            text-decoration: none
    }
 @media only screen and (max-width: 600px) {

       .subheader_scent_sample, .number_scent_sample, .p_scent_sample {
            font-size: 14px;

        }
		.number_scent_sample a{
            font-size: 15px;

        }
 .header_scent_sample {
            font-size: 25px;
            margin-top: 0px;
    margin-bottom: 3px!important;
        }

		.icon_scent_sample {
    max-width: 130px!important;
    position: relative!important;
    top: 0px!important;
    margin-top: -28px!important;
}
}
