@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:root{
    --font-family: "Poppins", sans-serif;
    --font-family-headline: "Poppins", sans-serif;
    --products-gap: 2rem 5px;
    --product-icon-background: #f7f7f7;
}
@media (max-width:978px){
    .photos__slider {
    width: 100vw;
    left: -15px;
}

.photos__photo {
    max-height: 80vh;
}
    #menu_categories .navbar-toggler {
    padding-left: 1.5rem;
    width: 55px;
    background: #f2e4db;
}

#menu_buttons2 .menu_button_wrapper {
    padding: 0;
    max-width: 100%;
    margin-bottom: 0;
}

div#menu_buttons2 {
    display: grid;
    grid-template-columns: 1fr !important;
    gap: 5px;
}

div#menu_banners3 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 5px;
    width: 100vw;
    left: -15px;
}

#menu_banners3 div.menu_button_wrapper {
    max-width: 100%;
}
}
@media (min-width:979px){
header {
        height: auto;
        position: relative;
        border: none;
        box-shadow: none;
        background: #fff;
        grid-template-areas:
            "skip skip skip skip"
            "bars_top bars_top bars_top bars_top"
            "rabateCode rabateCode rabateCode rabateCode"
            "freeShipping freeShipping freeShipping freeShipping"
            "menu_search logo menu_top menu_top"
            "menu_categories menu_categories menu_categories menu_categories"
            "breadcrumbs breadcrumbs breadcrumbs breadcrumbs";
        grid-template-columns: 2fr auto 1.5fr 0.5fr;
        gap: 0rem;
        display: grid;
        align-items: center;
    }
    .menu_top {
    margin-left: auto;
    gap: 6rem;
}
#menu_search .menu_search__block{
    max-width:50%;
}

#menu_categories {
    margin-bottom: 0;
    position: relative;
}

#menu_categories:before {
    content: '';
    width: 100vw;
    height: 100%;
    position: absolute;
    background: #f2e4db;
    left: calc(-50vw + 50%);
    box-shadow: 0px 4px 3px #998f8812;
}

header .nav-link {
    padding: 10px 10px;
}

header .nav-link:hover, header .nav-link.active {
    background: #fff;
}
}
.max-width-1200 {
    max-width: 1440px;
}


.product__icon img {
    max-height: 100%;
}

.product__icon {
    aspect-ratio: 3 / 4;
    height: 100%;
    max-height: 50rem;
}
#menu_buttons2 .menu_button_wrapper {
    padding: 0;
}

div#menu_buttons2 {
    gap: 5px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

#menu_buttons2 .menu_button_wrapper {
    width: 100%;
    max-width: 100%;
}

.product__name {
    font-size: 1.4rem;
    font-weight: 400;
}

.article__image_wrapper, .article__image_wrapper img {
    object-fit: cover;
}

div#menu_banners3 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px;
}

#menu_banners3 div.menu_button_wrapper {
    width: 100%;
    max-width: 100%;
}

section#main_blog:before {
    content: '';
    background: #cfbfc930;
}

section#main_blog {
    padding: 2rem 0;
}

footer:before {
    content: '';
}

ul#links_footer_2 {
    background: #fff;
    padding: 2rem !important;
    transform: translateY(-2rem);
}


#menu_contact {
    display: none;
}
header .nav-link.active {
    color: #333;
}

iframe {
    aspect-ratio: 2 / 1 !important;
    height: auto !important;
    width: 100%;
}
footer::before {
    background-color: #d4c4c4 !important;
}
ul#links_footer_2 {
    background: #d4c4c4 !important;
}
@media(max-width:978px){
#search .product__icon {
    aspect-ratio: 3 / 4;
    height: auto;
}

section#search {
    width: 100vw;
    margin-left: -15px;
}
}
.product__content_wrapper {
    text-align: center;
    padding: 0 5px;
}