.product-new-design {
  font-family: "Helvetica Neue", Arial, sans-serif;

  @media screen and (min-width: 990px) {
    margin-top: 150px;
  }

  .product-swiper .media-type-video .product__media img {
    display: none;
  }

  .swiper-button-next,
  .swiper-button-prev {
    width: 36px;
    height: 36px;
    background-color: #474747;
    box-shadow: none;
    outline: none;
    border-radius: 50%;
    border: none;
    top: 57%;
    &::after {
      font-size: 14px;
      color: #fff;
      font-weight: 700;
    }
  }
  @media screen and (min-width: 990px) {
    .swiper-button-next {
      right: 30px;
    }

    .swiper-button-prev {
      left: 30px;
    }
  }

  .product-swiper {
    .swiper-wrapper {
      margin-bottom: 10px;
    }
    .deferred-media {
      max-width: 600px;
      margin: 0 auto;
      img {
        border-radius: 20px;
      }
    }
    .swiper-slide {
      margin-top: 80px;
      height: 333px;
      @media screen and (max-width: 750px) {
        .product__media img {
          max-width: 80%;
          left: 50%;
          transform: translateX(-50%);
        }
      }

      @media screen and (min-width: 990px) {
        height: 540px;
      }
      .product-media-container {
        height: 100%;
      }

      .product__media {
        position: static;
        img {
          border-radius: 20px;
          left: 50%;
          transform: translateX(-50%);
          @media screen and (min-width: 990px) {
            max-width: 600px;
          }
        }
      }
    }
  }

  .swiper-thumbnails {
    margin-top: 0;
    height: 100px;
    display: none;
    @media screen and (min-width: 760px) {
      display: block;
    }
    .deferred-media__poster {
      display: none;
    }

    .swiper-wrapper {
      justify-content: center;
    }
    .swiper-slide {
      width: 80px;
      height: 45px;
      border-radius: 7.6px;
      background-color: #cdcdcd;
      &.swiper-slide-thumb-active {
        border: 2px solid;
        border-image-source:
            linear-gradient(0deg, #0b2644, #0b2644),
            linear-gradient(0deg, #091e36, #091e36);
      }
    }

    .product-media-container {
      height: 100%;
    }
    .media {
      position: static;
      cursor: pointer;
      img {
        object-fit: contain;
      }
    }
  }

  .product-holder {
    max-width: 1448px;
    margin: 0 auto;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    gap: 23px;

    @media (min-width: 990px) {
      padding: 0 24px;
    }

    @media (min-width: 1280px) {
      gap: 68px;
    }

    h1 {
      font-size: 24px;
      line-height: 100%;
      margin: 0 0 24px;
      font-weight: 500;
    }

    @media (min-width: 990px) {
      flex-flow: nowrap;
    }

    .product-info--holder {
      width: 100%;
      @media (min-width: 990px) {
        width: 50%;
      }
    }

    .product-info {
      padding: 0 24px;
      @media (min-width: 990px) {
        width: 25%;
        flex: 1 0 25%;
        padding: 0;
      }
    }

    .product-step1 {
      @media (min-width: 1280px) {
        width: 326px;
        padding-top: 10px;
      }
    }

    .product-image {
      width: 100%;
      background: linear-gradient(0deg, #f5f5f5 15.62%, #c2c2c1 54.37%);
      border-radius: 20px;
      top: 120px;

      @media screen and (min-width: 990px) {
        width: 67%;
        position: sticky;
      }
    }
  }

  .product-info-list {
    position: absolute;
    left: 50%;
    top: 30px;
    transform: translateX(-50%);
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    gap: 10px 50px;
    list-style: none;
    padding: 0;
    width: 100%;
    z-index: 2;
    display: none;
    @media screen and (min-width: 990px) {
      display: flex;
    }
    li {
      display: flex;
      flex-flow: nowrap;
      align-items: center;
      gap: 8px;
    }
    span {
      font-family: "Instrument Sans", "Helvetica Neue", Arial, sans-serif;
      color: #091e36;
      font-size: 14px;
    }
  }

  .product-link--holder {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: flex-start;
    text-decoration: none;
    padding: 18px 18px 10px;
    border: 2px solid #d8d8d8;
    width: 100%;
    border-radius: 12px;
    margin: 0 0 14px;
    color: #202020;
    .wrapper {
      display: flex;
      flex-flow: nowrap;
      align-items: center;
      margin: 0 0 10px;
      width: 100%;
    }
    .product-price-wrap {
      flex: 1 0 auto;
      text-align: right;
    }
    &.active {
      border-color: #0c3372;
      .product-info-text {
        transition:
            grid-template-rows 0.35s ease,
            opacity 0.25s ease,
            visibility 0s linear 0s,
            border-top-color 0.35s ease;
        border-top: 1px solid #d8d8d8;
        visibility: visible;
        opacity: 1;
        height: auto;
        grid-template-rows: 1fr;
      }
    }

    .product-price-wrap {
      font-weight: 500;
      font-size: 14px;
      letter-spacing: -0.28px;
      line-height: 140%;
      color: #202020;
      b {
        font-weight: 500;
      }
    }

    strong {
      font-size: 14px;
      letter-spacing: -0.28px;
      line-height: 140%;
      font-weight: 500;
      color: #202020;
      font-family: "Helvetica Neue", Arial, sans-serif;
      margin-right: 20px;
      min-width: 58px;
    }
    .link-product-label {
      display: block;
      padding: 1px 6px;
      background-color: #0c3372;
      text-transform: uppercase;
      font-size: 12px;
      font-weight: 500;
      font-style: normal;
      letter-spacing: -0.24px;
      color: #fff;
      border-radius: 5px;
    }
  }

  .product-one-time {
    margin-top: 36px;
  }

  .accordion-item {
    background-color: #f2f2f2;
    border-radius: 12px;
    margin: 0 0 20px;
    button {
      cursor: pointer;
      padding: 18px;
      font-weight: 500;
      font-style: Medium;
      font-size: 12px;
      width: 100%;
      line-height: 140%;
      letter-spacing: -2%;
      vertical-align: middle;
      border: none;
      outline: none;
      background: none;
      position: relative;
      text-align: left;

      svg {
        width: 16px;
        height: 16px;
        margin-left: 8px;
        position: absolute;
        right: 16px;
        top: 16px;
      }
    }

    .accordion-content {
      font-size: 12px;
      max-height: 0;
      padding-left: 16px;
      padding-right: 16px;
      box-sizing: content-box;
      overflow: hidden;
      visibility: hidden;
      transition:
          max-height 0.35s ease,
          opacity 0.25s ease,
          visibility 0s linear 0.35s;
      opacity: 0;
      box-sizing: content-box;
      a,
      p {
        font-family: "Helvetica Neue", Arial, sans-serif;
        font-size: 12px;
        margin: 0;
        color: #636363;
      }
      p {
        padding-bottom: 16px;
      }
      a {
        color: #091e36;
        font-weight: 700;
      }
    }

    .icon-minus {
      display: block;
    }

    &.active {
      .icon-plus {
        display: none;
      }
      .icon-minus {
        display: block;
      }
      .accordion-content {
        max-height: 500px;
        height: auto;
        visibility: visible;
        opacity: 1;
        transition:
            max-height 0.35s ease,
            opacity 0.25s ease,
            visibility 0s linear 0s;
      }
    }
  }

  .product-info-text {
    width: 100%;
    display: grid;
    grid-template-rows: 0fr;
    visibility: hidden;
    opacity: 0;
    height: 0;
    border-top: 1px solid transparent;
    transition:
        grid-template-rows 0.35s ease,
        opacity 0.25s ease,
        visibility 0s linear 0.35s,
        border-top-color 0.35s ease;

    ul {
      overflow: hidden;
      padding: 12px 0 0;
      margin: 0;
      list-style: none;
      color: #636363;
      li {
        font-size: 12px;
        padding-left: 24px;
        margin: 0 0 5px;
        position: relative;
        &:before {
          content: "";
          position: absolute;
          left: 0;
          top: 2px;
          width: 16px;
          height: 16px;
          background: url("check-icon.svg") no-repeat center center;
        }
      }
    }

    strong,h1,h2,h3,h4,h5,h6,p {
      font-size: 12px;
      margin: 10px 0 0;
      font-weight: 400;
      font-family: "Helvetica Neue", Arial, sans-serif;
    }
    p {
      color: #636363;
    }

    b, strong{
      font-weight:700;
    }

    h5 {
      color: green;
    }

    h6 {
      color: red;
    }
  }

  .product-summary {
    border-radius: 12px;
    padding-top: 20px;
    padding-right: 24px;
    padding-bottom: 20px;
    padding-left: 24px;
    background-color: #f2f2f2;

    font-family: "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    line-height: 140%;
    letter-spacing: -2%;
    color: #636363;

    h4 {
      font-family: "Helvetica Neue", Arial, sans-serif;
      font-weight: 500;
      font-style: Medium;
      font-size: 14px;
      line-height: 140%;
      letter-spacing: -2%;
      vertical-align: middle;
      color: #202020;
    }

    .total-table {
      padding: 0;
      margin: 20px 0;
      list-style: none;
      li {
        padding: 5px 0;
        display: flex;
        flex-flow: nowrap;
        justify-content: space-between;
        font-family: "Helvetica Neue", Arial, sans-serif;
        font-weight: 400;
        font-size: 12px;
        line-height: 140%;
        letter-spacing: -0.24px;
        vertical-align: middle;
      }
    }

    .subtotal-line {
      padding-top: 15px;
      border-top: 1px solid #d3d3d3;

      span {
        font-family: "Helvetica Neue", Arial, sans-serif;
        font-weight: 500;
        font-style: Medium;
        font-size: 14px;
        line-height: 140%;
        letter-spacing: -2%;
        vertical-align: middle;
        color: #202020;
      }
    }

    .button {
      width: 100%;
      margin-bottom: 20px;
    }
  }
  ul.payment-cards {
    display: flex;
    flex-flow: nowrap;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 0;
    margin: 0;
    list-style: none;
    li {
      height: 35px;
    }
  }

  .checkout-block-fixed {
    position: fixed;
    bottom: 30px;
    width: 100%;
    max-width: 1390px;
    margin: 0 auto;
    left: 50%;
    backdrop-filter: blur(15px);
    box-shadow: 0px 6px 30px -4px #0000001a;
    border-radius: 12px;
    padding: 12px 24px;
    visibility: hidden;
    opacity: 0;
    transform: translateX(-50%) translateY(100%);
    transition: all 0.3s ease;
    display: flex;
    justify-content: space-between;

    @media screen and (min-width: 990px) {
      padding: 14px 32px;
    }
    &.active {
      visibility: visible;
      opacity: 1;
      transform: translateX(-50%) translateY(0);
      z-index: 10;
    }

    .product-info-list {
      justify-content: flex-start;
      position: static;
      gap: 10px 20px;
      margin-top: 5px;
      margin-bottom: 0;
      transform: none;
      li span {
        color: #636363;
      }
    }

    .left-side {
      display: none;
      @media screen and (min-width: 990px) {
        display: flex;
        flex-flow: column;
      }
      strong {
        font-family: "Helvetica Neue", Arial, sans-serif;
        font-weight: 500;
        font-style: Medium;
        font-size: 20px;
        line-height: 100%;
        letter-spacing: 0%;
        color: #202020;
        margin: 0 0 8px;
      }
    }

    .product-summary-info-line {
      display: flex;
    }

    .right-side {
      display: flex;
      justify-content: space-between;
      align-items: center;
      min-width: 100%;

      @media screen and (min-width: 990px) {
        min-width: 320px;
        justify-content: flex-end;
      }
      .wrapper {
        display: flex;

        @media only screen and (max-width: 767px) {
          flex-flow: column;
        }

        .product-summary-info {
          display: flex;
          flex-flow: column;
          margin-right: 10px;
          margin-bottom: 10px;

          @media only screen and (max-width: 767px) {
            margin-bottom: 5px;
          }
        }
        @media screen and (min-width: 990px) {
          gap: 6px;
          .product-summary-info {
            margin-bottom: 0;
          }
        }
      }

      .button {
        width: 150px;
        text-transform: capitalize;
        margin: 0;
      }
    }

    .js-compare-price,
    .js-full-price {
      font-family: "Helvetica Neue", Arial, sans-serif;
      font-weight: 500;
      font-style: normal;
      font-size: 20px;
      line-height: 100%;
      margin: 0 0 8px;
      color: #202020;
    }

    .js-compare-price {
      text-decoration: line-through;
      margin: 0 0 0 8px;
    }

    .selected-product-name {
      font-family: Instrument Sans;
      font-weight: 400;
      font-style: Regular;
      font-size: 12px;
      line-height: 100%;
      color: #636363;
    }
  }

  .fixed-block-text {
    font-family: Instrument Sans;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0;
    max-width: 100px;
    margin: 0 1rem 0 0;

    @media only screen and (max-width: 767px) {
      max-width: 150px;
    }
  }
}
