@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "FuterBeta";
  src: url("../fonts/ONYFuturBeta-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "FuturBold";
  src: url("../fonts/ONYFutur-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Rouble";
  src: url("../fonts/rouble-webfont.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}
/*==========  Desktop First  ==========*/
/*==========  Mobile First  ==========*/
.pd {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mg {
  margin-top: 40px;
  margin-bottom: 40px;
}

.bg-white {
  background-color: #fff;
}

.link_color {
  color: #93b7bb;
  text-decoration: underline;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
  -webkit-text-fill-color: #000 !important; /* цвет текста */
  transition: background-color 5000s ease-in-out 0s; /* отключает анимацию фона */
}

* {
  box-sizing: border-box;
}

body {
  color: #292623;
}

a {
  text-decoration: none;
}

.page-wrap {
  padding-top: 160px;
  padding-bottom: 30px;
}
@media (max-width: 992px) {
  .page-wrap {
    padding-top: 95px;
  }
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "FuturBold";
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 999;
}

.overlay.active {
  opacity: 1;
  visibility: visible;
}

.custom-select {
  position: relative;
  width: 250px;
  user-select: none;
}
@media (max-width: 576px) {
  .custom-select {
    width: 170px;
  }
}
.qvp{
  display: flex;
  gap: 10px;
}
.custom-select-button {
  width: 100%;
  padding: 12px 16px;
  background-color: white;
  cursor: pointer;
  display: flex;
  white-space: nowrap;
  justify-content: flex-end;
  gap: 0px 11px;
  align-items: center;
  transition: all 0.2s ease;
  font-size: 18px;
}
@media (max-width: 576px) {
  .custom-select-button {
    font-size: 14px;
    line-height: 1.2;
  }
}

.custom-select-button-active {
  border-color: #007bff;
}

.custom-select-arrow {
  width: 12px;
  height: 12px;
  transition: transform 0.2s ease;
  background: url("../images/icons/select-arrow.svg") no-repeat;
}

.custom-select-arrow-up {
  transform: rotate(180deg);
}

.custom-select-list {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: white;
  margin-top: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.2s ease;
  z-index: 1000;
  max-height: 300px;
  overflow-y: auto;
}

.custom-select-list-open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.custom-select-item {
  padding: 12px 16px;
  cursor: pointer;
  font-size: 18px;
  transition: background-color 0.15s ease;
}

.custom-select-item:last-child {
  border-bottom: none;
}

.custom-select-item:hover {
  background-color: #f8f9fa;
}

.custom-select-item-selected {
  background-color: #e3f2fd;
  color: #292623;
  position: relative;
}

.custom-select-item-selected::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 16px;
  width: 12px;
  height: 12px;
  transition: transform 0.2s ease;
  background: url("../images/icons/select-checked.svg") no-repeat;
}

/* Скрытый оригинальный select для доступности */
.custom-select-original {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* Пагинация*/
.catalog-pagi {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.catalog-pagi .pagination {
  display: flex;
  gap: 5px;
}
.catalog-pagi .active {
  background-color: rgba(195, 214, 237, 0.3);
}

.pagination-item {
  border-radius: 5px;
  display: inline-block;
  padding: 4px 9px;
  color: #292623;
  font-size: 18px;
  text-align: center;
}
.pagination-item a {
  color: #292623;
}
.pagination-item:hover {
  background-color: rgba(195, 214, 237, 0.3);
}

.pagination-arrow span {
  display: block;
  width: 28px;
  height: 26px;
  background: url("../images/icons/pagi-arrow.svg") center center no-repeat;
}
.pagination-arrow.bx-pag-prev span  {
  display: block;
  width: 28px;
  height: 26px;
  transform: rotate(180deg);
  background: url("../images/icons/pagi-arrow.svg") center center no-repeat;
}
.pagination-arrow:hover {
  background-color: transparent;
}

.related-button {
  border-radius: 25px;
  padding: 8px 24px;
  border: 1px solid #292623;
  color: #292623;
  font-size: 12px;
}

.dark-btn {
  background-color: #292623;
  border: 1px solid #292623;
  color: #fff;
  outline: none;
  padding: 15px 26px;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s linear;
}
.dark-btn:hover {
  color: #292623;
  background-color: #fff;
}

.brd-btn {
  border: 1px solid #292623;
  color: #292623;
  background-color: transparent;
  padding: 15px 12px;
  border-radius: 5px;
  width: 50%;
  cursor: pointer;
  transition: all 0.3s linear;
}
@media (max-width: 992px) {
  .brd-btn {
    background-color: #fff;
    z-index: 9;
    width: calc((100% - 10px) / 2);
  }

}
.brd-btn:hover {
  background-color: #292623;
  color: #fff;
  outline: none;
}

/* ========================= */
/* 🔹 ВСЕ ОБЩИЕ СТИЛИ ДЛЯ ВСЕГО САЙТА */
/* ========================= */
/* Для Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: rgba(150, 150, 150, 0.4) transparent;
}

/* Для WebKit (Chrome, Safari, Edge) */
*::-webkit-scrollbar {
  width: 4px; /* ← ТОЧНО ТОНКИЙ! */
  height: 4px;
}

*::-webkit-scrollbar-track {
  background: transparent;
}

*::-webkit-scrollbar-thumb {
  background-color: rgba(150, 150, 150, 0.4);
  border-radius: 10px;
  border: none;
  box-shadow: none;
}

/* При наведении — чуть светлее */
*::-webkit-scrollbar-thumb:hover {
  background-color: rgba(150, 150, 150, 0.6);
}

/* Для плавности (опционально) */
* {
  scroll-behavior: smooth;
}

.popup-window {
  border-radius: 5px !important;
  padding: 25px 40px !important;
  font-family: "FuterBeta";
}
.popup-window .popup-window-titlebar-text {
  text-align: center !important;
  display: block !important;
  padding: 0px !important;
  font-size: 16px !important;
  color: #292623 !important;
  font-weight: normal !important;
  font-family: "FuterBeta" !important;
}
.popup-window .popup-window-with-titlebar .popup-window-content {
  padding-top: 10px;
}
.popup-window .btn-primary {
  background-color: #292623;
  color: #fff;
  display: inline-block;
  padding: 15px;
  border-radius: 5px;
  transition: all 0.3s linear;
}
.popup-window .btn-primary:hover {
  background-color: #333;
}
.popup-window .popup-window-buttons {
  padding-top: 0px !important;
}
.popup-window p {
  font-size: 16px;
}

.order-page .bx_soa_location .bx-ui-sls-route::placeholder {
  color: transparent;
}

.burger {
  color: #fff;
}

.header-button {
  border: none;
  background-color: transparent;
  width: 36px;
  height: 36px;
  cursor: pointer;
  position: relative;
}
.header-button svg {
  color: #fff;
  width: 24px;
  height: 24px;
}

.btn-mobil{
  display: none;
  gap:5px;
  width: auto;
  margin-bottom: 7px;
}
@media (max-width: 992px) {
  .btn-mobil{
    display: flex;
  }
}

.btn-mobil svg{
  color: initial;
}
.btn-mobil-txt{
  text-transform: uppercase;
  display: flex;
  align-items: center;
}

.site-search {
  padding: 16px 90px 30px 60px;
  position: fixed;
  width: 100%;
  z-index: 1000;
  background-color: #fff;
  box-shadow: 0 9px 11px rgba(0, 0, 0, 0.09);
  opacity: 0;
  transform: translateY(-100%);
  pointer-events: none;
  transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .site-search {
    padding: 15px 15px 15px 15px;
  }
}
@media (max-width: 992px) {
  .site-search {
    padding: 15px 15px 15px 15px;
  }
}

.site-search-active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  position: fixed;
  top: 0;
}

.site-search-inner {
  width: 100%;
  display: flex;
  align-items: flex-start;
}

.site-search-input-wrapper {
  width: 100%;
  position: relative;
}
.site-search-input-wrapper svg {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 15px;
  width: 16px;
  height: 16px;
  z-index: 5;
}
@media (max-width: 576px) {
  .site-search-input-wrapper svg {
    left: 5px;
  }
}

.site-search-input {
  padding: 14px 140px 14px 37px;
  font-size: 16px;
  border: 1px solid #a4a4a4;
  border-radius: 5px;
  width: 100%;
  outline: none;
}
@media (max-width: 768px) {
  .site-search-input {
    padding: 10px 15px 10px 25px;
  }
}

.site-search-button {
  font-size: 16px;
  padding: 14px 36px;
  border-radius: 4px;
  border: none;
  outline: none;
  cursor: pointer;
}
@media (max-width: 576px) {
  .site-search-button {
    padding: 12px 11px;
    font-size: 14px;
  }
}

.site-search-button__dark {
  background-color: #292623;
  color: #fff;
  transition: all 0.3s linear;
}
.site-search-button__dark:hover {
  background: #333;
}

.site-search-button__light {
  background: transparent;
  transition: all 0.3s linear;
}
.site-search-button__light:hover {
  text-decoration: underline;
}

.site-search-button-wrapper {
  display: flex;
  gap: 10px;
  margin-left: 16px;
}

.site-search-popular-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 15px;
}
.site-search-popular-wrapper .new-slider-item-icon-btn {
  opacity: 1;
}
.site-search-popular-wrapper .new-slider-item:hover .new-slider-item__price-inner {
  opacity: 1;
}

.footer {
  background-color: #f6f6f6;
  padding: 80px 64px 40px 64px;
}
@media (max-width: 768px) {
  .footer {
    padding: 30px 15px 15px 15px;
  }
}

.footer-logo {
  font-size: 90px;
  max-width: 240px;
  margin-bottom: 40px;
  height: auto;
}
.footer-logo a {
  display: flex;
}
.footer-logo img{
  width: 100%;
  height: auto;
}
.footer-logo svg {
  width: 100%;
  height: auto;
}
@media (max-width: 576px) {
  .footer-logo {
    max-width: 140px;
  }
}

.footer-menu-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: auto;
}
@media (max-width: 768px) {
  .footer-menu-wrapper {
    flex-direction: column;
  }
}

.footer-menu {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}

.footer-menu-item {
  min-width: 120px;
  max-width: 220px;
}
.footer-menu-item ul {
  list-style: none;
  display: flex;
  gap: 2px;
  flex-direction: column;
  margin: 0px;
  padding: 0px;
}
.footer-menu-item ul a {
  color: #a4a4a4;
  text-decoration: none;
  text-transform: uppercase;
  user-select: none;
  letter-spacing: 0.14px;
  padding: 3px 0px;
  display: inline-block;
}

.footer-menu-title {
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 0.16px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
@media (max-width: 576px) {
   .footer-menu{
    flex-direction: column;
    gap: 20px;
    width: 100%;
  }
  .footer-menu-item{
    min-width: none;
    max-width: none;
    width: 100%;
  }
  .footer-menu-title {
    font-size: 14px;
  }
  .js-menu-drop{
    border-bottom: 1px solid #292623;
    cursor: pointer;
    position: relative;
    }
  .js-menu-drop::after{
    content: "^";
    display: block;
    transform: rotate(180deg);
    position: absolute;
    right: 15px;
    bottom: 50%;
    font-size: 22px;
  }
  .footer-menu-title:not(.js-menu-drop){
    display: none;
  }
  .footer-menu-title:not(.js-menu-drop) + .footer-menu-subitems{
    max-width: 220px;
  }
  .footer-menu-title:not(.js-menu-drop) + .footer-menu-subitems ul,
  .footer-menu-title:not(.js-menu-drop) + .footer-menu-subitems ul div{
    display: flex;
    justify-content: space-between;    
    flex-direction: row;
    margin-bottom: 7px;
    width: 100%;
  }
  .footer-menu-title:not(.js-menu-drop) + .footer-menu-subitems ul a{
    color: #292623;;
  }
  .footer-subscription{
    margin-top: 20px;
  }
  .js-menu-drop+.footer-menu-subitems{
    display: none;
  }
  .js-menu-drop+.footer-menu-subitems.visible{
    display: block;
  }
}

.footer-menu-subitems {
  font-size: 14px;
}

.footer-subscription {
  max-width: 516px;
  min-width: 300px;
  -ms-flex: 1;
  flex: 1;
  margin-left: 64px;
}
@media (max-width: 992px) {
  .footer-subscription {
    margin-left: 30px;
  }
}
@media (max-width: 768px) {
  .footer-subscription {
    margin-left: 0px;
  }
  .footer-menu-title:not(.js-menu-drop) + .footer-menu-subitems ul,
  .footer-menu-title:not(.js-menu-drop) + .footer-menu-subitems ul div{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-bottom: 7px;
    width: 100%;
    gap: 20px;
  }
}

.footer-subscription-text {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.16px;
  margin: 0 0 30px 0;
}

.footer-subscription-input {
  background: 0 0;
  border: none;
  border-bottom: 1px solid #dad8d7;
  padding: 0 0 8px 0;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.36px;
  width: 100%;
  outline: 0;
}

.footer-subscription-agreement {
  margin: 20px 0 0 0;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.14px;
  color: #a4a4a4;
}
.footer-subscription-agreement a {
  color: inherit;
  text-decoration: underline;
}

.footer-subscription-btn-wrap {
  margin: 20px 0 0 0;
}
.footer-subscription-btn-wrap button {
  color: inherit;
  font-family: inherit;
  position: relative;
  width: 100%;
  height: 52px;
  border: 1px solid #292623;
  border-radius: 5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.32px;
  background-color: transparent;
  transition: all 0.2s;
  user-select: none;
  cursor: pointer;
  max-width: 350px;
}
.footer-subscription-btn-wrap button:hover {
  color: #fff;
  background-color: #292623;
}

.footer-bottom {
  border-top: 1px solid rgba(76, 78, 83, 0.15);
  padding-top: 22px;
  margin-top: 40px;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-bottom-social {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 4px;
  column-gap: 28px;
}
.footer-bottom-social a {
  text-decoration: none;
  transition: all 0.1s ease-in-out;
  color: #292623;
  user-select: none;
}
.footer-bottom-social a:hover {
  text-decoration: underline;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  transition: transform 0.01s ease, background-color 0.01s ease;
  transform: translateY(0);
}
header.header--hidden {
  transform: translateY(-100%);
}
@media (max-width: 992px) {
  header {
    background-color: #fff;
    color: #292623 !important;
  }
  header .header-nav {
    margin-top: 0px !important;
  }
  header a {
    color: #292623 !important;
  }
  header svg {
    color: #292623 !important;
  }
  header .burger {
    color: #292623 !important;
  }
  header .header-logo svg {
    max-width: 128px;
    color: #292623 !important;
    fill: #292623 !important;
  }
}
header.header--scrolled {
  background-color: #fff !important;
  color: #292623 !important;

}
header.header--scrolled .header-nav {
  margin-top: 0px !important;
}
header.header--scrolled a {
  color: #292623 !important;
}
header.header--scrolled svg {
  color: #292623 !important;
}
header.header--scrolled .burger {
  color: #292623 !important;
}
header.header--scrolled .header-logo svg {
  color: #292623;
  fill: #292623;
}
header.header--scrolled .header-logo {
  display: none;
}
header a:hover {
  text-decoration: underline;
}

.header-logo svg {
  width: 215px;
  height: 30px;
  color: #fff;
  fill: #fff;
}

.home .header {
  color: #fff;
  transition: all 0.1s linear;
}
.home .header a {
  color: #fff;
}
.home .header svg {
  color: #fff;
}
.home .header .burger {
  color: #fff;
}
.home .header .header-logo a svg {
  color: #fff;
  fill: #fff;
}


.home .header--light {
  color: #fff;
  transition: all 0.1s linear;
}
.home .header--light a,
.home .header--light svg,
.home .header--light .burger {
  color: #fff;
}
.home .header--light .header-logo a svg{
  fill: #fff;
}
.home .header--dark {
  color: #000;
  transition: all 0.1s linear;
}
.home .header--dark a,
.home .header--dark svg,
.home .header--dark .burger {
  color: #000;
}
.home .header--dark .header-logo a svg{
  fill: #000;
}


header.header--scrolled .header-logo a svg {
  color: #292623;
  fill: #292623;
}

.header-nav-item:hover .header, .burger:hover .header{
  background-color: #fff;
  color: #292623 !important;
}

.home .header:hover {
  background-color: #fff;
  color: #292623 !important;
}
.home .header:hover a {
  color: #292623;
}
.home .header:hover svg {
  color: #292623;
}
.home .header:hover .burger {
  color: #292623;
}
.home .header:hover .header-logo svg {
  color: #292623;
  fill: #292623;
}

.header-transparent .header {
  background-color: transparent;
  color: #292623;
  transition: all 0.3s linear;
}
.header-transparent .header a {
  color: #292623;
}
.header-transparent .header svg {
  color: #292623;
}
.header-transparent .header .burger {
  color: #292623;
}
.header-transparent .header .header-logo svg {
  color: #292623;
  fill: #292623;
}
.header-transparent .header:hover {
  background-color: #fff;
  color: #292623 !important;
}
.header-transparent .header:hover a {
  color: #292623;
}
.header-transparent .header:hover svg {
  color: #292623;
}
.header-transparent .header:hover .burger {
  color: #292623;
}
.header-transparent .header:hover .header-logo svg {
  color: #292623;
  fill: #292623;
}

.header {
  padding: 30px 30px 30px 30px;
  color: #292623;
}
@media (max-width: 992px) {
  .header {
    padding: 15px;
  }
}
.header a {
  color: #292623;
  text-decoration: none;
}
.header svg {
  color: #292623;
}
.header .burger {
  color: #292623;
}
/*.home .header.header--scrolled .header-logo a svg {
  color: #292623;
  fill: #292623;
}*/
.header .header-logo a svg {
  color: #292623;
  fill: #292623;
}

.header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .header-top {
    justify-content: flex-start;
  }
}

.burger {
  border: none;
  outline: none;
  background-color: transparent;
  position: relative;
  width: 36px;
  height: 36px;
  color: #fff;
  margin: 0 auto 0 0;
  cursor: pointer;
  transition: color 0.2s, top 0.2s;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-gap: 6px;
  gap: 6px;
  padding: 6px;
  -ms-flex-order: 1;
  order: 1;
}
.burger span {
  background: currentColor;
  display: block;
  width: 100%;
  height: 2px;
}

.header-nav {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .header-nav {
    display: none;
  }
}
.header-nav ul {
  margin: 0px;
}

.header-nav-list {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-nav-list a {
  padding: 0px 15px;
}

.header-logo {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .header-logo {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 12;
  }
}
.header-burger{
  width: 200px;
}
.header-button-wrapper {
  display: flex;
  gap: 5px;
  position: relative;
  width: 200px;
  justify-content: flex-end;
}
.search-button.no-mob{
  display: block;
}
.search-button.mob{
  display: none;
}
@media (max-width: 992px) {
  .header-burger {
    width: 90px;
    display: flex;
    flex-direction: row-reverse;
  }
  .search-button.no-mob{
    display: none;
  }
  .search-button.mob{
    display: block;
  }
  .header-button-wrapper{
    width: 100%;
  }
  .header-search-open{
    margin-right: auto;
  }
  .open-login-btn{
    display: none;
  }
}
@media (max-width: 576px) {
  .header-button-wrapper {
    gap: 0px;
  }
  .header-button-wrapper svg {
    width: 80%;
  }
  .footer-subscription-btn-wrap button{
    max-width: 100%;
  }
}

.menu-has-child a {
  position: relative;
}
.menu-has-child::before {
  content: "";
  position: absolute;
  top: calc(100% - 30px);
  left: 0;
  width: 100%;
  height: 0px;
  background: transparent;
}
.menu-has-child:hover:before {
  height: 30px;
}
.menu-has-child:hover .dropdown-menu-wrapper {
  opacity: 1;
  max-height: 10000px;
  visibility: visible;
  pointer-events: auto;
}
.menu-has-child:hover .dropdown-menu-wrapper li {
  transform: translateY(0px);
}

.dropdown-menu-wrapper {
  padding-bottom: 25px;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background-color: #fff;
  width: 100%;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: opacity 0.35s ease, max-height 0.35s ease;
  pointer-events: none;
}
.dropdown-menu-wrapper ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
.dropdown-menu-wrapper ul li {
  margin-bottom: 12px;
  transform: translateY(20px);
  transition: transform 0.35s ease, opacity 0.35s ease;
}
.dropdown-menu-wrapper ul a {
  color: #292623 !important;
  font-size: 14px;
}

.dropdown-menu {
  max-width: 760px;
  gap: 30px;
  display: flex;
  margin: 0 auto;
  justify-content: center;
}

.dropdown-column {
  width: 100px;
}

.sidebar {
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #cccccc transparent;
  padding: 70px 20px 50px 35px;
  letter-spacing: 0.14px;
  position: fixed;
  top: 0;
  left: -390px;
  width: 390px;
  height: 100vh;
  background: white;
  transition: left 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  z-index: 1000;
  overflow-y: auto;
  box-shadow: 2px 0 20px rgba(0, 0, 0, 0.1);
}
@media (max-width: 576px) {
  .sidebar {
    width: 340px;
    left: -340px;
  }
}
.sidebar .sidebar-header {
  position: relative;
  margin-bottom: 43px;
}
.sidebar .close-btn {
  position: absolute;
  right: 25px;
  top: 20px;
  width: 30px;
  height: 30px;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 24px;
  color: #666;
}
.sidebar .close-btn:before, .sidebar .close-btn:after {
  content: "";
  width: 22px;
  height: 1px;
  background: currentColor;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -11px;
  transform: rotate(45deg);
}
.sidebar .close-btn:after {
  transform: rotate(-45deg);
}
.sidebar .city-info {
  margin-bottom: 20px;
  display: flex;
}
.sidebar .city-label {
  font-size: 12px;
  text-transform: uppercase;
}
.sidebar .city-name {
  color: #007bff;
  font-size: 14px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  color: #93b7bb;
  position: relative;
  padding-right: 14px;
}
.sidebar .city-name:after {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  border: 1px solid currentColor;
  border-right-color: transparent;
  border-top-color: transparent;
  transform: rotate(-45deg);
  position: absolute;
  right: 0;
  top: 50%;
  margin: -4px 0 0 0;
  transform-origin: 25% 75%;
  transition: transform 0.1s ease;
}
.sidebar .menu {
  padding: 0;
  margin-top: 0px;
}
.sidebar .menu-item {
  list-style: none;
  display: inline;
  user-select: none;
}
.sidebar .menu-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0px;
  color: #333;
  text-decoration: none;
  font-size: 16px;
  transition: all 0.2s ease;
  cursor: pointer;
}
.sidebar .dropdown-item .menu-link {
  position: relative;
  display: inline-block;
  padding-right: 18px;
}
.sidebar .dropdown-item .menu-link:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border: 1px solid #565a7d;
  border-right-color: transparent;
  border-top-color: transparent;
  transform: rotate(-45deg);
  position: absolute;
  right: 0;
  top: 9px;
  transform-origin: 25% 75%;
  transition: transform 0.2s;
}
.sidebar .menu-link:hover {
  text-decoration: underline;
}
.sidebar .menu-arrow {
  font-size: 12px;
  transition: transform 0.3s ease;
  color: #999;
}
.sidebar .menu-item.active .menu-arrow {
  transform: rotate(180deg);
}
.sidebar .submenu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.sidebar .menu-item.active .submenu {
  max-height: 500px;
}
.sidebar .submenu-item {
  padding: 8px 16px;
  color: #292623;
  cursor: pointer;
  transition: all 0.2s ease;
  display: block;
}
.sidebar .submenu-item:hover {
  text-decoration: underline;
}
.sidebar .submenu-item:last-child {
  border-bottom: none;
}
.sidebar .section-title {
  padding: 20px 40px 10px;
  color: #c8860d;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.sidebar .contact-info {
  margin-top: 20px;
}
.sidebar .contact-item {
  line-height: 140%;
  letter-spacing: 0.14px;
  color: #292623;
  margin-bottom: 20px;
}
.sidebar .contact-item span {
  line-height: 140%;
  letter-spacing: 0.14px;
  color: #a4a4a4;
  margin-bottom: 5px;
  display: block;
}
.sidebar .contact-item a {
  color: #292623;
  text-decoration: none;
  display: block;
}
.sidebar .contact-item a:hover {
  text-decoration: underline;
}
.sidebar .contact-note {
  font-size: 14px;
  color: #a4a4a4;
  margin-top: 10px;
  line-height: 1.4;
}
.sidebar .contact-note a {
  color: #5f94d3;
  text-decoration: none;
}
.sidebar .write-us-btn {
  background: none;
  border: none;
  font-size: 14px;
  cursor: pointer;
  margin-top: 10px;
  padding: 0px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.sidebar .write-us-btn svg {
  width: 15px;
  height: 15px;
}
.sidebar .contact-socials {
  margin-top: 10px;
  margin-bottom: 80px;
}
.sidebar .contact-socials a {
  display: inline-block;
}
.sidebar .app-title {
  text-transform: uppercase;
}
.sidebar .qr-code {
  width: 100px;
  height: 100px;
  background: #333;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 12px;
  margin: 14px 6px;
}
.sidebar .qr-code img {
  width: 100%;
  height: auto;
}
.sidebar .app-section-info {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin: 0 0 5px 0;
  color: #a4a4a4;
}
.sidebar .app-stores {
  display: flex;
  gap: 10px;
}
.sidebar .social-section {
  margin-top: 18px;
}
.sidebar .social-title {
  font-size: 14px;
  color: #a4a4a4;
  margin-bottom: 7px;
}
.sidebar .social-links {
  display: flex;
  gap: 15px;
}
.sidebar .social-link {
  width: 24px;
  height: 24px;
}
.sidebar .social-link:hover {
  background: #007bff;
  color: white;
}

.sidebar.active {
  left: 0;
}

#cart-button {
  position: relative;
}

.cart-button-badge {
  width: 20px;
  height: 20px;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: -5px;
  top: 0;
  line-height: 1;
  font-size: 12px;
  font-family: "FuturBold";
  color: #292623;
  background-color: #c3d6ed;
  border-radius: 50%;
  z-index: 2;
}

.mobile-burger-nav {
  display: none;
}
@media (max-width: 992px) {
  .mobile-burger-nav {
    display: block;
  }
}

.big-section {
  aspect-ratio: 21/9;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(211, 205, 205);
}
@media (max-width: 768px) {
  .big-section {
    aspect-ratio: unset;
    height: 460px;
  }
}

.big-section-innder {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.big-section-innder-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 140%;
}
@media (max-width: 768px) {
  .big-section-innder-logo span {
    font-size: 20px;
  }
}
.big-section-innder-logo img {
  max-width: 215px;
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .big-section-innder-logo img {
    max-width: 64px;
  }
}

.big-section-catalog {
  color: #fff;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.16px;
  display: flex;
  gap: 4px;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 576px) {
  .big-section-catalog {
    font-size: 14px;
  }
}
.big-section-catalog a {
  color: #fff;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.big-section-catalog svg {
  width: 32px;
  height: 32px;
}

.brand-section {
  min-height: 820px;
  display: flex;
  background-color: #f6f6f6;
}
@media (max-width: 992px) {
  .brand-section {
    justify-content: center;
    min-height: 490px;
  }
}

.brand-left {
  flex: 0 0 50%;
  background-size: cover;
  background-position: right;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 80px;
  font-weight: 500;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .brand-left {
    display: none;
  }
}

.brand-right {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 50%;
  padding: 30px 0px;
}

.brand-right-inner {
  max-width: 440px;
  font-size: 22px;
  color: #292623;
  line-height: 140%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}
@media (max-width: 992px) {
  .brand-right-inner {
    font-size: 16px;
  }
}
.brand-right-inner p {
  margin-top: 0px;
  margin-bottom: 25px;
}
.brand-right-inner img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: auto;
  max-width: 360px;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .brand-right-inner img {
    font-size: 15px;
  }
}
.brand-right-inner a {
  color: #292623;
  display: flex;
  align-items: center;
  text-decoration: none;
  line-height: 1;
  gap: 8px;
}
.brand-right-inner a svg {
  width: 32px;
  height: 32px;
}

.index-catalog-section {
  padding-left: 30px;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .index-catalog-section {
    margin-bottom: 30px;
    padding-right: 30px;
  }
}

.index-catalog-item {
  display: block;
  text-decoration: none;
  min-width: 300px;
}

.index-catalog-item-image {
  display: flex;
}
.index-catalog-item-image img {
  object-fit: cover;
  width: 100%;
  height: 400px;
}

.index-catalog-item-category {
  margin-top: 10px;
  line-height: 150%;
  letter-spacing: 0.16px;
  color: #292623;
  text-decoration: none;
  line-height: 150%;
  letter-spacing: 0.16px;
}
@media (max-width: 992px) {
  .index-catalog-item-category {
    font-size: 16px;
  }
}

.new-section {
  padding-left: 30px;
}
@media (max-width: 576px) {
  .new-section {
    padding-left: 15px;
  }
  .index-catalog-item-image img {
    height: 350px;
  }
}
@media (max-width: 450px) {

  .index-catalog-item-image img {
    height: 300px;
  }
}
@media (max-width: 350px) {

  .index-catalog-item-image img {
    height: 250px;
  }
}

.new-title-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 12px;
  padding-right: 30px;
}
@media (max-width: 576px) {
  .new-title-wrapper {
    padding-right: 15px;
  }
}

@media (max-width: 576px) {
  .new-title {
    font-size: 14px;
  }
}

.new-title-link a {
  color: #292623;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: color 0.3s linear;
}
@media (max-width: 576px) {
  .new-title-link a {
    font-size: 14px;
  }
}
.new-title-link a svg path {
  transition: all 0.3s linear;
}
.new-title-link a:hover {
  color: #91a6bf;
}
.new-title-link a:hover svg path {
  fill: #91a6bf;
}

.new-slider-item {
  background-color: #f9f8f7;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding-bottom: 10px;
}

/* .swiper-slide.new-slider-item {
  height: 425px;
  min-width: 330px
} */
.new-slider-item a {
  display: block;
}

.new-slider-item-image {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  /* padding-top: 45px; */
  padding-top: 25px;
}
div.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
  bottom: -50px;
}
.new-slider-item-image img {
  width: 100%;
  height: auto;
}

.BigCartSwiper {
  overflow: hidden !important;
  position: relative;
}
.cart-pagination {
  position: absolute;
  opacity: 0;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: space-between;
  padding: 0px 18px;
  overflow: hidden !important;
  z-index: 4;
  box-sizing: border-box;
  display: flex;
  bottom: 25px;
}
@media (max-width: 992px) {
  .cart-pagination {
    opacity: 1;
    height: 5px;
  }
  div.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 35px;
  }
}
.cart-pagination .swiper-pagination-bullet-active:before {
  background-color: #c3d6ed !important;
}
.cart-pagination .swiper-pagination-bullet {
  height: 100%;
  width: 100%;
  opacity: 1;
  background-color: transparent;
  position: relative;
}
.cart-pagination .swiper-pagination-bullet:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #ebebeb;
  transition: background-color 0.2s;
  position: absolute;
  bottom: 60px;
}
@media (max-width: 992px) {
  .cart-pagination .swiper-pagination-bullet:before {
    bottom: 0;
  }
}

.new-slider-item__icons {
  position: absolute;
  z-index: 15;
  right: 18px;
  top: 15px;
}
@media (max-width: 768px) {
  .new-slider-item__icons {
    right: 0px;
    top: 9px;
  }
}

.new-slider-item__label {
  color: #91a6bf;
  line-height: 150%;
  letter-spacing: 0.16px;
  position: absolute;
  top: 15px;
  left: 18px;
  z-index: 15;
}
@media (max-width: 768px) {
  .new-slider-item__label {
    font-size: 12px;
  }
}

.new-slider-item-icon-active {
  display: none;
}

.new-slider-item-icon-btn {
  border: none;
  outline: none;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: opacity 0.2s linear;
  opacity: 0;
}
@media (max-width: 992px) {
  .new-slider-item-icon-btn {
    opacity: 1;
  }
}
.new-slider-item-icon-btn svg {
  width: 32px;
  height: 32px;
  color: #91a6bf;
}
.new-slider-item-icon-btn:hover .new-slider-item-icon-normal {
  display: none;
}
.new-slider-item-icon-btn:hover .new-slider-item-icon-active {
  display: inline-block;
}
.new-slider-item-icon-btn.wishlist-added .new-slider-item-icon-normal {
  display: none;
}
.new-slider-item-icon-btn.wishlist-added .new-slider-item-icon-active {
  display: inline-block;
}
.new-slider-item__footer {
  padding-left: 18px;
  padding-right: 18px;
  margin-top: 10px;
  padding-bottom: 0px;
}
@media (max-width: 768px) {
  .new-slider-item__footer {
    margin-top: 5px;
  }
}

.new-slider-item__prices {
  color: #292623;
  font-size: 14px;
  line-height: 1.4em;
  letter-spacing: 0.14px;
  text-transform: uppercase;
  text-align: left;
  white-space: nowrap;
  z-index: 2;
  transition: opacity 0.3s linear;
  position: relative;
}
@media (max-width: 992px) {
  .new-slider-item__prices {
    opacity: 1;
  }
}

.new-slider-item:hover .catalog-item__fast {
  opacity: 1 !important;
}
.new-slider-item:hover .new-slider-item__price-inner {
  opacity: 0;
}
@media (max-width: 992px) {
  .new-slider-item:hover .new-slider-item__price-inner {
    opacity: 1;
  }
}
.new-slider-item:hover .cart-pagination,
.new-slider-item:hover .new-slider-item__prices,
.new-slider-item:hover .new-slider-item-icon-btn {
  opacity: 1;
}

.hero-section {
  height: 100vh;
}
@media (max-width: 576px) {
  .hero-section {
    height: 100vh;
    height: 100dvh;
  }
}
.hero-section .swiper-slide {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 1500px) {
  .hero-section .swiper-slide, .hero-section {
    height: 90vh;
  }
}
@media (max-width: 1300px) {
  .hero-section .swiper-slide, .hero-section {
    height: 80vh;
  }
}
@media (max-width: 1200px) {
  .hero-section .swiper-slide, .hero-section {
    height: 75vh;
  }
}
@media (max-width: 1100px) {
  .hero-section .swiper-slide, .hero-section {
    height: 70vh;
  }
}
@media (max-width: 980px) {
  .hero-section .swiper-slide, .hero-section {
    height: 65vh;
  }
}
@media (max-width: 576px) {
  .hero-section .swiper-slide, .hero-section {
    height: 60vh;
    margin-bottom: 30px;
  }
}

.hero-slide-title.light{
  color: #fff;
}
.hero-slide-title.dark{
  color: #000;
}
.hero-slide-title h2 {
  text-align: center;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  margin: 0px;
}
@media (max-width: 768px) {
  .hero-slide-title h2 {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.hero-slide-title p {
  text-align: center;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  margin: 0;
}
@media (max-width: 768px) {
  .hero-slide-title p {
    font-size: 16px;
    font-weight: normal;
  }
}

.swiper {
  position: relative;
}

.custom-pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
  position: absolute;
  bottom: 30px;
  z-index: 4;
  width: calc(100% - 60px);
  padding: 0px 30px;
  width: 100%;
}

.progress-bar {
  width: 100%;
  height: 20px;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
}
.progress-bar::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 2px;
  transition: background-color 0.3s ease;
}
.progress-bar .progress-fill {
  position: absolute;
  left: 0;
  width: 0%;
  height: 2px;
  background-color: white;
  border-radius: 2px;
  transition: width 0.1s ease;
}
.progress-bar:hover::before {
  background-color: rgba(255, 255, 255, 0.4);
}

@keyframes progressFill {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.progress-bar.active .progress-fill {
  animation: progressFill 7s linear forwards;
}

.hero-slider-next,
.hero-slider-prev {
  position: absolute;
  top: 0;
  width: 100px;
  height: 100%;
  left: 0;
  z-index: 3;
  display: none;
  cursor: pointer;
  overflow: hidden;
  display: block;
}
.hero-slider-next:before,
.hero-slider-prev:before {
  background: #000;
  content: "";
  display: block;
  width: 50px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.8;
  z-index: 1;
  transition: transform 0.2s ease;
}
.hero-slider-next:after,
.hero-slider-prev:after {
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -5px;
  z-index: 2;
  transition: transform 0.2s ease;
}

.hero-slider-next {
  left: auto;
  right: 0;
}
.hero-slider-next:before {
  transform: translateX(50px);
  left: auto;
  right: 0;
}
.hero-slider-next:after {
  background: url("../images/icons/arrow-next.svg") no-repeat;
  background-size: 13px 13px;
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  transform: translateX(50px);
  left: auto;
  right: 15px;
}
.hero-slider-next:hover:before {
  transform: translateX(0);
}
.hero-slider-next:hover:after {
  transform: translateX(0);
}

.hero-slider-prev:before {
  transform: translateX(-50px);
}
.hero-slider-prev:after {
  background: url("../images/icons/arrow-prev.svg") no-repeat;
  background-size: 13px 13px;
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  transform: translateX(-50px);
}
.hero-slider-prev:hover:before {
  transform: translateX(0);
}
.hero-slider-prev:hover:after {
  transform: translateX(0);
}

@media (max-width: 768px) {
  .swiper-slide {
    height: 300px;
    font-size: 20px;
  }
  .progress-bar {
    width: 60px;
    height: 3px;
  }
  .swiper-button-next,
  .swiper-button-prev {
    width: 35px;
    height: 35px;
  }
  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 14px;
  }
}
.hero-slide {
  position: relative;
  overflow: hidden;
  background: none;
}

.hero-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: inherit;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: scale(1);
  transform-origin: center;
  animation: bgZoom 8s ease-in-out infinite alternate;
  z-index: -1;
}

@keyframes bgZoom {
  0%   { transform: scale(1); }
  100% { transform: scale(1.1); }
}
.cart-popup1{
  position: fixed;
  z-index: 999;
  top: 60px;
  right: 40px;
  width: 320px;
  background: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px 10px 10px;
  -webkit-box-shadow: 0px 0px 13px 0px rgba(127, 135, 141, 0.37);
  -moz-box-shadow: 0px 0px 13px 0px rgba(127, 135, 141, 0.37);
  box-shadow: 0px 0px 13px 0px rgba(127, 135, 141, 0.37);

}
.cart-popup1_image img{
  width: 80px;
  height: 80px;
}
/* Overlay для popup */
.cart-popup.cart-popup--active {
  opacity: 1;
  visibility: visible;
}

/* Основной контейнер корзины */
.cart-popup__container {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  transform: translateX(100%);
  transition: transform 0.4s linear;
  display: flex;
  flex-direction: column;
  padding: 80px 38px 30px 32px;
}
@media (max-width: 1400px) {
  .cart-popup__container {
    padding: 45px 15px 15px 15px;
  }
}

.cart-popup--active .cart-popup__container {
  transform: translateX(0);
}

/* Шапка корзины */
.cart-popup__header {
  padding: 0px 5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.cart-popup__info-title-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 0px 45px;
}
@media (max-width: 576px) {
  .cart-popup__info-title-wrapper {
    font-size: 14px;
    gap: 0px 25px;
  }
}

.cart-popup__title {
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 45px;
}
@media (max-width: 576px) {
  .cart-popup__title {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
.cart-popup__title span {
  color: #a4a4a4;
  font-size: 18px;
}

.cart-popup__close {
  position: absolute;
  right: 25px;
  top: 20px;
  width: 30px;
  height: 30px;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 24px;
  color: #666;
}
.cart-popup__close:before, .cart-popup__close:after {
  content: "";
  width: 22px;
  height: 1px;
  background: currentColor;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -11px;
  transform: rotate(45deg);
}
.cart-popup__close:after {
  transform: rotate(-45deg);
}

.cart-popup__close:hover {
  color: #000;
}

/* Контент корзины */
.cart-popup__content {
  flex: 1;
  overflow-y: auto;
  padding: 20px;
  display: flex;
}
@media (max-width: 1400px) {
  .cart-popup__content {
    padding: 0px;
  }
}
@media (max-width: 992px) {
  .cart-popup__content {
    flex-direction: column;
  }
}

.cart-popup__details {
  flex: 0 0 50%;
  padding: 0;
}

/* Товары */
.cart-popup__items {
  margin-bottom: 30px;
  flex: 0 0 50%;
  padding: 0 5%;
}
@media (max-width: 992px) {
  .cart-popup__items {
    padding: 0;
  }
}

.cart-popup__item {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f0f0f0;
}

.cart-popup__item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

/* Чекбокс товара */
.cart-popup__checkbox {
  margin-top: 10px;
}

.cart-popup__checkbox input {
  width: 18px;
  height: 18px;
  cursor: pointer;
}

/* Изображение товара */
.cart-popup__image {
  width: 130px;
  height: 170px;
  background: #ececec;
  flex-shrink: 0;
}
@media (max-width: 576px) {
  .cart-popup__image {
    width: 100px;
    height: 140px;
  }
}
.cart-popup__image a {
  display: block;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cart-popup__image img {
  width: 100%;
  height: 100%;
  max-width: 100px;
  object-fit: contain;
  object-position: center;
}

/* Информация о товаре */
.cart-popup__info {
  flex: 1;
}

.cart-popup__name {
  margin-bottom: 8px;
  line-height: 1.3;
  color: #292623;
  display: block;
}

.cart-popup__code {
  font-size: 12px;
  color: #999;
}

.cart-popup__options {
  display: flex;
  gap: 15px;
  margin-bottom: 10px;
  align-items: flex-start;
}
@media (max-width: 576px) {
  .cart-popup__options {
    flex-wrap: wrap;
    gap: 5px 15px;
  }
}

/* Размер */
.cart-popup__size {
  position: relative;
}

.cart-popup__size-single {
  text-transform: uppercase;
  line-height: 17px;
  padding: 14px 0 0;
  font-size: 14px;
}

.cart-popup__size-label {
  font-size: 14px;
  margin-bottom: 4px;
  display: block;
}

.cart-popup__size-select {
  appearance: none;
  background: white;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 6px 24px 6px 8px;
  font-size: 13px;
  cursor: pointer;
  min-width: 60px;
}

/* Количество */
.cart-popup__quantity {
  position: relative;
  flex-basis: calc(30% - 15px);
}

.cart-popup__quantity-label {
  font-size: 14px;
  margin-bottom: 8px;
  display: block;
}

.cart-popup__quantity-select {
  appearance: none;
  background: white;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 6px 24px 6px 8px;
  font-size: 13px;
  cursor: pointer;
  min-width: 60px;
}

/* Цена товара */
.cart-popup__price {
  text-align: right;
  margin-top: 10px;
}
@media (max-width: 576px) {
  .cart-popup__price {
    font-size: 16px;
  }
}

.cart-popup__price-value {
  font-size: 18px;
  white-space: nowrap;
}
@media (max-width: 576px) {
  .cart-popup__price-value {
    font-size: 16px;
  }
}

/* Действия с товаром */
.cart-popup__actions {
  flex-basis: calc(40% - 15px);
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}
@media (max-width: 576px) {
  .cart-popup__actions {
    flex-basis: 100%;
    justify-content: flex-start;
  }
}

.cart-popup__favorite {
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cart-popup__favorite svg {
  width: 30px;
  height: auto;
}

.cart-popup__favorite:hover {
  color: #000;
}

.cart-popup__remove {
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cart-popup__remove svg {
  width: 20px;
  height: auto;
}

.cart-popup__remove:hover {
  color: #ff4444;
}

/* Блок с деталями заказа */
.cart-popup__details-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}

.cart-popup__promo {
  margin-bottom: 20px;
}

.cart-popup__promo-label {
  width: 100%;
  font-size: 16px;
  line-height: 16px;
  padding: 4px 0;
  margin-bottom: 10px;
}

.cart-popup__promo-input {
  width: 100%;
  border: none;
  outline: none;
  padding: 10px 10px 10px 0px;
  border-bottom: 1px solid #a4a4a4;
  font-size: 16px;
  margin-bottom: 8px;
}

.cart-popup__loyalty {
  margin-bottom: 20px;
  display: flex;
  gap: 30px;
  justify-content: space-between;
}

.cart-popup__loyalty-text {
  font-size: 14px;
  color: #666;
  margin-bottom: 8px;
}
.cart-popup__loyalty-text svg {
  width: 18px;
  height: 18px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  line-height: 22px;
  margin-right: 10px;
  fill: #666;
  max-width: 100%;
  max-height: 100%;
  pointer-events: none;
}
.cart-popup__loyalty-text svg path {
  fill: #666;
}

.cart-popup__loyalty-status {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.cart-popup__loyalty-button {
  background: #a4bbd8;
  color: #292623;
  border: none;
  padding: 10px;
  border-radius: 4px;
  cursor: pointer;
  height: 34px;
  font-size: 14px;
  width: 100%;
  text-align: center;
  max-width: 300px;
  transition: all 0.3s linear;
}
.cart-popup__loyalty-button:hover {
  background-color: #d3deeb;
}

/* Итоги */
.cart-popup__summary {
  margin-bottom: 20px;
}

.cart-popup__summary-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  font-size: 14px;
}

.cart-popup__summary-row--total {
  font-size: 18px;
  padding-top: 8px;
}

.cart-popup__delivery-note {
  margin-bottom: 35px;
  text-align: right;
}

/* Кнопка оформления */
.cart-popup__checkout {
  background: #292623;
  color: white;
  padding: 16px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 18px;
  width: 100%;
  font-weight: 500;
  transition: all 0.3s linear;
}

.cart-popup__checkout:hover {
  background: #333;
}

/* Адаптивность */
@media (max-width: 768px) {
  .cart-popup__container {
    width: 100%;
  }
  .cart-popup__loyalty-button{
    width: 50%;
  }
}
/* Кастомный select */
.cart-custom-select {
  width: auto;
  width: 75px;
  border-radius: 5px;
}
.cart-custom-select .custom-select-button {
  padding: 4px 6px;
  border: 1px solid #91a6bf;
  border-radius: 5px;
}
.cart-custom-select .custom-select-item-selected::after {
  display: none;
}
.cart-custom-select .custom-select-button {
  justify-content: space-between;
}
.cart-custom-select .custom-select-button span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 20px;
  line-height: 20px;
}

.cart-popup__remove-all {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 15px;
}

.cart-popup__remove-all-btn {
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
  transition: all 0.1s linear;
}
.cart-popup__remove-all-btn:hover {
  color: #a4a4a4;
}
.cart-popup__remove-all-btn span {
  color: #a4a4a4;
}

.empty-items {
  margin-top: 30px;
  margin-bottom: 30px;
}

.empty-cart {
  text-align: center;
  padding: 0px 30px;
}
@media (max-width: 768px) {
  .empty-cart {
    padding: 0px 20px;
  }
}

.empty-cart-title {
  font-size: 22px;
  letter-spacing: 0.16px;
  margin-bottom: 15px;
  font-weight: 400;
  font-family: "FuterBeta";
}

.popup-filter-button {
  background-color: #333;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 16px;
  margin-bottom: 20px;
}

.smart-filter-section {
  color: #292623;
}
.smart-filter-section span {
  color: #292623;
}

.popup-filter-button:hover {
  background-color: #555;
}

.popup-filter-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: none;
}

.popup-filter-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 985px;
  height: 100%;
  background-color: white;
  z-index: 1001;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  padding: 30px;
  user-select: none;
}

.popup-filter-modal.open {
  transform: translateX(0);
}

.popup-filter-close-button {
  background: none;
  border: none;
  font-size: 36px;
  cursor: pointer;
  padding: 5px;
  position: absolute;
  right: 9px;
  top: 5px;
  z-index: 30;
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup-filter-close-button::before, .popup-filter-close-button::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 2px;
  background-color: #292623;
  transition: background-color 0.2s ease, transform 0.25s ease;
}
.popup-filter-close-button::before {
  transform: rotate(45deg);
}
.popup-filter-close-button::after {
  transform: rotate(-45deg);
}

.popup-filter-close-button:hover {
  color: #000;
}

.popup-filter-content {
  flex: 1;
  overflow-y: auto;
  display: flex;
}

.popup-filter-nav {
  width: 435px;
  flex-shrink: 0;
  padding-left: 30px;
}

.popup-filter-nav-item {
  display: flex;
  justify-content: space-between;
  padding: 15px 20px;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.2s ease;
  font-size: 18px;
  align-items: center;
}

.popup-filter-nav-item:hover {
  color: #000;
}

.popup-filter-nav-item.active {
  font-weight: 700;
  background: rgba(195, 214, 237, 0.3);
}
.popup-filter-nav-item span{
  font-size: 12px;
}
.popup-filter-sections {
  flex: 1;
  position: relative;
}

.popup-filter-section {
  display: none;
  padding: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}

.popup-filter-section.active {
  display: block;
}

.popup-filter-options {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-left: 22px;
  padding-right: 30px;
}

.popup-filter-option {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
}

.popup-filter-option input[type=checkbox] {
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.sidefilter-color {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #ddd;
  flex-shrink: 0;
}

.popup-filter-option label {
  cursor: pointer;
  flex: 1;
}

.popup-filter-footer {
  padding: 20px;
  background-color: #fff;
}

.popup-filter-show-results-btn {
  width: 100%;
  background-color: #333;
  color: white;
  border: none;
  padding: 15px;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
  margin-bottom: 10px;
}

.popup-filter-show-results-btn:hover {
  background-color: #555;
}

.popup-filter-reset-btn {
  width: 100%;
  background: none;
  border: none;
  padding: 10px;
  font-size: 14px;
  cursor: pointer;
  text-decoration: underline;
}

.popup-filter-reset-btn:hover {
  color: #000;
}

.popup-filter-left {
  border-right: 1px solid #eee;
  padding-right: 30px;
}

/* Базовые элементы аккордеона */
.pf-acc-header {
  display: none; /* на десктопе заголовки аккордеона не нужны */
}

.pf-acc-panel {
  overflow: visible;
}

/* Мобильный режим */
@media (max-width: 768px) {
  .popup-filter-modal {
    width: 100%;
    padding: 0;
  }
  /* Контейнер модалки делаем колонкой и даём прокрутку контенту */
  .popup-filter-modal .popup-filter-content {
    display: flex;
    flex-direction: column;
    height: 100vh;
  }
  /* Спрятать левое меню, но оставить футер с кнопками */
  .popup-filter-left {
    order: 2;
  }
  .popup-filter-nav {
    display: none;
  }
  /* Футер прижимаем внизу модалки */
  .popup-filter-footer {
    position: sticky;
    bottom: 0;
    background: #fff;
    padding: 12px;
    display: flex;
    gap: 8px;
    box-shadow: 0 -6px 18px rgba(0, 0, 0, 0.06);
    z-index: 2;
  }
  /* Секции — над футером, прокручиваются */
  .popup-filter-sections {
    order: 1;
    overflow: auto;
    padding: 45px 16px 16px;
    position: static;
  }
  .popup-filter-close-button {
    right: 9px;
    top: 5px;
  }
  /* Включаем аккордеон */
  .pf-mobile .popup-filter-section {
    padding: 0;
    position: static;
    display: block !important;
    height: auto;
  }
  .pf-mobile .pf-acc-header {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 0;
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: 18px;
  }
  .pf-acc-chevron {
    width: 9px;
    height: 9px;
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
    display: inline-block;
    transform: rotate(45deg);
    transition: transform 0.25s ease;
    margin-right: 10px;
  }
  .popup-filter-section.is-open .pf-acc-chevron {
    transform: rotate(225deg);
  }
  .pf-mobile .pf-acc-panel {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.25s ease;
  }
  .pf-mobile .popup-filter-section.is-open .pf-acc-panel {
    max-height: 1000px;
  }
  .pf-mobile .pf-acc-panel .popup-filter-options {
    padding: 8px 0 16px;
    gap: 15px;
    padding-left: 0;
    padding-right: 0;
  }
  /* На мобилке класс .active от десктопной навигации игнорируем */
  .pf-mobile .popup-filter-section.active .pf-acc-panel {
    /* ничего не делаем, управляем .is-open */
  }
}
.popup-filter-option input[type=checkbox],
.popup-filter-option input[type=radio] {
  width: 18px;
  height: 18px;
  cursor: pointer;
}

.popup-filter-option label {
  cursor: pointer;
  font-size: 16px;
  color: #333;
}

/* Стили для ценового слайдера */
.price-range-header {
  font-weight: 600;
  margin-bottom: 15px;
  color: #333;
}

.price-inputs {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.price-input {
  flex: 1;
  text-align: center;
  font-size: 16px;
  color: #666;
}

.price-input input {
  width: 100%;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
  text-align: center;
  font-size: 16px;
}

.price-separator {
  color: #666;
  font-size: 14px;
  margin-top: 15px;
}

.range-slider {
  position: relative;
  height: 6px;
  background: #e0e0e0;
  border-radius: 3px;
  margin: 10px 0;
}

.range-track {
  position: absolute;
  height: 6px;
  background: #c3d6ed;
  border-radius: 3px;
}

.range-input {
  position: absolute;
  width: 100%;
  height: 6px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.range-input::-webkit-slider-thumb {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #c3d6ed;
  border: 2px solid #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  pointer-events: all;
  -webkit-appearance: none;
}

.range-input::-moz-range-thumb {
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #c3d6ed;
  border: 2px solid #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  pointer-events: all;
  -moz-appearance: none;
}

/* Стили для радио кнопок брендов */
.brand-filter-header {
  font-weight: 600;
  margin-bottom: 15px;
  color: #333;
}

.brand-option {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 0;
}

.brand-option input[type=radio] {
  width: 18px;
  height: 18px;
  accent-color: #292623;
}

.brand-option label {
  font-size: 16px;
  color: #333;
  cursor: pointer;
  width: 100%;
}

.brand-option.selected {
  background: #e3f2fd;
  border-radius: 4px;
  padding: 8px 12px;
}

/* Popup Login */
.popup-login {
  position: fixed;
  top: 0;
  right: -565px;
  width: 565px;
  height: 100%;
  background: #ffffff;
  z-index: 1000;
  transition: right 0.4s ease;
  overflow-y: auto;
  display: flex;
  justify-content: center;
  padding: 60px 80px;
}
@media (max-width: 768px) {
  .popup-login {
    padding: 25px 15px;
    width: 576px;
  }
}
@media (max-width: 576px) {
  .popup-login {
    right: -100%;
    width: 100%;
  }
}

.popup-login.active {
  right: 0;
}

.popup-login__container {
  width: 100%;
  max-width: 300px;
}

.popup-login__close,
.popup-forgot__close {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #292623;
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 15px;
  top: 18px;
}
.popup-login__close:before, .popup-login__close:after,
.popup-forgot__close:before,
.popup-forgot__close:after {
  content: "";
  width: 22px;
  height: 1px;
  background: currentColor;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -11px;
  transform: rotate(45deg);
}
.popup-login__close:after,
.popup-forgot__close:after {
  transform: rotate(-45deg);
}

.popup-login__close::before {
  transform: rotate(45deg);
}

.popup-login__close::after {
  transform: rotate(-45deg);
}

.popup-login__title {
  font-size: 20px;
  text-align: center;
  margin-bottom: 50px;
  font-weight: normal;
  letter-spacing: 0.2px;
  font-family: "FuterBeta";
}

.popup-login__form {
  display: flex;
  flex-direction: column;
}

.popup-login__input {
  width: 100%;
  padding: 15px 0;
  border: none;
  border-bottom: 1px solid #e0e0e0;
  color: #333;
  background: transparent;
  margin-bottom: 30px;
  transition: border-color 0.3s;
}

.popup-login__input::placeholder {
  color: #999;
}

.popup-login__input:focus {
  outline: none;
  border-bottom-color: #333;
}

.popup-login__forgot {
  text-align: center;
  margin-bottom: 40px;
}

.popup-login__forgot-link {
  color: #5f94d3;
  white-space: nowrap;
  cursor: pointer;
  text-decoration: none;
  transition: color 0.3s;
  background-color: transparent;
  border: none;
  outline: none;
}

.popup-login__forgot-link:hover {
  color: #5a8bc4;
}

.popup-login__submit {
  width: 100%;
  padding: 14px;
  background: #292623;
  color: #fff;
  border: none;
  font-size: 14px;
  letter-spacing: 0.4px;
  cursor: pointer;
  transition: background 0.3s;
  margin-bottom: 30px;
  border-radius: 5px;
}

.popup-login__submit:hover {
  background: #555;
}

.popup-login__checkbox-wrapper {
  display: flex;
  align-items: flex-start;
}

.popup-login__checkbox {
  width: 18px;
  height: 18px;
  min-width: 18px;
  margin-right: 10px;
  cursor: pointer;
}

.popup-login__checkbox-text {
  font-size: 13px;
  line-height: 1.2;
  user-select: none;
}

.popup-login__checkbox-text a {
  color: #333;
  text-decoration: underline;
}

/* Popup Forgot */
.popup-forgot {
  position: fixed;
  top: 0;
  right: -565px;
  max-width: 565px;
  height: 100%;
  background: #ffffff;
  z-index: 1001;
  transition: right 0.4s ease;
  overflow-y: auto;
}

.popup-forgot.active {
  right: 0;
}

.popup-forgot__container {
  padding: 60px 80px;
  position: relative;
}

.popup-forgot__title {
  font-size: 20px;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-weight: normal;
  font-family: "FuterBeta";
}

.popup-forgot__description {
  text-align: center;
  margin-bottom: 50px;
  line-height: 1.6;
}

.popup-forgot__form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.popup-forgot__input {
  width: 100%;
  padding: 15px 0;
  border: none;
  border-bottom: 1px solid #e0e0e0;
  color: #333;
  background: transparent;
  margin-bottom: 50px;
  transition: border-color 0.3s;
}

.popup-forgot__input::placeholder {
  color: #999;
}

.popup-forgot__input:focus {
  outline: none;
  border-bottom-color: #333;
}

.popup-forgot__submit {
  width: 100%;
  padding: 14px;
  background: #292623;
  color: #fff;
  border: none;
  font-size: 14px;
  letter-spacing: 0.1em;
  cursor: pointer;
  transition: background 0.3s;
  max-width: 130px;
  border-radius: 5px;
}

.popup-forgot__submit:hover {
  background: #555;
}

.size-selection-popup {
  border-radius: 10px;
  max-height: 640px;
  max-width: 836px;
  padding: 30px;
  width: 100%;
  max-width: 492px;
  position: fixed;
  top: -100%;
  z-index: 997;
  background-color: #fff;
  display: flex;
  gap: 0px 36px;
  overflow: hidden;
  background-color: #fff;
}

.size-selection-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 996;
}

.size-selection-popup-overlay.active {
  opacity: 1;
  visibility: visible;
}

.size-selection-popup.active {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10010;
}

.size-selection-popup-container {
  display: flex;
  gap: 20px;
}

.size-selection-popup-image {
  background-color: #ececec;
  width: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.size-selection-popup-image img {
  width: 100%;
  height: auto;
}

.size-selection-popup-title {
  font-family: "FuterBeta";
  font-size: 22px;
  letter-spacing: 0.22px;
  text-align: left;
  margin-bottom: 20px;
}

.size-selection-popup-type {
  margin-bottom: 7px;
}

.size-selection-popup-name {
  margin-bottom: 7px;
}

.size-selection-popup-price {
  margin-bottom: 10px;
}

.size-selection-popup-size {
  margin: 18px 0 10px;
  border: 1px solid #292623;
  border-radius: 5px;
  padding: 3px;
}
.size-selection-popup-size .is-active {
  background-color: #c3d6ed;
}
.size-selection-popup-size .is-disabled {
  color: #a4a4a4;
}
.size-selection-popup-size ul {
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
}
.size-selection-popup-size ul li {
  list-style: none;
  padding: 13px;
  border-radius: 5px;
  cursor: pointer;
}
.size-selection-popup-size ul li:hover{
  background-color: #c3d6ed;
}
.size-selection-popup-table .product__size-button {
  padding: 0 0 0 0px;
  color: #a4a4a4;
}

.productsize-button:hover {
  background-color: #555;
}

.productsize-popup {
  position: fixed;
  right: -965px;
  width: 965px;
  background-color: white;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  z-index: 1001;
  transition: right 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  height: 100vh;
  overflow: hidden;
}
@media (max-width: 992px) {
  .productsize-popup {
    width: 100%;
    z-index: 99999;
    height: none;
  }
}

.productsize-content {
  display: flex;
  flex: 1; /* Занимает всю оставшуюся высоту */
  min-height: 0; /* Важно для flex-элементов */
}
@media (max-width: 992px) {
  .productsize-content {
    overflow: auto;
    flex-direction: column;
  }
}

.productsize-tabs,
.productsize-sizes {
  overflow-y: auto;
  height: 100%;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .productsize-tabs,
  .productsize-sizes {
    overflow: visible;
    height: auto;
    max-height: none;
  }
}

.productsize-popup.productsize-active {
  right: 0px;
}

.productsize-title {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  color: #292623;
}

.productsize-close {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #292623;
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 30px;
  top: 18px;
}
.productsize-close:before, .productsize-close:after {
  content: "";
  width: 22px;
  height: 1px;
  background: currentColor;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -11px;
  transform: rotate(45deg);
}
.productsize-close:after {
  transform: rotate(-45deg);
}

.productsize-close:hover {
  color: #292623;
}

.productsize-content {
  display: flex;
  min-height: 500px;
}

.productsize-tabs {
  width: 543px;
  border-right: 1px solid #eee;
  padding: 45px;
}
@media (max-width: 992px) {
  .productsize-tabs {
    width: 100%;
    padding: 15px;
    padding-top: 30px;
  }
}

.productsize-tab-buttons {
  display: flex;
  border-bottom: 1px solid #eee;
}

.productsize-tab-button {
  flex: 1;
  padding: 16px 24px;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 16px;
  color: #666;
  border-bottom: 2px solid transparent;
  transition: all 0.2s ease;
}
@media (max-width: 576px) {
  .productsize-tab-button {
    font-size: 14px;
    padding: 16px 13px;
  }
}

.productsize-tab-button.productsize-active {
  color: #292623;
  border-bottom-color: #292623;
  font-weight: 500;
}

.productsize-tab-button:hover {
  background-color: #f8f9fa;
}

.productsize-tab-pane {
  display: none;
}

.productsize-tab-pane.productsize-active {
  display: block;
}

.productsize-instruction {
  margin-bottom: 16px;
  color: #292623;
  line-height: 1.5;
  font-size: 16px;
}

.productsize-foot-diagram {
  text-align: center;
  margin: 20px 0;
}
.productsize-foot-diagram img {
  width: 100%;
  height: auto;
}

.productsize-foot-image {
  max-width: 200px;
  height: auto;
}

.productsize-boot-diagram {
  text-align: center;
  margin: 20px 0;
  position: relative;
}

.productsize-boot-svg {
  width: 200px;
  height: 300px;
}

.productsize-sizes {
  width: 422px;
  padding: 24px;
  margin-top: 35px;
}
@media (max-width: 992px) {
  .productsize-sizes {
    width: 100%;
    margin-top: 15px;
  }
}

.productsize-sizes-header {
  margin-bottom: 16px;
}

.productsize-sizes-title {
  font-size: 18px;
  margin: 0 0 20px 0;
  color: #292623;
  text-align: center;
  font-weight: normal;
}

.productsize-sizes-subtitle {
  font-size: 16px;
  margin: 0;
  line-height: 1.4;
}

.productsize-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 16px;
  font-size: 16px;
}
.productsize-table td:last-child,
.productsize-table th:last-child {
  text-align: right;
}

.productsize-table th {
  padding: 12px 16px;
  text-align: left;
  font-family: "FuturBold";
  border-bottom: 2px solid #ddd;
  color: #292623;
}

.productsize-table thead {
  border-bottom: solid 1px #ebebeb;
  background: #f5f7fa;
}

.productsize-table tr:nth-child(even) {
  background: #f5f7fa;
}

.productsize-table td {
  padding: 10px 16px;
  border-bottom: 1px solid #eee;
  color: #292623;
}

.productsize-table tbody tr:hover {
  background-color: #f0f8ff;
}

.productsize-note {
  margin-top: 25px;
  border-radius: 4px;
  line-height: 1.4;
}

.productsize-note-icons {
  margin-top: 15px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.productsize-note-icons a {
  color: #292623;
  font-size: 18px;
}

.productsize-video-container {
  position: relative;
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
}

.productsize-video-container video {
  width: 100%;
  height: 550px;
  object-fit: contain;
  display: block;
}

/* Оверлей */
.productsize-video-container .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

/* Круглая кнопка */
.productsize-video-container .play-button {
  width: 70px;
  height: 70px;
  background: rgba(0, 0, 0, 0.75); /* тёмный круг */
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.2s ease;
}

.productsize-video-container .play-button:hover {
  transform: scale(1.1);
}

/* Белый треугольник */
.productsize-video-container .play-icon {
  width: 0;
  height: 0;
  border-left: 20px solid #fff;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  margin-left: 5px; /* чтобы треугольник был чуть смещён вправо */
}

.quick-order-popup {
  position: fixed;
  top: 0;
  right: -465px;
  width: 465px;
  height: 100vh;
  background: white;
  z-index: 1001;
  transition: right 0.3s ease;
  overflow-y: auto;
}
@media (max-width: 576px) {
  .quick-order-popup {
    width: 100%;
    right: -100%;
  }

  /* .swiper-slide.new-slider-item {
    min-width: 280px;
    height: 330px;
} */
}

.quick-order-popup.active {
  right: 0;
}

.quick-order-popup__header {
  padding: 45px 30px 20px 20px;
  position: relative;
}

.quick-order-popup__title {
  font-size: 24px;
  text-align: center;
  font-weight: normal;
  margin-bottom: 0px;
}
@media (max-width: 576px) {
  .quick-order-popup__title {
    font-size: 18px;
  }
}

.quick-order-popup__close {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #292623;
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 30px;
  top: 18px;
}
.quick-order-popup__close:before, .quick-order-popup__close:after {
  content: "";
  width: 22px;
  height: 1px;
  background: currentColor;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -11px;
  transform: rotate(45deg);
}
.quick-order-popup__close:after {
  transform: rotate(-45deg);
}

.quick-order-popup__close:hover {
  color: #333;
}

.quick-order-popup__content {
  padding: 30px;
}

.quick-order-popup__product {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}

.quick-order-popup__product-image {
  width: 80px;
  height: 120px;
  flex-shrink: 0;
  background-color: #ECECEC;
  padding: 15px 5px;
}

.quick-order-popup__product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.quick-order-popup__product-info {
  flex: 1;
}

.quick-order-popup__product-code {
  font-size: 14px;
  color: #999;
  margin-bottom: 5px;
}

.quick-order-popup__product-name {
  font-size: 16px;
  color: #333;
  margin-bottom: 5px;
}

.quick-order-popup__product-size {
  font-size: 16px;
  color: #666;
  margin-bottom: 10px;
}

.quick-order-popup__product-price {
  font-size: 18px;
  color: #333;
}

.quick-order-popup__form {
  margin-bottom: 30px;
}

.quick-order-popup__form-title {
  font-size: 18px;
  color: #333;
  margin-bottom: 20px;
  margin-top: 20px;
}

.quick-order-popup__form-row {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
}

.quick-order-popup__form-group {
  flex: 1;
  position: relative;
}

.quick-order-popup__form-input {
  width: 100%;
  padding: 12px;
  border: none;
  border-bottom: 1px solid #a4a4a4;
  font-size: 16px;
  transition: border-color 0.2s ease;
}

.quick-order-popup__form-input:focus {
  outline: none;
  border-color: #333;
}

.quick-order-popup__form-input::placeholder {
  color: #999;
}

.quick-order-popup__phone-group {
  display: flex;
}

.quick-order-popup__phone-prefix {
  width: 60px;
  padding: 12px;
  border: none;
  border-bottom: 1px solid #a4a4a4;
  font-size: 16px;
  text-align: center;
}

.quick-order-popup__phone-input {
  flex: 1;
  padding: 12px;
  border: none;
  border-bottom: 1px solid #a4a4a4;
  font-size: 16px;
}

.quick-order-popup__phone-input:focus {
  outline: none;
  border-color: #333;
}

.quick-order-popup__phone-error {
  color: #e74c3c;
  font-size: 14px;
  margin-top: 5px;
}

.quick-order-popup__checkbox-group {
  margin-bottom: 30px;
  margin-top: 20px;
  user-select: none;
}

.quick-order-popup__checkbox {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.quick-order-popup__checkbox-input {
  margin-top: 2px;
  width: 16px;
  height: 16px;
  accent-color: #333;
}

.quick-order-popup__checkbox-text {
  font-size: 14px;
  color: #666;
  line-height: 1.4;
}

.quick-order-popup__checkbox-text a {
  color: #333;
  text-decoration: underline;
}

.quick-order-popup__summary {
  border-top: 1px solid #f0f0f0;
  padding-top: 20px;
  margin-bottom: 30px;
}

.quick-order-popup__summary-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.quick-order-popup__summary-row:last-child {
  font-size: 18px;
  padding-top: 10px;
  border-top: 1px solid #f0f0f0;
  margin-bottom: 0;
}

.quick-order-popup__submit-btn {
  width: 100%;
  padding: 15px;
  background: #333;
  color: white;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.quick-order-popup__submit-btn:hover:not(:disabled) {
  background: #555;
}

.quick-order-popup__submit-btn:disabled {
  background: #ccc;
  cursor: not-allowed;
}

.quick-view-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 990;
}

.quick-view-overlay.active {
  opacity: 1;
  visibility: visible;
}

.quick-view-popup {
  border-radius: 0;
  height: auto;
  max-height: 640px;
  max-width: 836px;
  padding: 30px;
  width: 80vw;
  position: fixed;
  top: -100%;
  z-index: 995;
  background-color: #fff;
  display: flex;
  gap: 0px 36px;
  overflow: hidden;
}

.quick-view-popup.active {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10010;
}

.quick-view-left {
  flex-shrink: 0;
  width: 100%;
  max-width: 328px;
}

.quick-view-right {
  width: 100%;
}
.quick-view-right .product__colors {
  padding-left: 3px;
}

.quick-view-info {
  padding-right: 10px;
  height: 100%;
  overflow-y: auto;
}

.quick-view-container {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.quick-view-container .swiper-slide img {
  width: 100%;
  height: auto;
}

.quick-view-left .quick-view--swiper {
  width: 100%;
  background: #ececec;
  height: 100%;
}
.quick-view-left .quick-view--swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ececec;
}
.quick-view-left .quick-view--swiper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 20px;
}
.quick-view-left .quick-view--thumbs-swiper {
  width: 100%;
  background: white;
  padding-top: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.quick-view-left .quick-view--thumbs-swiper .swiper-slide {
  background: #ececec;
  overflow: hidden;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.3s;
}
.quick-view-left .quick-view--thumbs-swiper .swiper-slide-thumb-active {
  opacity: 1;
}
.quick-view-left .quick-view--thumbs-swiper img {
  width: 100%;
  height: auto;
}
.quick-view-left .swiper-button-prev::after,
.quick-view-left .swiper-button-next::after {
  display: none;
}
.quick-view-left .swiper-button-next,
.quick-view-left .swiper-button-prev {
  color: #333;
  background: url("../images/icons/pagi-arrow.svg");
  width: 32px;
  height: 32px;
  background-color: transparent;
  top: 65%;
}
.quick-view-left .swiper-button-prev {
  transform: rotate(-180deg);
}
.quick-view-left .swiper-button-next:after,
.quick-view-left .swiper-button-prev:after {
  font-size: 18px;
  font-weight: bold;
}
.quick-view-left .swiper-pagination-bullet {
  background: #333;
  opacity: 0.3;
}
.quick-view-left .swiper-pagination-bullet-active {
  opacity: 1;
}

.quick-view-right .product-info__like-btn {
  width: 80px;
  border-radius: 5px;
  border: 1px solid #292623;
}
.quick-view-right .product-info__like-btn:hover {
  background-color: #292623;
}
.quick-view-right .product-info__like-btn:hover svg {
  fill: #fff;
}
.quick-view-right .product-info__descr {
  height: 100px;
  overflow-y: auto;
}
.quick-view-right .product-info__title {
  font-family: "FuterBeta";
  font-weight: 400;
}
.quick-view-right .product-info__descr {
  margin-top: 15px;
}
.quick-view-right .product-similar {
  margin-top: 15px;
}

.quick-view-popup__close {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #292623;
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 10px;
  top: 8px;
}
.quick-view-popup__close:before, .quick-view-popup__close:after {
  content: "";
  width: 22px;
  height: 1px;
  background: currentColor;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -11px;
  transform: rotate(45deg);
}
.quick-view-popup__close:after {
  transform: rotate(-45deg);
}

/* Блок product-review */
/* Элемент заголовка */
.product-review__title {
  text-transform: uppercase;
  font-size: 20px;
  text-align: center;
  font-family: "FuterBeta";
  font-weight: normal;
  margin: 0px;
}

.product-review__subtitle {
  font-size: 14px;
  opacity: 0.9;
  text-align: center;
  margin-bottom: 10px !important;
}

/* Элемент формы */
.product-review__form {
  margin-top: 45px;
}

/* Элемент поля */
.product-review__field {
  margin-bottom: 24px;
}

.product-review__field:last-child {
  margin-bottom: 0;
}

.product-review__btn-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  align-items: center;
  margin-top: 35px;
}

/* Элемент лейбла */
.product-review__label {
  display: block;
  margin-bottom: 8px;
  font-size: 16px;
  text-transform: uppercase;
}

/* Модификатор обязательного поля */
.product-review__label_required::after {
  content: " *";
  color: #e74c3c;
}

/* Элемент рейтинга */
.product-review__rating {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 4px;
}

/* Блок star-rating */
.star-rating {
  display: flex;
  gap: 4px;
}

.star-rating__input {
  display: none;
}

.star-rating__star {
  font-size: 28px;
  color: #ddd;
  cursor: pointer;
  transition: all 0.2s ease;
  user-select: none;
}

.star-rating__star:hover {
  transform: scale(1.1);
}

/* Модификаторы для звезд */
.star-rating__star_active {
  color: #ffc107 !important;
}

.star-rating__star_hover {
  color: #ffeb3b !important;
}

/* Текст рейтинга */
.product-review__rating-text {
  font-size: 14px;
  color: #666;
  margin-left: 8px;
}

/* Элемент инпута */
.product-review__input {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid #e1e5e9;
  border-radius: 8px;
  font-size: 14px;
  transition: border-color 0.3s ease;
  background-color: #fafafa;
}

.product-review__input:focus {
  outline: none;
  border-color: #667eea;
  background-color: #fff;
  box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

/* Элемент текстареи */
.product-review__textarea {
  width: 100%;
  min-height: 150px;
  padding: 12px 16px;
  border: none;
  border-bottom: 1px solid #e1e5e9;
  resize: vertical;
  transition: border-color 0.3s ease;
}

.product-review__textarea:focus {
  outline: none;
  border-color: #667eea;
}

/* Элемент счетчика символов */
.product-review__char-counter {
  font-size: 12px;
  color: #999;
  margin-top: 4px;
}

/* Модификатор превышения лимита */
.product-review__char-counter_exceeded {
  color: #e74c3c;
}

/* Элемент кнопки */
.product-review__button {
  padding: 16px 24px;
  background-color: #292623;
  color: white;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.product-review__button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3);
}

.product-review__button:active {
  transform: translateY(0);
}

/* Модификатор отключенной кнопки */
.product-review__button_disabled {
  background: #ccc;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.product-review__button_disabled:hover {
  transform: none;
  box-shadow: none;
}

/* Элемент ошибки */
.product-review__error {
  color: #e74c3c;
  font-size: 12px;
  margin-top: 4px;
  display: none;
}

/* Модификатор видимой ошибки */
.product-review__error_visible {
  display: block;
}

/* Адаптивность */
@media (max-width: 640px) {
  .product-review__btn-wrapper {
    flex-direction: column;
  }
  .product-review {
    margin: 0 10px;
    border-radius: 8px;
  }
  .product-review__header {
    padding: 20px 24px;
  }
  .product-review__form {
    padding: 24px;
  }
  .product-review__title {
    font-size: 20px;
  }
  .star-rating__star {
    font-size: 24px;
  }
}
/* Анимация отправки */
@keyframes sending {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
.product-review_sending {
  pointer-events: none;
}

.product-review_sending .product-review__button {
  animation: sending 1.5s infinite;
}

.product-popup__close {
  position: absolute;
  right: 25px;
  top: 20px;
  width: 30px;
  height: 30px;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 24px;
  color: #666;
}
.product-popup__close:before, .product-popup__close:after {
  content: "";
  width: 22px;
  height: 1px;
  background: currentColor;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -11px;
  transform: rotate(45deg);
}
.product-popup__close:after {
  transform: rotate(-45deg);
}

.catalog-filter-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0px 20px 20px 20px;
}
@media (max-width: 576px) {
  .catalog-filter-wrapper {
    flex-wrap: wrap;
  }
}

.filter-button {
  border: none;
  outline: none;
  cursor: pointer;
  display: flex;
  width: 250px;
  background-color: transparent;
  align-items: center;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0.18px;
  gap: 7px;
  z-index: 1;
  color: #292623;
}
.filter-button svg {
  width: 12px;
  height: 7px;
  position: relative;
  top: -2px;
}
@media (max-width: 576px) {
  .filter-button {
    font-size: 14px;
    width: 100px;
  }
}

.catalog-category-name {
  display: flex;
  align-items: center;
  gap: 6px;
}
@media (max-width: 576px) {
  .catalog-category-name {
    flex: 100%;
    order: -1;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.catalog-category-name .catalog-category-name-title {
  margin: 0px;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.18px;
  text-transform: uppercase;
  left: auto;
  width: auto;
  display: flex;
  font-family: "FuterBeta";
  display: flex;
}
@media (max-width: 992px) {
  .catalog-category-name .catalog-category-name-title {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .catalog-category-name .catalog-category-name-title {
    font-size: 14px;
  }
}
.catalog-category-name span {
  color: #b6b0a4;
}

.catalog-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding: 0px 20px;
  gap: 7px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .catalog-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}

.catalog-card .new-slider-item__prices {
  opacity: 1;
}
.catalog-card:hover .catalog-item__fast {
  opacity: 1 !important;
}
.catalog-card:hover .new-slider-item__price-inner {
  opacity: 0;
}
@media (max-width: 992px) {
  .catalog-card:hover .new-slider-item__price-inner {
    opacity: 1;
  }
}

.catalog-item__fast {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: opacity 0.3s ease;
  background-color: #f9f8f7;
}
@media (max-width: 992px) {
  .catalog-item__fast {
    display: none;
  }
}

.catalog-item__fast-button {
  border: none;
  text-transform: uppercase;
  outline: none;
  padding: 0px;
  font-size: 14px;
  background-color: transparent;
  cursor: pointer;
}
.catalog-item__fast-button:hover {
  color: #91a6bf;
}

.catalog-item__colors {
  margin-bottom: 10px;
  border-radius: 50%;
  border: 1px solid rgb(184, 184, 184);
  width: 12px;
  height: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.catalog-item__colors span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: block;
}

.catalog-load-more {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.load-bore-button {
  color: #292623;
  background-color: transparent;
  border: 1px solid #91a6bf;
  border-radius: 5px;
  letter-spacing: 0.32px;
  cursor: pointer;
  padding: 15px 130px;
}

.related-products {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.related-products h2 {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}

.related-products_list {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.catalog-seo {
  width: 65vw;
  max-width: 620px;
  min-width: 540px;
  margin: 96px auto 0;
}
@media (max-width: 768px) {
  .catalog-seo {
    padding: 0px 15px;
    margin: 45px auto 0;
  }
}
.catalog-seo h2 {
  font-size: 30px;
  line-height: 38px;
  font-weight: 400;
  margin: 70px 0 30px 0;
}
@media (max-width: 768px) {
  .catalog-seo h2 {
    margin: 30px 0 30px 0;
    font-size: 20px;
    line-height: 1.2;
  }
}
.catalog-seo ul {
  display: block;
  margin: 30px 0;
  padding: 0;
  list-style: none;
}
.catalog-seo ul li {
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 16px 0;
  padding-left: 30px;
  box-sizing: border-box;
  position: relative;
}
@media (max-width: 576px) {
  .catalog-seo ul li {
    margin: 0 0 10px 0px;
  }
}
.catalog-seo ul li:before {
  content: "";
  display: block;
  width: 18px;
  height: 1px;
  background: #a4a4a4;
  position: absolute;
  left: 0;
  top: 12px;
}

.catalog-baner {
  background-color: #b6b0a4;
  color: #fff;
  grid-column: span 2;
  grid-row: span 2;
  position: relative;
}
@media (max-width: 768px) {
  .catalog-baner {
    grid-column: auto;
    grid-row: auto;
    overflow: hidden;
  }
}
.catalog-baner .catalog-baner-adv {
  display: block;
  position: absolute;
  background-color: rgba(146, 146, 146, 0.3);
  border-radius: 10px;
  z-index: 5;
  cursor: pointer;
  top: 10px;
  left: unset;
  right: 10px;
  padding: 5px 5px;
  line-height: 12px;
  text-transform: uppercase;
  font-size: 12px;
}
.catalog-baner .catalog-baner-adv span {
  position: relative;
  top: 2px;
}

.catalog-baner-title {
  text-transform: uppercase;
  font-size: 30px;
  line-height: 38px;
  font-weight: 400;
  max-width: 360px;
  text-align: center;
  color: #fff;
  text-decoration: underline;
  text-decoration-color: #91a6bf;
  padding-bottom: 65px;
}
@media (max-width: 768px) {
  .catalog-baner-title {
    font-size: 16px;
    padding: 0px 15px;
    padding-bottom: 50px;
    line-height: 1.5;
  }
}
@media (max-width: 576px) {
  .catalog-baner-title {
    font-size: 14px;
  }
}

.catalog-baner .hero-section-swiper {
  flex: 1;
  width: 100%;
  height: 100%;
}
.catalog-baner .hero-section-swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.catalog-baner .hero-section-swiper .swiper-slide {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.catalog-baner .hero-slide {
  animation: none;
}
.catalog-baner .progress-bar::before {
  height: 4px;
}
.catalog-baner .custom-pagination {
  max-width: 600px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.catalog-filter-applied {
  display: flex;
  gap: 12px 8px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.catalog-filter-applied-item {
  align-items: center;
  border: 1px solid #ebebeb;
  border-radius: 17px;
  cursor: pointer;
  display: flex;
  gap: 0 6px;
  height: 34px;
  letter-spacing: 0.16px;
  padding: 1px 10px 0;
  white-space: nowrap;
}
.catalog-filter-applied-item:hover span:after, .catalog-filter-applied-item:hover span:before {
  background: #a4a4a4;
}
.catalog-filter-applied-item span {
  width: 20px;
  height: 20px;
  position: relative;
}
.catalog-filter-applied-item span:after {
  content: "";
  width: 12px;
  height: 1px;
  background: #000;
  transform: translate(-50%, -50%) rotate(45deg);
  position: absolute;
  top: 50%;
  left: 50%;
}
.catalog-filter-applied-item span:before {
  content: "";
  width: 12px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.lk-admin {
  max-width: 1439px;
  margin: 0 auto;
  padding: 40px 20px;
}

.lk-admin__container {
  display: flex;
  gap: 40px;
}

.lk-admin__sidebar {
  width: 280px;
  flex-shrink: 0;
  background: #fff;
  border-radius: 8px;
  padding: 20px 0;
  height: fit-content;
}

.lk-admin__nav {
  list-style: none;
}

.lk-admin__nav-item {
  margin: 0;
}

.lk-admin__nav-link {
  display: block;
  padding: 12px 24px;
  text-decoration: none;
  transition: all 0.2s;
  font-size: 16px;
  color: #292623;
}

.lk-admin__nav-link:hover {
  background-color: #f8f8f8;
  color: #333;
}

.lk-admin__nav-link--active {
  background-color: rgba(195, 214, 237, 0.3);
  color: #292623;
}

.lk-admin__nav-link--logout {
  color: #5094e0;
}

.lk-admin__content {
  flex: 1;
  background: #fff;
  border-radius: 8px;
  padding: 40px;
}

.lk-admin__title {
  font-size: 20px;
  font-weight: 700;
  font-family: "FuturBold";
  margin-bottom: 30px;
  letter-spacing: 0.16px;
  margin-top: 0px;
  margin-bottom: 10px;
}

.lk-admin__form {
  max-width: 100%;
}

.lk-admin__form-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}

.lk-admin__form-item {
  width: 100%;
  flex-basis: calc((100% - 50px) / 2);
}

.lk-admin__form-group {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding-top: 18px;
  position: relative;
}

.lk-admin__form-label {
  font-size: 14px;
  color: #999;
  margin-bottom: 8px;
  position: absolute;
  top: 0;
}

.lk-admin__form-label--required::after {
  content: "*";
  color: #999;
  margin-left: 4px;
}

.lk-admin__phone-wrapper {
  display: flex;
  gap: 10px;
}

.lk-admin__phone-input {
  flex: 1;
}

.lk-admin__form-input[type=date] {
  color: #333;
}

.lk-admin__form-input[type=date]::-webkit-calendar-picker-indicator {
  cursor: pointer;
}

.lk-admin__form-actions {
  margin-top: 65px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.lk-admin__form-submit {
  width: 100%;
  max-width: 300px;
}

.lk-admin__delete-link {
  color: #333;
  text-decoration: underline;
  font-size: 16px;
  cursor: pointer;
  background: none;
  border: none;
  font-family: inherit;
}

.lk-admin__delete-link:hover {
  text-decoration: none;
}

@media (max-width: 768px) {
  .lk-admin__container {
    flex-direction: column;
  }
  .lk-admin__sidebar {
    width: 100%;
  }
  .lk-admin__content {
    padding: 24px;
  }
  .lk-admin__nav {
    padding: 0;
  }
}
.lk-admin__title-center {
  text-align: center;
  font-size: 20px;
  font-family: "FuturBold";
}

.lk-admin__order-clear-btn {
  display: flex;
  justify-content: center;
  margin-top: 35px;
}

.lk-admin__order-item {
  border: 1px solid rgb(238, 238, 238);
  border-radius: 5px;
  padding: 25px;
  display: flex;
  justify-content: space-between;
  gap: 45px;
  margin-bottom: 25px;
}

.lk-admin__order-item-number {
  margin-bottom: 15px;
}

.lk-admin__order-item-status span {
  text-decoration: underline;
}

.lk-admin__order-item-status,
.lk-admin__order-item-paytype {
  color: #999;
  margin-bottom: 15px;
}
.lk-admin__order-item-status span,
.lk-admin__order-item-paytype span {
  color: #292623;
}

.lk-admin__order-item-images {
  display: flex;
  gap: 15px;
}
.lk-admin__order-item-images img {
  max-width: 120px;
  height: auto;
}

.lk-admin__order-price {
  margin-bottom: 35px;
  text-align: right;
}

.lk-admin__order-price-label {
  color: #999;
  margin-bottom: 5px;
}

.lk-admin__order-price-value {
  font-family: "FuturBold";
  font-size: 18px;
}

.brd-btn {
  padding: 15px 17px;
}

@media (max-width: 576px) {
  .loyalty-table {
    overflow-x: auto;
  }
}
.loyalty-table table {
    border-collapse: collapse;
    width: 100%;
}
.loyalty-table thead {
  background-color: #ecf1f8;
}
.loyalty-table th,
.loyalty-table td {
  border: 1px solid #ddd;
  padding: 15px;
  text-align: left;
}
.loyalty-table th {
  text-transform: uppercase;
  font-weight: normal;
}
.loyalty-table tbody tr:hover {
  background-color: #f9f9f9;
}

.order-page-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 15px;
}

.order-page-wrapper {
  display: flex;
  gap: 80px;
}
@media (max-width: 992px) {
  .order-page-wrapper {
    flex-direction: column;
    gap: 0px;
  }
}

.order-page-header {
  grid-column: 1/-1;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
}

.order-page-back-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 20px;
  position: relative;
  left: -26px;
}
@media (max-width: 992px) {
  .order-page-back-btn {
    left: 0px;
  }
}
.order-page-back-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.order-page-back-btn img,
.order-page-back-btn svg {
  width: 20px;
  height: auto;
}

.order-page-back-btn:hover {
  color: #333;
}

.order-page-title {
  font-size: 24px;
  font-weight: 600;
}

.order-page-form {
  background: white;
  flex: 1;
}

.order-page-section {
  margin-bottom: 32px;
}

.order-page-section:last-child {
  margin-bottom: 0;
}

.order-page-section-title {
  font-size: 18px;
  margin-bottom: 20px;
  font-family: "FuturBold";
}

.order-page-input-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px;
}

.order-page-input-wrapper {
  position: relative;
  margin-bottom: 15px;
}

.order-page-input-wrapper.full-width {
  grid-column: 1/-1;
}
.checkout-title {
  align-items: center;
  display: flex;
  font-size: 20px;
  gap: 0 6px;
  justify-content: flex-start;
  letter-spacing: .44px;
  line-height: normal;
  margin-bottom: 24px;
}

.order-page-input {
  width: 100%;
  padding: 12px 0 12px 0;
  border: none;
  border-bottom: 1px solid #dad8d7;
  font-size: 16px;
  transition: border-color 0.2s;
  background: #fff !important;
}
.order-page-input.color{
  background: #e1e1e1 !important;
  cursor: no-drop;
}
.order-page-input:focus {
  outline: none;
  border-color: #292623;
}

.order-page-input::placeholder {
  color: #999;
}

.order-page-phone-prefix {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #666;
  font-size: 16px;
}

.order-page-select {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  font-size: 16px;
  background: white;
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEyIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDFMNiA2TDExIDEiIHN0cm9rZT0iIzk5OSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 50px;
}

.order-page-tabs {
  display: flex;
  gap: 15px;
  margin-bottom: 24px;
  margin-top: 35px;
  user-select: none;
}

.order-page-tab {
  flex: 1;
  padding: 16px 24px;
  background: none;
  border: 1px solid #c3d6ed;
  cursor: pointer;
  font-size: 16px;
  transition: all 0.2s;
  position: relative;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.order-page-tab input {
  position: relative;
  top: -1px;
  color: #91a6bf;
}

.order-page-tab.active {
  border-color: #292623;
}



.order-page-tab-content {
  display: none;
}

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

.order-page-pickup-info {
  margin-bottom: 20px;
  margin-top: 35px;
}
.order-page-pickup-info p {
  margin: 20px 0px;
}
.order-page-pickup-info ul {
  display: block;
  margin: 30px 0;
  padding: 0;
  counter-reset: ol;
  list-style: none;
}
.order-page-pickup-info ul li {
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 16px 0;
  padding-left: 30px;
  box-sizing: border-box;
  position: relative;
}
.order-page-pickup-info ul li:before {
  content: "";
  display: block;
  width: 18px;
  height: 1px;
  background: #a4a4a4;
  position: absolute;
  left: 0;
  top: 12px;
}

.order-page-pickup-info p {
  margin-bottom: 12px;
  line-height: 1.5;
}

.order-page-pickup-info p:last-child {
  margin-bottom: 0;
}

.order-page-pickup-btn {
  background: #292623;
  color: white;
  border: 1px solid #292623;
  padding: 16px 32px;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  width: 100%;
  max-width: 300px;
  transition: all 0.3s linear;
}

.order-page-pickup-btn:hover {
  color: #292623;
  background-color: #fff;
}

.order-page-delivery-info {
  margin-bottom: 24px;
  margin-top: 55px;
}

.order-page-delivery-info-text {
  background-color: #ecf1f8;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 12px;
  line-height: 120%;
  text-align: center;
  text-wrap: balance;
  padding: 12px;
}

.order-page-delivery-info-title {
  margin-bottom: 16px;
  font-size: 18px;
  font-family: "FuturBold";
}

.order-page-delivery-info p {
  line-height: 1.5;
}

.order-page-sidebar {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1;
  max-width: 460px;
}

.order-page-product-card {
  background: white;
}
.order-page-product-card img {
  border-bottom: 1px solid #dad8d7;
  width: 100%;
  height: 120px;
  max-width: 120px;
  margin-right: 10px;
}

.order-page-product-card-title {
  font-size: 14px;
  font-weight: normal;
  font-family: FuterBeta;
}

.order-page-product-image {
  width: 120px;
  height: 120px;
  object-fit: cover;
  margin: 0 auto 16px;
}

.order-page-order-summary {
  background: white;
}

.order-page-summary-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  padding-bottom: 6px;
}

.order-page-summary-row-border {
  border-bottom: 1px solid #dad8d7;
}

.order-page-summary-row:last-child {
  margin-bottom: 0;
  padding-top: 12px;
  border-top: 1px solid #e0e0e0;
  font-weight: 600;
}

.order-page-discount {
  color: #5f94d3;
}

.order-page-submit-btn {
  width: 100%;
  background: #e0e0e0;
  color: #999;
  border: none;
  padding: 16px;
  border-radius: 8px;
  font-size: 16px;
  cursor: not-allowed;
  margin-top: 20px;
}

.order-page-submit-btn.enabled {
  background: #292623;
  color: white;
  cursor: pointer;
  transition: all 0.3s linear;
}

.order-page-submit-btn.enabled:hover {
  background: #3b3935;
}

@media (max-width: 768px) {
  .order-page-container {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 16px;
  }
  .order-page-input-group {
    grid-template-columns: 1fr;
  }
  .order-page-tabs {
    flex-direction: column;
  }
  .order-page-tab:first-child {
    border-radius: 8px 8px 0 0;
  }
  .order-page-tab:last-child {
    border-radius: 0 0 8px 8px;
    border-left: 1px solid #e0e0e0;
    border-top: none;
  }
}
.product-container {
  position: relative;
}
@media (max-width: 992px) {
  .product-container {
    display: flex;
    flex-direction: column;
  }
}

.product-hero {
  height: 100vh;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 992px) {
  .product-hero {
    display: none;
  }
}
.product-hero:after {
  content: "";
  display: block;
  position: absolute;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
  width: 465px;
  height: 100%;
  opacity: 0.3;
  background-color: #fff;
}
@media (max-width: 992px) {
  .product-hero:after {
    display: none;
  }
}

.product-info {
  position: fixed;
  top: 0;
  right: 0;
  margin-left: auto;
  width: 465px;
  z-index: 4;
  min-height: 500px;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.3);
  padding: 160px 35px 45px 35px;
}
@media (max-width: 992px) {
  .product-info {
    position: relative;
    width: 100%;
   /* padding: 20px 20px 20px 20px;*/
    height: initial;
  }
}

.product-info__title-wrap {
  display: flex;
  gap: 15px;
  justify-content: space-between;
  align-items: flex-start;
}

.product-info__title {
  font-family: FuturBold;
  font-size: 22px;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0.22px;
  margin: 0;
  margin-bottom: 7px;
}

.product-info__like-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  border: none;
  outline: none;
  transition: all 0.3s linear;
  cursor: pointer;
}
.product-info__like-btn svg {
  color: #292623;
  width: 24px;
  height: 24px;
}

.product-info__like-btn svg:hover {
  fill: #292623;
}
.product-info__like-btn.wishlist-added svg{
  fill: #292623;
}
.product-info__price {
  font-size: 20px;
  letter-spacing: 0.2px;
  position: relative;
  margin-bottom: 12px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 8px;
}

.product-info__tags {
  margin-bottom: 12px;
}

.product-cart-btn {
  flex-grow: 1;
}

.product-info__buttons {
  display: flex;
  gap: 12px;
  margin-top: 30px;
  z-index: 9999;
}
@media (max-width: 992px) {
  .product-info__buttons {
    position: fixed;
    right: 0px;
    bottom: 0px;
    left: 0px;
    flex-direction: row-reverse;
    width: 100%;
    background: #fff;
    padding: 20px;
  }
}

.product-info__av {
  margin-top: 30px;
}

.product-info__av-button {
  border: none;
  background-color: transparent;
  display: flex;
  align-items: center;
  gap: 3px;
  cursor: pointer;
  text-decoration: underline;
}
.product-info__av-button svg {
  color: #292623;
}

.product-info__av-ifno {
  font-size: 16px;
  letter-spacing: 0.16px;
  color: #292623;
  opacity: 0.5;
  margin-top: 8px;
  display: inline-block;
}

/* Product Info Description Container */
.product-info__descr {
  margin-top: 30px;
}
.product-info__descr ul {
  padding: 0px;
}

.product-info__list {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.product-info__btn {
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  font-size: 16px;
  color: #292623;
  cursor: pointer;
  padding: 8px 0px;
  position: relative;
}
.product-info__btn:hover {
  text-decoration: underline;
}
.product-info__btn:before {
  content: "";
  display: block;
  position: absolute;
  top: 40%;
  right: 0;
  width: 17px;
  height: 1px;
  background-color: #292623;
  transform: rotate(90deg);
}
.product-info__btn:after {
  content: "";
  display: block;
  position: absolute;
  top: 40%;
  right: 0;
  width: 17px;
  height: 1px;
  background-color: #292623;
}

/* Product Popup */
.product-popup {
  position: fixed;
  top: 0;
  right: -565px;
  width: 565px;
  height: 100vh;
  background: white;
  z-index: 1000;
  transition: right 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  overflow-y: scroll;
}
@media (max-width: 768px) {
  .product-popup {
    right: -100%;
    width: 100%;
    height: 100%;
  }
  .product-info__btn{
    background: #fff;
  }
}

.product-popup.active {
  right: 0;
}

.product-popup__container {
  padding: 80px 38px 30px 32px;
  height: 100%;
  position: relative;
}
@media (max-width: 576px) {
  .product-popup__container {
    padding: 55px 15px 30px 15px;
  }
}

.product-popup__close {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 30px;
  height: 30px;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 24px;
  color: #999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s ease;
}

.product-popup__close:hover {
  color: #333;
}

.product-popup__content {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

.product-popup__content .title-h2 {
  font-size: 24px;
  font-weight: 600;
  color: #333;
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (max-width: 992px) {
  .product-popup__content .title-h2 {
    font-size: 18px;
    margin-bottom: 15px;
  }
}

.product-popup__content .title-h2._margins {
  margin-bottom: 30px;
}

.product-popup__content p {
  margin-bottom: 20px;
}

.product-popup__content p:last-child {
  margin-bottom: 0;
}

/* Hidden popup data containers */
.popup-form-wrapper {
  display: none;
}

.product-similar {
  margin-top: 30px;
}

.product-similar-btn {
  border: 1px solid #292623;
  color: #292623;
  background-color: transparent;
  padding: 15px 12px;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s linear;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
  width: 100%;
  text-align: center;
}
.product-similar-btn svg {
  width: 24px;
  height: 24px;
}
.product-similar-btn:hover {
  text-decoration: underline;
}

.product-images-wrapper {
  padding: 20px;
  padding-right: 465px;
}
@media (max-width: 992px) {
  .product-images-wrapper {
    order: -1;
    padding-top: 80px;
    padding-right: 20px;
  }
}

.product-images {
  width: 100%;
  /* Стили для мобильных устройств (слайдер) */
  /* Стили для десктопа (сетка 2x2) */
}
.product-images .swiper-slide:first-child {
  display: none;
}
@media (max-width: 992px) {
  .product-images .product-images {
    height: 400px;
  }
  .product-images .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f9f8f7;
  }
  .product-images .swiper-slide img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 8px;
    padding: 20px;
  }
  .product-images .swiper-pagination {
    position: static;
    margin-top: 20px;
  }
  .product-images .swiper-pagination-bullet {
    background: #333;
    opacity: 0.3;
    width: 12px;
    height: 12px;
  }
  .product-images .swiper-pagination-bullet-active {
    opacity: 1;
    background: #007bff;
  }
}
@media (min-width: 992px) {
  .product-images {
    /* Скрываем пагинацию на десктопе */
  }
  .product-images .product-images.swiper {
    height: auto;
  }
  .product-images .swiper-wrapper {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 12px;
    transform: none !important;
    transition: none !important;
  }
  .product-images .swiper-slide {
    width: auto !important;
    margin: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ececec;
  }
  .product-images .swiper-pagination {
    display: none;
  }
}

.product__colors-lable {
  margin-bottom: 8px;
  display: block;
}

.product__colors {
  display: flex;
  gap: 10px;
  margin-bottom: 5px;
}

.product__color {
  width: 45px;
  height: 21px;
  border: 1px solid #d5caca;
  border-radius: 3px;
  cursor: pointer;
  transition: border-color 0.3s;
  position: relative;
}

.product__color--black {
  background: #000;
}

.product__color--yellow {
  background: #ffa500;
}

.product__color--selected {
  border: 1px solid rgba(255, 255, 255, 0.42);
  width: 45px;
  height: 21px;
}
.product__color--selected:before {
  content: "";
  display: block;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  box-sizing: border-box;
  position: absolute;
  left: -3px;
  top: -3px;
  border: 1px solid rgba(0, 0, 0, 0.42);
  z-index: 2;
  border-radius: inherit;
}

.product__size-table {
  text-align: right;
  margin-bottom: 15px;
}

.product__size-table a {
  color: #292623;
  text-decoration: underline;
  font-size: 14px;
}
.warning-size{
  opacity: 0;
  color: red;
}
.warning-size.active{
  opacity: 1;
  color: red;
}

.product__size-selector {
  position: relative;
  margin-bottom: 20px;
  border: 1px solid #292623;
  border-radius: 10px;
  overflow: hidden;
  user-select: none;
}
.product__size-selector.warning{
  border: 1px solid red;
}
.product__size-dropdown {
  width: 100%;
  background: transparent;
  padding: 15px;
  color: #292623;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product__size-dropdown:hover {
  border-color: #999;
}

.product__size-arrow {
  transition: transform 0.3s ease;
  position: relative;
}
.product__size-arrow:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border: 1px solid #292623;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
  transform: rotate(-45deg);
  position: absolute;
  right: 0px;
  top: -5px;
  transform-origin: 25% 75%;
  transition: transform 0.2s linear;
  border-color: #292623;
  transition: border-color 0.1s 0.3s;
}

.product__size-arrow--open:after {
  transform: rotate(140deg);
}

.product__size-list {
  background: #f6f6f6;
  border-top: none;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  backdrop-filter: blur(10px);
}

.product__size-option {
  padding: 12px 15px;
  color: #292623;
  cursor: pointer;
  transition: background-color 0.2s;
}

.product__size-option:hover {
  background: #91a6bf;
  color: #fff;
}

.product__size-option--unavailable {
  color: #999;
  cursor: not-allowed;
  position: relative;
}

.product__size-option--unavailable::after {
  content: "только в рознице";
  position: absolute;
  right: 15px;
  font-size: 12px;
  color: #666;
}

.product__actions {
  display: flex;
  gap: 10px;
}

.product__btn {
  flex: 1;
  padding: 15px;
  border: none;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.3s;
}

.product__btn--outline {
  background: transparent;
  color: white;
  border: 1px solid #666;
}

.product__btn--outline:hover {
  background: rgba(255, 255, 255, 0.1);
}

.product__btn--primary {
  background: white;
  color: black;
}

.product__btn--primary:hover {
  background: #f0f0f0;
}

.product__hidden-fields {
  display: none;
}

.product__colors-href {
  display: flex;
  gap: 10px;
}
.product__colors-href a {
  display: block;
  width: 45px;
  height: 30px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: border-color 0.3s;
}
.product__colors-href .product__colors-href--selected {
  border-color: #91a6bf;
  width: 50px;
  height: 35px;
}

.product__size-button {
  border: none;
  padding: 0px;
  outline: none;
  background-color: transparent;
  text-decoration: underline;
  cursor: pointer;
  color: inherit;
  font-family: inherit;
  position: relative;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.14px;
  padding: 0 0 0 27px;
  background: 0 0;
  border: none;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.product__color:hover .product__color-preview {
  opacity: 1;
  transform: translateY(0);
}

.product__color-preview {
  width: 140px;
  height: 172px;
  background: #fff;
  padding: 15px;
  position: absolute;
  z-index: 99;
  left: 130%;
  top: 35px;
  margin-left: -70px;
  pointer-events: none;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.2s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.product__color-preview img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.product-images-pagination {
  width: 100%;
  height: 100%;
  justify-content: space-between;
  padding: 0px 18px;
  box-sizing: border-box;
  display: flex;
  position: inherit !important;
  margin-top: 25px;
}
.product-images-pagination .swiper-pagination-bullet-active:before {
  background-color: #c3d6ed !important;
}
.product-images-pagination .swiper-pagination-bullet {
  height: 100%;
  width: 100%;
  opacity: 1;
  background-color: transparent;
  position: relative;
  z-index: 5;
}
.product-images-pagination .swiper-pagination-bullet:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #ebebeb;
  transition: background-color 0.2s;
  position: absolute;
  top: 0;
  z-index: 5;
}

.lg-backdrop {
  background-color: rgba(255, 255, 255, 0.8) !important;
}

.lg-prev {
  /* left: 30% !important; */
  color: #000;
}
button.lg-prev{
  left: 10%;
}
div.lg-outer.lg-grab img.lg-object{
  width: 100%;
}
@media (max-width: 1400px) {
  .lg-prev {
    left: 20% !important;
  }
}
@media (max-width: 992px) {
  .lg-prev {
    left: 5% !important;
  }
}
@media (max-width: 768px) {
  .lg-prev {
    left: 30px !important;
  }
}

.lg-next,
.lg-prev {
  background-color: rgba(0, 0, 0, 0.1) !important;
  color: #000 !important;
}

.lg-next {
  /* right: 30% !important; */
  color: #000;
}
button.lg-next{
  right: 10%;
}
@media (max-width: 1400px) {
  .lg-next {
    right: 20% !important;
  }
}
@media (max-width: 992px) {
  .lg-next {
    right: 5% !important;
  }
}
@media (max-width: 768px) {
  .lg-next {
    right: 30px !important;
  }
  .cart-popup{
    display: none;
  }
}

/* Все иконки в тулбаре */
.lg-toolbar .lg-icon {
  color: #000 !important;
}

/* Стрелки навигации */
.lg-prev::after,
.lg-next::after {
  color: #000 !important;
}

/* Иконка закрытия */
.lg-close {
  color: #000 !important;
}

/* SVG элементы иконок */
.lg-icon svg {
  fill: #000 !important;
  stroke: #000 !important;
}

.product-item-detail-properties-name {
  font-weight: normal !important;
  font-family: "FuterBeta" !important;
}

.popup-form-content__inner {
  font-weight: normal;
  font-family: "FuterBeta";
}
.popup-form-content__inner .title-h2 {
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  font-family: "FuterBeta";
}

.product-item-detail-properties-item {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}

.product-item-detail-properties li {
  margin-bottom: 12px;
}

body {
  font-family: "FuterBeta";
  font-size: 16px;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
.cart-popup .cart-popup__container .page-wrap{
	padding-top: 0;
}
.product-item-container .swiper-slide {
    /* height: 450px; */
}

.btn-navigation{
  transform: rotate(180deg);
  position: absolute;
  z-index: 111;
  margin-top: 10px;
  margin-left: 15px;
  display: none;
  color: #474747;
}
@media (max-width: 992px) {
  .btn-navigation{
    display: block
  }
}
.product-images .swiper-slide img{
  width: 100%;
  max-width: none;
}

.catalog-card .new-slider-item__footer{
  /* bottom: 25px; */
  position: relative;
  z-index: 1;
}

.header-button .wishlist_count {
  background-color: #c3d6ed;
  border-radius: 50%;
  color: #292623;
  font-size: 13px;
  font-weight: 600;
  height: 20px;
  left: -5px;
  position: absolute;
  top: 0;
  width: 20px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
}
.header-button .wishlist_count.hide{
  opacity: 0;
}
.cart-popup {
  position: absolute;
  width: 320px;
  height: 110px;
  right: 65px;
  top: 64px;
  padding: 20px;
  background: white;
  display: flex;
  gap: 10px;
  opacity: 0;
}
@media (max-width: 768px) {
  .bx-soa-pp-company-graf-container{
    display: flex;
    gap: 5px;
  }
  .bx-soa-pp-desc-container .bx-soa-pp-company.order-page-tab {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .bx-soa-pp-list{
    padding: 0;
  }
  .bx-soa-pp-list li{
    display: flex;
    gap: 10px;
  }
  .custom-select-item {
    font-size: 14px;
  }
  .new-section.mg {
    margin-top: 0px;
    margin-bottom: 40px;
  }
}


.cart-popup_image img{
  width: 65px;
  height: 100%;
  object-fit: contain;
}
.cart-popup_content, .cart-popup_content a {
  color: #000;
}
.left_search{
  width: 15%;
}
.right_search{
  width: 80%;
}
.block_dop_search{
  margin-top: 40px;
  display: flex;
  gap: 20px;
}
.list_popular .btn-histori {
  padding: 5px 5px;
  cursor: pointer;
  font-size: 18px;
  font-style: normal;
  display: flex;
  font-weight: 400;
  line-height: 18px;
  align-items: center;
  justify-content: space-between;
}
.list_popular .btn-histori:hover{
  background: #f2f6fb;
  cursor: pointer;
}
.search_flex{
  display: flex;
}
.block_dop_search .title{
  margin-bottom: 20px;
}
.tooltip-inner{
  position: absolute;
  top: 100%;
  font-size: 12px;
  color: red;
}
.bx-soa-reference{
  margin: 15px 0;
}
#bx-soa-orderSave{
  margin-top: 15px;
}
.bx-soa-section-title {
  font-size: 18px;
  margin-bottom: 20px;
  font-family: "FuturBold";
}
.order-page-section-title {
  margin-top: 15px;
}
.static-page{
  width: 90%;
  margin: 0 auto;
}
.bx-price-old{
  color: #969897;
  font-size: 12px;
  text-decoration: line-through;
}
@media  (max-width: 1100px){
  .right_search{
    width: 100%;
  }
}