.page-container{
    margin-top: 0;
}
.main-cat-image{
    height: 705px;
    background-size: cover;
    background-position: center;
}

.resent-information{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 65px;
}

.resent-information h1{
    font-family: "Gotham Light", sans-serif;
    font-size: 80px;
    line-height: 80px;
    color: #004D42;
    font-weight: 100;
    margin-bottom: 36px;
    margin-top: 43px;
}

.resent-information p{
    font-family: "Gotham Book", sans-serif;
    max-width: 832px;
    width: 100%;
    font-size: 16px;
    text-align: center;
    margin: 0;
}

.full-max-width .page-container{
    margin-top: 0;
}

.category-blocks{
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
    gap: 31px;
    margin-top: 46px;
    margin-bottom: 39px;
}

.category-blocks .category-block{
    max-width: 342px;
    width: 100%;
    /*height: 375px;*/
    /*max-height: 375px;*/
    background-color: #ffffff;
}

.category-blocks .category-block img{
    height: 225px;
    width: 100%;
    object-fit: cover;
}

.category-blocks .category-block .category-info{
    padding: 33px 27px 27px 21px;
}

.category-blocks .category-block .category-info img{
	width: 38px;
    height: 38px;
}

.category-blocks .category-block .category-info a.title{
    font-family: "Gotham Black", sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    color: #004D42;
    text-transform: uppercase;
}

.category-blocks .category-block .category-info .other-category-info p{
    font-family: "Gotham Book", sans-serif;
    font-size: 14px;
    color: #2E2C2B;
    font-weight: 400;
    max-width: 251px;
    margin: 0;
    line-height: 18px;
}

.category-blocks .category-block .category-info .other-category-info{
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
}

.products-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 26px;
}
.products-filter {
    width: 20.75%;
}
.category-filter__dropdown {
    background-color: #FAF7F3;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 20px 15px;
}
.products-filter ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.products-filter ul .products-filter__category + .products-filter__category {
    margin-top: 10px;
}

.products-filter__category-name {
    font-family: "Gotham Bold", sans-serif;
    font-size: 16px;
    line-height: 43px;
    color: #214C42;
    border: 1px solid #214C42;
    background-color: #fff;
    -webkit-border-radius: 43px;
    -moz-border-radius: 43px;
    border-radius: 43px;
    padding: 0 50px 0 20px;
    position: relative;
    cursor: pointer;
}
.products-filter__category-name:after {
    /*content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.533' height='9.352' viewBox='0 0 16.533 9.352'%3E%3Cpath id='chevron_right_FILL0_wght400_GRAD0_opsz48' d='M17.582,28.7a1.338,1.338,0,0,1-.307-.8.979.979,0,0,1,.307-.76l6.366-6.366-6.4-6.4a1,1,0,0,1-.271-.778,1.113,1.113,0,0,1,.307-.778,1.022,1.022,0,0,1,.778-.344,1.092,1.092,0,0,1,.742.344l7.2,7.2a1.1,1.1,0,0,1,.253.362,1.13,1.13,0,0,1,0,.8,1.1,1.1,0,0,1-.253.362L19.137,28.7a.979.979,0,0,1-.76.307A1.338,1.338,0,0,1,17.582,28.7Z' transform='translate(29.007 -17.274) rotate(90)' fill='%23004d42'/%3E%3C/svg%3E%0A");*/
    /*width: 17px;*/
    /*position: absolute;*/
    /*right: 30px;*/
}
.expand .products-filter__category-name {
    color: #fff;
    background-color: #214C42;
    transition: .2s ease;
}
.expand .products-filter__category-name:after {
    /*content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.533' height='9.352' viewBox='0 0 16.533 9.352'%3E%3Cpath id='chevron_right_FILL0_wght400_GRAD0_opsz48' d='M17.582,28.7a1.338,1.338,0,0,1-.307-.8.979.979,0,0,1,.307-.76l6.366-6.366-6.4-6.4a1,1,0,0,1-.271-.778,1.113,1.113,0,0,1,.307-.778,1.022,1.022,0,0,1,.778-.344,1.092,1.092,0,0,1,.742.344l7.2,7.2a1.1,1.1,0,0,1,.253.362,1.13,1.13,0,0,1,0,.8,1.1,1.1,0,0,1-.253.362L19.137,28.7a.979.979,0,0,1-.76.307A1.338,1.338,0,0,1,17.582,28.7Z' transform='translate(-12.474 26.625) rotate(-90)' fill='%23fff'/%3E%3C/svg%3E%0A");*/
}

.products-filter .products-filter__products {
    display: none;
    padding: 33px 0 41px 19px;
}
.products-filter__products li + li {
    margin-top: 17px;
}
.products-filter__product {
    font-family: "Gotham Medium", sans-serif;
    font-size: 14px;
    line-height: 19px;
    color: #2E2C2B;
}
.products-filter label {
    text-transform: capitalize;
    display: inline-grid;
    grid-template-columns: 1em auto;
    gap: 1em;
}
.products-filter input[type="checkbox"] {
    appearance: none;
    background-color: #fff;
    margin: 0;
    font: inherit;
    width: 19px;
    height: 19px;
    border: 1px solid #46382B;
    border-radius: 2px;
    display: grid;
    place-content: center;
}
.products-filter input[type="checkbox"]:checked {
    background-color: #2E2C2B;
}
.products-filter input[type="checkbox"]::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.17' height='9.714' viewBox='0 0 13.17 9.714'%3E%3Cpath id='check_box_FILL0_wght600_GRAD0_opsz48' d='M17.227,24.518a1.041,1.041,0,0,0,.442-.091,1.808,1.808,0,0,0,.411-.274l7.308-7.308a1.173,1.173,0,0,0,.35-.822,1.116,1.116,0,0,0-.35-.853,1.108,1.108,0,0,0-1.644,0l-6.516,6.516-2.649-2.649a1.156,1.156,0,0,0-.807-.35,1.1,1.1,0,0,0-.837.35,1.072,1.072,0,0,0-.365.822,1.169,1.169,0,0,0,.365.853l3.441,3.441a1.264,1.264,0,0,0,.4.274A1.147,1.147,0,0,0,17.227,24.518Z' transform='translate(-12.569 -14.804)' fill='%23fff'/%3E%3C/svg%3E%0A");
    width: 13px;
    height: 19px;
    transform: scale(0);
    transform-origin: center;
    transition: 120ms transform ease-in-out;
}
.products-filter input[type="checkbox"]:checked::before {
    transform: scale(1);
}
.products-wrapper .products-blocks {
    flex: 1;
    margin-top: 0;
    row-gap: 48px;
    margin-bottom: 173px;
}
.loop__loadmore {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 18px;
    transition: .2s linear;
}
.loadmore-posts {
    display: inline-block;
    min-width: 294px;
    font-family: "Gotham Black", sans-serif;
    font-size: 14px;
    line-height: 43px;
    font-weight: 600;
    padding: 0 24px;
    background-color: transparent;
    border: 1px solid #004D42;
    color: #004D42;
    text-transform: uppercase;
    border-radius: 45px;
    text-align: center;
    transition: .2s linear;
}
.loadmore-posts:not([disabled]):hover {
    color: #fff;
    background-color: #004D42;
}
.loadmore-posts[disabled] {
    cursor: not-allowed;
}
.loadmore-posts[disabled]:after {
    overflow: hidden;
    display: inline-block;
    vertical-align: bottom;
    -webkit-animation: ellipsis steps(4,end) 900ms infinite;
    animation: ellipsis steps(4,end) 900ms infinite;
    content: "\2026";
    width: 0px;
    position: absolute;
}

@keyframes ellipsis {
    to {
        width: 1.25em;
    }
}

@-webkit-keyframes ellipsis {
    to {
        width: 1.25em;
    }
}

.category-filter__header,
.category-filter__footer,
.category-filter__dropdown-title {
    display: none;
}

.category-filter__header {
    border-top: 1px solid #214C42;
    border-bottom: 1px solid #214C42;
    padding: 7px;
    cursor: pointer;
}

.category-filter__title {
    font-family: "Gotham Bold", sans-serif;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    color: #004d42;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
}
.category-filter__title:before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.883' height='17.883' viewBox='0 0 17.883 17.883'%3E%3Cpath id='tune_FILL0_wght400_GRAD0_opsz48' d='M13.625,23.883V18.294h1.49v2.061h8.768v1.49H15.115v2.037ZM6,21.846v-1.49h6.135v1.49Zm4.645-4.123V15.687H6V14.2h4.645V12.11h1.49v5.613Zm2.98-2.037V14.2H23.883v1.49Zm4.123-4.1V6h1.49V8.037h4.645v1.49H19.238v2.061ZM6,9.527V8.037H16.258v1.49Z' transform='translate(-6 -6)' fill='%23004d42'/%3E%3C/svg%3E%0A");
    margin-right: 12px;
}








.products-blocks{
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
    gap: 21px;
    margin-top: 46px;
    margin-bottom: 39px;
}

.products-blocks .products-post {
    width: calc((100% - 21px*3)/4);
    /*max-width: 352px;*/
    /*width: 100%;*/
    /*height: 388px;*/
    /*max-height: 388px;*/
}

.products-blocks_col3 .products-post {
    width: calc((100% - 21px*2)/3);
}

.products-blocks .products-post .products-information {
    background-color: #ffffff;
    padding: 18px 22px 26px;
    border-radius: 0 10px 10px 10px;
    border: 1px solid #D7E4E2;
}
.products-blocks .products-post:hover .products-information {
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
}

.products-blocks .products-information a.recent-image{
    display: flex;
    justify-content: center;
    margin-bottom: 11px;
}

.products-blocks .products-information a.recent-image img{
    width: 100%;
    height: 100%;
    max-width: 220px;
    max-height: 184px;
    object-fit: contain;
    aspect-ratio: 220 / 184;
}
.products-blocks_col3 .products-information a.recent-image img {
    max-width: 228px;
    max-height: 191px;
}
.products-blocks .products-post .products-information .title{
    font-family: "Gotham Black", sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #004D42;
    text-transform: uppercase;
    margin-bottom: 11px;
    display: block;
}
.products-blocks_col3 .products-post .products-information .title{
    font-size: 16px;
}
.products-blocks .products-post .products-information .description{
    height: 51px;
    font-family: "Gotham Book", sans-serif;
    font-size: 14px;
    line-height: 17px;
    color: #2E2C2B;
    margin-bottom: 22px;
    overflow: hidden;
}
.products-blocks_col3 .products-post .products-information .description {
    height: 54px;
    line-height: 18px;
}
.products-blocks .products-post .products-information .description p {
    margin: 0;
}


.products-blocks .products-post .products-information .view-button{
    display: block;
    width: fit-content;
    width: -moz-fit-content;
    font-family: "Gotham Bold", sans-serif;
    font-size: 15px;
    line-height: 1;
    font-weight: 600;
    color: #004D42;
    text-decoration: underline;
}

.products-blocks .products-post .products-category {
    /*height: 30px;*/
}
.products-blocks .products-post .products-category span {
    min-width: 50%;
    display: inline-block;
    font-family: "Gotham Bold", sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 32px;
    text-align: center;
    padding: 0 21px;
    color: #004D42;
    transition: .2s ease;
}
.products-blocks .products-post:hover .products-category span {
    background-color: #004D42 !important;
    color: #fff;
}
.info-text{
    margin-bottom: 97px;
}

.info-text h2{
    font-family: "Gotham Light", sans-serif;
    font-size: 80px;
    line-height: 80px;
    color: #004D42;
    font-weight: 100;
    margin-bottom: 36px;
    margin-top: 43px;
    text-align: center;
}

.info-text .row{
    display: flex;
    justify-content: center;
    gap: 42px;
}

.info-text .row .col-6{
    font-family: "Gotham Book", sans-serif;
    font-size: 16px;
    color: #2E2C2B;
    width: 43%;
}

.info-text .row .col-6 p{
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 23px;
}

.info-text .row .col-6 .read-more{
    font-family: "Gotham Bold", sans-serif;
    font-size: 16px;
    text-decoration: revert;
    color: #004D42;
    margin: 35px 0 0 0;
    display: block;
    font-weight: 600;
}
.category-header {
    display: flex;
    gap: 13.333%;
    margin-bottom: 78px;
    font-family: "Gotham Book", sans-serif;
    justify-content: space-between;
}

.category-header__col {}
.category-header__col_text {
}
.category-header__col_image {
    width: 41.78%;
    flex: 0 0 41.78%;
}
.category-header__tag {
    min-width: 193px;
    font-family: "Gotham Bold", sans-serif;
    font-size: 14px;
    line-height: 31px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    display: inline-block;
    background-color: #004D42;
    margin-bottom: 29px;
    padding: 0 24px;
}
.category-header__title {
    font-size: 45px;
    line-height: 1;
    color: #004d42;
    margin-top: 0;
    margin-bottom: 27px;
}
.category-header__description {
    font-size: 16px;
    line-height: 23px;
    color: #2e2c2b;
}
.category-header__description p {
    margin: 0 0 23px;
}
.category-header__description p:last-of-type {
    margin-bottom: 0;
}
.category-header__image {
    border-radius: 30px;
    overflow: hidden;
}
.category-header__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 614 / 484;
}
.category-header__image_mob {
    display: none;
}

.ricette-block{
    margin-top: 0;
}

@media(max-width: 1520px){
    .category-blocks{
        justify-content: center;
    }
}

@media(max-width: 1350px){
    .resent-information h1{
        margin-top: 20px;
        text-align: left;
        font-size: 55px;
        line-height: 50px;
    }
    .info-text{
        padding-top: 35px;
    }
    .info-text h2{
        margin-top: 20px;
        text-align: left;
        font-size: 50px;
        line-height: 50px;
    }
    .info-text h2{
        text-align: center;
    }
}
@media(max-width: 1279px){
    .products-filter {
        width: 30%;
    }
    .products-blocks_col3 .products-post {
        width: calc((100% - 21px)/2);
    }
}

@media(max-width: 991px){
    .products-blocks{
        gap: 15px;
    }

    .products-wrapper {
        gap: 28px;
        flex-flow: column;
    }
    .products-filter {
        width: 100%;
    }
    .products-wrapper .products-blocks {
        width: 100%;
        gap: 20px 15px;
    }
    .products-blocks .products-post {
        width: calc((100% - 15px)/2);
    }
    .category-filter__header {
        display: block;
    }
    .category-filter__dropdown {
        display: none;
    }
    .is-shown .category-filter__dropdown {
        width: 100%;
        display: block;
        background-color: #faf7f3;
        position: fixed;
        z-index: 100;
        top: 0;
        bottom: 0;
        left: 0;
        padding: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
    .category-filter__dropdown-title {
        font-family: "Gotham Bold", sans-serif;
        font-size: 14px;
        line-height: 1;
        font-weight: 500;
        color: #004d42;
        text-transform: uppercase;
        display: flex;
        align-items: center;
        padding: 20px 15px;
        border-bottom: 1px solid #004D42;
    }
    .category-filter__dropdown-title:before {
        content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' viewBox='0 0 17 17'%3E%3Cpath id='tune_FILL0_wght400_GRAD0_opsz48' d='M13.249,23V17.688h1.417v1.96H23v1.417H14.665V23ZM6,21.064V19.647h5.832v1.417Zm4.415-3.919V15.208H6V13.792h4.415V11.808h1.417v5.336Zm2.833-1.936V13.792H23v1.417Zm3.919-3.9V6h1.417V7.936H23V9.353H18.585v1.96ZM6,9.353V7.936h9.751V9.353Z' transform='translate(-6 -6)' fill='%23004d42'/%3E%3C/svg%3E%0A");
        height: 17px;
        margin-right: 9px;
    }
    .category-filter__content {
        height: calc(100% - 103px);
        flex-flow: column;
        gap: 37px;
        padding: 24px 15px;
        overflow-y: scroll;
    }
    .products-filter ul .products-filter__category + .products-filter__category {
        margin-top: 48px;
    }
    .products-filter__products li + li {
        margin-top: 21px;
    }
    .products-filter__category-name {
        line-height: 1;
        border: 0;
        background-color: transparent;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        padding: 0;
        margin-bottom: 20px;
    }
    .products-filter__category-name:after {
        content: unset;
    }
    .products-filter .products-filter__products {
        display: block !important;
        padding: 0;
    }
    .category-filter__footer {
        width: 100%;
        display: flex;
        justify-content: center;
        border-top: 1px solid #214C42;
        text-transform: uppercase;
        font-family: "Gotham Bold", sans-serif;
        font-size: 12px;
        font-weight: 500;
        line-height: 24px;
        color: #214C42;
        padding: 10px 0;
        position: absolute;
        bottom: 0;
        z-index: 120;
        background: #fff;
    }
    .category-filter__result, .category-filter__reset {
        width: 50%;
        text-align: center;
    }
    .category-filter__result {
        border-right: 1px solid #214C42;
    }
    .category-filter__reset a {
        color: inherit;
    }
    .category-filter__close {
        width: 45px;
        height: 37px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.594' height='15.594' viewBox='0 0 15.594 15.594'%3E%3Cpath id='close_FILL0_wght400_GRAD0_opsz48_1_' data-name='close_FILL0_wght400_GRAD0_opsz48 (1)' d='M11.55,25.944l-1.2-1.2,6.6-6.6-6.6-6.6,1.2-1.2,6.6,6.6,6.6-6.6,1.2,1.2-6.6,6.6,6.6,6.6-1.2,1.2-6.6-6.6Z' transform='translate(-10.35 -10.35)' fill='%23214c42'/%3E%3C/svg%3E%0A");
        background-repeat: no-repeat;
        background-position: center;
        cursor: pointer;
        border-left: 1px solid #214C42;
        position: absolute;
        top: 10px;
        right: 0;
    }
}

/*Badge css*/

.image-container {
    position: relative;
}

img.badge-image,
picture.badge-image img{
    position: absolute;
    top: 0px;
    left: 0;
    width: 80px !important;
    height: auto !important;
    aspect-ratio: unset !important;
}

@media(max-width: 767px){
    .products-wrapper .products-blocks {
        margin-bottom: 65px;
    }
    .products-wrapper .loop__loadmore {
        margin-top: 45px;
    }
    .loadmore-posts {
        min-width: 261px;
        font-family: "Gotham Bold", sans-serif;
        line-height: 37px;
    }
    .category-blocks{
        justify-content: space-between;
    }
    .category-blocks .category-block{
        width: 45%;
        height: unset;
        max-height: unset;
    }
    .products-blocks .products-post .products-information {
        padding: 15px 13px 17px;
    }
    .products-blocks .products-information a.recent-image {
        margin-bottom: 9px;
    }
    .other-category-info a.image-link{
        display: none;
    }
    .products-blocks .products-post .products-category {
        line-height: 0;
    }
    .products-blocks .products-post .products-category span {
        font-size: 10px;
        line-height: 18px;
        padding: 0 10px;
    }
    .products-blocks .products-information a.recent-image img {
        max-width: 138px;
        max-height: 115px;
        aspect-ratio: 138 / 115;
    }
    .products-blocks .products-post .products-information .title {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 20px;
    }
    .products-blocks .products-post .products-information .description {
        display: none;
    }
    .products-blocks .products-post .products-information .view-button {
        font-size: 12px;
    }
    .category-header {
        margin-bottom: 45px;
    }
    .category-header__tag {
        min-width: 149px;
        font-size: 12px;
        line-height: 24px;
        margin-bottom: 23px;
    }
    .category-header__title {
        font-family: "Gotham Bold", sans-serif;
        font-size: 16px;
        margin-bottom: 19px;
    }
    .category-header__image {
        border-radius: 20px;
        margin-bottom: 19px;
    }
    .category-header__image img {
        aspect-ratio: 363 / 200;
    }
    .category-header__image_mob {
        display: block;
    }
    .category-header__col_image {
        display: none;
    }
}

@media(max-width: 500px){
    .category-blocks .category-block{
        max-width: 100%;
        width: 100%;
        display: flex;
        height: 180px;
    }
    .category-blocks .category-block img{
        width: 167px;
        height: 100%;
    }
    .button-block{
        margin-top: 52px;
        margin-bottom: 110px;
    }
    .button-block input[type="button"].show-more-button{
        width: 303px;
        height: 39px;
    }
    .category-blocks .category-block .category-info{
        padding: 16.8px 20px 20px 14.5px;
        width: 70%;
    }
    .page-container{
        /*margin-top: 82px;*/
    }
    .resent-information{
        align-items: flex-start;
        margin-bottom: 49px;
    }
    .resent-information h1{
        font-family: "Gotham Bold", sans-serif;
        font-size: 16px;
        font-weight: 600;
        line-height: 18px;
        margin: 28px 0 19px 0;
    }
    .resent-information p{
        text-align: left;
        line-height: 23.1px;
    }
    .category-blocks{
        margin-top: 20px;
        gap: 19px;
    }
    .category-blocks .category-block .category-info a.title{
        font-family: "Gotham Bold", sans-serif;
        font-size: 14px;
    }
    .category-blocks .category-block .category-info .other-category-info{
        margin-top: 18px;
    }
    .category-blocks-margin{
        margin-bottom: 201px;
    }

    .info-text{
        padding-top: 0;
        padding-bottom: 29px;
    }
    .info-text h2{
        font-family: "Gotham Bold", sans-serif;
        font-size: 16px;
        letter-spacing: 0;
        text-align: left;
        font-weight: 600;
        margin: 0 0 6px 0;
    }
    .info-text .row{
        flex-direction: column;
        gap: 0;
    }
    .info-text .row .col-6{
        width: 100%;
    }
    .info-text .row .col-6 p{
        margin-bottom: 22px;
    }
    .info-text .row .col-6 .read-more{
        font-size: 14px;
        margin-top: 95px;
    }
    .main-cat-image{
        height: 565px;
    }
    .ricette-block{
        margin-top: 0;
    }
}