* {
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
body {
    margin: 0;
    color: #302923;
    background: #fffdf9;
    line-height: 1.5;
}
body.main #sp-main-body {
    padding: 0;
}
#sp-main-body {
    padding: 30px 0;
}
a:hover, a:focus, a:active {
    color: #2f2925;
}
#sp-contacts {
    padding: 60px 0 30px;
    font-size: 14px;
    line-height: 1.6;
}
#sp-contacts .sp-module {
    margin-bottom: 30px;
}
#sp-contacts .sp-module .sp-module-title {
    font-weight: 700;
    font-size: 18px;
    margin: 0 0 30px;
    color: #fff;
}
#sp-contacts .sp-module ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#sp-contacts .sp-module ul > li {
    display: block;
    margin-bottom: 15px;
}
#sp-contacts .sp-module ul > li:last-child {
    margin-bottom: 0;
}
#sp-contacts .sp-module ul > li > a {
    display: block;
}
#sp-contacts .sp-module .sp-module-title {
    margin: 0px 0 16px;
}
#sp-contacts .sp-module ul>li {
    margin-bottom: 7px;
}
#sp-contacts a {
    color: #cbbeb3;
}
.promo-strip {
    background: #a97861;
    color: #fff;
    text-align: center;
    padding: 8px 15px;
    font-size: 13px;
    font-weight: 700;
}
.header {
    position: sticky;
    top: 0;
    z-index: 20;
    background: rgba(255, 253, 249, 0.94);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid #e8ded3;
    padding: 11px 0;
}
.logo {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: #302923;
    min-width: 150px;
}
.logo__name {
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 2px;
    line-height: 1;
}
.logo__name b {
    color: #a97861;
}
.logo__sub {
    font-size: 8px;
    letter-spacing: 1px;
    margin-top: 4px;
    text-transform: uppercase;
    color: #81746a;
}
.nav {
    display: flex;
    gap: 25px;
    margin-left: auto;
}
.nav a,
.mobile-nav a {
    color: #302923;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
}
.nav a:hover,
.mobile-nav a:hover {
    color: #a97861;
}
.phone {
    background: #a97861;
    color: #fff;
    text-decoration: none;
    padding: 11px 18px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 800;
    white-space: nowrap;
}
.menu-toggle {
    display: none;
    border: 0;
    background: none;
    font-size: 26px;
}
#sp-menu {
    padding-right: 55px;
}
#sp-menu .sp-megamenu-wrapper.d-flex{
    justify-content: flex-end;
}
#sp-menu .sp-column,
#sp-search .sp-column {
    margin-top: 17px;
}
#sp-titled {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../../../images/bg-title.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    color: #fff;
}
.hero {
    padding: 55px 0 70px;
    background: linear-gradient(135deg, #f4ece2, #fffdf9);
}
.hero__grid .mod-custom {
    display: grid;
    grid-template-columns: 2fr 1fr;
}
.eyebrow {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #a97861;
    font-weight: 800;
}
.hero h1 {
    font-size: clamp(42px, 5vw, 68px);
    line-height: 1.02;
    margin: 15px 0 20px;
    letter-spacing: -2px;
}
.hero h1 em {
    font-style: normal;
    color: #a97861;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
}
.hero__content > p {
    font-size: 17px;
    color: #655b53;
    max-width: 510px;
}
.hero__checks {
    display: grid;
    gap: 10px;
    margin: 25px 0;
    font-weight: 600;
    line-height: 1.65;
    color: #F6EBDD;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
    font-size: 14px;
}
.hero__actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}
.btn {
    border: 0;
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    padding: 14px 22px;
    font: 700 14px Manrope;
    transition: 0.2s;
}
.btn--primary {
    background: #a97861;
    color: #fff;
}
.btn--primary:hover {
    background: #8f624e;
    transform: translateY(-1px);
}
.btn--ghost {
    border: 1px solid #cdb9aa;
    color: #fff;
    background: transparent;
}
.btn--ghost:hover {
    color: #604e42;
    background: #f3e9df;
}
.hero__visual {
    position: relative;
}
.hero__visual img {
    display: block;
    width: 100%;
    height: 510px;
    object-fit: cover;
    border-radius: 22px;
    box-shadow: 0 25px 60px #7e624b2b;
}
.hero__sale {
    position: absolute;
    right: 22px;
    bottom: 22px;
    background: #fffdf9ee;
    padding: 18px 22px;
    border-radius: 16px;
    box-shadow: 0 10px 30px #6b55412b;
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 12px;
    align-items: center;
}
.hero__sale strong {
    font-size: 30px;
    color: #a97861;
    grid-row: span 2;
}
.hero__sale span {
    font-weight: 800;
}
.hero__sale small {
    color: #75675d;
}
.section {
    padding: 82px 0;
}
.section--soft {
    background: #f5eee6;
}
.section-heading {
    text-align: center;
    margin-bottom: 40px;
}
.section-heading h2 {
    font-size: 38px;
    margin: 8px 0;
}
.section-heading p {
    color: #756960;
    margin: 0;
}
.product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.product-card {
    position: relative;
    background: #fff;
    border: 1px solid #eee4da;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 8px 25px #6c55401a;
}
.product-card > img {
    width: 100%;
    height: 245px;
    object-fit: cover;
}
.product-card__body {
    padding: 18px;
}
.product-card h3 a {
    font-size: 17px;
    margin: 7px 0;
    color: #000;
    font-weight: bold;
}
.product-card .product-card__prop {
    font-size: 12px;
    color: #80746b;
    margin: 0 0 18px;
}
.product-card .product-card__bottom .fields-container,
.product-card .product-card__prop .fields-container {
    list-style: none;
    margin: 0;
    padding: 0;
}
.tags {
    margin-bottom: 0 !important;
}
.swiper {
    width: 600px;
    height: 500px;
}
.swiper-slide-zoomed {
    z-index: 9;
}
.product-card .tags a {
    font-size: 10px;
    color: #a97861;
    background: #f4e9df;
    border-radius: 20px;
    padding: 5px 9px;
    font-weight: 800;
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}
.product-card__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}
.product-card__bottom strong {
    font-size: 15px;
}
.btn--small {
    padding: 9px 13px;
    background: #a97861;
    color: #fff;
    border-radius: 9px;
    font-size: 12px;
}
.fav {
    position: absolute;
    right: 12px;
    top: 12px;
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 50%;
    background: #fff;
    color: #a97861;
    font-size: 22px;
    cursor: pointer;
    z-index: 2;
}
.fav.active {
    background: #a97861;
    color: #fff;
}
.advantages {
    background: #ede3d8;
    padding: 50px 0;
}
.adv-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 25px;
}
.adv-item {
    text-align: center;
}
.adv-item span {
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    margin: 0 auto 14px;
    border-radius: 50%;
    background: #fff;
    font-size: 25px;
    color: #a97861;
}
.adv-item strong {
    display: block;
    font-size: 14px;
}
.adv-item p {
    margin: 5px 0 0;
    color: #7c6f65;
    font-size: 12px;
}
.category-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}
.category-card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    text-decoration: none;
    color: #302923;
    box-shadow: 0 10px 30px #6c55401a;
}
.category-card img {
    width: 100%;
    height: 280px;
    display: block;
    object-fit: cover;
}
.category-card div {
    padding: 20px;
    text-align: center;
}
.category-card h3 {
    margin: 0 0 8px;
    font-size: 17px;
}
.category-card span {
    font-size: 13px;
    color: #a97861;
    font-weight: 800;
}
.reviews-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}
.review {
    padding: 25px;
    background: #fff;
    border: 1px solid #eee4da;
    border-radius: 18px;
    box-shadow: 0 8px 25px #6c55401a;
}
.review__top {
    display: flex;
    align-items: center;
    gap: 12px;
}
.avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #d7b29e;
    color: #fff;
    font-weight: 800;
}
.review__top strong {
    display: block;
    font-size: 14px;
}
.review__top span {
    color: #b47b60;
    letter-spacing: 2px;
    font-size: 12px;
}
.review p {
    font-size: 14px;
    color: #625850;
}
.cta {
    padding: 60px 0;
    background: #a97861;
    color: #fff;
}
.cta__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 35px;
}
.cta h2 {
    font-size: 35px;
    line-height: 1.1;
    margin: 8px 0;
}
.cta p {
    margin: 0;
    max-width: 700px;
    color: #f5e9df;
}
.btn--light {
    background: #fff;
    color: #8e604d;
    white-space: nowrap;
}
#sp-footer, #sp-contacts {
    background: #2f2925;
    color: #e9ddd3;
}
.footer__grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1.1fr;
    gap: 40px;
}
.logo--footer {
    color: #fff;
}
.footer h4 {
    margin: 0 0 14px;
    color: #fff;
}
.footer a,
.footer span {
    display: block;
    color: #cbbeb3;
    text-decoration: none;
    font-size: 13px;
    margin: 7px 0;
}
.copyright {
    font-size: 11px;
    color: #92847a;
    margin-top: 25px;
}
.socials {
    display: flex;
    gap: 8px;
    margin-top: 15px;
}
.socials a {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    background: #584a41;
    border-radius: 50%;
    font-size: 10px;
}
.modal {
    position: fixed;
    inset: 0;
    background: #211b17aa;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
    z-index: 50;
}
.modal.open {
    display: flex;
}
.modal__box {
    width: min(460px, 100%);
    background: #fffdf9;
    border-radius: 22px;
    padding: 32px;
    position: relative;
    box-shadow: 0 30px 80px #0005;
}
.modal__box h2 {
    font-size: 32px;
    margin: 8px 0;
}
.modal__box p {
    color: #756960;
}
.modal__box form {
    display: grid;
    gap: 12px;
}
.modal__box input,
.modal__box textarea {
    width: 100%;
    border: 1px solid #dfd2c6;
    background: #fff;
    padding: 13px 14px;
    border-radius: 10px;
    font: 14px Manrope;
    outline: none;
}
.modal__box input:focus,
.modal__box textarea:focus {
    border-color: #a97861;
}
.modal__box small {
    display: block;
    color: #988a7e;
    font-size: 10px;
    margin-top: 10px;
}
.modal__close {
    position: absolute;
    right: 15px;
    top: 12px;
    border: 0;
    background: none;
    font-size: 30px;
    color: #78695f;
    cursor: pointer;
}
.to-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 50%;
    background: #a97861;
    color: #fff;
    cursor: pointer;
    display: none;
    z-index: 10;
}
.to-top.show {
    display: block;
}
.mobile-nav {
    display: none;
}
@media (max-width: 980px) {
    #sp-titled {
        background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../../../images/bg-title-mob.jpg);
    }
    .nav {
        gap: 15px;
    }
    .product-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .adv-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .hero__grid .mod-custom {
        gap: 30px;
    }
    .hero__visual img {
        height: 430px;
    }
    .footer__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 720px) {
    .container {
        width: min(100% - 5px, 560px);
    }
    .promo-strip {
        font-size: 11px;
    }
    .header__inner {
        height: 68px;
    }
    #sp-menu {
        padding-right: 20px;
    }
    #offcanvas-toggler {
        height: auto;
    }
    .menu-toggle {
        display: block;
        margin-left: auto;
    }
    .mobile-nav {
        display: none;
        padding: 10px 14px 18px;
        background: #fffdf9;
        border-top: 1px solid #eee4da;
    }
    .mobile-nav.open {
        display: grid;
        gap: 12px;
    }
    .hero {
        padding: 35px 0 45px;
    }
    .hero__grid .mod-custom {
        grid-template-columns: 1fr;
    }
    .hero h1 {
        font-size: 43px;
    }
    .hero__visual {
        order: -1;
    }
    .hero__visual img {
        height: 310px;
    }
    .hero__sale {
        right: 10px;
        bottom: 10px;
        padding: 12px 14px;
    }
    .section {
        padding: 60px 0;
    }
    .section-heading h2 {
        font-size: 30px;
    }
    .product-grid,
    .category-grid,
    .reviews-grid {
        grid-template-columns: 1fr;
    }
    .product-card > img {
        height: 260px;
    }
    .adv-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px 15px;
    }
    .adv-item:last-child {
        grid-column: 1/-1;
    }
    .cta__inner {
        display: grid;
        text-align: center;
    }
    .cta h2 {
        font-size: 28px;
    }
    .footer__grid {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }
    .logo {
        min-width: 0;
    }
}
@media (max-width: 420px) {
    .hero h1 {
        font-size: 37px;
    }
    .hero__actions .btn {
        width: 100%;
    }
    .footer__grid {
        grid-template-columns: 1fr;
    }
    .product-card__bottom {
        align-items: stretch;
        flex-direction: column;
    }
    .btn--small {
        width: 100%;
    }
}

.review__photo {
    width: 100%;
    height: 190px;
    border-radius: 13px;
    overflow: hidden;
    margin-bottom: 18px;
    background: #eee4da;
}
.review__photo img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center 30%;
}
.review__top {
    margin-bottom: 4px;
}
@media (max-width: 720px) {
    .review__photo {
        height: 230px;
    }
}

/* Заголовок */
#sp-titled h1,
#sp-titled .sp-page-title {
    font-family: "Manrope", sans-serif;
    font-size: clamp(42px, 5vw, 70px);
    font-weight: 800;
    line-height: 1.02;
    letter-spacing: -0.04em;

    /* Теплый премиальный оттенок */
    color: #FFF6EC;

    text-shadow:
        0 1px 3px rgba(0,0,0,.28),
        0 8px 24px rgba(32,20,12,.42),
        0 0 18px rgba(235,201,165,.18);

    margin-bottom: 20px;
}

/* Подзаголовок */
#sp-titled p,
#sp-titled .sp-page-subtitle {
    font-family: "Manrope", sans-serif;
    font-size: clamp(17px, 2vw, 22px);
    font-weight: 600;
    line-height: 1.65;

    color: #F6EBDD;

    text-shadow:
        0 2px 10px rgba(0,0,0,.40);
}

/* Акцент */
#sp-titled .accent{
    color:#EBC9A5;
    font-weight:700;
}


/* MODAL */
.mitiva-modal{
    border:none;
    border-radius:24px;
    background:#FCF8F4;
    box-shadow:0 35px 80px rgba(0,0,0,.35);
}

.modal-backdrop.show{
    opacity:.82;
    backdrop-filter:blur(5px);
    z-index: 1;
}

#selectedProduct{
    color:#A97861;
    font-weight:700;
    margin-top:6px;
}

.mitiva-contact-form .form-control{
    border-radius:14px;
    padding:15px;
}

.mitiva-contact-form .form-control:focus{
    border-color:#A97861;
    box-shadow:0 0 0 .25rem rgba(169,120,97,.18);
}


/* CATEGORY */
body.view-category {
    font-family:"Manrope",sans-serif;
    background:#FCF8F4;
    color:#2F2925;
}

.catalog-head {
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;
    gap:20px;
    margin-bottom:40px;
}

.catalog-head div {
    max-width: 50%;
}

.catalog-head h1{
    font-size:48px;
}

.catalog-head p{
    color:#7B6A5F;
    margin-top:10px;
}

.filters{
    display:flex;
    gap:12px;
    flex-wrap:wrap;
}

.filter{
    padding:7px 14px;
    border-radius:999px;
    background:white;
    border:1px solid #E8DED5;
    cursor:pointer;
    transition:.25s;
    color: unset;
}

.catalog .filter:first-child,
.myagkie .filter:nth-child(2),
.dereva .filter:nth-child(3),
.dvukhetazhnye .filter:nth-child(4),
.matrasy .filter:last-child,
.filter:hover{
    background:#A97861;
    color:white;
    border-color:#A97861;
}

.grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
    gap:28px;
}

.card{
    background:white;
    border-radius:22px;
    overflow:hidden;
    box-shadow:0 12px 35px rgba(0,0,0,.06);
    transition:.35s;
    display:flex;
    flex-direction:column;
}

.card:hover{
    transform:translateY(-6px);
    box-shadow:0 18px 45px rgba(0,0,0,.12);
}

.image{
    position:relative;
    overflow:hidden;
}

.image img{
    width:100%;
    aspect-ratio:4/5;
    object-fit:cover;
    transition:.45s;
}

.card:hover img{
    transform:scale(1.06);
}

.label{
    position:absolute;
    top:14px;
    left:14px;
    background:#EFE3D8;
    color:#8A604C;
    padding:7px 12px;
    border-radius:999px;
    font-size:12px;
    font-weight:700;
}

.card .info{
    padding:22px;
    display:flex;
    flex-direction:column;
    gap:16px;
    flex:1;
}

.info h3{
    font-size:24px;
}

.desc{
    color:#6B6058;
    line-height:1.5;
    font-size:15px;
}

.specs{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
}

.spec{
    background:#F7F2EC;
    padding:8px 12px;
    border-radius:10px;
    font-size:13px;
    color:#6B6058;
}

.card .bottom{
    margin-top:auto;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.card .price{
    font-size:26px;
    font-weight:800;
    color:#A97861;
}

.card .btn{
    padding:12px 18px;
    background:#A97861;
    color:white;
    border-radius:12px;
    text-decoration:none;
    font-weight:700;
    transition:.25s;
}

.card .btn:hover{
    background:#8F624E;
}

@media(max-width:768px){
    .catalog-head h1{
        font-size:36px;
    }
    .card .bottom{
        flex-direction:column;
        align-items:stretch;
        gap:12px;
    }
    .card .btn{
        text-align:center;
    }
    .catalog-head div {
        max-width: max-content;
    }
    .filters {
        gap: 6px;
        flex-wrap: nowrap;
    }
    .filter {
        padding: 8px 13px;
        font-size: 13px;
    }
}


/* Product page */
body.krovati {
    font-family: Manrope, sans-serif;
    background: #FCF8F4;
    color: #2F2925
}

.product {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 50px
}

.product .main {
    border-radius: 24px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 18px 45px rgba(0, 0, 0, .08)
}

.product .main img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    display: block;
    cursor: zoom-in
}

.thumbs {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
    margin-top: 16px
}

.thumbs img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 12px;
    border: 2px solid transparent;
    cursor: pointer;
    transition: .25s
}

.thumbs img.active,
.thumbs img:hover {
    border-color: #A97861;
    transform: translateY(-2px)
}

.badge {
    display: inline-block;
    background: #EFE3D8;
    color: #8A604C;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 16px
}

.product h1 {
    font-size: 44px;
    line-height: 1.05;
    margin-bottom: 12px
}

.product .desc {
    color: #6B6058;
    line-height: 1.7;
    margin-bottom: 24px;
    margin-top: 50px;
}

.price-box {
    background: #fff;
    padding: 24px;
    border-radius: 18px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, .06)
}

.price-label {
    font-size: 14px;
    color: #8A604C;
    font-weight: 700
}

.product .price {
    font-size: 42px;
    color: #A97861;
    font-weight: 800;
    margin: 8px 0
}

.product .buttons {
    display: flex;
    gap: 12px;
    margin-top: 18px
}

.product .btn {
    flex: 1;
    padding: 16px;
    border: none;
    border-radius: 14px;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer
}

.product .btn.primary {
    background: #A97861;
    color: #fff
}
.product .btn.outline {
    background: #fff;
    border: 2px solid #A97861;
    color: #A97861
}

.features {
    margin: 28px 0
}

.features li {
    list-style: none;
    margin-bottom: 12px;
    color: #5F5248
}

.features li:before {
    content: "✔";
    color: #A97861;
    margin-right: 10px
}

.product .specs {
    background: #fff;
    border-radius: 20px;
    padding: 22px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, .06);
    margin-top: 26px
}

table {
    width: 100%;
    border-collapse: collapse
}

th {
    text-align: left;
    color: #8A604C;
    border-bottom: 1px solid #EEE3DA;
    padding-bottom: 12px
}

td {
    padding: 14px 0;
    border-bottom: 1px solid #F4ECE6
}

td:last-child {
    font-weight: 700;
    color: #A97861
}

.fabric {
    margin-top: 28px
}

.fabric-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 12px;
    margin-top: 16px
}

.fabric-grid div {
    aspect-ratio: 1/1;
    border-radius: 12px
}

.lightbox {
    position: fixed;
    inset: 0;
    background: rgba(18, 15, 12, .92);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999
}

.lightbox.open {
    display: flex
}

.lightbox img {
    max-width: 90%;
    max-height: 90vh;
    border-radius: 18px
}

.close {
    position: absolute;
    top: 24px;
    right: 32px;
    color: #fff;
    font-size: 42px;
    cursor: pointer
}

@media(max-width:900px) {
    .product {
        grid-template-columns: 1fr
    }
    .product h1 {
        font-size: 34px;
    }
    .buttons {
        flex-direction: column
    }
    .fabric-grid {
        grid-template-columns: repeat(6, 1fr)
    }
    .product .price {
        font-size: 28px;
    }
    .offcanvas-menu .offcanvas-inner ul.menu>li>ul li {
        margin: 20px;
    }
    .offcanvas-menu .offcanvas-inner ul.menu>li>ul li a {
        font-size: 18px;
    }
}


/* ==========================
   Преимущества
========================== */

#sp-top2.advantages{
    padding:70px 0;
}

#sp-top2 .container{
    max-width:1320px;
    margin:0 auto;
    padding:0 20px;
}

/* Заголовок */

.benefits-head{
    text-align:center;
    margin-bottom:50px;
}

.benefits-label{
    display:inline-block;
    padding:12px 34px;
    background:linear-gradient(180deg,#F4ECE3,#E8D9CB);
    border:1px solid rgba(169,120,97,.25);
    border-radius:999px;
    color:#8A604C;
    font-size:14px;
    font-weight:800;
    letter-spacing:.08em;
    text-transform:uppercase;
    box-shadow:0 8px 22px rgba(169,120,97,.15);
}

.benefits-grid{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:20px;
}

.benefit-card{
    background:#fff;
    border:1px solid rgba(169,120,97,.12);
    border-radius:24px;
    padding:28px 22px 10px;
    text-align:center;
    box-shadow:0 12px 35px rgba(0,0,0,.06);
    transition:.35s ease;
}

.benefit-card:hover{
    transform:translateY(-6px);
    box-shadow:0 20px 45px rgba(0,0,0,.12);
}

.benefit-card img{
    width:128px;
    height:128px  ;
    object-fit:contain;
    display:block;
    margin:0 auto 20px;
}

.benefit-card h3{
    font-size: 18px;
    font-weight: 600;
    line-height:1.2;
    color:#2F2925;
    margin-bottom:12px;
}

.benefit-card p{
    color:#6B6058;
    font-size:15px;
    line-height:1.3;
}

/* Планшет */

@media (max-width:1100px){

    .benefits-grid{
        grid-template-columns:repeat(3,1fr);
    }

}

/* Мобильный */

@media (max-width:768px){

    #sp-top2.advantages{
        padding:50px 0;
    }

    .benefits-grid{
        grid-template-columns:repeat(2,1fr);
        gap:16px;
    }

    .benefit-card{
        padding:22px 16px;
    }

    .benefit-card img{
        width:90px;
        height:90px;
    }

    .benefit-card h3{
        font-size:18px;
    }

    .benefit-card p{
        font-size:14px;
    }

}

@media (max-width:520px){

    .benefits-grid{
        grid-template-columns:1fr;
    }

}