@charset "UTF-8";
/* Mixin Responsive*/
.pagination-wrap nav {
  margin: auto;
}

.pagination {
  display: flex;
}
.pagination .page-item {
  border: 1px solid #e8e8e8;
}
.pagination .page-item .page-link {
  display: inline-block;
  padding: 10px 15px;
}
.pagination .page-item .page-link:hover {
  background-color: #009be1;
  color: #fff;
}
.pagination .page-item.active .page-link {
  background-color: #009be1;
  color: #fff;
}

.fix-responsive img {
  max-width: 100% !important;
  height: auto !important;
}

.main-slider .swiper-button-prev svg, .main-slider .swiper-button-next svg {
  width: 11px;
  color: #83939e;
}

.spotlight-color {
  color: #ce8876;
}

.spotlight-bg {
  background-color: #ce8876;
}

.footer-info p {
  color: #fff;
  font-size: 14px;
}

.pagination {
  display: flex;
}
.pagination .page-item .page-link {
  display: block;
  color: var(--c-contrast-650);
  padding: 0 10px;
  line-height: 30px;
  height: 30px;
  width: 30px;
  border: 1px solid var(--c-contrast-100);
  font-weight: bold;
  font-size: 1rem;
  text-align: center;
  margin-left: 5px;
  margin-right: 5px;
}
.pagination .page-item .page-link:hover {
  border-bottom: 2px solid;
}
.pagination .page-item.disabled {
  display: none;
}
.pagination .page-item.active .page-link {
  color: #000;
  border-color: transparent;
  background: var(--c-main);
  border-bottom: 2px solid;
}

.fix-responsive img {
  max-width: 100% !important;
  height: auto !important;
}
.fix-responsive li p {
  display: inline-block;
  margin-bottom: 0 !important;
  margin-top: 0;
}

.image4x3__frame {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.image4x3__frame:before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 60%;
}
.image4x3__frame img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  position: absolute;
  z-index: -3;
  top: 0;
  left: 0;
}

.w-100 {
  width: 100% !important;
}

.how-to-apply p {
  font-size: 13px;
  margin-bottom: 10px;
}

.fix-responsive p {
  margin-bottom: 1.25em;
}
.fix-responsive hr {
  color: var(--color-accent-secondary);
  margin-bottom: 1.25em;
}

.editorial-section {
  width: 100%;
  max-width: 1630px;
  position: relative;
  padding-top: 100px;
  padding-bottom: 70px;
  margin: auto;
  /* Grid Layout */
  /* Cấu trúc Card */
  /* Hiệu ứng hover: Zoom ảnh nhẹ */
  /* Hộp nội dung màu trắng (Overlay) */
  /* Typography cho Category (FASHION, BEAUTY...) */
  /* Typography cho Title */
  /* --- RESPONSIVE --- */
  /* Tablet: Chuyển sang 2 cột */
  /* Mobile: Chuyển sang 1 cột */
}
.editorial-section .section-header {
  text-align: center;
  position: absolute;
  top: 98px;
  left: 0;
  width: 100%;
  z-index: 10;
  transform: translateY(-50%);
}
.editorial-section .label-box {
  background-color: rgb(45, 48, 50);
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2px;
  padding: 7px 50px;
  text-transform: uppercase;
  display: inline-block;
}
.editorial-section .grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 cột */
  gap: 30px; /* Khoảng cách giữa các ô */
}
.editorial-section .card {
  position: relative;
  display: block;
  text-decoration: none;
  background-color: #000;
  padding-bottom: 60%; /* Aspect ratio ~ 3:2 */
  overflow: hidden;
  color: #333;
  margin-bottom: 30px;
}
.editorial-section .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: transform 0.6s ease; /* Hiệu ứng zoom mượt */
}
.editorial-section .card:hover .card-bg {
  transform: scale(1.05);
}
.editorial-section .card-overlay {
  position: absolute;
  bottom: 0;
  left: 30px;
  right: 30px;
  background-color: #fff;
  padding: 25px 10px;
  text-align: center;
  min-height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.05);
}
.editorial-section .category {
  font-family: "Antic Didone";
  font-size: 22px;
  font-weight: 400;
  color: rgb(197, 164, 119);
  text-transform: none;
  text-decoration: none;
  letter-spacing: 2px;
  line-height: 20px;
  text-align: center;
  white-space: normal;
  overflow: visible;
  margin: 0px;
  padding: 10px 20px 0px;
  width: 100%;
  height: auto;
  float: none;
  clear: none;
  z-index: 8;
  border-radius: 0px;
  position: relative;
  vertical-align: inherit;
  transform-origin: 50% 50%;
  display: inline-block;
  background: rgb(255, 255, 255);
  translate: none;
  rotate: none;
  scale: none;
  visibility: inherit;
  opacity: 1;
  transform: translate(0px, 0px);
  pointer-events: auto;
}
.editorial-section .title {
  font-family: "Libre Baskerville";
  font-size: 19px;
  font-weight: 400;
  color: rgb(45, 48, 50);
  text-transform: none;
  text-decoration: none;
  letter-spacing: 0px;
  line-height: 25px;
  text-align: inherit;
  white-space: normal;
  overflow: visible;
  margin: -1px 0px -30px;
  padding: 15px 20px 20px;
  width: 100%;
  height: auto;
  float: none;
  clear: none;
  z-index: 7;
  border-radius: 0px;
  position: relative;
  cursor: pointer;
  vertical-align: inherit;
  transform-origin: 50% 50%;
  display: inline-block;
  background: rgb(255, 255, 255);
  translate: none;
  rotate: none;
  scale: none;
  visibility: inherit;
  opacity: 1;
  transform: translate(0px, 0px);
  pointer-events: auto;
  border-width: 0px;
  border-style: solid;
  border-color: rgb(226, 232, 240);
}
.editorial-section .title:hover {
  text-decoration: underline;
}
@media (max-width: 900px) {
  .editorial-section .grid-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .editorial-section .grid-container {
    grid-template-columns: 1fr;
    gap: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .editorial-section .card {
    padding-bottom: 70%; /* Card cao hơn chút trên mobile để dễ nhìn */
  }
  .editorial-section .card-overlay {
    left: 15px;
    right: 15px;
  }
}

.text-uppercase {
  text-transform: uppercase !important;
}

.backdrop-blur-sm {
  --tw-backdrop-blur: blur(var(--blur-sm));
  -webkit-backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
  backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
}

.heading-post {
  font-family: "Antic Didone", Arial, Helvetica, sans-serif;
  font-size: 26px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.footer-menu-item.active {
  height: inherit;
  padding-top: 16px !important;
}

:where(.i-ph\:arrow-left-bold) {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  --svg: url("../../images/arrow-left.svg");
}

:where(.i-ph\:caret-down-bold) {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  --svg: url("../../images/caret-down.svg");
}

/* --- 1. ISOLATION & CORE STYLES --- */
/* Reset box-sizing trong phạm vi sc-wrapper */
.sc-wrapper *, .sc-wrapper *::before, .sc-wrapper *::after {
  box-sizing: border-box;
}

.sc-wrapper {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  width: 100%;
  position: relative;
  z-index: 9999;
}

/* --- 2. HEADER STYLES --- */
.sc-header {
  position: fixed; /* Header luôn dính trên cùng */
  top: 0;
  left: 0;
  width: 100%;
  height: 64px;
  background-color: #000;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
  z-index: 10002; /* Cao hơn menu overlay */
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
  display: none;
}

.sc-header.active {
  display: flex;
}

/* Logo xanh lá */
.sc-logo {
  background-color: #a5f859;
  color: #000;
  font-weight: 800;
  font-style: italic;
  padding: 6px 16px;
  border-radius: 99px;
  text-decoration: none;
  font-size: 18px;
  line-height: 1;
  display: inline-block;
}

/* Nút Icon chung */
.sc-btn-icon {
  background: none;
  border: none;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  padding: 8px;
  margin-left: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* --- 3. HAMBURGER ICON ANIMATION --- */
.sc-hamburger {
  width: 30px;
  height: 24px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  margin-left: 10px;
}

.sc-line {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
  transition: all 0.3s ease-in-out;
  transform-origin: center;
}

/* Trạng thái Active (Biến thành dấu X) */
.sc-hamburger.active .sc-line:nth-child(1) {
  transform: translateY(11px) rotate(45deg);
}

.sc-hamburger.active .sc-line:nth-child(2) {
  opacity: 0;
}

.sc-hamburger.active .sc-line:nth-child(3) {
  transform: translateY(-11px) rotate(-45deg);
}

/* --- 4. SEARCH MODE STYLES --- */
.sc-search-mode {
  display: none; /* Ẩn mặc định */
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

/* Khi bật mode search thì hiển thị flex */
.sc-search-mode.active {
  display: flex;
  position: relative;
}

/* Ẩn default view khi search active */
.sc-default-view.hidden {
  display: none;
}

.sc-default-view {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.sc-search-bar {
  flex-grow: 1;
  background-color: #1e1e24;
  border-radius: 99px;
  padding: 6px 15px;
  margin: 0 10px;
  display: flex;
  align-items: center;
}

.sc-search-input {
  background: transparent;
  border: none;
  color: #fff;
  width: 100%;
  margin-left: 8px;
  outline: none;
  font-size: 15px;
}

.sc-btn-find {
  background-color: #a5f859;
  color: #000;
  font-weight: 600;
  border: none;
  border-radius: 20px;
  padding: 6px 20px;
  cursor: pointer;
  font-size: 14px;
}

/* --- 5. MENU OVERLAY & ACCORDION --- */
.sc-menu-overlay {
  position: fixed;
  top: 64px; /* Bằng chiều cao header */
  left: 0;
  width: 100%;
  height: calc(100vh - 64px);
  background-color: #1a1a1a;
  padding: 0 20px 40px 20px;
  overflow-y: auto;
  /* Hiệu ứng ẩn hiện */
  visibility: hidden;
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 10001;
}

.sc-menu-overlay.open {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

/* Menu Item Styles */
.sc-menu-item {
  border-bottom: 1px solid #333;
}

.sc-menu-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 0;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}

.sc-menu-link:hover {
  color: #a5f859;
}

/* Mũi tên xoay */
.sc-arrow {
  transition: transform 0.3s ease;
  font-size: 12px;
}

.sc-menu-item.active .sc-arrow {
  transform: rotate(180deg);
}

/* Submenu Accordion */
.sc-submenu {
  background-color: #1a1a1a;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  padding-left: 10px; /* Thụt đầu dòng */
}

.sc-submenu a {
  display: block;
  padding: 12px 0;
  color: #bbb;
  text-decoration: none;
  font-size: 15px;
}

.sc-submenu a:hover {
  color: #fff;
}

/* Buttons Bottom */
.sc-menu-buttons {
  margin-top: 40px;
}

.sc-btn-block {
  display: block;
  width: 100%;
  padding: 12px;
  border-radius: 99px;
  border: none;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 15px;
  cursor: pointer;
}

.sc-btn-grey {
  background-color: #ccc;
  color: #000;
}

.sc-btn-green {
  background-color: #a5f859;
  color: #000;
}

/* Tiện ích ẩn hiện */
.sc-d-none {
  display: none !important;
}

/* Spacer để content không bị header che mất */
.sc-spacer {
  height: 64px;
  width: 100%;
  background: #000;
}

.dropdown.search-suggestions {
  display: none;
  width: 100%;
}

.dropdown.search-suggestions:empty:before {
  border-radius: 4px;
  color: #505050;
  content: "No results";
  display: block;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  left: 0;
  padding: 0.75rem 1rem;
  position: relative;
  right: 0;
  text-align: center;
}

.dropdown.search-suggestions.active {
  display: block;
}

.search-suggestions {
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: 1px 2px 5px #ccc;
}
.search-suggestions li {
  display: block !important;
  margin-bottom: 10px;
}
.search-suggestions li a {
  display: flex;
}
.search-suggestions .dropdown-item {
  display: flex !important;
  font-size: 0.75rem;
  font-weight: 600;
  gap: 0.5rem;
  line-height: 1.33;
  padding: 0.5rem;
}
.search-suggestions .dropdown-item .site-logo {
  border-radius: 4px;
  height: 3rem;
  width: 3rem;
}
.search-suggestions .dropdown-item .store {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  overflow: hidden;
}
.search-suggestions .dropdown-item .store .name {
  color: #333;
  font-size: inherit;
  line-height: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: none;
}
.search-suggestions .dropdown-item .store .name em {
  color: #487eff;
  font-style: normal;
}
.search-suggestions .dropdown-item .store .domain {
  color: #939496;
  font-size: inherit;
  line-height: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.search-suggestions .dropdown-item .active > .dropdown-item {
  background-color: #e6faf6;
}

#faq-section .faq-accordion-item {
  border-bottom: 1px solid var(--mlpv2-border);
}
#faq-section .faq-accordion-item:last-child {
  border-bottom: none;
}
#faq-section .faq-accordion-trigger {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 16px 0;
  background: transparent;
  border: 0;
  cursor: pointer;
  text-align: left;
  font-family: var(--mlpv2-font-family);
  font-feature-settings: var(--mlpv2-font-feature);
  appearance: none;
  -webkit-appearance: none;
}
#faq-section .faq-accordion-label {
  font-size: var(--mlpv2-font-size-body-lg);
  line-height: var(--mlpv2-lh-body-lg);
  font-weight: var(--mlpv2-fw-bold);
  color: var(--mlpv2-text-primary);
  text-align: left;
  margin-right: auto;
  word-break: break-word;
}
#faq-section .faq-accordion-caret {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  color: var(--mlpv2-text-tertiary);
  transition: transform 0.2s ease;
}
#faq-section .faq-accordion-caret.open {
  transform: rotate(180deg);
}
#faq-section .faq-accordion-caret svg {
  display: block;
}
#faq-section .faq-accordion-content {
  overflow: hidden;
}
#faq-section .faq-accordion-answer {
  padding-bottom: 16px;
  font-size: var(--mlpv2-font-size-body-md);
  line-height: var(--mlpv2-lh-body-md);
  color: var(--mlpv2-text-secondary);
}
#faq-section .faq-accordion-answer p {
  margin: 0 0 12px 0;
}
#faq-section .faq-accordion-answer p:last-child {
  margin-bottom: 0;
}
#faq-section .faq-accordion-answer ol, #faq-section .faq-accordion-answer ul {
  margin: 0 0 12px 0 !important;
  padding-left: 24px !important;
}
#faq-section .faq-accordion-answer ol {
  list-style-type: decimal !important;
}
#faq-section .faq-accordion-answer ul {
  list-style-type: disc !important;
}
#faq-section .faq-accordion-answer li {
  margin-bottom: 4px;
  display: list-item;
}
#faq-section .faq-accordion-answer ol:last-child, #faq-section .faq-accordion-answer ul:last-child {
  margin-bottom: 0 !important;
}

/*# sourceMappingURL=custom.css.map */
