@media (max-width: 576px) {
  .navbar-nav {
    border-radius: 30px;
    border: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    background: rgba(255,255,255,0.27);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    width: auto;
    min-width: 300px;
    margin-right: 0.5em;
    margin-top: 0.5em;
    padding: 1.5em;
  }
}

@media (min-width: 768px) {
  .navbar-nav {
    border-radius: 30px;
    border: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    background: rgba(255,255,255,0.27);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    max-width: 27em;
    padding-right: 1em;
    padding-left: 1em;
  }
}

@media (min-width: 1400px) {
  .navbar-nav {
    border-radius: 30px;
    border: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    background: rgba(255,255,255,0.27);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    width: 100%;
    min-width: 20em;
  }
}

@media (min-width: 300px) {
  .section-product-title {
    color: var(--bs-body-bg);
    font-size: 1.5em;
    font-family: Poppins, sans-serif;
    font-weight: bold;
    letter-spacing: initial;
    line-height: 130%;
    text-align: center;
  }
}

@media (min-width: 576px) {
  .section-product-title {
    color: var(--bs-body-bg);
    font-size: 2.5em;
    font-family: Poppins, sans-serif;
    font-weight: bold;
    letter-spacing: initial;
    line-height: 130%;
    text-align: center;
    padding-top: 30px;
  }
}

@media (min-width: 992px) {
  .section-product-title {
    color: var(--bs-body-bg);
    font-size: 3.5em;
    font-family: Poppins, sans-serif;
    font-weight: bold;
    letter-spacing: initial;
    line-height: 130%;
    text-align: center;
    padding-top: 30px;
  }
}

@media (min-width: 1400px) {
  .section-product-title {
    color: var(--bs-body-bg);
    font-size: 3.5em;
    font-family: Poppins, sans-serif;
    font-weight: bold;
    letter-spacing: initial;
    line-height: 130%;
    text-align: center;
    padding-top: 30px;
    width: 600px;
  }
}

@media (min-width: 300px) {
  .section-title {
    color: var(--bs-body-bg);
    font-size: 1.5em;
    font-family: Poppins, sans-serif;
    font-weight: bold;
    letter-spacing: initial;
    line-height: 130%;
    text-align: center;
    padding-top: 30px;
  }
}

@media (min-width: 768px) {
  .section-title {
    color: var(--bs-body-bg);
    font-size: 2.5em;
    font-family: Poppins, sans-serif;
    font-weight: bold;
    letter-spacing: initial;
    line-height: 130%;
    text-align: center;
    padding-top: 30px;
  }
}

@media (min-width: 992px) {
  .section-title {
    color: var(--bs-body-bg);
    font-size: 3.5em;
    font-family: Poppins, sans-serif;
    font-weight: bold;
    letter-spacing: initial;
    line-height: 130%;
    text-align: center;
    padding-top: 30px;
  }
}

@media (min-width: 300px) {
  .section-description {
    color: var(--bs-body-bg);
    font-size: 0.8em;
    line-height: 130%;
    font-family: Poppins, sans-serif;
    text-align: center;
  }
}

@media (min-width: 768px) {
  .section-description {
    color: var(--bs-body-bg);
    font-size: 1.2em;
    line-height: 130%;
    font-family: Poppins, sans-serif;
    text-align: center;
  }
}

@media (min-width: 992px) {
  .section-description {
    color: var(--bs-body-bg);
    font-size: 1.5em;
    line-height: 130%;
    font-family: Poppins, sans-serif;
    text-align: center;
  }
}

@media (min-width: 300px) {
  .section-feature {
    color: #3D3D3D;
    font-size: 0.8em;
    line-height: 130%;
    font-family: Poppins, sans-serif;
    text-align: center;
    font-weight: bold;
    padding-right: 1em;
  }
}

@media (min-width: 768px) {
  .section-feature {
    color: #3D3D3D;
    font-size: 1.1em;
    line-height: 130%;
    font-family: Poppins, sans-serif;
    text-align: center;
    font-weight: bold;
  }
}

@media (min-width: 992px) {
  .section-feature {
    color: #3D3D3D;
    font-size: 1.5em;
    line-height: 130%;
    font-family: Poppins, sans-serif;
    text-align: center;
    font-weight: bold;
  }
}

@media (min-width: 300px) {
  .pt-belanja {
    color: #ffffff;
    font-size: 1em;
    line-height: 130%;
    font-family: Poppins, sans-serif;
    padding-bottom: 10px;
    font-weight: 600;
  }
}

@media (min-width: 768px) {
  .pt-belanja {
    color: #ffffff;
    font-size: 1.2em;
    line-height: 130%;
    font-family: Poppins, sans-serif;
    padding-bottom: 10px;
    font-weight: 600;
  }
}

@media (min-width: 300px) {
  .footer-title {
    color: #ffffff;
    font-size: 0.8em;
    line-height: 130%;
    font-family: Poppins, sans-serif;
    padding-bottom: 10px;
    font-weight: 600;
  }
}

@media (min-width: 768px) {
  .footer-title {
    color: #ffffff;
    font-size: 1em;
    line-height: 130%;
    font-family: Poppins, sans-serif;
    padding-bottom: 10px;
    font-weight: 600;
  }
}

@media (min-width: 768px) {
  .footer-menu {
    color: #ffffff;
    font-size: 0.9em;
    line-height: 130%;
    font-family: Poppins, sans-serif;
    padding-bottom: 10px;
  }
}

@media (min-width: 300px) {
  .footer-sosmed {
    color: rgba(13,110,253,0);
    font-size: 0.65em;
    text-align: left;
  }
}

@media (min-width: 768px) {
  .footer-sosmed {
    color: rgba(13,110,253,0);
    font-size: 0.8em;
    text-align: left;
  }
}

@media (min-width: 300px) {
  .about-us-image {
    width: 10em;
    height: auto;
    padding: 0.5em;
  }
}

@media (min-width: 300px) {
  .about-us-image {
    width: 11em;
    height: auto;
  }
}

@media (min-width: 576px) {
  .about-us-image {
    width: 15em;
    height: auto;
  }
}

@media (min-width: 768px) {
  .about-us-image {
    width: 18em;
    height: auto;
  }
}

@media (min-width: 992px) {
  .about-us-image {
    width: 24em;
    height: auto;
  }
}

@media (min-width: 300px) {
  .div-about-us {
    background: var(--bs-body-bg);
    border-radius: 8px;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    padding-right: 0.5em;
    padding-left: 0.5em;
    margin-bottom: 1em;
  }
}

@media (min-width: 768px) {
  .div-about-us {
    background: var(--bs-body-bg);
    border-radius: 8px;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-right: 1.5em;
    padding-left: 1.5em;
    margin-bottom: 1.5em;
  }
}

@media (min-width: 300px) {
  .experience-feature {
    font-size: 0.45em;
    font-weight: bold;
  }
}

@media (min-width: 768px) {
  .experience-feature {
    font-size: 0.7em;
    font-weight: bold;
  }
}

@media (min-width: 992px) {
  .experience-feature {
    font-size: 1.3em;
    font-weight: bold;
  }
}

@media (min-width: 300px) {
  .experience-image {
    width: 4em;
    height: auto;
  }
}

@media (min-width: 768px) {
  .experience-image {
    width: 8em;
    height: auto;
  }
}

@media (min-width: 992px) {
  .experience-image {
    width: 15em;
    height: auto;
  }
}

@media (min-width: 300px) {
  .experience-image-connector {
    width: 1.5em;
    height: auto;
    position: absolute;
    margin-right: 100px;
    margin-top: -30px;
  }
}

@media (min-width: 768px) {
  .experience-image-connector {
    width: 2.5em;
    height: auto;
    position: absolute;
    margin-right: 160px;
    margin-top: -30px;
  }
}

@media (min-width: 992px) {
  .experience-image-connector {
    width: 3.5em;
    height: auto;
    position: absolute;
    margin-right: 280px;
    margin-top: -30px;
  }
}

@media (min-width: 300px) {
  .product-label {
    background: #fbf5ff5a;
    border: 1px solid #ffffff;
    border-radius: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 15px;
    padding-left: 15px;
    color: #ffffff;
    font-family: Poppins, sans-serif;
    font-size: 0.8em;
    line-height: 130%;
    text-align: center;
  }
}

@media (min-width: 576px) {
  .product-label {
    background: #fbf5ff5a;
    border: 1px solid #ffffff;
    border-radius: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 15px;
    padding-left: 15px;
    color: #ffffff;
    font-family: Poppins, sans-serif;
    font-size: 1.3em;
    line-height: 130%;
    text-align: center;
  }
}

@media (min-width: 300px) {
  .product-list {
    background: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 15px;
    padding-left: 15px;
    color: var(--bs-emphasis-color);
    font-family: Poppins, sans-serif;
    font-size: 1em;
    line-height: 130%;
    text-align: center;
    margin-right: 15px;
    font-weight: 400;
  }
}

@media (min-width: 576px) {
  .product-list {
    background: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 15px;
    padding-left: 15px;
    color: var(--bs-emphasis-color);
    font-family: Poppins, sans-serif;
    font-size: 1.5em;
    line-height: 130%;
    text-align: center;
    margin-right: 15px;
    font-weight: 400;
  }
}

@media (min-width: 768px) {
  .section-products-mobile {
    display: none;
  }
}

@media (max-width: 767px) {
  .section-products-desktop {
    display: none;
  }
}

@media (min-width: 1200px) {
  .product-image-desktop {
    height: auto;
    width: 600px;
    margin-right: -45px;
  }
}

@media (max-width: 1200px) {
  .product-image-desktop {
    height: auto;
    width: 600px;
    margin-right: -35px;
  }
}

@media (max-width: 992px) {
  .product-image-desktop {
    height: auto;
    width: 500px;
    margin-right: 0px;
  }
}

@media (max-width: 768px) {
  .product-image-desktop {
    height: auto;
    width: 400px;
    margin-right: 0px;
  }
}

@media (min-width: 768px) {
  .section-product-content {
    padding-left: 30px;
    padding-bottom: 60px;
    padding-top: 30px;
  }
}

@media (min-width: 1200px) {
  .section-product-content {
    padding-left: 40px;
    padding-bottom: 60px;
    padding-top: 30px;
  }
}

@media (min-width: 768px) {
  .merchant-image {
    width: 60%;
    height: auto;
  }
}

.experience-card-container {
  margin-top: 1em;
  margin-bottom: 1em;
  padding-top: 0.7em;
  padding-bottom: 0.7em;
}

