/** Shopify CDN: Minification failed

Line 643:0 Expected "}" to go with "{"

**/
.article--content img{
  width: 100%;
}

.product-description .image-with-text{
  padding-left: 0px;
  padding-right: 0px;
}

.product-description .image-with-text h2{
  margin-top: 0px;
}

.product-description .image-with-text img{
  margin-top: 0px;
  margin-bottom: 0px;
  height: 100%;
}

.product-description .image-with-text__image-wrapper{
  margin: auto;
}


.energy_label{
    width: 100%;
    text-align: center;
    display: block;
    margin: auto;
}


@media screen and (min-width: 720px) {
    .product-main .tab-panel {
        order: 1;
        padding: 1.35rem;
    }

    .custom-icon-box {
    width: 240px;
  }

  .energy_label{
    width: 30%;
  }
  
}


  .shopify-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 16px;
    border-spacing: 0;
  }
  .shopify-table th,
  .shopify-table td {
    border: 1px solid #ddd;
    padding: 8px;
  }
  .shopify-table th {
    background-color: #f4f4f4;
    text-align: left;
    font-weight: bold;
  }
  .shopify-table tr:nth-child(even) {
    background-color: #f9f9f9;
  }
  .shopify-table tr:hover {
    background-color: #f1f1f1;
  }
  .shopify-table td strong {
    font-weight: bold;
  }


.template-product .image-with-text__image-wrapper {
        margin: auto;
    }


.custom-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
  }
  .custom-grid__item {
    box-sizing: border-box;
  }
  .custom-icon-box {
    border: 1px solid #e1e1e1;
    padding: 16px;
    border-radius: 8px;
    background: #fff;
    text-align: center;
    height: 100%;
  }
  .custom-icon-box__icon {
    margin-bottom: 16px;
  }
  .custom-icon-box__content p {
    margin: 0 0 8px;
  }
  .custom-button {
    display: inline-block;
    padding: 10px 20px;
    font-size: 14px;
    text-align: center;
    color: #fff !important;
    background: #007ace;
    border-radius: 4px;
    text-decoration: none;
    transition: background 0.3s;
  }
  .custom-button:hover {
    background: #005bb5;
  }

.custom-icon-box .custom-button i{
margin-right: 5px;
}


@media screen and (max-width: 720px) {
    .custom-grid--gap-small .custom-grid__item {
        flex: 0 0 calc(50% - 16px);
    }

   .custom-grid--gap-small .custom-button {
    padding: 5px 10px;
   }

   .custom-grid--gap-small .custom-icon-box{
     height: 100%;
   }
}

.promo-block--content-wrapper ul{
  line-height: 1.6rem;
}

@media screen and (min-width: 1080px) {
    .promo-block--content {
        padding: 3rem;
    }
}

.container-install {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  padding: 20px;
}

.item-install {
  flex: 1;
}

.image-install img {
  max-width: 100%;
  height: auto;
  width: 80%;
}

@media screen and (min-width: 720px) {
  .text-install {
  max-width: 70%;
}
  .image-install {
    max-width: 30%;
  }
  .promo-block--header{
    max-width: 100%;
  }
  .featured-collection-2{
    grid-template-columns: 1fr 1fr 1fr !important;
  }
}

@media screen and (max-width: 720px) {
.container-install {
  display: block;
}

  .image-install img {
    max-width: 90%;
    width: unset;
  }
}


.productitem__container_custom .productitem--title {
    font-weight: 600;
    font-size: 1.3rem;
    margin: 0rem 0 0;
    text-align: center;
    border-bottom: 1px solid #f2f2f2;
    padding: 5px 0px 17px;
    width: 90%;
    margin: auto;
}

.productitem__container_custom .productitem__price .price__current {
    color: #046e82;
    font-size: 2.2rem;
    font-weight: 900;
    padding: 22px 0px 30px;
    text-align: center;
}

.productitem__container_custom{
  padding-bottom: 60px;
}

.productitem__container_custom .productitem--actions{
  visibility: visible;
  opacity: 1;
}

.custom-table {
  width: 90%;
  border-collapse: collapse;
  margin: 0 auto;
  word-wrap: break-word;
}

.custom-table td {
  text-align: left;
  padding: 15px;
  border: 1px solid #ededed;
  border-left: 0;
  border-right: 0;
}

.custom-table tr:nth-child(odd) {
  background-color: #f8f8f8;
}

.custom-table tr:nth-child(even) {
  background-color: #ffffff;
}


@media screen and (max-width: 860px) {
.productitem__container_custom .productitem__price .price__current {
    font-size: 1.6rem;

}
  .productitem__container_custom .productitem--title {
    font-size: 1rem;
  }
}


@media screen and (min-width: 1024px) {
  
  .productitem__container_custom .productitem[data-animation="closed=>open"], .productitem[data-animation-state=open] {
    height: unset;
  }
  .productitem__container_custom .productitem[data-animation="open=>closed"] {
    height: unset;
  }
  .site-footer-block-content-custom{
    margin-top: 10px;
  }
}

.productitem--custom{
  position: absolute;
  right: 0;
  bottom: 1rem;
  left: 0;
  margin: .5rem .75rem 0;
  display: flex;
}

.productitem--custom .atc--button{
  flex: 1 1 auto;
}

@media screen and (min-width: 860px) {
    .productitem {
        padding: 1rem;
    }
}

.productitem-custom {
    position: relative;
    flex-grow: 1;
    width: 100%;
    min-height: 100%;
    height: var(--base-height, auto);
    padding: .6875rem;
    background: #fff;
    transition: height .25s cubic-bezier(.4,0,.2,1), box-shadow .25s cubic-bezier(.4,0,.2,1);
    border: 1px solid rgba(128, 128, 128, .16);
    box-shadow: 0 1px 4px #8080801c;
}

.productitem-custom:hover {
    box-shadow: 0 2px 8px #80808033;
}

@media screen and (max-width: 1023px) {
    .productitem {
        display: flex;
        flex-direction: column;
    }
  .site-footer-block-content-custom{
    margin-top: -5px;
  }
}

.site-footer-block-content a{
  text-decoration: none !important;
}

.bi-star-fill{
  color: #FDD562;
}



 .custom-toggles{
      margin-top: 30px;
    }
    .custom-toggle {
      border: 1px solid #f3f3f3;
      margin-bottom: 10px;
      border-radius: 5px;
      overflow: hidden;
      margin-top: 10px;
    }
    .custom-toggle-title {
      background-color: #f3f3f3;
      padding: 15px;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: space-between;
      font-size: 16px;
      font-weight: bold;
    }
    .custom-toggle-title:hover {
      background-color: #eaeaea;
    }
    .custom-toggle-content {
      max-height: 0;
      overflow: hidden;
      padding: 0 15px;
      font-size: 14px;
      line-height: 1.6;
      transition: max-height 0.3s ease, padding 0.3s ease;
    }
    .custom-toggle.open .custom-toggle-content {
      max-height: 2000px;
      padding: 0 15px;
    }
    .custom-toggle i {
      transition: transform 0.3s ease;
    }
    .custom-toggle.open i {
      transform: rotate(45deg);
    }

.custom-toggle-content h5{
  margin: 0;
}


.wrap-logos{
  display: flex;
}

.google-reviews-column{
  width: 100%;
}


.logo-column{
--slide-fade-translate-y: 30px;
    animation: slide-fade-y .75s cubic-bezier(.4,0,.2,1) both paused;
    animation-delay: calc(.35s + .1s* var(--pxu-lia-outer-sequence) + .1s* var(--pxu-lia-inner-sequence));
    display: flex;
    gap: 10px;
    justify-content: center;
    background: transparent;
    width: 30%;
}
.logo-column{
 position: absolute;
 top: 20px;
 left: 5px;  
}
@media screen and (min-width: 820px) {
.logo-column{

  display:flex;
  flex-direction:column;
}
.logo-column .logolist--item-custom:nth-of-type(2) img {
  width:65%;
}}
@media screen and (max-width: 720px) {
.logo-column .logolist--item-custom:nth-of-type(2) {
    width: 50%;
  margin: auto;
}
.logo-column .logolist--item-custom:nth-of-type(3) {
  margin: auto;
}


.logolist--image-custom{
  width: 100%;
}

.logolist--item-custom{
  width: 45%;
  display: inline-block;
  vertical-align: middle;
  transition: width .1s cubic-bezier(.4,0,.2,1), margin .1s cubic-bezier(.4,0,.2,1);
}


@media screen and (max-width: 720px) {

  .logo-column{
  top: unset;
  right: unset;
  bottom: 30px;
  width: 100%;
}
  .logolist--item-custom{
    width: 20%;
  }
}

@media screen and (max-width: 1024px) {
.wrap-logos{
  display: block;
}
  .google-reviews-column{
  width: 100%;
}
    
}

@media screen and (min-width: 1024px) and (max-width: 1135px) {
      .logo-column .logolist--item {
        width: 120px;
    }
}

.button-nav-custom{
  margin: auto 0;
  padding: 10px;
}

.site-header{
  position: sticky;
}

.dot.dot-full {
    background-color: #3284ba;
}
.dot.dot-full {
    background-color: #3284ba;
}
.dot {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    vertical-align: sub;
    border: 1px solid #3284ba;
    display: inline-block;
    margin: 0 0px ! Important;
}

.halfcircle {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    vertical-align: sub;
    border: 1px solid #3284ba;
    display: inline-block;
    margin: 0 0px ! Important;
    overflow: hidden;
}

.one {
    display: inline-block;
    background-color: #3284ba;
    height: 30px;
    width: 7px;
    border-right: 1px solid #3284ba !important;
}

.two {
    display: inline-block;
    background-color: white;
    height: 30px;
    width: 7px;
    border-right: 1px solid #3284ba !important;
}

.table-dots{
  margin: 20px 0px;
  line-height: 1.3;
}

.table-dots td:first-child {
    text-align: left;
}

.table-dots td:last-child {
    text-align: left;
    padding-left: 30px;
}

.product-description p{
      line-height: 1.5625;
}

.terms-and-conditions{
  margin-bottom: 10px;
  text-align: left;
  margin-top: 15px;
}

.terms-and-conditions a{
  color: black;
}

.tooltip-error {
    position: absolute;
    top: -40px;
    left: 0px;
    background: #f64242;
    color: white;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 12px;
    z-index: 1000;
    white-space: nowrap;
    opacity: 0; /* Начальное состояние: полностью прозрачный */
    transform: translateY(-10px); /* Начальное состояние: немного смещён вверх */
    visibility: hidden; /* Элемент скрыт, но доступен для анимации */
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease; /* Переход для анимации */
}

.tooltip-error.visible {
    opacity: 1; /* Полная видимость */
    transform: translateY(0); /* Возвращается в исходное положение */
    visibility: visible; /* Делаем элемент видимым */
}

.tooltip-error-arrow {
    position: absolute;
    bottom: -10px;
    left: 10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #f64242;
}


.cart-title-right{display:none;}

.atc-banner--container{display:none!important;}


.promo-block--index-1{
  grid-column: 1;
    grid-row: 1;
}

.promo-block--index-2{
  grid-column: 1;
    grid-row: 2;
}

.promo-block--index-3{
  grid-column: 2;
    grid-row: span 2;
}


.productitem--title{
  color: #1d1d1d;
}

.link-product-card-custom{
  display: block; 
  text-decoration: none;
  height: 100%;
}

.arrow-slide-custom {
  position: absolute;
  z-index: 999;
  bottom: 40px;
  width: 100%;
}

.arrow-slide-custom svg {
    height: 40px;
    width: 40px;
    margin: 0 auto;
    display: block;
    cursor: pointer;
    animation: bounce 1.5s infinite ease-in-out;
    transition: opacity .5s ease-in-out;
    background: white;
    padding: 10px;
    border-radius: 50%;
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0); /* Убираем translate(-50%, 0) */
  }
  50% {
    transform: translateY(10px); /* Только вертикальное движение */
  }
}

@media screen and (max-width: 102px) {
  .arrow-slide-custom{
    display: none;
  }
}

