<style>
  .slider-wrapper {
    background: white;
    border-radius: 15px;
    padding: 40px 20px;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  }
.button-18 {
  align-items: center;
  background-color: #6d5b0c;
  border: 0;
  border-radius: 100px;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  font-family: -apple-system, system-ui, system-ui, "Segoe UI", Roboto, "Helvetica Neue", "Fira Sans", Ubuntu, Oxygen, "Oxygen Sans", Cantarell, "Droid Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Lucida Grande", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  justify-content: center;
  line-height: 20px;
  max-width: 480px;
  min-height: 38px;
  min-width: 0px;
  overflow: hidden;
  padding: 0px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  touch-action: manipulation;
  transition: background-color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, box-shadow 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  user-select: none;
  -webkit-user-select: none;
  vertical-align: middle;
}

.button-18:hover,
.button-18:focus { 
  background-color: #85a4f5;
  color: #ffffff;
}

.button-18:active {
  background: #09223b;
  color: rgb(255, 255, 255, .7);
}

.button-18:disabled { 
  cursor: not-allowed;
  background: rgba(0, 0, 0, .08);
  color: rgba(0, 0, 0, .3);
}


  /* RWD 響應式圖片高度 */
  @media (max-width: 991px) {
    .swiper-slide img {
      height: 200px;
    }
  }

  @media (max-width: 767px) {
    .swiper-slide img {
      height: 180px;
    }
    .swiper {
      padding: 20px 50px 60px;
    }
    .swiper-button-next,
    .swiper-button-prev {
      width: 40px;
      height: 40px;
    }
    .swiper-button-next:after,
    .swiper-button-prev:after {
      font-size: 16px;
    }
  }

  @media (max-width: 575px) {
    .swiper-slide img {
      height: 150px;
    }
  }
.promo-image {
  
  opacity: 1;

  
  transition: opacity 0.3s ease-in-out;


  cursor: pointer;
}


.promo-image:hover {

  opacity: 0.9;
}
</style>