/** Shopify CDN: Minification failed

Line 18:0 All "@import" rules must come first

**/
.announcement-bar {
  background: linear-gradient(90deg, #2b0a50, #bfa0ff);
  color: white;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.announcement-bar__message {
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  color: white;
}
@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@300;400;500;600;700;800&display=swap');

body {
  font-family: 'League Spartan', sans-serif;
}

h1, h2, h3, h4, h5, h6,
.product__title,
.price-item,
.button {
  font-family: 'League Spartan', sans-serif !important;
}

/* ===== FULL-WIDTH ANNOUNCEMENT BAR ===== */
.announcement-bar {
  width: 100vw;                           /* tràn toàn màn hình */
  margin-left: calc(50% - 50vw);          /* phá container */
  background: linear-gradient(90deg, #2b0a50, #bfa0ff);
  color: #fff;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  letter-spacing: 0.4px;
  font-size: 14px;
  padding: 6px 0;
  position: relative;
  z-index: 40;                            /* nổi trên header */
}

/* === Toàn bộ ảnh trên site đều bo góc === */
img {
  border-radius: 12px !important;       /* bo 12px – chỉnh theo gu: 8, 16, 20... */
  overflow: hidden;
  display: block;
}

/* === Nếu muốn bo cả video hoặc khung media === */
.media, .video-wrapper, .image-wrapper, .product__media {
  border-radius: 12px !important;
  overflow: hidden !important;
}

/* === Ngoại lệ: KHÔNG bo logo, icon, hình social, hoặc avatar nhỏ === */
.logo img,
.site-logo img,
.icon img,
.social-icons img,
.payment-icons img,
.lazyload__placeholder,
svg {
  border-radius: 0 !important;
}
/* === XÓA KHUNG MỜ, NỀN XÁM, OUTLINE, SHADOW quanh ảnh === */
.media,
.product__media,
.product-media,
.product__media-item,
.media--transparent,
.product-media-container {
  background: transparent !important;     /* bỏ nền mờ xám hoặc tím nhạt */
  box-shadow: none !important;            /* bỏ bóng viền */
  border: none !important;                /* bỏ border nếu có */
  outline: none !important;
  filter: none !important;                /* bỏ filter làm mờ nhẹ */
}

/* đảm bảo ảnh nằm đúng biên khi có border-radius */
.media img,
.product__media img {
  display: block;
  border-radius: inherit;
}
/* ẩn text review */
.jdgm-prev-badge__text {
    display: none !important;
}
/* chỉnh title */
.product-title,
.product__title,
.product-meta__title,
.product__title h1 {
  text-align: center !important;
  font-weight: 800 !important;
  font-size: 25px !important;
  line-height: 1.35 !important;
  max-width: 700px;        /* Giới hạn chiều ngang để chữ không bị dài */
  margin: 0 auto 15px auto !important;  /* Căn giữa khối */
  padding-top: 5px;
}
/* span mới */
.my-review-text {
  margin-left: 4px;
  font-size: 16px;
  color: #555;
  font-weight: 700;
}
/* chỉnh giá sale */
.price-item.price-item--sale.price-item--last{
  color: #C5B3FF;
  font-size: 30px;
  font-weight: 600;
}
/* thay màu band giảm giá % */
.badge,
.badge--sale,
.product__badge,
.product-label,
.product__label-sale {
  background-color: #2D0A63 !important;   /* màu nền muốn đổi */
  color: #ffffff !important;              /* màu chữ */
  border-radius: 20px !important;         /* bo góc đẹp */
}
/* css ảnh chèn */
.product-custom-image-block {
  margin: 24px 0;
  text-align: center;
}

.product-custom-image-block img {
  max-width: 100%;
  height: auto;
  border-radius: 12px; /* nếu muốn bo góc giống card fb */
}
/* css mô tả ngắn */
.product-short-desc {
  font-weight: 600 !important;   /* luôn in đậm */
  font-size: 14px;
  line-height: 2;
  margin: 8px 0 16px;
}

/* css ngày vận chuyển */
.delivery-estimate-block {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 15px;
  line-height: 1.4;
}

.delivery-estimate-icon {
  font-size: 30px; /* Giữ icon nhỏ gọn, không phóng to */
  line-height: 1;
  margin-top: 2px;
}

.delivery-estimate-text {
  display: inline;
}

.delivery-bold {
  font-weight: 700; /* In đậm cả cụm ngày */
  white-space: nowrap; /* Không để xuống hàng tùm lum */
}

/* css icon cam kết */
.product-icons-row {
  padding: 24px 0;
}

.product-icons-row__inner {
  display: flex;
  justify-content: center;
  gap: 60px;
  text-align: center;
}

.product-icons-row__item {
  max-width: 200px;
}

.product-icons-row__icon {
  width: 40px;
  height: auto;
  display: block;
  margin: 0 auto 10px;
}

.product-icons-row__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.35;
  word-break: break-word; /* tự xuống dòng nếu quá dài */
}

/* Mobile */
@media (max-width: 749px) {
  .product-icons-row__inner {
    display: flex;
    flex-wrap: nowrap; /* KHÔNG cho xuống dòng */
    justify-content: space-between;
    gap: 10px;
  }

  .product-icons-row__item {
    width: 33.33%;   /* Mỗi item chiếm 1/3 màn hình */
    max-width: 33.33%;
  }

  .product-icons-row__icon {
    width: 28px;  /* Icon nhỏ lại cho vừa */
    margin-bottom: 6px;
  }

  .product-icons-row__title {
    font-size: 13px; /* Text nhỏ lại */
    line-height: 1.3;
    word-break: break-word;
  }
}


/* css thông tin sản phẩm */

/* WRAPPER CHUNG CHO 3 BLOCK */
.product-extra-layout {
  margin: 60px 0 80px;
}

/* KHOI 1 & 3: title + text + media */
.extra-block {
  max-width: 900px;
  margin: 0 auto 60px;
  text-align: center;
}

.extra-block-title {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 10px;
}

.extra-block-text {
  font-size: 14px;
  line-height: 1.7;
  opacity: 0.9;
  margin-bottom: 18px;
}

.extra-block-media img,
.extra-block-media video {
  width: 100%;
  max-width: 900px;
  border-radius: 12px;
  display: block;
  margin: 0 auto;
}

/* KHOI 2: nen tim + accordion */
/* ===== BLOCK 2 – NỀN TÍM + TITLE ===== */

.product-extra {
  background: linear-gradient(90deg, #2f1653, #7b5ac9);
  padding: 60px 20px 70px;
  margin: 60px 0;
}

.product-extra-inner {
  max-width: 920px;
  margin: 0 auto;
  color: #ffffff;
  text-align: center;
}

.product-extra-eyebrow {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 6px;
  opacity: 0.85;
}

.product-extra-title {
  font-size: 40px;            /* to hơn */
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #ffffff;             /* title trắng */
  margin-top: 5px;
}

.product-extra-subtitle {
  font-size: 13px;
  opacity: 0.9;
  margin-bottom: 24px;
}

/* ===== LIST ACCORDION TRẮNG ===== */

.product-extra-accordion {
  margin-top: 10px;
}

/* mỗi thẻ trắng */
.product-extra-accordion .acc-item {
  background: #ffffff;
  color: #222222;
  border-radius: 999px;
  margin-bottom: 14px;
  overflow: hidden;
  text-align: left;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

/* header của thẻ: icon tròn + text + mũi tên */
.product-extra-accordion .acc-head {
  width: 100%;
  border: none;
  background: transparent;
  padding: 10px 26px;     /* GIẢM PADDING DỌC => ô không cao lên nhiều */
  font-size: 20px;        /* CHỮ TO HƠN */
  line-height: 1.2;       /* hạn chế kéo chiều cao */
  font-weight: 600;
  display: flex;
  align-items: center;    /* căn giữa theo chiều dọc */
  justify-content: space-between;
  cursor: pointer;
  margin-top: 15px;
}

/* bên trái: vòng tròn + tiêu đề (span đầu tiên) */
.product-extra-accordion .acc-head span:first-child {
  display: flex;
  align-items: center;
  gap: 14px;
}

/* vòng tròn trắng viền đen bên trái */
.product-extra-accordion .acc-head::before {
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid #111111;
  background: #ffffff;
  margin-right: 14px;
}

/* mũi tên xổ xuống bên phải */
.product-extra-accordion .acc-icon {
  width: 12px;
  height: 12px;
  border-right: 2px solid #111111;
  border-bottom: 2px solid #111111;
  transform: rotate(45deg);          /* hình chữ V hướng xuống */
  transition: transform 0.2s ease;
}

/* nội dung xổ ra */
.product-extra-accordion .acc-body {
  max-height: 0;
  padding: 0 26px;
  font-size: 14px;
  line-height: 1.7;
  transition: max-height 0.25s ease, padding 0.25s ease;
}

/* khi mở card */
.product-extra-accordion .acc-item.is-open {
  border-radius: 28px;
}

.product-extra-accordion .acc-item.is-open .acc-body {
  max-height: 1000px;
  padding: 0 26px 18px 26px;
}

/* mũi tên xoay ngược lên trên */
.product-extra-accordion .acc-item.is-open .acc-icon {
  transform: rotate(-135deg);        /* giống dấu ^ */
}

/* MOBILE */
@media (max-width: 749px) {
  .product-extra {
    padding: 40px 12px 50px;
  }

  .product-extra-title {
    font-size: 40px;
  }

  .product-extra-accordion .acc-head {
    padding: 8px 18px;    /* giảm padding dọc cho mobile */
    font-size: 17px;      /* chữ vẫn to nhưng ô không phồng */
    line-height: 1.2;
  }

  .product-extra-accordion .acc-body {
    padding: 0 18px;
  }

  .product-extra-accordion .acc-item.is-open .acc-body {
    padding: 0 18px 16px 18px;
  }
}
/* TẮT VÒNG TRÒN TRẮNG BEN TRÁI */
.product-extra-accordion .acc-head::before {
  display: none !important;
  content: none !important;
}

/* css 6 hình */
/* FULL WIDTH ROW — 3 ẢNH / HÀNG */

.image-review-grid {
  width: 100%;
  padding: 50px 0;
}

.image-review-grid__inner {
  width: 100%;
  max-width: 1400px;            /* rộng hơn để hình to */
  margin: 0 auto;
  padding: 0 20px;              /* cho đẹp trên màn lớn */
}

.image-review-grid__heading {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 35px;
}

.image-review-grid__grid {
  display: flex;
  flex-wrap: wrap;              /* cho phép xuống hàng */
  justify-content: space-between;
  gap: 20px;                    /* khoảng cách giữa ảnh */
}

.image-review-grid__item {
  width: calc(33.333% - 14px);  /* 3 ảnh mỗi hàng, căng full ngang */
}

.image-review-grid__item img {
  width: 100%;
  height: auto;
  border-radius: 14px;
  display: block;
  object-fit: cover;
}

/* Tablet */
@media (max-width: 900px) {
  .image-review-grid__item {
    width: calc(50% - 12px);    /* đổi thành 2 ảnh/hàng khi tablet */
  }
}

/* Mobile */
@media (max-width: 500px) {
  .image-review-grid__item {
    width: 100%;                /* mobile 1 ảnh / hàng */
  }
}


/* ===== FOOTER NỀN TÍM KIỂU HIGLOW ===== */

footer.footer,
.footer,
.site-footer,
.footer-wrapper {
  background: linear-gradient(90deg, #2f1653, #7b5ac9);
  color: #ffffff !important;
  padding: 60px 0 40px;
  border-top: none;
}

/* ===== TEXT TRONG FOOTER ===== */

footer.footer *,
.footer *,
.site-footer * {
  color: #ffffff !important;
  fill: #ffffff !important;
}

/* ===== TIÊU ĐỀ CỘT ===== */

.footer__title,
.site-footer__title,
.footer-block__heading {
  color: #ffffff !important;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}

/* ===== LINK ===== */

footer.footer a,
.footer a,
.site-footer a {
  color: #ffffff !important;
  opacity: 0.9;
  text-decoration: underline; /* giống ảnh 2 */
}

footer.footer a:hover,
.footer a:hover,
.site-footer a:hover {
  opacity: 1;
}

/* ===== CĂN GIỮA NỘI DUNG ===== */

.footer__content,
.footer__content-top,
.footer__content-bottom,
.footer__bottom,
.site-footer__content,
.footer-block,
.footer__blocks-wrapper {
  text-align: center !important;
  margin-left: auto;
  margin-right: auto;
}

/* ===== ICON THANH TOÁN ===== */

.footer__payment,
.payment-icons,
.payment-icons__list {
  display: flex !important;
  justify-content: center !important;
  margin-top: 20px;
}

/* ===== PHẦN COPYRIGHT ===== */

.footer__copyright,
.site-footer__bottom,
.footer__bottom .copyright__content {
  color: #ffffff !important;
  text-align: center !important;
  margin-top: 20px;
}

/* XÓA TOÀN BỘ KHOẢNG TRẮNG GIỮA ICON VÀ COPYRIGHT */
.footer__bottom,
.site-footer__bottom,
footer .footer__bottom-wrapper,
footer .footer__copyright,
footer .footer__content-bottom {
  margin-top: 0 !important;
  padding-top: 0 !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  border-top: none !important;
}

/* Đẩy copyright lên gần hơn */
.footer__bottom,
.site-footer__bottom {
  transform: translateY(-25px) !important;
}

/* Nếu icon thanh toán có margin-bottom, xoá luôn */
.footer__payment,
.payment-icons,
.payment-icons__list {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/* Giữ text căn giữa */
.footer__bottom *,
.site-footer__bottom * {
  text-align: center !important;
}
/* css giá gốc */
.price-item.price-item--regular {
  font-size: 23px !important;
  font-weight: 700 !important;   /* In đậm */
  color: #4B3568 !important;     /* Đổi màu: đen (bạn thay hex tuỳ ý) */
  opacity: 1 !important;         /* Tránh bị mờ */
}
/* css button mua hàng trang chủ */
/* NÚT BÌNH THƯỜNG */
.button.button--primary {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 10px 40px;                /* tăng padding phải để đủ chỗ icon */
  background-color: #24004A;         /* màu nền bình thường */
  color: #FFFFFF;
  border-radius: 10px;
  border: none;
  outline: none;
  box-shadow: none;

  font-family: 'League Spartan', sans-serif;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;

  transition: background-color 0.25s ease, color 0.25s ease;
}

/* TẮT KHUNG VUÔNG KHI FOCUS / HOVER */
.button.button--primary:hover,
.button.button--primary:focus,
.button.button--primary:focus-visible {
  outline: none;
  box-shadow: none;
}

/* ICON MŨI TÊN – ẨN LÚC BÌNH THƯỜNG, NẰM BÊN PHẢI, GIỮA NÚT */
.button.button--primary::after {
  content: "\279C";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%) translateX(+50px);
  opacity: 0;

  font-family: Arial, sans-serif;    /* khắc phục lỗi khung */
  font-size: 15px;
  color: #FFFFFF;
  line-height: 1;                    /* giảm bounding-box */
  border: none !important;           /* phòng ngừa */
  outline: none !important;          /* phòng ngừa */
  box-shadow: none !important;       /* phòng ngừa */
  
  transition: opacity 0.25s ease, transform 0.25s ease;
}


/* HOVER: ĐỔI MÀU + HIỆN ICON */
.button.button--primary:hover {
  background-color: #4B2A8A;          /* màu khi hover */
  color: #FFFFFF;
}

.button.button--primary:hover::after {
  opacity: 1;
  transform: translateY(-60%) translateX(+50%);
}

.product-short-desc-kien{
  text-align: center;
}