/** Shopify CDN: Minification failed

Line 140:29 Expected ")" to end URL token

**/

/* Custom-header */

* {
  scroll-behavior: smooth;
}

ul {
  list-style: none;
}

.custom-header__inner .list-menu {
  display: flex;
}

.custom-header__logo img {
  position: absolute;
  top: 19px;
}

.custom-header__icon {
  width: 44px;
  height: 44px;
}


.header__icon--menu {
  display: none;
}

header-drawer {
  display:none;
}

.custom-header-wrapper {
  position: sticky;
  top: 0;
  z-index: 100;
  transition: all 0.3s ease;
  background: rgb(var(--color-background));
  display: block;
}

.custom-header {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s ease;
  background: rgb(var(--color-background));
}

.custom-header--hidden {
  transform: translateY(-100%);
}

.custom-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 30px;
}

.custom-header__logo img {
  height: auto;
  max-width: 160px;
}

.custom-header__icons {
  display: flex;
  align-items: center;
  gap: 16px;
}

.custom-header__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: rgb(var(--color-foreground));
}


@media screen and (max-width: 989px) {
  .header__icon--menu {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background: none;
    border: none;
    cursor: pointer;
  }

  .custom-header__inner nav,
  .custom-header__inner .list-menu {
    display: none; /* скрываем десктопное меню */
  }
  header-drawer {
    display:block;
  }
  .custom-header__logo img {
    max-width: 90px;
    position: static;
  }
  
}



/* Hero-section */

.custom-hero {
  background-size: cover;
  background-position: center;
  padding: 250px 0;
  display: flex;
  align-items: center;
}

.custom-overlay__filter {
    display: block!important;
    position: absolute;
    width: 100%;
    height: 150%;
    background-color: #000;
    opacity: .2;
  }

@media (max-width: 768px) {
  .custom-hero {
    background-image: url({{ section.settings.background_image_mobile | image_url: width: 1200 }});
  }
}

.custom-hero__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  padding: 0 40px;
  gap: 40px;
  flex-wrap: wrap;
}

.custom-hero__content {
  max-width: 500px;
}

.custom-hero__stars {
  font-size: 18px;
  margin-bottom: 10px;
  letter-spacing: 2px;
}

.custom-hero__title {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
}

.custom-hero__text {
  font-size: 18px;
  margin-bottom: 30px;
  line-height: 1.6;
}

.custom-hero__button {
  display: inline-block;
    background-color: rgb(var(--color-button)); 
  color: rgb(var(--color-foreground));
  padding: 14px 0;
  border-radius: 7px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s;
  width: 100%;
  text-align: center;
}

.custom-hero__button:hover {
    background-color: rgb(var(--color-foreground));
    color: rgb(var(--color-button)); 
}

.custom-hero__subtext {
  font-size: 14px;
  opacity: 0.9;
  text-align: center;
}

.custom-hero__image img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

/* Hero-section */


.cart-count-bubble {
  background-color: rgb(var(--color-accent));
  color: rgb(var(--color-background));
  border-radius: 50%;
  font-size: 11px;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  transform: translate(10px, -8px);
}

.custom-hero-trust__wrapper {
  display: flex;
  align-items: center;
  margin-top: 11px;
  text-align: center;
  justify-content: center;
  gap: 8px;
}
.custom-hero__stars {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 500;
  font-size: 16px;
}

.custom-hero__stars .star-icon svg {
  width: 18px;
  height: 18px;
  fill: #FFBB1C;
  flex-shrink: 0;
}

.custom-hero__stars .star-icon svg path {
  stroke: #FFBB1C;
  fill: #FFBB1C;
}

.custom-hero__inner {
  position: relative;
  z-index: 2;
}


@media(max-width: 989px) {
  .custom-hero {
    height: 90vh;
  }
  .custom-hero__inner {
    position: absolute;
    bottom: 40px;
  }
}

@media(max-width: 700px) {
  .custom-hero__title {
    font-size: 35px;
  }
  .custom-hero__stars {
    font-size: 12px;
  }
  .custom-hero__text {
    font-size: 14px;
  }
  .custom-hero__button, .custom-hero__subtext {
    font-size: 14px;
  }
  .custom-hero__content {
    margin: 0 auto;
    text-align: center;
  }
  
  .custom-hero__stars, .custom-hero__title, .custom-hero__text, .custom-hero-trust__wrapper {
    margin: 0;
  }
  .custom-hero__button {
    margin-top: 14px;
  }
  .custom-hero__stars {
    justify-content: center;
  }
}

.custom-multicolumn__grid {
      width: 100%;
    display: flex;
    align-items: end;
    justify-content: space-evenly;
    margin: 0 auto;
    gap: 10px;
}
/* Swiper */


.carousel-section {
  overflow: hidden;
  padding: 32px 0 0;
  position: relative;
}

.carousel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  gap: 12px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 16px;
  margin-bottom: 16px;
}

.carousel-text h2 {
  font-size: 32px;
  margin-bottom: 8px;
}

.carousel-text p {
  color: #555;
  font-size: 16px;
  max-width: 500px;
}

.carousel-button {
  background: rgb(var(--color-button));
  color: #fff;
  padding: 12px 24px;
  border-radius: 7px!important;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.3s ease;
  width: 290px;
  font-size: 16px;
}

.carousel-button:hover {
    background-color: #fff;
    color: rgb(var(--color-button)); 
}

.button:not([disabled]):hover:after {
  border-radius: 8px;
}

.carousel-swiper img {
  width: 100%;
  object-fit: cover;
  box-shadow: 10px 0 15px rgba(18, 18, 18, 0.15);
  border-radius: 8px;
}

/* Центрирование пагинации */
.swiper-pagination {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  bottom: 30px!important;
}

.swiper-pagination-bullet {
  background: #ccc;
  opacity: 1;
  width: 10px;
  height: 10px;
  margin: 0 4px !important;
  transition: background 0.3s ease;
}

.swiper-pagination-bullet-active {
  background: #000!important;
}

.button:after {
  box-shadow: none;
}

.swiper-horizontal {
  max-width: 900px;
}

.carousel-text h2, .carousel-text p {
  margin: 0;
}

.swiper-wrapper {
  margin-bottom: 60px;
}

.swiper-slide img:hover {
  box-shadow: 0 18px 40px rgba(0,0,0,.18);
  transition: .5s
}

@media(max-width:730px) {
  .carousel-header {
    flex-direction:column;
    align-items: start;
  }
  .carousel-button {
    width: 100%;
  }
}

/* Custom multicolumn */

.custom-multicolumn__container, .custom-multicolumn__column  {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: space-between;
  gap: 30px;
}

.custom-multicolumn {
  position: relative;
}

.custom-multicolumn__container {
  max-width: 1200px;
    margin: 0 auto;
    padding: 50px 0;
    background-color: rgb(var(--color-background));
}

.custom-multicolumn__text h3, .custom-multicolumn__text p {
  font-size: 16px;
  margin: 0;
}

.custom-multicolumn__item img {
  max-width: 40px;
}

@media(max-width: 989px) {
  .custom-multicolumn__container {
    flex-direction: column;
    padding-right: 15px;
    padding-left: 15px;
  }
  .custom-multicolumn__text h3, .custom-multicolumn__text p {
    font-size: 14px;
  }
}

/*custom overview*/

.custom-info-section__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
}

.custom-info-section__title {
  text-align: center;
  font-size: 40px;
  margin-bottom: 40px;
}

.custom-info-section__content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
}

.custom-info-section__media {
  flex: 1 1 45%;
}

.custom-info-section__gif {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.custom-info-section__details {
  flex: 1 1 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
}

.custom-info-section__features {
  gap: 20px 40px;
}

.custom-feature-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
}

.custom-feature-icon {
  width: 20px;
}

.custom-info-section__text {
  font-size: 16px;
  color: rgb(var(--color-foreground));
  line-height: 1.6;
}

.custom-info-section__button {
  align-self: start;
  padding: 12px 24px;
  border-radius: 6px;
  text-decoration: none;
  transition: background 0.3s ease;
  width: 100%;
  background-color: rgb(var(--color-button)); 
  color: rgb(var(--color-foreground));
}

.custom-info-section__button:hover {
  background-color: rgb(var(--color-foreground));
  color: rgb(var(--color-button)); 
}

@media (max-width: 900px) {
  .custom-info-section__content {
    flex-direction: column;
  }

  .custom-info-section__media,
  .custom-info-section__details {
    flex: 1 1 100%;
  }

  .custom-info-section__features {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

/* Second custom slider*/

.custom-simple-slide {
  text-align: center;
}

.custom-simple-slide__image img {
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
  margin-bottom: 16px;
  box-shadow: 10px 0 15px rgba(18, 18, 18, 0.15);
}

.custom-simple-slide__title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
}

.custom-simple-slide__text {
  font-size: 16px;
  color: #555;
  line-height: 1.5;
}

.custom-steps-swiper__container {
  max-width: 1200px;
  margin: 0 auto;
}

.carousel-steps-header {
  text-align: center;
}

/*custom testimonials*/

.custom-review-slide {
  background: #fff;
  text-align: center;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
}

.custom-review__image img{
  max-width:100%;
  position:relative;
  z-index:1;
}

.custom-review__avatar {
  

  display: flex;
  align-items:center;
  justify-content:center;
    background-color: #E6E6E6;
    border: 1px solid #ffffff;
    border-radius: 50%;
    width: 50px;
    line-height: 50px;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
  position: relative;
  z-index: 2;
  margin: -30px auto 0;
}

.custom-review__stars {
  display: flex;
  justify-content: center;
  gap: 4px;
  margin-top: 8px;
  padding-bottom: 10px;
}

.custom-review__star svg {
  width: 18px;
  height: 18px;
  
}

.custom-review__star svg path {
  fill: #FFBB1C;
  stroke: #FFBB1C;
}

.custom-review-popup {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.custom-review-popup__overlay {
  position: absolute;
  inset: 0;
}

.custom-review-popup__content {
  position: relative;
  background: #fff;
  max-width: 600px;
  border-radius: 12px;
  z-index: 2;
  text-align: center;
  animation: popupFadeIn 0.25s ease;
}

.custom-review-popup__close {
  position: absolute;
  top: 12px;
  right: 12px;
  background:rgba(255,255,255, 0.6);
  border: none;
  font-size: 28px;
  cursor: pointer;
}

.custom-review-popup__stars {
  display: flex;
  justify-content: center;
  margin: 12px 0;
  gap: 4px;
}

.custom-review-popup__stars svg {
  width: 18px;
  height: 18px;
  fill: #FFBB1C;
}

.custom-review-popup__link {
  margin-bottom: 30px;

   align-self: start;
        padding: 12px 24px;
        border-radius: 6px;
        text-decoration: none;
        transition: background 0.3s ease;
        background-color: rgb(var(--color-button));
        color: #fff;
}

.custom-review-popup__link:hover {
   background-color: #fff;
        color: rgb(var(--color-button));
}

.carousel-text-heading {
  margin-bottom: 40px;
}

@keyframes popupFadeIn {
  from { transform: scale(0.95); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}

.custom-review-popup__photo {
  margin-bottom: 16px;
}

.custom-review-popup__photo img {
  width: 100%;
  max-height: 300px;
  object-fit: cover;
  border-radius: 8px;
}

.custom-review__text {
  display: -webkit-box;
  -webkit-line-clamp: 4; /* ограничиваем высоту ~4 строками */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4;
  color: #444;
  font-size: 15px;
  padding: 0 10px;
}

/*custom info */

.custom-info2__details, .custom-info2__features {
  display: flex;
  gap: 20px;
}

.custom-info2__container {
      max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
}

.custom-info2__button {
    align-self: start;
        padding: 12px 24px;
        border-radius: 6px;
        text-decoration: none;
        transition: background 0.3s ease;
        width: 100%;
        background-color: rgb(var(--color-button));
        color: rgb(var(--color-foreground));
}

.custom-info2__button:hover {
 background-color: rgb(var(--color-foreground));
  color: rgb(var(--color-button)); 
}
.custom-info2__column {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.custom-info2__description__schedule {
  margin: 33px 0;
}

.custom-info2__item__schedule {
  display: flex;
  align-items: center;
}

.custom-info2__item__schedule img {
  width: 30px;
    height: 20px;
    margin-right: 20px;
}

.custom-info2__button-schedule {
  margin-top: 33px;
}


.custom-info2__item {
  text-align: left;
}

.custom-info2__title {
  font-size: 40px;
}

@media(max-width:730px) {
  .custom-info2__details {
    flex-direction: column;
  }
  .custom-info2__container {
    text-align: center;
  }
}

/*how it works gallery*/

.custom-intro-gallery {
  padding: 80px 20px;
  text-align: center;
}

.custom-intro-gallery__subtitle {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 12px;
  letter-spacing: 1px;
}

.custom-intro-gallery__title {
  font-size: 42px;
  margin-bottom: 24px;
}

.custom-intro-gallery__text {
  font-size: 18px;
  line-height: 1.7;
  max-width: 700px;
  margin: 0 auto 32px;
}

.custom-intro-gallery__button {
  display: inline-block;
  padding: 14px 32px;
   background-color: rgb(var(--color-button));
    color: rgb(var(--color-foreground));
  border-radius: 6px;
  text-decoration: none;
  transition: background 0.3s ease;
  margin-bottom: 50px;
}

.custom-intro-gallery__button:hover {
  background-color: rgb(var(--color-foreground));
  color: rgb(var(--color-button)); 
}

@media (max-width: 768px) {
  .custom-intro-gallery__title {
    font-size: 32px;
  }

  .custom-intro-gallery__image img {
    max-width: 100%;
  }
}

