/** Shopify CDN: Minification failed

Line 691:2 Unexpected "}"

**/
.alternis-category .category-description .images-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.alternis-category .category-description .images-wrapper > a {
  margin-right: 20px;
}

.alternis-category .category-description .images-wrapper > a:last-child {
  margin-right: 0;
}

.alternis-category .category-description .items-btn {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px 35px;
  margin-top: 45px;
}

.alternis-category .category-description .items-btn a {
  padding: 12px 80px;
  background-color: #ffffff;
  /* color: #292929; */
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  text-align: center;
  border-radius: 0;
  text-decoration: none;
  border: 1px solid #000000;
  transition: all 0.4s ease;
}

.alternis-category .category-description .items-btn a:hover {
  background-color: #000000;
  color: #ffffff;
}

.alternis-category__description {
  margin: 45px 0;
}

.alternis-category__description div.category-colors-color-matches {
  margin: 15px 0;
}

.alternis-category__description div.category-colors-color-matches ul {
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
  letter-spacing: 0.025em;
}

.alternis-category__description div.category-colors-color-matches ul strong {
  font-weight: 700;
}

.alternis-category__description-banner {
  position: relative;
  padding-bottom: 50%;
}

.alternis-category__description-banner svg {
  width: 60px;
  height: 60px;
}

.alternis-category__description-banner:hover svg path {
  fill: #d4242a;
  transition: fill 0.4s ease-in-out;
}

.alternis-category__description-banner a,
.alternis-category__description-banner .banner {
  position: absolute;
  inset: 0;
}

.alternis-category__description-banner a {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.alternis-category__description-banner .banner {
  overflow-y: hidden;
}

.alternis-category__description .video__animation {
  text-align: center;
}

.alternis-category__description img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
}

.alternis-category__description .video__animation__wrapp {
  position: relative;
  cursor: pointer;
  display: flex;
}

.alternis-category__description .video__animation__wrapp::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url('/cdn/shop/files/play-circle-solid-red.svg?v=1774512788');
  height: 80px;
  width: 80px;
  opacity: 0.7;
  transition: 0.4s all ease;
}

.alternis-category__description .video__animation__wrapp:hover::before {
  background: url('/cdn/shop/files/play-circle-solid-red.svg?v=1774512788');
  opacity: 1;
}

.alternis-category__description .video__animation__view {
  display: none;
}

.alternis-category__description .video__animation__bg {
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.alternis-category__description .video__animation__iframe {
  z-index: 9;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.alternis-category__description .video__animation__iframe__wrap {
  position: relative;
}

.alternis-category__description .video__animation__iframe .btn-close:before {
  position: absolute;
  right: -30px;
  top: -30px;
  cursor: pointer;
  height: 25px;
  width: 25px;
  content: '\2715';
  color: #cfcfcf;
  font-size: 20px;
  font-weight: 600;
}

.category-description p {
  margin: 14px 0;
}

.alternis-category__short-description p,
.alternis-category__short-description .category-description p,
.alternis-category__description p,
.alternis-category__description .category-description p,
.alternis-category .category-description p {
  font-size: 14px;
}

.alternis-category__short-description .category-description > :not(:first-child) {
  display: none;
}

.alternis-category__short-description .category-description p {
  display: inline;
}

.alternis-category__short-description #view-description {
  margin-top: 10px;
  font-size: 12px;
  font-weight: 300;
  position: relative;
  padding: 0;
  display: none;
}

.alternis-category__short-description #view-description:focus,
.alternis-category__short-description #view-description:hover {
  cursor: pointer;
}


.alternis-category__short-description #view-description::after {
  content: '';
  display: block;
  height: 2px;
  width: 100%;
  background-color: #e8e8e8;
  position: absolute;
  bottom: -1px;
  transition: all 0.3s ease-in-out;
}

.alternis-category .category-description .double-image-text {
  display: flex;
  gap: 30px;
  margin: 50px 0 100px 0;
  flex-wrap: wrap;
  align-items: center;
}

.alternis-category .category-description .double-image-text.desc-rev .desc-double-image {
  direction: rtl;
}

.alternis-category .category-description .double-image-text .desc-double-image {
  display: flex;
  gap: 40px;
}

.alternis-category .category-description .double-image-text .desc-double-image img {
  object-fit: contain;
}

.alternis-category .category-description .double-image-text .desc-double-image img:nth-child(2) {
  margin-top: 60px;
  max-height: 496px;
}

.alternis-category .category-description .double-image-text .desc-double-image img:first-child {
  max-height: 496px;
}

.alternis-category .category-description .double-image-text .desc-text {
  width: calc(34% + 28px);
}

.alternis-category .category-description .double-image-text .desc-text a {
  text-decoration: underline;
}

.alternis-category .category-description .double-image-text .desc-text ul {
  list-style-type: disc;
  padding-left: 20px;
}

.alternis-category .category-description .double-image-text .desc-text ul li {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.35px;
  margin-bottom: 20px;
}

@media screen and (max-width: 575px) {
  .alternis-category .category-description p,
  .alternis-category .category-description h2 {
    text-align: center;
  }

  .alternis-category .category-description .double-image-text .desc-double-image img:first-child {
    margin-top: 30px;
  }
}

@media screen and (max-width: 991px) {
  .alternis-category .category-description .double-image-text {
    margin: 30px 0 50px 0;
  }

  .alternis-category .category-description .double-image-text.desc-rev .desc-double-image {
    gap: 30px;
  }

  .alternis-category .category-description .double-image-text.desc-rev .desc-text {
    margin-top: 0;
  }

  .alternis-category .category-description .double-image-text .desc-double-image {
    flex-direction: row;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .alternis-category .category-description .double-image-text .desc-text {
    margin: 0;
  }
}

@media screen and (max-width: 1399px) {
  .alternis-category .category-description .double-image-text .desc-double-image {
    flex: 0 1 100%;
  }

  .alternis-category .category-description .double-image-text .desc-double-image img:nth-child(2) {
    margin-top: 0;
  }

  .alternis-category .category-description .double-image-text .desc-double-image img:first-child {
    margin-top: 60px;
  }

  .alternis-category .category-description .double-image-text .desc-text {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .alternis-category__description-banner {
    padding-bottom: 70%;
  }

  .alternis-category__description-banner svg {
    width: 45px;
    height: 45px;
  }

  .alternis-category__description .video__animation__iframe__wrap {
    padding: 0 15px;
  }

  .alternis-category__description .video__animation__iframe .btn-close:before {
    right: 0;
  }
}

@media (max-width: 768px) {
  .alternis-category__description .frame-item.fr-draggable {
    max-height: 300px;
  }
}

@media (max-width: 992px) {
  .alternis-category__description .video__animation__iframe__wrap {
    width: 100%;
    padding: 0 70px;
  }

  .alternis-category__description .frame-item.fr-draggable {
    width: 100%;
  }

  .alternis-category__description .video__animation__iframe .btn-close:before {
    right: 40px;
  }

  .alternis-category .category-description .images-wrapper {
    flex-wrap: wrap;
  }

  .alternis-category .category-description .images-wrapper .image-popup {
    flex-basis: calc(50% - 5px);
    margin-bottom: 10px;
  }

  .alternis-category .category-description .images-wrapper > a {
    margin-right: 0;
  }
}


.alternis-category__faq details:first-child {
  border-top: 1px solid #e8e8e8;
}

.alternis-category__faq,
.alternis-category__description-tabs {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}

.alternis-category__faq h2,
.alternis-category__description-tabs h2 {
  text-align: center;
  margin-bottom: 30px;
}

.alternis-category__faq details,
.alternis-category__description-tabs details {
  border-bottom: 1px solid #e8e8e8;
  padding: 20px 0;
}

.alternis-category__faq details[open] summary,
.alternis-category__description-tabs details[open] summary {
  padding-bottom: 20px;
}

.alternis-category__faq details[open] summary:after,
.alternis-category__description-tabs details[open] summary:after {
  content: '\2212';
  transform: rotate(180deg);
}

.alternis-category__faq details:hover,
.alternis-category__description-tabs details:hover {
  cursor: pointer;
}

.alternis-category__faq summary,
.alternis-category__description-tabs summary {
  position: relative;
  /* color: #000000; */
  font-size: 15px;
  display: flex;
  align-items: center;
}

.alternis-category__faq summary:after,
.alternis-category__description-tabs summary:after {
  content: '\002B';
  font-size: 24px;
  font-weight: 200;
  transform: rotate(0deg);
  transition: transform 0.3s ease-in-out;
  position: absolute;
  right: 0;
}

.alternis-category__faq summary,
.alternis-category__description-tabs summary {
  list-style: none;
  right: 0;
  top: 0;
}

.alternis-category__faq summary::-webkit-details-marker,
.alternis-category__description-tabs summary::-webkit-details-marker {
  display: none;
}

/* .alternis-category__faq summary::before,
.alternis-category__description-tabs summary::before {
  content: "►";
  font-size: 15px;
  margin-right: 8px;
  transition: transform 0.2s ease;
  display: inline-block;
}

.alternis-category__faq details[open] summary::before,
.alternis-category__description-tabs details[open] summary::before {
  transform: rotate(90deg);
} */

.alternis-category__header,
.alternis-category__wrap {
  margin-bottom: 50px;
}

.alternis-category__wrap:nth-child(2n) .alternis-category__body {
  flex-direction: row-reverse;
  padding-left: 17px;
}

@media (max-width: 576px) {
  .alternis-category__wrap:nth-child(2n) .alternis-category__body {
    flex-direction: column;
  }
}

.alternis-category__wrap h2 {
  margin-bottom: 30px;
}

.alternis-category__wrap ul {
  list-style-type: disc;
}

.alternis-category__wrap p,
.alternis-category__wrap ul li,
.alternis-category__wrap ul li b {
  color: #5e5e5e;
  font-size: 14px;
  line-height: 24px;
}

.alternis-category__wrap p,
.alternis-category__wrap ul li {
  font-weight: 300;
  margin-bottom: 30px;
}

.alternis-category__wrap a {
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}

.alternis-category__wrap a:hover {
  text-decoration: underline;
}

.alternis-category__body {
  display: flex;
  align-items: center;
  gap: 0 60px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.alternis-category__body > * {
  flex: 0 1 calc(50% - 60px);
}

@media (max-width: 576px) {
  .alternis-category__body {
    flex-direction: column;
    padding-left: 17px;
    gap: 30px 0;
  }

  .alternis-category__body > * {
    flex: 0 1 100%;
  }

  .alternis-category__body div {
    margin-left: -17px;
  }
}

.alternis-category__wrap:not(:last-child) .alternis-category__body,
.alternis-category__footer {
  margin-bottom: 110px;
}

@media (max-width: 576px) {
  .alternis-category__wrap:not(:last-child) .alternis-category__body,
  .alternis-category__footer {
    margin-bottom: 60px;
  }
}


.brand_double-img {
  display: flex;
  width: 100%;
  gap: 40px;
  margin: 40px 0;
}

.brand_double-img .image-wrap {
  max-width: 100%;
  width: 100%;
}

.brand_double-img .image-wrap:last-child {
  width: 80%;
  margin-top: 110px;
}

.brand_double-img.brand_double-img_revers .image-wrap:last-child {
  width: 100%;
  margin-top: 0;
}

.brand_double-img.brand_double-img_revers .image-wrap:first-child {
  width: 95%;
  margin-top: 110px;
}

@media (max-width: 992px) {
  .brand_double-img {
    flex-direction: column;
  }

  .brand_double-img .image-wrap:last-child {
    width: 100%;
    margin-top: 0px;
  }

  .brand_double-img.brand_double-img_revers .image-wrap:last-child {
    width: 100%;
    margin-top: 0;
  }

  .brand_double-img.brand_double-img_revers .image-wrap:first-child {
    width: 100%;
    margin-top: 0px;
  }
}

    .video__animation__wrapp {
      position: relative;
      cursor: pointer;
      display: flex;
    }

    .video__animation__wrapp::before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background: url('/cdn/shop/files/play-circle-solid-red.svg?v=1774512788');
      height: 80px;
      width: 80px;
      opacity: 0.7;
      transition: 0.4s all ease;
    }

    .video__animation__wrapp:hover::before {
      background: url('/cdn/shop/files/play-circle-solid-red.svg?v=1774512788');
      opacity: 1;
    }

    .video__animation__view {
      display: none;
    }

    .video__animation__bg {
      background-color: rgba(0, 0, 0, 0.8);
      z-index: 9;
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
    }

    .video__animation__iframe {
      z-index: 9;
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .video__animation__iframe__wrap {
      position: relative;

      @media (max-width: 576px) {
        padding: 0 15px;
      }
    }

    .video__animation__iframe .btn-close:before {
      position: absolute;
      right: -30px;
      top: -30px;
      cursor: pointer;
      height: 25px;
      width: 25px;
      content: '\2715';
      color: var(--grey);
      font-size: 20px;
      font-weight: 600;

      @include lg-size-max {
        right: 40px;
      }

      @include sm-size-max {
        right: 0;
      }
    }

    @include lg-size-max {
      .video__animation__iframe__wrap {
        width: 100%;
        padding: 0 70px;
      }

      .frame-item.fr-draggable {
        width: 100%;
        height: auto;
      }
    }
  }