/*!*************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js!./src/scss/styles.scss ***!
  \*************************************************************************************************************************************************************************************/
@charset "UTF-8";
:root {
  --color-status-success: green;
  --color-status-warning: gray;
  --color-status-error: red;
  --color-border-subtle: grey;
  --font-family: "Inter Tight";
  --font-title:"STIX Two Text";
}

body {
  --mobile-container-width: calc(100% - 48px) ;
}

.footer__quicklinks h2.widgettitle {
  font-size: 1.1rem;
}
.footer__quicklinks ul.menu {
  margin: 0;
  list-style: none;
}
.footer__quicklinks ul.menu li {
  list-style: none;
}
.footer__quicklinks ul.menu li a {
  font-size: 0.95rem;
  color: #555;
}
.footer__quicklinks ul.menu li a:hover {
  color: #1a1a1a;
}

.footer__quicklinks-main h2.widgettitle {
  display: none;
  opacity: 0;
}
.footer__quicklinks-main ul.menu {
  margin: 0;
}
.footer__quicklinks-main ul.menu li {
  list-style: none;
}
.footer__quicklinks-main ul.menu li a {
  color: #1a1a1a;
  font-size: 1.1rem;
}

.or-divider {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--font-family);
  font-style: Normal;
  font-weight: 300;
  text-transform: capitalize;
  margin: 1.25rem 0 1.5625rem;
}
.or-divider::before {
  content: "";
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: block;
  height: 0.0625rem;
  margin: 0 0.625rem;
}
.or-divider::after {
  content: "";
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: block;
  height: 0.0625rem;
  margin: 0 0.625rem;
}
.or-divider.support-for-checkout {
  font-size: 0.85rem;
  line-height: 1.58333em;
  letter-spacing: 0.01688rem;
  font-family: var(--font-family);
  color: #6d6f73;
}

#header-secondary-outer nav .nectar-center-text #rotating-banner-message {
  display: inline-flex;
  font-size: 13px;
  align-items: center;
}
#header-secondary-outer nav .nectar-center-text #rotating-banner-message .message-icon {
  margin-right: 8px;
  width: 16px;
  height: auto;
  vertical-align: middle;
}
#header-secondary-outer nav .nectar-center-text #rotating-banner-message .message-icon svg {
  width: 16px;
  height: auto;
}

@media only screen and (min-width: 1px) and (max-width: 999px) {
  #header-secondary-outer {
    max-height: 45px;
    height: 45px;
  }
  #header-secondary-outer nav ul#social {
    display: none;
  }
}
body .woocommerce form .form-row .input-text:focus,
body .woocommerce form .form-row select:focus {
  box-shadow: 0 0 0 1px currentColor;
}

body .woocommerce form .form-row.woocommerce-validated input.input-text,
body .woocommerce form .form-row.woocommerce-validated select {
  border-color: var(--color-status-success);
}
body .woocommerce form .form-row.woocommerce-validated input.input-text:focus,
body .woocommerce form .form-row.woocommerce-validated select:focus {
  box-shadow: 0 0 0 1px var(--color-status-success);
}
body .woocommerce form .form-row.woocommerce-invalid input.input-text,
body .woocommerce form .form-row.woocommerce-invalid select {
  border-color: var(--color-status-error);
}
body .woocommerce form .form-row.woocommerce-invalid input.input-text:focus,
body .woocommerce form .form-row.woocommerce-invalid select:focus {
  box-shadow: 0 0 0 1px var(--color-status-error);
}
body .woocommerce form .form-row.woocommerce-validated .select2-container:not(.select2-container--open) .select2-selection {
  border-color: var(--color-status-success);
}
body .woocommerce form .form-row.woocommerce-invalid .select2-container:not(.select2-container--open) .select2-selection {
  border-color: var(--color-status-error);
}

.select2.select2-container.select2-container {
  width: 100% !important;
}

body[data-fancy-form-rcs="1"] .fancy-select-wrap,
body[data-fancy-form-rcs="1"] .fancy-select-wrap {
  position: relative;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0;
}

body[data-fancy-form-rcs="1"] .checkout .select2-container--default.select2-container--open .select2-selection--single {
  background-color: var(--sk-color-bg-input) !important;
  box-shadow: 0 0 0 1px currentColor;
}
body[data-fancy-form-rcs="1"] .checkout .select2-container--default .select2-selection--single {
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  border-radius: 3px;
  background-color: var(--color-input-bg);
}
body[data-fancy-form-rcs="1"] .checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 15px;
}
body[data-fancy-form-rcs="1"] .checkout .select2-container--default .select2-selection--single:hover {
  background-color: var(--color-input-bg) !important;
  border-color: var(--color-accent-border) !important;
}
body[data-fancy-form-rcs="1"] .checkout .select2-container--default .select2-selection--single:hover .select2-selection__placeholder {
  color: #999;
}
body[data-fancy-form-rcs="1"] .checkout .select2-container--default .select2-selection--single:focus {
  background-color: color-mix(in srgb, var(--sk-color-neutral) 16%, transparent) !important;
}

body[data-fancy-form-rcs="1"] .select2-container--default:hover .select2-selection--single .select2-selection__rendered,
body[data-fancy-form-rcs="1"] .select2-container--default.select2-container--open .select2-selection--single .select2-selection__rendered {
  color: var(--sk-color-black) !important;
}

body .woocommerce form .form-row.woocommerce-validated .select2-container:not(.select2-container--open) .select2-selection {
  border-color: var(--color-status-success);
}
body .woocommerce form .form-row.woocommerce-validated .select2-container:not(.select2-container--open) .select2-selection:hover {
  border-color: var(--color-status-success);
  box-shadow: 0 0 0 1px var(--color-status-success);
}

body .woocommerce .products .minimal .star-rating {
  display: block !important;
}
body .woocommerce .products .minimal .product-meta a.add_to_cart_button,
body .woocommerce .products .minimal .product-meta a.loop_add_to_cart_button,
body .woocommerce .products .minimal .product-meta a.button {
  background-color: #fff;
  border: 1px solid #1a1a1a;
  font-size: 0.9rem;
  color: #1a1a1a;
  display: inline-flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: 0.3s all ease;
  position: relative;
}
body .woocommerce .products .minimal .product-meta a.add_to_cart_button:hover,
body .woocommerce .products .minimal .product-meta a.loop_add_to_cart_button:hover,
body .woocommerce .products .minimal .product-meta a.button:hover {
  background-color: #ffba9e !important;
  border-color: transparent !important;
  color: #1a1a1a;
}
body .woocommerce .products .minimal .product-meta a.add_to_cart_button i,
body .woocommerce .products .minimal .product-meta a.loop_add_to_cart_button i,
body .woocommerce .products .minimal .product-meta a.button i {
  margin-top: -2px;
  margin-right: 3px;
}
body .woocommerce .products .minimal .product-meta a.add_to_cart_button.added,
body .woocommerce .products .minimal .product-meta a.loop_add_to_cart_button.added,
body .woocommerce .products .minimal .product-meta a.button.added {
  background-color: #fff !important;
}
body .woocommerce .products .minimal .product-meta a.add_to_cart_button.added::before,
body .woocommerce .products .minimal .product-meta a.loop_add_to_cart_button.added::before,
body .woocommerce .products .minimal .product-meta a.button.added::before {
  content: "Mua thêm";
}

.skyra-product-size-loop {
  display: inline-flex;
  align-items: center;
}
.skyra-product-size-loop .label {
  margin-right: 8px;
}
.skyra-product-size-loop > .value {
  display: inline-block;
  padding: 8px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #f8f8f8;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 150%;
  color: #000;
}
.skyra-product-size-loop ul.size-list {
  margin: 0;
  display: flex;
}
.skyra-product-size-loop ul.size-list li {
  margin-right: 8px;
  display: inline-block;
  padding: 8px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #f8f8f8;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 150%;
  color: #000;
  white-space: nowrap;
  display: inline-flex;
  flex: 1;
}

.product-custom-accordion {
  width: 100%;
  margin-top: 20px;
}

.accordion-item {
  margin-bottom: 8px;
}
.accordion-item:last-child {
  border-bottom: none;
}

.accordion-header {
  width: 100%;
}

.accordion-button {
  /* RESET mặc định của button */
  background: #f8f8f8;
  color: #1A1A1A;
  width: 100%;
  text-align: left;
  border: none;
  cursor: pointer;
  /* Thiết lập Layout */
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
  font-size: 1rem;
  font-weight: 500; /* Sang trọng và dễ đọc */
  transition: background-color 0.2s, color 0.2s ease-in-out;
  /* Hover/Focus */
  /* Nội dung bên trái (Icon và Text) */
  /* Biểu tượng + và - (CSS Tùy chỉnh) */
  position: relative;
  /* KHI MỞ: Chuyển đổi dấu + thành dấu - */
}
.accordion-button:hover, .accordion-button:focus {
  background-color: rgb(240.35, 240.35, 240.35);
  outline: none;
}
.accordion-button .accordion-header__icon {
  margin-right: 15px;
  flex-shrink: 0;
  color: #586E46; /* Icon chính theo màu Moss */
}
.accordion-button .accordion-header__icon svg {
  display: block;
  width: 20px;
  height: 20px;
}
.accordion-button .accordion-header__text {
  flex-grow: 1;
}
.accordion-button::after {
  content: "+";
  font-size: 1rem;
  font-weight: 400;
  color: #1a1a1a;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}
.accordion-button[aria-expanded=true]::after {
  content: "−"; /* Sử dụng ký tự minus (−) để trông đẹp hơn dấu gạch ngang (-) */
  transform: translateY(-50%) rotate(0deg); /* Dấu trừ thường không cần quay */
}

/* --------------------------------------------------------
// NỘI DUNG VÀ HIỆU ỨNG MƯỢT MÀ
// -------------------------------------------------------- */
.accordion-content {
  /* Quan trọng: Max-height và transition để JS tạo hiệu ứng mượt mà */
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  background-color: #ffffff; /* Nền nội dung trắng */
}

.accordion-body {
  /* Padding thực tế cho nội dung */
  padding: 15px 20px 20px;
  color: #555;
  line-height: 1.6;
  /* Style cho nội dung bên trong (nếu là HTML/Paragraphs) */
}
.accordion-body p {
  margin-bottom: 10px;
}
.accordion-body ul, .accordion-body ol {
  margin-left: 20px;
}

/* Giữ màu xanh lá làm accent */
.product-block.product-overview {
  margin-top: 30px;
  border-top: 1px solid #e5e5e5;
}
.product-block.product-overview:has(.show) {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 30px;
}

/* --------------------------------------------------------
// HEADER & TOGGLE (Tạo kiểu cho khu vực click)
// -------------------------------------------------------- */
.product-block-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #e5e5e5;
  cursor: pointer; /* Cho biết toàn bộ khu vực là tương tác được */
}
.product-block-header .title-h2 {
  margin: 0;
  flex-grow: 1;
  font-family: var(--font-title);
}

.overview-content-toggle-btn {
  /* Biến icon thành nút bấm */
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font-size: 1.5rem; /* Tăng cỡ icon */
  color: #1a1a1a;
  line-height: 1;
  text-decoration: none;
  /* Quay icon xuống (mặc định) khi đóng */
  /* Quay icon lên khi mở */
}
.overview-content-toggle-btn .fa {
  display: block;
  transition: transform 0.3s ease;
}
.overview-content-toggle-btn[aria-expanded=false] .fa {
  transform: rotate(0deg);
}
.overview-content-toggle-btn[aria-expanded=true] .fa {
  transform: rotate(180deg);
}

/* Ẩn đường kẻ dưới nếu khối nội dung hiển thị (tạo cảm giác liền mạch) */
.product-block-header {
  border-bottom: 1px solid #e5e5e5;
  /* Khi nội dung ẩn (collapse), khối header sẽ có đường kẻ dưới */
  /* Khi nội dung hiện (show), khối header sẽ không có đường kẻ dưới */
}
.product-block-header + .product-block-content.show + .product-block-header {
  border-bottom: none;
}

/* --------------------------------------------------------
// CỘT TRÁI: Nội dung & "Xem thêm" (MỤC CẬP NHẬT)
// -------------------------------------------------------- */
.description-content h3,
.cta-links h3 {
  /* Tiêu đề "Chi tiết sản phẩm" */
  font-size: 1rem;
  font-weight: 500;
  margin-top: 25px;
  margin-bottom: 15px;
  color: #1a1a1a;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.description-content {
  display: flex;
}
.description-content__heading {
  width: 49%;
  min-width: 200px;
}
.description-content__content {
  padding-top: 25px;
  padding-left: 25px;
  border-left: 1px solid #e5e5e5;
}

.overview-section-item {
  margin-bottom: 25px;
}
.overview-section-item h2 {
  /* Tiêu đề Công dụng/Thành phần/Hướng dẫn */
  font-size: 1rem;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 10px;
  color: #1a1a1a; /* Màu xanh lá làm nổi bật */
}
.overview-section-item .content-copy {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #555;
  /* Đảm bảo nội dung HTML (p, ul, ol) bên trong được định dạng tốt */
  /* Class này được JS sử dụng để kiểm soát nội dung dài */
}
.overview-section-item .content-copy p {
  margin-bottom: 10px;
}
.overview-section-item .content-copy ul,
.overview-section-item .content-copy ol {
  margin-left: 20px;
}
.overview-section-item .content-copy.content-truncated {
  /* Không cần CSS đặc biệt cho truncation vì JS lo logic ẩn/hiện */
}

/* Nút Xem Thêm / Thu Gọn */
.read-more-toggle {
  margin-top: 5px;
}
.read-more-toggle .read-more-link {
  color: #555;
  font-weight: 400;
  text-decoration: underline;
  cursor: pointer;
  transition: color 0.2s;
  font-size: 0.85em;
}
.read-more-toggle .read-more-link:hover {
  color: rgb(0.5, 0.5, 0.5);
}

/* --------------------------------------------------------
// 2-COLUMN GRID LAYOUT VÀ STYLE CỘT PHẢI (GIỮ NGUYÊN)
// -------------------------------------------------------- */
.product-content-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.product-content-left {
  flex: 2;
  min-width: 300px;
}

.product-content-right {
  flex: 1;
  min-width: 250px;
  padding-left: 20px;
  border-left: 1px solid #e5e5e5;
}
.product-content-right h3 {
  margin-top: 25px;
  font-size: 1rem;
  font-weight: 500;
}
.product-content-right .product-properties-list {
  background-color: #f8f8f8;
}

/* Ẩn đường phân cách dọc trên mobile */
@media (max-width: 767px) {
  .product-content-right {
    padding-left: 0;
    border-left: none;
    border-top: 1px solid #e5e5e5;
    padding-top: 20px;
  }
  .description-content {
    display: flex;
    flex-direction: column;
  }
  .description-content h3 {
    width: 100%;
  }
  .description-content__content {
    padding-top: 15px;
    padding-left: 15px;
    border-left: 1px solid #e5e5e5;
  }
}
/* Cột phải: Technical Properties */
.product-properties-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8px;
  justify-items: center;
  padding: 15px;
}
.product-properties-list .properties-list-item dd {
  padding-left: 0;
}
.product-properties-list .properties-list-item:last-child {
  border-bottom: none;
}
.product-properties-list .properties-list-item .product-properties-term {
  font-size: 0.75rem;
  color: #1a1a1a;
  text-transform: capitalize;
  font-weight: 400;
}
.product-properties-list .product-properties-definition {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  /* border-bottom: 1px dotted rgba(85, 85, 85, 0.3); */
  flex-direction: column;
  align-items: center;
  gap: 6px;
  background-color: transparent;
  /* Style cho Check/Close icons */
}
.product-properties-list .product-properties-definition.product-property-true, .product-properties-list .product-properties-definition.product-property-false {
  font-size: 0;
  line-height: 1;
}
.product-properties-list .product-properties-definition.product-property-true svg, .product-properties-list .product-properties-definition.product-property-false svg {
  display: inline-block;
  width: 18px;
  height: 18px;
  color: green;
}
.product-properties-list .product-properties-definition.product-property-true svg {
  color: #1a1a1a; /* Màu xanh khi Đúng */
}
.product-properties-list .product-properties-definition.product-property-false {
  /* Màu xám khi Sai, cần thay thế icon SVG cho dấu X */
  color: #1a1a1a;
  /* Fallback: Sử dụng nội dung CSS cho dấu X nếu không có SVG cho false */
}
.product-properties-list .product-properties-definition.product-property-false::after {
  content: "×";
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1;
  color: #1a1a1a;
}

.sk-free-shipping {
  padding: 15px 20px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  margin-top: 20px;
  background-color: rgb(253.1, 253.1, 253.1); /* Nền hơi trắng ngà */
}

.ux-free-shipping__notice {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.ux-free-shipping__icon {
  flex-shrink: 0;
  margin-right: 12px;
}
.ux-free-shipping__icon svg {
  width: 24px;
  height: 24px;
  fill: green; /* Icon Truck màu xanh lá */
}

.ux-free-shipping__text {
  font-size: 0.95rem;
  color: #1a1a1a;
  line-height: 1.4;
  /* Làm nổi bật số tiền cần thêm */
}
.ux-free-shipping__text strong {
  font-weight: 700;
  color: green;
}

/* --------------------------------------------------------
// Thanh tiến trình (Shipping Bar)
// -------------------------------------------------------- */
.ux-free-shipping__bar {
  height: 8px; /* Chiều cao thanh gọn gàng */
  background-color: #e5e5e5; /* Nền xám nhạt */
  border-radius: 4px;
  overflow: hidden; /* Quan trọng để cắt progress bar */
}

.ux-free-shipping__bar-progress {
  display: block;
  height: 100%;
  background-color: green; /* Thanh tiến trình màu xanh lá */
  transition: width 0.5s ease-out;
  border-radius: 4px;
  /* Hiệu ứng sọc (striped) cao cấp hơn: Dùng gradient nhẹ */
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.free-shipping-render {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 20px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  margin-top: 15px;
  background-color: #fff; /* Nền trắng sạch */
  /* Đảm bảo nó không bị ảnh hưởng bởi opacity: 1; inline style */
  opacity: 1 !important;
}

.free-shipping-render__icon {
  flex-shrink: 0;
  margin-right: 12px;
}
.free-shipping-render__icon svg {
  width: 24px;
  height: 24px;
  fill: green; /* Icon Truck màu xanh lá */
}

.free-shipping-render__text {
  font-size: 0.95rem;
  color: #1a1a1a;
  line-height: 1.4;
  /* Định dạng giá trị miễn phí vận chuyển */
}
.free-shipping-render__text .woocommerce-Price-amount {
  font-weight: 700;
  color: green; /* Số tiền miễn phí vận chuyển nổi bật */
}

.checkout-step {
  margin-bottom: 1.875rem;
}
.checkout-step.fieldset-shipping {
  margin-bottom: inherit;
}

.fieldset-gift h3 {
  font-size: 1.25em;
}

.woocommerce-checkout .checkout .checkout-inline-error-message {
  position: absolute;
}

#ship-to-different-address {
  padding-bottom: 1.5rem;
}

body.woocommerce-checkout .checkout-step__heading h2,
body.woocommerce-checkout .checkout-step__heading h3 {
  border: 0;
  border-radius: 0;
  font-size: 1.25em;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  word-break: break-word;
  margin-bottom: 0.5rem;
}
body.woocommerce-checkout .checkout-step__heading p {
  font-size: 0.875em;
  line-height: 1.2;
  margin: 0 0 16px;
  padding-bottom: 0;
}

body.woocommerce-checkout form .form-row label:not(.checkbox) {
  display: none;
  opacity: 0;
}
body.woocommerce-checkout form .form-row {
  padding-left: 0;
  padding-right: 0;
  margin: 0 0 18px;
  padding-bottom: 0;
}
body.woocommerce-checkout form .form-row .input-checkbox {
  margin-right: 0;
}

body.woocommerce-checkout .col2-set .col-2 #payment ul.wc_payment_methods {
  display: none;
  opacity: 0;
  visibility: hidden;
}
body.woocommerce-checkout .col2-set .col-2 #order_review table.order-review .woocommerce-shipping-totals {
  display: none;
}
body.woocommerce-checkout .col2-set .col-2 #order_review table.order-review tr th {
  padding-left: 16px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: inherit;
}
body.woocommerce-checkout .col2-set .col-2 #order_review table.order-review tr td {
  padding-right: 16px;
}
body.woocommerce-checkout .col2-set .col-2 #order_review table.order-review tbody tr:first-child {
  padding-top: 16px;
}
body.woocommerce-checkout .col2-set .col-2 #order_review table.order-review tbody tr:last-child {
  padding-bottom: 16px;
}

body.woocommerce-checkout .col2-set .col-1 #mobile-place-order-fixed-wrapper {
  display: none;
}
body.woocommerce-checkout .col2-set .col-1 ul#shipping_method {
  list-style: none outside;
  margin: 0;
  padding: 0;
}
body.woocommerce-checkout .col2-set .col-1 ul#shipping_method li {
  list-style: none;
  margin: 0 0 0.5em;
  line-height: 1.5em;
}
body.woocommerce-checkout .col2-set .col-1 ul#shipping_method li input {
  margin: 3px 0.4375em 0 0;
  vertical-align: top;
}
body.woocommerce-checkout .col2-set .col-2 {
  border: 1px solid hsla(0, 0%, 7%, 0.11);
  border-radius: 5px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  body.woocommerce-checkout .col2-set .col-2 {
    position: sticky;
    top: 20px; /* Cố định cách đỉnh 20px */
    max-height: calc(100vh - 20px - 20px);
    overflow-y: auto; /* Cho phép cuộn nội bộ nếu nội dung quá dài */
    /* Thêm box shadow nhẹ để nổi bật nếu cần */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  }
}
body.woocommerce-checkout .col2-set .col-2 .order-summary-header h3#order_review_heading {
  font-size: 1rem;
  font-weight: 500;
  padding: 16px;
}
body.woocommerce-checkout .col2-set .col-2 .order-summary-header .order-summary-total {
  display: none;
}
body.woocommerce-checkout .col2-set .col-2 .order-summary-header .toggle-icon {
  display: none;
}
body.woocommerce-checkout .col2-set .col-2 #order_review {
  margin-top: 0;
  margin-bottom: 0;
}
body.woocommerce-checkout .col2-set .col-2 #order_review .shop_table .product-container .cart_item .product-image {
  width: 10%;
}
body.woocommerce-checkout .col2-set .col-2 #order_review .shop_table .product-container .cart_item .product-info {
  width: 85%;
}
body.woocommerce-checkout .col2-set .col-2 #order_review .shop_table .order-review {
  margin-bottom: 0;
}
body.woocommerce-checkout .col2-set .col-2 #order_review #payment .woocommerce-terms-and-conditions-wrapper p {
  font-size: 0.85rem;
  line-height: 1.3;
  color: #555;
  margin-bottom: 0;
  padding-bottom: 0;
}
body.woocommerce-checkout .col2-set .col-2 #order_review #payment div.form-row {
  padding: 16px !important;
}
body.woocommerce-checkout .col2-set .col-2 #order_review #payment button#place_order {
  margin-top: 16px;
  float: inherit;
  width: 100%;
}

/***** COMPONENT ******/
body.woocommerce-checkout .woocommerce-payments-fields ul.wc_payment_methods {
  margin-left: 0;
  position: relative;
}
body.woocommerce-checkout .woocommerce-payments-fields ul.wc_payment_methods::after {
  border: 1px solid hsla(0, 0%, 7%, 0.11);
  border-radius: 4px;
  bottom: 0;
  box-sizing: border-box;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
body.woocommerce-checkout .woocommerce-payments-fields ul.wc_payment_methods li {
  list-style: none;
}
body.woocommerce-checkout .woocommerce-payments-fields ul.wc_payment_methods li:first-child label::after {
  display: none;
}
body.woocommerce-checkout .woocommerce-payments-fields ul.wc_payment_methods li label {
  margin: 0;
  padding: 0.875em 0.875em 0.875em 1em;
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}
body.woocommerce-checkout .woocommerce-payments-fields ul.wc_payment_methods li label::after {
  background: hsla(0, 0%, 7%, 0.11);
  content: "";
  height: 1px;
  left: 1px;
  position: absolute;
  right: 1px;
  top: 0;
}
body.woocommerce-checkout .woocommerce-payments-fields ul.wc_payment_methods li label input[type=radio] {
  margin-right: 0.5em; /* Thêm khoảng cách giữa radio và text/icon */
}
body.woocommerce-checkout .woocommerce-payments-fields ul.wc_payment_methods li label img {
  height: 24px;
  width: auto;
  display: inline-block;
  margin-right: 8px;
}

label:has(input[type=radio]) input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 1.35em;
  height: 1.35em;
  border: 1px solid currentColor;
  border-radius: 50%; /* KHÁC BIỆT: Hình tròn cho Radio */
  transform: none;
  display: inline-grid;
  place-content: center;
  position: relative;
  z-index: 10;
}

label:has(input[type=radio]) input[type=radio]::before {
  width: 0.5em; /* Nhỏ hơn Checkbox Tick */
  height: 0.5em;
  background-color: currentColor; /* Màu chấm tròn */
  border-radius: 50%; /* Tạo chấm tròn */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0); /* KHÁC BIỆT: Ban đầu scale(0) thay vì rotate */
  content: "";
  display: block;
  position: absolute;
  transition: transform 0.3s ease, opacity 0.2s;
  border: none;
}

label:has(input[type=radio]) input[type=radio]:checked {
  border-color: currentColor; /* Giữ nguyên màu viền */
}
label:has(input[type=radio]) input[type=radio]:checked::before {
  transform: translate(-50%, -50%) scale(1); /* KHÁC BIỆT: Phóng to (scale 1) để hiển thị chấm tròn */
}

label:has(input[type=radio]) input[type=radio]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
label:has(input[type=radio]) input[type=radio]:disabled::before {
  opacity: 0.5;
}

label:has(input[type=radio]:checked) {
  border-radius: 4px;
  box-shadow: inset 0 0 0 1.5px currentColor;
}

@media (max-width: 690px) {
  body[data-header-resize="1"] .container-wrap {
    padding-top: 0px;
  }
}
@media (max-width: 690px) {
  body.woocommerce-checkout form .form-row {
    width: 100%;
  }
}
@media (max-width: 768px) {
  body.woocommerce-checkout .col2-set#customer_details {
    display: flex;
    flex-direction: column;
  }
  body.woocommerce-checkout .col2-set#customer_details .col-1 {
    order: 2;
  }
  body.woocommerce-checkout .col2-set#customer_details .col-1 #mobile-place-order-fixed-wrapper {
    display: flex;
    flex-direction: column;
  }
  body.woocommerce-checkout .col2-set#customer_details .col-2 {
    border-top: 1px solid hsla(0, 0%, 7%, 0.11);
    border-bottom: 1px solid hsla(0, 0%, 7%, 0.11);
    border-radius: 0;
    border-left: 0px;
    border-right: 0px;
    order: 1;
    margin-bottom: 24px;
  }
  body.woocommerce-checkout .col2-set#customer_details .col-2 .order-summary-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
  }
  body.woocommerce-checkout .col2-set#customer_details .col-2 .order-summary-header #order_review_heading {
    padding-top: 16px;
    padding-left: 0;
    padding-right: 0;
    margin-top: inherit;
    font-size: 1.25rem;
  }
  body.woocommerce-checkout .col2-set#customer_details .col-2 .order-summary-header .order-summary-total {
    display: block;
  }
  body.woocommerce-checkout .col2-set#customer_details .col-2 .order-summary-header .order-summary-total .toggle-icon {
    display: inline-flex;
    margin-left: 8px;
    /* Icon mặc định là 'fa-angle-down' */
  }
  body.woocommerce-checkout .col2-set#customer_details .col-2 .order-summary-header .order-summary-total .toggle-icon.is-open {
    transform: rotate(180deg);
  }
  body.woocommerce-checkout .col2-set#customer_details .col-2 #payment {
    display: none;
    visibility: hidden;
    opacity: 0;
  }
}

.checkout-return {
  display: flex;
  justify-content: center;
  margin-top: 16px;
}
.checkout-return a {
  display: inline-flex;
  align-items: center;
}
.checkout-return__icon {
  display: inline-flex;
  width: 16px;
  vertical-align: middle;
  margin-right: 8px;
}

/* --- CUSTOM CHECKOUT FOOTER --- */
.checkout-footer {
  width: 100%;
  margin: 0px auto 20px auto;
  padding-top: 20px;
  border-top: 1px solid #ddd;
  font-size: 12px;
  color: #999;
}
.checkout-footer__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1425px;
  margin: auto;
  padding: 0px 24px;
}

.checkout-policy-links {
  margin-bottom: 10px;
}
.checkout-policy-links a {
  color: #666;
  text-decoration: none;
  padding: 0 5px;
  transition: color 0.2s;
}
.checkout-policy-links a:hover {
  color: #000;
  text-decoration: underline;
}
.checkout-policy-links .separator {
  color: #ccc;
}
@media (max-width: 768px) {
  .checkout-policy-links {
    display: block;
  }
  .checkout-policy-links .separator {
    display: none;
  }
}

.checkout-copyright {
  margin-top: 10px;
}

.checkout-header {
  width: 100%;
  background-color: var(--color-bg-pure, #ffffff);
  border-bottom: 1px solid #e5e5e5;
  padding-top: 24px;
  padding-bottom: 24px;
}
@media (min-width: 768px) {
  .checkout-header {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.checkout-header__content {
  max-width: 1425px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  justify-content: center;
}

.header-trust-bar {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
}
@media (min-width: 1024px) {
  .header-trust-bar {
    justify-content: flex-start;
    gap: 30px;
  }
}
.header-trust-bar__logo {
  flex-shrink: 0;
}
.header-trust-bar__logo img {
  width: 160px; /* Kích thước logo lớn hơn */
  height: auto;
}
@media (max-width: 1023px) {
  .header-trust-bar__logo img {
    width: 120px;
  }
}
.header-trust-bar__separator {
  display: none;
  width: 1px;
  height: 100px; /* Chiều cao cố định */
  background-color: #e5e5e5;
  margin-right: 30px;
  flex-shrink: 0;
}
@media (min-width: 1024px) {
  .header-trust-bar__separator {
    display: block;
  }
}
.header-trust-bar__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
}
@media (max-width: 1023px) {
  .header-trust-bar__content {
    display: none;
  }
}

.trust-content__row {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.social-proof {
  display: flex;
  align-items: center;
  gap: 15px;
}
.social-proof__avatars {
  display: flex;
}
.social-proof__avatars .avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid white;
  -o-object-fit: cover;
     object-fit: cover;
}
.social-proof__avatars .avatar--2 {
  margin-left: -15px;
  z-index: 2;
}
.social-proof__avatars .avatar--3 {
  margin-left: -15px;
  z-index: 1;
}
.social-proof__text-wrapper {
  display: flex;
  flex-direction: column;
  line-height: 1;
}
.social-proof__stars {
  color: #1a1a1a;
  font-size: 18px;
  letter-spacing: 2px;
  margin-bottom: 2px;
}
.social-proof__text {
  font-size: 20px;
  font-style: italic;
  font-weight: 700;
  color: #1a1a1a;
}
@media (min-width: 1280px) {
  .social-proof__text {
    font-size: 24px;
  }
}

.guarantees {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 14px;
  color: #555555;
}
.guarantees .guarantee-item {
  display: flex;
  align-items: center;
  gap: 5px;
}
.guarantees .guarantee-icon {
  font-size: 18px;
  line-height: 1;
  color: #1a1a1a;
  width: 20px;
  display: inline-flex;
  height: auto;
  margin-top: -2px;
  vertical-align: middle;
}
.guarantees .guarantee-separator {
  color: #e5e5e5;
}

.nectar-inactive {
  opacity: 0;
}

@media only screen and (max-width: 690px) {
  body .nectar-slide-in-cart.style_slide_in_click .widget_shopping_cart_content {
    width: 92vw !important;
    padding: 24px !important;
  }
  body .nectar-slide-in-cart.style_slide_in_click .inner > .header {
    top: 24px;
    width: calc(100% - 48px) !important;
    left: 24px !important;
  }
}
body .nectar-slide-in-cart.style_slide_in_click .inner > .header {
  left: 32px;
  width: calc(100% - 64px);
  top: 32px;
}
body .nectar-slide-in-cart.style_slide_in_click .widget_shopping_cart_content {
  width: 650px;
  padding: 32px;
}
body .nectar-slide-in-cart.style_slide_in_click .widget_shopping_cart_content ul.cart_list a {
  margin-right: 15px !important;
}
body .nectar-slide-in-cart.style_slide_in_click .widget_shopping_cart_content ul.cart_list a img {
  width: 90px;
  height: auto;
}
body .nectar-slide-in-cart.style_slide_in_click .widget_shopping_cart_content ul.cart_list .product-meta {
  flex-direction: column;
}
body .nectar-slide-in-cart.style_slide_in_click .widget_shopping_cart_content ul.cart_list .product-meta .product-details {
  min-height: 85px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  flex-direction: column;
  padding-right: inherit;
}
body .nectar-slide-in-cart.style_slide_in_click .widget_shopping_cart_content ul.cart_list .product-meta .product-details > a:not(.remove) {
  font-size: 0.95rem;
  width: 80%;
}
body .nectar-slide-in-cart.style_slide_in_click .widget_shopping_cart_content ul.cart_list .product-meta .product-details .size-value {
  display: inline-block;
  padding: 8px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #f8f8f8;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 150%;
  color: #000;
}
body .nectar-slide-in-cart.style_slide_in_click .widget_shopping_cart_content ul.cart_list .product-meta .product-details span.product-price span {
  font-size: 1rem;
}
body .nectar-slide-in-cart.style_slide_in_click .widget_shopping_cart_content ul.cart_list .product-meta span.quantity {
  height: 0;
  max-height: 0;
}
body .nectar-slide-in-cart.style_slide_in_click .widget_shopping_cart_content ul.cart_list .product-meta span.quantity div.quantity {
  position: absolute;
  right: 15px;
  bottom: 0;
  white-space: nowrap;
}
body .nectar-slide-in-cart.style_slide_in_click .widget_shopping_cart_content ul.cart_list .product-meta span.quantity a.remove.with_text {
  position: absolute;
  top: 0;
  right: 0;
}

body .nectar-slide-in-cart.style_slide_in_click {
  /* Nút "Thêm vào giỏ hàng" (Rút gọn và chuyển thành biểu tượng) */
  /* Đảm bảo link sản phẩm bao gồm cả ảnh và tên */
}
body .nectar-slide-in-cart.style_slide_in_click .ux-mini-cart-cross-sells__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex; /* Hiển thị sản phẩm theo hàng ngang */
  flex-direction: column;
}
body .nectar-slide-in-cart.style_slide_in_click .ux-mini-cart-cross-sells__list.product_list_widget .mini-cart-cross-sells__wrapper {
  display: flex;
  align-items: center;
  flex-grow: 1;
}
body .nectar-slide-in-cart.style_slide_in_click .ux-mini-cart-cross-sells__list.product_list_widget .mini-cart-cross-sells__wrapper > a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #1a1a1a;
}
body .nectar-slide-in-cart.style_slide_in_click .ux-mini-cart-cross-sells__list.product_list_widget .mini-cart-cross-sells__wrapper > a img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
  margin-right: 15px;
  flex-shrink: 0;
}
body .nectar-slide-in-cart.style_slide_in_click .ux-mini-cart-cross-sells__list.product_list_widget .mini-cart-cross-sells__wrapper > a .product-title {
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.3;
}
body .nectar-slide-in-cart.style_slide_in_click .ux-mini-cart-cross-sells__list-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 15px;
  border-bottom: 1px solid #e5e5e5; /* Đường kẻ phân cách */
  border-top: none !important;
}
body .nectar-slide-in-cart.style_slide_in_click .ux-mini-cart-cross-sells__list-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
body .nectar-slide-in-cart.style_slide_in_click .price-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-shrink: 0; /* Không co lại */
  /* Xếp hạng sao (Nếu có) */
}
body .nectar-slide-in-cart.style_slide_in_click .price-wrapper .price {
  font-size: 0.9rem;
  font-weight: 700;
  color: #1a1a1a;
}
body .nectar-slide-in-cart.style_slide_in_click .price-wrapper .price .woocommerce-Price-currencySymbol {
  font-weight: 500;
}
body .nectar-slide-in-cart.style_slide_in_click .price-wrapper .star-rating {
  font-size: 0.7rem;
  margin-bottom: 3px;
}
body .nectar-slide-in-cart.style_slide_in_click .ux-mini-cart-cross-sells__list-item > a.add_to_cart_button {
  background: #1a1a1a; /* Nền đen */
  color: #fff;
  border-radius: 4px;
  padding: 5px 8px;
  margin-left: 10px;
  transition: background-color 0.2s;
  width: inherit;
  padding: 10px 10px !important;
  border: 1px solid #e5e5e5;
  /* Ẩn chữ "Thêm vào giỏ hàng" chỉ giữ icon */
  /* Định dạng Icon */
}
@media only screen and (max-width: 690px) {
  body .nectar-slide-in-cart.style_slide_in_click .ux-mini-cart-cross-sells__list-item > a.add_to_cart_button {
    padding: 10px 15px !important;
  }
  body .nectar-slide-in-cart.style_slide_in_click .ux-mini-cart-cross-sells__list-item > a.add_to_cart_button span {
    display: none !important;
  }
  body .nectar-slide-in-cart.style_slide_in_click .ux-mini-cart-cross-sells__list-item > a.add_to_cart_button i {
    margin-right: 0 !important;
  }
}
body .nectar-slide-in-cart.style_slide_in_click .ux-mini-cart-cross-sells__list-item > a.add_to_cart_button span {
  color: #1a1a1a;
  white-space: nowrap;
}
body .nectar-slide-in-cart.style_slide_in_click .ux-mini-cart-cross-sells__list-item > a.add_to_cart_button i.normal {
  font-size: 1rem;
  line-height: 1;
  background-color: transparent;
  color: #1a1a1a;
  margin-right: 7px;
}
body .nectar-slide-in-cart.style_slide_in_click .ux-mini-cart-cross-sells__list-item > a.add_to_cart_button:hover {
  background: #f8f8f8 !important; /* Màu hover */
  color: #fff !important;
}
body .nectar-slide-in-cart.style_slide_in_click .ux-mini-cart-cross-sells__list-item .mini-cart-cross-sells__wrapper > a {
  flex-direction: row; /* Đặt lại thành hàng ngang */
}

/* Thiết lập chung cho container */
.product-features-container {
  /* Màu nền nhạt, bo góc và padding */
  background-color: #faf4ed;
  padding: 15px 15px;
  border-radius: 6px;
  /* Sử dụng Flexbox để dàn đều các cột */
  display: flex;
  justify-content: space-around;
  align-items: flex-start; /* Căn trên đầu mỗi cột */
  text-align: center;
  max-width: 1000px; /* Giới hạn chiều rộng tùy ý */
  margin: 20px auto;
}

.feature-item {
  flex: 0 1 22%;
}

/* Định dạng cho khung bao icon */
.feature-icon {
  /* Đảm bảo icon nằm giữa */
  display: flex;
  justify-content: center;
  align-items: center;
  /* Thiết lập chiều cao để giữ khoảng cách đều, phù hợp với SVG 55px */
  height: 45px;
  margin-bottom: 5px;
  line-height: 1;
}

/* Định dạng chung cho tất cả các SVG bên trong */
.feature-icon svg {
  /* Đảm bảo kích thước SVG là 55px (đã đặt trong HTML, nhưng CSS là cách tốt hơn) */
  width: auto;
  height: 32px;
  fill: #1a1a1a;
  /* Thiết lập màu cho stroke/fill của icon nếu chúng không được định nghĩa trong SVG */
}

/* Đảm bảo chữ mô tả vẫn đẹp */
.feature-text {
  font-size: 12px;
  color: #333;
  line-height: 1.2;
  font-weight: 400;
}
.feature-text__key {
  font-weight: 500;
  margin-bottom: 3px;
}
.sk-fomo-sales-combined {
  background-color: #e6f6ee; /* Màu nền xanh lá nhạt */
  color: var(--sk-color-green); /* Màu chữ xanh đậm */
  font-size: 14px;
  padding: 8px 15px;
  border-radius: 4px;
  margin-top: 15px;
  display: inline-block;
  line-height: 1.5;
  background: linear-gradient(rgba(10, 136, 0, 0), rgba(211, 240, 242, 0.7607843137), rgba(10, 136, 0, 0));
  background-image: linear-gradient(270deg, rgba(10, 136, 0, 0) 2%, rgba(211, 240, 242, 0.7607843137) 100%, rgba(10, 136, 0, 0) 0);
}

.sk-qna-link {
  display: inline-flex;
  align-items: center;
}

.skyra-freeship-badge {
  display: inline-block;
  padding: 8px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #f8f8f8;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 150%;
  color: #000;
  margin-left: 15px;
  letter-spacing: 0.5px;
}

body.single-product #ajax-content-wrap div.product h1.product_title.nectar-inherit-h2 {
  font-size: 1.25rem;
  line-height: 1.3;
}

.skyra-product-meta-item {
  display: flex;
  flex-wrap: wrap; /* Cho phép các thành phần xuống dòng nếu cần */
  align-items: flex-start;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.skyra-product-meta-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.skyra-product-meta-item .label {
  font-weight: 700;
  color: #1a1a1a;
  flex-basis: 150px; /* Cố định chiều rộng nhãn để căn chỉnh đẹp */
  flex-shrink: 0;
  padding-top: 4px; /* Căn chỉnh với tags/badges */
}
.skyra-product-meta-item .values-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px; /* Khoảng cách giữa các tags */
  margin: 0;
  padding: 0;
  list-style: none;
  flex-grow: 1;
}

.skyra-skin-type .skin-badge {
  display: inline-block;
  padding: 6px 0px;
  font-size: 0.9rem;
  font-weight: 400;
  border: 1px solid #f8f8f8;
  border-radius: 4px;
  text-transform: capitalize;
  transition: background-color 0.2s;
  position: relative;
}
.skyra-skin-type .skin-badge::before {
  content: ",";
  position: absolute;
  bottom: 6px;
  right: -5px;
  font-size: 1rem;
}
.skyra-skin-type .skin-badge:last-child::before {
  content: none;
}

.skyra-main-ingredients .ingredient-badge {
  display: inline-block;
  padding: 8px 0px;
  font-size: 0.9rem;
  font-weight: 400;
  border-radius: 4px;
  text-transform: capitalize;
  transition: opacity 0.2s;
  position: relative;
}
.skyra-main-ingredients .ingredient-badge::before {
  content: ",";
  position: absolute;
  bottom: 6px;
  right: -5px;
  font-size: 1rem;
}
.skyra-main-ingredients .ingredient-badge:last-child::before {
  content: none;
}
.skyra-main-ingredients .ingredient-badge:hover {
  opacity: 0.85;
}

.skyra-product-size-single {
  padding: 8px 0px;
}
.skyra-product-size-single .value {
  display: inline-block;
  padding: 8px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #f8f8f8;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 150%;
  color: #000;
}

body[data-fancy-form-rcs="1"] .fancy-select-wrap {
  padding-top: inherit;
}

body label:has(input[type=checkbox]) input[type=checkbox] {
  display: inline !important;
  min-width: 1.35em;
  min-height: 1.35em;
  white-space: nowrap;
}

body[data-responsive] label:has(input[type=checkbox]) {
  display: flex !important;
}

/* 1. Vô hiệu hóa spinner mặc định của WooCommerce */
.woocommerce .blockUI.blockOverlay::before,
.woocommerce-page .blockUI.blockOverlay::before {
  content: none !important;
  background-image: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

body .woocommerce .woocommerce-error,
body .woocommerce .woocommerce-info,
body .woocommerce .woocommerce-message, body .woocommerce-error,
body .woocommerce-info,
body .woocommerce-message {
  --border-color: transparent;
  --bg-color: transparent;
  --text-color: #fff;
  padding: 0.85em 1em 0.85em 2.5em;
  margin: 0 0 2em;
  font-size: 14px;
  position: relative;
  background-color: var(--bg-color) !important;
  color: var(--text-color);
  border: 1px solid var(--border-color);
  border-top-style: solid;
  border-radius: 4px;
  list-style: none outside;
  width: auto;
  word-wrap: break-word;
}
body .woocommerce .woocommerce-error a,
body .woocommerce .woocommerce-error strong,
body .woocommerce .woocommerce-info a,
body .woocommerce .woocommerce-info strong,
body .woocommerce .woocommerce-message a,
body .woocommerce .woocommerce-message strong, body .woocommerce-error a,
body .woocommerce-error strong,
body .woocommerce-info a,
body .woocommerce-info strong,
body .woocommerce-message a,
body .woocommerce-message strong {
  color: var(--text-color) !important;
}
body .woocommerce .woocommerce-error::before, body .woocommerce .woocommerce-error::after,
body .woocommerce .woocommerce-info::before,
body .woocommerce .woocommerce-info::after,
body .woocommerce .woocommerce-message::before,
body .woocommerce .woocommerce-message::after, body .woocommerce-error::before, body .woocommerce-error::after,
body .woocommerce-info::before,
body .woocommerce-info::after,
body .woocommerce-message::before,
body .woocommerce-message::after {
  content: " ";
  display: table;
}
body .woocommerce .woocommerce-error::after,
body .woocommerce .woocommerce-info::after,
body .woocommerce .woocommerce-message::after, body .woocommerce-error::after,
body .woocommerce-info::after,
body .woocommerce-message::after {
  clear: both;
}
body .woocommerce .woocommerce-error::before,
body .woocommerce .woocommerce-info::before,
body .woocommerce .woocommerce-message::before, body .woocommerce-error::before,
body .woocommerce-info::before,
body .woocommerce-message::before {
  font-family: "WooCommerce", sans-serif; /* Đảm bảo font WooCommerce được load */
  content: "\e028"/"";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0.85em;
  vertical-align: middle;
  display: flex;
  flex: 1;
  height: 100%;
  align-items: center;
}
body .woocommerce .woocommerce-error .button,
body .woocommerce .woocommerce-info .button,
body .woocommerce .woocommerce-message .button, body .woocommerce-error .button,
body .woocommerce-info .button,
body .woocommerce-message .button {
  float: right;
}
body .woocommerce .woocommerce-error li,
body .woocommerce .woocommerce-info li,
body .woocommerce .woocommerce-message li, body .woocommerce-error li,
body .woocommerce-info li,
body .woocommerce-message li {
  list-style: none outside !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
  line-height: 1.4;
}
body .woocommerce .woocommerce-message, body .woocommerce-message {
  --bg-color: color-mix(in srgb, var(--color-status-success) 8%, transparent);
  --text-color: #000;
  --border-color: var(--color-status-success);
}
body .woocommerce .woocommerce-message::before, body .woocommerce-message::before {
  content: "\e015";
  color: var(--color-success);
}
body .woocommerce .woocommerce-info, body .woocommerce-info {
  --bg-color: color-mix(in srgb, var(--color-border-subtle) 8%, transparent);
  --text-color: #000;
  --border-color: var(--color-border-subtle);
}
body .woocommerce .woocommerce-info::before, body .woocommerce-info::before {
  content: "\e028";
  color: var(--color-warning);
}
body .woocommerce .woocommerce-error, body .woocommerce-error {
  --bg-color: color-mix(in srgb, var(--color-status-error) 8%, transparent);
  --text-color: #000;
  --border-color: var(--color-status-error);
}
body .woocommerce .woocommerce-error::before, body .woocommerce-error::before {
  content: "\e016";
  color: var(--color-status-error);
}
body .woocommerce .rtl.woocommerce .price_label,
body .woocommerce .rtl.woocommerce .price_label span, body .rtl.woocommerce .price_label,
body .rtl.woocommerce .price_label span {
  direction: ltr;
  unicode-bidi: embed;
}

body.mfp-open {
  margin: 0;
  -webkit-backface-visibility: hidden;
  overflow: hidden !important;
  padding-right: 0 !important;
}

html:has(body.mfp-open) {
  overflow: hidden;
}

.white-popup-block {
  position: relative;
  background: #fff;
  border-radius: var(--border-radius);
  overflow: hidden;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
  line-height: 1.2;
  border-radius: 8px;
}

.sk-modal-title {
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
  border-bottom: 1px solid var(--color-border);
  min-height: 54px;
  text-align: center;
  padding: 16px 37px;
  display: block;
}
.sk-modal-title h3,
.sk-modal-title h4,
.sk-modal-title h2 {
  margin-bottom: 0;
}

.sk-modal-content {
  padding: 30px;
}

/* 

====== Zoom effect ======

*/
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-in .mfp-content {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-content {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-content {
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-bg {
  background-color: rgba(0, 0, 0, 0.45);
  transition: opacity 0.7s ease;
}

.mfp-close:hover {
  opacity: 1;
}

.mfp-close-btn-in .mfp-close {
  color: currentColor;
  top: 8px !important;
  right: 8px;
  width: 30px !important;
  height: 30px;
}
.mfp-close-btn-in .mfp-close svg {
  width: 18px;
  height: 18px;
}
.mfp-close-btn-in .mfp-close:hover {
  transform: none;
  -webkit-transform: none;
}

.mfp-close svg {
  pointer-events: none;
}

.mfp-content .mfp-close {
  position: absolute;
}

.mfp-ready .mfp-close {
  opacity: 0.6;
}

.mfp-removing .mfp-close {
  display: none !important;
}

.mfp-close:hover {
  opacity: 1;
}
