.mm-featured-bundles-section {
  * {
    letter-spacing: 0;
    box-sizing: border-box;
    font-family: 'Switzer-font', sans-serif;
  }

  ul.bundles-wrapper {
    list-style: none;
    margin: 0;
    padding: 0;
  }

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

  .page-width {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
  }

  .mm-header {
    margin-bottom: 24px;
  }

  .heading {
    margin-bottom: 24px;

    * {
      font-size: 28px;
      color: #121110;
      line-height: 130%;
      letter-spacing: -1.2px;
      margin-bottom: 0;
    }
  }

  .description * {
    color: rgba(18, 17, 16, 0.80);
    margin-bottom: 0;
    line-height: 120%;
    letter-spacing: -0.56px;
  }

  .bundles-wrapper>li:not(:last-child) {
    margin-bottom: 40px;
  }

  .bundles-wrapper>li {
    border-radius: 20px;
    background: #FFF;
    box-shadow: 4px 6px 10px 0 rgba(0, 0, 0, 0.08), -4px 6px 10px 0 rgba(0, 0, 0, 0.08);
    overflow: hidden;
  }

  .card-headline {
    background: #121110;
    padding: 20px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;

    > p {
      font-weight: 600;
    }

    * {
      margin-bottom: 0;
      font-size: 19px;
      color: #fff;
      text-align: center;
      line-height: 110%;
      letter-spacing: -0.68px;
    }
  }

  .card-content {
    padding: 24px 22px;
  }

  .imgs-wrapper {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 16px;
  }

  .img-wrap {
    width: calc(50% - 4px);
    background-color: #EEEEE9;
    border-radius: 8px;

    img {
      border-radius: 10px;
      overflow: hidden;
      min-height: 210px;
      object-fit: contain;
    }
  }

  .img-wrap-2 {
    position: relative;
  }

  .mm-badge {
    width: auto;
    position: absolute;
    top: -15px;
    left: 0;

    p {
      margin-bottom: 0;
      border-radius: 1000px;
      background: #121110;
      color: #fff;
      font-size: 20px;
      font-weight: 500;
      line-height: 130%;
      letter-spacing: -1.2px;
      width: 66px;
      height: 66px;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
    }

    em {
      font-size: 10px;
      line-height: 130%;
      letter-spacing: 0.2px;
      font-style: normal;
      font-weight: 400;
    }
  }

  .price-wrapper {
    border-radius: 8px;
    background: #E4E6E2;
    padding: 12px;
    margin-bottom: 10px;
  }

  .bundle-price {
    text-align: center;
    margin-bottom: 8px;
    display: flex;
    flex-direction: column;
    gap: 10px;

    .label {
      color: #121110;
      font-size: 16px;
      font-weight: 600;
      line-height: 137%;
    }

    .value {
      color: #121110;
      font-size: 32px;
      font-weight: 600;
      line-height: 68%;
    }
  }

  .regular-price {
    text-align: center;
    color: rgba(0, 0, 0, 0.60);
    font-weight: 600;
    font-size: 16px;
    line-height: 137%;
  }

  .bundle-description {
    * {
      color: rgba(18, 17, 16, 0.80);
      font-size: 16px;
      font-weight: 400;
      line-height: 137.5%;
    }

    p {
      margin-bottom: 0;
    }

    strong {
      font-size: 18px;
      color: #121110;
      font-weight: 600;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
      margin-bottom: 5px;
    }
  }

  .popover-icon {
    transform: rotate(-180deg);
  }

  .button-wrapper {
    margin-top: 16px;
  }

  .button {
    background: #121110;
    width: 100%;
  }

  .button:hover {
    opacity: 0.8;
  }

  .js-popover-trigger {
    position: relative;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
  }

  .popover-icon {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .card-headline:hover .popover {
    opacity: 1;
    visibility: visible;
  }

  .card-headline:hover .js-popover-trigger {
    transform: rotate(0);
  }

  .popover {
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 6px;
    background: #E4E6E6;
    padding: 12px;
    width: 230px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s, visibility 0.2s;
    z-index: 1000;
  }

  .product-options {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .product-option {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
  }

  .product-option input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    width: 12px;
    height: 12px;
    border: 2px solid #121110;
    border-radius: 3px;
    cursor: pointer;
    background: transparent;
    transition: all 0.2s;
    margin: 0;
  }

  .product-option input[type="radio"]:checked {
    background: #000;
    border-color: #000;
  }

  .product-option label {
    color: #121110;
    font-size: 16px;
    cursor: pointer;
    flex: 1;
    line-height: 1.4;
    font-weight: 600;
  }

  @media (min-width: 768px) {
    .bundles-wrapper {
      display: flex;
      flex-wrap: wrap;
      gap: 27px;
    }

    .bundles-wrapper>li {
      margin-bottom: 0;
      width: calc(100% / 2 - 14px);
      display: flex;
      flex-direction: column;
    }

    .card-content {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      height: 100%;
    }

    .bundles-wrapper>li:not(:last-child) {
      margin-bottom: 0;
    }
  }

  @media (min-width: 992px) {
    .bundles-wrapper>li {
      width: calc(100% / 3 - 18px);
    }

    .mm-header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 36px;
    }

    .heading {
      margin-bottom: 0;
    }

    .description {
      max-width: 180px;
    }

    .price-wrapper {
      margin-bottom: 16px;
    }

    .img-wrap img {
      min-height: 230px;
    }
  }

  @media (min-width: 1200px) {
    .heading * {
      font-size: 48px;
      font-weight: 500;
    }

    .description * {
      font-size: 18px;
    }

    .button {
      font-size: 16px;
    }

    .popover {
      right: 0;
      left: initial;
      transform: none;
    }
  }

}