/*Brand showcase*/
.brand-showcase {
  text-align: center;
  padding: 60px 20px;
  border-radius: 25px;
  overflow: hidden;
}

.brand-showcase h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #222;
}

.brand-showcase h2 span {
  color: #b3479d;
  font-style: italic;
}

.brand-showcase p {
  color: #666;
  font-size: 1rem;
  margin-bottom: 30px;
}

.brand-scroll {
  display: flex;
  gap: 25px;
  overflow-x: auto;
  scroll-;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 10px;
}

.brand-scroll::-webkit-scrollbar {
  height: 6px;
}
.brand-scroll::-webkit-scrollbar-thumb {
  background: #d88acb;
  border-radius: 10px;
  display:none;
}

.brand-card {
  flex: 0 0 250px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 15px;
  transition: all 0.4s ease;
  cursor: pointer;
}

.brand-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(179, 71, 157, 0.3);
}

.brand-card img {
  width: 100%;
  border-radius: 15px;
  margin-bottom: 10px;
}

.brand-card h3 {
  font-size: 1.1rem;
  color: #b3479d;
  font-weight: 600;
}


@media (max-width: 768px) {
  .brand-showcase h2 {
    font-size: 1.5rem;
  }
  .brand-card {
    flex: 0 0 180px;
  }
  .brand-card h3 {
    font-size: 0.9rem;
  }
}
/*Brand showcase END*/
/*Loved by our customer*/
 .korean-reviews-section {
    padding: 60px 20px;
    max-width: 1200px;
    margin: auto;
    text-align: center;
    background: linear-gradient(180deg, #fdfaff 0%, #ffffff 100%);
  }

  .korean-reviews-section h4 {
    color: #9d89f7;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 600;
    margin-bottom: 8px;
  }

  .korean-reviews-section h2 {
    font-size: 32px;
    font-weight: 700;
    color: #2e255d;
    margin-bottom: 50px;
  }

  .korean-reviews-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
  }

  /* Review Card */
  .korean-review-card {
    background: #fff;
    border-radius: 22px;
    padding: 25px 20px;
    box-shadow: 0 8px 22px rgba(157, 137, 247, 0.15);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    border: 1px solid #f1e8ff;
    min-width: 250px;
  }

  .korean-review-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 26px rgba(157, 137, 247, 0.25);
  }

  .korean-quote {
    font-size: 36px;
    color: #c4b0ff;
    position: absolute;
    top: 15px;
    right: 20px;
    opacity: 0.2;
  }

  .korean-review-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
  }

  .korean-review-header img {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    margin-right: 12px;
    border: 3px solid #a78bfa;
  }

  .korean-review-header h3 {
    font-size: 15px;
    font-weight: 600;
    color: #2e255d;
    margin-bottom: 3px;
  }

  .korean-review-header p {
    font-size: 13px;
    color: #888;
  }

  .korean-review-text {
    font-size: 14px;
    color: #4a4a4a;
    line-height: 1.8;
    margin-bottom: 18px;
  }

  .korean-review-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .korean-stars {
    color: #ffcc00;
    font-size: 16px;
  }

  .korean-review-date {
    font-size: 12px;
    color: #fff;
    background: #7b61ff;
    padding: 4px 10px;
    border-radius: 8px;
  }
  @media (max-width: 992px) {
    .korean-reviews-container {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  @media (max-width: 768px) {
    .korean-reviews-container {
      display: flex;
      overflow-x: auto;
      gap: 15px;
      padding-bottom: 12px;
      -webkit-overflow-scrolling: touch;
    }

    .korean-review-card {
      flex: 0 0 auto;
      width: 250px;
    }

    .korean-review-text {
      font-size: 13px;
      line-height: 1.6;
      max-height: 60px;
      overflow: hidden;
      text-overflow: ellipsis;
    }
  }
/*Loved by our customer END*/
.mw-accordion-faq-skin-button {
  height: 30px !important;
  background: linear-gradient(135deg, #fffbea, #fff5f8); 
  color: #333;
  border: none;
  width: 100%;
  text-align: left;
  padding: 0 15px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.2s ease;
}
.mw-accordion-faq-skin-button h5{
  font-size:15px !important;
  color:#555 !important;
}
.custom-radio {
  display: inline-block;
  margin: -5px;
  cursor: pointer;
}
.custom-radio input[type="radio"] {
  display: none; 
}
.custom-radio label {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #fff;
  transition: all 0.3s ease;
  cursor: pointer;
}
.custom-radio label:hover {
  border-color:#000;
}
.custom-radio input[type="radio"]:checked + label {
  border-color: #000;
  color: #000;
}
.shop-products .product .price{
  color:#555;
}
/*Product inner free shipping*/
/*product section design*/
.dev-service-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #faf8ef;
  padding: 14px 12px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  max-width: 600px;
  margin: 20px auto;
  text-align: center;
  flex-wrap: nowrap;
  gap: 10px;
}
.dev-service-box {
  flex: 1;
}
.dev-service-box i {
  font-size: 24px;
  color: #222;
  margin-bottom: 6px;
}
.dev-service-box h4 {
  font-size: 12px;
  color: #111;
  font-weight: 600;
  margin: 0;
  line-height: 1.3;
}

@media (max-width: 480px) {
  .dev-service-section {
    gap: 8px;
    padding: 10px;
  }
  .dev-service-box i {
    font-size: 20px;
  }
  .dev-service-box h4 {
    font-size: 11px;
  }
}
/*product section design END*/
/*About US*/
 .justkorean-aboutus {
      width: 100%;
      max-width: 1100px;
      background: #ffffff;
      border-radius: 18px;
      box-shadow: 0 10px 25px rgba(104, 78, 108, 0.12);
      display: grid;
      grid-template-columns: 1fr 1fr;
      overflow: hidden;
    }

    .aboutus-image {
      position: relative;
      background: #fdf0f7;
      padding: 30px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }

    .aboutus-image img {
      width: 100%;
      max-width: 400px;
      border-radius: 14px;
      box-shadow: 0 6px 18px rgba(104, 78, 108, 0.16);
    }

    .aboutus-ribbon {
      position: absolute;
      top: 20px;
      left: 20px;
      background: linear-gradient(90deg, #6b3d6a, #8f4c86);
      color: white;
      padding: 10px 20px;
      font-weight: 600;
      border-radius: 8px;
      box-shadow: 0 6px 18px rgba(104, 78, 108, 0.16);
    }

    .aboutus-content {
      padding: 40px;
      background: #fff;
    }

    .aboutus-heading {
      font-size: 26px;
      color: #6b3d6a;
      margin-bottom: 10px;
    }

    .aboutus-text {
      color: #534052;
      line-height: 1.6;
      margin-bottom: 18px;
    }

    .aboutus-features {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-bottom: 20px;
    }

    .aboutus-feature {
      background: #f7d9ea;
      padding: 10px 14px;
      border-radius: 10px;
      font-weight: 600;
      color: #4a2b45;
      font-size: 13px;
    }

    .aboutus-quote {
      background: #fdf0f7;
      border-left: 4px solid #8f4c86;
      padding: 10px 16px;
      border-radius: 8px;
      color: #6b3d6a;
      font-weight: 600;
      margin-top: 10px;
    }

    .aboutus-cta {
      display: inline-block;
      margin-top: 20px;
      padding: 12px 18px;
      border-radius: 12px;
      background: linear-gradient(90deg, #6b3d6a, #8f4c86);
      color: white;
      font-weight: 700;
      text-decoration: none;
      box-shadow: 0 10px 30px rgba(139, 64, 118, 0.14);
    }

    @media (max-width: 880px) {
      .justkorean-aboutus {
        grid-template-columns: 1fr;
      }
      .aboutus-image {
        order: 1;
        padding: 20px;
      }
      .aboutus-content {
        order: 2;
        padding: 20px;
      }
      .aboutus-heading {
        font-size: 22px;
      }
    }
/*About US END*/
/*Logo marquee*/
 .brand-logo-section {
    overflow: hidden;
    white-space: nowrap;
    background: #fff;
    padding: 20px 0;
  }

  .brand-logo-track {
    display: inline-flex;
    align-items: center;
    animation: scroll 20s linear infinite;
  }

  .brand-logo-track img {
    height: 60px;
    margin: 0 40px;
    object-fit: contain;
    transition: transform 0.3s ease;
  }

  .brand-logo-track img:hover {
    transform: scale(1.1);
  }

  @keyframes scroll {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
  }

 
  @media (max-width: 768px) {
    .brand-logo-track img {
      height: 45px;
      margin: 0 25px;
    }
    .brand-logo-section {
      padding: 15px 0;
    }
  }
/*Logo marquee END*/