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

@font-face {
  font-family: "Quincy CF";
  src: url("../fonts/Quincy/quincy.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

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,
textarea
{
  border-radius: 0;
}
input::placeholder,
textarea::placeholder,
.form-control::placeholder {
  color: inherit;
  opacity: 1;
}

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

.overflow {
  overflow: hidden;
}

.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;
}

html {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
}

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

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

body.overflow-hiden {
  overflow: hidden;
}

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

.header-line {
  background: #191919;
  position: relative;
  z-index: 4;
}

.header-line .header-line-swiper {
  padding: 16px 0;
}

.header-line .header-line-slide {
  text-align: center;
  color: #FFF;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none;
}
.header-line .header-line-slide:hover{
  text-decoration: underline;
}

.header-line-next {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 20px;
  z-index: 2;
  background: url("/dist/img/icons/arow-next.svg") 50% 50% no-repeat;
}

.header-line-next.swiper-button-disabled {
  opacity: 0.5;
}

.header-line-prev {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  bottom: 0;
  width: 20px;
  background: url("/dist/img/icons/arow-prev.svg") 50% 50% no-repeat;
}

.header-line-prev.swiper-button-disabled {
  opacity: 0.5;
}

header {
  border-bottom: 1px solid #E2E3DE;
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 3;
}

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

.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;
}

.language-switch-btn {
  margin-right: 13px;
}

.language-switch-btn .language-switch-arrow {
  margin-left: 12px;
}

.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: 50px;
  -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: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}

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

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

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

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

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

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

.lined-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lined-pagination.brown-pagination{
  padding-top: 60px;
}
.lined-pagination .swiper-pagination-bullet {
  width: 70px;
  height: 4px;
  border-radius: 1px;
  background: rgba(255, 255, 255, 0.2);
  opacity: 1;
}
.brown-pagination.lined-pagination .swiper-pagination-bullet {
  background: rgba(196, 196, 196, 0.20);
}
.lined-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #FFF;
}
.brown-pagination.lined-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #D3B89B;
}
.home-banner-info-title {
  color: #FFF;
  font-family: "Quincy CF";
  font-size: 52px;
  font-style: normal;
  font-weight: 400;
  line-height: 80%;
  letter-spacing: -1.04px;
  text-align: center;
}

.home-banner-info-text {
  color: #FFF;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.3px;
  margin-bottom: 10px;
}

.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;
}

.home-about {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 5px;
  margin-bottom: 90px;
}

.home-about-title {
  color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  text-transform: uppercase;
}

.home-about-text {
  color: #000;
  font-size: 1rem;
  font-style: normal;
  line-height: 130%;
  max-width: 500px;
}

.home-about-right {
  padding-left: 100px;
}

.home-about-left {
  padding-left: 100px;
}

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

.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 {
  font-family: "Quincy CF";
  color: #000;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.6px;
}

.arrow-link {
  color: #000;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.24px;
}

.arrow-link:hover {
  color: #000;
  text-decoration: underline;
}

.product-card {
  position: relative;
}
.product-card:hover .card-name{
  text-decoration: underline;
}
.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: 15px;
}

.product-card .card-img video,
.product-card .card-img img 
{
  width: 100%;
}

.product-card .card-name {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  letter-spacing: -0.28px;
  margin-bottom: 5px;
  display: block;
  padding-right: 10px;
}

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

.product-card .card-price {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.28px;
}

.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 .card-color-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 3px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-card .card-color-more {
  color: #000;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.2px;
  white-space: nowrap;
}

.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;
}

.multi-bamer {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-gap: 15px;
  margin-bottom: 75px;
}

.multi-bamer .right-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.multi-bamer .right-col .multibanner-slider {
  width: 100%;
}

.multibanner-products-title {
  color: #000;
  text-align: right;
  font-family: "Quincy CF";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 31px;
  letter-spacing: -0.8px;
  margin-top: auto;
  padding-top: 30px;
  padding-bottom: 30px;
}

.multibanner-products-description {
  color: #000;
  text-align: right;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.24px;
  width: 80%;
  margin-left: auto;
}

.multibanner-products-description p {
  margin-bottom: 0;
}

.video-banner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.video-banner-container {
  position: absolute;
  top: 45px;
  right: 50px;
  left: 50px;
  bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.video-banner-title {
  color: #000;
  font-family: "Quincy CF";
  font-size: 52px;
  font-style: normal;
  font-weight: 400;
  line-height: 76%;
  letter-spacing: -1.04px;
}

.video-banner-text ul {
  padding-left: 0;
}

.video-banner-video {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.multibanner-title {
  color: #000;
  text-align: right;
  font-family: "Quincy CF";
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -1px;
  margin-bottom: 30px;
}

.multibanner-description {
  width: 100%;
  max-width: 545px;
  margin-left: auto;
  color: #000;
  text-align: right;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.24px;
  margin-bottom: 75px;
}

.multibanner-slider {
  padding-bottom: 30px;
}

.multibanner-slider .lined-pagination {
  z-index: 2;
  position: absolute;
  right: 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.multibanner-slider .lined-pagination .swiper-pagination-bullet {
  border-radius: 1px;
  background: rgba(196, 196, 196, 0.2);
}

.multibanner-slider .lined-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #D3B89B;
}

.multibanner-slider .swiper-slide a {
  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: 15px;
  border: 1px solid transparent;
  transition: all 0.3s;
}
.multibanner-slider .swiper-slide a + a{
  margin-top: 14px;
}
.multibanner-slider .swiper-slide a:hover{
  border: 1px solid #D3B89B;
}
@media (min-width: 600px) {
  .dropdown-menu-layer-shadow {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.25);
    z-index: -2;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
  }
}
.multibanner-slider .swiper-slide img {
  width: 100%;
}
@media all and (max-width: 811px){
  .main-menu{
    grid-gap: 30px;
  }
}
@media all and (max-width: 768px){

  .product-card.swiper-slide-active .card-info {
    padding-left: 15px;
  }

  .product-card.swiper-slide-active .card-name {
    padding-left: 15px;
  }

  .product-card.swiper-slide-active .card-special {
    padding-left: 15px;
  }

  .product-card.swiper-slide-next .card-info {
    padding-right: 15px;
  }

}

.card-img-link {
  position: relative;
  display: block;
}
.card-img-link .hover-img{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  width: 100%;
}
.product-card:hover .card-img-link .hover-img{
  visibility: visible;
  opacity: 1;
}

.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;
}

.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: rgba(0, 0, 0, 1);
  padding: 5px 9px;
}

.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: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.2px;
  text-decoration-line: line-through;
}

.card-special-price {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.24px;
}

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

.category-main-item {
  position: relative;
  overflow: hidden;
  display: flex;
}

.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;
  transition: background 0.3s ease;
}
.category-main-item-title:hover{
  background: #000;
}

.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-family: "Quincy CF";
  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-container .btn-link:hover{
  background: rgba(255,255,255,0.4);
}
.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-family: "Quincy CF";
  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;
}

.prefooter-line {
  padding: 20px 0;
  background: #000;
}

.prefooter-line-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.prefooter-line-text {
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.36px;
  text-transform: uppercase;
  white-space: pre;
}

.prefooter-line-icon {
  width: 38px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

footer {
  background: #fff;
  padding-top: 40px;
  padding-bottom: 30px;
}

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

footer .container .first-col {
  grid-column: span 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

footer .container .first-col img {
  width: 104px;
}

footer .container .first-col .footer-phone {
  margin-top: auto;
  color: #000;
  text-decoration: none;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;
}

footer .container .second-col {
  grid-column: span 4;
}

footer .container .third-col {
  grid-column: span 4;
}

footer .container .fourth-col {
  grid-column: span 4;
}

footer .container .subscribe-col {
  grid-column: span 8;
}

footer .container .subscribe-col .subscribe-col-title {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 32px;
}

footer .container .footer-left-col {
  grid-column: span 12;
}

footer .container .footer-right-col {
  grid-column: span 12;
}

footer .container .menu-title {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 32px;
}

footer .container .footer-menu {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
  display: grid;
  grid-gap: 8px 5px;
}

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

footer .container .footer-menu a {
  color: #000;
  text-decoration: none;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
footer .container .footer-menu a:hover{
  text-decoration: underline;
}
footer .container .footer-menu.cols-2 {
  grid-template-columns: 1fr 1fr;
}

.subscribe-form {
  position: relative;
}

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

.subscribe-form .form-control {
  border: 0;
  border-bottom: 1px solid #000;
  background: none;
  border-radius: 0;
  padding-bottom: 11px;
  color: #000;
  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;
}

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

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

.footer-bottom-text {
  color: #5E5E5E;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
  margin-right: auto;
}

.footer-bottom-text.ddforce-link {
  margin-left: auto;
  margin-right: 0;
}

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: 30px;
}

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

.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;
  height: 1em;
  font-size: 11px;
  line-height: 1em;
  padding: 0;
  margin: 0 5px;
}

.category-top-row {
  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;
  margin-bottom: 25px;
}

.category-title {
  color: #000;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.6px;
  margin-bottom: 0;
  font-family: "Quincy CF";
}

.filter-btn {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  color: #000;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.26px;
}

.filter-btn svg {
  width: 7px;
  height: auto;
  margin-left: 15px;
}

.sort-btn {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.26px;
  position: relative;
}

.sort-btn svg {
  width: 7px;
  height: auto;
  margin-left: 15px;
}

.sort-btn svg path {
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.sort-btn svg path.active {
  opacity: 0;
}

.sort-btn.active svg path.active {
  opacity: 1;
}

.sort-btn.active svg path.default {
  opacity: 0;
}

.sort-btn.active .sort-dropdown {
  opacity: 1;
  visibility: visible;
}

.sort-dropdown {
  position: absolute;
  right: 0;
  top: calc(100% + 28px);
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  background: #FFF;
  z-index: 2;
  padding: 20px 25px;
  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;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.sort-dropdown-item {
  white-space: nowrap;
  color: #000;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.26px;
}

.sort-dropdown-item.active {
  font-weight: 600;
}

.category-description {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.24px;
  margin-bottom: 30px;
}

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

.category-banner-wrapper {
  grid-column: span 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -30px;
  width: calc(100% + 60px);
}

@media all and (min-width: 1620px){
  .category-banner-wrapper{
    margin-left: calc( ( 50vw - 780px) * -1 ) ;
    width: calc(100% + ( ( 50vw - 780px) * 2 ) );
  }
  .category-main{
    overflow: hidden;
  }
}
.category-banner-color-col {
  position: absolute;
  left: 0;
  z-index: 1;
  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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  grid-gap: 7px;
}

.category-banner-color {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  height: auto;
  background: var(--bg-color);
  width: 14px;
}

.category-banner-item {
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}
.category-banner-item:hover .category-banner-image{
  transform: scale(1.05);
}
.category-banner-link {
  display: block;
  position: relative;
}

.category-banner-image {
  aspect-ratio: 1/1;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
    transition: all 0.3s;
}

.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: 40px 70px 45px 70px;
  z-index: 1;
}

.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-title {
  color: #FFF;
  text-align: right;
  font-family: "Quincy CF";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 90%;
  letter-spacing: -0.8px;
}

.category-banner-text {
  color: #FFF;
  text-align: right;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.24px;
  margin-top: 36px;
}

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

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

.load-more-btn:hover {
  background: #000;
  color: #fff;
  -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;
  margin-bottom: 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:hover .list-category-link{
  text-decoration: underline;
  color: #000;
}
.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;
  height: 100%;
  position: relative;
}

.modal-close {
  position: absolute;
  top: 2px;
  right: -5px;
  height: 12px;
  padding: 2px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
}

.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 .modal-container {
  max-width: 440px;
  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;
}

.modal-notify .modal-container {
  max-width: 440px;
  width: 100%;
  padding-left: 25px;
  padding-right: 25px;
}

.modal-tilte {
  margin-bottom: 29px;
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  width: 100%;
}

.filter-container {
  width: 100%;
}

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

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

.filter-checkbox-grid .checkbox-input label {
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
}

.filter-color-circle {
  width: 10px;
  height: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border-radius: 50%;
  border: 1px solid var(--bg-color);
  background: var(--bg-color);
}

.filter-color-circle.white-color {
  border: 1px solid #D6D6D6;
}

.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;
}

.filter-title {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
  margin-right: 8px;
  color: #000;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.3px;
  text-transform: none;
}

.filter-title img {
  margin-right: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 12px;
}

.accordion.filter-accordion {
  grid-gap: 0;
}

.accordion.filter-accordion .accordion-button {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.24px;
  background: none;
  -webkit-box-shadow: 0;
          box-shadow: 0;
  border-radius: 0;
  padding: 30px 0;
  border: 0;
}

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

.accordion.filter-accordion .accordion-button:after {
  background-image: url("/dist/img/icons/coupon-arrow.svg");
  width: 11px;
  height: 6px;
  background-size: 11px 6px;
}

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

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

.accordion.filter-accordion .accordion-body {
  padding: 0 0 22px 0;
  font-size: 13px;
  line-height: 140%;
}

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

.accordion.filter-accordion .accordion-item:first-of-type .accordion-button {
  border-radius: 0;
  border-top: 0;
}

.accordion.filter-accordion .accordion-item {
  border: 0;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #000;
}

.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%;
  text-transform: lowercase;
  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;
}

.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;
}

.filter-controls {
  margin: auto 0 0 0;
  width: 100%;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.filter-controls button {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 50%;
  border: 0;
  border-top: 1px solid #000;
}

.filter-controls button.btn-filter-apply {
  border-left: 1px solid #000;
}

.btn-filter-apply {
  padding: 16px 20px;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  letter-spacing: -0.28px;
  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 {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: -0.28px;
  cursor: pointer;
  color: #000;
}

.btn-filter-reset img {
  width: 6px;
  margin-right: 6px;
}

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

.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;
}

.back-link {
  color: #909090;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
  display: inline-block;
}

.back-link:hover {
  text-decoration: underline;
  color: #909090;
}

.product-sku {
  color: #A1A1A1;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.24px;
}

.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: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -0.36px;
  margin-bottom: 0;
}

.product-sku-row {
  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-bottom: 40px;
  padding-top: 13px;
}

.goto-review-btn {
  color: #000;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

.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: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.36px;
}

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

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

.grid-product-options {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 12px;
}
.grid-product-options.single-option-grid{
  grid-template-columns: 1fr;
}
.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.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;
}

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

.product-option-item input:checked + .product-option-item-value .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: 1rem;
  font-style: normal;
  font-weight: 600;
}

.selected-product-option {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 5px;
  letter-spacing: -0.24px;
}

.selected-product-option .product-option-value {
  font-weight: normal;
}

.selected-product-option-row {
  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-bottom: 15px;
}

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

.size-table-btn {
  color: #000;
  text-align: right;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.24px;
  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-size-table .modal-container {
  max-width: 440px;
  width: 100%;
}

.modal-size-table .modal-tilte {
  margin-bottom: 35px;
}

.modal-size-table table {
  width: 100%;
  border: 1px solid #000;
  margin-bottom: 40px;
}

.modal-size-table table tr td {
  color: #000;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  padding: 19px 0;
  border-bottom: 1px solid #000;
}

.modal-size-table table tr:first-child {
  border-right: 1px solid #000;
}

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

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

.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: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.32px;
  margin-bottom: 40px;
}

.btn-add-to-cart:hover {
  background: #C9BBA3;
  border-color: #C9BBA3;
  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-add-to-cart + .accordion {
  margin-top: 40px;
}

.product-variants-wrapper {
  margin-bottom: 50px;
}

.product-variants {
  width: calc(100% + 24px);
  margin-left: -12px;
  padding: 0 12px;
}

.product-variants .swiper-slide {
  width: 19%;
}

.product-variants .next-variant-btn {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  z-index: 2;
}

.product-variants .next-variant-btn.swiper-button-disabled {
  opacity: 0;
}

.product-variants .prev-variant-btn {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  z-index: 2;
}

.product-variants .prev-variant-btn.swiper-button-disabled {
  opacity: 0;
}

.product-variants .prev-variant-btn svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.product-variants .product-variant {
  padding: 4px;
  border: 1px solid #fff;
  display: block;
}

.product-variants .product-variant:hover {
  border: 1px solid #000;
}

.product-variants .product-variant:not([href]) {
  border: 1px solid #000;
}

.btn-notify-cart {
  border: 1px solid #C9BBA3;
  background: #C9BBA3;
  padding: 18px 10px;
  width: 100%;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.32px;
  line-height: 100%;
  margin-bottom: 40px;
}

.btn-notify-cart:hover {
  background: #000;
  color: #fff;
  -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 #C9BBA3;
  background: #C9BBA3;
  padding: 18px 10px;
  width: 100%;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.32px;
  margin-bottom: 40px;
}

.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;
}
.gallery-view-slide-next{
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.gallery-view-slide-next.swiper-button-disabled{
  opacity: 0.3;
}
.gallery-view-slide-prev{
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.gallery-view-slide-prev.swiper-button-disabled{
  opacity: 0.3;
}
.gallery-view-slide {
  width: 66%;
}

.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: 24px;
}

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

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

.product-carousel-title {
  padding-left: 0;
  margin-bottom: 30px;
  color: #000;
  font-family: "Quincy CF";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.6px;
}

.best-seller-row .product-carousel {
  margin-bottom: 75px;
}

.product-review-wrapper {
  border-top: 1px solid #DFDFDF;
  padding-top: 60px;
  margin-bottom: 100px;
}

.reviews-title-row {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  grig-gap: 40px;
}

.reviews-title {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
}

.rating-stars-static,
.rating-stars {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  grid-gap: 4px;
  cursor: pointer;
}

.rating-stars-static .star,
.rating-stars .star {
  width: 16px;
}

.rating-stars-static .star.active path,
.rating-stars .star.active path {
  fill: #EB2828;
}

.reviews-total-rating-title {
  color: #000;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 9px;
}

.review-list .review-item {
  border-bottom: 1px solid #D6D6D6;
  margin-bottom: 30px;
}

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

.review-list .review-author {
  color: #000;
  margin-left: 43px;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}

.review-list .review-date {
  color: #666;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-left: auto;
}

.review-list .review-text {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 30px 0;
}

.review-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 12px;
}

.review-pagination .review-pagination-btn {
  color: #000;
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  width: 22px;
  border-radius: 50%;
  text-transform: uppercase;
}

.review-pagination .review-pagination-btn.active {
  color: #fff;
  background: #000;
}

.review-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;
}

.add-review-btn {
  color: #000;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  border: 1px solid #000;
  padding: 20px;
  width: 100%;
  max-width: 340px;
}

.add-review-btn.empty-review {
  max-width: 453px;
}

.short-card {
  border: 1px solid #D9D9D9;
  padding: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 83%;
  margin: 0 auto;
  position: sticky;
  top: 30px;
  grid-gap: 30px;
}

.short-card .short-card-img {
  width: 150px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.short-card-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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.short-card-info .short-card-info-title {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
}

.short-card-info .grid-product-options {
  grid-gap: 10px;
}

.short-card-info .grid-product-options .product-option-item-value {
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}

.short-card-info .short-card-add {
  width: 100%;
  background: #000;
  color: #FFF;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  padding: 15px 10px 17px 10px;
}

.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: 20px;
  font-size: 12px;
  letter-spacing: -0.24px;
  font-style: normal;
  font-weight: 400;
  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: "Montserrat", sans-serif;
}

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

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

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

.btn-modal-checkout {
  background: #000;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  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: 110px;
  margin-right: 30px;
}

.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: calc(100% + 50px);
  padding-top: 29px;
  border-top: 1px solid #000;
}
.empty-cart-mesage{
  padding-left: 10%;
}
.modal-cart-products .checkout-cart-item {
  border-top: 0;
  padding-left: 25px;
  padding-right: 25px;
}

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

.checkout-cart-item-name {
  color: #000;
  font-size: 1rem;
  font-style: normal;
  line-height: 110%;
  letter-spacing: -0.28px;
  text-decoration: none;
  padding-right: 40px;
  display: block;
  margin-bottom: 10px;
}

.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: 25px;
}

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

.checkout-cart-item-option-name {
  font-weight: 600;
}

.checkout-cart-remove {
  position: absolute;
  right: -2px;
  top: 0px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3px;
}

.checkout-item-quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0px;
  border: 1px solid #000;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 4px 9px;
  margin-right: 30px;
}

.checkout-item-quantity-input {
  color: #000;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  width: 24px;
  background: none;
  border: 0;
}

.checkout-item-quantity-input:focus {
  outline: none;
}

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

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

.checkout-item-quantity-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 3px;
}

.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-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.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;
  font-weight: 600;
  line-height: 110%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: -0.24px;
}

.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-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-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: 20px;
  margin-bottom: 30px;
}

.product-subscribe-form .btn-notify-cart {
  background: #000;
  border: 1px solid #000;
  color: #FFF;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

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

.product-subscribe-form .form-success {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  min-height: 200px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.product-subscribe-form .form-success p {
  font-size: 1rem;
  font-style: normal;
  line-height: normal;
}

.product-subscribe-form .form-success p b {
  display: block;
  font-weight: 500;
  margin-bottom: 10px;
}

.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;
  background: none;
  border-radius: 0;
  color: #000;
}

.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-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 30px;
  padding-top: 0px;
  position: relative;
  z-index: 2;
}

.checkout-cart-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc(29.16% + 60px);
  border-left: 1px solid #000;
  padding-top: 50px;
}

@media all and (min-width: 1620px){
  .checkout-cart-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: calc(29.16% + calc( 50vw - 780px ) );
    border-left: 1px solid #000;
    padding-top: 50px;
    margin-right: calc( -1 * calc( 50vw - 780px ) )!important;
  }
}

.checkout-cart-wrapper .checkout-section-title {
  padding-left: 10%;
}

.checkout-cart-wrapper.mobile-only .checkout-cart-title {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 40px;
}

.checkout-cart-wrapper.mobile-only .checkout-cart-subtitle-row .checkout-section-title.text-items{
  padding-left: 0;
  margin-bottom: 0;
}
.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;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 30px;
}

.checkout-cart-wrapper.mobile-only .checkout-cart-subtitle-row a {
  font-size: 12px;
  font-weight: 400;
  color: #000;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.checkout-cart-wrapper.mobile-only .checkout-cart-subtitle-row a img {
  margin-right: 12px;
}

.checkout-form-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 61%;
  padding-top: 50px;
}

.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: 12px;
  margin-bottom: 50px;
}

.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;
}

.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: 130%;
  letter-spacing: -0.28px;
  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;
}

.checkout-section-title {
  color: #000;
  font-family: "Quincy CF";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.48px;
  margin-bottom: 35px;
}

.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: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
  letter-spacing: -0.28px;
  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: 12px;
  height: 12px;
  -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;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 2px;
  left: 2px;
  border-radius: 0%;
  background: #000;
}

.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 input:focus ~ .dropdown-menu {
  display: block;
}*/

/*.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 .dropdown-link,
.dropdown-menu a
 {
  font-size: 13px;
  line-height: 15px;
  text-decoration: none;
  cursor: pointer;
  padding: 4px 20px;
  color: #000;
  display: block;
}

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

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

.input-wrapper {
  position: relative;
}

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

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

.input-wrapper.has-error .form-control .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: 34px;
  padding-bottom: 27px;
  background: #fff;
  border-color: #000;
}

.header-checkout .header-checkout-row {
  display: grid;
  grid-template-columns: 1fr 83px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-checkout .header-checkout-text {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.36px;
  text-transform: uppercase;
  white-space: pre;
}

.header-checkout .header-checkout-text.right-text {
  text-align: right;
}

.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.shipping-alert{
  margin-top: 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: 20px;
  background: #EDE3D7;
}

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

.coupon-accordeon-btn {
  padding-top: 20px;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-gap: 15px;
  color: #000;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.28px;
  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: 1rem;
  font-style: normal;
  line-height: 120%;
  padding: 19px 20px;
  border: 0;
  border-right: 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: 40px;
  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: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.28px;
}

.checkout-sub-total-value {
  color: #000;
  font-size: 14px;
  letter-spacing: -0.28px;
  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-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 20px 0;
}

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

.checkout-total {
  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%;
  letter-spacing: -0.32px;
}

.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: 12px;
  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: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  align-items: center;
  justify-content: center;
  background: #000;
  border: 0;
  padding: 15px;
  height: 60px;
  display: flex;
  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;
}
.form-control-error{
  color: #ED1C24;
}
.notice-error {
  color: #ED1C24;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 20px;
}

.succes-mood-img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}

.success-title {
  color: #000;
  font-family: "Quincy CF";
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: 90%;
  letter-spacing: -0.7px;
}

.success-mood-wrapper {
  position: relative;
}

.success-mood-container {
  position: absolute;
  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;
}

.success-mood-color-module {
  background: #fff;
  width: 330px;
  pointer-events: none;
}

.success-mood-color {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
}

.success-mood-color {
  background: var(--moodColor);
  border: 16px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  aspect-ratio: 1/1;
  padding-left: 20px;
}

.success-mood-color-title {
  color: #FFF;
  font-family: "Quincy CF";
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 90%;
  letter-spacing: -1px;
}

.success-mood-color-name {
  color: #FFF;
  font-family: "Quincy CF";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 90%;
  letter-spacing: -0.6px;
}

.success-mood-text {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.28px;
  padding: 11px 30px 30px 35px;
}

.success-order-id {
  color: #000;
  font-family: "Quincy CF";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.8px;
  text-transform: uppercase;
}

.success-notify {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.32px;
}

.success-home-link {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  border: 1px solid #000;
  background: #000;
  width: 185px;
  text-align: center;
  text-decoration: none;
  padding: 15px 20px;
  display: block;
  transition: all 0.3s;
}

.success-home-link:hover {
  color: #000;
  background: transparent;

}

.success-order-info {
  border: 1px solid #000;
  padding: 30px 35px;
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-gap: 20px;
  margin-bottom: 40px;
}

.success-order-info-title {
  grid-column: span 2;
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

.success-order-info-col {
  color: #000;
  font-size: 15px;
  font-style: normal;
  line-height: normal;
}

.success-order-error {
  padding: 25px 35px;
  background: #EFEFEF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  grid-gap: 30px;
}

.success-order-error .success-order-error-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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.success-order-error .success-order-error-title {
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
}

.success-order-error .success-order-error-text {
  color: #000;
  font-size: 15px;
  font-style: normal;
  line-height: 130%;
}

.success-order-error .success-order-error-chanels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  grid-gap: 20px;
}

.success-container {
  margin-bottom: 0px;
}

.success-container .bread-crups {
  padding-left: 30px;
}

.success-container .succes-flex-col {
  grid-gap: 15px;
}

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

.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;
  margin-bottom: 1.5em;
}

.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 li + li{
  margin-top: 1em;
}
.payment-shipping .payment-shipping-text ul {
  padding-left: 1em;
}
.offert-page ol li + li{
  margin-top: 1em;
}

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

.payment-shipping .success-order-error {
  margin-bottom: 1rem;
}
.payment-shipping .success-order-error .round-logo{
  width: 110px;
}
.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-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-family: "Quincy CF";
  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;
}

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

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

.grid-banners .grid-banner-item .grid-banner-item-text {
  color: #FFF;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;
  position: absolute;
  left: 25px;
  bottom: 25px;
}

.grid-banners img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

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

.account-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.account-menu li a {
  display: block;
  color: #191919;
  font-size: 1rem;
  font-style: normal;
  line-height: 120%;
  text-decoration: none;
  text-align: center;
  border: 1px solid #191919;
  padding: 15px 23px;
  margin-bottom: 9px;
}

.account-menu li a:hover,
.account-menu li a.active {
  background: #191919;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.account-title {
  color: #191919;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 20px;
}

.accordion-small-text {
  font-size: 12px;
  line-height: normal;
  margin-bottom: 50px;
}

.accordion-small-text ul {
  padding-left: 1em;
  padding-bottom: 0;
  margin-top: 1em;
}

.account-order-item + .account-order-item .account-order-item-short {
  border-top: 0;
}

.account-order-item-short {
  display: grid;
  grid-template-columns: 3fr 2fr 2fr 1fr;
  padding: 22px 0;
  border-top: 1px solid #E7E7E7;
  border-bottom: 1px solid #E7E7E7;
}

.account-order-item-short-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.account-order-item-short-images img {
  width: 42px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.account-order-item .order-detail-btn {
  color: #000;
  font-size: 1rem;
  font-style: normal;
  line-height: normal;
  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;
}

.account-order-item.disable {
  color: #ABABAB;
}

.account-order-item.disable .order-detail-btn {
  color: #ABABAB;
}

.account-order-item-section-title {
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 6px;
}

.account-order-item-payment-name {
  font-size: 12px;
  font-style: normal;
  line-height: normal;
}

.account-order-item-payment-section {
  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;
}

.account-order-item-payment-link {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  background: #000;
  border: 1px solid #000;
  padding: 15px 23px;
  text-decoration: none;
}

.account-order-item-payment-link: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;
}

.account-order-item p {
  margin-bottom: 0;
}

.account-order-item-product-section {
  background: #FAFAFA;
  padding: 30px 37px;
}

.account-order-item-user-title {
  margin-bottom: 15px;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.account-order-item-payment-shipping {
  margin-top: auto;
  margin-bottom: 30px;
}

.account-order-item-full {
  padding-top: 35px;
  padding-bottom: 35px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 25px;
}

.account-order-item-full-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.account-order-item-product-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 40px;
}

.account-order-item-product-list-item img {
  width: 75px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.account-order-item-product-list-item b {
  display: block;
}

.account-order-item-product-list-item b + b {
  margin-top: 20px;
}

.account-order-item-product-section-title {
  margin-bottom: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.account-order-item-product-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: 20px;
}

.account-order-item-total {
  border-top: 1px solid #E7E7E7;
  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;
  font-weight: 600;
}

.account-order-item-full-wrapper {
  display: none;
  border-bottom: 1px solid #E7E7E7;
}

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

.account-login-page {
  border-bottom: 1px solid #E7E7E7;
  margin-bottom: 50px;
  padding-bottom: 90px;
}

.social-login-btn {
  border: 1px solid #000;
  padding: 16px 25px;
  display: block;
  text-align: center;
  width: 100%;
  margin-bottom: 45px;
}

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

.login-varian-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

.login-varian-wrapper .restore-password {
  font-size: 10px;
}

.login-varian-wrapper .restore-password a {
  text-decoration: none;
  color: #212529;
}

.login-varian-wrapper .restore-password a:hover {
  text-decoration: underline;
}

.account-form {
  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;
  margin-bottom: 30px;
}

.account-form .form-control {
  border: 1px solid #666;
}

.account-form input::-webkit-input-placeholder {
  opacity: 0.5;
}

.account-form input::-moz-placeholder {
  opacity: 0.5;
}

.account-form input:-ms-input-placeholder {
  opacity: 0.5;
}

.account-form input::-ms-input-placeholder {
  opacity: 0.5;
}

.account-form input::placeholder {
  opacity: 0.5;
}

.account-form .login-btn {
  border: 1px solid #000;
  padding: 16px 25px;
  display: block;
  text-align: center;
  width: 100%;
  background: #000;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.account-form .login-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;
}

.register-link {
  text-align: center;
  display: block;
  color: #000;
  text-align: center;
  font-size: 12px;
  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;
}

.register-link:hover {
  color: #000;
}

.account-default-text {
  margin-bottom: 25px;
  line-height: 120%;
}

.account-link-btn {
  color: #191919;
  line-height: 120%;
  text-decoration: none;
  display: block;
  width: 100%;
  border: 1px solid #191919;
  padding: 15px 23px;
  text-align: center;
}

.account-link-btn + .account-link-btn {
  margin-top: 20px;
}

.account-link-btn:hover {
  background: #191919;
  color: #fff;
}

.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;
}

.contact-subtitle {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;
}

.contact-phone {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #000;
  display: inline-block;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;
  text-decoration: none;
}

.contact-shedule {
  margin-bottom: 40px;
}

.contact-email {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
  margin-bottom: 5px;
  display: inline-block;
}

.showrooms {
  padding-top: 25px;
  margin-top: 25px;
  border-top: 1px solid #E7E7E7;
  margin-bottom: 90px;
}

.showrooms-sity {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px 5px;
}

.showrooms-sity + .showrooms-sity {
  margin-top: 35px;
  padding-top: 35px;
  border-top: 1px solid #E7E7E7;
}

.showrooms-sity-title {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: -5px;
}

.showroom-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 30px;
}

.showroom-item img {
  width: calc(50% - 25px);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.showroom-item-description {
  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;
  grid-gap: 15px;
}

.showroom-item-description p {
  margin-bottom: 0;
}

.modal-search .modal-container {
  padding-top: 0px;
  width: 100%;
  top: 143px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(0%);
      -ms-transform: translate(0%);
          transform: translate(0%);
  /*border-top: 1px solid #D9D9D9;*/
}

.modal-search .modal-container .bread-crups {
  margin-top: 15px;
}

.modal-search.modal-show .modal-container {
  opacity: 1;
  /*height: calc(100vh - 135px);*/
  top: 135px;
  bottom: 0;
  right: 0;
  left: 0;
  visibility: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.modal-search .modal-layout {
  background: rgba(0, 0, 0, 0);
}

.modal-search .modal-layout .show {
  background: rgba(0, 0, 0, 0);
}

.search-form {
  position: relative;
  width: 50%;
  margin: 0 auto 60px auto;
}

.search-form .form-control {
  border-color: #000;
  padding: 20px 25px;
}

.search-form .search-form-btn {
  padding: 20px 25px;
  position: absolute;
  right: 0;
  top: 0;
}

.popular-request-title {
  color: #000;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 45px;
}

.search-result .swiper.search-result {
  width: calc(100% + 15px);
}

.search-result .swiper-slide {
  width: 13%;
}

.search-result img {
  width: 100%;
  margin-bottom: 15px;
}

.search-result a {
  text-decoration: none;
}

.search-result .top-search-name {
  color: #000;
  font-size: 14px;
  line-height: 100%;
  text-decoration: none;
  text-align: center;
}

.search-result .product-card .card-name {
  font-size: 11px;
}

.search-result .product-card .card-color-list {
  display: none;
}

.search-result .product-card .card-price {
  font-size: 12px;
}

.search-result .product-card .card-img-link img {
  margin-bottom: 0;
}

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

.search-result .product-card .product-label {
  display: none;
}

.search-result .product-card .product-favorite-icon {
  display: none;
}

.search-all-link {
  color: #FFF;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  padding: 15px 20px;
  text-align: center;
  display: block;
  margin: 30px auto;
  max-width: 275px;
  background: #000;
  text-decoration: none;
  border: 1px solid #000;
}

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

.hide-search-btn {
  color: #909090;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

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

.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;
}

.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;
}

.catalog-sort-title-row {
  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: 35px;
  width: calc(100% + 15px);
}

.catalog-sort-title-row .radio {
  margin-bottom: 0;
}

.catalog-sort-title {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  margin-right: 15px;
}

.catalog-sort-wrapper {
  padding-bottom: 24px;
  padding-left: 20px;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}

.catalog-sorts-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.sort-item {
  color: rgba(0, 0, 0, 0.4);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.24px;
  text-transform: lowercase;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  white-space: nowrap;
}

.sort-item:hover {
  color: #000;
}

.sort-item.active {
  color: #000;
}

.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;
}

.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;
}

.collection-item {
  position: relative;
  overflow: hidden;
}
.collection-item img{
  transition: all 0.5s;
}
.collection-item:hover img{
  transform: scale(1.05);
}

.collection-item + .collection-item {
  margin-top: 12px;
}

.collection-item-container-wrapper {
  position: absolute;
  left: 0;
  bottom: 90px;
  width: 100%;
}

.collection-item-info-row {
  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;
}

.collection-item-description {
  max-width: 490px;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

.collection-item-description.dark {
  color: #000;
}

.collection-item-title {
  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;
  font-family: "Quincy CF";
  font-size: 68px;
  font-style: italic;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
}

.collection-item-title.dark {
  color: #000;
}

.collection-item-title span:nth-child(2) {
  margin-left: 1em;
}

.collection-header-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 55px;
}

.collection-header-title {
  color: #000;
  font-family: "Quincy CF";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.56px;
  margin-bottom: 25px;
}

.collection-header-title span:nth-child(2) {
  margin-left: 2em;
}

.collection-header-description {
  max-width: 257px;
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.collection-info-text {
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  text-transform: uppercase;
  margin: 33px 0;
}

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

.collection-info-container {
  padding-top: 20px;
  padding-bottom: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px 15px;
}

.collection-info-container:nth-child(1) {
  padding-top: 0;
}

.collection-info-container img {
  width: 100%;
}

.collection-info-container.last {
  padding-bottom: 64px;
}

.collection-product-slider {
  margin-bottom: 90px;
}

.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;
}

@media all and (min-width: 600px) {
  .mobile-only {
    display: none;
  }

  footer .container.mobile-only {
    display: none;
  }

  .checkout-page {
    padding-bottom: 0px;
    /*border-bottom: 1px solid #000;*/
  }
  .header-checkout ~ .main{
    border-bottom: 1px solid #000;
  }

  .checkout-cart-wrapper {
    margin-right: -28px;
  }

  .checkout-cart-wrapper .form-checkbox,
  .checkout-cart-wrapper .notice-error {
    padding-left: 10%;
    padding-right: 10%;
  }

  .checkout-cart-wrapper .checkout-cart-item {
    padding-left: 10%;
    padding-right: 10%;
    border-bottom: 1px solid #000;
  }

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

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

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

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

  .checkout-sub-total {
    padding-left: 10%;
    padding-right: 10%;
  }

  .checkout-total {
    padding-left: 10%;
    padding-right: 10%;
  }

  .success-home-link {
    margin-top: 25px;
  }

  .dropdown-menu-layer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    z-index: 1;
    padding-top: 145px;
    padding-bottom: 35px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }

  .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 .dropdown-menu-layer,
  .parent-item:hover .dropdown-menu-layer-shadow {
    opacity: 1;
    visibility: visible;
  }
}

@media (min-width: 600px) {
  footer .container .footer-menu li.mobile-only {
    display: none;
  }
}

@media all and (min-width: 768px) {
  .header-checkout ~ header {
    display: none;
  }

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

  .header-checkout .logo-img {
    width: 83px;
  }
}

@media screen and (max-width: 1460px) {
  html {
    --containerPadding: 75px;
    --headerHeight: 130px;
  }
}

@media screen and (max-width: 1280px) {
  html {
    --containerPadding: 68px;
    --headerHeight: 120px;
  }
}

@media screen and (max-width: 992px) {
  html {
    --containerPadding: 30px;
  }
}

@media all and (max-width: 811px) {
  .lg-desktop-only{
    display: none;
  }
}
@media all and (max-width: 768px) {
  .row > * {
    padding-right: 5px;
    padding-left: 5px;
  }
  .empty-cart-mesage{
    padding-left: 20px;
  }
  .collections .row > * {
    padding-right: 0px;
    padding-left: 0px;
  }

  .row {
    margin-right: -5px;
    margin-left: -5px;
  }

  .desktop-only {
    display: none;
  }

  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .header-line .header-line-swiper .swiper-slide {
    padding-left: 20px;
    padding-right: 20px;
  }

  .header-container {
    padding-top: 20px;
    padding-bottom: 20px;
    grid-template-columns: 48px auto 65px;
    position: relative;
  }

  .header-container .header-logo {
    width: 57px;
  }

  .header-controls {
    grid-gap: 20px;
  }

  .header-controls-btn .cart-count {
    margin-left: 6px;
  }

  .language-switch-btn {
    display: none;
  }

  .main-menu {
    display: none;
  }

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

  .home-banner-item img {
    aspect-ratio: 375/580;
  }

  .home-banner-item .home-banner-info {
    bottom: 20vw;
  }

  .home-banner-info-title {
    font-size: 45px;
    letter-spacing: -0.9px;
  }

  .home-banner-info-text {
    margin-bottom: 10px;
    font-size: 14px;
    letter-spacing: -0.28px;
  }

  .conrols-wrapper {
    bottom: 25px;
  }

  .home-about {
    grid-template-columns: 1fr;
    grid-gap: 28px;
    margin-bottom: 60px;
  }

  .home-about-title {
    font-size: 18px;
  }

  .home-about-title br {
    display: none;
  }

  .home-about-right {
    padding-left: 0px;
  }

  .home-about-left {
    padding-left: 0px;
  }

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

  .section-top {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }

  .section-title {
    font-size: 25px;
  }

  .new-products {
    width: calc(100% + 30px);
    margin-left: -15px;
  }

  .new-products .card-name,
  .new-products .card-info {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .product-card .card-name {
    font-size: 11px;
    padding-left: 0px;
    padding-right: 15px;
  }

  .product-card .card-price {
    font-size: 12px;
  }

  .product-card .card-info {
    padding-left: 0px;
    padding-right: 0px;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }

  .product-card .card-color-list .card-color-item:nth-child(3),
  .product-card .card-color-list .card-color-item:nth-child(4) {
    display: none;
  }

  .product-card.small-card .card-description {
    margin-top: 40px;
  }

  .multi-bamer {
    grid-template-columns: 100%;
  }

  .multibanner-products-title {
    text-align: left;
    font-size: 40px;
  }

  .multibanner-products-description {
    margin-left: 0;
    width: 95%;
    text-align: left;
  }

  .video-banner-container {
    top: 20px;
    bottom: 25px;
    left: 35px;
  }

  .video-banner-title {
    font-size: 25px;
  }

  .multibanner-title {
    text-align: left;
    font-size: 40px;
  }

  .multibanner-description {
    text-align: left;
    margin-bottom: 40px;
  }

  .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;
  }

  footer {
    padding-top: 30px;
  }

  footer .container.desktop-only {
    display: none;
  }

  footer .container .first-col {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    grid-column: span 12;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  footer .container .second-col {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    padding-top: 14px;
    grid-column: span 12;
  }

  footer .container .third-col {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-left: 0;
    padding-top: 0px;
    grid-column: span 12;
    grid-row: span 2;
  }

  footer .container .fourth-col {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    padding-top: 35px;
    grid-column: span 12;
  }

  footer .container .fourth-col .footer-menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-gap: 25px;
  }

  footer .container .mobile-payment-icons {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
    padding-top: 35px;
    grid-column: span 24;
  }

  footer .container .mobile-payment-icons img {
    height: 21px;
  }

  footer .container .mobile-payment-icons .footer-payment-icons {
    grid-gap: 30px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  footer .container .subscribe-col {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    grid-column: span 24;
    padding-top: 60px;
  }

  footer .container .footer-left-col {
    grid-column: span 18;
  }

  footer .container .footer-right-col {
    grid-column: span 6;
    text-align: right;
  }

  footer .container .footer-menu {
    grid-gap: 14px 5px;
  }

  footer .container .footer-menu li.desktop-only {
    display: none;
  }

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

  .bread-crups {
    overflow-x: auto;
    margin-bottom: 5px;
    padding-bottom: 10px;
    margin-top: 15px;
  }

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

  .category-title {
    font-size: 25px;
  }

  .category-description {
    margin-bottom: 20px;
  }

  .product-grid {
    grid-template-columns: repeat(2, 1fr);
    width: calc(100% + 30px);
    margin-left: -15px;
    grid-gap: 40px 13px;
  }

  .product-grid > .product-card:nth-of-type(2n+1) .card-name {
    padding-left: 15px;
  }

  .product-grid > .product-card:nth-of-type(2n+1) .card-info {
    padding-left: 15px;
  }

  .product-grid > .product-card:nth-of-type(2n+1) .product-card-text-label {
    padding-left: 15px;
  }
  .product-grid > .product-card:nth-of-type(2n) .card-info{
  padding-right: 15px;
  }

  .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-color-col {
    width: 10px;
  }

  .category-banner-item {
    margin-top: 0;
    margin-bottom: 0;
  }

  .category-banner-item + .category-banner-item {
    margin-top: -30px;
  }

  .category-banner-info {
    padding: 20px 15px;
  }

  .category-banner-title {
    font-size: 20px;
    margin-top: 16px;
  }

  .category-banner-text {
    margin-top: 20px;
    font-size: 10px;
  }

  .pagination-wrapper {
    margin-top: 50px;
  }

  .load-more-btn {
    width: 80%;
  }

  .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;
  }

  .filter-checkbox-grid {
    grid-template-columns: 1fr 1fr;
  }

  .filter-checkbox-grid .checkbox-input label {
    font-size: 1rem;
  }

  .modal-container {
    padding: 32px 20px 20px 20px;
  }

  .accordion.filter-accordion .accordion-button {
    font-size: 1rem;
  }

  .checkbox-input label {
    line-height: 30px;
    font-size: 13px;
  }

  .btn-filter-apply {
    text-transform: none;
  }

  .fluid-banners {
    grid-template-columns: 1fr;
  }

  .fluid-banners .category-banner-item:nht-child(1) {
    display: none;
  }

  .back-link {
    display: none;
  }

  .product-name {
    font-size: 20px;
    letter-spacing: -0.4px;
  }

  .product-sku-row {
    padding-top: 24px;
    margin-bottom: 30px;
  }

  .product-price {
    font-size: 18px;
    line-height: 17px;
  }

  .old-product-price {
    font-size: 12px;
  }

  .product-variants-wrapper {
    margin-bottom: 40px;
  }

  .product-variants .swiper-slide {
    width: 24%;
  }

  .accordion .accordion-body {
    font-size: 11px;
    line-height: 13px;
  }

  .img-gallery .product-main-img {
    width: calc(100% + 30px);
    margin-left: -15px;
  }

  .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);
  }

  .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-row {
    margin-bottom: 60px;
  }

  .product-carousel-title {
    font-size: 18px;
  }

  .best-seller-row .product-carousel {
    width: 100vw;
    max-width: 100vw;
    margin-left: -15px;
  }

  .reviews-title {
    font-size: 14px;
  }

  .review-list .review-author {
    margin-left: 20px;
  }

  .checkout-cart-item-image {
    width: 90px;
    margin-right: 18px;
    margin-left: 15px;
  }

  .checkout-cart-remove {
    right: 13px;
  }

  .checkout-item-quantity {
    padding: 5px 9px 6px 9px;
  }

  .checkout-item-quantity-btn {
    padding: 0 2px;
  }

  .checkout-page .input-wrapper.cols-2 {
    grid-column: span 1;
  }

  .checkout-page {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 0px;
  }

  .checkout-cart-wrapper {
    width: calc(100% + 30px);
    margin-left: -15px;
    border: 0;
    padding-top: 25px;
  }

  .checkout-cart-wrapper .checkout-cart-subtitle-row {
    padding-left: 15px;
    padding-right: 15px;
  }

  .checkout-cart-wrapper .checkout-mobile-sub-total {
    border: 0;
    padding: 30px 15px 30px 15px;
  }

  .checkout-cart-wrapper:not(.mobile-only) {
    padding-top: 10px;
    width: calc(100% + 30px);
    margin-left: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .checkout-cart-wrapper:not(.mobile-only) .coupon-accordeon {
    margin-bottom: 50px;
    width: calc(100% + 30px);
    margin-left: -15px;
    border-bottom: 1px solid #000;
  }

  .checkout-cart-wrapper:not(.mobile-only) .coupon-accordeon .coupon-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .checkout-cart-wrapper:not(.mobile-only) .coupon-accordeon .notice-error {
    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;
    padding-top: 0px;
  }

  .checkout-switcher {
    grid-gap: 16px;
    margin-bottom: 30px;
  }

  .checkout-switcher-item {
    font-size: 12px;
    padding: 15px 3px;
    width: calc(50% - 8px);
  }

  .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;
  }

  .checkout-section-title {
    margin-bottom: 30px;
  }

  .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;
  }

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

  .form-textarea {
    font-size: 14px;
  }

  .header-checkout {
    display: none;
  }

  .succes-mood-img {
    aspect-ratio: 375/559;
  }

  .success-title {
    text-align: left;
    margin-bottom: 0px;
    font-size: 30px;
  }

  .success-mood-color-module {
    width: 280px;
  }

  .success-mood-color {
    border: 12px solid #fff;
  }

  .success-mood-color-title {
    font-size: 40px;
  }

  .success-mood-color-name {
    font-size: 25px;
  }

  .success-mood-text {
    font-size: 12px;
  }

  .success-order-id {
    text-align: left;
    font-size: 35px;
  }

  .success-notify {
    text-align: left;
    margin-bottom: 40px;
    padding: 0px;
  }

  .success-home-link {
    width: 225px;
    margin-bottom: 30px;
  }

  .success-order-info {
    padding: 30px 20px;
    grid-template-columns: 1fr;
  }

  .success-order-info-title {
    grid-column: span 1;
  }

  .success-order-info-col {
    font-size: 14px;
  }

  .success-order-error {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 20px;
    justify-content: center;
    text-align: center;
  }

  .success-order-error .round-logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 55px;
  }

  .success-order-error .success-order-error-info {
    width: calc(100% - 85px);
  }

  .success-order-error .success-order-error-title {
    font-size: 14px;
    margin-bottom: 15px;
  }

  .success-order-error .success-order-error-text {
    font-size: 14px;
  }

  .success-order-error .success-order-error-chanels {
    margin-left: 0;
  }

  .success-container .bread-crups {
    margin-bottom: 30px;
    padding-left: 0px;
  }

  .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;
  }

  .grid-banners .grid-banner-item {
    grid-column: span 4;
  }

  .account-page h1 {
    font-size: 20px;
  }

  .account-page .bread-crups {
    margin-bottom: 20px;
  }

  .account-menu {
    margin-bottom: 50px;
  }

  .account-title {
    font-size: 15px;
  }

  .accordion-small-text {
    font-size: 14px;
    margin-bottom: 30px;
  }

  .accordion-small-text br {
    display: none;
  }

  .account-order-item-short {
    grid-template-columns: 1fr 1fr;
    grid-gap: 17px;
  }

  .account-order-item .order-detail-btn {
    text-align: right;
  }

  .account-order-column-date {
    grid-column: span 2;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .account-order-item-short-images {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    grid-column: span 2;
  }

  .account-order-column-sum {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .account-order-column-detail {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .account-order-item-payment-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    grid-gap: 20px;
    margin-top: 30px;
  }

  .account-order-item-payment-link {
    width: 100%;
    text-align: center;
  }

  .account-order-item-product-section {
    width: calc(100% + 30px);
    margin-left: -15px;
    padding: 30px 45px;
  }

  .account-order-item-payment-shipping {
    margin-top: 12px;
  }

  .account-order-item-full {
    grid-template-columns: 1fr;
  }

  .register-link {
    margin-bottom: 50px;
  }

  .dropdown-menu-layer {
    display: none;
  }

  .child-menu-wrapper {
    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;
  }

  .mobile-menu {
    position: fixed;
    top: 105px;
    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;
    border-top: 1px solid #000;
  }

  .mobile-menu.active {
    opacity: 1;
    visibility: visible;
  }

  .mobile-menu .mobile-menu-banner {
    position: relative;
    width: calc(100% + 30px);
    display: block;
    margin-left: -15px;
  }

  .mobile-menu .dropdown-menu-link-info {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

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

  .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 .title-menu-item {
    color: #000;
    text-decoration: none;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    text-transform: uppercase;
  }

  .mobile-menu .mobile-product-menu {
    display: grid;
    grid-template-columns: 1fr 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: 15px 0 0 0px;
    margin-bottom: 0;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 11px;
  }

  .mobile-menu .children-menu li + li {
    margin-top: 5px;
  }

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

  .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-link {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;
    text-decoration-line: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .mobile-menu .mobile-parent-link img {
    margin-left: 15px;
  }

  .mobile-menu .mobile-parent-link.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 .setting-switcher {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-gap: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    padding: 25px 15px;
    margin-left: -15px;
    margin-right: -15px;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
  }

  .mobile-menu .setting-switcher .selected-setting {
    text-decoration-line: underline;
  }
  .mobile-menu .setting-switcher .language-select{
    color: #000;
  }
  .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-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;
  }

  .catalog-sorts-row {
    gap: 15px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: scroll;
  }

  .sort-item {
    font-size: 12px;
  }

  .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-item + .collection-item {
    margin-top: 10px;
  }

  .collection-item-container-wrapper {
    bottom: 25px;
  }

  .collection-item-info-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .collection-item-description {
    font-size: 12px;
  }

  .collection-item-title {
    font-size: 36px;
    margin-bottom: 20px;
  }

  .collection-item-title span:nth-child(2) {
    margin-left: 2em;
  }

  .collection-header-row {
    margin-bottom: 30px;
  }

  .collection-header-title {
    font-size: 36px;
  }

  .collection-header-title span:nth-child(2) {
    margin-left: 1em;
  }

  .collection-header-description {
    font-size: 12px;
  }

  .collection-info-text {
    font-size: 12px;
    margin: 40px 0;
  }

  .collection-info-container {
    grid-gap: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .collection-info-container.last {
    padding-bottom: 75px;
  }

  img.w-100 + .collection-info-container {
    margin-top: 5px;
  }

  .collection-product-slider {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 40px;
  }

  .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;
  }

  .prefooter-line-text:nth-of-type(2) {
    display: none;
  }

  .prefooter-line-text:nth-of-type(3) {
    display: none;
  }

  .prefooter-line-icon {
    display: none;
  }
}

@media all and (max-width: 600px) {
  .checkout-cart-wrapper.mobile-only .checkout-cart-title{
    padding-left: 15px;
  }
  .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;
  }

  .grid-product-options {
    grid-gap: 10px;
  }

  .selected-product-option-row {
    margin-bottom: 15px;
  }

  .review-controls {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    grid-gap: 45px;
    margin-bottom: 50px;
  }

  .short-card {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 32px 28px;
  }

  .short-card .short-card-img {
    width: 100%;
  }

  .short-card-info .short-card-info-title {
    margin-bottom: 25px;
  }

  .short-card-info .product-option {
    margin-bottom: 25px;
  }

  .empty-reviews-title {
    font-size: 16px;
    margin-bottom: 50px;
  }

  .last-order {
    margin-top: 10px;
  }

  .account-login-page {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 75px;
  }

  .account-login-page .bread-crups {
    margin-bottom: 20px;
  }

  .social-login-btn {
    margin-bottom: 30px;
  }

  .login-varian-wrapper .restore-password {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .account-default-text br {
    display: none;
  }

  .account-link-btn.create-account {
    margin-bottom: 65px;
  }

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

  .showrooms-sity {
    grid-template-columns: 1fr;
  }

  .showrooms-sity-title.grid-cols-2 {
    grid-column: span 1;
  }

  .modal-search .modal-container {
    top: 111px;
  }

  .modal-search .modal-container .bread-crups {
    display: none;
  }

  .modal-search.modal-show .modal-container {
    top: 114px;
    bottom: 0;
    padding: 0;
  }

  .search-form {
    width: 100%;
    margin-bottom: 50px;
  }

  .popular-request-title {
    margin-bottom: 30px;
    text-align: left;
  }

  .search-result .swiper-slide {
    width: 30%;
  }

  .hide-search-btn {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media all and (max-width: 575px) {
  .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;
  }
}