@charset "UTF-8";

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}
input {
  border-radius: 0;
   -webkit-appearance: none;
}

input[type="search"] {
  -webkit-appearance: none;
}
@font-face {
  font-family: "Fixel Display";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/dist/fonts/FixelDisplay/FixelDisplay-Light.woff2) format("woff2");
}

@font-face {
  font-family: "Fixel Display";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/dist/fonts/FixelDisplay/FixelDisplay-Regular.woff2) format("woff2");
}

@font-face {
  font-family: "Fixel Display";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/dist/fonts/FixelDisplay/FixelDisplay-Medium.woff2) format("woff2");
}

@font-face {
  font-family: "Fixel Display";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/dist/fonts/FixelDisplay/FixelDisplay-SemiBold.woff2) format("woff2");
}

@font-face {
  font-family: "Fixel Display";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/dist/fonts/FixelDisplay/FixelDisplay-Bold.woff2) format("woff2");
}

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

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

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

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

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

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

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

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

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

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

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

body {
  position: relative;
  min-height: 100vh;
  max-width: 100vw;
  font-size: 14px;
  font-family: "Fixel Display";
}

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

body.overflow-hiden {
  overflow: hidden;
}

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

.container.product-container {
  margin-bottom: 138px;
}

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

.home .header {
  border-bottom: 0;
}

.header {
  padding-top: 47px;
  padding-bottom: 41px;
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 5;
  border-bottom: 1px solid #D9D9D9;
}


.header.cart-header {
  border-bottom: 1px solid #E7E7E7;
}

.header.header-checkout {
  padding-top: 34px;
  padding-bottom: 27px;
  position: relative;
}

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

.header.header-checkout h1 {
  color: #000;
  font-family: Montserrat;
  font-size: 22px;
  font-style: italic;
  font-weight: 800;
  line-height: 97%;
  letter-spacing: -0.44px;
  text-transform: uppercase;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: 24px;
}
.logo-img{
  margin-bottom: -2px;
}
.header.header-checkout .logo-img {
  width: 50px;
}
.container-checkout{
  position: relative;
  background: #fff;
}
.main-checkout{
  position: relative;

}

.line {
  max-width: 100%;
  overflow-x: hidden;
}

.line_stroke {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  background: #000;
  padding: 14px 0;
}

.line_stroke-wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.line_stroke-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  white-space: nowrap;
}

.line_stroke-item > div,
.line_stroke-item > a {
  display: block;
  white-space: nowrap;
  margin-left: 29px;
  color: #FFF;
  font-family: Montserrat;
  font-size: 10px;
  font-style: italic;
  font-weight: 900;
  line-height: 100%;
  text-decoration: none;
  letter-spacing: -0.2px;
  text-transform: uppercase;
}

.line_stroke-item > a:hover {
  text-decoration: underline;
}

.line_stroke_1 {
  -webkit-animation: sliderLineOne 46s linear infinite;
  animation: sliderLineOne 46s linear infinite;
}

.line_stroke_2 {
  -webkit-animation: sliderLineTwo 46s -23s linear infinite;
  animation: sliderLineTwo 46s -23s linear infinite;
}

.line_stroke:hover .line_stroke_1,
.line_stroke:hover .line_stroke_2 {
  animation-play-state: paused;
}

.line.line_img {
  margin-top: 125px;
}

.line.line_img .line_stroke {
  color: var(--black);
  background: var(--white);
}

.line.line_img .line_stroke-img {
  width: 93px;
  min-width: 93px;
}

.line.line_img .line_stroke-item {
  height: 70px;
  font-size: 25px;
}

.line.line_img .line_stroke-item > div {
  margin-right: 35px;
}

.line_main {
  -webkit-transition: var(--basicTransition);
  -o-transition: var(--basicTransition);
  transition: var(--basicTransition);
  z-index: 10;
  position: relative;
}



@-webkit-keyframes sliderLineOne {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  100% {
    -webkit-transform: translate(-100%);
    transform: translate(-100%);
  }
}

@keyframes sliderLineOne {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  100% {
    -webkit-transform: translate(-100%);
    transform: translate(-100%);
  }
}

@-webkit-keyframes sliderLineTwo {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  100% {
    -webkit-transform: translate(-200%);
    transform: translate(-200%);
  }
}

@keyframes sliderLineTwo {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  100% {
    -webkit-transform: translate(-200%);
    transform: translate(-200%);
  }
}

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

.header.header-checkout .header-checkout-link {
  color: #000;
  font-family: "Fixel Display";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header.header-checkout .header-checkout-link img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 26px;
  margin-left: 10px;
}

.header .container {
  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;
  position: relative;
}

.dropdown-menu-link {
  position: relative;
  max-width: 33%;
  flex: 1 1 auto;
}

.dropdown-menu-link img{
  width: 100%;
}
.dropdown-menu-link .dropdown-menu-link-label {
  position: absolute;
  left: 29px;
  top: 25px;
  color: #FFF;
  font-family: Montserrat;
  font-size: 22px;
  font-style: italic;
  font-weight: 900;
  line-height: 100%;
  letter-spacing: -0.44px;
  text-transform: uppercase;
  z-index: 2;
}

.dropdown-menu-link .dropdown-menu-link-info {
  position: absolute;
  left: 29px;
  bottom: 25px;
  z-index: 2;
}

.dropdown-menu-link .dropdown-menu-link-title {
  color: #FFF;
  font-size: 35px;
  font-style: normal;
  font-weight: 500;
  line-height: 86%;
  letter-spacing: -0.7px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.dropdown-menu-link .dropdown-menu-link-text {
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}

.menu-dropdown-wrapper {
  margin-right: 130px;
}

.clean-btn {
  outline: none;
  padding: 0;
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  border: 0px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
}

.btn-primary {
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.28px;
  padding: 15px 30px;
  background: #000;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn-primary:hover {
  background: #2A2A2A;
  color: #FFFFFF;
  text-decoration: underline;
}

.btn-primary:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #2A2A2A;
}

.main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  gap: 41px;
  margin-bottom: 0;
}

.main-menu .main-menu-item {
  color: #000;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  text-transform: uppercase;
  text-decoration: none;
}

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

.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: 500;
  line-height: 100%;
  letter-spacing: -0.24px;
}

.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: 500;
  line-height: 100%;
  letter-spacing: -0.24px;
  text-transform: uppercase;
}

.child-menu-wrapper .children-menu .all-products-link {
  text-decoration: underline;
  margin-bottom: 18px;
  display: block;
}

.child-menu-wrapper .children-menu.main-children-menu {
  grid-gap: 15px;
}

.child-menu-wrapper .children-menu.main-children-menu a {
  text-transform: uppercase;
}

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

.header-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.header-buttons .cart-icon-btn span {
  white-space: nowrap;
}

.menu-dropdown-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.language-switcher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  gap: 12px;
  margin-right: 15px;
}

.language-switcher.open .dropdown-currency {
  width: auto;
  z-index: 1;
  opacity: 1;
  background: #fff;
}

.language-switcher.open .dropdown-currency .clean-btn {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.language-switcher.open .language-switcher-arrow {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.home-about {
  width: 100%;
  max-width: 1146px;
  margin: 0px auto 90px;
}

.arrow-link {
  color: #000;
  text-decoration: none;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  text-transform: uppercase;
  
  background-size: 26px auto;
  padding-right: 36px;
  position: relative;
}
.arrow-link:after{
  position: absolute;
  top:0;
  right: 0;
  width: 27px;
  height: 100%;
  background: url("/dist/img/icons/link-arrow.svg") 100% 50% no-repeat;
  content: '';
  display: block;
  transition: all 0.5s;
}

.arrow-link:hover {
  color: #000;
  text-decoration: underline;
}
.arrow-link:hover:after{
  right: -5px;
}
.about-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 118px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 1146px;
  margin: 65px auto 115px;
}

.home-about-title {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-size: 22px;
  font-style: italic;
  font-weight: 900;
  line-height: 110%;
  letter-spacing: -0.44px;
  text-transform: uppercase;
  margin-top: 60px;
  margin-bottom: 28px;
}

.about-title {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-size: 22px;
  font-style: italic;
  font-weight: 900;
  line-height: 110%;
  letter-spacing: -0.44px;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 28px;
}

.home-about-text {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.28px;
  max-width: 680px;
}

.home-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 118px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.home-about-slogan {
  color: #000;
  text-align: right;
  font-size: 22px;
  font-family: Montserrat;
  font-style: italic;
  font-weight: 900;
  line-height: 100%;
  letter-spacing: -0.44px;
  text-transform: uppercase;
}

.home-about-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.home-about-right-img {
  position: absolute;
  left: 0;
  bottom: 14px;
  width: 225px;
  max-width: 70%;
}

.about-right-img {
  position: absolute;
  left: 0;
  top: 0px;
  width: 110px;
  max-width: 70%;
}

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

.section-title {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-style: italic;
  font-weight: 900;
  line-height: 100%;
  letter-spacing: -0.44px;
  text-transform: uppercase;
}
.section-title:hover{
  color: #000;
}
.product-card {
  position: relative;
}

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

.product-card .card-img img {
  width: 100%;
}
.product-card .card-img video
{
  aspect-ratio: 500/742;
  object-fit: cover;
}
.product-card .card-name {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.24px;
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 10px;
  display: block;
}

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

.product-card .card-price {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.24px;
}
.product-card .card-price.special-price{
  color: #EB2828;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.24px;
}
.product-card .card-price.special-price span{
  color: #000;
  font-size: 9px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.18px;
  text-decoration-line: line-through;
}
.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: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.product-card .card-color-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 3px;
}

.product-card .card-color-more {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.24px;
  text-transform: uppercase;
}

.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;
  background: #fff;
}

.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%;
  letter-spacing: -0.24px;
  margin-top: 24px;
}

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

.card-img-link:hover .detail-btn {
  opacity: 1;
}

.detail-btn {
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  color: #FFF;
  left: 0;
  bottom: 0;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.24px;
  width: 100%;
  text-align: center;
  padding: 11px 0;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

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

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

.product-label {
  position: absolute;
  z-index: 1;
  left: 13px;
  top: 12px;
  color: #000;
  font-family: Montserrat;
  font-size: 22px;
  font-style: italic;
  font-weight: 900;
  line-height: 100%;
  letter-spacing: -0.44px;
  text-transform: uppercase;
}

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

.card-color-item.active {
  border: 1px solid #D9D9D9;
}

.card-color-item::before {
  content: "";
  display: block;
  position: absolute;
  left: calc(50% - 5px);
  top: calc(50% - 5px);
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background: var(--colorValue);
}

.new-products {
  margin-bottom: 120px;
}

.instagram-section {
  margin-bottom: 50px;
}

.home-store-section .section-top {
  margin-bottom: 58px;
}

.home-store-section .section-top .section-title {
  color: #000;
  font-family: "Fixel Display";
  font-size: 90px;
  font-style: normal;
  font-weight: 500;
  line-height: 86%;
  letter-spacing: -1.8px;
  text-transform: uppercase;
}

.home-store-pin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 50px;
}

.home-store-pin p {
  margin-bottom: 0;
  margin-top: 30px;
  font-family: "Fixel Display";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  text-transform: uppercase;
}

.home-store-pin img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 54px;
}

.home-store-list {
  margin-bottom: 115px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 70px;
}

.home-store-list-item {
  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;
}

.home-store-list-item-title {
  color: #000;
  font-family: Montserrat;
  font-size: 22px;
  margin-bottom: 1em;
  font-style: italic;
  font-weight: 900;
  line-height: 100%;
  letter-spacing: -0.44px;
  text-transform: uppercase;
}

.home-store-list-item-description {
  font-family: "Fixel Display";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.28px;
}

.home-store-list-item-description a {
  font-family: "Fixel Display";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.28px;
  text-decoration: none;
  color: #000;
}

.home-category-section {
  margin-bottom: 120px;
}

.home-category-section .section-top {
  margin-bottom: 54px;
}

.home-category-section .section-top .section-title {
  color: #000;
  font-family: "Fixel Display";
  font-size: 90px;
  font-style: normal;
  font-weight: 500;
  line-height: 86%;
  letter-spacing: -1.8px;
  text-transform: uppercase;
}

.home-category-pin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 50px;
}

.home-category-pin p {
  margin-bottom: 0;
  margin-top: 25px;
  font-family: "Fixel Display";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  text-transform: uppercase;
}

.home-category-pin img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 80px;
}

.home-category-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 38px;
}

.home-category-item .home-category-item-name {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
  top: -1em;
  right: calc(100% - 1em);
  width: calc(100% - 38px);
  position: absolute;
  color: #000;
  text-align: right;
  font-family: Montserrat;
  font-size: 20px;
  font-style: italic;
  font-weight: 900;
  line-height: 100%;
  letter-spacing: -0.44px;
  text-transform: uppercase;
  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;
}

.home-category-item .home-category-item-name span {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.24px;
  text-transform: uppercase;
}

.home-category-item img {
  width: 100%;
}

.home-banner-top-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;-ms-flex-align: center;align-items: center;
  margin-bottom: 24px;
}

.home-banner-top-title {
  color: #000;
  font-size: 90px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -1.8px;
  text-transform: uppercase;
  margin-right: 70px;
}

.home-banner-top-text {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  text-transform: uppercase;
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin-bottom: 12px;
}

.home-banner-top-icon {
  margin-left: auto;
}

.home-banner-wrappper {
  margin-bottom: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 20px;
}

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

.home-banner-info {
  position: absolute;
  bottom: 32px;
  left: 35px;
  z-index: 1;
}

.home-banner-info-title {
  color: #FFF;
  font-size: 35px;
  font-style: normal;
  font-weight: 500;
  line-height: 86%;
  letter-spacing: -0.7px;
  text-transform: uppercase;
  margin-bottom: 13px;
}

.home-banner-info-text {
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}

.home-top-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 15.434%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.home-top-controls {
  position: absolute;
  left: 0;
  top: 0%;
  margin-top: calc(133% - 34px);
  z-index: 1;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.home-top-controls-prev {
  padding-left: 12px;
}

.home-top-controls-next {
  padding-right: 12px;
}

.footer-title {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.24px;
  text-transform: uppercase;
  margin-bottom: 27px;
}

.footer-title.subscribe-title {
  margin-bottom: 45px;
}

.footer-payment-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 30px;
}

.ddforce-col {
  text-align: right;
}

.footer-bottom-text {
  color: #A8A8A8;
  text-decoration: none;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

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

footer {
  padding-bottom: 29px;
  padding-top: 50px;
  border-top: 1px solid #D9D9D9;
}

.footer-list {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 11px;
  margin-bottom: 0;
}

.footer-list.grid-two {
  grid-template-columns: 50% 50%;
}

.footer-list li {
  display: block;
  line-height: 15px;
}

.footer-list a {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 108.333%;
  letter-spacing: -0.24px;
  text-decoration: none;
}

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

.footer-bottom-row {
  margin-top: 50px;
}

.footer-payment-mobile-col {
  margin-top: 30px;
}

.footer-payment-mobile-col .footer-payment-icons {
  grid-gap: normal;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

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

.subscribe-form {
  position: relative;
}

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

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

.swiper-slide-next .home-collection-item-title {
  background: -webkit-gradient(linear, left top, right top, from(#B5B5B5), color-stop(52%, #FFF));
  background: -o-linear-gradient(left, #B5B5B5 0%, #FFF 52%);
  background: linear-gradient(90deg, #B5B5B5 0%, #FFF 52%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
  opacity: 1;
}

.swiper-slide-next .home-collection-item-img-info {
  opacity: 0;
}

.swiper-slide-prev .home-collection-item-title {
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 1;
}

.swiper-slide-active .home-collection-item-title {
  opacity: 1;
  -webkit-transform: translateX(15px);
      -ms-transform: translateX(15px);
          transform: translateX(15px);
}

.swiper-slide-active .home-collection-item-img-info {
  opacity: 1;
}

.home-collections {
  margin-bottom: 120px;
}

.home-collection-item {
  position: relative;
  padding-top: 100px;
}

.home-collection-item-title {
  color: #000;
  margin-bottom: 24px;
  font-size: 90px;
  font-style: normal;
  font-weight: 500;
  line-height: 86%;
  letter-spacing: -1.8px;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
  opacity: 0;
}

.home-collection-item-img-info {
  position: absolute;
  left: 35px;
  bottom: 35px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.home-collection-item-img-info-title {
  color: #FFF;
  font-size: 35px;
  font-style: normal;
  font-weight: 500;
  line-height: 86%;
  letter-spacing: -0.7px;
  text-transform: uppercase;
  font-family: "Fixel Display";
  margin-bottom: 13px;
}

.home-collection-item-img-info-text {
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  font-family: "Fixel Display";
  line-height: 100%;
}

.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: -10px;
  right: -10px;
  height: 32px;
  z-index: 2;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
}

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

.modal-container {
  background: #fff;
  padding: 50px 30px 30px 30px;
  position: relative;
  height: 100vh;
  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-search .modal-container{
  width: 100%;
  top: 147px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(0%);
      -ms-transform: translate(0%);
          transform: translate(0%);
  border-top: 1px solid #D9D9D9;
}
.sticky .modal-search .modal-container{
  top: 109px;
}
.modal-search.modal-show .modal-container{
  opacity: 1;
  height: calc( 100vh - 147px );
  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;
}
.sticky .modal-search.modal-show .modal-container{
  height: calc( 100vh - 109px );
}
.search-nino-icon{
  width: 95px;
  margin: auto auto 50px auto;
}
.modal-container::-webkit-scrollbar {
  width: 0;
  height: 0;
}

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

.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;
}
.search-form{
  margin: 0 auto 70px auto;
  max-width: 640px;
  position: relative;
}
.search-form .form-control{
  color: #000;
  font-family: "Fixel Display";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.24px;
  border-radius: 0;
  border: 1px solid #000;
  padding: 15px 20px;
}
.search-form-btn{
  padding: 17px 20px;
  position: absolute;
  right: 0;
  top: 0;
}
.popular-request-title{
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: 22px;
  font-style: italic;
  font-weight: 900;
  line-height: 100%;
  letter-spacing: -0.44px;
  text-transform: uppercase;
  margin-bottom: 43px;
}
.popular-request-title{
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: 22px;
  font-style: italic;
  font-weight: 900;
  line-height: 100%;
  letter-spacing: -0.44px;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.search-product-link{
  margin: 0 auto;
  padding: 15px 80px;
  color: #FFF;
  font-family: "Fixel Display";
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  display: block;
  width: max-content;
  text-decoration: none;
  letter-spacing: -0.26px;
  text-transform: uppercase;
  background: #000;
}
.search-product-link:hover{
  color: #fff;
}
.search-product-list{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 15px;
  margin-bottom: 75px;
}
.popular-request-list{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  grid-gap: 25px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
          justify-content: center;
}
.modal-search .modal-layout{
  background: rgba(0, 0, 0, 0);
}
.popular-request-list-item{
  color: #000;
  font-family: "Fixel Display";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 108%
  letter-spacing: -0.24px;
  text-decoration-line: underline;
}
.popular-request-list-item:hover{
  color: #000;
}
.modal-show .modal-layout.show {
  visibility: visible;
  opacity: 1;
}

.modal-tilte {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.28px;
  text-transform: uppercase;
  margin-bottom: 44px;
  width: 100%;
  font-family: "Fixel Display";
}

.setting-form {
  width: 100%;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 20px 35px;
}

.setting-form label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.24px;
}

.setting-form .country-form-submit {
  grid-column: span 2;
  margin-top: 7px;
}

.bread-crups {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  margin-bottom: 15px;
  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: 10px auto;
  width: 11px;
  height: 1em;
  font-size: 11px;
  line-height: 1em;
  padding: 0;
  margin: 0 10px;
}

.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: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.category-title {
  color: #000;
  font-family: Montserrat;
  font-size: 22px;
  font-style: italic;
  font-weight: 900;
  line-height: 100%;
  letter-spacing: -0.44px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.filter-btn {
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 15px;
  font-size: 12px;
}

.list-category {
  margin-bottom: 60px;
  padding-left: 10px;
}

.list-category .home-category-item {
  padding-left: 26px;
}

.list-category .home-category-item .home-category-item-name {
  font-size: 18px;
  letter-spacing: -0.36px;
  width: calc(100% - 26px);
}

.seo-text {
  background: -webkit-gradient(linear, left top, left bottom, from(#000), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(top, #000 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #909090;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  margin-bottom: 60px;
  height: 10em;
  overflow: hidden;
  -webkit-transition: height 0.5s;
  -o-transition: height 0.5s;
  transition: height 0.5s;
}

.seo-text.active {
  height: auto;
  background: none;
  -webkit-text-fill-color: #000;
}

.load-products-btn {
  width: 300px;
}

.category-pagination-controls-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: 73px;
}

.category-pagination-controls-row .category-counter {
  text-align: right;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.28px;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  grid-gap: 11px;
  width: 25%;
}

.pagination li {
  margin: 0;
  width: 26px;
  height: 26px;
}

.pagination li a,
.pagination li span {
  color: #000;
  text-decoration: none;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pagination li a.active,
.pagination li span.active {
  color: #EB2828;
}

.pagination li a:hover {
  text-decoration: underline;
}

.category-preview-text-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 55px;
}

.category-preview-text-title {
  margin-bottom: 28px;
  color: #000;
  font-family: Montserrat;
  font-size: 22px;
  font-style: italic;
  font-weight: 900;
  line-height: 100%;
  letter-spacing: -0.44px;
  text-transform: uppercase;
}

.category-preview-text-desription {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.28px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 60%;
}

.category-product-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 80px 20px;
  margin-bottom: 100px;
}

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

.modal-filter .modal-tilte {
  margin-bottom: 28px;
}

.filter-container {
  width: 100%;
}

.filter-checkbox-grid {
  display: grid;
  grid-template-columns: 1fr 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%;
}

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

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

.catalog-sort-title {
  font-size: 13px;
}

.catalog-sort-wrapper {
  padding-bottom: 24px;
}

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

.filter-controls {
  margin: auto -30px -30px -30px;
  width: calc( 100% + 60px );
  background: #FFF;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 30px 30px 30px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.btn-filter-apply {
  border: 1px solid #000;
  padding: 15px 30px;
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.24px;
  text-transform: uppercase;
  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: 12px;
  line-height: 100%;
  cursor: pointer;
  color: #000;
}

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

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

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

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

.accordion.filter-accordion .accordion-button {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.24px;
  text-transform: uppercase;
  background: none;
  -webkit-box-shadow: 0;
          box-shadow: 0;
  border-radius: 0;
  padding: 22px 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/arrow_icon.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 .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: 1px solid #D9D9D9;
}

.accordion.filter-accordion .accordion-item {
  border: 0;
  border-bottom: 1px solid #D9D9D9;
}

.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%;
  letter-spacing: -0.24px;
  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: 10px;
  height: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border: 1px solid #000;
}

.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,
.checkbox-input input[type=checkbox]:checked + .checkbox-icon {
  background: url("/dist/img/icons/checkbox.svg") 50% 50% no-repeat #000;
  background-size: 11px 9px;
}

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

.small-card-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 25px;
}

.small-card-wrapper .small-card {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  max-width: 213px;
}

.small-card-wrapper .small-card .card-description {
  margin-top: 38px;
}

.collection-banner {
  margin-bottom: 80px;
}

.viewed-products .card-color-list {
  display: none;
}

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

.viewed-products .product-card .card-name {
  margin-bottom: 5px;
}

.viewed-products .product-favorite-icon {
  display: none;
}

.product-options {
  margin-bottom: 50px;
}

.product-option {
  cursor: pointer;
  position: relative;
  border: 1px solid #000;
  padding: 0;
  font-size: 12px;
  line-height: 15px;
  z-index: 2;
}

.product-option:after {
  content: "";
  display: block;
  width: 10px;
  height: 100%;
  background: url("/dist/img/icons/arrow-down.svg") 50% 50% no-repeat;
  background-size: contain;
  position: absolute;
  right: 25px;
  top: 0px;
}

.product-option.active .dropdown-product-options {
  opacity: 1;
  visibility: visible;
}

.product-option.active:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.selected-product-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding: 16px 25px;
}

.product-option-color-icon {
  width: 20px;
  height: 20px;
  background: var(--optionbg);
  border: 1px solid var(--optionbg);
  border-radius: 50%;
}

.product-option-color-icon.white {
  border: 1px solid #BEBEBE;
}

.dropdown-product-options {
  position: absolute;
  left: -1px;
  top: 100%;
  width: calc(100% + 2px);
  background: #fff;
  z-index: 1;
  padding: 16px 25px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  border: 1px solid #000000;
  border-top: 0;
  max-height: 400px;
  overflow-y: auto;
}

.unavailable .product-option-value {
  color: rgba(0, 0, 0, 0.4);
}

.unavailable .product-option-color-icon {
  background: url("/dist/img/icons/cross.svg") 50% 50% no-repeat var(--optionbg);
}

.product-option-unavailable {
  font-size: 10px;
  line-height: 12px;
  text-align: right;
  text-decoration-line: underline;
  color: #BEBEBE;
}

.product-option-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 15px;
  cursor: pointer;
  color: #000;
  text-decoration: none;
}

.product-option-item:hover {
  text-decoration: underline;
  color: #000;
}

.product-option-item + .product-option-item {
  margin-top: 9px;
}

.product-option-item.unavailable {
  cursor: not-allowed;
  text-decoration: none;
}

.product-option-item-value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 30px;
  width: 100%;
}

.product-page-accordion {
  margin-top: 40px;
  margin-bottom: 45px;
}

.product-page-accordion .accordion-item {
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #D9D9D9;
}

.product-page-accordion .accordion-item:nth-of-type(1) {
  border-top: 1px solid #D9D9D9;
}

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

.accordion .accordion-body {
  padding: 12px 0 0 0;
  font-size: 12px;
  line-height: 15px;
}

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

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

.accordion.product-page-accordion .accordion-body {
  padding: 0 0 20px 0;
  color: #000;
  font-family: "Fixel Display";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.24px;
}

.accordion.product-page-accordion .accordion-body h4 {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 20px;
  display: inline-block;
  letter-spacing: -0.24px;
}

.accordion.product-page-accordion .accordion-body ul {
  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;
  padding-left: 1em;
}

.accordion.product-page-accordion .accordion-body small {
  font-size: 10px;
  letter-spacing: -0.2px;
  margin-top: 7px;
  display: inline-block;
}

.product-accordion-btn {
  width: 100%;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding: 20px 0;
  color: #000;
  font-family: "Fixel Display";
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.26px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

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

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

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

.product-page-title {
  color: #000;
  font-family: Montserrat;
  font-size: 26px;
  font-style: italic;
  font-weight: 800;
  line-height: 100%;
  letter-spacing: -0.52px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.product-page-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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 12px;
}

.product-page-favorite-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 20px;
}

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

.product-price {
  color: #000;
  font-family: "Fixel Display";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.48px;
  margin-bottom: 47px;
}

.product-price.special-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #EB2828;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.product-price.special-price span {
  color: #A6A6A6;
  font-size: 16px;
  letter-spacing: -0.32px;
  text-decoration-line: line-through;
  margin-left: 15px;
}

.product-options-title {
  color: #000;
  font-family: "Fixel Display";
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.26px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.btn-add-to-cart {
  color: #FFF;
  font-family: "Fixel Display";
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.26px;
  text-transform: uppercase;
  padding: 15px 20px 17px 20px;
  border: 1px solid #000;
  background: #000;
  width: 100%;
  text-align: center;
  display: block;
  margin-bottom: 20px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.btn-add-to-cart:hover {
  background: #fff;
  color: #000;
}

.btn-unavailable-cart {
  background: #EDEDED;
  width: 100%;
  display: block;
  text-align: center;
  padding: 15px 20px 17px 20px;
  color: #000;
  font-family: "Fixel Display";
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.26px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
#form-quick-order .form-control-checkout{
  height: 52px;
  border-right: 0;
}
.product-subscribe-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.product-subscribe-form .btn-subscribe-cart {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
  border: 1px solid #000;
  height: 52px;
  padding: 15px 20px 15px 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  font-family: "Fixel Display";
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.26px;
  text-transform: uppercase;
  text-align: center;
  display: block;
}

.product-subscribe-form .btn-subscribe-cart:hover {
  text-decoration: underline;
}

.product-subscribe-form .btn-subscribe-cart:focus {
  color: #FFF;
  background: #000;
  text-decoration: none;
}

.product-subscribe-form .input-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
}

.product-subscribe-form .input-wrapper .form-control {
  border: 1px solid #000;
  border-radius: 0;
  border-right: 0;
  height: 52px;
  padding: 15px 20px 17px 20px;
  color: #000;
  font-family: "Fixel Display";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.24px;
}

.product-subscribe-form .notice-success {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #C4D362;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "Fixel Display";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.24px;
}

.input-wrapper {
  position: relative;
}

.input-wrapper.has-error input {
  -webkit-box-shadow: 0 0 3px #F02121;
          box-shadow: 0 0 3px #F02121;
}

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

.product-page {
  display: grid;
  grid-template-columns: calc(50% - 10px) 1fr;
  grid-gap: 10vw;
  margin-bottom: 80px;
}

.product-slider {
  width: calc(100% + 30px);
  padding-left: calc(30px + 17.5%);
  margin-left: -30px;
}
.product-sale-percent{
  position: absolute;
  top: 22px;
  left:calc(75px + 17.5%);;
  color: #FFF;
  font-family: Montserrat;
  font-size: 23px;
  font-style: italic;
  font-weight: 900;
  line-height: 100%;
  z-index: 11;
  letter-spacing: -0.46px;
  text-transform: uppercase;
}
.product-slider .swiper-slide {
  margin-left: 20px;
  width: 100%;
}

.product-slider .swiper-slide img,
.product-slider .swiper-slide video
 {
  width: 100%;
  aspect-ratio: 2/3;
  object-fit: cover;
  object-position: center;
}

.product-slider .product-swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: #FFF;
  font-family: Montserrat;
  font-size: 23px;
  font-style: italic;
  font-weight: 900;
  line-height: 100%;
  letter-spacing: -0.46px;
  text-transform: uppercase;
}

.product-slider .product-swiper-pagination .swiper-pagination-current {
  margin-right: 5px;
}

.product-slider .product-swiper-pagination .swiper-pagination-total {
  margin-left: 5px;
}

.product-swiper-pagination-wrapper {
  position: absolute;
  right: 0;
  bottom: 25px;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  grid-gap: 18px;
  width: 100%;
  padding-right: 25px;
}

.product-swiper-pagination-wrapper .swiper-pagination {
  position: relative;
  bottom: 0;
  width: auto;
  padding-right: 0;
}

.product-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 13px 14px;
  background: #EB2828;
  color: #000;
  text-decoration: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-banner:hover {
  color: #000;
}
.product-banner-info {
  margin-left: 15px;
}

.product-banner-info-title {
  font-family: Montserrat;
  font-size: 16px;
  font-style: italic;
  font-weight: 900;
  line-height: 110%;
  letter-spacing: -0.32px;
  text-transform: uppercase;
}

.product-banner-info-text {
  font-family: "Fixel Display";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.24px;
}

.product-banner-link {
  font-family: "Fixel Display";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.24px;
  text-decoration-line: underline;
  margin-left: auto;
}

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

.available-store-item {
  color: #000;
  font-family: "Fixel Display";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px;
}

.store-address {
  text-decoration-line: underline;
}

.product-certificate-info {
  font-family: "Fixel Display";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.24px;
  margin-bottom: 35px;
}

.certificate-variants {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
}

.certificate-variants label {
  cursor: pointer;
}

.certificate-variants label input {
  display: none;
}

.certificate-variants label span {
  position: relative;
  z-index: -1;
  display: block;
  padding: 16px;
  text-align: center;
  border: 1px solid #000;
  font-family: "Fixel Display";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.24px;
}

.certificate-variants label input:checked + span {
  background: #EB2828;
  font-weight: 600;
}

.certificate-form .form-control {
  padding: 16px 25px;
  border: 1px solid #000;
  border-radius: 0;
  color: #000;
  font-family: "Fixel Display";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.24px;
  margin-top: 20px;
}

.certificate-form-title {
  color: #000;
  font-family: "Fixel Display";
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.26px;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 20px;
}

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

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

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

.certificate-send-date .certificate-send-date-btn {
  color: #000;
  font-family: "Fixel Display";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.certificate-send-date .certificate-send-date-btn img {
  width: 24px;
  margin-right: 15px;
}

.flatpickr-input {
  border: 0;
  text-align: right;
  font-family: "Fixel Display";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.24px;
}

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

.add-certificate-message {
  color: #000;
  font-family: "Fixel Display";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.add-certificate-message img {
  width: 24px;
  margin-right: 15px;
}

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

.certificate-textarea-warpper textarea {
  width: 100%;
  font-family: "Fixel Display";
  padding: 20px 25px;
  border: 1px solid #000;
  font-size: 14px;
  min-height: 95px;
  height: auto;
  resize: none;
  overflow: hidden;
}

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

.certificate-description {
  font-family: "Fixel Display";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -0.24px;
}

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

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

.error-page-row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.error-page-container {
  margin-top: 60px;
  margin-bottom: 80px;
}
.error-page-slogan {
  color: #000;
  font-family: Montserrat;
  font-size: 26px;
  font-style: italic;
  font-weight: 800;
  line-height: 97%;
  letter-spacing: -0.52px;
  text-transform: uppercase;
}

.error-page-title {
  font-family: Montserrat;
  font-size: 26px;
  font-style: italic;
  font-weight: 800;
  line-height: 100%;
  letter-spacing: -0.52px;
  text-transform: uppercase;
  margin-bottom: 1em;
}

.error-page-text {
  font-family: "Fixel Display";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 2em;
}

.error-page-link {
  color: #FFF;
  font-family: "Fixel Display";
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.26px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 214px;
  height: 52px;
  padding: 15px 20px 17px 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border: 1px solid #000;
  background: #000;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.error-page-link:hover {
  color: #000;
  background: #fff;
}

.success-title {
  color: #000;
  font-family: Montserrat;
  font-size: 26px;
  font-style: italic;
  font-weight: 800;
  line-height: 100%;
  letter-spacing: -0.52px;
  text-transform: uppercase;
  margin-bottom: 45px;
}

.success-order-id {
  color: #000;
  font-family: Montserrat;
  font-size: 54px;
  font-style: italic;
  font-weight: 800;
  line-height: 100%;
  letter-spacing: -1.08px;
  text-transform: uppercase;
  margin-bottom: 17px;
}

.success-notify {
  color: #000;
  font-family: "Fixel Display";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

.success-home-link {
  color: #FFF;
  font-family: "Fixel Display";
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.26px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 214px;
  height: 52px;
  padding: 15px 20px 17px 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border: 1px solid #000;
  background: #000;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  margin-top: auto;
}

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

.success-container {
  margin-bottom: 100px;
  margin-top: 100px;
}

.contact-top-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 60px;
  margin-top: 30px;
  grid-gap: 70px;
}

.contact-title {
  color: #000;
  font-family: Montserrat;
  font-size: 22px;
  font-style: italic;
  font-weight: 900;
  line-height: 110%;
  letter-spacing: -0.44px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.contact-phone-wrapper {
  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;
}

.contact-phone-wrapper a {
  color: #000;
  font-family: Montserrat;
  font-size: 28px;
  font-style: italic;
  font-weight: 900;
  line-height: 110%;
  letter-spacing: -0.56px;
  text-transform: uppercase;
  text-decoration: none;
}

.contact-phone-wrapper a:hover {
  text-decoration: underline;
}

.contact-phone-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: italic;
  font-weight: 900;
  line-height: 110%;
  letter-spacing: -0.32px;
  text-transform: uppercase;
}

.contact-phone-text img {
  width: 40px;
  height: auto;
  margin-right: 15px;
}

.contact-bottom-row {
  display: grid;
  grid-template-columns: calc(50% - 35px) calc(50% - 35px);
  grid-gap: 70px;
  margin-bottom: 115px;
}

.contact-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px 25px;
  -webkit-box-align: first baseline;-ms-flex-align: first baseline;align-items: first baseline;
  -ms-flex-line-pack: start;align-content: flex-start;
}

.contact-form-title-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  grid-column: span 2;
}

.contact-form-title {
  font-family: Montserrat;
  font-size: 16px;
  font-style: italic;
  font-weight: 900;
  line-height: 110%;
  letter-spacing: -0.32px;
  text-transform: uppercase;
}

.contact-form-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 24px;
}

.contact-form-links img {
  width: 40px;
  height: auto;
}

.contact-form-btn {
  color: #FFF;
  font-size: 13px;
  font-family: "Fixel Display";
  font-style: normal;
  line-height: 120%;
  font-weight: 500;
  letter-spacing: -0.26px;
  text-transform: uppercase;
  background: #000;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact-form .form-control {
  border: 1px solid #000;
  border-radius: 0;
  padding: 15px 20px;
  color: #000;
  font-family: "Fixel Display";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.24px;
}

.contact-form textarea.form-control {
  height: 65px;
}

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

.offert-page {
  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: 30px;
  margin-top: 30px;
  margin-bottom: 120px;
}

.offert-page h1 {
  font-family: "Fixel Display";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  margin: 0;
}

.offert-page p {
  font-family: "Fixel Display";
  margin: 0;
  text-align: justify;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.offert-page h3 {
  font-family: "Fixel Display";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  margin: 0;
}

.offert-page a {
  text-decoration: underline;
  color: #000;
}

.information-menu {
  position: sticky;
  top: 10px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
  margin: 0;
  gap: 20px;
}

.information-menu a {
  color: #000;
  font-family: Montserrat;
  font-size: 22px;
  font-style: italic;
  font-weight: 900;
  line-height: 110%;
  letter-spacing: -0.44px;
  text-transform: uppercase;
  text-decoration: none;
}

.information-menu a.current {
  color: #000;
}

.information-row {
  margin-top: 30px;
}

.information-section {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #000;
  font-size: 12px;
  font-family: "Fixel Display";
  letter-spacing: -0.24px;
  line-height: 140%;
}

.information-section#return {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 120px;
}

.information-section-title {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding-bottom: 0px;
  font-family: "Fixel Display";
  margin-bottom: 19px;
}

.information-section a:not(.btn-big-link) {
  font-size: 12px;
  color: #000;
}

.information-section ul,
.information-section ol {
  margin-bottom: 0;
  padding-left: 1em;
}

.information-section ul li::marker,
.information-section ol li::marker {
  font-size: 12px;
  line-height: 140%;
}

.information-section ul li ul,
.information-section ol li ul {
  margin-top: 1em;
  list-style: none;
}

.information-section ul li ul li,
.information-section ol li ul li {
  position: relative;
}

.information-section ul li ul li::before,
.information-section ol li ul li::before {
  content: "•";
  position: absolute;
  left: -0.5em;
}

.information-section ul li + li,
.information-section ol li + li {
  margin-top: 1em;
}

.form-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-links .form-link {
  color: #fff;
  font-weight: 400;
  white-space: nowrap;
  padding-left: 20px;
  padding-right: 20px;
}

.request-form-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 75px;
  margin-top: 60px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.request-form-wrapper .request-form-text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 40%;
  font-size: 12px;
  line-height: 160%;
}

.btn-big-link {
  background: #000;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  color: #FFFFFF;
  display: block;
  text-decoration: none;
  width: 100%;
  padding: 15px 0;
  text-align: center;
}

.btn-big-link:hover {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.btn-big-link.btn-w-auto {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-right: 40px;
  padding-left: 40px;
}

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

.btn-primary.btn-modal-checkout {
  border-radius: 0;
  color: #FFF;
  font-family: "Fixel Display";
  font-size: 13px;
  border: 1px solid #000;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.26px;
  text-transform: uppercase;
  width: 100%;
  display: block;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  text-decoration: none;
  width: 100%;
}

.btn-primary.btn-modal-checkout:hover {
  text-decoration: none;
  background: #fff;
  color: #000;
}

.modal-cart-total-wrapper {
  margin: auto 0 0 0;
  width: 100%;
  text-align: center;
  padding: 0;
}

.modal-cart-total {
  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: 35px;
}

.modal-cart-name {
  color: #000;
  font-family: "Fixel Display";
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.26px;
  text-transform: uppercase;
}

.modal-cart-total-value {
  font-family: "Fixel Display";
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.26px;
}

.checkout-cart-notice{
  background: #F4F4F4;
  display: flex;
  padding: 12px 20px;
  grid-gap: 15px;
  grid-column: span 2;
}
.checkout-cart-notice img{
  flex: 0 0 auto;
  width: 22px;
}
.checkout-cart-notice p{
  color: #000;
  font-family: "Fixel Display";
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.22px;
  margin-bottom: 0;
}

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

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

.modal-cart-products {
  width: 100%;
}

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

.modal-cart-products .checkout-cart-item-image {
  margin-right: 39px;
}

.checkout-cart-item-name {
  color: #000;
  font-family: "Fixel Display";
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.26px;
  text-transform: uppercase;
  text-decoration: none;
  padding-right: 20px;
  display: block;
  margin-bottom: 15px;
}

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

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

.checkout-cart-remove {
  position: absolute;
  right: -2px;
  top: 20px;
  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: 5px 9px;
  margin-right: 38px;
}

.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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.checkout-item-price {
  font-family: "Fixel Display";
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  text-align: left;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.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: 58px;
  position: relative;
  z-index: 2;
}

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

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

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

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

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

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

.form-control-checkout {
  width: 100%;
  color: #000;
  font-family: "Fixel Display";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.24px;
  border: 1px solid #000;
  padding: 15px 20px;
}

.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: 14px;
  font-style: normal;
  line-height: 120%;
  margin-bottom: 70px;
}

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

.form-fieldset-title {
  color: #000;
  font-family: "Fixel Display";
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.26px;
  text-transform: uppercase;
  padding-bottom: 0px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

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

.mobile-product-images-carousel {
  width: calc(100vw - 30px);
  margin-bottom: 30px;
}

.mobile-product-images-carousel .swiper-slide img {
  width: 100%;
}

.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-family: "Fixel Display";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.24px;
  cursor: pointer;
  width: 100%;
}

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

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

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

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

.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: #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:after {
  position: absolute;
  top: 25px;
  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);
}

.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 {
  text-decoration: underline;
  text-underline-offset: 3px;
}

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

.input-wrapper {
  position: relative;
}
.input-wrapper .invisible{
  display: none;
}
.input-wrapper .input-error {
  display: none;
}

.input-wrapper.has-error .form-control {
  margin-bottom: 32px;
}

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

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

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

.shipping-notice {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #ED1C24;
  font-family: "Fixel Display";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.24px;
}

.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]{
  display: none;
}
.radio-graph input[type=radio]:checked + .selected-border {
  border: 1px solid #000;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.radio-graph span {
  position: absolute;
  left: 0;
  top: 100%;
  color: #000;
  font-family: "Fixel Display";
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.2px;
  width: 100%;
  text-align: center;
  z-index: -1;
}

.radio-graph img {
  width: 80px;
  position: relative;
  z-index: -1;
}

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

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

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

.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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.checkout-item-price {
  font-size: 13px;
  font-weight: 500;
  line-height: 110%;
  text-align: left;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.checkout-card-old-price {
  color: #000;
  font-size: 11px;
  line-height: 110%;
  text-decoration: line-through;
  margin-right: 7px;
}

.checkout-card-special-price {
  color: #FF5100;
  font-size: 13px;
  font-weight: 500;
  line-height: 110%;
}

.checkout-cart-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  border-top: 1px solid #000;
}

.checkout-cart-item:nth-child(1) {
  border-top: 0;
  padding-top: 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;
}

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

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

.checkout-cart-item-name {
  color: #000;
  font-size: 13px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  padding-right: 20px;
  display: block;
  margin-bottom: 16px;
}

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

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

.checkout-cart-item-option-name {
  color: #000;
  font-size: 10px;
  font-weight: 400;
  line-height: 120%;
}

.checkout-cart-item-option-value {
  color: #000;
  font-size: 10px;
  font-weight: 400;
  line-height: 120%;
  margin: 0;
}

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

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

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

.coupon-accordeon {
  margin-bottom: 20px;
}

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

.coupon-accordeon-btn {
  padding-top: 16px;
  border-top: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: "Fixel Display";
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  text-transform: uppercase;
  cursor: pointer;
}

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

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

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

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

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

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

.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-family: "Fixel Display";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

.checkout-sub-total-name b {
  font-weight: 600;
}

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

.checkout-mobile-sub-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
  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: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.24px;
  text-transform: uppercase;
}

.checkout-total {
  border-top: 1px solid #000;
  margin-top: 20px;
  padding-top: 30px;
  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-family: Montserrat;
  font-size: 16px;
  font-style: italic;
  font-weight: 800;
  line-height: 97%;
  letter-spacing: -0.32px;
  text-transform: uppercase;
}

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

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

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

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

.form-checkbox span {
  color: #191919;
  font-family: "Fixel Display";
  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: 11px 9px;
}

.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: 13px;
  font-style: normal;
  font-weight: 500;
  font-family: "Fixel Display";
  line-height: 120%;
  letter-spacing: -0.26px;
  text-transform: uppercase;
  display: block;
  background: #000;
  border: 0;
  padding: 15px;
  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-family: "Fixel Display";
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-right: 35px;
  margin-bottom: 10px;
}

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

.notice-error,
.form-control-error
{
  color: #ED1C24;
  font-family: "Fixel Display";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 16px;
}
.notice-error small{
  font-size: 12px;
}
@media (min-width: 600px) {
  .main-menu .parent-item:hover + li::after {
    position: fixed;
    top: 250px;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
    content: "";
    display: block;
    z-index: -2;
  }
}

@media all and (min-width: 600px) {
  .header .dropdown-menu-layer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    z-index: -1;
    padding-top: 159px;
    padding-bottom: 52px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }

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

  .main-menu .parent-item {
    position: relative;
  }

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

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

  .mobile-only {
    display: none;
  }

  .language-switcher.open .dropdown-currency li {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@media all and (min-width: 1280px) {
  .product-page-info {
    padding-right: 20%;
  }
}

@media all and (max-width: 1600px) {
  .menu-dropdown-wrapper {
    margin-right: 9vw;
  }
}

@media screen and (max-width: 1470px) {
  .product-subscribe-form .btn-subscribe-cart{
    font-size: 12px;
  }
}
@media screen and (max-width: 1460px) {
  html {
    --containerPadding: 75px;
    --headerHeight: 130px;
  }
}

@media all and (max-width: 1400px) {
  .menu-dropdown-wrapper {
    margin-right: 4vw;
  }

  .home-banner-top-title {
    font-size: 6.25vw;
  }
}

@media all and (max-width: 1360px) {
  .home-about{
    padding-left: 30px;
    padding-right: 30px;
  }
  .request-form-wrapper {
    gap: 36px;
  }

  .request-form-wrapper .request-form-text {
    width: 100%;
  }
}

@media screen and (max-width: 1280px) {
  html {
    --containerPadding: 68px;
    --headerHeight: 120px;
  }
  .main-menu .main-menu-item{
    font-size: 12px;
  }
}

@media all and (max-width: 1280px) {
  .main-menu {
    gap: 15px;
  }

  .home-banner-top-title {
    font-size: 5.25vw;
  }
}

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

@media all and (max-width: 980px) {
  .header-buttons {
    gap: 20px;
  }
}

@media all and (max-width: 600px) {
  .product-sale-percent{
    left: 30px;
  }
  .search-product-list{
    grid-template-columns: 1fr 1fr;
  }
  .modal-search.modal-show .modal-container{
    height: auto;
    bottom: 0;
    top:103px;
  }
  .modal-container{
    height: auto;
    bottom: 0;
  }
  .form-fieldset-title.other-receiver-title{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-gap: 10px;
  }
  #form-quick-order .form-control-checkout{
    border-right: 1px solid #000;
  }
  .row > * {
    padding-right: 15px;
    padding-left: 15px;
  }
  .sort-item input{
    display: none;
  }
  textarea{
    border-radius: 0;
  }
  .radio-graph span{
    top: calc( 100% + 5px );
  }
  /*.modal-cart .modal-container{
    padding-bottom: 70px;
  }*/
  .home-about{
    padding-left: 15px;
    padding-right: 15px;
  }

  .collections .row > * {
    padding-right: 0px;
    padding-left: 0px;
  }

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

  .container.product-container {
    margin-bottom: 74px;
  }

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

  .header-control-wrapper {
    padding-top: 6px;
    z-index: 3;
    margin-left: auto;
  }

  .header-control-wrapper .language-switcher {
    display: none;
  }

  .home .header {
    border-bottom: 1px solid #000;
  }

  .header {
    border-bottom: 1px solid #000;
  }

  .header.header-checkout .header-checkout-link img {
    display: none;
  }

  .header {
    padding-top: 19px;
    padding-bottom: 24px;
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 9;
  }

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

  .menu-dropdown-wrapper {
    position: absolute;
    left: 0;
    top: calc(100% - 70px);
    -webkit-transform: translateY(70px);
        -ms-transform: translateY(70px);
            transform: translateY(70px);
    background: #fff;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 20px;
    padding-top: 41px;
    gap: 58px;
    max-height: calc(100vh - 65px);
    overflow-y: auto;
  }

  .menu-dropdown-wrapper {
    position: absolute;
    left: 0;
    top: calc(100% - 70px);
    -webkit-transform: translateY(70px);
        -ms-transform: translateY(70px);
            transform: translateY(70px);
    background: #fff;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 20px;
    padding-top: 41px;
    gap: 58px;
    max-height: calc(100vh - 65px);
    overflow-y: auto;
  }

  .clean-btn.cart-icon-btn {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .main-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 15px;
    gap: 20px;
  }

  .main-menu .main-menu-item {
    font-size: 11px;
    line-height: 13px;
  }

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

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

  .menu-dropdown-wrapper.mobile-d-none {
    display: none;
  }

  .desktop-only {
    display: none;
  }

  .section-top {
    margin-bottom: 20px;
  }

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

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

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

  .seo-text {
    font-size: 12px;
    margin-bottom: 30px;
  }

  .pagination {
    margin-bottom: 0;
  }

  .pagination li {
    margin: 0px;
    width: 25px;
    height: 25px;
  }

  .filter-checkbox-grid .checkbox-input label {
    font-size: 14px;
  }

  .catalog-sorts-row {
    gap: 10px;
  }

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

  .filter-controls {
    margin: auto -20px -20px -20px;
    width: calc(100% + 40px);
    padding: 16px 20px 20px 20px;
  }

  .btn-filter-apply {
    font-size: 13px;
  }

  .accordion.filter-accordion .accordion-button {
    font-size: 14px;
  }

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

  .product-option {
    font-size: 11px;
    line-height: 13px;
  }

  .dropdown-product-options {
    padding: 19px 16px;
  }

  .product-option-item + .product-option-item {
    margin-top: 9px;
  }

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

  .information-menu a {
    white-space: nowrap;
  }

  .information-menu a br {
    display: none;
  }

  .information-menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    overflow-x: scroll;
    padding-bottom: 20px;
    margin-bottom: 17px;
    gap: 40px;
  }

  .information-section {
    font-size: 11px;
  }

  .information-section ul li::marker,
  .information-section ol li::marker {
    font-size: 10px;
  }

  .form-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 11px;
  }

  .form-links .form-link {
    width: 100%;
  }

  .request-form-wrapper {
    gap: 36px;
  }

  .request-form-wrapper .request-form-text {
    width: 100%;
    font-size: 11px;
  }

  .btn-big-link {
    font-size: 11px;
    line-height: 13px;
  }

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

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

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

  .checkout-cart-wrapper {
    width: 100%;
  }

  .checkout-form-wrapper {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .form-fieldset {
    grid-gap: 12px;
    grid-template-columns: 1fr;
    margin-bottom: 70px;
  }

  .form-control-checkout {
    font-size: 14px;
  }

  .checkout-notice {
    font-size: 13px;
  }

  .title-notice {
    font-size: 12px;
  }

  .radio label {
    grid-gap: 10px 18px;
    -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;
  }

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

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

@media all and (max-width: 600px) and (max-height: 700px) {
  .menu-dropdown-wrapper {
    max-height: calc(100vh - 135px);
  }

  .menu-dropdown-wrapper {
    max-height: calc(100vh - 135px);
  }
}

@media all and (max-width: 1025px) and (min-width: 575px) {
  .home-top-wrapper{
    display: none;
  }
}
@media all and (max-width: 575px) {
  .product-card .card-price.special-price{
    display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
          grid-gap: 2px;
  }
  .product-card .card-info{
    -webkit-box-align: center;-ms-flex-align: center;align-items: center;
  }
  .search-nino-icon{
    width: 50px;
  }
  .modal-search.modal-show .modal-container{
    padding-left: 0;
    padding-right: 0;
  }
  .popular-request-list{
    grid-gap: 15px;
  }
  .header.header-checkout .order-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }

  .header.header-checkout .order-1 .logo-img {
    width: 162px;
  }

  .header.header-checkout .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .header.header-checkout h1 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    width: 70%;
    margin-right: auto;
  }

  .header.header-checkout .nino-icon-checkout {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .header.header-checkout .header-checkout-link {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    text-align: right;
    display: block;
  }

  .mobile-chekout-title-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 15px 0 15px;
  }

  .mobile-chekout-title-wrapper .nino-icon-checkout {
    width: 50px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

  .mobile-chekout-title-wrapper .nino-icon-checkout img {
    width: 100%;
    height: auto;
  }

  .mobile-chekout-title-wrapper h1 {
    color: #000;
    font-family: Montserrat;
    font-size: 22px;
    font-style: italic;
    font-weight: 800;
    line-height: 97%;
    letter-spacing: -0.44px;
    text-transform: uppercase;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: 24px;
  }

  .arrow-link {
    font-size: 11px;
  }

  .about-section {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 25px auto 60px;
    grid-gap: 60px;
  }

  .home-about-title {
    margin-top: 50px;
  }

  .home-about {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .home-about-left .arrow-link {
    font-size: 11px;
  }

  .home-about-left {
    margin-bottom: 50px;
  }

  .about-right-img {
    top: auto;
    bottom: 40px;
    left: 10%;
  }

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

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

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

  .new-products {
    margin-bottom: 40px;
  }

  .home-collection-item{
    padding-top: 70px;
  }

  .home-store-section .section-top {
    -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;
  }

  .home-store-section .section-top .section-title {
    font-size: 40px;
    letter-spacing: -0.8px;
  }

  .home-store-pin {
    width: 100%;
    position: relative;
  }

  .home-store-pin img {
    position: absolute;
    right: 0;
    width: 41px;
    top: -33px;
  }

  .home-store-pin p {
    margin-top: 13px;
  }

  .home-store-list {
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
    margin-bottom: 40px;
  }

  .home-store-list-item-title {
    font-size: 16px;
    letter-spacing: -0.32px;
  }

  .home-category-section {
    margin-bottom: 40px;
  }

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

  .home-category-section .section-top .section-title {
    font-size: 40px;
    letter-spacing: -0.8px;
    white-space: nowrap;
  }

  .home-category-pin p {
    display: none;
  }

  .home-category-pin img {
    width: 68px;
  }

  .home-category .swiper-slide {
    width: 75%;
  }

  .home-banner-top-info {
    display: none;
  }

  .home-banner-wrappper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    grid-gap: 45px;
    margin-bottom: 20px;
  }

  .home-banner-wrappper .home-banner {
    width: calc(100% + 30px);
    margin-left: -15px;
  }

  .home-banner-info {
    left: 15px;
    bottom: 25px;
  }

  .home-top-wrapper {
    width: 100%;
    display: none;
  }

  .home-top-wrapper .home-top-slider {
    padding: 0 45px;
  }

  .home-top-controls {
    margin-top: calc(80% - 34px);
    left: -45px;
    width: calc(100% + 90px);
  }

  .logo-col {
    display: none;
  }

  .footer-title.subscribe-title {
    margin-bottom: 11px;
  }

  .subscribe-col {
    margin-bottom: 50px;
  }

  .social-col {
    margin-top: 30px;
  }

  .social-col .footer-list {
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
  }

  .row > .information-col {
    padding-right: 9px;
  }

  .row > .contacts-col {
    padding-left: 9px;
  }

  .instagram-section{
    margin-bottom: 0;
  }

  footer {
    border-top: 0;
    padding-top: 40px;
  }

  .footer-list.grid-two {
    grid-template-columns: auto auto;
  }

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

  .footer-bottom-row .order-3 {
    padding-right: 8px;
  }

  .footer-bottom-row .order-2 {
    padding-left: 8px;
  }

  .footer-payment-col {
    display: none;
  }

  .swiper-slide-next .home-collection-item-title {
    -webkit-transform: translateX(-40%);
        -ms-transform: translateX(-40%);
            transform: translateX(-40%);
  }

  .home-collections {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 40px;
  }

  .home-collection-item-title {
    font-size: 40px;
    letter-spacing: -0.8px;
    width: max-content;
    white-space: normal;
    padding-right: 20px;
    white-space: nowrap;
  }

  .home-collection-item-img-info-title {
    font-size: 40px;
    letter-spacing: -0.8px;
  }

  .home-collection-item-img-info-text {
    font-size: 14px;
  }

  .filter-btn {
    padding: 0;
  }

  .category-pagination-controls-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 30px;
  }

  .category-pagination-controls-row .pagination {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .category-pagination-controls-row .load-products-btn {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    margin-bottom: 30px;
  }

  .category-pagination-controls-row .category-counter {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .category-preview-text-wrapper {
    margin-bottom: 35px;
  }

  .category-preview-text-wrapper img {
    display: none;
  }

  .category-preview-text-desription {
    width: 100%;
    font-size: 12px;
    letter-spacing: -0.24px;
  }

  .category-product-list {
    grid-template-columns: 1fr 1fr;
    grid-gap: 50px 15px;
  }

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

  .small-card-wrapper {
    grid-column: span 2;
  }

  .small-card-wrapper .small-card {
    width: calc(100% - 80px);
  }

  .collection-banner {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 25px;
  }

  .product-page-title {
    font-size: 22px;
    letter-spacing: -0.44px;
  }

  .product-page-title-row {
    margin-bottom: 30px;
  }

  .product-price {
    font-size: 20px;
    letter-spacing: -0.34px;
    margin-bottom: 30px;
  }

  .product-subscribe-form .btn-subscribe-cart {
    width: 100%;
  }

  .product-subscribe-form .input-wrapper {
    width: 100%;
  }

  .product-subscribe-form .input-wrapper .form-control {
    border-right: 1px solid #000;
    border-bottom: 0;
  }

  .product-subscribe-form {
    -ms-flex-wrap: wrap;
    grid-gap: 10px;
        flex-wrap: wrap;
  }

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

  .product-page {
    grid-template-columns: 1fr;
    grid-gap: 30px;
    margin-bottom: 40px;
  }

  .product-gallery {
    margin-left: -15px;
    margin-right: -15px;
  }

  .product-slider {
    margin-left: 0;
    padding-left: 0;
    width: 100%;
  }

  .product-slider .swiper-slide {
    margin-left: 0;
  }

  .certificate-variants {
    grid-gap: 15px;
  }

  .certificate-variants label span {
    font-size: 11px;
    padding: 16px 10px;
  }

  .error-page-title {
    margin-bottom: 35px;
  }

  .error-page-text {
    margin-bottom: 35px;
  }

  .error-page-link {
    width: 100%;
  }

  .error-page-container {
    margin-top: 60px;
    margin-bottom: 80px;
  }

  .success-notify {
    margin-bottom: 35px;
  }

  .success-home-link {
    width: 100%;
  }

  .success-container {
    margin-top: 60px;
    margin-bottom: 80px;
  }

  .contact-top-row {
    grid-template-columns: 1fr;
    margin-bottom: 30px;
  }

  .contact-phone-wrapper {
    display: none;
  }

  .contact-bottom-row {
    grid-template-columns: 1fr;
    grid-gap: 40px;
    margin-bottom: 80px;
  }

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

  .contact-form {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    grid-gap: 20px 15px;
  }

  .contact-form .contact-form-pnone {
    grid-column: span 2;
    margin-bottom: 28px;
  }

  .contact-form .contact-form-pnone a {
    color: #000;
    font-family: Montserrat;
    font-size: 26px;
    font-style: italic;
    font-weight: 900;
    line-height: 110%;
    letter-spacing: -0.52px;
    text-transform: uppercase;
    text-decoration: none;
  }

  .contact-form .contact-phone-text {
    margin-bottom: 15px;
  }

  .contact-form-links {
    grid-gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
  }

  .contact-form-links img {
    width: 28px;
  }

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

  .about-banner {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 80px;
  }

  .checkout-cart-title {
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.24px;
    text-transform: uppercase;
    margin-bottom: 25px;
  }

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

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

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

  .mobile-menu {
    position: fixed;
    top: 109px;
    display: none;
    background: #fff;
    z-index: 2;
    width: 100%;
    left: 0;
    padding: 15px;
    height: calc(100vh - 109px);
    overflow-x: auto;
  }

  .mobile-menu .mobile-product-menu {
    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: 27px;
    padding-bottom: 34px;
    border-bottom: 1px solid #000;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .mobile-menu .children-menu {
    list-style: none;
    padding: 10px 0 0 10px;
    margin-bottom: 0;
    display: none;
  }

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

  .mobile-menu .children-menu a {
    color: #000;
    font-family: "Fixel Display";
    text-decoration-line: none;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: -0.24px;
  }

  .mobile-menu .mobile-parent-link {
    color: #000;
    font-family: "Fixel Display";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: -0.36px;
    text-transform: uppercase;
    text-decoration-line: none;
  }

  .mobile-menu .mobile-parent-link.all-products {
    text-decoration-line: underline;
  }

  .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-family: "Fixel Display";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 90%;
    letter-spacing: -0.24px;
    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-family: "Fixel Display";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.28px;
    padding: 25px 15px;
    margin-left: -15px;
    margin-right: -15px;
    border-bottom: 1px solid #000;
  }

  .mobile-menu .setting-switcher .selected-setting {
    text-decoration-line: underline;
  }

  .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-family: "Fixel Display";
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
  }

  .mobile-menu-burger {
    margin-right: 20px;
    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: 150px;
    margin-bottom: -5px;
  }
}

@media screen and (max-width: 480px) {
  html {
    --containerPadding: 20px;
    --containerMargin: -20px;
    --headerHeight: 63px;
  }
}

@media all and (max-width: 480px) {
  body {
    font-size: 12px;
    font-family: "Fixel Display";
    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;
  }
}