* {
    border: 0;
    margin: 0;
    padding: 0
}

*, :after, :before {
    box-sizing: border-box
}

:after, :before {
    display: inline-block
}

body, html {
    height: 100%
}

body {
    line-height: 1;
    scrollbar-gutter: stable;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

button, input, textarea {
    background-color: transparent;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

input, textarea {
    width: 100%
}

label {
    display: inline-block
}

button, option, select {
    cursor: pointer
}

a {
    color: inherit;
    display: inline-block;
    text-decoration: none
}

ul li {
    list-style: none
}

img {
    height: auto;
    max-width: 100%;
    vertical-align: middle
}

h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit
}
.woocommerce-notices-wrapper {
    display: none !important;
}

body {
    background-color: #fbf5ec;
    color: #000;
    font-family: Manrope, sans-serif;
    font-size: 1rem;
    min-width: 20rem
}

[data-fls-scrolllock] body {
    overflow: hidden;
    overscroll-behavior: none;
    touch-action: none
}

.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    overflow: clip
}

.wrapper > main {
    flex: 1 1 auto
}

.wrapper > * {
    min-width: 0
}

[class*=__container] {
    margin: 0 auto;
    max-width: 89rem;
    padding-left: 1rem;
    padding-right: 1rem
}

h1 {
    font-size: 3.75rem;
    line-height: 4rem
}

h1, h2 {
    font-family: Mulish, sans-serif;
    font-weight: 600
}

h2 {
    font-size: 3rem;
    line-height: 3.25rem
}

h3 {
    font-size: 2.25rem;
    line-height: 3rem
}

h3, h4 {
    font-family: Mulish, sans-serif;
    font-weight: 600
}

h4 {
    font-size: 2rem;
    line-height: 2.5rem
}

h5 {
    font-size: 1.75rem;
    line-height: 2.25rem
}

h5, h6 {
    font-family: Mulish, sans-serif;
    font-weight: 500
}

h6 {
    font-size: 1.5rem;
    line-height: 2rem
}

h7 {
    font-size: 1.25rem
}

h7, h8 {
    font-family: Mulish, sans-serif;
    font-weight: 500;
    line-height: 1.75rem
}

h8 {
    font-size: 1.125rem
}

.top__header {
    background-color: #552f24;
    color: #fbf5ec;
    font-weight: 700;
    padding: .3125rem;
    text-align: center;
    text-transform: uppercase
}

.menu__list {
    align-items: center;
    display: flex;
    gap: 1.875rem
}

.menu__link {
    font-weight: 500
}

.icon-menu {
    display: none
}

.header {
    background-color: #fffaf2;
    padding: .75rem 0
}

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

.header__right {
    align-items: center;
    display: flex;
    gap: .9375rem
}

.header__logo {
    max-width: 13.5625rem;
    width: 100%
}

.header-pc {
    display: block
}

.header-mobile {
    display: none
}

.footer__top {
    border-bottom: .0625rem solid rgba(0, 0, 0, .06);
    padding: 4.75rem 0 2.5rem
}

.footer__grid {
    display: grid;
    gap: 8.625rem;
    grid-template-columns:repeat(4, 1fr);
    padding: 2.5rem 0 5rem
}

.footer__label {
    color: #552f24;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 156%;
    margin-bottom: 1.25rem
}

.footer__item {
    margin-bottom: .75rem
}

.footer__item:last-child {
    margin-bottom: 0
}

.footer__link {
    color: #393435;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 156%
}

.footer__bottom {
    border-top: .0625rem solid rgba(0, 0, 0, .06);
    padding: 2.5rem 0
}

.footer__box {
    justify-content: space-between
}

.footer__box, .footer__menu-bottom {
    align-items: center;
    display: flex
}

.footer__menu-item {
    color: #575757;
    font-size: .875rem;
    font-weight: 500;
    line-height: 157%;
    padding: 0 .5rem;
    position: relative
}

.footer__menu-item:not(:last-child) {
    border-right: .0625rem solid rgba(0, 0, 0, .06)
}

.footer__right {
    color: #393435;
    font-size: 1rem;
    font-weight: 500;
    line-height: 150%
}

@media (max-width: 47.99875rem) {
    .header__logo {
        text-align: center
    }

    .header-pc {
        display: none
    }

    .header-mobile {
        display: block
    }

    .footer__top {
        padding-top: 2rem
    }

    .footer__grid {
        gap: 5rem 1rem;
        grid-template-columns:repeat(2, 1fr);
        padding: 1rem 0 5rem
    }

    .footer__box {
        flex-direction: column-reverse;
        gap: 1rem
    }

    .footer__menu-bottom {
        flex-wrap: wrap;
        justify-content: center
    }
}

@media (max-width: 47.99875em) and (any-hover: none) {
    .icon-menu {
        cursor: default
    }
}

@media (max-width: 47.99875em) {
    .menu__body {
        height: 100svh;
        overflow: auto;
        padding: 3.125rem .9375rem 1.875rem
    }

    .menu__body, .menu__body:before {
        left: -100%;
        position: fixed;
        top: 0;
        transition: left .3s;
        width: 100%
    }

    .menu__body:before {
        content: "";
        height: 4.375rem;
        z-index: 2
    }

    [data-fls-menu-open] .menu__body {
        background-color: #fffaf2;
        left: 0;
        padding-top: 6.875rem;
        z-index: 3
    }

    [data-fls-menu-open] .menu__body:before {
        left: 0
    }

    .menu__list {
        align-items: start;
        flex-direction: column
    }

    .icon-menu {
        display: block;
        height: 1.125rem;
        position: relative;
        width: 1.875rem;
        z-index: 5
    }

    .icon-menu span, .icon-menu:after, .icon-menu:before {
        background-color: #000;
        content: "";
        height: .125rem;
        position: absolute;
        right: 0;
        transition: all .3s ease 0s;
        width: 100%
    }

    .icon-menu:before {
        top: 0
    }

    .icon-menu:after {
        bottom: 0
    }

    .icon-menu span {
        top: calc(50% - .0625rem)
    }

    [data-fls-menu-open] .icon-menu span {
        width: 0
    }

    [data-fls-menu-open] .icon-menu:before {
        top: calc(50% - .0625rem);
        transform: rotate(-45deg)
    }

    [data-fls-menu-open] .icon-menu:after {
        bottom: calc(50% - .0625rem);
        transform: rotate(45deg)
    }
}

@media (max-width: 47.9375rem) {
    .top__header {
        font-size: .625rem;
        line-height: 1rem;
        padding: .3125rem 0;
        text-align: center
    }
}



/* Затемнение */
.cart-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.3);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: 998;
}

/* Контейнер сайдбара */
.cart-sidebar.active .cart-overlay {
    opacity: 1;
    visibility: visible;
}

/* Сам сайдбар */
.cart-drawer {
    position: fixed;
    top: 0;
    right: -530px;
    width: 530px;
    max-width: 90%;
    height: 100%;
    background: #FFF8F2;
    box-shadow: -2px 0 10px rgba(0,0,0,0.1);
    z-index: 999;
    transition: right 0.3s ease;
    display: flex;
    flex-direction: column;
    border-radius: 12px 0 0 12px;
}

/* Активное состояние */
.cart-sidebar.active .cart-drawer {
    right: 0;
}

/* Заголовок */
.cart-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.2rem 1.5rem;
    border-bottom: 1px solid #E0D6C8;
    font-weight: 600;
}

.cart-close {
    background: none;
    border: none;
    font-size: 1.8rem;
    line-height: 1;
    cursor: pointer;
}

/* Контент */
.cart-content {
    flex: 1;
    overflow-y: auto;
    padding: 1rem 1.5rem;
}

/* Кнопки оформления */
.woocommerce-mini-cart__buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 1rem;
}

.woocommerce-mini-cart__buttons .button.checkout {
    background-color: #5B3621;
    color: #fff;
    border-radius: 8px;
    padding: 10px;
    font-weight: 500;
}

.woocommerce-mini-cart__buttons .button {
    border: 1px solid #5B3621;
    color: #5B3621;
    border-radius: 8px;
    padding: 10px;
}

.wp-block-woocommerce-checkout {
    margin: auto!important;
}

.seo {
    background-color:#fffaf2 ;
    padding: 80px 0;
}

.seo__title {
    color: #2f2f2f;
    font-size: 2.25rem;
    font-weight: 600;
    line-height: 133%;
    margin-bottom: 2.5rem;

}



.seo__desc h2 {
    color: #2f2f2f;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 156%;
    margin-bottom: 1rem;
    margin-top: 2.5rem;
    text-transform: uppercase
}

.seo__desc h2:first-of-type {
    margin-top: 0
}

.seo__desc h3 {
    color: #2f2f2f;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 156%;
    margin: 1.25rem 0 .625rem
}

.seo__desc p {
    color: #575757;
    font-size: 1rem;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 1rem
}

.seo__desc p b,.seo__desc p strong {
    color: #2f2f2f;
    font-weight: 600
}

.seo__desc ul {
    list-style: none;
    margin-bottom: 1.25rem
}

.seo__desc ul,.seo__desc ul li {
    color: #575757;
    font-size: 1rem;
    font-weight: 500;
    line-height: 150%;
    padding-left: 1.25rem
}

.seo__desc ul li {
    display: block;
    margin-bottom: .625rem;
    position: relative
}

.seo__desc ul li:before {
    background-color: #575757;
    border-radius: 50%;
    content: "";
    height: .3125rem;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: .3125rem
}

.seo__desc ul li ul {
    margin-bottom: .625rem;
    margin-top: .625rem
}

.seo__desc ol {
    color: #575757;
    font-size: 1rem;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 1.25rem;
    padding-left: 1.25rem
}

.seo__desc ol li {
    margin-bottom: .625rem;
    padding-left: 0
}

.seo__desc ol li:before {
    display: none
}

.seo__desc a {
    color: #552f24;
    text-decoration: underline;
    transition: color .3s ease
}

.seo__desc a:hover {
    color: #310b0b
}

.seo__desc blockquote {
    color: #575757
}

.seo__desc hr {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='790' height='2' fill='none' viewBox='0 0 790 2'%3E%3Cpath stroke='%23000' stroke-linecap='round' stroke-opacity='.06' stroke-width='2' d='M1 1h788'/%3E%3C/svg%3E");
    border: none;
    height: .125rem;
    margin: 2.5rem 0;
    width: 100%
}

.seo__desc blockquote {
    background-color: #fbf5ec;
    border-radius: .5rem;
    font-style: normal;
    margin: 1.25rem 0
}

.seo__desc blockquote p {
    color: #575757;
    margin-bottom: .625rem
}

.seo__desc blockquote p:last-child {
    margin-bottom: 0
}

.seo__desc blockquote p strong {
    color: #2f2f2f
}

.seo__desc blockquote ul,.seo__desc h3+p {
    margin-top: .625rem
}

.seo__desc p:has(strong:first-child) {
    margin-bottom: .75rem
}

.seo__desc p br {
    content: "";
    display: block;
    margin-top: .5rem
}

.seo__desc img {
    border-radius: .5rem;
    height: auto;
    margin: 1.25rem 0;
    max-width: 100%
}

.seo__desc table {
    border-collapse: collapse;
    margin: 1.25rem 0;
    width: 100%
}

.seo__desc table td,.seo__desc table th {
    border: .0625rem solid rgba(0,0,0,.1);
    padding: .75rem;
    text-align: left
}

.seo__desc table th {
    background-color: #fbf5ec;
    color: #2f2f2f;
    font-weight: 600
}

@media (max-width: 48rem) {
    .seo__title h1 {
        font-size: 1.75rem;
        margin-bottom: 1.875rem
    }

    .seo__desc h2 {
        font-size: 1rem;
        margin-top: 1.875rem
    }

    .seo__desc h3 {
        font-size: 1rem;
        margin: .9375rem 0 .5rem
    }

    .seo__desc p {
        font-size: .875rem;
        margin-bottom: .75rem
    }

    .seo__desc ul {
        font-size: .875rem;
        margin-bottom: 1rem
    }

    .seo__desc ul li {
        font-size: .875rem;
        margin-bottom: .5rem;
        padding-left: 1.125rem
    }

    .seo__desc ol {
        font-size: .875rem;
        margin-bottom: 1rem
    }
}
