.section1 .form-check-btn {
  position: relative;
}

.section1 .accordion__body {
  transition: none;
}

.section2 .slider .slider__item {
  width: 100%;
  transition: all 0.6s;
}

.section2 .slider .swiper .swiper-slide:nth-child(2n) .slider__item {
  margin-top: 0;
}

.section2 .slider .swiper {
  overflow: unset;
  width: 100%;
}

.section2 .col-md {
  overflow: hidden;
}

.section2 .slider .swiper .swiper-slide-next .slider__item,
.section2 .slider .swiper .swiper-slide-next+.swiper-slide .slider__item,
.section2 .slider .swiper .swiper-slide-next+.swiper-slide+.swiper-slide .slider__item,
.section2 .slider .swiper .swiper-slide-active .slider__item {
  opacity: 1;
}

.section2 .slider__arrows-container span {
  font-size: 20px;
}

.lg-outer .lg-img-wrap {
  padding-top: 80px !important;
}

.lg-outer .lg-img-wrap img {
  height: 100% !important;
  object-fit: contain;
}

.product-detail__main-grid .blaze-slide:nth-child(n+4) {
  display: none;
}

.section1 .type .form-check-btn {
  transition: all .6s;
}

.form-check-btn.is-inactive {
  pointer-events: none;
}

.accordion__item fieldset {
  padding-bottom: 30px;
  padding-left: .9375rem;
}

/* .accordion__body{
  padding-top: 30px;
} */
.product-detail__main-grid:not(.product-detail__main-grid--no-decoration):before {
  display: none;
}

.product-detail__main .list {
  width: 80%;
  margin: 0 auto;
}

.gy-base .PE {
  display: none;
}
@media screen and (max-width: 1680px) {
.section2 .stretch-link__link{
  font-size: 24px;
  margin-top: 5px;
}
}
@media screen and (max-width: 1024px) {
  .gy-base .PE {
    display: block;
    width: 100vw;
  }

  .gy-base .PC {
    display: none;
  }

  .product-detail {
    grid-template-columns: 1fr;
  }

  .container.container--move-left {
    padding-right: 0;
  }

  .content-block+.content-block {
    margin-top: 3.5rem;
  }

  .product-detail__side {
    padding-left: clamp(35px, 100vw, 50vw - 50.5rem);
    padding-right: clamp(35px, 100vw, 50vw - 50.5rem);
  }

  .section1 .form-check-btn .mt-2 {
    margin-top: 10px !important;
    display: block;
  }

  .btn-wishlist {
    display: none;
  }

  .btn {
    font-size: 14px;
  }

  .form-label--relative {
    font-size: 14px;
  }

  .title-block .col .title-block__pre-title {
    font-size: 14px;
  }

  .form-check-btn--plain {
    padding: .5rem .8rem;
  }

  .mt-4 .d-none {
    display: block !important;
  }

  .accordion__item-btn {
    padding-left: 0;
    padding-right: 0;
  }

  .accordion__item fieldset {
    padding-left: 0;
  }

  .container.container--move-left {
    padding-left: 0;
  }

  .product-detail__main .list .col-md-3 {
    width: 25%;
  }

  .ratio,
  .ratio>picture,
  .ratio>picture>img {
    position: static;
  }

  .ratio:before {
    display: none;
  }

  .title-block .col {
    padding: 0;
  }

  .title-block .row {
    margin: 0;
  }

  .product-detail__side {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }

  .title-block--main {
    margin-bottom: 1.5rem;
  }

  .title-block .col .h2 {
    font-size: 24px;
  }

  .accordion__body-content {
    padding-left: 0;
    padding-right: 0;
  }

  .container .container__fill-xs {
    margin: 0;
  }

  .lightbox-btn {
    right: 1rem;
    bottom: 1rem;
  }

  .lightbox-item__icon--corner {
    left: 1rem;
    bottom: 1rem;
  }

  .slider--references .slider__arrows-container {
    position: static;
    transform: none;
    width: 100px;
    margin: 40px auto;
  }

  .slider__arrow[disabled] {
    color: #fff;
  }

  .slider--references .slider__arrow[disabled] {
    opacity: 1;
  }

  .slider--references .slider__arrow:first-child {
    transform: scaleX(-1);
  }

  .icon-rotate-180 {
    transform: none;
  }

  .slider__arrow {
    width: 40px;
    height: 40px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .slider--references .slider__arrow svg {
    width: 14px;
  }

  .section2 .stretch-link__link {
    font-size: 18px;
  }

  .reference-teaser__content-subtitle {
    font-size: 14px;
    margin-top: 5px;
  }

  .slider--references .slider__scroll-area {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
}

@media screen and (max-width: 767px) {
  .title-block .col .h2 {
    font-size: 20px;
  }

  .accordion__item-btn {
    font-size: 18px;
  }

  .slider__arrows-container {
    display: flex;
    justify-content: space-between;
  }
}