#smProductDetailGiftWrapper .smAddGiftToCart {
  background-color: #91b322 !important;
  color: #ffffff;
}

.ks-vip-overview-holder {
  h2,
  h3 {
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 50px;
    color: #46453e;
    font-size: 32px;
  }

  .herz-fuer-kinder {
    position: relative;
  }

  .vip-banner-badge-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .ks-vip-questions
    .ks-product-questions
    .ks-product-question
    .ks-question-element
    .ks-question-content {
    padding: 10px;
    width: 100%;
    border: none;
    text-align: center;
    outline: none;
    transition: 0.4s;
    border-bottom: 3px solid #f5f5f8;
    color: white;
    background-color: #91b322;
    font-size: 18px;
    font-weight: 700;
    height: auto;
    line-height: 30px;
    display: block;
    cursor: pointer;
  }

  .ks-fragen-right-inside a {
    background-color: #fff;
    color: #91b322;
    padding: 10px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    margin-left: -100px;
    margin-top: -22px;
    font-size: 16px;
    width: 170px;
    line-height: 1.5;
    text-decoration: none;
  }

  .ks-home-section {
    position: relative;
    color: #46453e;
    margin: 80px auto 0 auto;
  }

  .ks-vip-notice a {
    font-weight: 600;
    color: #46453e;
    text-transform: uppercase;
    font-style: italic;
    text-decoration: none;
  }

  .vip-banner-badge-wrapper .badge {
    position: absolute;
    width: auto !important;
    top: -5px;
    font-size: 32px !important;
    padding: 6px;
    line-height: 1.3;
  }

  .badge {
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 1px;
    display: inline-block;
    border-radius: unset;
    background-clip: unset;
    background-image: none;
    border: none;
  }

  .badge.green {
    background-color: #91b322;
    color: white;
    border-radius: 2px;
    height: unset;
  }

  .vip-mitgliedschaft-kuendigen {
    display: block;
    text-align: right;
    a {
      display: inline-block;
      margin-top: 10px;
      font-size: 11px;
      text-decoration: underline;
      padding: 10px;
      color: initial;
    }
  }

  .left {
    text-align: left;
  }
  .center {
    text-align: center;
  }
  .ks-vip-notice {
    margin-top: 20px;
    a {
      font-weight: 600;
      color: #46453e;
      text-transform: uppercase;
      font-style: italic;
    }
  }
  .ks-vip-header {
    .ks-overview-arrow {
      display: flex;
      justify-content: right;
      margin-right: 25%;
      margin-top: -75px;
      img {
        width: 80px;
        display: block;
        position: relative;
      }
    }
  }

  .ks-vip-overview {
    h2 {
      color: white;
      background-color: #91b322;
    }
  }

  .ks-vorteile-im-vergleich {
    .ks-vorteile-im-vergleich-inner {
      display: grid;
      grid-template-columns: 1fr 1fr;
      .ks-basic-kunde {
        h3 {
          margin: 0 50px 20px 0;
          text-align: center;
        }
        .ks-vip-element-bg {
          border-top-left-radius: 20px;
          border-bottom-left-radius: 20px;
        }
      }
      .ks-vip-kunde {
        h3 {
          margin: 0 0 20px 50px;
          position: relative;
        }
        h3::after {
          content: "";
          width: 150px;
          height: 98px;
          background: url("/cdn/shop/files/kaese-selber-vip-bereich-logo.png?v=1713805865")
            no-repeat;
          right: 0;
          top: -40px;
          position: absolute;
          background-size: contain;
          transform: rotate(14deg);
        }
        .ks-vip-element-bg {
          border-top-right-radius: 20px;
          border-bottom-right-radius: 20px;
        }
        .ks-vip-subnote {
          display: inline-block;
          padding: 15px 20px;
          background: #f6f6f6;
          border-radius: 20px;
          margin-left: 100px;
          font-weight: 700;
          text-transform: uppercase;
          font-size: 12px;
          line-height: 1.3;
        }
      }
      .ks-vip-vorteile {
        h3 {
          border-bottom: 10px solid #91b322;
          font-weight: 800;
          text-transform: uppercase;
          letter-spacing: 1px;
          font-size: 32px;
          line-height: 1.5;
        }
        .ks-vip-element {
          display: grid;
          grid-template-columns: 50px 1fr;
          grid-gap: 20px;
          padding: 20px 50px;
          div {
            display: grid;
            p {
              margin: 0;
              align-self: flex-end;
              line-height: 1;
            }
            h4 {
              font-weight: 800;
              text-transform: uppercase;
              letter-spacing: 1px;
              font-size: 24px;
              line-height: 1;
              margin: 0;
              text-align: left;
            }
          }
        }
        .ks-vip-element-bg {
          background-color: #f6f6f6;
        }
        .herz-fuer-kinder::after {
          content: "";
          width: 50px;
          height: 50px;
          background: url("/cdn/shop/files/herz-fuer-kinder.png?v=1713805896")
            no-repeat;
          right: 20px;
          position: absolute;
          background-size: contain;
          transform: rotate(14deg);
        }
      }
    }
  }

  .ks-vip-questions {
    margin-top: 40px;
    ol {
      padding: 0 18px;
    }

    .ks-product-questions {
      h3 {
        margin: 40px 0;
      }
      .ks-product-question {
        .ks-question-input {
          display: none;
        }
        .ks-question-input:checked + .ks-question-element {
          .ks-close-question {
            display: block;
          }
        }
        .ks-question-input:checked + .ks-question-element {
          .ks-answer-content {
            overflow: unset;
            height: 100%;
            max-height: initial;
            opacity: 1;
            transition: all 0.25s ease;
            p,
            li {
              text-align: left;
            }
          }
        }

        .ks-question-input:checked + div.ks-question-element {
          .ks-question-content::after {
            transform: rotate(180deg);
          }
        }

        .ks-question-element {
          position: relative;
          .ks-question-content {
            cursor: pointer;
            padding: 10px;
            width: 100%;
            border: none;
            text-align: center;
            outline: none;
            transition: 0.4s;
            border-bottom: 3px solid #f5f5f8;
            color: white;
            background-color: @ksbtncol;
            font-size: @fontsize18;
            font-weight: @weight700;
            height: auto;
            line-height: 30px;
            display: block;
            cursor: pointer;
          }
          .ks-question-content::after {
            color: white;
            margin-left: 10px;
            position: absolute;
            display: block;
            content: "\25be";

            right: 20px;
            top: 10px;
          }
          .ks-close-question {
            position: absolute;
            height: 50px;
            width: 100%;
            top: 0;
            left: 0;
            cursor: pointer;
            display: none;
          }
          .ks-answer-content {
            width: 100%;
            overflow: hidden;
            height: 0;
            max-height: 0;
            opacity: 0;
            text-align: center;
            background-color: @ksbggrey;
            transition: all 0.3s ease-out;
          }
        }
      }
    }
  }

  .ks-qrez-clearer {
    max-width: 100%;
    margin-top: 40px;
    .ks-qrez-left-outside {
      background-color: @ksbggrey;
      .p-small {
        font-size: @fontsize12;
      }
      .p-medium {
        font-size: @fontsize16;
        font-weight: @weight600;
        margin-top: 10px;
      }
      .p-big {
        font-size: @fontsize24;
        font-weight: @weight700;
        margin-bottom: 10px;
      }
    }
  }

  .ks-vip-footnotes {
    margin-top: 60px;
    p {
      font-size: 12px;
      margin-bottom: 60px;
      line-height: 1.5;
    }
  }
}

@media only screen and (min-width: 768px) and (max-width: 1159px) {
  .ks-vip-overview-holder {
    .ks-vip-header {
      .ks-overview-arrow {
        margin-top: -50px;
        img {
          width: 60px;
        }
      }
    }
    .ks-vorteile-im-vergleich {
      .ks-vorteile-im-vergleich-inner {
        .ks-vip-vorteile {
          h3 {
            font-size: 28px;
          }
          h3::after {
            right: 0;
            width: 105px;
            height: 68.6px;
          }
          .ks-vip-element {
            grid-gap: 10px;
            padding: 20px;

            div {
              h4 {
                font-size: 18px;
              }
              p {
                margin-top: 10px;
              }
            }
          }
          .herz-fuer-kinder::after {
            width: 40px;
            height: 40px;
            right: 0;
          }
        }
      }
    }
  }
}

@media only screen and (max-width: 767px) {
  .section-template--22445397639515__dda247c3-1a4a-400b-8b63-d98777d85087-padding {
    padding-bottom: 0;
  }

  #ProductInfo-template--22445397639515__main h1 {
    margin-top: 0;
  }

  .ks-vip-overview-holder {
    .ks-fragen-right-outside {
      height: 80px;
      display: flex;
      align-items: center;
      justify-content: center;

      .ks-fragen-right-inside a {
        position: relative;
        top: unset;
        left: unset;
        text-align: center;
        margin-left: auto;
        margin-top: auto;
        width: 200px;
      }
    }

    h2,
    h3 {
      font-size: 24px;
    }

    .ks-vip-header {
      .ks-overview-arrow {
        display: none;
      }
    }

    img {
      max-width: 100%;
      height: auto;
    }

    .ks-home-section {
      position: relative;
      color: #46453e;
      margin: 20px auto 0 auto;
    }

    .ks-vip-product-carousel {
      .ks-overview-arrow {
        img {
          display: none;
        }
        .ks-vip-subtext {
          margin-left: 0;
        }
      }
    }
    .vip-banner-badge-wrapper .badge.medium.moretext {
      font-size: 14px !important;
      width: auto !important;
      letter-spacing: 0.2px;
    }

    .ks-vorteile-im-vergleich {
      h2 {
        margin-top: 0;
        margin-bottom: 40px;
      }
      .ks-vorteile-im-vergleich-inner {
        .ks-basic-kunde {
          h3 {
            margin: 0 10px 20px 0;
          }
        }
        .ks-vip-kunde {
          h3 {
            margin: 0 0 20px 10px;
          }
          h3::after {
            display: none;
          }
          .ks-vip-subnote {
            margin: 0;
            padding: 10px;
          }
        }
        .ks-vip-vorteile {
          h3 {
            font-size: 16px;
            line-height: 1.5;
            border-bottom: 5px solid #91b322;
            text-align: center;
          }
          .ks-vip-element {
            grid-template-columns: 20px 1fr;
            grid-gap: 5px;
            padding: 10px 5px;
            div {
              p {
                font-size: 10px;
              }
              h4 {
                font-size: 12px;
              }
            }
          }
          .herz-fuer-kinder::after {
            display: none;
          }
        }
      }
    }

    .ks-vip-questions {
      .ks-product-questions {
        .ks-product-question {
          .ks-question-element {
            .ks-question-content {
              padding: 10px 40px;
              line-height: 1.5;
              font-size: 14px;
            }
          }
          .ks-question-input:checked + .ks-question-element {
            .ks-answer-content {
              padding: 10px;
              p {
                font-size: 12px;
                line-height: 1.5;
                margin: 0;
              }

              li {
                font-size: 12px;
              }
            }
          }
        }
      }
    }
  }
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
  .ks-vip-overview-holder {
    .ks-vorteile-im-vergleich {
      .ks-vorteile-im-vergleich-inner {
        .ks-vip-vorteile {
          h3::after {
            top: -20px;
            width: 75px;
            height: 49px;
            right: -30px;
          }
        }
      }
    }

    .vip-banner-badge-wrapper .badge {
      font-size: 24px !important;
    }
  }
}
