.mm-featured-product-dr-wrapper {
  padding: 10px 0 40px;

  * {
    letter-spacing: 0;
    box-sizing: border-box;
    font-family: var(--font-poppins);
  }

  .container {
    padding: 0 20px;
    max-width: 1320px;
    margin: 0 auto;
  }

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

  .summary__title .icon {
    max-width: 24px;
  }

  .main-img {
    border-radius: 20px;
    object-fit: contain;
    height: 335px;
    overflow: hidden;
    background: #C5E4F2;
  }

  .main-swiper {
    margin-bottom: 3px;
  }

  .nav-img {
    object-fit: cover;
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
  }

  .heading {
    font-family: var(--font-larken);
    color: #072165;
    font-weight: 500;
    font-size: 24px;
  }

  .description {
    color: #072165;
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 24px;
  }

  .variant-picker {
    display: block;
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
    padding: 20px 0;
    margin-bottom: 20px;
  }

  .variant-label {
    color: #072165;
    font-size: 14px;
    margin-bottom: 15px;

    strong {
      font-weight: 500;
    }
  }

  .variant-options {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;

    input {
      width: 0;
      height: 0;
      position: absolute;
      opacity: 0;
      z-index: -99;
    }

    label {
      border: 1px solid #072165;
      width: 85px;
      height: 34px;
      border-radius: 200px;
      color: #072165;
      font-size: 14px;
      font-weight: 500;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    input:checked + label {
      background-color: #072165;
      color: #FFFFFF;
    }
  }

  .mm-atc {
    border-radius: 40px;
    background: #F4B860;
    border: none;
    width: 100%;
    display: block;
    color: #072165;
    font-weight: 600;
    padding: 15px 0;
    font-size: 14px;
    transition: all ease 0.3s;
    text-align: center;
    text-decoration: none;
  }

  .mm-atc:hover {
    opacity: 0.8;
  }

  .add-to-cart {
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 20px;
    margin-bottom: 12px;
  }

  .summary__title {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .accordion__title {
    color: #072165;
    font-size: 14px;
    font-weight: 500;
  }

  details[open] .icon {
    transform: rotate(180deg);
  }

  .accordion__content {
    color: #072165;
    font-size: 14px;
    font-weight: 300;
  }

  .product__accordion {
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 12px;
    margin-bottom: 12px;
  }

  #thumbnail-carousel {
    padding-bottom: 10px;

    .swiper-slide {
      height: auto;
    }

    .swiper-slide img {
      border: 1px solid transparent;
    }

    .swiper-slide.swiper-slide-visible.swiper-slide-thumb-active img {
      border: 1px solid #072165;
      border-radius: 10px;
      overflow: hidden;
    }
  }

  .mm-swiper-btn {
    border: none;
    border-radius: 40px;
    background: rgba(255, 255, 255, 0.50);
    cursor: pointer;
  }

  .mm-swiper-btn.swiper-button-next {
    transform: rotate(180deg);
  }

  .mm-model-openner {
    border: none;
    background-color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    bottom: 20px;
    right: 10px;
    z-index: 4;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }

  @media (min-width: 750px) {
    .main-img {
      height: 500px;
    }
  }

  @media (min-width: 992px) {
    .featured-inner {
      display: flex;
      gap: 60px;
    }

    .featured-left {
      width: 55%;
    }

    .featured-right {
      width: 45%;
    }

    .mm-swiper-btn {
      display: none;
    }

    .heading {
      margin-top: 0;
      font-size: 28px;
      line-height: 130%;
    }

    .mm-model-openner {
      width: 60px;
      height: 60px;
      bottom: 30px;
      right: 20px;
    }

    .variant-label {
      font-size: 16px;
    }

    .mm-atc,
    .accordion__title  {
      font-size: 16px;
    }

  }

  @media (min-width: 1200px) {
    .featured-media-wrapper {
      display: flex;
      flex-direction: row-reverse;
      gap: 15px;
    }

    #main-carousel {
      width: calc(100% - 120px);
    }

    .main-img {
      height: 660px;
    }

    #thumbnail-carousel {
      height: 660px;
      width: 100px;
      padding: 0 5px 5px 0;

      .swiper-slide img {
        border: 2px solid transparent;
      }

      .swiper-slide.swiper-slide-visible.swiper-slide-thumb-active img {
        border: 2px solid #072165;
      }
    }
  }
}

.mm-models-wrapper {
  .mm-model img {
    width: 100%;
    height: 100%;
    max-height: 80vh;
    object-fit: contain;
  }

  .mm-model-close {
    background: #fff;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    right: 20px;
    top: 30px;
    cursor: pointer;

    svg {
      fill: #072165;
      width: 24px;
    }
  }

  .mm-model {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.6);
    justify-content: center;
    align-items: center;
  }

  .mm-model.active {
    display: block;
    opacity: 1;
  }

  .model-inner {
    height: 100%;
  }

  .mm-model-content {
    height: 100%;
    max-width: 90%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
