/*
 Theme Name:   Astra Child
 Description:  Astra Child Theme
 Author:       Oleh Babych
 Template:     astra
 Version:      1.0.0
*/
* {
    outline: none !important;
}

.dropdown-open .overlay {
    display: block;
}

.site-header {
    position: sticky !important;
    top: 0;
    z-index: 999 !important;
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    visibility: hidden;
}

.swiper-initialized {
    visibility: visible;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: auto;
    position: relative;
    transition-property: transform;
    box-shadow: none !important;
    margin-bottom: 0 !important;
}

.swiper-slide .variations_button,
.swiper-slide .astra-shop-summary-wrap {
    text-align: center;
}

.products.columns-4 .astra-shop-summary-wrap {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}

.products.columns-4 .woocommerce-loop-product__title {
	margin: .5em 0 !important;
}

.astra-shop-summary-wrap .price {
	min-height: 32.7px;
}

.woocommerce-js ul.products li.product.swiper-slide .price {
    color: #000;
}

.swiper.loading:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 26px;
    height: 26px;
    margin: -13px 0 0 -13px;
    border: 3px solid var(--ast-global-color-0);
    border-top-color: transparent;
    border-radius: 50%;
    animation: spinner 0.6s linear infinite;
    z-index: 999;
}

@keyframes spinner {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Front page*/
.home .ast-container {
    flex-direction: column;
}

.hero {
    width: 100%;
    flex: 0 0 auto;
}

.hero-wrap {
    display: flex;
    justify-content: space-between;
    background-color: #365150;
}

.hero-wrap__text {
    flex: 1;
    padding: 60px 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.hero-wrap__text h1 {
    font-size: 54px;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 30px;
}

.hero-wrap__text .button {
    width: 200px;
    height: 60px;
    font-size: 16px !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    text-transform: uppercase !important;
}

.hero-wrap__img {
    flex: 0 0 auto;
    width: 100%;
    max-width: 60%;
}

.hero-wrap__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section {
    padding: 90px 0;
    width: 100%;
}

.section-w {
    background-color: #fff;
}

.section-title {
    margin-bottom: 30px;
}

.section-title h2 {
    text-align: center;
    margin-bottom: 0;
}

.section-desc {
    text-align: center;
    margin-bottom: 20px;
}

.wrapper {
    width: 100%;
    max-width: 1280px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
}

.bestsellers__nav ul {
    padding: 0;
    margin: 0 0 30px;
    list-style: none;
    display: flex;
    align-items: center;
    overflow: auto;
    scrollbar-width: thin;
    scrollbar-color: transparent transparent;
}

.bestsellers__nav ul li {
    flex: 0 0 auto;
    margin-right: 30px;
}

.bestsellers__nav ul li button {
    background-color: transparent;
    border-radius: 0;
    padding: 0 0 10px;
    color: rgba(41, 41, 51, .5);
    font-size: 18px;
    line-height: 22px;
    border-bottom: 1px dashed #b69b89;
}

.bestsellers__nav ul li button.active {
    color: #292933;
    border-bottom: 1px solid #b69b89;
}

.section-form {
    background-color: #292933;
}

.section-form__wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.section-form__wrap h2,
.section-form__wrap p {
    color: #fff;
}

.section-form__wrap p {
    max-width: 800px;
}

.section-form__wrap form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.section-form__wrap form input {
    display: none;
}

.section-form__wrap form button {
    background-color: var(--ast-global-color-0);
    height: 100%;
    width: 100%;
    border-radius: 3px;
    position: relative;
}

.section-form__wrap form button.loading {
    color: transparent;
}

.section-form__wrap form button.loading:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 26px;
    height: 26px;
    margin: -13px 0 0 -13px;
    border: 3px solid #fff;
    border-top-color: transparent;
    border-radius: 50%;
    animation: spinner 0.6s linear infinite;
    z-index: 999;
}

.form-block {
    flex: 0 0 auto;
    width: 100%;
    max-width: calc(100% / 4 - 20px);
}

#formresponse p {
    margin-bottom: 0;
    margin-top: 30px;
}

.r-select {
    position: relative;
}

.r-select-title {
    position: relative;
    z-index: 2;
    cursor: pointer;
    background-color: #fff;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    width: 100%;
    font-size: 14px;
    border-radius: 3px;
}

.r-select-title.error {
    border: 1px solid red;
    color: red;
}

.error-mes {
    position: absolute;
    right: 0;
    font-size: 10px;
    color: red;
    bottom: 100%;
    display: none;
}

.error-mes.error {
    display: block;
}

.r-select-title:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #1a1a1a;
    display: block;
    margin-left: 5px;
}

.r-select-wrap {
    position: absolute;
    background-color: #fff;
    left: 0;
    right: 0;
    top: 100%;
    display: none;
    z-index: 1;
    box-shadow: 0 5px 59px rgba(41, 41, 51, .09);
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    overflow: hidden;
}

.r-select-wrap ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    max-height: 210px;
    overflow: auto;
}

.r-select-wrap ul li {
    padding: 10px 20px;
    line-height: 1;
    cursor: pointer;
    font-size: 14px;
}

.r-select-wrap ul li.active {
    background-color: #f6f3f1;
    cursor: default;
}

.r-select.active .r-select-wrap {
    display: block;
}

.r-select.active .r-select-title {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.section-cat__wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.section-cat__wrap-item-img {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.section-cat__wrap-item-img:before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 65%;
}

.section-cat__wrap-item-img>* {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.section-cat__wrap-item-title {
    text-align: center;
    font-weight: 700;
}

/* Menus */
.main-navigation ul {
    position: static;
}

.dropdowns {
    position: static !important;
}

.roses-sub__menu {
    position: absolute;
    background-color: rgba(0, 0, 0, .2);
    top: 100%;
    left: 0;
    right: 0;
    display: none;
}

.roses-sub__menu-inner {
    background-color: #f6f3f1;
    background-image: url(img/bg-menu-right.svg);
    background-position: top right;
    background-repeat: no-repeat;
}

.roses-container {
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
}

.dropdowns:hover .roses-sub__menu {
    display: block;
}

.roses-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.roses-sub__menu-left {
    flex: 0 0 auto;
    padding: 60px 0;
}

.roses-sub__menu-left ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.roses-sub__menu-left ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1.3;
    text-transform: none;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
}

.roses-sub__menu-item-img {
    aspect-ratio: 16 / 9;
    margin-bottom: 10px;
}

.roses-sub__menu-item-img img {
    width: 182px;
    height: 120px;
    object-fit: cover;
    object-position: top;
}

.roses-sub__menu-right {
    flex: 1;
    padding-left: 40px;
    width: -webkit-calc(100% - 860px);
    width: calc(100% - 860px);
    background-color: #f0eae7;
    background-image: url(img/bg-menu-right.svg);
    background-position: bottom right;
    background-repeat: no-repeat;
    min-width: 490px;
    margin-right: -90px;
    text-align: center;
    padding: 60px 15px 10px;
    display: none;

}

.roses-sub__menu-right-img {
    background-color: rgba(182, 155, 137, .3);
    height: 100%;
}

/* Shop */
.woocommerce-shop.woocommerce.ast-separate-container .ast-woocommerce-container,
.tax-product_cat.woocommerce.ast-separate-container .ast-woocommerce-container {
    background-color: transparent;
    padding: 0;
}

.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
    font-size: 14px;
}

ul.products {
    margin-bottom: 0 !important;
}

.products li {
    box-shadow: none;
    transition: box-shadow .3s ease-in-out;
    align-items: center;
    padding-bottom: 15px !important;
    margin-bottom: 20px !important;
    background-color: #fff;
}

.products li form {
    /*  width: 100%; */
}

.products li .woocommerce-variation-availability {
    display: none;
}

.products li .review-rating {
    display: none;
}

.products li:hover {
    box-shadow: 0 5px 59px rgba(41, 41, 51, .09);
}

.woof_reset_button_2 {
    margin-right: 20px;
}

.price {
    text-align: center !important;
}

.products li .woocommerce-loop-product__title {
    font-size: 16px !important;
    font-weight: 400;
    height: 46px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 0 !important;
    margin-top: 15px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    text-align: center;
}

.products li .button {
    margin-bottom: 0 !important;
    border: none !important;
    outline: none !important;
}

.products li img {
    margin-bottom: 0 !important;
}

.products li .variations {
    display: none;
}

.products li.product-type-variable .price,
.products li.product-type-variable .product_type_variable,
.products li.product-type-variable .quantity {
    display: none !important;
}

.products li.product-type-variable .variations_form .price {
    display: block !important;
}

.woocommerce-js ul.products li.product .onsale {
    top: 20px;
    right: 20px;
    left: auto;
    margin: -.5em -.5em 0 0;
    background: var(--ast-global-color-1) !important;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.woocommerce nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul li {
    border-color: var(--ast-global-color-8);
}

nav.woocommerce-pagination ul li span.current {
    background: var(--ast-global-color-8);
    color: #ffffff;
}

.woocommerce-js ul.products li.product .price del {
    color: var(--ast-global-color-1);
    opacity: 1;
}

.woocommerce-js .woocommerce-ordering select,
.woocommerce-page .woocommerce-ordering select {

    border: 1px solid var(--ast-global-color-0) !important;
    color: #000;
    font-size: 14px;
    outline: none;
    background-position: 96% 50% !important;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%2757%2035.171%2026%2016.043%27%20width%3D%2726%27%20height%3D%2716.043%27%20fill%3D%22%23b69b89%22%3E%3Cpath%20d%3D%27M57.5%2C38.193l12.5%2C12.5l12.5-12.5l-2.5-2.5l-10%2C10l-10-10z%27%2F%3E%3C%2Fsvg%3E");
}

/* Sidebar*/
.woof_container {
    background-color: #fff;
    padding: 15px;
    margin-bottom: 15px;
    box-shadow: 0 5px 59px rgba(41, 41, 51, .09);
}

/* .woof_price_filter {
    background-color: transparent;
    padding: 0;
    box-shadow: none;
    margin-bottom: 15px;
} */
.woof_price_filter_txt_slider {
    margin-top: 15px;
}

.irs--round.irs-with-grid {
    height: 50px !important;
}

.irs-min,
.irs-max {
    display: none !important;
}

.irs--round .irs-grid {
    display: none !important;
}


.irs--round .irs-bar {
    background-color: var(--ast-global-color-0) !important;
}

.irs--round .irs-handle {
    border: 4px solid var(--ast-global-color-0) !important;
}

.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
    background-color: var(--ast-global-color-0) !important;
}

.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before {
    border-top-color: var(--ast-global-color-0) !important;
}

.filter-close-2 {
    position: fixed;
    top: 0;
    right: 0;
    border-radius: 0;
    font-size: 20px !important;
    padding: 10px 15px;
    z-index: 1001;
}

div.woof_info_popup {
    display: none !important;
}

.woof_radio_term_reset {
    display: none !important;
}

.woof_container_inner h4 {
    font-size: 16px;
}

.WOOF_Widget h2 {
    display: none !important;
}

.woof_reset_search_form,
.woof_submit_search_form_container {
    display: none !important;
}

.woof_products_top_panel_ul button {
    background-color: transparent;
    padding: 0;
    color: #b69b89;
}

.woof_color_term {
    width: 14px;
    height: 14px;
    border-radius: 100%;
    padding: 0;
    border-width: 1px !important;
}

.woof_color_term.checked {
    border-color: var(--ast-global-color-0) !important;
}

.woof_checkbox_label_selected {
    font-weight: 400;
    color: var(--ast-global-color-0);
}

ul.woof_list_color.woof_color_title_col li .woof_color_title {
    padding: 0;
    height: initial;
    line-height: 1;
}

.sidebar-main {
    position: sticky;
    top: 50vh;
    transform: translateY(-50%);
}

#secondary li {
    margin-bottom: 0;
}

ul.woof_list.woof_list_color {
    display: flex;
    flex-direction: column;
    overflow: visible;
}

ul.woof_list.woof_list_color li {
    display: flex !important;
    align-items: center;
    margin: 0 0 10px 0 !important;
    line-height: 1;
}

p.woof_tooltip {
    margin-bottom: 0;
    height: 14px;
    flex: 0 0 auto;
    margin-right: 5px;
}

.woof_list_checkbox li {
    line-height: 1;
    margin-bottom: 10px !important;
}

.woof_list label {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px;
    margin-left: 0 !important;
    cursor: pointer;
}

.woof_color_title {
    cursor: pointer;
}

input.woof_checkbox_term,
input.woof_radio_term {
    display: none;
}

.woof_list_checkbox li label {
    display: flex !important;
    align-items: center;
    position: relative;
}

.woof_list_checkbox li label:before {
    content: "";
    flex: 0 0 auto;
    width: 14px;
    height: 14px;
    border: 1px solid var(--ast-global-color-0);
    margin-right: 5px;
}

.woof_list_checkbox li label::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 2px;
    width: 4px;
    height: 8px;
    border: solid var(--ast-global-color-0);
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
    opacity: 0;
    transition: opacity .2s ease-in-out;
}

.woof_list_checkbox li input.woof_checkbox_term:checked+label::after {
    opacity: 1;
}

.woof_products_top_panel_ul>li:not(:first-child)>ul>li:first-child {
    display: none;
}

.woof_products_top_panel li {
    margin-right: 0 !important;
}

.woof_products_top_panel_ul>li:not(:first-child) a {
    background-color: rgba(182, 155, 137, .3);
    font-size: 14px;
    padding: 3px 12px !important;
    border-radius: 50px;
}

.woof_products_top_panel_ul>li:not(:first-child) a:hover {
    color: black !important;
}

.woof_products_top_panel_ul>li:not(:first-child) a:after {
    content: "x";
    margin-left: 10px;
    color: var(--ast-global-color-0);
    font-family: 'Verdana', sans-serif;
}

.woof_products_top_panel li span {
    padding-right: 0 !important;
    background: none !important;
}

.woof_container_inner h4 {
    margin-bottom: 0;
}

a.woof_front_toggle {
    font-size: 24px;
    font-weight: 400;
}

.woof_block_html_items {
    margin-top: 15px;
    margin-bottom: 0 !important;
}

.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
    display: none;
}

/* Footer */
.site-footer-section {
    display: flex;
}

/* Single Product */
.single-product .ast-woocommerce-container>.product {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto 60px !important;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.woocommerce-js div.product div.images {
    margin-bottom: 0;
}

.woocommerce-js.single-product .sale:not(.ast-product-gallery-layout-vertical-slider)>span.onsale {
    display: none !important;
}

.cfvsw-selected-swatch {
    background-color: rgba(182, 155, 137, .3);
}

.reset_variations {
    display: none !important;
}

.product-type-variable .summary>.price {
    display: none;
}

.price del {
    color: var(--ast-global-color-1);
    opacity: 1 !important;
    text-decoration: none !important;
    font-weight: 700 !important;
}

.woocommerce-product-gallery {
    display: flex;
    gap: 20px;
}

.woocommerce-product-gallery__trigger {
    order: 2;
}

.flex-control-nav.flex-control-thumbs {
    order: 1;
    display: flex;
    flex-direction: column;
    width: 100px;
    min-width: 100px;
}

.woocommerce-js div.product div.images .woocommerce-product-gallery__trigger {
    top: 55px;
}

.flex-viewport {
    order: 2;
    margin-bottom: 0 !important;
}

.woocommerce-product-gallery__wrapper {
    order: 1;
    flex: 1;
}

.woocommerce-js div.product div.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
    width: 100%;
    margin-right: 0;
}

.woocommerce-Reviews {
    clear: both;
    background-color: #fff;
    padding: 60px 0;
}

.woocommerce-Reviews>div {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}

.custom-product-description {
    background-color: #fff;
    padding: 60px 0;
}

.custom-product-description-wrap {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}

.related.products {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 60px 20px 40px;
}

.related.products h2 {
    text-align: center;
    font-size: 1.625rem;
    font-weight: 400;
    font-size: 28px;
    margin-bottom: 40px;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.356);
    z-index: 99;
    display: none;
}

.summary-tabs__content-item {
    font-size: 14px;
}



.summary-tabs__content-item p {
    /* font-size: 12px; */
    line-height: 1.5;
}

.tabs__content-item {
    display: none;
}

.tabs__content-item.active {
    display: block;
}

.woocommerce-product-gallery {
    padding: 40px;
    padding-right: 0;
}

.woocommerce-js div.product div.summary {
    padding: 40px;
    margin-bottom: 0;
}

.woocommerce-js div.product .product_meta {
    border-top: none;
    padding-top: 0;
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    order: 0;
}

.summary-delivery {
    order: 1;
    flex: 0 0 auto;
    width: 100%;
    margin-bottom: 20px;
    display: flex;
}

.summary-delivery__wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 8px 20px 8px 8px;
    border-radius: 50px;
    background: rgba(182, 155, 137, .1);
}

.summary-delivery__wrap-icon {
    flex: 0 0 auto;
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    padding: 8px;
    margin-right: 10px;
}

.summary-delivery__wrap-icon svg {
    display: flex;
    width: 100%;
    height: 100%;
    fill: var(--ast-global-color-0);
}

.woocommerce-js div.product form.cart .variations label {
    display: block;
    margin-bottom: 10px;
}

.summary-delivery__wrap-text {
    font-size: 14px;
}

.woocommerce-js table.shop_attributes {
    border: none;
    margin-bottom: 0;
    border-collapse: collapse;
}

tbody {
    border: none;
}

.woocommerce-js table.shop_attributes td {
    border: none;
    line-height: 1;
    font-style: normal;
    font-size: 12px;
    padding: 8px 20px;
    border: 1px solid var(--ast-global-color-0);
}

.woocommerce-js table.shop_attributes th {
    border: none;
    line-height: 1;
    font-weight: 700;
    font-size: 12px;
    width: 50%;
    padding: 8px 20px;
    border: 1px solid var(--ast-global-color-0);
}

.woocommerce-js table.shop_attributes td a {
    pointer-events: none;
}

.woocommerce-js table.shop_attributes td p {
    padding: 0;
}

.woocommerce-js div.product .product_meta>span {
    margin-right: 0;
}

.summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.summary .cart {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    order: 3;
}

.summary .posted_in,
.summary .tagged_as {
    display: none !important;
}

.summary .product_meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
}

.summary .product_meta .sku_wrapper {
    font-size: 12px;
    padding: 8px 20px;
    background: rgba(182, 155, 137, .1);
    line-height: 1;
    border-radius: 30px;
}

.summary .single_variation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0 !important;
}

.summary .woocommerce-variation-description {
    display: none;
}

.summary .price {
    margin-bottom: 0 !important;
    order: 2;
}

.woocommerce-js div.product form.cart .single_variation_wrap p {
    margin-bottom: 0;
}

.woocommerce-js div.product p.ast-stock-detail,
.woocommerce-js div.product p.stock {
    font-size: 12px;
    line-height: 1;
    margin-bottom: 0;
    order: 2;
}

.summary .quantity {
    display: none !important;
}

.woocommerce div.product form.cart .button.single_add_to_cart_button {
    width: 100%;
    height: 50px;
    margin: 20px 0;
    font-size: 18px;
    border: none !important;
}

.ast-stock-avail {
    display: none !important;
}

.ast-desktop .review-count {
    margin: 0 !important;
}

.woocommerce-js div.product form.cart .variations {
    border-bottom: none;
}

.woocommerce-js div.product form.cart .variations th {
    margin-bottom: 0;
    padding-top: 0 !important;
    line-height: 1;
}

.custom-rating-meta a {
    display: flex;
    align-items: center;
}

.custom-rating-meta .review-rating {
    order: 0;
}

.summary-tabs {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    order: 5;
}

.summary-tabs__nav {
    margin-bottom: 20px;
}

.summary-tabs__nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    scrollbar-width: thin;
    scrollbar-color: transparent transparent;
}

.summary-tabs__nav ul li {
    flex: 0 0 auto;
    width: calc(100% / 3);
    max-width: calc(100% / 3);
}

.summary-tabs__nav ul li button {
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    font-size: 14px;
    border-bottom: 1px solid #f6f3f1;
    color: #000;
    padding: 10px 0;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.summary-tabs__nav ul li button.active {
    border-bottom-color: var(--ast-global-color-0);
}

.online-order {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    margin: 10px 0 20px;
    order: 4;
}

.online-order #formresponse p {
    margin-bottom: 0;
    margin-top: 15px;
    text-align: center;
}

.online-order__wrap-title {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 14px;
    display: block;
}

.online-order form {
    display: flex;
    justify-content: space-between;
    border: 1px solid var(--ast-global-color-0);
    border-radius: 30px;
    padding-left: 15px;
}

.online-order__wrap-tel {
    flex: 1;
    position: relative;
}

.online-order form input {
    padding-top: 0;
    padding-bottom: 0;
    border: none;
    width: 100%;
    height: 100%;
    background-color: transparent !important;
    font-size: 14px;
}

.online-order form button {
    background-color: var(--ast-global-color-0);
    padding-left: 30px;
    padding-right: 30px;
}

.online-order form button.loading {
    color: transparent;
    position: relative;
}

.online-order form button.loading:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 26px;
    height: 26px;
    margin: -13px 0 0 -13px;
    border: 3px solid #fff;
    border-top-color: transparent;
    border-radius: 50%;
    animation: spinner 0.6s linear infinite;
    z-index: 999;
}

.art-description {
    background-color: #fff;
    padding: 60px 0;
}

.art-description__wrap {
    width: 100%;
    max-width: 1280px;
    padding: 0 20px;
    margin: 0 auto;
}

.custom-pagination {
    justify-content: center;
    display: none;
}

.custom-pagination span {
    flex: 0 0 auto;
    width: 10px;
    height: 10px;
    border: 1px solid var(--ast-global-color-0);
    margin: 0 5px;
    border-radius: 50%;
}

.custom-pagination span.active {
    background-color: var(--ast-global-color-0);
}

.custom-btn-filter {
    display: none !important;
}

.filter-close {
    display: none;
}

.sidebar-main .widget_block {
    display: none;
}

.art-description__wrap {
    max-height: 300px;
    overflow: hidden;
    position: relative;
}

.art-description__wrap:after {
    content: "";
    position: absolute;
    height: 98px;
    bottom: -10px;
    left: 0;
    right: 0;
    opacity: 1;
    pointer-events: none;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #fff 100%);
    transition: opacity .2s ease;
    opacity: 1;
}

.more {
    background-color: transparent !important;
    color: var(--ast-global-color-0) !important;
    text-transform: uppercase;
    margin: 0 auto !important;
    display: block;
    transition: color .2s ease-in-out;
}

.more:hover {
    color: #000;
}

.more-opened {
    display: none;
}

.art-description.active .art-description__wrap {
    max-height: initial;
}

.art-description.active .more-closed {
    display: none;
}

.art-description.active .more-opened {
    display: block;
}

.art-description.active .art-description__wrap:after {
    opacity: 0;
}

.added_to_cart.wc-forward {
    display: none !important;
}

#moderncart-floating-cart .moderncart-floating-cart-count {
    background-color: var(--ast-global-color-1);
}

.rewiews__item {
    padding: 40px 20px 40px 80px;
    background-color: #fff;
    position: relative;
}

.rewiews__item img {
    width: 52px;
    height: 33px;
    position: absolute;
    left: 20px;
    top: 20px;
}

.rewiews__item-author {
    font-weight: 700;
}

.reviews__nav {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}

.reviews__nav .slider-btn {
    margin-left: 5px;
}

.slider-btn {
    width: 50px;
    height: 50px;
    background-color: #fff !important;
    border: 1px solid rgba(182, 155, 137, .33) !important;
    border-radius: 50%;
    color: #000 !important;
    padding: 0;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-button-lock {
    display: none !important;
}

.products li.swiper-slide {
    margin-bottom: 0 !important;
    text-align: center !important;
}

.bestsellers__wrap {
    position: relative;
    padding: 0 20px;
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
}

.bestsellers__wrap .slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.bestsellers__wrap .prev {
    left: 0;
}

.bestsellers__wrap .next {
    right: 0;
}

.zakaz__wrap {
    display: flex;
    border: 1px solid #b69b89;
    padding: 60px 120px;
}

.zakaz__form {
    flex: 0 0 auto;
    width: 100%;
    max-width: 50%;
    display: flex;
    justify-content: center;
}

.zakaz__form-row {
    position: relative;
    margin: 20px 0;
}

.zakaz__form-row .h4 {
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 5px;
}

.files-photo-info {
    font-size: 12px;
    text-align: center;
    margin-top: 5px;
}

.zakaz__header {
    text-align: center;
    margin-bottom: 30px;
}

.zakaz__header h1 {
    font-size: 32px;
}

.zakaz__form-row .error-mes {
    line-height: 1.5;
}

.zakaz__form-row input {
    width: 100%;
    height: 50px;
    border-radius: 50px !important;
    border: none !important;
    padding: 0 20px;
    font-size: 14px;
}

.zakaz__form form {
    flex: 1;
    max-width: 300px;
}

.zakaz__form form #formresponse p {
    text-align: center;
}

.zakaz__form-row label {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    border-radius: 50px;
    background-color: var(--ast-global-color-0);
    color: #fff;
    font-size: 14px;
}

.zakaz__form-row label svg {
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    margin-right: 5px;
}

.zakaz__form-row button {
    height: 50px;
    width: 100%;
    position: relative;
}

.zakaz__form-row button.loading {
    color: transparent;
}

.zakaz__form-row button.loading:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 26px;
    height: 26px;
    margin: -13px 0 0 -13px;
    border: 3px solid #fff;
    border-top-color: transparent;
    border-radius: 50%;
    animation: spinner 0.6s linear infinite;
    z-index: 999;
}

#files {
    display: none;
}

.zakaz__desc {
    padding: 20px;
    flex: 1;
    max-width: 100%;
}

.zakaz__desc .wp-block-list{
    list-style: none;
}

.content-box__right .top-text {
    margin-bottom: 40px;
}

.content-box__right .list {
    padding-left: 15px;
    margin: 0;
}

.content-box__right .list-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
}

.content-box__right .list-num {
    color: #b69b89;
    font-size: 24px;
    width: 85px;
    height: 85px;
    min-width: 85px;
    background: rgba(255, 255, 255, .5);
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 26px;
}

.content-box__right .list-text {
    padding-top: 8px;
}

.preview-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.preview-item {
    border-radius: 6px;
    overflow: hidden;
    background: #eee;
    display: flex;
    align-items: center;
    justify-content: center;
}

.preview-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#file-error p {
    color: red;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
}

.footer-widget-area a,
.footer-widget-area span {
    color: #fff;
    display: flex;
    align-items: center;
}

.footer-widget-area .social {
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 10px;
    display: flex;
}

.footer-widget-area .social a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 1px solid #fff;
    text-indent: -9999px;
}

.footer-widget-area .phone {
    margin-bottom: 10px;
}

.contacts-title {
    color: var(--ast-global-color-5);
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 700;
    margin-bottom: 0.7em;
    line-height: 1.5;
    text-align: left;
}
.woocommerce .ast-woocommerce-container .woocommerce-pagination ul.page-numbers li a:focus{
    border: none !important;
}
.woocommerce-js nav.woocommerce-pagination ul li{
    border-radius: 100%;
        border-color: var(--ast-global-color-6);
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
    background: var(--ast-global-color-6);
    color: #ffffff;
}

.phone,
.mail {
    font-weight: 600;
    font-size: 14px;
}

.phone:before {
    content: "";
    width: 16px;
    height: 16px;
    background: url(img/tel-w.svg) 0 0 no-repeat;
    margin-right: 5px;
}

.site-header .phone {
    display: flex;
    align-items: center;
}

.site-header .phone:before {
    background: url(img/tel-d.svg) 0 0 no-repeat;
}

.mail:before {
    content: "";
    width: 16px;
    height: 16px;
    background: url(img/email-w.svg) 0 0 no-repeat;
    margin-right: 5px;
}

.facebook:before {
    content: "";
    width: 16px;
    height: 16px;
    background: url(img/facebook.svg) 0 0/cover no-repeat;
}

.instagram:before {
    content: "";
    width: 16px;
    height: 16px;
    background: url(img/instagram.svg) 0 0/cover no-repeat;
}

.cart-toggle {
    display: flex;
    align-items: center;
}

.cart-icon {
    flex: 0 0 auto;
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.cart-toggle svg {
    display: block;
    width: 100%;
    height: 100%;
}

.cart-count {
    flex: 0 0 auto;
    width: 30px;
    height: 30px;
    background-color: #292933;
    border-radius: 50%;
    color: #fff;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
}

#moderncart-floating-cart {
    display: none !important;
}

.ast-woo-header-cart-info-wrap {
    display: none !important;
}

.ast-below-header-wrap {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 9999;
}

.site-header .site-below-header-wrap {
    padding: 0 !important;
    background-color: transparent !important;
}

.site-header .header-social-inner-wrap {
    display: flex !important;
    flex-direction: column !important;
}

.site-header .ast-builder-social-element {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 10px !important;
    width: 50px;
    height: 50px;
}

.site-header .ast-below-header-bar {
    background-color: transparent;
    border: none !important;
}

.ast-mobile-popup-drawer .ast-header-social-wrap {
    padding: 20px;
}

.custom-product-description h1,
.art-description__wrap h1 {
    font-size: 40px;
    margin-bottom: 20px;
}

.custom-product-description h2,
.art-description__wrap h2 {
    font-size: 36px;
    margin-bottom: 20px;
}

.custom-product-description h3,
.art-description__wrap h3 {
    font-size: 32px;
    margin-bottom: 20px;
}

.swiper-button-disabled {
    display: none;
}

.load-more {
    display: block;
    margin: 0 auto;
    padding: 20px 30px;

}

.all-cat {
    background-color: transparent !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.all-cat a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}

.all-cat a .slider-btn {
    position: relative;
    transform: none;
    margin-bottom: 5px;
}

.social-footer {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 9999;
}

.social-footer ul {
    display: flex;
    flex-direction: column;
    list-style: none;
    margin: 0;
    padding: 0;
}

.social-footer ul li {
    margin-top: 10px;
}

.social-footer ul li a {
    background: var(--ast-global-color-0);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    width: 65px;
    height: 65px;
}

.social-footer ul li a svg {
    fill: #fff;
    width: 40px;
    height: 40px;
}
.ast-mobile-popup-drawer .ast-mobile-popup-header .menu-toggle-close,
.ast-mobile-header-wrap .ast-button-wrap .menu-toggle.main-header-menu-toggle
{
    border: none !important;
    outline: none !important;
}
.zakaz__form-row textarea {
    width: 100%;
    height: 120px;
    border-radius: 20px !important;
    border: none !important;
    padding: 20px;
    font-size: 14px;
}
@media (max-width: 1280px) {
    .hero-wrap__text h1 {
        font-size: 42px;
    }

    .hero-wrap__text {
        padding: 20px;
    }
}

@media (min-width: 993px) {
    .ast-left-sidebar #secondary {
        padding-right: 40px;
    }
}

@media (min-width: 922px) {
    .summary {
        width: 50% !important;
        margin-bottom: 0;
    }

}

@media (max-width: 922px) {
    .social-footer ul li a {
        width: 50px;
        height: 50px;
    }

    .social-footer ul li a svg {
        width: 30px;
        height: 30px;
    }

    .load-more {
        margin-top: 20px;
    }

    .all-cat a {
        font-size: 16px;
    }

    .zakaz__wrap {
        flex-direction: column-reverse;
        padding: 40px 20px;
    }

    .zakaz__form {
        max-width: 100%;
    }

    .zakaz__form form {
        max-width: 100%;
    }

    .zakaz__desc {
        padding: 0;
    }

    .content-box__right .list {
        padding-left: 0;
    }

    .content-box__right .list-num {
        width: 40px;
        min-width: 40px;
        height: 40px;
        font-size: 18px;
    }

    .hero-wrap {
        flex-direction: column-reverse;
    }

    .hero-wrap__img {
        max-width: 100%;
    }

    .sidebar-main .widget_block {
        display: block;
    }

    .hero-wrap__text {
        align-items: center;
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .form-block {
        max-width: 100%;
        margin: 5px 0;
    }

    .form-block .error-mes {
        position: relative;
        bottom: initial;
    }

    .r-select-wrap {
        z-index: 3;
    }

    .section-form__wrap form button {
        height: 50px;
    }

    .section-cat__wrap {
        grid-template-columns: repeat(2, 1fr);
    }

    .filter-close {
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 0;
        margin: 0 auto;
        width: calc(100% - 30px);
    }

    .ast-separate-container #content .ast-container {
        padding-left: 0;
        padding-right: 0;
    }

    .woocommerce-shop.woocommerce.ast-separate-container .ast-woocommerce-container,
    .tax-product_cat.woocommerce.ast-separate-container .ast-woocommerce-container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .woocommerce-result-count {
        width: 100%;
        text-align: center;
    }

    .woocommerce-js .woocommerce-ordering select,
    .woocommerce-page .woocommerce-ordering select {
        width: 100%;
    }

    .custom-btn-filter {
        display: flex !important;
        justify-content: center;
        align-items: center;
        width: 100%;
        font-size: 14px !important;
    }

    .custom-btn-filter svg {
        flex: 0 0 auto;
        width: 18px;
        height: 18px;
        margin-right: 10px;
    }

    .woocommerce .woocommerce-ordering {
        float: none;
    }

    .woocommerce-product-gallery {
        padding: 20px !important;
    }

    .woocommerce-js div.product div.images .woocommerce-product-gallery__trigger {
        top: 30px;
        right: 30px;
    }

    .summary {
        width: 100%;
        padding: 20px !important;
    }

    .widget-area.secondary {
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
        max-width: 100%;
        z-index: 1000;
        background-color: #fff;
        /* height: calc(100% - 80px); */
        overflow: auto;
        margin: 0 !important;
        transition: transform .3s ease;
        transform: translateX(-100%);
    }

    .widget-area.secondary.active {
        transform: none;
    }

    .sidebar-main {
        position: relative;
        top: 0;
		transform: none;
    }

    .woof_price_filter {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 30px;
    }

    .bestsellers__nav ul {
        width: calc(100% + 40px);
        margin-left: -20px;
        padding-left: 20px;
    }

    .custom-product-description h1,
    .art-description__wrap h1 {
        font-size: 26px;
    }

    .custom-product-description h2,
    .art-description__wrap h2 {
        font-size: 24px;
    }

    .custom-product-description h3,
    .art-description__wrap h3 {
        font-size: 22px;
    }
}

@media (max-width: 544px) {
	
    .section {
        padding: 40px 0;
    }

    #moderncart-floating-cart {
        bottom: 20px;
    }

    .hero-wrap__text {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .hero-wrap__text h1 {
        text-align: center;
        font-size: 28px;
    }

    .section-title h2 {
        font-size: 24px;
    }

    .ast-separate-container #primary {
        padding: 30px 0;
    }

    .products li {
        margin-bottom: 10px !important;
    }

    .hero-wrap__text .button {
        width: initial;
        height: initial;
        font-size: 12px;
    }

    .summary {
        padding-top: 0 !important;
    }


    .woocommerce ul.products li.product.mobile-align-left,
    .woocommerce-page ul.products li.product.mobile-align-left {
        text-align: center;
    }

    .products li .woocommerce-loop-product__title {
        font-size: 12px !important;
        height: 32px;
    }

    .woocommerce-js ul.products li.product .onsale {
        top: 10px;
        right: 10px;
        width: 30px;
        height: 30px;
        font-size: 10px;
    }

    .summary-tabs__nav ul {
        justify-content: flex-start;
        overflow: auto;
        width: calc(100% + 40px);
        margin-left: -20px;
        padding-left: 20px;
    }

    .summary-tabs__nav ul li {
        width: initial;
        max-width: initial;
        margin-right: 20px;
    }

    .woocommerce-js div.product div.images .flex-control-thumbs {
        display: none;
    }

    .woocommerce-product-gallery {
        flex-direction: column;
    }

    .custom-pagination {
        order: 3;
        display: flex;
    }

    .summary-delivery__wrap-text {
        font-size: 12px;
    }

    .summary-delivery__wrap {
        flex: 1;
    }

    .bestsellers__nav ul li button {
        font-size: 14px;
        padding-bottom: 5px;
    }
	
	
	/* Fix Google PageSpeed error for phone (touch targets)  */
	#menu-futer-1.menu > .menu-item > .menu-link, #menu-futer-2.menu > .menu-item > .menu-link {
		padding-top: 4px;
		padding-bottom: 4px;
	}
}

@media (max-width: 767px) {
	.products.columns-4 {
			grid-template-columns: repeat(2, minmax(0, 1fr)) !important; 
	}
	
	.astra-shop-thumbnail-wrap {
		width: 100%;
	}
}

/* ===== Мобильная панель плиток категорий ===== */
@media (max-width: 921px) {

  /* при открытой панели блокируем скролл и показываем оверлей */
  body.roses-submenu-open {
    overflow: hidden;
  }

  .overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.45);
    z-index: 998;
    display: none;
  }

  body.roses-submenu-open .overlay {
    display: block;
  }

  /* сама панель с плитками */
  .roses-sub__menu {
    position: fixed;
    inset: 0;
    background: #f7f0e9;
    z-index: 999;
    display: block;              /* чтобы можно было анимировать */
    transform: translateX(100%); /* спрятано вправо */
    opacity: 0;
    visibility: hidden;
    transition: transform .25s ease, opacity .25s ease;
  }

  .roses-sub__menu.is-open {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }

  .roses-sub__menu-inner {
    height: 100%;
    display: flex;
    flex-direction: column;
  }

  .roses-sub__menu-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 20px;
    border-bottom: 1px solid rgba(0,0,0,.06);
    background: #fff;
  }

  .roses-sub__menu-title {
    flex: 1;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .08em;
  }

  .roses-sub__menu-back,
  .roses-sub__menu-close {
    background: none;
    border: 0;
    padding: 0;
    font-size: 22px;
    line-height: 1;
  }

  .roses-sub__menu .roses-container,
  .roses-sub__menu .roses-row {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
  }

  .roses-sub__menu-left {
    flex: 1;
    overflow: auto;
    padding: 16px 20px 24px;
  }

  .roses-sub__menu-left nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 14px;
  }

  .roses-sub__menu-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: inherit;
  }

  .roses-sub__menu-item-img {
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: rgba(0,0,0,.04);
  }

  .roses-sub__menu-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .roses-sub__menu-item span {
    margin-top: 10px;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
  }

  .roses-sub__menu-right {
    display: none; /* декоративный блок нам не нужен на мобиле */
  }

  .roses-sub__menu-foot {
    padding-top: 16px;
  }

  .roses-sub__menu-all {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .16em;
  }	
	
	.products.columns-4 li:nth-child(n+7) {
		display: none !important;
	}
}

/* на десктопе шапку панели прячем */
@media (min-width: 922px) {
  .roses-sub__menu-head {
    display: none;
  }
}

/* ==== MOBILE: панель с плитками категорий ==== */
@media (max-width: 921px) {
  /* сама панель — полный экран поверх сайта */
  .roses-sub__menu {
    position: fixed;
    inset: 0;
    background: #f7f0e9;
    z-index: 10002;
    display: block !important;  /* перебиваем display:none с десктопа */
    transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
    transition: transform .25s ease, opacity .25s ease;
    overflow: auto;
  }

  /* когда JS добавил .is-open — выезжаем */
  .roses-sub__menu.is-open {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }

  /* чтобы панель была над затемнением */
  .overlay {
    z-index: 10001;
  }
	
	@media (max-width: 921px) {

  /* делаем небольшой отступ сверху, чтобы крестик не ехал на плитки */
  .roses-sub__menu-inner {
    padding-top: 56px;
  }

  /* большой круглый крестик поверх плиток */
  .roses-sub__menu-close-mobile {
    position: fixed;
    top: 16px;
    right: 16px;
    z-index: 10003;

    width: 40px;
    height: 40px;
    border-radius: 50%;

    border: 1px solid rgba(0, 0, 0, 0.15);

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 26px;
    line-height: 1;
    cursor: pointer;
  }
}
}

@media (max-width: 921px) {

  /* чуть ниже опускаем контент, чтобы FAB-крестик не наезжал */
  .roses-sub__menu-left {
    padding-top: 72px; /* было 16px – добавили место под кнопку */
  }

  /* круглая большая кнопка-крестик */
  .roses-sub__menu-close-circle {
    position: fixed;
    top: 16px;
    right: 16px;
    width: 44px;
    height: 44px;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    line-height: 1;
    color: #111111;
    z-index: 10003;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  }
}

@media (max-width: 921px) {
  .roses-sub__menu-back-mobile {
    position: fixed;      /* привязываем к экрану */
    top: 16px;            /* отступ сверху */
    left: 16px;           /* отступ слева */
    bottom: auto;         /* на всякий случай сбрасываем нижний отступ */
    right: auto;

    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: none;
    background: #ffffff;
    color: #000000;
    font-size: 24px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10002;       /* чуть выше оверлея и плиток */
  }
}

@media (max-width: 921px) {
  #ast-mobile-site-navigation a.roses-sub__mobile-parent {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  #ast-mobile-site-navigation a.roses-sub__mobile-parent .roses-sub__mobile-arrow {
    font-size: 14px;
    margin-left: 8px;
  }
}

/* Десктоп: прячем мобильные крестик и стрелку */
@media (min-width: 922px) {
  .roses-sub__menu-close-mobile,
  .roses-sub__menu-back-mobile {
    display: none !important;
  }
	
	.mobile-only-link {
		display: none !important;
	}
}

/* Мобилка: компактные кнопки без чёрного круга */
@media (max-width: 921px) {
  .roses-sub__menu-close-mobile,
  .roses-sub__menu-back-mobile {
    position: fixed;
    z-index: 9999;
    /* компактнее */
    width: auto;
    height: auto;
    padding: 6px 10px;

    /* без круга и заливки */
    border-radius: 0;
    border: none;
    background: transparent;

    color: #22252f;
    font-size: 28px;
    line-height: 1;

    display: flex;
    align-items: center;
    justify-content: center;

    box-shadow: none;
    cursor: pointer;
  }

  /* Позиционирование — как в шапке */
  .roses-sub__menu-back-mobile {
    top: 16px;
    left: 16px;
  }

  .roses-sub__menu-close-mobile {
    top: 16px;
    right: 16px;
  }
}

.woof_autohide_wrapper {
	display: none;
}



.astra-cart-drawer, #astra-mobile-cart-drawer, .astra-mobile-cart-overlay {
	display: none;
}

.ast-mobile-cart-active body.ast-hfb-header {
  overflow-y: auto;
}

.vi-wcaio-sidebar-cart-icon-wrap {
	display: none;
}

.vi-wcaio-sidebar-cart-header-coupon-wrap {
	gap: 5px;
}

.vi-wcaio-sidebar-cart-footer-action {
	display: flex;
	gap: 5px;
	margin-left: 5px;
}

.vi-wcaio-sidebar-cart-wrap .vi-wcaio-sidebar-cart-bt.vi-wcaio-sidebar-cart-bt-update  {
	width: 100px !important;
	margin-left: 0 !important;
}

.vi-wcaio-sidebar-cart-wrap .vi-wcaio-sidebar-cart-bt.vi-wcaio-sidebar-cart-bt-nav-checkout {
	margin: 0 !important;
}

.vi-wcaio-sidebar-cart-header-coupon-wrap {
	justify-content: center !important;
	margin-left: 20px;
}

@media only screen and (min-width: 480px) {
	.vi-wcaio-sidebar-cart-header-coupon-wrap {
		margin-left: 0px;
	}
}

.view-all-link {
	border-style: solid;
  	border-top-width: 0px;
  	border-right-width: 0px;
  	border-left-width: 0px;
  	border-bottom-width: 0px;
  	color: #fff;
  	border-color: var(--ast-global-color-6);
  	background-color: var(--ast-global-color-6);
  	padding-top: 15px;
  	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	font-family: inherit;
	font-weight: 700;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1em;
	text-transform: capitalize;
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	border-bottom-left-radius: 50px;
	width: fit-content;
	height: 54px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.view-all-link:hover {
	color: var(--ast-global-color-5);
	background-color: var(--ast-global-color-7);
	border-color: var(--ast-global-color-7);
}

@media (max-width: 1023px) { 
	    .woocommerce ul.products,

    .woocommerce-page ul.products {

        column-gap: 10px;

}



	}

.product_type_simple {
	margin: 0 auto !important;
	display: block !important;
	width: fit-content;
}

.ast-page-builder-template .site-content > .ast-container {
	flex-wrap: wrap
}

.