.season-block {
    display: flex;
    flex-direction: column;
}


/* .season-catalog .product-card {
    height: 460px;
}

.season-catalog-2 .product-card {
    height: 460px;
} */

.heading {
    padding-bottom: 90px !important;
    background: none !important;
}

.sub-title {
    font-size: 32px !important;
}

.title-season {
    font-family: "Inter", sans-serif;
    color: red;
    font-weight: 700;
    font-size: 32px;
    text-align: center;
    color: #000;
    margin: 50px 0 30px;
}

.season-subtitle {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 15px;
    text-align: center;
    color: #000;
    margin: 30px 0;
}

.category-title {
    margin: 0;
    width: 100%;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    color: #000;
    background-color: #FADB5F;
    border-radius: 10px;
    padding: 10px 0 10px 0;
}

.first-image {
    grid-area: 1 / 1 / 2 / 2;
}

.season-catalog {
    padding: 0;
    width: 100%;
    margin: 20px 0;
    display: grid;
    grid-column-gap: 0px;
    grid-row-gap: 10px;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(3, auto);
}

.season-catalog-2 {
    padding: 0;
    width: 100%;
    margin: 20px 0;
    display: grid;
    grid-column-gap: 0px;
    grid-row-gap: 10px;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, auto);
}

.catalog-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.catalog-item {
    display: flex;
    flex-direction: column;
    height: 430px;
    width: 100% !important;
    min-width: 292px;
}

.product-code {
    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-size: 14px;
    padding: 0 20px;
    margin-top: 20px;
}

.product-name {
    padding: 0 20px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    margin: 10px 0;
    overflow: hidden;
    max-height: 69px;
    overflow: hidden;
}

.second-image {
    grid-area: 2 / 1 / 3 / 3;
}

.third-image {
    grid-area: 3 / 4 / 4 / 5;
}

.fourth-image {
    grid-area: 1 / 1 / 2 / 3;
}

.fifth-image {
    grid-area: 2 / 1 / 3 / 3;
}

.sixth-image {
    grid-area: 3 / 4 / 4 / 5;
}

.lamps-image {
    grid-area: 3 / 4 / 2 / 5;
}

.product-img-wrapper {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    height: 50%;
}

.product-img {
    width: 200px;
    height: 200px;
    object-fit: contain;
}

.front {
    width: 100%;
    height: 100%;
    display: flex;
    box-sizing: border-box;
    flex-direction: column;
    padding: 30px 23px 15px 22px;
    border: 1px solid #ddd;
    background: #fff;
    transition: .3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.code {
    font-size: 12px;
    line-height: 16px;
    font-weight: 300;
    color: #666;
}

.product-name {
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    color: #333;
    height: 66px;
    overflow: hidden;
    padding: 0;
}


.product-producer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 4px 0;
}

.product-producer {
    font-size: 12px;
    line-height: 22px;
    font-weight: 300;
    color: #666;
    font-style: italic;
}

.producer-and-code {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.price-current {
    margin-top: 10px;
}

.amount-title-none {
    text-align: center !important;
}

.custom-stat {
    justify-content: space-between;
    margin-top: 0px !important;
}


.season-quantity-wrapper {
    justify-content: space-between !important;
}


.season-quantity {
    margin: 0 !important;
    max-width: 80px !important;
    padding: 7px 0 !important;
}

.toggle-quantity {
    width: 22px !important;
    padding: 0 !important;
}

.buy-btn {
    padding: 8px 5px !important;
    min-width: 60%;
}


.find-price {
    background-color: #e3000f;
    border: 2px solid #e3000f;
    border-radius: 6px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
}


.seventh-image {
    grid-area: 1 / 3 / 2 / 5;
}


.eights-image {
    grid-area: 2 / 1 / 4 / 2;
}

.eights-image img {
    object-fit: cover;
}

.ninth-image {
    grid-area: 1 / 1 / 2 / 2;
}

.ninth-image img {
    object-fit: cover;
}

.tenth-image {
    grid-area: 2 / 1 / 3 / 3;
}

.tenth-image img {
    object-fit: cover;
}


#switches {
    margin-top: 20px;
}

.button-more {
    color: #fff;
    background-color: #e3000f;
    padding: 10px 20px;
    border: solid 1px #e3000f;
    border-radius: 6px;
    transition: .2s;
    text-decoration: none;
}

.button-more:hover {
    color: #e3000f;
    background-color: #fff;
}

.wr-button-more {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}

.owl-stage-outer {
    height: 610px !important;
}

.owl-dots {
    margin-top: 0 !important;
}

.owl-theme {
    margin-bottom: 50px !important;
}

.btn.to-cart-button .symbol-icon-basket {
    fill: #fff;
}

@media (max-width: 767px) {

    .producer-and-code {
        display: block !important;
    }

    .amount-title-none {
        font-size: 12px !important;
    }

    .wr-find-out-price button {
        padding: 8px 5px !important;
    }

    .find-price {
        line-height: 18px !important;
        font-size: 12px !important;
    }

    .owl-nav {
        display: none;
    }

    .sub-title {
        font-size: 25px !important;
    }

    .season-catalog:last-child {
        margin-bottom: 30px;
    }

    .season-catalog-2:last-child {
        margin-bottom: 30px;
    }

    .eights-image {
        grid-area: 3 / 1 / 5 / 2;
    }

    .seventh-image {
        grid-area: 2 / 1 / 3 / 3;
    }

    .sixth-image {
        grid-area: 3 / 3 / 4 / 4;
    }

    .second-image {
        grid-area: 2 / 1 / 3 / 3;
    }

    .first-image {
        grid-area: 1 / 1 / 2 / 2;
    }

    .third-image {
        grid-area: 3 / 3 / 4 / 4;
    }

    .fourth-image {
        grid-area: 1 / 1 / 2 / 3;
    }

    .fifth-image {
        grid-area: 2 / 1 / 3 / 3;
    }

    .lamps-image {
        grid-area: 3 / 4 / 2 / 3;
    }

    .category_2 {
        grid-template-columns: repeat(3, 1fr) !important;
        grid-template-rows: repeat(4, 350px) !important;
    }

    .season-catalog {
        grid-template-columns: repeat(3, 1fr) !important;
        grid-template-rows: repeat(3, 370px) !important;
    }

    .season-catalog-2 {
        grid-template-columns: repeat(3, 1fr) !important;
        grid-template-rows: repeat(3, 370px) !important;
    }

    .category_3 {
        grid-template-columns: repeat(3, 1fr) !important;
        grid-template-rows: repeat(2, 370px) !important;
    }

    .catalog-image {
        object-fit: cover;
    }

    .catalog-item {
        height: 100% !important;
        min-width: 93px !important;
        overflow: hidden !important;
    }

    .product-description {
        margin-top: 0 !important;
    }

    .product-name {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        font-size: 13px !important;
        height: 33px !important;
        line-height: 16px !important;
    }

    .season-price {
        font-size: 14px !important;
        margin-top: 0 !important;
    }

    .season-price-amount {
        margin-top: 0 !important;
    }

    .product-img-wrapper {
        height: 25% !important;
    }

    .custom-stat {
        flex-wrap: wrap !important;
    }

    .season-amount {
        margin-left: 0 !important;
        font-size: 10px !important;
        margin-top: 5px !important;
        margin-bottom: 5px !important;
    }

    .amount-season-title {
        margin-left: 0 !important;
        font-size: 10px !important;
    }

    .season-quantity-wrapper {
        margin-bottom: 15px !important;
    }

    .season-reviews {
        margin-left: 10px !important;
        font-size: 10px !important;
    }

    .image-wrapper {
        height: 80px !important;
    }

    .front {
        padding: 10px !important;
    }

    .season-rating {
        font-size: 10px !important;
    }

    .owl-item .catalog-item {
        height: 430px !important;
    }

    .owl-item .product-card .product-img-wrapper {
        height: 40% !important;
    }

    .owl-item .product-card .image-wrapper {
        height: 165px !important;
    }

    .owl-item .product-card .season-reviews {
        font-size: 14px !important;
    }

    .owl-item .product-card .season-quantity {
        width: 100px !important;
    }

    .owl-item .product-card .amount-season-title {
        font-size: 14px !important;
    }

    .owl-item .product-card .season-rating {
        font-size: 14px !important;
    }

    .owl-item .product-card .season-amount {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }


    .owl-item .product-card .season-price {
        font-size: 16px !important;
    }

    .owl-item .product-card .product-name {
        font-size: 14px !important;
        height: 60px !important;
        line-height: 20px !important;
    }

    .owl-item .product-card .season-quantity-wrapper {
        flex-direction: row;
        align-items: center;
        justify-content: center !important;
    }

    .owl-item .product-card .front .to-cart-button {
        margin-top: 0 !important;
        margin-left: 20px;
        width: 100px !important;
    }

    .owl-stage-outer {
        height: 430px !important;
    }

    .owl-item .product-card .symbol-icon-basket {
        display: block !important;
    }

    .owl-item .product-card .to-cart-button {
        justify-content: center !important;
    }

    .owl-dots {
        margin-top: 10px !important;
    }
}

@media (max-width: 1024px) {

    .season-quantity-wrapper {
        display: flex;
        flex-direction: column;
    }

    .buy-btn {
        margin-top: 10px !important;
    }
}

@media (max-width: 1024px) and (min-width: 767px) {

    .season-quantity {
        margin: 0 !important;
    }

    .catalog-item {
        min-width: 180px !important;
        height: 590px !important;
    }

    .season-catalog {
        grid-template-rows: repeat(3, 590px) !important;
    }

    .season-catalog-2 {
        grid-template-rows: repeat(3, 590px) !important;
    }

    .season-description {
        margin-top: 0 !important;
    }

    .product-name {
        margin-top: 0;
    }

    .season-amount {
        margin-left: 0 !important;
    }

    .amount-season-title {
        margin-left: 0 !important;
    }

    .catalog-image {
        object-fit: cover;
    }

    .owl-item .product-card .season-quantity-wrapper {
        flex-direction: row;
        align-items: center;
        justify-content: center !important;
    }

    .owl-item .product-card .to-cart-button {
        justify-content: center;
        margin-left: 10px !important;
        margin-top: 0 !important;
    }
}

@media (max-width: 1240px) and (min-width: 1024px) {
    .season-catalog {
         grid-template-rows: repeat(3, 440px);
     }

    .season-catalog-2 {
        grid-template-rows: repeat(2, 440px);
    }

    .catalog-item {
        height: 440px !important;
        min-width: 240px;
    }

    .owl-stage-outer {
        height: 560px !important;
    }
}

@media (min-width: 767px) and (max-width: 1024px) {
    .owl-stage-outer {
        height: 620px !important;
    }
}

.icon-wrapper {
    display: flex;
    align-items: center;
    width: 25px;
    height: 28px;
    cursor: pointer;
}

.icon {
    width: 16px;
    height: 15px;
    background: url('/local/images/sprite.svg') -43px -274px no-repeat;
    will-change: transform;
}

.button-more {
    display: flex;
    align-items: center;
}