/*!*******************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./pages/product-detail/scss/style.scss ***!
  \*******************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+Thai:wght@100;300;500;700;900&display=swap);
/*!***********************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./pages/product-detail/scss/style.scss (1) ***!
  \***********************************************************************************************************************************/
@charset "UTF-8";
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled {
  pointer-events: none;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
.popup-overlay .popup {
  width: 800px;
  max-width: 90%;
  height: auto;
  padding: 30px;
  background-color: #f5f5f5;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 15px;
  box-shadow: 5px 5px 3px rgba(0, 0, 0, 0.2);
  z-index: 9999;
}
.popup-overlay .popup__left {
  text-align: center;
  border-right: 1px solid #c4c4c4;
}
@media (max-width: 991.98px) {
  .popup-overlay .popup__left {
    display: none;
  }
}
.popup-overlay .popup__left .title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 20px;
  font-weight: 700;
}
.popup-overlay .popup__left .title img {
  width: 24px;
}
.popup-overlay .popup__left .package-img {
  width: 60%;
  margin: 0 auto 10px;
}
.popup-overlay .popup__left .package-name {
  font-size: 24px;
  margin: 0;
  font-weight: 700;
}
.popup-overlay .popup__left .package-qty,
.popup-overlay .popup__left .package-sum {
  font-weight: 500;
  margin: 0;
}
.popup-overlay .popup__right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 12px;
}
.popup-overlay .popup__right .title {
  font-weight: 700;
  margin-bottom: 0;
}
.popup-overlay .popup__right .sum {
  color: #171f48;
  font-size: 20px;
  font-weight: 500;
  margin: 0;
}
.popup-overlay .popup__right .sum b {
  font-weight: 600;
  color: #00bae8;
}
.popup-overlay .popup__right .common-btn {
  width: 240px;
}
.popup-overlay .popup-close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  line-height: 32px;
  background: #171f48;
  color: #f5f5f5;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
}

.site-header .container {
  position: relative;
}
.site-header .navbar-brand {
  margin-right: auto;
}
@media (max-width: 991.98px) {
  .site-header .navbar-collapse {
    order: 1;
  }
}

.cart {
  position: relative;
  margin-left: 10px;
}
.cart .cart-count {
  position: absolute;
  top: -4px;
  right: -8px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
  border-radius: 50px;
  background-color: #f00;
  color: #fff;
  text-decoration: none;
}

.cart-content {
  display: none;
  position: absolute;
  right: 0;
  top: calc(100% + 10px);
  padding: 8px 0;
  min-width: 200px;
  background-color: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  z-index: 99;
}
.cart-content.show {
  display: block;
}
.cart-content .close-cart {
  position: absolute;
  top: 0;
  right: 8px;
  padding: 4px;
  text-align: right;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
}
.cart-content .total {
  padding: 8px 16px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}
.cart-content .total p {
  margin-bottom: 8px;
}
.cart-content .total p b {
  color: #00bae8;
}
.cart-content .total .btn-default {
  width: 180px;
  height: 40px;
}
.cart-content .item-list {
  display: flex;
  flex-direction: column;
  padding: 20px 8px 10px;
  border-bottom: 1px solid #000;
}
.cart-content .item-list .item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px;
}
.cart-content .item-list .item:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.cart-content .item-list .item .package-thumb {
  width: 55px;
}
.cart-content .item-list .item .package-info {
  flex-grow: 1;
}
.cart-content .item-list .item .package-info p {
  margin: 0;
  font-size: 14px;
}
.cart-content .item-list .item .package-info .name {
  font-weight: 700;
}

.breadcrumb {
  background-color: #f7f8fa;
  padding: 8px 0;
}
.breadcrumb .link {
  color: #222326;
  text-decoration: none;
}

.detail {
  padding: 32px;
}
.detail__left {
  display: flex;
}
@media (max-width: 991.98px) {
  .detail__left {
    flex-direction: column;
  }
}
.detail__left .main-list {
  width: 450px;
  max-width: 100%;
}
.detail__left .main-list .img-product {
  width: 450px;
  max-width: 100%;
}
.detail__left .main-list .slick-arrow {
  background: rgba(210, 210, 210, 0.8);
  height: 60px;
  width: 60px;
  bottom: 60px;
  content: "";
}
.detail__left .main-list .slick-arrow::before {
  position: absolute;
  content: "";
  display: block;
  height: 15px;
  width: 15px;
  border: 2px solid #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.detail__left .main-list .slick-next {
  border-radius: 100px 0 0 100px;
}
.detail__left .main-list .slick-next::before {
  border-bottom: none;
  border-left: none;
}
.detail__left .main-list .slick-prev {
  border-radius: 0 100px 100px 0;
}
.detail__left .main-list .slick-prev::before {
  border-top: none;
  border-right: none;
}
.detail__left .small-list {
  padding: 0;
}
@media (min-width: 768px) {
  .detail__left .small-list {
    max-width: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.detail__left .small-list .small-img {
  width: 57px;
  margin: 8px auto;
  border: 1px solid #9b51e0;
  border-radius: 2px;
  opacity: 0.5;
  cursor: pointer;
}
.detail__left .small-list .slick-current .small-img {
  opacity: 1;
}
.detail__left .small-list .slick-arrow {
  position: static;
  background: none;
  border: 2px solid #333;
  transform: rotate(45deg);
}
.detail__left .small-list .slick-next {
  border-top: none;
  border-left: none;
}
.detail__left .small-list .slick-prev {
  border-bottom: none;
  border-right: none;
}
@media (max-width: 991.98px) {
  .detail__right .title {
    font-size: 24px;
  }
}
.detail__right .price {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 8px;
}
@media (max-width: 991.98px) {
  .detail__right .price {
    font-size: 24px;
  }
}
.detail__right .price .discount {
  color: #c81b0d;
}
.detail__right .delivery {
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 4px;
}
.detail__right .qty-product {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 40px;
}
.detail__right .qty-product span {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
}
.detail__right .qty-product .qty-input {
  display: flex;
  align-items: center;
  border: 1px solid #c4c4c4;
  border-radius: 2px;
}
.detail__right .qty-product .qty-input button,
.detail__right .qty-product .qty-input input {
  font-family: "SF Pro Display", sans-serif;
  height: 40px;
  width: 40px;
  padding: 0 10px;
  background: none;
  border: none;
  outline: none;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
}
.detail__right .qty-product .qty-input input {
  text-align: center;
}
.detail__right .qty-product .qty-input input::-webkit-inner-spin-button, .detail__right .qty-product .qty-input input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.statistic {
  background-color: #f7f8fa;
  padding: 20px;
}
@media (min-width: 768px) {
  .statistic {
    padding: 40px 0;
  }
}
.statistic .title {
  margin: 0;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 12px;
}
@media (max-width: 991.98px) {
  .statistic .title.mt-5 {
    margin-top: 12px !important;
  }
}
.statistic .content {
  padding: 0;
  list-style: none;
  color: #606060;
}
.statistic .content li::before {
  content: "✓ ";
  font-weight: 700;
  color: #00bae8;
}
.statistic .chart {
  height: 40px;
  background-color: #d2d4e0;
  border-radius: 40px;
  margin-bottom: 16px;
}
.statistic .chart .status {
  display: flex;
  gap: 10px;
  height: 40px;
  padding: 0 20px;
  background: linear-gradient(90deg, #4e70ff 5.19%, #31e0ff 82.22%);
  border-radius: 40px;
  font-weight: 700;
  font-size: 18px;
  line-height: 40px;
  color: #fff;
}
@media (max-width: 991.98px) {
  .statistic .chart .status {
    font-size: 13px;
    font-weight: normal;
    white-space: nowrap;
  }
}
.statistic .chart .number {
  font-size: 30px;
}
@media (max-width: 991.98px) {
  .statistic .chart .number {
    font-size: 24px;
  }
}
.statistic .stat-list {
  list-style: none;
}
@media (max-width: 991.98px) {
  .statistic .stat-list {
    padding: 0;
  }
}
.statistic .stat-list li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 32px;
}
.statistic .stat-list li img {
  z-index: 1;
}
.statistic .stat-list li:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 80%;
  left: 29px;
  display: block;
  width: 2px;
  background: linear-gradient(180deg, #31dbff 0%, #468cff 100%);
  height: 100%;
  z-index: 0;
}

.packages {
  padding: 40px 0;
}
@media (max-width: 991.98px) {
  .packages {
    padding: 20px;
  }
}
.packages__list {
  display: flex;
  justify-content: space-evenly;
}
@media (max-width: 991.98px) {
  .packages__list {
    flex-wrap: wrap;
    gap: 40px;
  }
}
.packages__box {
  position: relative;
  box-shadow: 0 8px 18px rgba(69, 137, 255, 0.25);
  border-radius: 10px;
  z-index: 1;
}
.packages__box::after {
  content: "";
  display: block;
  background: linear-gradient(159.45deg, #35a8e0 -0.09%, #458bff 98.78%);
  position: absolute;
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  z-index: -1;
  border-radius: 10px;
}
.packages__box--red::after {
  background: linear-gradient(180deg, #ffb651 0.67%, #fd49aa 100.67%);
}
.packages__box--red .packages__price p {
  background: linear-gradient(180deg, #ffb651, #fd49aa);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.packages__box--red .packages__desc li::before {
  background: linear-gradient(180deg, #ffb651, #fd49aa);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.packages__content {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 40px;
  text-align: center;
}
.packages__title {
  font-weight: 800;
  font-size: 24px;
  line-height: 24px;
  color: #171f48;
  margin: 20px auto 50px;
}
.packages__price {
  padding-bottom: 36px;
  margin: 0 auto 36px;
  width: 240px;
  border-bottom: 1px solid #c4c4c4;
}
.packages__price del {
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #606060;
}
.packages__price p {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  color: #00bae8;
  margin-bottom: 0;
}
.packages__desc {
  padding: 0;
  width: 240px;
  margin: 0 auto 30px;
  list-style: none;
  color: #606060;
  text-align: left;
}
.packages__desc li::before {
  content: "✓ ";
  font-weight: 700;
  color: #00bae8;
}
.packages__label {
  position: absolute;
  top: -8px;
  right: -4px;
}
.packages .common-btn {
  width: 240px;
  margin: 0 auto;
}

body {
  font-family: "Noto Sans Thai", sans-serif;
}

/*# sourceMappingURL=product-detail.css.map*/