html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*::after,
*::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

ul,
ol {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
dl,
dd {
  margin: 0;
  color: #000;
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
  display: block;
}

input, button, textarea, select {
  font: inherit;
}

body {
  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;
  min-height: 100vh;
  font-family: "Jost", sans-serif;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #393735;
}
body:has(.mm-menu_opened) {
  padding-top: 0;
}
.mm-listitem {
    border-color: transparent;
}
.container {
  max-width: min(1200px, 100% - 20px);
  width: 100%;
  padding: 0 5px;
  margin-inline: auto;
}

.section {
  max-width: 1600px;
  width: 100%;
  margin-inline: auto;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

#usps-slider .usp-item{
    font-size:12px;
    text-align: center;
}
#usps-slider .usp-item,
#usps-slider .usp-item a {
    color:#ffffff;
}

.main-slider{
    max-width:1600px;
    margin:0 auto;
}
.main-slider>.main-slider__slide:not(:first-child) {
  display: none;
}
.main-slider__slide {
  position: relative;
}
.main-slider__slide>img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.products__product-price, .products__product-discount-price, .products__product-title, .blog__item-text, .blog__item-title, .blog__item-title:first-child {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.main-title {
  margin-bottom: 35px;
  font-size: 22px;
  line-height: 25px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
  color: #2D2D2D;
}

.hover-icon-shadow {
  -webkit-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0));
          filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0));
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
}
.hover-icon-shadow:hover, .hover-icon-shadow:focus {
  -webkit-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.5));
}

.main-input-wrapper {
  position: relative;
  padding-top: 10px;
}

.main-input-label {
  position: absolute;
  left: 0;
  top: calc(50% + 5px);
  translate: 0 -50%;
  font-weight: 400;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  pointer-events: none;
}

.main-input {
  font-size: 13px;
  font-weight: 400;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #010101;
  outline: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.main-input:focus {
  border-bottom-color: #647B94;
}

.main-input:not(:-moz-placeholder-shown) + .main-input-label {
  top: 0;
  translate: 0;
  font-size: 10px;
  line-height: 10px;
}

.main-input:not(:-ms-input-placeholder) + .main-input-label {
  top: 0;
  translate: 0;
  font-size: 10px;
  line-height: 10px;
}

.main-input:focus + .main-input-label,
.main-input:not(:placeholder-shown) + .main-input-label {
  top: 0;
  translate: 0;
  font-size: 10px;
  line-height: 10px;
}

.main-checkbox {
  position: absolute;
  scale: 0;
  opacity: 0;
}

.main-checkbox-custom {
  display: inline-block;
  width: 12px;
  height: 12px;
  position: relative;
  cursor: pointer;
}
.main-checkbox-custom::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 100%;
  height: 100%;
  border: 1px solid #010101;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.main-checkbox:checked + .main-checkbox-custom::after {
  border-top-color: transparent;
  border-left-color: transparent;
  width: 50%;
  rotate: 45deg;
}

.main-checkbox:focus + .main-checkbox-custom::after {
  border-color: #647B94;
}

.main-checkbox:focus:checked + .main-checkbox-custom::after {
  border-left-color: transparent;
  border-top-color: transparent;
}

.main-button {
  display: inline-block;
  padding: 10px 30px;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  text-decoration: none;
  color: #FFFFFF!important;
  cursor: pointer;
  background-color: #647B94;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
}
.main-button:hover {
  background-color: #728D85;
}

.second-button {
  display: inline-block;
  padding: 6px 30px;
  font-size: 17px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0.8px;
  color: inherit;
  text-decoration: none;
  border: 2px solid #010101;
  background-color: transparent;
  cursor: pointer;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  outline: none;
}
.second-button::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 0;
  height: 100%;
  background-color: #010101;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.second-button:hover, .second-button:focus {
  color: #FFFFFF;
}
.second-button:hover::before, .second-button:focus::before {
  width: 100%;
}
.second-button.second-button--light {
  color: #FFFFFF;
  border-color: #FFFFFF;
}
.second-button.second-button--light::before {
  background-color: #FFFFFF;
}
.second-button.second-button--light:hover {
  color: #010101;
}

.header.sticky {
    position: sticky;
    top: -1px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0);
    z-index: 1000;
    transition: transform 0.5s ease 0s;
}

.header__top {
  background-color: #282D3C;
}
.header__top-inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 20% 60% 20%;
  grid-template-columns: 20% 60% 20%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 30px;
  min-height: 42px;
}
.header__top-inner::before {
  content: "";
}
.header__top-text {
  -ms-grid-column-align: center;
      justify-self: center;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.header__top-trustpilot {
  -ms-grid-column-align: end;
      justify-self: end;
}
.header__top-trustpilot img {
  mix-blend-mode: lighten;
  -webkit-filter: contrast(1);
          filter: contrast(1);
}
.header__bottom .logo {
  max-width: 220px;
  -ms-grid-column-align: center;
      justify-self: center;
}
.header__bottom .cart {
  position: relative;
}
.header__bottom .cart__number {
  position: absolute;
  top: -4px;
  right: -5px;
  width: 15px;
  height: 15px;
  background-color: #000;
  border-radius: 50%;
  color: #FFF;
  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;
  font-size: 10px;
}
.header__bottom-inner {
  padding: 0 20px 0 30px;
}
.header__bottom-main {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  padding: 35px 0 30px;
}
.header__icons-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-column-align: end;
      justify-self: end;
  gap: 15px;
}
.header__icons-link {
  display: block;
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
}
.header__icons-icon {
  height: 21px;
  max-width: 25px;
  margin: 0;
}
.header__bottom-menu {
  padding: 15px 0 25px;
}
.header__bottom-menu .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
          width:100%;
}
.header__bottom-menu .menu__item-link {
  font-weight: 500;
  color: #333333;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  outline: none;
  font-size:12px;
}
.header__bottom-menu .menu__item-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #BBBBBB;
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__bottom-menu .menu__item-link:hover::after, .header__bottom-menu .menu__item-link:focus::after {
  width: 100%;
}
.header__bottom-menu .menu__item, .header__icons-item {
  position: relative;
}
.header__bottom-menu .menu__item {
    position: static;
}
.header__bottom-menu .menu__item .menu, .header__icons-item .menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  width: 200px;
  padding: 10px;
  background-color: #FFFFFF;
  display: none;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  opacity: 0;
  translate: 0 -10px;
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__bottom-menu .menu__item .menu {
    width: 100%;
    box-shadow: none;
    
    max-width: 1200px;
    left: 50%;
    translate: -50% 0%;

    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}
.header__bottom-menu .menu__item .menu::before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    width: 100%;
    height: 30px;
}

.header__bottom-menu .menu__item .menu .menu__item-link, .header__icons-item .menu .menu__item-link {
  display: block;
  padding-block: 5px;
  text-transform: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.header__bottom-menu .menu__item .menu .menu__item-link::after, .header__icons-item .menu .menu__item-link::after {
  display: none;
}
.header__bottom-menu .menu__item .menu .menu__item-link:hover, .header__icons-item .menu .menu__item-link:hover {
  color: #647B94;
}
.header__bottom-menu .menu__item:hover .menu, .header__icons-item:hover .menu {
  opacity: 1;
  translate: 0;
  pointer-events: all;
  display: block;
}
.header__bottom-menu .menu__item:hover .menu {
    translate: -50% 0%;
    background: #fcfcfc;
}
.header__bottom-menu .menu__item .menu a {
    font-size: 1.1em;
}

.header__bottom-menu .menu__item .menu .menu__item{
    display: inline-block;
  padding: .5em;
  width: 24%;
  vertical-align: top;
}

.header__icons-item .menu {
  right: 0;
  left: auto;
  width: 150px;
}
.header__icons-item .menu__item-link {
  color: inherit;
  text-decoration: none;
  text-align: center;
}
.header__top, .header__bottom-menu {
  max-height: 70px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__mobile-search-btn {
  display: none;
}
.header.header--minimal {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
.header.header--minimal .header__top {
  max-height: 0;
  padding: 0;
  opacity: 0;
  overflow: hidden;
}

@media (max-width: 900px) {
  .header__bottom-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header__bottom-menu .menu {
    gap: 20px;
  }
}
@media (max-width: 800px) {
  .header__top-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-inline: 0;
  }
  .header__top-inner::before {
    display: none;
  }
  .header__bottom-inner {
    padding-inline: 0;
  }
  .header__mobile-search-btn {
    display: block;
  }
  .header .search {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #DEDDDB;
    border-top: 1px solid #BBBBBB;
    border-bottom: 1px solid #BBBBBB;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .header .search__form-input {
    padding: 10px;
    background-color: #DEDDDB;
  }
  .header .search__form-button {
    padding-inline: 20px;
  }
  .header .search.search--active {
    opacity: 1;
    pointer-events: all;
  }
}
@media (max-width: 959px) {
  .header__bottom-menu {
    display: none;
  }

}
@media (max-width: 600px) {
  .header__top-inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header__top-trustpilot {
    display: none;
  }
}
@media (max-width: 480px) {
  .header__top-text {
    font-size: 10px;
    line-height: 12px;
  }
  .header__bottom-main {
    -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;
    gap: 30px;
    padding: 20px 0;
  }
  .header__icons-menu {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__left, .footer__right {
  width: 50%;
}
.footer__left {
  background-color: #282D3C;
}
.footer__right {
  background-color: #DEDDDB;
}
.footer__left-inner, .footer__right-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  max-width: 600px;
  padding: 65px 0 75px;
}
.footer__left-inner {
  margin-left: auto;
  color: #FFFFFF;
}
.footer__right-inner {
  margin-right: auto;
  color: #010101;
  padding-left: 30px;
}
.footer__column-title {
  font-size: 14px;
  line-height: 24px;
  font-weight: 800;
  letter-spacing: 2px;
  margin-bottom: 30px;
}
.footer__text, .footer__address, .footer__link,
.footer .menu__item-link {
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  color: #fff;
}
.footer__text {
  max-width: 255px;
}
.footer__address {
  font-style: normal;
  margin-bottom: 20px;
}
.footer__address span {
  display: block;
}
.footer__link,
.footer .menu__item-link {
  text-decoration: none;
  display: block;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.footer__link:hover,
.footer .menu__item-link:hover {
  color: #647B94;
}
.footer .social {
  margin-top: 20px;
}
.footer .menu {
  list-style: disc;
  padding-left: 15px;
}
.footer .menu__item {
  font-size: 13px;
  color: #fff;
}
.footer__trustpilot {
  margin-top: 20px;
}
.footer__trustpilot img {
  mix-blend-mode: lighten;
}
.footer__bottom {
  padding: 30px 0;
}

@media (max-width: 1150px) {
  .footer__left-inner {
    padding-left: 15px;
  }
  .footer__right-inner {
    padding-right: 15px;
  }
}
@media (max-width: 960px) {
  .footer__left-inner, .footer__right-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .footer__text,
  .footer .newsletter__form, .footer__trustpilot img {
    margin-inline: auto;
  }
  .footer .social__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer .menu {
    padding-left: 0;
    list-style: none;
  }
}
@media (max-width: 600px) {
  .footer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__left, .footer__right {
    width: 100%;
  }
}
.search {
  width: 212px;
}
.search__form, .search__form-input {
  width: 100%;
}
.search__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #BBBBBB;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.search__form:has(.search__form-input:focus) {
  border-bottom-color: #647B94;
}
.search__form-input {
  font-weight: 500;
  letter-spacing: 2px;
  border: none;
  outline: none;
}
.search__form-button {
  padding: 5px;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.search__form-button-icon {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0;
}

.social__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.social__item svg {
  width: 25px;
  height: 25px;
  fill: #FFFFFF;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.social__item:hover svg {
  fill: #647B94;
}

.newsletter__form {
  max-width: 250px;
}
.newsletter__form, .newsletter__form-input {
  width: 100%;
}
.newsletter__form-input-wrapper + .newsletter__form-input-wrapper {
  margin-top: 15px;
}
.newsletter__form-checkbox-label, .newsletter__form-button {
  margin-top: 15px;
}

.newsletter__form-button {
    background:#647b94;
    color:#ffffff;
    border-color:#647b94;    
    text-transform: uppercase;
}

.newsletter__form-checkbox-label, .newsletter__form-button:before{
  display:none;
}

.newsletter__form-checkbox-label {
  display: block;
  cursor: pointer;
  font-weight: 400;
}
.newsletter__form-checkbox-custom {
  margin-right: 5px;
}

.main-slider__slide-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  min-height: 800px;
  padding: 100px 40px;
  color: #FFFFFF;
}
.main-slider__slide-content-inner {
  text-align: center;
}
.main-slider__slide-title {
  font-family: "Poppins", sans-serif;
  font-size: 37px;
  line-height: 43px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 10px;
}
.main-slider__slide-text {
  max-width: 500px;
  margin-bottom: 20px;
  position: relative;
  color: #fff;
  font-weight: 700;
}
.main-slider__slide-link {
  margin-inline: auto;
}
.main-slider__slide-cover-link {
  color: inherit;
  text-decoration: none;
}
.main-slider .slick-dots {
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.main-slider .slick-dots li:only-child {
  display: none;
}
.main-slider .slick-dots button {
  position: relative;
  width: 12px;
  height: 12px;
  font-size: 0;
  border-radius: 50%;
  background-color: #FFFFFF;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.main-slider .slick-dots button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 200%;
  height: 200%;
}
.main-slider .slick-dots .slick-active button {
  scale: 1.3;
  pointer-events: none;
}

@media (max-width: 600px) {
  .main-slider__slide-content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 500px;
    padding: 60px 20px;
  }
  .main-slider__slide-title {
    font-size: 30px;
    line-height: 35px;
  }
}
.usp {
  padding: 30px 0 35px;
}
.usp__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
}
.usp__item {
  text-align: center;
}
.usp__item-icon {
  width: 35px;
  height: 25px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto 10px;
  display: inline-block;
}
.usp__item-title {
  font-size: 12px;
  line-height: 17px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #363636;
  display: block;
}
.usp__item-text {
  display: block;
  max-width: 300px;
  margin-top: 10px;
}
.usp__item-link {
  color: inherit;
  text-decoration: none;
}

.pageId1 .blog{
  padding-top: 60px;
}

.blog {
  padding: 5px 0 70px;
}
.blog__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 60px 28px;
}
.blog__item-image {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0;
}
.blog__item-content {
  padding: 0 5px;
  font-family: "Poppins", sans-serif;
}
.blog__item-title, .blog__item-title:first-child {
  min-height: 21px;
  margin-top: 15px;
  font-size: 17px;
  line-height: 21px;
  font-weight: 700;
  -webkit-line-clamp: 1;
}
.blog__item-text {
  min-height: 54px;
  margin-top: 10px;
  font-size: 13px;
  line-height: 27px;
  -webkit-line-clamp: 2;
}
.blog__item-link {
  display: block;
  margin-top: 10px;
  text-align: center;
  color: #fff!important;
}

@media (max-width: 768px) {
  .pageId1 .blog{
    padding-top: 30px;
  }
  .blog__list {
    grid-gap: 30px 15px;
  }
}
@media (max-width: 600px) {
  .blog__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 400px) {
  .pageId1 .blog{
    padding-top: 20px;
  }
  .blog__list {
    grid-gap: 20px 10px;
  }
  .blog__item-content {
    padding: 0;
  }
  .blog__item-title {
    min-height: 36px;
    margin-top: 10px;
    font-size: 16px;
    line-height: 18px;
    -webkit-line-clamp: 2;
  }
  .blog__item-text {
    line-height: 16px;
    min-height: 64px;
    -webkit-line-clamp: 4;
  }
  .blog__item-link {
    padding: 10px;
  }
}
.products {
  padding: 50px 0 55px;
  background-color: #EEEEED;
}
.products__product {
  padding-inline: 11px;
}
.products__product-image {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  padding: 30px;
  margin: 0;
  background-color: #FFFFFF;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.products__product-link {
  display: block;
  color: inherit;
  text-decoration: none;
  position: relative;
}
.products__product-badges {
  position: absolute;
  top: 10px;
  right: 10px;
  left: 10px;
  /* height: calc(100% - 10px); */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1;
}

.products__product-badges .custom-badges,
.products__product-badges .standard-badges{
  width:50%;
}

.products__product-badges .standard-badges{
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.products__product-badges .badge{
  width: 60px;
  text-align: center;
  padding: 5px;
  color: #ffffff;
  white-space: initial!important;
  line-height: 1.1;
  margin-bottom: 5px;
}

.products__product-badges .badge.yellowWhite{
  background: #E1AD00;
}

.products__product-badges .badge.blueWhite{
  background: #647B94;
}

.products__product-badges .badge.blackWhite{
  background: #000000;
}

.products__product-badges .badge.blackYellow{
  background: #000000;
  color: #E1AD00;
}

.products__product-badges .badge.redWhite{
  background: #B21717;
}

.products__product-badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 55px;
  width: 55px;
  border-radius: 50%;
  font-weight: 600;
  color: #FFFFFF;
  background-color: #647B94;
  overflow: hidden;
  margin: 0 2px 4px 2px;
}
.products__product-badge.products__product-badge--discount {
  font-size: 9px;
  line-height: 10px;
  font-weight: 500;
  background-color: #728D85;
  z-index: 1;
}
.products__product-badge.products__product-badge--discount strong {
  display: block;
  font-size: 19px;
  line-height: 20px;
  font-weight: 700;
}
.products__product-price, .products__product-discount-price, .products__product-title {
  padding-inline: 5px;
}
.products__product-badge.m-productlist-new{
  background: #314F40;
}
.products__product-badge.m-productlist-soldout{
  background: #B65034;
}
.products__product-title {
  display: -webkit-box;
  min-height: 48px;
  margin-top: 20px;
  line-height: 24px;
  text-transform: uppercase;
  -webkit-line-clamp: 2;
}
.products__product-discount-price {
  min-height: 20px;
  font-size: 11px;
  line-height: 20px;
  text-decoration: line-through;
  color: #929291;
}

.prices{
  margin-top: 10px;
}

.products__product-price {
  display: block;
  font-size: 17px;
  line-height: 21px;
  font-weight: 700;
  text-transform: uppercase;
  color: #314f40;
  word-break: break-all;
  margin-top: auto;
}
.products__product-button-link,
.products__product-button-link:visited {
    text-align: center;
    color: #FFF!important;
    margin-top: 15px;
        display: flex;
    width: auto;
    justify-content: center;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after,
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
  color:#777!important;
}

.content.product-transaction.product-action{
  padding-top: 0;
  padding-bottom: 0;
}

.productItem .type-col .product-description{
  margin-bottom: 0;
}

.products .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 1;
  translate: 0 -50%;
  font-family: "Comfortaa", sans-serif;
  font-size: 47px;
  line-height: 47px;
  font-weight: 300;
  border: none;
  background-color: transparent;
  cursor: pointer;
  -webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0));
          filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0));
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.products .slick-arrow:hover {
  -webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5));
}
.products .slick-next {
  left: 100%;
}
.products .slick-prev {
  right: 100%;
}

.modules.m-productlist.m-productlist-list>.row{
  display: flex;
  flex-wrap: wrap;
}


.content.product-transaction.m-productlist-transactions,
.productItem .type-col .product-transaction{
  border: none;
  background: none;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  padding-right: 0;
}

.iframe-wrapper{
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}

.iframe-wrapper iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 1280px) {
  .products .slick-next {
    right: 0;
    left: auto;
  }
  .products .slick-prev {
    left: 0;
    right: auto;
  }
}
@media (max-width: 600px) {
  .products__product {
    padding-inline: 7px;
  }
}
.cards {
  padding: 70px 0 35px;
}
.cards__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 18px;
}
.cards__item {
  position: relative;
  overflow: hidden;
}
.cards__item-video, .cards__item-image {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0;
}
.cards__item-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  padding: 28px;
  color: #FFFFFF;
  text-align: center;
}
.cards__item-title {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 2px;
}
.cards__item-text {
  margin-bottom: 20px;
}
.cards__item-video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.cards__item-video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: 1;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.cards__item-video-play-btn:hover .cards__item-video-play-icon {
  scale: 0.9;
}
.cards__item-video-play-icon {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cards__item-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}

.m-product-packet .panel-border .t-striped > li:nth-child(odd),
.m-product-packet .panel-heading,
.m-product-packet .panel{
  background-color: #fff!important;
}

.m-product-packet-headline .h4{
  font-size: 22px;
  line-height: 25px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000;
}



@media (max-width: 600px) {
  .cards__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.mm-navbar {
  background-color: #282D3C;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #FFFFFF;
  border-bottom: none;
}
.mm-listitem:after {
    display: none;
}
.mm-wrapper_background .mm-page {
  background-color: #FFFFFF;
}

.mm-wrapper__blocker {
  display: block;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.mm-wrapper_blocking .mm-wrapper__blocker {
  background-color: rgba(0, 0, 0, 0.5);
  pointer-events: all;
}

.mm-slideout { 
    z-index: 0; 
}
.mm-menu_offcanvas {
    z-index: 9;
}

.mm-panel, .mm-panels {
    background-color: #F8F8F8;
}

.text-block {
    padding: 65px 0;
}

.text-block__content {
    max-width: 950px;
    margin-inline: auto;
    text-align: center;
}

.text-block__text p + p {
    margin-top: 30px;
}
.nav-tabs li.active > a,
.input-group-addon.m-product-transaction-unittitle,
.select2-chosen::placeholder,
.choseVariantWarning{
    font-size: 12px!important;
}
.cart-link-addto-wishlist span,
.m-product-information .wishlist-button span {
    font-size: 2em;
}
.cart-link-addto-wishlist{
  font-size: 14px;
}

.m-wishlist-header .button-icon{
    width:130px;
}

.m-wishlist-header .button.button-icon{
    border-color: #728D85;
        background-color: #728D85;
}
.m-wishlist-header .button.button-icon > .fa{
    background-color: #86b3a5;
}

.select2-container .select2-choice{
    box-shadow:none;
    border-color: #728D85 !important;
    height: 40px;
    line-height: 40px;
}

.select2-container .select2-choice .select2-arrow{
    padding-top: 6px;
}

.m-product-soldout,
.m-product-instock,
.variantInfoPanel .panel-success{
    background: none;
    border: none;
    color: #728D85;
}

.m-product-soldout{
  color: #B65034;
}

.m-product-info .panel-body,
.m-product-soldout .panel-body,
.m-product-instock .panel-body,
.variantInfoPanel .panel-success .panel-body{
  padding-left: 0;
}

.variantInfoPanel .panel-danger{
  background: none;
  border: none;
}

.variantInfoPanel .panel-danger .panel-body{
  padding-left:0;
}

#m-contact .panel-border{
    border:none;
}

.m-product-sizeguide a{
    background:#728D85;
    color: #ffffff!important;
    display: block;
    padding: 9px 10px;
}

.checkoutFrame .button-primary,
.checkoutFrame .button,
.modules.m-cart .button-primary,
.modules.m-cart .button{
    font-family: "Poppins",sans-serif;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .8px;
    padding: 14px 12px;
    line-height: 10px;
        height: unset;
}

.modules.m-cart-content  .panel-border .panel-heading{
    background:#728d85;
    border-color:#728d85;
}

.cart-utilities .small.button-icon>.fa{
    line-height: 2.5!important;
}

.m-cart-coupon-row form .button{
    height: 30px!important;
    line-height: 30px!important;
    padding: 0 12px!important;
}

.w-notification .panel-success{
  background: #fff;
  border-color:#728d85;
  color:#728d85;
}

.pLeft{
  left: 30px;
}

.pLeft2{
  left: 40px;
}

.w-login .input-group-addon{
  padding-top: 12px;
}

.paymentMethodOnlineIcons{
  display: flex;
}

@media(min-width:960px){

    .header__bottom-menu .menu__item{
        padding:0 5px;
    }
}

@media(min-width:1024px){
    .header__bottom-menu .menu__item-link{
        font-size:13px;
    }
}

@media(min-width:1140px){
    .header__bottom-menu .menu__item-link{
        font-size:14px;
    }
    .header__bottom-menu .menu__item{
        padding:0 8px;
    }
}

@media(min-width:1240px){
    .header__bottom-menu .menu__item-link{
        letter-spacing:1px;
    }
    .header__bottom-menu .menu__item{
        padding:0 7px;
    }
}

.category-item-title .h5{
    text-transform:uppercase;
}

/* .products__product .hover-image {
  opacity: 0;
  visibility: hidden;
  position: absolute !important;
  left: 0;
  top: 0;
} */


.productItem .productContent .hover-image {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
}

.variantsList{
  display: flex;
  flex-wrap: wrap;
}

.variantsList .out-of-stock{
  color: #ccc;
  text-decoration: line-through;
}

.row-buttons .button-primary,
.row-buttons .button-text{
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}

.anchor-link{
  display: inline-block;
  margin-top: 10px;
  text-decoration: underline;
}

@media (min-width: 960px) {
 	.productItem .productContent .hover-image {
        transition: all .2s ease-in;
    }
    .productItem .productContent .image:hover .hover-image {
        opacity: 1;
        visibility: visible;
    }
}

/* 
@media (min-width: 960px) {
 	.products__product .hover-image {
        transition: all .2s ease-in;
    }
    .products__product .products__product-link:hover .hover-image {
        opacity: 1;
        visibility: visible;
    }
} */


/* popup */
.w-newsletter-popup {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	margin: auto;
	z-index: 9999;
	translate: 0 125%;
    transition: translate .2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .75);
}
.w-newsletter-popup .popup-inner-wrapper {
    max-width: 90%;
    width: 800px;
	-webkit-box-shadow: 5px -5px 15px rgba(0, 0, 0, .4);
	box-shadow: 5px -5px 15px rgba(0, 0, 0, .4);
	position: relative;
	border: 5px solid #fff;
}
.w-newsletter-popup .toggle {
	position: absolute;
	top: -15px;
	right: -15px;
	z-index: 10;
	font-size: 20px;
	background: white;
	border-radius: 100%;
	width: 30px;
	height: 30px;
	display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: none;
}
.popup-inner-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.popup-inner-wrapper>div {
    width: 100%;
}
.popup-inner-wrapper img{
    height: 100%;
    object-position: top;
    max-height: 25vh;
    width: 100%;
    margin: auto;
    object-fit: cover;
    display: block;
}

.popup-inner-wrapper>div:last-child{
    padding:20px;
    background: #ffffff;
    text-align:center;
        display: flex;
    flex-direction: column;
    justify-content: center;
}

.w-newsletter-popup.visible {
	translate: 0;
}

.w-newsletter-popup .popup-title {
	font-weight: 600;
	font-size: 24px;
	line-height: 24px;
	margin: 0;
}

.w-newsletter-popup .popup-subtitle {
	font-size: 12px;
	font-weight: 400;
	margin: 20px 0;
}

.popup-inner-wrapper .form-input {
    font-size: 1em;
    height: auto;
}

.w-newsletter-popup .form-submit{
  background: #728D85;
  margin-top: 1em;
}

.tab {
	position: fixed;
	bottom: 0;
	right: 10px;
	z-index: 98;
	padding: 10px 25px;
	display: block;
	font-weight: bold;
	letter-spacing: 1px;
	border: none;
    width: auto;
    background: #647B94;
}

.w-newsletter-popup  .form-submit {
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 1px;
}

.swiper-products{
  width: 100%;
}

.fancybox-wrap{
  max-width: 1200px;
  margin: 0 auto;
  left: 0 !important;
  right: 0;
}

.fancybox-inner{
  max-width: 1200px;
  padding: 20px;
  width: 100% !important;
}
.fancybox-skin {
  background-color: #fff;
}

@media (min-width: 600px) {
    .popup-inner-wrapper>div {
        width: 50%;
    }
    .popup-inner-wrapper img {
        max-height: 100%;
    }
}
