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

@font-face {
  font-family: "Sloop";
  src: url("../fonts/sloop/Sloop-ScriptThree.woff2") format("woff2");
  font-style: normal;
  font-display: swap;
  font-weight: 400;
}

html {
  --containerPadding: 87px;
  --promoHeight: 43px;
  --headerHeight: 140px;
  --longTransition: 1s;
  --longSoTransition: .8s;
  --basicTransition: .4s;
  --fastTransition: .2s;
  --fastSoTransition: .1s;
  --cursor-stroke: none;
  --cursor-fill: #FFDB5C;
  --cursor-stroke-width: 1px;
  --transparent: #ffffff00 !important;
  --white: #ffffff !important;
  --black: #171717 !important;
  --darkblack: #000000 !important;
  --grey: #A7A7A7 !important;
  --grey2: #C9C9C9 !important;
  --greyLight: #AFAFAF !important;
  --red: #D85454 !important;
  --redText: #BB5353 !important;
  --yellow: #FFDB5C !important;
  --yellowText: #EEC533 !important;
  --blue: #25A7A8 !important;
  --greenText: #25A7A8 !important;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: var(--white);
}

::-webkit-scrollbar {
  width: 6px;
  height: 0;
  background-color: var(--white);
}

::-webkit-scrollbar-thumb {
  background-color: var(--black);
}

* {
  scrollbar-width: thin;
  scrollbar-color: var(--black) var(--white) !important;
}

b,
strong {
  font-weight: 600;
}

a {
  color: inherit;
}

input[type=number] {
  -moz-appearance: textfield;
}

input,
textarea,
.form-control {
  -webkit-appearance: none;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder, .form-control::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

input::-moz-placeholder, textarea::-moz-placeholder, .form-control::-moz-placeholder {
  color: inherit;
  opacity: 1;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder, .form-control:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder, .form-control::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

input::placeholder,
textarea::placeholder,
.form-control::placeholder {
  color: inherit;
  opacity: 1;
}

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

.overflow {
  overflow: hidden;
}

.home-page header {
  display: none;
}

.home-page footer {
  display: none;
}

.accordion-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.accordion-button:not(.collapsed) {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-primary,
.btn-primary:focus {
  background-color: inherit;
  border-color: inherit;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-check:active + .btn-primary,
.btn-check:checked + .btn-primary,
.btn-primary.active,
.btn-primary:active,
.show > .btn-primary.dropdown-toggle {
  color: inherit;
  background-color: inherit;
  border-color: inherit;
}

.btn-check:active + .btn-primary:focus,
.btn-check:checked + .btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.clean-btn {
  background: none;
  border: 0;
  outline: 0;
}

.btn-secondary {
  color: #000;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  border: 1px solid #000;
  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: 53px;
}

.btn-secondary.btn-small {
  height: 28px;
}

.btn-secondary:hover {
  background: #000;
  color: #fff;
}

.btn-secondary:focus {
  background: #000;
  color: #fff;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-secondary:active {
  background: #000;
  color: #fff;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.send-btn {
  width: 100%;
  background: #000;
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 53px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

html {
  font-size: 14px;
  font-family: "Inter Tight";
  font-optical-sizing: auto;
}

body {
  position: relative;
  min-height: 100vh;
  max-width: 100vw;
  font-size: 14px;
  font-family: "Inter Tight";
  font-optical-sizing: auto;
  font-optical-sizing: auto;
}

body::-webkit-scrollbar {
  width: 5px;
}

body.overflow-hiden {
  overflow: hidden;
}

.container {
  max-width: 1610px;
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
}

.main-page {
  width: 100vw;
  height: 100vh;
  grid-template-columns: repeat(3, 1fr);
  display: grid;
  grid-gap: 6px;
}

.main-page-banner {
  position: relative;
  overflow: hidden;
}

.main-page-banner-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  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;
  z-index: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.main-page-banner-container.rosa-bianca-banner{
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.31) 0%, rgba(0, 0, 0, 0.31) 100%);
}

.main-page-banner-title {
  color: #FFF;
  text-align: center;
  font-family: "Sloop";
  font-size: 5.95vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0.1em;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main-page-banner-title.colored-title {
  color: #CA0000;
}
.information-menu{
  display: flex;
  flex-direction: column;
  grid-gap: 30px;
  padding: 0;
  list-style: none;
}
.information-menu li{
  display: flex;
}
.information-menu li a{
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none;
}
.information-menu li a:hover{
  color: #000;
  text-decoration: underline;
}
.information-menu li a.current{
  text-decoration: underline;
}
.information-section-title{
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
}
.information-section-text{
  padding-top: 30px;
  padding-bottom: 35px;
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.information-section-text ul{
  padding-left: 1em;
}
.main-page-banner-description {
  color: #FFF;
  font-family: "Inter Tight";
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: 175%;
  text-transform: uppercase;
}

.main-page-banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
/*  -webkit-filter: grayscale(1) brightness(1.15);
          filter: grayscale(1) brightness(1.15);*/
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.main-page-banner:hover img {
  -webkit-filter: none;
          filter: none;
  transform-origin: 50% 50%;
  transform: scale(1.05);
}

/*.main-page-banner:hover .main-page-banner-title {
  font-size: 6vw;
}*/

footer {
  background: #000;
  padding-top: 35px;
  padding-bottom: 35px;
}

footer .container {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}

.subscribe-col {
  grid-column: span 6;
}

.subscribe-col-title {
  color: #FFF;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 2em;
}

.subscribe-col-text {
  color: #FFF;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 4em;
}

.subscribe-form {
  position: relative;
  width: 100%;
  max-width: 405px;
}

.subscribe-form.has-error .form-control {
  color: #ED2E2E;
}

.subscribe-form .form-control {
  border: 0;
  border-bottom: 1px solid #fff;
  background: none;
  border-radius: 0;
  padding-bottom: 11px;
  color: #fff;
  font-size: 12px;
  padding-left: 0;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-top: 0;
}

.subscribe-form .error-text {
  position: absolute;
  left: 0;
  top: calc(100% + 5px);
}

.subscribe-submit {
  position: absolute;
  top: 0px;
  right: 0;
  bottom: 0;
  width: 20px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-menu {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-gap: 16px;
  margin-bottom: 0;
  grid-column: span 4;
}

.footer-menu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-menu a {
  color: #FFF;
  font-family: "Inter Tight";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.footer-menu a:hover {
  text-decoration: underline;
}

.footer-menu.footer-catalog-menu {
  padding-bottom: 35px;
}

.footer-menu.footer-catalog-menu a {
  text-transform: uppercase;
}

.footer-menu-col {
  grid-column: span 4;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}

.footer-logo-col {
  grid-column: span 2;
  text-align: right;
  grid-row: span 2;
}

.footer-right-text {
  grid-column: span 8;
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}

.bottom-container {
  margin-top: 43px;
}

.bottom-container .d-flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

a.footer-bottom-text {
  text-decoration: none;
}

a.footer-bottom-text:hover {
  color: #5E5E5E;
  text-decoration: underline;
}

.footer-payment-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 16px;
  grid-column: span 4;
}

.footer-payment-icons img {
  height: 17px;
}

.home-banner {
  margin-bottom: 100px;
}

.home-banner-item {
  position: relative;
  display: block;
}

.home-banner-item img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1680/860;
}

.home-banner-item video {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1680/860;
}

.home-banner-info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 3.69vw;
}

.home-banner .container {
  position: relative;
}

.home-banner-info-title {
  color: #FFF;
  text-align: left;
  font-family: Sloop;
  font-size: 8.92vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.home-banner-info-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.home-banner-info-text {
  color: #FFF;
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
}

.home-banner-info-more {
  color: #FFF;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-decoration:none;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  height: 40px;
  border: 1px solid #fff;
}

.prefooter-line {
  margin: 55px 0;
}

.prefooter-line-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.prefooter-line-item {
  padding: 10px 8%;
  position: relative;
}

.prefooter-line-item-title {
  color: #020202;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 112%;
  text-transform: uppercase;
}

.prefooter-line-item-text {
  color: #000;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}

.category-container.default-category + .prefooter-line {
  background: #F5F5F5;
  margin: 0;
  padding-top: 55px;
  padding-bottom: 55px;
}

.category-container.default-category.inner-category + .prefooter-line {
  margin-top: 90px;
}

.simple-image-banner {
  position: relative;
}

.simple-image-banner.center-text .simple-image-banner-title {
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.simple-image-banner-title {
  position: absolute;
  bottom: 40px;
  color: #FFF;
  text-align: center;
  font-family: Sloop;
  font-size: 8.4vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 100%;
}

.simple-image-banner video {
  aspect-ratio: 1681/860;
  object: cover;
}

.simple-image-banner img {

  object-fit: cover;
}

.header-logo-link {
  position: relative;
  z-index: 2;
}

.main-menu {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
}

.main-menu .main-menu-link {
  text-decoration: none;
  color: #000;
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.22px;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}

.main-menu .main-menu-link.colored-item{
  color: #CA0000;
}
.white-menu:not(.opened-menu) header .main-menu .main-menu-link.colored-item{
  color: #CA0000;
}

.main-menu .main-menu-link:hover {
  text-decoration: underline;
}

header {
  position: relative;
  z-index: 3;
}

.header-container {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  padding-top: 13px;
  padding-bottom: 33px;
}

.header-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 22px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
}

.header-controls-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 8px;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.24px;
}

.header-controls-btn .cart-count {
  width: 21px;
  height: 21px;
  border-radius: 11px;
  background: #191919;
  color: #FFF;
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  line-height: 21px;
  margin-left: 10px;
}
.header-controls-btn.active svg path{
  fill: #000;
}
.language-switch-btn {
  margin-right: 0;
  font-size: 12px;
  color: #000;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.24px;
  text-transform: uppercase;
  margin-left: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-controls-btn svg.language-arrow-down{
  width: 7px;
  height: auto;
  height: ;
  flex: 0 0 auto;
}
.language-switch-btn .lang-separator-line {
  width: 1px;
  display: block;
  height: 9px;
  background: #000;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 45px 22px;
}

.category-banner-wrapper {
  grid-column: span 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 30px;
}

.category-banner-wrapper:not(.product-special-banner) {
  margin-left: -30px;
  width: calc(100% + 60px);
}

.category-banner-wrapper.product-special-banner .category-banner-item.left-item .category-banner-decorative {
  margin-top: auto;
  color: #FFF;
  font-family: Sloop;
  font-size: 120px;
  font-style: normal;
  font-weight: 400;
  line-height: 88%;
}

.category-banner-wrapper.product-special-banner .category-banner-item.left-item .category-banner-text {
  color: #FFF;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 115%;
  margin-bottom: 1.15em;
}

.category-banner-wrapper.product-special-banner .category-banner-item.left-item .category-banner-title {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 135%;
  text-transform: uppercase;
}

.category-banner-wrapper.product-special-banner .category-banner-item.left-item .category-banner-info .category-product-banner-media {
  aspect-ratio: 842/770;
}

.category-banner-wrapper.product-special-banner .category-banner-image {
  aspect-ratio: 842/770;
}

.category-banner-wrapper .category-banner-item {
  width: 50%;
}

.category-banner-wrapper .category-banner-item.category-product-banner.product-banner .left-top-text {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 80px 40px;
  grid-gap: 40px;
}

.category-banner-wrapper .category-banner-item.category-product-banner.product-banner .left-top-text .category-product-banner-text {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: none;
  z-index: 1;
  position: relative;
}

.category-banner-wrapper.product-special-banner .category-banner-item.category-product-banner.product-banner .left-top-text .category-product-banner-text{
  text-align: left;
  width: 35%;
}

.category-banner-wrapper .category-banner-item.category-product-banner.product-banner .left-top-text .category-product-banner-name {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  z-index: 1;
  position: relative;
}

.category-banner-wrapper.product-special-banner .category-banner-item.category-product-banner.product-banner .left-top-text .category-product-banner-name{
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.category-banner-wrapper .category-banner-item.category-product-banner.product-banner .left-top-text .category-product-banner-media {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  margin: 0;
  z-index: 0;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 842/770;
}

.category-banner-wrapper .category-banner-item.category-product-banner .category-banner-link {
  height: 100%;
  background: #F5F5F5;
}

.category-banner-wrapper .category-banner-item.category-product-banner .category-banner-info {
  padding: 12% 0 ;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-between;
      -ms-flex-pack: space-between;
          justify-content: space-between;
}

.category-banner-wrapper .category-banner-item.category-product-banner .category-banner-info .category-product-banner-media {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  margin: 0;
  z-index: 0;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 840/1000;
}

.category-banner-wrapper .category-banner-item.category-product-banner .category-banner-info .category-product-banner-name {
  color: #000;
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}

.category-banner-wrapper .category-banner-item.category-product-banner .category-banner-info .category-product-banner-text {
  color: #000;
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  text-align: center;
}

.bianca-category .category-banner-wrapper:last-of-type {
  margin-bottom: 0;
}

.product-card {
  position: relative;
}

.product-card.unnavailable {
  opacity: 0.5;
}

.product-card-text-label {
  margin-top: 12px;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.product-card .card-img {
  position: relative;
  display: block;
  margin-bottom: 25px;
}

.product-card .card-img img {
  width: 100%;
  aspect-ratio: 500/750;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-card .card-name {
  color: #000;
  font-family: "Inter Tight";
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: 127%;
  text-transform: uppercase;
  display: block;
  text-decoration: none;
  padding-right: 10px;
}

.product-card .card-name:hover {
  text-decoration: underline;
}

.product-card .card-price {
  color: #000;
  font-family: "Inter Tight";
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  text-transform: uppercase;
}

.product-card .card-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: last baseline;
      -ms-flex-align: last baseline;
          align-items: last baseline;
}

.product-card.small-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.product-card.small-card .card-img {
  margin-bottom: 15px;
}

.product-card.small-card .card-img img {
  aspect-ratio: 213/285;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-card.small-card .card-description {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-top: auto;
}

.product-cart-label {
  color: #FFF;
  background: #000;
  padding: 2px 8px;
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 10px;
}

.product-label {
  position: absolute;
  z-index: 1;
  left: 18px;
  top: 20px;
  color: #FFF;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background: rgb(25, 25, 25);
  padding: 5px 9px;
}
.product-discount-percent{
  position: absolute;
  z-index: 2;
  left: 25px;
  top: 25px;
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 0;
}

.category-container {
  margin-top: -20px;
}

.category-title {
  color: #020202;
  text-align: center;
  font-family: Sloop;
  font-size: 7.14vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: right;
  padding-right: 0;
  white-space: pre;
}

.category-subtitle {
  color: #020202;
  font-family: "Inter Tight";
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
}

.filter-btn {
  color: #000;
  font-family: "Inter Tight";
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
  margin-left: auto;
}

.category-bread-crumps {
  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;
}

.category-description {
  color: #020202;
  font-family: "Inter Tight";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.category-description.colored-description{
  color: #CA0000;
}

.category-description p {
  margin-bottom: 0;
}

.category-description-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bread-crups {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  max-width: 100%;
}

.bread-crups li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bread-crups .bread-crumps-item {
  font-size: 11px;
  line-height: 1em;
  color: #000;
  text-decoration: none;
  white-space: nowrap;
}

.bread-crups a.bread-crumps-item:hover {
  text-decoration: underline;
}

.bread-crups li + li:before {
  content: "/";
  display: block;
  /*background: url("/dist/img/icons/crump-separator.svg") 50% 50% no-repeat;*/
  /*background-size: 5px auto;*/
  width: 11px;
  text-align: center;
  height: 1em;
  font-size: 11px;
  line-height: 1em;
  padding: 0;
  margin: 0 5px;
}

.category-top-row {
  margin-bottom: 40px;
}

.catalog-sort-title {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  padding: 22px 0;
}

.catalog-sorts-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-gap: 10px;
}

.sort-item {
  color: #000;
  text-decoration: none;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sort-item:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #fff;
  outline: 1px solid #000;
  margin-right: 13px;
}

.sort-item:hover {
  color: inherit;
  text-decoration: underline;
}

.sort-item.active:before {
  background: #000;
}

.filter-container {
  width: 100%;
  padding: 0 30px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 70px;
  flex: 1 0 auto;
}

.filter-container .accordion-item {
  border: 0 !important;
  margin-top: 35px;
}
.filter-container .accordion-item .accordion-body{
  padding: 30px 0 0 0;
}

.filter-container .accordion-button {
  padding: 0;
  background: none;
  border: 0;
  color: #000;
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

.filter-container .accordion-button::after {
  display: none;
}

.filter-container .checkbox-input {
  margin-bottom: 0;
}

.filter-checkbox-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 11px;
}

.category-parametr__item {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 208%;
  text-decoration: none;
}

.conrols-wrapper {
  position: absolute;
  bottom: 45px;
  right: 0;
  z-index: 2;
  width: 100%;
}

.conrols-wrapper .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.conrols-wrapper .conrols-wrapper-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 20px;
}

.fixed-menu header {
  position: absolute;
  top: 0;
  width: 100%;
}

.white-menu:not(.opened-menu) header .main-menu .main-menu-link {
  color: #F5F5F5;
}

.white-menu:not(.opened-menu) header .language-switch-btn {
  color: #fff;
}

.white-menu:not(.opened-menu) header .lang-separator-line {
  background: #fff;
}

.white-menu:not(.opened-menu) header .header-logo-link img {
  -webkit-filter: invert(1);
          filter: invert(1);
}

.white-menu:not(.opened-menu) header .mobile-menu-burger {
  -webkit-filter: invert(1);
          filter: invert(1);
}

.white-menu:not(.opened-menu) header .header-controls svg path {
  stroke: #fff;
}
.white-menu:not(.opened-menu) header .header-controls .header-controls-btn.active svg path{
  fill: #fff;
}
.white-menu:not(.opened-menu) header .header-controls .language-switch-btn img{
  -webkit-filter: invert(1);
          filter: invert(1);
}
.white-menu.opened-menu header{
  background: #fff;
}

.product-page-wishlist.active svg path{
  fill: #000;
}

.filter-controls {
  margin: auto 0 0 0;
  width: 100%;
  padding: 50px 0 0 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 8px;
}

.btn-filter-apply {
  border: 1px solid #000;
  padding: 15px 30px;
  font-size: 12px;
  line-height: 100%;
  cursor: pointer;
  color: #000;
  letter-spacing: -0.24px;
  cursor: pointer;
  background: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.btn-filter-apply:hover {
  background: #000;
  color: #fff;
}

.btn-filter-reset {
  border: 1px solid #000;
  padding: 15px 30px;
  color: #000;
  font-size: 12px;
  line-height: 100%;
  cursor: pointer;
  color: #000;
  letter-spacing: -0.24px;
}

.btn-filter-reset:hover {
  text-decoration: underline;
  color: #000;
}

.category-banner-link {
  display: block;
  position: relative;
}

.category-banner-image {
  aspect-ratio: 840/1000;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.category-banner-info {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 80px 70px 45px 40px;
}

.category-banner-info.bottom-text {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.category-banner-info.right-text {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.category-banner-info.left-text {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.category-banner-info.left-text .category-banner-title {
  text-align: left;
}

.category-banner-info.left-text .category-banner-text {
  text-align: left;
}

.category-banner-title {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 115%;
  text-transform: uppercase;
  margin-bottom: 2em;
}

.category-banner-text {
  color: #000;
  font-size: 11.981px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.img-gallery {
  display: grid;
  grid-template-columns: 13% calc(87% - 18px);
  gap: 18px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.img-gallery-preview-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-height: 100%;
}

.img-gallery-preview-col video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.img-gallery-preview-col .video-slide {
  position: relative;
}

.img-gallery-preview-col .video-slide svg {
  position: absolute;
  top: calc(50% - 20px);
  left: calc(50% - 20px);
  width: 40px;
}

.img-gallery-view .gallery-view-slide img {
  aspect-ratio: 635/952;
  -o-object-fit: cover;
     object-fit: cover;
}

.img-gallery-view .gallery-view-slide video {
  aspect-ratio: 635/952;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper.img-gallery-preview.swiper-vertical {
  height: 100%;
}

.img-gallery-preview-col .swiper-slide {
  aspect-ratio: 114/142;
  cursor: pointer;
}

.img-gallery-preview-col .swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

.img-gallery-preview-col-wrapper {
  position: relative;
}

.product-main-img-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 15px;
}

.product-main-img-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  background: #D7D7D7;
  border: 2px solid #fff;
}

.product-main-img-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 2px solid #000;
  background: #000;
}

.swiper-button-prev-gallery {
  display: none;
}

.swiper-button-prev-gallery.swiper-button-disabled {
  opacity: 0.4;
}

.swiper-button-next-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 130px;
  -webkit-transform: translateY(-130px);
      -ms-transform: translateY(-130px);
          transform: translateY(-130px);
  z-index: 3;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(59.15%, #FFF));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #FFF 59.15%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFF 59.15%);
}

.swiper-button-next-gallery.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}

.product-sale-label {
  background: #000;
  color: #FFF;
  padding: 5px 10px;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.28px;
  position: absolute;
  left: 15px;
  top: 18px;
  z-index: 2;
}

.product-name {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  text-transform: uppercase;
  margin-bottom: 0;
}

.product-name-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  grid-gap: 28px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 25px;
}

.product-price {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  text-transform: uppercase;
}

.old-product-price {
  color: #000;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-decoration-line: line-through;
  margin-right: 15px;
}

.product-price-row {
  margin-bottom: 45px;
}

.product-container .bread-crups {
  margin-top: 100px;
}

.grid-product-options {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 12px;
}

.product-options-error {
  color: #ED2E2E;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  margin-top: 10px;
}

.product-option-item {
  position: relative;
  z-index: 1;
  cursor: pointer;
}

.product-option-item .product-option-item-value {
  position: relative;
}

.product-option-item .product-option-item-value .notify-btn {
  position: absolute;
  bottom: 7px;
  right: 7px;
  height: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-option-item.real-option .product-option-item-value {
  border: 1px solid #D9D9D9;
  padding: 15px 10px;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
  pointer-events: none;
}

.product-option-item input:checked + .product-option-item-value {
  border: 1px solid #000;
  background: #000;
}

.product-option-item input:checked + .product-option-item-value .product-option-value {
  color: #fff;
}

.product-option-item:not(.disabled) .product-option-item-value:hover {
  background: rgba(217, 217, 217, 0.5);
}

.product-option-item:not(.disabled) .product-option-item-value:hover .product-option-value {
  color: #000;
}

.product-option-item input:disabled + .product-option-item-value {
  border: 1px solid #C9C9C9;
  position: relative;
}

.product-option-item input:disabled + .product-option-item-value::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #c9c9c9;
  -webkit-clip-path: polygon(100% 0, 100% calc(0% + 1px), calc(0% + 1px) 100%, 0% 100%);
          clip-path: polygon(100% 0, 100% calc(0% + 1px), calc(0% + 1px) 100%, 0% 100%);
}

.product-option-item input:disabled + .product-option-item-value .product-option-value {
  color: #C9C9C9;
}

.product-option-item .product-option-value {
  color: #000;
  text-align: center;
  font-size: 12px;
  font-style: normal;
}

.product-description {
  margin-bottom: 50px;
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.product-description p {
  margin-bottom: 0;
}

.size-table-text {
  color: #000;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 40px;
}

.btn-add-to-cart {
  border: 1px solid #000;
  background: #000;
  padding: 18px 10px;
  width: 100%;
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 50px;
}

.btn-add-to-cart:hover {
  background: #FFF;
  color: #000;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-unavailable-cart {
  border: 1px solid #D9D9D9;
  background: rgba(217, 217, 217, 0.5019607843);
  padding: 18px 10px;
  width: 100%;
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.32px;
  margin-bottom: 40px;
}

.product-addition-btn {
  color: #000;
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

.product-addition-btn-row {
  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;
  grid-gap: 10px;
}

.product-addition-btn-separator {
  width: 1px;
  height: 8px;
  background: #000;
}

.modal-size-table .modal-container {
  max-width: 375px;
  width: 100%;
  padding: 0;
  background: #000;
}

.modal-size-table .modal-container .modal-close {
  top: 55px;
  right: 30px;
}

.modal-size-table .modal-tilte {
  margin-top: 35px;
  margin-bottom: 20px;
  color: #FFF;
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  padding: 0 30px;
}

.modal-size-table-container {
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
}

.modal-size-table .modal-sub-title {
  color: #FFF;
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  text-transform: uppercase;
  margin-bottom: 13px;
}

.modal-size-table table {
  width: 100%;
  border: 0;
  margin-bottom: 25px;
}

.modal-size-table table tr td {
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 9px 0;
}

.modal-size-table table tr td:first-child {
  text-align: left;
  line-height: 90%;
}

.modal-size-table table tr:first-child td {
  font-weight: 600;
}

.modal-size-table table tr:first-child:first-child {
  font-weight: 400;
}

.modal-size-table .size-table-text table tr td {
  text-align: left;
}

.modal-size-table .size-table-text table tr:first-child td {
  font-weight: normal;
  padding: 0;
}

.modal-payment-shipping .modal-container {
  max-width: 375px;
  width: 100%;
  padding: 55px 20px 30px 35px;
}

.modal-payment-shipping .modal-container .payment-shipping h2 {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 1em;
}

.modal-payment-shipping .modal-container .payment-shipping h3 {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 1em;
}

.modal-payment-shipping .modal-container .payment-shipping p {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 1em;
}

.modal-payment-shipping .modal-container .payment-shipping p + h2 {
  margin-top: 2em;
}

.modal-payment-shipping .modal-container .payment-shipping strong {
  color: #000;
  font-size: 12px;
  font-style: normal;
  line-height: normal;
}

.modal-payment-shipping .modal-container .payment-shipping ul {
  padding-left: 1em;
  color: #000;
  font-size: 12px;
  font-style: normal;
  line-height: normal;
}

.modal-payment-shipping .modal-container .payment-shipping a {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.modal-payment-shipping .modal-container .payment-shipping a:hover {
  color: #000;
}

.modal-product-detail .modal-container {
  max-width: 375px;
  width: 100%;
  padding: 55px 35px 30px 35px;
}

.modal-product-detail .modal-container h3 {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.modal-product-detail .modal-container ul {
  padding: 0;
  list-style: none;
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 0;
}

.modal-product-detail .modal-container ul + h3 {
  margin-top: 30px;
}

.modal-product-detail .modal-container p {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 0;
}

.modal-product-detail .modal-container p + h3 {
  margin-top: 30px;
}

.modal-product-detail .modal-container strong {
  color: #000;
  font-size: 12px;
  font-style: normal;
  line-height: 160%;
}

.product-carousel-title {
  padding-left: 0;
  margin-bottom: 25px;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
}

.modal-notify .modal-container {
  max-width: 375px;
  width: 100%;
  padding: 54px 35px 30px 35px;
}

.modal-notify .modal-container .modal-content-wrapper {
  position: relative;
}

.modal-notify .modal-container .modal-tilte {
  margin-bottom: 40px;
}

.modal-notify .modal-container .img-fluid {
  margin-bottom: 70px;
}

.modal-notify .modal-container .sucess-img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 115px;
}

.modal-tilte {
  margin-bottom: 29px;
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  width: 100%;
}

.modal-container {
  background: #fff;
  padding: 30px 25px;
  position: relative;
  bottom: 0;
  z-index: 11;
  position: fixed;
  right: 0;
  top: 0;
  overflow-y: auto;
  -webkit-transition: -webkit-transform 0.75s;
  transition: -webkit-transform 0.75s;
  -o-transition: transform 0.75s;
  transition: transform 0.75s;
  transition: transform 0.75s, -webkit-transform 0.75s;
  -webkit-transform: translate(100%);
      -ms-transform: translate(100%);
          transform: translate(100%);
}

.modal-container::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.modal-container .close-modal {
  position: absolute;
  top: 20px;
  right: 20px;
}

.checkbox-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
}

.checkbox-input label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 105%;
  cursor: pointer;
}

.checkbox-input .radio-info {
  font-size: 13px;
  line-height: 130%;
}

.checkbox-input .radio-info.shipping-data-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.checkbox-input .checkbox-icon {
  display: block;
  width: 14px;
  height: 14px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border: 1px solid #000;
  position: relative;
}

.checkbox-input .checkbox-icon.round-icon {
  border-radius: 50%;
  border: 1px solid #BEBEBE;
  position: relative;
}

.checkbox-input input[type=radio],
.checkbox-input input[type=checkbox] {
  display: none;
}

.checkbox-input input[type=radio]:checked + .checkbox-icon:before,
.checkbox-input input[type=checkbox]:checked + .checkbox-icon:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 2px;
  left: 2px;
  border-radius: 0%;
  background: #000;
}

.checkbox-input input[type=radio]:checked + .checkbox-icon.round-icon,
.checkbox-input input[type=checkbox]:checked + .checkbox-icon.round-icon {
  background: none;
}

.checkbox-input input[type=radio]:checked + .checkbox-icon.round-icon:before,
.checkbox-input input[type=checkbox]:checked + .checkbox-icon.round-icon:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 2px;
  left: 2px;
  border-radius: 50%;
  background: #000;
}

.btn-hide-modal {
  border: 1px solid #C9BBA3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #C9BBA3;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  color: #000;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  height: 52px;
  letter-spacing: -0.28px;
}

.btn-hide-modal:hover {
  background: #fff;
  color: #000;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.form-control {
  border: 1px solid #000;
  padding: 18px 20px;
  fcolor: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 0;
  color: #000;
  line-height: normal;
}

.form-control:placeholder {
  color: #000;
  opacity: 1;
}

.form-control:focus {
  border-color: #000;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.has-error .form-control {
  border-color: #ED2E2E;
}

.error-text {
  color: #ED2E2E;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 5px;
}

textarea {
  font-family: "Inter Tight", sans-serif;
  border-radius: 0;
}

textarea.form-control {
  height: 100px;
  resize: none;
}

.product-subscribe-form {
  width: 100%;
  position: relative;
}

.product-subscribe-form .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-gap: 9px;
  margin-bottom: 30px;
}

.product-subscribe-form .btn-notify-cart {
  background: #000;
  border: 1px solid #000;
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 100%;
  height: 53px;
  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;
}

.product-subscribe-form .btn-notify-cart:hover {
  background: #fff;
  color: #000;
}

.gallery-view-slide {
  width: 66%;
}

.swiper-button-prev-gallery {
  display: none;
}

.swiper-button-prev-gallery.swiper-button-disabled {
  opacity: 0.4;
}

.product-option {
  margin-bottom: 30px;
}

.product-row {
  margin-bottom: 120px;
}

.mobile-menu-burger {
  margin-left: 35px;
  position: relative;
}

.mobile-menu-burger .open-icon {
  opacity: 0;
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
}

.mobile-menu-burger.open .open-icon {
  opacity: 1;
}

.mobile-menu-burger.open .close-icon {
  opacity: 0;
}

.text-module {
  margin-bottom: 100px;
  padding-right: 2%;
}

.text-module-title {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 1em;
}

.text-module-text {
  color: #000;
  text-align: justify;
  font-size: 13px;
  font-style: normal;
  line-height: 120%;
  letter-spacing: 0.13px;
  margin-bottom: 2em;
}

.text-module-link {
  color: #000;
  font-size: 13px;
  font-style: normal;
  line-height: 120%;
  text-decoration: none;
  height: 40px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 25px;
  border: 1px solid #000;
  transition: all 0.5s;
}

.text-module-link:hover {
  color: #fff;
  background: #000;
}

.grid-banners {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 110px;
}

.grid-banners-item {
  position: relative;
}

.grid-banners-item-container {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  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;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  grid-gap: 40%;
}

.grid-banners-item-name {
  color: #000;
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
}

.grid-banners-item-text {
  max-width: 245px;
  color: #000;
  text-align: justify;
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
}

.grid-banners-media {
  aspect-ratio: 840/1000;
  -o-object-fit: cover;
     object-fit: cover;
}

.rossa-products {
  margin-bottom: 50px;
}

.rossa-products .see-products-link {
  color: #000;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.product-carousel {
  margin-bottom: 90px;
}

.about-page {
  background: #000;
}

.about-container {
  display: grid;
  grid-template-columns: 2fr 1fr;
}

.about-media {
  width: 66%;
  aspect-ratio: 680/940;
}

.about-media-wrapper {
  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;
  position: relative;
}

.about-title {
  position: absolute;
  left: 0;
  bottom: 4.4vw;
  color: #FFF;
  text-align: center;
  font-family: Sloop;
  font-size: 200px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  white-space: pre;
}

.about-text-col {
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 6vw;
}
@media all and (min-width: 768px){
  .about-text-col {
    padding-top: 150px;
  }
}
.about-text-col-title {
  color: #FFF;
  margin-bottom: 35px;
  font-size: 23px;
  font-style: normal;
  font-weight: 600;
  line-height: 95%;
  text-transform: uppercase;
}

.about-text-col-subtitle {
  margin-bottom: 9vw;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 137%;
  text-transform: uppercase;
}

.about-text-col-scroll {
  position: relative;
  color: #FFF;
  font-size: 13px;
  font-style: normal;
  line-height: 150%;
}

/*.about-text-col-scroll:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 70px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  content: "";
  display: block;
  z-index: 1;
  pointer-events: none;
}*/

.about-text-col-scroll-inner {
/*  height: 250px;
  overflow-x: hidden;
  overflow-y: auto;*/
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.bg-video {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

.request-form-pre-text {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 40px;
}

.modal-atelier .modal-container {
  padding: 50px 35px;
}
.attach-photo {
    display: inline-flex;
    flex-direction: column;
    gap: 6px;
}

/* Ховаємо стандартний file-input */
.attach-photo__input {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    border: 0;
    clip: rect(0 0 0 0);
    overflow: hidden;
}


.attach-photo__label {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    text-decoration: none;
    background-color: #fff;
    transition:
        background-color 0.2s ease,
        color 0.2s ease,
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}

.attach-photo__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 12px;
    height: 12px;
}

.attach-photo__icon svg,
.attach-photo__icon img {
    display: block;
    width: 100%;
    height: 100%;
}

.attach-photo__text {
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.attach-photo__filename {
    margin-top: 4px;
    font-size: 12px;
    line-height: 1.4;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.attach-photo__hint {
    font-size: 11px;
    line-height: 1.4;
    color: #666;
}

.success-request-text {
  position: absolute;
  left: 0;
  top: 60px;
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.sucess-img{
  position: absolute;
  right: 0;
  bottom: 0;
  width: 115px;
}

.success-request-text-title {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 1.3em;
}

.atelier-page {
  background: #000;
  position: relative;
}

.atelier-container {
  display: grid;
  grid-template-columns: 2fr 1fr;
  position: relative;
}

.atelier-container:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50%;
  content: "";
  display: block;
  z-index: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}

.atelier-media-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.atelier-title {
  color: #FFF;
  font-family: Sloop;
  font-size: 11.9vw;
  font-style: normal;
  font-weight: 400;
  line-height: 74.5%;
  margin-top: auto;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}

.atelier-text-col {
  color: #FFF;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}

.atelier-text-col-title {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 135%;
  text-transform: uppercase;
  margin-bottom: 80px;
}

.atelier-text-col-subtitle {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 135%;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.form-video {
  width: 250px;
  margin-left: 37px;
  margin-bottom: 80px;
}

.btn-primary-white {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 375px;
  height: 53px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFF;
  color: #000;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
}

.about-text-col-scroll-inner::-webkit-scrollbar {
  display: none;
}

.checkout-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 120px;
  padding-top: 58px;
  position: relative;
  z-index: 2;
}

.checkout-cart-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 29.16%;
}

.checkout-cart-wrapper .checkout-cart-item:nth-last-child(1) {
  border-bottom: 0;
}

.checkout-cart-wrapper.mobile-only .checkout-cart-title {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.06px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.checkout-cart-wrapper.mobile-only .checkout-cart-subtitle-row {
  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;
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.checkout-form-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 58.33%;
}

.checkout-switcher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  grid-gap: 20px;
  margin-bottom: 50px;
}

.checkout-switcher-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc(50% - 10px);
  color: #000;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
  cursor: pointer;
  text-align: center;
  border: 1px solid #000;
  padding: 15px 23px;
}

.checkout-switcher-item.active {
  background: #000;
  color: #fff;
}

.form-fieldset {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px 15px;
  margin-bottom: 65px;
}

.fieldset-payment-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fieldset-payment-icons img {
  height: 15px;
}

.form-control-checkout {
  width: 100%;
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border: 1px solid #666;
  padding: 15px 23px;
  background: #fff;
  border-radius: 0;
}

.form-control-checkout:focus {
  outline: none;
}

.checkout-notice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #202020;
  font-size: 1rem;
  font-style: normal;
  line-height: 120%;
  margin-bottom: 70px;
}

.checkout-notice img {
  margin-right: 10px;
}

.form-fieldset-title {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  text-transform: uppercase;
  padding-bottom: 0px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.form-fieldset-title.tab-fieldset-title {
  margin-bottom: 35px;
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.title-notice {
  font-size: 13px;
  line-height: 120%;
  text-transform: none;
}

.radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 12px;
}

.radio label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 18px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
  width: 100%;
}

.radio .radio-info {
  font-size: 13px;
  line-height: 130%;
}

.radio .radio-info.shipping-data-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.radio .radiobox-icon {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border: 1px solid #000;
  position: relative;
}

.radio .radiobox-icon.round-icon {
  border-radius: 50%;
  border: 1px solid #BEBEBE;
}

.radio input[type=radio],
.radio input[type=checkbox] {
  display: none;
}

.radio input[type=radio]:checked + .radiobox-icon,
.radio input[type=checkbox]:checked + .radiobox-icon {
  background: none;
}

.radio input[type=radio]:checked + .radiobox-icon:before,
.radio input[type=checkbox]:checked + .radiobox-icon:before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0;
  right: 0;
  border-radius: 0%;
  background: url("/dist/img/icons/checkbox.svg") 50% 50% no-repeat #000;
  background-size: 12px auto;
}

.radio input[type=radio]:checked + .radiobox-icon.round-icon,
.radio input[type=checkbox]:checked + .radiobox-icon.round-icon {
  background: none;
}

.radio input[type=radio]:checked + .radiobox-icon.round-icon:before,
.radio input[type=checkbox]:checked + .radiobox-icon.round-icon:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 2px;
  left: 2px;
  border-radius: 50%;
  background: #000;
}

.shipping-fields {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 20px;
}

.shipping-fields.active {
  padding: 20px 0 0 0;
}

.shipping-methods {
  margin-bottom: 40px;
}

.input-autocomplete {
  position: relative;
}

.input-autocomplete:after {
  position: absolute;
  top: 50%;
  right: 20px;
  height: 11px;
  width: 11px;
  background: url("/dist/img/icons/arow_follow_icon.svg") 50% 50% no-repeat;
  background-size: contain;
  content: "";
  display: block;
  -webkit-transform: rotate(0deg) translateY(-6px);
      -ms-transform: rotate(0deg) translateY(-6px);
          transform: rotate(0deg) translateY(-6px);
}

.dropdown-menu {
  width: 100%;
  border-radius: 0;
  background: #F4F4F4;
  max-height: 300px;
  overflow-y: auto;
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
  display: none;
}

.dropdown-menu a {
  font-size: 13px;
  line-height: 15px;
  text-decoration: none;
  cursor: pointer;
  padding: 4px 20px;
  color: #000;
  display: block;
}

.dropdown-menu a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.dropdown-menu a .text-bold {
  font-weight: bold;
}

.input-wrapper {
  position: relative;
}

.input-wrapper .input-error {
  display: none;
}

.input-wrapper.has-error input {
  border: 1px solid #E50000;
}

.input-wrapper.has-error .input-error {
  color: #E50000;
  text-align: center;
  width: 100%;
  font-size: 10px;
  font-weight: 700;
  line-height: 120%;
  position: absolute;
  top: calc(100% + 10px);
  display: block;
  text-align: center;
}

.input-wrapper.cols-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}

.shipping-notice {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #ED1C24;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  grid-gap: 8px;
}

.shipping-notice img {
  width: 17px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.payment-data {
  margin-bottom: 40px;
}

.radio-graph-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 23px;
  overflow-x: auto;
}

.radio-graph {
  cursor: pointer;
  padding: 4px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.radio-graph input[type=radio]:checked + .selected-border {
  border: 1px solid #000;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.radio-graph span {
  position: absolute;
  left: 0;
  top: 100%;
  color: #000;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  width: 100%;
  text-align: center;
}

.radio-graph img {
  width: 80px;
}

.order-pack {
  margin-bottom: 70px;
}

.form-textarea {
  border: 1px solid #000;
  padding: 15px 20px;
  width: 100%;
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.form-textarea:focus {
  outline: 0;
}

.tab-item {
  display: none;
}

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

.checkout-cart-item-information {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.header-checkout {
  padding-top: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #E7E7E7;
  background: #fff;
}

.header-checkout ~ footer {
  display: none;
}

.header-checkout ~ header {
  display: none;
}

.header-checkout ~ .header-line {
  display: none;
}

.header-checkout .container {
  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;
}

.header-checkout-row {
  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;
}

.header-checkout .container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-checkout .header-logo {
  width: 95px;
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
}

.header-checkout h1 {
  color: #000;
  font-size: 22px;
  font-style: italic;
  font-weight: 800;
  line-height: 97%;
  text-transform: uppercase;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: 24px;
}

.header-checkout .header-checkout-link {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 15px;
}

.checkout-cart-notice {
  background: #F3F3F3;
  color: #000;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 10px 20px;
  margin-bottom: 20px;
}

.checkout-cart-notice b {
  font-weight: 500;
}

.container-checkout {
  position: relative;
  background: #fff;
}

.product-description ul,
.product-description ol {
  padding-left: 1em;
}

.checkout-cart-product-list {
  margin-bottom: 0px;
}

.coupon-wrapper {
  padding-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.coupon-accordeon-body {
  display: none;
}

.coupon-accordeon-btn {
  padding-top: 16px;
  border-top: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  cursor: pointer;
}

.coupon-accordeon-btn.active img {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.coupon-input {
  font-size: 1rem;
  font-style: normal;
  line-height: 120%;
  padding: 15px 20px;
  border: 1px solid #000;
  border-right: 0;
  border-radius: 0;
}

.coupon-input:focus {
  outline: 0;
}

.coupon-btn {
  color: #fff;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  background: #000;
  border: 1px solid #000;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.coupon-btn:hover {
  background: #000;
  color: #fff;
}

.checkout-totals {
  border-top: 1px solid #000;
  padding-top: 20px;
  margin-bottom: 45px;
}

.checkout-sub-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
}

.checkout-sub-total-name {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

.checkout-sub-total-value {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

.checkout-mobile-sub-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 55px;
  border-top: 0;
  border-bottom: 1px solid #000;
  padding: 20px 0;
}

.checkout-mobile-sub-total-name,
.checkout-mobile-sub-total-value {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
}

.checkout-total {
  border-top: 1px solid #000;
  margin-top: 20px;
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.checkout-total-name,
.checkout-total-value {
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
}

.form-checkbox-icon {
  width: 16px;
  height: 16px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border: 1px solid #000;
  display: block;
  margin-right: 15px;
}

.form-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  line-height: 100%;
}
.form-checkbox input{
  display: none;
}
.form-checkbox + .form-checkbox {
  margin-top: 11px;
}

.form-checkbox a {
  color: #000;
  text-decoration-line: underline;
  margin-left: 0.2em;
}

.form-checkbox span {
  color: #191919;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}

.form-checkbox input:checked + .form-checkbox-icon {
  background: url("/dist/img/icons/checkbox.svg") 50% 50% no-repeat #000;
  background-size: 12px auto;
}

.form-checkbox.has-error .form-checkbox-icon {
  border: 1px solid #ED1C24;
  -webkit-box-shadow: 0px 0px 9px 0px rgba(237, 46, 46, 0.3);
          box-shadow: 0px 0px 9px 0px rgba(237, 46, 46, 0.3);
}

.checkout-btn {
  color: #FFF;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  display: block;
  background: #000;
  border: 0;
  padding: 16px;
  width: 100%;
  margin-top: 27px;
}

.product-cart-notice {
  background: #EB2828;
  padding: 6px 11px 6px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 10px;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-right: 35px;
  margin-bottom: 10px;
}

.product-cart-notice img {
  width: 16px;
  height: auto;
}

.notice-error {
  color: #ED1C24;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 20px;
}
.arrow-link{
  color: #000;
}
.arrow-link:hover{
  color: #000;
}
.section-top {
  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-bottom: 30px;
}

.section-title {
  color: #020202;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
}

.card-img-link {
  position: relative;
  display: block;
}

.product-favorite-icon {
  position: absolute;
  right: 24px;
  top: 22px;
  z-index: 1;
  width: 20px;
}

.product-favorite-icon.remove-icon {
  top: 3px;
  padding: 9px;
  right: 0px;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-favorite-icon svg {
  width: 100%;
  height: auto;
}

.card-color-item {
  width: 13px;
  height: 13px;
  border-radius: 0%;
  position: relative;
}

.card-color-item::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 13px;
  height: 13px;
  background: var(--colorValue);
}

.card-special {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 12px;
}

.card-old-price {
  color: #000;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.2px;
  text-decoration-line: line-through;
}

.card-special-price {
  color: #CA0000;
  font-size: 11px;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  letter-spacing: -0.24px;
  margin-left: 1em;
}

.category-main-slider {
  margin-bottom: 80px;
}

.category-main-item {
  position: relative;
}

.category-main-item-image {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 360/530;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.category-main-item-title {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.28px;
  display: block;
  background: #D3B89B;
  min-width: 155px;
  height: 43px;
  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;
}

.category-main-item:hover .category-main-item-image {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.grid-rows-2 {
  grid-row: span 2;
}

.grid-cols-2 {
  grid-column: span 2;
}

.stores {
  background: #F0F0F0;
  position: relative;
  margin-bottom: 55px;
}

.stores .stores-bg {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  z-index: 1;
}

.stores-wrapper {
  padding-left: calc(50% + 60px);
  padding-top: 45px;
  padding-bottom: 45px;
}

.stores-list {
  display: grid;
  grid-gap: 35px 10%;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 35px;
}

.stores-list .store-address {
  color: #191919;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}

.stores-list .store-address-station {
  color: #191919;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.stores-list .store-phone {
  color: #191919;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.stores-list .store-shedure {
  color: #191919;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.city {
  color: #191919;
  margin-bottom: 19px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}

.stores-list-footer {
  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;
  padding-right: 40px;
  margin-top: 93px;
}

.stores-list-footer-title {
  color: #191919;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;
}

.advantages-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 5px;
  margin-bottom: 55px;
}

.advantages-container .advantages-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.advantages-container .advantages-item img {
  margin-right: 25px;
  width: 32px;
}

.advantages-container .advantages-item p {
  margin-bottom: 0;
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}

.color-mood-title {
  color: #000;
  text-align: right;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 70%;
  letter-spacing: -1px;
  margin-bottom: 0.6em;
}

.color-mood-text {
  color: #000;
  text-align: right;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.24px;
  margin-bottom: 85px;
}

.color-mood-container {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.color-mood-container .btn-link {
  padding: 10px 40px 12px 40px;
  border: 1px solid #FFF;
  color: #FFF;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.3px;
  text-align: center;
  text-decoration: none;
}

.color-mood-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  aspect-ratio: 1440/235;
}

.color-mood-slide-title {
  color: #FFF;
  font-size: 52px;
  font-style: normal;
  font-weight: 400;
  line-height: 90%;
  letter-spacing: -1.04px;
  margin-bottom: 0.5em;
}

.color-mood-slide-pretitle {
  color: #FFF;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.24px;
}

.color-mood-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 25px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  grid-gap: 5px;
  margin-bottom: 5px;
}

.color-mood-pagination .swiper-pagination-bullet {
  width: auto;
  -webkit-transition: height 0.3s ease;
  -o-transition: height 0.3s ease;
  transition: height 0.3s ease;
  height: 17px;
  background: var(--bullet-color);
  border-radius: 0;
  opacity: 1;
  margin: 0 !important;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.color-mood-pagination .swiper-pagination-bullet .bullet-inner {
  opacity: 0;
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.24px;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.color-mood-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  height: 25px;
}

.color-mood-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active .bullet-inner {
  opacity: 1;
}

.pagination-wrapper {
  margin-top: 100px;
  margin-bottom: 40px;
}

.load-more-btn {
  border: 1px solid #000;
  padding: 15px 30px;
  width: 300px;
  margin: 0 auto;
  display: block;
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.load-more-btn:hover {
  background: #fff;
  color: #000;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.pagination {
  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;
  grid-gap: 14px;
  margin-top: 40px;
}

.pagination-item {
  color: #000;
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
  width: 22px;
  height: 22px;
  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;
}

.pagination-item.active {
  color: #fff;
  border-radius: 50%;
  background: #000;
}

.pagination-item[href]:hover {
  color: #000;
  text-decoration: underline;
}

.category-seo-text-wrapper {
  position: relative;
  margin-bottom: 40px;
}

.category-seo-text-wrapper .category-seo-text {
  max-height: 8em;
  overflow: hidden;
  margin-bottom: 20px;
}

.category-seo-text-wrapper.seo-text-show .category-seo-text {
  max-height: none;
}

.category-seo-text-wrapper.seo-text-show::after {
  display: none;
}

.category-seo-text-wrapper h2,
.category-seo-text-wrapper h3,
.category-seo-text-wrapper h4 {
  color: #909090;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 1em;
}

.category-seo-text-wrapper p {
  color: #909090;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
}

.category-seo-text-wrapper::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 40%;
  background: -webkit-gradient(linear, left bottom, left top, from(#FFF), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(bottom, #FFF 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(0deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
}

.seo-text-show-btn {
  position: relative;
  z-index: 1;
  color: #909090;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.list-category {
  margin-bottom: 28px;
  width: calc(100% + 30px);
}

.list-category .swiper-slide {
  width: 9.6%;
  margin-right: 15px;
}

.list-category .swiper-slide .list-category-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-gap: 20px;
  text-decoration: none;
  color: #000;
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  padding: 0;
  border-radius: 60px;
  border: 0;
}

.list-category .swiper-slide .list-category-item img {
  aspect-ratio: 135/170;
  -o-object-fit: cover;
     object-fit: cover;
}

.list-category .swiper-slide .list-category-item .list-category-link {
  color: #000;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.product-card-carousel .swiper-pagination {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  grid-gap: 5px;
}

.product-card-carousel .swiper-pagination .swiper-pagination-bullet {
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  height: 7px;
  background: #fff;
  opacity: 0.4;
  margin: 0;
  border-radius: 0;
}

.product-card-carousel .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 0.9;
}

.category-controls {
  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;
  grid-gap: 100px;
}

.modal-wrapper {
  z-index: 10;
}

.modal-wrapper.modal-show {
  visibility: visible;
  opacity: 1;
}

.modal-wrapper.modal-show .modal-container {
  -webkit-transform: translate(0%);
      -ms-transform: translate(0%);
          transform: translate(0%);
}

.modal-content-wrapper {
  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;
  min-height: 100%;
  height: auto;
  position: relative;
}

.modal-close {
  position: absolute;
  top: -4px;
  right: -10px;
  height: 22px;
  padding: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  z-index: 1;
}

.modal-layout {
  background: rgba(0, 0, 0, 0.15);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 8;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.75s;
  -o-transition: all 0.75s;
  transition: all 0.75s;
}

.modal-layout.show {
  visibility: visible;
  opacity: 1;
}

.modal-filter .accordion.filter-accordion {
  margin-top: 35px;
}

.modal-filter .modal-container {
  max-width: 375px;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}

.modal-filter .modal-container .modal-tilte {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 30px;
}

.modal-filter .modal-container .modal-close {
  right: 15px;
}

.accordion-item:last-of-type .accordion-button.collapsed,
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion-item:last-of-type {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.fluid-banners {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 35px;
}

.fluid-banners .category-banner-item {
  margin: 0;
}

.fluid-banners .category-banner-image {
  aspect-ratio: auto;
}

.modal-container {
  max-width: 375px;
  width: 100%;
}

.region-form {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 18px 48px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 60px;
  width: 100%;
}

.region-form-btn {
  grid-column-start: span 2;
}

.region-form-label {
  color: #000;
  font-size: 12px;
  font-style: normal;
  line-height: normal;
  margin: 0;
}

.product-accordion-btn {
  width: 100%;
  color: #000;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.28px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 15px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.product-accordion-btn span {
  text-align: left;
}

.product-accordion-btn:not(.collapsed) .accordion-btn-state {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.accordion-item {
  border: 0;
}

.accordion-btn-state {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

.accordion .accordion-item {
  padding-top: 20px;
  border-top: 1px solid #000;
}

.accordion .accordion-item:first-of-type {
  padding-top: 0;
  border-top: 1px solid #000;
  border-radius: 0;
}

.accordion .accordion-body {
  padding: 20px 0 0 0;
  font-size: 1rem;
  line-height: 120%;
}

.accordion .accordion-body p {
  margin-bottom: 0;
}

.accordion .accordion-body p + p {
  margin-top: 20px;
}

.product-container .accordion {
  grid-gap: 10px;
}

.product-container .accordion .accordion-item {
  border: 0;
}

.product-container .accordion .accordion-item .product-accordion-btn.collapsed svg path.open {
  display: none;
}

.product-container .accordion .accordion-item .product-accordion-btn:not(.collapsed) svg path.default {
  display: none;
}

.btn-fast-checkout {
  border: 1px solid #000;
  background: #fff;
  padding: 18px 10px;
  width: 100%;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

.btn-fast-checkout:hover {
  background: #FFF;
  color: #000;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.modal-cart .modal-container {
  max-width: 375px;
  width: 100%;
  padding: 50px 30px;
}

.modal-cart .modal-container .checkout-cart-item-image {
  margin-right: 15px;
  width: 120px;
}

.upsale-item {
  padding: 20px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.upsale-item-title {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.upsale-item-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 20px;
}

.upsale-item-image {
  width: 120px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.upsale-item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-gap: 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.upsale-item-info-name {
  color: #000;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.upsale-item-info-name:hover {
  text-decoration: underline;
  color: #000;
}

.upsale-item-info-option {
  color: #000;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.upsale-item-info-price {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
}

.modal-cart-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0;
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.modal-cart-total-wrapper {
  margin-top: auto;
  width: 100%;
}

.btn-modal-checkout {
  background: #000;
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.28px;
  line-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 52px;
  grid-gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #000;
  text-decoration: none;
}

.btn-modal-checkout:hover {
  background: #FFF;
  border: 1px solid #000;
  color: #000;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-modal-checkout .modal-cart-total-value {
  font-weight: 400;
}

.progress-bar {
  width: 100%;
  height: 5px;
  background-color: #C6C6C6;
  border-radius: 0px;
  overflow: hidden;
  margin-top: 10px;
}

.progress-fill {
  height: 100%;
  background-color: #EB2828;
  width: 0;
  -webkit-transition: width 0.4s ease;
  -o-transition: width 0.4s ease;
  transition: width 0.4s ease;
}

.progress-fill.active {
  background-color: #007635;
}

.cart-free-shipping {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
  width: 100%;
}

.cart-free-shipping-title {
  color: #000;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}

.cart-free-shipping-value {
  color: #000;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

.cart-free-shipping-success {
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}

.checkout-cart-item-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 93px;
  margin-right: 35px;
}

.checkout-cart-item-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.checkout-cart-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 19px 0;
  border-bottom: 1px solid #666;
  position: relative;
}

.checkout-cart-item:nth-child(1) {
  border-top: 0;
  padding-top: 0;
}

.checkout-cart-item.notify-card {
  border-bottom: 0;
  padding-bottom: 40px;
}

.checkout-cart-item.notify-card .checkout-item-price-wrapper {
  margin-bottom: 25px;
}

.checkout-cart-item.notify-card .product-option {
  margin-bottom: 0;
}

.checkout-cart-item.notify-card .product-option-item .product-option-item-value {
  padding: 11px 9px;
}

.checkout-cart-item.notify-card .product-option-item .product-option-value {
  font-size: 13px;
  padding: 0;
}

.checkout-cart-item.unavailable .checkout-cart-item-image {
  opacity: 0.5;
}

.checkout-cart-item.unavailable .checkout-cart-item-name {
  opacity: 0.5;
}

.checkout-cart-item.unavailable .checkout-cart-item-options {
  opacity: 0.5;
}

.checkout-cart-item.unavailable .checkout-item-price-wrapper {
  opacity: 0.5;
}

.modal-cart-products {
  width: 100%;
  padding-top: 29px;
}

.modal-cart-products .checkout-cart-item {
  border: 0;
}

.modal-cart-products .checkout-cart-item-information {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 11px;
}

.modal-cart-products .checkout-cart-item-information .checkout-cart-item-name {
  font-size: 11px;
  padding-right: 50px;
}

.checkout-cart-item-information {
  position: relative;
}

.checkout-cart-item-name {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  display: block;
  margin-bottom: 15px;
  text-decoration: none;
}

.checkout-cart-item-name:hover {
  color: #000;
  text-decoration: underline;
}

.checkout-cart-item-options {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 3px 3px;
  margin-bottom: 15px;
}

.checkout-cart-item-option-name,
.checkout-cart-item-option-value {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 0;
}

.checkout-cart-remove {
  color: #D2D2D2;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3px;
}

.checkout-cart-remove:hover {
  color: #000;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.checkout-item-price-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  grid-gap: 18px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.checkout-item-price {
  text-align: left;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  font-style: normal;
  line-height: 110%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.checkout-item-price .old-price {
  margin-right: 10px;
  font-size: 10px;
  font-style: normal;
  line-height: 110%;
  letter-spacing: -0.2px;
  text-decoration-line: line-through;
}

.product-short-description {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 40px;
}

.certificate-form {
  margin-bottom: 0px;
}

.certificate-form + .accordion {
  padding-top: 10px;
  border-top: 0;
}

.certificate-form .form-control {
  padding: 16px 25px;
  color: #000;
  margin-top: 20px;
}

.certificate-form-title {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.28px;
  margin-top: 40px;
}

.certificate-form + .product-page-accordion {
  margin-top: 25px;
}

.certificate-form .iti {
  margin-top: 20px;
}

.certificate-form-title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}

.certificate-form-title-wrapper .certificate-form-title {
  margin-top: 0;
}

.certificate-send-setting {
  margin-top: 40px;
  margin-bottom: 40px;
}

.certificate-send-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.certificate-send-date .certificate-send-date-btn {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.certificate-send-date .certificate-send-date-btn svg {
  width: 6px;
}

.certificate-send-date .certificate-send-date-btn svg path.open {
  display: none;
}

.certificate-send-date input {
  border: 0;
  width: 80px;
}

.certificate-send-date.active .certificate-send-date-btn svg {
  width: 6px;
}

.certificate-send-date.active .certificate-send-date-btn svg path.open {
  display: block;
}

.certificate-send-date.active .certificate-send-date-btn svg path.default {
  display: none;
}

.flatpickr-input {
  border: 0;
  text-align: right;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.flatpickr-input:focus {
  outline: 0;
}

.add-certificate-message {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.add-certificate-message:not(.active) svg path.open {
  display: none;
}

.add-certificate-message.active svg path.default {
  display: none;
}

.certificate-textarea-warpper {
  display: none;
  padding-top: 20px;
}

.certificate-textarea-warpper textarea {
  width: 100%;
  padding: 16px 25px;
  border: 1px solid #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.24px;
  min-height: 95px;
  height: auto;
  resize: none;
  overflow: hidden;
}

.certificate-textarea-warpper textarea:focus {
  outline: 0;
}

.certificate-description {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}

.certificate-description ol {
  padding-left: 0;
  list-style-position: inside;
}

.certificate-description ol li + li {
  margin-top: 0.5em;
}

.empty-reviews-title {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.checkout-cart-notice {
  background: #EDE3D7;
  color: #000;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 10px 20px;
  margin-bottom: 20px;
}

.checkout-cart-notice b {
  font-weight: 600;
}

.container-checkout {
  position: relative;
  background: #fff;
}

.product-description ul,
.product-description ol {
  padding-left: 1em;
  font-size: 12px;
  line-height: 130%;
}

.checkout-cart-product-list {
  margin-bottom: 0px;
}

.coupon-wrapper {
  padding-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.coupon-accordeon {
  padding-bottom: 25px;
  background: none;
}

.coupon-accordeon-body {
  display: none;
}

.coupon-accordeon-btn {
  padding-top: 25px;
  border-top: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  grid-gap: 15px;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  text-transform: uppercase;
  cursor: pointer;
}

.coupon-accordeon-btn svg path.open {
  display: none;
}

.coupon-accordeon-btn.active svg path.open {
  display: block;
}

.coupon-accordeon-btn.active svg path.default {
  display: none;
}

.coupon-input {
  font-size: 12px;
  font-style: normal;
  line-height: 120%;
  padding: 16px 20px;
  border: 1px solid #000;
  margin-right: 7px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.coupon-input:focus {
  outline: 0;
}

.coupon-btn {
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  background: #000;
  border: 1px solid #000;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding-left: 25px;
  padding-right: 25px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.coupon-btn:hover {
  background: #000;
  color: #fff;
}

.checkout-totals {
  border-top: 1px solid #000;
  padding-top: 25px;
  margin-bottom: 45px;
}

.checkout-sub-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
}

.checkout-sub-total-name {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

.checkout-sub-total-value {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

.checkout-mobile-sub-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
  border-bottom: 1px solid #000;
  padding: 20px 0;
}

.checkout-total {
  margin-top: 25px;
  padding-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.checkout-total-name,
.checkout-total-value {
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;
}

.form-checkbox-icon {
  width: 14px;
  height: 14px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border: 1px solid #000;
  display: block;
  margin-right: 15px;
}

.form-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: -0.24px;
}

.form-checkbox + .form-checkbox {
  margin-top: 11px;
}

.form-checkbox a {
  color: #000;
  text-decoration-line: underline;
  margin-left: 0.2em;
}

.form-checkbox span {
  color: #191919;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}

.form-checkbox input:checked + .form-checkbox-icon {
  background: url("/dist/img/icons/checkbox.svg") 50% 50% no-repeat #000;
  background-size: 12px auto;
}

.form-checkbox.has-error .form-checkbox-icon {
  border: 1px solid #ED1C24;
  -webkit-box-shadow: 0px 0px 9px 0px rgba(237, 46, 46, 0.3);
          box-shadow: 0px 0px 9px 0px rgba(237, 46, 46, 0.3);
}

.product-cart-notice {
  background: #EB2828;
  padding: 6px 11px 6px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 10px;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-right: 35px;
  margin-bottom: 10px;
}

.product-cart-notice img {
  width: 16px;
  height: auto;
}

.notice-error {
  color: #ED1C24;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 20px;
}

.success-title {
  color: #000;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
}

.success-number {
  text-align: center;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 20px;
  margin-bottom: 20px;
}

.success-text {
  color: #000;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.success-back-link {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.success-container {
  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;
  grid-gap: 40px;
  margin-bottom: 120px;
}

.offert-page {
  margin-bottom: 60px;
}

.offert-page h1 {
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  text-transform: uppercase;
  margin-bottom: 60px;
}

.offert-page p
{
  line-height: normal;
  font-size: 12px;
  margin-bottom: 1.5em;
}
.offert-page ul, 
.offert-page li 
{
  line-height: normal;
  font-size: 12px;
}


.offert-page h2,
.offert-page h3 
{
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 1.5em;
}

.offert-page ul {
  padding-left: 1em;
  margin-bottom: 1em;
}

.payment-shipping {
  margin-bottom: 90px;
}

.payment-shipping h1 {
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  text-transform: uppercase;
  margin-bottom: 35px;
}

.payment-shipping .payment-shipping-title {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 35px;
}

.payment-shipping .payment-shipping-text {
  margin-bottom: 60px;
}

.payment-shipping .payment-shipping-text b {
  font-weight: 500;
  font-size: 13px;
  margin-bottom: 10px;
  display: inline-block;
}

.payment-shipping .payment-shipping-text p {
  font-size: 13px;
}

.payment-shipping .payment-shipping-text li {
  font-size: 13px;
}

.payment-shipping .payment-shipping-text ul {
  padding-left: 1em;
}

.payment-shipping .payment-shipping-text .attention {
  color: #EB2828;
}

.payment-shipping .success-order-error {
  margin-bottom: 1rem;
}

.error-page {
  padding-bottom: 35px;
  border-bottom: 1px solid #E2E3DE;
  background: var(--pageBg) 0 0 no-repeat;
  background-size: cover;
  aspect-ratio: 1440/717;
}

.error-page .error-code {
  font-size: 24.5vw;
  font-family: Sloop;
  font-weight: 600;
  line-height: 100%;
  text-align: center;
}

.error-page .error-page-info {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.error-page .error-page-info-title {
  color: #000;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.error-page .error-page-info-text {
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 50px;
}

.submit-btn {
  padding: 15px 20px;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  background: #000;
  border: 1px solid #000;
  color: #fff;
}

.submit-btn:hover {
  background: #fff;
  color: #000;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.submit-btn:disabled {
  background: #CCC;
  border-color: #ccc;
}

.submit-btn:disabled:hover {
  color: #fff;
}

.account-grid-form {
  margin-bottom: 60px;
}

.b-day-date .flatpickr-input {
  text-align: left;
}

.show-password-btn {
  position: absolute;
  right: 0;
  top: 0;
  padding: 15px 20px;
}

.show-password-btn.active .hide-line {
  display: none;
}

.wishList-products {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px 5px;
}

.page-title {
  color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.contacts-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-gap: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 100px;
}

.contacts-list-item {
  color: #000;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  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;
  text-align: center;
}

.contacts-list-item-title {
  color: #000;
  text-align: center;
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  text-transform: uppercase;
  margin-bottom: 1em;
}

.contacts-list-item-link {
  color: #000;
  text-align: center;
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  text-transform: uppercase;
}

.contacts-list-item-subtitle {
  color: #000;
  text-align: center;
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  text-transform: uppercase;
}

.contacts-list-item a {
  text-decoration: none;
  color: #000;
}

.contacts-list-item a:hover {
  text-decoration: underline;
  color: #000;
}

.child-menu-wrapper {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 61px;
  opacity: 0;
  visibility: hidden;
}

.child-menu-wrapper .children-menu {
  grid-gap: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style: none;
  padding: 0;
}

.child-menu-wrapper .children-menu a {
  text-decoration: none;
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

.child-menu-wrapper .children-menu a:hover {
  text-decoration: underline;
}

.child-menu-wrapper .children-menu li {
  font-size: 12px;
  line-height: 100%;
}

.child-menu-wrapper .children-menu .title-menu-item {
  color: #000;
  margin-bottom: 2em;
  display: block;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;
}

.child-menu-wrapper .children-menu .title-menu-item.list-title {
  margin-bottom: 10px;
}

.child-menu-wrapper .children-menu .all-products-link {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  margin-top: 18px;
  display: block;
}

a.focus-item {
  color: #EB2828 !important;
}

.dropdown-menu-link {
  position: relative;
  width: 30%;
  overflow: hidden;
}

.dropdown-menu-link img {
  width: 100%;
  height: auto;
  aspect-ratio: 394/247;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.dropdown-menu-link:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.dropdown-menu-link .dropdown-menu-link-info {
  position: absolute;
  left: 35px;
  bottom: 0px;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
}

.dropdown-menu-link .dropdown-menu-link-title {
  color: #FFF;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.3px;
}

.dropdown-menu-link .dropdown-menu-link-text {
  color: #191919;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 7px;
}

.modal-subscribe {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  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;
  pointer-events: none;
}

.modal-subscribe .modal-container {
  left: auto;
  right: auto;
  bottom: auto;
  top: auto;
  -webkit-transform: translate(0%);
      -ms-transform: translate(0%);
          transform: translate(0%);
  opacity: 0;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 630px;
  grid-gap: 25px;
}

.modal-subscribe .modal-container .modal-close {
  top: 15px;
  right: 15px;
  padding: 0;
  width: 16px;
  height: 16px;
}

.modal-subscribe .modal-container .modal-image-wrapper {
  width: 280px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.modal-subscribe .modal-container .modal-form-wrapper {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.modal-subscribe .modal-container .modal-form-title {
  color: #000;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.modal-subscribe .modal-container .modal-form-text {
  color: #000;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 20px;
}

.modal-subscribe .modal-container .form-control {
  border: 0;
  padding: 10px 0;
  border-bottom: 1px solid #000;
  margin-bottom: 24px;
}

.modal-subscribe .modal-container .form-control.has-error {
  border-bottom: 1px solid #ED2E2E;
  margin-bottom: 10px;
}

.modal-subscribe .modal-container .form-control.has-error + .error-text {
  margin-bottom: 24px;
}

.modal-subscribe .modal-container .modal-subscribe-submit {
  width: 100%;
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  border: 1px solid #000;
  background: #000;
  padding: 15px;
}

.modal-subscribe .modal-container .modal-subscribe-submit:hover {
  background: #fff;
  color: #000;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.modal-subscribe.modal-show .modal-layout {
  pointer-events: all;
}

.modal-subscribe.modal-show .modal-container {
  opacity: 1;
  pointer-events: all;
}

.two-cols {
  grid-column-start: span;
  grid-column-end: span 2;
}

.collection-main-banner {
  position: relative;
  margin-bottom: 8.33vw;
}

.collection-main-banner-container-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 80px;
  top: 140px;
  z-index: 1;
}

.collection-main-banner-container-wrapper .container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
}

.collection-main-banner-text {
  margin-bottom: 15px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 116%;
  letter-spacing: 0.12px;
}

.collection-main-banner-subtitle {
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 158%;
  text-transform: uppercase;
}

.collection-main-banner-title {
  margin-top: auto;
  color: #FFF;
  font-family: Sloop;
  font-size: 8.92vw;
  font-style: normal;
  font-weight: 400;
  line-height: 60%;
}

.collection-text {
  color: #000;
  text-align: justify;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: 0.13px;
  text-transform: uppercase;
}

.collection-text-container {
  margin-bottom: 8.33vw;
}

.collection-grid-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 12px;
  margin-bottom: 8.33vw;
}

.collection-triple-row {
  margin-top: 13vw;
  margin-bottom: 13vw;
}

.collection-triple-row-text {
  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;
  color: #000;
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: 127%;
  text-transform: uppercase;
}

.module-title-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 40px;
}

.module-title {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 90%;
  letter-spacing: -0.28px;
  text-transform: uppercase;
}

.modal-contact .modal-content-wrapper {
  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;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.modal-contact .contact-text {
  color: #000;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-gap: 1em;
}

.modal-contact .contact-text.contact-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  grid-gap: 2em;
}

.modal-contact .contact-text div {
  white-space: pre;
}

.modal-contact .contact-text a {
  text-decoration: none;
}

.modal-contact .contact-text a:hover {
  color: #000;
  text-decoration: underline;
}

.modal-contact .modal-container {
  max-width: 360px;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}

.modal-contact .modal-tilte {
  text-align: center;
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.36px;
  text-transform: uppercase;
}

.modal-contact .modal-close {
  right: 10px;
}

.products-gallery {
  width: -webkit-calc(100% + 60px);
  width: calc(100% + 60px);
  margin-left: -30px;
  padding-left: 30px;
  margin-bottom: 150px;
}

@media all and (max-width: 768px) {
  body:not(.white-menu) header{
    position: sticky;
    z-index: 3;
    top: 0;
    background: #fff;
  }
    .header-container{
      transition: padding 0.3s;
    }
/*  .fixed-menu header{
    position: fixed;
  }*/
  header.sticky .header-container{
    padding-top: 10px;
    padding-bottom: 10px;
  }
  header.sticky{
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
  }
  .form-fieldset-title{
    font-size: 12px;
  }
  .text-module-link{
    font-size: 12px;
    width: 100%;
  }
  .category-container {
    margin-top: -10px;
  }


  .information-menu{
    flex-direction: row;
    overflow-x: auto;
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
  .information-menu li a{
    white-space: nowrap;
    font-size: 10px;
  }
  .products-gallery {
    margin-bottom: 110px;
    width: -webkit-calc(100% + 30px);
    width: calc(100% + 30px);
    margin-left: -15px;
    padding-left: 15px;
  }
  .information-section-text{
    padding-top: 25px;
    padding-bottom: 50px;
  }
  .category-banner-wrapper .category-banner-item.category-product-banner.product-banner .left-top-text .category-product-banner-text {
    text-align: left;
    width: 75%;
  }
  .category-banner-wrapper.product-special-banner .category-banner-item.category-product-banner.product-banner .left-top-text .category-product-banner-text{
    width: 80%;
  }
  .category-banner-wrapper.product-special-banner .category-banner-item.left-item .category-banner-text{
    font-size: 12px;
  }
  .category-banner-wrapper .category-banner-item.category-product-banner.product-banner .left-top-text .category-product-banner-text br{
    display: none;
  }
  .about-container{
    grid-template-columns: 1fr;
  }
  .about-media{
    aspect-ratio: 375/666;
    width: 100%;
  }
  .about-title{
    font-size: 120px;
    text-align: left;
    line-height: 0.8em;
    left: -20px;
  }
  .about-media-wrapper{
    margin-bottom: 70px;
  }
  .about-text-col-title{
    margin-bottom: 1em;
  }
  .about-text-col-subtitle{
    font-size: 14px;
  }
  .about-text-col-scroll{
    height: auto;
  }
  .about-text-col-scroll::after{
    display: none;
  }
  .about-text-col-scroll-inner{
    height: auto;
    font-size: 13px;
  }
  .about-text-col{
    padding-bottom: 50px;
  }
  .atelier-container{
    grid-template-columns: 1fr;
  }
  .bg-video{
    aspect-ratio: 375/666;
    width: 100%;
    bottom: auto;
    height: auto;
  }
  .atelier-media-wrapper{
    height: calc( 100vw + 202px );
    width: calc( 100% + 30px );
    margin-left: -15px;
    padding: 0 15px;
    position: relative;
    margin-bottom: 35px;
  }
  .atelier-text-col-title{
    margin-bottom: 40px;
  }
  .atelier-media-wrapper:after{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 430px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
    content: '';
    display: block;
    z-index: 1;
  }
  .atelier-title{
    font-size: 120px;
    white-space: pre;
    position: relative;
    z-index: 2;
  }
  .atelier-title br{
    display: none;
  }
}

@media all and (min-width: 1610px) {
  .products-gallery {
    width: -webkit-calc(100% + (50vw - 50%));
    width: calc(100% + (50vw - 50%));
  }
}

.products-gallery .swiper-slide {
  width: 31%;
  margin-right: 15px;
}

@media all and (max-width: 768px) {
  .products-gallery .swiper-slide {
    width: 75%;
    margin-right: 5px;
  }
}

.products-gallery .swiper-slide.baner-slide {
  width: 23%;
}

@media all and (max-width: 768px) {
  .products-gallery .swiper-slide.baner-slide {
    width: 45%;
  }
}

.products-gallery-wrapper {
  overflow: hidden;
  width: 100%;
}

.products-gallery-banner-media {
  width: 100%;
  margin-bottom: 14%;
}

.products-gallery-banner-title {
  color: #000;
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  text-transform: uppercase;
  -webkit-text-transform: uppercase;
}

.media-gallery {
  width: calc(50vw + 6%);
  flex: 0 0 auto;
  padding-top: 50px;
}

@media all and (max-width: 768px) {
  .media-gallery {
    width: calc(100vw - 15px);
    padding-top: 0;
  }
}

.media-gallery-wrapper {
  overflow: hidden;
  margin-bottom: 100px;
}

@media all and (max-width: 768px) {
  .media-gallery-wrapper {
    margin-bottom: 90px;
  }
}

.media-gallery-wrapper .container {
  display: flex;
}

@media all and (max-width: 768px) {
  .media-gallery-wrapper .container {
    flex-direction: column;
  }
}

.media-gallery-info {
  width: 44%;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  padding-bottom: 70px;
}

@media all and (max-width: 768px) {
  .media-gallery-info {
    width: 100%;
  }
}

.media-gallery-info-logo {
  position: absolute;
  width: 40%;
  top: 0;
}

.media-gallery-info-title {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 24px;
  padding-left: 14%;
}

@media all and (max-width: 768px) {
  .media-gallery-info-title {
    padding-left: 50%;
    margin-bottom: 18px;
    font-size: 14px;
  }

  .media-gallery-info-title br {
    display: none;
  }
}

.media-gallery-info-text {
  color: #000;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 50px;
  padding-left: 14%;
  max-width: 360px;
}

@media all and (max-width: 768px) {
  .media-gallery-info-text {
    padding-left: 50%;
    font-size: 12px;
    margin-bottom: 18px;
  }
}

.media-gallery-info-link {
  color: #000;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  padding-left: 14%;
}

@media all and (max-width: 768px) {
  .media-gallery-info-link {
    padding-left: 50%;
    font-size: 12px;
  }
  .arrow-link{
    font-size: 12px;
  }
}

.media-gallery-info-link:hover {
  color: #000;
}

.media-gallery .swiper-slide {
  
  display: flex;
  align-items: stretch;
  margin-right: 15px;
  width: 37vw;
}

@media all and (max-width: 768px) {
  .media-gallery .swiper-slide {
    width: 100%;
    margin-right: 5px;
  }
}

.media-gallery .swiper-slide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
}


@media all and (min-width: 600px) {
  .footer-insta-list-item{
    margin-top: 30px;
  }
  .mobile-only {
    display: none;
  }

  .coupon-accordeon {
    padding-left: 0%;
    padding-right: 0%;
    border-top: 1px solid #000;
  }

  .coupon-accordeon .notice-error {
    padding: 0;
  }

  .coupon-accordeon-btn {
    border-top: 0;
  }

  .dropdown-menu-layer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    z-index: 1;
    padding-top: 140px;
    padding-bottom: 35px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
  }

  .dropdown-menu-layer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .parent-item {
    position: relative;
  }

  .parent-item:hover .child-menu-wrapper {
    opacity: 1;
    visibility: visible;
  }

  .parent-item:hover .child-menu-wrapper .children-menu {
    grid-gap: 17px;
  }

  .parent-item:hover .child-menu-wrapper li a {
    text-align: center;
    color: #000;
    font-size: 11px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.22px;
    text-transform: uppercase;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    display: block;
  }

  .parent-item:hover .child-menu-wrapper li a.all-products-link {
    text-align: center;
    margin-top: 0;
  }

  .parent-item:hover .dropdown-menu-layer {
    opacity: 1;
    visibility: visible;
  }
}

@media (min-width: 600px) {
  .container-checkout:after {
    content: "";
    display: block;
    width: calc(29.16% + 60px);
    background: #F4F4F4;
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    height: 100%;
  }
}

@media all and (min-width: 768px) {
  .prefooter-line-item:nth-last-child(1) {
    padding-right: 0;
  }

  .prefooter-line-item:nth-child(1) {
    padding-left: 0;
  }

  .prefooter-line-item:nth-child(2) {
    border-left: 1px solid #000;
    border-right: 1px solid #000;
  }

  .header-logo {
    -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
            transform: translateY(10px);
  }

  .img-gallery-preview-col {
    height: 755px;
  }

  .product-main-img-pagination {
    display: none;
  }
}

@media all and (min-width: 1680px) {
  .home-banner-info {
    bottom: 65px;
  }

  .home-banner-info-title {
    font-size: 150px;
  }

  .simple-image-banner-title {
    font-size: 200px;
  }

  .category-title {
    font-size: 120px;
  }

  .about-title {
    bottom: 74px;
  }

  .about-text-col {
    padding-bottom: 74px;
  }

  .atelier-title {
    font-size: 200px;
  }

  .collection-main-banner {
    margin-bottom: 140px;
  }

  .collection-main-banner-title {
    font-size: 150px;
  }

  .collection-text-container {
    margin-bottom: 140px;
  }

  .collection-grid-row {
    margin-bottom: 140px;
  }

  .collection-triple-row {
    margin-top: 220px;
    margin-bottom: 220px;
  }
}

@media all and (max-width: 1600px) {
  .img-gallery-preview-col .swiper-slide {
    height: 8.6vw;
  }

  .product-container .bread-crups {
    margin-top: 5.9vw;
  }
}

@media screen and (max-width: 1460px) {
  html {
    --containerPadding: 75px;
    --headerHeight: 130px;
  }
}

@media screen and (max-width: 1280px) {
  html {
    --containerPadding: 68px;
    --headerHeight: 120px;
  }
}

@media all and (max-width: 1280px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .main-menu {
    grid-gap: 23px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 992px) {
  html {
    --containerPadding: 30px;
  }
}
.footer-insta-link{
    color: #fff;
    display: flex;
    align-items: center;
    grid-gap: 7px;
    text-decoration: none;
    font-size: 11px;
    text-transform: uppercase;
    font-family: "Inter Tight";
    font-style: normal;
    font-weight: 600;
  }

@media all and (max-width: 768px) {
  .row > * {
    padding-right: 5px;
    padding-left: 5px;
  }
  .footer-insta-list-item{
    grid-column: span 12;
    margin-bottom: 40px;
  }
  
  .collections .row > * {
    padding-right: 0px;
    padding-left: 0px;
  }

  .row {
    margin-right: -5px;
    margin-left: -5px;
  }

  .category-banner-wrapper .category-banner-item.category-product-banner .category-banner-info{
    padding: 50px 15px;
    text-align: center;
  }

  .category-banner-wrapper:not(.product-special-banner){
    margin-left: -15px;
    width: calc(100% + 30px);
  }

  .desktop-only {
    display: none;
  }

  .order-xs-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-xs-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-xs-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-xs-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-xs-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-xs-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-xs-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .container.mobile-fluid {
    padding-left: 0px;
    padding-right: 0px;
  }

  .main-page {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    grid-gap: 4px;
  }

  .main-page-banner-title {
    font-size: 17vw;
    margin-bottom: 0.1em;
  }

  .main-page-banner-description {
    font-size: 8px;
  }

  .main-page-banner:hover .main-page-banner-title {
    font-size: 18vw;
  }

  footer {
    padding-top: 45px;
  }

  footer .container {
    grid-template-columns: repeat(4, 1fr);
  }

  .subscribe-col {
    grid-column: span 4;
    padding-bottom: 40px;
  }

  .subscribe-col-text {
    margin-bottom: 2em;
  }

  .footer-menu {
    grid-column: span 6;
  }

  .footer-menu:nth-last-child(1) {
    margin-top: 16px;
  }

  .footer-menu li.desktop-only {
    display: none;
  }

  .footer-menu.footer-catalog-menu {
    grid-row: span 2;
    padding-bottom: 0;
  }

  .footer-logo-col {
    grid-column: span 1;
  }

  .footer-right-text {
    grid-column: span 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-bottom: 15px;
  }

  .mobile-footer-contact {
    grid-column: span 4;
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 25px;
  }

  .mobile-footer-contact a {
    text-decoration: none;
  }

  .mobile-footer-bottom {
    margin-top: 35px;
    grid-column: span 4;
    display: grid;
    grid-template-columns: auto 65px;
    grid-template-rows: 1fr auto;
  }

  .bottom-container {
    margin-top: 26px;
  }

  .footer-payment-icons {
    grid-column: span 1;
  }

  .home-banner {
    margin-bottom: 25px;
  }

  .home-banner + .text-module{
    margin-top: 70px;
  }

  .home-banner-item img {
    aspect-ratio: 375/580;
  }
  .grid-banners-item-container{
    grid-gap: 50%;
  }
  .home-banner-item video {
    aspect-ratio: 375/580;
  }

  .home-banner-info {
    bottom: 45px;
  }

  .home-banner-info-title {
    font-size: 52px;
    margin-bottom: 0.1em;
  }

  .home-banner-info-text {
    font-size: 9px;
  }

  .home-banner-info-more {
    font-size: 9px;
  }

  .prefooter-line {
    margin: 55px 0;
  }

  .prefooter-line-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .prefooter-line-item:nth-last-child(1) {
    padding-bottom: 0;
  }

  .prefooter-line-item:nth-child(1) {
    padding-top: 0;
  }

  .prefooter-line-item {
    padding: 20px 0;
  }

  .prefooter-line-item:nth-child(2):before {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: calc(50% - 26px);
    height: 1px;
    background: #000;
    width: 52px;
  }

  .prefooter-line-item:nth-child(2):after {
    position: absolute;
    content: "";
    display: block;
    bottom: 0;
    left: calc(50% - 26px);
    height: 1px;
    background: #000;
    width: 52px;
  }

  .simple-image-banner.mobile-center .simple-image-banner-title {
    bottom: auto;
    top: 50%;
    line-height: 70%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }

  .simple-image-banner-title {
    font-size: 80px;
    bottom: auto;
    top: 25px;
  }

  .simple-image-banner video {
    aspect-ratio: 750/1100;
    object-fit: cover;
  }

  .simple-image-banner img {
    aspect-ratio: 750/1100;
  }

  .main-menu {
    display: none;
  }

  .header-container {
    padding-top: 20px;
    padding-bottom: 20px;
    grid-template-columns: 48px auto 65px;
    position: relative;
  }

  .header-container .header-logo {
    width: 69px;
  }

  .header-controls {
    grid-gap: 20px;
  }

  .header-controls-btn .cart-count {
    margin-left: 6px;
  }
  .header-controls-btn svg{
    height: 18px;
    width: auto;
  }
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px 5px;
  }

  .category-banner-wrapper {
    grid-column: span 2;
    margin-left: 0;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .category-banner-wrapper.product-special-banner {
    margin-bottom: 45px;
    overflow: hidden;
  }

  .category-banner-wrapper.product-special-banner .left-item .category-banner-decorative {
    margin-top: auto;
  }
  .category-banner-wrapper.product-special-banner .category-banner-item{
    aspect-ratio: 375/450;
  }
  .category-banner-wrapper.product-special-banner .category-banner-item.left-item .category-banner-decorative{
    font-size: 50px;
  }
  .category-banner-wrapper.product-special-banner .category-banner-image{
    aspect-ratio: 375/450;
  }
  .category-banner-wrapper.product-special-banner .category-banner-item.category-product-banner.product-banner .left-top-text .category-product-banner-media{
    aspect-ratio: 375/450;
  }
  .category-banner-wrapper.product-special-banner .category-banner-item.left-item .category-banner-text{
    margin-top: 35px;
  }
 
  .category-banner-wrapper .category-banner-item {
    width: 100%;
    aspect-ratio: 375/450;
  }

  .category-banner-wrapper .category-banner-item.category-product-banner.product-banner .left-top-text {
    padding: 30px 15px;
    grid-gap: 15px;
  }

  .product-card .card-img {
    margin-bottom: 10px;
  }

  .product-card .card-name {
    font-size: 10px;
    padding-left: 0px;
    padding-right: 15px;
    margin-bottom: 4px;
  }

  .product-card .card-price {
    font-size: 10px;
  }

  .product-card .card-info {
    padding-left: 0px;
    padding-right: 0px;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }

  .product-card.small-card .card-description {
    margin-top: 40px;
  }

  .product-label {
    left: 10px;
    top: 10px;
  }
  .product-discount-percent{
    left: 10px;
    top: 10px;
  }
  .category-title {
    font-size: 45px;
  }

  .category-bread-crumps {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .category-description {
    margin-bottom: 0px;
    font-size: 10px;
  }

  .category-description br {
    display: none;
  }

  .bread-crups {
    overflow-x: auto;
    margin-bottom: 5px;
    padding-bottom: 10px;
    margin-top: 15px;
  }

  .category-top-row {
    margin-bottom: 20px;
  }

  .conrols-wrapper {
    bottom: 25px;
  }

  .btn-filter-apply {
    text-transform: none;
  }

  .category-banner-image {
    width: 100%;
    aspect-ratio: 375/450;
  }

  .category-banner-info {
    padding: 20px 15px;
  }

  .category-banner-title {
    font-size: 20px;
    margin-top: 16px;
  }
  .category-banner-info.left-text .category-banner-title{
    font-size: 10px;
    font-weight: 600;
  }
  .category-banner-info.left-text .category-banner-text{
    margin-top: auto;
  }
  .category-banner-text {
    font-size: 10px;
  }

  .img-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .product-main-img {
    width: calc(100% + 30px);
    margin-left: -15px;
  }

  .certificate-page .product-main-img {
    margin-bottom: 30px;
  }

  .img-gallery-preview-col .swiper-slide {
    height: auto;
  }

  .img-gallery-preview-col-wrapper {
    display: none;
  }

  .swiper-button-prev-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    left: -15px;
    top: 0;
    width: 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
  }

  .swiper-button-prev-gallery img {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }

  .swiper-button-next-gallery {
    position: absolute;
    right: -15px;
    top: 0;
    width: 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
  }

  .swiper-button-next-gallery img {
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }

  .product-name-row {
    margin-top: 55px;
    margin-bottom: 20px;
  }

  .old-product-price {
    font-size: 12px;
  }

  .product-container .bread-crups {
    display: none;
  }

  .btn-add-to-cart {
    margin-bottom: 35px;
  }

  .btn-unavailable-cart {
    margin-bottom: 35px;
  }

  .product-carousel-title {
    font-size: 10px;
  }

  .swiper.product-carousel {
    padding-bottom: 40px;
  }

  .swiper .roundet-pagination {
    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;
    position: absolute;
    bottom: 0;
    width: 100%;
    grid-gap: 4px;
  }

  .swiper .roundet-pagination .swiper-pagination-bullet {
    background: #000;
    margin: 0;
  }

  .modal-container {
    padding: 32px 20px 20px 20px;
  }

  .checkbox-input label {
    /*line-height: 30px;*/
    font-size: 13px;
  }

  .img-gallery .product-main-img {
    width: 100%;
    margin-left: 0;
  }

  .img-gallery .certificate-page .product-main-img {
    margin-bottom: 30px;
  }

  .gallery-view-slide {
    width: 100%;
  }

  .swiper-button-prev-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    left: -15px;
    top: 0;
    width: 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
  }

  .swiper-button-prev-gallery img {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }

  .back-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-gap: 10px;
    margin-bottom: 25px;
    text-decoration: none;
    color: #000;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
  }

  .product-option {
    margin-bottom: 40px;
  }

  .product-row {
    margin-bottom: 90px;
  }

  .mobile-menu {
    position: fixed;
    top: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
    visibility: hidden;
    background: #fff;
    z-index: 2;
    width: 100%;
    left: 0;
    padding: 27px 15px;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .mobile-menu.active {
    opacity: 1;
    visibility: visible;
  }

  .mobile-menu .title-menu-item {
    color: #020202;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: none;
  }
  .mobile-menu .title-menu-item.colored-item{
    color: #EB2828;
  }

  .mobile-menu .mobile-main-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    grid-gap: 12px;
  }

  .mobile-menu .mobile-menu-banner {
    position: relative;
    width: calc(100% + 30px);
    display: block;
    margin-left: -15px;
    /*margin-top: auto;*/
  }

  .mobile-menu .dropdown-menu-link-info {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0px;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .mobile-menu .dropdown-menu-link-info .dropdown-menu-link-title {
    color: #FFF;
    text-align: center;
    font-family: Sloop;
    font-size: 68px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .mobile-menu .dropdown-menu-link-info .dropdown-menu-link-title.colored-item{
    color: #CA0000;
  }

  .mobile-menu .dropdown-menu-link-info .dropdown-menu-link-text {
    color: #FFF;
    font-size: 8px;
    font-style: normal;
    font-weight: 600;
    line-height: 170%;
    text-transform: uppercase;
  }

  .mobile-menu .dropdown-menu-img {
    width: 100%;
  }

  .mobile-menu .mobile-addition-menu {
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-gap: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .mobile-menu .mobile-product-menu {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-gap: 30px;
    padding-bottom: 34px;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .mobile-menu .children-menu-wrapper {
    display: none;
  }

  .mobile-menu .children-menu {
    list-style: none;
    padding: 35px 0 30px 30px;
    margin-bottom: 0;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 10px;
  }

  .mobile-menu .children-menu li {
    margin-top: 0px;
  }

  .mobile-menu .children-menu a {
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.24px;
    text-transform: uppercase;
    text-decoration: none;
  }

  .mobile-menu .children-menu .all-products-link {
    margin-top: 5px;
    display: block;
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
  }

  .mobile-menu .mobile-parent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .mobile-menu .mobile-parent-btn {
    margin-left: auto;
    padding: 0 5px;
  }

  .mobile-menu .mobile-parent-btn.active img {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }

  .mobile-menu .mobile-additional-menu {
    display: grid;
    grid-template-columns: 50% 50%;
    margin-left: -15px;
    margin-right: -15px;
    padding: 32px 15px;
    border-bottom: 1px solid #000;
    list-style: none;
    grid-gap: 22px 0;
    margin-bottom: 0;
  }

  .mobile-menu .mobile-additional-menu a {
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 90%;
    text-transform: uppercase;
    text-decoration: none;
  }

  .mobile-menu .menu-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 20px;
  }

  .mobile-menu .menu-footer span {
    color: #000;
    margin-left: 15px;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
  }
  .mobile-setting-menu{
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header-insta-link{
    display: flex;
    grid-gap: 7px;
    color: #020202;
    font-family: "Inter Tight";
    text-decoration: none;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
  }
  .mobile-setting-menu .language-switch-btn {
    margin-left: 0;
    padding: 15px 0;
  }

  .mobile-menu-burger {
    margin-left: 35px;
    position: relative;
  }

  .mobile-menu-burger .open-icon {
    opacity: 0;
    position: absolute;
    left: 0;
  }

  .mobile-menu-burger.open .open-icon {
    opacity: 1;
  }

  .mobile-menu-burger.open .close-icon {
    opacity: 0;
  }

  .logo-img {
    width: 162px;
  }

  .text-module {
    padding-right: 15px;
    margin-bottom: 70px;
  }

  .text-module-title {
    font-size: 15px;
    margin-bottom: 1.5em;
  }

  .text-module-text {
    font-size: 12px;
    letter-spacing: 0.12px;
    margin-bottom: 2.2em;
  }

  .grid-banners {
    margin-bottom: 75px;
    grid-template-columns: 1fr;
  }

  .grid-banners-item-name {
    font-size: 10px;
  }

  .grid-banners-item-text {
    font-size: 10px;
    text-align: center;
  }
  .see-products-link{
    font-size: 12px;
  }

  .rossa-products .swiper-slide-active .card-info {
    padding-left: 15px;
  }

  .rossa-products .swiper-slide-active .card-price {
    padding-left: 15px;
  }

  .product-carousel {
    margin-bottom: 40px;
  }

  .header-checkout {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .header-checkout .header-logo {
    width: 70px;
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
  }

  .header-checkout .header-checkout-link {
    font-size: 11px;
  }

  .section-top {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    margin-bottom: 25px;
  }

  .section-title {
    font-size: 10px;
  }

/*  .new-products {
    width: calc(100% + 30px);
    margin-left: -15px;
  }*/

/*  .new-products .card-name,
  .new-products .card-info {
    padding-left: 15px;
    padding-right: 15px;
  }*/

  .category-main-slider {
    margin-bottom: 70px;
  }

  .category-main-item-title {
    font-size: 12px;
    height: 38px;
    min-width: 113px;
  }

  .stores .stores-bg {
    position: relative;
    width: 100%;
    aspect-ratio: 375/475;
  }

  .stores-wrapper {
    padding-left: 0;
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .stores-list {
    grid-gap: 25px 15px;
  }

  .stores-list .store-address {
    font-size: 12px;
  }

  .stores-list .store-address-station {
    font-size: 12px;
  }

  .stores-list .store-phone {
    font-size: 12px;
  }

  .stores-list .store-shedure {
    font-size: 12px;
  }

  .city {
    font-size: 14px;
  }

  .stores-list-footer-title {
    font-size: 16px;
  }

  .stores-list-footer {
    margin-top: 45px;
    padding-right: 0px;
  }

  .stores-list-footer img {
    width: 91px;
  }

  .advantages-container {
    grid-template-columns: 1fr;
    grid-gap: 35px;
    margin-bottom: 30px;
  }

  .color-mood-title {
    font-size: 40px;
    line-height: 100%;
    letter-spacing: -0.8px;
    text-align: left;
    padding-right: 25px;
  }

  .color-mood-text {
    padding-right: 25px;
    text-align: left;
    margin-bottom: 40px;
  }

  .color-mood-img {
    aspect-ratio: 375/390;
  }

  .color-mood-slide-title {
    font-size: 45px;
    margin-bottom: 0.55em;
    letter-spacing: -0.9px;
  }

  .pagination-wrapper {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .load-more-btn {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .list-category {
    width: calc(100% + 15px);
    margin-bottom: 40px;
  }

  .list-category .swiper-slide {
    width: 27%;
  }

  .list-category .swiper-slide .list-category-item {
    grid-gap: 15px;
  }

  .fluid-banners {
    grid-template-columns: 1fr;
  }

  .fluid-banners .category-banner-item:nht-child(1) {
    display: none;
  }

  .accordion .accordion-body {
    font-size: 11px;
    line-height: 13px;
  }

  .checkout-cart-item-image {
    width: 130px;
    margin-right: 15px;
    margin-left: 0px;
  }

  .checkout-cart-item-information {
    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: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .checkout-cart-item-name {
    font-size: 11px;
    padding-right: 50px;
  }

  .checkout-cart-item-option-name,
  .checkout-cart-item-option-value {
    font-size: 10px;
  }

  .success-title {
    font-size: 14px;
  }

  .success-number {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 18px;
  }

  .success-container {
    padding-top: 80px;
    grid-gap: 35px;
  }

  .offert-page h1 {
    font-size: 18px;
    margin-bottom: 35px;
  }

  .offert-page p {
    line-height: normal;
  }

  .payment-shipping h1 {
    font-size: 18px;
    margin-bottom: 25px;
  }

  .payment-shipping .payment-shipping-title {
    font-size: 14px;
    margin-bottom: 25px;
  }

  .payment-shipping .payment-shipping-text {
    margin-bottom: 30px;
  }

  .error-page {
    background: var(--pageBgMobile) 0 100% no-repeat;
    aspect-ratio: 2/4.5;
    background-size: cover;
  }

  .error-page .error-code {
    margin-bottom: 50px;
    margin-top: 45px;
  }

  .error-page .error-page-info-title {
    font-size: 25px;
    margin-bottom: 10px;
  }

  .error-page .error-page-info-text {
    font-size: 14px;
  }

  .error-page .error-page-info .success-home-link {
    margin-bottom: 75px;
  }

  .child-menu-wrapper {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    visibility: visible;
    opacity: 1;
    padding-right: 15px;
    gap: 0;
  }

  .child-menu-wrapper .children-menu {
    margin-top: 22px;
    margin-bottom: 20px;
  }

  .child-menu-wrapper.close {
    display: none;
  }

  .modal-subscribe .modal-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 280px;
  }

  .modal-subscribe .modal-container .modal-image-wrapper {
    width: 100%;
    text-align: center;
  }

  .modal-subscribe .modal-container .modal-image-wrapper img {
    width: 100%;
    aspect-ratio: 1/1;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
  }

  .collection-main-banner {
    margin-bottom: 70px;
  }

  .collection-main-banner-container-wrapper {
    top: 90px;
    bottom: 13px;
  }

  .collection-main-banner-title {
    font-size: 75px;
  }

  .collection-text {
    font-size: 10px;
    font-style: normal;
    line-height: 140%;
    letter-spacing: 0.1px;
  }

  .collection-text-container {
    margin-bottom: 70px;
  }

  .collection-grid-row {
    grid-gap: 2px;
    margin-bottom: 60px;
  }

  .collection-triple-row {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .collection-triple-row .row {
    grid-gap: 50px;
  }

  .collection-triple-row .row img.w-100 {
    max-width: 72%;
    width: 72%;
    margin-left: 14%;
  }

  .module-title-row {
    margin-bottom: 30px;
  }

  .module-title {
    font-size: 12px;
    letter-spacing: -0.24px;
  }
}

@media (max-width: 767px) {
  .color-mood-pagination {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
}

@media all and (max-width: 767px) {
  .color-mood-pagination .swiper-pagination-bullet .bullet-inner {
    white-space: nowrap;
  }
}

@media all and (max-width: 600px) {
  .grid-product-options {
    grid-gap: 10px;
  }

  .checkout-page {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 30px;
  }

  .checkout-cart-wrapper {
    width: 100%;
  }

  .checkout-cart-wrapper:not(.mobile-only) {
    padding-top: 30px;
    width: calc(100% + 30px);
    margin-left: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .checkout-cart-wrapper:not(.mobile-only) .checkout-totals {
    border-top: 0;
    padding-top: 0;
  }

  .checkout-form-wrapper {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .form-fieldset {
    grid-gap: 20px;
    grid-template-columns: 1fr;
    margin-bottom: 50px;
  }

  .form-fieldset .grid-cols-2 {
    grid-column: span 1;
  }

  .checkout-notice {
    font-size: 13px;
  }

  .title-notice {
    font-size: 12px;
  }

  .radio label {
    grid-gap: 10px 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    line-height: 30px;
    white-space: nowrap;
  }

  .shipping-fields {
    gap: 12px;
    grid-template-columns: 1fr;
  }

  .input-wrapper.cols-two {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 12px;
  }

  .input-wrapper {
    width: 100%;
  }

  .shipping-notice {
    margin-left: 0;
  }

  .form-textarea {
    font-size: 12px;
  }

  .checkout-cart-product-list {
    margin-bottom: 20px;
  }

  .card-color-item {
    width: 10px;
    height: 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

  .card-color-item::before {
    width: 10px;
    height: 10px;
  }

  .empty-reviews-title {
    font-size: 16px;
    margin-bottom: 50px;
  }

  .account-grid-form {
    margin-bottom: 70px;
  }
}

@media all and (max-width: 575px) {
  .checkout-page .input-wrapper.cols-2 {
    grid-column: span 1;
  }

  .checkout-switcher {
    grid-gap: 16px;
    margin-bottom: 30px;
  }

  .checkout-switcher-item {
    font-size: 12px;
    padding: 15px 3px;
    width: calc(50% - 8px);
  }

  .order-pack {
    margin-bottom: 45px;
  }

  .header-checkout .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .header-checkout h1 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    width: 70%;
    margin-right: auto;
  }

  .category-controls {
    margin-bottom: 28px;
  }
}

@media screen and (max-width: 480px) {
  html {
    --containerPadding: 20px;
    --containerMargin: -20px;
    --headerHeight: 63px;
  }
}

@media all and (max-width: 480px) {
  body {
    color: var(--black);
    line-height: 1.2;
    font-weight: 400;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }
}