@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

a {
  text-decoration: none;
}

input, button {
  -webkit-appearance: none !important;
  border-radius: 0;
  box-shadow: none;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
  *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
  *overflow: visible; /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  *height: 13px; /* 3 */
  *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

:root {
  --font-family: "Arial", sans-serif;
  --gray-950: #0a0d12;
  --error-950: #55160c;
  --error-950: #55160c;
  --warning-950: #4e1d09;
  --success-950: #053321;
}

html,
body {
  height: 100%;
}

body {
  background: #fdfdfd;
  font-family: var(--font-family);
  font-weight: normal;
  font-style: normal;
  color: #181d27;
}

.noscroll {
  overflow: hidden;
  touch-action: none;
}

* {
  background-repeat: no-repeat;
  box-sizing: border-box;
}

.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.main {
  flex: 1;
}

.btn-light {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #181d27;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #a4a7ae;
  padding: 16px 43.5px;
  transition: 0.23s;
  background: transparent;
}
.btn-light:hover {
  background-color: #181d27;
  border: 1px solid #181d27;
  color: #FFFFFF;
}

.btn {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fdfdfd;
  padding: 16px 46px;
  background: #181d27;
  display: inline-flex;
  width: auto;
  border: none;
  border-radius: 0px;
  margin-top: 20px;
  transition: 0.23s;
}
.btn:focus-visible {
  box-shadow: none;
  background: #181d27;
}
.btn:active {
  box-shadow: none;
  background: #181d27 !important;
  box-shadow: none;
}
.btn:hover {
  opacity: 0.96;
  background: #181d27;
}
.btn:disabled {
  background-color: #A4A7AE;
}

.checkbox {
  display: flex;
  align-items: center;
}
.checkbox .checkbox-inp {
  display: none;
}
.checkbox .checkbox-label {
  display: flex;
  gap: 12px;
  cursor: pointer;
}
.checkbox .checkbox-checkmark {
  border: 1px solid #A4A7AE;
  min-width: 14px;
  max-width: 14px;
  min-height: 14px;
  max-height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.checkbox .checkbox-checkmark svg {
  transition: 0.23s;
  min-width: 12px;
  min-height: 12px;
  opacity: 0;
}
.checkbox .checkbox-text {
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: 0.02em;
  color: #181d27;
}
.checkbox input[type=checkbox]:checked + .checkbox-label .checkbox-checkmark {
  border: 1px solid #181d27;
}
.checkbox input[type=checkbox]:checked + .checkbox-label .checkbox-checkmark svg {
  opacity: 1;
}

.header {
  position: absolute;
  z-index: 100;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.21);
}
.header .header-line {
  background: #000;
  padding: 14px 0;
}
.header .header-line__list {
  display: flex;
  justify-content: center;
  gap: 24px;
}
.header .header-line__list li {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 133%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fdfdfd;
  display: flex;
  gap: 24px;
}
.header .header-line__list li::after {
  display: block;
  width: 1px;
  height: 12px;
  content: "";
  background-color: #a4a7ae;
  position: relative;
}
.header .header-line__list li:last-child::after {
  display: none;
}
@media (max-width: 767px) {
  .header .header-line {
    padding: 10px 0;
  }
  .header .header-line li {
    display: none;
  }
  .header .header-line li:nth-child(1) {
    display: flex;
  }
  .header .header-line li:nth-child(1)::after {
    display: none;
  }
}
.header .header-main {
  padding: 24px 0 21px 0;
}
.header .header-nav1 {
  display: flex;
  align-items: center;
  gap: 32px;
  height: 100%;
}
.header .header-nav1 ul {
  display: flex;
  gap: 32px;
}
.header .header-nav1 ul li a {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fff;
  position: relative;
}
.header .header-nav1 ul li a::after {
  display: block;
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  border-radius: 5px;
  background-color: #fff;
  left: 0;
  bottom: -2px;
  transition: 0.23s;
}
.header .header-nav1 ul li a:hover::after {
  width: 100%;
}
.header .header-discount {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #931400;
}
.header .h-logo-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .h-nav-list {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: flex-end;
}
.header .h-nav-list__box {
  display: flex;
  gap: 24px;
  align-items: center;
}
.header .h-cart-btn {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 133%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fff;
  display: flex;
  align-items: center;
}
.header .h-nav-list-item {
  cursor: pointer;
  transition: 0.23s;
  color: #fff;
}
.header .h-nav-list-item:hover {
  opacity: 0.6;
}
.header .header-mobile-col {
  display: none;
}
@media (max-width: 1199px) {
  .header .header-discount {
    display: none;
  }
}
@media (max-width: 767px) {
  .header {
    position: relative;
  }
  .header .header-main-col1 {
    display: none;
  }
  .header .header-main-col2 {
    display: none;
  }
  .header .header-mobile-col {
    display: flex;
  }
  .header .header-mobile-col__box {
    display: flex;
    align-items: center;
    gap: 24px;
  }
  .header .h-nav-list {
    gap: 8px;
  }
  .header .h-nav-list__box {
    gap: 8px;
  }
  .header .h-nav-list-item {
    color: #181D27;
  }
  .header .h-search-btn {
    display: none;
  }
}
.header .h-burger-btn {
  display: flex;
  align-items: center;
  height: 100%;
  cursor: pointer;
  position: relative;
}

.mobile-menu {
  display: flex;
  position: fixed;
  width: 100vw;
  height: 100dvh;
  background: rgba(0, 0, 0, 0);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 150;
}
.mobile-menu__wrap {
  background: #fdfdfd;
  height: 100%;
  width: 100%;
  max-width: 500px;
  padding: 16px;
  overflow: auto;
  transition: 0.23s;
  position: relative;
  left: -100vw;
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none; /* Firefox, Safari 18.2+, Chromium 121+ */
}
.mobile-menu__wrap::-webkit-scrollbar {
  display: none; /* Older Safari and Chromium */
}
.mobile-menu.show {
  opacity: 1;
  visibility: visible;
  background: rgba(0, 0, 0, 0.4);
}
.mobile-menu.show .mobile-menu__wrap {
  left: 0;
}
.mobile-menu .mobile-menu-close {
  cursor: pointer;
}
.mobile-menu .mobile-menu-search {
  width: 100%;
  display: flex;
  margin-top: 12px;
  margin-bottom: 22px;
}
.mobile-menu .mobile-menu-search input {
  border: 1px solid #e9eaeb;
  height: 44px;
  width: 100%;
  padding-left: 40px;
  background-color: transparent;
  background-image: url(../img/icons/searchmin.svg);
  background-repeat: no-repeat;
  background-position: center left 8px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.02em;
  color: #181d27;
}
.mobile-menu .mobile-menu-search input::placeholder {
  color: #a4a7ae;
}
.mobile-menu .mobile-menu-category {
  margin-bottom: 50px;
}
.mobile-menu .mobile-menu-category ul {
  display: flex;
  gap: 40px;
}
.mobile-menu .mobile-menu-category ul li a {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 114%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #181d27;
}
.mobile-menu .mobile-menu-category ul li.active a {
  font-weight: 700;
  position: relative;
}
.mobile-menu .mobile-menu-category ul li.active a::after {
  position: absolute;
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  background-color: #181d27;
  border-radius: 100px;
  left: 0;
  right: 0;
  bottom: -10px;
  margin: 0 auto;
}
.mobile-menu .thenew {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 114%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #181d27;
  margin-bottom: 40px;
  display: flex;
}
.mobile-menu .mobile-menu-nav ul {
  display: none;
}
.mobile-menu .mobile-menu-nav ul.active {
  display: grid;
}
.mobile-menu .mobile-menu-nav ul {
  gap: 16px;
}
.mobile-menu .mobile-menu-nav ul li a {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 114%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #181d27;
}
.mobile-menu .mobile-menu-top {
  display: flex;
}
.mobile-menu .mobile-menu-logo {
  display: none;
}
@media (max-width: 370px) {
  .mobile-menu .mobile-menu-category ul {
    gap: 20px;
  }
}
@media (min-width: 768px) {
  .mobile-menu .mobile-menu-top {
    gap: 50px;
    margin-bottom: 50px;
  }
  .mobile-menu .mobile-menu-close svg {
    width: 46px;
    height: 46px;
  }
  .mobile-menu .mobile-menu-logo {
    display: flex;
  }
  .mobile-menu .mobile-menu-logo img {
    width: 264px;
  }
  .mobile-menu .mobile-menu__wrap {
    max-width: 538px;
    padding-left: 60px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .mobile-menu .mobile-menu-search {
    display: none;
  }
  .mobile-menu .mobile-menu-category ul {
    gap: 50px;
  }
  .mobile-menu .mobile-menu-category {
    margin-bottom: 60px;
  }
  .mobile-menu .thenew {
    margin-bottom: 50px;
  }
}

@media (max-width: 330px) {
  .header-mobile-col__box {
    gap: 12px !important;
  }
}
.hm-search {
  display: flex;
  align-items: flex-start;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 150;
  opacity: 0;
  visibility: hidden;
  overflow: auto;
  transition: 0.3s;
}
.hm-search__wrap {
  background: #fdfdfd;
  width: 100%;
  overflow: auto;
  transition: 0.43s;
  position: relative;
  min-height: 320px;
  top: -100vh;
}
@media (max-width: 767px) {
  .hm-search__wrap {
    min-height: 423px;
  }
}
.hm-search.show {
  opacity: 1;
  visibility: visible;
  transition: 0.44s;
}
.hm-search.show .hm-search__wrap {
  top: 0;
}
.hm-search__container {
  position: relative;
  padding-top: 32px;
  padding-bottom: 70px;
}
.hm-search .hm-search-close {
  position: absolute;
  right: 0;
  top: 32px;
  cursor: pointer;
  transition-duration: 0.23s;
}
.hm-search .hm-search-close:hover {
  opacity: 0.6;
}
.hm-search__form {
  padding-top: 36px;
}
.hm-search__input {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hm-search__input input {
  width: 100%;
  padding-top: 16.5px;
  padding-bottom: 16.5px;
  padding-left: 56px;
  border: none;
  border-bottom: 1px solid #d0d0d0;
  background-color: transparent;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.02em;
  color: #000;
}
.hm-search__input input::placeholder {
  color: #a4a7ae;
}
.hm-search__input input {
  background-image: url(../img/icons/searchmin.svg);
  background-size: 32px;
  background-position: center left;
}
.hm-search__clear {
  border: 1px solid #d0d0d0;
  position: absolute;
  right: 0;
  font-size: 10px;
  line-height: 160%;
  letter-spacing: 0.02em;
  padding: 6px 16px;
  background-color: transparent;
  display: none;
}
.hm-search__clear.active {
  display: flex !important;
}
.hm-search .hm-search-no-result {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.02em;
  color: #181d27;
  padding-top: 50px;
}
@media (max-width: 767px) {
  .hm-search .hm-search-no-result {
    font-size: 16px;
  }
}
.hm-search .hm-search-result {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 50px;
}
.hm-search .hm-search-result__title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #8b8b8b;
  margin-bottom: 22px;
}
.hm-search .hm-search-popular-v1__list {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.hm-search .hm-search-popular-v1__list a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d0d0d0;
  padding: 12px 20px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 133%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #181d27;
  transition-duration: 0.23s;
}
.hm-search .hm-search-popular-v1__list a:hover {
  color: #fff;
  background-color: #181d27;
  border-color: #181d27;
}
.hm-search .hm-search-wrap {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  width: 100%;
}
.hm-search .hm-search-wrap__box1 {
  display: grid;
  gap: 50px;
}
.hm-search .hm-search-wrap__box2 {
  max-width: 772px;
}
@media (max-width: 1199px) {
  .hm-search .hm-search-wrap__box2 {
    max-width: 500px;
  }
}
.hm-search .hm-search-popular-v2__list {
  display: grid;
  gap: 10px;
}
.hm-search .hm-search-popular-v2__list li a {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.02em;
  color: #181d27;
  transition-duration: 0.23s;
}
.hm-search .hm-search-popular-v2__list li a:hover {
  opacity: 0.8;
  text-decoration: underline;
}
.hm-search .hm-search-bottom {
  display: none;
  justify-content: flex-end;
  width: 100%;
}
.hm-search .hm-search-bottom.active {
  display: flex;
}
.hm-search .hm-search-bottom a {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-align: center;
  color: #535862;
  border-bottom: 1px solid #a4a7ae;
  padding: 6px 0px;
  transition-duration: 0.23s;
}
.hm-search .hm-search-bottom a:hover {
  color: #181d27;
}
@media (max-width: 991px) {
  .hm-search .hm-search-wrap {
    flex-direction: column;
    gap: 50px;
  }
  .hm-search .hm-search-wrap__box2 {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .hm-search .hm-search__input input {
    background-size: 20px;
    background-position: center left 5px;
    padding-left: 44px;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .hm-search .hm-search-close svg {
    width: 40px;
    height: 40px;
  }
  .hm-search__container {
    padding-top: 29px;
    padding-bottom: 45px;
  }
  .hm-search .hm-search-result {
    gap: 40px;
  }
  .hm-search .hm-search-result__title {
    font-size: 12px;
    margin-bottom: 22px;
  }
  .hm-search .hm-search-wrap {
    gap: 40px;
  }
  .hm-search .hm-search-wrap__box1 {
    gap: 40px;
  }
  .hm-search .hm-search-wrap__box2 {
    gap: 40px;
  }
  .hm-search .hm-search-bottom {
    justify-content: center;
  }
  .hm-search .hm-search-popular-v2__list {
    gap: 16px;
  }
}
@media (max-width: 575px) {
  .hm-search .hm-searchSlider .prod-card .prod-card-top {
    height: 257px;
  }
}

.hm-search-collection__box {
  display: grid;
  gap: 16px;
}
.hm-search-collection .hm-search-collection-item {
  display: flex;
  align-items: center;
  gap: 20px;
}
.hm-search-collection .hm-search-collection-item__image {
  min-width: 90px;
  max-width: 90px;
  min-height: 90px;
  max-height: 90px;
}
.hm-search-collection .hm-search-collection-item__image img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: center;
}
.hm-search-collection .hm-search-collection-item__title {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 114%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #181d27;
}
.hm-search-collection .hm-search-collection-item:hover .hm-search-collection-item__title {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .hm-search-collection .hm-search-collection-item__image {
    min-width: 38px;
    max-width: 38px;
    min-height: 38px;
    max-height: 38px;
  }
  .hm-search-collection .hm-search-collection-item__title {
    font-size: 12px;
  }
}

.hm-searchSlider .swiper-wrapper {
  margin-bottom: 30px;
}
.hm-searchSlider .prod-card .prod-card-top {
  height: 380px;
}

.hm-cart-saved {
  display: flex;
  justify-content: flex-end;
  position: fixed;
  width: 100vw;
  height: 100dvh;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 150;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.hm-cart-saved__wrap {
  background: #fdfdfd;
  width: 100%;
  overflow: auto;
  transition: 0.43s;
  position: relative;
  right: -100vw;
  min-width: 626px;
  max-width: 626px;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .hm-cart-saved__wrap {
    min-width: 100%;
    max-width: 100%;
  }
}
.hm-cart-saved.show {
  opacity: 1;
  visibility: visible;
  transition: 0.44s;
}
.hm-cart-saved.show .hm-cart-saved__wrap {
  right: 0px !important;
}
.hm-cart-saved__top {
  border-bottom: 1px solid #f2f2f2;
  padding: 30px 30px 24px 30px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 575px) {
  .hm-cart-saved__top {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 24px;
  }
}
.hm-cart-saved__title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.02em;
  color: #181d27;
  display: flex;
  align-items: flex-start;
  gap: 6px;
}
@media (max-width: 575px) {
  .hm-cart-saved__title {
    padding-top: 30px;
    font-size: 24px;
  }
}
.hm-cart-saved .hm-cart-saved-count {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #000;
  padding-top: 2px;
}
.hm-cart-saved .hm-cart-saved-close {
  cursor: pointer;
  transition-duration: 0.23s;
}
.hm-cart-saved .hm-cart-saved-close:hover {
  opacity: 0.6;
}
.hm-cart-saved__main {
  flex: 1;
  overflow: auto;
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none; /* Firefox, Safari 18.2+, Chromium 121+ */
}
.hm-cart-saved__main::-webkit-scrollbar {
  display: none; /* Older Safari and Chromium */
}
.hm-cart-saved__bottom {
  padding: 30px;
}
.hm-cart-saved__bottom .btn {
  width: 100%;
  justify-content: center;
}
.hm-cart-saved__bottom .btn-light {
  width: 100%;
}
@media (max-width: 575px) {
  .hm-cart-saved__bottom {
    padding: 16px;
    padding-bottom: 30px;
  }
  .hm-cart-saved__bottom .btn {
    font-size: 14px;
    padding: 13px;
  }
}
.hm-cart-saved__added .tabs {
  margin-bottom: 30px;
}

.hm-cart-saved-empty {
  height: 100%;
  display: flex;
  align-items: center;
}
.hm-cart-saved-empty__box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #181d27;
}

.hm-cart-saved-box {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px 30px 30px 30px;
  padding-bottom: 0;
}
@media (max-width: 575px) {
  .hm-cart-saved-box {
    padding: 24px 16px;
  }
}

.prod-itm-v2 {
  display: flex;
  gap: 20px;
  padding-top: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
}
.prod-itm-v2:nth-child(1) {
  padding-top: 0;
}
.prod-itm-v2:last-child {
  border-bottom: none;
}
.prod-itm-v2 .sv-add-cart {
  font-size: 14px;
  padding: 16px 35px;
  margin-top: 0;
  position: absolute;
  right: 0;
  bottom: 24px;
}
@media (max-width: 575px) {
  .prod-itm-v2 .sv-add-cart {
    bottom: 0;
    width: 100%;
  }
}
.prod-itm-v2__image {
  display: flex;
  overflow: hidden;
  min-width: 105px;
  max-width: 105px;
  height: 140px;
}
.prod-itm-v2__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.prod-itm-v2__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
.prod-itm-v2__main {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.prod-itm-v2__title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 120%;
  text-transform: uppercase;
  color: #181d27;
}
.prod-itm-v2__title a {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 120%;
  text-transform: uppercase;
  color: #181d27;
  transition: 0.23s;
}
.prod-itm-v2__title a:hover {
  opacity: 0.7;
}
.prod-itm-v2__title {
  margin-bottom: 14px;
}
.prod-itm-v2__price {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 14px;
  line-height: 114%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #181d27;
}
.prod-itm-v2 .prod-itm-v2-options {
  display: grid;
  gap: 6px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: 0.02em;
  color: #a4a7ae;
}
.prod-itm-v2 .prod-itm-v2-options li {
  display: flex;
  gap: 6px;
  align-items: center;
}
.prod-itm-v2 .prod-itm-v2-options li div {
  display: flex;
  gap: 6px;
  align-items: center;
}
.prod-itm-v2 .prod-itm-v2-options li div::after {
  width: 1px;
  height: 8px;
  background-color: #a4a7ae;
  position: relative;
  content: "";
  display: block;
}
@media (max-width: 575px) {
  .prod-itm-v2 .prod-itm-v2-options li div::after {
    display: none;
  }
}
.prod-itm-v2 .prod-itm-v2-options li div:last-child::after {
  display: none;
}
.prod-itm-v2__box2 {
  display: flex;
  align-items: center;
  gap: 12px;
}
.prod-itm-v2 .mob-prod-article {
  display: none;
}
@media (max-width: 575px) {
  .prod-itm-v2 {
    gap: 12px;
  }
  .prod-itm-v2 .mob-prod-article {
    display: flex;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    letter-spacing: 0.02em;
    color: #a4a7ae;
    margin-bottom: 8px;
  }
  .prod-itm-v2__image {
    min-width: 100px;
    max-width: 100px;
    height: 154px;
  }
  .prod-itm-v2__content {
    position: relative;
  }
  .prod-itm-v2__price {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .prod-itm-v2 .prod-itm-v2-options {
    gap: 10px;
  }
  .prod-itm-v2 .desktop-prod-article {
    display: none !important;
  }
  .prod-itm-v2 .counter {
    position: absolute;
    bottom: 25px;
    right: -5px;
    min-width: 71px;
    max-width: 71px;
    height: 20px;
    border: none;
  }
}

@media (max-width: 575px) {
  .prod-itm-v2-saved {
    padding-bottom: 78px;
  }
  .prod-itm-v2-saved .sv-add-cart {
    padding: 12px;
    justify-content: center;
    bottom: 24px;
  }
}

.rm-prod {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: none;
  background: transparent;
  transition: 0.23s;
}
.rm-prod:hover {
  opacity: 0.7;
}

.counter {
  display: flex;
  align-items: center;
  border: 1px solid #d0d0d0;
  min-width: 104px;
  max-width: 104px;
  height: 40px;
  justify-content: center;
}
.counter__btn {
  width: 20px;
  height: 20px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: transparent;
}
.counter__input {
  width: 30px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #181d27;
  text-align: center;
  border: none;
  background: transparent;
}

.hm-cart-summary {
  display: flex;
  justify-content: space-between;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 20px;
  color: #181d27;
  margin-bottom: 10px;
}
@media (max-width: 575px) {
  .hm-cart-summary {
    margin-bottom: 4px;
    font-size: 14px;
  }
  .hm-cart-summary span {
    font-size: 16px;
  }
}

.tabs .tab-item {
  border-bottom: 1px solid #f2f2f2;
}
.tabs .tab-item__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  padding: 16px 0;
  cursor: pointer;
}
.tabs .tab-item__top svg path {
  transition: 0.23s;
}
.tabs .tab-item.active .tab-item__top svg path:nth-child(2) {
  opacity: 0;
}
.tabs .tab-item__title {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #181d27;
}
.tabs .tab-item__content {
  padding-top: 16px;
  padding-bottom: 16px;
  display: none;
}

.input-v1 {
  position: relative;
}
.input-v1 input {
  font-size: 16px;
  letter-spacing: 0.02em;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0px;
  border-bottom: 1px solid #181d27;
  padding-left: 0;
  padding-top: 6px;
  padding-bottom: 6px;
  text-transform: uppercase;
}
.input-v1 input:focus {
  box-shadow: none;
  border-bottom: 1px solid #181d27;
}
.input-v1 input::placeholder {
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .input-v1 input {
    font-size: 12px;
  }
}
.input-v1 .inp-pass {
  text-transform: inherit;
}
.input-v1 .form-control:focus + .input-v1__label, .input-v1 .form-control:not(:placeholder-shown) + .input-v1__label {
  top: -6px;
  left: 0;
  font-size: 10px;
  opacity: 1;
}
.input-v1 .input-v1__label {
  position: absolute;
  left: 0px;
  top: 14px;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #a4a7ae;
  pointer-events: none;
  transition: 0.2s ease;
  background: #fff;
  padding: 0;
}
.input-v1 .show-pass {
  position: absolute;
  top: 8px;
  right: 0;
  border: none;
  background: none;
  display: flex;
  min-width: 20px;
  max-width: 20px;
  padding: 0;
  transition: 0.23s;
  cursor: pointer;
}
.input-v1 .show-pass:hover {
  opacity: 0.6;
}
.input-v1 .show-pass.active {
  opacity: 0.6;
}
@media (max-width: 767px) {
  .input-v1 .show-pass {
    top: 6px;
  }
}
.input-v1__bottom {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.input-v1 .form-control.is-valid:focus, .input-v1 .was-validated .form-control:valid:focus {
  box-shadow: none;
  border: none !important;
  border-bottom: 1px solid #181d27 !important;
}
.input-v1 .was-validated .invalid-feedback {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 11px;
}
.input-v1 .form-control.is-valid {
  background-image: none !important;
  border-bottom: 1px solid #181d27 !important;
}
.input-v1 .was-validated .form-control:invalid {
  background-image: none;
}
.input-v1 .was-validated .form-control:focus {
  box-shadow: none;
}
.input-v1 .was-validated .form-control:valid {
  background-image: none;
}
.input-v1 .form-control.is-invalid {
  background-image: none;
}
.input-v1 .form-control.is-invalid:focus {
  box-shadow: none;
}

.was-validated .form-control:invalid:focus {
  box-shadow: none !important;
}

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

.was-validated .form-control:valid {
  border-bottom: 1px solid #181d27 !important;
}

.no-bonuses-txt {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.02em;
  color: #181d27;
  display: flex;
}

.main-header {
  position: relative;
  border-bottom: none;
  z-index: inherit;
}
.main-header .header-main {
  padding: 30px 0;
  position: relative;
  z-index: 100;
}
.main-header .h-nav-list-item {
  color: #181D27;
}
.main-header .header-mobile-col__box {
  display: flex;
  align-items: center;
  gap: 24px;
  height: 100%;
}
.main-header .h-nav-list {
  height: 100%;
}
@media (min-width: 992px) {
  .main-header .h-burger-btn svg {
    width: 51px;
    height: 23px;
  }
  .main-header .h-mob-logo img {
    width: 433px;
  }
  .main-header .header-mobile-col__box {
    gap: 60px;
  }
}

@media (min-width: 992px) {
  .main-header-v2 .h-nav-list-item {
    color: #fff;
  }
}

.footer-wrap {
  padding: 70px 0 70px 0;
  border-top: 1px solid #a4a7ae;
}
@media (max-width: 767px) {
  .footer-wrap {
    padding: 30px 0 60px 0;
  }
}

.footer-social-section {
  margin-bottom: 28px;
}

.footer-social ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px 8px;
  flex-wrap: wrap;
}
.footer-social ul li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #181d27;
  display: flex;
  padding: 10px 16px;
  transition: 0.23s;
}
.footer-social ul li a:hover {
  transform: scale(1.04);
}
.footer-social ul .soc-x a {
  padding: 0;
}
@media (max-width: 767px) {
  .footer-social ul {
    flex-wrap: wrap;
  }
  .footer-social ul li a {
    font-size: 14px;
  }
  .footer-social .soc-x {
    display: flex;
    min-width: 100%;
    justify-content: center;
  }
}

.footer-brandname img {
  width: 100%;
}

.footer-main {
  margin-top: 120px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .footer-main {
    flex-direction: column;
    justify-content: flex-start;
    gap: 60px;
  }
}
@media (max-width: 767px) {
  .footer-main {
    margin-top: 60px;
  }
}

.footer-subscribe {
  width: 100%;
  max-width: 430px;
}
.footer-subscribe__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #181d27;
  margin-bottom: 16px;
  max-width: 410px;
}
.footer-subscribe__pretitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #181d27;
}
.footer-subscribe__form {
  margin-top: 36px;
}
.footer-subscribe input {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #181d27;
  border: 1px solid #a4a7ae;
  padding: 16px;
  border-radius: 0px;
}
.footer-subscribe input::placeholder {
  color: #181d27;
}
.footer-subscribe input:focus {
  border: 1px solid #a4a7ae;
  box-shadow: none;
}
.footer-subscribe .form-control.is-valid:focus, .footer-subscribe .was-validated .form-control:valid:focus {
  box-shadow: none;
  border: 1px solid #a4a7ae;
}
.footer-subscribe .was-validated .invalid-feedback {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 11px;
}
.footer-subscribe .was-validated .form-control:invalid {
  background-image: none;
}
.footer-subscribe .was-validated .form-control:focus {
  box-shadow: none;
}
.footer-subscribe .was-validated .form-control:valid {
  border: 1px solid #a4a7ae;
  background-image: none;
}
.footer-subscribe .form-control.is-invalid {
  background-image: none;
}
.footer-subscribe .form-control.is-invalid:focus {
  box-shadow: none;
}
@media (max-width: 767px) {
  .footer-subscribe {
    max-width: 100%;
    width: 100%;
  }
  .footer-subscribe__title {
    max-width: 100%;
    font-size: 15px;
  }
  .footer-subscribe__pretitle {
    font-size: 14px;
  }
  .footer-subscribe__form {
    margin-top: 24px;
  }
}

.footer-nav {
  display: flex;
  justify-content: flex-end;
  gap: 70px;
  max-width: 600px;
}
@media (max-width: 1199px) {
  .footer-nav {
    justify-content: flex-start;
    max-width: 900px;
  }
}
@media (max-width: 991px) {
  .footer-nav {
    gap: 50px;
  }
}
@media (max-width: 767px) {
  .footer-nav {
    gap: 50px 20px;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

.footer-menu-item:nth-child(1) {
  min-width: 138px;
}
.footer-menu-item__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #181d27;
  margin-bottom: 24px;
}
.footer-menu-item ul {
  display: grid;
  gap: 18px;
}
.footer-menu-item ul li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #181d27;
  transition: 0.23s;
  position: relative;
}
.footer-menu-item ul li a::after {
  transition: 0.23s;
  position: absolute;
  content: "";
  display: block;
  bottom: -2px;
  width: 0px;
  left: 0;
  height: 1px;
  border-radius: 5px;
  background-color: #181d27;
}
.footer-menu-item ul li a:hover {
  opacity: 0.9;
}
.footer-menu-item ul li a:hover::after {
  width: 100%;
}
@media (max-width: 767px) {
  .footer-menu-item:nth-child(3) {
    width: 100%;
  }
  .footer-menu-item ul li a {
    font-size: 14px;
  }
}

.footer-bottom {
  padding: 28px 0 37px 0;
  border-top: 1px solid #a4a7ae;
}
.footer-bottom__box {
  display: flex;
  justify-content: space-between;
}
.footer-bottom p {
  font-weight: 400;
  font-size: 12px;
  line-height: 133%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #717680;
}
.footer-bottom .footer-min-nav ul {
  display: flex;
  gap: 40px;
}
.footer-bottom .footer-min-nav ul li a {
  font-weight: 400;
  font-size: 12px;
  line-height: 133%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #717680;
}
.footer-bottom .footer-min-nav ul li a:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .footer-bottom {
    padding: 10px 0 20px;
  }
  .footer-bottom__box {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .footer-bottom .footer-min-nav ul {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}

.hero {
  height: 730px;
  position: relative;
}
.hero__image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  min-height: 100%;
  max-height: 100%;
  overflow: hidden;
}
.hero__image img {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  margin-bottom: 16px;
  object-position: 0 -125px;
  vertical-align: middle;
}
.hero__image::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.34), rgba(0, 0, 0, 0.34)), linear-gradient(180deg, rgba(0, 0, 0, 0) 54.04%, rgba(0, 0, 0, 0.5) 100%);
  pointer-events: none;
}
.hero__content {
  position: relative;
  z-index: 5;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 70px;
}
.hero__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 500px;
  margin: 0 auto;
}
.hero__title {
  font-weight: 700;
  font-size: 40px;
  line-height: 104%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  margin-bottom: 16px;
}
.hero__discount {
  font-weight: 700;
  font-size: 96px;
  line-height: 104%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}
.hero__nav {
  display: flex;
  margin-top: 40px;
  gap: 30px;
  justify-content: center;
}
.hero .btn-hero-wh {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding: 12px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 114%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #181d27;
  min-width: 100%;
  max-width: 224px;
  transition: 0.23s;
}
.hero .btn-hero-wh:hover {
  background: #181d27;
  color: #fff;
}
@media (max-width: 991px) {
  .hero {
    height: 672px;
  }
  .hero__image img {
    object-position: top center;
    height: 100%;
  }
  .hero__content {
    padding-bottom: 50px;
  }
  .hero__box {
    max-width: 500px;
  }
  .hero__title {
    font-size: 24px;
    line-height: 104%;
    letter-spacing: 0.02em;
    margin-bottom: 10px;
  }
  .hero__discount {
    font-size: 64px;
    line-height: 104%;
    letter-spacing: 0.02em;
  }
  .hero__nav {
    gap: 16px;
    flex-direction: column;
    width: 100%;
    max-width: 224px;
  }
  .hero .btn-hero-wh {
    width: 100%;
  }
}

.title2 {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-align: center;
  color: var(--gray-950);
}

.btn-ar {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: transparent;
  transition-duration: 0.23s;
}
.btn-ar:hover {
  opacity: 0.85;
}

.prod-label {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 10px;
  line-height: 160%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fff;
  padding: 10px;
}
.prod-label.bestseller {
  background: #181d27;
}
.prod-label.newcolect {
  background: #0d9701;
}
.prod-label.discount {
  background: #ae0000;
}

.prod-card {
  width: 100%;
  max-width: 325px;
}
.prod-card .prod-card-top {
  width: 100%;
  height: 467px;
  margin-bottom: 8px;
  display: flex;
  position: relative;
}
.prod-card .prod-card-top .prod-labels-wrap {
  position: absolute;
  top: 10px;
  right: 10px;
}
.prod-card__image {
  width: 100%;
  height: 100%;
}
.prod-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.prod-card__brand {
  display: flex;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 10px;
  line-height: 160%;
  letter-spacing: 0.02em;
  color: #969696;
}
.prod-card__discount {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 133%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #b01207;
  display: flex;
}
.prod-card__box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.prod-card__title {
  margin-top: 4px;
  margin-bottom: 4px;
}
.prod-card__title a {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 133%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #181d27;
}
.prod-card .prod-card-price {
  margin-top: 6px;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 12px;
}
.prod-card .prod-card-price__current {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 14px;
  line-height: 114%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #181d27;
}
.prod-card .prod-card-price__old {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 10px;
  line-height: 100%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-decoration: line-through;
  color: #575757;
}
.prod-card__save {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  padding: 0;
  background: transparent;
  margin-top: 4px;
}
.prod-card__save svg:nth-child(2) {
  position: absolute;
  opacity: 0;
  transition: 0.23s;
}
.prod-card__save.active svg:nth-child(2) {
  opacity: 1;
}
@media (max-width: 767px) {
  .prod-card__save {
    margin-top: 2px;
  }
  .prod-card__save svg {
    width: 20px;
    height: 20px;
  }
}

.best-selling {
  padding-top: 120px;
  padding-bottom: 82px;
}
@media (max-width: 767px) {
  .best-selling {
    padding-top: 54px;
    padding-bottom: 70px;
  }
}
.best-selling__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.best-selling__nav {
  display: flex;
  gap: 30px;
}
.best-selling__bottom {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}
.best-selling__bottom .btn {
  margin-top: 0;
}

.bestsellSlider {
  width: 100vw;
}
.bestsellSlider .swiper-slide {
  width: 325px;
}
@media (max-width: 767px) {
  .bestsellSlider .swiper-slide {
    width: 88vw;
    max-width: 325px;
  }
}

.guarant-deliv {
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
}
.guarant-deliv__box {
  display: flex;
  justify-content: space-between;
  max-width: 1044px;
  margin: 0 auto;
  gap: 40px;
  position: relative;
}
.guarant-deliv__box::after {
  position: absolute;
  display: block;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #dadada;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.guarant-deliv .guarant-deliv-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 362px;
  padding: 50px 0;
}
.guarant-deliv .guarant-deliv-item__img {
  margin-bottom: 24px;
}
.guarant-deliv .guarant-deliv-item__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #181d27;
  text-align: center;
  margin-bottom: 14px;
}
.guarant-deliv .guarant-deliv-item__txt {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-align: center;
  color: #181d27;
}
@media (max-width: 991px) {
  .guarant-deliv__box {
    flex-direction: column;
    align-items: center;
    gap: 0px;
  }
  .guarant-deliv__box::after {
    width: 150vw;
    height: 1px;
    top: 50%;
    left: -50vw;
    margin: 0 auto;
  }
  .guarant-deliv .guarant-deliv-item {
    padding: 40px 0;
  }
}

.indetails {
  padding-top: 100px;
  padding-bottom: 100px;
}
.indetails__box {
  display: flex;
}
.indetails__item {
  min-width: 50%;
  max-width: 50%;
}
.indetails__item:nth-child(1) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .indetails__item:nth-child(1) {
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.indetails__item:nth-child(2) {
  height: 750px;
}
@media (max-width: 991px) {
  .indetails__item:nth-child(2) {
    height: 615px;
  }
}
.indetails .indetailsSliderProds {
  max-width: 325px;
  margin-top: 26px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .indetails .indetailsSliderProds .swiper-slide {
    opacity: 0 !important;
    transition-duration: 0.23s;
  }
  .indetails .indetailsSliderProds .swiper-slide-active {
    opacity: 1 !important;
  }
}
@media (max-width: 767px) {
  .indetails .indetailsSliderProds {
    width: 100vw;
    padding-right: 32px;
  }
  .indetails .indetailsSliderProds .swiper-slide {
    min-width: 325px;
    max-width: 325px;
  }
  .indetails .indetailsSliderProds .swiper-slide .prod-card {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 370px) {
  .indetails .indetailsSliderProds .swiper-slide {
    min-width: 88vw;
    max-width: 88vw;
  }
}
.indetails .indetailsSliderProds .indetailsSliderProds-pagination {
  margin-top: 10px;
}
.indetails .indetailsSliderBig {
  position: relative;
  height: 100%;
}
.indetails .indetailsSliderBig .swiper-slide {
  width: 100%;
  height: 100%;
}
.indetails .indetailsSliderBig .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.indetails .indetailsSliderBig .indetailsSliderBig-prev,
.indetails .indetailsSliderBig .indetailsSliderBig-next {
  position: absolute;
  width: 50%;
  height: 100%;
  background-color: transparent;
  border: none;
  z-index: 5;
  top: 0;
}
.indetails .indetailsSliderBig .indetailsSliderBig-prev {
  left: 0;
}
.indetails .indetailsSliderBig .indetailsSliderBig-next {
  right: 0;
}
@media (max-width: 767px) {
  .indetails {
    padding-top: 86px;
    padding-bottom: 40px;
  }
  .indetails__box {
    flex-direction: column-reverse;
    gap: 27px;
  }
  .indetails__item {
    min-width: 100%;
    max-width: 100%;
  }
  .indetails__item:nth-child(1) {
    padding-left: 16px;
  }
  .indetails__item:nth-child(2) {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    padding: 0 16px;
  }
  .indetails .indetailsSliderProds {
    max-width: 100%;
    width: 100%;
  }
}

.reels-block {
  padding-top: 60px;
  padding-bottom: 90px;
}
.reels-block__title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-align: center;
  color: var(--gray-950);
}
@media (max-width: 767px) {
  .reels-block {
    padding-top: 40px;
    padding-bottom: 70px;
  }
}
.reels-block .reels-block-box {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 30px;
  position: relative;
}
.reels-block .reelsSlider-pagination {
  position: absolute;
  z-index: 10;
  bottom: -30px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.reels-block .reelsSlider {
  width: 100%;
  position: relative;
  padding-bottom: 107px;
}
.reels-block .reelsSlider .swiper-wrapper {
  display: flex;
  align-items: center;
  height: 564px !important;
}
.reels-block .reelsSlider .swiper-slide {
  min-width: 344px;
  max-width: 344px;
}
.reels-block .reelsSlider .swiper-slide .reels-item {
  height: 430px;
  transition: 0.34s;
}
@media (max-width: 360px) {
  .reels-block .reelsSlider .swiper-slide {
    min-width: 300px;
    max-width: 300px;
  }
}
.reels-block .swiper-slide-active .reels-item {
  height: 564px !important;
}
.reels-block .swiper-slide-active .reels-item__image {
  opacity: 0;
}
.reels-block .swiper-slide-active .reels-item__ico {
  opacity: 1;
  margin-bottom: 0;
}
.reels-block .swiper-slide-active .reels-product {
  bottom: -107px !important;
  transition-delay: 0.5s !important;
}
.reels-block .reelsSlider-btn-prev,
.reels-block .reelsSlider-btn-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 100px;
  background-color: #fff;
  position: absolute;
  border: none;
  z-index: 10;
  transition: 0.23s;
  padding: 0;
}
.reels-block .reelsSlider-btn-prev:hover,
.reels-block .reelsSlider-btn-next:hover {
  transform: scale(1.3);
}
.reels-block .reelsSlider-btn-prev {
  left: 70px;
  top: calc(50% - 60px);
}
.reels-block .reelsSlider-btn-prev svg {
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  .reels-block .reelsSlider-btn-prev {
    left: 4px;
  }
}
.reels-block .reelsSlider-btn-next {
  top: calc(50% - 60px);
  right: 70px;
}
@media (max-width: 767px) {
  .reels-block .reelsSlider-btn-next {
    right: 4px;
  }
}
.reels-block .reels-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  cursor: default;
}
.reels-block .reels-item__video {
  position: absolute;
  z-index: 4;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.reels-block .reels-item__video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.reels-block .reels-item__image {
  overflow: hidden;
  position: relative;
  height: 100%;
  width: 100%;
  z-index: 5;
  transition: 0.23s;
}
.reels-block .reels-item__image img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  transition: 0.6s;
}
.reels-block .reels-item__ico {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 100px;
  position: absolute;
  margin-bottom: -5px;
  opacity: 0;
  transition: 0.23s;
  right: 5px;
  bottom: 12px;
  z-index: 7;
}
.reels-block .reels-item__ico:hover {
  transform: scale(1.1);
}
.reels-block .reels-item .reels-product {
  background-color: #fff;
  border: 1px solid #dadada;
  width: 100%;
  height: 97px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  bottom: 0px;
  transition-delay: 0s;
  transition-duration: 0.34s;
}
.reels-block .reels-item .reels-product__box1 {
  display: flex;
  align-items: center;
  gap: 10px;
}
.reels-block .reels-item .reels-product__image {
  width: 63px;
  height: 77px;
}
.reels-block .reels-item .reels-product__image img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
.reels-block .reels-item .reels-product__name {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 133%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--gray-950);
}
.reels-block .reels-item .reels-product__price {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 14px;
  line-height: 114%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--gray-950);
  margin-top: 8px;
}
.reels-block .reels-item .reels-prod-tocart {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid #dadada;
  width: 26px;
  height: 26px;
  border-radius: 100px;
  background: transparent;
  transition: 0.23s;
}
.reels-block .reels-item .reels-prod-tocart:hover {
  border-color: #0A0D12;
}

.pagination-main {
  display: flex;
  justify-content: center;
}
.pagination-main .swiper-pagination-bullet {
  background-color: #e2e2e2;
  opacity: 1;
  width: 10px;
  height: 10px;
  margin-left: 4px;
  margin-right: 4px;
}
.pagination-main .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #000;
}

.insta-block {
  padding-top: 60px;
  padding-bottom: 60px;
}
.insta-block__pretitle {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-align: center;
  color: var(--gray-950);
  margin-bottom: clamp(14px, 2.267vw, 20px);
}
.insta-block__title {
  font-weight: 700;
  font-size: clamp(20px, 3.733vw, 36px);
  line-height: 100%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-align: center;
  color: var(--gray-950);
}
.insta-block .insta-block-box {
  margin-top: 40px;
  margin-bottom: 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.insta-block .instaSlider {
  width: 100%;
  display: flex;
  justify-self: center;
  position: relative;
}
.insta-block .instaSlider .swiper-slide {
  min-width: 344px;
  max-width: 344px;
}
.insta-block .instaSlider-btn-prev,
.insta-block .instaSlider-btn-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 100px;
  background-color: #fff;
  position: absolute;
  border: none;
  z-index: 10;
  transition: 0.23s;
  padding: 0;
}
.insta-block .instaSlider-btn-prev:hover,
.insta-block .instaSlider-btn-next:hover {
  transform: scale(1.3);
}
.insta-block .instaSlider-btn-prev {
  left: 70px;
  top: calc(50% - 17px);
}
.insta-block .instaSlider-btn-prev svg {
  transform: rotate(180deg);
}
.insta-block .instaSlider-btn-next {
  top: calc(50% - 17px);
  right: 70px;
}
.insta-block .instb-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 430px;
  cursor: default;
}
.insta-block .instb-item__image {
  overflow: hidden;
  position: relative;
  height: 100%;
  width: 100%;
}
.insta-block .instb-item__image img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  transition: 0.6s;
}
.insta-block .instb-item__image::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #000;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: 0.34s;
}
.insta-block .instb-item__ico {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background-color: #fdfdfd;
  border-radius: 100px;
  position: absolute;
  margin-bottom: -50px;
  opacity: 0;
  transition: 0.23s;
}
.insta-block .instb-item__ico:hover {
  transform: scale(1.1);
}
.insta-block .instb-item:hover .instb-item__image img {
  transform: scale(1.05);
}
.insta-block .instb-item:hover .instb-item__image::after {
  opacity: 0.3;
}
.insta-block .instb-item:hover .instb-item__ico {
  opacity: 1;
  margin-bottom: 0;
}
.insta-block__bottom {
  display: flex;
  justify-content: center;
}
@media (max-width: 330px) {
  .insta-block__bottom a {
    padding-left: 12px;
    padding-right: 12px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .insta-block {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .insta-block .insta-block-box {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .insta-block .instaSlider .swiper-slide {
    min-width: 291px;
    max-width: 291px;
  }
  .insta-block .instb-item {
    height: 364px;
  }
  .insta-block .instaSlider-btn-prev,
  .insta-block .instaSlider-btn-next {
    display: none;
  }
}

.pagemappagemap {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 50px;
  gap: 20px;
}
.pagemappagemap li a {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #181d27;
  text-align: center;
}
.pagemappagemap li a:hover {
  text-decoration: underline;
}

.cart-save-page {
  padding-top: 75px;
  padding-bottom: 100px;
}
.cart-save-page__box {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 50px;
}
@media (max-width: 991px) {
  .cart-save-page {
    padding-top: 25px;
  }
}
@media (max-width: 767px) {
  .cart-save-page {
    padding-top: 0px;
    padding-bottom: 80px;
  }
  .cart-save-page__box {
    padding-top: 24px;
  }
}

.cart-save-page-top {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.cart-save-page-top__title {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #a4a7ae;
  border-bottom: 1px solid #a4a7ae;
  border-right: 1px solid #181d27;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #a4a7ae;
  padding: 16px;
  transition: 0.23s;
}
.cart-save-page-top__title:last-child {
  border-right: none;
}
.cart-save-page-top__title.active {
  border-bottom: 1px solid #181d27;
  border-top: 1px solid #181d27;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #181d27;
}
.cart-save-page-top__title:hover {
  border-bottom: 1px solid #181d27;
  border-top: 1px solid #181d27;
  color: #181d27;
}
@media (max-width: 767px) {
  .cart-save-page-top__title {
    font-size: 14px;
    padding: 16px;
  }
}

.saved-list__bottom {
  display: flex;
  justify-content: center;
  margin-top: 44px;
}

.saved-item {
  display: flex;
  gap: 40px;
  border-bottom: 1px solid #a4a7ae;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .saved-item {
    gap: 12px;
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.saved-item:first-child {
  padding-top: 0;
}
.saved-item__image {
  overflow: hidden;
  min-width: 178px;
  max-width: 178px;
  height: 169px;
}
.saved-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 767px) {
  .saved-item__image {
    min-width: 100px;
    max-width: 100px;
    height: 154px;
  }
}
.saved-item__wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.saved-item__content {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 767px) {
  .saved-item__content {
    gap: 12px;
  }
}
.saved-item__options {
  display: grid;
  gap: 6px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #a4a7ae;
  margin-bottom: 14px;
}
@media (max-width: 767px) {
  .saved-item__options {
    margin-bottom: 8px;
  }
}
.saved-item__options li {
  display: flex;
  gap: 6px;
  align-items: center;
}
.saved-item__options li div {
  display: flex;
  gap: 6px;
  align-items: center;
}
.saved-item__options li div::after {
  width: 1px;
  height: 8px;
  background-color: #a4a7ae;
  position: relative;
  content: "";
  display: block;
  top: -1px;
}
@media (max-width: 575px) {
  .saved-item__options li div::after {
    display: none;
  }
}
.saved-item__options li div:last-child::after {
  display: none;
}
@media (max-width: 767px) {
  .saved-item .svi-o-desktop {
    display: none;
  }
}
.saved-item .svi-o-mobile {
  display: none;
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: 0.02em;
  color: #a4a7ae;
}
@media (max-width: 767px) {
  .saved-item .svi-o-mobile {
    display: flex;
  }
}
.saved-item__title a {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #181d27;
  line-height: 133%;
}
@media (max-width: 767px) {
  .saved-item__title a {
    font-size: 12px;
    letter-spacing: 0.03em;
  }
}
.saved-item__price {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #181d27;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .saved-item__price {
    margin-top: 8px;
  }
}
.saved-item__bottom {
  min-width: 100%;
  display: flex;
  justify-content: flex-end;
}
.saved-item__remove {
  padding: 0;
  border: none;
  background: transparent;
}
.saved-item__remove span {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-align: center;
  color: #535862;
  padding: 6px 0;
  display: flex;
  position: relative;
}
.saved-item__remove span::after {
  position: absolute;
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background-color: #a4a7ae;
  bottom: 0;
  left: 0;
  transition: 0.23s;
}
.saved-item__remove:hover span::after {
  width: 0;
}
.saved-item__remove svg {
  display: none;
}
@media (max-width: 767px) {
  .saved-item__remove span {
    display: none;
  }
  .saved-item__remove svg {
    display: flex;
  }
}
.saved-item .saved-item-add {
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.02em;
  padding: 16px 46px;
}
@media (max-width: 767px) {
  .saved-item .saved-item-add {
    font-size: 10px;
    padding: 9px 16px;
  }
}

.saved-list-loadmore {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #181d27;
  padding: 16px;
  width: 100%;
  max-width: 474px;
}
@media (max-width: 767px) {
  .saved-list-loadmore {
    font-size: 14px;
    padding: 12px;
    max-width: 100%;
  }
}

.cart-list .prod-itm-v2 {
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #a4a7ae;
}
.cart-list .prod-itm-v2:first-child {
  padding-top: 0;
}
.cart-list .prod-itm-v2__content {
  gap: 12px;
}
.cart-list .prod-itm-v2__image {
  min-width: 178px;
  max-width: 178px;
  height: 169px;
}
.cart-list .prod-itm-v2__title a {
  font-size: 16px;
}
.cart-list .prod-itm-v2__price {
  font-size: 16px;
}
.cart-list .prod-itm-v2 .pod-options2-top {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #a4a7ae;
  margin-bottom: 14px;
}
.cart-list .prod-itm-v2 .pod-options2-top li {
  display: flex;
  gap: 10px;
}
.cart-list .prod-itm-v2 .pod-options2-top li div {
  display: flex;
  gap: 10px;
  align-items: center;
}
.cart-list .prod-itm-v2 .pod-options2-top li div::after {
  position: relative;
  content: "";
  display: block;
  height: 8px;
  width: 1px;
  background-color: #a4a7ae;
  right: 0;
}
.cart-list .prod-itm-v2 .pod-options2-top li div:last-child::after {
  display: none;
}
@media (max-width: 767px) {
  .cart-list .prod-itm-v2 .pod-options2-top .pod-options2-desk {
    display: none;
  }
}
.cart-list .prod-itm-v2 .pod-options2-top .pod-options2-mob {
  display: none;
}
@media (max-width: 767px) {
  .cart-list .prod-itm-v2 .pod-options2-top .pod-options2-mob {
    display: flex;
  }
}
@media (max-width: 767px) {
  .cart-list .prod-itm-v2 .pod-options2-top {
    font-size: 12px;
    text-transform: inherit;
    margin-bottom: 8px;
  }
}
.cart-list .prod-itm-v2 .pod-options2 {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.02em;
  color: #a4a7ae;
  display: grid;
  gap: 10px;
}
.cart-list .prod-itm-v2 .pod-options2__color {
  display: none;
}
@media (max-width: 767px) {
  .cart-list .prod-itm-v2 .pod-options2__color {
    display: flex;
  }
}
@media (max-width: 767px) {
  .cart-list .prod-itm-v2 .pod-options2 {
    font-size: 12px;
    gap: 10px;
  }
}
.cart-list .prod-itm-v2 .desktop-prod-color {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #a4a7ae;
}
.cart-list .prod-itm-v2 .prod-itm-v2__box2 {
  width: 50%;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .cart-list .prod-itm-v2 .prod-itm-v2__box2 {
    width: auto;
    flex-direction: column-reverse;
    gap: 40px;
  }
}
.cart-list .prod-itm-v2 .counter-box {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.cart-list .prod-itm-v2 .counter-box .counter-label {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #a4a7ae;
}
@media (max-width: 767px) {
  .cart-list .prod-itm-v2 .counter-box .counter-label {
    display: none;
  }
}
.cart-list .prod-itm-v2 .rm-prod {
  gap: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-align: center;
  color: #535862;
}
@media (max-width: 767px) {
  .cart-list .prod-itm-v2 .rm-prod span {
    display: none;
  }
}
@media (max-width: 767px) {
  .cart-list .prod-itm-v2 {
    padding-top: 24px;
    padding-bottom: 24px;
    gap: 12px;
  }
  .cart-list .prod-itm-v2 .mob-prod-article {
    display: flex;
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    letter-spacing: 0.02em;
    color: #a4a7ae;
    margin-bottom: 8px;
  }
  .cart-list .prod-itm-v2__title a {
    font-size: 12px;
  }
  .cart-list .prod-itm-v2__image {
    min-width: 100px;
    max-width: 100px;
    height: 154px;
  }
  .cart-list .prod-itm-v2__content {
    position: relative;
  }
  .cart-list .prod-itm-v2__price {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 14px;
  }
  .cart-list .prod-itm-v2 .prod-itm-v2-options {
    gap: 10px;
  }
  .cart-list .prod-itm-v2 .desktop-prod-article {
    display: none !important;
  }
  .cart-list .prod-itm-v2 .counter {
    position: absolute;
    bottom: 25px;
    right: -5px;
    min-width: 71px;
    max-width: 71px;
    height: 20px;
    border: none;
  }
}

.cart-page-bottom {
  display: flex;
  justify-content: flex-end;
  margin-top: 40px;
}
.cart-page-bottom__box {
  width: 100%;
  max-width: 584px;
}

.cart-summary {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #535862;
  margin-top: 40px;
  margin-bottom: 40px;
  display: grid;
  gap: 12px;
}
.cart-summary .cart-summary-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cart-summary__val {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 20px;
  line-height: 80%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #181d27;
}
@media (max-width: 767px) {
  .cart-summary {
    margin-top: 24px;
    margin-bottom: 24px;
    font-size: 14px;
  }
  .cart-summary__val {
    font-size: 16px;
  }
}

.cart-nav {
  display: flex;
  gap: 20px;
}
@media (max-width: 575px) {
  .cart-nav {
    flex-direction: column-reverse;
    gap: 8px;
  }
}

.cart-nav-back {
  width: 50%;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.02em;
  padding: 16px;
  display: flex;
  justify-content: center;
}
@media (max-width: 575px) {
  .cart-nav-back {
    width: 100%;
    font-size: 14px;
    padding: 12px;
    line-height: 120%;
    height: 40px;
  }
}

.cart-nav-topay {
  width: 50%;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.02em;
  padding: 16px;
  display: flex;
  justify-content: center;
  margin-top: 0;
}
@media (max-width: 575px) {
  .cart-nav-topay {
    width: 100%;
    font-size: 14px;
    padding: 12px;
    line-height: 120%;
    height: 40px;
  }
}

.btn-sm-light {
  font-size: 10px;
  line-height: 160%;
  padding: 6px 16px;
  margin-top: 16px;
}

.needlogin1 {
  margin-top: 16px;
}

.cart-bonus-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.cart-bonus-line__main {
  display: flex;
  gap: 6px;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.02em;
  color: #181d27;
}
.cart-bonus-line__main span {
  font-size: 16px;
  color: #039855;
}
.cart-bonus-line__expire {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: 0.02em;
  color: #535862;
}

.log-reg-page {
  position: relative;
  min-height: 900px;
}
.log-reg-page .container {
  display: flex;
}
.log-reg-page__wrap {
  width: 50%;
}
.log-reg-page__inner {
  width: 100%;
  max-width: 490px;
}
.log-reg-page__image {
  width: 50%;
  height: 1025px;
  bottom: 0;
  position: absolute;
  overflow: hidden;
  left: 50%;
}
.log-reg-page__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.log-reg-page__optionbox {
  margin-top: 160px;
}
.log-reg-page .log-reg-title {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #181d27;
  margin-bottom: 20px;
}
.log-reg-page p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0.02em;
  color: #181d27;
}
.log-reg-page .log-reg-options {
  margin-top: 40px;
  gap: 12px;
  display: flex;
  flex-direction: column;
}
.log-reg-page .log-reg-options a, .log-reg-page .log-reg-options button {
  justify-content: center;
  margin: 0;
}
.log-reg-page .login-box {
  margin-top: 100px;
}
@media (max-width: 991px) {
  .log-reg-page .login-box {
    margin-top: 0;
  }
}
.log-reg-page .reg-log-form {
  margin-top: 40px;
}
.log-reg-page .reg-log-form button {
  width: 100%;
  justify-content: center;
}
.log-reg-page .reg-log-form__box {
  display: grid;
  gap: 20px;
}
@media (max-width: 767px) {
  .log-reg-page .reg-log-form {
    margin-top: 28px;
  }
}
.log-reg-page .lost-pass-v {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.02em;
  color: #181d27;
  margin-top: 10px;
}
.log-reg-page .lost-pass-v a {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.02em;
  color: #181d27;
  text-decoration: underline;
}
.log-reg-page .lost-pass-v a:hover {
  text-decoration: none;
}
.log-reg-page .line-or {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-align: center;
  color: #181d27;
  margin-top: 14px;
  margin-bottom: 14px;
  display: flex;
  justify-content: center;
}
.log-reg-page .log-or-reg {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 14px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-align: center;
  color: #181d27;
}
.log-reg-page .log-or-reg a {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-align: center;
  color: #181d27;
  position: relative;
  padding-top: 4px;
  padding-bottom: 4px;
}
.log-reg-page .log-or-reg a::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #a4a7ae;
  transition: 0.23s;
  left: 0;
}
.log-reg-page .log-or-reg a:hover::after {
  width: 0;
}
@media (max-width: 767px) {
  .log-reg-page .log-or-reg {
    gap: 8px;
  }
}
.log-reg-page .l-btn-login {
  height: 48px;
  margin-top: 40px;
  align-items: center;
}
@media (max-width: 767px) {
  .log-reg-page .l-btn-login {
    margin-top: 28px;
    font-size: 14px;
    padding: 12px;
  }
}
.log-reg-page .g-login-option {
  height: 48px;
  gap: 17px;
  align-items: center;
}
@media (max-width: 767px) {
  .log-reg-page .g-login-option {
    font-size: 14px;
    padding: 12px;
  }
}
.log-reg-page .reg-agreements {
  display: grid;
  gap: 14px;
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .log-reg-page {
    min-height: 800px;
  }
  .log-reg-page__image {
    width: 40%;
    height: 925px;
    left: 60%;
  }
}
@media (max-width: 991px) {
  .log-reg-page {
    min-height: auto;
  }
  .log-reg-page__wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .log-reg-page__image {
    display: none;
  }
  .log-reg-page__optionbox {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .log-reg-page__wrap {
    padding-top: 20px;
  }
  .log-reg-page .log-reg-title {
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.02em;
    text-transform: inherit;
    margin-bottom: 24px;
    text-align: center;
  }
  .log-reg-page p {
    text-align: center;
    font-size: 14px;
  }
  .log-reg-page .log-reg-options {
    border-top: 1px solid #a4a7ae;
    margin-top: 24px;
    padding-top: 24px;
    gap: 8px;
  }
}

.thankyou-page {
  padding-top: 84px;
  padding-bottom: 130px;
}
@media (max-width: 767px) {
  .thankyou-page {
    padding-top: 10px;
    padding-bottom: 60px;
  }
}

.thankyou-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.thankyou-box__title {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 40px;
  letter-spacing: 0.02em;
  color: #181d27;
  text-align: center;
}
.thankyou-box p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 144%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-align: center;
  color: #181d27;
}
.thankyou-box__block {
  display: grid;
  gap: 12px;
  position: relative;
  padding-top: 24px;
  margin-top: 24px;
  width: 100%;
  max-width: 507px;
}
.thankyou-box__block::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #a4a7ae;
  height: 1px;
  width: 100%;
  max-width: 315px;
}
.thankyou-box__block:nth-child(1) {
  padding-top: 0;
}
.thankyou-box__block:nth-child(1)::after {
  display: none;
}
.thankyou-box .th-to-catalog {
  margin-top: 54px;
}
@media (max-width: 767px) {
  .thankyou-box__title {
    font-size: 18px;
    font-weight: 700;
  }
  .thankyou-box p {
    font-size: 14px;
    text-transform: inherit;
  }
  .thankyou-box__number p {
    text-transform: uppercase;
  }
  .thankyou-box__confirm {
    max-width: 190px;
    margin: 0 auto;
  }
  .thankyou-box__block::after {
    max-width: 100%;
  }
  .thankyou-box .th-to-catalog {
    margin-top: 24px;
    padding: 12px;
    font-size: 14px;
    width: 100%;
    justify-content: center;
  }
}

strong {
  font-weight: 700;
}

.th-prod-list {
  margin-top: 120px;
}
.th-prod-list__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--gray-950);
  margin-bottom: 26px;
}
.th-prod-list__box {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 68px 20px;
}
.th-prod-list .prod-card .prod-card-top {
  height: 380px;
}
@media (max-width: 1199px) {
  .th-prod-list__box {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 991px) {
  .th-prod-list__box {
    grid-template-columns: repeat(3, 1fr);
    gap: 28px 16px;
  }
  .th-prod-list .prod-card .prod-card-top {
    height: 330px;
  }
}
@media (max-width: 767px) {
  .th-prod-list {
    margin-top: 60px;
  }
  .th-prod-list__title {
    font-size: 16px;
    margin-bottom: 24px;
  }
  .th-prod-list__box {
    grid-template-columns: repeat(3, 1fr);
    gap: 28px 12px;
  }
  .th-prod-list .prod-card .prod-card-top {
    height: 257px;
  }
}
@media (max-width: 575px) {
  .th-prod-list__box {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px 12px;
  }
}

.account-main {
  padding-top: 80px;
  padding-bottom: 130px;
}
.account-main__hello {
  margin-bottom: 66px;
}
.account-main__maintitle {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 48px;
  letter-spacing: 0.02em;
  color: #000;
}
.account-main__box {
  display: flex;
  gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
}
.account-main__content {
  width: 100%;
  max-width: 866px;
}
.account-main .account-desk-nav {
  display: grid;
  gap: 36px;
  width: 100%;
  max-width: 270px;
}
.account-main .account-desk-nav__item {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  line-height: 80%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #181d27;
  padding-left: 20px;
  position: relative;
  cursor: pointer;
}
.account-main .account-desk-nav__item::before {
  display: block;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 0px;
  background-color: #000;
  transition: 0.23s;
}
.account-main .account-desk-nav__item.active {
  font-weight: 700;
}
.account-main .account-desk-nav__item.active::before {
  width: 3px;
}
.account-main .accounttab-item__content {
  display: none;
}
.account-main .accounttab-item__top {
  display: none;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  font-weight: 400;
  font-size: 14px;
  line-height: 114%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #181d27;
}
.account-main .accounttab-item__top svg path {
  transition: 0.23s;
}
@media (min-width: 992px) {
  .account-main .accounttab-item.active .accounttab-item__content {
    display: block;
  }
}
.account-main .accounttab-item__topbox {
  border-bottom: 1px solid #a4a7ae;
  padding-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.account-main .accounttab-item__desktitle {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #000;
}
.account-main .accounttab-item__desk-content {
  padding-top: 30px;
}
.account-main .accounttab-item__desk-content .add-adress-btn {
  display: none;
  margin-top: 0;
}
@media (max-width: 991px) {
  .account-main .accounttab-item__desk-content .add-adress-btn {
    display: flex;
    width: 100%;
    margin-top: 0;
    margin-bottom: 30px;
  }
}
.account-main .acc-orders-no {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.account-main .acc-orders-no img, .account-main .acc-orders-no svg {
  margin-bottom: 24px;
}
.account-main .acc-orders-no__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 415px;
}
.account-main .acc-orders-no__title {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #181d27;
  text-align: center;
  margin-bottom: 24px;
}
.account-main .acc-orders-no p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-align: center;
  color: #181d27;
}
.account-main .acc-orders-no a, .account-main .acc-orders-no button {
  margin-top: 30px;
}
.account-main .acc-orders .acc-order-item {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #a4a7ae;
}
.account-main .acc-orders .acc-order-item:first-child {
  padding-top: 0;
}
.account-main .acc-orders .acc-order-item__wrap {
  display: flex;
  gap: 26px;
  position: relative;
}
.account-main .acc-orders .acc-order-item__image {
  min-width: 108px;
  max-width: 108px;
  height: 120px;
  overflow: hidden;
  display: flex;
}
.account-main .acc-orders .acc-order-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.account-main .acc-orders .acc-order-item__main {
  display: flex;
  gap: 15px;
  align-items: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 590px;
}
@media (max-width: 1199px) {
  .account-main .acc-orders .acc-order-item__main {
    flex-direction: column;
    padding-right: 26px;
  }
}
.account-main .acc-orders .acc-order-item__box {
  width: 55%;
  max-width: 260px;
}
@media (max-width: 1199px) {
  .account-main .acc-orders .acc-order-item__box {
    max-width: 100%;
  }
}
.account-main .acc-orders .acc-order-item__options {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px 10px;
}
.account-main .acc-orders .acc-order-item__options span {
  display: flex;
  gap: 10px;
  align-items: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.02em;
  color: #767676;
}
.account-main .acc-orders .acc-order-item__options span::after {
  height: 8px;
  width: 1px;
  background-color: #a4a7ae;
  position: relative;
  display: block;
  content: "";
}
.account-main .acc-orders .acc-order-item__options span:last-child::after {
  display: none;
}
@media (min-width: 992px) {
  .account-main .acc-orders .acc-order-item .ac-order-option-absl {
    position: absolute;
  }
}
.account-main .acc-orders .acc-order-item__title {
  margin-top: 21px;
  margin-bottom: 13px;
}
@media (min-width: 992px) {
  .account-main .acc-orders .acc-order-item__title {
    margin-top: 39px;
  }
}
.account-main .acc-orders .acc-order-item__title a {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #181d27;
  transition: 0.23s;
}
.account-main .acc-orders .acc-order-item__title a:hover {
  opacity: 0.7;
}
.account-main .acc-orders .acc-order-item__price {
  display: flex;
  margin-bottom: 14px;
}
.account-main .acc-orders .acc-order-item__price span {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #181d27;
}
.account-main .acc-orders .acc-order-item__secondary {
  display: flex;
  justify-content: flex-end;
  margin-top: 32px;
  width: auto;
}
@media (max-width: 1199px) {
  .account-main .acc-orders .acc-order-item__secondary {
    justify-content: flex-start;
    margin-top: 0;
  }
}
.account-main .acc-orders .acc-order-item__status {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 20px;
  width: auto;
  min-width: 170px;
  height: 32px;
  gap: 10px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fdfdfd;
}
.account-main .acc-orders .acc-order-item__status svg {
  min-width: 24px;
  max-width: 24px;
}
.account-main .acc-orders .acc-order-item__status.ord-delivered {
  background: #32d583;
}
.account-main .acc-orders .acc-order-item__status.ord-progress {
  background: #fdb022;
}
.account-main .acc-orders .acc-order-item__status.ord-processing {
  background: rgba(255, 153, 0, 0.6);
  width: auto;
  color: #181d27;
  padding: 6px 14px;
  text-transform: inherit;
}
.account-main .acc-orders .acc-order-item__status.ord-sent {
  background: #6ce9a6;
  width: auto;
  padding: 6px 8px;
  white-space: nowrap;
  font-size: 12px;
}
@media (max-width: 767px) {
  .account-main .acc-orders .acc-order-item__status.ord-sent {
    font-size: 9px;
    padding: 6px;
  }
}
.account-main .acc-orders .acc-order-item__status.ord-sent-v2 {
  background: #0ea95c;
  width: auto;
  padding: 6px 8px;
  white-space: nowrap;
  font-size: 12px;
}
@media (max-width: 767px) {
  .account-main .acc-orders .acc-order-item__status.ord-sent-v2 {
    font-size: 9px;
    padding: 6px;
  }
}
@media (max-width: 350px) {
  .account-main .acc-orders .acc-order-item__status.ord-sent-v2 {
    font-size: 8px;
    padding: 6px 3px;
  }
}
.account-main .acc-orders .acc-order-item__status.ord-inactive {
  color: #8e282a;
  background: #fae6e5;
}
.account-main .acc-orders .acc-order-item__status.ord-part-delivered {
  color: #6c4300;
  background: #f6e7c8;
}
.account-main .acc-orders .acc-order-item__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.23s;
  position: absolute;
  right: 0;
}
@media (max-width: 1199px) {
  .account-main .acc-orders .acc-order-item__btn {
    top: 0;
  }
}
.account-main .acc-orders .acc-order-item .acc-order-details-wrap {
  margin-left: 134px;
  width: 100%;
  max-width: 590px;
}
@media (max-width: 1199px) {
  .account-main .acc-orders .acc-order-item .acc-order-details-wrap {
    margin-left: 0px;
  }
}
.account-main .acc-orders .acc-order-item .acc-order-details {
  border-top: 0.5px solid #a4a7ae;
  padding-top: 26px;
  margin-top: 26px;
  display: none;
}
.account-main .acc-orders .acc-order-item .acc-order-details__title {
  margin-bottom: 26px;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #181d27;
}
.account-main .acc-orders .acc-order-item .acc-order-details__list {
  display: grid;
  gap: 16px;
}
.account-main .acc-orders .acc-order-item .acc-order-details__item {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}
.account-main .acc-orders .acc-order-item .acc-order-details__lbl {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.02em;
  color: #181d27;
}
.account-main .acc-orders .acc-order-item .acc-order-details__val {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.02em;
  color: #181d27;
  max-width: 300px;
  text-align: right;
}
.account-main .acc-orders .acc-order-item .acc-order-details__bottom .btn {
  width: 100%;
  justify-content: center;
  margin-top: 26px;
}
.account-main .acc-orders .acc-order-item.open .acc-order-item__btn {
  transform: rotate(180deg);
}
.account-main .acc-orders__bottom {
  display: flex;
  justify-content: center;
  padding-top: 30px;
  width: 100%;
}
.account-main .acc-orders__bottom .acc-orders-loadbtn {
  width: 100%;
  max-width: 474px;
  font-size: 16px;
  padding: 16px;
}
@media (max-width: 767px) {
  .account-main .acc-orders__bottom {
    padding-top: 20px;
  }
  .account-main .acc-orders__bottom .acc-orders-loadbtn {
    font-size: 14px;
  }
}
.account-main .acc-personaldata__list {
  display: grid;
  gap: 36px;
  margin-bottom: 50px;
}
.account-main .acc-personaldata__box {
  display: flex;
  gap: 60px;
}
.account-main .acc-personaldata__item {
  min-width: 150px;
}
.account-main .acc-personaldata__lbl {
  display: flex;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 114%;
  letter-spacing: 0.02em;
  color: #535862;
}
.account-main .acc-personaldata__val {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.02em;
  color: #000;
}
.account-main .acc-personaldata__bottom {
  display: flex;
  justify-content: center;
}
.account-main .acc-personaldata__bottom button {
  width: 100%;
  max-width: 474px;
}
.account-main .add-adress-btn {
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.02em;
  margin-top: 0;
  gap: 10px;
  justify-content: center;
  padding: 16px 46px;
}
.account-main .acc-address-list .acc-address-item {
  border-bottom: 1px solid #a4a7ae;
  padding-top: 30px;
  padding-bottom: 30px;
}
.account-main .acc-address-list .acc-address-item:first-child {
  padding-top: 0;
}
.account-main .acc-address-list .acc-address-item__top {
  margin-bottom: 18px;
  display: flex;
  justify-content: space-between;
}
.account-main .acc-address-list .acc-address-item__title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.02em;
  color: #000;
}
.account-main .acc-address-list .acc-address-item__checkmark {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 18px;
  max-width: 18px;
  min-height: 18px;
  max-height: 18px;
  background-color: #fff;
  border: 1px solid #D5D7DA;
  border-radius: 50px;
  cursor: pointer;
  transition: 0.23s;
}
.account-main .acc-address-list .acc-address-item__checkmark::after {
  display: block;
  content: "";
  position: relative;
  width: 10px;
  height: 10px;
  background-color: #181d27;
  border-radius: 50px;
  opacity: 0;
  transition: 0.23s;
}
.account-main .acc-address-list .acc-address-item__checkmark:hover {
  border-color: #181d27;
}
.account-main .acc-address-list .acc-address-item__input {
  display: none;
}
.account-main .acc-address-list .acc-address-item__input:checked + .acc-address-item__checkmark {
  border-color: #181d27;
}
.account-main .acc-address-list .acc-address-item__input:checked + .acc-address-item__checkmark::after {
  opacity: 1;
}
.account-main .acc-address-list .acc-address-item__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 12px;
}
.account-main .acc-address-list .acc-address-item__box {
  display: grid;
  gap: 10px;
}
.account-main .acc-address-list .acc-address-item__val {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.02em;
  color: #000;
}
.account-main .acc-address-list .acc-address-item .acc-address-edit-btn {
  font-size: 16px;
  padding: 16px;
  width: 100%;
  max-width: 248px;
}
.account-main .acc-bonuses {
  width: 100%;
  max-width: 543px;
}
.account-main .acc-bonuses__active {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #181d27;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.account-main .acc-bonuses__active span {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #000;
}
.account-main .acc-bonuses__item {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #a4a7ae;
}
.account-main .acc-bonuses__date {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #a4a7ae;
}
.account-main .acc-bonuses__bonus_added {
  font-weight: 700;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.02em;
  color: #181d27;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
  margin-bottom: 4px;
}
.account-main .acc-bonuses__bonus_added span {
  font-weight: 700;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0.02em;
  color: #039855;
}
.account-main .acc-bonuses__dateexpire {
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: 0.02em;
  color: #535862;
}
@media (max-width: 991px) {
  .account-main__hello {
    margin-bottom: 34px;
  }
  .account-main__maintitle {
    font-size: 24px;
    text-align: center;
  }
  .account-main .account-desk-nav {
    display: none;
  }
  .account-main .accounttabs {
    display: grid;
    gap: 18px;
  }
  .account-main .accounttab-item {
    border-bottom: 1px solid #e9eaeb;
    padding-bottom: 18px;
  }
  .account-main .accounttab-item .accounttab-item__top {
    display: flex;
  }
  .account-main .accounttab-item__topbox {
    display: none;
  }
  .account-main .accounttab-item.active .accounttab-item__top svg path:nth-child(2) {
    opacity: 0;
  }
  .account-main .accounttab-item.active .accounttab-item__title {
    font-weight: 700;
  }
  .account-main .acc-bonuses {
    max-width: 100%;
  }
  .account-main .acc-bonuses__active {
    font-size: 14px;
    margin-bottom: 0px;
  }
  .account-main .acc-bonuses__active span {
    font-size: 20px;
  }
  .account-main .acc-bonuses__item {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .account-main .acc-bonuses__item:nth-child(1) {
    border-top: none;
  }
}
@media (max-width: 767px) {
  .account-main {
    padding-top: 10px;
    padding-bottom: 60px;
  }
  .account-main .acc-orders-no {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .account-main .acc-orders-no img, .account-main .acc-orders-no svg {
    margin-bottom: 20px;
  }
  .account-main .acc-orders-no__box {
    max-width: 415px;
  }
  .account-main .acc-orders-no__title {
    font-size: 14px;
    margin-bottom: 14px;
  }
  .account-main .acc-orders-no p {
    font-size: 12px;
  }
  .account-main .acc-orders-no a, .account-main .acc-orders-no button {
    margin-top: 20px;
  }
  .account-main .acc-orders .acc-order-item {
    position: relative;
    border-bottom: 0.5px solid #a4a7ae;
  }
  .account-main .acc-orders .acc-order-item:last-child {
    border-bottom: none;
  }
  .account-main .acc-orders .acc-order-item__wrap {
    gap: 16px;
  }
  .account-main .acc-orders .acc-order-item__image {
    min-width: 73px;
    max-width: 73px;
    height: 81px;
  }
  .account-main .acc-orders .acc-order-item__main {
    gap: 14px;
    width: 100%;
    flex-direction: column;
    padding-right: 0;
  }
  .account-main .acc-orders .acc-order-item__box {
    width: 100%;
    padding-right: 26px;
  }
  .account-main .acc-orders .acc-order-item__options span {
    font-size: 12px;
  }
  .account-main .acc-orders .acc-order-item__title {
    margin-top: 10px;
    margin-bottom: 14px;
  }
  .account-main .acc-orders .acc-order-item__title a {
    font-size: 14px;
  }
  .account-main .acc-orders .acc-order-item__price {
    margin-bottom: 10px;
  }
  .account-main .acc-orders .acc-order-item__price span {
    font-size: 14px;
  }
  .account-main .acc-orders .acc-order-item__secondary {
    margin-top: 0px;
    width: 100%;
  }
  .account-main .acc-orders .acc-order-item__status {
    padding: 6px 11px;
    min-width: 136px;
    width: auto;
    height: 30px;
    font-size: 12px;
  }
  .account-main .acc-orders .acc-order-item__status svg {
    min-width: 18px;
    max-width: 18px;
    height: 18px;
  }
  .account-main .acc-orders .acc-order-item__btn {
    position: absolute;
    top: 0px;
    right: 0;
  }
  .account-main .acc-orders .acc-order-item .acc-order-details-wrap {
    margin-left: 0;
  }
  .account-main .acc-orders .acc-order-item .acc-order-details {
    padding-top: 30px;
    margin-top: 26px;
  }
  .account-main .acc-orders .acc-order-item .acc-order-details__title {
    font-size: 14px;
  }
  .account-main .acc-orders .acc-order-item .acc-order-details__list {
    gap: 14px;
  }
  .account-main .acc-orders .acc-order-item .acc-order-details__item {
    gap: 8px;
  }
  .account-main .acc-orders .acc-order-item .acc-order-details__lbl {
    font-size: 12px;
    min-width: 100px;
    max-width: 100px;
  }
  .account-main .acc-orders .acc-order-item .acc-order-details__val {
    font-weight: 700;
    font-size: 12px;
    max-width: 100%;
  }
  .account-main .acc-personaldata__list {
    gap: 20px;
    margin-bottom: 30px;
  }
  .account-main .acc-personaldata__box {
    gap: 12px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .account-main .acc-personaldata__lbl {
    font-size: 14px;
  }
  .account-main .acc-personaldata__val {
    font-size: 14px;
  }
  .account-main .acc-personaldata__bottom button {
    max-width: 474px;
  }
  .account-main .acc-address-list .acc-address-item {
    border-bottom: 0.5px solid #a4a7ae;
  }
  .account-main .acc-address-list .acc-address-item:last-child {
    border: none;
    padding-bottom: 12px;
  }
  .account-main .acc-address-list .acc-address-item__content {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
  }
  .account-main .acc-address-list .acc-address-item .acc-address-edit-btn {
    max-width: 100%;
  }
}

.ac-det-box-wrap-sent {
  padding-top: 26px;
}

.ac-det-box__title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #181d27;
  margin-bottom: 26px;
}
.ac-det-box__titleV2 {
  margin-bottom: 6px;
}
.ac-det-box__p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.02em;
  color: #767676;
  margin-bottom: 16px;
}
.ac-det-box__list {
  display: grid;
  gap: 16px;
}
.ac-det-box .ac-det-box-item {
  display: flex;
  justify-content: space-between;
  gap: 8px;
}
.ac-det-box .ac-det-box-item__val1 {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.02em;
  text-decoration: underline;
  color: #181d27;
}
.ac-det-box .ac-det-box-item__val1:hover {
  text-decoration: none;
}
.ac-det-box .ac-det-box-item__val2 {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.02em;
  color: #181d27;
  text-align: right;
}
.ac-det-box .ac-det-box-item__lbl {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.02em;
  color: #767676;
  text-align: right;
}

.ac-det-box-ordernum {
  border-bottom: 0.5px solid #a4a7ae;
  padding-bottom: 26px;
  margin-bottom: 26px;
}

@media (max-width: 767px) {
  .ac-det-box__title {
    font-size: 16px;
    margin-bottom: 14px;
  }
  .ac-det-box__titleV2 {
    margin-bottom: 6px;
  }
  .ac-det-box__p {
    font-size: 12px;
    margin-bottom: 16px;
  }
  .ac-det-box__list {
    gap: 12px;
  }
  .ac-det-box .ac-det-box-item {
    gap: 8px;
  }
  .ac-det-box .ac-det-box-item__val1 {
    font-size: 12px;
  }
  .ac-det-box .ac-det-box-item__val2 {
    font-size: 12px;
  }
  .ac-det-box .ac-det-box-item__lbl {
    font-size: 12px;
  }
}
.acc-message {
  padding: 8px 12px;
  width: 100%;
  margin-top: 15px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.02em;
}
.acc-message--red {
  color: #8e282a;
  background: #fae6e5;
}
.acc-message--grey {
  color: #4c4c4c;
  background: #e8e8e8;
}

.address-btn-rm {
  display: flex;
  justify-content: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #b42318;
  transition: 0.23s;
  border: none;
  background: transparent;
  padding: 0;
}
.address-btn-rm:hover {
  opacity: 0.8;
}

.modal-accv1-inpbox {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.refund-date-expire {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.02em;
  color: #a4a7ae !important;
}

.acc-i-txt-block {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #181d27;
  max-width: 369px;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .acc-i-txt-block {
    margin-bottom: 20px;
  }
}

.acc-ttn {
  margin-top: 14px;
}
.acc-ttn__form {
  display: flex;
  gap: 14px;
}
.acc-ttn__input {
  width: 100%;
  display: flex;
}
.acc-ttn__input input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #181d27;
  height: 36px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #181d27;
  text-transform: inherit;
}
.acc-ttn__input input::placeholder {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #a4a7ae;
}
.acc-ttn__btn {
  margin-top: 0;
  font-size: 12px;
  line-height: 120%;
  padding: 10px 33px;
  align-items: center;
}
.acc-ttn__messagebox {
  margin-top: 10px;
}
.acc-ttn .acc-ttn-msg {
  margin-top: 10px;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.02em;
  color: #767676;
}
.acc-ttn .acc-ttn-msg__ic {
  display: flex;
  align-items: center;
}

.ttn-modal-box p {
  margin-bottom: 30px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-align: center;
  color: #181d27;
}
@media (max-width: 767px) {
  .ttn-modal-box p {
    text-align: left;
  }
}
.ttn-modal-box .btn {
  width: 100%;
  justify-content: center;
  margin-top: 0;
}

.modal-refund .modal-box {
  max-width: 935px;
}
.modal-refund .modal-title {
  text-align: left;
  margin-bottom: 25px;
}
.modal-refund__wrap {
  display: flex;
}
.modal-refund__box1 {
  width: 50%;
  padding-right: 40px;
  border-right: 1px dashed #a4a7ae;
}
.modal-refund__box2 {
  width: 50%;
  padding-left: 40px;
}
.modal-refund .refund-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #a4a7ae;
  border-bottom: 1px solid #a4a7ae;
}
.modal-refund .refund-head .refund-head-item {
  min-width: 155px;
}
.modal-refund .refund-head .refund-head-item__lbl {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #535862;
  display: flex;
  margin-bottom: 14px;
}
.modal-refund .refund-head .refund-head-item__val {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 16px;
  line-height: 87%;
  text-transform: uppercase;
  color: #181d27;
}
.modal-refund .refund-list {
  margin-top: 20px;
}
.modal-refund .refund-list__wrap {
  padding-right: 20px;
  display: grid;
  gap: 10px;
  height: 100%;
  max-height: 409px;
  overflow: auto;
}
.modal-refund .refund-list__wrap::-webkit-scrollbar {
  width: 6px;
}
.modal-refund .refund-list__wrap::-webkit-scrollbar-track {
  background: #e9eaeb;
  border-radius: 10px;
}
.modal-refund .refund-list__wrap::-webkit-scrollbar-thumb {
  background: #181d27;
  border-radius: 37px;
}
.modal-refund .refund-prod {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  cursor: pointer;
}
.modal-refund .refund-prod input {
  display: none;
}
.modal-refund .refund-prod__checkmark {
  min-width: 18px;
  max-width: 18px;
  min-height: 18px;
  max-height: 18px;
  border: 1px solid #D5D7DA;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-refund .refund-prod__checkmark svg {
  opacity: 0;
  transform: 0.23s;
}
.modal-refund .refund-prod__input:checked + .refund-prod__checkmark {
  background: #181d27;
  border-color: #181d27;
}
.modal-refund .refund-prod__input:checked + .refund-prod__checkmark svg {
  opacity: 1;
}
.modal-refund .refund-prod__wrap {
  display: flex;
  gap: 10px;
  width: 100%;
}
.modal-refund .refund-prod__image {
  min-width: 63px;
  min-height: 63px;
  max-width: 63px;
  max-height: 63px;
}
.modal-refund .refund-prod__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.modal-refund .refund-prod__main {
  width: 100%;
}
.modal-refund .refund-prod__det {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 10px;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #a4a7ae;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  display: flex;
  gap: 10px;
}
.modal-refund .refund-prod__det span {
  display: flex;
  align-items: center;
  gap: 10px;
}
.modal-refund .refund-prod__det span::after {
  display: block;
  content: "";
  position: relative;
  background-color: #a4a7ae;
  width: 1px;
  height: 8px;
}
.modal-refund .refund-prod__det span:last-child::after {
  display: none;
}
.modal-refund .refund-prod__line {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.modal-refund .refund-prod__title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #181d27;
}
.modal-refund .refund-prod__price {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 12px;
  line-height: 133%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #181d27;
}
.modal-refund .refund-prod__detV2 {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 10px;
  line-height: 130%;
  letter-spacing: 0.02em;
  color: #a4a7ae;
  margin-top: 10px;
  display: flex;
  gap: 23px;
  flex-wrap: wrap;
}
.modal-refund .ref-reason-top__title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #181d27;
  margin-bottom: 14px;
}
.modal-refund .ref-reason-inputs input::placeholder {
  color: #a4a7ae;
}
.modal-refund .ref-reason-comment {
  margin-top: 30px;
}
.modal-refund .ref-reason-comment__label {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 10px;
  line-height: 160%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #a4a7ae;
}
.modal-refund .ref-reason-file {
  display: flex;
  justify-content: space-between;
  margin-top: 6px;
}
.modal-refund .ref-reason-file__files {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
.modal-refund .ref-reason-file__files .ref-reason-file-item {
  display: flex;
  gap: 6px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 10px;
  line-height: 160%;
  letter-spacing: 0.02em;
  color: #54585e;
  border: 1px solid #eee;
  padding: 4px 6px;
  white-space: nowrap;
}
.modal-refund .ref-reason-file__files .ref-reason-file-item__remove {
  cursor: pointer;
}
.modal-refund .ref-reason-file__input label {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 10px;
  line-height: 160%;
  letter-spacing: 0.02em;
  color: #54585e;
  border: 1px solid #eee;
  padding: 4px 6px;
  white-space: nowrap;
  cursor: pointer;
  transition: 0.23s;
}
.modal-refund .ref-reason-file__input label:hover {
  border-color: rgba(24, 29, 39, 0.4);
}
.modal-refund .ref-options {
  margin-top: 30px;
}
.modal-refund .ref-options__list {
  display: grid;
  gap: 15px;
}
.modal-refund .ref-opt-item {
  display: none;
  margin-top: 30px;
}
.modal-refund .ref-options-bank__box {
  display: grid;
  gap: 24px;
}
.modal-refund .ref-options-account {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.02em;
  color: #535862;
}
.modal-refund .ref-options-account strong {
  color: #181d27;
}
.modal-refund .refund-list-mob-top {
  display: none;
}
.modal-refund .refund-confirm {
  width: 100%;
  justify-content: center;
  margin-top: 30px;
  padding: 16px;
}
@media (max-width: 991px) {
  .modal-refund__wrap {
    flex-direction: column;
    gap: 25px;
  }
  .modal-refund__box1 {
    width: 100%;
    padding-right: 0px;
    border-right: none;
  }
  .modal-refund__box2 {
    width: 100%;
    padding-left: 0px;
  }
}
@media (max-width: 767px) {
  .modal-refund .modal-wrap {
    padding: 0px 0px !important;
  }
  .modal-refund .modal-box {
    padding: 50px 16px;
    min-height: 100%;
  }
  .modal-refund .refund-head {
    gap: 16px 6px;
    flex-wrap: wrap;
    border-bottom: none;
  }
  .modal-refund .refund-head .refund-head-item {
    min-width: auto;
  }
  .modal-refund .refund-list-container {
    padding: 20px 16px;
    border-top: 1px solid #e9eaeb;
    border-bottom: 1px solid #e9eaeb;
    background: #fafafa;
  }
  .modal-refund .refund-list-mob-top {
    display: flex;
    justify-content: space-between;
    gap: 10px;
  }
  .modal-refund .refund-list-mob-top__btn {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #181d27;
    display: flex;
    align-items: center;
  }
  .modal-refund .refund-list-mob-top__btn svg {
    margin-top: -2px;
  }
  .modal-refund .refund-list-mob-top__sum {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #181d27;
  }
  .modal-refund .refund-list {
    display: none;
  }
  .modal-refund .refund-list__wrap {
    padding-right: 10px;
  }
  .modal-refund .refund-prod__image {
    min-height: 74px;
    max-height: 74px;
  }
  .modal-refund .refund-prod__line {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
}

.ordering-page {
  padding-top: 54px;
  padding-bottom: 84px;
}
@media (max-width: 767px) {
  .ordering-page {
    padding-top: 10px;
    padding-bottom: 60px;
  }
}
.ordering-page__title {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 40px;
  letter-spacing: 0.02em;
  color: #181d27;
  text-align: center;
}
@media (max-width: 991px) {
  .ordering-page__title {
    font-size: 24px;
  }
}
.ordering-page__wrap {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
.ordering-page__main {
  width: 100%;
  max-width: 588px;
}
.ordering-page .ordering-box {
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 1px solid #e9eaeb;
}
.ordering-page .ordering-box:nth-child(1) {
  padding-top: 0;
  border-top: none;
}
.ordering-page .ordering-box:last-child {
  padding-bottom: 0;
}
.ordering-page .ordering-box__top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.ordering-page .ordering-box__title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #181d27;
}
.ordering-page .ordering-box .t-topsc {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-align: center;
  color: #535862;
  display: flex;
  align-items: center;
  gap: 14px;
}
.ordering-page .ordering-box .t-topsc__val {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-align: center;
  color: #181d27;
  padding: 4px 0;
  position: relative;
  cursor: pointer;
}
.ordering-page .ordering-box .t-topsc__val::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #a4a7ae;
  left: 0;
  bottom: 0;
  transition: 0.23s;
}
.ordering-page .ordering-box .t-topsc__val:hover::after {
  width: 0%;
}
.ordering-page__order {
  width: 100%;
  max-width: 625px;
}
.ordering-page .ordering-details__top {
  border-bottom: 1px solid #e9eaeb;
  padding-bottom: 18px;
  margin-bottom: 40px;
}
.ordering-page .ordering-details__title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #181d27;
}
.ordering-page .ordering-products {
  padding-bottom: 30px;
  border-bottom: 1px solid #e9eaeb;
  margin-bottom: 20px;
  display: grid;
  gap: 40px;
}
.ordering-page .ordering-prod-item {
  display: flex;
  gap: 16px;
}
.ordering-page .ordering-prod-item__image {
  min-width: 114px;
  max-width: 114px;
  height: 130px;
  display: flex;
  overflow: hidden;
}
.ordering-page .ordering-prod-item__image img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
.ordering-page .ordering-prod-item__content {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.ordering-page .ordering-prod-item__main {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ordering-page .ordering-prod-item .order-item-details__item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.ordering-page .ordering-prod-item .order-item-details__item span {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #a4a7ae;
  display: flex;
  align-items: center;
  gap: 10px;
}
.ordering-page .ordering-prod-item .order-item-details__item span::after {
  display: block;
  content: "";
  position: relative;
  width: 1px;
  height: 8px;
  background-color: #a4a7ae;
}
.ordering-page .ordering-prod-item .order-item-details__item span:last-child::after {
  display: none;
}
.ordering-page .ordering-prod-item__mainbottom .order-item-details .order-item-details__item {
  flex-direction: column;
  align-items: flex-start;
}
.ordering-page .ordering-prod-item__mainbottom .order-item-details .order-item-details__item span {
  text-transform: inherit;
}
.ordering-page .ordering-prod-item__mainbottom .order-item-details .order-item-details__item span::after {
  display: none;
}
.ordering-page .ordering-prod-item__title {
  margin-top: 14px;
  margin-bottom: 14px;
}
.ordering-page .ordering-prod-item__title a {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #181d27;
  transition: 0.23s;
}
.ordering-page .ordering-prod-item__title a:hover {
  opacity: 0.7;
}
.ordering-page .ordering-prod-item .order-item-sum__lbl {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #a4a7ae;
  display: flex;
  margin-bottom: 13px;
}
.ordering-page .ordering-prod-item .order-item-sum__price {
  display: flex;
  gap: 10px;
}
.ordering-page .ordering-prod-item .order-item-sum__price span {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #181d27;
}
.ordering-page .ordering-summary {
  margin-top: 50px;
  display: grid;
  gap: 20px;
}
.ordering-page .ordering-summary .ordering-summary-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #535862;
}
.ordering-page .ordering-summary .ordering-summary-item__val {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #181d27;
  text-align: right;
}
@media (min-width: 992px) {
  .ordering-page .ordering-summary--mobile {
    display: none;
  }
}
@media (max-width: 992px) {
  .ordering-page .ordering-summary--desktop {
    display: none;
  }
}
.ordering-page .input-v1 input {
  font-size: 14px;
  padding: 7px 0;
}
.ordering-page .input-v1__label {
  font-size: 14px;
  top: 12px;
}
.ordering-page .ordering-det-topmob {
  display: none;
}
@media (max-width: 991px) {
  .ordering-page__wrap {
    flex-direction: column-reverse;
    margin-top: 30px;
  }
  .ordering-page__main {
    max-width: 100%;
  }
  .ordering-page__order {
    max-width: 100%;
  }
  .ordering-page .ordering-details {
    position: relative;
  }
  .ordering-page .ordering-details::before {
    position: absolute;
    display: block;
    content: "";
    width: 150vw;
    height: 100%;
    background: #fafafa;
    left: -50vw;
    right: 0;
    z-index: -1;
  }
  .ordering-page .ordering-details::after {
    position: absolute;
    content: "";
    display: block;
    height: 1px;
    width: 150vw;
    background-color: #e9eaeb;
    bottom: 0;
    left: -50vw;
  }
  .ordering-page .ordering-details__top {
    display: none;
  }
  .ordering-page .ordering-details .ordering-det-topmob::before {
    position: absolute;
    content: "";
    display: block;
    height: 1px;
    width: 150vw;
    background-color: #e9eaeb;
    top: 0;
    left: -50vw;
  }
  .ordering-page .ordering-details .ordering-det-topmob {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .ordering-page .ordering-details .ordering-det-topmob__btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 14px;
    line-height: 200%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #181d27;
  }
  .ordering-page .ordering-details .ordering-det-topmob__btn svg path {
    transition: 0.23s;
  }
  .ordering-page .ordering-details .ordering-det-topmob__sum {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #181d27;
  }
  .ordering-page .ordering-details .ordering-det-topmob.active .ordering-det-topmob__btn svg path:nth-child(2) {
    opacity: 0;
  }
  .ordering-page .ordering-details__mainwrap {
    display: none;
    padding-bottom: 20px;
  }
  .ordering-page .ordering-summary {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .ordering-page__wrap {
    gap: 50px;
  }
  .ordering-page .ordering-products {
    gap: 22px;
  }
  .ordering-page .ordering-prod-item {
    gap: 10px;
  }
  .ordering-page .ordering-prod-item__image {
    min-width: 63px;
    max-width: 63px;
    height: 63px;
  }
  .ordering-page .ordering-prod-item .order-item-details__item span {
    font-size: 10px;
  }
  .ordering-page .ordering-prod-item__title {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .ordering-page .ordering-prod-item__title a {
    font-size: 12px;
  }
  .ordering-page .ordering-prod-item .order-item-sum {
    display: flex;
    align-items: center;
  }
  .ordering-page .ordering-prod-item .order-item-sum__lbl {
    display: none;
  }
  .ordering-page .ordering-prod-item .order-item-sum__price {
    gap: 10px;
  }
  .ordering-page .ordering-prod-item .order-item-sum__price span {
    font-size: 12px;
  }
  .ordering-page .ordering-prod-item__mainbottom .order-item-details .order-item-details__item {
    flex-direction: row;
    gap: 23px;
  }
  .ordering-page .ordering-summary {
    gap: 10px;
  }
  .ordering-page .ordering-summary-item {
    font-size: 12px !important;
  }
  .ordering-page .ordering-summary-item__val {
    font-size: 12px !important;
  }
  .ordering-page__order .tab-item {
    border-bottom: 1px solid #a4a7ae;
  }
  .ordering-page .ordering-box {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .ordering-page .ordering-box__top {
    flex-direction: column-reverse;
    gap: 14px;
  }
  .ordering-page .order-contacts {
    grid-template-columns: 100%;
    gap: 30px;
  }
  .ordering-page .delivery .delivery-general {
    grid-template-columns: 100%;
  }
  .ordering-page .delivery-address .ordering-box__top {
    flex-direction: column;
    gap: 8px;
  }
}

.order-contacts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 39px 24px;
  padding-top: 10px;
}
.delivery .delivery-general {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-bottom: 20px;
}
.delivery .delivery-options {
  display: grid;
  gap: 15px;
}

.delivery-opt-det__item {
  border-top: none;
  display: none;
}
.delivery-opt-det__item.active {
  display: block !important;
}

.delivery-address__box {
  display: grid;
  gap: 30px;
}
.delivery-address__row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.self-living__box {
  display: grid;
  gap: 30px;
}

.custom-select {
  position: relative;
}
.custom-select .custom-select-box {
  position: absolute;
  z-index: 30;
  top: 100%;
  width: 100%;
  box-shadow: 0 4px 4px 0 rgba(163, 163, 163, 0.1);
  background: #fdfdfd;
  border: 1px solid rgba(196, 196, 196, 0.13);
  padding: 4px;
  display: none;
  overflow: auto;
}
.custom-select .input-v1 {
  position: relative;
}
.custom-select .input-v1::after {
  display: block;
  content: "";
  position: absolute;
  top: 5px;
  right: 0;
  width: 24px;
  height: 24px;
  background-image: url(../img/icons/arrdwn.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.custom-select .input-v1 input {
  position: relative;
  z-index: 2;
  background-color: transparent;
  padding-right: 26px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.custom-select .custom-select-list {
  display: grid;
  gap: 4px;
  overflow: auto;
  min-height: 100%;
  max-height: 356px;
}
.custom-select .custom-select-list::-webkit-scrollbar {
  width: 6px;
}
.custom-select .custom-select-list::-webkit-scrollbar-track {
  background: #e9eaeb;
  border-radius: 10px;
}
.custom-select .custom-select-list::-webkit-scrollbar-thumb {
  background: #181d27;
  border-radius: 37px;
}
.custom-select .custom-select-option {
  padding: 12px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 114%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #181d27;
  cursor: pointer;
}
.custom-select .custom-select-option:hover {
  text-decoration: underline;
}
.custom-select.open .custom-select-box {
  display: block;
}
.custom-select.open .input-v1::after {
  transform: rotate(180deg);
}

.payment {
  display: grid;
  gap: 40px;
}

.payment-option {
  display: grid;
  gap: 16px;
}
.payment-option__det {
  display: none;
}

.payment-bottom__btns {
  display: grid;
  gap: 20px;
}
.payment-bottom__btns button {
  width: 100%;
  justify-content: center;
  margin-top: 0;
}
.payment-bottom .btn-pay {
  display: none;
}
.payment-bottom .btn-pay-order {
  display: block;
}
.payment-bottom__info {
  display: grid;
  gap: 20px;
  margin-top: 20px;
}
.payment-bottom__info p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: 0.02em;
  color: #181d27;
}

.opt-iban__top {
  margin-bottom: 20px;
}
.opt-iban .ordering-box__title {
  margin-bottom: 10px;
}
.opt-iban__txt {
  max-width: 390px;
}
.opt-iban__txt p {
  margin-bottom: 10px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0.02em;
  color: #181d27;
}
.opt-iban__txt p:last-child {
  margin-bottom: 0;
}
.opt-iban__list {
  display: grid;
  gap: 20px;
}
.opt-iban .copy-icons {
  position: absolute;
  right: 0;
  top: 0;
}
.opt-iban .copy-icons svg {
  width: 24px;
  height: 24px;
}
.opt-iban .copy-icons .copy-status-icon {
  display: none;
}
.opt-iban .copy-icons .btn-copy {
  cursor: pointer;
  transition: 0.23s;
}
.opt-iban .copy-icons .btn-copy:hover {
  opacity: 0.9;
}
.opt-iban .copied-status {
  margin-top: 6px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.02em;
  color: #0ea95c;
  display: none;
}

.opt-mono {
  gap: 30px;
}
.opt-mono.active {
  display: grid;
}
.opt-mono__top {
  margin-bottom: 20px;
  display: flex;
  gap: 12px;
  align-items: center;
}
.opt-mono__num {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #181d27;
  border: 1px dashed #a4a7ae;
  min-width: 26px;
  max-width: 26px;
  min-height: 26px;
  max-height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 60px;
}
.opt-mono__title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #181d27;
}
.opt-mono__list {
  display: grid;
  gap: 12px;
  list-style-type: decimal;
  padding-left: 25px;
}
.opt-mono__list li {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.02em;
  color: #181d27;
}
.opt-mono__qr {
  width: 150px;
  margin-top: 20px;
}
.opt-mono__qr img {
  width: 100%;
}

.radio-btn {
  display: flex;
  align-items: center;
  gap: 14px;
  cursor: pointer;
}
.radio-btn__mark {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 18px;
  max-width: 18px;
  min-height: 18px;
  max-height: 18px;
  background-color: #fff;
  border: 1px solid #D5D7DA;
  border-radius: 50px;
  cursor: pointer;
  transition: 0.23s;
  margin-top: -1px;
}
.radio-btn__mark::after {
  display: block;
  content: "";
  position: relative;
  width: 10px;
  height: 10px;
  background-color: #181d27;
  border-radius: 50px;
  opacity: 0;
  transition: 0.23s;
}
.radio-btn__mark:hover {
  border-color: #181d27;
}
.radio-btn__input {
  display: none;
}
.radio-btn__input:checked + .radio-btn__mark {
  border-color: #181d27;
}
.radio-btn__input:checked + .radio-btn__mark::after {
  opacity: 1;
}
.radio-btn__content {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 114%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #181d27;
}

.catalog-page {
  padding-top: 60px;
  padding-bottom: 130px;
}
@media (max-width: 767px) {
  .catalog-page {
    padding-top: 15px;
    padding-bottom: 80px;
  }
}

.catalog-top__box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .catalog-top__box {
    flex-direction: column-reverse;
    gap: 32px;
  }
}

.catalog-top-box2 {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.catalog-sort-cat {
  display: flex;
  gap: 34px;
}
.catalog-sort-cat__btn {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #181d27;
  border: none;
  padding: 0;
  background-color: transparent;
  display: flex;
  align-items: center;
  position: relative;
  padding-bottom: 10px;
}
.catalog-sort-cat__btn::after {
  height: 16px;
  width: 1px;
  background-color: #e9eaeb;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -17px;
}
.catalog-sort-cat__btn::before {
  background-color: #181d27;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 10px;
  content: "";
  display: block;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: scale(0);
  transition: 0.23s;
}
.catalog-sort-cat__btn:last-child::after {
  display: none;
}
.catalog-sort-cat__btn.active {
  font-weight: 700;
}
.catalog-sort-cat__btn.active::before {
  transform: scale(1);
}
@media (min-width: 992px) {
  .catalog-sort-cat__btn:hover::before {
    transform: scale(1);
  }
}
@media (max-width: 767px) {
  .catalog-sort-cat {
    gap: 30px;
  }
  .catalog-sort-cat__btn {
    font-size: 10px;
  }
  .catalog-sort-cat__btn::after {
    right: -15px;
    height: 13px;
  }
}

.catalog-top-nav {
  display: flex;
  align-items: flex-start;
  gap: 65px;
}
@media (max-width: 991px) {
  .catalog-top-nav {
    justify-content: space-between;
    gap: 10px;
  }
}

@media (max-width: 991px) {
  .catalog-view-box--desktop {
    display: none;
  }
}

.catalog-view-title {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #181d27;
  display: flex;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .catalog-view-title {
    display: none;
  }
}

.catalog-view {
  display: flex;
  gap: 40px;
}
.catalog-view .catalog-view-option {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #181d27;
  border: none;
  padding: 0;
  background-color: transparent;
  display: flex;
  align-items: center;
  position: relative;
  padding-bottom: 10px;
}
.catalog-view .catalog-view-option::after {
  height: 16px;
  width: 1px;
  background-color: #e9eaeb;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -20px;
}
.catalog-view .catalog-view-option::before {
  background-color: #181d27;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 10px;
  content: "";
  display: block;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: scale(0);
  transition: 0.23s;
}
.catalog-view .catalog-view-option:last-child::after {
  display: none;
}
.catalog-view .catalog-view-option.active {
  font-weight: 700;
}
.catalog-view .catalog-view-option.active::before {
  transform: scale(1);
}
.catalog-view .catalog-view-option:hover::before {
  transform: scale(1);
}
.catalog-view--mobile {
  display: none;
}
@media (max-width: 991px) {
  .catalog-view--mobile {
    display: flex;
  }
}

.catalog-view-option-mob {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #181d27;
  border: none;
  background-color: transparent;
  padding: 0;
  display: none;
}
.catalog-view-option-mob.active {
  display: block;
}

.catalog-sort-switcher {
  display: grid;
  gap: 10px;
}
.catalog-sort-switcher .radio-btn {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
@media (max-width: 991px) {
  .catalog-sort-switcher {
    display: flex;
  }
}
@media (max-width: 767px) {
  .catalog-sort-switcher .radio-btn {
    gap: 8px;
  }
  .catalog-sort-switcher .radio-btn__mark {
    min-width: 14px;
    max-width: 14px;
    min-height: 14px;
    max-height: 14px;
  }
  .catalog-sort-switcher .radio-btn__mark::after {
    width: 8px;
    height: 8px;
  }
  .catalog-sort-switcher .radio-btn__content {
    font-size: 12px;
  }
}

.catalog-filter-btn {
  border: none;
  padding: 0;
  background-color: transparent;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 114%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #181d27;
  position: relative;
  padding-bottom: 10px;
}
.catalog-filter-btn::before {
  background-color: #181d27;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 10px;
  content: "";
  display: block;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: scale(0);
  transition: 0.23s;
}
.catalog-filter-btn:hover::before {
  transform: scale(1);
}
@media (max-width: 991px) {
  .catalog-filter-btn {
    padding-bottom: 0;
  }
}

.list-prdocts-1 {
  margin-top: 32px;
}
.list-prdocts-1__box {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 68px 20px;
}
.list-prdocts-1 .prod-card .prod-card-view3 {
  display: none;
}
.list-prdocts-1 .prod-card .prod-card-view1-pluse {
  display: none;
}
.list-prdocts-1 .prod-card .prod-card-top {
  height: 380px;
}
@media (max-width: 1199px) {
  .list-prdocts-1__box {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 991px) {
  .list-prdocts-1__box {
    grid-template-columns: repeat(3, 1fr);
    gap: 28px 16px;
  }
  .list-prdocts-1 .prod-card .prod-card-top {
    height: 330px;
  }
}
@media (max-width: 767px) {
  .list-prdocts-1 {
    margin-top: 24px;
  }
  .list-prdocts-1__title {
    font-size: 16px;
    margin-bottom: 24px;
  }
  .list-prdocts-1__box {
    grid-template-columns: repeat(3, 1fr);
    gap: 28px 12px;
  }
  .list-prdocts-1 .prod-card .prod-card-top {
    height: 257px;
  }
}
@media (max-width: 575px) {
  .list-prdocts-1__box {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px 12px;
  }
}
.list-prdocts-1--view1 .prod-card-view1-pluse {
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 10;
  bottom: 28px;
  left: 0;
  right: 0;
  backdrop-filter: blur(4px);
  background: rgba(255, 255, 255, 0.41);
  border-radius: 100px;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  transition: 0.23s;
}
.list-prdocts-1--view1 .prod-card-view1-pluse:hover {
  background: rgba(255, 255, 255, 0.7);
  transform: scale(1.1);
}
.list-prdocts-1--view1 .prod-card__title a {
  font-size: 16px;
}
@media (max-width: 767px) {
  .list-prdocts-1--view1 .prod-card__title a {
    font-size: 12px;
  }
}
.list-prdocts-1--view1 .prod-card .prod-card-price__current {
  font-size: 16px;
}
@media (max-width: 767px) {
  .list-prdocts-1--view1 .prod-card .prod-card-price__current {
    font-size: 14px;
  }
}
.list-prdocts-1--view1 .prod-card .prod-card-price__old {
  font-size: 14px;
}
@media (max-width: 767px) {
  .list-prdocts-1--view1 .prod-card .prod-card-price__old {
    font-size: 12px;
  }
}
.list-prdocts-1--view1 .prod-card .prod-card-top {
  margin-bottom: 12px;
}
.list-prdocts-1--view1 .view3-100-prc {
  min-width: 100%;
  max-width: 100%;
}
.list-prdocts-1--view1 .view3-50-prc {
  min-width: calc(50% - 30px);
  max-width: calc(50% - 30px);
}
.list-prdocts-1--view1 .list-prdocts-1__box {
  display: flex;
  flex-wrap: wrap;
  gap: 120px 60px;
}
.list-prdocts-1--view1 .prod-card-top {
  height: auto !important;
  aspect-ratio: 2/3;
}
@media (max-width: 991px) {
  .list-prdocts-1--view1 .list-prdocts-1__box {
    gap: 60px 30px;
  }
  .list-prdocts-1--view1 .view3-50-prc {
    min-width: calc(50% - 15px);
    max-width: calc(50% - 15px);
  }
}
@media (max-width: 767px) {
  .list-prdocts-1--view1 .prod-card-view1-pluse {
    bottom: 12px;
    width: 24px;
    height: 24px;
  }
  .list-prdocts-1--view1 .prod-card-view1-pluse svg {
    width: 12px;
    height: 12px;
  }
  .list-prdocts-1--view1 .list-prdocts-1__box {
    gap: 28px 12px;
  }
  .list-prdocts-1--view1 .view3-50-prc {
    min-width: calc(50% - 6px);
    max-width: calc(50% - 6px);
  }
}
.list-prdocts-1--view3 .prod-card-view3 {
  display: flex !important;
}
.list-prdocts-1--view3 .prod-card-top {
  display: none;
}
.list-prdocts-1--view3 .prod-card__main {
  display: none;
}
.list-prdocts-1--view3 .list-prdocts-1__box {
  grid-template-columns: repeat(6, 1fr);
  gap: 68px 68px;
}
@media (max-width: 1399px) {
  .list-prdocts-1--view3 .list-prdocts-1__box {
    gap: 48px 48px;
  }
}
@media (max-width: 1199px) {
  .list-prdocts-1--view3 .list-prdocts-1__box {
    grid-template-columns: repeat(5, 1fr);
    gap: 28px;
  }
}
@media (max-width: 767px) {
  .list-prdocts-1--view3 .list-prdocts-1__box {
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
  }
}

.prod-card-view3__image {
  overflow: hidden;
}
.prod-card-view3__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: 0.3s;
}
.prod-card-view3__image:hover img {
  transform: scale(1.2);
}

.pagination {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.pagination .pagination-list {
  display: flex;
  gap: 6px;
}
.pagination .pagination-item span {
  background: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 1px;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  height: 100%;
}
.pagination .pagination-item a {
  background: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 1px;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  height: 100%;
  width: 100%;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: #313131;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: #313131;
  transition: 0.23s;
}
.pagination .pagination-item a:hover {
  color: #fff;
  background: #181d27;
  border-color: #181d27;
}
.pagination .pagination-item.is-active a {
  color: #fff;
  background: #181d27;
  border-color: #181d27;
}
.pagination .pagination-item--next svg {
  transform: rotate(180deg);
}
.pagination .pagination-item--last svg {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .pagination {
    margin-top: 40px;
  }
  .pagination .pagination-item i {
    display: none;
  }
}
@media (max-width: 767px) {
  .pagination .pagination-item--first {
    display: none;
  }
  .pagination .pagination-item--last {
    display: none;
  }
}

.catalog-page-search .catalog-top__box {
  gap: 30px;
}
@media (max-width: 991px) {
  .catalog-page-search .catalog-top__box {
    flex-direction: column;
  }
}
.catalog-page-search .catalog-top__main {
  width: 100%;
  max-width: 770px;
}

.cat-search-top {
  margin-bottom: 50px;
}
.cat-search-top__label {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #8b8b8b;
  display: flex;
  margin-bottom: 14px;
}
.cat-search-top__box {
  display: flex;
  align-items: flex-start;
}
.cat-search-top__title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 32px;
  letter-spacing: 0.02em;
  color: #181d27;
}
.cat-search-top__count {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #000;
  margin-left: 5px;
}
@media (max-width: 767px) {
  .cat-search-top {
    margin-bottom: 26px;
  }
  .cat-search-top__label {
    font-size: 12px;
  }
  .cat-search-top__title {
    font-size: 24px;
  }
  .cat-search-top__count {
    font-size: 12px;
    margin-left: 2px;
  }
}

.catalog-search {
  display: flex;
  position: relative;
  width: 100%;
  margin-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d0d0d0;
  padding-left: 30px;
}
.catalog-search__input {
  width: 100%;
  display: flex;
  align-items: center;
}
.catalog-search input {
  min-width: 100%;
  display: flex;
  height: 28px;
  padding: 0;
  border: none;
  background-color: transparent;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #181d27;
}
.catalog-search__btn {
  padding: 0;
  border: none;
  background-color: transparent;
  position: absolute;
  left: 0;
}
.catalog-search__clear {
  position: absolute;
  right: 0;
  height: 28px;
  padding: 0;
  border: 1px solid #d0d0d0;
  padding: 6px 6px;
  background-color: #fff;
  display: flex;
  align-items: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 10px;
  line-height: 160%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #181d27;
}
@media (max-width: 767px) {
  .catalog-search input {
    font-size: 14px;
  }
}

.product-page {
  padding-top: 40px;
  padding-bottom: 130px;
  position: relative;
}
@media (max-width: 767px) {
  .product-page {
    padding-top: 10px;
    padding-bottom: 60px;
  }
}

.product-color {
  margin-bottom: 26px;
}
.product-color__top {
  margin-bottom: 10px;
}
.product-color__top ul {
  display: flex;
  gap: 10px;
  align-items: center;
}
.product-color__top ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #181d27;
}
.product-color__top ul li::after {
  height: 8px;
  width: 1px;
  background-color: #181d27;
  content: "";
  display: block;
  position: relative;
}
.product-color__top ul li:last-child::after {
  display: none;
}
.product-color .product-article {
  color: #a4a7ae;
}
.product-color__list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.product-color .product-color-item {
  display: flex;
}
.product-color .product-color-item__color {
  min-width: 20px;
  max-width: 20px;
  min-height: 20px;
  max-height: 20px;
  display: flex;
  position: relative;
  cursor: pointer;
  border: 0.5px solid #d5d7da;
}
.product-color .product-color-item__color.white {
  border-color: #d5d7da;
  background: #fff;
}
.product-color .product-color-item__color.black {
  border-color: #000;
  background: #000;
}
.product-color .product-color-item__color.brown {
  border-color: #602d00;
  background: #602d00;
}
.product-color .product-color-item__color::after {
  position: absolute;
  display: flex;
  content: "";
  bottom: -4px;
  width: 100%;
  height: 1px;
  left: 0;
  background-color: #181d27;
  opacity: 0;
  transition: 0.23s;
}
.product-color .product-color-item input {
  display: none;
}
.product-color .product-color-item input:checked + .product-color-item__color::after {
  opacity: 1;
}

.product-size {
  margin-top: 26px;
}
.product-size__top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.product-size__title {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #181d27;
}
.product-size__btn {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-align: center;
  color: #717680;
  border: none;
  padding: 0;
  background-color: transparent;
}
.product-size__list {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, 1fr);
}
.product-size__item span {
  border: 1px solid #535862;
  padding: 10px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #181d27;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.23s;
  cursor: pointer;
}
.product-size__item input {
  display: none;
}
.product-size__item:hover span {
  color: #fdfdfd;
  background: #181d27;
  border-color: #181d27;
}
.product-size__item input:checked + span {
  color: #fdfdfd;
  background: #181d27;
  border-color: #181d27;
}

.product {
  margin-bottom: 117px;
}
.product .product-wrap {
  display: flex;
  gap: 80px;
}
.product .product-box {
  border: 1px solid #535862;
  margin-bottom: 20px;
}
.product .product-box__wrap {
  padding: 20px;
}
.product .product-box__det {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.product .instorebox-mob {
  display: none;
}
@media (max-width: 767px) {
  .product .instorebox-mob {
    display: flex;
  }
}
.product .product-label-box {
  display: flex;
  margin-bottom: 23px;
  gap: 5px;
}
.product .product-label {
  display: flex;
  gap: 18px;
  align-items: center;
}
.product .product-label__itm {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fdfdfd;
  padding: 4px 10px;
}
.product .product-label span {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #181d27;
  display: flex;
}
.product .lbl-discount {
  background: #f97066;
}
.product .product-name-wrap {
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}
.product .product-name-wrap .prod-card__save {
  margin-top: -2px;
}
.product .product-name {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #181d27;
}
.product .product-price {
  display: flex;
  align-items: center;
  gap: 18px;
}
.product .product-price__current {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 20px;
  line-height: 80%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #181d27;
}
.product .product-price__old {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 13px;
  line-height: 123%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #717680;
  position: relative;
}
.product .product-price__old::after {
  display: block;
  content: "";
  position: absolute;
  background-color: #717680;
  width: 100%;
  height: 1px;
  transform: rotate(-12deg);
  top: 50%;
}
.product .product-decribe {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 114%;
  letter-spacing: 0.03em;
  color: #000;
  margin-top: 20px;
}
.product .product-parameters {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 133%;
  letter-spacing: 0.03em;
  color: #000;
}
.product .product-parameters__title {
  font-weight: 700;
}
.product .product-options {
  margin-top: 20px;
  padding-top: 20px;
  position: relative;
}
.product .product-options::before {
  display: block;
  content: "";
  position: absolute;
  height: 1px;
  width: calc(100% + 40px);
  background-color: #a4a7ae;
  top: 0;
  left: -20px;
}
.product .product-options .counter {
  border: 1px solid #535862;
}
.product .product-addtocart {
  width: 100%;
  padding: 16px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
}
.product .instorebtn {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-align: center;
  color: #181d27;
  padding: 0;
  background-color: transparent;
  display: flex;
  gap: 10px;
  border: none;
  margin: 0 auto;
  margin-bottom: 40px;
}
.product .instorebtn:hover {
  text-decoration: underline;
}
.product .product-gallery-wrap {
  width: 100%;
  left: 109px;
  top: -158px;
  position: relative;
  z-index: 100;
}
.product .product-gallery-wrap__inner {
  display: flex;
  gap: 16px;
  align-items: stretch;
  max-width: 632px;
}
.product .product-gallery-wrap .main-swiper {
  flex: 1 1 auto;
  overflow: hidden;
  width: 570px;
  height: 936px;
  position: relative;
  padding-right: 20px;
}
.product .product-gallery-wrap .main-swiper .swiper-scrollbar {
  right: 0px;
  height: 100%;
  width: 1px;
  top: 158px;
  height: 778px;
  background: #d5d7da;
}
.product .product-gallery-wrap .main-swiper .swiper-scrollbar .swiper-scrollbar-drag {
  background: #181d27;
  border-radius: 1px;
}
.product .product-gallery-wrap .main-swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.product .product-gallery-wrap .main-swiper .swiper-slide div {
  width: 100%;
  height: 100%;
}
.product .product-gallery-wrap .main-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.product .product-gallery-wrap .main-swiper .swiper-scrollbar {
  margin-top: 8px;
}
.product .product-gallery-wrap .thumbs-swiper {
  min-width: 24px;
  max-width: 24px;
  height: 100%;
  display: flex;
  height: 936px;
}
.product .product-gallery-wrap .thumbs-swiper .swiper-wrapper {
  flex-direction: column-reverse;
}
.product .product-gallery-wrap .thumbs-swiper .swiper-slide {
  min-width: 100%;
  width: 100%;
  height: 42px;
  opacity: 1;
  cursor: pointer;
  overflow: hidden;
  transition: 0.2s;
}
.product .product-gallery-wrap .thumbs-swiper .swiper-slide::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: #fff;
  opacity: 0.4;
  transition: 0.23s;
}
.product .product-gallery-wrap .thumbs-swiper .swiper-slide div {
  width: 100%;
  height: 100%;
}
.product .product-gallery-wrap .thumbs-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.product .product-gallery-wrap .thumbs-swiper .swiper-slide.swiper-slide-thumb-active::after {
  opacity: 0;
}
.product .tabs .tab-item {
  border-color: #a4a7ae;
}
.product .tabs .tab-item__content {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 114%;
  letter-spacing: 0.03em;
  color: #000;
}
.product .product-main {
  min-width: 480px;
  max-width: 480px;
}
@media (max-width: 1400px) {
  .product .product-gallery-wrap {
    left: 70px;
  }
  .product .product-gallery-wrap__inner {
    max-width: 620px;
  }
  .product .product-main {
    min-width: 400px;
    max-width: 400px;
  }
}
@media (max-width: 1199px) {
  .product .product-wrap {
    gap: 20px;
  }
  .product .product-gallery-wrap {
    left: 0px;
    top: auto;
  }
  .product .product-gallery-wrap__inner {
    max-width: 510px;
  }
  .product .product-gallery-wrap .main-swiper {
    height: 750px;
  }
  .product .product-gallery-wrap .main-swiper .swiper-scrollbar {
    top: 0;
    height: 100%;
    margin-top: 0;
  }
  .product .product-gallery-wrap .thumbs-swiper {
    height: 750px;
  }
}
@media (max-width: 991px) {
  .product .product-gallery-wrap__inner {
    max-width: 370px;
    gap: 10px;
  }
  .product .product-gallery-wrap .main-swiper {
    height: 550px;
    padding-right: 10px;
  }
  .product .product-gallery-wrap .thumbs-swiper {
    height: 550px;
  }
  .product .product-main {
    min-width: 300px;
    max-width: 300px;
  }
  .product .product-box__wrap {
    padding: 12px;
  }
  .product .product-addtocart {
    font-size: 14px;
  }
  .product .product-options::before {
    width: calc(100% + 24px);
    left: -12px;
  }
}
.product .product-article-mob {
  display: none;
}
@media (max-width: 767px) {
  .product {
    margin-bottom: 50px;
  }
  .product .product-wrap {
    flex-direction: column;
    gap: 24px;
  }
  .product .product-gallery-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .product .product-gallery-wrap__inner {
    max-width: 100%;
    flex-direction: column;
  }
  .product .product-gallery-wrap .main-swiper {
    height: 600px;
    padding-right: 10px;
    min-width: 100%;
    max-width: 100%;
    padding-bottom: 14px;
    padding-right: 0;
  }
  .product .product-gallery-wrap .main-swiper .swiper-scrollbar {
    width: 100%;
    height: 2px;
    position: absolute;
    top: 99%;
    left: 0;
    right: 0;
    width: 100%;
  }
  .product .product-gallery-wrap .thumbs-swiper {
    height: 42px;
    min-width: 100%;
    max-width: 100%;
  }
  .product .product-gallery-wrap .thumbs-swiper .swiper-wrapper {
    flex-direction: row;
    min-width: 100%;
    max-width: 100%;
  }
  .product .product-gallery-wrap .thumbs-swiper .swiper-slide {
    height: 100%;
    min-width: 24px;
    max-width: 24px;
    margin: 0 !important;
  }
  .product .product-main {
    min-width: 100%;
    max-width: 100%;
  }
  .product .product-name-wrap {
    display: none;
  }
  .product .product-price {
    display: none;
  }
  .product .product-article-mob {
    display: flex;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    letter-spacing: 0.02em;
    color: #a4a7ae;
  }
  .product .product-box {
    margin-bottom: 8px;
  }
  .product .product-box__det {
    align-items: flex-end;
  }
  .product .product-box .instorebtn {
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 700;
    gap: 4px;
    align-items: center;
  }
  .product .product-box .instorebtn svg {
    width: 16px;
    height: 16px;
  }
  .product .product-box .product-options {
    display: none;
  }
  .product .product-box .product-addtocart {
    display: none;
  }
  .product .instorebtn-desktop {
    display: none;
  }
}

.product-mobile-box {
  display: none;
  transition: bottom 0.5s ease;
}
.product-mobile-box__main {
  display: flex;
  justify-content: space-between;
  gap: 8px;
}
.product-mobile-box .product-name-wrap {
  width: 100%;
  max-width: 153px;
  display: flex;
  align-items: flex-start;
  gap: 1px;
  margin-bottom: 4px;
}
.product-mobile-box .product-name-wrap .product-name {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 133%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #181d27;
}
.product-mobile-box .product-name-wrap .prod-card__save {
  margin-top: -1px;
}
.product-mobile-box .product-name-wrap .prod-card__save svg {
  width: 20px;
  height: 20px;
}
.product-mobile-box .product-price {
  display: flex;
  align-items: center;
  gap: 8px;
}
.product-mobile-box .product-price__current {
  font-size: 14px;
  line-height: 114%;
  letter-spacing: 0.02em;
  font-weight: 700;
  text-transform: uppercase;
  color: #181d27;
}
.product-mobile-box .product-price__old {
  font-weight: 400;
  font-size: 13px;
  line-height: 123%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #717680;
  position: relative;
}
.product-mobile-box .product-price__old::after {
  display: block;
  content: "";
  position: absolute;
  background-color: #717680;
  width: 100%;
  height: 1px;
  transform: rotate(-12deg);
  top: 50%;
}
.product-mobile-box .product-color {
  margin-bottom: 0;
}
.product-mobile-box .product-color__top {
  margin-bottom: 16px;
}
.product-mobile-box .product-color__top ul li {
  text-transform: inherit;
}
.product-mobile-box .product-color .product-color-item__color {
  min-width: 16px;
  max-width: 16px;
  min-height: 16px;
  max-height: 16px;
}
.product-mobile-box .prduct-add {
  display: flex;
  width: 100%;
  margin-top: 20px;
}
.product-mobile-box .prduct-add__btn {
  margin-top: 0;
  font-size: 14px;
  padding: 12px;
  width: 100%;
  justify-content: center;
}
@media (max-width: 767px) {
  .product-mobile-box {
    display: block;
    margin-top: 24px;
    position: fixed;
    bottom: 0;
    z-index: 100;
    background-color: #fff;
    width: 100vw;
    padding-top: 5px;
    padding-bottom: 30px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.product-mobile-box.is-hidden {
  bottom: -500px;
  transition: bottom 2s ease;
}

.product-mob-size {
  background: rgba(0, 0, 0, 0);
  opacity: 0;
  visibility: hidden;
  transition: 0.63s;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
}
.product-mob-size__wrap {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  bottom: -100%;
  transition: 0.4s;
}
.product-mob-size__box {
  background: #fff;
  padding: 24px 16px 76px 16px;
  display: flex;
}
.product-mob-size__lbl {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 13px;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #181d27;
  min-width: 127px;
}
.product-mob-size__container {
  padding-left: 40px;
}
.product-mob-size__list {
  display: grid;
  gap: 18px;
}
.product-mob-size__sizegrid {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-align: center;
  color: #717680;
  margin-top: 30px;
}
.product-mob-size.active {
  background: rgba(0, 0, 0, 0.25);
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
}
.product-mob-size.active .product-mob-size__wrap {
  bottom: 0;
  transition: 0.3s;
}

.modal {
  position: fixed;
  width: 100%;
  height: 100dvh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 100;
  display: none;
}
.modal .modal-wrap {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  overflow: auto;
  padding: 30px 40px;
}
@media (max-width: 767px) {
  .modal .modal-wrap {
    place-items: start center;
    padding: 90px 16px;
  }
}

.modal-box {
  width: 100%;
  max-width: 507px;
  background: #fdfdfd;
  padding: 40px;
  position: relative;
}
.modal-box .modal-close {
  position: absolute;
  right: 30px;
  top: 36px;
  cursor: pointer;
  transition: 0.23s;
}
.modal-box .modal-close:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .modal-box {
    padding: 30px 20px;
  }
  .modal-box .modal-close {
    top: 24px;
    right: 14px;
  }
}

.modal-title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-align: center;
  color: #181d27;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .modal-title {
    font-size: 16px;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 24px;
  }
}

.modal-p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-align: center;
  color: #181d27;
}
@media (max-width: 767px) {
  .modal-p {
    font-size: 14px;
  }
}

.modal-accv1__form {
  display: grid;
  gap: 30px;
}
.modal-accv1__form button {
  justify-content: center;
  margin-top: 0;
}
.modal-accv1 .input-v1 input {
  font-size: 16px;
}
@media (max-width: 767px) {
  .modal-accv1__form {
    gap: 24px;
  }
  .modal-accv1 .input-v1 input {
    font-size: 14px;
  }
}

.modal-remove-saved .modal-title {
  max-width: 380px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.modal-remove-saved .modal-p {
  max-width: 330px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .modal-remove-saved .modal-box {
    padding-top: 60px;
  }
  .modal-remove-saved .modal-title {
    text-align: center;
    margin-bottom: 24px;
  }
}

.btn-red {
  width: 100%;
  justify-content: center;
  background: #d92d20;
}
.btn-red:hover {
  background: rgba(217, 44, 32, 0.9);
  color: #fff;
}

.btn-cancel {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #181d27;
  display: flex;
  margin: 0 auto;
  border: none;
  background: transparent;
  margin-top: 30px;
}
.btn-cancel:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .btn-cancel {
    margin-top: 24px;
  }
}

input[type=date]::-webkit-calendar-picker-indicator {
  opacity: 0; /* делаем прозрачным */
  cursor: pointer; /* сохраняем кликабельность */
  position: absolute; /* чтобы занимал всю область */
  width: 100%;
  height: 100%;
}

.modal-map .modal-box {
  max-width: 980px;
}
.modal-map .modal-title {
  margin-bottom: 25px;
}
.modal-map .modal-map-wrap {
  display: flex;
  gap: 25px;
}
.modal-map .modal-map-list {
  width: 55%;
}
.modal-map .modal-map-list__box {
  padding-right: 14px;
  height: 100%;
  height: 398px;
  overflow: auto;
}
.modal-map .modal-map-list__box::-webkit-scrollbar {
  width: 6px;
}
.modal-map .modal-map-list__box::-webkit-scrollbar-track {
  background: #e9eaeb;
  border-radius: 10px;
}
.modal-map .modal-map-list__box::-webkit-scrollbar-thumb {
  background: #181d27;
  border-radius: 37px;
}
.modal-map .modal-map-item {
  padding: 16px 0;
  border-bottom: 1px solid #a4a7ae;
  cursor: pointer;
}
.modal-map .modal-map-item:first-child {
  border-top: 1px solid #a4a7ae;
}
.modal-map .modal-map-item__title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #181d27;
}
.modal-map .modal-map-item__txt {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.02em;
  color: #717680;
  margin-top: 10px;
}
.modal-map__map {
  width: 45%;
}
.modal-map__inner {
  height: 100%;
}
.modal-map__inner iframe {
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  .modal-map .modal-map-wrap {
    flex-direction: column-reverse;
  }
  .modal-map .modal-map-list {
    width: 100%;
  }
  .modal-map__map {
    width: 100%;
    height: 417px;
  }
}
@media (max-width: 767px) {
  .modal-map .modal-wrap {
    padding: 0;
  }
  .modal-map .modal-close {
    top: 47px;
  }
  .modal-map .modal-box {
    height: 100%;
    padding: 50px 16px 30px 16px;
  }
  .modal-map__map {
    min-height: 317px;
    max-height: 317px;
  }
}

.modal-sizes .modal-title {
  text-align: left;
}
.modal-sizes .modal-box {
  max-width: 1160px;
  width: 100%;
}
.modal-sizes .sizes-table {
  overflow: auto;
}
.modal-sizes .sizes-table::-webkit-scrollbar {
  height: 3px;
}
.modal-sizes .sizes-table::-webkit-scrollbar-track {
  background: #e9eaeb;
  border-radius: 10px;
}
.modal-sizes .sizes-table::-webkit-scrollbar-thumb {
  background: #6d6868;
  border-radius: 37px;
}
.modal-sizes .sizes-table {
  padding-bottom: 20px;
}
.modal-sizes .sizes-table .sizes-table-wrap {
  min-width: 600px;
}
.modal-sizes .sizes-table .sizes-table-head {
  background: #f5f5f5;
  border-top: 0.7px solid #b9b9b9;
  border-bottom: 0.7px solid #b9b9b9;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
.modal-sizes .sizes-table .sizes-table-head .sizes-table-head-item {
  border-left: 0.7px solid #b9b9b9;
  padding: 10px 12px;
}
.modal-sizes .sizes-table .sizes-table-head .sizes-table-head-item:last-child {
  border-right: 0.7px solid #b9b9b9;
}
.modal-sizes .sizes-table .sizes-table-head .sizes-table-head-item {
  display: flex;
  justify-content: center;
}
.modal-sizes .sizes-table .sizes-table-head .sizes-table-head-item span {
  text-align: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  text-transform: uppercase;
  text-align: center;
  color: #131313;
}
.modal-sizes .sizes-table .sizes-table-body {
  border-bottom: 0.7px solid #b9b9b9;
  border-right: 0.7px solid #b9b9b9;
}
.modal-sizes .sizes-table .sizes-table-body .sizes-table-row {
  border-bottom: 0.7px solid #b9b9b9;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
.modal-sizes .sizes-table .sizes-table-body .sizes-table-row:last-child {
  border-bottom: none;
}
.modal-sizes .sizes-table .sizes-table-body .sizes-table-item {
  border-left: 0.7px solid #b9b9b9;
  padding: 10px 12px;
  display: flex;
  justify-content: center;
}
.modal-sizes .sizes-table .sizes-table-body .sizes-table-item:last-child {
  border-bottom: none;
  border-right: none;
}
.modal-sizes .sizes-table .sizes-table-body .sizes-table-item span {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  text-align: center;
  color: #131313;
}
@media (max-width: 767px) {
  .modal-sizes .modal-wrap {
    display: flex;
  }
}

.modal-filter .modal-box {
  display: flex;
  flex-direction: column;
  max-width: 720px;
  padding: 50px 70px 50px 50px;
  max-height: 100%;
  overflow: auto;
}
.modal-filter .fiter-main {
  flex: 1;
  overflow: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none; /* Firefox, Safari 18.2+, Chromium 121+ */
}
.modal-filter .fiter-main::-webkit-scrollbar {
  display: none; /* Older Safari and Chromium */
}
.modal-filter .modal-close {
  top: 52px;
  right: 70px;
}
.modal-filter .modal-title {
  text-align: left;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.modal-filter .filter-box-item {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e9eaeb;
}
.modal-filter .filter-box-item:first-child {
  padding-top: 0;
}
.modal-filter .filter-box-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.modal-filter .filter-box-item {
  display: flex;
}
.modal-filter .filter-box-item__title {
  min-width: 220px;
  max-width: 220px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #181d27;
  padding-right: 12px;
}
.modal-filter .filter-box-item__content {
  width: 100%;
}
.modal-filter .sort-options-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
}
@media (max-width: 767px) {
  .modal-filter .modal-wrap {
    padding: 0;
  }
  .modal-filter .modal-box {
    max-width: 100%;
    padding: 50px 16px 40px 16px;
  }
  .modal-filter .modal-close {
    right: 16px;
    top: 44px;
  }
  .modal-filter .modal-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 24px;
  }
  .modal-filter .fiter-main {
    padding-top: 0;
    padding-bottom: 10px;
  }
  .modal-filter .filter-btn-submit {
    margin-top: 24px;
    font-size: 14px;
    line-height: 114%;
    padding: 12px;
    height: 40px;
  }
  .modal-filter .filter-box-item {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .modal-filter .filter-box-item__title {
    min-width: 127px;
    max-width: 127px;
    font-weight: 700;
    font-size: 13px;
    line-height: 130%;
    padding-right: 6px;
  }
}

.inp-opt {
  display: flex;
  gap: 12px;
  width: 100%;
  cursor: pointer;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #181d27;
}
.inp-opt input {
  display: none;
}
.inp-opt__checkmark {
  min-width: 16px;
  max-width: 16px;
  min-height: 16px;
  max-height: 16px;
  border: 1px solid #D5D7DA;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inp-opt__checkmark svg {
  opacity: 0;
  transform: 0.23s;
}
.inp-opt__input:checked + .inp-opt__checkmark {
  background: #181d27;
  border-color: #181d27;
}
.inp-opt__input:checked + .inp-opt__checkmark svg {
  opacity: 1;
}
.inp-opt__wrap {
  display: flex;
  gap: 10px;
  width: 100%;
}
.inp-opt__main {
  width: 100%;
}
@media (max-width: 767px) {
  .inp-opt {
    font-weight: 400;
    font-size: 11px;
    line-height: 145%;
  }
}

.filter-btn-submit {
  width: 100%;
  justify-content: center;
}

.sort-colors {
  display: grid;
  gap: 18px;
}

.sort-colors-show-more {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #181d27;
  padding-bottom: 4px;
  border: none;
  border-bottom: 1px solid #252b37;
  display: none;
  background-color: transparent;
  padding: 0;
  margin-top: 12px;
}
.sort-colors-show-more.show {
  display: flex;
}
@media (max-width: 767px) {
  .sort-colors-show-more {
    font-weight: 700;
    font-size: 10px;
    line-height: 130%;
  }
}

.sort-color-itm {
  display: flex;
  align-items: center;
  gap: 12px;
}
.sort-color-itm .sort-color-itm-label {
  width: 14px;
  height: 14px;
  border-radius: 50px;
}

.color1 {
  background-color: #800020;
}

.color2 {
  background-color: #c0c0c0;
}

.color3 {
  background-color: #e6d4ab;
}

.color4 {
  background-color: #e9eaeb;
}

.color5 {
  background-color: #ecd76d;
}

.color6 {
  background-image: url(./../img/printcolor.webp);
  background-size: cover;
  background-position: center;
}

.color7 {
  background-color: #00C8FF;
}

.sortbybrand {
  display: grid;
  gap: 20px;
}
.sortbybrand .sortbybrand-search {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #e9eaeb;
  height: 36px;
  overflow: hidden;
  padding: 0 8px;
}
.sortbybrand .sortbybrand-search button {
  padding: 0;
  width: 20px;
  height: 20px;
  border: none;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sortbybrand .sortbybrand-search input {
  width: 100%;
  height: 100%;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.02em;
  border: none;
  background-color: transparent;
}
.sortbybrand .sortbybrand-search input::placeholder {
  color: #a4a7ae;
}
.sortbybrand__wrap {
  display: grid;
  gap: 20px;
}
.sortbybrand .sortbybrand-itembox {
  display: flex;
}
.sortbybrand .sortbybrand-itembox__letter {
  display: flex;
  min-width: 38px;
  max-width: 38px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.02em;
  color: #717680;
}
.sortbybrand .sortbybrand-itembox__options {
  display: grid;
  gap: 18px;
}
.sortbybrand .sortbybrand-more {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #181d27;
  padding-bottom: 4px;
  border: none;
  border-bottom: 1px solid #252b37;
  display: none;
  background-color: transparent;
  padding: 0;
  margin-top: 12px;
}
.sortbybrand .sortbybrand-more.show {
  display: flex;
}
@media (max-width: 767px) {
  .sortbybrand .sortbybrand-more {
    font-weight: 700;
    font-size: 10px;
    line-height: 130%;
  }
}

.filter-range {
  max-width: 290px;
}
.filter-range .ui-slider-horizontal {
  height: 1px;
  border: none;
  border-radius: 0px;
  background-color: #d5d7da;
}
.filter-range .ui-widget-header {
  background: #181d27;
}
.filter-range .ui-slider-handle {
  width: 12px;
  height: 12px;
  background: #181d27;
  border: none;
  border-radius: 50px;
  top: -5px;
}

.filter-range-minmax {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 17px;
}
.filter-range-minmax__item {
  display: flex;
  align-items: center;
  gap: 12px;
}
.filter-range-minmax__item::after {
  display: block;
  content: "";
  position: relative;
  width: 16px;
  height: 1px;
  background-color: #000;
}
.filter-range-minmax__item:last-child::after {
  display: none;
}
.filter-range-minmax__item {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.02em;
  color: #181d27;
}
@media (max-width: 767px) {
  .filter-range-minmax__item {
    font-size: 12px;
  }
}

.min-modal {
  position: fixed;
  z-index: 150;
  top: 86px;
  right: 46px;
  box-shadow: -2px 1px 15px 0 rgba(152, 152, 152, 0.25);
  background: #fff;
  padding: 26px;
  width: 100%;
  max-width: 404px;
  opacity: 0;
  visibility: hidden;
  transition: 0.23s;
}
.min-modal.active {
  opacity: 1;
  visibility: visible;
  top: 46px;
}
.min-modal__box {
  display: grid;
  gap: 34px;
}
.min-modal__top {
  display: flex;
  justify-content: space-between;
}
.min-modal__status {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0.02em;
  color: #0A0D12;
}
.min-modal__close {
  cursor: pointer;
}
.min-modal__nav {
  display: grid;
  gap: 10px;
}
.min-modal__nav button, .min-modal__nav a {
  margin-top: 0;
}
.min-modal__nav .btn,
.min-modal__nav .btn-light {
  font-size: 12px;
  line-height: 133%;
  letter-spacing: 0.02em;
  justify-content: center;
  padding: 16px;
  height: 48px;
}
@media (max-width: 767px) {
  .min-modal {
    right: 12px;
    top: 48px;
    max-width: 300px;
    padding: 20px 16px;
  }
  .min-modal.active {
    top: 16px;
  }
  .min-modal__box {
    gap: 24px;
  }
}

.modal-prod {
  display: flex;
  gap: 12px;
}
.modal-prod__image {
  height: 106px;
  min-width: 80px;
  max-width: 80px;
}
.modal-prod__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.modal-prod .modal-prod-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 8px;
}
.modal-prod__title {
  margin-bottom: 12px;
}
.modal-prod__title a {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #181d27;
}
.modal-prod__price {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 14px;
  line-height: 114%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #181d27;
}
.modal-prod__det {
  display: flex;
  gap: 6px;
  margin-top: 6px;
}
.modal-prod__det li {
  display: flex;
  gap: 6px;
  align-items: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: 0.02em;
  color: #a4a7ae;
}
.modal-prod__det li::after {
  display: block;
  position: relative;
  content: "";
  height: 6px;
  width: 1px;
  background-color: #a4a7ae;
}
.modal-prod__det li:last-child::after {
  display: none;
}
/*# sourceMappingURL=main.css.map */
