:root {
    --purple: #62061b;
    --purple-action: #89001f;
    --purple-link: #b1001d;
    --pink: #eccfcb;
    --pink-action: #dcada6;
    --beige: #faf6ea;
    --beige-action: #ffeeba;
    --beige-border: #d1d0d0;
    --beige-footer: #f7f7f7;
}
html {
    box-sizing: border-box;
    scroll-behavior: smooth;
}
body {
    font-family: "Forum", serif;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
a,
img,
svg,
button,
input,
textarea,
select {
    transition: all 0.3s ease;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
img {
    max-width: 100%;
}
header {
    background-color: white;
    position: sticky;
    left: 0;
    top: 0;
    right: 0;
    z-index: 7;
    transition: 0.5s;
}
header#home-page {
    position: fixed;
}
/* header.header-hide {
    top: -200px;
} */
.logo {
    position: relative;
    z-index: 2;
}
header#home-page.header-top .logo img {
    filter: invert(1);
}
.logo a img,
.logo-item a svg {
    display: inline-block;
}
.logo a:hover img,
.logo-item a:hover svg {
    transform: translate(0, -3px);
}
nav.main-menu ul {
    padding: 0;
    margin: 0;
    display: flex;
    list-style: none;
    gap: 12px 40px;
    align-items: center;
}
nav.main-menu ul li a,
ul.breadcrumb li a {
    color: black;
    font-size: 18px;
}
header#home-page.header-top {
    background-color: transparent;
}
header#home-page.header-top nav.main-menu ul li a,
header#home-page.header-top ul.breadcrumb li a {
    color: white;
}
.underline-hover,
ul.breadcrumb li a {
    text-decoration: none;
    position: relative;
    display: inline-block;
}
.underline-hover::before,
ul.breadcrumb li a::before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 50%;
    width: 0;
    height: 1px;
    background-color: var(--purple-action);
    transition: all 0.3s ease;
}
.underline-hover::after,
ul.breadcrumb li a::after {
    content: "";
    position: absolute;
    bottom: -2px;
    right: 50%;
    width: 0;
    height: 1px;
    background-color: var(--purple-action);
    transition: all 0.3s ease;
}
.underline-hover:hover::before,
.underline-hover:hover::after,
ul.breadcrumb li a:hover::before,
ul.breadcrumb li a:hover::after {
    width: 50%;
}
.purple-link {
    color: var(--purple-link);
    font-weight: 600;
}
div.search {
    display: flex;
    align-items: center;
    position: relative;
}
div.search input {
    border: 1px solid rgb(0 0 0 / 20%);
    height: 24px;
    display: none;
}
.small-button {
    border: none;
    height: 24px;
    width: 24px;
    padding: 0;
    display: block;
    background-color: transparent;
}
ul.list-inline,
ul.list-inline ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
svg.social-icon {
    stroke: black;
}
header#home-page.header-top svg.social-icon {
    stroke: white;
}
header#home-page.header-top svg.heart-icon {
    fill: white;
}
svg.heart-icon {
    fill: black;
}
svg.heart-icon:hover {
    transform: translate(0, -3px);
    fill: var(--purple-action);
}
svg.heart-icon.active {
    fill: red !important;
}
svg.social-icon:hover {
    transform: translate(0, -3px);
    stroke: var(--purple-action);
}
span.cart-total {
    position: absolute;
    top: -4px;
    right: -10px;
    font-size: 10px;
    color: white;
    padding: 2px 1px;
    background-color: #ff5252;
    border-radius: 100px;
    height: 17px;
    min-width: 17px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
button.burger-toggle {
    padding: 0;
    border: none;
    background-color: transparent;
}
.ham5 {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: transform 0.4s;
    user-select: none;
    position: relative;
    z-index: 2;
    margin-left: -12px;
}
.ham5 path {
    fill: none;
    transition: stroke-dasharray 0.4s, stroke-dashoffset 0.4s;
    stroke: black;
    stroke-width: 5;
    stroke-linecap: round;
}
header#home-page.header-top .ham5 path {
    stroke: white;
}
.ham5.active path {
    stroke: black;
}
.ham5.active {
    transform: rotate(180deg);
}
.ham5 .top {
    stroke-dasharray: 40 82;
}
.ham5 .bottom {
    stroke-dasharray: 40 82;
}
.ham5.active .top {
    stroke-dasharray: 14 82;
    stroke-dashoffset: -72px;
}
.ham5.active .bottom {
    stroke-dasharray: 14 82;
    stroke-dashoffset: -72px;
}
.hero {
    background-size: cover;
    background-position: top center;
}
/* .hero h1 {
    color: white;
    font-size: clamp(32px, 3vw, 54px);
    font-weight: 400;
    line-height: 60px;
    text-transform: uppercase;
    line-height: 100%;
    margin-bottom: 10px;
}
.hero h2 {
    color: white;
    font-size: clamp(22px, 3vw, 26px);
    font-weight: 400;
    line-height: 29px;
    line-height: 100%;
    margin-bottom: 56px;
} */
 .hero h1 {
    color: white;
    font-size: clamp(32px, 3vw, 54px);
    font-weight: 400;
    line-height: 60px;
    text-transform: none !important;
    line-height: 100%;
    display: inline;
}
.hero h2 {
    color: white;
    font-size: clamp(32px, 3vw, 54px);
    font-weight: 400;
    line-height: 29px;
    line-height: 100%;
    display: inline;
}
.slider-header {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: white;
    /* font-family: "Alice", serif; */
    font-size: clamp(24px, 5vw, 44px);
    font-weight: 400;
    line-height: 100%;
    display: flex;
    margin-bottom: 10px;
    justify-content: center;
}
.slideshow.swiper-viewport.full-width-slider {
    overflow: hidden;
}
.full-width-slider img {
    width: 100%;
}
.slider-container {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.slider-container .container {
    height: 100%;
    width: 100%;
}
.button-section,
.pagination-container {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    pointer-events: none;
}
.button-section .container,
.pagination-container .container {
    display: flex;
    height: 100%;
}
.button-section .container a {
    pointer-events: all;
    font-weight: 400;
    line-height: 100%;
    position: relative;
    text-decoration: none;
}
.button-section .container a::before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: white;
    transition: all 0.3s ease;
}
.button-section .container a:hover::before {
    height: calc(100% + 12px);
    left: -6px;
    width: calc(100% + 12px);
    bottom: -6px;
}
.button-section .container a span {
    position: relative;
    color: white;
    /* font-family: "Montserrat", sans-serif; */
    font-size: clamp(12px, 2vw, 16px);
    z-index: 1;
    display: block;
    transition: all 0.3s ease;
}
.button-section .container a:hover span {
    color: black;
}
.category-slider .slide-link {
    display: block;
    position: relative;
    text-align: center;
    overflow: hidden;
}
.category-slider .slide-link::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgb(0 0 0 / 30%);
    z-index: 1;
    transition: all 0.3s ease;
}
.category-slider .slide-link:hover img {
    transform: scale(1.05);
}
.category-slider .slide-link .slide-title {
    position: absolute;
    left: 34px;
    top: 34px;
    right: 34px;
    color: white;
    text-align: start;
    font-size: clamp(24px, 3vw, 32px);
    text-transform: uppercase;
    font-weight: 400;
    line-height: 100%;
    z-index: 2;
    transition: all 0.3s ease;
}
.category-slider .slide-link .slide-title span {
    display: block;
    text-transform: none;
    font-size: clamp(18px, 3vw, 24px);
    margin-top: 8px;
}
/* .category-slider .slide-link:hover .slide-title {
    transform: translate(0, -12px);
} */
h1,
h2 {
    color: black;
    font-size: clamp(32px, 3vw, 44px);
    font-weight: 400;
    text-transform: uppercase;
}
h1.product-title {
    font-size: clamp(22px, 3vw, 34px);
}
.product-link {
    position: relative;
}
.product-link a {
    display: block;
    text-decoration: none;
}
.product-link a .product-image {
    position: relative;
    background-color: white;
    overflow: hidden;
    margin-bottom: 10px;
}
.product-link a .product-image img {
    width: 100%;
    object-fit: contain;
    display: block;
}
.product-link a:hover .product-image img {
    transform: scale(1.05);
}
.product-name {
    color: black;
    font-size: clamp(14px, 4vw, 24px);
    font-weight: 400;
    text-align: center;
    margin-bottom: 4px;
    transition: 0.2s all;
}
.product-price {
    color: var(--purple);
    font-size: clamp(18px, 5vw, 24px);
    font-weight: 400;
    text-align: center;
    transition: all 0.2s ease;
}
.product-link a:hover .product-name,
.product-link a:hover .product-price {
    color: var(--purple-action);
}
.promo {
    background-image: url(/image/catalog/hero/promo.jpg);
    background-size: cover;
    background-position: top center;
    padding: 54px 0;
    position: relative;
}
.promo svg {
    position: relative;
    max-width: 100%;
}
.promo h2 {
    color: white;
    /* font-family: "Inter", sans-serif; */
    font-size: 16px;
    font-weight: 400;
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    position: relative;
}
.promo::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: linear-gradient(
        180deg,
        rgba(98, 6, 27, 0) 21%,
        rgb(26 4 10 / 90%) 100%
    );
    transition: 0.3s;
}
.footer-hr {
    background-color: var(--beige-footer);
}
footer .logo img {
    filter: brightness(0);
    max-width: 192px;
}
footer h4 {
    color: black;
    font-size: clamp(24px, 3vw, 32px);
    font-weight: 400;
    margin-bottom: 0;
}
.footer-column {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.footer-column a,
.footer-column span,
.footer-legal {
    color: rgba(0, 0, 0, 0.6);
    font-size: clamp(14px, 3vw, 16px);
    font-weight: 400;
    text-decoration: none;
}
.footer-column a:hover {
    color: var(--purple-action);
}
ul.breadcrumb {
    display: flex;
    padding: 0 0 4px 0;
    list-style: none;
    margin: 0 0 18px 0;
    flex-wrap: nowrap;
    overflow: auto;
}
ul.breadcrumb li {
    flex: 0 0 auto;
    position: relative;
}
ul.breadcrumb li a {
    /* font-family: "Montserrat", sans-serif; */
    color: black;
    text-decoration: none;
    font-size: 14px;
}
ul.breadcrumb li a i.fa.fa-home::before {
    content: "Главная";
    font-style: normal;
}
ul.breadcrumb li::after {
    content: "/";
    margin: 0 8px;
}
ul.breadcrumb li:last-child::after {
    content: none;
}
select#input-sort {
    max-width: 290px;
    width: 100%;
}
select {
    display: inline-block;
    box-sizing: border-box;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: white;
    color: black;
    padding: 8px 30px;
    border: 1px solid rgba(0, 0, 0, 0.4);
    outline: none;
    border-radius: 40px;
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E);
    background-repeat: no-repeat, repeat;
    background-position: right 30px top 50%, 0 0;
    background-size: 0.65em auto, 100%;
}
select:focus {
    outline: none;
    border: 1px solid var(--pink-action);
    box-shadow: 0 0 0 2px rgba(255, 197, 159, 0.3);
}
.custom-select-wrapper {
    position: relative;
    width: 100%;
}
.native-select {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    right: -999%;
}
.custom-select {
    position: relative;
    width: 100%;
    margin-left: auto;
}
.custom-select-trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 40px;
    cursor: pointer;
    transition: all 0.2s ease;
    user-select: none;
}
.custom-select-trigger:hover {
    border-color: #999;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.custom-select.open .custom-select-trigger {
    border-color: var(--pink-action);
    box-shadow: 0 0 0 3px rgba(226, 74, 125, 0.1);
}
.selected-text {
    color: black;
}
.arrow {
    transition: transform 0.2s ease;
    color: #666;
}
.custom-select.open .arrow {
    transform: rotate(180deg);
}
.custom-select-dropdown {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    right: 0;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.4);
    border-radius: 0;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.2s ease;
    z-index: 6;
    max-height: 300px;
    overflow-y: auto;
}
.custom-select.open .custom-select-dropdown,
.custom-select-wrapper.open .custom-select-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.custom-option {
    padding: 6px 12px;
    cursor: pointer;
    transition: background 0.15s ease;
    color: black;
}
.custom-option:hover {
    background-color: #f8f8f8;
}
.custom-option.selected {
    background-color: #f3f3f3;
}
.custom-select-dropdown::-webkit-scrollbar {
    width: 6px;
}
.custom-select-dropdown::-webkit-scrollbar-track {
    background-color: #f1f1f1;
    border-radius: 8px;
}
.custom-select-dropdown::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 8px;
}
ul.pagination {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 40px;
    margin-bottom: 0;
    padding: 0 0 10px 0;
    list-style: none;
}
ul.pagination li span,
ul.pagination li a {
    display: inline-flex;
    /* font-family: "Montserrat", sans-serif; */
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    padding: 10px;
    border-radius: 40px;
    width: 100%;
    min-width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
}
ul.pagination li span {
    color: black;
    color: white;
    background-color: var(--purple-action);
}
ul.pagination li a {
    color: black;
    text-decoration: none;
    box-shadow: inset 0 0 0 1px var(--beige-border);
}
ul.pagination li a:hover {
    box-shadow: inset 0 0 0 1px var(--purple);
}
.price-old {
    text-decoration: line-through;
}
ul.thumbnails {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.thumbnails li {
    flex: 1 1 100%;
    box-sizing: border-box;
}
ul.thumbnails:has(li:nth-child(2):last-child) li {
    flex: 1 1 calc(50% - 10px);
}
ul.thumbnails:has(li:nth-child(3)) li:nth-child(-n + 2) {
    flex: 1 1 calc(50% - 10px);
}
ul.thumbnails:has(li:nth-child(3)) li:nth-child(n + 3) {
    flex: 1 1 auto;
    max-width: calc(33.33% - 6.9px);
}
ul.thumbnails li img {
    width: 100%;
    height: auto;
    display: block;
}
.thumbnails .thumbnail {
    display: block;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}
.thumbnails .thumbnail.loaded {
    opacity: 1;
}
.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}
.mfp-fade.mfp-wrap {
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-out, -webkit-transform 0.3s ease-out;
    -moz-transition: opacity 0.2s ease-out, -moz-transform 0.3s ease-out;
    -o-transition: opacity 0.2s ease-out, -o-transform 0.3s ease-out;
    transition: opacity 0.2s ease-out, transform 0.3s ease-out;
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);
}
.mfp-fade.mfp-wrap.mfp-ready {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.mfp-fade.mfp-wrap.mfp-removing {
    opacity: 0;
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);
}
.mfp-figure:after {
    box-shadow: none !important;
}
.mfp-bottom-bar {
    display: none;
}
.product-info {
    position: sticky;
    top: 100px;
    overflow: hidden;
    padding: 0 3px 3px 3px;
}
.thumbnails .thumbnail {
    overflow: hidden;
    position: relative;
}
.thumbnails .thumbnail::before {
    content: "";
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgb(0 0 0 / 25%);
    opacity: 0;
    z-index: 1;
    transition: all 0.2s ease;
}
.thumbnails .thumbnail::after {
    content: "";
    position: absolute;
    left: calc(50% - 17px);
    top: calc(50% - 17px);
    background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMDAwMDAwIiBoZWlnaHQ9IjM0IiB3aWR0aD0iMzQiIHZlcnNpb249IjEuMSIgaWQ9IkNhcGFfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgDQoJIHZpZXdCb3g9IjAgMCAxNzYuMjkyIDE3Ni4yOTIiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZD0iTTE0NC43NjgsNzguNjg1YzQuMzIxLTE2LjEyNSwyLjEwMy0zMi45NjgtNi4yNDQtNDcuNDI2QzEyNy4zOTIsMTEuOTc4LDEwNi42MzMsMCw4NC4zNDcsMA0KCWMtMTAuOTEyLDAtMjEuNywyLjg5OS0zMS4xOTksOC4zODNjLTE0LjQ1OCw4LjM0Ny0yNC44LDIxLjgyNS0yOS4xMjEsMzcuOTUxYy00LjMyMSwxNi4xMjUtMi4xMDQsMzIuOTY4LDYuMjQ0LDQ3LjQyNg0KCWMxMS4xMzIsMTkuMjgxLDMxLjg5MiwzMS4yNTksNTQuMTc4LDMxLjI1OWM4LjQxLDAsMTYuNzQ1LTEuNzI5LDI0LjQ3NC01LjAzbDMyLjUwNyw1Ni4zMDNsMTIuOTktNy41bC0zMi41MDgtNTYuMzA1DQoJQzEzMy4wODcsMTA0LjEzMywxNDEuMTAyLDkyLjM3LDE0NC43NjgsNzguNjg1eiBNMTA4LjE0OCwxMDMuNjQ2Yy03LjIyMSw0LjE2OS0xNS40MTcsNi4zNzMtMjMuNjk5LDYuMzczDQoJYy0xNi45NDQsMC0zMi43MjctOS4xMDQtNDEuMTg4LTIzLjc1OWMtNi4zNDQtMTAuOTg4LTguMDI5LTIzLjc4OS00Ljc0NS0zNi4wNDNDNDEuOCwzNy45Niw0OS42NiwyNy43MTcsNjAuNjQ4LDIxLjM3Mw0KCUM2Ny44NywxNy4yMDQsNzYuMDY0LDE1LDg0LjM0NywxNWMxNi45NDQsMCwzMi43MjYsOS4xMDQsNDEuMTg3LDIzLjc1OWM2LjM0NCwxMC45ODgsOC4wMjksMjMuNzg5LDQuNzQ2LDM2LjA0NA0KCUMxMjYuOTk2LDg3LjA1OSwxMTkuMTM2LDk3LjMwMiwxMDguMTQ4LDEwMy42NDZ6IE05MS44OTgsNTUuMDA5aDE3LjV2MTVoLTE3LjV2MTcuNWgtMTV2LTE3LjVoLTE3LjV2LTE1aDE3LjV2LTE3LjVoMTVWNTUuMDA5eiIgZmlsbD0id2hpdGUiLz4NCjwvc3ZnPg==);
    width: 34px;
    height: 34px;
    opacity: 0;
    transform: scale(0);
    background-size: cover;
    z-index: 2;
    transition: all 0.3s ease;
}
.thumbnails .thumbnail:hover::before {
    opacity: 1;
}
.thumbnails .thumbnail:hover img {
    transform: scale(1.05);
}
.thumbnails .thumbnail:hover::after {
    opacity: 1;
    transform: scale(1);
}
.hidden {
    position: absolute !important;
    top: -999% !important;
    right: -999% !important;
    overflow: hidden !important;
}
label.control-label {
    margin-bottom: 10px;
}
.product-featured {
    padding: 50px 0;
    background-color: var(--beige-footer);
}
.product-featured .margin-top {
    margin-top: 0;
}
.product-info h1 {
    margin-bottom: 10px;
}
p.sku {
    color: black;
    /* font-family: "Montserrat", sans-serif; */
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 40px;
}
.radio-option .control-label {
    flex: 0 0 auto;
    width: 100%;
    margin-bottom: 10px;
}
ul.list-unstyled.price-box {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    margin-bottom: 36px;
}
ul.list-unstyled.price-box * {
    margin: 0 !important;
    line-height: 80%;
}
ul.list-unstyled.price-box h2 {
    font-size: clamp(24px, 3vw, 32px);
}
.price-box li span, .charity-price {
    font-size: clamp(18px, 3vw, 20px);
}
.hidden-margin .margin-top {
    margin-top: 0;
}
button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    border: none;
    outline: none !important;
    font-weight: 400;
    border-radius: 40px;
}
.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 30px;
    border: none;
    outline: none !important;
    font-weight: 400;
    border-radius: 0;
    text-decoration: none;
}
.main-button {
    background-color: var(--purple);
    color: white;
    max-width: 246px;
    width: 100%;
    text-decoration: none;
}
.secondary-button {
    background-color: white;
    color: var(--purple);
    max-width: 246px;
    width: 100%;
    height: 44px;
    text-decoration: none;
}
.button.bordered-button {
    padding: 13px 29px;
    border: 1px solid black;
    color: black;
}
.main-button:hover,
.secondary-button:hover {
    background-color: var(--purple-action);
    color: white;
}
.button.bordered-button:hover {
    border-color: var(--purple-action);
    background-color: var(--purple-action);
    color: white;
}
.main-button:active,
.secondary-button:active,
.button.bordered-button:active {
    filter: brightness(1.2);
}
.main-button:focus,
.secondary-button:focus,
.button.bordered-button:focus {
    box-shadow: 0 0 0 3px rgba(98, 6, 27, 0.3);
}
.main-button:disabled {
    opacity: 0.25;
    pointer-events: none;
}
.alert.alert-danger.alert-dismissible {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
    background-image: linear-gradient(22deg, #de3b5f, #fb6064);
    color: white;
    font-weight: 500;
    margin-bottom: 16px;
    border-radius: 4px;
    transition: all 0.3s ease;
}
.alert.alert-success.alert-dismissible {
    background-color: rgb(211 254 213 / 55%);
    margin: 0 0 0 auto;
    border-radius: 4px;
    color: #104812;
    font-size: 14px;
    padding: 12px 16px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 3px;
    position: fixed;
    left: 30px;
    right: 30px;
    bottom: 30px;
    z-index: 7;
    max-width: 600px;
    backdrop-filter: blur(8px);
    border: 1px solid rgb(49 119 52 / 5%);
    transition: all 0.3s ease;
}
.alert.alert-success.alert-dismissible a {
    color: #104812;
}
.alert.alert-success.alert-dismissible a:hover {
    color: #54b338;
}
.alert.alert-success.alert-dismissible button.close {
    margin-left: auto;
    background-color: #317934;
    width: 28px;
    padding: 0;
    height: 28px;
    color: #e4f3e5;
    font-size: 20px;
}
.alert.alert-success.alert-dismissible button.close:hover {
    background-color: #54b338;
}
.option-radio {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
    gap: 12px;
}
.radio input[type="radio"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.radio label {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    border: 1px solid var(--beige-border);
    border-radius: 60px;
    cursor: pointer;
    user-select: none;
    min-height: 44px;
    transition: all 0.2s ease;
}
.radio label:hover {
    border-color: var(--purple-action);
}
.radio:has(input[type="radio"]:checked) label {
    background-color: var(--purple-action);
    color: white;
    border-color: var(--purple-action);
    box-shadow: 0 0 0 3px rgb(137 0 31 / 25%);
}
.register-box {
    background-image: url(/image/catalog/account-bg.jpg);
}
.login-box,
.form-forgotten {
    /* border: 1px solid var(--beige-border); */
    width: 100%;
}
.login-box,
.register-box {
    display: flex;
    flex-direction: column;
}
.login-box .well,
.register-box .well {
    text-align: center;
    margin: auto;
}
form label {
    display: block;
    margin: 0;
}
form input[type="text"],
form input[type="password"],
form input[type="email"],
form input[type="tel"] {
    /* font-family: "Montserrat", sans-serif; */
    display: block;
    margin: 6px 0 12px 0;
    width: 100%;
    padding: 8px 12px;
    border-left: none;
    border-top: none;
    border-right: none;
    outline: none !important;
    border-bottom: 1px solid;
    border-bottom-color: var(--beige-border);
    background-color: transparent;
}

#coupon-input-block .input-group {
    display: flex;
    justify-content: space-between;
}

input#input-coupon {
    /* font-family: "Montserrat", sans-serif; */
    display: block;
    width: 100%;
    margin-right: 16px;
    padding: 8px 12px;
    border-left: none;
    border-top: none;
    border-right: none;
    outline: none !important;
    border-bottom: 1px solid;
    border-bottom-color: var(--beige-border);
    background-color: transparent;
}

textarea {
    /* font-family: "Montserrat", sans-serif; */
    display: block;
    margin: 6px 0 12px 0;
    width: 100%;
    padding: 8px 12px;
    border-left: none;
    border-top: none;
    border-right: none;
    outline: none !important;
    border: 1px solid;
    border-color: var(--beige-border);
    background-color: transparent;
}
textarea:active {
    border-color: var(--purple-action);
}
textarea:focus {
    border-color: transparent;
    box-shadow: 0 0 0 3px rgba(98, 6, 27, 0.3);
}
form input:active, input#input-coupon:active {
    border-bottom-color: var(--purple-action);
}
form input:focus, input#input-coupon:focus {
    border-bottom-color: transparent;
    box-shadow: 0 0 0 3px rgba(98, 6, 27, 0.3);
}
.already-rigistered {
    font-size: 14px;
}
.button-text,
.already-rigistered a,
.agree-text,
.small-p,
.btn-info {
    display: inline-block;
    font-size: 14px;
    color: black;
}
.btn-danger {
    display: inline-block;
    font-size: 14px;
    color: var(--purple-link);
}
.button-text:hover,
.already-rigistered a:hover,
.btn-info:hover,
.btn-danger:hover {
    color: var(--purple-action);
}
.red-link {
    color: var(--purple-link);
}
.user-content .table-responsive td.text-right {
    text-align: center;
    align-content: center;
}
input[type="checkbox"].switch {
    appearance: none;
    width: 3.5em;
    height: 1.5em;
    background-color: #ddd;
    border-radius: 3em;
    position: relative;
    cursor: pointer;
    outline: none;
    min-width: 48px;
    transition: all 0.2s ease-in-out;
}
input[type="checkbox"].switch:checked {
    background-color: var(--purple-action);
}
input[type="checkbox"].switch:after {
    position: absolute;
    content: "";
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 0 0.25em rgba(0, 0, 0, 0.3);
    transform: scale(0.7);
    left: 0;
    transition: all 0.2s ease-in-out;
}
input[type="checkbox"].switch:checked:after {
    left: calc(100% - 1.5em);
}
input[type="checkbox"].switch:disabled {
    opacity: 0.36;
}
input[type="checkbox"].switch:disabled::after {
    background-color: #999;
}
div#vkid-login-container {
    margin-left: auto;
    margin-top: 18px;
    margin-right: auto;
    max-width: 318px;
}
.account-boxes h2 {
    font-size: clamp(22px, 3vw, 34px);
    margin-bottom: 24px;
}
.register-box h2,
.register-box p {
    color: white;
}
.radio-large label.radio-inline.radio-custom {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 0;
    flex-wrap: wrap;
}
.user-flex {
    display: flex;
    gap: 24px;
}
.user-nav #column-right .list-group {
    display: flex;
    flex-direction: column;
}
.user-flex .user-content {
    flex: 0 0 auto;
}
.user-nav #column-right .list-group a {
    display: block;
    text-decoration: none;
    padding: 10px 20px;
    color: black;
    border-bottom: 1px solid var(--beige-border);
}
.user-nav #column-right .list-group a:hover {
    background-color: var(--purple);
    color: white;
    border-bottom: 1px solid var(--purple);
}
.user-content h2 {
    margin-bottom: 18px;
    font-size: clamp(22px, 3vw, 32px);
}
.user-content ul.list-unstyled {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin-bottom: 44px;
    max-width: 100%;
    gap: 4px;
}
.user-content ul.list-unstyled li a {
    display: block;
    text-decoration: none;
    color: black;
    padding: 10px 18px;
    border: 1px solid var(--beige-border);
}
.user-content ul.list-unstyled li a:hover {
    border: 1px solid var(--purple-action);
    background-color: var(--purple-action);
    color: white;
}
.user-nav #column-right .list-group a.active:hover {
    border-color: var(--purple-action);
    background-color: var(--purple-action);
    color: white;
}
.user-nav #column-right .list-group a.active {
    border-color: var(--purple-action);
    color: var(--purple-action);
    font-weight: 600;
}
input#input-search {
    width: 100%;
    border-radius: 40px;
    outline: none !important;
    border: 1px solid #e0e0e0;
}
input#input-search:focus {
    border-color: var(--purple-action);
    box-shadow: 0 0 0 3px rgba(98, 6, 27, 0.15);
}
.search-box {
    background-color: var(--beige-footer);
}
.empty-page-content {
    color: #bfbfbf;
    /* font-family: "Alice", serif; */
    font-size: clamp(32px, 3vw, 44px);
    text-align: center;
    max-width: 880px;
    line-height: 120%;
    margin: auto;
}
.shipping-cart-item {
    border-bottom: 1px solid var(--beige-border);
    padding: 24px 0 24px 0;
}
.cart-product-item:first-child .shipping-cart-item {
    padding: 0 0 24px 0;
}
.small.text-muted {
    font-size: 14px;
    opacity: 0.75;
}
.button-cart-remove {
    padding: 0;
    display: flex;
    width: 28px;
    height: 28px;
    font-size: 20px;
    background-color: var(--purple-link);
    color: white !important;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    text-decoration: none;
}
.button-cart-remove:hover {
    background-color: var(--purple-action);
}
select.form-select {
    max-width: 100%;
    border-radius: 0;
    /* font-family: "Montserrat", sans-serif; */
    display: block;
    margin: 6px 0 12px 0;
    width: 100%;
    padding: 8px 12px;
    border-left: none;
    border-top: none;
    border-right: none;
    outline: none !important;
    border-bottom: 1px solid;
    border-bottom-color: var(--beige-border);
    background-color: transparent;
}
select.form-select:focus {
    border-bottom-color: transparent;
    box-shadow: 0 0 0 3px rgba(98, 6, 27, 0.3);
}
#checkout-onepage .card.position-sticky {
    background-color: var(--beige-footer);
    padding: 27px 20px;
    border: 1px solid var(--beige-border);
}
.invalid-feedback {
    font-size: 12px;
    font-weight: 600;
    color: var(--purple-link);
}
.product-sizes-grid__title, .product-sizes-grid__title-description {
    display: flex;
    width: 100%;
    max-width: 100%;
    border-radius: 0;
    font-size: clamp(18px, 3vw, 24px);
    color: black;
    justify-content: space-between;
    background-color: transparent;
    font-weight: 500;
    padding: 4px 0;
}
.product-sizes-grid__title:hover, .product-sizes-grid__title-description:hover {
    border-color: var(--purple-action);
}
.product-sizes-grid__title svg, .product-sizes-grid__title-description svg {
    transform: rotate(90deg);
    transition: transform 0.2s ease;
}
.product-sizes-grid__title.open svg, .product-sizes-grid__title-description.open svg {
    transform: rotate(-90deg);
}
.product-sizes-grid__body {
    display: none;
}
.product-description {
    color: black;
    overflow: hidden;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 40px;
}
h5.product-description__header,
label.control-label {
    color: rgba(0, 0, 0, 1);
    font-size: clamp(18px, 3vw, 24px);
    margin-bottom: 6px;
}
.product-sizes-grid__body-description::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(0deg, white 56%, transparent);
    transition: .2s all ease;
}
.product-sizes-grid__body-description {
    position: relative;
    margin-bottom: -96px;
    transition: .2s all ease;
}
.product-sizes-grid__body-description.open {
    margin-bottom: 0;
}
.product-sizes-grid__body-description.open::before {
    opacity: 0;
    pointer-events: none;
}
.product-sizes-grid__body table {
    font-size: clamp(12px, 3vw, 16px);
}
.row.g-2.thumbnails img {
    max-height: 1000px;
    object-fit: cover;
    object-position: top;
}
.attribute-box {
    font-size: 14px;
    background-color: var(--beige-footer);
    padding: 12px 18px 22px 18px;
    margin-bottom: 40px;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
    display: none;
}
.datepicker-days {
    background-color: white;
    border: 1px solid var(--beige-border);
    padding: 14px;
    font-size: 12px;
}
.bootstrap-datetimepicker-widget {
    margin-top: -55px !important;
}
.radio-padding {
    padding: 9px !important;
    font-size: 12px;
}
.form-dark input[type="text"],
.form-dark textarea {
    background-color: white !important;
    border: 1px solid var(--beige-border) !important;
}
.form-dark {
    background-color: var(--beige-footer);
    border: 1px solid var(--beige-border);
    padding: 41px 26px;
}
.modal-backdrop {
    background-color: rgb(0 0 0 / 50%);
    backdrop-filter: blur(3px);
    transition: 0.2s ease all;
}
.modal-header {
    flex-direction: row-reverse;
    justify-content: space-between;
}
.modal-header h4 {
    /* font-family: "Alice", serif; */
    font-weight: 400;
}
.modal-header button {
    padding: 0;
    background-color: transparent;
    font-size: 28px;
}
.form-group.required label {
    position: relative;
}
.form-group.required label:after {
    content: " *";
    color: #f75b64;
}
#product .form-group.required label:after {
    content: none !important;
}
.form-group.required .radio label:after {
    content: none !important;
}

.our-values {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    background-color: #f5f5f5;
    padding: 20px;
}

.mobile-menu-wrapper {
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    overflow: hidden;
    background: #fff;
}

.menu-level {
    position: absolute;
    left: 0;
    left: 0;
    width: 100%;
    background: #fff;
    transform: translateX(100%);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
}

.menu-level.active {
    transform: translateX(0);
    z-index: 2;
}

.menu-level.prev {
    transform: translateX(-30%);
    z-index: 1;
}

.menu-tabs {
    display: flex;
    border-bottom: 1px solid #e5e5e5;
    padding: 0;
    background: #fff;
}

.menu-tab {
    flex: 1;
    padding: 44px 16px;
    border: none;
    background: none;
    font-size: 14px;
    color: #999;
    cursor: pointer;
    position: relative;
    transition: color 0.2s;
    font-weight: 400;
}

.menu-tab.active {
    color: #000;
    font-weight: 500;
}

.menu-tab.active::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: #000;
}

.tab-content {
    display: none;
    flex: 1;
    overflow-y: auto;
    padding: 8px 0;
}

.tab-content.active {
    display: block;
}

.menu-header {
    display: flex;
    align-items: center;
    padding: 44px 24px;
    border-bottom: 1px solid #e5e5e5;
    gap: 12px;
    background: #fff;
    z-index: 10;
    position: relative;
}

.menu-back,
.menu-close {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    color: #000;
    display: flex;
    align-items: center;
    -webkit-tap-highlight-color: transparent;
}

.toggle-catalog .ham5.active path {
    stroke: black !important;
}

.toggle-catalog .ham5.active {
    z-index: 5;
}

.menu-title {
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

.menu-content {
    flex: 1;
    overflow-y: auto;
    padding: 8px 0;
}

.menu-item {
    display: flex;
    align-items: center;
    padding: 0 20px;
    position: relative;
    gap: 8px;
}

.menu-dot {
    width: 6px;
    height: 6px;
    background: #ff6b35;
    border-radius: 50%;
    flex-shrink: 0;
    display: none;
}

.menu-item-link {
    flex: 1;
    padding: 14px 0;
    color: #666;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.2s;
}

.menu-item-link.special {
    color: #000;
    font-weight: 500;
    padding: 14px 20px;
    display: block;
}

.menu-item-link:hover {
    color: #000;
}

.menu-arrow {
    background: none;
    border: none;
    padding: 8px;
    cursor: pointer;
    color: #999;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    -webkit-tap-highlight-color: transparent;
}

.menu-arrow:active {
    transform: scale(0.95);
}

button.burger-toggle.toggle-catalog .ham5.active path {
    stroke: white;
}

.other-women img {
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.fontundation img {
    width: 100%;
    max-width: 200px;
    max-height: 138px;
}

.fontundation h2 {
    color: black;
    font-size: clamp(22px, 3vw, 34px);
    font-weight: 400;
    line-height: 134%;
    text-transform: uppercase;
}

.logo-foundation {
    /* background-color: var(--beige-border); */
    /* width: 25%; */
    /* padding: 20px; */
    text-align: center;
}

.foundation-block img {
    max-width: 230px;
    display: block;
    height: 90px;
    object-fit: contain;
}

.promo-block img {
    width: 100%;
}

.charity-link {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    width: fit-content;
    padding-top: 6px;
    line-height: 130%;
}

.charity-link span {
    border-bottom: 1px dashed;
    padding-bottom: 2px;
}

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

nav.sub-menu {
    padding-bottom: 68px;
}

nav.sub-menu ul {
    list-style: none;
    padding: 0 20px;
    margin: 0;
}

nav.sub-menu ul li a {
    display: block;
    padding: 15px 0;
    color: black;
    text-decoration: none;
    font-size: 15px;
}

nav.sub-menu ul li a:hover, .menu-item-link:hover {
    color: var(--purple-action);
}

.foundation-block {
    flex: 0 0 auto;
    width: calc(100% - 8px);
    text-decoration: none;
    color: black;
    padding: 33px;
    background-color: var(--beige-footer);
    border: 1px solid transparent;
}

.foundation-block:hover {
    border-color: var(--beige-border);
}

a.logo-foundation.foundation-short {
    flex: 0 1 auto;
    width: 50%;
}

.logo-foundation.foundation-short:hover img {
    transform: scale(1.025);
}

div#information-information > * {
    font-size: 1.25rem;
}

div#information-information h5 {
    font-size: 1.5rem;
}

img.img-fluid {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.row.hero-about, .row.history-about-images, .row.product-about, .row.quality-about, .row.showroom-about, .row.showroom-about .col-md-6 {
    margin-bottom: 42px;
}

.row.history-about p, .row.mission-about p, .row.product-about p, .row.quality-about p, .row.showroom-about p {
    margin-bottom: 26px;
}

.row.history-about p:last-child, .row.mission-about p:last-child, .row.showroom-about p:last-child {
    margin-bottom: 42px;
}

.row.mission-about h2, .row.product-about h2, .row.quality-about h2, .row.showroom-about h2 {
    margin-bottom: 16px;
}

.row.product-about p:last-child, .row.quality-about p:last-child {
    margin-bottom: 0;
}

.row.product-about .col-12.text-center {
    margin-top: 32px;
}

.payment-item h5 {
    margin-top: 8px;
    font-size: clamp(14px, 2.5vw, 18px) !important;
}

ul.steplist {
    position: relative;
    list-style: none;
    padding-left: 46px;
}

ul.steplist li {
    position: relative;
    margin-bottom: 16px;
}

.steplist__header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-left: -46px;
}

.steplist__header h6 {
    margin-bottom: 0;
    color: var(--purple);
    font-weight: 600;
}

.steplist__header span {
    display: flex;
    height: 34px;
    width: 34px;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--purple-action);
    border-radius: 17px;
    font-weight: 600;
    color: var(--purple-action);
}

.colors-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
    gap: 12px;
}

span.colors-label {
    display: inline-block;
    color: rgba(0, 0, 0, 1);
    font-size: clamp(16px, 3vw, 24px);
    margin-bottom: 6px;
}

a.color-item {
    display: inline-block;
    background-color: var(--purple-action);
    border: 1px solid var(--purple-action);
    color: white;
    border-radius: 50%;
    transition: .2s ease all;
}

a.color-item.active {
    box-shadow: 0 0 0 3px rgb(137 0 31 / 25%);
}

a.color-item img {
    height: 44px;
    width: 44px;
}

#fund-selection {
    width: fit-content;
}

.payment-item {
    display: flex;
    align-items: center;
    gap: 24px;
}

.payment-item img.img-fluid {
    width: 86px;
}

button#button-coupon-remove:hover {
    filter: brightness(.9);
}

img.blog-full-img {
    width: 100%;
    object-fit: cover;
}

.sticky-contact {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 6;
    max-width: 216px;
    width: 100%;
}

.sticky-contact__icon {
    height: 62px;
    width: 62px;
    background-color: var(--purple);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    cursor: pointer;
}

.sticky-contact__icon svg {
    width: 32px;
    height: 32px;
}

.sticky-contact__body {
    position: absolute;
    top: calc(-100% - 74px);
    right: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    height: auto;
    background-color: white;
    padding: 12px;
    border: 1px solid var(--beige-border);
}

#sticky-contact__body {
    display: none;
}

.product-link .button-wishlist {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 4;
    background-color: transparent;
    border-radius: 0;
    width: fit-content;
    height: auto;
    display: flex;
    justify-content: end;
    padding: 20px;
}

.button-wishlist.wishlist-product {
    padding: 0;
    background-color: transparent;
}

@media (max-width: 991px) {
    header {
        padding: 12px 0;
    }
    .ham5 {
        margin-top: -6px;
    }
    .ham5.active path {
        stroke: black !important;
    }
    .icons-row {
        gap: 8px 18px;
    }
    .menu-level.prev {
        transform: translateX(-100%);
    }
    .menu-section {
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        display: none;
        background-color: white;
        z-index: 1;
    }
    .menu-section ul {
        flex-direction: column;
        text-align: start;
        margin-top: 16px !important;
    }
    nav.main-menu ul li a,
    ul.breadcrumb li a {
        color: black !important;
    }
    .menu-open .logo img {
        filter: brightness(0) !important;
    }
    /*.small-button.login-link {
        margin-left: 10px;
        margin-right: 10px;
    }*/
    nav.main-menu {
        display: none;
    }
    button.menu-tab[data-tab="0"] {
        opacity: 0;
        height: 0;
        font-size: 0;
        padding: 20px;
    }
    .mobile-menu-wrapper {
        padding-top: 50px;
    }
    .full-width-slider img {
        height: 280px;
        object-fit: cover;
    }
    .slider-header {
        padding-bottom: 0;
        align-items: start;
        padding-top: 90px;
        text-shadow: 0 0 40px #000000;
    }
    .button-section .container {
        justify-content: center;
        align-items: center;
    }
    .pagination-container .container {
        justify-content: center;
        align-items: end;
    }
    .margin-top,
    .product-featured {
        margin-top: 60px;
    }
    h1,
    h2 {
        margin-bottom: 18px;
    }
    .promo {
        height: 320px;
    }
    .promo::before {
        top: 0;
    }
    .footer-hr {
        padding: 54px 0 80px 0;
    }
    .login-box,
    .register-box,
    .form-forgotten {
        padding: 32px 16px 46px 16px;
        display: flex;
        flex-direction: column;
    }
    .user-flex {
        flex-direction: column;
    }
    .account-menu {
        display: none;
    }
    button.account-burger {
        display: flex;
        width: 100%;
        justify-content: space-between;
        font-weight: 500;
        border-radius: 0;
        padding: 8px 16px;
        font-size: 12px;
        background-color: transparent;
        border: 1px solid var(--beige-border);
        margin-bottom: 4px;
        min-height: 42px;
        height: 100%;
        position: relative;
        text-align: start;
        gap: 16px;
    }
    button.account-burger:hover {
        border-color: var(--purple-action);
    }
    .account-burger-box {
        position: relative;
        width: 22px;
        height: 18px;
    }
    .account-burger {
        position: absolute;
        width: 22px;
        height: 2px;
        background-color: black;
    }
    span.account-burger.account-burger__3 {
        bottom: 0;
        right: 0;
        transition: 0.2s ease all;
    }
    span.account-burger.account-burger__2 {
        top: 8px;
        right: 0;
        transition: 0.2s ease all;
    }
    span.account-burger.account-burger__1 {
        top: 0;
        right: 0;
        transition: 0.2s ease all;
    }
    button.account-burger.open span.account-burger.account-burger__1 {
        transform: rotate(45deg);
        left: 0;
        top: 8px;
    }
    button.account-burger.open span.account-burger.account-burger__2 {
        opacity: 0;
    }
    button.account-burger.open span.account-burger.account-burger__3 {
        transform: rotate(-45deg);
        left: 0;
        top: 8px;
    }
    .search-box {
        padding: 22px 15px 0 15px;
        margin-bottom: 28px;
    }
    .footer-column-final {
        text-align: center;
        width: 100% !important;
    }
    div#checkout-onepage .radio.radio-large {
        width: 100%;
    }
}
@media (min-width: 992px) {
    .container-fluid {
        padding-left: 64px;
        padding-right: 64px;
    }
    header {
        padding: 26px 0;
    }
    .ham5 {
        margin-top: 8px;
    }
    .icons-row {
        gap: 8px 32px;
    }
    .menu-section {
        display: block !important;
    }
    .mobile-menu-wrapper {
        position: fixed;
        /* max-width: 520px; */
        left: -100%;
        transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
        z-index: 3;
    }
    .mobile-menu-wrapper.active-desktop {
        left: 0;
    }
    .menu-level {
        top: 0;
    }
    .slider-header {
        padding-bottom: 58px;
        align-items: end;
    }
    .button-section .container,
    .pagination-container .container {
        justify-content: end;
        align-items: end;
    }
    .margin-top,
    .product-featured {
        margin-top: 80px;
    }
    .main-button {
        height: 48px;
    }
    h1 {
        margin-bottom: 34px;
    }
    h2 {
        margin-bottom: 48px;
    }
    .category-slider {
        margin-left: 64px;
    }
    .promo {
        height: 600px;
    }
    .promo::before {
        top: 50%;
    }
    .footer-hr {
        padding: 42px 0 60px 0;
    }
    .login-box,
    .register-box,
    .form-forgotten {
        padding: 32px 46px 46px 46px;
    }
    .login-box {
        flex: 0 0 auto;
        width: 60%;
    }
    .register-box {
        flex: 0 0 auto;
        width: 40%;
    }
    .account-menu {
        display: block !important;
    }
    .user-nav {
        flex: 0 0 auto;
        width: 30%;
    }
    .user-flex .user-content {
        flex: 0 0 auto;
        width: 70%;
    }
    button.account-burger {
        display: none;
    }
    .search-box {
        padding: 22px 24px 0 24px;
        margin-bottom: 46px;
    }
    .img-user-account {
        max-width: 1100px !important;
    }
}
@media (max-width: 768px) {
    .hero {
        height: 100vh;
        background-image: url(/image/catalog/hero/hero@1x.avif);
        padding-bottom: 24px;
        background-position: 53% 50%;
    }
    .footer-column {
        flex: 0 0 auto;
        width: calc(50% - 8px);
        text-align: center;
    }
    .footer-column:last-child {
        margin-top: 16px;
        width: 100%;
    }
    .custom-select {
        max-width: 100%;
    }
    .custom-select-trigger,
    input#input-search {
        padding: 8px 14px;
        gap: 6px;
        margin-bottom: 8px;
    }
    .selected-text,
    .custom-option,
    input#input-search {
        font-size: 12px;
    }
    .radio {
        width: calc(33% - 7px);
    }
    .border-light {
        padding-top: 12px;
        border-top: 1px solid var(--beige-footer) !important;
    }
    .footer-legal {
        text-align: center;
    }
    /* div#input-option228 {
        display: flex;
        justify-content: start !important;
    }
    div#input-option228 .radio {
        width: fit-content;
    }
    div#input-option228 label {
        height: 32px;
        width: 32px;
    } */
     .option-radio .radio label {
        padding: 0;
        height: 44px;
        width: 44px;
    }
    .alert {
        flex-wrap: wrap;
    }
    .option-radio .radio {
        width: fit-content;
    }
    .product-info h1 {
        margin-top: 24px;
    }
    button.cdek_btn {
        width: 100%;
        margin-top: 6px;
    }
    strong#selected-fund-name {
        display: none;
    }
    ul.list-unstyled.price-box, .colors-list, .option-radio {
        margin-bottom: 12px;
    }
    a.color-item img, .option-radio .radio label {
        height: 28px;
        width: 28px;
        min-height: auto;
        font-size: 12px;
    }
    div#product {
        display: flex;
        flex-wrap: wrap;
    }
    .product-colors {
        flex: 0 0 auto;
        width: 100%;
    }
    .form-group.required {
        flex: 0 0 auto;
        width: 50%;
    }
    ul.list-unstyled.price-box {
        flex: 0 0 auto;
        width: 100%;
    }
    .product-description {
        margin-bottom: 0;
    }
    .product-sizes-grid__body-description {
        margin-bottom: -140px;
    }
}
@media (min-width: 769px) {
    .hero {
        height: 100vh;
        background-image: url(/image/catalog/hero/hero@2x.avif);
        min-height: 800px;
        padding-bottom: 56px;
    }
    .custom-select {
        max-width: fit-content;
    }
    .custom-select-trigger,
    input#input-search {
        padding: 12px 30px;
        gap: 10px;
    }
    .selected-text,
    .custom-option,
    input#input-search {
        font-size: 14px;
    }
    form input {
        max-width: 318px;
    }
    .radio label {
        width: 44px;
    }
    img.main-woman {
        height: 100%;
        object-fit: cover;
    }
}
@media (max-width: 440px) {
    .main-button,
    .secondary-button {
        max-width: 100%;
    }
    ul.list-unstyled.price-box {
        width: 100%;
        align-items: center;
        gap: 10px;
        /* justify-content: center; */
    }
    .radio {
        width: calc(50% - 6px);
    }
}
@media (min-width: 441px) {
    ul.list-unstyled.price-box {
        flex-direction: column;
        gap: 8px;
    }
}
.modal-dialog {
    max-width: 540px;
}

/* Десктоп для меню */

@media (min-width: 992px) {
    .menu-level.active {
        min-width: 340px !important;
    }

    .toggle-catalog .ham5.active {
        margin-left: -80px;
    }

    .mobile-menu-wrapper.active-desktop {
        display: flex !important; /* Важно! flex вместо block */
        position: absolute;
        width: auto;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
        overflow-x: auto;
        overflow-y: hidden;
    }

    .menu-level {
        position: relative !important;
        transform: none !important;
        height: 100%;
        min-width: 320px;
        max-width: 320px;
        flex-shrink: 0;
        border-right: 1px solid #e5e5e5;
        overflow-y: auto;
    }

    /* Первый уровень всегда видим */
    .menu-level[data-level="0"] {
        display: flex !important;
    }

    /* Остальные уровни скрыты по умолчанию */
    .menu-level[data-level="2"],
    .menu-level[data-level="3"] {
        display: none !important;
    }

    /* Когда активны - показываем */
    .menu-level[data-level="2"].active,
    .menu-level[data-level="3"].active {
        display: flex !important;
    }

    /* Убираем prev класс на десктопе */
    .menu-level.prev {
        transform: none !important;
    }

    /* Скрываем кнопку назад на десктопе */
    .menu-back {
        display: none;
    }

    /* Header оставляем но без кнопки назад */
    .menu-header {
        padding: 42.5px 16px;
    }

    .menu-tabs {
        position: sticky;
        top: 0;
        z-index: 10;
    }
}