@font-face {
    font-family: "SF Pro";
    src: url('../fonts/SF-Pro-Display-Thin.otf');
    font-weight: 100;
}
@font-face {
    font-family: "SF Pro";
    src: url('../fonts/SF-Pro-Display-Ultralight.otf');
    font-weight: 200;
}
@font-face {
    font-family: "SF Pro";
    src: url('../fonts/SF-Pro-Display-Light.otf');
    font-weight: 300;
}
@font-face {
    font-family: "SF Pro";
    src: url('../fonts/SF-Pro-Display-Regular.otf');
    font-weight: 400;
}
@font-face {
    font-family: "SF Pro";
    src: url('../fonts/SF-Pro-Display-Medium.otf');
    font-weight: 500;
}
@font-face {
    font-family: "SF Pro";
    src: url('../fonts/SF-Pro-Display-Semibold.otf');
    font-weight: 600;
}
@font-face {
    font-family: "SF Pro";
    src: url('../fonts/SF-Pro-Display-Bold.otf');
    font-weight: 700;
}
@font-face {
    font-family: "SF Pro";
    src: url('../fonts/SF-Pro-Display-Black.otf');
    font-weight: 800;
}

@font-face {
    font-family: "Bergamasco";
    src: url('../fonts/Bergamasco\ Light.otf');
    font-weight: 300;
}
@font-face {
    font-family: "Bergamasco";
    src: url('../fonts/Bergamasco\ Regular.otf');
    font-weight: 400;
}
@font-face {
    font-family: "Bergamasco";
    src: url('../fonts/Bergamasco\ Bold.otf');
    font-weight: 700;
}

html {
    font-size: calc(100vw / 1440 * 10);
}
body {
    font-family: 'SF Pro';
    font-weight: 400;
    transition: all .2s linear !important;
    min-height: 100vh;
    font-size: 1.6rem;
    color: #323232;
    background: #FCFCFC;
}
a, h1, h2, h3, h4, h5, p, span, button, ul, li {
    padding: 0;
    margin: 0;
    background: transparent;
    text-decoration: none;
    border: none;
    transition: all .2s linear;
    color: #323232;
}
input, textarea, select {
    padding: 0;
    margin: 0;
    background: transparent;
    border: none;
    outline: none;
	transition: all .2s linear;
}
.container {
    max-width: 132rem;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}
div {
    transition: all .2s linear;
}
path, rect, circle {
    transition: all .2s linear;
}
main {
    display: flex;
    flex-direction: column;
    padding-top: 16.5rem;
}
svg {
    vertical-align: middle;
    overflow: visible;
}

/* header */

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background: #FCFCFC;
    padding: 2rem 0 0 0;
    transition: .3s all;
}
.header-container {
    display: flex;
    flex-direction: column;
    gap: 1.8rem;
}
.header-top {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.header-contacts {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
}
.header-phone {
    display: flex;
    padding: 0.5rem;
    align-items: center;
    gap: 0.6rem;
    border-radius: 1rem;
    background: rgba(199, 148, 71, 0.15);
    color: #C79447;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}
.header-phone svg {
    width: 2.4rem;
    height: auto;
}
.header-email {
    display: flex;
    align-items: center;
    gap: 0.3rem;
    padding: 0.5rem 0;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.header-email svg {
    width: 2.4rem;
    height: auto;
}
.logo {
    display: flex;
    width: 33.3rem;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
}
.logo img {
    width: 100%;
}
.logo img:nth-child(2) {
    display: none;
}
.header-info {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 2rem;
    padding-bottom: 1rem;
}
.header-buyer {
	position: relative;
}
.header-buyer nav {
    border-radius: 1rem;
    background: #FAF9F8;
    position: absolute;
    right: 0;
    top: 100%;
    width: 24.8rem;
    height: 0;
    overflow: hidden;
	transition: .5s all;
	z-index: 5;
}
.header-buyer:hover nav {
	height: auto;
}
.header-buyer nav ul {
	padding: 3rem;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 1.5rem;
}
.header-buyer nav ul li {
	display: flex;
}
.header-buyer nav ul li a {
	color: #323232;
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 510;
	line-height: 120%;
}
.header-buyer p {
    color: #C79447;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 510;
    line-height: 120%;
	cursor: pointer;
}
.header-time {
    display: flex;
    align-items: center;
    gap: 0.6rem;
}
.header-time svg {
    width: 1.9rem;
    height: auto;
}
.header-time p {
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.header-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-bottom nav ul {
    display: flex;
    gap: 4.4rem;
    align-items: center;
}
.header-bottom nav ul li {
    display: flex;
    list-style: none;
}
.header-bottom nav ul li a {
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
	padding-bottom: 2.5rem;
	position: relative;
	border-bottom: 1px solid transparent;
}
.header-bottom nav ul li a:hover {
	color: #C79447;
	border-color: #C79447;
}
.header-bottom nav ul li a.active {
	color: #C79447;
	border-color: #C79447;
}
.header-buttons {
    display: flex;
    gap: 2.4rem;
    align-items: center;
}
.header-buttons a, .header-buttons button {
    display: flex;
}
.header-buttons a svg, .header-buttons button svg {
    width: 2.4rem;
    height: auto;
}
.burger-open {
    display: none;
}
.mobile_menu {
    display: none;
}
header.fixed .logo img:nth-child(1) {
    display: none;
}
header.fixed .logo img:nth-child(2) {
    display: block;
}
header.fixed .header-email {
    display: none;
}
header.fixed .header-time {
    display: none;
}
header.fixed .logo {
    width: 26.2rem;
    bottom: auto;
    margin: auto;
    height: auto;
    top: auto;
}
header.fixed .header-top {
    align-items: center;
}
header.fixed .header-info {
    padding-bottom: 0;
}
header.fixed .header-container {
    gap: 1.5rem;
}
.header-top .header-buttons {
    display: none;
}

@media screen and (max-width: 992px) {
    html {
        font-size: calc(100vw / 375 * 10);
    }
    .container {
        max-width: 33.5rem;
    }
    main {
        padding-top: 5.4rem;
    }
    .header-bottom {
        display: none;
    }
    .header-email {
        display: none;
    }
    .header-info {
        display: none;
    }
    .logo {
        width: 14.4rem;
        bottom: 0;
        margin: auto;
    }
    header {
        padding: 1.5rem 0;
    }
    .header-top {
        align-items: center;
        justify-content: flex-start;
        gap: 1rem;
    }
    .header-phone {
        padding: 0;
        font-size: 0;
        background: transparent;
    }
    .header-phone svg {
        width: 2.2rem;
    }
    .header-top .header-buttons {
        display: flex;
        margin-left: auto;
        gap: 1rem;
    }
    .burger-open {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 2.4rem;
        height: 1.7rem;
        gap: 0.8rem;
        position: relative;
        z-index: 999;
    }
    .bar {
        height: 1px;
        width: 2.4rem;
        background: #000;
        border-radius: 0.2rem;
    }
    .bar:nth-child(3) {
        max-width: 1.2rem;
    }
    .change .bar:nth-child(1) {
        transform: rotate(-45deg) translate(-0.7rem, 0.6rem);
    }
    .change .bar:nth-child(2) {
        opacity: 0;
    }
    .change .bar:nth-child(3) {
        transform: rotate(45deg) translate(-0.5rem, -0.5rem);
        max-width: 2.4rem;
    }
    header.fixed .logo img:nth-child(2) {
        display: none;
    }
    header.fixed .logo img:nth-child(1) {
        display: block;
    }
    header.fixed .logo {
        width: 14.4rem;
    }

}

/* miro_banner */

.miro_banner {
    position: relative;
    height: 61.4rem;
    display: flex;
    margin-bottom: 8rem;
}
.miro_banner-fon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.miro_banner::before {
    content: '';
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(259deg, rgba(47, 35, 17, 0.00) 25.94%, #2F2311 92.75%);
}
.miro_banner-container {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: flex-end;
    padding-right: 4rem;
    padding-bottom: 8.2rem;
}
.miro_banner-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
}
.miro_banner-name {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.8rem;
}
.miro_banner-title {
    color: #FFF;
    text-shadow: 0 0 9.1px #2F2311;
    font-family: "Cormorant SC";
    font-size: 6.4rem;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    text-transform: uppercase;
    max-width: 82.9rem;
}
.miro_banner-subtitle {
    color: #FFF;
    text-shadow: 0 0 9.1px #2F2311;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    max-width: 46.1rem;
}
.miro_banner-slider {
    width: 100%;
    max-width: 39.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}
.miro_banner_swiper {
    width: 100%;
}
.miro_banner_swiper .swiper-slide {
    height: auto;
}
.miro_banner_swiper-product {
    border-radius: 1rem;
    border: 1px solid #F5F3F1;
    background: linear-gradient(248deg, rgba(245, 243, 241, 0.90) 40.35%, rgba(245, 243, 241, 0.50) 72.21%);
    display: flex;
    position: relative;
}
.miro_banner_swiper-product__tag {
    border-radius: 0 0.5rem 0.5rem 0;
    background: #C79447;
    padding: 0.2rem 0.9rem;
    color: #FFF;
    text-align: center;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 510;
    line-height: 100%;
    letter-spacing: -0.042rem;
    position: absolute;
    top: 1.2rem;
    left: -1px;
    z-index: 3;
}
.miro_banner_swiper-product__img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 17rem;
    min-width: 17rem;
    padding: 1.2rem;
    height: 21.5rem;
}
.miro_banner_swiper-product__img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.miro_banner_swiper-product__col {
    padding: 2rem 1.1rem 2rem 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
}
.miro_banner_swiper-product__title {
    font-size: 2rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.miro_banner_swiper-product__description {
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.miro_banner_swiper-product__buy {
    width: 20.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    border-radius: 1rem;
    border: 1px solid #323232;
    background: #F5F3F1;
    backdrop-filter: blur(5px);
    padding: 1.8rem 3.2rem;
    margin-top: 1rem;
}
.miro_banner_swiper-product__buy svg {
    width: 2.4rem;
    height: auto;
}
.miro_banner_swiper-product__buy p {
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.miro_banner-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
}
.miro_banner-pagination .swiper-pagination-bullet {
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 100%;
    margin: 0 !important;
    opacity: 0.4;
    background: #F5F3F1;
}
.miro_banner-pagination .swiper-pagination-bullet-active {
    opacity: 1;
}
.miro_banner-link {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 2rem;
    gap: 0.7rem;
    width: 11rem;
}
.miro_banner-link p {
    color: #FFF;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.miro_banner-link svg {
    width: 1rem;
    height: auto;
}
.miro_banner-title br:nth-child(1) {
    display: none;
}

@media screen and (max-width: 992px) {
    .miro_banner {
        height: 60.2rem;
        margin-bottom: 4rem;
    }
    .miro_banner-container {
        flex-direction: column;
        align-items: center;
        padding-right: 0;
        padding-bottom: 5.2rem;
        justify-content: flex-end;
    }
    .miro_banner-row {
        flex-direction: column;
        align-items: center;
        gap: 3.5rem;
    }
    .miro_banner-name {
        align-items: center;
        gap: 0.5rem;
    }
    .miro_banner-title {
        text-align: center;
        font-size: 3.4rem;
        max-width: 82.9rem;
    }
    .miro_banner-title br:nth-child(1) {
        display: block;
    }
    .miro_banner-title br:nth-child(2) {
        display: none;
    }
    .miro_banner-subtitle {
        font-size: 1.4rem;
        text-align: center;
        max-width: 19.3rem;
    }
    .miro_banner-slider {
        max-width: 27.4rem;
    }
    .miro_banner_swiper-product__tag {
        font-size: 1rem;
        letter-spacing: -0.03rem;
        top: 1rem;
    }
    .miro_banner_swiper-product__img {
        width: 10.4rem;
        min-width: 10.4rem;
        padding: 1rem;
        height: 15.3rem;
    }
    .miro_banner_swiper-product__col {
        padding: 1.5rem 1.1rem 1.8rem 0;
        gap: 0.5rem;
    }
    .miro_banner_swiper-product__title {
        font-size: 1.4rem;
        max-width: 14.9rem;
    }
    .miro_banner_swiper-product__description {
        font-size: 1.2rem;
        max-width: 14.9rem;
    }
    .miro_banner_swiper-product__buy {
        width: 15.2rem;
        padding: 1rem 3.2rem;
        margin-top: 0.7rem;
    }
    .miro_banner_swiper-product__buy p {
        font-size: 1.2rem;
    }
    .miro_banner-pagination {
        gap: 0.5rem;
    }
    .miro_banner-pagination .swiper-pagination-bullet {
        width: 0.6rem;
        height: 0.6rem;
    }
    .miro_banner-link {
        bottom: 1rem;
        gap: 0.5rem;
        width: 10rem;
    }
    .miro_banner-link p {
        font-size: 1.4rem;
    }
}

/* miro_collection */

.miro_collection {
    margin-bottom: 8rem;
}
.miro_collection-container {
    display: flex;
    flex-direction: column;
    gap: 4rem;
    max-width: 111.7rem;
}
.title {
    font-size: 3.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-align: center;
}
.miro_collection-main {
    display: flex;
    flex-direction: column;
}
.miro_collection-slider {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.miro_collection_swiper {
    width: 100%;
}
.miro_collection_swiper .swiper-slide {
    height: auto;
}
.product_item {
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.product_item-img__block {
    position: relative;
    height: 26rem;
    min-height: 26rem;
}
.product_item-labels {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 1.5rem;
}
.product_item-hit {
    padding: 0.4rem 0.9rem;
    border-radius: 0 0.5rem 0.5rem 0;
    background: #C79447;
    color: #FFF;
    text-align: center;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 510;
    line-height: 100%;
    letter-spacing: -0.042rem;
}
.product_item-sale {
    border-radius: 0.5rem;
    border: 1px solid #C79447;
    background: #FCFCFC;
    padding: 0.4rem 0.5rem;
    color: #C79447;
    text-align: center;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 510;
    line-height: 100%;
    letter-spacing: -0.042rem;
}
.product_item-img {
    border-radius: 1rem;
    background: #F5F3F1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    height: 100%;
}
.product_item-img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.product_item-addtocart {
    display: flex;
    width: 4.6rem;
    height: 4.6rem;
    justify-content: center;
    align-items: center;
    border-radius: 0.4rem;
    background: #323232;
    right: 1.5rem;
    z-index: 2;
    bottom: -2.3rem;
    opacity: 0;
    position: absolute;
}
.product_item-addtocart svg {
    width: 2.4rem;
    height: auto;
}
.product_item:hover .product_item-addtocart {
    opacity: 1;
}
.product_item-main {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    justify-content: space-between;
    height: 100%;
}
.product_item-title {
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.product_item-price__block {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.product_item-price {
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.product_item-oldprice {
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: line-through;
}
.miro_collection-pagination {
    display: none;
}

@media screen and (max-width: 992px) {
    .miro_collection {
        position: relative;
        overflow: hidden;
    }
    .miro_collection-container {
        gap: 2rem;
        max-width: 33.5rem;
    }
    .title {
        font-size: 2rem;
    }
    .miro_collection-main {
        gap: 3rem;
    }
    .miro_collection_swiper {
        overflow: visible;
    }
    .miro_collection_swiper .swiper-slide {
        position: relative;
    }
    .miro_collection_swiper .swiper-slide::before {
        content: '';
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        left: 0;
        transition: .3s all;
        border-radius: 1rem;
        background: linear-gradient(90deg, rgba(252, 252, 252, 0.00) 0%, #FCFCFC 42.31%);
        z-index: 5;
    }
    .miro_collection_swiper .swiper-slide.swiper-slide-active::before {
        opacity: 0;
        display: none;
    }
    .miro_collection_swiper .swiper-slide.swiper-slide-prev::before {
        opacity: 0;
        display: none;
    }
    .miro_collection_swiper .swiper-slide.swiper-slide-next::before {
        opacity: 0;
        display: none;
    }
    .product_item-img__block {
        height: 13rem;
        min-height: 13rem;
    }
    .product_item-labels {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.4rem;
        top: 1rem;
    }
    .product_item-hit {
        padding: 0.2rem 0.9rem;
        font-size: 1rem;
        letter-spacing: -0.03rem;
    }
    .product_item-sale {
        padding: 0.3rem 0.5rem;
        margin-left: auto;
        font-size: 1rem;
        letter-spacing: -0.03rem;
    }
    .product_item-img {
        padding: 1rem;
    }
    .product_item-addtocart {
        display: none;
    }
    .product_item-main {
        gap: 0.8rem;
    }
    .product_item-title {
        font-size: 1.1rem;
        letter-spacing: -0.011rem;
    }
    .product_item-price__block {
        flex-direction: column-reverse;
        align-items: flex-start;
        gap: 0.2rem;
    }
    .product_item-price {
        font-size: 1.4rem;
    }
    .product_item-oldprice {
        font-size: 1rem;
    }
    .miro_collection-pagination {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 0.7rem;
    }
   .miro_collection-pagination .swiper-pagination-bullet {
        margin: 0;
        width: 3.3rem;
        background: #ECDDC6;
        height: 2px;
        opacity: 1;
        border-radius: 1rem;
    }
    .miro_collection-pagination .swiper-pagination-bullet-active {
        background: #C79447;
    }
}

/* miro_products */

.miro_products {
    margin-bottom: 12rem;
}
.miro_products-container {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    max-width: 135.6rem;
    padding: 0 1.8rem;
    overflow: hidden;
}
.miro_products_swiper {
    width: 100%;
    overflow: visible;
}
.miro_products_swiper .swiper-slide {
    height: auto;
}
.miro_products_slide {
    display: flex;
    align-items: flex-start;
    gap: 4rem;
}
.miro_products_slide-images {
    width: 65rem;
    min-width: 65rem;
    display: flex;
    flex-direction: column;
    gap: 3rem;
}
.miro_products_slide-images__row {
    display: flex;
    align-items: center;
    position: relative;
}
.miro_products_slide-images__prev {
    display: flex;
    width: 3.6rem;
    height: 3.6rem;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    border: 1px solid #ECDDC6;
    background: #FCFCFC;
    position: absolute;
    z-index: 3;
    left: -1.8rem;
}
.miro_products_slide-images__prev svg {
    width: 0.6rem;
    height: auto;
}
.miro_products_slide-images__next {
    display: flex;
    width: 3.6rem;
    height: 3.6rem;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    border: 1px solid #ECDDC6;
    background: #FCFCFC;
    position: absolute;
    z-index: 3;
    right: -1.8rem;
}
.miro_products_slide-images__next svg {
    width: 0.6rem;
    height: auto;
}
.miro_products_slide_swiper {
    width: 100%;
    height: 65rem;
}
.miro_products_slide_swiper .swiper-slide {
    height: auto;
}
.miro_products_slide_swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1rem;
    background: #F5F3F1;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.miro_products_slide_swiper-slide img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.miro_products_slide-images-video .miro_products_slide_swiper-slide svg {
    width: 4rem;
    height: auto;
    position: absolute;
    z-index: 4;
}
.miro_products_slide-images-video .miro_products_slide_swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.miro_products_slide-images-video .miro_products_slide_swiper-slide::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    border-radius: 1rem;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%);
}
.miro_products_slide-images__thumbs-col {
    display: flex;
    flex-direction: column;
}
.miro_products_slide-images__thumbs {
    width: 100%;
    height: 11.9rem;
}
.miro_products_slide-images__thumbs .swiper-slide {
    position: relative;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1rem;
    cursor: pointer;
    transition: .3s all;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%);
}
.miro_products_slide-images__thumbs .swiper-slide img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.miro_products_slide-images__thumbs .swiper-slide.swiper-slide-thumb-active {
    opacity: .5;
}
.miro_products_slide-images__thumbs .miro_products_slide-images__thumbs-video svg {
    width: 2.1rem;
    height: auto;
    position: absolute;
    z-index: 4;
}
.miro_products_slide-images__thumbs .miro_products_slide-images__thumbs-video img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.miro_products_slide-images__thumbs-video::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    border-radius: 1rem;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%);
}
.miro_products_slide-images__thumbs-pagination {
    display: none;
}
.miro_products_slide-main {
    display: flex;
    flex-direction: column;
    gap: 4rem;
    width: 100%;
}
.miro_products_slide-name {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.miro_products_slide-title {
    font-size: 3.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.miro_products_slide-description {
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}
.miro_products_slide-form {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}
.miro_products_slide-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}
.miro_products_slide-sale {
    padding: 0.4rem 0.5rem;
    border-radius: 0.5rem;
    border: 1px solid var(--accent, #C79447);
    background: #FCFCFC;
    color: var(--accent, #C79447);
    text-align: center;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.042rem;
}
.miro_products_slide-hit {
    color: #FFF;
    text-align: center;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.042rem;
    padding: 0.4rem 0.9rem;
    border-radius: 0.5rem;
    background: var(--accent, #C79447);
}
.miro_products_slide-form__col {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.miro_products_slide-form__price-block {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.miro_products_slide-form__price {
    font-size: 3.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.miro_products_slide-form__oldprice {
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-decoration-line: line-through;
}
.miro_products_slide-form__aviable {
    color: var(--accent, #C79447);
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}
.miro_products_slide-form__buttons {
    display: flex;
    gap: 1rem;
}
.miro_products_slide-form__addtocart {
    display: flex;
    width: 40.7rem;
    padding: 1.8rem 3.2rem;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    border-radius: 1rem;
    border: 1px solid var(--black, #323232);
    background: #FCFCFC;
    backdrop-filter: blur(5px);
}
.miro_products_slide-form__addtocart svg {
    width: 2.4rem;
    height: auto;
}
.miro_products_slide-form__addtocart p {
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 510;
    line-height: 120%;
}
.miro_products_slide-form__wishlist {
    display: flex;
    height: 6rem;
    padding: 1.8rem 3.2rem;
    justify-content: center;
    align-items: center;
    border-radius: 1rem;
    border: 1px solid var(--black, #323232);
    background: #FCFCFC;
    backdrop-filter: blur(5px);
}
.miro_products_slide-form__wishlist svg {
    width: 2.1rem;
    height: auto;
}
.miro_products_slide-specifications {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.miro_products_slide-specifications__name {
    border-bottom: 1px solid #ECDDC6;
    padding-bottom: 1rem;
}
.miro_products_slide-specifications__name p {
    color: var(--accent, #C79447);
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 510;
    line-height: normal;
    text-transform: uppercase;
}
.miro_products_slide-specifications__col {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.miro_products_slide-specifications__row {
    display: flex;
    gap: 5rem;
    align-items: flex-start;
}
.miro_products_slide-specifications__row p {
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}
.miro_products_slide-specifications__row p:nth-child(1) {
    min-width: 8rem;
}
.miro_products-navigation {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-between;
}
.miro_products-prev {
    color: #C79447;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.miro_products-pagination {
    position: absolute;
    bottom: auto !important;
    right: 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.7rem;
    width: 50% !important;
}
.miro_products-pagination .swiper-pagination-bullet {
    width: 3.3rem;
    height: 2px;
    border-radius: 1rem;
    background: #ECDDC6;
    opacity: 1;
    margin: 0 !important;
}
.miro_products-pagination .swiper-pagination-bullet-active {
    background: #C79447;
}
.miro_products-next {
    color: #C79447;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.miro_products_slide > .miro_products_slide-title {
    display: none;
}

@media screen and (max-width: 992px) {
    .miro_products {
        margin-bottom: 8rem;
    }
    .miro_products-container {
        max-width: 35.9rem;
        padding: 0 1.2rem;
    }
    .miro_products_slide {
        flex-direction: column;
        gap: 2rem;
    }
    .miro_products_slide-images {
        width: 100%;
        min-width: 100%;
        gap: 1.3rem;
    }
    .miro_products_slide-images__prev {
        width: 2.4rem;
        height: 2.4rem;
        left: -1.2rem;
    }
    .miro_products_slide-images__next {
        width: 2.4rem;
        height: 2.4rem;
        right: -1.2rem;
    }
    .miro_products_slide_swiper {
        height: 33.5rem;
    }
    .miro_products_slide-images-video .miro_products_slide_swiper-slide svg {
        width: 2rem;
    }
    .miro_products_slide-images__thumbs-col {
        gap: 2rem;
    }
    .miro_products_slide-images__thumbs {
        height: 8.8rem;
    }
    .miro_products_slide-images__thumbs .miro_products_slide-images__thumbs-video svg {
        width: 2.1rem;
    }
    .miro_products_slide-images__thumbs-pagination {
        display: flex;
        gap: 0.7rem;
        justify-content: center;
        align-items: center;
    }
    .miro_products_slide-images__thumbs-pagination .swiper-pagination-bullet {
        width: 3.3rem;
        height: 2px;
        opacity: 1;
        background: #ECDDC6;
        border-radius: 1rem;
        margin: 0 !important;
    }
    .miro_products_slide-images__thumbs-pagination .swiper-pagination-bullet-active {
        background: #C79447;
    }
    .miro_products_slide-main {
        gap: 1.5rem;
    }
    .miro_products_slide-name {
        order: 2;
    }
    .miro_products_slide-title {
        font-size: 2rem;
        text-align: center;
        display: none;
    }
    .miro_products_slide > .miro_products_slide-title {
        display: block;
    }
    .miro_products_slide-description {
        font-size: 1.2rem;
        margin-top: 1rem;
    }
    .miro_products_slide-description br {
        display: none;
    }
    .miro_products_slide-tags {
        gap: 0.7rem;
    }
    .miro_products_slide-sale {
        padding: 0.3rem 0.7rem;
        font-size: 1rem;
        letter-spacing: -0.03rem;
    }
    .miro_products_slide-hit {
        font-size: 1rem;
        letter-spacing: -0.042rem;
        padding: 0.3rem 0.5rem;
    }
    .miro_products_slide-form__col {
        gap: 1rem;
    }
    .miro_products_slide-form__price-block {
        gap: 0.5rem;
    }
    .miro_products_slide-form__price {
        font-size: 2rem;
    }
    .miro_products_slide-form__oldprice {
        font-size: 1.2rem;
    }
    .miro_products_slide-form__aviable {
        font-size: 1.4rem;
        margin-bottom: 0.5rem;
    }
    .miro_products_slide-form__addtocart {
        width: 100%;
        padding: 1rem 3.2rem;
    }
    .miro_products_slide-form__addtocart p {
        font-size: 1.2rem;
    }
    .miro_products_slide-form__wishlist {
        height: 4.4rem;
        padding: 1.3rem 2rem;
    }
    .miro_products_slide-specifications {
        order: 3;
        gap: 1.5rem;
    }
    .miro_products_slide-specifications__name {
        padding-bottom: 0.8rem;
    }
    .miro_products_slide-specifications__name p {
        font-size: 1.2rem;
    }
    .miro_products_slide-specifications__row {
        gap: 1rem;
    }
    .miro_products_slide-specifications__row p {
        font-size: 1.1rem;
    }
    .miro_products_slide-specifications__row p:nth-child(1) {
        min-width: 10.5rem;
    }
    .miro_products-prev {
        font-size: 1.1rem;
        text-align: left;
        max-width: 7.6rem;
    }
    .miro_products-pagination {
        gap: 0.5rem;
        width: 15rem !important;
    }
    .miro_products-pagination .swiper-pagination-bullet {
        width: 2.3rem;
    }
    .miro_products-next {
        font-size: 1.1rem;
        text-align: right;
        max-width: 7.6rem;
    }
}

/* miro_blog */

.miro_blog {
    margin-bottom: 12rem;
}
.miro_blog-container {
    position: relative;
    display: flex;
    flex-direction: column;
}
.miro_blog-fon-1 {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 7rem;
    width: 70.3rem;
}
.miro_blog-fon-2 {
    position: absolute;
    z-index: -1;
    right: 0;
    top: 62.3rem;
    width: 84.4rem;
}
.miro_blog-item {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.miro_blog-item__col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    justify-content: space-between;
    padding: 2rem 2.8rem 4rem 6rem;
}
.miro_blog-item__title {
    font-family: "Cormorant SC";
    font-size: 3.6rem;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
}
.miro_blog-item__info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
}
.miro_blog-item__description {
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.016rem;
    max-width: 47.5rem;
}
.miro_blog-item__read {
    color: #C79447;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 510;
    line-height: normal;
}
.miro_blog-item__img {
    height: 45rem;
    position: relative;
}
.miro_blog-item:nth-child(3) .miro_blog-item__img::before {
    content: '';
    background: linear-gradient(0deg, rgba(252, 252, 252, 0.00) 83.76%, #FCFCFC 100%);
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.miro_blog-item:nth-child(4) .miro_blog-item__col {
    order: 2;
    padding: 2rem 4.4rem;
    align-items: center;
    justify-content: center;
    gap: 4rem;
}
.miro_blog-item:nth-child(4) .miro_blog-item__col .miro_blog-item__title {
    text-align: center;
}
.miro_blog-item:nth-child(4) .miro_blog-item__col .miro_blog-item__description {
    text-align: center;
    max-width: 40.1rem;
}
.miro_blog-item:nth-child(4) .miro_blog-item__col .miro_blog-item__info {
    align-items: center;
}
.miro_blog-item:nth-child(5) .miro_blog-item__img::before {
    content: '';
    background: linear-gradient(0deg, #FCFCFC 0%, rgba(252, 252, 252, 0.00) 21.25%);
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.miro_blog-item__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.miro_blog-item__fon-1 {
    width: 6.7rem;
    position: absolute;
    top: 10rem;
    left: 17.4rem;
    z-index: -1;
}
.miro_blog-item__fon-2 {
    width: 6rem;
    position: absolute;
    right: 19.8rem;
    bottom: 8rem;
    z-index: -1;
}
.miro_blog-item__fon-3 {
    width: 7.9rem;
    position: absolute;
    left: 17.2rem;
    z-index: -1;
    bottom: 4.5rem;
}
.miro_blog-item__subtitle {
    font-family: "Cormorant SC";
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    text-transform: uppercase;
}
.miro_blog-item:nth-child(5) .miro_blog-item__col {
    padding: 4.7rem 19.8rem 4.7rem 17.2rem;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 5.4rem;
    position: relative;
}
.miro_blog-fon-1.mob {
    display: none;
}
.miro_blog-fon-2.mob {
    display: none;
}

@media screen and (max-width: 992px) {
    .miro_blog {
        margin-bottom: 8rem;
    }
    .miro_blog-fon-1 {
        display: none;
    }
    .miro_blog-fon-2 {
        display: none;
    }
    .miro_blog-item {
        display: flex;
        flex-direction: column;
    }
    .miro_blog-item__col {
        align-items: center;
        gap: 3.5rem;
        padding: 0 2rem;
        z-index: 3;
    }
    .miro_blog-item__title {
        font-size: 2.4rem;
        text-align: center;
    }
    .miro_blog-item__info {
        align-items: center;
        gap: 1rem;
    }
    .miro_blog-item__description {
        font-size: 1.2rem;
        text-align: center;
        letter-spacing: -0.012rem;
        max-width: 29.5rem;
    }
    .miro_blog-item__read {
        font-size: 1.1rem;
        margin-bottom: -2.3rem;
    }
    .miro_blog-item__img {
        height: 35rem;
    }
    .miro_blog-item:nth-child(4) .miro_blog-item__col {
        padding: 3.5rem 2rem 3rem 2rem;
        gap: 1.7rem;
    }
    .miro_blog-item:nth-child(4) .miro_blog-item__img {
        order: 3;
        height: 23.4rem;
    }
    .miro_blog-item:nth-child(4) .miro_blog-item__col .miro_blog-item__description {
        max-width: 30.5rem;
    }
    .miro_blog-item:nth-child(4) .miro_blog-item__read {
        margin-bottom: 0;
    }
    .miro_blog-item__fon-1 {
        width: 5rem;
        top: 3.5rem;
        left: 6.1rem;
    }
    .miro_blog-item__fon-2 {
        width: 4rem;
        right: 7.2rem;
        bottom: 7.5rem;
    }
    .miro_blog-item__fon-3 {
        width: 6.7rem;
        left: 7.7rem;
        bottom: 3.5rem;
    }
    .miro_blog-item__subtitle {
        font-size: 1.6rem;
    }
    .miro_blog-item:nth-child(5) .miro_blog-item__col {
        padding: 7.5rem 8.5rem 4.3rem 7rem;
        gap: 4.4rem;
    }
    .miro_blog-item__subtitle:nth-child(2) {
        margin-bottom: 4.4rem;
    }
    .miro_blog-item:nth-child(5) .miro_blog-item__img {
        height: 22rem;
    }
    .miro_blog-fon-1.mob {
        display: block;
        width: 100%;
        top: 1rem;
    }
    .miro_blog-fon-2.mob {
        display: block;
        width: 100%;
        top: 63.7rem;
    }
}

/* miro_banner2 */

.miro_banner2 {
    position: relative;
    height: 43.8rem;
    display: flex;
    margin-bottom: 10rem;
}
.miro_banner2-fon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.miro_banner2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 2;
    background: linear-gradient(0deg, rgba(50, 50, 50, 0.10) 0%, rgba(50, 50, 50, 0.10) 100%);
}
.miro_banner2-container {
    position: relative;
    display: flex;
    align-items: flex-start;
    padding-top: 2.9rem;
    z-index: 3;
}
.miro_banner2-logo {
    width: 52.5rem;
}
.miro_banner2-title {
    position: absolute;
    color: #FFF;
    font-family: "Cormorant SC";
    font-size: 5.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
    bottom: 6rem;
    right: 0;
}

@media screen and (max-width: 992px) {
    .miro_banner2 {
        height: 21.6rem;
        margin-bottom: 8rem;
    }
    .miro_banner2-container {
        padding-top: 0.9rem;
    }
    .miro_banner2-logo {
        width: 17.6rem;
    }
    .miro_banner2-title {
        font-size: 2rem;
        bottom: 2rem;
    }
}

/* reviews */

.reviews {
    margin-bottom: 10rem;
}
.reviews-container {
    display: flex;
    flex-direction: column;
    gap: 4rem;
    padding: 0 1.8rem;
}
.reviews-main {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}
.reviews-slider {
    display: flex;
    align-items: center;
    position: relative;
}
.reviews-prev {
    display: flex;
    width: 3.6rem;
    height: 3.6rem;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    border: 1px solid #ECDDC6;
    background: #FCFCFC;
    position: absolute;
    z-index: 2;
    left: -1.7rem;
}
.reviews-prev svg {
    width: 0.6rem;
    height: auto;
}
.reviews-next {
    display: flex;
    width: 3.6rem;
    height: 3.6rem;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    border: 1px solid #ECDDC6;
    background: #FCFCFC;
    position: absolute;
    z-index: 2;
    right: -1.7rem;
}
.reviews-next svg {
    width: 0.6rem;
    height: auto;
}
.reviews_swiper {
    width: 100%;
}
.reviews_swiper .swiper-slide {
    height: auto;
}
.reviews_slide {
    height: 100%;
    padding: 3rem;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    justify-content: space-between;
    background: #F5F3F1;
    border-radius: 1rem;
}
.reviews_slide__column {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.reviews_slide-name {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.reviews_slide-title {
    font-size: 2rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.reviews_slide-stars {
    display: flex;
    align-items: center;
    gap: 0.6rem;
}
.reviews_slide-star {
    width: 2rem;
    height: auto;
}
.reviews_slide-star.active path {
    fill: #C79447;
}
.reviews_slide-images {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
}
.reviews_slide-images a {
    display: flex;
    height: 11.4rem;
}
.reviews_slide-images a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1rem;
}
.reviews_slide-description {
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.reviews_slide-read {
    color: #C79447;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-left: auto;
}
.reviews-navigation {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
}
.reviews-pagination {
    position: absolute;
    right: 0;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.7rem;
    bottom: auto !important;
}
.reviews-pagination .swiper-pagination-bullet {
    margin: 0;
    width: 3.3rem;
    background: #ECDDC6;
    height: 2px;
    opacity: 1;
    border-radius: 1rem;
}
.reviews-pagination .swiper-pagination-bullet-active {
    background: #C79447;
}
.reviews-link {
    color: #C79447;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    z-index: 2;
}

@media screen and (max-width: 992px) {
    .reviews {
        margin-bottom: 8rem;
    }
    .reviews-container {
        gap: 2rem;
        padding: 0;
    }
    .reviews-main {
        gap: 2.6rem;
    }
    .reviews-prev {
        width: 2.4rem;
        height: 2.4rem;
        left: -1.2rem;
    }
    .reviews-next {
        width: 2.4rem;
        height: 2.4rem;
        right: -1.2rem;
    }
    .reviews_slide {
        padding: 2rem;
        gap: 0.1rem;
    }
    .reviews_slide__column {
        gap: 1rem;
    }
    .reviews_slide-title {
        font-size: 1.4rem;
    }
    .reviews_slide-stars {
        gap: 0.5rem;
    }
    .reviews_slide-star {
        width: 1.6rem;
    }
    .reviews_slide-images {
        display: flex;
        flex-wrap: wrap;
        gap: 1rem;
    }
    .reviews_slide-images a {
        width: 8rem;
        height: 8rem;
    }
    .reviews_slide-description {
        font-size: 1.1rem;
    }
    .reviews_slide-read {
        font-size: 1.2rem;
    }
    .reviews-pagination {
        gap: 0.4rem;
    }
    .reviews-pagination .swiper-pagination-bullet {
        width: 2.3rem;
    }
    .reviews-link {
        font-size: 1.1rem;
    }
}

/* footer */

footer {
    padding-bottom: 3.8rem;
}
.footer-container {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}
.footer-main {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.footer-menus {
    display: flex;
    align-items: flex-start;
    gap: 6.2rem;
}
.footer-menu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2.5rem;
}
.footer-menu__title {
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}
.footer-menu nav ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
}
.footer-menu nav ul li {
    display: flex;
    list-style: none;
}
.footer-menu nav ul li a {
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}
.footer-time {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
}
.footer-time p {
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}
.footer-column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2.5rem;
}
.footer-contacts {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
}
.footer-phone {
    font-size: 2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
}
.footer-contact {
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}
.footer-requisites {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
}
.footer-requisites p {
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.footer-content {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 5.7rem;
}
.footer-content__col {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 4rem;
    width: 100%;
}
.footer-logo {
    display: flex;
}
.footer-logo img {
    width: 28.5rem;
}
.footer-social {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2.4rem;
}
.footer-social a {
    display: flex;
}
.footer-social a svg {
    width: 4.2rem;
    height: auto;
}
.footer-links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
}
.footer-links a {
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.footer-bottom {
    padding-top: 2.7rem;
    border-top: 1px solid #C79447;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-copyright {
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.footer-dev {
    display: flex;
}
.footer-dev img {
    width: 12rem;
}
.footer-column2 {
    display: none;
}

@media screen and (max-width: 992px) {
    footer {
        padding-bottom: 1.5rem;
    }
    .footer-main {
        flex-direction: column-reverse;
        gap: 4rem;
    }
    .footer-menus {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 4rem 1rem;
        width: 100%;
    }
    .footer-menu {
        gap: 1.5rem;
        min-width: 10rem;
    }
    .footer-menu__title {
        font-size: 1.4rem;
    }
    .footer-menu nav ul {
        gap: 1rem;
    }
    .footer-menu nav ul li a {
        font-size: 1.2rem;
    }
    .footer-time p {
        font-size: 1.2rem;
    }
    .footer-column {
        order: 1;
    }
    .footer-contacts {
        gap: 1rem;
    }
    .footer-phone {
        font-size: 1.4rem;
    }
    .footer-contact {
        font-size: 1.2rem;
    }
    .footer-requisites p {
        font-size: 1.2rem;
    }
    .footer-content {
        width: 100%;
    }
    .footer-content__col {
        gap: 2rem;
        width: 100%;
        align-items: center;
    }
    .footer-logo img {
        width: 21.6rem;
    }
    .footer-social a svg {
        width: 3.4rem;
    }
    .footer-menu:nth-child(3) {
        order: 2;
    }
    .footer-menu:nth-child(1) {
        order: 3;
    }
    .footer-menu:nth-child(2) {
        order: 4;
    }
    .footer-links {
        display: none;
    }
    .footer-column .footer-menu:nth-child(2) {
        display: none;
    }
    .footer-links a {
        font-size: 1.2rem;
    }
    .footer-bottom {
        padding-top: 2.5rem;
    }
    .footer-copyright {
        font-size: 1.2rem;
    }
    .footer-dev img {
        width: 10.4rem;
    }
    .footer-column2 {
        display: flex;
        order: 7;
        flex-direction: column;
        gap: 2rem;
    }
    .footer-column2 .footer-links {
        display: flex;
        order: 5;
    }

}

/* banner */

.banner {
    margin-bottom: 8rem;
    position: relative;
}
.banner_swiper {
    height: 61.6rem;
}
.banner_swiper .swiper-slide {
    height: auto;
}
.banner-slide {
    width: 100%;
    height: 100%;
    display: flex;
}
.banner-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner-slide__tablet {
    display: none;
}
.banner-slide__mobile {
    display: none;
}
.banner-pagination {
    position: absolute;
    bottom: 1.5rem !important;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.7rem;
    z-index: 3;
}
.banner-pagination .swiper-pagination-bullet {
    opacity: 1;
    margin: 0 !important;
    background: #FCFCFC;
    width: 3.3rem;
    height: 0.2rem;
}
.banner-pagination .swiper-pagination-bullet-active {
    background: #C79447;
}

@media screen and (max-width: 1124px) {
    .banner-slide__pc {
        display: none;
    }
    .banner-slide__tablet {
        display: block;
    }
}
@media screen and (max-width: 992px) {
    .banner {
        margin-bottom: 4rem;
    }
    .banner_swiper {
        height: 60.2rem;
    }
    .banner-pagination {
        bottom: 2rem !important;
        gap: 0.5rem;
    }
    .banner-pagination .swiper-pagination-bullet {
        width: 2.3rem;
    }
}
@media screen and (max-width: 692px) {
    .banner-slide__tablet {
        display: none;
    }
    .banner-slide__mobile {
        display: block;
    }
}

/* hits */

.hits {
    margin-bottom: 8rem;
    position: relative;
    overflow: hidden;
}
.hits-container {
    display: flex;
    flex-direction: column;
    gap: 4rem;
}
.hits-slider {
    display: flex;
    flex-direction: column;
    gap: 4rem;
}
.hits-slider__row {
    display: flex;
    align-items: center;
    position: relative;
}
.hits-prev {
    display: flex;
    width: 3.6rem;
    height: 3.6rem;
    justify-content: center;
    align-items: center;
    border-radius: 1.8rem;
    border: 1px solid #ECDDC6;
    background: #FCFCFC;
    z-index: 3;
    position: absolute;
    left: -1.6rem;
}
.hits-prev svg {
    width: 0.6rem;
    height: auto;
}
.hits_swiper {
    width: 100%;
}
.hits_swiper .swiper-slide {
    height: auto;
}
.hits-next {
    display: flex;
    width: 3.6rem;
    height: 3.6rem;
    justify-content: center;
    align-items: center;
    border-radius: 1.8rem;
    border: 1px solid #ECDDC6;
    background: #FCFCFC;
    z-index: 3;
    position: absolute;
    right: -1.6rem;
}
.hits-next svg {
    width: 0.6rem;
    height: auto;
}
.hits-row {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    min-height: 2.1rem;
}
.hits-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.7rem;
}
.hits-pagination .swiper-pagination-bullet {
    opacity: 1;
    width: 3.3rem;
    height: 0.2rem;
    background: #ECDDC6;
    margin: 0 !important;
}
.hits-pagination .swiper-pagination-bullet-active {
    background: #C79447;
}
.hits-link {
    position: absolute;
    right: 0;
    color: #C79447;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 510;
    line-height: normal;
}

@media screen and (max-width: 992px) {
    .hits {
        margin-bottom: 6.5rem;
    }
    .hits-container {
        gap: 2rem;
    }
    .hits-slider {
        gap: 3.7rem;
    }
    .hits-prev {
        display: none;
    }
    .hits_swiper {
        overflow: visible;
    }
    .hits-next {
        display: none;
    }
    .hits-row {
        justify-content: flex-start;
        min-height: 1.3rem;
    }
    .hits-pagination {
        width: auto !important;
        gap: 0.4rem;
    }
    .hits-pagination .swiper-pagination-bullet {
        width: 2.3rem;
    }
    .hits-link {
        font-size: 1.1rem;
    }
}

/* categories */

.categories {
    margin-bottom: 8rem;
}
.categories_swiper {
    width: 100%;
    height: 49.5rem;
}
.categories_swiper2 {
    width: 100%;
    height: 49.5rem;
}
.categories_swiper .swiper-slide {
    height: auto;
}
.categories_swiper2 .swiper-slide {
    height: auto;
}
.categories-slide {
    display: flex;
    width: 100%;
    height: 100%;
    position: relative;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 0.5rem;
    padding: 2rem 2rem 1.8rem 2rem;
}
.categories-slide > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.categories-slide__title {
    color: #FFF;
    font-family: Bergamasco;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: uppercase;
}
.categories-slide__description {
    color: #FFF;
    font-family: Inter;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
	max-width: 23rem;
}
.categories-slide__description p {
    color: #FFF;
    font-family: Inter;
}
.categories_swiper2 .categories-slide__description {
	max-width: none;
}

@media screen and (max-width: 992px) {
    .categories {
        margin-bottom: 6.5rem;
        overflow: hidden;
    }
    .categories_swiper {
        overflow: visible;
    }
    .categories_swiper2 {
        overflow: visible;
        height: 36.6rem;
    }
    .categories-slide {
        gap: 0.7rem;
        padding: 2rem;
    }
    .categories-slide__description {
        font-size: 1.4rem;
        line-height: normal;
    }
}

/* new */

.new {
    margin-bottom: 8rem;
}
.new-container {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}
.new-col {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}
.new-tabs {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5rem;
}
.new-tab {
    color: rgba(50, 50, 50, 0.40);
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 510;
    line-height: 120%;
}
.new-tab.active {
    color: #323232;
}
.new-content {
    display: none;
}
.new-content.active {
    display: block;
}

@media screen and (max-width: 992px) {
    .new {
        margin-bottom: 6.5rem;
        overflow: hidden;
    }
    .new-container {
        gap: 1.5rem;
    }
    .new-col {
        gap: 2rem;
    }
    .new-tabs {
        gap: 2.8rem;
    }
    .new-tab {
        font-size: 1.4rem;
        font-weight: 400;
    }
}

/* goods */

.goods {
    margin-bottom: 8rem;
}
.goods-main {
    position: relative;
    padding: 5rem 19.5rem;
    border-radius: 2rem;
    background: #F5F3F1;
    display: flex;
    flex-direction: column;
    gap: 7.7rem;
}
.goods-main::before {
    content: '';
    background-image: url('/wp-content/uploads/2026/01/goods3.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 7.4rem;
    width: 100%;
    position: absolute;
    left: 0;
    top: 14.6rem;
    opacity: 0.8;
    mix-blend-mode: color-burn;
}
.goods-main::after {
    content: '';
    background-image: url('/wp-content/uploads/2026/01/goods3.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 7.4rem;
    width: 100%;
    position: absolute;
    left: 0;
    top: 35.2rem;
    opacity: 0.8;
    mix-blend-mode: color-burn;
}
.goods-img-1 {
    width: 23rem;
    position: absolute;
    top: -6.2rem;
    left: 5rem;
}
.goods-img-2 {
    width: 22.4rem;
    position: absolute;
    bottom: 0;
    right: 0;
}
.goods-column {
    display: flex;
    flex-direction: column;
    gap: 6rem;
    z-index: 3;
}
.goods-col {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8rem 6.4rem;
}
.goods-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
}
.goods-item img {
    height: 6.2rem;
}
.goods-item p {
    color: #323232;
    text-align: center;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 510;
    line-height: 120%;
}
.goods-link {
    border-radius: 1rem;
    border: 1px solid #323232;
    background: rgba(252, 252, 252, 0.50);
    backdrop-filter: blur(5px);
    padding: 1.8rem 3.2rem;
    margin: 0 auto;
    color: #323232;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 510;
    line-height: 120%;
}
.goods-link:hover {
    border-color: #C79447;
    color: #C79447;
}

@media screen and (max-width: 992px) {
    .goods {
        margin-top: 3.5rem;
        margin-bottom: 10rem;
    }
    .goods-container {
        max-width: none;
    }
    .goods-main {
        padding: 3rem 2rem;
        border-radius: 0;
        gap: 3.6rem;
    }
    .goods-main .title {
        max-width: 21.8rem;
        margin: 0 auto;
    }
    .goods-main::before {
        height: 4.9rem;
        top: 9.4rem;
    }
    .goods-main::after {
        height: 4.9rem;
        top: 22.6rem;
    }
    .goods-column::before {
        content: '';
        background-image: url('/wp-content/uploads/2026/01/goods3.png');
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 4.9rem;
        width: 100%;
        position: absolute;
        left: 0;
        top: 35rem;
        opacity: 0.8;
        mix-blend-mode: color-burn;
    }
    .goods-img-1 {
        width: 11rem;
        top: -7.3rem;
        left: 1.2rem;
    }
    .goods-img-2 {
        width: 11.2rem;
        bottom: -6.4rem;
    }
    .goods-column {
        gap: 3rem;
        z-index: auto;
    }
    .goods-col {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end;
        justify-content: center;
        gap: 4rem 1rem;
        z-index: 4;
    }
    .goods-item {
        width: 10.5rem;
        gap: 1rem;
    }
    .goods-item img {
        height: 4.6rem;
    }
    .goods-item p {
        font-size: 1.2rem;
        font-weight: 400;
        line-height: normal;
    }
    .goods-item:last-child {
        width: 13rem;
    }
    .goods-link {
        padding: 1.5rem 2.5rem;
        font-size: 1.2rem;
    }
}

/* blog */

.blog {
    margin-bottom: 8rem;
}
.blog-container {
    border-radius: 2rem;
    background: #323232;
    padding: 5rem 5rem 4.5rem 5rem;
    display: flex;
    flex-direction: column;
    gap: 3rem;
}
.blog-name {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    align-items: center;
}
.blog-name .title {
    color: #FFF;
}
.blog-name p {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    max-width: 49.1rem;
}
.blog-main {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}
.blog-slider {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.blog_swiper {
    width: 100%;
}
.blog_swiper .swiper-slide {
    height: auto;
}
.blog_item {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.blog_item-img {
    display: flex;
    position: relative;
    height: 43.4rem;
}
.blog_item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 2rem;
}
.blog_item-view {
    display: flex;
    gap: 0.25rem;
    align-items: center;
    position: absolute;
    z-index: 2;
    left: 1.5rem;
    bottom: 1.6rem;
    padding: 0.5rem 0.8rem 0.5rem 0.5rem;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.20);
}
.blog_item-view svg {
    width: 2.4rem;
    height: auto;
}
.blog_item-view p {
    color: #323232;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.blog_item-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 1.5rem;
    right: 1.5rem;
    width: 3.6rem;
    height: 3.6rem;
    border-radius: 100%;
    background: #C79447;
}
.blog_item-icon svg {
    width: 0.6rem;
    height: auto;
}
.blog_item-col {
    padding: 0 1rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
}
.blog_item-date {
    color: #FFF;
    font-family: Inter;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}
.blog_item-title {
    color: #FFF;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 510;
    line-height: 120%;
}
.blog-pagination {
    display: none;
}
.blog-link {
    padding: 1.8rem 3.2rem;
    border-radius: 1rem;
    border: 1px solid #323232;
    background: #FCFCFC;
    color: #323232;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 510;
    line-height: normal;
    margin: 0 auto;
}
.blog_item:hover .blog_item-icon {
    background: #FCFCFC;
}
.blog_item:hover .blog_item-icon path {
    stroke: #C79447
}

@media screen and (max-width: 992px) {
    .blog {
        margin-bottom: 6.5rem;
        overflow: hidden;
    }
    .blog-container {
        max-width: none;
        border-radius: 0;
        padding: 3rem 0;
    }
    .blog-name p {
        font-size: 1.2rem;
        max-width: 24.9rem;
    }
    .blog-slider {
        gap: 2rem;
    }
    .blog_swiper {
        max-width: 31.5rem;
        overflow: visible;
    }
    .blog_item {
        gap: 1rem;
    }
    .blog_item-img {
        height: 24rem;
    }
    .blog_item-view {
        gap: 0.1rem;
        left: 1rem;
        bottom: 1rem;
    }
    .blog_item-view svg {
        width: 1.8rem;
    }
    .blog_item-view p {
        font-size: 1.2rem;
    }
    .blog_item-icon {
        bottom: 1rem;
        right: 1rem;
        width: 2.8rem;
        height: 2.8rem;
    }
    .blog_item-date {
        font-size: 1.1rem;
    }
    .blog_item-title {
        font-size: 1.2rem;
    }
    .blog-pagination {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 0.5rem;
    }
    .blog-pagination .swiper-pagination-bullet {
        width: 2.3rem;
        margin: 0 !important;
        height: 0.2rem;
        background: #FCFCFC;
        opacity: 1;
    }
    .blog-pagination .swiper-pagination-bullet-active {
        background: #C79447;
    }
    .blog-link {
        padding: 1.5rem 2.5rem;
        font-size: 1.2rem;
    }
}

/* workshop */

.workshop {
    margin-bottom: 12rem;
}
.workshop-container {
    max-width: 120rem;
    display: flex;
    align-items: center;
    gap: 5rem;
    position: relative;
}
.workshop-container > img {
    width: 48.7rem;
    min-width: 48.7rem;
    height: 48.7rem;
    border-radius: 2rem;
    object-fit: cover;
}
.workshop-main {
    display: flex;
    flex-direction: column;
    position: relative;
    gap: 3.6rem;
    width: 100%;
}
.workshop-main > img {
    width: 22.3rem;
    position: absolute;
    bottom: -2.4rem;
    left: 0;
}
.workshop-name {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.workshop-name h2 {
    color: #323232;
    font-family: Bergamasco;
    font-size: 6.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}
.workshop-name h2:nth-child(2) {
    margin-left: 13.6rem;
}
.workshop-col {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}
.workshop-col p {
    max-width: 46.7rem;
    margin-left: auto;
    color: #323232;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}
.workshop-col p span {
    font-style: italic;
    color: #C79447;
}
.workshop-link {
    color: #323232;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 510;
    line-height: 120%;
    border-radius: 1rem;
    border: 1px solid #323232;
    background: rgba(252, 252, 252, 0.50);
    padding: 1.8rem 3.2rem;
    margin-left: auto;
}

@media screen and (max-width: 992px) {
    .workshop {
        margin-bottom: 6.5rem;
    }
    .workshop-container {
        max-width: none;
        flex-direction: column;
        gap: 3rem;
    }
    .workshop-container > img {
        width: 100%;
        min-width: 100%;
        height: 30rem;
        border-radius: 0;
    }
    .workshop-main {
        gap: 3rem;
        padding: 0 2rem;
    }
    .workshop-main > img {
        width: 14.7rem;
        bottom: 5.8rem;
        left: 0.5rem;
    }
    .workshop-name {
        gap: 1.6rem;
    }
    .workshop-name h2 {
        font-size: 5rem;
    }
    .workshop-name h2:nth-child(2) {
        margin-left: 0;
    }
    .workshop-col {
        gap: 3rem;
        padding-left: 9.2rem;
        align-items: flex-start;
    }
    .workshop-col p {
        max-width: none;
        margin-left: 0;
        font-size: 1.4rem;
    }
    .workshop-link {
        font-size: 1.2rem;
        padding: 1.5rem 2.5rem;
        margin-left: 0;
    }
}

/* catalog_page */

.catalog_page {
    margin-bottom: 8rem;
}
.catalog_page-container {
    display: flex;
    flex-direction: column;
}
.breadcrumbs {
    margin-bottom: 3rem;
}
.breadcrumbs ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}
.breadcrumbs ul li {
    display: flex;
    list-style: none;
}
.breadcrumbs ul li a {
    color: #323232;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.breadcrumbs ul li p {
    color: #323232;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.catalog_page-main {
    display: flex;
    flex-direction: column;
    gap: 8rem;
}
.catalog_page-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}
.catalog_page-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.8rem;
    height: 20rem;
    overflow: hidden;
    padding: 2.5rem 2rem;
    border-radius: 1rem;
    background: #FCFCFC;
    box-shadow: 0 0 4px 0 rgba(50, 50, 50, 0.10);
}
.catalog_page-item p {
    color: #323232;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 510;
    line-height: 120%;
}
.catalog_page-item img {
    height: 20.3rem;
    max-width: 100%;
    object-fit: contain;
    transition: .3s all;
}
.catalog_page-item:hover {
    box-shadow: 0 0 10px 0 rgba(199, 148, 71, 0.40);
}
.catalog_page-item:hover img {
    height: 14.9rem;
    margin-top: -2.5rem;
}
.catalog_page-banner {
    height: 61.6rem;
    width: 100%;
    display: flex;
}
.catalog_page-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1rem;
}
.catalog_page-banner__tablet {
    display: none;
}
.catalog_page-banner__mobile {
    display: none;
}

@media screen and (max-width: 1124px) {
    .catalog_page-banner__pc {
        display: none;
    }
    .catalog_page-banner__tablet {
        display: block;
    }
}
@media screen and (max-width: 992px) {
    .catalog_page {
        margin-bottom: 6.5rem;
    }
    .breadcrumbs {
        margin-bottom: 1.5rem;
    }
    .breadcrumbs ul {
        gap: 1rem;
    }
    .breadcrumbs ul li a {
        font-size: 1.1rem;
    }
    .breadcrumbs ul li p {
        font-size: 1.1rem;
    }
    .catalog_page-main {
        gap: 6.5rem;
    }
    .catalog_page-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.1rem;
    }
    .catalog_page-item {
        gap: 2rem;
        height: 18.5rem;
        padding: 2rem;
    }
    .catalog_page-item p {
        font-size: 1.4rem;
    }
    .catalog_page-item img {
        height: 9.5rem;
    }
    .catalog_page-item:hover img {
        height: 9.5rem;
        margin-top: 0;
    }
    .catalog_page-banner {
        height: 60.2rem;
        min-width: 100vw;
        margin-left: -2rem;
    }
    .catalog_page-banner img {
        border-radius: 0;
    }
}
@media screen and (max-width: 692px) {
    .catalog_page-banner__tablet {
        display: none;
    }
    .catalog_page-banner__mobile {
        display: block;
    }
}

/* catalog_products */

.catalog_products {
    margin-bottom: 3.5rem;
    display: flex;
    flex-direction: column;
    gap: 3rem;
}
.catalog_products-main {
    display: flex;
    flex-direction: column;
    gap: 3.5rem;
}
.catalog_products-column {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}
.catalog_products-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.catalog_products-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.catalog_products-reset {
    color: #323232;
    opacity: 0.4;
    font-family: Inter;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    display: flex;
    align-items: center;
    gap: 0.6rem;
}
.catalog_products-reset svg {
    width: 1.3rem;
    height: auto;
}
.catalog_products-sorting {
    display: flex;
    flex-direction: column;
    position: relative;
}
.catalog_products-sorting__button {
    display: flex;
    align-items: center;
    gap: 0.6rem;
}
.catalog_products-sorting__button p {
    color: #323232;
    font-family: Inter;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}
.catalog_products-sorting__button svg {
    width: 1.4rem;
    height: auto;
    transition: .3s all;
}
.catalog_products-sorting__content {
    max-height: 0;
    display: flex;
    overflow: hidden;
    position: absolute;
    display: flex;
    flex-direction: column;
    right: 0;
    background: #FAF9F8;
    border-radius: 1rem;
    top: 100%;
    margin-top: 1.5rem;
    z-index: 4;
    gap: 1.5rem;
    align-items: flex-start;
}
.catalog_products-sorting.active .catalog_products-sorting__content {
    max-height: max-content;
    padding: 3rem;
}
.catalog_products-sorting.active .catalog_products-sorting__button p {
    color: #C79447;
}
.catalog_products-sorting.active .catalog_products-sorting__button svg {
    transform: rotate(180deg);
}
.catalog_products-sorting.active .catalog_products-sorting__button svg path {
    stroke: #C79447;
}
.catalog_products-sorting__item {
    white-space: nowrap;
    color: #323232;
    font-family: Inter;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    opacity: 0.5;
}
.catalog_products-sorting__item.active {
    color: #C79447;
    opacity: 1;
}
.catalog_products-filter {
    display: flex;
    flex-direction: column;
    position: sticky;
    top: 15rem;
    width: 27.7rem;
    min-width: 27.7rem;
}
.catalog_products-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem 0.5rem;
    align-items: flex-start;
    margin-top: -1rem;
}
.catalog_products .product_item {
    padding: 1rem;
    height: auto;
}
.catalog_products .product_item-description {
    height: 0;
    overflow: hidden;
    color: #323232;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.catalog_products .product_item-main {
    gap: 0;
}
.catalog_products .product_item-title {
    margin-bottom: 1rem;
}
.catalog_products .product_item-aviable {
    height: 0;
    overflow: hidden;
    color: #323232;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.catalog_products .product_item-buttons {
    display: flex;
    gap: 0.5rem;
    height: 0;
    overflow: hidden;
    width: 100%;
}
.product_item-buy {
    padding: 1.1rem;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 1rem;
    background: #323232;
    border-radius: 1rem;
    justify-content: center;
}
.product_item-buy svg {
    width: 2.4rem;
    height: auto;
}
.product_item-buy p {
    color: #FCFCFC;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 510;
    line-height: normal;
}
.product_item-wishlist {
    width: 4.6rem;
    min-width: 4.6rem;
    height: 4.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #323232;
    border-radius: 1rem;
}
.product_item-wishlist svg {
    width: 2.1rem;
    height: auto;
}
.product_item-wishlist.active svg path {
    fill: #FCFCFC;
}
.catalog_products-navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.catalog_products-prev {
    color: #C79447;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 510;
    line-height: normal;
}
.catalog_products-prev.disabled {
    color: #ECDDC6;
	cursor: default;
}
.catalog_products-pagination {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}
.catalog_products-pagination li {
    display: flex;
    list-style: none;
}
.catalog_products-pagination__item {
    color: #ECDDC6;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 510;
    line-height: 120%;
}
.catalog_products-pagination__item.active {
    color: #C79447;
}
.catalog_products-next {
    color: #C79447;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 510;
    line-height: normal;
}
.catalog_products-next.disabled {
    color: #ECDDC6;
	cursor: default;
}
.product_item-block {
    position: relative;
    height: 37.8rem;
}
.product_item-block:hover {
    z-index: 3;
}
.catalog_products .product_item:hover {
    border-radius: 1rem;
    background: #FCFCFC;
    box-shadow: 0 0 10px 0 rgba(199, 148, 71, 0.40);
    z-index: 3;
}
.catalog_products .product_item:hover .product_item-description {
    height: auto;
    margin-bottom: 1rem;
}
.catalog_products .product_item:hover .product_item-aviable {
    height: auto;
    margin-bottom: 1rem;
}
.catalog_products .product_item:hover .product_item-price__block {
    margin-bottom: 1rem;
}
.catalog_products .product_item:hover .product_item-buttons {
    height: auto;
    margin-bottom: 1rem;
}
.catalog_products-filter_open {
    display: none;
}
.catalog_products-sorting_open {
    display: none;
}
.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}
.popup-fon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(50, 50, 50, 0.20);
}
.popup-main {
    background: #FCFCFC;
    border-radius: 1rem;
    width: 100%;
    max-width: 90.4rem;
    margin: auto;
    z-index: 2;
    position: relative;
}
.popup-close {
    top: 2.4rem;
    right: 2.4rem;
    display: flex;
    position: absolute;
}
.popup-close svg {
    width: 1.8rem;
    height: auto;
}

@media screen and (max-width: 992px) {
    .catalog_products {
        margin-bottom: 6.5rem;
        gap: 1.5rem;
    }
    .catalog_products-column {
        gap: 2.6rem;
    }
    .catalog_products-row {
        flex-direction: column;
    }
    .catalog_products-reset {
        display: none;
    }
    .catalog_products-filter_open {
        display: flex;
        padding: 0.6rem 1.2rem;
        border-radius: 0.5rem;
        border: 1px solid #323232;
        background: #FCFCFC;
        align-items: center;
        gap: 1rem;
    }
    .catalog_products-filter_open p {
        color: #323232;
        font-size: 1.2rem;
        font-style: normal;
        font-weight: 510;
        line-height: 120%;
    }
    .catalog_products-filter_open span {
        color: #C79447;
        font-size: 1.2rem;
        font-style: normal;
        font-weight: 510;
        line-height: 120%;
    }
    .catalog_products-sorting {
        display: none;
    }
    .catalog_products-sorting_open {
        padding: 0.6rem 1.2rem;
        border-radius: 0.5rem;
        border: 1px solid #323232;
        background: #FCFCFC;
        display: flex;
    }
    .catalog_products-sorting_open svg {
        width: 1.5rem;
        height: auto;
    }
    .catalog_products-filter {
        display: none;
    }
    .catalog_products-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 3rem 1.1rem;
        margin-top: 0;
    }
    .catalog_products .product_item {
        padding: 0;
    }
    .catalog_products .product_item-description {
        display: none;
    }
    .catalog_products .product_item-main {
        gap: 1rem;
    }
    .catalog_products .product_item-title {
        margin-bottom: 0;
    }
    .catalog_products .product_item-aviable {
        display: none;
    }
    .catalog_products .product_item-buttons {
        display: none;
    }
    .catalog_products-prev {
        font-size: 1.1rem;
    }
    .catalog_products-pagination__item {
        font-size: 1.4rem;
    }
    .catalog_products-next {
        font-size: 1.1rem;
    }
    .product_item-block {
        height: auto;
    }
    .catalog_products .product_item:hover {
        border-radius: 0;
        background: transparent;
        box-shadow: none;
    }
    .catalog_products .product_item:hover .product_item-description {
        margin-bottom: 0;
    }
    .catalog_products .product_item:hover .product_item-aviable {
        margin-bottom: 0;
    }
    .catalog_products .product_item:hover .product_item-price__block {
        margin-bottom: 0;
    }
    .catalog_products .product_item:hover .product_item-buttons {
        margin-bottom: 0;
    }
    .popup-sorting .popup-main {
        margin-bottom: 0;
        padding: 2rem;
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
        background: #F5F3F1;
        border-radius: 2rem 2rem 0 0;
    }
    .popup-name {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .popup-name__row {
        display: flex;
        align-items: center;
        gap: 1.5rem;
    }
    .popup-name__row > p {
        color: #323232;
        font-size: 1.4rem;
        font-style: normal;
        font-weight: 510;
        line-height: 120%;
    }
    .popup-name .popup-close {
        position: relative;
        top: 0;
        right: 0;
    }
    .popup-name .popup-close svg {
        width: 1.3rem;
    }
    .popup-sorting__col {
        display: flex;
        flex-direction: column;
        gap: 3.5rem;
    }
    .popup-sorting__main {
        display: flex;
        flex-direction: column;
    }
    .popup-sorting__item {
        border-bottom: 1px solid #FCFCFC;
        padding: 1.5rem 0;
        color: #323232;
        font-size: 1.4rem;
        font-style: normal;
        font-weight: 400;
        text-align: left;
        line-height: normal;
    }
    .popup-sorting__item.active {
        color: #C79447;
    }
    .popup-sorting__submit {
        border-radius: 1rem;
        border: 1px solid #323232;
        background: #323232;
        padding: 1.5rem 2.5rem;
        color: #FCFCFC;
        font-size: 1.2rem;
        font-style: normal;
        font-weight: 510;
        line-height: 120%;
    }
}

/* wishlist */

.wishlist {
    margin-bottom: 12rem;
}
.wishlist-container {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}
.wishlist-main {
    display: flex;
    flex-direction: column;
    gap: 4rem;
}
.wishlist-top {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.wishlist-name {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.wishlist-login {
    color: #C79447;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 510;
    line-height: normal;
}
.wishlist-login p {
    color: #C79447;
}
.wishlist-login svg {
    display: none;
}
.wishlist-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.wishlist-count {
    color: #323232;
    font-family: Inter;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}
.wishlist-clear {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    opacity: 0.4;
}
.wishlist-clear p {
    color: #323232;
    font-family: Inter;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}
.wishlist-clear svg {
    width: 1.3rem;
    height: auto;
}
.wishlist-products {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 2.5rem;
}
.product_item-wishlist__delete {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    opacity: 0.4;
}
.product_item-wishlist__delete p {
    color: #323232;
    font-family: Inter;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}
.product_item-wishlist__delete svg {
    width: 1.3rem;
    height: auto;
}
.wishlist-name .wishlist-clear {
    display: none !important;
}

@media screen and (max-width: 992px) {
    .wishlist {
        margin-bottom: 6.5rem;
    }
    .wishlist-container {
        gap: 1.5rem;
    }
    .wishlist-main {
        gap: 2.5rem;
    }
    .wishlist-top {
        gap: 0.8rem;
    }
    .wishlist-count {
        font-size: 1.1rem;
    }
    .wishlist-clear {
        display: none;
    }
    .wishlist-clear p {
        font-size: 1.1rem;
        line-height: 100%;
    }
    .wishlist-clear svg {
        width: 1.1rem;
    }
    .wishlist-products {
        grid-template-columns: repeat(2, 1fr);
        gap: 3rem 1.1rem;
    }
    .product_item-wishlist__delete {
        gap: 0.5rem;
    }
    .product_item-wishlist__delete p {
        font-size: 1.1rem;
    }
    .product_item-wishlist__delete svg {
        width: 1.1rem;
    }
    .wishlist-login p {
        display: none;
    }
    .wishlist-name {
        justify-content: flex-start;
        gap: 1.5rem;
    }
    .wishlist-name .wishlist-clear {
        display: flex;
    }
    .wishlist-login {
        margin-left: auto;
    }
    .wishlist-login svg {
        display: block;
        width: 2.4rem;
        height: auto;
    }
}

/* about_page */

.about_page {
    margin-bottom: 11.5rem;
}
.about_page-container {
    display: flex;
    flex-direction: column;
}
.about_page-main {
    display: flex;
    align-items: flex-end;
    gap: 2.5rem;
    padding-left: 31.3rem;
    margin-bottom: 4rem;
}
.about_page-main > img {
    width: 22.3rem;
    margin-bottom: 2.2rem;
}
.about_page-col {
    display: flex;
    flex-direction: column;
    gap: 3.6rem;
    max-width: 49rem;
}
.about_page-col > p {
    color: #323232;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}
.about_page-col > p span {
    color: #C79447;
    font-style: italic;
}
.about_page-name {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.about_page-name h2 {
    color: #323232;
    font-family: Bergamasco;
    font-size: 6.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}
.about_page-row {
    display: flex;
    gap: 2rem;
    margin-bottom: 10rem;
}
.about_page-row > img {
    width: 53.8rem;
    min-width: 53.8rem;
    height: 53.8rem;
    border-radius: 1rem;
    object-fit: cover;
}
.about_page-column {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: space-between;
}
.about_page-column img {
    width: 100%;
    height: 34.9rem;
    object-fit: cover;
    border-radius: 1rem;
}
.about_page-column p {
    color: #323232;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    max-width: 48.9rem;
}
.about_page-row2 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 8rem;
}
.about_page-row2 > img {
    width: 54rem;
    height: 58rem;
    border-radius: 1rem;
    object-fit: cover;
}
.about_page-row2 .about_page-col {
    max-width: 63.1rem;
}
.about_page-row2 .about_page-col > p {
    max-width: 49.4rem;
}
.about_page-row2 .about_page-col > p a {
    color: #C79447;
}
.about_page-bottom {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 3rem;
}
.about_page-bottom > img {
    width: 76.2rem;
}
.about_page-link {
    border-radius: 1rem;
    border: 1px solid #323232;
    background: rgba(252, 252, 252, 0.50);
    display: flex;
    width: 20.4rem;
    padding: 1.8rem 3.2rem;
    justify-content: center;
    align-items: center;
    color: #323232;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 510;
    line-height: 120%;
    margin: 0 auto;
}

@media screen and (max-width: 992px) {
    .about_page {
        margin-bottom: 6.5rem;
    }
    .about_page-main {
        position: relative;
        padding-left: 0;
        margin-bottom: 5rem;
    }
    .about_page-main > img {
        position: absolute;
        bottom: 3.5rem;
        left: -1.5rem;
        width: 14.7rem;
        margin-bottom: 0;
    }
    .about_page-col {
        gap: 3rem;
        max-width: none;
    }
    .about_page-col > p {
        font-size: 1.4rem;
        padding-left: 7.2rem;
    }
    .about_page-name {
        gap: 1.6rem;
    }
    .about_page-name h2 {
        font-size: 4.9rem;
    }
    .about_page-row {
        flex-direction: column;
        gap: 3rem;
        margin-bottom: 6.5rem;
    }
    .about_page-row > img {
        width: 100vw;
        min-width: 100vw;
        margin-left: -2rem;
        height: 30rem;
        border-radius: 0;
    }
    .about_page-column {
        flex-direction: column-reverse;
        gap: 3rem;
    }
    .about_page-column img {
        width: 100vw;
        min-width: 100vw;
        margin-left: -2rem;
        height: 15rem;
        border-radius: 0;
    }
    .about_page-column p {
        font-size: 1.4rem;
    }
    .about_page-row2 {
        flex-direction: column;
        margin-bottom: 0;
    }
    .about_page-row2 > img {
        width: 28.3rem;
        height: 30rem;
        border-radius: 1rem 0 0 1rem;
        margin-top: 10.9rem;
        margin-left: auto;
    }
    .about_page-row2 .about_page-col .about_page-name h2 {
        text-align: center;
    }
    .about_page-row2 .about_page-col > p {
        padding-left: 0;
    }
    .about_page-bottom {
        align-items: center;
        gap: 0;
        margin-top: -39rem;
        margin-bottom: 32.5rem;
    }
    .about_page-bottom > img {
        width: 100vw;
        min-width: 100vw;
        margin-left: 0;
    }
    .about_page-link {
        width: auto;
        padding: 1.5rem 2.5rem;
        font-size: 1.2rem;
        margin-top: -1rem;
        background: rgba(252, 252, 252, 0.50);
    }
}

/* buyer */

.buyer {
    margin-bottom: 10rem;
}
.buyer-container {
    display: flex;
    flex-direction: column;
}
.buyer-main {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}
.buyer-top {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}
.buyer-menu {
    border-bottom: 1px solid #C79447;
    padding-bottom: 2rem;
}
.buyer-menu ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5.8rem;
}
.buyer-menu li {
    display: flex;
    list-style: none;
}
.buyer-menu__item {
    color: rgba(50, 50, 50, 0.40);
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 510;
    line-height: 120%;
}
.buyer-menu__item.active {
    color: #323232;
}
.buyer-content {
    display: flex;
    flex-direction: column;
}
.delivery {
    display: flex;
    flex-direction: column;
    gap: 4rem;
}
.delivery-item {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    background: #F5F3F1;
    border-radius: 1rem;
    padding: 3rem;
}
.delivery-items {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}
.delivery_how-item {
    background: #FCFCFC;
    border-radius: 1rem;
    padding: 3rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    width: 100%;
}
.delivery-items .delivery_how-item {
    max-width: calc(33% - 1rem);
}
.delivery_how-item h4 {
    color: #323232;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 510;
    line-height: 120%;
}
.delivery_how-item p {
    color: #323232;
    font-family: Inter;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}
.delivery_how {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.delivery_how-items {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}
.delivery_how-items .delivery_how-item:nth-child(2), .delivery_how-items .delivery_how-item:nth-child(3) {
    max-width: calc(50% - 1rem);
}
.delivery_how > p {
    color: #323232;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 590;
    line-height: 120%;
    text-align: center;
}
.delivery-guarantee {
    display: flex;
    padding: 3rem 8rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
    border-radius: 1rem;
    border: 1px solid #C79447;
}
.delivery-guarantee h4 {
    color: #C79447;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 510;
    line-height: 120%;
}
.delivery-guarantee ul {
    padding-left: 3rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.delivery-guarantee ul li {
    color: #323232;
    font-family: Inter;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

@media screen and (max-width: 992px) {
    .buyer {
        margin-bottom: 6.5rem;
    }
    .buyer-main {
        gap: 1.5rem;
    }
    .buyer-top {
        gap: 1.5rem;
    }
    .buyer-menu {
        padding-bottom: 1.5rem;
    }
    .buyer-menu ul {
        flex-wrap: wrap;
        gap: 1rem 1.8rem;
    }
    .buyer-menu li {
        display: flex;
        list-style: none;
    }
    .buyer-menu__item {
        font-size: 1.4rem;
    }
    .delivery {
        gap: 5rem;
    }
    .delivery-item {
        min-width: 100vw;
        margin-left: -2rem;
        gap: 1.5rem;
        border-radius: 0;
        padding: 1.5rem 2rem;
    }
    .delivery-items {
        flex-direction: column;
        gap: 1.5rem;
    }
    .delivery_how-item {
        padding: 1.5rem;
        gap: 0.8rem;
    }
    .delivery-items .delivery_how-item {
        max-width: none;
    }
    .delivery_how-item h4 {
        font-size: 1.4rem;
    }
    .delivery_how-item p {
        font-size: 1.2rem;
    }
    .delivery_how {
        gap: 1.5rem;
    }
    .delivery_how-items {
        flex-direction: column;
        gap: 1.5rem;
    }
    .delivery_how-items .delivery_how-item:nth-child(2), .delivery_how-items .delivery_how-item:nth-child(3) {
        max-width: none;
    }
    .delivery_how > p {
        font-size: 1.4rem;
        max-width: 22rem;
        margin: 0 auto;
    }
    .delivery-guarantee {
        padding: 1.5rem;
    }
    .delivery-guarantee h4 {
        font-size: 1.4rem;
        text-align: center;
        max-width: 17rem;
        margin: 0 auto;
    }
    .delivery-guarantee ul li {
        font-size: 1.2rem;
    }
}

/* refund */

.refund {
    background: #F5F3F1;
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3rem;
    padding: 3rem 0;
}
.refund-name {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    max-width: 46.8rem;
}
.refund-name p {
    color: #323232;
    text-align: center;
    font-family: Inter;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}
.refund-form {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    max-width: 62rem;
    width: 100%;
}
.refund-inputs {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding: 3rem;
    background: #FCFCFC;
    border-radius: 1rem;
}
.refund-input, .refund-input p {
    display: flex;
    flex-direction: column;
    position: relative;
}
.refund-file label br {
	display: none;
}
.refund-input > label, .refund-input > p > label {
    border-radius: 0.8rem;
    background: #FCFCFC;
    display: flex;
    padding: 0 0.4rem;
    align-items: center;
    position: absolute;
    top: -1rem;
    z-index: 2;
    left: 1.6rem;
    color: rgba(50, 50, 50, 0.8);
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2rem;
}
.refund-input > label span, .refund-input > p > label span {
    color: rgba(218, 20, 20, 0.8);
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.6rem;
}
.refund-input > input, .refund-input p > span > input {
    color: #323232;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 1.75rem 1.6rem;
    width: 100%;
    border-radius: 1rem;
    border: 1px solid #323232;
    background: #FCFCFC;
}
.refund-input > input::placeholder, .refund-input p > span > input::placeholder {
    color: #323232;
    opacity: .5;
}
.refund-input > textarea, .refund-input p > span > textarea {
    color: #323232;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 2rem 1.6rem;
    width: 100%;
    border-radius: 1rem;
    border: 1px solid #323232;
    background: #FCFCFC;
    height: 13rem;
    min-height: 13rem;
}
.wpcf7-spinner {
	display: none !important;
}
.refund-bottom > p {
	width: 100%;
	display: flex;
}
.refund-input > textarea::placeholder, .refund-input p > span > textarea::placeholder {
    color: #323232;
    opacity: .5;
}
.refund-file {
    position: absolute;
    z-index: 2;
    bottom: 0.9rem;
    right: 1.6rem;
}
.refund-file input {
    display: none;
}
.refund-file label {
    display: flex;
    align-items: center;
    color: #C79447;
    text-align: right;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    cursor: pointer;
}
.refund-file label svg {
    width: 2.4rem;
    height: auto;
}
.refund-guarantee {
    border-radius: 1rem;
    border: 1px solid #C79447;
    background: #FCFCFC;
    padding: 3rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.refund-guarantee h4 {
    color: #C79447;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 510;
    line-height: 120%;
}
.refund-guarantee ul {
    padding-left: 3rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.refund-guarantee li {
    color: #323232;
    font-family: Inter;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}
.refund-bottom {
    margin-top: 0.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.5rem;
}
.refund-submit {
    max-width: 53.8rem;
    width: 100%;
    border-radius: 1rem;
    border: 1px solid #323232;
    background: #323232;
    padding: 1.8rem 3.2rem;
    color: #FFF;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 510;
    line-height: 120%;
	margin: 0 auto;
}
.refund-privacy {
    max-width: 42rem;
    width: 100%;
    display: flex;
    position: relative;
    align-items: flex-start;
}
.refund-privacy label {
    display: flex;
    position: relative;
    align-items: flex-start;
}
.wpcf7-list-item {
    margin: 0;
}
.wpcf7-form-control-wrap {
	display: flex;
	flex-wrap: wrap;
}
.wpcf7 {
	width: 100%;
}
.wpcf7-form-control.wpcf7-acceptance {
	display: flex;
}
.refund-privacy label span {
    cursor: pointer;
    padding-left: 2.4rem;
    color: #323232;
    text-align: center;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.refund-privacy label a {
    color: #C79447;
}
.refund-privacy input[type=checkbox]:before {
    content: "";
    display: inline-block;
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 100%;
    border: 1px solid #C79447;
    position: absolute;
    margin-top: 0;
    background-color: #FFF;
    cursor: pointer;
}
.refund-privacy input[type=checkbox]:checked:before {
    background:transparent;
    background-image: url('/wp-content/uploads/2026/01/checkbox.svg');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    background-size: cover;
}
.refund-privacy input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
}
.refund-privacy input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: none;
}
.refund-privacy input[type="checkbox"]:checked {
    background-image: none;
}

@media screen and (max-width: 992px) {
    .refund {
        border-radius: 0;
        min-width: 100vw;
        margin-left: -2rem;
        gap: 2rem;
        padding: 1.5rem 2rem;
    }
    .refund-name {
        max-width: 23.8rem;
    }
    .refund-name p {
        font-size: 1.2rem;
    }
    .refund-form {
        gap: 1.5rem;
        max-width: none;
    }
    .refund-inputs {
        padding: 1.5rem;
    }
    .refund-input > label {
        font-size: 1.2rem;
    }
    .refund-input > input {
        font-size: 1.1rem;
        padding: 1.55rem 1.6rem;
    }
    .refund-input > textarea {
        font-size: 1.1rem;
        padding: 2rem 1.6rem;
        height: 9rem;
        min-height: 9rem;
    }
    .refund-file {
        bottom: 1.2rem;
    }
    .refund-file label {
        font-size: 1.1rem;
    }
    .refund-file label svg {
        width: 1.6rem;
    }
    .refund-guarantee {
        padding: 1.5rem;
    }
    .refund-guarantee h4 {
        font-size: 1.4rem;
        text-align: center;
        margin: 0 auto;
        max-width: 17rem;
    }
    .refund-guarantee li {
        font-size: 1.2rem;
    }
    .refund-bottom {
        gap: 1.5rem;
    }
    .refund-submit {
        max-width: none;
        padding: 1.5rem 2.5rem;
        font-size: 1.2rem;
    }
    .refund-privacy {
        max-width: 21rem;
    }
    .refund-privacy label {
        padding-left: 1.8rem;
        font-size: 1rem;
    }
}

/* blog_page */

.blog_page {
    margin-bottom: 10rem;
    display: flex;
    flex-direction: column;
    gap: 20.6rem;
}
.blog_page-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5rem 2rem;
}
.blog_page .blog_item-date {
    color: #323232;
}
.blog_page .blog_item-title {
    color: #323232;
}
.blog_item-description {
    color: #323232;
    font-family: Inter;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.blog_page .blog_item-img {
    height: 33.8rem;
}
.blog_page .blog_item-col {
    gap: 1rem;
}

@media screen and (max-width: 992px) {
    .blog_page {
        margin-bottom: 6.5rem;
        gap: 3.5rem;
    }
    .blog_page-grid {
        display: flex;
        flex-direction: column;
        gap: 2.5rem;
    }
    .blog_item-description {
        font-size: 1.2rem;
    }
    .blog_page .blog_item-img {
        height: 24rem;
    }
    .blog_page .blog_item-col {
        gap: 0.5rem;
    }
}

/* reviews_page */

.reviews_page {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}
.reviews_page-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.reviews_page-col {
    display: flex;
    flex-direction: column;
    gap: 4rem;
    width: 100%;
    max-width: 87.5rem;
}
.reviews_page-top {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}
.reviews_page-top .title {
    text-align: left;
}
.reviews_page .refund-inputs {
    padding: 0;
    gap: 1.5rem;
}
.reviews_page .refund-form {
    max-width: 53.8rem;
}
.reviews_page .refund-input > label {
    color: rgba(199, 148, 71, 0.8);
}
.reviews_page .refund-input > input {
    border-color: #C79447;
}
.reviews_page .refund-input > textarea {
    border-color: #C79447;
    padding-top: 4.6rem;
    height: 14.6rem;
    min-height: 14.6rem;
}
.reviews_page_form-count {
    position: absolute;
    z-index: 3;
    left: 1.6rem;
    top: 1.5rem;
    display: flex;
    gap: 0.6rem;
}
.reviews_page_form-count__block {
    display: flex;
}
.reviews_page_form-count__block input {
    display: none;
}
.reviews_page_form-count__block label {
    cursor: pointer;
    display: flex;
}
.reviews_page_form-count__block label svg {
    width: 2rem;
    height: auto
}
.reviews_page_form-count__block.active label svg path {
    fill: #C79447;
}
.reviews_page_form-count__block input:checked+label svg path {
    fill: #C79447;
}
.reviews_page-content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.reviews_page-item {
    border-radius: 1rem;
    background: #F5F3F1;
    display: flex;
    padding: 3rem;
    flex-direction: column;
    gap: 2rem;
}
.reviews_page-item__name {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.reviews_page-item__name > p {
    color: rgba(50, 50, 50, 0.40);
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.reviews_page-item__row {
    display: flex;
    align-items: center;
    gap: 2rem;
}
.reviews_page-item__row > p {
    color: #323232;
    font-size: 2rem;
    font-style: normal;
    font-weight: 510;
    line-height: normal;
}
.reviews_page-item__stars {
    display: flex;
    gap: 0.6rem;
}
.reviews_page-item__star {
    width: 2rem;
    height: auto;
}
.reviews_page-item__star.active path {
    fill: #C79447;
}
.reviews_page-item__description {
    color: #323232;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.reviews_page-item__answer {
    margin-top: 2rem;
    padding-left: 8rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.reviews_page-item__answer h5 {
    color: #323232;
    font-size: 2rem;
    font-style: normal;
    font-weight: 510;
    line-height: normal;
}
.reviews_page-item__answer p {
    color: #323232;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.reviews_page-rating {
    position: sticky;
    top: 15rem;
    width: 100%;
    max-width: 31.5rem;
    padding: 2.2rem 1rem 3rem 6.6rem;
    border-radius: 1rem;
    background: rgba(245, 243, 241, 0.50);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.7rem;
}
.reviews_page-rating > p {
    color: #323232;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 510;
    line-height: 120%;
}
.reviews_page-rating__col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
}
.reviews_page-rating__col > p {
    color: #323232;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.reviews_page-rating__row {
    display: flex;
    align-items: flex-end;
    gap: 0.8rem;
}
.reviews_page-rating__row > p {
    color: #323232;
    font-size: 3.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}
.reviews_page-rating__stars {
    display: flex;
    gap: 0.6rem;
    margin-bottom: 0.5rem;
}
.reviews_page-rating__stars svg {
    width: 2rem;
    height: auto;
}

@media screen and (max-width: 992px) {
    .reviews_page {
        gap: 3.5rem;
    }
    .reviews_page-row {
        flex-direction: column-reverse;
        gap: 2rem;
    }
    .reviews_page-col {
        gap: 6.5rem;
        max-width: none;
    }
    .reviews_page-top {
        gap: 2rem;
    }
    .reviews_page-top .title {
        text-align: center;
    }
    .reviews_page .refund-inputs {
        padding: 0;
        gap: 1.5rem;
    }
    .reviews_page .refund-form {
        max-width: none;
    }
    .reviews_page .refund-input > textarea {
        padding-top: 4rem;
        height: 9rem;
        min-height: 9rem;
    }
    .reviews_page_form-count {
        gap: 0.5rem;
    }
    .reviews_page_form-count__block label svg {
        width: 1.7rem;
    }
    .reviews_page-item {
        padding: 1.5rem;
        gap: 0.8rem;
    }
    .reviews_page-item__name {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }
    .reviews_page-item__name > p {
        font-size: 1.2rem;
    }
    .reviews_page-item__row {
        justify-content: space-between;
        gap: 1rem;
    }
    .reviews_page-item__row > p {
        font-size: 1.4rem;
    }
    .reviews_page-item__stars {
        gap: 0.5rem;
    }
    .reviews_page-item__star {
        width: 1.7rem;
    }
    .reviews_page-item__description {
        font-size: 1.2rem;
    }
    .reviews_page-item__answer {
        margin-top: 0.7rem;
        padding-left: 0;
    }
    .reviews_page-item__answer h5 {
        font-size: 1.4rem;
    }
    .reviews_page-item__answer p {
        font-size: 1.2rem;
    }
    .reviews_page-rating {
        position: relative;
        top: 0;
        max-width: none;
        padding: 1.5rem 4.4rem;
        flex-direction: row;
        align-items: center;
        gap: 2.5rem;
    }
    .reviews_page-rating > p {
        font-size: 1.6rem;
    }
    .reviews_page-rating__col {
        gap: 0.5rem;
    }
    .reviews_page-rating__col > p {
        font-size: 1.4rem;
    }
    .reviews_page-rating__row > p {
        font-size: 2rem;
    }
    .reviews_page-rating__stars {
        gap: 0.5rem;
        margin-bottom: 0.2rem;
    }
    .reviews_page-rating__stars svg {
        width: 1.7rem;
    }
}

/* article */

.article {
    margin-bottom: 7.5rem;
}
.article-container {
    display: flex;
    flex-direction: column;
}
.article-main {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.article-col {
    width: 100%;
    max-width: 65rem;
    display: flex;
    flex-direction: column;
    gap: 3rem;
}
.article-content {
    color: #323232;
    font-family: Inter;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}
.article-content h1 {
    color: #323232;
    font-family: "SF Pro";
    font-size: 3.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}
.article-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.article-info > p {
    color: #323232;
    font-family: Inter;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}
.article-view {
    display: flex;
    align-items: center;
    gap: 0.3rem;
}
.article-view svg {
    width: 2.4rem;
    height: auto;
}
.article-view p {
    color: #323232;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.article-images {
    width: 100%;
    max-width: 53.7rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    position: sticky;
    top: 15rem;
}
.article_swiper {
    width: 100%;
    height: 42.7rem;
}
.article_swiper .swiper-slide {
    height: auto;
}
.article_swiper .swiper-slide a {
    display: flex;
    width: 100%;
    height: 100%;
}
.article_swiper .swiper-slide a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 2rem;
}
.article-slider {
    display: flex;
    align-items: center;
    position: relative;
}
.article-prev {
    position: absolute;
    z-index: 2;
    left: -1.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1.8rem;
    border: 1px solid #ECDDC6;
    background: #FCFCFC;
    width: 3.6rem;
    height: 3.6rem;
}
.article-prev svg {
    width: 0.6rem;
    height: auto;
}
.article_thumbs {
    width: 100%;
    height: 12.5rem;
}
.article_thumbs .swiper-slide {
    height: auto;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 1rem;
    overflow: hidden;
    transition: .3s all;
}
.article_thumbs .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.article_thumbs .swiper-slide-thumb-active {
    border-color: #C79447;
}
.article-next {
    position: absolute;
    z-index: 2;
    right: -1.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1.8rem;
    border: 1px solid #ECDDC6;
    background: #FCFCFC;
    width: 3.6rem;
    height: 3.6rem;
}
.article-next svg {
    width: 0.6rem;
    height: auto;
}
.article_products {
    display: flex;
    justify-content: center;
    gap: 2.5rem;
}
.article_products .product_item {
    width: 100%;
    max-width: 26rem;
}

@media screen and (max-width: 992px) {
    .article {
        margin-bottom: 6.5rem;
    }
    .article-main {
        flex-direction: column;
        padding-bottom: 4.8rem;
        position: relative;
        gap: 2rem;
    }
    .article-col {
        max-width: none;
        gap: 0;
    }
    .article-content {
        font-size: 1.2rem;
    }
    .article-content h1 {
        font-size: 2rem;
        text-align: center;
    }
    .article-info {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
    }
    .article-info > p {
        font-size: 1.2rem;
    }
    .article-view {
        padding: 0.5rem 0.8rem 0.5rem 0.5rem;
        gap: 0.1rem;
    }
    .article-view svg {
        width: 1.8rem;
    }
    .article-view p {
        font-size: 1.2rem;
    }
    .article-images {
        max-width: none;
        position: relative;
        top: 0;
    }
    .article_swiper {
        height: 26.5rem;
    }
    .article-prev {
        left: -1.2rem;
        width: 2.4rem;
        height: 2.4rem;
    }
    .article_thumbs {
        display: none;
    }
    .article-next {
        right: -1.2rem;
        width: 2.4rem;
        height: 2.4rem;
    }
    .article_products {
        display: flex;
        justify-content: center;
        gap: 2.5rem;
    }
    .article_products .product_item {
        width: 100%;
        max-width: 26rem;
    }
    .article-slider {
        position: absolute;
        z-index: 3;
        width: 100%;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto 0;
        height: 2.4rem;
    }
}

/* contacts */

.contacts {
    display: flex;
    flex-direction: column;
    gap: 4.7rem;
}
.contacts-col {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.contacts-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}
.contacts-item {
    border-radius: 1rem;
    background: #F5F3F1;
    padding: 3rem 4rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.contacts-item > p {
    color: #323232;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 590;
    line-height: 120%;
}
.contacts-item__block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
}
.contacts-item__title {
    color: rgba(50, 50, 50, 0.40);
    font-family: Inter;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}
.contacts-item__contact {
    display: flex;
    align-items: flex-end;
    gap: 0.5rem;
    color: #323232;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 590;
    line-height: 120%;
}
.contacts-item__contact svg {
    width: 2.4rem;
    height: auto;
}
.contacts-map {
    height: 47.5rem;
    width: 100%;
}
.contacts-map iframe {
    border-radius: 1rem;
    width: 100%;
    height: 100%;
}
.contacts_questions {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3rem;
    padding: 3rem 4.5rem;
    width: 100%;
    max-width: 65rem;
    margin: 0 auto;
    border-radius: 1rem;
    border: 1px solid #F5F3F1;
}
.contacts_questions .refund-inputs {
    padding: 0;
    max-width: 56rem;
    width: 100%;
    margin: 0 auto;
}
.contacts_questions .refund-submit {
    max-width: 56rem;
}
.contacts_questions-thanks {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}
.contacts_questions-thanks__more {
    border-radius: 1rem;
    border: 1px solid #323232;
    background: #323232;
    padding: 1.8rem 3.2rem;
    color: #FFF;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 510;
    line-height: 120%;
}

@media screen and (max-width: 992px) {
    .contacts {
        gap: 6.5rem;
    }
    .contacts-items {
        display: flex;
        flex-direction: column;
    }
    .contacts-item {
        padding: 1.5rem;
        gap: 1rem;
    }
    .contacts-item > p {
        font-size: 1.4rem;
    }
    .contacts-item__title {
        font-size: 1.2rem;
    }
    .contacts-item__contact {
        font-size: 1.4rem;
    }
    .contacts-map {
        height: 40rem;
        min-width: 100vw;
        margin-left: -2rem;
    }
    .contacts-map iframe {
        border-radius: 0;
    }
    .contacts_questions {
        gap: 2rem;
        padding: 0;
        max-width: none;
        border-radius: 0;
        border: none;
    }
    .contacts_questions .refund-inputs {
        max-width: none;
    }
    .contacts_questions .refund-submit {
        max-width: none;
    }
    .contacts_questions-thanks {
        gap: 2rem;
    }
    .contacts_questions-thanks__more {
        padding: 1.5rem;
        font-size: 1.2rem;
    }
}

/* product_page */

.product_page {
    margin-bottom: 12rem;
}
.product_page-container {
    display: flex;
    flex-direction: column;
}
.product_page-main {
    margin-bottom: 5rem;
    display: flex;
    flex-direction: column;
    gap: 3rem;
}
.product_page-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product_page-sku {
    color: #323232;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 0.5;
}
.product_page-back {
    color: #C79447;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 510;
    line-height: normal;
}
.product_page-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem;
}
.product_page-images {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}
.product_page-slider {
    display: flex;
    align-items: center;
    position: relative;
}
.product_page-prev {
    display: flex;
    width: 3.6rem;
    height: 3.6rem;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    border: 1px solid #ECDDC6;
    background: #FCFCFC;
    position: absolute;
    left: -1.8rem;
    z-index: 3;
}
.product_page-prev svg {
    width: 0.6rem;
    height: auto;
}
.product_page_swiper {
    width: 100%;
    height: 65rem;
    max-width: 64rem;
}
.product_page_swiper .swiper-slide {
    height: auto;
}
.product_page_swiper .swiper-slide a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: #F5F3F1;
    border-radius: 1rem;
    overflow: hidden;
}
.product_page_swiper .swiper-slide a img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.product_page-next {
    display: flex;
    width: 3.6rem;
    height: 3.6rem;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    border: 1px solid #ECDDC6;
    background: #FCFCFC;
    position: absolute;
    right: -1.8rem;
    z-index: 3;
}
.product_page-next svg {
    width: 0.6rem;
    height: auto;
}
.product_page_thumbs {
    width: 100%;
    max-width: 64rem;
    height: 11.9rem;
}
.product_page_thumbs .swiper-slide {
    height: auto;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 1rem;
    overflow: hidden;
    transition: .3s all;
    background: #F5F3F1;
	display: flex;
    justify-content: center;
    align-items: center;
}
.product_page_thumbs .swiper-slide img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.product_page_thumbs .swiper-slide-thumb-active {
    border-color: #C79447;
}
.product_page-content {
    display: flex;
    flex-direction: column;
    gap: 4rem;
}
.product_page-name {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.product_page-title {
    color: #323232;
    font-size: 3.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.product_page-short {
    color: #323232;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}
.product_page-column {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    width: 100%;
    max-width: 50rem;
}
.product_page-column > .price {
	display: none;
}
.product_page .variations tbody {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}
.product_page .variations tbody tr {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.product_page .variations tbody tr label {
	color: var(--black, #323232);
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 510;
	line-height: 120%;
}
.product_page-form {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
}
.product_page-info {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.product_page-tags {
    display: flex;
    gap: 1rem;
}
.product_page-tag__sale {
    color: var(--accent, #C79447);
    text-align: center;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 510;
    line-height: 100%;
    letter-spacing: -0.042rem;
    padding: 0.4rem 0.5rem;
    border-radius: 0.5rem;
    border: 1px solid var(--accent, #C79447);
    background: #FCFCFC;
}
.product_page-tag__hit {
    color: #FFF;
    text-align: center;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.042rem;
    padding: 0.4rem 0.9rem;
    border-radius: 0.5rem;
    background: var(--accent, #C79447);
}
.product_page-prices {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.product_page-price {
    color: #323232;
    font-size: 3.6rem;
    font-style: normal;
    font-weight: 510;
    line-height: normal;
}
.product_page-oldprice {
    color: var(--black, #323232);
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 274;
    line-height: normal;
    text-decoration-line: line-through;
}
.product_page-prices .price {
    display: flex;
    align-items: center;
    gap: 1rem;
	flex-direction: row-reverse;
}
.product_page-prices ins {
    color: #323232;
    font-size: 3.6rem;
    font-style: normal;
    font-weight: 510;
    line-height: normal;
	text-decoration: none;
}
.woocommerce-variation-price {
	display: none;
}
.reset_variations {
	display: none !important;
}
.product_page-prices del {
    color: var(--black, #323232);
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 274;
    line-height: normal;
    text-decoration-line: line-through;
}
.product_page-dolyami {
    display: flex;
    width: 32rem;
    padding: 1.2rem;
    align-items: center;
    gap: 1rem;
    border-radius: 0.8rem;
    background: var(--Base-secondary, rgba(0, 0, 0, 0.04));
}
.product_page-dolyami img:nth-child(1) {
    width: 6.8rem;
}
.product_page-dolyami p {
    color: #000;
    font-feature-settings: 'liga' off;
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.4rem;
    margin-right: auto;
}
.product_page-dolyami img:nth-child(2) {
    width: 1.6rem;
}
.product_page-variations {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}
.product_page-variations__item {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.product_page-variations__item-title {
    color: var(--black, #323232);
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 510;
    line-height: 120%;
}
.product_page-variations__colors {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
}
.product_page-variations__colors-block {
    display: flex;
}
.product_page-variations__colors-block input {
    display: none;
}
.product_page-variations__colors-block label {
    width: 4rem;
    height: 4rem;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid transparent;
    padding: 2px;
    cursor: pointer;
    transition: .3s all;
}
.product_page-variations__colors-block label span {
    width: 100%;
    height: 100%;
    border-radius: 100%;
}
.product_page-variations__colors-block input:checked+label {
    border-color: #C79447;
}
.product_page-variations__default {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
}
.product_page-variations__default-block {
    display: flex;
}
.product_page-variations__default-block input {
    display: none;
}
.product_page .variations tbody tr .product_page-variations__default-block label {
    padding: 0.4rem 1.5rem;
    height: 4rem;
    border-radius: 1rem;
    border: 1px solid #ECDDC6;
    background: #FCFCFC;
    color: rgba(50, 50, 50, 0.4);
    text-align: center;
    font-family: Inter;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    transition: .3s all;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product_page .variations tbody tr .product_page-variations__default-block input:checked+label {
    color: #323232;
    border-color: #C79447;
}
.product_page-variations__select select {
    background-image: url('/wp-content/uploads/2026/01/select.svg');
    background-position: center right 2rem;
    background-repeat: no-repeat;
    background-size: 1rem;
    width: 100%;
    cursor: pointer;
    height: 5.2rem;
    padding: 0 2rem 0 1.6rem;
    border-radius: 1rem;
    border: 1px solid #323232;
    background-color: #FCFCFC;
    color: #323232;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.product_page-variations__select select {
    -webkit-appearance: none;
    -moz-appearance: none;
}
.product_page-variations__select select::-ms-expand {
    display: none;
}
.product_page-buttons {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.product_page-aviable {
    color: var(--accent, #C79447);
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 510;
    line-height: 120%;
}
.product_page-notaviable {
    color: var(--black, #323232);
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 510;
    line-height: 120%;
}
.product_page-buttons__col {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.product_page-buttons__row {
    display: flex;
    gap: 1rem;
}
.product_page-addtocart {
    display: flex;
    width: 100%;
    padding: 1.8rem 3.2rem;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    border-radius: 1rem;
    border: 1px solid var(--black, #323232);
    background: #FCFCFC;
}
.product_page-addtocart svg {
    width: 2.4rem;
    height: auto;
}
.product_page-addtocart p {
    color: var(--black, #323232);
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 510;
    line-height: 120%;
}
.product_page-wishlist {
    width: 8.3rem;
    min-width: 8.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1rem;
    border: 1px solid var(--black, #323232);
    background: #FCFCFC;
}
.product_page-wishlist svg {
    width: 2.1rem;
    height: auto;
}
.product_page-wishlist.active svg path {
    fill: #C79447;
	stroke: #C79447;
}
.woocommerce-notices-wrapper {
	display: none !important;
}
.product_page-quantity {
    padding: 1.8rem 3.2rem;
    border-radius: 1rem;
    border: 1px solid var(--elements, #ECDDC6);
    background: #FCFCFC;
    display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: center;
}
.product_page-quantity button {
    display: flex;
    width: 1.8rem;
    height: 1.8rem;
    justify-content: center;
    align-items: center;
}
.product_page-quantity button svg {
    width: 1.8rem;
    height: auto;
}
.product_page-quantity input {
    color: var(--accent, #C79447);
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 510;
    line-height: 120%;
    text-align: center;
    width: 8rem;
}
.product_page-quantity input::-webkit-outer-spin-button,
.product_page-quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.product_page-quantity input[type=number] {
    -moz-appearance:textfield;
}
.product_page-boxes {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.4rem;
}
.product_page-box {
    border-radius: 1rem;
    background: rgba(245, 243, 241, 0.50);
    position: relative;
    padding: 2.4rem 4rem 2.4rem 2.1rem;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    border: 1px solid transparent;
}
.product_page-box__title {
    color: var(--accent, #C79447);
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 510;
    line-height: 120%;
}
.product_page-box__description {
    color: var(--black, #323232);
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.product_page-box img {
    width: 3rem;
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
}
.product_page-tabs {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}
.product_page-tabs__row {
    padding-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 10rem;
    border-bottom: 1px solid #ECDDC6;
}
.product_page-tab {
    color: var(--black, #323232);
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 510;
    line-height: normal;
    text-transform: uppercase;
}
.product_page-tab.active {
    color: #C79447;
}
.product_page-tabs__content {
    display: none;
}
.product_page-tabs__content.active {
    display: block;
}
.product_page-tabs__description {
    color: var(--black, #323232);
    text-align: justify;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}
.product_page-tabs__description ul {
    padding-left: 3rem;
}
.breadcrumbs ul li a:hover {
    color: #C79447;
}
.product_page-back:hover {
    color: #323232;
}
.product_page-next:hover, .product_page-prev:hover {
    background: #C79447;
}
.product_page-next:hover svg path, .product_page-prev:hover svg path {
    stroke: #FCFCFC;
}
.footer-menu nav ul li a:hover {
    color: #C79447;
}
.product_page-addtocart:hover {
    border-color: #C79447;
}
.product_page-addtocart:hover p {
    color: #C79447;
}
.product_page-addtocart:hover svg path {
    stroke: #C79447;
}
.product_page-wishlist:hover {
    border-color: #C79447;
}
.product_page-wishlist:hover svg path {
    stroke: #C79447;
}
.product_page-quantity button:hover svg path {
    stroke: #323232;
}
.product_page-box:hover {
    border-color: #C79447;
}
.product_page-tab:hover {
    color: #C79447;
}
.product_page-tabs__certificate {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}
.product_page-tabs__certificate a {
    display: flex;
    width: 100%;
    height: 61.9rem;
}
.product_page-tabs__certificate a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1rem;
}
.product_page-tabs__chars {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.product_page-tabs__chars-row {
    display: flex;
    align-items: center;
    gap: 2.5rem;
}
.product_page-tabs__chars-row p {
    color: #323232;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}
.product_page-tabs__chars-row p:nth-child(1) {
    min-width: 10rem;
}





@media screen and (max-width: 992px) {
    .product_page {
        margin-bottom: 12rem;
    }
    .product_page-container {
        display: flex;
        flex-direction: column;
    }
    .product_page-main {
        margin-bottom: 5rem;
        display: flex;
        flex-direction: column;
        gap: 3rem;
    }
    .product_page-top {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .product_page-sku {
        color: #323232;
        font-size: 1.4rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        opacity: 0.5;
    }
    .product_page-back {
        color: #C79447;
        font-size: 1.8rem;
        font-style: normal;
        font-weight: 510;
        line-height: normal;
    }
    .product_page-row {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 4rem;
    }
    .product_page-images {
        display: flex;
        flex-direction: column;
        gap: 3rem;
    }
    .product_page-slider {
        display: flex;
        align-items: center;
        position: relative;
    }
    .product_page-prev {
        display: flex;
        width: 3.6rem;
        height: 3.6rem;
        justify-content: center;
        align-items: center;
        border-radius: 100%;
        border: 1px solid #ECDDC6;
        background: #FCFCFC;
        position: absolute;
        left: -1.8rem;
        z-index: 3;
    }
    .product_page-prev svg {
        width: 0.6rem;
        height: auto;
    }
    .product_page_swiper {
        width: 100%;
        height: 65rem;
        max-width: 64rem;
    }
    .product_page_swiper .swiper-slide {
        height: auto;
    }
    .product_page_swiper .swiper-slide a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        background: #F5F3F1;
        border-radius: 1rem;
        overflow: hidden;
    }
    .product_page_swiper .swiper-slide a img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }
    .product_page-next {
        display: flex;
        width: 3.6rem;
        height: 3.6rem;
        justify-content: center;
        align-items: center;
        border-radius: 100%;
        border: 1px solid #ECDDC6;
        background: #FCFCFC;
        position: absolute;
        right: -1.8rem;
        z-index: 3;
    }
    .product_page-next svg {
        width: 0.6rem;
        height: auto;
    }
    .product_page_thumbs {
        width: 100%;
        max-width: 64rem;
        height: 11.9rem;
    }
    .product_page_thumbs .swiper-slide {
        height: auto;
        cursor: pointer;
        border: 1px solid transparent;
        border-radius: 1rem;
        overflow: hidden;
        transition: .3s all;
        background: #F5F3F1;
    }
    .product_page_thumbs .swiper-slide img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }
    .product_page_thumbs .swiper-slide-thumb-active {
        border-color: #C79447;
    }
    .product_page-content {
        display: flex;
        flex-direction: column;
        gap: 4rem;
    }
    .product_page-name {
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
    }
    .product_page-title {
        color: #323232;
        font-size: 3.6rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .product_page-short {
        color: #323232;
        font-size: 1.6rem;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
    }
    .product_page-column {
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
        width: 100%;
        max-width: 50rem;
    }
    .product_page-form {
        display: flex;
        flex-direction: column;
        gap: 2.4rem;
    }
    .product_page-info {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }
    .product_page-tags {
        display: flex;
        gap: 1rem;
    }
    .product_page-tag__sale {
        color: var(--accent, #C79447);
        text-align: center;
        font-size: 1.4rem;
        font-style: normal;
        font-weight: 510;
        line-height: 100%;
        letter-spacing: -0.042rem;
        padding: 0.4rem 0.5rem;
        border-radius: 0.5rem;
        border: 1px solid var(--accent, #C79447);
        background: #FCFCFC;
    }
    .product_page-tag__hit {
        color: #FFF;
        text-align: center;
        font-size: 1.4rem;
        font-style: normal;
        font-weight: 500;
        line-height: 100%;
        letter-spacing: -0.042rem;
        padding: 0.4rem 0.9rem;
        border-radius: 0.5rem;
        background: var(--accent, #C79447);
    }
    .product_page-prices {
        display: flex;
        align-items: center;
        gap: 1rem;
    }
    .product_page-price {
        color: #323232;
        font-size: 3.6rem;
        font-style: normal;
        font-weight: 510;
        line-height: normal;
    }
    .product_page-oldprice {
        color: var(--black, #323232);
        font-size: 1.8rem;
        font-style: normal;
        font-weight: 274;
        line-height: normal;
        text-decoration-line: line-through;
    }
    .product_page-dolyami {
        display: flex;
        width: 32rem;
        padding: 1.2rem;
        align-items: center;
        gap: 1rem;
        border-radius: 0.8rem;
        background: var(--Base-secondary, rgba(0, 0, 0, 0.04));
    }
    .product_page-dolyami img:nth-child(1) {
        width: 6.8rem;
    }
    .product_page-dolyami p {
        color: #000;
        font-feature-settings: 'liga' off;
        font-size: 1.3rem;
        font-style: normal;
        font-weight: 400;
        line-height: 2.4rem;
        margin-right: auto;
    }
    .product_page-dolyami img:nth-child(2) {
        width: 1.6rem;
    }
    .product_page-variations {
        display: flex;
        flex-direction: column;
        gap: 2.5rem;
    }
    .product_page-variations__item {
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
    }
    .product_page-variations__item-title {
        color: var(--black, #323232);
        font-size: 1.8rem;
        font-style: normal;
        font-weight: 510;
        line-height: 120%;
    }
    .product_page-variations__colors {
        display: flex;
        gap: 1.5rem;
        flex-wrap: wrap;
    }
    .product_page-variations__colors-block {
        display: flex;
    }
    .product_page-variations__colors-block input {
        display: none;
    }
    .product_page-variations__colors-block label {
        width: 4rem;
        height: 4rem;
        border-radius: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 2px solid transparent;
        padding: 2px;
        cursor: pointer;
        transition: .3s all;
    }
    .product_page-variations__colors-block label span {
        width: 100%;
        height: 100%;
        border-radius: 100%;
    }
    .product_page-variations__colors-block input:checked+label {
        border-color: #C79447;
    }
    .product_page-variations__default {
        display: flex;
        gap: 1.5rem;
        flex-wrap: wrap;
    }
    .product_page-variations__default-block {
        display: flex;
    }
    .product_page-variations__default-block input {
        display: none;
    }
    .product_page-variations__default-block label {
        padding: 0.4rem 1.5rem;
        height: 4rem;
        border-radius: 1rem;
        border: 1px solid #ECDDC6;
        background: #FCFCFC;
        color: rgba(50, 50, 50, 0.4);
        text-align: center;
        font-family: Inter;
        font-size: 1.6rem;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
        transition: .3s all;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .product_page-variations__default-block input:checked+label {
        color: #323232;
        border-color: #C79447;
    }
    .product_page-variations__select select {
        background-image: url('/wp-content/uploads/2026/01/select.svg');
        background-position: center right 2rem;
        background-repeat: no-repeat;
        background-size: 1rem;
        width: 100%;
        cursor: pointer;
        height: 5.2rem;
        padding: 0 2rem 0 1.6rem;
        border-radius: 1rem;
        border: 1px solid #323232;
        background-color: #FCFCFC;
        color: #323232;
        font-size: 1.4rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .product_page-variations__select select {
        -webkit-appearance: none;
        -moz-appearance: none;
    }
    .product_page-variations__select select::-ms-expand {
        display: none;
    }
    .product_page-buttons {
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
    }
    .product_page-aviable {
        color: var(--accent, #C79447);
        font-size: 1.8rem;
        font-style: normal;
        font-weight: 510;
        line-height: 120%;
    }
    .product_page-notaviable {
        color: var(--black, #323232);
        font-size: 1.8rem;
        font-style: normal;
        font-weight: 510;
        line-height: 120%;
    }
    .product_page-buttons__col {
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
    }
    .product_page-buttons__row {
        display: flex;
        gap: 1rem;
    }
    .product_page-addtocart {
        display: flex;
        width: 100%;
        padding: 1.8rem 3.2rem;
        justify-content: center;
        align-items: center;
        gap: 1rem;
        border-radius: 1rem;
        border: 1px solid var(--black, #323232);
        background: #FCFCFC;
    }
    .product_page-addtocart svg {
        width: 2.4rem;
        height: auto;
    }
    .product_page-addtocart p {
        color: var(--black, #323232);
        font-size: 1.8rem;
        font-style: normal;
        font-weight: 510;
        line-height: 120%;
    }
    .product_page-wishlist {
        width: 8.3rem;
        min-width: 8.3rem;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 1rem;
        border: 1px solid var(--black, #323232);
        background: #FCFCFC;
    }
    .product_page-wishlist svg {
        width: 2.1rem;
        height: auto;
    }
    .product_page-wishlist.active svg path {
        fill: #C79447;
    }
    .product_page-quantity {
        padding: 1.8rem 3.2rem;
        border-radius: 1rem;
        border: 1px solid var(--elements, #ECDDC6);
        background: #FCFCFC;
        display: flex;
        align-items: center;
        gap: 1rem;
        justify-content: center;
    }
    .product_page-quantity button {
        display: flex;
        width: 1.8rem;
        height: 1.8rem;
        justify-content: center;
        align-items: center;
    }
    .product_page-quantity button svg {
        width: 1.8rem;
        height: auto;
    }
    .product_page-quantity input {
        color: var(--accent, #C79447);
        font-size: 1.8rem;
        font-style: normal;
        font-weight: 510;
        line-height: 120%;
        text-align: center;
        width: 8rem;
    }
    .product_page-quantity input::-webkit-outer-spin-button,
    .product_page-quantity input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }
    .product_page-quantity input[type=number] {
        -moz-appearance:textfield;
    }
    .product_page-boxes {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1.4rem;
    }
    .product_page-box {
        border-radius: 1rem;
        background: rgba(245, 243, 241, 0.50);
        position: relative;
        padding: 2.4rem 4rem 2.4rem 2.1rem;
        display: flex;
        flex-direction: column;
        gap: 0.6rem;
        border: 1px solid transparent;
    }
    .product_page-box__title {
        color: var(--accent, #C79447);
        font-size: 1.8rem;
        font-style: normal;
        font-weight: 510;
        line-height: 120%;
    }
    .product_page-box__description {
        color: var(--black, #323232);
        font-size: 1.4rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .product_page-box img {
        width: 3rem;
        position: absolute;
        top: 1.5rem;
        right: 1.5rem;
    }
    .product_page-tabs {
        display: flex;
        flex-direction: column;
        gap: 3rem;
    }
    .product_page-tabs__row {
        padding-bottom: 1rem;
        display: flex;
        align-items: center;
        gap: 10rem;
        border-bottom: 1px solid #ECDDC6;
    }
    .product_page-tab {
        color: var(--black, #323232);
        font-size: 1.6rem;
        font-style: normal;
        font-weight: 510;
        line-height: normal;
        text-transform: uppercase;
    }
    .product_page-tab.active {
        color: #C79447;
    }
    .product_page-tabs__content {
        display: none;
    }
    .product_page-tabs__content.active {
        display: block;
    }
    .product_page-tabs__description {
        color: var(--black, #323232);
        text-align: justify;
        font-size: 1.6rem;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
    }
    .product_page-tabs__description ul {
        padding-left: 3rem;
    }
    .breadcrumbs ul li a:hover {
        color: #C79447;
    }
    .product_page-back:hover {
        color: #323232;
    }
    .product_page-next:hover, .product_page-prev:hover {
        background: #C79447;
    }
    .product_page-next:hover svg path, .product_page-prev:hover svg path {
        stroke: #FCFCFC;
    }
    .footer-menu nav ul li a:hover {
        color: #C79447;
    }
    .product_page-addtocart:hover {
        border-color: #C79447;
    }
    .product_page-addtocart:hover p {
        color: #C79447;
    }
    .product_page-addtocart:hover svg path {
        stroke: #C79447;
    }
    .product_page-wishlist:hover {
        border-color: #C79447;
    }
    .product_page-wishlist:hover svg path {
        stroke: #C79447;
    }
    .product_page-quantity button:hover svg path {
        stroke: #323232;
    }
    .product_page-box:hover {
        border-color: #C79447;
    }
    .product_page-tab:hover {
        color: #C79447;
    }
    .product_page-tabs__certificate {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 2rem;
    }
    .product_page-tabs__certificate a {
        display: flex;
        width: 100%;
        height: 61.9rem;
    }
    .product_page-tabs__certificate a img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 1rem;
    }
    .product_page-tabs__chars {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }
    .product_page-tabs__chars-row {
        display: flex;
        align-items: center;
        gap: 2.5rem;
    }
    .product_page-tabs__chars-row p {
        color: #323232;
        font-size: 1.6rem;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
    }
    .product_page-tabs__chars-row p:nth-child(1) {
        min-width: 10rem;
    }
}

/* popup-product */

.popup-product .popup-main {
    padding: 4rem;
    display: flex;
    flex-direction: column;
    gap: 4rem;
    max-width: 78.2rem;
    max-height: 90vh;
    overflow-y: auto;
}
.popup-product__row {
    display: flex;
    align-items: flex-end;
    gap: 4rem;
}
.popup-product__img {
    width: 29.6rem;
    min-width: 29.6rem;
    height: 29.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F5F3F1;
    border-radius: 1rem;
    overflow: hidden;
}
.popup-product__img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.popup-product__col {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.popup-product__col .title {
    text-align: left;
}
.popup-product__column {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.popup-product__description {
    color: var(--black, #323232);
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 510;
    line-height: normal;
}
.popup-product__info {
    display: flex;
    align-items: flex-start;
    gap: 4rem;
}
.popup-product__price {
    color: #323232;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 590;
    line-height: 120%;
}
.popup-product__chars {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.popup-product__chars p {
    color: var(--black, #323232);
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.popup-product__link {
    display: flex;
    padding: 1.8rem 3.2rem;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    border-radius: 1rem;
    border: 1px solid var(--black, #323232);
    background: var(--black, #323232);
}
.popup-product__link svg {
    width: 2.4rem;
    height: auto;
}
.popup-product__link p {
    color: #FCFCFC;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 510;
    line-height: 120%;
}
.popup-product__more {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}
.popup-product__more .hits-row {
    display: none;
}

@media screen and (max-width: 992px) {
    .popup-product .popup-main {
        padding: 4rem;
        display: flex;
        flex-direction: column;
        gap: 4rem;
        max-width: 78.2rem;
        max-height: 90vh;
        overflow-y: auto;
    }
    .popup-product__row {
        display: flex;
        align-items: flex-end;
        gap: 4rem;
    }
    .popup-product__img {
        width: 29.6rem;
        min-width: 29.6rem;
        height: 29.6rem;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #F5F3F1;
        border-radius: 1rem;
        overflow: hidden;
    }
    .popup-product__img img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }
    .popup-product__col {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }
    .popup-product__col .title {
        text-align: left;
    }
    .popup-product__column {
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
    }
    .popup-product__description {
        color: var(--black, #323232);
        font-size: 1.6rem;
        font-style: normal;
        font-weight: 510;
        line-height: normal;
    }
    .popup-product__info {
        display: flex;
        align-items: flex-start;
        gap: 4rem;
    }
    .popup-product__price {
        color: #323232;
        font-size: 1.8rem;
        font-style: normal;
        font-weight: 590;
        line-height: 120%;
    }
    .popup-product__chars {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
    }
    .popup-product__chars p {
        color: var(--black, #323232);
        font-size: 1.4rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .popup-product__link {
        display: flex;
        padding: 1.8rem 3.2rem;
        justify-content: center;
        align-items: center;
        gap: 1rem;
        border-radius: 1rem;
        border: 1px solid var(--black, #323232);
        background: var(--black, #323232);
    }
    .popup-product__link svg {
        width: 2.4rem;
        height: auto;
    }
    .popup-product__link p {
        color: #FCFCFC;
        font-size: 1.8rem;
        font-style: normal;
        font-weight: 510;
        line-height: 120%;
    }
    .popup-product__more {
        display: flex;
        flex-direction: column;
        gap: 2.5rem;
    }
    .popup-product__more .hits-row {
        display: none;
    }
}

/* cart */

.cart {
    margin-bottom: 9.5rem;
}
.cart-container {
    display: flex;
    flex-direction: column;
}
.cart-main {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
}
.cart-top {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.cart-name {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cart-back {
    color: var(--accent, #C79447);
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 510;
    line-height: normal;
}
.cart-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cart-count {
    color: var(--black, #323232);
    font-family: Inter;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}
.cart-clear {
    opacity: 0.4;
    display: flex;
    align-items: center;
    gap: 0.6rem;
}
.cart-clear p {
    color: var(--black, #323232);
    font-family: Inter;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}
.cart-clear svg {
    width: 1.3rem;
    height: auto;
}
.cart-content {
    background: #F5F3F1;
    border-radius: 1rem;
    padding: 3rem;
    display: flex;
    align-items: flex-start;
    gap: 2rem;
}
.cart-products {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    width: 100%;
}
.cart-product {
    border-radius: 1rem;
    background: var(--background, #FCFCFC);
    display: flex;
    align-items: center;
    gap: 2rem;
    padding: 3rem;
}
.cart-product__img {
    border-radius: 1rem;
    background: var(--back-card, #F5F3F1);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 14rem;
    min-width: 14rem;
    height: 14rem;
}
.cart-product__img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.cart-product__main {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.cart-product__col {
    max-width: 36.4rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2.1rem;
}
.cart-product__title {
    color: var(--black, #323232);
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 510;
    line-height: normal;
}
.cart-product__chars {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
}
.cart-product__chars p {
    color: var(--black, #323232);
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.cart-product__col2 {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
}
.cart-product__row {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.cart-product__price {
    color: #323232;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 590;
    line-height: 120%;
}
.cart-product__price .woocommerce-Price-currencySymbol {
	display: none;
}
.cart-product__quantity {
    position: absolute;
    width: 14.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    border-radius: 1rem;
    border: 1px solid var(--elements, #ECDDC6);
    background: #FCFCFC;
    bottom: 0;
    right: 13.3rem;
}
.cart-product__quantity button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.8rem;
    height: 1.8rem;
}
.cart-product__quantity button svg {
    width: 1.8rem;
    height: auto;
}
.cart-product__quantity input {
    color: var(--accent, #C79447);
    text-align: center;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 590;
    line-height: 120%;
    width: 5rem;
}
.cart-product__quantity input::-webkit-outer-spin-button,
.cart-product__quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.cart-product__quantity input[type=number] {
    -moz-appearance:textfield;
}
.cart-product__delete {
    opacity: 0.4;
    display: flex;
    align-items: center;
    gap: 0.6rem;
}
.cart-product__delete p {
    color: var(--black, #323232);
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.cart-product__delete svg {
    width: 1.3rem;
    height: auto;
}
.cart-aside {
    width: 42.5rem;
    min-width: 42.5rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding: 3rem;
    background: #FCFCFC;
    border-radius: 1rem;
    position: sticky;
    top: 15rem;
}
.cart-aside .title {
    text-align: left;
}
.cart-aside__col {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}
.cart-aside__total {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cart-aside__total p {
    color: #323232;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 510;
    line-height: 120%;
}
.cart-aside__total p strong {
	font-weight: 510;
}
.cart-aside__total p .woocommerce-Price-currencySymbol {
	display: none;
}
.cart-aside__column {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.cart-submit {
    border-radius: 1rem;
    border: 1px solid var(--black, #323232);
    background: var(--black, #323232);
    padding: 1.8rem 3.2rem;
    color: var(--background, #FCFCFC);
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 510;
    line-height: 120%;
	text-align: center;
}
.cart-aside__column .product_page-dolyami {
    width: 100%;
}
.cart-aside__delivery {
    border-radius: 1rem;
    background: rgba(245, 243, 241, 0.50);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2rem;
}
.cart-aside__delivery p {
    color: var(--black, #323232);
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.cart-aside__delivery img {
    width: 3rem;
    min-width: 3rem;
}
.cart-clear__title {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto 0;
}
.cart-clear__title .title {
    color: #ECDDC6;
}
.cart-submit:disabled {
    opacity: 0.5;
}

@media screen and (max-width: 992px) {
    .cart {
        margin-bottom: 6.5rem;
    }
    .cart-main {
        gap: 1.5rem;
    }
    .cart-top {
        gap: 1rem;
    }
    .cart-back {
        font-size: 1.1rem;
    }
    .cart-count {
        font-size: 1.1rem;
    }
    .cart-clear {
        gap: 0.5rem;
    }
    .cart-clear p {
        font-size: 1.1rem;
    }
    .cart-clear svg {
        width: 1.1rem;
    }
    .cart-content {
        min-width: 100vw;
        margin-left: -2rem;
        border-radius: 0;
        padding: 2rem;
        flex-direction: column;
        gap: 1.5rem;
    }
    .cart-products {
        gap: 1.5rem;
    }
    .cart-product {
        align-items: flex-start;
        position: relative;
        gap: 1.5rem;
        padding: 1.5rem 1.5rem 8.5rem 1.5rem;
    }
    .cart-product__img {
        width: 12rem;
        min-width: 12rem;
        height: 12rem;
    }
    .cart-product__col {
        max-width: none;
        gap: 1rem;
    }
    .cart-product__title {
        font-size: 1.2rem;
    }
    .cart-product__chars {
        gap: 0.2rem;
    }
    .cart-product__chars p {
        font-size: 1.1rem;
    }
    .cart-product__main {
        position: initial;
    }
    .cart-product__row {
        justify-content: space-between;
        flex-direction: row-reverse;
        width: 100%;
        position: absolute;
        bottom: 4rem;
        left: 0;
        padding: 0 1.5rem;
    }
    .cart-product__price {
        font-size: 1.4rem;
    }
    .cart-product__quantity {
        position: relative;
        width: 12rem;
        padding: 0.8rem;
        right: 0;
    }
    .cart-product__quantity button {
        width: 1.8rem;
        height: 1.8rem;
    }
    .cart-product__quantity button svg {
        width: 1.8rem;
    }
    .cart-product__quantity input {
        font-size: 1.2rem;
        width: 5rem;
    }
    .cart-product__delete {
        gap: 0.5rem;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 1.5rem;
        width: 6rem;
        justify-content: center;
        margin: 0 auto;
    }
    .cart-product__delete p {
        font-size: 1.1rem;
    }
    .cart-product__delete svg {
        width: 1.1rem;
    }
    .cart-aside {
        width: 100%;
        min-width: 100%;
        gap: 1.5rem;
        padding: 1.5rem;
        position: relative;
        top: 0;
    }
    .cart-aside__col {
        gap: 2rem;
    }
    .cart-aside__total p {
        font-size: 1.4rem;
    }
    .cart-aside__column {
        gap: 1.5rem;
    }
    .cart-submit {
        padding: 1.5rem;
        font-size: 1.2rem;
    }
    .cart-aside__delivery {
        padding: 1.5rem;
    }
    .cart-aside__delivery p {
        font-size: 1.2rem;
    }
    .cart-aside__delivery img {
        width: 2.5rem;
        min-width: 2.5rem;
    }
    .cart-clear__title {
        padding: 4rem 0;
    }
}

/* checkout */

.checkout {
    margin-bottom: 10rem;
}
.checkout-container {
    display: flex;
    flex-direction: column;
}
.checkout-main {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
}
.checkout-thanks {
    margin-bottom: 16rem;
    border-radius: 1rem;
    background: var(--back-card, #F5F3F1);
    padding: 4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3rem;
}
.checkout-thanks__col {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
}
.checkout-thanks__col .title span {
    color: #C79447;
}
.checkout-thanks__col p {
    color: var(--black, #323232);
    text-align: center;
    font-family: Inter;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    max-width: 46.8rem;
}
.checkout-thanks__button {
    color: #FFF;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 510;
    line-height: 120%;
    padding: 1.8rem 3.2rem;
    border-radius: 1rem;
    border: 1px solid #323232;
    background: #323232;
}
.checkout-thanks .title br {
    display: none;
}

@media screen and (max-width: 992px) {
    .checkout {
        margin-bottom: 6.5rem;
    }
    .checkout-main {
        gap: 1.5rem;
    }
    .checkout-thanks {
        margin-bottom: 10rem;
        border-radius: 0;
        min-width: 100vw;
        margin-left: -2rem;
        padding: 2rem;
        gap: 2.5rem;
    }
    .checkout-thanks .title {
        margin-bottom: 1rem;
    }
    .checkout-thanks .title br {
        display: block;
    }
    .checkout-thanks__col {
        gap: 1rem;
    }
    .checkout-thanks__col p {
        font-size: 1.2rem;
        max-width: 29.3rem;
    }
    .checkout-thanks__button {
        font-size: 1.2rem;
        padding: 1.5rem;
        width: 100%;
    }
}

/* page_404 */

.page_404 {
    margin-bottom: 9.5rem;
}
.page_404-main {
    border-radius: 1rem;
    background: var(--back-card, #F5F3F1);
    padding: 5.2rem 5rem 3rem 5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem
}
.page_404-main img {
    width: 100%;
}
.page_404-main p {
    color: var(--black, #323232);
    text-align: center;
    font-family: Inter;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}
.page_404-link {
    border-radius: 1rem;
    border: 1px solid #323232;
    background: #323232;
    margin-top: 0.5rem;
    color: #FFF;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 510;
    line-height: 120%;
    padding: 1.8rem 3.2rem;
}
.page_404-main img.mob {
    display: none;
}

@media screen and (max-width: 992px) {
    .page_404 {
        margin-bottom: 6.5rem;
    }
    .page_404-main {
        border-radius: 0;
        min-width: 100vw;
        margin-left: -2rem;
        padding: 3.5rem 0 2rem 0;
    }
    .page_404-main img {
        margin-bottom: 0.5rem;
    }
    .page_404-main p {
        font-size: 1.2rem;
    }
    .page_404-link {
        font-size: 1.2rem;
        padding: 1.5rem 2.5rem;
    }
    .page_404-main img {
        display: none;
    }
    .page_404-main img.mob {
        display: block;
    }
}

/* checkout */

.checkout-content {
    display: flex;
    flex-direction: column;
    gap: 2.2rem;
    border-radius: 1rem;
    background: var(--back-card, #F5F3F1);
    padding: 3rem;
}
.checkout-row {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-height: 120rem;
    gap: 2rem;
}
.checkout-block {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    width: 100%;
    max-width: 62rem;
    border-radius: 1rem;
    background: var(--background, #FCFCFC);
    padding: 3rem;
}
.checkout-order {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.checkout-order .title {
    text-align: left;
}
.checkout-order__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.checkout-order__row p {
    color: #323232;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 510;
    line-height: 120%;
}
.checkout-order__row p strong {
	font-weight: 510;
}
.checkout-order__row p .woocommerce-Price-currencySymbol {
	display: none;
}
.checkout-contacts {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}
.checkout-contacts > p {
    color: var(--black, #323232);
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 510;
    line-height: 120%;
}
.checkout-contacts__col {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.checkout-contacts__col .refund-input > textarea {
    height: 9.8rem;
    min-height: 9.8rem;
}
.checkout-payments {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}
.checkout-payment {
    display: flex;
    align-items: center;
    position: relative;
}
.checkout-payment input[type=radio]:before {
    content: "";
    display: inline-block;
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 100%;
    border: 1px solid #C79447;
    position: absolute;
    margin-top: -0.8rem;
    background-color: #FFF;
    cursor: pointer;
}
.checkout-payment input[type=radio]:checked:before {
    background:transparent;
    background-image: url('/wp-content/uploads/2026/01/checkbox.svg');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    background-size: cover;
}
.checkout-payment input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
}
.checkout-payment input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: none;
}
.checkout-payment input[type="radio"]:checked {
    background-image: none;
}
.checkout-payment label {
    cursor: pointer;
    padding-left: 2.6rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.checkout-payment label p {
    color: #000;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 510;
    line-height: 120%;
}
.checkout-payment label img {
    height: 2rem;
}
.checkout-dolyami {
    padding-left: 2.6rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-top: -1rem;
}
.checkout-dolyami > p {
    color: rgba(0, 0, 0, 0.50);
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.checkout-dolyami__col {
    display: flex;
    padding: 1.2rem;
    flex-direction: column;
    gap: 0.8rem;
    border-radius: 1rem;
    background: #F6F7F8;
}
.checkout-dolyami__col > p {
    color: var(--Text-text-03, rgba(0, 0, 0, 0.40));
    font-feature-settings: 'liga' off;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6rem;
}
.checkout-dolyami__row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.6rem;
}
.checkout-dolyami__item {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}
.checkout-dolyami__item p:nth-child(1) {
    color: var(--Text-text-03, rgba(0, 0, 0, 0.40));
    font-feature-settings: 'liga' off;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6rem;
}
.checkout-dolyami__item p:nth-child(2) {
    color: var(--Text-text-03, rgba(0, 0, 0, 0.40));
    font-feature-settings: 'liga' off;
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 510;
    line-height: 2.4rem;
}
.checkout-dolyami__item::after {
    content: '';
    margin-top: 0.6rem;
    border-radius: 0.6rem;
    background: var(--Base-secondary-pressed, rgba(0, 0, 0, 0.12));
    height: 0.6rem;
    width: 100%;
}
.checkout-dolyami__item:first-child p:nth-child(1) {
    color: #000;
}
.checkout-dolyami__item:first-child p:nth-child(2) {
    color: #000;
}
.checkout-dolyami__item:first-child::after {
    background: #428BF9;
}
.checkout-delivery {
    display: flex;
    flex-direction: column;
    gap: 4rem;
}
.checkout-delivery__item {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}
.checkout-delivery__item-input {
    display: flex;
    align-items: center;
    position: relative;
}
.checkout-delivery__item-input label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
    padding-left: 2.6rem;
    color: #000;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 510;
    line-height: 120%;
}
.checkout-delivery__item-input label img {
    height: 2.2rem;
}
.checkout-delivery__item input[type=radio]:before {
    content: "";
    display: inline-block;
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 100%;
    border: 1px solid #C79447;
    position: absolute;
    margin-top: -0.8rem;
    background-color: #FFF;
    cursor: pointer;
}
.checkout-delivery__item input[type=radio]:checked:before {
    background:transparent;
    background-image: url('/wp-content/uploads/2026/01/checkbox.svg');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    background-size: cover;
}
.checkout-delivery__item input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
}
.checkout-delivery__item input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: none;
}
.checkout-delivery__item input[type="radio"]:checked {
    background-image: none;
}
.checkout-total {
    width: 42.5rem;
    display: flex;
    flex-direction: column;
    gap: 3rem;
    padding: 3rem;
    border-radius: 1rem;
    background: var(--background, #FCFCFC);
    margin: 0 auto;
}
.checkout-total__col {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.checkout-total__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.checkout-total__row p {
    color: #323232;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 510;
    line-height: 120%;
}
.checkout-total__col2 {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.checkout-submit {
    border-radius: 1rem;
    border: 1px solid var(--black, #323232);
    background: var(--black, #323232);
    padding: 1.8rem 3.2rem;
    color: var(--background, #FCFCFC);
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 510;
    line-height: 120%;
}
.checkout-total .refund-privacy {
    margin: 0 auto;
    max-width: 28.3rem;
}

@media screen and (max-width: 992px) {
    .checkout-content {
        gap: 1.5rem;
        border-radius: 0;
        min-width: 100vw;
        margin-left: -2rem;
        padding: 2rem;
    }
    .checkout-row {
        max-height: none;
        gap: 1.5rem;
    }
    .checkout-block {
        gap: 1.5rem;
        max-width: none;
        padding: 1.5rem;
    }
    .checkout-block:nth-child(3) {
        order: 4;
    }
    .checkout-order {
        gap: 1.5rem;
    }
    .checkout-order__row p {
        font-size: 1.4rem;
    }
    .checkout-contacts {
        gap: 2rem;
    }
    .checkout-contacts > p {
        font-size: 1.4rem;
    }
    .checkout-contacts__col .refund-input > textarea {
        height: 9rem;
        min-height: 9rem;
    }
    .checkout-payment label p {
        font-size: 1.4rem;
    }
    .checkout-payment label img {
        height: 1.6rem;
    }
    .checkout-dolyami {
        padding-left: 0;
    }
    .checkout-dolyami > p {
        font-size: 1.1rem;
    }
    .checkout-delivery {
        gap: 3rem;
    }
    .checkout-delivery__item {
        gap: 1.5rem;
    }
    .checkout-delivery__item-input label {
        font-size: 1.4rem;
    }
    .checkout-delivery__item-input label img {
        height: 1.7rem;
    }
    .checkout-total {
        width: 100%;
        gap: 2rem;
        padding: 1.5rem;
    }
    .checkout-total__row p {
        font-size: 1.4rem;
    }
    .checkout-total__col2 {
        gap: 1rem;
    }
    .checkout-submit {
        padding: 1.5rem;
        font-size: 1.2rem;
    }
    .checkout-total .refund-privacy {
        max-width: 20.3rem;
    }
}

/* account */

.account {
    margin-bottom: 13.5rem;
}
.account-container {
    display: flex;
    flex-direction: column;
}
.account-main {
    display: flex;
    flex-direction: column;
    gap: 3.3rem;
}
.account-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.account-top .title {
    text-align: left;
}
.account-logout {
    color: var(--black, #323232);
    font-family: Inter;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}
.account-column {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}
.account_orders {
    padding: 3rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    border-radius: 1rem;
    background: var(--back-card, #F5F3F1);
}
.account_orders-item {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #ECDDC6;
}
.account_orders-item__button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem 0;
}
.account_orders-item__button-block p {
    color: var(--black, #323232);
    font-family: Inter;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-align: left;
}
.account_orders-item__content {
    overflow: hidden;
    position: relative;
    max-height: 0;
    display: flex;
    align-items: flex-start;
    gap: 24.6rem;
    transition: .3s all;
}
.account_orders-item__button svg {
    width: 1.4rem;
    height: auto;
    transition: .3s all;
}
.account_orders-item__button-block:nth-child(2) {
    width: 10rem;
}
.account_orders-item__col {
    display: flex;
    max-width: 39.5rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 3rem;
}
.account_orders-item__row {
    display: flex;
    align-items: flex-start;
    gap: 6.4rem;
}
.account_orders-item__product {
    display: flex;
    max-width: 22.8rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
}
.account_orders-item__title {
    color: var(--black, #323232);
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 510;
    line-height: normal;
}
.account_orders-item__info {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.account_orders-item__info p {
    color: var(--black, #323232);
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.account_orders-item__price {
    color: #323232;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 590;
    line-height: 120%;
}
.account_orders-item__delivery {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
}
.account_orders-item__delivery > p {
    color: #000;
    font-family: Inter;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}
.account_orders-item__delivery > p b {
    color: #000;
    font-family: "SF Pro";
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 510;
    line-height: 120%;
}
.account_orders-item__delivery-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
}
.account_orders-item__delivery-col p {
    color: #000;
    font-family: Inter;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}
.account_orders-item.active .account_orders-item__button-block p {
    color: #C79447;
}
.account_orders-item.active .account_orders-item__button svg {
    transform: rotate(180deg);
}
.account_orders-item.active .account_orders-item__button svg path {
    stroke: #C79447;
}
.account_orders-item.active .account_orders-item__content {
    margin-top: 1rem;
    margin-bottom: 3rem;
}
.account_wishlist {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 2.5rem;
}

@media screen and (max-width: 992px) {
    .account {
        margin-bottom: 6.5rem;
    }
    .account-main {
        gap: 1.5rem;
    }
    .account-logout {
        font-size: 1.4rem;
    }
    .account-column {
        gap: 1.5rem;
    }
    .account_orders {
        padding: 2rem;
        min-width: 100vw;
        margin-left: -2rem;
        gap: 1.5rem;
        border-radius: 0;
    }
    .account_orders-item__button {
        flex-wrap: wrap;
        padding: 0 0 1.5rem 0;
        gap: 0.5rem 1.5rem;
    }
    .account_orders-item__button-block p {
        font-weight: 510;
    }
    .account_orders-item__button-block:nth-child(2) {
        margin-left: auto;
    }
    .account_orders-item__button-block:nth-child(3) {
        order: 3;
        width: 100%;
    }
    .account_orders-item__button-block:nth-child(3) p {
        font-size: 1.2rem;
        font-weight: 400;
    }
    .account_orders-item__button-block:nth-child(4) {
        order: 4;
        width: 100%;
    }
    .account_orders-item__content {
        flex-direction: column;
        gap: 2.5rem;
    }
    .account_orders-item__button svg {
        width: 1rem;
    }
    .account_orders-item__button-block:nth-child(2) {
        width: auto;
    }
    .account_orders-item__col {
        max-width: none;
        gap: 2.5rem;
        width: 100%;
    }
    .account_orders-item__row {
        justify-content: space-between;
        gap: 2rem;
        width: 100%;
    }
    .account_orders-item__product {
        max-width: 17.4rem;
    }
    .account_orders-item__title {
        font-size: 1.2rem;
    }
    .account_orders-item__info {
        gap: 0.2rem;
    }
    .account_orders-item__info p {
        font-size: 1.1rem;
    }
    .account_orders-item__price {
        font-size: 1.4rem;
    }
    .account_orders-item__delivery > p {
        font-size: 1.1rem;
    }
    .account_orders-item__delivery > p b {
        font-size: 1.2rem;
    }
    .account_orders-item__delivery-col p {
        font-size: 1.1rem;
    }
    .account_orders-item.active .account_orders-item__content {
        margin-bottom: 1.5rem;
    }
    .account_wishlist {
        grid-template-columns: repeat(2, 1fr);
        gap: 3rem 1.1rem;
    }
}

/* account_data */

.account_data {
    padding: 3rem 2.8rem;
    border-radius: 1rem;
    background: var(--back-card, #F5F3F1);
    display: grid;
    align-items: flex-start;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}
.account_data-left {
    border-radius: 1rem;
    background: var(--background, #FCFCFC);
    padding: 3rem;
}
.account_data-left .refund-form {
    max-width: none;
}
.account_data-left .refund-submit {
    max-width: none;
}
.account_data .contacts-item {
    background: #FCFCFC;
    padding: 3rem 3.25rem 5rem 3.25rem;
}

@media screen and (max-width: 992px) {
    .account_data {
        padding: 2rem;
        border-radius: 0;
        min-width: 100vw;
        margin-left: -2rem;
        display: flex;
        flex-direction: column;
    }
    .account_data-left {
        width: 100%;
        padding: 1.5rem;
    }
    .account_data-left .refund-form {
        max-width: none;
    }
    .account_data-left .refund-submit {
        max-width: none;
    }
    .account_data .contacts-item {
        padding: 1.5rem;
    }
}

/* popup-news */

.popup-news .popup-main::before {
    content: '';
    background-image: url('/wp-content/uploads/2026/01/popup-news.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 48.6rem;
    z-index: -1;
}
.popup-news .popup-main {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 8.6rem 5.4rem 12.6rem 4.2rem;
}
.popup-news .popup-main > img {
    width: 28.6rem;
    min-width: 28.6rem;
}
.popup-news__col {
    width: 100%;
    max-width: 46.7rem;
    display: flex;
    flex-direction: column;
    gap: 4rem;
    min-height: 32.2rem;
}
.popup-news__col .title {
    text-align: left;
    font-size: 2.8rem;
    font-weight: 510;
    line-height: 120%;
}
.popup-news__form {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.popup-news__form > p span input {
    color: #323232;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 510;
    line-height: 120%;
    width: 100%;
    padding: 1.8rem;
    border-radius: 1rem;
    border: 1px solid #323232;
    background: rgba(252, 252, 252, 0.50);
}
.popup-news__form > p span input::placeholder {
    color: #323232;
    opacity: 0.5;
}

@media screen and (max-width: 992px) {
    .popup-news .popup-main::before {
        background-image: url('/wp-content/uploads/2026/01/popup-news-mob.png');
        height: 100%;
    }
    .popup-news .popup-main {
        margin-bottom: 0;
        border-radius: 2rem 2rem 0 0;
        flex-direction: column;
        align-items: center;
        gap: 2.3rem;
        padding: 2.2rem 4rem 2.2rem 4rem;
    }
    .popup-news .popup-main > img {
        width: 16.3rem;
        min-width: 16.3rem;
    }
    .popup-news__col {
        max-width: none;
        gap: 2.5rem;
        min-height: 27.6rem;
    }
    .popup-news__col .title {
        text-align: center;
        font-size: 2rem;
        max-width: 25.7rem;
        margin: 0 auto;
    }
    .popup-news__col .title br {
        display: none;
    }
    .popup-news__form {
        gap: 1rem;
    }
    .popup-news__form > input {
        font-size: 1.2rem;
    }
    .popup-news__form .refund-privacy {
        margin: 0 auto;
    }
}

/* popup-cookie */

.popup-cookie {
    display: none;
    position: fixed;
    bottom: 2rem;
    left: 6rem;
    z-index: 99999;
    border-radius: 1rem;
    background: var(--back-card, #F5F3F1);
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    padding: 3.6rem 2rem 2rem 2rem;
    width: 100%;
    max-width: 59rem;
}
.popup-cookie p {
    color: var(--black, #323232);
    text-align: center;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.popup-cookie__close {
    display: flex;
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
}
.popup-cookie__close svg {
    width: 1.4rem;
    height: auto;
}
.popup-cookie__submit {
    color: var(--accent, #C79447);
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 510;
    line-height: normal;
}

@media screen and (max-width: 992px) {
    .popup-cookie {
        bottom: 1rem;
        left: 1rem;
        gap: 1rem;
        padding: 3rem 2rem 1.3rem 2rem;
        max-width: 35.5rem;
    }
    .popup-cookie p {
        font-size: 1.2rem;
    }
    .popup-cookie p br {
        display: none;
    }
    .popup-cookie__close {
        top: 1.2rem;
        right: 1.2rem;
    }
    .popup-cookie__close svg {
        width: 1.2rem;
    }
    .popup-cookie__submit {
        font-size: 1.2rem;
    }
}

/* popup-social */

.popup-social .popup-main {
    display: flex;
    align-items: center;
    max-width: 85rem;
}
.popup-social .popup-main::before {
    content: '';
    background-image: url('/wp-content/uploads/2026/01/popup-news.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 48.6rem;
    z-index: -1;
}
.popup-social .popup-main > img {
    height: 44.2rem;
    width: 35rem;
    min-width: 35rem;
    object-fit: cover;
    border-radius: 1rem 0 0 1rem;
}
.popup-social__col {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 4rem;
    align-items: center;
}
.popup-social__col > h3 {
    color: #323232;
    text-align: center;
    font-size: 2.8rem;
    font-style: normal;
    font-weight: 510;
    line-height: 120%;
    max-width: 28.1rem;
}
.popup-social__column {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    width: 32rem;
}
.popup-social__column a {
    display: flex;
    padding: 1.8rem;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    border-radius: 1rem;
    border: 1px solid #323232;
    background: rgba(252, 252, 252, 0.50);
}
.popup-social__column a svg {
    width: 3rem;
    height: auto;
}
.popup-social__column a p {
    color: var(--black, #323232);
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 510;
    line-height: 120%;
}

@media screen and (max-width: 992px) {
    .popup-social .popup-main {
        flex-direction: column;
        max-width: none;
        margin-bottom: 0;
        border-radius: 2rem 2rem 0 0;
    }
    .popup-social .popup-main::before {
        background-image: url('/wp-content/uploads/2026/01/popup-news2.png');
        top: auto;
        bottom: 0;
        height: 31rem;
    }
    .popup-social .popup-main > img {
        height: 23.5rem;
        width: 100%;
        min-width: 100%;
        border-radius: 2rem 2rem 0 0;
    }
    .popup-social__col {
        padding: 4rem 5.5rem;
        gap: 3rem;
    }
    .popup-social__col > h3 {
        font-size: 2rem;
        max-width: 20.1rem;
    }
    .popup-social__column {
        width: 20.2rem;
    }
    .popup-social__column a {
        padding: 1rem;
    }
    .popup-social__column a p {
        font-size: 1.2rem;
    }
}

/* header-search__block */

.header-search__block {
	position: relative;
	display: flex;
}
.header-search__content {
    display: none;
    position: absolute;
    margin-top: 1.2rem;
    top: 100%;
    right: 0;
    z-index: 9;
    width: 39.1rem;
    padding: 1.55rem 2rem;
    border-radius: 1rem;
    background: var(--light, #FAF9F8);
}
.header-search__content form {
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
}
.header-search__content input {
    color: var(--black, #323232);
    font-family: Inter;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    width: 100%;
}
.header-search__content input::placeholder {
	color: #323232;
}
.header-buttons .header-search__content form button {
    position: absolute;
    z-index: 2;
    right: 0;
}
.header-buttons .header-search__content form button svg {
	width: 2rem;
}



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

/* header-cart__block */

.header-cart__block {
	position: relative;
    display: flex;
}
.minicart {
	display: none;
    position: absolute;
    top: 100%;
    margin-top: 1.5rem;
    right: 0;
    border-radius: 1rem;
    background: var(--background, #FCFCFC);
    box-shadow: 0 0 10px 0 rgba(199, 148, 71, 0.40);
    padding: 3rem;
    width: 49.1rem;
    flex-direction: column;
    gap: 2rem;
}
.minicart-name {
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #ECDDC6;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.minicart-name__row {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}
.minicart-title {
	color: var(--black, #323232);
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 510;
	line-height: 120%;
}
.minicart-count {
	color: var(--black, #323232);
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.minicart-delete {
    display: flex;
    align-items: center;
    gap: 0.6rem;
	opacity: 0.4;
}
.minicart-delete p {
	color: var(--black, #323232);
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.header-buttons .minicart-delete svg {
	width: 1.3rem;
    height: auto;
}
.minicart-products {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding-right: 1rem;
    overflow-y: auto;
    max-height: 30.1rem;
}
.minicart-products::-webkit-scrollbar {
    width: 0.3rem;
    background-color: #ECDDC6;
	border-radius: 2rem;
}
.minicart-products::-webkit-scrollbar-thumb {
    background-color: #C79447;
	border-radius: 2rem;
}
.minicart-product {
	display: flex;
    gap: 1.5rem;
}
.minicart-product__img {
    border-radius: 1rem;
    background: #F5F3F1;
    width: 13.6rem;
    min-width: 13.6rem;
    height: 13.6rem;
    justify-content: center;
    align-items: center;
}
.minicart-product__img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.minicart-product__col {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 0;
}
.minicart-product__name {
	display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}
.minicart-product__title {
	color: var(--black, #323232);
	font-family: Inter;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
}
.minicart-product__delete {
	display: flex;
}
.header-buttons .minicart-product__delete svg {
	width: 1.3rem;
    height: auto;
}
.minicart-product__row {
    display: flex;
    align-items: center;
    gap: 2rem;
}
.minicart-product__price {
	color: var(--black, #323232);
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 590;
	line-height: 120%;
}
.minicart-product .product_page-quantity {
    padding: 1rem 2.5rem;
}
.minicart-product .product_page-quantity button {
    width: 1.6rem;
    height: 1.6rem;
}
.minicart-product .product_page-quantity button svg {
    width: 1.6rem;
}
.minicart-product .product_page-quantity input {
    width: 3.8rem;
}
.minicart-col {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.minicart-total {
	color: var(--black, #323232);
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 510;
	line-height: 120%;
	margin-left: auto;
}
.minicart-buttons {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1rem;
}
.minicart-cart {
	color: var(--black, #323232);
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 510;
	line-height: normal;
	padding: 1.8rem;
	border-radius: 1rem;
	border: 1px solid var(--black, #323232);
	backdrop-filter: blur(5px);
	text-align: center;
	justify-content: center;
}
.minicart-checkout {
	color: #FCFCFC;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 510;
	line-height: normal;
	padding: 1.8rem;
	border-radius: 1rem;
	border: 1px solid var(--black, #323232);
	backdrop-filter: blur(5px);
	background: #323232;
	text-align: center;
	justify-content: center;
}
body.minicart-open .minicart { display: flex; }

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

/* header-catalog */

.header-catalog {
    transition: .3s auto;
    max-height: 0;
    overflow: hidden;
    position: absolute;
    top: 100%;
    z-index: 99;
    height: calc(100vh - 16.3rem);
    width: 100%;
    left: 0;
    display: flex;
    flex-direction: column;
}
.header-catalog.active {
	max-height: calc(100vh - 16.3rem);
}
header.fixed .header-catalog {
	height: calc(100vh - 11.6rem);
}
header.fixed .header-catalog.active {
	max-height: calc(100vh - 11.6rem);
}
.header-catalog__fon {
    height: 100%;
    width: 100%;
    background: rgba(252, 252, 252, 0.20);
    backdrop-filter: blur(7.5px);
}
.header-catalog__main-container {
    border-top: 1px solid var(--back-card, #F5F3F1);
    background: var(--background, #FCFCFC);
    box-shadow: 0 4px 5px 0 rgba(51, 51, 51, 0.05);
	padding: 3rem 0;
}
.header-catalog__main {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 2rem;
}
.header-catalog__banner {
    width: 65.5rem;
    min-width: 65.5rem;
    height: 29.9rem;
    display: flex;
}
.header-catalog__banner img {
    border-radius: 1rem;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.header-catalog__col {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 2rem;
}
.header-catalog__col > p {
	color: var(--black, #323232);
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 510;
	line-height: 120%;
}
.header-catalog__col nav ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem 5rem;
}
.header-catalog__col nav ul li {
	display: flex;
}
.header-catalog__col nav ul li a {
	color: var(--black, #323232);
	font-family: Inter;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
}
.header-catalog__col nav ul li a:hover, .header-catalog__col nav ul li a.active {
	color: #C79447;
}
.header-catalog__menu nav ul {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 1.5rem;
}
.header-catalog__menu nav ul li {
	display: flex;
}
.header-catalog__menu nav ul li a {
	color: var(--black, #323232);
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 510;
	line-height: 120%;
}
.header-catalog__menu nav ul li a:hover, .header-catalog__menu nav ul li a.active {
	color: #C79447;
}

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

/* filter */

.fa-chevron-down:before {
	display: none;
}
.fa-chevron-up:before {
	display: none;
}
.bapf_sfilter .bapf_colaps_smb, .bapf_sfilter .bapf_desci {
	background-image: url(/wp-content/uploads/2026/01/vector.svg);
    width: 1.4rem;
    height: 0.9rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	transition: .3s all;
}
.catalog_products-col {
	width: 100%;
	max-width: 100.3rem;
}
.catalog_products-filter {
	gap: 1rem;
}
.bapf_head.bapf_colaps_togl {
	cursor: pointer;
}
.bapf_sfilter .bapf_hascolarr, .bapf_sfilter .bapf_hasdesc {
    color: var(--black, #323232);
    font-family: "SF Pro";
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 510;
    line-height: normal;
	padding: 1.5rem 0;
    padding-right: 2rem;
}
.bapf_sfilter {
	margin: 0;
	border-bottom: 1px solid var(--back-card, #F5F3F1);
}
.bapf_sfilter .bapf_colaps_smb.fa-chevron-up {
	transform: rotate(180deg);
}
.bapf_sfilter .bapf_body ul {
	margin-top: 1rem !important;
    margin-bottom: 1.5rem !important;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
    padding: 0 1rem !important;
}
.bapf_sfilter ul li {
	position: relative;
	display: flex;
	align-items: center;
}
.bapf_sfilter ul li label {
    color: var(--black, #323232);
    font-family: Inter;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    padding: 0.5rem 0;
	padding-left: 3.7rem;
}
.bapf_sfilter ul li input[type=checkbox]:before {
    content: "";
    display: inline-block;
    width: 2.9rem;
    height: 2.9rem;
	border-radius: 0.4rem;
	border: 1px solid var(--elements, #ECDDC6);
	background-color: var(--back-card, #F5F3F1);
    position: absolute;
    margin-top: -1.45rem;
    cursor: pointer;
}
.bapf_sfilter ul li input[type=checkbox]:checked:before {
    background:transparent;
    background-image: url('/wp-content/uploads/2026/01/frame-12343719.svg');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    background-size: cover;
	border-color: #C79447;
}
.bapf_sfilter ul li input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
}
.bapf_sfilter ul li input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: none;
}
.bapf_sfilter ul li input[type="checkbox"]:checked {
    background-image: none;
}
.bapf_sfilter.bapf_clr_txt_left .bapf_body ul li label .bapf_clr_span, .bapf_sfilter.bapf_clr_txt_left .bapf_body ul li label .bapf_img_span, .bapf_sfilter.bapf_clr_txt_right .bapf_body ul li label .bapf_clr_span, .bapf_sfilter.bapf_clr_txt_right .bapf_body ul li label .bapf_img_span {
    width: 2.8rem;
    height: 2.8rem;
    border-radius: 100%;
    border: none;
    margin: 0;
	border: 2px solid transparent;
}
.berocket_single_filter_widget .bapf_sfilter.bapf_clr_txt_right.bapf_stylecolor .bapf_body ul li label {
	padding: 0;
    gap: 0.8rem;
}
.berocket_single_filter_widget .bapf_sfilter.bapf_stylecolor .bapf_body ul li.checked label .bapf_clr_span {
	border: 2px solid #C79447;
}
.berocket_single_filter_widget.berocket_single_filter_widget_856 .bapf_sfilter {
	border-bottom: none;
}
.bapf_button.bapf_reset {
    color: #323232;
    opacity: 0.4;
    font-family: Inter;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    display: flex !important;
    align-items: center;
    gap: 0.6rem;
}
.bapf_button.bapf_reset::after {
	content: '';
	background-image: url('/wp-content/uploads/2026/01/vect2or.svg');
	width: 1.3rem;
    height: 1.3rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.woocommerce-pagination {
	display: none;
}
.catalog_products-fast {
    width: 100%;
    max-width: 68rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
}
.catalog_products-fast a {
    border-radius: 0.5rem;
    background: var(--back-card, #F5F3F1);
    backdrop-filter: blur(5px);
    padding: 0.6rem 1.5rem;
    color: var(--black, #323232);
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    font-family: Inter;
}
.catalog_products-fast a.active {
	border: 1px solid var(--accent, #C79447);
	background: var(--elements, #ECDDC6);
}
wc-order-attribution-inputs {
	display: none !important;
}

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

/* 123 */



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

/* 123 */



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

/* 123 */



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