/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

@font-face {
  font-family: "SF-Pro-Display-Bold";
  src: url(./assets/fonts/SF-Pro-Display-Bold.ttf)
}

@font-face {
  font-family: "SF-Pro-Display-Regular";
  src: url(./assets/fonts/SF-Pro-Display-Regular.ttf)
}

@font-face {
  font-family: "SF-Pro-Display-Medium-Italic";
  src: url(./assets/fonts/SF-Pro-Display-Medium-Italic.ttf)
}

@font-face {
  font-family: "SF-Pro-Display-Semibold";
  src: url(./assets/fonts/SF-Pro-Display-Semibold.ttf)
}

@font-face {
  font-family: "SF-Pro-Display-Thin";
  src: url(./assets/fonts/SF-Pro-Display-Thin.ttf)
}

@font-face {
  font-family: "SF-Pro-Display-Light";
  src: url(./assets/fonts/SF-Pro-Display-Light.ttf)
}

@font-face {
  font-family: "SF-Pro-Display-Medium";
  src: url(./assets/fonts/SF-Pro-Display-Medium.ttf)
}

html {
  scroll-behavior: smooth
}

body {
  background: var(--main-bg);
  font-family: "SF-Pro-Display-Regular";
  color: var(--main-black);
  letter-spacing: .015em;
  height: 100%;
  width: 100%
}

@media(max-width: 1000px) {
  body.mobile-menu-open {
    position: fixed;
    overflow-y: scroll
  }
}

h1 {
  margin: 0
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

:root {
  --main-bg: #f5f5f7;
  --main-black: #1d1d1f;
  --main-light-grey: #e2e2e5;
  --main-dark-grey: #c2c2c7;
  --main-text-color: #4d4d4d;
  --main-text-color-light: #86868b;
  --main-blue: #0071e3;
  --main-blue-hover: #0077ed;
  --main-blue-text: #0066cc;
  --main-green: #00e075;
  --additional-dark-grey: #252528;
  --additioanl-input-placeholder: #a6a6a6;
  --footer-link-color: #424245;
  --footer-border-color: #d2d2d7
}

#current-page {
  width: 100%;
  height: 100%;
  min-height: calc(100vh - 189px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.main {
  width: 100%;
  display: grid;
  grid-template-columns: 1.1fr 3fr;
  grid-template-rows: 38px auto;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 20px;
  padding: 20px;
  max-width: 1280px
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: calc(100% - 20px);
  height: 100%;
  max-width: 1260px
}

.header-wrapper {
  width: 100%;
  height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #000
}

.header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.header-logo-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  width: 100%;
  padding: 0 10px
}

.header-logo-img {
  height: 18px
}

.header-logo:hover {
  cursor: pointer
}

.header-bag {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px
}

.header-bag-img {
  width: 17px;
  margin-top: -1px;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: -webkit-transform .3s cubic-bezier(0.25, 0.1, 0.3, 1);
  transition: -webkit-transform .3s cubic-bezier(0.25, 0.1, 0.3, 1);
  transition: transform .3s cubic-bezier(0.25, 0.1, 0.3, 1);
  transition: transform .3s cubic-bezier(0.25, 0.1, 0.3, 1), -webkit-transform .3s cubic-bezier(0.25, 0.1, 0.3, 1)
}

.header-bag-img.active {
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px)
}

.header-bag-img.two-num {
  -webkit-transform: translateX(-12px);
  transform: translateX(-12px)
}

.header-bag-img.two-num-plus {
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px)
}

.header-bag:hover {
  cursor: pointer
}

.header-bag-items-count {
  position: absolute;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  color: #000;
  background-color: #fff;
  border-radius: 8px;
  padding: 0px 4px;
  top: 26px;
  margin-right: 10px;
  right: 0px;
  -webkit-transition: width .3s cubic-bezier(0.25, 0.1, 0.3, 1);
  transition: width .3s cubic-bezier(0.25, 0.1, 0.3, 1)
}

.header-bag-items-count.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px
}

.header-bag-items-count.active.two-num {
  width: 23.25px
}

.header-bag-items-count.active.two-num-plus {
  width: 30.93px
}

.header-bag-items-count.active.two-num-plus::after {
  content: "+";
  font-size: 12px;
  margin-top: -1px
}

.header-bag-items-count.active-value {
  font-size: 12px;
  font-family: SF-Pro-Display-Medium;
  margin-top: 1px
}

.header-search {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  right: 0;
  top: 10px;
  margin-left: auto;
  margin-right: auto;
  width: 350px;
  transition: opacity, visibility, transform .2s, .2s, -webkit-transform 0s;
  z-index: 10
}

.header-search-input {
  width: 100%;
  height: 33px;
  outline: none;
  border: none;
  font-family: SF-Pro-Display-Regular;
  padding-left: 29px;
  background-color: var(--additional-dark-grey);
  border-radius: 10px;
  color: #fff;
  font-size: 15px
}

.header-search-input::-webkit-input-placeholder {
  color: var(--additioanl-input-placeholder)
}

.header-search-input::-moz-placeholder {
  color: var(--additioanl-input-placeholder)
}

.header-search-input:-ms-input-placeholder {
  color: var(--additioanl-input-placeholder)
}

.header-search-input::-ms-input-placeholder {
  color: var(--additioanl-input-placeholder)
}

.header-search-input::placeholder {
  color: var(--additioanl-input-placeholder)
}

.header-search-input-img {
  position: absolute;
  width: 14px;
  height: 14px;
  top: 9px;
  left: 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 5
}

.header-search-input-clear-btn {
  position: absolute;
  background: none;
  border: none;
  right: 8px;
  top: 8.5px;
  width: 16px;
  height: 16px;
  padding: 0;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity, visibility .2s, .2s;
  transition: opacity, visibility .2s, .2s;
  z-index: 5
}

.header-search-input-clear-btn.visible {
  visibility: visible;
  opacity: 1
}

.header-search-input-clear-img {
  width: 100%;
  height: 100%
}

.header-search.hidden {
  visibility: hidden;
  opacity: 0
}

.header-menu-btn {
  position: absolute;
  display: block;
  min-width: 17px;
  height: 1px;
  left: 7px;
  border-radius: .5px;
  background-color: #fff;
  -webkit-transition: -webkit-transform .1596s cubic-bezier(0.52, 0.16, 0.52, 0.84) .1008s;
  transition: -webkit-transform .1596s cubic-bezier(0.52, 0.16, 0.52, 0.84) .1008s;
  transition: transform .1596s cubic-bezier(0.52, 0.16, 0.52, 0.84) .1008s;
  transition: transform .1596s cubic-bezier(0.52, 0.16, 0.52, 0.84) .1008s, -webkit-transform .1596s cubic-bezier(0.52, 0.16, 0.52, 0.84) .1008s
}

.header-menu-btn-top {
  top: 14px;
  -webkit-transform: translateY(-3px) scaleX(0.88235);
  transform: translateY(-3px) scaleX(0.88235)
}

.header-menu-btn-bottom {
  bottom: 14px;
  -webkit-transform: translateY(3px) scaleX(0.88235);
  transform: translateY(3px) scaleX(0.88235)
}

.header-menu-btn-block-wrapper {
  display: none;
  height: 54px;
  width: 57px
}

.header-menu-btn-block-wrapper.mobile-menu-open .header-menu-btn-top {
  -webkit-transition: -webkit-transform .1806s cubic-bezier(0.04, 0.04, 0.12, 0.96);
  transition: -webkit-transform .1806s cubic-bezier(0.04, 0.04, 0.12, 0.96);
  transition: transform .1806s cubic-bezier(0.04, 0.04, 0.12, 0.96);
  transition: transform .1806s cubic-bezier(0.04, 0.04, 0.12, 0.96), -webkit-transform .1806s cubic-bezier(0.04, 0.04, 0.12, 0.96);
  -webkit-transform: none;
  transform: none
}

.header-menu-btn-block-wrapper.mobile-menu-open .header-menu-btn-bottom {
  -webkit-transition: -webkit-transform .1806s cubic-bezier(0.04, 0.04, 0.12, 0.96);
  transition: -webkit-transform .1806s cubic-bezier(0.04, 0.04, 0.12, 0.96);
  transition: transform .1806s cubic-bezier(0.04, 0.04, 0.12, 0.96);
  transition: transform .1806s cubic-bezier(0.04, 0.04, 0.12, 0.96), -webkit-transform .1806s cubic-bezier(0.04, 0.04, 0.12, 0.96);
  -webkit-transform: none;
  transform: none
}

.header-menu-btn-block-wrapper.mobile-menu-open .header-menu-btn-top-wrapper {
  -webkit-transition: -webkit-transform .3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) .1008s;
  transition: -webkit-transform .3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) .1008s;
  transition: transform .3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) .1008s;
  transition: transform .3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) .1008s, -webkit-transform .3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) .1008s;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.header-menu-btn-block-wrapper.mobile-menu-open .header-menu-btn-bottom-wrapper {
  -webkit-transition: -webkit-transform .3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) .1008s;
  transition: -webkit-transform .3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) .1008s;
  transition: transform .3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) .1008s;
  transition: transform .3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) .1008s, -webkit-transform .3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) .1008s;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.header-menu-btn-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 54px;
  width: 57px;
  cursor: pointer;
  margin-left: 0px;
  z-index: 10
}

.header-menu-btn-wrapper {
  position: absolute;
  width: 30px;
  height: 30px;
  -webkit-transform: none;
  transform: none;
  -webkit-transition: -webkit-transform .1806s cubic-bezier(0.04, 0.04, 0.12, 0.96);
  transition: -webkit-transform .1806s cubic-bezier(0.04, 0.04, 0.12, 0.96);
  transition: transform .1806s cubic-bezier(0.04, 0.04, 0.12, 0.96);
  transition: transform .1806s cubic-bezier(0.04, 0.04, 0.12, 0.96), -webkit-transform .1806s cubic-bezier(0.04, 0.04, 0.12, 0.96)
}

.header-mobile-bg {
  display: none;
  position: absolute;
  top: 53px;
  left: 0px;
  background-color: #000;
  width: 100%;
  height: 0px;
  z-index: 7;
  -webkit-transition: height .56s cubic-bezier(0.52, 0.16, 0.24, 1);
  transition: height .56s cubic-bezier(0.52, 0.16, 0.24, 1)
}

.header-mobile-bg.active {
  height: calc(100% - 52px)
}

.goods {
  width: 100%;
  list-style-type: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 20px;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px
}

.goods-horizontal {
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: repeat(auto, 1fr)
}

.goods-wrapper {
  width: 100%;
  grid-row-start: 2;
  grid-row-end: 3
}

.goods-wrapper.not-found::before {
  content: "No results were found";
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
  color: #7c7b80
}

.goods-item {
  width: 100%;
  height: 420px;
  padding: 20px 20px;
  display: grid;
  grid-template-rows: auto;
  font-size: 17px;
  background: #fff;
  border-radius: 15px;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-transition: .3s cubic-bezier(0, 0, 0.5, 1);
  transition: .3s cubic-bezier(0, 0, 0.5, 1)
}

.goods-item-horizontal {
  grid-template-columns: 30% calc(70% - 20px);
  grid-template-rows: auto 28.64px auto;
  height: auto;
  row-gap: 7.5px;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  font-size: 17px
}

.goods-item-horizontal>.goods-item-wrapper-stock {
  grid-column: 2;
  grid-row: 2
}

.goods-item-horizontal>.goods-item-wrapper-rating {
  grid-column: 1;
  grid-row: 3;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.goods-item-horizontal>.goods-item-img-wrapper {
  grid-row: 1/3
}

.goods-item-horizontal>.goods-item-img-wrapper>.goods-item-img {
  height: 230px
}

.goods-item:hover {
  -webkit-box-shadow: 2px 4px 12px rgba(0, 0, 0, .08);
  box-shadow: 2px 4px 12px rgba(0, 0, 0, .08);
  -webkit-transform: scale3d(1.01, 1.01, 1.01);
  transform: scale3d(1.01, 1.01, 1.01)
}

.goods-item-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: end;
  align-self: flex-end
}

.goods-item-description-horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 16px;
  -ms-flex-item-align: start;
  align-self: flex-start;
  row-gap: 3px
}

.goods-item-description-horizontal span {
  color: var(--main-text-color-light)
}

.goods-item-description-horizontal>.goods-item-description-name {
  margin-bottom: 15px;
  font-size: 17px;
  -webkit-line-clamp: 1
}

.goods-item-description-name {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 20px;
  text-decoration: none;
  color: var(--main-black)
}

.goods-item-description-name:hover {
  color: var(--main-blue-text)
}

.goods-item-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  justify-self: center
}

.goods-item-img-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%
}

.goods-item-img img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain
}

.goods-item-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.goods-item-wrapper-horizontal {
  grid-row-start: 3
}

.goods-item-wrapper-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.goods-item-wrapper-rating-stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2px;
  -moz-column-gap: 2px;
  column-gap: 2px
}

.goods-item-wrapper-rating-star {
  width: 12px;
  height: 12px
}

.goods-item-wrapper-price {
  font-size: 19px;
  font-family: "SF-Pro-Display-Semibold"
}

.goods-item-wrapper-stock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 4px;
  -moz-column-gap: 4px;
  column-gap: 4px
}

.goods-item-wrapper-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: end;
  align-self: flex-end;
  width: 61px;
  height: 36px;
  border-radius: 30px;
  letter-spacing: .5px;
  text-align: center;
  color: #fff;
  border: none;
  cursor: pointer
}

.goods-item-wrapper-btn.hidden {
  display: none
}

.goods-item-wrapper-add-to-bag-btn {
  background: var(--main-blue)
}

.goods-item-wrapper-good-in-bag {
  background: var(--main-green);
  cursor: default
}

.goods-item-wrapper-good-in-bag-img {
  width: 16px
}

.top-panel {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.top-panel-wrapper {
  height: 38px;
  width: 100%
}

.sorting-picker {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  font-family: "SF-Pro-Display-Medium"
}

.sorting-picker-title {
  font-size: 17px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.sorting-picker-select-box {
  height: 100%;
  width: 250px;
  background-color: var(--main-light-grey);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.select-box-current-item {
  width: 78%;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  outline: none;
  font-size: 16.5px;
  margin-left: 17px;
  color: var(--main-text-color)
}

.select-box-current-item::-webkit-input-placeholder {
  color: var(--main-text-color-light)
}

.select-box-current-item::-moz-placeholder {
  color: var(--main-text-color-light)
}

.select-box-current-item:-ms-input-placeholder {
  color: var(--main-text-color-light)
}

.select-box-current-item::-ms-input-placeholder {
  color: var(--main-text-color-light)
}

.select-box-current-item::placeholder {
  color: var(--main-text-color-light)
}

.select-box-open-btn {
  height: 31px;
  width: 31px;
  background-color: var(--main-dark-grey);
  border: none;
  outline: none;
  margin-right: 3.5px;
  border-radius: 7px;
  cursor: pointer
}

.select-box-open-btn-img {
  width: 12px;
  padding-bottom: 1px
}

.select-box-items {
  position: absolute;
  top: 113px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 38px;
  max-height: 114px;
  width: 250px;
  background-color: var(--main-light-grey);
  border-radius: 10px;
  overflow-y: auto;
  visibility: hidden;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
  -webkit-transition: opacity, .3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform .3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity, .3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform .3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity, transform .3s cubic-bezier(0.645, 0.045, 0.355, 1), .3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity, transform .3s cubic-bezier(0.645, 0.045, 0.355, 1), .3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform .3s cubic-bezier(0.645, 0.045, 0.355, 1)
}

.select-box-items.active {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  visibility: visible
}

.select-box-items::-webkit-scrollbar {
  width: 12px
}

.select-box-items::-webkit-scrollbar-track {
  margin-top: 4px;
  margin-bottom: 4px
}

.select-box-items::-webkit-scrollbar-thumb {
  border: 4px solid rgba(0, 0, 0, 0);
  background-clip: padding-box;
  border-radius: 9999px;
  background-color: var(--main-dark-grey)
}

.select-box-item,
.select-box-not-found {
  padding: 9.81px 17px 9.81px;
  color: var(--main-text-color);
  cursor: pointer
}

.select-box-not-found {
  cursor: default
}

.sorting-found {
  font-size: 17px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.change-grid {
  height: 31px;
  width: 86.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.change-grid-item {
  width: 31px;
  height: 31px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  -webkit-column-gap: 2px;
  -moz-column-gap: 2px;
  column-gap: 2px;
  row-gap: 2px;
  cursor: pointer
}

.change-grid-item.active>.square-grid {
  background-color: var(--main-dark-grey);
  -webkit-transition: background-color .3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color .3s cubic-bezier(0.645, 0.045, 0.355, 1)
}

.change-grid-to-lines {
  width: 45.5px;
  grid-template-columns: 1fr 2fr;
  grid-template-rows: repeat(2, 1fr)
}

.square-grid {
  border-radius: 3px;
  background-color: var(--main-light-grey);
  -webkit-transition: background-color .3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color .3s cubic-bezier(0.645, 0.045, 0.355, 1)
}

.filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 20px
}

.filters-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  grid-row-start: 1;
  grid-row-end: 3;
  z-index: 10
}

.filters-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  height: 38px
}

.filters-btn {
  background-color: var(--main-light-grey);
  border: none;
  outline: none;
  width: 100%;
  border-radius: 10px;
  font-family: "SF-Pro-Display-Medium";
  font-size: 17px;
  color: var(--main-text-color);
  cursor: pointer
}

.filters-items {
  width: 100%;
  height: 580px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 20px
}

.filters-item {
  width: 100%;
  height: 49.5px;
  background-color: #fff;
  border-radius: 15px;
  -webkit-transition: height .4s cubic-bezier(0.645, 0.045, 0.355, 1) .1s;
  transition: height .4s cubic-bezier(0.645, 0.045, 0.355, 1) .1s
}

.filters-item-category.active,
.filters-item-brand.active,
.filters-item-price.active,
.filters-item-stock.active {
  height: 133px;
  -webkit-transition: height .4s cubic-bezier(0.645, 0.045, 0.355, 1) .1s;
  transition: height .4s cubic-bezier(0.645, 0.045, 0.355, 1) .1s
}

.filters-item-category.active>.filters-item-options,
.filters-item-brand.active>.filters-item-options,
.filters-item-price.active>.filters-item-options,
.filters-item-stock.active>.filters-item-options {
  visibility: visible;
  opacity: 1;
  transition: opacity .5s cubic-bezier(0.645, 0.045, 0.355, 1) .1s;
  -webkit-transition: opacity .5s cubic-bezier(0.645, 0.045, 0.355, 1) .1s
}

.filters-item-category.active>.filters-item-options>.filters-item-option,
.filters-item-brand.active>.filters-item-options>.filters-item-option,
.filters-item-price.active>.filters-item-options>.filters-item-option,
.filters-item-stock.active>.filters-item-options>.filters-item-option {
  height: 19.54px;
  -webkit-transition: height .5s cubic-bezier(0.645, 0.045, 0.355, 1) .1s;
  transition: height .5s cubic-bezier(0.645, 0.045, 0.355, 1) .1s
}

.filters-item-category.active>.filters-item-dual-progress,
.filters-item-brand.active>.filters-item-dual-progress,
.filters-item-price.active>.filters-item-dual-progress,
.filters-item-stock.active>.filters-item-dual-progress {
  visibility: visible;
  opacity: 1;
  height: 72px;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: opacity, height, .4s cubic-bezier(0.645, 0.045, 0.355, 1) .12s, .4s cubic-bezier(0.645, 0.045, 0.355, 1) .12s, -webkit-transform .4s cubic-bezier(0.645, 0.045, 0.355, 1) .12s;
  transition: opacity, height, .4s cubic-bezier(0.645, 0.045, 0.355, 1) .12s, .4s cubic-bezier(0.645, 0.045, 0.355, 1) .12s, -webkit-transform .4s cubic-bezier(0.645, 0.045, 0.355, 1) .12s;
  transition: opacity, height, transform .4s cubic-bezier(0.645, 0.045, 0.355, 1) .12s, .4s cubic-bezier(0.645, 0.045, 0.355, 1) .12s, .4s cubic-bezier(0.645, 0.045, 0.355, 1) .12s;
  transition: opacity, height, transform .4s cubic-bezier(0.645, 0.045, 0.355, 1) .12s, .4s cubic-bezier(0.645, 0.045, 0.355, 1) .12s, .4s cubic-bezier(0.645, 0.045, 0.355, 1) .12s, -webkit-transform .4s cubic-bezier(0.645, 0.045, 0.355, 1) .12s;
  -webkit-transition: opacity, height, transform .4s cubic-bezier(0.645, 0.045, 0.355, 1) .12s, .4s cubic-bezier(0.645, 0.045, 0.355, 1) .12s, .4s cubic-bezier(0.645, 0.045, 0.355, 1) .12s
}

.filters-item-category.active>.filters-item-dual-progress>.filters-item-slider-price,
.filters-item-category.active>.filters-item-dual-progress>.filters-item-slider-stock,
.filters-item-brand.active>.filters-item-dual-progress>.filters-item-slider-price,
.filters-item-brand.active>.filters-item-dual-progress>.filters-item-slider-stock,
.filters-item-price.active>.filters-item-dual-progress>.filters-item-slider-price,
.filters-item-price.active>.filters-item-dual-progress>.filters-item-slider-stock,
.filters-item-stock.active>.filters-item-dual-progress>.filters-item-slider-price,
.filters-item-stock.active>.filters-item-dual-progress>.filters-item-slider-stock {
  height: 3px;
  -webkit-transition: height .4s cubic-bezier(0.645, 0.045, 0.355, 1) .12s;
  transition: height .4s cubic-bezier(0.645, 0.045, 0.355, 1) .12s
}

.filters-item-category.active>.filters-item-dual-progress>.filters-item-slider-price>.filters-item-input-price input::-webkit-slider-thumb,
.filters-item-category.active>.filters-item-dual-progress>.filters-item-slider-price>.filters-item-input-stock input::-webkit-slider-thumb,
.filters-item-category.active>.filters-item-dual-progress>.filters-item-slider-stock>.filters-item-input-price input::-webkit-slider-thumb,
.filters-item-category.active>.filters-item-dual-progress>.filters-item-slider-stock>.filters-item-input-stock input::-webkit-slider-thumb,
.filters-item-brand.active>.filters-item-dual-progress>.filters-item-slider-price>.filters-item-input-price input::-webkit-slider-thumb,
.filters-item-brand.active>.filters-item-dual-progress>.filters-item-slider-price>.filters-item-input-stock input::-webkit-slider-thumb,
.filters-item-brand.active>.filters-item-dual-progress>.filters-item-slider-stock>.filters-item-input-price input::-webkit-slider-thumb,
.filters-item-brand.active>.filters-item-dual-progress>.filters-item-slider-stock>.filters-item-input-stock input::-webkit-slider-thumb,
.filters-item-price.active>.filters-item-dual-progress>.filters-item-slider-price>.filters-item-input-price input::-webkit-slider-thumb,
.filters-item-price.active>.filters-item-dual-progress>.filters-item-slider-price>.filters-item-input-stock input::-webkit-slider-thumb,
.filters-item-price.active>.filters-item-dual-progress>.filters-item-slider-stock>.filters-item-input-price input::-webkit-slider-thumb,
.filters-item-price.active>.filters-item-dual-progress>.filters-item-slider-stock>.filters-item-input-stock input::-webkit-slider-thumb,
.filters-item-stock.active>.filters-item-dual-progress>.filters-item-slider-price>.filters-item-input-price input::-webkit-slider-thumb,
.filters-item-stock.active>.filters-item-dual-progress>.filters-item-slider-price>.filters-item-input-stock input::-webkit-slider-thumb,
.filters-item-stock.active>.filters-item-dual-progress>.filters-item-slider-stock>.filters-item-input-price input::-webkit-slider-thumb,
.filters-item-stock.active>.filters-item-dual-progress>.filters-item-slider-stock>.filters-item-input-stock input::-webkit-slider-thumb {
  height: 20px;
  width: 20px;
  -webkit-transition: width, height .4s cubic-bezier(0.645, 0.045, 0.355, 1) .12s, .4s cubic-bezier(0.645, 0.045, 0.355, 1) .12s;
  transition: width, height .4s cubic-bezier(0.645, 0.045, 0.355, 1) .12s, .4s cubic-bezier(0.645, 0.045, 0.355, 1) .12s
}

.filters-item-price.active,
.filters-item-stock.active {
  height: 116.5px
}

.filters-item-header {
  padding: 15px 15px 10px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.filters-item-header-title {
  font-size: 17px;
  font-family: "SF-Pro-Display-Semibold"
}

.filters-item-header-expand-btn {
  position: absolute;
  right: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  width: 49.5px;
  height: 49.5px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: -webkit-transform .5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform .5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform .5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform .5s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform .5s cubic-bezier(0.645, 0.045, 0.355, 1)
}

.filters-item-header-expand-btn-img {
  width: 100%;
  height: 9.81px;
  margin-bottom: 2px
}

.filters-item-header-expand-btn.active {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg)
}

.filters-item-options {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 0 15px 15px;
  row-gap: 7px;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  visibility: hidden;
  opacity: 0;
  transition: opacity, height .4s cubic-bezier(0.645, 0.045, 0.355, 1), .4s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition: opacity, height .4s cubic-bezier(0.645, 0.045, 0.355, 1), .4s cubic-bezier(0.645, 0.045, 0.355, 1)
}

.filters-item-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 5px;
  -moz-column-gap: 5px;
  column-gap: 5px;
  font-size: 17px;
  height: 0px;
  cursor: pointer;
  -webkit-transition: height .4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: height .4s cubic-bezier(0.645, 0.045, 0.355, 1)
}

.filters-item-option-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 17.5px;
  height: 17.5px;
  border: 1.5px solid var(--main-dark-grey);
  border-radius: 4px
}

.filters-item-option-checkbox.active {
  background-color: var(--main-blue);
  border: 1px solid var(--main-blue)
}

.filters-item-option-checkbox.active>.filters-item-option-checkbox-img {
  visibility: visible;
  opacity: 1
}

.filters-item-option-checkbox-img {
  width: 9px;
  height: 9px;
  visibility: hidden;
  opacity: 0
}

.filters-item-option-name {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.filters-item-dual-progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 15px 15px 15px;
  height: 0px;
  font-size: 17px;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(-25px);
  transform: translateY(-25px);
  -webkit-transition: opacity, height, .4s cubic-bezier(0.645, 0.045, 0.355, 1), .4s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform .4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity, height, .4s cubic-bezier(0.645, 0.045, 0.355, 1), .4s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform .4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity, height, transform .4s cubic-bezier(0.645, 0.045, 0.355, 1), .4s cubic-bezier(0.645, 0.045, 0.355, 1), .4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity, height, transform .4s cubic-bezier(0.645, 0.045, 0.355, 1), .4s cubic-bezier(0.645, 0.045, 0.355, 1), .4s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform .4s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition: opacity, height, transform .4s cubic-bezier(0.645, 0.045, 0.355, 1), .4s cubic-bezier(0.645, 0.045, 0.355, 1), .4s cubic-bezier(0.645, 0.045, 0.355, 1)
}

.filters-item-slider-price,
.filters-item-slider-stock {
  position: relative;
  width: 100%;
  height: 0px;
  background-color: var(--main-light-grey);
  border-radius: 1.5px;
  -webkit-transition: height .4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: height .4s cubic-bezier(0.645, 0.045, 0.355, 1)
}

.filters-item-slider-price-progress,
.filters-item-slider-stock-progress {
  position: absolute;
  height: 100%;
  left: 25%;
  right: 25%;
  border-radius: 1px;
  background-color: var(--main-blue)
}

.filters-item-input-price,
.filters-item-input-stock {
  position: absolute;
  width: 100%;
  top: -9px
}

.filters-item-input-price input,
.filters-item-input-stock input {
  position: absolute;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  pointer-events: none
}

.filters-item-input-price input::-webkit-slider-thumb,
.filters-item-input-stock input::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 0px;
  width: 0px;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
  pointer-events: auto;
  -webkit-transition: height, width .4s cubic-bezier(0.645, 0.045, 0.355, 1), .4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: height, width .4s cubic-bezier(0.645, 0.045, 0.355, 1), .4s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, .08), 0px 1px 2px rgba(0, 0, 0, .08), 0px 4px 12px rgba(0, 0, 0, .16);
  box-shadow: 0px 1px 4px rgba(0, 0, 0, .08), 0px 1px 2px rgba(0, 0, 0, .08), 0px 4px 12px rgba(0, 0, 0, .16)
}

.filters-item-values-price,
.filters-item-values-stock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.navigation-wrapper {
  margin-top: 20px
}

.navigation-wrapper-goods {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style-type: none;
  font-family: "SF-Pro-Display-Semibold";
  width: 100%;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  color: var(--main-dark-grey)
}

.navigation-wrapper-goods-item {
  -webkit-transition: .3s;
  transition: .3s;
  cursor: pointer;
  padding: 10px
}

.navigation-wrapper-goods-item:hover,
.navigation-wrapper-goods-item:active {
  color: #7c7b80
}

.active-btn {
  color: #7c7b80
}

.bag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-width: 1000px
}

.bag-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: calc(100vh - 54px);
  background-color: #fff;
  padding: 20px
}

.bag-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 40px 0 60px 0;
  border-bottom: 1px solid var(--main-dark-grey)
}

.bag-header-title {
  font-family: "SF-Pro-Display-Semibold";
  font-size: 40px;
  font-weight: 500;
  color: #1d1d1f
}

.bag-header-subtitle {
  font-size: 17px;
  padding: 13px 0 0
}

.bag-btn {
  border-radius: 12px;
  height: 56px;
  width: 360px;
  border: none;
  outline: none;
  font-size: 17px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  letter-spacing: .022em;
  cursor: pointer
}

.bag-btn-continue-shopping {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px 0 0;
  background-color: #ebebeb;
  color: var(--main-black)
}

.bag-btn-continue-shopping-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: var(--main-black)
}

.bag-btn-check-out {
  margin: 15px 0 0;
  background-color: var(--main-blue);
  color: #fff
}

.bag-btn-check-out:hover {
  background-color: var(--main-blue-hover)
}

.bag-goods {
  width: 100%
}

.bag-item {
  display: grid;
  width: 100%;
  border-bottom: 1px solid var(--main-dark-grey);
  grid-template-columns: 245px auto 96px 150px;
  padding: 60px 0;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: 0s;
  transition: 0s
}

.bag-item.hidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .5s;
  transition: .5s
}

.bag-item.move {
  -webkit-transform: translateY(-324px);
  transform: translateY(-324px);
  -webkit-transition: .5s;
  transition: .5s
}

.bag-item.move-mobile {
  -webkit-transform: translateY(-481.22px);
  transform: translateY(-481.22px);
  -webkit-transition: .5s;
  transition: .5s
}

.bag-item-img {
  width: 245px;
  min-width: 245px;
  height: 203px
}

.bag-item-img img {
  width: 100%;
  height: auto;
  max-height: 203px;
  -o-object-fit: contain;
  object-fit: contain
}

.bag-item-name {
  text-decoration: none;
  color: var(--main-black)
}

.bag-item-name-wrapper {
  font-size: 24px;
  font-family: "SF-Pro-Display-Semibold";
  padding-right: 30px
}

.bag-item-name:hover {
  color: var(--main-blue-text)
}

.bag-item-quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 96px;
  height: 26px;
  -webkit-column-gap: 7px;
  -moz-column-gap: 7px;
  column-gap: 7px
}

.bag-item-quantity-btn {
  width: 26px;
  height: 26px;
  border: 1.5px solid var(--main-dark-grey);
  background-color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: -webkit-transform .1s;
  transition: -webkit-transform .1s;
  transition: transform .1s;
  transition: transform .1s, -webkit-transform .1s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.bag-item-quantity-btn-img {
  width: 14px
}

.bag-item-quantity-btn:active {
  -webkit-transform: scale(0.75);
  transform: scale(0.75)
}

.bag-item-quantity-input {
  width: 30px;
  outline: none;
  border: none;
  text-align: center
}

.bag-item-quantity-input::-webkit-outer-spin-button,
.bag-item-quantity-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none
}

.bag-item-quantity.max-stock::before {
  position: absolute;
  text-align: center;
  width: 96px;
  margin-top: 40px;
  content: "Maximum stock";
  color: var(--main-text-color-light);
  font-size: 17px
}

.bag-item-price-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-left: 30px
}

.bag-item-price-value-wrapper {
  font-size: 24px;
  font-family: "SF-Pro-Display-Semibold"
}

.bag-item-remove-btn {
  outline: none;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  font-size: 17px;
  margin-top: 15px;
  letter-spacing: .022em;
  color: var(--main-blue-text);
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.bag-item-remove-btn:hover {
  text-decoration: underline
}

.bag-total {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 60px;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: 0s;
  transition: 0s
}

.bag-total.move {
  -webkit-transform: translateY(-324px);
  transform: translateY(-324px);
  -webkit-transition: .5s;
  transition: .5s
}

.bag-total.hide {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .5s;
  transition: .5s
}

.bag-total-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: calc(100% - 265px);
  font-size: 24px;
  font-family: "SF-Pro-Display-Semibold";
  padding: 20px 0 20px 0
}

.bag-total.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.checkout-window {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  height: calc(100% - 80px);
  width: calc(100% - 80px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  top: 0;
  bottom: 0;
  margin: auto;
  max-width: 920px;
  max-height: 580px;
  padding: 20px 20px 20px 15px;
  background-color: #fff;
  border-radius: 18px;
  -webkit-transform: scale(0.905);
  transform: scale(0.905);
  -webkit-transition: .45s ease-in-out;
  transition: .45s ease-in-out;
  z-index: 10
}

.checkout-window.active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .45s ease-in-out .05s;
  transition: .45s ease-in-out .05s
}

.checkout-header {
  display: grid;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  grid-template-columns: 1fr 1fr 36px;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  padding-left: 5px
}

.checkout-header-title {
  font-size: 24px;
  font-family: "SF-Pro-Display-Light";
  grid-row: 1;
  grid-column: 1;
  letter-spacing: .022em
}

.checkout-header-total {
  grid-row: 1;
  grid-column: 2;
  justify-self: flex-end;
  color: var(--main-blue-text)
}

.checkout-header-close-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 33px;
  width: 33px;
  background-color: #e8e8ed;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  grid-row: 1;
  grid-column: 3;
  justify-self: flex-end
}

.checkout-header-close-btn-img {
  height: 11.33px;
  width: 11.33px
}

.checkout-info {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
  overflow: auto;
  padding-left: 5px
}

.checkout-info::-webkit-scrollbar {
  width: 10px
}

.checkout-info::-webkit-scrollbar-thumb {
  border: 2.5px solid rgba(0, 0, 0, 0);
  background-clip: padding-box;
  border-radius: 9999px;
  background-color: #dfdfe4
}

.checkout-info-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px
}

.checkout-info-title {
  font-size: 36px;
  font-family: "SF-Pro-Display-Semibold";
  margin-bottom: 25px
}

.checkout-info-title:not(:first-child) {
  margin-top: 30px
}

.checkout-info-item {
  margin-top: 10px;
  z-index: 5
}

.checkout-info-item-title {
  font-size: 21px;
  font-family: "SF-Pro-Display-Regular";
  font-weight: 600;
  margin-bottom: 25px
}

.checkout-info-field {
  position: relative
}

.checkout-info-field-input {
  position: relative;
  font-size: 16px;
  border-radius: 10px;
  border-width: 1px;
  border-style: solid;
  border-color: #d2d2d7;
  width: 445px;
  height: 50px;
  font-family: "SF-Pro-Display-Regular";
  outline: none;
  margin-bottom: 14px;
  padding: 18px 15px 1px;
  text-align: left
}

.checkout-info-field-input:focus {
  border-color: #0071e3;
  -webkit-box-shadow: 0 0 0 4px rgba(0, 125, 250, .6);
  box-shadow: 0 0 0 4px rgba(0, 125, 250, .6)
}

.checkout-info-field-input.error {
  border-color: #e30000;
  background-color: #fff2f4
}

.checkout-info-field-input-name {
  position: absolute;
  left: 16px;
  top: 16px;
  font-size: 15.5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #86868b;
  -webkit-transition: .125s ease-in;
  transition: .125s ease-in;
  letter-spacing: .022em;
  pointer-events: none;
  cursor: text
}

.checkout-info-field-input-name.active {
  font-size: 11.5px;
  -webkit-transform: translateY(-7px);
  transform: translateY(-7px);
  font-family: "SF-Pro-Display-Light";
  color: #6e6e73
}

.checkout-info-field-input-name.error {
  color: #e30000
}

.checkout-info-field-input:-webkit-autofill {
  color: var(--main-black);
  caret-color: var(--main-black);
  -webkit-text-fill-color: var(--main-black);
  -webkit-box-shadow: inset 0 0 0 100px #fffef2;
  box-shadow: inset 0 0 0 100px #fffef2;
  border-color: #ffe045
}

.checkout-info-field-error {
  display: none;
  color: #e30000;
  font-family: "SF-Pro-Display-Light";
  margin-bottom: 12px;
  margin-top: -5px;
  font-size: 12px
}

.checkout-info-field-error-img {
  width: 11px;
  height: 11px;
  -webkit-transform: translateY(1px);
  transform: translateY(1px)
}

.checkout-info-field-error-msg {
  padding-left: 5px
}

.checkout-info-field-error.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.checkout-info-field-cards {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 13px;
  right: calc(100% - 431px);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 23px
}

.checkout-info-field-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 23px;
  opacity: .5;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out
}

.checkout-info-field-card.active {
  opacity: 1
}

.checkout-info-field-card.visa {
  width: 39.32px
}

.checkout-info-field-card.mastercard {
  width: 31.9px
}

.checkout-info-field-card.discover {
  width: 34.86px
}

.checkout-info-field-card.hidden {
  width: 0px;
  opacity: 0
}

.checkout-submit-btn {
  width: 326px;
  min-height: 50px;
  margin: 15px 0 0;
  font-size: 15px;
  background-color: var(--main-blue);
  letter-spacing: .022em;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  color: #fff
}

.checkout-submit-btn:hover {
  background-color: var(--main-blue-hover)
}

.checkout-submit-btn:disabled {
  background-color: #ebebeb;
  color: var(--main-black);
  cursor: default
}

.dark-bg {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6941176471);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  width: 100%;
  height: 100%;
  z-index: 5;
  -webkit-transition: .45s ease-in-out .2s;
  transition: .45s ease-in-out .2s
}

.dark-bg.active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: .45s ease-in-out;
  transition: .45s ease-in-out
}

.card-exp-input {
  width: 350px
}

.card-cvv-input {
  width: 80px
}

.card-cvv-input~.checkout-info-field-error {
  width: 80px
}

.success-purchase {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  height: 53px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--main-blue);
  color: #fff;
  top: 54px;
  -webkit-transition: 1.5s;
  transition: 1.5s
}

.success-purchase.active {
  visibility: visible;
  opacity: 1
}

.product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-width: 1240px
}

.product-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding: 20px
}

.product-header {
  margin-top: 20px;
  height: 75px
}

.product-header-title {
  font-size: 32px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis
}

.product-main-info {
  width: calc(40% - 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: calc(100% - 54px);
  row-gap: 20px;
  min-height: 296px;
  max-height: 405px
}

.product-main-info-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: calc(100vh - 150px);
  margin-top: 10px;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  max-height: 460px;
  min-height: 348px
}

.product-main-info-specs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 17px;
  width: 100%;
  row-gap: 5px
}

.product-main-info-specs-title {
  font-size: 20px;
  font-family: "SF-Pro-Display-Semibold";
  margin-bottom: 10px
}

.product-main-info-spec-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px
}

.product-main-info-spec-item-value {
  text-align: right
}

.product-main-info-rating-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  row-gap: 20px
}

.product-main-info-rating {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 3px;
  -moz-column-gap: 3px;
  column-gap: 3px
}

.product-main-info-rating-star {
  width: 15px;
  height: 15px
}

.product-main-info-all-specs-btn {
  background-color: rgba(0, 0, 0, 0);
  outline: none;
  border: none;
  font-size: 17px;
  color: var(--main-text-color-light);
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-right: auto;
  letter-spacing: .022em
}

.product-main-info-all-specs-btn:hover {
  text-decoration: underline
}

.product-main-info-price {
  font-size: 24px;
  font-family: "SF-Pro-Display-Semibold"
}

.product-main-info-buy-btns-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 20px;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  width: 100%
}

.product-main-info-buy-btn {
  width: 100%;
  height: 44px;
  background-color: var(--main-blue);
  border-radius: 8px;
  border: none;
  outline: none;
  color: #fff;
  font-size: 17px;
  letter-spacing: .022em;
  cursor: pointer
}

.product-main-info-buy-btn:hover {
  background-color: var(--main-blue-hover)
}

.product-main-info-buy-btn:disabled {
  color: var(--main-black);
  background-color: #ebebeb
}

.product-main-info-buy-btn:disabled:hover {
  background-color: #ebebeb
}

.product-images-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  overflow: hidden;
  grid-column: 2;
  grid-row: 1
}

.product-images-slider-wrapper {
  position: sticky;
  bottom: 0;
  display: grid;
  width: 60%;
  height: calc(100% - 54px);
  min-height: 296px;
  max-height: 405px;
  grid-template-rows: auto 10px;
  grid-template-columns: 50px auto 50px;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.product-images-slider-btn {
  width: 50px;
  height: 50px;
  margin-top: 30px;
  border-radius: 50%;
  border: none;
  padding-top: 5px;
  background-color: #ebebeb;
  opacity: 1;
  visibility: visible;
  cursor: pointer;
  -webkit-transition: background-color, opacity .1s linear, .1s linear;
  transition: background-color, opacity .1s linear, .1s linear
}

.product-images-slider-btn:hover {
  background-color: rgba(235, 235, 235, 0.7176470588)
}

.product-images-slider-btn:active {
  background-color: rgba(200, 200, 204, 0.6549019608)
}

.product-images-slider-btn.hidden {
  opacity: 0;
  visibility: hidden
}

.product-images-slider-btn-img {
  width: 11.5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.product-images-slider-btn.prev {
  grid-column: 1;
  grid-row: 1;
  padding-right: 3px
}

.product-images-slider-btn.next {
  grid-column: 3;
  grid-row: 1;
  padding-left: 3px
}

.product-images {
  position: relative;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  left: 0;
  -webkit-transition: .4s ease;
  transition: .4s ease;
  min-height: 250px
}

.product-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.product-image-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: calc(100vh - 250px);
  min-height: 250px;
  max-height: 350px
}

.product-image img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain
}

.product-dots {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 14px;
  -moz-column-gap: 14px;
  column-gap: 14px
}

.product-dots-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  grid-column: 2;
  grid-row: 2;
  height: 8px
}

.product-dot {
  width: 8px;
  height: 8px;
  background-color: rgba(210, 210, 215, 0.6392156863);
  border-radius: 50%;
  -webkit-transition: background-color .1s linear;
  transition: background-color .1s linear
}

.product-dot.active {
  background-color: rgba(0, 0, 0, .56)
}

.product-all-info {
  display: block;
  width: 100%;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  margin-bottom: 20px
}

.product-all-info-title {
  font-size: 30px;
  margin-bottom: 20px
}

.product-all-info-spec-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 17px;
  padding: 5px 0
}

.product-all-info-spec-item-dots {
  position: absolute;
  width: 100%;
  border-bottom: 2px dotted var(--main-dark-grey);
  z-index: 0;
  top: 18.5px
}

.product-all-info-spec-item-name {
  position: relative;
  text-align: left;
  color: var(--main-text-color-light);
  z-index: 5
}

.product-all-info-spec-item-name span {
  padding-right: 6px;
  background-color: #fff
}

.product-all-info-spec-item-value {
  position: relative;
  text-align: right;
  z-index: 5
}

.product-all-info-spec-item-value span {
  padding-left: 6px;
  background-color: #fff
}

.footer {
  width: 100%;
  max-width: 1280px;
  padding: 0 20px
}

.footer-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  padding-bottom: 20px
}

.footer-breadcrumbs-path {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 20px 0;
  font-size: 15px;
  font-family: "SF-Pro-Display-Medium";
  border-bottom: 1px solid var(--footer-border-color)
}

.footer-breadcrumbs-path-el {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row
}

.footer-breadcrumbs-path-el-link {
  text-decoration: none;
  color: var(--footer-link-color);
  width: 100%;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap
}

.footer-breadcrumbs-path-el-link:hover {
  text-decoration: underline
}

.footer-breadcrumbs-path-el-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-left: 40px
}

.footer-breadcrumbs-path-el-items-brand {
  position: relative
}

.footer-breadcrumbs-path-el-items-brand::before {
  content: url(assets/images/icons/icon_large.svg);
  background-repeat: no-repeat;
  position: absolute;
  left: -25px
}

.footer-breadcrumbs-path-el-items-category {
  margin-left: 40px;
  position: relative
}

.footer-breadcrumbs-path-el-items-category::before {
  content: url(assets/images/icons/icon_large.svg);
  background-repeat: no-repeat;
  position: absolute;
  left: -25px
}

.footer-breadcrumbs-path-el-items-current {
  margin-left: 40px;
  position: relative
}

.footer-breadcrumbs-path-el-items-current::before {
  content: url(assets/images/icons/icon_large.svg);
  background-repeat: no-repeat;
  position: absolute;
  left: -25px
}

.footer-breadcrumbs-path-add-item {
  margin-left: 40px;
  position: relative
}

.footer-breadcrumbs-path-add-item::before {
  content: url(assets/images/icons/icon_large.svg);
  background-repeat: no-repeat;
  position: absolute;
  left: -25px
}

.footer-legal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
  color: #6e6e73;
  font-size: 15px;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px
}

.footer-legal-img {
  height: 35px
}

.footer-legal-logos-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.footer-legal-logo {
  height: 35px;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid var(--footer-border-color)
}

.footer-legal-logo:last-child {
  border-right: none;
  margin: 0;
  padding: 0
}

@media(max-width: 1000px) {
  .header-wrapper .header {
    width: 100%
  }

  .header-wrapper .header-search {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: translateY(46px);
    transform: translateY(46px)
  }

  .header-wrapper .header-search .header-search-input {
    height: 0px;
    -webkit-transition: .3s;
    transition: .3s
  }

  .header-wrapper .header-search .header-search-input-img {
    height: 0px;
    -webkit-transition: .3s;
    transition: .3s
  }

  .header-wrapper .header-search .header-search-input-clear-btn {
    height: 0px;
    -webkit-transition: .3s;
    transition: .3s
  }

  .header-wrapper .header-bag {
    padding: 0 20px
  }

  .header-wrapper .header-bag-items-count {
    margin-right: 20px
  }

  .header-wrapper .header-menu-btn-block-wrapper {
    display: block
  }

  .header-wrapper .header-menu-btn-block-wrapper.hidden {
    display: none
  }

  .header-wrapper .header-menu-btn-block-wrapper.mobile-menu-open~.header-search {
    visibility: visible;
    opacity: 1
  }

  .header-wrapper .header-menu-btn-block-wrapper.mobile-menu-open~.header-search .header-search-input {
    height: 33px
  }

  .header-wrapper .header-menu-btn-block-wrapper.mobile-menu-open~.header-search .header-search-input-img {
    height: 14px
  }

  .header-wrapper .header-menu-btn-block-wrapper.mobile-menu-open~.header-search .header-search-input-clear-btn {
    height: 16px;
    -webkit-transition: .3s;
    transition: .3s
  }

  .header-wrapper .header-mobile-bg {
    display: block
  }

  .header-wrapper .header-logo-link {
    padding: 0 20px
  }

  #current-page .main {
    grid-template-columns: 1fr;
    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
    column-gap: 0px
  }

  .main .filters-wrapper {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    height: 0px;
    width: 0px;
    overflow: auto;
    top: 110px
  }

  .main .filters-wrapper.mobile-menu-open {
    visibility: visible;
    opacity: 1;
    height: calc(100% - 130px);
    width: calc(100% - 40px);
    -webkit-transition: height .54s .1s;
    transition: height .54s .1s
  }

  .main .filters-wrapper.mobile-menu-open .filters {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    width: 300px
  }

  .main .filters-wrapper.mobile-menu-open .filters-items {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content
  }

  .main .filters-wrapper.mobile-menu-open .filters-item {
    background-color: var(--additional-dark-grey);
    color: #fff
  }

  .main .filters-wrapper.mobile-menu-open .filters-item .filters-item-option-checkbox .filters-item-option-checkbox-img {
    -webkit-filter: invert(85.5%);
    filter: invert(85.5%)
  }

  .main .filters-wrapper.mobile-menu-open .filters-item .filters-item-header-expand-btn-img {
    -webkit-filter: invert(100%);
    filter: invert(100%)
  }

  .main .filters-wrapper.mobile-menu-open .filters .filters-item .filters-item-option,
  .main .filters-wrapper.mobile-menu-open .filters .filters-item .filters-item-option .filters-item-option-checkbox-img {
    visibility: visible;
    opacity: 1
  }

  .main .filters-wrapper.mobile-menu-open .filters-item-slider-price-progress,
  .main .filters-wrapper.mobile-menu-open .filters-item-slider-price,
  .main .filters-wrapper.mobile-menu-open .filters-item-values-price,
  .main .filters-wrapper.mobile-menu-open .filters-item-slider-stock-progress,
  .main .filters-wrapper.mobile-menu-open .filters-item-slider-stock,
  .main .filters-wrapper.mobile-menu-open .filters-item-values-stock {
    visibility: visible;
    opacity: 1
  }

  .main .filters-wrapper.mobile-menu-open .filters-btn {
    background-color: var(--additional-dark-grey);
    color: #fff;
    font-family: "SF-Pro-Display-Medium";
    letter-spacing: .022em
  }

  .main .filters-wrapper.mobile-menu-open .filters-item-header-title {
    font-family: "SF-Pro-Display-Medium"
  }

  .filters .filters-item .filters-item-option,
  .filters .filters-item .filters-item-option .filters-item-option-checkbox-img {
    visibility: hidden;
    opacity: 0
  }

  .filters-item-slider-price-progress,
  .filters-item-slider-price,
  .filters-item-values-price,
  .filters-item-slider-stock-progress,
  .filters-item-slider-stock,
  .filters-item-values-stock {
    visibility: hidden;
    opacity: 0
  }

  .main .goods:not(.goods-horizontal) {
    grid-template-columns: repeat(4, 1fr)
  }

  .main .goods .goods-horizontal {
    grid-template-columns: repeat(1, 1fr)
  }

  .main .goods-item:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: none;
    transform: none
  }

  .product-main-info-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 20px
  }

  .product .product-images-slider-wrapper {
    min-height: 400px;
    width: 100%
  }

  .product .product-main-info-wrapper {
    height: 460px
  }

  .product .product-all-info-wrapper {
    margin-top: 350px
  }

  .product .product-main-info {
    width: 100%
  }

  .product .product-main-info-buy-btns-wrapper {
    max-width: 550px;
    width: 100%;
    -ms-flex-item-align: end;
    align-self: flex-end
  }

  .product .product-all-info {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2
  }

  .bag .checkout-header {
    padding-right: 5px
  }

  .bag .checkout-window {
    height: 100%;
    width: 100%;
    max-width: 100%;
    border-radius: 0px;
    padding: 20px 15px;
    max-height: 100%
  }

  .bag .checkout-info {
    padding: 0px 5px
  }

  .bag .checkout-info::-webkit-scrollbar {
    display: none
  }
}

@media(max-width: 900px) {
  .main .goods:not(.goods-horizontal) {
    grid-template-columns: repeat(3, 1fr)
  }
}

@media(max-width: 768px) {
  .product .product-images-slider-wrapper {
    grid-template-columns: 1fr;
    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
    column-gap: 0px
  }

  .product-images-slider-btn {
    display: none
  }

  .product-images-slider {
    width: calc(100vw - 40px)
  }

  .product-images {
    width: 100%
  }

  .bag .bag-item {
    grid-template-columns: 245px auto
  }

  .bag .bag-item .bag-item-quantity {
    grid-row: 2;
    grid-column: 2/3
  }

  .bag .bag-item .bag-item-img {
    grid-row: 1/3
  }

  .bag .bag-item .bag-item-price-details {
    grid-row: 2;
    grid-column: 3
  }

  .bag .bag-item .bag-item-name {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
  }

  .bag .bag-item .bag-item-name-wrapper {
    padding: 0px;
    grid-column: 2/4
  }

  body .footer .footer-breadcrumbs-path-el-items-current {
    display: none
  }
}

@media(max-width: 650px) {
  .product .product-all-info {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1
  }

  .main .goods:not(.goods-horizontal) {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media(max-width: 550px) {
  .header-wrapper .header-search {
    width: 300px
  }

  .bag .bag-item {
    grid-template-columns: 96px auto auto;
    row-gap: 20px
  }

  .bag .bag-item .bag-item-quantity {
    grid-column: 1;
    grid-row: 3
  }

  .bag .bag-item .bag-item-img {
    grid-row: 1;
    grid-column: 1/4;
    width: 100%
  }

  .bag .bag-item .bag-item-price-details {
    grid-row: 3;
    grid-column: 3
  }

  .bag .bag-item .bag-item-name {
    -webkit-line-clamp: 2
  }

  .bag .bag-item .bag-item-name-wrapper {
    padding: 0px;
    grid-column: 1/4;
    grid-row: 2;
    height: 55.19px
  }

  .bag .bag-total-summary {
    width: 100%
  }

  .bag .bag-btn-check-out {
    -ms-flex-item-align: center;
    align-self: center
  }

  .bag .bag-btn {
    width: 100%;
    max-width: 360px
  }

  .bag .bag-header-title {
    text-align: center
  }

  .goods-wrapper .goods-item-horizontal {
    grid-template-columns: 1fr;
    grid-template-rows: auto
  }

  .goods-wrapper .goods-item-horizontal>.goods-item-wrapper-stock {
    grid-column: 2;
    grid-row: 4
  }

  .goods-wrapper .goods-item-horizontal>.goods-item-wrapper-rating {
    grid-column: 1;
    grid-row: 2;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .goods-wrapper .goods-item-horizontal>.goods-item-img-wrapper {
    grid-row: 1;
    grid-column: 1
  }

  .goods-wrapper .goods-item-horizontal>.goods-item-img-wrapper>.goods-item-img {
    height: 230px
  }

  .goods-wrapper .goods-item-horizontal>.goods-item-wrapper-stock {
    grid-column: 1
  }

  .goods-wrapper .goods-item-horizontal>.goods-item-wrapper-horizontal {
    grid-column: 1;
    grid-row: 5
  }

  .goods-wrapper .goods-item-description-horizontal {
    grid-column: 1;
    grid-row: 3
  }

  .top-panel .sorting-picker {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  .top-panel .sorting-picker-select-box {
    height: 38px
  }

  .top-panel .sorting-found {
    position: absolute;
    top: 127px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
    width: calc(100vw - 40px)
  }

  .main {
    row-gap: 50px
  }
}

@media(max-width: 485px) {
  .bag .checkout-info .checkout-info-field-input {
    width: 100%
  }

  .bag .checkout-info .card-cvv-input {
    width: 80px
  }

  .bag .checkout-info .card-exp-input {
    width: calc(100vw - 135px)
  }

  .bag .checkout-header .checkout-header-total {
    text-align: right
  }

  .bag .checkout-info-field-cards {
    right: 14px
  }
}

@media(max-width: 450px) {
  body .footer-legal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 20px;
    text-align: center
  }

  .main .main-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .main .goods:not(.goods-horizontal) {
    grid-template-columns: repeat(1, 1fr);
    max-width: 280px
  }

  .main .top-panel {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
  }

  .main .top-panel .change-grid {
    position: absolute;
    right: 20px;
    top: 127px;
    width: 50%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px
  }

  .main .top-panel .sorting-found {
    width: 50%;
    height: 31px;
    left: 20px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .main .top-panel .sorting-picker-select-box {
    width: calc(100vw - 82px)
  }

  .main .top-panel .select-box-items {
    width: calc(100vw - 82px);
    z-index: 5
  }

  .main {
    row-gap: 62px
  }
}

@media(max-width: 375px) {
  body .footer .footer-breadcrumbs-path-el-items-category {
    display: none
  }
}

@media(max-width: 370px) {
  .bag .checkout-info-field .checkout-info-field-card {
    width: 0px
  }

  .bag .checkout-info-field .checkout-info-field-card.visa.active {
    width: 39.32px
  }

  .bag .checkout-info-field .checkout-info-field-card.mastercard.active {
    width: 31.9px
  }

  .bag .checkout-info-field .checkout-info-field-card.discover.active {
    width: 34.86px
  }

  .bag .checkout-submit-btn {
    width: 100%
  }
}

@media(max-width: 340px) {
  .header-wrapper .header-search {
    width: 280px
  }

  .bag .checkout-header {
    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
    column-gap: 0px;
    grid-template-columns: 100px 1fr 36px
  }

  .bag .checkout-header-title {
    width: 100px
  }

  .bag .checkout-header-total {
    padding-right: 15px
  }

  .main .filters-wrapper.mobile-menu-open .filters {
    width: 280px
  }
}