/* RIA Super Display Sans Comp */
@font-face {
  font-family: 'RIA Super Display Sans Compress';
  src: url('/wp-content/themes/fungi-theme-v4-8-1/landing/fonts/RIASuperDisplaySansComp.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* SF Pro Rounded Regular */
@font-face {
  font-family: 'SF Pro Rounded';
  src: url('/wp-content/themes/fungi-theme-v4-8-1/landing/fonts/sf-pro-rounded.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* SF Pro Rounded Light */
@font-face {
  font-family: 'SF Pro Rounded';
  src: url('/wp-content/themes/fungi-theme-v4-8-1/landing/fonts/SF-Pro-Rounded-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
/* SF Pro Text */
@font-face {
  font-family: 'SF Pro Text';
  src: local('SF Pro Text Regular'), local('SFProDisplay-Regular'),
  url('/wp-content/themes/fungi-theme-v4-8-1/assets/fonts/SFProDisplay-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*Fira Sans Compressed*/
@font-face {
  font-family: 'Fira Sans Compressed';
  src: url('/wp-content/themes/fungi-theme-v4-8-1/assets/fonts/Firasanscompressedbold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  color: #000000;
  overflow-x: hidden;
}

.container {
  width: 100%;
  max-width: 1260px;
  padding: 0 20px;
  margin: 0 auto;
}

.stars {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-left: auto;
}

.reviews {
  padding-top: 26px;
  padding-bottom: 52px;
}
.reviews__title {
  font-family: 'SF Pro Rounded', sans-serif;
  font-weight: 300;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0.8px;
  margin-bottom: 31px;
  text-align: center;
}
.reviews .container {
  position: relative;
}
.reviews .nav-btn {
  background-color: #6EBCF3;
  position: absolute;
  top: 59%;
  transform: translateY(-50%);
  z-index: 5;
}
.reviews .nav-btn.swiper-button-disabled {
  opacity: 0.5;
}
.reviews .nav-btn--prev {
  left: -110px;
}
.reviews .nav-btn--next {
  right: -110px;
}
.landing-catalog .nav-btn {
  background-color: #FFFFFF;
  position: absolute;
  /*top: 50%;*/
  top: 253px;
  transform: translateY(-50%);
  z-index: 5;
}
.landing-catalog .nav-btn.swiper-button-disabled {
  opacity: 0.5;
}
.landing-catalog .nav-btn--prev {
  left: -110px;
}
.landing-catalog .nav-btn--next {
  right: -110px;
}
.review {
  display: flex;
  padding: 0;
  background-color: #e8e8e8;
  border-radius: 16px;
  height: auto;
}
.review-image {
  flex-shrink: 0;
  padding-left: 8px;
  display: flex;
  justify-content: center;
  width: 220px;
}
.review-image img {
  object-fit: contain;
  display: block;
}
.review-info {
  display: flex;
  flex-direction: column;
  padding: 18px 20px 18px 0;
}
.review-info__author {
  color: #000;
  font-weight: 400;
  font-style: Italic;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.24px;
  text-align: right;
  margin-top: 10px;
  opacity: 0.5;
  margin-bottom: 0;
}
.review-info__text {
  color: #000;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.24px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: left;
}
.review-info__link {
  margin-top: auto;
  text-align: right;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-decoration: underline;
  text-decoration-style: solid;
  color: #6EBCF3;
}

.created__wrapper {
  display: flex;
  gap: 20px;
}
.created__image {
  flex-shrink: 0;
  margin-top: -83px;
  align-self: flex-end;
}
.created__info {
  padding-top: 39px;
}
.created__title {
  font-family: 'SF Pro Rounded', sans-serif;
  font-weight: 300;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0.8px;
}
.created__text {
  font-family: 'SF Pro Rounded', sans-serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0.48px;
  margin-top: 42px;
}
.landing-page .new-product-inner .product-image-wrapper{
  background: linear-gradient(200.86deg, rgba(110, 188, 243, 0.75) 10.83%, rgba(195, 166, 205, 0.75) 85.16%);

}
.smart {
  padding-bottom: 54px;
}
.smart__wrapper {
  display: flex;
  gap: 5px;
  position: relative;
}
.smart__image {
  position: absolute;
  right: -200px;
  top: -146px;
  width: 810px;
}
.smart__image img {
  display: block;
}
.smart__info {
  padding-top: 40px;
  max-width: 773px;
  position: relative;
  z-index: 5;
}
.smart__title {
  font-family: 'SF Pro Rounded', sans-serif;
  font-weight: 300;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0.8px;
}
.smart__text {
  margin-top: 28px;
  font-family: 'SF Pro Rounded', sans-serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0.48px;
}

.hero {
  background: linear-gradient(200.86deg, rgba(110, 188, 243, 0.75) 10.83%, rgba(195, 166, 205, 0.75) 85.16%);
  position: relative;
}
.hero-slide {
  min-height: 707px;
  color: #ffffff;
}
.hero-slide:nth-child(2) .hero-slide__image-wrap{
  bottom: 0;
}
.hero-slide__info {
  padding-top: 152px;
  max-width: 605px;
  color: white;
  position: relative;
  z-index: 5;
}
/* Добавил позиционионирование для десктопа для второго слайда */
.hero-slide:nth-child(2) .hero-slide__info {
  max-width: 429px;
  padding-top: 235px;
}
/**/
.hero-slide__uptitle {
  font-family: 'SF Pro Rounded', sans-serif;
  font-weight: 300;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0.8px;
  margin-bottom: 35px;
  color: white;
}
.landing-page .hero-slide__title,
.hero-slide__title {
  font-family: 'RIA Super Display Sans Compress', sans-serif;
  font-weight: 400;
  font-size: 96px;
  line-height: 100%;
  letter-spacing: -1.92px;
  text-transform: uppercase;
  color: white;
  margin-bottom: 0;
}
.hero-slide__desc {
  font-family: 'SF Pro Rounded', sans-serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0.48px;
  margin-top: 31px;
  color: white;
  margin-bottom: 0;
  max-width: 363px;
}
.hero-slide:nth-child(2) .hero-slide__desc{
  max-width: 420px;
}
.hero-slide__btn {
  display: inline-flex;
  text-decoration: none;
  margin-top: 75px;
  background-color: white;
  color: #000000;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.0509803922);
  border-radius: 100px;
  padding: 18px 46px;
  font-family: 'SF Pro Rounded', sans-serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0.48px;
}
.hero-slide__image {
  position: absolute;
  right: 0;
  max-height: 100%;
  height: 100%;
}
.hero-slide__image-wrap {
  max-width: 100%; /* было 1680px. Сменил из-за нового слайда */
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  bottom: 0px;
  pointer-events: none;
}
.hero-slide__image-wrap img {
  height: auto;
}
.hero .container {
  position: relative;
}
.hero .swiper {
  overflow: visible;
}
.hero .swiper-pagination {
  top: 100px;
  bottom: unset;
  left: calc((100vw - 1220px) / 2);
  display: flex;
  gap: 37px;
  align-items: center;
}
.hero .swiper-pagination-bullet {
  background-color: white;
  margin: 0 !important;
  border-radius: 50px;
  width: 49px;
  height: 6px;
  opacity: 0.3;
}
.hero .swiper-pagination-bullet-active {
  height: 12px;
  width: 98px;
  opacity: 1;
}

.compare-wrap {
  position: relative;
  width: 100%;
  border-radius: 25px;
  margin: 0 auto;
  overflow: hidden;
}
.compare-wrap__name {
  position: absolute;
  bottom: 22px;
  left: 33px;
  font-family: 'RIA Super Display Sans Compress', sans-serif;
  font-weight: 400;
  font-size: 51.32px;
  line-height: 100%;
  letter-spacing: -1.02px;
  text-transform: uppercase;
  color: #ffffff;
  z-index: 999;
  opacity: .68;
  margin-bottom: 0;
}

.img-bottom {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
}

.img-top-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  box-sizing: border-box;
  z-index: 10;
}

.img-top {
  display: block;
  height: 100%;
  width: 100%;
  max-width: none;
}

.custom-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 120px;
  height: 100%;
  transform: translateX(-50%);
  z-index: 100;
  cursor: grab;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  touch-action: none;
  pointer-events: auto;
}

.custom-handle:active {
  cursor: grabbing;
}

.custom-handle .arrow {
  width: 25px;
  height: 48px;
  flex-shrink: 0;
  pointer-events: none;
  display: none;
}

.custom-handle .arrow svg {
  width: 100%;
  height: 100%;
  display: block;
}

.custom-handle .arrow-right svg {
  transform: scaleX(-1);
}

.custom-handle .cursor-center {
  width: 152px;
  height: 367px;
  flex-shrink: 0;
  pointer-events: none;
  background-image: var(--cursor-icon);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  z-index: 101;
}

.custom-handle::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 4px;
  height: 100%;
  background: #fff;
  transform: translateX(-50%);
  z-index: 1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  pointer-events: none;
}

.compare {
  background-color: #E5D9D3;
  padding-top: 40px;
  padding-bottom: 100px;
}
.compare__wrapper {
  display: flex;
  gap: 40px;
  margin-top: 40px;
}
.compare__wrapper--mobile{
  display: none;
}
.compare__slider {
  width: 100%;
  max-width: calc(50% - 20px);
  background-color: white;
  border-radius: 25px;
  overflow-x: hidden;
  padding-bottom: 35px;
}
.compare .swiper {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.compare .swiper-nav {
  display: flex;
  align-items: center;
  gap: 27px;
  justify-content: center;
  margin-top: auto;
}
.compare .swiper-nav-btn {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 43px;
  min-width: 43px;
  height: 43px;
  background-color: #e8e8e8;
  cursor: pointer;
}
.compare .swiper-nav-btn svg path{
  transition: .3s all;
}
.compare .swiper-nav-btn:hover svg path{
  stroke: #000000;
}
.compare .swiper-nav .swiper-pagination {
  position: relative;
  display: flex;
  align-items: center;
  top: unset;
  bottom: unset;
  gap: 27px;
  width: auto;
}
.compare .swiper-nav .swiper-pagination-bullet {
  background-color: #e8e8e8;
  width: 27px;
  height: 27px;
  flex-shrink: 0;
  border-radius: 50%;
  opacity: 1;
  margin: 0;
}
.compare .swiper-nav .swiper-pagination-bullet-active {
  /*scale:1.6;*/
  background-color: #6EBCF3;
}
.compare-slide__info {
  font-family: 'SF Pro Rounded', sans-serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0.48px;
  padding: 30px 35px 10px;
}

h2.landing-title {
  font-family: 'RIA Super Display Sans Compress', sans-serif;
  font-weight: 400;
  font-size: 96px;
  line-height: 100%;
  letter-spacing: -1.92px;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 0;
}

.nav-btn {
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 49px;
  height: 49px;
  min-width: 49px;
  cursor: pointer;
}
.nav-btn svg{
  transition: .3s all;
}
.nav-btn--next svg {
  transform: scaleX(1);
}
.nav-btn:hover svg path,
.nav-btn:active svg path{
  stroke: #000000;
}
.landing-page .page-top.page-header-1{
  padding: 0;
}
.landing-page .hero-slide__title{
  text-align: left;
}
.landing-page .footer{
  background: linear-gradient(180deg, #A1C5E4 0%, #B4B4D7 100%);
}
.landing-page .footer .header__contacts-list li a{
  background: #000000;
  border:none;
}
.landing-page .nc-card__title{
  color: #000000!important;
}
.landing-page .nc-card__all,
.landing-page .special-anchor a{
  color: #ffffff !important;
}
.landing-page .footernotes-container{
  background: #000000;
}
.landing-page .footer .footernote{
  color: #E5D9D3;
}
.landing-page .footer a.footerlink{
  color: #E5D9D3;
}
.landing-page .logo-footer{
  filter: invert(1);
}
.landing-catalog{
  background: linear-gradient(160.13deg, #E5D9D3 35.03%, #C7B9D3 61.87%, #B5B4D7 86.73%);
  padding-top: 34px;
  padding-bottom: 44px;
}
.landing-catalog .woocommerce-product-search,
.landing-catalog .woocommerce-notices-wrapper{
  display: none;
}
.products.landing-products-grid{
  display: flex;
  flex-wrap: wrap;
  column-gap: 40px;
  row-gap: 24px;
  margin-top: 24px;
  margin-bottom: 0;
  position: relative;
}
.landing-page .new-product-inner .product-volume{
  margin-bottom: 5px;
}
.landing-catalog .product-tags-filter{
  width: 100%;
  padding-bottom: 0;
  border-bottom: 0;
  margin-top: 36px;
}
.landing-products-grid .product{
  width: 100%;
  list-style: none;
  height: auto;
  position: relative;
  min-height: 506px;
}
.landing-products-grid .product .added_to_cart{
  display: none;
}
.product-inner.new-product-inner{
  background-color: white;
}
li.product-col.product .new-product-inner .add_to_cart_button{
  background-color:#000000;
}
li.product-col.product .new-product-inner .add_to_cart_button:hover,
li.product-col.product .new-product-inner .add_to_cart_button:active{
  background-color: #6EBCF3 !important;
}
li.product-col.product .new-product-inner .in-cart-btn{
  background-color: #6EBCF3;
}
li.product-col.product .new-product-inner .in-cart-btn:hover,
li.product-col.product .new-product-inner .in-cart-btn:active{
  background-color: #ABD4F5FF;
}
.new-product-inner .product-content{
  padding-top: 10px;
}
.products .price.new-old-layout{
  color: #6EBCF3;
  margin-bottom: 5px;
  margin-top: auto;
}
.landing-products-grid.is-mobile-grid .swiper{
  margin-inline: 0;
}
.landing-products-grid.is-mobile-grid .swiper-wrapper {
  display: flex !important;
  row-gap: 12px;
  column-gap: 9px;
flex-wrap:wrap;
  transform: none !important;
  transition: none !important;
}

.landing-products-grid.is-mobile-grid .swiper-slide {
  width: 100% !important;
  max-width: calc(50% - 5px);
  margin: 0 !important;
}
.landing-catalog .products .new-product-inner .woocommerce-loop-product__title{
  font-family: 'RIA Super Display Sans Compress', sans-serif;
  font-weight: 400;
  font-size: 32px !important;
  line-height: 100% !important;
  letter-spacing: -.64px;
  text-transform: uppercase;
}
.landing-catalog .new-product-inner .product-description{
  line-clamp: 3;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: 'SF Pro Rounded', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
}
.hero-mob-visible{
  display:none;
}
.hero-mob-hidden{
  display: block;
}
.landing-page .header__top{
  background-color: #000000;
}
.landing-page .header__name,
.landing-page .header__note{
  color: #ffffff;
}
.landing-page .header__contacts-list li a{
  background-color:transparent;
  border:1px solid #e8e8e8;
}
.landing-page .header__options-list li > a,
.landing-page .header__options-list li > button,
.landing-page .header__options-list li.cart .cart-head > a{
  background-color: #E5D9D3;
  color: #000000;
}
.landing-page .header__options-list li button svg{
  fill: #000000;
}
.landing-page .header__options-list li.cart .cart-head > a::after{
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZmlsbD0iIzAwMCIgZD0iTTUuNTI1IDIxcS0uNjc1IDAtMS4yLS40MTNhMi4xIDIuMSAwIDAgMS0uNzI1LTEuMDYybC0yLjU1LTkuMjVhMSAxIDAgMCAxIC4xNjItLjg3NUEuOTIuOTIgMCAwIDEgMiA5aDIwcS41IDAgLjc4Ny40YTEgMSAwIDAgMSAuMTYzLjg3NWwtMi41NSA5LjI1YTIuMSAyLjEgMCAwIDEtLjcyNSAxLjA2MyAxLjkgMS45IDAgMCAxLTEuMi40MTJ6TTUuNSAxOWgxM2wyLjItOEgzLjN6Ii8+PHBhdGggZmlsbD0iIzAwMCIgZD0iTTEzLjc0OSAyLjYwM2ExIDEgMCAwIDEgMS4zNjYuMzY2bDMuNSA2LjA2MmExIDEgMCAwIDEtMS43MzIgMWwtMy41LTYuMDYyYTEgMSAwIDAgMSAuMzY2LTEuMzY2TTEwLjM2NiAyLjYwM0ExIDEgMCAwIDAgOSAyLjk2OUw1LjUgOS4wMzFhMSAxIDAgMCAwIDEuNzMyIDFsMy41LTYuMDYyYTEgMSAwIDAgMC0uMzY2LTEuMzY2Ii8+PC9zdmc+);
}
.landing-page #mini-cart.simple .cart-items{
  background-color:#000000 !important;
  color: #ffffff;
}
.landing-page .header__contacts-list li a svg{
  fill: #ffffff;
}
.load-more-btn{
  display: inline-flex;
  width: auto;
  border-radius: 32px;
  padding: 3px 19px;
  gap: 10px;
  align-items: center;
  color: #ffffff;
  background: #6EBCF3;
  font-family: 'SF Pro Rounded';
  font-weight: 300;
  font-size: 16px;
  line-height: 34px;
  letter-spacing: .32px;
  margin-top: 24px;
  margin-inline: auto;
  border: none;
  outline: none;
}
@media(max-width: 1530px){
  .reviews .swiper{
    margin-inline: 50px;
  }
  .reviews .nav-btn--next{
    right: 0;
  }
  .reviews .nav-btn--prev{
    left: 0;
  }
  .landing-catalog .swiper{
    margin-inline: 50px;
  }
  .landing-catalog .nav-btn{
    top: 50%;
  }
  .landing-catalog .nav-btn--next{
    right: -20px;
  }
  .landing-catalog .nav-btn--prev{
    left: -20px;
  }
}
@media(max-width: 1500px){
  .hero-slide .hero-slide__image-wrap,
  .hero-slide:nth-child(2) .hero-slide__image-wrap{
    bottom: 0;
  }
  .hero-slide__image-wrap img{
    height: 100%;
  }
}
@media(max-width: 1260px){
  .hero .swiper-pagination{
    left: 20px;
    gap: 21px;
    top: 40px;
  }
  .hero .swiper-pagination-bullet{
    height: 4px;
    width: 29px;
  }
  .hero .swiper-pagination-bullet-active{
    height: 6px;
    width: 57px;
  }
  .hero-slide{
    min-height: 809px;
  }
  .hero-slide__info{
    padding-top: 72px;
  }
  .hero-slide__image{
    bottom: 10%;
    height: 80%;
  }
  .smart__image{
    width: 600px;
  }
}
@media(max-width: 960px){
  .hero-slide__info, .hero-slide:nth-child(2) .hero-slide__info{
    max-width: 290px;
  }
  /* Добавил для позиционирования текста второго слайда*/
  .hero-slide:nth-child(2) .hero-slide__info {
	padding-top: 119px;
  }
  /**/
  .hero-slide .hero-slide__image-wrap, .hero-slide:nth-child(2) .hero-slide__image-wrap{
    position: relative;
    right: unset;
    bottom: unset;
  }
  .hero-slide__image{
    bottom: unset;
    position: relative;
    height: 500px;
  }
  .hero-slide__image img{
	height: 100%;
    /* margin-inline: auto; */
	/* Обновил */
	width: auto;
    margin-inline-start: auto;
    margin-inline-end: 0;
  }
  .smart__image {
    width: 500px;
  }
  .created__wrapper{
    flex-direction: column-reverse;
  }
  .created__image{
    margin-top: 0;
  }
  .compare .swiper-nav,
  .compare .swiper-nav .swiper-pagination{
    gap: 6px;
  }
  .compare .swiper-nav .swiper-pagination-bullet{
    width: 20px;
    height: 20px;
  }
  .compare .swiper-nav .swiper-pagination-bullet-active,
  .compare .swiper-nav-btn{
    width: 32px;
    height: 32px;
    min-width: 32px;
  }
  .compare .swiper-nav-btn svg{
    width: 9px;
    height: 18px;
  }
  .products.landing-products-grid{
    column-gap: 10px;
  }
  .products.landing-products-grid .product{

  }
}
@media(max-width: 900px){
  .reviews .swiper{
    margin-right: -20px;
  }
}
@media(max-width: 767px){
  .compare__wrapper{
    flex-wrap: wrap;
  }
  .compare__wrapper--mobile{
    display: block;
  }
  .compare__wrapper--desktop{
    display: none;
  }
  .compare__slider{
    max-width: 100%;
    padding-bottom: 21px;
    border-radius: 14px;
  }
  .hero-slide__uptitle{
    font-size: 25px;
    line-height: 100%;
    letter-spacing: .5px;
    margin-bottom: 17px;
  }
  .landing-page .hero-slide__title, .hero-slide__title{
    font-size: 55px;
    line-height: 100%;
    letter-spacing: -1.1px;
  }
  .hero-slide__desc{
    font-size: 18px;
    line-height: 100%;
    letter-spacing: .36px;
    margin-top: 20px;
  }
  .hero-slide__btn{
    font-size: 16px;
    padding: 3px 15px;
    margin-top: 35px;
  }
  /* БЫЛО
  .hero-slide .hero-slide__image-wrap, .hero-slide:nth-child(2) .hero-slide__image-wrap{
    position: absolute;
    right: unset;
    bottom: -190px;
  } */
  .hero-slide .hero-slide__image-wrap, .hero-slide:nth-child(2) .hero-slide__image-wrap{
    position: absolute;
    right: unset;
    bottom: unset;
    top: 0;
  }
  .reviews .swiper{
    margin-inline: 0;
    margin-right: -20px;
  }
  .smart__title{
    font-size: 32px;
    line-height: 38px;
    letter-spacing: .64px;
    max-width: 245px;
  }
  .smart__text{
    font-size: 18px;
    line-height: 24px;
    letter-spacing: .72px;
  }
  .smart__info{
    padding-top: 28px;
  }
  .smart{
    padding-bottom: 40px;
  }
  h2.landing-title{
    font-size: 64px;
    line-height: 100%;
    letter-spacing: -2.9px;
    text-align: center;
  }
  .compare{
    padding-top: 26px;
    padding-bottom: 35px;
  }
  .compare-wrap{
    border-radius: 14px;
  }
  .compare-wrap__name{
    bottom: 8px;
    left: 13px;
    font-size: 36px;
    line-height: 100%;
    letter-spacing: -.72px;
  }
  .compare-slide__info{
    padding: 25px 13px 10px;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: .36px;
  }
  .compare__wrapper{
    margin-top: 16px;
  }
  .created__info{
    padding-top: 30px;
  }
  .created__title{
    font-size: 32px;
    line-height: 38px;
    letter-spacing: .64px;
  }
  .created__text{
    font-size: 18px;
    line-height: 22px;
    letter-spacing: .36px;
    margin-top: 29px;
  }
  .products.landing-products-grid{
    margin-top: 16px;
    row-gap: 12px;
    column-gap: 9px;
  }
  .landing-catalog .product-tags-filter{
    margin: 0 -20px 15px 0;
    padding: 0;
    width: calc(100% + 20px);
  }
  .landing-catalog{
    padding-top: 23px;
    padding-bottom: 23px;
  }
  .products.landing-products-grid .product{
  }
  .products.landing-products-grid .product-content{
    padding: 7px 8px 10px;
  }
  .landing-products-grid.is-mobile-grid:not(.is-expanded) .swiper-slide:nth-child(n+5) {
    display: none !important;
  }

  .landing-products-grid.is-mobile-grid.is-expanded .swiper-slide:nth-child(n+5) {
    display: block !important;
  }
  .landing-catalog .products .new-product-inner .woocommerce-loop-product__title{
    font-size: 24px !important;
    line-height: 100% !important;
    letter-spacing: -.48px;
  }
  .landing-catalog .new-product-inner .product-description{
    line-height: 18px;
  }
  .landing-catalog .nav-btn{
    display: none;
  }
  .reviews{
    padding-top: 21px;
    padding-bottom: 28px;
  }
  .reviews__title{
    font-size: 24px;
    line-height: 100%;
    letter-spacing: -.24px;
    text-align: left;
    padding-right: 85px;
    margin-bottom: 51px;
  }
  .reviews .nav-btn{
    border-radius: 6px;
    width: 26px;
    height: 26px;
    transform: unset;
    min-width: 26px;
  }
  .reviews .nav-btn svg{
    width: 6px;
    height: 12px;
  }
  .reviews .nav-btn--next{
    top: 0;
    right: 20px;
  }
  .reviews .nav-btn--prev{
    top: 0;
    right: 56px;
    left: unset;
  }
  .review{
    height: 100%;
    flex-direction: column;
    gap: 2px;
    padding: 0 16px 16px 15px;
  }
  .review-image{
    align-self: center;
    padding-left: 0;
  }
  .review-info{
	padding: 0;
  }
  .review-info__author{
    margin-top: 6px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
  }
  .review-info__text{
    margin-top: 6px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.3px;
    margin-bottom: 17px;
  }
  .review-info__link{
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.3px;
  }
  .landing-page .header__top{
    background-color: #ffffff;
  }
  .landing-page .header__options-list li > a, .landing-page .header__options-list li > button, .landing-page .header__options-list li.cart .cart-head > a{
    background: none;
  }
}
@media(max-width: 500px){
  .hero-mob-hidden{
    display:none;
  }
  .hero-mob-visible{
    display: block;
  }
  .hero-slide__image{
    height: 100%;
  }
  .smart__image {
    width: 392px;
    right: -109px;
    top: -169px;
  }
  .custom-handle::before{
    width: 2px;
  }
  .custom-handle .cursor-center{
    height: 210px;
  }
  .review-image{
    width: 218px;
    height: 239px;
  }
  .created__wrapper {
    gap: 5px;
  }
}
