li.dropdown__item label {
    font-size: 1.4rem;
    line-height: 150%;
}

.header {
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 1000;
    height: 132px
}

@media (max-width: 1024px) {
    .header {
        height: 87px
    }
}

@media (max-width: 575px) {
    .header {
        height: 70px
    }
}

.header.fixed {
    -webkit-box-shadow: 0 -5px 5px -5px rgba(229, 141, 159, .6) inset;
    -moz-box-shadow: 0 -5px 5px -5px rgba(229, 141, 159, .6) inset;
    box-shadow: 0 -5px 5px -5px rgba(229, 141, 159, .6) inset
}

.header .header__link, .header .login__title, .header svg {
    flex-shrink: 0
}

.header .top-bar-left {
    gap: 8px 16px;
    flex-wrap: wrap;
    width: clamp(265px, 22.5vw, 393px)
}

.header .top-bar .container, .header .top-bar-right {
    gap: clamp(5px, 1.2vw, 20px)
}

.header .top-nav {
    gap: clamp(5px, 2.1vw, 24px)
}

.top-bar {
    border-bottom: 1px solid #e9e9e9;
    padding: 7.5px 0
}

.top-bar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 46px
}

@media (max-width: 1400px) {
    .top-bar .container {
        gap: clamp(15px, 3.2vw, 46px)
    }
}

.header__link {
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 130%;
    color: #2c3131;
    transition: .3s
}

@media (hover: hover) and (pointer: fine) {
    .header__link:not(:disabled):hover {
        color: #e58d9f
    }
}

.top-bar-left {
    display: flex;
    align-items: center;
    gap: 16px
}

@media (max-width: 1300px) {
    .top-bar-left {
        flex-wrap: wrap
    }
}

.top-bar-left span {
    font-size: 12px;
    font-weight: 500;
    line-height: 15.6px;
    color: #2c3131
}

.top-nav {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-shrink: 0
}

.top-nav a {
    font-size: 1.2rem;
    line-height: 160%;
    font-weight: 400;
    color: #2c3131;
    text-decoration: none
}

@media (max-width: 1300px) {
    .top-nav a {
        font-size: clamp(1rem, 1vw, 1.4rem)
    }
}

.dropdown {
    display: flex;
    align-items: center;
    gap: 4px
}

.dropdown:has(.dropdown--nested.dropdown--active) {
    color: #e58d9f
}

.dropdown:has(.dropdown--nested.dropdown--active) .nav-link {
    color: #e58d9f
}

.dropdown--active {
    color: #e58d9f
}

.dropdown--active > .dropdown__link, .dropdown--active > .nav-link {
    color: inherit;
    font-weight: 600
}

.dropdown--active > svg {
    color: #e58d9f
}

.dropdown__item.active {
    background: #e58d9f;
    color: #fff
}

.dropdown__item.active:hover {
    background: #e58d9f;
    color: #fff
}

.dropdown__link {
    display: block;
    font-size: 1.4rem;
    line-height: 150%;
    color: #2c3131;
    text-decoration: none;
    transition: .3s
}

.dropdown__link--active {
    color: #e58d9f;
    font-weight: 600
}

.dropdown img {
    width: 12px;
    height: 12px
}

.top-bar-right {
    display: flex;
    align-items: center;
    gap: 46px
}

.top-bar-right .search-btn {
    cursor: pointer;
    color: #2c3131;
    transition: .3s
}

.top-bar-right .search-btn svg {
    flex-shrink: 0
}

@media (hover: hover) and (pointer: fine) {
    .top-bar-right .search-btn:not(:disabled):hover {
        color: #e58d9f
    }
}

.search-icon {
    width: 36px;
    height: 36px;
    padding: 3px
}

.login {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #2c3131
}

.login__icon {
    width: 16px;
    height: 16px;
    transition: .3s
}

.login__title {
    font-size: 1.2rem;
    line-height: 160%;
    color: #2c3131;
    transition: .3s
}

@media (hover: hover) and (pointer: fine) {
    .login:not(:disabled):hover {
        color: #e58d9f
    }

    .login:not(:disabled):hover .login__icon, .login:not(:disabled):hover .login__title {
        color: #e58d9f
    }
}

.main-header {
    padding: 20px 0
}

.main-header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 101px
}

@media (max-width: 1024px) {
    .main-header .container {
        justify-content: normal;
        gap: 0
    }
}

.logo-section {
    display: flex;
    align-items: center;
    gap: 16px
}

.logo {
    width: 109px;
    height: 31px
}

@media (max-width: 1300px) {
    .logo {
        width: fit-content;
        height: 39px
    }
}

.tagline, .tagline span {
    display: flex;
    flex-direction: column;
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 120%;
    color: #2c3131;
    text-wrap-style: balance;
    width: 118px
}

.main-nav {
    display: flex;
    align-items: center;
    gap: 32px
}

.nav-link {
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 150%;
    color: #2c3131;
    text-decoration: none;
    flex-shrink: 0
}

.nav-link--active {
    color: #e58d9f !important
}

@media (max-width: 1300px) {
    .nav-link {
        font-size: clamp(1.2rem, 1vw, 1.4rem)
    }
}

.cart {
    position: relative;
    display: flex;
    background: #e58d9f;
    border-radius: 50%;
    color: #fff
}

@media (max-width: 1024px) {
    .cart {
        margin-right: 14px;
        background: 0 0;
        color: #2c3131
    }
}

.cart-icon {
    width: 36px;
    height: 36px;
    flex-shrink: 0
}

.cart-count {
    position: absolute;
    top: -7px;
    right: 0;
    width: 16px;
    height: 16px;
    background: #fff;
    border: 1px solid #e58d9f;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 9px;
    font-weight: 500;
    line-height: 14.4px;
    color: #2c3131
}

@media screen and (max-width: 1024px) {
    .cart-count {
        top: -4px
    }
}

.banner-section {
    padding: 40px 0
}

.banner {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    height: 500px;
    display: flex;
    align-items: center;
    padding: 0 40px
}

.banner-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1
}

.banner-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 545px
}

.banner-text h1 {
    font-size: 32px;
    font-weight: 700;
    line-height: 38.4px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 12px
}

.banner-text p {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    color: #fff
}

.banner-buttons {
    display: flex;
    gap: 16px
}

.btn {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.8rem 4.6rem;
    border-radius: 30px;
    border: none;
    font-size: 2rem;
    font-weight: 600;
    line-height: 150%;
    cursor: pointer;
    transition: all .3s ease
}

.btn-secondary {
    background: 0 0;
    border: 1px solid #fff;
    color: #fff
}

.btn-primary {
    background: #fff;
    color: #2c3131
}

.btn img {
    width: 20px;
    height: 20px
}

.banner-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 32px
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid #fff;
    cursor: pointer
}

.dot.active {
    background: #fff
}

.product-of-week {
    position: absolute;
    right: 300px;
    top: 143px;
    z-index: 10
}

.product-week-card {
    position: relative;
    width: 373px;
    background: #fafafa;
    border-radius: 20px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.product-image {
    width: 239px;
    height: 239px;
    object-fit: cover;
    margin: 71px auto 0
}

.product-info h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    text-transform: uppercase;
    color: #2c3131
}

.product-options {
    display: flex;
    justify-content: space-between;
    gap: 8px
}

.grind-options, .weight-options {
    display: flex;
    align-items: center;
    gap: 8px
}

.grind-options span, .weight-options span {
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    color: #2c3131
}

.option-btn {
    padding: 4px 8px;
    border: 1px solid #e9e9e9;
    border-radius: 8px;
    background: 0 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #2c3131;
    cursor: pointer
}

.option-btn.active {
    border-color: #e58d9f
}

.dropdown-select {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 4px 8px;
    border: 1px solid #e9e9e9;
    border-radius: 8px;
    cursor: pointer;
    justify-content: space-between
}

.dropdown-select:not(:has(.dropdown__block)) span {
    font-weight: 400;
    font-size: 15px;
    line-height: 150%;
    color: #2c3131
}

.dropdown-select:not(:has(.dropdown__block)) span b {
    font-size: 15px;
    line-height: 150%;
    color: #2c3131;
    font-weight: 700
}

.dropdown-select span {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #2c3131
}

.dropdown-select img {
    width: 12px;
    height: 12px
}

.product-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px
}

.price-section {
    display: flex;
    align-items: center;
    gap: 4px
}

.current-price {
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    color: #2c3131
}

.old-price {
    font-size: 12px;
    font-weight: 400;
    line-height: 19.2px;
    color: #626262;
    text-decoration: line-through
}

.btn-buy {
    background: #e58d9f;
    color: #fff;
    padding: 14px 28px;
    border-radius: 100px;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px
}

.new-section, .popular-section, .promotions-section {
    padding: 32px 0
}

.promotions-section .promo-card {
    margin-top: 32px
}

.promotions-section .section-header {
    padding-left: 32px
}

@media screen and (max-width: 1024px) {
    .promotions-section .section-header {
        padding-left: 0
    }
}

.promotions-section .section-header {
    margin-bottom: 0
}

.promotions-section .promo-product-slider {
    padding: 32px
}

@media screen and (max-width: 1024px) {
    .promotions-section .promo-product-slider {
        padding: 32px 32px 28px
    }
}

@media (max-width: 575px) {
    .promotions-section .promo-product-slider {
        padding: 16px 0 28px
    }
}

.promotions-section .container {
    max-width: 1380px
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px
}

@media (max-width: 575px) {
    .section-header {
        margin-bottom: 16px;
        gap: 5px
    }
}

.section-header__title {
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 140%;
    text-transform: uppercase;
    color: #2c3131
}

@media screen and (max-width: 767px) {
    .section-header__title {
        font-size: 2rem
    }
}

.view-all {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer
}

@media (hover: hover) and (pointer: fine) {
    .view-all:not(:disabled):hover .view-all__title {
        color: #e58d9f
    }

    .view-all:not(:disabled):hover .view-all__icon {
        color: #e58d9f
    }
}

@media screen and (max-width: 575px) {
    .view-all {
        align-items: flex-start
    }
}

.view-all__title {
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 150%;
    color: #2c3131;
    transition: .3s
}

@media screen and (max-width: 575px) {
    .view-all__title {
        width: min-content
    }
}

.view-all__icon {
    width: 20px;
    height: 20px;
    transition: .3s
}

.products-grid {
    display: flex;
    gap: 8px
}

@media (max-width: 1024px) {
    .products-grid {
        flex-wrap: wrap
    }
}

@media (max-width: 575px) {
    .products-swiper {
        width: 100%;
        height: 100%
    }

    .swiper-slide {
        display: flex;
        justify-content: center
    }

    .swiper-pagination {
        position: relative;
        margin-top: 20px;
        text-align: center
    }
}

.desktop-cards {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    gap: 40px
}

@media (max-width: 1200px) {
    .desktop-cards {
        grid-template-columns:repeat(2, 1fr)
    }
}

@media (max-width: 768px) {
    .desktop-cards {
        grid-template-columns:1fr
    }
}

.promo-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 414px;
    height: auto;
    margin-bottom: 32px
}

@media (max-width: 1200px) {
    .promo-card {
        max-width: 350px
    }
}

@media (max-width: 1100px) {
    .promo-card {
        max-width: 300px
    }
}

@media (max-width: 1024px) {
    .promo-card {
        max-width: none;
        margin-bottom: 0
    }
}

@media (max-width: 575px) {
    .promo-card {
        height: 419px
    }

    .promo-card .btn-register {
        width: 100%;
        justify-content: center
    }
}

.promo-card:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(38, 17, 3, .6) 0, rgba(38, 17, 3, 0) 100%);
    z-index: 2
}

.promo-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1
}

.promo-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
    z-index: 2
}

.promo-content__title {
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 140%;
    text-transform: uppercase;
    color: #fff
}

.promo-content__description, .promo-content__description > * {
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 150%;
    color: #fff
}

.btn-register {
    background: #e58d9f;
    padding: 11px 32px;
    border-radius: 10rem;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 150%;
    color: #fff;
    width: 238px
}

@media (hover: hover) and (pointer: fine) {
    .btn-register:not(:disabled):hover {
        background: #f9cbcc
    }
}

.product-card.special .product-purchase.special-purchase {
    flex-direction: column;
    gap: 16px;
    align-items: stretch
}

.weight-options {
    display: flex;
    align-items: center;
    gap: 6px 12px;
    width: 100%;
    flex-wrap: wrap
}

.weight-option {
    display: flex;
    flex-direction: column;
    gap: 2px;
    border: 1px solid #cacaca;
    border-radius: 4px;
    padding: 3px 6px;
    background: 0 0;
    cursor: pointer;
    transition: all .3s ease;
    font-weight: 400;
    font-size: 10px;
    text-align: center;
    color: #2c3131
}

@media (hover: hover) and (pointer: fine) {
    .weight-option:hover {
        border-color: #e58d9f
    }
}

.weight-option.active {
    border-color: #e58d9f
}

.weight-option.active .weight-label {
    border: 1px solid #e58d9f
}

.weight-price {
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    color: #2c3131
}

.weight-option:not(.active) .weight-price {
    color: #a9a9a9
}

.info-section {
    background: #e58d9f;
    padding: 40px 0
}

.info-grid {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    gap: 40px
}

.info-item {
    display: flex;
    gap: 12px
}

.info-icon {
    width: 42px;
    height: 42px;
    flex-shrink: 0
}

.info-content h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 8px
}

.info-content p {
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    color: #fff
}

.instagram-section {
    padding: 32px 0 16px
}

.instagram-section h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 33.6px;
    text-transform: uppercase;
    color: #2c3131;
    margin-bottom: 32px
}

.instagram-grid {
    display: grid;
    grid-template-columns:repeat(5, 1fr);
    gap: 40px;
    margin-bottom: 16px
}

.instagram-grid img {
    width: 232px;
    height: 311px;
    object-fit: cover;
    border-radius: 10px
}

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

.instagram-link {
    display: flex;
    align-items: center;
    gap: 8px
}

@media (hover: hover) and (pointer: fine) {
    .instagram-link:not(:disabled):hover {
        color: #e58d9f
    }
}

.instagram-link span {
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    color: #2c3131
}

.instagram-link img {
    width: 20px;
    height: 20px
}

.instagram-nav {
    display: flex;
    gap: 8px
}

.instagram-nav img {
    width: 24px;
    height: 24px;
    cursor: pointer
}

.footer {
    background: #f2f2f2;
    padding: 53px 0 32px
}

.footer-content {
    display: flex;
    justify-content: space-between;
    gap: 144px;
    margin-bottom: 53px
}

.footer-logo img {
    width: 227px;
    height: 64px
}

.footer-section h4 {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    color: #2c3131;
    margin-bottom: 10px
}

.footer-section ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 6px
}

.footer-section ul li {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #2c3131
}

.footer-section ul li a {
    color: #2c3131;
    text-decoration: none
}

.footer-social {
    display: flex;
    gap: 16px;
    margin-top: 34px
}

.footer-social img {
    width: 20px;
    height: 20px
}

.footer-bottom {
    border-top: 1px solid #e2e2e2;
    padding-top: 24px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

.footer-copyright p {
    font-size: 12px;
    font-weight: 400;
    line-height: 19.2px;
    color: #2c3131;
    margin-bottom: 4px
}

.footer-legal {
    max-width: 636px;
    color: #626262 !important
}

.payment-methods {
    width: 626px;
    height: 36px;
    object-fit: contain
}

@media (max-width: 1400px) {
    .product-of-week {
        position: static;
        margin-top: 32px
    }

    .product-week-card {
        width: 100%;
        max-width: 413px;
        margin: 0 auto
    }
}

@media (max-width: 1200px) {
    .container {
        max-width: 100%;
        padding: 0 40px
    }

    .instagram-grid {
        grid-template-columns:repeat(4, 1fr)
    }

    .info-grid {
        grid-template-columns:repeat(2, 1fr)
    }
}

@media (max-width: 768px) {
    .top-bar .container {
        flex-direction: column;
        gap: 16px
    }

    .main-nav {
        flex-wrap: wrap;
        gap: 16px
    }

    .banner {
        height: 400px;
        padding: 0 20px
    }

    .banner-text h1 {
        font-size: 24px;
        line-height: 28.8px
    }

    .banner-text p {
        font-size: 16px;
        line-height: 22.4px
    }

    .banner-buttons {
        flex-direction: column
    }

    .instagram-grid {
        grid-template-columns:repeat(2, 1fr)
    }

    .info-grid {
        grid-template-columns:1fr
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 20px
    }

    .banner {
        height: 300px
    }

    .banner-text h1 {
        font-size: 20px;
        line-height: 24px
    }

    .banner-text p {
        font-size: 14px;
        line-height: 19.6px
    }

    .btn {
        padding: 14px 28px;
        font-size: 16px
    }

    .product-card {
        height: auto
    }

    .instagram-grid {
        grid-template-columns:1fr
    }
}

.dropdown {
    position: relative;
    transition: opacity .6s, visibility .6s
}

.main-nav .dropdown__block {
    transform: translateY(0)
}

.dropdown__block {
    position: absolute;
    top: 100%;
    left: 0;
    border-radius: .8rem;
    box-shadow: 0 4px 36px 0 rgba(0, 0, 0, .07);
    background: #fff;
    min-width: 200px;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(0);
    transition: opacity .3s ease, visibility .3s ease, transform .3s ease
}

.checkbox-list {
    display: flex;
    flex-direction: column;
    width: max-content;
    max-width: 30rem;
    min-width: 20rem
}

.checkbox-list .ui-checkbox {
    padding: 1.2rem 1rem
}

.checkbox-list .ui-checkbox .ui-checkbox__box {
    border: 1px solid #cacaca;
    border-radius: .4rem
}

.checkbox-list .ui-checkbox .ui-checkbox__label {
    width: 100%;
    position: relative;
    font-size: 1.4rem;
    line-height: 150%;
    color: #2c3131;
    cursor: pointer;
    display: inline-block
}

.checkbox-item {
    padding: 1.2rem 1rem
}

.checkbox-item input[type=checkbox] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0
}

.checkbox-item span {
    width: 100%;
    position: relative;
    font-size: 1.4rem;
    line-height: 150%;
    color: #2c3131;
    cursor: pointer;
    display: inline-block;
    transition: .3s
}

.checkbox-item span::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    right: 0;
    border: 2px solid #2c3131;
    border-radius: 4px;
    background: #fff;
    transition: all .2s ease
}

.checkbox-item input[type=checkbox]:checked + span {
    color: #e58d9f
}

.checkbox-item input[type=checkbox]:checked + span:after {
    content: "✓";
    color: #fff;
    position: absolute;
    font-weight: 700;
    font-size: 12px;
    align-items: center;
    line-height: 100%;
    background: #e58d9f;
    border-color: #e58d9f;
    display: flex;
    justify-content: center
}

.nav-link {
    transition: .3s
}

@media (hover: hover) and (pointer: fine) {
    .nav-link:not(:disabled):hover {
        color: #e58d9f
    }
}

.dropdown svg {
    transition: .3s
}

.dropdown:has(.active) {
    z-index: 5;
    color: #e58d9f
}

.dropdown:has(.active) .nav-link {
    color: #e58d9f
}

.dropdown:has(.active) > .dropdown__block {
    opacity: 1;
    visibility: visible;
    z-index: 1001;
    top: calc(100% - 2px)
}

.main-nav .dropdown:hover > .dropdown__block {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    z-index: 1001
}

.dropdown__list li {
    padding: 1rem;
    transition: .3s;
    font-size: 1.4rem;
    line-height: 150%;
    color: #2c3131;
    cursor: pointer
}

.dropdown__list li:first-child {
    border-radius: .8rem .8rem 0 0
}

.dropdown__list li:last-child {
    border-radius: 0 0 .8rem .8rem
}

@media (hover: hover) and (pointer: fine) {
    .dropdown__list li:hover {
        background: #fdeeee
    }
}

.dropdown--nested {
    position: relative
}

.dropdown--nested > .dropdown__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .8rem;
    padding-right: 2.4rem
}

.dropdown--nested > .dropdown__block {
    top: 0;
    left: calc(100% + .8rem);
    margin-left: 0;
    transform: none
}

.dropdown--nested > svg {
    position: absolute;
    right: 1.2rem;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg)
}

.search-btn.mobile {
    display: none
}

@media (max-width: 1024px) {
    .tagline {
        display: none
    }

    .logo-section {
        margin-right: auto
    }

    .cart-count {
        right: 1px
    }

    .search-btn.mobile {
        width: 36px;
        height: 36px;
        display: flex;
        padding: 10px 0
    }

    .search-btn.mobile svg {
        width: 100%;
        height: 100%
    }

    .top-bar {
        display: none
    }

    .main-header {
        padding: 17px 0 14px
    }

    .main-nav {
        display: none
    }
}

@media (max-width: 768px) {
    .main-title-container__title {
        margin: 24px 0 16px
    }

    .search-btn.mobile {
        padding: 0
    }
}

.mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .67);
    display: flex;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    justify-content: flex-end;
    align-items: center;
    transition: opacity .3s ease, visibility .3s ease
}

.mobile-menu-overlay.show {
    opacity: 1;
    visibility: visible
}

.mobile-menu {
    width: 90%;
    overflow: auto;
    max-height: 100dvh;
    transform: translateX(100%);
    transition: transform .3s ease
}

@media screen and (max-width: 575px) {
    .mobile-menu {
        width: 100%;
        max-width: 343px
    }
}

.mobile-menu-overlay.show .mobile-menu {
    transform: translateX(0)
}

.mobile-menu-header {
    border-radius: 6rem 0 0 0;
    padding: 20px 20px 16px;
    background: #f3f3f3;
    text-align: center
}

.mobile-menu-address {
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 150%;
    text-align: right;
    color: #2c3131;
    margin-bottom: 12px
}

.mobile-menu-phone {
    font-weight: 700;
    font-size: 1.7rem;
    line-height: 150%;
    text-align: right;
    color: #2c3131
}

.mobile-menu-close {
    position: absolute;
    top: 24px;
    right: 16px;
    background: 0 0;
    border: none;
    cursor: pointer;
    color: #2c3131;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center
}

.mobile-menu-content {
    padding: 16px 20px;
    overflow-y: auto;
    background: #f3f3f3
}

.mobile-menu-list {
    list-style: none;
    padding: 0;
    margin: 0
}

.mobile-menu-item:last-child .mobile-menu-link {
    border-bottom: none
}

.mobile-menu-link {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 14px 0;
    text-decoration: none;
    border-bottom: 1px solid #cacaca;
    transition: all .3s ease;
    position: relative;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 150%;
    color: #2c3131
}

a.mobile-menu-link--active {
    color: #e58d9f
}

.has-submenu svg {
    margin-left: auto
}

.mobile-menu-link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: 0 0;
    transition: all .3s ease
}

.mobile-menu-toggle {
    display: none;
    justify-content: space-between;
    align-items: center;
    transition: all .3s ease;
    position: relative;
    background: #fff
}

@media screen and (max-width: 1024px) {
    .mobile-menu-toggle {
        display: flex
    }
}

.mobile-menu-toggle::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: 0 0;
    transition: all .3s ease
}

.mobile-menu-toggle svg {
    transition: transform .3s ease
}

.mobile-menu-toggle.active svg {
    transform: rotate(180deg)
}

.mobile-menu-submenu {
    width: 100%;
    list-style: none;
    background: #f3f3f3;
    display: block;
    padding: 13px 0 2px 32px
}

.mobile-menu-submenu li {
    width: 100%
}

.mobile-menu-submenu li:last-child a {
    border-bottom: none
}

.mobile-menu-submenu a {
    padding: 12px 0;
    display: block;
    width: 100%;
    text-decoration: none;
    transition: all .3s ease;
    font-size: 1.4rem;
    line-height: 150%;
    color: #2c3131
}

.mobile-menu-submenu a:hover {
    color: #e58d9f
}

.mobile-menu-footer {
    padding: 20px;
    background: #f3f3f3;
    border-radius: 0 0 0 6rem
}

.btn-primary {
    margin-left: auto;
    width: fit-content;
    padding: 5px 11.5px;
    background: #e58d9f;
    border: none;
    border-radius: 1rem;
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 160%;
    color: #fff;
    cursor: pointer;
    transition: all .3s ease
}

@media (hover: hover) and (pointer: fine) {
    .btn-primary:not(:disabled):hover {
        background: #f9cbcc
    }
}

.mobile-menu-social {
    display: flex;
    gap: 16px;
    justify-content: flex-end;
    margin-top: 26px
}

.mobile-menu-social .social-block a {
    display: flex;
    align-items: center;
    gap: 6px;
    width: fit-content;
    height: auto
}

.mobile-menu-social .social-block a img {
    width: 20px;
    height: 20px;
    transition: all .3s ease
}

.mobile-menu-social img:hover {
    transform: scale(1.1)
}

@media (max-width: 1024px) {
    .mobile-menu-social .social-block a img {
        width: 16px;
        height: 16px
    }

    .mobile-menu-header {
        padding: 24px 64px 12px 16px
    }

    .mobile-menu-content {
        padding: 12px 16px 12px 24px
    }

    .mobile-menu-footer {
        padding: 16px 16px 38px 16px
    }

    .mobile-menu-footer .btn-primary {
        gap: 4px
    }
}

.mobile-menu-submenu {
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease
}

.has-submenu.active .mobile-menu-submenu {
    max-height: 500px
}

.mobile-menu-submenu {
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease;
    margin: 0;
    padding: 0 0 0 20px
}

.has-submenu.active .mobile-menu-submenu {
    max-height: 5000px
}

.has-submenu.is-open > .mobile-menu-link > .mobile-menu-toggle-btn {
    transform: rotate(180deg)
}

.mobile-menu-link > .mobile-menu-toggle-btn {
    transition: transform .3s ease;
    flex-shrink: 0
}

.search-container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center
}

.search-btn {
    cursor: pointer;
    color: #2c3131;
    transition: all .3s ease;
    padding: 10px;
    border-radius: 50%;
    background: 0 0;
    border: none;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100
}

@media (hover: hover) and (pointer: fine) {
    .search-btn:hover {
        background: rgba(229, 141, 153, .1)
    }
}

.search-mobile-container {
    display: none;
    position: relative
}

@media (max-width: 1024px) {
    .search-mobile-container {
        display: block
    }
}

.search-input-wrapper {
    position: absolute;
    flex-direction: column;
    right: 0;
    width: 4rem;
    top: 0;
    height: 4rem;
    z-index: -1;
    transition: .5s;
    display: flex;
    border-radius: 1.6rem;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 4px 45px 0 rgba(0, 0, 0, .1);
    background: #fff
}

.search-input-wrapper.show {
    width: 42.5rem;
    transition: .5s;
    z-index: 50;
    opacity: 1;
    visibility: visible
}

.search-mobile-wrapper.show {
    top: 8px
}

@media screen and (max-width: 767px) {
    .search-mobile-wrapper.show {
        top: -2px;
        width: clamp(25rem, 67vw, 35rem)
    }
}

.search-input-box {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    z-index: 1001
}

.search-input {
    position: relative;
    width: 100%;
    cursor: pointer;
    z-index: 5;
    border-radius: 1.6rem;
    background-color: #fff;
    padding-left: 5.1rem;
    height: 3.8rem;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 150%;
    color: #2c3131
}

.closeInput {
    display: flex;
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 50%;
    background: #e6e9ef;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1.2rem;
    z-index: 60;
    box-sizing: border-box;
    cursor: pointer;
    transition: .3s;
    align-items: center;
    justify-content: center
}

.closeInput svg {
    width: .8rem;
    height: .8rem
}

.searchBtn-open {
    width: 1.8rem;
    height: 1.8rem;
    color: #2c3131;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 1.8rem;
    z-index: 30;
    pointer-events: none
}

.search-input.visible {
    border-radius: 1.6rem 1.6rem 0 0
}

.search-results.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(-1px)
}

.search-results {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border-radius: 0 0 1.6rem 1.6rem;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .1);
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity .1s ease, transform .3s ease, visibility .1s;
    z-index: 1000
}

.search-results.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: opacity .3s ease, transform .3s ease, visibility .3s
}

.search-category, .search-products {
    padding: 16px 0
}

.search-category__title {
    margin: 0 0 10px 0;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 171%;
    color: #000;
    padding: 0 16px
}

.search-products__title {
    font-size: 1.2rem;
    line-height: 160%;
    color: grey;
    margin-bottom: 3px;
    padding: 0 16px
}

.search-category ul, .search-products ul {
    list-style: none;
    margin: 0
}

.search-category li, .search-products li {
    margin-bottom: 12px
}

.search-category li .category-item, .search-category li .product-item, .search-products li .category-item, .search-products li .product-item {
    padding: 0 16px
}

.search-category li:last-child, .search-products li:last-child {
    margin-bottom: 0
}

.search-category a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #333;
    font-size: 14px;
    font-weight: 400;
    transition: .3s
}

.search-category a:hover {
    color: #f2b0be
}

.search-category svg {
    width: 16px;
    height: 16px;
    margin-right: 8px
}

.product-item {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #f0f0f0;
    cursor: pointer;
    transition: background-color .3s;
    gap: 8px
}

.product-item:last-child {
    border-bottom: none
}

.product-item {
    transition: .3s
}

@media (hover: hover) and (pointer: fine) {
    .product-item:not(:disabled):hover {
        background-color: #fdeeee
    }
}

.product-item img {
    width: 36px;
    height: 36px;
    object-fit: contain
}

.product-info__title {
    margin: 0 0 2px 0;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 150%;
    color: #232323
}

.product-info__price {
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 160%;
    color: #2c3131
}

.product-info__price .old-price {
    font-weight: 400;
    font-size: 1rem;
    line-height: 160%;
    text-decoration: line-through;
    color: #626262;
    margin-left: 4px
}

.old-price {
    color: #999;
    text-decoration: line-through;
    margin-left: 4px
}

.search-results::-webkit-scrollbar {
    width: 6px
}

.search-results::-webkit-scrollbar-track {
    background: 0 0
}

.search-results::-webkit-scrollbar-thumb {
    background: #e94560;
    border-radius: 3px
}

.search-results::-webkit-scrollbar-thumb:hover {
    background: #d33650
}

input[type=search]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none
}

.dropdown:hover > .dropdown__block {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0)
}

.dropdown > a + svg {
    transition: transform .25s ease
}

.mobile-menu-link a {
    width: 100%;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 150%;
    color: #2c3131;
}

.table-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 2000;
}

.table-modal.active {
    display: flex;
}

.table-modal__wrapper {
    position: relative;
    padding: 20px;
    border-radius: 12px;
    max-width: 90%;
    max-height: 90%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    background: #fff;
}

.table-modal__content {
    overflow: auto;
}

.table-modal__close {
    position: absolute;
    right: 20px;
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    width: 24px;
    height: 24px;
    background: transparent;
    cursor: pointer;
}

.table-modal__close svg {
    height: 100%;
    width: 100%;
}

.table-modal__close:hover {
    transform: rotate(-90deg);
}

.table-modal__actions {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
    justify-content: space-between;
}

.table-modal__btn {
    background: #E58D9F;
    color: #fff;
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
}

.table-modal__btn:hover {
    background: #d47ca0;
}

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

.table-modal th, .table-modal td {
    padding: 12px;
    border-bottom: 1px solid #eee;
}

.table-modal th {
    background: #E58D9F;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
}

@media print {
    .table-modal__btn {
        display: none;
    }

    .table-modal__content {
        box-shadow: none;
        border-radius: 0;
    }

    table {
        border: 1px solid #ccc;
    }

    th, td {
        border: 1px solid #ccc;
    }

    th {
        background: #f0f0f0 !important;
        color: black !important;
    }
}


/*.cookies__wrapper {*/
/*    display: none !important;*/
/*}*/
