@charset "UTF-8";
/* Preload критичных шрифтов добавлен в header.twig — уменьшает FOUT */
@font-face {
  font-family: "Vela Sans";
  font-display: swap;
  src: url("../fonts/VelaSans-ExtraLight.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Vela Sans";
  font-display: swap;
  src: url("../fonts/VelaSans-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Vela Sans";
  font-display: swap;
  src: url("../fonts/VelaSans-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Vela Sans";
  font-display: swap;
  src: url("../fonts/VelaSans-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Vela Sans";
  font-display: swap;
  src: url("../fonts/VelaSans-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Vela Sans";
  font-display: swap;
  src: url("../fonts/VelaSans-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Vela Sans";
  font-display: swap;
  src: url("../fonts/VelaSans-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "PT Root UI";
  font-display: swap;
  src: url("../fonts/PT-Root-UI_Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "PT Root UI";
  font-display: swap;
  src: url("../fonts/PT-Root-UI_Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "PT Root UI";
  font-display: swap;
  src: url("../fonts/PT-Root-UI_Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "PT Root UI";
  font-display: swap;
  src: url("../fonts/PT-Root-UI_Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
[data-scrolllock] body {
  overflow: hidden;
  touch-action: none;
  overscroll-behavior: none;
  padding-right: 0 !important;
}

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

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

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

:focus,
:active {
  outline: transparent;
}

a:focus,
a:active {
  outline: transparent;
}

html,
body {
  height: 100%;
}

body {
  color: #0E1117;
  line-height: 1;
  font-family: "Vela Sans", sans-serif;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input,
button,
textarea {
  font-family: "Vela Sans", sans-serif;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: transparent;
}

input,
textarea {
  width: 100%;
}

label {
  display: inline-block;
}

button,
select,
option {
  cursor: pointer;
}

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

ul li {
  list-style: none !important;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

h1 {
  font-family: "Vela Sans", sans-serif;
  font-size: clamp(26px, 4vw, 40px);
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 48px */
  letter-spacing: -0.4px;
}

.titleHeadline {
  font-family: "Vela Sans", sans-serif;
  font-size: clamp(26px, 4vw, 40px);
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 48px */
  letter-spacing: -0.4px;
  margin-bottom: 0;
}

h3 {
  font-family: "Vela Sans", sans-serif;
  font-size: clamp(20px, 2.6vw, 26px);
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 24px */
  letter-spacing: -0.2px;
}

h4 {
  font-family: "Vela Sans", sans-serif;
  font-size: clamp(16px, 2vw, 20px);
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 24px */
  letter-spacing: -0.2px;
}

h2.fs-2.fw-semibold {
  font-size: clamp(26px, 4vw, 40px) !important;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 48px */
  letter-spacing: -0.4px;
}

.--color-pink {
  color: #EC407A;
}

/**/
.bg-perch {
  background: var(--Additional-Color-Cream, #FFECE6);
}

.bg-green {
  background: var(--Additional-Color-Green, #E8F0E4);
}

.bg-grey {
  background: var(--Neutral-Color-Neutral-Color-100, #F4F4F5);
}

.bg-pink {
  background: var(--Additional-Color-Lavender, #F9EEFF);
}

.bg-lavender {
  background: var(--Additional-Color-Lilac, #988CE6);
}

.bg-purple {
  background: var(--Additional-Color-Purple-pink, #EC407A);
}

.op-07 {
  opacity: 0.7;
}

.hl {
  transition: all ease 0.3s;
}
@media (any-hover: hover) {
  .hl:hover {
    color: #6c6c6c !important;
  }
}

.grey-5 {
  color: #5B5B5B !important;
}

.h4 {
  font-family: "Vela Sans", sans-serif;
  font-size: clamp(20px, 2.6vw, 26px);
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 31.2px */
  letter-spacing: -0.26px;
}

.text32 {
  text-align: center;
  font-family: "Vela Sans";
  font-size: clamp(26px, 3.2vw, 32px);
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 38.4px */
  letter-spacing: -0.32px;
}

.--anim-left .bi {
  transition: all ease 0.3s;
}
@media (any-hover: hover) {
  .--anim-left:hover .bi {
    transform: translateX(-5px);
  }
}

.text-muted {
  color: #7A7A7A !important;
}

.btn-large {
  display: inline-flex;
  height: 52px;
  padding: 14px 24px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background: #27272A;
  transition: all ease 0.3s;
  font-weight: 600;
  color: #FFF;
}
@media (any-hover: hover) {
  .btn-large:hover {
    background: #3F3F46;
    color: #FFF;
  }
}

.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
  color: #fff;
  background-color: #3F3F46;
  border-color: transparent;
}

.btn-medium {
  display: inline-flex;
  height: 44px;
  padding: 14px 24px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  background: #27272A;
  transition: all ease 0.3s;
  font-weight: 600;
  color: #FFF;
}
@media (any-hover: hover) {
  .btn-medium:hover {
    background: #3F3F46;
  }
}

.btn-small {
  display: inline-flex;
  height: 36px;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  background: #27272A;
  transition: all ease 0.3s;
  font-weight: 600;
  color: #fff;
  gap: 8px;
}
@media (any-hover: hover) {
  .btn-small:hover {
    background: #3F3F46;
  }
}

.btn-secondary-large {
  height: 52px;
  display: inline-flex;
  padding: 14px 24px;
  justify-content: center;
  align-items: center;
  transition: all ease 0.3s;
  font-weight: 700;
  font-size: 16px;
  gap: 8px;
  border-radius: 8px;
  background: #F4F4F5;
}
@media (any-hover: hover) {
  .btn-secondary-large:hover {
    background: #EFEFF0;
  }
}

.btn-secondary-medium {
  display: inline-flex;
  height: 44px;
  padding: 14px 24px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  transition: all ease 0.3s;
  font-weight: 600;
  font-size: 14px;
  gap: 8px;
  border-radius: 6px;
  background: #F4F4F5;
}
@media (any-hover: hover) {
  .btn-secondary-medium:hover {
    background: #EFEFF0;
  }
}

.btn-secondary-small {
  display: inline-flex;
  height: 36px;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  transition: all ease 0.3s;
  font-weight: 600;
  background: #F4F4F5;
}
@media (any-hover: hover) {
  .btn-secondary-small:hover {
    background: #EFEFF0;
  }
}

.border-color {
  border-top: 1px solid #F4F4F5;
}

.p-text {
  background: #F4F4F5;
  border-radius: 12px;
}

.fw-light {
  font-weight: 500 !important;
}

ol li {
  line-height: 160%;
}

.btn-group .dropdown-toggle {
  height: 44px;
  gap: 5px;
}
.btn-group .dropdown-toggle::after {
  content: "";
  display: block;
  background: url(../image/icons/chared.svg) center/contain no-repeat;
  border: 0;
  height: 20px;
  flex: 0 0 20px;
}
.btn-group .dropdown-toggle:focus-visible {
  background: #3F3F46;
  color: #fff;
}
.btn-group .dropdown-menu {
  border: none;
  box-shadow: 0 14px 157px 0 rgba(126, 126, 126, 0.07), 0 5.849px 65.591px 0 rgba(126, 126, 126, 0.05), 0 3.127px 35.068px 0 rgba(126, 126, 126, 0.04), 0 1.753px 19.659px 0 rgba(126, 126, 126, 0.04), 0 0.931px 10.441px 0 rgba(126, 126, 126, 0.03), 0 0.387px 4.345px 0 rgba(126, 126, 126, 0.02);
}
.btn-group .dropdown-menu .dropdown-item {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px; /* 100% */
  letter-spacing: -0.028px;
}
.btn-group .dropdown-menu .dropdown-item:active {
  background: transparent;
  color: #27272A;
}
@media (max-width: 575px) {
  .btn-group .dropdown-menu {
    transform: translate3d(0px, 50px, 0px) !important;
  }
}

.container-custom {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}
.container-custom h1 {
  color: #27272A;
  margin-bottom: 1rem;
}
.container-custom p {
  line-height: 1.6;
}

.container-custom.--text {
  max-width: 770px;
}

.btn-custom {
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
  background-color: #27272A;
  color: white;
}
.btn-custom:hover {
  background-color: rgb(14.4444444444, 14.4444444444, 15.5555555556);
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: transform 0.3s ease-in-out;
  background: #FFF;
}

.header-top-block.header-top-block-hidden {
  display: none;
}

main {
  margin-top: 218px;
}
@media (max-width: 768px) {
  main {
    margin-top: 130px;
  }
  main.--home-page {
    margin-top: 130 px;
  }
}

.nav-link {
  color: #0E1117 !important;
  padding: 0;
}

.header-top-block {
  background-color: #FFDDD3;
  font-family: "Vela Sans", sans-serif;
  height: 44px;
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  .header-top-block {
    height: 36px;
  }
}
.header-top {
  font-family: "Vela Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.14px;
}

.header-top-info__choose-adress {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.15px;
}

.header-top-info__work {
  opacity: 0.7 !important;
}

.input-group-search {
  position: relative;
  max-width: 470px;
  width: 100%;
}
.input-group-search .input-control {
  height: 44px;
  background: #F4F4F5;
  border-radius: 8px;
  padding: 4px 4px 4px 14px;
  padding-top: 12px;
}
@media (max-width: 768px) {
  .input-group-search {
    max-width: 100%;
    border: 1px solid #EFEFF0;
  }
  .input-group-search .input-control {
    background: #fff;
  }
}

.btn.search {
  position: absolute;
  right: 4px;
  top: 4px;
  padding: 6px;
  border-radius: 6px !important;
  height: 36px;
  width: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #27272A;
}
.btn.search .bi-search {
  color: #fff;
}
@media (any-hover: hover) {
  .btn.search:hover {
    background: #3F3F46;
  }
}
@media (max-width: 768px) {
  .btn.search {
    background: transparent;
  }
  .btn.search .bi-search {
    color: #27272A;
  }
}

.header-body {
  padding-block: 18px;
  gap: 20px;
}

.user-actions {
  gap: 50px;
}
.user-actions .user-actions-block {
  gap: 20px;
}
.user-actions .user-actions-block svg {
  width: 18px;
}
.user-actions .user-actions-block .bi {
  font-size: 24px;
}
@media (any-hover: hover) {
  .user-actions .user-actions-block .bi:hover {
    color: #3F3F46;
  }
}

.action-item {
  position: relative;
}

.action-item-count {
  top: -10px;
  right: -10px;
  display: flex;
  position: absolute;
  width: 22px;
  height: 22px;
  padding: 4.4px;
  justify-content: center;
  align-items: center;
  background: #EC407A;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
}

.mobile-navigation {
  display: none;
  position: fixed;
  width: 100%;
  bottom: 0;
  padding: 10px 16px 5px 16px;
  background: #fff;
  box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.06), 0 -2px 8px rgba(0, 0, 0, 0.03);
}
.mobile-navigation .nav-link {
  color: #7A7A7A;
}
.mobile-navigation .nav-link > span {
  font-family: "Vela Sans", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px; /* 107.692% */
  letter-spacing: -0.13px;
  color: #7A7A7A;
}
.mobile-navigation .nav-link .nav-link-block {
  position: relative;
}
.mobile-navigation .nav-link .nav-link-block img {
  width: 20px;
  height: 20px;
  opacity: 0.7;
}
.mobile-navigation .nav-link .nav-link-block svg path {
  width: 20px;
  height: 20px;
}
.mobile-navigation .nav-link .nav-link-block .bi {
  font-size: 20px;
  height: 20px;
  display: block;
}
.mobile-navigation .nav-link.--active > span {
  color: #27272A;
}
.mobile-navigation .nav-link.--active svg path {
  fill: #27272A !important;
}
.mobile-navigation .nav-link.--active .bi {
  color: #27272A;
}
.mobile-navigation .nav-link.--active img {
  opacity: 1;
}
.mobile-navigation .bi {
  color: #7A7A7A;
  font-size: 22px;
}

.mobile-navigation .nav {
  flex-wrap: nowrap;
}

.icon-menu {
  display: none;
}
@media (max-width: 768px) {
  .icon-menu {
    display: block;
    position: relative;
    width: 24px;
    height: 16px;
    flex: 0 0 24px;
    z-index: 5;
  }
}
@media (max-width: 768px) and (any-hover: none) {
  .icon-menu {
    cursor: default;
  }
}
@media (max-width: 768px) {
  .icon-menu span, .icon-menu::before, .icon-menu::after {
    content: "";
    transition: all 0.3s ease 0s;
    right: 0;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #27272A !important;
    color: #27272A;
    border-radius: 20px;
  }
  .icon-menu::before {
    top: 0;
  }
  .icon-menu::after {
    bottom: 0;
  }
  .icon-menu span {
    top: calc(50% - 1px);
  }
  [data-fls-menu-open] .icon-menu span {
    width: 0;
  }
  [data-fls-menu-open] .icon-menu::before {
    top: calc(50% - 1px);
    transform: rotate(-45deg);
  }
  [data-fls-menu-open] .icon-menu::after {
    bottom: calc(50% - 1px);
    transform: rotate(45deg);
  }
}

button.icon-menu.open-menu-burger {
  color: #27272A;
}

/*header-bottom*/
@media (max-width: 768px) {
  .header-bottom {
    display: none !important;
  }
}
.header-bottom .header-bottom-nav {
  gap: clamp(16px, 1.6vw, 32px);
}
.header-bottom .header-bottom-nav .btn-small {
  font-size: 14px;
}
.header-bottom .header-bottom-nav__link {
  font-family: "Vela Sans", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 14px; /* 93.333% */
  letter-spacing: -0.15px;
}
@media (max-width: 768px) {
  .header-bottom .header-bottom-block {
    display: none !important;
  }
}
.header-bottom .header-bottom-block-links {
  gap: clamp(16px, 1.6vw, 32px);
  font-family: "Vela Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 100% */
  letter-spacing: -0.16px;
}
@media (max-width: 992px) {
  .header-bottom .header-bottom-block-links {
    display: none !important;
  }
}

.button-search-mobile {
  display: none;
}
@media (max-width: 768px) {
  .button-search-mobile {
    display: block;
    margin-left: auto;
  }
}

@media (max-width: 768px) {
  .header-body .input-group-search {
    display: none;
  }
}
.menu-burger {
  display: none;
}
@media (max-width: 768px) {
  .menu-burger {
    position: fixed;
    width: 100%;
    height: 100svh !important;
    background: #fff;
    padding: 20px 16px;
    z-index: 5;
    top: 0;
    left: 0;
    flex-direction: column;
  }
  .menu-burger .menu-burger-top {
    margin-bottom: 16px;
  }
  .menu-burger .input-group-search {
    border-radius: 8px;
    height: 44px;
    border: none;
  }
  .menu-burger .input-group-search .search img {
    width: 16px;
  }
  .menu-burger .input-control {
    border: 1px solid #EFEFF0;
    padding: 10px 10px 10px 13px;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 14px; /* 100% */
    letter-spacing: -0.14px;
    color: #7A7A7A;
  }
  .menu-burger .bi {
    font-size: 22px;
    font-weight: 600;
  }
  .menu-burger .view-catalog {
    margin-top: 35px;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 18px;
    border-bottom: 1px solid #EFEFF0;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
  }
  .menu-burger .menu-burger-list {
    margin-top: 20px;
    height: 100%;
    flex: 1;
    overflow: auto;
    padding-bottom: 50px;
  }
  .menu-burger .menu-burger-list h4 {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 30px;
  }
  .menu-burger .menu-burger-list ul {
    padding-left: 0;
    display: flex;
    flex-direction: column;
    gap: 18px;
    font-weight: 500;
  }
  .menu-burger .menu-burger-list-block:not(:last-child) {
    padding-bottom: 32px;
    margin-bottom: 20px;
    border-bottom: 1px solid #EFEFF0;
  }
}

.menu-burger.active {
  display: flex;
}
.menu-burger.active .menu-burger-list {
  display: flex !important;
  flex-direction: column;
  flex: 1;
  padding-bottom: 70px;
}

.menu-burger {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 20px 16px;
  z-index: 5;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
}

.menu-burger.active {
  transform: translateX(0);
}

.menu-burger-all {
  flex: 1;
  position: relative;
  overflow: hidden;
}

.menu-burger {
  /* Основное меню - видно по умолчанию */
  /* Категории - скрыты по умолчанию */
  /* Подкатегории - скрыты по умолчанию */
  /* Скрываем элементы когда не активны */
  /* Стили для контента */
}
.menu-burger .menu-burger-list,
.menu-burger .categories-sidebar,
.menu-burger .subcategories-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
  background: #fff;
}
.menu-burger .menu-burger-list {
  transform: translateX(0);
}
.menu-burger .categories-sidebar {
  transform: translateX(100%);
  overflow: auto;
}
.menu-burger .categories-sidebar.active {
  transform: translateX(0);
}
.menu-burger .subcategories-content {
  transform: translateX(100%);
  overflow: auto;
}
.menu-burger .subcategories-content.active {
  transform: translateX(0);
}
.menu-burger .categories-sidebar:not(.active),
.menu-burger .subcategories-content:not(.active) {
  display: none;
}
.menu-burger .menu-burger-list:not(:only-child) {
  display: none;
}
.menu-burger .view-catalog:not(:only-child) {
  display: none;
}
.menu-burger .categories-sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.menu-burger .category-btn {
  width: 100%;
  padding: 12px 16px;
  border: none;
  background: none;
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  border-bottom: 1px solid #f0f0f0;
}
.menu-burger .category-btn.category-btn-link {
  background: #FFECE6 !important;
}
.menu-burger .category-btn.category-btn-link img {
  background: transparent;
}
.menu-burger .category-btn.active {
  background: #f8f9fa;
}
.menu-burger .subcategories-header {
  display: flex;
  align-items: center;
  padding: 20px 16px;
  border-bottom: 1px solid #eee;
  gap: 12px;
}
.menu-burger .subcategory-list {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.menu-burger .subcategory-link {
  padding: 12px 0;
  border-bottom: 1px solid #f0f0f0;
  text-decoration: none;
  color: #333;
  display: block;
}

.menu-burger {
  /* Состояния меню */
  /* Скрываем кнопку назад в основном меню если нужно */
}
.menu-burger .category-section {
  display: none;
}
.menu-burger .category-section.active {
  display: block;
}
.menu-burger .menu-burger.categories .back-to-menu {
  display: block; /* Показываем кнопку назад в режиме категорий */
}
.menu-burger .menu-burger.subcategories .back-to-menu {
  display: block; /* Показываем кнопку назад в режиме подкатегорий */
}
.menu-burger .menu-burger:not(.categories):not(.subcategories) .back-to-menu {
  display: none;
}
.menu-burger .subcategories-content {
  padding: 0;
}
.menu-burger .menu-burger.active .view-catalog {
  display: flex !important;
}
.menu-burger .menu-burger.active.categories .view-catalog {
  display: none !important;
}
.menu-burger .menu-burger.active.categories.subcategories .view-catalog {
  display: none !important;
}

.menu-burger.active.categories .view-catalog, .menu-burger.active.subcategories .view-catalog {
  display: none !important;
}

.menu-burger-all .categories-sidebar {
  width: 100%;
  height: 100%;
  flex: 1;
  overflow: auto;
  padding-bottom: 70px;
}
.menu-burger-all .categories-sidebar::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}
.menu-burger-all .categories-sidebar ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
@media (max-width: 575px) {
  .menu-burger-all .categories-sidebar ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
.menu-burger-all .categories-sidebar ul li .category-btn {
  position: relative;
  background: #F4F4F5;
  aspect-ratio: 160/140;
  overflow: hidden;
  align-items: start;
}
.menu-burger-all .categories-sidebar ul li .category-btn span {
  max-width: 120px;
  z-index: 1;
}
.menu-burger-all .categories-sidebar ul li .category-btn img {
  max-width: 130px;
  width: 100%;
  border-radius: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
}
.menu-burger-all .categories-sidebar ul li .category-btn.active img {
  background: #F4F4F5;
}
.menu-burger-all .category-sections {
  padding-top: 18px;
  width: 100%;
  height: 100%;
  flex: 1;
  overflow: auto;
  padding-bottom: 70px;
}
.menu-burger-all .category-sections .subcategory-list {
  padding: 0;
  grid-template-columns: repeat(1, 1fr);
}
.menu-burger-all .category-sections .subcategory-list .subcategory-link {
  padding: 0;
  border: none;
}
.menu-burger-all .subcategories-content.active .subcategory-list {
  gap: 32px;
}

.categories-menu-block {
  width: 100%;
  background: #FFF;
}

.categories-menu-wrapper {
  display: flex;
  min-height: 400px;
  min-height: 215px;
  max-height: 100svh;
  height: calc(100% - 178px);
  overflow: hidden;
  margin-top: 10px;
  position: fixed;
  bottom: 0;
  max-width: 1200px;
  width: 100%;
  z-index: 2;
  background: #fff;
  left: 50%;
  right: 50%;
  transform: translate(-50%, 0%);
  padding: 0 16px;
}

.hidden-header .categories-menu-wrapper {
  height: calc(100% - 130px);
}

#categoriesMenu.categories-menu {
  display: none;
  position: fixed;
  background: #FFF;
  width: 100%;
  height: 100%;
  z-index: 9999;
  left: 0;
}
#categoriesMenu.categories-menu ul {
  padding-left: 0;
  max-height: 700px;
  overflow: auto;
}

#categoriesMenu.categories-menu.show {
  display: flex;
}

.categories-sidebar {
  width: 270px;
  padding: 20px 0;
  overflow: auto;
}

.categories-sidebar-title {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  background: #FFECE6;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 20px;
  font-family: "Vela Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  white-space: nowrap;
  margin-bottom: 30px;
}

.category-btn {
  display: block;
  width: 100%;
  padding: 12px;
  border: none;
  text-align: left;
  cursor: pointer;
  font-family: "Vela Sans", sans-serif;
  font-size: 15px;
  transition: all 0.3s ease;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 12px;
  border-radius: 8px;
}
.category-btn .bi {
  margin-left: auto;
}
.category-btn img {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #F4F4F5;
}

.category-btn.active {
  background: #F4F4F5;
}
.category-btn.active img {
  background: #fff;
}

.category-section .category-section-main-link {
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1px solid #000;
  font-family: "Vela Sans", sans-serif;
  font-size: clamp(20px, 2.6vw, 26px);
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.2px;
}
.category-section .subcategory-list {
  margin-top: clamp(40px, 6vw, 60px);
}

.subcategories-content {
  flex: 1;
  padding: 60px 48px;
  background: white;
  overflow: auto;
}

.subcategory-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px 25px;
}

.categories-menu.show .subcategory-link {
  display: block;
  text-decoration: none;
  font-weight: 500;
}
.categories-menu.show .category-section {
  display: none;
}
.categories-menu.show .category-section.active {
  display: block;
}

.frequently {
  margin-top: clamp(60px, 8vw, 80px);
}

.frequently-block-title h2 {
  font-family: "Vela Sans", sans-serif;
  font-size: clamp(26px, 4vw, 40px);
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 48px */
  letter-spacing: -0.4px;
  margin-bottom: 0 !important;
}

.frequently-mobile-button {
  margin-top: 40px;
}

.card-coast span.fw-bold {
  font-size: clamp(18px, 2.6vw, 26px) !important;
  font-weight: 600 !important;
}

.arrow-back {
  width: 18px;
  height: 18px;
  margin-right: 24px;
}
.arrow-back img {
  margin-top: -2px;
  width: 18px;
  height: 18px;
  transition: all ease 0.3s;
}
@media (any-hover: hover) {
  .arrow-back a:hover img {
    opacity: 0.7;
  }
}

@media (max-width: 475px) {
  .card-coast.d-flex span.fw-semibold {
    font-size: 18px !important;
  }
}

.card-coast s.text-muted {
  color: #7A7A7A !important;
  font-family: "Vela Sans", sans-serif;
  font-size: clamp(14px, 1.8vw, 18px);
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 100% */
  letter-spacing: -0.18px;
  text-decoration-line: line-through;
}

.hero-block {
  margin-block-start: clamp(16px, 3.6vw, 36px);
  gap: 8px 24px;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .hero-block {
    flex-direction: column;
  }
}
.hero-block .hero-block-image {
  position: relative;
}
.hero-block .hero-block-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
  aspect-ratio: 671/380;
}
@media (max-width: 768px) {
  .hero-block .hero-block-image img {
    aspect-ratio: 328/290;
  }
}
.hero-block .hero-block-image-info {
  position: absolute;
  left: clamp(28px, 5vw, 50px);
  bottom: clamp(28px, 5vw, 50px);
  max-width: 260px;
  color: #fff;
}
.hero-block .hero-block-image-info h1 {
  font-family: "Vela Sans", sans-serif;
  font-size: clamp(26px, 3.2vw, 32px);
  font-style: normal;
  font-weight: 600;
  line-height: 116%; /* 37.12px */
  letter-spacing: -0.32px;
  color: #fff;
}
.hero-block .hero-block-image-info p {
  margin-bottom: 0 !important;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%; /* 25.6px */
  letter-spacing: -0.08px;
  font-family: "Vela Sans", sans-serif;
}

.hero-block-images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(8px, 2.4vw, 24px);
}

@media (min-width: 1071px) {
  .hero-block-images {
    width: 100%;
    max-width: 473px;
  }
}

.hero-block-images .hero-images-card {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  background: #F4F4F5;
}
@media (max-width: 525px) {
  .hero-block-images .hero-images-card {
    min-height: 140px;
  }
}
.hero-block-images .hero-images-card h4 {
  position: absolute;
  max-width: 126px;
  font-weight: 600;
  top: clamp(16px, 2.4vw, 24px);
  left: clamp(16px, 2.4vw, 24px);
}
.hero-block-images .hero-images-card img {
  position: relative;
  bottom: -25px;
  right: -20px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 255/178;
}
@media (max-width: 525px) {
  .hero-block-images .hero-images-card img {
    display: none;
  }
}
.hero-block-images .hero-images-card img:nth-child(2) {
  display: none;
}
@media (max-width: 525px) {
  .hero-block-images .hero-images-card img:nth-child(2) {
    display: block;
  }
}

.badges-left {
  margin-top: clamp(8px, 1.6vw, 16px) !important;
  margin-left: clamp(8px, 1.6vw, 16px) !important;
}
.badges-left .badge {
  padding: 4px 10px;
  align-items: center;
  font-size: clamp(10px, 1.4vw, 14px);
  font-weight: 600;
  height: 26px;
}
@media (max-width: 525px) {
  .badges-left .badge {
    height: 20px;
    padding: 4px 8px;
  }
}
.badges-left .badge.badge--hit {
  background: #988CE6;
}
.badges-left .badge.badge--new {
  background: #6E9BFB;
}
.badges-left .badge.badge--sale {
  background: #FF4870;
}

.card .badge--favorite {
  margin-top: clamp(8px, 1.6vw, 16px) !important;
  margin-right: clamp(8px, 1.6vw, 16px) !important;
}
@media (max-width: 475px) {
  .card .card-image-block img {
    border-radius: 12px !important;
  }
}

.badge--favorite {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background: #fff;
  z-index: 1;
}
@media (max-width: 768px) {
  .badge--favorite {
    width: 24px;
    height: 24px;
  }
}
.badge--favorite .bi {
  font-size: 17px;
}
@media (max-width: 768px) {
  .badge--favorite .bi {
    font-size: 11px;
  }
}

.card-img-top {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 373/360;
  border-radius: 16px;
}

.card-title {
  font-size: clamp(14px, 2vw, 20px);
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 24px */
  letter-spacing: -0.2px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: clamp(12px, 1.6vw, 16px);
}

.card {
  display: flex;
  height: 100%;
}
@media (max-width: 768px) {
  .card {
    height: -moz-fit-content;
    height: fit-content;
  }
}

.card-body {
  display: flex;
  flex-direction: column;
  height: 100%;
  flex: 1 1 auto;
}
@media (max-width: 525px) {
  .card-body {
    max-width: 154px;
  }
}
.card-body .card-title {
  flex: 1 1 auto;
}

@media (max-width: 525px) {
  .blog-wrapper .card-body {
    max-width: 100%;
  }
}

.frequently__slider .swiper-slide, .mono-bouquets__slider .swiper-slide, .wedding-bouquets .swiper-slide, .designer-bouquets__slider .swiper-slide, .arrangements-bouquets__slider .swiper-slide, .review__slider .swiper-slide {
  height: auto !important;
}

.frequently-block-slider, .mono-bouquets-block-slider .wedding-bouquets .designer-bouquets, .arrangements-bouquets-block-slider {
  position: relative;
}

.arrow {
  position: absolute;
  top: 35%;
  width: 100%;
  z-index: 1;
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  background: #fff;
  box-shadow: 0 -2.167px 219.917px 0 rgba(0, 0, 0, 0.08), 0 -0.791px 80.273px 0 rgba(0, 0, 0, 0.06), 0 -0.384px 38.971px 0 rgba(0, 0, 0, 0.04), 0 -0.188px 19.104px 0 rgba(0, 0, 0, 0.04), 0 -0.074px 7.554px 0 rgba(0, 0, 0, 0.02);
}
.arrow.arrow--left {
  margin-left: -30px;
}
@media (max-width: 1250px) {
  .arrow.arrow--left {
    margin-left: 0;
  }
}
.arrow.arrow--right {
  right: 0;
  margin-right: -30px;
}
@media (max-width: 1250px) {
  .arrow.arrow--right {
    margin-right: 0;
  }
}

.arrow.swiper-button-disabled {
  display: none !important;
}

.swiper-slide .card {
  height: 100%;
}

.frequently-block-mobile {
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 4px;
}
@media (max-width: 768px) {
  .frequently-block-mobile {
    display: grid !important;
  }
}
.frequently-block-mobile .card {
  width: 100%;
}
.frequently-block-mobile .btn-large {
  position: absolute;
  width: 36px;
  height: 36px;
  padding: 6px 11px;
  right: 12px;
  bottom: -12px;
  border-radius: 5px;
  border: 1px solid #fff;
}
@media (max-width: 425px) {
  .frequently-block-mobile .btn-large {
    padding: 6px;
    border-radius: 6px;
  }
  .frequently-block-mobile .btn-large img {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
  }
}

.mono-bouquets, .designer-bouquets, .wedding-bouquets, .arrangements-bouquets {
  margin-top: clamp(64px, 12vw, 120px);
}

@media (max-width: 425px) {
  .frequently .btn-secondary-medium, .mono-bouquets .btn-secondary-medium, .wedding-bouquets .btn-secondary-medium, .designer-bouquets .arrangements-bouquets .btn-secondary-medium {
    width: 100%;
  }
}

.navigation-section {
  margin-top: clamp(18px, 3vw, 32px);
}
@media (max-width: 475px) {
  .navigation-section {
    padding-bottom: 4px;
  }
}
@media (max-width: 768px) {
  .navigation-section nav {
    overflow: auto;
  }
  .navigation-section nav::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
  }
  .navigation-section nav::-webkit-scrollbar-track {
    display: none;
  }
  .navigation-section nav::-webkit-scrollbar-thumb {
    display: none;
  }
}
.navigation-section nav a {
  padding: 8px 14px 8px 8px;
  border-radius: 100px;
  background: #F4F4F5;
}
@media (max-width: 425px) {
  .navigation-section nav a {
    padding: 6px 14px 6px 6px;
  }
}
.navigation-section nav a img {
  width: clamp(28px, 3vw, 32px);
  height: clamp(28px, 3vw, 32px);
  flex: 0 0 clamp(28px, 3vw, 32px);
  border-radius: 50%;
  background: #ceccc8;
}
.navigation-section nav a span {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 100% */
  letter-spacing: -0.16px;
}
@media (any-hover: hover) {
  .navigation-section nav a:hover span {
    color: #3F3F46;
  }
}
.navigation-section nav a.--active {
  background: #27272A;
}
.navigation-section nav a.--active span {
  color: #fff;
}

.advantages .arrows {
  top: 50%;
}

.advantages-card {
  border-radius: 12px;
  display: block;
  width: 100%;
  height: 100%;
  max-height: 250px;
  aspect-ratio: 300/246;
  overflow: hidden;
  position: relative;
}
.advantages-card p {
  max-width: 180px;
  line-height: 130%;
}
.advantages-card.--text-bottom .advantages-card-info {
  bottom: 28px;
  left: 28px;
  color: #fff;
  z-index: 1;
}
.advantages-card.--text-bottom .advantages-card-info h4 {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 24px */
  letter-spacing: -0.2px;
}
.advantages-card.--text-bottom .advantages-card-info p {
  margin-bottom: 0;
}
.advantages-card.--text-bottom img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.advantages-card.--text-top .advantages-card-info {
  top: 28px;
  left: 28px;
  z-index: 1;
}
.advantages-card.--text-top .advantages-card-info h4 {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 24px */
  letter-spacing: -0.2px;
}
.advantages-card.--text-top .advantages-card-info h4 span {
  font-size: 32px;
  font-weight: 600;
}
@media (max-width: 475px) {
  .advantages-card.--text-top .advantages-card-info .btn-medium {
    margin-top: 16px;
    font-size: 14px !important;
  }
}
.advantages-card.--text-top img {
  position: absolute;
  right: 0;
  bottom: 0;
}
.advantages-card.--bg-pink {
  background: #FEE9F1;
}
@media (max-width: 425px) {
  .advantages-card.--bg-pink img {
    width: 80%;
  }
}
.advantages-card.--bg-grey {
  background: #F4F4F5;
}
@media (max-width: 425px) {
  .advantages-card.--bg-grey img {
    width: 90%;
  }
}
.advantages-card.--bg-perch {
  background: #FFECE6;
}
@media (max-width: 425px) {
  .advantages-card .btn-large {
    font-size: 14px;
    height: 44px;
  }
}

.advantages-block-slider {
  margin-top: clamp(28px, 4.8vw, 48px) !important;
}
.advantages-block-slider .arrow {
  top: 50%;
}

.advantages-card.--gradient::after {
  content: "";
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  bottom: -50%;
  left: -30%;
  border-radius: 540px;
  background: linear-gradient(296deg, #A09787 24.07%, #A59A89 63.03%, #F1EFE6 89.18%);
  filter: blur(42px);
}

.advantages {
  margin-top: clamp(64px, 8vw, 80px);
}

.review {
  background: #F4F4F5;
  padding-block: 64px;
  margin-top: clamp(64px, 8vw, 80px);
}
.review .btn-secondary-medium {
  background: #fff;
}
.review .stars .bi-star-fill {
  color: #FF4870;
}
.review .review-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.review .review-card .review-card-text {
  flex: 1 1 auto;
}
@media (max-width: 425px) {
  .review .review-card .btn-large {
    width: 100%;
  }
}

#review .stars .bi-star-fill {
  color: #FF4870;
}
#review .review-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#review .review-card .review-card-text {
  flex: 1 1 auto;
}
#review .review-card .review-card-text p {
  line-height: 130%;
}
@media (max-width: 425px) {
  #review .review-card .btn-large {
    width: 100%;
  }
}

.blog {
  margin-top: clamp(64px, 8vw, 80px);
}

.blog-wrapper {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 992px) {
  .blog-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .blog-wrapper {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 24px;
  }
}
.blog-wrapper .blog-card__image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 375/240;
}
.blog-wrapper .blog-card__title {
  flex: 1 1 auto;
  transition: color ease 0.3s;
}
.blog-wrapper .blog-card__title h5 {
  font-size: clamp(20px, 2.6vw, 26px);
}
@media (max-width: 768px) {
  .blog-wrapper .blog-card__title h5 {
    margin-bottom: 0;
  }
}
.blog-wrapper .card-body {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 768px) {
  .blog-wrapper .card-body {
    padding-bottom: 0;
  }
}
.blog-wrapper .bi {
  font-size: 17px;
}

@media (any-hover: hover) {
  .blog-card:hover .blog-card__title {
    color: #7A7A7A;
  }
}

.categories-block .categories-list .category-item .btn-outline-secondary {
  font-size: clamp(14px, 1.6vw, 16px);
  height: clamp(40px, 4.8vw, 48px);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 83.333px !important;
}
@media (max-width: 768px) {
  .categories-block .categories-list .category-item .px-4 {
    padding: 4px 20px !important;
  }
}

.categories-block {
  margin-top: clamp(64px, 12vw, 120px);
}
.categories-block .see-more-link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  font-size: 14px;
  font-weight: 600;
  color: #7A7A7A;
  gap: 5px;
}

.categories-block .btn-outline-secondary {
  border: none !important;
  background: #F4F4F5;
  color: #0E1117;
  font-weight: 600;
}

.spollers__title {
  transition: color ease 0.3s;
}
@media (any-hover: hover) {
  .spollers__title:hover {
    color: #6c6c6c;
  }
}

.breadcrumb {
  flex-wrap: nowrap !important;
  overflow-x: auto;
  overflow-y: hidden;
}
.breadcrumb::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}
.breadcrumb .breadcrumb-item {
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px; 
  letter-spacing: -0.15px;
  transition: color ease 0.3s;
  white-space: nowrap;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
}
@media (any-hover: hover) {
  .breadcrumb .breadcrumb-item:hover {
    color: #6c6c6c;
  }
}

.breadcrumb-item + .breadcrumb-item::before {
  content: url(../image/icons/shevBread.svg);
  padding-right: 8px;
  float: initial;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 8px;
}

.--catalog-page .top-slider-nav-card {
  display: block;
}
.--catalog-page .top-slider-nav-card .top-slider-nav-card__image {
  border-radius: 16px;
  background: #F4F4F5;
  overflow: hidden;
  aspect-ratio: 175/116;
  position: relative;
}
@media (max-width: 525px) {
  .--catalog-page .top-slider-nav-card .top-slider-nav-card__image {
    height: 116px;
    width: 100%;
  }
}
.--catalog-page .top-slider-nav-card .top-slider-nav-card__image img {
  position: absolute;
  right: 0;
  bottom: 0;
  transition: all ease 0.3s;
}
.--catalog-page .top-slider-nav-card h6 {
  margin-top: 12px;
  margin-bottom: 0;
  font-weight: 600;
}
@media (any-hover: hover) {
  .--catalog-page .top-slider-nav-card:hover img {
    transform: scale(1.2);
  }
}
.--catalog-page .top-slider-nav__slider-gift .top-slider-nav-card {
  display: block;
}
.--catalog-page .top-slider-nav__slider-gift .top-slider-nav-card .top-slider-nav-card__image {
  border-radius: 16px;
  background: #F4F4F5;
  overflow: hidden;
  aspect-ratio: 214/116;
  position: relative;
}
.--catalog-page .top-slider-nav__slider-gift .top-slider-nav-card .top-slider-nav-card__image img {
  position: absolute;
  right: 0;
  bottom: 0;
  transition: all ease 0.3s;
}
.--catalog-page .top-slider-nav__slider-gift .top-slider-nav-card .top-slider-nav-card__image.--left-image img {
  bottom: 0;
  left: 0;
}
.--catalog-page .top-slider-nav__slider-gift .top-slider-nav-card h6 {
  margin-top: 12px;
  margin-bottom: 0;
  font-weight: 600;
}
@media (any-hover: hover) {
  .--catalog-page .top-slider-nav__slider-gift .top-slider-nav-card:hover img {
    transform: scale(1.2);
  }
}
.--catalog-page .top-slider-nav-slider .arrow {
  width: 44px;
  height: 44px;
  top: 45%;
}
@media (max-width: 525px) {
  .--catalog-page .top-slider-nav-slider .arrow {
    width: 24px;
    height: 24px;
  }
  .--catalog-page .top-slider-nav-slider .arrow .bi {
    font-size: 12px;
  }
}

@media (max-width: 525px) {
  .top-slider-nav .container-custom {
    padding-right: 0;
  }
  .top-slider-nav .container-custom .top-slider-nav-card__image img {
    width: 90%;
  }
}

.catalog {
  margin-top: clamp(50px, 8vw, 80px);
}
.catalog .catalog-block {
  display: flex;
  gap: 60px;
}
.catalog .catalog-block .catalog-filter {
  max-width: 230px;
  width: 100%;
}
.catalog .catalog-block .catalog-result .catalog-result-block {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 64px 24px;
}
@media (max-width: 992px) {
  .catalog .catalog-block .catalog-result .catalog-result-block {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 525px) {
  .catalog .catalog-block .catalog-result .catalog-result-block {
    gap: 40px 4px;
  }
}
.catalog .catalog-block .catalog-result .catalog-result-block .card .btn-large.d-flex.d-md-none {
  position: absolute;
  width: 36px;
  height: 36px;
  padding: 6px;
  right: 12px;
  bottom: -12px;
  border-radius: 6px;
  border: 1px solid #fff;
}
.catalog .catalog-block .catalog-result .catalog-result-block .card .btn-large.w-100 {
  height: 52px;
  position: relative;
  font-weight: 600;
  letter-spacing: -0.16px;
  border-radius: 8px;
}

.catalog-result-block .btn-large {
  right: 0;
  bottom: 0;
}

.radio-dropdown-wrapper {
  position: relative;
  width: 100%;
  max-width: 270px;
}
@media (max-width: 525px) {
  .radio-dropdown-wrapper {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.radio-dropdown-wrapper .radio-dropdown-toggle {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 16px;
  border: 1px solid #E7E7E7;
  border-radius: 6px;
  background-color: #fff;
  transition: all 0.2s ease;
  min-height: 44px;
}
@media (max-width: 525px) {
  .radio-dropdown-wrapper .radio-dropdown-toggle {
    border: none;
    padding: 0;
  }
  .radio-dropdown-wrapper .radio-dropdown-toggle .selected-option {
    margin-right: 8px;
  }
}
.radio-dropdown-wrapper .selected-option {
  font-family: "Vela Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
}
.radio-dropdown-wrapper .radio-dropdown-toggle:hover {
  border-color: #E7E7E7;
}
.radio-dropdown-wrapper .dropdown-arrow {
  transition: transform 0.3s ease;
  color: #6c757d;
  font-size: 0.875rem;
}
.radio-dropdown-wrapper .radio-dropdown-options {
  position: absolute;
  top: 110%;
  left: 0;
  right: 0;
  background: white;
  border-top: none;
  border-radius: 12px;
  box-shadow: 0 14px 157px 0 rgba(126, 126, 126, 0.07), 0 5.849px 65.591px 0 rgba(126, 126, 126, 0.05), 0 3.127px 35.068px 0 rgba(126, 126, 126, 0.04), 0 1.753px 19.659px 0 rgba(126, 126, 126, 0.04), 0 0.931px 10.441px 0 rgba(126, 126, 126, 0.03), 0 0.387px 4.345px 0 rgba(126, 126, 126, 0.02);
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  z-index: 1000;
}
@media (max-width: 525px) {
  .radio-dropdown-wrapper .radio-dropdown-options {
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 11111;
    border-radius: 12px 12px 0 0;
    max-height: 0;
    transform: translateY(100%);
    transition: transform 0.4s ease-out, max-height 0s 0.4s;
    padding: 0;
    border: none;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
    overflow: hidden;
  }
}
.radio-dropdown-wrapper .form-check {
  padding: 14px;
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (max-width: 525px) {
  .radio-dropdown-wrapper .form-check {
    padding-left: 0;
  }
}
.radio-dropdown-wrapper .form-check-input {
  width: 18px;
  height: 18px;
}
.radio-dropdown-wrapper .form-check-label {
  cursor: pointer;
}
.radio-dropdown-wrapper .form-check .form-check-input {
  float: none;
  margin-left: 0;
  margin: 0;
}
.radio-dropdown-wrapper .form-check-input:checked {
  background-color: #0E1117 !important;
  border-color: #0E1117 !important;
}
.radio-dropdown-wrapper .form-check-input:focus {
  border-color: #0E1117 !important;
  box-shadow: none;
}

.radio-dropdown-wrapper.open .radio-dropdown-options {
  max-height: 200px;
  overflow-y: auto;
  border: 1px solid #dee2e6;
}
@media (max-width: 525px) {
  .radio-dropdown-wrapper.open .radio-dropdown-options {
    max-height: none;
    height: auto;
    max-height: 80vh;
    overflow-y: auto;
    transform: translateY(0);
    transition: transform 0.4s ease-out;
    padding: 28px 14px 14px 14px;
    border: 1px solid #dee2e6;
  }
}

.radio-dropdown-options-top {
  display: none;
}
@media (max-width: 525px) {
  .radio-dropdown-options-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .radio-dropdown-options-top h4 {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 21.6px */
    letter-spacing: -0.18px;
  }
  .radio-dropdown-options-top .close-sort {
    margin-top: -20px;
  }
  .radio-dropdown-options-top .close-sort img {
    width: 18px;
  }
}

.radio-dropdown-options-button {
  display: none;
}
@media (max-width: 525px) {
  .radio-dropdown-options-button {
    display: flex;
    margin-top: 20px;
    margin-bottom: 16px;
  }
  .radio-dropdown-options-button .accept-check {
    width: 100%;
  }
}

.radio-dropdown-wrapper.open .dropdown-arrow {
  transform: rotate(180deg);
}

body::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.8s ease 0s;
  pointer-events: none !important;
  z-index: 149;
}

@media (max-width: 525px) {
  .open-sort body::after {
    opacity: 1;
    z-index: 9999;
  }
}
.catalog-result-tags {
  overflow: visible;
}
.catalog-result-tags .reset-sort {
  margin-top: 12px;
}

.catalog-result-tags-block {
  width: 100%;
  max-width: -moz-fit-content !important;
  max-width: fit-content !important;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: snap;
  width: clamp(290px, 69.42px + 68.93vw, 1000px);
  max-width: clamp(290px, 69.42px + 68.93vw, 1000px);
}
@media (max-width: 992px) {
  .catalog-result-tags-block {
    width: clamp(290px, 111.4px + 55.8vw, 665px);
    max-width: clamp(290px, 111.4px + 55.8vw, 665px);
  }
}
@media (max-width: 768px) {
  .catalog-result-tags-block {
    width: clamp(290px, -27.9px + 99.3vw, 735px);
    max-width: clamp(290px, -27.9px + 99.3vw, 735px);
  }
}
@media (max-width: 425px) {
  .catalog-result-tags-block {
    width: clamp(290px, -13.9px + 99.3vw, 735px);
    max-width: clamp(290px, -13.9px + 99.3vw, 735px);
  }
}

.catalog-result-tags-block::-webkit-scrollbar {
  width: 0 !important;
  display: none !important;
  height: 0 !important;
}

.catalog-result-tags-block::-webkit-scrollbar-track {
  background: transparent !important;
  border-radius: 3px;
}

.catalog-result-tags {
  margin-top: 32px;
}
.catalog-result-tags ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 8px;
  padding-left: 0;
  min-width: -moz-fit-content;
  min-width: fit-content;
  overflow: visible;
  width: -moz-fit-content;
  width: fit-content;
  flex-shrink: 0;
}
.catalog-result-tags ul li {
  display: flex;
  gap: 5px;
  padding: 8px 8px 8px 16px;
  border-radius: 10000px;
  background: #27272A;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  letter-spacing: -0.14px;
}
@media (max-width: 768px) {
  .catalog-result-tags ul li {
    height: 36px;
  }
}
.catalog-result-tags ul li .bi {
  cursor: pointer;
  font-size: 16px;
}
.catalog-result-tags ul li:last-child {
  margin-right: 30px;
}
.catalog-result-tags .reset-sort {
  font-size: 14px;
  font-weight: 600;
  border-bottom: 1px solid #27272A;
  transition: color ease 0.3s;
}
@media (any-hover: hover) {
  .catalog-result-tags .reset-sort:hover {
    color: #3F3F46;
  }
}

.form-blog .checkbox {
  max-width: 420px;
}
.form-blog .checkbox .checkbox__text {
  font-size: clamp(11px, 1.4vw, 14px) !important;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  color: #5B5B5B;
}

.catalog-filter .slider-container {
  position: relative;
  height: 20px;
  margin: 10px 0;
}
.catalog-filter .slider {
  position: relative;
  width: 100%;
  height: 2px;
  background: #D8D8D8;
  border-radius: 3px;
  margin-top: 35px;
}
.catalog-filter .slider-track {
  position: absolute;
  height: 100%;
  background: #27272A;
  border-radius: 3px;
  left: 0%;
  right: 0%;
}
.catalog-filter .slider-thumb {
  position: absolute;
  width: 24px;
  height: 24px;
  background: #27272A;
  border-radius: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 2;
  transition: all 0.2s;
}
.catalog-filter .slider-thumb:hover {
  background: #3F3F46;
}
.catalog-filter .slider-thumb.active {
  background: #3F3F46;
}
.catalog-filter .input-group {
  max-width: 150px;
}
.catalog-filter .input-group .form-control {
  background: #F4F4F5;
  border: none;
}
.catalog-filter .input-group .form-control:focus {
  box-shadow: none;
}

.form-control:focus {
  box-shadow: none;
}

.spollers {
  display: grid;
}

.spollers__item {
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 1px solid #E7E7E7;
}

.spollers__title {
  width: 100%;
  cursor: default;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  position: relative;
  list-style: none;
}
.spollers__title::marker, .spollers__title::-webkit-details-marker {
  display: none;
}
._spoller-init .spollers__title {
  cursor: pointer;
}
._spoller-init .spollers__title::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  right: 10px;
  top: 50%;
  display: block;
  transition: all ease 0.3s;
  transform: translateY(-50%);
  background-image: url(../image/icons/chev.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateY(-50%) rotate(-180deg);
}
._spoller-init .spollers__title._spoller-active::after {
  transform: translateY(-50%) rotate(0deg);
}

.spollers__body {
  margin-top: 24px;
}
.spollers__body .block.--colors .color-span {
  display: flex;
  width: 22px;
  height: 22px;
  background-size: contain;
}
.spollers__body .block .block__content {
  margin-bottom: 32px;
  display: flex;
  flex-direction: column;
}
.spollers__body .block .checkbox:not(:last-child) {
  margin-bottom: 15px;
}
.spollers__body .block .block__more {
  font-size: 14px;
  font-weight: 600;
  color: #7A7A7A;
  position: relative;
}
.spollers__body .block .block__more::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  right: -20px;
  top: 50%;
  display: block;
  transform: translateY(-50%);
  background-image: url(../image/icons/chev.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateY(-50%) rotate(-180deg);
}
.spollers__body .block.--showmore-active .block__more::after {
  transform: translateY(-50%) rotate(0deg);
}

.checkbox {
  display: inline-block;
  position: relative;
}
.checkbox:not(:last-child) {
  margin-bottom: 5px;
}
.checkbox__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}
.checkbox__input:focus-visible + .checkbox__text {
  outline: 1px solid #000;
}
.checkbox__input:checked + .checkbox__text:after {
  transform: scale(1);
}
.checkbox__text {
  cursor: pointer;
  position: relative;
  gap: 10px;
  display: inline-flex;
  align-items: center;
}
.checkbox__text:before {
  content: "";
  border-radius: 3px;
  align-self: flex-start;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  border: 1px solid #AAA;
}
.checkbox__text::after {
  content: "";
  transition: all 0.3s ease 0s;
  transform: scale(0);
  width: 18px;
  height: 18px;
  border-radius: 3px;
  background-image: url(../image//icons/chk.svg);
  position: absolute;
  left: 0;
  top: 0;
}

.checkbox-block {
  display: flex;
  flex-direction: column;
}
.checkbox-block .checkbox:not(:last-child) {
  margin-bottom: 15px;
}

[data-fls-showmore-button] span:last-child {
  display: none;
}
.--showmore-active [data-fls-showmore-button] span {
  display: none;
}
.--showmore-active [data-fls-showmore-button] span:last-child {
  display: block;
}

.options-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.options-block .options__item {
  position: relative;
  cursor: pointer;
}
.options-block .options__item:not(:last-child) {
  margin-bottom: 15px;
}
.options-block .options__text {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  gap: 10px;
  position: relative;
}
.options-block .options__text:before {
  content: "";
  align-self: flex-start;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  border-radius: 50%;
}
.options-block .options__text:after {
  content: "";
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  border: 1px solid #aaa;
}
.options-block .options__input {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.options-block .options__input:checked + .options__text:after {
  border: 5px solid #27272A !important;
}

main > .options-block > .options__input:checked + .options__text:after {
  border: 5px solid #27272A !important;
}

.topggle-swetch-block .form-check.form-switch {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
  padding-left: 0;
}
.topggle-swetch-block .form-check.form-switch .form-check-input {
  margin-left: 0;
  margin-top: 0;
  width: 42px;
  height: 24px;
  cursor: pointer;
}
.topggle-swetch-block .form-check.form-switch .form-check-label {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  cursor: pointer;
}
.topggle-swetch-block .form-check.form-switch .form-check-input:checked {
  background-color: #0E1117 !important;
  border-color: #0E1117 !important;
}
.topggle-swetch-block .form-check.form-switch .form-check-input:focus {
  border-color: #0E1117 !important;
  box-shadow: none;
}

.favorite-block h3 {
  font-size: clamp(20px, 3.2vw, 32px);
  font-style: normal;
  font-weight: 600;
  line-height: 116%; /* 37.12px */
  letter-spacing: -0.32px;
}

.favorite-block-results {
  margin-top: clamp(20px, 4.8vw, 48px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px 24px;
}
@media (max-width: 992px) {
  .favorite-block-results {
    gap: 40px 4px;
  }
}
@media (max-width: 768px) {
  .favorite-block-results {
    grid-template-columns: repeat(2, 1fr);
  }
}
.favorite-block-results .card .btn-large {
  position: absolute;
  width: 36px;
  height: 36px;
  padding: 6px;
  right: 12px;
  bottom: -12px;
  border-radius: 8px;
  border: 1px solid #fff;
  font-weight: 600;
  line-height: 16px; /* 100% */
  letter-spacing: -0.16px;
}
.favorite-block-results .card .-pc-button {
  bottom: 0;
  right: 0;
}
.favorite-block-results .card .btn-large.w-100 {
  height: 52px;
  position: relative;
}

.favorite-block-empty {
  max-width: 475px;
  margin-bottom: clamp(64px, 8vw, 80px) !important;
}
.favorite-block-empty h2 {
  font-size: clamp(26px, 3.2vw, 32px);
  font-weight: 600;
  line-height: 116%;
  letter-spacing: -0.32px;
}
.favorite-block-empty p {
  line-height: 160%;
  font-weight: 500;
  letter-spacing: -0.08px;
}

/*review*/
.review-page .card-review .review-card {
  border: 1px solid #EFEFF0;
  max-width: 670px;
}
.review-card-image img {
  border-radius: 12px;
}
.review-card-image img {
  width: 168px;
  height: 168px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .review-page .card-review .review-card {
    max-width: 100%;
  }
}
.review-page .card-review .review-card .bi-star-fill {
  color: #FF4870;
}
.review-page .card-review .review-card .bi-star-fill.--empty {
  color: #D8D8D8;
}
.review-page .review-block-login {
  position: sticky;
  top: 20px;
  height: 100%;
}
.review-page .login-review-card {
  border-radius: 16px;
  max-width: 370px;
  width: 100%;
  padding: 36px;
  background: #F4F4F5;
  position: relative;
  aspect-ratio: 373/364;
  overflow: hidden;
}
@media (max-width: 991px) {
  .review-page .login-review-card {
    max-width: 100%;
    max-height: 360px;
  }
}
.review-page .login-review-card img {
  position: absolute;
  right: 0;
  bottom: 0;
}
.review-page .login-review-card h4 {
  font-size: clamp(20px, 2vw, 24px);
}
.review-page .stars-block {
  align-items: center;
}
@media (max-width: 767px) {
  .review-page .stars-block {
    align-items: start;
  }
}
.review-page .review-card-user-rating-block {
  padding: 16px;
  border-radius: 12px;
  background: #F4F4F5;
  max-width: 360px;
}
.review-page .review-card-user-rating h6 {
  color: #3F3F46;
  font-weight: 500;
}

.btn-secondary-medium.login {
  padding: 10px 20px 10px 12px;
}

.pagination-nav ul li > a, .pagination-nav ul li > span {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  border-radius: 6px;
  transition: all ease 0.3s;
}
.pagination-nav ul li > span.--active {
  background: #F4F4F5;
}
.pagination-nav ul li > a.--empty {
  pointer-events: none;
}
@media (any-hover: hover) {
  .pagination-nav ul li > a:hover {
    background: #F4F4F5;
  }
}
.pagination-nav > a .bi-arrow-right {
  transition: all ease 0.3s;
}
@media (any-hover: hover) {
  .pagination-nav > a:hover .bi-arrow-right {
    transform: translateX(5px);
  }
}

.vacancies-coast p {
  font-size: 20px;
}
.vacancies-coast p span {
  font-size: 24px;
}

.vacancies-title {
  max-width: 420px;
}

.file-upload-card .file-upload-placeholder {
  display: flex;
  align-items: center;
  gap: 14px;
}
@media (max-width: 475px) {
  .file-upload-card .file-upload-placeholder {
    flex-wrap: wrap;
  }
}
.file-upload-card .file-upload-placeholder .file-upload-placeholder-block {
  align-items: center;
  padding: 10px 20px;
  border-radius: 6px;
  background: #F4F4F5;
  cursor: pointer;
}
.file-upload-card .file-upload-placeholder .file-upload-placeholder-block span {
  white-space: nowrap;
  font-size: 14px;
}
.file-upload-card .file-upload-preview {
  display: flex;
  align-items: center;
  gap: 8px;
}
.file-upload-card .file-upload-preview .file-upload-preview-block {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border-radius: 6px;
  background: #F4F4F5;
  cursor: pointer;
}
.file-upload-card .file-upload-preview .file-upload-preview-block .file-name {
  font-size: 14px;
  max-width: 140px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#vacanciesResume .modal-dialog, #vacanciesReply .modal-dialog {
  max-width: 670px;
}

.modal-body h1.modal-title {
  text-align: center;
  font-size: clamp(26px, 4vw, 40px);
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 48px */
  letter-spacing: -0.4px;
}
.modal-body .checkbox {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.modal-body .checkbox__text {
  font-size: clamp(11px, 1.4vw, 14px);
  color: #5B5B5B;
  align-items: center;
  max-width: 380px;
}

.form-floating input.form-control {
  background: #F4F4F5;
}
.form-floating .form-select {
  background: #F4F4F5;
}
.form-floating .form-select.form-control-error {
  background-color: var(--Error-Color-Error-Color-100, #FFEBEA);
}

.form-floating textarea {
  min-height: 120px !important;
  background-color: #F4F4F5 !important;
}

.form-floating > .form-select:focus {
  box-shadow: none !important;
}

.form-floating > .form-select:focus ~ label::after {
  background-color: transparent !important;
  border: none;
}

.form-floating > .form-select ~ label::after {
  background-color: transparent !important;
  border: none;
}

.form-floating > .form-control ~ label {
  background-color: transparent !important;
}

.form-floating > .form-control ~ label::after {
  background-color: transparent !important;
  border: none;
}

.form-floating > .form-control:focus ~ label::after {
  background-color: transparent !important;
  border: none;
}

.invalid-feedback {
  font-size: 12px;
}

/* Убираем box-shadow при фокусе для валидных полей */
.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
  box-shadow: none !important;
}

/* Убираем box-shadow при фокусе для невалидных полей */
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  box-shadow: none !important;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
  background-color: var(--Error-Color-Error-Color-100, #FFEBEA);
}

/* Убираем box-shadow при фокусе для селектов */
.form-select.is-valid:focus,
.was-validated .form-select:valid:focus {
  box-shadow: none !important;
}

/* Исправляем дублирование и ошибки в селектах */
.form-select.is-invalid:focus,
.was-validated .form-select:invalid:focus {
  box-shadow: none !important;
}

/* Добавляем для обычного состояния фокуса (без валидации) */
.form-control:focus,
.form-select:focus {
  box-shadow: none !important;
  outline: none;
}

/* Убираем стандартный outline при фокусе */
.form-control:focus-visible,
.form-select:focus-visible {
  outline: none !important;
}

.delivery-top-card {
  aspect-ratio: 572/300;
  padding: 36px;
  border-radius: 16px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .delivery-top-card {
    height: 320px;
    aspect-ratio: 330/320;
  }
}
.delivery-top-card .delivery-top-card__image {
  right: 0;
  bottom: 0;
}
.delivery-top-card .delivery-top-card__image img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.delivery-top-card .btn-large {
  width: -moz-fit-content;
  width: fit-content;
}

.delivery-top h3 {
  max-width: 350px;
}
.delivery-top p {
  max-width: 250px !important;
}

.delivery-bottom .delivery-top-card {
  aspect-ratio: 370/320;
}

.delivery-block {
  margin-bottom: clamp(48px, 8vw, 80px);
}

.delivery-table {
  padding-block: clamp(48px, 8vw, 80px);
  margin-bottom: clamp(48px, 8vw, 80px);
}
.delivery-table h3 {
  text-align: start;
  font-size: clamp(20px, 3.2vw, 32px);
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 38.4px */
  letter-spacing: -0.32px;
}

.table-responsive {
  border-radius: 8px;
  overflow: hidden;
}
.table-responsive thead th {
  padding: 32px 36px;
}
.table-responsive tbody td {
  padding: 24px 36px;
}
.table-responsive .coast-teble {
  padding: 10px 12px;
  border-radius: 6px;
  background: #ECF8EE;
  height: 36px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  color: #10A957;
}

.table-borderless thead th {
  font-weight: 600;
}

.table-borderless tbody tr:last-child {
  border-bottom: none !important;
}

.table-responsive {
  overflow-x: auto !important;
  -webkit-overflow-scrolling: touch;
}

.table-borderless > :not(:first-child) {
  border-top-width: 0;
  white-space: nowrap;
}

.blog-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px 24px;
}
@media (max-width: 992px) {
  .blog-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .blog-wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }
}

.wrapper-custom {
  max-width: 570px;
}

.font18 {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 28.8px */
  letter-spacing: -0.09px;
}

.image-wrapper img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
  aspect-ratio: 570/400;
}

.quotes {
  position: relative;
  padding: 36px;
  background: #FFEBEA;
  border-radius: 4px;
}
.quotes::after {
  content: "";
  position: absolute;
  width: 8px;
  display: flex;
  height: 100%;
  background: #EC407A;
  left: 0;
  top: 0;
  border-radius: 8px;
}

.blog-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px 24px;
}
@media (max-width: 768px) {
  .blog-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 8px;
  }
}
.blog-cards .card .btn-large {
  position: absolute;
  width: 34px;
  height: 34px;
  padding: 6px 11px;
  right: 10px;
  bottom: -12px;
  border-radius: 5px;
  border: 2px solid #fff;
}
.blog-cards .card .-pc-button {
  bottom: 0;
  right: 0;
}
.blog-cards .card .btn-large.w-100 {
  height: 52px;
  position: relative;
}

.commit-wrapper-block .commit-wrapper:not(:last-child) {
  margin-bottom: clamp(24px, 3.2vw, 32px);
  padding-bottom: clamp(24px, 3.2vw, 32px);
  border-bottom: 1px solid #EFEFF0;
}

.pay-wrapper {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: clamp(8px, 1.2vw, 12px);
}
@media (max-width: 575px) {
  .pay-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}

.pay-wrapper-image {
  padding: 12px;
  border-radius: 12px;
  background: #F4F4F5;
}
.pay-wrapper-image img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 94/56;
}

.not-found {
  padding: 12px 56px 0 56px;
  gap: clamp(28px, 7.5vw, 100px);
  overflow: hidden;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .not-found {
    padding: 48px 24px 0 24px;
    gap: 28px;
  }
}
.not-found .not-found__image {
  display: flex;
}
.not-found .not-found__image img:nth-child(1) {
  max-width: 522px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 50px;
  aspect-ratio: 522/324;
}
@media (max-width: 991px) {
  .not-found .not-found__image img:nth-child(1) {
    margin-bottom: 80px;
  }
}
.not-found .not-found__image img.position-absolute {
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 3%);
  max-width: 426px;
  width: 100%;
}
.not-found .not-found__info p {
  max-width: 400px;
}

.cabinet {
  position: relative;
  display: flex;
  gap: clamp(60px, 6.5vw, 130px);
  margin-top: clamp(24px, 5.6vw, 56px);
}

.cabinet-sidebar {
  flex: 0 0 250px;
  display: flex;
  flex-direction: column;
  position: sticky;
  top: 20px;
  height: 100%;
  gap: 10px;
  transition: top ease 0.3s;
}
@media (max-width: 767px) {
  .cabinet-sidebar {
    gap: 0;
  }
}

.hidden-header .cabinet-sidebar.header-none {
  top: 20px;
}
.hidden-header .cabinet-sidebar {
  top: 160px;
}

.cabinet-btn {
  padding: 15px 20px;
  height: 60px;
  cursor: pointer;
  text-align: left;
  border-radius: 8px;
  transition: all 0.3s ease;
  color: #5B5B5B;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
}
@media (max-width: 767px) {
  .cabinet-btn {
    border-radius: 0;
    border-bottom: 1px solid #E7E7E7;
    padding: 20px 0;
    color: #27272A;
  }
}
.cabinet-btn .image-black {
  display: none;
}
.cabinet-btn .image-lighte {
  display: flex;
}
@media (any-hover: hover) {
  .cabinet-btn:hover {
    color: #27272A;
  }
}
.cabinet-btn .bi {
  display: none;
}
@media (max-width: 767px) {
  .cabinet-btn .bi {
    margin-left: auto;
    display: block;
  }
}
.cabinet-btn.active {
  background: #F4F4F5;
  color: #0E1117;
}
.cabinet-btn.active .image-black {
  display: flex;
}
.cabinet-btn.active .image-lighte {
  display: none;
}
@media (max-width: 767px) {
  .cabinet-btn.active {
    background: #fff;
  }
}

.cabinet-content {
  flex: 1;
  position: relative;
}

@media (max-width: 768px) {
  /* Проверка поддержки */
  .cabinet-content.content-orders.active {
    background: #F4F4F5;
  }
  .cabinet-content.content-bonuses.active {
    background: #F4F4F5;
  }
  .cabinet-content.content-cashback.active {
    background: #F4F4F5;
  }
  /* .cabinet-content-item-wrapper {
    padding: 0 !important;
  } */
}
.cabinet-content-item {
  display: none;
}
.cabinet-content-item h2 {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 24px */
  letter-spacing: -0.2px;
}

.cabinet-content-item.active {
  display: block;
}

/* Кнопка возврата - скрыта на десктопе */
.cabinet-back-btn {
  display: none;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  cursor: pointer;
  font-size: 14px;
  border: none;
}

/* Мобильная версия */
@media (max-width: 768px) {
  .cabinet {
    flex-direction: column;
  }
  .cabinet-sidebar {
    flex: none;
    width: 100%;
    position: initial;
  }
  .cabinet-content {
    background: white;
  }
  .cabinet-content.active {
    transform: translateX(0);
  }
  .cabinet-back-btn {
    display: flex;
  }
  .cabinet-content-item {
    border: none;
    padding: 0;
    background: transparent;
  }
}
#profile .btn {
  font-size: 14px;
  color: #3F3F46 !important;
}
#profile .btn.d-flex.gap-2.hl.p-0.text-muted {
  font-size: 16px;
  color: #5B5B5B;
}
#profile .card-body {
  max-width: 100% !important;
}
#profile .card-text {
  color: #3F3F46;
}

/* Дополнительные стили для карточек заказов */
.order-card {
  padding: 15px;
  border: 1px solid #eee;
  border-radius: 8px;
  margin-bottom: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.cabinet-content-item-wrapper .order-card {
  border-radius: clamp(12px, 1.4vw, 14px);
}
@media (max-width: 525px) {
  .cabinet-content-item-wrapper .order-card {
    border: none;
  }
}
.cabinet-content-item-wrapper .order-card-info h4 {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 24px */
  letter-spacing: -0.2px;
}
@media (max-width: 525px) {
  .cabinet-content-item-wrapper .order-card-info h4 {
    margin-bottom: 18px !important;
  }
}
.cabinet-content-item-wrapper .order-card-info time {
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 106.667% */
  letter-spacing: -0.15px;
}
@media (max-width: 525px) {
  .cabinet-content-item-wrapper .order-card-coast {
    gap: 12px !important;
    align-items: center;
  }
}
.cabinet-content-item-wrapper .order-card-coast .fw-semibold {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 21.6px */
  letter-spacing: -0.18px;
}

.order-card:hover {
  background: #f8f9fa;
}

@media (max-width: 525px) {
  #bonuses .bonuses-card-block .fw-light.text-muted {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 25.6px */
    letter-spacing: -0.08px;
  }
  #bonuses .bonuses-card-block .fw-semibold.mb-2 {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 21.6px */
    letter-spacing: -0.18px;
    margin-bottom: 16px !important;
  }
}

@media (max-width: 525px) {
  #cashback .bonuses-card-block .fw-light.text-muted {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 25.6px */
    letter-spacing: -0.08px;
  }
  #cashback .bonuses-card-block .fw-semibold.mb-2 {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 21.6px */
    letter-spacing: -0.18px;
    margin-bottom: 16px !important;
  }
  #cashback .bg-purple img {
    width: 18px;
  }
}

/* На десктопе кнопка возврата всегда скрыта */
@media (min-width: 769px) {
  .cabinet-back-btn {
    display: none !important;
  }
}
/* На мобилке управляем через JS */
@media (max-width: 768px) {
  .cabinet-back-btn {
    display: none; /* По умолчанию скрыта, JS будет управлять */
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
    cursor: pointer;
    font-size: 24px;
  }
}
.cabinet-top .delivery-top-card {
  justify-content: space-between;
  padding: clamp(16px, 3.2vw, 32px) !important;
  height: 100%;
}
@media (max-width: 767px) {
  .cabinet-top .delivery-top-card {
    justify-content: start;
    gap: 24px;
    flex-direction: column-reverse !important;
  }
  .cabinet-top .delivery-top-card .fw-light {
    font-size: 14px;
    font-weight: 500;
  }
  .cabinet-top .delivery-top-card .fw-light img {
    width: 18px;
  }
}
.cabinet-top .delivery-top-card h3 {
  font-size: clamp(26px, 4vw, 40px);
  margin-bottom: 0;
}

.cabinet.active-order-details .cabinet-sidebar {
  display: none;
}

@media (max-width: 767px) {
  .cabinet-top-double-card .delivery-top-card__image {
    display: none;
  }
  .cabinet-top-double-card .delivery-top-card {
    aspect-ratio: 160/107;
  }
}

@media (max-width: 767px) {
  .cabinet-top-one-card {
    width: 100% !important;
  }
  .cabinet-top-one-card .delivery-top-card {
    gap: 24px !important;
    flex-direction: column !important;
  }
  .cabinet-top-one-card .delivery-top-card .delivery-top-card__image img {
    height: 150px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.cabinet-content-item form .input-group {
  padding: 12px 16px;
  background: #F4F4F5;
  border-radius: 8px;
  height: 52px;
}
.cabinet-content-item form .input-group input {
  background: transparent;
}
.cabinet-content-item form .btn-check:checked + .btn, .cabinet-content-item form .btn.active, .cabinet-content-item form .btn.show, .cabinet-content-item form .btn:first-child:active, .cabinet-content-item form :not(.btn-check) + .btn:active {
  background-color: transparent;
}
.cabinet-content-item .card h6 {
  color: #7A7A7A;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 18.2px */
  letter-spacing: -0.07px;
}
.cabinet-content-item .card .card-body {
  padding: 16px;
  border-radius: 8px;
  min-height: 100px;
}
.cabinet-content-item .card > .btn {
  width: -moz-fit-content;
  width: fit-content;
}

.cabinet-content-item-wrapper {
  padding: 32px;
  background: #F4F4F5;
  border-radius: 16px;
}
.cabinet-content-item-wrapper h2 {
  font-size: 26px;
}
@media (max-width: 767px) {
  .cabinet-content-item-wrapper {
    padding: 16px;
    margin-bottom: 70px;
  }
}
.cabinet-content-item-wrapper .order-card {
  padding: 32px;
  background: #fff;
  display: flex;
  gap: 32px;
  justify-content: space-between;
}
@media (max-width: 675px) {
  .cabinet-content-item-wrapper .order-card {
    flex-direction: column;
    gap: 32px;
    padding: 24px;
  }
}
.cabinet-content-item-wrapper .order-card .order-card-image-block {
  justify-content: end;
}
@media (max-width: 675px) {
  .cabinet-content-item-wrapper .order-card .order-card-image-block {
    justify-content: start;
  }
}
.cabinet-content-item-wrapper .order-card .order-card-info {
  display: flex;
  flex-direction: column;
}
.cabinet-content-item-wrapper .order-card .order-card-info time {
  margin-top: auto;
}
@media (max-width: 767px) {
  .cabinet-content-item-wrapper .order-card .order-card-info time {
    margin-top: 24px;
  }
}
.cabinet-content-item-wrapper .order-card .order-card-info .order-card-info-status {
  display: flex;
  align-items: center;
  gap: 6px;
}
.cabinet-content-item-wrapper .order-card .order-card-coast {
  margin-top: 40px;
  display: flex;
  gap: 16px;
  justify-content: end;
}
@media (max-width: 675px) {
  .cabinet-content-item-wrapper .order-card .order-card-coast {
    justify-content: start;
    margin-top: 24px;
  }
}
.cabinet-content-item-wrapper .order-card .order-card-coast .text-muted {
  font-size: 15px;
  font-weight: 600;
}
.cabinet-content-item-wrapper .order-card .block-order-image {
  position: relative;
}
.cabinet-content-item-wrapper .order-card .block-order-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 72/72;
  border-radius: 5px;
}
.cabinet-content-item-wrapper .order-card .block-order-image span {
  position: absolute;
  padding: 6px;
  background: #fff;
  border-radius: 4px;
  bottom: 6px;
  right: 6px;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
}

.--pending {
  color: #D3386C;
}

.--success {
  color: #309433;
}

.--error {
  color: #D92D20;
}

#order-details.cabinet-content-item .back-to-orders-btn {
  padding: 10px 12px;
  border-radius: 6px;
  background: #F4F4F5;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 36px;
  gap: 6px;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
}
#order-details.cabinet-content-item .back-to-orders-btn img {
  display: none;
}
@media (max-width: 768px) {
  #order-details.cabinet-content-item .back-to-orders-btn {
    background: transparent;
    margin-bottom: 24px;
  }
  #order-details.cabinet-content-item .back-to-orders-btn img {
    display: block;
  }
  #order-details.cabinet-content-item .back-to-orders-btn .bi {
    display: none;
  }
  #order-details.cabinet-content-item .back-to-orders-btn span {
    display: none;
  }
}
#order-details.cabinet-content-item .order-details-content {
  display: flex;
  gap: 30px;
  justify-content: space-between;
}
@media (max-width: 991px) {
  #order-details.cabinet-content-item .order-details-content {
    flex-direction: column-reverse;
  }
}
#order-details.cabinet-content-item .order-details-content-info {
  max-width: 720px;
}
@media (max-width: 991px) {
  #order-details.cabinet-content-item .order-details-content-info {
    max-width: 100%;
  }
}
#order-details.cabinet-content-item .order-details-content-info .order-card-info-status {
  margin-bottom: 36px;
  padding-bottom: 36px;
  border-bottom: 1px solid #EFEFF0;
}
#order-details.cabinet-content-item .order-details-content-info > h4 {
  margin-bottom: 40px;
}
#order-details.cabinet-content-item .order-details-content-info > ul {
  padding-left: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 0;
  margin-bottom: 36px;
  padding-bottom: 36px;
  border-bottom: 1px solid #EFEFF0;
}
#order-details.cabinet-content-item .order-details-content-info > ul li {
  display: flex;
  flex-direction: column;
}
#order-details.cabinet-content-item .order-details-content-info .order-details-location {
  display: flex;
  align-items: start;
  gap: 28px;
  margin-bottom: 36px;
  padding-bottom: 36px;
  border-bottom: 1px solid #EFEFF0;
}
@media (max-width: 525px) {
  #order-details.cabinet-content-item .order-details-content-info .order-details-location {
    gap: 20px;
  }
}
#order-details.cabinet-content-item .order-details-content-info .order-details-location > span {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px;
  border-radius: 14px;
  background: #F4F4F5;
}
#order-details.cabinet-content-item .order-details-content-info .order-details-location > span .bi {
  font-size: 22px;
  color: #fff;
  height: 44px;
  width: 44px;
  border-radius: 50%;
  background: #27272A;
  display: flex;
  align-items: center;
  justify-content: center;
}
#order-details.cabinet-content-item .order-details-content-info .order-details-location > ul {
  padding-left: 0;
}
#order-details.cabinet-content-item .order-details-content-info .order-details-composition > h4 {
  margin-bottom: 36px;
  padding-bottom: 36px;
  border-bottom: 1px solid #EFEFF0;
}
#order-details.cabinet-content-item .order-details-content-info .order-details-composition .card-composition-details {
  margin-bottom: 36px;
  padding-bottom: 36px;
  border-bottom: 1px solid #EFEFF0;
  display: flex;
  align-items: center;
  gap: 32px;
}
@media (max-width: 575px) {
  #order-details.cabinet-content-item .order-details-content-info .order-details-composition .card-composition-details {
    flex-direction: row-reverse;
    align-items: start;
    gap: 10px;
    position: relative;
  }
}
#order-details.cabinet-content-item .order-details-content-info .order-details-composition .card-composition-details .card-composition-image {
  max-width: 125px;
  width: 100%;
}
@media (max-width: 575px) {
  #order-details.cabinet-content-item .order-details-content-info .order-details-composition .card-composition-details .card-composition-image {
    width: 70px;
    position: absolute;
  }
}
#order-details.cabinet-content-item .order-details-content-info .order-details-composition .card-composition-details .card-composition-image img {
  border-radius: 12px;
  overflow: hidden;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 125/125;
}
#order-details.cabinet-content-item .order-details-content-info .order-details-composition .card-composition-details .card-composition-info .card-composition-info-block {
  display: flex;
  gap: 50px;
}
@media (max-width: 575px) {
  #order-details.cabinet-content-item .order-details-content-info .order-details-composition .card-composition-details .card-composition-info .card-composition-info-block {
    flex-direction: column;
    gap: 24px;
  }
}
#order-details.cabinet-content-item .order-details-content-info .order-details-composition .card-composition-details .card-composition-info .card-composition-info-block ul:nth-child(1) {
  line-height: 120%;
}
@media (max-width: 575px) {
  #order-details.cabinet-content-item .order-details-content-info .order-details-composition .card-composition-details .card-composition-info .card-composition-info-block ul:nth-child(1) {
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  #order-details.cabinet-content-item .order-details-content-info .order-details-composition .card-composition-details .card-composition-info .card-composition-info-block ul:nth-child(1) li {
    padding-right: 80px;
  }
}
#order-details.cabinet-content-item .order-details-content-info .order-details-composition .card-composition-details .card-composition-info .card-composition-info-block ul:nth-child(1) li:not(:last-child) {
  margin-bottom: 15px;
}
#order-details.cabinet-content-item .order-details-content-info .order-details-composition .card-composition-details .card-composition-info .card-composition-info-block ul:nth-child(2) {
  display: flex;
  gap: 32px;
}
#order-details.cabinet-content-item .order-details-content-info .order-details-composition .card-composition-details .card-composition-info .card-composition-info-block ul:nth-child(2) li {
  white-space: nowrap;
  display: flex;
  gap: 12px;
  flex-direction: column;
  width: 72px;
}
#order-details.cabinet-content-item .order-details-content-info .order-details-composition .card-composition-details .card-composition-info .card-composition-info-block ul:nth-child(2) li span:nth-child(2) {
  font-size: 15px;
}
#order-details.cabinet-content-item .order-details-content-info .order-details-composition .card-composition-details .card-composition-info .card-composition-info-buttons .btn-secondary-medium {
  height: 36px;
  font-size: 14px;
}
#order-details.cabinet-content-item .order-details-content-info .order-details-composition .card-composition-details .card-composition-info .card-composition-info-buttons a span {
  font-size: 14px;
}
#order-details.cabinet-content-item .location-block {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  flex: 0 0 88px;
  border-radius: 12px;
  background: #F4F4F5;
}
@media (max-width: 525px) {
  #order-details.cabinet-content-item .location-block {
    width: 62px;
    height: 62px;
    flex: 0 0 62px;
  }
}
#order-details.cabinet-content-item .location-block div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  border-radius: 50%;
  background: #27272A;
}
@media (max-width: 525px) {
  #order-details.cabinet-content-item .location-block div {
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
  }
}
#order-details.cabinet-content-item .location-block div img {
  width: 28px;
}
@media (max-width: 525px) {
  #order-details.cabinet-content-item .location-block div img {
    width: 20px;
  }
}
#order-details.cabinet-content-item .order-details-location .fw-semibold.mb-2 {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 24px */
  letter-spacing: -0.2px;
}
#order-details.cabinet-content-item .order-details-location .text-muted.fw-light {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 25.6px */
  letter-spacing: -0.08px;
}
#order-details.cabinet-content-item .order-details-location ul {
  margin-bottom: 0;
}
#order-details.cabinet-content-item .card-composition-info-buttons .btn-secondary-medium {
  padding: 8px 12px;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px; /* 100% */
  letter-spacing: -0.14px;
}
@media (max-width: 525px) {
  #order-details.cabinet-content-item {
    gap: 20px !important;
  }
  #order-details.cabinet-content-item .order-details-content-info-list {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  #order-details.cabinet-content-item .card-composition-info-buttons {
    margin-top: 16px;
  }
}
#order-details.cabinet-content-item .badge--favorite {
  gap: 6px !important;
}

.cabinet-content.content-order-details .order-card-info-status.--status-mobile {
  display: none;
}
@media (max-width: 768px) {
  .cabinet-content.content-order-details h2 {
    margin-bottom: 16px !important;
  }
  .cabinet-content.content-order-details .order-card-info-status {
    display: none !important;
  }
  .cabinet-content.content-order-details .order-card-info-status.--status-mobile {
    display: flex !important;
    gap: 6px;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px; /* 100% */
    letter-spacing: -0.16px;
    margin-bottom: 40px;
  }
  .cabinet-content.content-order-details .order-details-content-result {
    padding: 24px;
  }
  .cabinet-content.content-order-details .order-details-content-result h4 {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 24px */
    letter-spacing: -0.2px;
  }
  .cabinet-content.content-order-details .order-details-content-info h4 {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 24px */
    letter-spacing: -0.2px;
  }
  .cabinet-content.content-order-details .order-details-composition h4 {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 24px */
    letter-spacing: -0.2px;
  }
}
@media (max-width: 525px) {
  .cabinet-content.content-order-details .order-details-composition h4 {
    padding-bottom: 24px !important;
  }
}
.order-details-content-result {
  max-width: 370px;
  width: 100%;
  position: sticky;
  top: 20px;
  padding: 32px;
  border-radius: 20px;
  height: 100%;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06), 0 4px 20px rgba(0, 0, 0, 0.04);
}
@media (max-width: 991px) {
  .order-details-content-result {
    position: relative;
    top: 0;
    max-width: 100%;
  }
}
.order-details-content-result h4 {
  margin-bottom: 36px;
}
.order-details-content-result > ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.order-details-content-result > ul li:not(:last-child) {
  margin-bottom: 20px;
}
.order-details-content-result .total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 24px;
  margin-top: 24px;
  border-top: 1px solid #EFEFF0;
}
.order-details-content-result .total li {
  margin-bottom: 0 !important;
  font-size: 20px;
}

.order-details-location {
  display: flex;
  align-items: center;
  gap: 28px;
}
.shipping-adress-block {
  width: 100%;
}
.order-details-location > span {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px;
  border-radius: 14px;
  background: #F4F4F5;
}
.order-details-location > span .bi {
  font-size: 22px;
  color: #fff;
  height: 44px;
  width: 44px;
  border-radius: 50%;
  background: #27272A;
  display: flex;
  align-items: center;
  justify-content: center;
}
.order-details-location > ul {
  padding-left: 0;
}

#bonuses.cabinet-content-item h2, #cashback.cabinet-content-item h2 {
  margin-bottom: clamp(32px, 4vw, 40px);
  font-size: 26px;
}
#bonuses.cabinet-content-item .bonuses-card-wrapper, #cashback.cabinet-content-item .bonuses-card-wrapper {
  padding: 32px;
  background: #fff;
  border-radius: 14px;
}
@media (max-width: 525px) {
  #bonuses.cabinet-content-item .bonuses-card-wrapper, #cashback.cabinet-content-item .bonuses-card-wrapper {
    padding: 24px;
  }
}
#bonuses.cabinet-content-item .bonuses-card-wrapper h6, #cashback.cabinet-content-item .bonuses-card-wrapper h6 {
  margin-bottom: 40px;
}
#bonuses.cabinet-content-item .bonuses-card-wrapper .bonuses-card, #cashback.cabinet-content-item .bonuses-card-wrapper .bonuses-card {
  align-items: center;
  gap: 28px;
}
@media (max-width: 525px) {
  #bonuses.cabinet-content-item .bonuses-card-wrapper .bonuses-card, #cashback.cabinet-content-item .bonuses-card-wrapper .bonuses-card {
    position: relative;
  }
}
#bonuses.cabinet-content-item .bonuses-card-wrapper .bonuses-card:not(:last-child), #cashback.cabinet-content-item .bonuses-card-wrapper .bonuses-card:not(:last-child) {
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid #EFEFF0;
}
@media (max-width: 525px) {
  #bonuses.cabinet-content-item .bonuses-card-wrapper .bonuses-card:not(:last-child), #cashback.cabinet-content-item .bonuses-card-wrapper .bonuses-card:not(:last-child) {
    margin-bottom: 28px;
    padding-bottom: 28px;
  }
}
#bonuses.cabinet-content-item .bonuses-card-wrapper .bonuses-card .bonuses-card-image, #cashback.cabinet-content-item .bonuses-card-wrapper .bonuses-card .bonuses-card-image {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px;
  border-radius: 14px;
  background: #F4F4F5;
}
@media (max-width: 525px) {
  #bonuses.cabinet-content-item .bonuses-card-wrapper .bonuses-card .bonuses-card-image, #cashback.cabinet-content-item .bonuses-card-wrapper .bonuses-card .bonuses-card-image {
    padding: 14px;
    position: absolute;
    right: 0;
    top: 0;
  }
}
#bonuses.cabinet-content-item .bonuses-card-wrapper .bonuses-card .bonuses-card-image div, #cashback.cabinet-content-item .bonuses-card-wrapper .bonuses-card .bonuses-card-image div {
  leading-trim: both;
  text-edge: cap;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  font-size: 25px;
  color: #fff;
}
@media (max-width: 525px) {
  #bonuses.cabinet-content-item .bonuses-card-wrapper .bonuses-card .bonuses-card-image div, #cashback.cabinet-content-item .bonuses-card-wrapper .bonuses-card .bonuses-card-image div {
    font-size: 16px;
    width: 28px;
    height: 28px;
  }
}
#bonuses.cabinet-content-item .bonuses-card-wrapper .bonuses-card .bonuses-card-block, #cashback.cabinet-content-item .bonuses-card-wrapper .bonuses-card .bonuses-card-block {
  width: 100%;
  gap: 16px;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 525px) {
  #bonuses.cabinet-content-item .bonuses-card-wrapper .bonuses-card .bonuses-card-block, #cashback.cabinet-content-item .bonuses-card-wrapper .bonuses-card .bonuses-card-block {
    flex-direction: column;
    padding-right: 65px;
  }
}
#bonuses.cabinet-content-item .bonuses-card-wrapper .bonuses-card .bonuses-card-block span, #cashback.cabinet-content-item .bonuses-card-wrapper .bonuses-card .bonuses-card-block span {
  font-size: 20px;
}

.bonuses-card {
  align-items: center;
  gap: 28px;
}
@media (max-width: 525px) {
  .bonuses-card {
    position: relative;
  }
}
.bonuses-card .bonuses-card-image {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px;
  border-radius: 14px;
  background: #F4F4F5;
}
@media (max-width: 525px) {
  .bonuses-card .bonuses-card-image {
    padding: 14px;
    position: absolute;
    right: 0;
    top: 0;
  }
}
.bonuses-card .bonuses-card-image div {
  leading-trim: both;
  text-edge: cap;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  font-size: 25px;
  color: #fff;
}
@media (max-width: 525px) {
  .bonuses-card .bonuses-card-image div {
    font-size: 16px;
    width: 28px;
    height: 28px;
  }
}
.bonuses-card .bonuses-card-block {
  width: 100%;
  gap: 16px;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 525px) {
  .bonuses-card .bonuses-card-block {
    flex-direction: column;
    padding-right: 65px;
  }
}
.bonuses-card .bonuses-card-block span {
  font-size: 20px;
}

.hidden-image {
  display: none;
}

.map-section {
  padding-top: 15px;
}
@media (max-width: 525px) {
  .map-section .container-custom {
    padding: 0;
  }
}

.map {
  border-radius: 16px;
  overflow: hidden;
  height: 430px;
}
@media (max-width: 525px) {
  .map {
    border-radius: 0;
  }
}
.map .ymaps-2-1-79-map {
  height: 430px !important;
}

/* Скрываем все копирайты и промо Яндекса */
[class*=ymaps-2-1-79-copyright],
[class*=ymaps-2-1-79-map-copyrights-promo] {
  display: none !important;
}

.badge-map {
  bottom: clamp(24px, 4.8vw, 48px);
  left: clamp(24px, 4.8vw, 48px);
  padding: clamp(24px, 3.2vw, 32px);
  background: #fff;
  border-radius: 16px;
  display: flex;
  gap: 28px;
}
.badge-map img {
  width: 88px;
  height: 88px;
}
@media (max-width: 525px) {
  .badge-map img {
    display: none;
  }
}

.contact-collback {
  margin-top: clamp(64px, 8vw, 80px);
}
.contact-collback .contact-collback-block {
  gap: clamp(48px, 6vw, 120px);
}
.contact-collback .contact-collback-block h2 {
  margin-bottom: clamp(40px, 6.4vw, 64px);
}
.contact-collback .collback-block-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 373/460;
  border-radius: 16px;
}
.contact-collback .collback-block-info ul:nth-child(2) a {
  font-size: 26px;
}
.contact-collback .collback-block-info ul:nth-child(3) a {
  font-size: 20px;
}

.legal-info {
  margin-top: clamp(64px, 12vw, 120px);
}
.legal-info h4 {
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid #EFEFF0;
  font-size: 26px;
}

.legal-info-block ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px 24px;
}
@media (max-width: 635px) {
  .legal-info-block ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 28px;
  }
}
.legal-info-block ul li span:nth-child(2) {
  font-size: 18px;
}

/* Базовые стили switch */
.form-switch .form-check-input {
  width: 42px;
  height: 24px;
  background-color: #CCC; /* Серый фон когда выключен */
  border-color: #CCC;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-3 -3 6 6'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
  cursor: pointer;
}

/* Когда switch включен (checked) */
.form-switch .form-check-input:checked {
  background-color: #27272A !important; /* Темный фон когда включен */
  border-color: #27272A !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-3 -3 6 6'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

/* УБИРАЕМ ВСЯКИЙ FOCUS (голубой кружок) - только для выключенного состояния */
.form-switch .form-check-input:not(:checked):focus {
  border-color: #CCC !important;
  outline: 0;
  box-shadow: none !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-3 -3 6 6'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

/* Когда включен И в фокусе - бордер должен быть #27272A */
.form-switch .form-check-input:checked:focus {
  background-color: #27272A !important;
  border-color: #27272A !important; /* Исправлено: бордер #27272A */
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-3 -3 6 6'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
  box-shadow: none !important;
}

/* Уточняем для вашего блока (если нужно) */
.topggle-swetch-block .form-check.form-switch .form-check-input:not(:checked):focus {
  border-color: #CCC !important;
}

.topggle-swetch-block .form-check.form-switch .form-check-input:checked:focus {
  border-color: #27272A !important;
}

.order-page {
  justify-content: space-between;
}
@media (max-width: 991px) {
  .order-page {
    flex-direction: column-reverse;
    gap: 0 !important;
  }
}
.order-page .order-form {
  max-width: 520px;
  width: 100%;
}
@media (max-width: 991px) {
  .order-page .order-form {
    max-width: 100%;
    padding-top: 48px;
    margin-top: 48px;
    border-top: 1px solid #EFEFF0;
  }
}
.order-page .order-form .order-form-block h2 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 36px;
}
.order-page .order-form .order-form-block .input-group {
  padding: 12px 16px;
  border-radius: 8px;
  background: #F4F4F5;
  height: 52px;
}
.order-page .order-form .order-form-block .input-group input {
  background: transparent;
  font-size: 14px;
}
.order-page .order-form .order-form-block .input-group #shipping_address_address_1 {
  resize: none;
  background: transparent;
}
.order-page .order-form .order-form-block .input-group button {
  font-size: 14px;
}
.order-page .order-form .order-form-block {
  margin-bottom: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid #EFEFF0;
}
.order-page .order-form .order-form-block.--pills {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.order-page .order-form .order-form-block.--date {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.order-page .order-form .order-form-block-bonuses {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 36px;
}
.order-page .required label::after {
  content: "*";
}
.order-page .simplecheckout-block-content .form-horizontal {
  width: 100%;
}
@media (max-width: 575px) {
  .order-page .order-form .order-form-block-bonuses {
    flex-direction: column;
  }
}
.order-page .order-form .order-form-block-bonuses .bonuses-card {
  padding: 20px;
  border-radius: 12px;
  border: 1px solid #EFEFF0;
  width: 100%;
}
.order-page .order-form .order-form-block-bonuses .bonuses-card .bonuses-card-image {
  width: 64px;
  height: 64px;
  padding: 16px;
}
@media (max-width: 525px) {
  .order-page .order-form .order-form-block-bonuses .bonuses-card .bonuses-card-image {
    position: relative;
  }
}
.order-page .order-form .order-form-block-bonuses .bonuses-card .bonuses-card-image div {
  width: 32px;
  height: 32px;
  font-size: 18px;
}
.order-page .order-form .order-form-input {
  margin-bottom: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid #EFEFF0;
}
.order-page .order-form .order-form-input h6 {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 18px;
}
.order-page .order-form .order-form-block.--cash {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.order-page .order-form .order-form-block.--cash .bg-purple img {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
}

/* Подпись и уведомление об ограничении бонусов */
.reward-input-wrapper .reward-limit-hint {
  font-size: 13px;
  line-height: 1.4;
  color: #5B5B5B;
}
.reward-input-wrapper .reward-limit-error {
  font-size: 13px;
  line-height: 1.4;
}

.order-page .row-shipping_address_address_same_addr .form-check-label {
  font-size: 20px !important;
}
.order-page .topggle-swetch-block {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.order-page .order-form-block-pills {
  align-items: center;
  margin-bottom: 36px;
}
@media (max-width: 525px) {
  .order-page .order-form-block-pills {
    flex-direction: column;
  }
}
.order-page .order-form-block-pills h6 {
  font-size: 20px;
  font-weight: 600;
  text-align: left;
  width: 100%;
}
.order-page .order-form-block-pills .nav-pills {
  padding: 4px;
  border-radius: 785.714px;
  background: #F4F4F5;
}
@media (max-width: 525px) {
  .order-page .order-form-block-pills .nav-pills {
    width: 100%;
    flex-wrap: nowrap;
  }
}
@media (max-width: 525px) {
  .order-page .order-form-block-pills .nav-item {
    width: 100%;
  }
}
.order-page .order-form-block-pills .nav-link {
  padding: 8px 16px;
  border-radius: 1000px;
  font-size: 14px;
  font-weight: 600;
  color: #5B5B5B !important;
  position: relative;
}
@media (max-width: 525px) {
  .order-page .order-form-block-pills .nav-link {
    width: 100%;
  }
}
.order-page .order-form-block-pills .nav-link.active {
  background: #fff;
  color: #0E1117 !important;
}
.order-page input {
  font-weight: 500;
  color: #3F3F46;
}
.simple-content #buttons {
  max-width: 520px;
}
.simple-content .shipping-description {
  padding-top: 24px;
  border-top: 1px solid #EFEFF0;
  padding-bottom: 24px;
  border-bottom: 1px solid #EFEFF0;
  font-size: 16px;
}
.simple-content .row-shipping_address_address_1 {
  padding-top: 24px;
  border-top: 1px solid #EFEFF0;
  padding-bottom: 24px !important;
  border-bottom: 1px solid #EFEFF0;
}
.simple-content .row-shipping_address_address_1 .input-group {
  height: 100px !important;
  align-items: flex-start;
}
.simple-content legend {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: .5rem;
  margin-bottom: 1.5rem;
  margin-top: 3rem;
  float: none;
}
.simple-content .row-shipping_address_delivery_date {
  margin-top: 0 !important;
}
.simple-content select, .simple-content select:focus, .simple-content .row-shipping_address_cover textarea, .simple-content .row-shipping_address_cover textarea:focus {
  background: #F4F4F5;
}
.simple-content .row-shipping_address_cover .input-group {
  height: auto !important;
  display: block;
  padding: 0 !important;
  background: transparent !important;
}
.simple-content .row-shipping_address_cover label {
  display: none;
}

.order-page .order-form .order-form-block .row-shipping_address_delivery_date .input-group {
    padding: 0;
    border-radius: 0;
}
.order-page .order-form .order-form-block .row-shipping_address_delivery_date .input-group-btn {
  margin-left: -40px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.simple-content .row-shipping_address_delivery_date label {
  white-space: nowrap;
}
.simple-content .row-shipping_address_cover {
  margin-top: 64px !important;
  margin-bottom: 64px;
}
.simple-content .form-group h4 {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 36px;
  border-bottom: 1px solid #EFEFF0;
}
.simple-content .row-shipping_address_send_foto_before .form-check-label {
  font-size: 16px !important;
}
.simple-content .row-shipping_address_send_foto_before {
  padding-bottom: 1.5rem !important;
  margin-top: 0.5rem !important;
  border-bottom: 1px solid #EFEFF0;
}
.simple-content .row-shipping_address_send_anonimous {
  padding-bottom: 1.5rem !important;
  border-bottom: 1px solid #EFEFF0;
}
.simple-content .row-shipping_address_pick_exact_time label span {
  font-weight: 600;
  color: #EC407A;
}
.order-page .form-group + .form-group {
  margin-top: 1rem;
}
.order-page .form-group {
  padding-bottom: 0.5rem;
}
.order-page .switcher-form-group.form-group {
  padding-bottom: 0;
}
.order-page .switcher-form-group + .form-group {
  margin-top: 2rem;
}
.order-page .order-details-location .form-horizontal {
  padding-top: 24px;
  border-top: 1px solid #EFEFF0;
  padding-bottom: 24px;
  border-bottom: 1px solid #EFEFF0;
}
.order-page #custom-shipping-address {
  border-bottom: 0;
  padding-bottom: 8px;
}
.order-page .order-details-location .input-group {
  height: 100px !important;
  align-items: flex-start;
}
.order-page .order-details-location #shipping-field-city .input-group {
  height: auto !important;
}
.order-page .order-details-location .input-group input {
  font-weight: 500;
  color: #3F3F46;
}
.order-page .order-details-location .fw-semibold {
  font-weight: 18;
}
.order-page .order-details-location span {
  width: 64px;
  height: 64px;
  padding: 16px;
}
.order-page .order-details-location span .bi {
  width: 32px;
  height: 32px;
  font-size: 18px;
}
.order-page .form-check-label.fs-1 {
  font-size: 16px !important;
}
.order-page .form-check-label.fs-1 span {
  font-weight: 600;
  color: #EC407A;
}
.order-page .order-form-add {
  padding: 32px;
  border-radius: 16px !important;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  background: #FFECE6;
}
@media (max-width: 525px) {
  .order-page .order-form-add {
    flex-direction: column;
    padding: 24px;
  }
}
.order-page .order-form-add .btn-white {
  padding: 10px 12px;
  background: #fff;
  height: 44px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
}
@media (max-width: 525px) {
  .order-page .order-form-add .btn-white {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.order-page .order-form-add .btn-white .bi {
  transition: all ease 0.3s;
}
@media (any-hover: hover) {
  .order-page .order-form-add .btn-white:hover .bi {
    transform: rotate(-180deg);
  }
}
.order-page .separator-title {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 36px;
  border-bottom: 1px solid #EFEFF0;
}
.order-page .order-form-block.--settigs {
  padding-block: 24px;
  border-bottom: 0;
}
.order-form-block.--settigs > div {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #EFEFF0;
}
.order-page .order-form-block.--settigs .form-check-label {
  font-size: 16px !important;
}
.order-page .order-form-block.--pay {
  padding-bottom: 20px;
  margin-bottom: 20px;
  margin-top: 48px;
  border-bottom: 1px solid #EFEFF0;
}
.order-page .order-form-block.--pay h6 {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  padding-bottom: 36px;
  margin-bottom: 20px;
  border-bottom: 1px solid #EFEFF0;
}
.order-page .order-form-block.--pay .options__item {
  width: 100%;
}
.order-page .order-form-block.--pay .options__item:not(:last-child) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #EFEFF0;
}
.order-page .order-form-block.--pay .options__item .options__text::after {
  right: 0;
  top: 50%;
  transform: translate(-50%, -70%);
  background-color: transparent;
}
.order-page .order-form-block.--pay .options__item .options__text::before {
  right: 0;
  top: 50%;
  transform: translate(-50%, -70%);
  position: absolute;
}
.order-page .order-form-block.--pay .options__item .options__text div {
  padding: 14px;
  border-radius: 6px;
  background: #F4F4F5;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 52px;
}
@media (max-width: 575px) {
  .order-page .order-details-content-result {
    padding: 24px;
  }
}
.order-page .order-details-content-result li.d-flex.flex-column {
  white-space: nowrap;
  align-items: start;
  justify-content: flex-start;
}
.order-page .order-details-content-result li.fw-semibold {
  margin-bottom: 8px;
}
.order-page .order-details-content-result .total {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}
.order-page .order-details-content-result p.border-top.pt-4.mt-4 {
  font-weight: 500;
  line-height: 130%;
}
.order-page .order-details-content-result ul.ps-0.d-flex {
  margin-bottom: 0;
  justify-content: space-between;
}
.order-page .order-details-content-result ul.ps-0.d-flex li {
  margin-bottom: 28px;
}

.order-placed {
  padding: 50px 32px;
  border-radius: 16px;
  background: #F4F4F5;
}
@media (max-width: 992px) {
  .order-placed {
    margin-top: 160px;
  }
}
@media (max-width: 767px) {
  .order-placed {
    margin-top: 90px;
  }
}
.order-placed .order-placed-block {
  max-width: 315px;
  margin: 0 auto;
}
.order-placed .order-placed-block h1 {
  font-size: 26px;
  text-align: center;
  margin-bottom: 20px;
}
.order-placed .order-placed-block p {
  text-align: center;
}
.order-placed .order-placed-block .btn.--white {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  border-radius: 6px;
  background: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
}

@media (max-width: 425px) {
  .catalog .container-custom {
    padding: 0;
  }
  .catalog .catalog-result-sort {
    padding: 0 16px;
  }
  .catalog .catalog-result-tags {
    padding-left: 16px;
  }
  .catalog .catalog-result-block {
    padding: 0 16px;
  }
}

.mobile-catalog-filter {
  display: none;
  gap: 8px;
  padding: 10px 16px 10px 8px;
  border-radius: 6px;
  border: 1px solid #E7E7E7;
  height: 44px;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  align-items: center;
}
.mobile-catalog-filter img {
  width: 24px;
}
@media (max-width: 768px) {
  .mobile-catalog-filter {
    display: flex;
  }
}

.badge--favorite .fav-liked {
  display: none;
}
.badge--favorite img {
  transition: all ease 0.3s;
}
@media (max-width: 768px) {
  .badge--favorite img {
    width: 13px;
    height: 16px;
  }
}
@media (any-hover: hover) {
  .badge--favorite:hover img {
    opacity: 0.8;
  }
}

.badge--favorite.liked .fav {
  display: none;
}
.badge--favorite.liked .fav-liked {
  display: block;
}
.badge--favorite.liked img {
  transition: all ease 0.3s;
}
@media (any-hover: hover) {
  .badge--favorite.liked:hover img {
    opacity: 0.8;
  }
}

@media (max-width: 768px) {
  .mobile-navigation {
    z-index: 9999 !important;
  }
  .mobile-navigation .nav-link {
    height: 60px;
    width: 80px;
    justify-content: center;
  }
  .mobile-navigation .nav-link-block {
    height: 20px;
  }
}

#cartOffcanvas {
  max-width: 578px;
  width: 100%;
}
@media (max-width: 768px) {
  #cartOffcanvas {
    max-width: 100%;
    /* bottom: 71px; */
  }
}
@media (max-width: 767px) {
  #cartOffcanvas .offcanvas-header {
    padding: 48px 16px 8px 16px !important;
  }
}
#cartOffcanvas .btn-close {
  right: 24px;
  top: 24px;
}
#cartOffcanvas .offcanvas-title {
  font-size: clamp(26px, 3.2vw, 32px);
  font-style: normal;
  font-weight: 600;
  line-height: 116%; /* 37.12px */
  letter-spacing: -0.32px;
}
#cartOffcanvas .offcanvas-top {
  font-size: 14px;
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 1px solid #EFEFF0;
}
#cartOffcanvas .--sale-total {
  color: #D3386C;
}
#cartOffcanvas .offcanvas-result-mobile .total {
  border-top: 1px solid #EFEFF0;
  padding-top: 20px;
  margin-top: 0 !important;
}
#cartOffcanvas .card-composition-info-buttons {
  align-items: end;
}
#cartOffcanvas .card-composition-info-buttons .badge--favorite img {
  width: 14px;
}
#cartOffcanvas .card-cart ul li span.fw-semibold.text-muted {
  font-size: 15px;
}
#cartOffcanvas .offcanvas-result {
  border-radius: 24px 24px 0 0;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06), 0 4px 20px rgba(0, 0, 0, 0.04)
}
#cartOffcanvas .offcanvas-result h5 {
  font-family: "Vela Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 19.2px */
  letter-spacing: -0.16px;
}
#cartOffcanvas .offcanvas-result ul li span {
  font-size: 14px !important;
}
#cartOffcanvas .offcanvas-result .total {
  border-top: 1px solid #EFEFF0;
  padding-top: 20px;
  margin-top: 0 !important;
  font-size: 20px;
  font-weight: 600;
}
#cartOffcanvas .offcanvas-result ul > li .cost {
  text-align: right;
}
@media (max-width: 768px) {
  #cartOffcanvas .offcanvas-result {
    padding: 16px !important;
    border-radius: 0;
  }
  #cartOffcanvas .offcanvas-result h5 {
    display: none;
  }
  #cartOffcanvas .offcanvas-result ul {
    display: none;
  }
  #cartOffcanvas .offcanvas-result .total {
    display: none !important;
  }
}
#cartOffcanvas .card-cart-wrapper {
  margin-bottom: 64px;
}
#cartOffcanvas .card-cart-wrapper ul.ps-0.d-flex li.d-flex.flex-column.gap-1 {
  gap: 6px !important;
}
#cartOffcanvas .offcanvas-body-cards .card-cart ul {
  margin-bottom: 0;
  width: 100%;
  gap: 16px;
  justify-content: space-between;
}
@media (max-width: 475px) {
  #cartOffcanvas .offcanvas-body-cards .card-cart ul {
    flex-direction: column;
  }
}
#cartOffcanvas .offcanvas-body-cards .card-cart ul li .cost {
  white-space: nowrap;
  text-align: right;
}
#cartOffcanvas .offcanvas-body-cards .card-cart:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #EFEFF0;
}
#cartOffcanvas .offcanvas-body-cards .card-composition-info-buttons {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
}
#cartOffcanvas .offcanvas-body-cards .card-composition-info-buttons .btn-secondary-medium {
  height: 36px;
}
#cartOffcanvas .offcanvas-body-cards .card-composition-info-buttons .quantity-selector {
  display: flex;
  align-items: center;
  padding: 8px;
  border-radius: 6px;
  gap: 20px;
  height: 36px;
  background: #F4F4F5;
}
#cartOffcanvas .offcanvas-body-cards .card-composition-info-buttons .quantity-selector .btn {
  padding: 0 !important;
  width: 24px;
  flex: 0 0 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  width: 24px;
}
@media (any-hover: hover) {
  #cartOffcanvas .offcanvas-body-cards .card-composition-info-buttons .quantity-selector .btn:hover img {
    opacity: 0.7;
  }
}
#cartOffcanvas .offcanvas-body-cards .card-composition-info-buttons .quantity-selector .btn:active {
  background: transparent !important;
}
#cartOffcanvas .offcanvas-body-cards .card-composition-info-buttons .quantity-selector .quantity-display {
  width: 30px;
  flex: 0 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  font-size: 14px;
  color: #0E1117;
  font-weight: 600;
}
#cartOffcanvas .offcanvas-body-cards .card-composition-info-buttons .badge--favorite {
  font-size: 14px;
}
@media (max-width: 475px) {
  #cartOffcanvas .offcanvas-body-cards .card-composition-info-buttons .badge--favorite {
    display: none !important;
  }
}
#cartOffcanvas .offcanvas-body-cards .card-composition-info-buttons .badge--favorite.liked span {
  color: #0E1117 !important;
}
/* Фиксированный размер и отдельный слой — фото не перерисовывается при смене количества */
#cartOffcanvas .offcanvas-body-cards .card-cart__image {
  flex-shrink: 0;
  width: 72px;
  height: 72px;
  min-width: 72px;
  min-height: 72px;
  max-width: 72px;
  contain: layout paint;
  transform: translateZ(0);
}
#cartOffcanvas .offcanvas-body-cards .card-cart__image a {
  display: block;
  width: 100%;
  height: 100%;
}
#cartOffcanvas .offcanvas-body-cards .card-cart__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 72/72;
  border-radius: 6px;
  display: block;
  vertical-align: top;
}
#cartOffcanvas .quantity-selector.loading {
  opacity: 0.7;
  pointer-events: none;
}
#cartOffcanvas .offcanvas-result-mobile {
  display: none;
}
@media (max-width: 768px) {
  #cartOffcanvas .offcanvas-result-mobile {
    display: block;
  }
}
#cartOffcanvas .--empty-title {
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 28px;
  max-width: 250px;
  text-align: center;
}
#cartOffcanvas .card-composition-info-buttons .btn-secondary-medium {
  padding: 8px 12px;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px; /* 100% */
  letter-spacing: -0.14px;
}

button:focus {
  box-shadow: none !important;
}

@media (max-width: 475px) {
  #confirmDelete {
    bottom: 0 !important;
  }
}
#confirmDelete .modal-content {
  padding: 40px;
}
#confirmDelete button {
  font-size: 14px;
  font-weight: 600;
}
#confirmDelete .modal-header {
  border-bottom: none;
}
#confirmDelete .btn-close {
  position: absolute;
  right: 24px;
  top: 24px;
}
#confirmDelete .modal-body {
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 31.2px */
  letter-spacing: -0.26px;
  margin: 0 auto;
  max-width: 320px;
  text-align: center;
  border-bottom: none;
  margin-bottom: 32px;
}
#confirmDelete .modal-footer {
  border-top: none;
}
@media (max-width: 475px) {
  #confirmDelete .modal-footer {
    flex-direction: column !important;
  }
}

#authModal .order-form-block-pills {
  align-items: center;
  margin-bottom: 36px;
}
@media (max-width: 525px) {
  #authModal .order-form-block-pills {
    flex-direction: column;
    padding-top: 20px;
    max-width: 300px;
    margin: 0 auto;
  }
}
#authModal .order-form-block-pills h6 {
  font-size: 20px;
  font-weight: 600;
  text-align: left;
  width: 100%;
}
#authModal .order-form-block-pills .nav-pills {
  padding: 4px;
  border-radius: 785.714px;
  background: #F4F4F5;
}
@media (max-width: 525px) {
  #authModal .order-form-block-pills .nav-pills {
    width: 100%;
    flex-wrap: nowrap;
  }
}
@media (max-width: 525px) {
  #authModal .order-form-block-pills .nav-item {
    width: 100%;
    max-width: 300px;
  }
}
#authModal .order-form-block-pills .nav-link {
  padding: 8px 16px;
  border-radius: 1000px;
  font-size: 14px;
  font-weight: 600;
  color: #5B5B5B !important;
}
@media (max-width: 525px) {
  #authModal .order-form-block-pills .nav-link {
    width: 100%;
  }
}
#authModal .order-form-block-pills .nav-link.active {
  background: #fff;
  color: #0E1117 !important;
}
#authModal h3 {
  font-size: clamp(26px, 4vw, 40px);
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 48px */
  letter-spacing: -0.4px;
}
#authModal p {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 25.6px */
  letter-spacing: -0.08px;
  color: #5B5B5B;
}
#authModal #toggleLoginPassword {
  color: #5B5B5B;
}

#enterPass .form-group-block {
  display: flex !important;
  gap: 16px;
  justify-content: center;
}
#enterPass .form-group-block input {
  border-radius: 8px;
  background: #F4F4F5;
  height: 60px;
  width: 60px;
  padding: 12px 16px;
  font-size: 32px;
  font-weight: 600;
}
#enterPass .checkbox__text {
  margin: 0 auto;
}

.--order-page .order-page-link-back {
  display: none;
}
.--order-page .order-page-info-top {
  display: none;
}
.--order-page .order-details-location .location-block {
  width: 64px;
  height: 64px;
  padding: 0;
  border-radius: 12px;
  background: #F4F4F5;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 64px;
}
.--order-page .order-details-location .location-block > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: #27272A;
  border-radius: 50%;
}
.--order-page .input-group .btn {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  color: #3F3F46 !important;
}
.--order-page .input-group .add-code {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  color: #3F3F46 !important;
}

@media (max-width: 992px) {
  .--order-page {
    margin-top: 0;
  }
  .--order-page .container-custom {
    padding-top: 20px !important;
  }
  .--order-page .header-top-block {
    display: none;
  }
  .--order-page .header-body, .--order-page .header-bottom {
    display: none !important;
  }
  .--order-page .card {
    max-width: 100%;
  }
  .--order-page .card .input-group {
    gap: 12px;
  }
  .--order-page .card .input-group textarea {
    background: transparent;
    font-size: 14px;
  }
  .--order-page .order-page-link-back {
    display: block;
    margin-bottom: 24px;
  }
  .--order-page h1 {
    margin-bottom: 24px;
  }
  .--order-page .order-page-info-top {
    display: block;
    font-family: "Vela Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    margin-bottom: 54px;
  }
  .--order-page .options__text {
    gap: 20px;
    padding-right: 50px;
    line-height: 130%;
  }
  .--order-page .order-details-content-result h4 {
    font-family: "Vela Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 24px */
    letter-spacing: -0.2px;
  }
  .--order-page .order-details-content-result ul {
    gap: 20px;
    justify-content: space-between;
  }
  .--order-page .order-details-content-result p {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
  }
  .--order-page .order-form-block .form-check-label {
    line-height: 120%;
  }
  .--order-page .order-details-location {
    gap: 20px;
  }
  .--order-page .order-details-location .fw-semibold.mb-2 {
    font-size: 18px;
  }
  .--order-page .order-details-location .text-muted.fw-light {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 25.6px */
    letter-spacing: -0.08px;
    color: #5B5B5B !important;
  }
}
.catalog-result-tags-block {
  max-width: 700px;
  overflow-x: auto; /* ← горизонтальная прокрутка здесь */
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch; /* плавная прокрутка на iOS */
  scrollbar-width: thin; /* для Firefox */
}

.catalog-result-tags-block {
  overflow-x: auto;
  -ms-overflow-style: none; /* IE/Edge */
  scrollbar-width: none; /* Firefox */
}

/* Скрываем scrollbar в Chrome, Safari, Edge (Chromium) */
.catalog-result-tags-block::-webkit-scrollbar {
  display: none;
}

.catalog-result-tags-block ul {
  display: flex;
  flex-wrap: nowrap; /* запрещаем перенос */
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
  min-width: -moz-fit-content;
  min-width: fit-content; /* ← КЛЮЧЕВОЕ: контент не сжимается */
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  overflow: visible;
}

.catalog-result-tags-block li {
  display: flex;
  align-items: center;
  gap: 6px;
  background: #f0f0f0;
  padding: 6px 12px;
  border-radius: 16px;
  white-space: nowrap;
  flex: 0 0 auto; /* элементы не сжимаются и не растягиваются */
}

.catalog-result-tags-block ul {
  flex-wrap: nowrap !important;
}
.catalog-result-tags-block ul li span {
  white-space: nowrap;
}

@media (max-width: 768px) {
  .catalog .catalog-block {
    flex-direction: column;
    gap: 0;
}
  .catalog-filter.--mob-cat {
    display: flex;
    max-width: 100%;
  }
}

.mobile-filter-catalog-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.mobile-filter-catalog-wrapper.active {
  opacity: 1;
  visibility: visible;
  z-index: 99999;
}
.mobile-filter-catalog-wrapper.active .buttons-catalog-filter {
  padding: 16px;
  box-shadow: 0 14px 157px 0 rgba(126, 126, 126, 0.07), 0 5.849px 65.591px 0 rgba(126, 126, 126, 0.05), 0 3.127px 35.068px 0 rgba(126, 126, 126, 0.04), 0 1.753px 19.659px 0 rgba(126, 126, 126, 0.04), 0 0.931px 10.441px 0 rgba(126, 126, 126, 0.03), 0 0.387px 4.345px 0 rgba(126, 126, 126, 0.02);
}
.mobile-filter-catalog-wrapper.active .buttons-catalog-filter .btn-medium {
  width: 100%;
}

.mobile-filter-catalog {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}

.mobile-filter-catalog-wrapper.active .mobile-filter-catalog {
  transform: translateX(0);
}

.mobile-filter-catalog-block {
  flex-shrink: 0;
}
.mobile-filter-catalog-block .catalog-result-tags {
  margin-top: 0;
  padding-bottom: 20px;
  border-bottom: none;
  margin-left: 16px;
}

.mobile-filter-catalog-body .catalog-filter.--mob-cat {
  margin: 0 16px;
  padding-bottom: 28px;
  border-bottom: 1px solid #E7E7E7;
}
.mobile-filter-catalog-body .catalog-filter.--mob-cat .row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  flex-wrap: nowrap;
}
.mobile-filter-catalog-body .catalog-filter.--mob-cat .row .input-group {
  max-width: 100%;
}
.mobile-filter-catalog-body .spollers__body {
  max-width: 100%;
  width: 100%;
}
.mobile-filter-catalog-body ul {
  padding: 0 16px !important;
  margin-bottom: 0;
}
.mobile-filter-catalog-body ul li a {
  padding: 20px 0 !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mobile-filter-catalog {
  padding: 0 16px;
}
@media (max-width: 768px) {
  .mobile-filter-catalog {
    padding: 0;
  }
}
.mobile-filter-catalog .topggle-swetch-block {
  padding: 20px 16px 20px 16px;
  margin-bottom: 0;
}
.mobile-filter-catalog .catalog-result-tags-block ul {
  margin-bottom: 0 !important;
}
.mobile-filter-catalog .block.--colors {
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.mobile-filter-catalog .block.--colors .color-span {
  display: flex;
  width: 22px;
  height: 22px;
  background-size: contain;
}

/* Верхняя часть с кнопками */
.mobile-filter-catalog-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 16px 24px 4px;
}
.mobile-filter-catalog-top a {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 6px;
}
.mobile-filter-catalog-top .reset-filter {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  color: #0E1117;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: 8%; /* 1.28px */
  text-underline-offset: 19%; /* 3.04px */
  text-underline-position: from-font;
}
@media (max-width: 525px) {
  .mobile-filter-catalog-top .reset-filter {
    padding: 0;
  }
}

.reset-filter {
  background: none;
  border: none;
  color: #666;
  font-size: 14px;
  cursor: pointer;
  padding: 5px 10px;
}

.reset-filter:hover {
  color: #333;
}

.catalog-filter.--mob-cat h4 {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 100% */
  letter-spacing: -0.16px;
  margin-bottom: 36px;
}

/* Контейнер категорий */
.mobile-filter-catalog-category {
  flex-grow: 1;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .mobile-filter-catalog-category {
    padding: 0 16px;
  }
}

/* Основное тело с категориями */
.mobile-filter-catalog-body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  transform: translateX(0);
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.mobile-filter-catalog-body:not(.active) {
  transform: translateX(-100%);
  opacity: 0;
  pointer-events: none;
}

.mobile-filter-catalog-body li {
  border-bottom: 1px solid #eee;
}

/* Вкладки категорий */
.mobile-filter-catalog-category > div[data-title] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  overflow-y: auto;
  transform: translateX(100%);
  transition: transform 0.3s ease, opacity 0.3s ease;
  opacity: 0;
}

.mobile-filter-catalog-category > div[data-title].active {
  transform: translateX(0);
  opacity: 1;
}

/* Контент внутри категории */
.mobile-filter-catalog-category-content {
  height: 100%;
  overflow-y: auto;
  padding-top: 20px;
}

/* Стили для контента внутри категорий */
.mobile-filter-catalog-category h3 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
}

.color-options,
.size-options {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.mobile-filter-catalog-category-content .color-options label,
.mobile-filter-catalog-category-content .mobile-filter-catalog-category label {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 0;
  cursor: pointer;
}
.mobile-filter-catalog-category-content .color-options input[type=checkbox],
.mobile-filter-catalog-category-content .mobile-filter-catalog-category input[type=checkbox],
.mobile-filter-catalog-category-content .mobile-filter-catalog-category input[type=radio] {
  width: 18px;
  height: 18px;
}
.mobile-filter-catalog-category-content .size-options button {
  padding: 10px 15px;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.mobile-filter-catalog-category-content .size-options button:hover {
  border-color: #333;
  background: #f5f5f5;
}

.quantity-selector.--card {
  padding: 14px 16px;
  height: 52px;
  background: #27272A;
  border-radius: 8px;
  color: #fff;
  align-items: center;
  justify-content: space-between;
  font-family: "Vela Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 100% */
  letter-spacing: -0.16px;
}
.quantity-selector.--card .bi {
  color: #fff;
  font-size: 22px;
}

.price-range-group .slider-container {
  padding: 0 7px;
}
.price-range-group .noUi-target {
  max-width: 220px;
}

.catalog-filter.--mob-cat .noUi-target {
  max-width: 100%;
}

.noUi-target {
  box-shadow: none;
  border: none;
  background: #AAAAAA;
  border-radius: 0;
  height: 2px;
}

.noUi-connect {
  height: 2px;
  background: #27272A;
}

.noUi-touch-area {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  cursor: pointer;
}

.noUi-horizontal .noUi-handle {
  top: -10px !important;
}

.noUi-handle.noUi-handle-upper {
  right: -9px;
}

.noUi-handle {
  background-color: #27272A;
  width: 24px !important;
  height: 24px !important;
  flex: 0 0 24px;
  border-radius: 50%;
  box-shadow: none;
  border: none;
  top: -12px;
}

.noUi-handle:after, .noUi-handle:before {
  display: none;
}

#searchModal {
  z-index: 9999;
}
@media (max-width: 525px) {
  #searchModal {
    height: 100vh;
    overflow-x: hidden;
    overflow-y: inherit !important;
  }
  #searchModal .modal-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
#searchModal .modal-dialog {
  max-width: 600px;
}
@media (max-width: 525px) {
  #searchModal .modal-dialog {
    max-width: 100%;
    height: 100%;
    margin: 0 !important;
  }
}
#searchModal .modal-header .input-group-search {
  max-width: 100%;
}
#searchModal .modal-header .input-group-search .form-control {
  border: 1px solid #EFEFF0 !important;
  border-radius: 8px !important;
}
#searchModal .--list-group-cards li:not(:last-child) {
  margin-bottom: 16px;
}
#searchModal .search-results ul {
  overflow: auto;
  max-height: 300px;
}
#searchModal .search-results ul::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}
#searchModal .search-results ul::-webkit-scrollbar-track {
  background: #dadada;
  border-radius: 3px;
}
#searchModal .search-results ul::-webkit-scrollbar-thumb {
  background: #FFDDD3;
  border-radius: 3px;
}
@media (max-width: 525px) {
  #searchModal .search-results ul {
    max-height: 60vh;
  }
}
#searchModal .search-results ul li .icon-search {
  width: 15px;
  margin-right: 8px;
  transition: opacity ease 0.3s;
  opacity: 0.7;
}
#searchModal .search-results ul li a.fw-light {
  color: #5B5B5B;
  transition: color ease 0.3s;
  padding: 12px 16px;
  width: 100%;
  border-radius: 8px;
}
@media (max-width: 525px) {
  #searchModal .search-results ul li a.fw-light {
    padding: 12px 16px 12px 0;
  }
}
@media (any-hover: hover) {
  #searchModal .search-results ul li a.fw-light:hover {
    background: #F4F4F5;
  }
}
@media (max-width: 575px) {
  #searchModal .search-results ul li .search-result-card {
    gap: 20px !important;
  }
}
#searchModal .search-results ul li .search-result-card img {
  width: 64px;
  height: 64px;
}
@media (max-width: 575px) {
  #searchModal .search-results ul li .search-result-card img {
    width: 76px;
    height: 76px;
  }
}
@media (max-width: 575px) {
  #searchModal .search-results ul li .search-result-card .d-flex {
    flex-direction: column;
    align-items: start !important;
  }
}
#searchModal .search-results ul li .search-result-card .d-flex p {
  max-width: 250px;
  line-height: 140%;
  transition: all ease 0.3s;
}
@media (max-width: 575px) {
  #searchModal .search-results ul li .search-result-card .d-flex p {
    line-height: 120%;
  }
}
@media (any-hover: hover) {
  #searchModal .search-results ul li .search-result-card:hover p {
    color: #5B5B5B;
  }
}
#searchModal .list-group.-not-result {
  max-width: 380px;
}
#searchModal .list-group.-not-result p {
  line-height: 130%;
  font-weight: 500;
  color: #5B5B5B;
}
#searchModal .list-group.-not-result .btn-secondary-medium {
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 525px) {
  #searchModal .reset-search img:nth-child(1) {
    display: none;
  }
}
#searchModal .reset-search img:nth-child(2) {
  width: 22px;
  height: 22px;
  display: none;
}
@media (max-width: 525px) {
  #searchModal .reset-search img:nth-child(2) {
    display: block;
  }
}
#searchModal .btn.search img:nth-child(2) {
  display: none;
}
@media (max-width: 768px) {
  #searchModal .btn.search img:nth-child(1) {
    display: none;
  }
  #searchModal .btn.search img:nth-child(2) {
    display: block;
    width: 17px;
    height: 17px;
  }
}
#searchModal .btn-close {
  display: none;
}
@media (max-width: 768px) {
  #searchModal .btn-close {
    display: block;
    margin-left: 10px;
    opacity: 1 !important;
    background: transparent !important;
  }
  #searchModal .btn-close img {
    width: 18px !important;
    height: 18px !important;
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  #searchModal .input-group-search {
    border: none;
  }
}
#searchModal .search-results-button {
  display: none;
}
@media (max-width: 525px) {
  #searchModal .search-results-button {
    display: flex;
  }
  #searchModal .search-results-button .btn-large {
    width: 100%;
  }
}
@media (max-width: 525px) {
  #searchModal .modal-content {
    height: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    border-radius: 0;
  }
}

/* Мобильная анимация для модального окна поиска */
@media (max-width: 768px) {
  /* Модалка занимает всю высоту и ширину, появляется слева */
  #searchModal .modal-dialog {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    transform: translateX(-100%); /* изначально за левым краем */
    transition: transform 0.3s ease;
  }
  #searchModal.show .modal-dialog {
    transform: translateX(0); /* при открытии — на место */
  }
  /* Фон-оверлей: делаем его менее заметным или прозрачным при желании */
  #searchModal .modal-backdrop {
    background-color: rgba(0, 0, 0, 0.4);
  }
  /* Контент модалки — фиксированный, чтобы скроллился независимо */
  #searchModal .modal-content {
    height: 100%;
    border: none;
    border-radius: 0;
    overflow: auto;
  }
}
.privacy-policy, .delivery {
  margin-top: 34px;
}
.privacy-policy p, .delivery p {
  max-width: 570px;
}
.privacy-policy .spollers._spoller-init .spollers__item .spollers__title, .delivery .spollers._spoller-init .spollers__item .spollers__title {
  width: 100%;
  cursor: pointer;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  position: relative;
  list-style: none;
  padding-right: 60px;
  min-height: 40px;
  display: flex;
  align-items: center;
}
.privacy-policy .spollers._spoller-init .spollers__item .spollers__title::marker, .privacy-policy .spollers._spoller-init .spollers__item .spollers__title::-webkit-details-marker, .delivery .spollers._spoller-init .spollers__item .spollers__title::marker, .delivery .spollers._spoller-init .spollers__item .spollers__title::-webkit-details-marker {
  display: none;
}
.privacy-policy .spollers._spoller-init .spollers__item .spollers__title span, .delivery .spollers._spoller-init .spollers__item .spollers__title span {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #F4F4F5;
  transition: all 0.3s ease;
}
.privacy-policy .spollers._spoller-init .spollers__item .spollers__title span::before, .privacy-policy .spollers._spoller-init .spollers__item .spollers__title span::after, .delivery .spollers._spoller-init .spollers__item .spollers__title span::before, .delivery .spollers._spoller-init .spollers__item .spollers__title span::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: #27272A;
  transition: all 0.3s ease;
}
.privacy-policy .spollers._spoller-init .spollers__item .spollers__title span::before, .delivery .spollers._spoller-init .spollers__item .spollers__title span::before {
  width: 16px;
  height: 2px;
  transform: translate(-50%, -50%);
}
.privacy-policy .spollers._spoller-init .spollers__item .spollers__title span::after, .delivery .spollers._spoller-init .spollers__item .spollers__title span::after {
  width: 2px;
  height: 16px;
  transform: translate(-50%, -50%);
}
@media (any-hover: hover) {
  .privacy-policy .spollers._spoller-init .spollers__item .spollers__title:hover span, .delivery .spollers._spoller-init .spollers__item .spollers__title:hover span {
    background-color: #27272A;
  }
  .privacy-policy .spollers._spoller-init .spollers__item .spollers__title:hover span::before, .privacy-policy .spollers._spoller-init .spollers__item .spollers__title:hover span::after, .delivery .spollers._spoller-init .spollers__item .spollers__title:hover span::before, .delivery .spollers._spoller-init .spollers__item .spollers__title:hover span::after {
    background-color: #FFF;
  }
}
.privacy-policy .spollers._spoller-init .spollers__item .spollers__title._spoller-active span, .delivery .spollers._spoller-init .spollers__item .spollers__title._spoller-active span {
  background-color: #27272A;
}
.privacy-policy .spollers._spoller-init .spollers__item .spollers__title._spoller-active span::before, .privacy-policy .spollers._spoller-init .spollers__item .spollers__title._spoller-active span::after, .delivery .spollers._spoller-init .spollers__item .spollers__title._spoller-active span::before, .delivery .spollers._spoller-init .spollers__item .spollers__title._spoller-active span::after {
  background-color: #FFFFFF;
}
.privacy-policy .spollers._spoller-init .spollers__item .spollers__title._spoller-active span::before, .delivery .spollers._spoller-init .spollers__item .spollers__title._spoller-active span::before {
  transform: translate(-50%, -50%) rotate(0deg);
}
.privacy-policy .spollers._spoller-init .spollers__item .spollers__title._spoller-active span::after, .delivery .spollers._spoller-init .spollers__item .spollers__title._spoller-active span::after {
  opacity: 0;
}
@media (any-hover: hover) {
  .privacy-policy .spollers._spoller-init .spollers__item .spollers__title._spoller-active:hover span, .delivery .spollers._spoller-init .spollers__item .spollers__title._spoller-active:hover span {
    background-color: #3F3F46;
  }
}
.privacy-policy .spollers._spoller-init .spollers__item .spollers__title::before, .privacy-policy .spollers._spoller-init .spollers__item .spollers__title::after, .delivery .spollers._spoller-init .spollers__item .spollers__title::before, .delivery .spollers._spoller-init .spollers__item .spollers__title::after {
  display: none !important;
}
.privacy-policy .spollers__body, .delivery .spollers__body {
  font-size: 16px;
  line-height: 160%;
  font-weight: 500;
  padding-right: 60px;
}
@media (any-hover: hover) {
  .privacy-policy .spollers__title:hover span, .delivery .spollers__title:hover span {
    background-color: #27272A;
  }
}

.description-product {
  max-width: 620px;
}

@media (max-width: 525px) {
  .product-card .container-custom {
    padding: 0;
  }
}

.product-card-wrapper {
  margin-top: clamp(24px, 3.6vw, 36px);
  display: flex;
  gap: 30px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .product-card-wrapper {
    flex-direction: column;
    margin-bottom: 48px;
    gap: 0;
  }
}
.product-card-wrapper .product-card-slaider-wrapper {
  max-width: 630px;
  position: sticky;
  top: 20px;
  height: 100%;
}
@media (max-width: 992px) {
  .product-card-wrapper .product-card-slaider-wrapper {
    max-width: 100%;
    position: relative;
    top: 0;
  }
}
@media (max-width: 525px) {
  .product-card-wrapper .product-card-slaider-wrapper {
    padding-left: 16px;
  }
}
.product-card-wrapper .product-card-slaider-wrapper .product-card__images {
  display: flex;
  flex-direction: row-reverse;
  gap: 24px;
  height: 490px;
  position: relative;
}
@media (max-width: 550px) {
  .product-card-wrapper .product-card-slaider-wrapper .product-card__images {
    height: 100%;
  }
}
.product-card-wrapper .product-card-slaider-wrapper .product-card__wrapper .swiper-slide {
  border-radius: 16px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .product-card-wrapper .product-card-slaider-wrapper .product-card__wrapper .swiper-slide .image-gallery {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 525px) {
  .product-card-wrapper .product-card-slaider-wrapper .product-card__wrapper .swiper-slide .image-gallery img {
    height: 314px;
  }
}
.product-card-wrapper .product-card-slaider-wrapper .product-card__images .badges-left {
  margin: 20px 0 0 20px !important;
  z-index: 2;
}
@media (max-width: 525px) {
  .product-card-wrapper .product-card-slaider-wrapper .product-card__images .badges-left {
    margin: 12px 0 0 12px !important;
  }
}
@media (max-width: 525px) {
  .product-card-wrapper .product-card-slaider-wrapper .product-card__images .badges-left .badge {
    font-size: 14px;
    padding: 4px 10px;
    height: 26px;
  }
}
.product-card-wrapper .product-card-slaider-wrapper .product-card__images .badge--favorite {
  margin: 20px 20px 0 0 !important;
  width: 48px;
  height: 48px;
  z-index: 2;
}
@media (max-width: 525px) {
  .product-card-wrapper .product-card-slaider-wrapper .product-card__images .badge--favorite {
    width: 40px;
    height: 40px;
    margin: 12px 12px 0 0 !important;
  }
}
.product-card-wrapper .product-card-slaider-wrapper .product-card__images .badge--favorite img {
  width: 22px !important;
  height: 22px !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
  aspect-ratio: 20/20 !important;
}
@media (max-width: 525px) {
  .product-card-wrapper .product-card-slaider-wrapper .product-card__images .badge--favorite img {
    width: 20px !important;
    height: 20px !important;
  }
}
.product-card-wrapper .product-card-slaider-wrapper .product-card__wrapper .swiper-slide img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 510/490;
}
@media (max-width: 550px) {
  .product-card-wrapper .product-card-slaider-wrapper .product-card__wrapper .swiper-slide img {
    aspect-ratio: 328/314;
  }
}
.product-card-wrapper .product-card-slaider-wrapper .product-card__images .size {
  right: 24px;
  bottom: 24px;
  z-index: 2;
}
@media (max-width: 525px) {
  .product-card-wrapper .product-card-slaider-wrapper .product-card__images .size {
    right: 12px;
    bottom: 12px;
  }
}
.product-card-wrapper .product-card-slaider-wrapper .product-card__images .size ul {
  padding: 12px 16px;
  border-radius: 10.8px;
  background: #fff;
  font-size: 14px;
  color: #3F3F46;
  margin-bottom: 0;
}
.product-card-wrapper .product-card-slaider-wrapper .product-card__images .size ul .bi {
  color: #3F3F46;
}
@media (max-width: 657px) {
  .product-card-wrapper .product-card-slaider-wrapper .images-product__thumbs {
    display: none !important;
  }
}
.product-card-wrapper .product-card-slaider-wrapper .images-product__thumbs .swiper-slide {
  cursor: pointer;
  opacity: 0.6;
  transition: opacity ease 0.3s;
}
@media (any-hover: hover) {
  .product-card-wrapper .product-card-slaider-wrapper .images-product__thumbs .swiper-slide:hover {
    opacity: 1;
  }
}
.product-card-wrapper .product-card-slaider-wrapper .images-product__thumbs .swiper-slide img {
  border-radius: 6px;
  width: 100%;
  height: 88px;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 88/88;
}
.product-card-wrapper .product-card-slaider-wrapper .images-product__thumbs .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
  border: 1px solid #0E1117;
  border-radius: 8px !important;
}
.product-card-wrapper .product-card-slaider-wrapper .images-product__thumbs .swiper-slide.swiper-slide-thumb-active img {
  overflow: hidden;
  border-radius: 6px !important;
  border: 3px solid #FFF;
}
.product-card-wrapper .product-card-slaider-wrapper .swiper-vertical {
  max-width: 88px;
  width: 100%;
}
.product-card-wrapper .thumbs-prev, .product-card-wrapper .thumbs-next {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  z-index: 1;
  border-radius: 50%;
  background: #fff;
  left: 22px;
  box-shadow: 0 -1.833px 186.083px 0 rgba(0, 0, 0, 0.08), 0 -0.669px 67.923px 0 rgba(0, 0, 0, 0.06), 0 -0.325px 32.976px 0 rgba(0, 0, 0, 0.04), 0 -0.159px 16.165px 0 rgba(0, 0, 0, 0.04), 0 -0.063px 6.392px 0 rgba(0, 0, 0, 0.02);
}
.product-card-wrapper .thumbs-next {
  bottom: -25px;
}
@media (max-width: 657px) {
  .product-card-wrapper .thumbs-next {
    display: none;
  }
}
.product-card-wrapper .thumbs-prev {
  top: -25px;
}
@media (max-width: 657px) {
  .product-card-wrapper .thumbs-prev {
    display: none;
  }
}
.product-card-wrapper .swiper-button-disabled {
  display: none;
}
.product-card-wrapper .images-product__pagination {
  display: none;
  position: absolute;
  bottom: 12px;
  left: 12px;
  z-index: 1;
  padding: 12px 14px;
  border-radius: 1000px;
  background: #FFF;
  font-size: 14px;
  font-weight: 600;
  width: -moz-fit-content;
  width: fit-content;
  color: #ccc;
}
@media (max-width: 657px) {
  .product-card-wrapper .images-product__pagination {
    display: block;
  }
}
.product-card-wrapper .images-product__pagination .swiper-pagination-current {
  color: #0E1117;
}
.product-card-wrapper .images-product__pagination .swiper-pagination-total {
  color: #0E1117;
}
.product-card-wrapper .thumbs-images__slide .bi-play-circle-fill {
  top: 50%;
  left: 50%;
  background: #fff;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  font-size: 30px;
}
.product-card-wrapper .product-card-type-block .options-block {
  flex-direction: row;
  gap: 8px;
}
.product-card-wrapper .options__text {
  min-width: 150px;
  padding: 16px;
  border-radius: 16px;
  border: 1px solid #EFEFF0;
  margin-bottom: 0;
  gap: 0;
}
.product-card-wrapper .options__text .fw-semibold.mb-3 {
  margin-top: 28px;
  margin-bottom: 12px !important;
}
.product-card-wrapper .options__text span.text-muted.fw-light {
  font-size: 15px;
}
.product-card-wrapper .options__input:focus-visible + .options__text {
  outline: 2px solid #000;
}
.product-card-wrapper .options__input:checked + .options__text {
  border-color: #EFEFF0;
  background: #F4F4F5;
}
.product-card-wrapper .product-card-info-wrapper {
  max-width: clamp(300px, 100.59vw - 697.85px, 470px);
  width: 100%;
}
@media (max-width: 992px) {
  .product-card-wrapper .product-card-info-wrapper {
    max-width: 100%;
    margin-top: 24px;
  }
}
@media (max-width: 525px) {
  .product-card-wrapper .product-card-info-wrapper {
    padding: 0 16px;
  }
}
.product-card-wrapper .options-block {
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 525px) {
  .product-card-wrapper .options-block .options__item {
    margin-bottom: 0;
  }
}
.product-card-wrapper .product-card-type-block {
  overflow: auto;
  margin-bottom: 48px;
}
.product-card-wrapper .product-card-type-block::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}
.product-card-wrapper .product-card-cash .bg-purple {
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-card-wrapper .product-card-cash img {
  width: 16px;
  height: 16px;
}
.product-card-wrapper .product-card-cash .mb-0.ps-0.d-flex {
  align-items: flex-end;
}
.product-card-wrapper .product-card-cash .fw-light.text-muted.ms-1 {
  font-size: 14px;
}
.product-card-wrapper .product-card-coast {
  font-size: clamp(26px, 3.2vw, 32px);
  font-style: normal;
  font-weight: 600;
  line-height: 116%; /* 37.12px */
  letter-spacing: -0.32px;
  margin-bottom: 16px;
}
.product-card-wrapper .product-card-coast.-mobile {
  display: none;
}
@media (max-width: 992px) {
  .product-card-wrapper .product-card-coast.-mobile {
    display: block;
  }
}
@media (max-width: 992px) {
  .product-card-wrapper .product-card-coast.-pc {
    display: none;
  }
}
.product-card-wrapper .product-card-cash {
  padding: 8px 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 6px;
  border: 1px solid #EFEFF0;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 36px;
}
.product-card-wrapper .product-card-cash.-mobile {
  display: none !important;
}
@media (max-width: 992px) {
  .product-card-wrapper .product-card-cash.-mobile {
    display: flex !important;
  }
}
@media (max-width: 992px) {
  .product-card-wrapper .product-card-cash.-pc {
    display: none;
  }
}
.product-card-wrapper .product-card-cash .bg-purple {
  display: flex;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  flex: 0 0 24px;
  padding: 4px;
}
.product-card-wrapper .product-card-buttons {
  margin-bottom: 48px;
}
.product-card-wrapper .product-card-buttons p {
  color: #5B5B5B;
}
/* @media (max-width: 768px) {
  .product-card-wrapper .product-card-buttons .btn-large {
    display: none;
  }
  .product-card-wrapper .product-card-buttons .btn-secondary-large {
    display: none;
  }
} */
.product-card-wrapper .product-card-list h4 {
  margin-bottom: 24px;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 24px */
  letter-spacing: -0.2px;
}
.product-card-wrapper .product-card-list ul li:not(:last-child) {
  margin-bottom: 16px;
}
@media (max-width: 475px) {
  .product-card-wrapper .product-card-list ul li {
    flex-direction: column;
    gap: 8px !important;
  }
  .product-card-wrapper .product-card-list ul li:not(:last-child) {
    margin-bottom: 24px;
  }
}

.mobile-navigation-button-product {
  display: none;
}
@media (max-width: 768px) {
  .mobile-navigation-button-product {
    display: flex;
  }
  .mobile-navigation-button-product .btn-large {
    width: 100%;
    margin-bottom: 16px;
  }
  .mobile-navigation-button-product .btn-secondary-large {
    width: 100%;
    margin-bottom: 16px;
  }
}

.mobile-navigation-button-product.not-active {
  display: none;
}

#productEmptyCart {
  z-index: 10000;
}
#productEmptyCart .card-cart__image img {
  width: 72px;
  height: 72px;
  border-radius: 6px;
  -o-object-fit: cover;
     object-fit: cover;
}
#productEmptyCart .form-floating > .form-control ~ label {
  display: flex;
  align-items: center;
  height: -moz-fit-content;
  height: fit-content;
  height: 58px;
}
#productEmptyCart .form-floating > .form-control ~ input::-moz-placeholder {
  color: var(--Neutral-Color-Neutral-Color-700, #5B5B5B);
  font-family: "Vela Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 18.2px */
  letter-spacing: -0.07px;
}
#productEmptyCart .form-floating > .form-control ~ input::placeholder {
  color: var(--Neutral-Color-Neutral-Color-700, #5B5B5B);
  font-family: "Vela Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 18.2px */
  letter-spacing: -0.07px;
}
#productEmptyCart .card-cart {
  padding-block: 20px;
  border-top: 1px solid #EFEFF0;
  border-bottom: 1px solid #EFEFF0;
  margin-bottom: 36px;
}
#productEmptyCart .card-cart ul {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 450px) {
  #productEmptyCart .card-cart ul {
    flex-direction: column;
    gap: 16px;
  }
}
#productEmptyCart .card-cart li.d-flex.flex-column.justify-content-between.gap-1 {
  max-width: 200px;
}
@media (max-width: 450px) {
  #productEmptyCart .card-cart li:nth-child(2) {
    width: -moz-fit-content;
    width: fit-content;
  }
  #productEmptyCart .card-cart li:nth-child(2) span {
    text-align: left !important;
  }
}
#productEmptyCart .card-cart textarea {
  min-height: 120px;
}
#productEmptyCart .modal-body {
  padding: 0;
}
#productEmptyCart .modal-body p.text-center {
  max-width: 410px;
  margin: 0 auto;
}
#productEmptyCart .modal-dialog-centered {
  max-width: 650px;
}
#productEmptyCart li.d-flex.flex-column span:not(:last-child) {
  margin-bottom: 6px;
}
#productEmptyCart .quantity-selector {
  display: flex;
  align-items: center;
  padding: 8px;
  border-radius: 6px;
  gap: 20px;
  height: 36px;
  background: #F4F4F5;
}
#productEmptyCart .quantity-selector .btn {
  padding: 0 !important;
  width: 24px;
  flex: 0 0 24px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  width: 24px;
}
@media (any-hover: hover) {
  #productEmptyCart .quantity-selector .btn:hover {
    opacity: 0.7;
  }
}
#productEmptyCart .quantity-selector .btn:active {
  background: transparent !important;
}
#productEmptyCart .quantity-selector .quantity-display {
  width: 30px;
  flex: 0 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  margin-bottom: 0 !important;
  color: #27272A !important;
  font-weight: 600;
  font-size: 14px !important;
}
#productEmptyCart .product-card-empty-title {
  max-width: 246px;
}
#productEmptyCart .product-empty-checkbox {
  display: flex;
  align-items: center;
  justify-content: center;
}
#productEmptyCart .checkbox__text::after,
#productEmptyCart .checkbox__text::before {
  cursor: pointer;
}
#productEmptyCart .checkbox__text {
  cursor: default;
}
#productEmptyCart .checkbox__text p {
  color: #5B5B5B;
  line-height: 120%;
}
#productEmptyCart .checkbox__text a {
  display: inline;
  color: #27272A;
}

@media (max-width: 575px) {
  #exampleModal {
    z-index: 9999;
    top: initial;
    bottom: 0;
    transition: none !important;
  }
}
#exampleModal .modal-dialog-centered {
  max-width: 820px;
}
@media (max-width: 575px) {
  #exampleModal .modal-dialog-centered {
    align-items: end;
    margin: 0;
    min-height: 90% !important;
    padding-top: 160px;
    bottom: -70px;
  }
  #exampleModal .modal-dialog-centered .modal-content {
    border-radius: 20px 20px 0 0;
    padding: 20px 20px 0 20px !important;
  }
  #exampleModal .modal-dialog-centered .modal-title {
    margin-top: 8px !important;
  }
  #exampleModal .modal-dialog-centered .btn-close {
    position: absolute;
    right: 20px;
    top: 20px;
  }
}
#exampleModal ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px 32px;
  font-weight: 600;
}
@media (max-width: 768px) {
  #exampleModal ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 575px) {
  #exampleModal ul {
    grid-template-columns: repeat(2, 1fr);
    overflow: auto;
    padding-bottom: 20px;
  }
}
@media (max-width: 475px) {
  #exampleModal ul {
    grid-template-columns: repeat(1, 1fr);
    overflow: auto;
    max-height: 300px;
    padding-bottom: 20px;
  }
}

.form-control.is-invalid, .was-validated .form-control:invalid {
  background-image: none !important;
}

@media (max-width: 575px) {
  #exampleModal .modal-dialog {
    animation: slideUp 0.3s ease-out !important;
  }
}
@keyframes slideUp {
  from {
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
#authModal .form-floating > .form-control ~ label {
  display: flex;
  align-items: center;
  height: -moz-fit-content;
  height: fit-content;
  height: 58px;
}
#authModal .form-floating > .form-control ~ input::-moz-placeholder {
  color: var(--Neutral-Color-Neutral-Color-700, #5B5B5B);
  font-family: "Vela Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 18.2px */
  letter-spacing: -0.07px;
}
#authModal .form-floating > .form-control ~ input::placeholder {
  color: var(--Neutral-Color-Neutral-Color-700, #5B5B5B);
  font-family: "Vela Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 18.2px */
  letter-spacing: -0.07px;
}

#forgotPass .btn-close {
  background-image: none !important;
  margin-left: inherit;
}
#forgotPass .btn-close img {
  width: 20px;
  height: 20px;
}
#forgotPass .modal-header {
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#forgotPass .modal-body {
  padding: 0 !important;
  margin-bottom: 30px;
}
#forgotPass .modal-dialog {
  max-width: 520px;
}
#forgotPass p.text-center {
  max-width: 320px;
  margin: 0 auto;
  color: #5B5B5B;
}

.btn-close {
  opacity: 1;
}
@media (any-hover: hover) {
  .btn-close:hover {
    opacity: 0.7;
  }
}

.modal-content {
  border-radius: 16px;
}

[data-fls-showmore-button] {
  transition: all ease 0.3s;
}
@media (any-hover: hover) {
  [data-fls-showmore-button]:hover {
    color: #3F3F46;
  }
}

#authModal .btn-close {
  margin-bottom: 10px;
  background-image: none !important;
}
#authModal .btn-close img {
  width: 20px;
  height: 20px;
}

#enterPass .btn-close {
  background-image: none !important;
  margin-left: inherit;
}
#enterPass .btn-close img {
  width: 20px;
  height: 20px;
}
#enterPass .modal-header {
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.form-control {
  border-radius: 8px !important;
}

.form-floating > label {
  font-family: "Vela Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 18.2px */
  letter-spacing: -0.07px;
  color: #5B5B5B;
}

.icon-password {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
}
.icon-password img {
  opacity: 0.7;
  transition: all ease 0.3s;
}
@media (any-hover: hover) {
  .icon-password:hover img {
    opacity: 1;
  }
}
.icon-password.hidden-password .eye1 {
  display: none;
  width: 20px;
  height: 20px;
}
.icon-password.show-password .eye {
  display: none;
  width: 20px;
  height: 20px;
}

div.checkbox__text {
  cursor: default;
}
div.checkbox__text::after, div.checkbox__text::before {
  cursor: pointer;
}
div.checkbox__text p {
  color: #5B5B5B;
  line-height: 120%;
}
div.checkbox__text a {
  display: inline;
  color: #27272A;
}

#requestCall .checkbox__text::after,
#requestCall .checkbox__text::before, #enterPass .checkbox__text::after,
#enterPass .checkbox__text::before, #addPostcard .checkbox__text::after,
#addPostcard .checkbox__text::before {
  cursor: pointer;
}
#requestCall .checkbox, #enterPass .checkbox, #addPostcard .checkbox {
  padding: 0 !important;
}
#requestCall .checkbox__text, #enterPass .checkbox__text, #addPostcard .checkbox__text {
  cursor: default;
}
#requestCall .checkbox__text p, #enterPass .checkbox__text p, #addPostcard .checkbox__text p {
  color: #5B5B5B;
  line-height: 120%;
}
#requestCall .checkbox__text a, #enterPass .checkbox__text a, #addPostcard .checkbox__text a {
  display: inline;
  color: #27272A;
}
#requestCall .form-floating > .form-control ~ label, #enterPass .form-floating > .form-control ~ label, #addPostcard .form-floating > .form-control ~ label {
  display: flex;
  align-items: center;
  height: -moz-fit-content;
  height: fit-content;
  height: 58px;
}
#requestCall .form-floating > .form-control ~ input::-moz-placeholder, #enterPass .form-floating > .form-control ~ input::-moz-placeholder, #addPostcard .form-floating > .form-control ~ input::-moz-placeholder {
  color: var(--Neutral-Color-Neutral-Color-700, #5B5B5B);
  font-family: "Vela Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 18.2px */
  letter-spacing: -0.07px;
}
#requestCall .form-floating > .form-control ~ input::placeholder, #enterPass .form-floating > .form-control ~ input::placeholder, #addPostcard .form-floating > .form-control ~ input::placeholder {
  color: var(--Neutral-Color-Neutral-Color-700, #5B5B5B);
  font-family: "Vela Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 18.2px */
  letter-spacing: -0.07px;
}
#requestCall p.text-center, #enterPass p.text-center, #addPostcard p.text-center {
  color: #5B5B5B !important;
}
#requestCall .btn-close, #enterPass .btn-close, #addPostcard .btn-close {
  background-image: none !important;
}
#requestCall .btn-close img, #enterPass .btn-close img, #addPostcard .btn-close img {
  width: 20px;
  height: 20px;
}
#requestCall .checkbox, #enterPass .checkbox, #addPostcard .checkbox {
  position: relative;
}

.invalid-feedback.--dialog-error {
  position: absolute;
  top: 20px;
}
.invalid-feedback.--dialog-error .invalid-feedback-block {
  padding: 16px;
  background: #FFF;
  max-width: 220px;
  font-family: "Vela Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 21px */
  letter-spacing: -0.07px;
  color: #27272A;
  position: relative;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
  border-radius: 12px;
}
.invalid-feedback.--dialog-error .invalid-feedback-block img {
  position: absolute;
  top: -17px;
}

.form-control.is-valid, .was-validated .form-control:valid {
  background-image: none !important;
}

@media (max-width: 525px) {
  #requestCall, #addPostcard {
    z-index: 9999;
  }
  #requestCall .modal-dialog, #addPostcard .modal-dialog {
    margin: 0;
  }
  #requestCall .modal-dialog-centered, #addPostcard .modal-dialog-centered {
    min-height: 100%;
    align-items: stretch;
  }
  #requestCall .modal-content, #addPostcard .modal-content {
    border-radius: 0;
    border: none;
  }
  #requestCall .modal-body, #addPostcard .modal-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 525px) {
  #authModal {
    z-index: 9999;
  }
  #authModal .modal-dialog {
    margin: 0;
  }
  #authModal .modal-dialog-centered {
    min-height: 100%;
    align-items: stretch;
  }
  #authModal .modal-content {
    border-radius: 0;
    border: none;
  }
  #authModal .modal-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #authModal .tab-pane ul {
    padding: 0;
  }
}

@media (max-width: 525px) {
  #enterPass {
    z-index: 9999;
  }
  #enterPass .modal-dialog {
    margin: 0;
  }
  #enterPass .modal-dialog-centered {
    min-height: 100%;
    align-items: stretch;
  }
  #enterPass .modal-content {
    border-radius: 0;
    border: none;
  }
  #enterPass .modal-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #enterPass .form-group-block {
    gap: 6px;
    justify-content: center;
  }
}

.footer {
  margin-top: 120px;
  padding-bottom: 5px;
}

.footer-top {
  display: flex;
  gap: clamp(48px, 3vw, 60px);
  padding-bottom: 56px;
  border-bottom: 1px solid #F4F4F5;
}
@media (max-width: 768px) {
  .footer-top {
    flex-direction: column;
    padding-bottom: 32px;
  }
}

.footer-top-call {
  max-width: 370px;
  width: 100%;
  gap: 20px;
}
.footer-top-call h4 {
  max-width: 300px;
  margin-bottom: 28px;
  font-weight: 600;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 21.6px */
  letter-spacing: -0.18px;
}

.footer-top-info .footer-phone {
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 116%; /* 37.12px */
  letter-spacing: -0.32px;
  transition: all ease 0.3s;
}
@media (any-hover: hover) {
  .footer-top-info .footer-phone:hover {
    color: #3F3F46;
  }
}
.footer-top-info .footer-mail {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  transition: all ease 0.3s;
}
@media (any-hover: hover) {
  .footer-top-info .footer-mail:hover {
    color: #3F3F46;
  }
}
.footer-top-info p {
  font-weight: 600;
  margin-bottom: 0;
}

.footer-body {
  margin-top: 32px;
  display: flex;
  gap: clamp(40px, 3vw, 60px);
  padding-bottom: 56px;
  border-bottom: 1px solid #F4F4F5;
}
@media (max-width: 768px) {
  .footer-body {
    flex-direction: column;
    padding-bottom: 32px;
  }
}
@media (max-width: 525px) {
  .footer-body {
    flex-direction: column-reverse;
  }
}

.footer-body-social {
  max-width: 370px;
  width: 100%;
}
@media (max-width: 525px) {
  .footer-body-social {
    flex-direction: column-reverse !important;
    gap: 28px;
  }
}
.footer-body-social ul {
  padding-left: 0;
}
.footer-body-social ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #F4F4F5;
  border-radius: 50%;
  transition: all ease 0.3s;
}
.footer-body-social ul li a svg path {
  transition: all ease 0.2s;
}
@media (any-hover: hover) {
  .footer-body-social ul li a.vk:hover {
    background: #0079FF;
  }
  .footer-body-social ul li a.vk:hover svg path {
    fill: #fff;
  }
}
@media (any-hover: hover) {
  .footer-body-social ul li a.telegram:hover {
    background: #22A4DE;
  }
  .footer-body-social ul li a.telegram:hover svg path {
    fill: #fff;
  }
}
@media (any-hover: hover) {
  .footer-body-social ul li a.whatsapp:hover {
    background: #00CE46;
  }
  .footer-body-social ul li a.whatsapp:hover svg path {
    fill: #fff;
  }
}
@media (any-hover: hover) {
  .footer-body-social ul li a.viber:hover {
    background: #7F4DA0;
  }
  .footer-body-social ul li a.viber:hover svg path {
    fill: #fff;
  }
}

.footer-body-nav {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 525px) {
  .footer-body-nav {
    grid-template-columns: repeat(1, 1fr);
  }
}

.footer-body-nav-block h5 {
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 600;
}
.footer-body-nav-block ul {
  padding-left: 0;
}
.footer-body-nav-block ul li {
  font-weight: 500;
}
.footer-body-nav-block ul li:not(:last-child) {
  margin-bottom: 16px;
}

.footer-bottom {
  margin-top: 32px;
  display: flex;
  gap: clamp(48px, 3vw, 60px);
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .footer-bottom {
    flex-direction: column;
    margin-bottom: 80px;
    gap: 36px;
  }
}

.footer-bottom-copir {
  max-width: 370px;
  width: 100%;
}

.footer-bottom-nav ul {
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 36px;
}
@media (max-width: 1150px) {
  .header-top-info__work {
    display: none;
  }
  .header-top-info__adress {
    display: none;
  }
}
@media (max-width: 768px) {
  .header-top-links {
    display: none !important;
  }
  .mobile-navigation {
    display: block;
    z-index: 15;
  }
  .user-actions {
    display: none !important;
  }
  .button-search-mobile .bi {
    font-size: 24px;
  }
}
@media (max-width: 475px) {
  .modal-footer .btn-large {
    width: 100%;
  }
  .see-all {
    width: 100%;
    border-radius: 8px;
    font-size: 16px;
    height: 52px;
  }
}
/* Скрыть стандартную иконку очистки */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-moz-search-clear-button {
  -webkit-appearance: none;
  appearance: none;
  display: none;
}

#searchModal input {
  padding-left: 14px !important;
  font-family: "Vela Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px; /* 100% */
  letter-spacing: -0.14px;
  height: 44px;
}
#searchModal .btn.search {
  top: 4px;
}
#searchModal .reset-search {
  position: absolute;
  top: 15px;
  right: 50px;
  transition: opacity ease 0.3s;
}
#searchModal .reset-search img {
  width: 14px;
}
@media (max-width: 525px) {
  #searchModal .reset-search img {
    width: 16px;
  }
}
@media (max-width: 525px) {
  #searchModal .reset-search {
    top: 10px;
    right: 13px;
    display: none;
  }
}
@media (any-hover: hover) {
  #searchModal .reset-search:hover {
    opacity: 0.7;
  }
}

.review-block {
  padding-top: 20px;
}

.--cabinet-page h1 {
  display: none;
}
.--cabinet-page .cabinet-top {
  display: none !important;
}

#order-details h2.mb-4 {
  font-family: "Vela Sans", sans-serif;
  font-size: clamp(26px, 3.2vw, 32px);
  font-style: normal;
  font-weight: 600;
  line-height: 116%; /* 37.12px */
  letter-spacing: -0.32px;
}

.order-page .options__text {
  width: 100%;
}
.order-page .form-check-label {
  transition: all ease 0.3s;
}
@media (any-hover: hover) {
  .order-page .form-check-label:hover {
    opacity: 0.7;
  }
}
.order-page .bonuses-card-block .fw-light {
  font-family: "Vela Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600 !important;
  line-height: 120%; /* 21.6px */
  letter-spacing: -0.18px;
}
.order-page .order-form-add .pb-2.fw-semibold {
  font-family: "Vela Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 24px */
  letter-spacing: -0.2px;
}
.order-page .order-form-add .mt-1.fw-light {
  color: #3F3F46;
}

.position-absolute.top-50.end-0.me-3.translate-middle-y.p-0.text-decoration-none.fs-5.icon-password.hidden-password {
  top: 30px !important;
}

.position-absolute.top-50.end-0.me-3.translate-middle-y.p-0.text-decoration-none.fs-5.icon-password.show-password {
  top: 30px !important;
}

.product-card .product-card-slaider-wrapper .images-product__thumbs .swiper-slide.swiper-slide-thumb-active img {
  border-radius: 8px !important;
}

.menu-burger.active.categories {
  transition: none !important;
}

@media (max-width: 768px) {
  .offcanvas-backdrop.show, .offcanvas-backdrop.fade.mobile-show {
    opacity: 0 !important;
    display: none;
  }
}

/* Скрываем оффканвас на мобильных и показываем как фиксированный блок */
@media (max-width: 768px) {
  /* Отключаем анимацию Bootstrap */
  .offcanvas {
    transition: none !important;
  }
  /* Прячем стандартный оффканвас */
  #cartOffcanvas {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    /* bottom: 71px; */
    width: 100%;
    background: white;
    z-index: 10000;
  }
  /* Класс для показа */
  #cartOffcanvas.show {
    display: flex !important;
  }
  /* Затемнение фона */
}
@media (min-width: 769px) {
  /* Восстанавливаем стандартное поведение */
  #cartOffcanvas {
    display: flex;
  }
}
.nav-link.--active-link .nav-link-block img {
  opacity: 1;
}
.nav-link.--active-link > span {
  color: #27272A !important;
}
.nav-link.--active-link .nav-link-block svg path {
  fill: #27272A !important;
}

.menu-burger-all .category-section > a {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 24px */
  letter-spacing: -0.2px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: 7%; /* 1.28px */
  text-underline-offset: 19%; /* 3.04px */
  text-underline-position: from-font;
}

.alert-cart-container {
  position: fixed;
  bottom: 0;
  right: 20px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-end;
  width: 288px;
}

.alert-cart-container .alert.alert-success {
  position: relative;
  margin: 0;
  width: 100%;
  flex-shrink: 0;
  background: #fff;
  border-radius: 14px;
  padding: 24px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06), 0 4px 20px rgba(0, 0, 0, 0.04);
  border: none;
  font-size: 16px;
}

.alert-cart-container .alert.alert-success p a {
  text-decoration: none;
}

.alert.alert-success a {
  font-weight: 600;
  color: rgba(91, 91, 91, 1);
  text-decoration: underline;
}

.badge--favorite img.fav-liked {
  display: none;
}
.badge--favorite.liked img.fav {
  display: none !important;
}
.badge--favorite.liked img.fav-liked {
  display: block !important;
}

/* Оверлей оформления заказа (как при пересчёте корзины) */
.checkout-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.9);
  transition: opacity 0.2s ease;
}
.checkout-overlay.is-visible {
  display: flex;
}
.checkout-overlay__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.checkout-overlay__spinner {
  width: 48px;
  height: 48px;
  border: 4px solid #F4F4F5;
  border-top-color: #27272A;
  border-radius: 50%;
  animation: checkout-spin 0.8s linear infinite;
}
.checkout-overlay__text {
  margin: 0;
  font-family: "Vela Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #27272A;
}
@keyframes checkout-spin {
  to {
    transform: rotate(360deg);
  }
}

#confirmOrder .modal-header, .modal-footer {
  border-bottom: none;
  border-top: none;
  
}
#confirmOrder .modal-content {
  padding: clamp(30px, 6vw, 60px)  clamp(20px, 5vw, 80px);
}
#confirmOrder .modal-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-bottom: none;
}
#confirmOrder .modal-footer {
  margin-top: clamp(20px, 3.6vw, 36px);
  justify-content: center;
}
#confirmOrder .modal-footer .btn {
  width: fit-content !important;
}
#confirmOrder .modal-footer .btn:hover {
  color: #FFF;
}
#confirmOrder .modal-body__image {
margin-bottom: clamp(20px, 3.6vw, 36px);;
}
#confirmOrder .modal-body__title {
  font-family: "Vela Sans";
  font-size: clamp(26px, 3.2vw, 32px);
  font-style: normal;
  font-weight: 600;
  line-height: 116%; /* 37.12px */
  letter-spacing: -0.32px;
  margin-bottom: 20px;
  text-align: center;
}
#confirmOrder .modal-body__text {
  font-family: "Vela Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 25.6px */
  letter-spacing: -0.08px;
  color: #5B5B5B;
  text-align: center;
}
#confirmOrder .btn-close {
  position: absolute;
  top: 24px;
  right: 24px;
}

@media (max-width: 768px) {
  
  .mono-bouquets__slider .swiper-wrapper {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 4px;
  }
  
  .mono-bouquets__slider button {
    position: absolute;
    width: 36px;
    height: 36px;
    padding: 6px 11px;
    right: 12px;
    bottom: -12px;
    border-radius: 5px;
    border: 1px solid #fff;
  }
  
}

/* Sitemap Styles */
.sitemap-page {
  padding: 30px 0 50px;
}

.sitemap-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 24px;
  margin-top: 24px;
}

.sitemap-section {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.3s ease;
}

.sitemap-section:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.sitemap-section-title {
  font-family: "Vela Sans", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #0E1117;
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 2px solid #F4F4F5;
  display: flex;
  align-items: center;
  gap: 8px;
}

.sitemap-section-title i {
  color: #0E1117;
  font-size: 20px;
}

.sitemap-categories {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.sitemap-category-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.sitemap-link-primary {
  font-family: "Vela Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #0E1117;
  text-decoration: none;
  padding: 6px 10px;
  border-radius: 6px;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 6px;
  background: #F4F4F5;
}

.sitemap-link-primary:hover {
  background: #FFDDD3;
  color: #0E1117;
  transform: translateX(2px);
}

.sitemap-link-primary i {
  font-size: 14px;
  color: #0E1117;
}

.sitemap-link-primary:hover i {
  color: #0E1117;
}

.sitemap-subcategories {
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin-left: 16px;
  margin-top: 2px;
}

.sitemap-link-secondary {
  font-family: "Vela Sans", sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #5B5B5B;
  text-decoration: none;
  padding: 4px 8px;
  border-radius: 4px;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 5px;
}

.sitemap-link-secondary:hover {
  color: #0E1117;
  background: #FFDDD3;
  transform: translateX(2px);
}

.sitemap-link-secondary i {
  font-size: 12px;
}

.sitemap-subcategories-level3 {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-left: 16px;
  margin-top: 2px;
}

.sitemap-link-tertiary {
  font-family: "Vela Sans", sans-serif;
  font-size: 12px;
  color: #7A7A7A;
  text-decoration: none;
  padding: 3px 8px;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.sitemap-link-tertiary:hover {
  color: #0E1117;
  background: #FFDDD3;
  transform: translateX(2px);
}

.sitemap-links-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 12px;
}

.sitemap-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px 16px;
  background: #F4F4F5;
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.3s ease;
  text-align: center;
  min-height: 100px;
}

.sitemap-card:hover {
  background: #FFDDD3;
  color: #0E1117;
  transform: translateY(-4px);
  box-shadow: 0 6px 20px rgba(255, 221, 211, 0.4);
}

.sitemap-card i {
  font-size: 32px;
  margin-bottom: 10px;
  color: #0E1117;
  transition: all 0.3s ease;
}

.sitemap-card:hover i {
  color: #0E1117;
  transform: scale(1.1);
}

.sitemap-card span {
  font-family: "Vela Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #0E1117;
  transition: color 0.3s ease;
}

.sitemap-card:hover span {
  color: #0E1117;
}

@media (max-width: 768px) {
  .sitemap-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .sitemap-links-grid {
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  }
  
  .sitemap-section {
    padding: 16px;
  }
  
  .sitemap-section-title {
    font-size: 18px;
  }
  
  .sitemap-categories {
    gap: 6px;
  }
  
  .sitemap-link-primary {
    font-size: 13px;
    padding: 5px 8px;
  }
}

#custom-order-field-2 .input-group {
  padding-right: 0;
  z-index: 1;
}

#input-custom-field-2 {
  z-index: 1;
}

#custom-order-field-2 i {
  position: absolute;
  right: 10px;
  z-index: 0;
}

.text_empty {
  font-weight: 600;
  font-size: 32px;
  line-height: 1.15;
  letter-spacing: -1%;
}

.delivery-message {
  padding-top: 20px;
  font-size: 14px !important;
}

/* Bootstrap datetimepicker в стиле HTML5 */
.input-group.date .form-control[type="text"],
.input-group.datetime .form-control[type="text"],
input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  min-height: calc(1.5em + 0.75rem + 2px);
}

input[type="date"].form-control::-webkit-calendar-picker-indicator,
input[type="time"].form-control::-webkit-calendar-picker-indicator,
input[type="datetime-local"].form-control::-webkit-calendar-picker-indicator {
  cursor: pointer;
  opacity: 0.6;
}

input[type="date"].form-control:focus,
input[type="time"].form-control:focus,
input[type="datetime-local"].form-control:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* Виджет bootstrap-datetimepicker — стиль HTML5 (как на втором скрине) */
.bootstrap-datetimepicker-widget {
  padding: 0.75rem;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  background: #fff;
  font-size: 0.875rem;
  max-width: 100%;
  box-sizing: border-box;
}

.bootstrap-datetimepicker-widget .datepicker-days table {
  width: 100%;
  table-layout: fixed;
}

/* Квадратные ячейки и квадратное выделение выбранной даты (как в нативном HTML5) */
.bootstrap-datetimepicker-widget .datepicker-days table thead th,
.bootstrap-datetimepicker-widget .datepicker-days table tbody td {
  border-radius: 0;
  padding: 0.45rem 0.35rem;
  box-sizing: border-box;
}

.bootstrap-datetimepicker-widget .timepicker-picker table td {
  border-radius: 0.25rem;
}

.bootstrap-datetimepicker-widget .datepicker-days table tbody td.day:hover,
.bootstrap-datetimepicker-widget .timepicker-picker .btn:hover {
  background-color: #e9ecef;
}

.bootstrap-datetimepicker-widget .datepicker-days table tbody td.active,
.bootstrap-datetimepicker-widget .datepicker-days table tbody td.active:hover {
  background-color: #0d6efd;
  color: #fff;
  border-radius: 0;
}

/* Шапка в стиле HTML5: заголовок как выпадающий список, стрелки вверх/вниз */
.bootstrap-datetimepicker-widget .picker-switch {
  border: 1px solid #ced4da;
  background: #fff;
  border-radius: 0.25rem;
  padding: 0.25rem 0.5rem;
  cursor: pointer;
}

.bootstrap-datetimepicker-widget .picker-switch:hover {
  background-color: #f8f9fa;
  border-color: #adb5bd;
}

.bootstrap-datetimepicker-widget .prev,
.bootstrap-datetimepicker-widget .next {
  border: none;
  background: transparent;
  color: #212529;
  border-radius: 0.25rem;
}

.bootstrap-datetimepicker-widget .prev:hover,
.bootstrap-datetimepicker-widget .next:hover {
  background-color: #e9ecef;
}

/* Кнопки внизу: «Удалить» и «Сегодня» */
.bootstrap-datetimepicker-widget .list-unstyled {
  border-top: 1px solid #dee2e6;
  margin-top: 0.5rem;
  padding-top: 0.5rem;
  display: flex;
  gap: 0.5rem;
  justify-content: flex-end;
}

.bootstrap-datetimepicker-widget .list-unstyled li a,
.bootstrap-datetimepicker-widget [data-action] {
  display: inline-block;
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  color: #212529;
  background: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  text-decoration: none;
  cursor: pointer;
}

.bootstrap-datetimepicker-widget .list-unstyled li a:hover,
.bootstrap-datetimepicker-widget [data-action]:hover {
  background-color: #e9ecef;
  border-color: #adb5bd;
}

.bootstrap-datetimepicker-widget .timepicker-picker .btn {
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  background: #fff;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
  border-radius: 0.25rem;
}

@media (max-width: 768px) {
.pagination-more {
  padding: 0 16px;
}
}

#form-testimonial .bi-star-fill {
  color: #FF4870;
}

.js-product-price-current.price-animate,
  .js-product-price-old.price-animate {
    animation: pricePop 0.45s ease-out;
  }
@keyframes pricePop {
  0% { transform: scale(1); opacity: 1; }
  45% { transform: scale(1.08); opacity: 0.85; }
  100% { transform: scale(1); opacity: 1; }
}