@charset "UTF-8";
/* ========================================= */
/* ABOUT PAGE (page.about.liquid)            */
/* ========================================= */
/* ---- About Hero ---- */
.about-hero {
  position: relative;
  width: 100%;
  min-height: 480px;
  display: flex;
  align-items: flex-end;
  overflow: hidden; }
  @media (min-width: 992px) {
    .about-hero {
      min-height: 812px;
      align-items: center; } }

.about-hero__media {
  position: absolute;
  inset: 0; }
  .about-hero__media picture {
    display: block;
    width: 100%;
    height: 100%; }

.about-hero__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center; }

.about-hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(51, 51, 51, 0.3); }

.about-hero__content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 40px 0; }
  @media (min-width: 992px) {
    .about-hero__content {
      padding: 64px 0; } }

.about-hero__inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
  padding: 0 16px; }
  @media (min-width: 992px) {
    .about-hero__inner {
      gap: 24px;
      padding: 0 80px; } }

.about-hero__text-wrap {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 676px; }
  @media (min-width: 992px) {
    .about-hero__text-wrap {
      gap: 16px; } }

.about-hero__title {
  font-family: var(--skin-layout-title-font);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.5px;
  color: #fff;
  margin: 0; }
  @media (min-width: 576px) {
    .about-hero__title {
      font-size: 28px; } }
  @media (min-width: 992px) {
    .about-hero__title {
      font-size: 40px;
      line-height: 48px; } }

.about-hero__desc {
  font-family: var(--skin-layout-text-font);
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.2px;
  color: #fff;
  margin: 0; }
  @media (min-width: 992px) {
    .about-hero__desc {
      font-size: 16px;
      line-height: 24px; } }

.about-hero__actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap; }

.about-hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border-radius: 9999px;
  font-family: var(--skin-layout-text-font);
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.2px;
  white-space: nowrap;
  text-decoration: none;
  transition: opacity 0.2s; }
  .about-hero__btn:hover {
    opacity: 0.85; }
  @media (min-width: 992px) {
    .about-hero__btn {
      padding: 16px 32px;
      font-size: 16px;
      line-height: 24px; } }
  .about-hero__btn--primary {
    background: #333;
    color: #fff;
    border: 1px solid #333; }
  .about-hero__btn--outline {
    background: #fff;
    color: #333;
    border: 1px solid #333; }

/* ---- About Collections ---- */
.section-about-collections {
  background: #fff;
  padding: 40px 0; }
  @media (min-width: 992px) {
    .section-about-collections {
      padding: 64px 0; } }

.about-collections__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  gap: 32px; }
  @media (min-width: 992px) {
    .about-collections__inner {
      flex-direction: row;
      align-items: center;
      gap: 48px;
      padding: 0 80px; } }

/* Banner trái — ảnh dọc lớn */
.about-collections__banner {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 4 / 3;
  flex-shrink: 0; }
  @media (min-width: 992px) {
    .about-collections__banner {
      flex: 1;
      aspect-ratio: unset;
      height: 497px; } }

.about-collections__banner-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block; }

.about-collections__banner-overlay {
  position: absolute;
  inset: 0;
  background: rgba(51, 51, 51, 0.15); }

/* Phần phải — heading + 2 cards */
.about-collections__right {
  display: flex;
  flex-direction: column;
  gap: 32px; }
  @media (min-width: 992px) {
    .about-collections__right {
      width: 630px;
      flex-shrink: 0;
      padding-top: 32px; } }

.about-collections__heading {
  display: flex;
  flex-direction: column;
  gap: 8px; }

.about-collections__title {
  font-family: var(--skin-layout-title-font);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.5px;
  color: #333;
  margin: 0; }
  @media (min-width: 576px) {
    .about-collections__title {
      font-size: 30px; } }
  @media (min-width: 992px) {
    .about-collections__title {
      font-size: 40px;
      line-height: 48px; } }

.about-collections__subtitle {
  font-family: var(--skin-layout-text-font);
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.2px;
  color: #333;
  margin: 0; }
  @media (min-width: 992px) {
    .about-collections__subtitle {
      font-size: 16px; } }

/* 2 collection cards */
.about-collections__cards {
  display: flex;
  gap: 20px;
  align-items: center; }

.about-collections__card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  flex: 1;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: transform 0.3s ease; }
  .about-collections__card:hover {
    transform: translateY(-4px); }
  @media (min-width: 992px) {
    .about-collections__card {
      flex: 0 0 305px;
      width: 305px;
      height: 305px;
      aspect-ratio: unset; } }

.about-collections__card-bg {
  position: absolute;
  inset: 0; }
  .about-collections__card-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.about-collections__card:hover .about-collections__card-bg img {
  transform: scale(1.05); }

.about-collections__card-overlay {
  position: absolute;
  inset: 0;
  background: rgba(51, 51, 51, 0.2); }

.about-collections__card-content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 32px; }

.about-collections__card-name {
  font-family: var(--skin-layout-text-font);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.5px;
  color: #fff;
  margin: 0;
  text-align: center; }
  @media (min-width: 992px) {
    .about-collections__card-name {
      font-size: 32px;
      line-height: 40px; } }

/* ---- About Banner Mid ---- */
.section-about-banner-mid {
  position: relative;
  min-height: 240px;
  display: flex;
  align-items: center;
  overflow: hidden; }
  @media (min-width: 576px) {
    .section-about-banner-mid {
      min-height: 300px; } }
  @media (min-width: 992px) {
    .section-about-banner-mid {
      min-height: 450px; } }

.about-banner-mid__bg {
  position: absolute;
  inset: 0;
  overflow: hidden; }
  .about-banner-mid__bg video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block; }

.about-banner-mid__overlay {
  position: absolute;
  inset: 0;
  background: rgba(51, 51, 51, 0.3); }

.about-banner-mid__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 40px 16px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start; }
  @media (min-width: 992px) {
    .about-banner-mid__inner {
      padding: 64px 80px;
      gap: 24px; } }

.about-banner-mid__text {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 540px; }
  @media (min-width: 992px) {
    .about-banner-mid__text {
      gap: 12px; } }

.about-banner-mid__title {
  font-family: var(--skin-layout-title-font);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.5px;
  color: #fff;
  margin: 0; }
  @media (min-width: 576px) {
    .about-banner-mid__title {
      font-size: 28px; } }
  @media (min-width: 992px) {
    .about-banner-mid__title {
      font-size: 40px;
      line-height: 48px; } }

.about-banner-mid__subtitle {
  font-family: var(--skin-layout-text-font);
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: -0.2px;
  color: #fff;
  margin: 0; }
  @media (min-width: 992px) {
    .about-banner-mid__subtitle {
      font-size: 16px;
      line-height: 24px; } }

.about-banner-mid__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  border-radius: 9999px;
  background: #333;
  color: #fff;
  text-decoration: none;
  font-family: var(--skin-layout-text-font);
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.2px;
  white-space: nowrap;
  transition: opacity 0.2s; }
  .about-banner-mid__btn:hover {
    opacity: 0.85;
    color: #fff; }
  @media (min-width: 992px) {
    .about-banner-mid__btn {
      padding: 16px 32px;
      font-size: 16px;
      line-height: 24px; } }

/* ---- About Why Us ---- */
.section-about-whyus {
  background: #fff;
  padding: 40px 0; }
  @media (min-width: 992px) {
    .section-about-whyus {
      padding: 64px 0; } }

.about-whyus__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  gap: 32px; }
  @media (min-width: 992px) {
    .about-whyus__inner {
      flex-direction: row;
      gap: 108px;
      align-items: center;
      padding: 0 80px; } }

.about-whyus__left {
  display: flex;
  flex-direction: column;
  gap: 32px; }
  @media (min-width: 992px) {
    .about-whyus__left {
      flex: 0 0 542px;
      width: 542px;
      gap: 48px; } }

.about-whyus__text-block {
  display: flex;
  flex-direction: column;
  gap: 16px; }

.about-whyus__heading {
  display: flex;
  flex-direction: column;
  gap: 2px; }

.about-whyus__label {
  font-family: var(--skin-layout-text-font);
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: -0.2px;
  color: #333;
  margin: 0; }
  @media (min-width: 992px) {
    .about-whyus__label {
      font-size: 16px;
      line-height: 24px; } }

.about-whyus__title {
  font-family: var(--skin-layout-title-font);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.5px;
  color: #333;
  margin: 0;
  display: flex;
  flex-direction: column; }
  @media (min-width: 576px) {
    .about-whyus__title {
      font-size: 28px; } }
  @media (min-width: 992px) {
    .about-whyus__title {
      font-size: 40px;
      line-height: 48px; } }
  .about-whyus__title span {
    display: block; }

.about-whyus__desc {
  font-family: var(--skin-layout-text-font);
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.2px;
  color: #333;
  margin: 0; }
  @media (min-width: 992px) {
    .about-whyus__desc {
      font-size: 16px;
      line-height: 24px; } }

.about-whyus__stats {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  flex-wrap: wrap; }
  @media (min-width: 576px) {
    .about-whyus__stats {
      gap: 40px;
      flex-wrap: nowrap; } }
  @media (min-width: 992px) {
    .about-whyus__stats {
      gap: 64px; } }

.about-whyus__stat {
  display: flex;
  flex-direction: column;
  gap: 2px; }

.about-whyus__stat-label {
  font-family: var(--skin-layout-text-font);
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: -0.2px;
  color: #333; }
  @media (min-width: 992px) {
    .about-whyus__stat-label {
      font-size: 16px;
      line-height: 24px; } }

.about-whyus__stat-number {
  font-family: var(--skin-layout-title-font);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.5px;
  color: #333;
  white-space: nowrap; }
  @media (min-width: 576px) {
    .about-whyus__stat-number {
      font-size: 32px;
      line-height: 48px; } }
  @media (min-width: 992px) {
    .about-whyus__stat-number {
      font-size: 40px; } }

.about-whyus__photos {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px; }
  @media (min-width: 576px) {
    .about-whyus__photos {
      gap: 12px; } }
  @media (min-width: 992px) {
    .about-whyus__photos {
      display: flex;
      gap: 20px;
      align-items: center;
      flex: 1;
      min-width: 0; } }

.about-whyus__photo-col {
  display: flex;
  flex-direction: column;
  gap: 10px; }
  @media (min-width: 576px) {
    .about-whyus__photo-col {
      gap: 12px; } }
  @media (min-width: 992px) {
    .about-whyus__photo-col {
      gap: 20px;
      flex: 0 0 305px;
      width: 305px; } }

.about-whyus__photo {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  width: 100%; }
  .about-whyus__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block; }
  @media (min-width: 992px) {
    .about-whyus__photo {
      border-radius: 12px; } }
  .about-whyus__photo--tall {
    height: 180px; }
    @media (min-width: 576px) {
      .about-whyus__photo--tall {
        height: 220px; } }
    @media (min-width: 992px) {
      .about-whyus__photo--tall {
        height: 356px; } }
  .about-whyus__photo--short {
    height: 100px; }
    @media (min-width: 576px) {
      .about-whyus__photo--short {
        height: 120px; } }
    @media (min-width: 992px) {
      .about-whyus__photo--short {
        height: 180px; } }

.about-whyus__photo-overlay {
  position: absolute;
  inset: 0;
  background: rgba(51, 51, 51, 0.15); }

/* ---- About Brand Values ---- */
.section-about-values {
  position: relative;
  overflow: hidden; }

.about-values__bg {
  position: absolute;
  inset: 0; }
  .about-values__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.about-values__overlay {
  position: absolute;
  inset: 0;
  background: rgba(51, 51, 51, 0.7); }

.about-values__inner {
  position: relative;
  z-index: 2;
  max-width: 1440px;
  margin: 0 auto;
  padding: 48px 16px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center; }
  @media (min-width: 992px) {
    .about-values__inner {
      padding: 80px;
      gap: 40px; } }

.about-values__title {
  font-family: var(--skin-layout-title-font);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.5px;
  color: #fff;
  margin: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: center; }
  @media (min-width: 576px) {
    .about-values__title {
      font-size: 28px; } }
  @media (min-width: 992px) {
    .about-values__title {
      font-size: 40px;
      line-height: 48px; } }
  .about-values__title span {
    display: block; }

.about-values__cards {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%; }
  @media (min-width: 576px) {
    .about-values__cards {
      gap: 16px; } }
  @media (min-width: 768px) {
    .about-values__cards {
      flex-direction: row;
      gap: 20px;
      justify-content: center;
      flex-wrap: wrap; } }

.about-values__card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  padding: 24px 20px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid #fff;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  text-align: center; }
  @media (min-width: 992px) {
    .about-values__card {
      padding: 32px; } }
  @media (min-width: 768px) {
    .about-values__card {
      width: 308px;
      flex-shrink: 0; } }

.about-values__card-icon {
  width: 64px;
  height: 64px;
  flex-shrink: 0; }
  @media (min-width: 992px) {
    .about-values__card-icon {
      width: 80px;
      height: 80px; } }
  .about-values__card-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain; }

.about-values__card-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%; }

.about-values__card-title {
  font-family: var(--skin-layout-title-font);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.2px;
  color: #fff;
  margin: 0; }
  @media (min-width: 992px) {
    .about-values__card-title {
      font-size: 24px;
      line-height: 32px; } }

.about-values__card-desc {
  font-family: var(--skin-layout-text-font);
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
  color: #fff;
  margin: 0; }
  @media (min-width: 992px) {
    .about-values__card-desc {
      font-size: 14px; } }

/* ---- About Reviews ---- */
.section-about-reviews {
  background: #f7ede9;
  padding: 40px 0; }
  @media (min-width: 992px) {
    .section-about-reviews {
      padding: 64px 0; } }

.about-reviews__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  gap: 32px; }
  @media (min-width: 992px) {
    .about-reviews__inner {
      padding: 0 80px;
      gap: 108px;
      align-items: center; } }

.about-reviews__content {
  width: 100%;
  max-width: 886px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  text-align: center; }
  @media (min-width: 992px) {
    .about-reviews__content {
      gap: 32px; } }

.about-reviews__heading {
  display: flex;
  flex-direction: column;
  gap: 2px;
  align-items: center; }

.about-reviews__label {
  font-family: var(--skin-layout-text-font);
  font-size: 13px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.2px;
  color: #333;
  margin: 0; }
  @media (min-width: 992px) {
    .about-reviews__label {
      font-size: 16px; } }

.about-reviews__title {
  font-family: var(--skin-layout-title-font);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.5px;
  color: #333;
  margin: 0; }
  @media (min-width: 576px) {
    .about-reviews__title {
      font-size: 30px; } }
  @media (min-width: 992px) {
    .about-reviews__title {
      font-size: 40px;
      line-height: 48px; } }

.about-reviews__desc {
  font-family: var(--skin-layout-text-font);
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.2px;
  color: #333;
  margin: 0; }
  @media (min-width: 992px) {
    .about-reviews__desc {
      font-size: 16px; } }

.about-reviews__slider {
  width: 100%;
  overflow: hidden; }
  .about-reviews__slider .swiper-slide {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center; }

.about-reviews__quote {
  font-family: var(--skin-layout-text-font);
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.2px;
  color: #333;
  margin: 0;
  text-align: center; }
  @media (min-width: 992px) {
    .about-reviews__quote {
      font-size: 16px; } }

.about-reviews__author {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center; }

.about-reviews__avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0; }

.about-reviews__author-info {
  display: flex;
  flex-direction: column;
  gap: 2px; }

.about-reviews__author-name {
  font-family: var(--skin-layout-title-font);
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.2px;
  color: #333; }
  @media (min-width: 992px) {
    .about-reviews__author-name {
      font-size: 16px; } }

.about-reviews__author-role {
  font-family: var(--skin-layout-text-font);
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0;
  color: #bbb; }
  @media (min-width: 992px) {
    .about-reviews__author-role {
      font-size: 14px; } }

.about-reviews__nav {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center; }

.about-reviews__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  border-radius: 9999px;
  border: 1px solid #fff;
  background: none;
  cursor: pointer;
  transition: border-color 0.2s; }
  .about-reviews__arrow:hover {
    border-color: #93817c; }
  .about-reviews__arrow.swiper-button-disabled {
    opacity: 0.35;
    cursor: default; }

.about-reviews__arrow-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fff;
  flex-shrink: 0;
  color: #333; }
  .about-reviews__arrow-inner svg {
    width: 20px;
    height: 20px;
    display: block; }

/* ---- About Features Bar ---- */
.about-features-bar {
  background: #d5dccf; }

.about-features-bar__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 16px 16px;
  display: flex;
  flex-direction: column;
  gap: 12px; }
  @media (min-width: 576px) {
    .about-features-bar__inner {
      flex-direction: row;
      gap: 0;
      padding: 16px 24px; } }
  @media (min-width: 992px) {
    .about-features-bar__inner {
      padding: 16px 80px; } }

.about-features-bar__item {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 1;
  justify-content: center;
  padding: 8px 16px; }
  @media (min-width: 992px) {
    .about-features-bar__item {
      padding: 8px 24px; } }

.about-features-bar__icon-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px;
  border-radius: 9999px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.3);
  flex-shrink: 0; }

.about-features-bar__icon-bg {
  width: 48px;
  height: 48px;
  border-radius: 9999px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333; }
  .about-features-bar__icon-bg svg {
    width: 24px;
    height: 24px; }

.about-features-bar__label {
  font-family: var(--skin-layout-title-font);
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.2px;
  color: #333;
  white-space: nowrap; }
  @media (min-width: 992px) {
    .about-features-bar__label {
      font-size: 16px; } }

/* ========================================= */
/* ABOUT PAGE — HOVER & ANIMATION EFFECTS    */
/* ========================================= */
/* ---- Parallax bg ---- */
.js-parallax-bg img, .js-parallax-bg video {
  will-change: transform; }

/* ---- Why Us photo hover ---- */
.about-whyus__photo img {
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.about-whyus__photo:hover img {
  transform: scale(1.05); }

/* ---- Reviews image hover ---- */
.about-reviews__img img {
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.about-reviews__img:hover img {
  transform: scale(1.04); }

/* ========================================= */
/* PROMOTION PAGE (page.promotion.liquid)    */
/* ========================================= */
/* ---- Promo Hero ---- */
.promo-hero {
  position: relative;
  width: 100%;
  overflow: hidden; }

.promo-hero picture {
  display: block;
  width: 100%; }

.promo-hero__img {
  width: 100%;
  height: auto;
  display: block;
  max-height: 300px;
  object-fit: cover;
  object-position: center; }

@media (min-width: 576px) {
  .promo-hero__img {
    max-height: 400px; } }

@media (min-width: 992px) {
  .promo-hero__img {
    max-height: 550px; } }

/* ---- Promo Info (Flash Sale card) ---- */
.section-promo-info {
  padding: 24px 0; }

@media (min-width: 992px) {
  .section-promo-info {
    padding: 32px 0; } }

.promo-info__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 16px; }

@media (min-width: 992px) {
  .promo-info__inner {
    padding: 0 80px; } }

.promo-info__card {
  background: #f5d7d0;
  border-radius: 16px;
  padding: 24px 16px 16px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative; }

@media (min-width: 576px) {
  .promo-info__card {
    border-radius: 20px;
    padding: 28px 20px 20px; } }

@media (min-width: 992px) {
  .promo-info__card {
    border-radius: 24px;
    padding: 32px 20px 20px; } }

.promo-info__header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px; }

@media (min-width: 576px) {
  .promo-info__header {
    gap: 24px; } }

.promo-info__title-group {
  display: flex;
  align-items: center;
  gap: 0; }

.promo-info__flash-icon {
  display: flex;
  align-items: center;
  flex-shrink: 0; }

.promo-info__flash-icon svg {
  width: 32px;
  height: 32px; }

@media (min-width: 576px) {
  .promo-info__flash-icon svg {
    width: 40px;
    height: 40px; } }

@media (min-width: 992px) {
  .promo-info__flash-icon svg {
    width: 48px;
    height: 48px; } }

.promo-info__title {
  font-family: var(--skin-layout-title-font);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.3px;
  color: #333;
  margin: 0; }

@media (min-width: 576px) {
  .promo-info__title {
    font-size: 28px; } }

@media (min-width: 992px) {
  .promo-info__title {
    font-size: 32px;
    line-height: 40px; } }

.promo-info__timer {
  display: flex;
  align-items: flex-start;
  gap: 6px; }

@media (min-width: 576px) {
  .promo-info__timer {
    gap: 8px; } }

.promo-info__timer-unit {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px; }

@media (min-width: 576px) {
  .promo-info__timer-unit {
    gap: 8px; } }

.promo-info__timer-box {
  width: 34px;
  height: 34px;
  border-radius: 4px;
  background: #93817c;
  display: flex;
  align-items: center;
  justify-content: center; }

@media (min-width: 576px) {
  .promo-info__timer-box {
    width: 40px;
    height: 40px; } }

.promo-info__timer-num {
  font-family: var(--skin-layout-text-font);
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.3px;
  color: #fff; }

@media (min-width: 576px) {
  .promo-info__timer-num {
    font-size: 20px; } }

@media (min-width: 992px) {
  .promo-info__timer-num {
    font-size: 24px;
    line-height: 32px; } }

.promo-info__timer-label {
  font-family: var(--skin-layout-text-font);
  font-size: 10px;
  font-weight: 600;
  line-height: 14px;
  color: #333;
  text-align: center; }

@media (min-width: 576px) {
  .promo-info__timer-label {
    font-size: 12px;
    line-height: 18px; } }

@media (min-width: 992px) {
  .promo-info__timer-label {
    font-size: 14px;
    line-height: 20px; } }

.promo-info__timer-sep {
  font-family: var(--skin-layout-text-font);
  font-size: 16px;
  font-weight: 700;
  line-height: 34px;
  color: #93817c; }

@media (min-width: 576px) {
  .promo-info__timer-sep {
    font-size: 20px;
    line-height: 40px; } }

@media (min-width: 992px) {
  .promo-info__timer-sep {
    font-size: 24px;
    line-height: 40px;
    padding-top: 4px; } }

.promo-info__slider-wrap {
  position: relative; }

.promo-info__swiper {
  width: 100%;
  overflow: hidden; }

.promo-info__swiper .swiper-slide {
  width: 200px;
  height: auto; }

@media (min-width: 576px) {
  .promo-info__swiper .swiper-slide {
    width: 220px; } }

@media (min-width: 992px) {
  .promo-info__swiper .swiper-slide {
    width: 240px; } }

.promo-info__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  background: none;
  border: 1.5px solid #fff;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px; }

.promo-info__arrow--prev {
  left: 8px; }

@media (min-width: 992px) {
  .promo-info__arrow--prev {
    left: 10px; } }

.promo-info__arrow--next {
  right: 8px; }

@media (min-width: 992px) {
  .promo-info__arrow--next {
    right: 10px; } }

.promo-info__arrow-inner {
  width: 32px;
  height: 32px;
  border-radius: 9999px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333; }

.promo-info__arrow svg {
  width: 20px;
  height: 20px; }

.section-promo-coupons {
  padding: 20px 0 0; }

@media (min-width: 992px) {
  .section-promo-coupons {
    padding: 24px 0 0; } }

.promo-coupons__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 16px; }

@media (min-width: 992px) {
  .promo-coupons__inner {
    padding: 0 80px; } }

.promo-coupons-swiper {
  width: 100%;
  overflow: hidden; }

.promo-coupons-swiper .swiper-slide {
  height: auto; }

@media (min-width: 576px) {
  .promo-coupons-swiper .swiper-slide {
    width: calc(50% - 8px); } }

@media (min-width: 992px) {
  .promo-coupons-swiper .swiper-slide {
    width: calc(25% - 15px); } }

.promo-coupon {
  display: flex;
  align-items: stretch;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #333;
  min-height: 100px; }

@media (min-width: 576px) {
  .promo-coupon {
    min-height: 116px; } }

.promo-coupon__left {
  width: 60px;
  flex-shrink: 0;
  background: #333;
  display: flex;
  align-items: center;
  justify-content: center; }

@media (min-width: 576px) {
  .promo-coupon__left {
    width: 80px; } }

.promo-coupon__left svg {
  width: 28px;
  height: 28px; }

@media (min-width: 576px) {
  .promo-coupon__left svg {
    width: 40px;
    height: 40px; } }

.promo-coupon__right {
  flex: 1;
  min-width: 0;
  background: #f7dfd9;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 10px; }

@media (min-width: 576px) {
  .promo-coupon__right {
    padding: 12px 16px; } }

.promo-coupon__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 6px; }

.promo-coupon__info {
  flex: 1;
  min-width: 0; }

.promo-coupon__title {
  font-family: var(--skin-layout-text-font);
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: -0.2px;
  color: #333;
  margin: 0; }

@media (min-width: 576px) {
  .promo-coupon__title {
    font-size: 18px;
    line-height: 28px; } }

.promo-coupon__sub {
  font-family: var(--skin-layout-text-font);
  font-size: 11px;
  font-weight: 400;
  line-height: 15px;
  color: #333;
  margin: 0; }

@media (min-width: 576px) {
  .promo-coupon__sub {
    font-size: 12px;
    line-height: 16px; } }

.promo-coupon__info-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  flex-shrink: 0;
  color: #333;
  display: flex;
  align-items: center; }

.promo-coupon__info-btn svg {
  width: 16px;
  height: 16px; }

@media (min-width: 576px) {
  .promo-coupon__info-btn svg {
    width: 20px;
    height: 20px; } }

.promo-coupon__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px; }

.promo-coupon__meta {
  display: flex;
  flex-direction: column;
  gap: 2px;
  font-family: var(--skin-layout-text-font);
  font-size: 11px;
  font-weight: 400;
  line-height: 15px;
  color: #333; }

@media (min-width: 576px) {
  .promo-coupon__meta {
    font-size: 12px;
    line-height: 16px; } }

.promo-coupon__code-row {
  display: flex;
  align-items: center;
  gap: 2px;
  white-space: nowrap; }

.promo-coupon__code-val {
  font-weight: 600; }

.promo-coupon__save {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 3px 10px;
  border-radius: 9999px;
  background: #93817c;
  color: #fff;
  border: none;
  cursor: pointer;
  font-family: var(--skin-layout-text-font);
  font-size: 11px;
  font-weight: 500;
  line-height: 20px;
  white-space: nowrap;
  transition: background 0.2s; }

@media (min-width: 576px) {
  .promo-coupon__save {
    padding: 4px 14px;
    font-size: 14px; } }

.promo-coupon__save:hover {
  background: #7a6b67; }

.promo-coupon__save.is-copied {
  background: #bac5af; }

/* ---- Promo Flash Deal ---- */
.section-promo-flash {
  background: #f2f2f5;
  overflow: hidden; }

.promo-flash__head {
  position: relative;
  min-height: 90px;
  display: flex;
  align-items: center; }

@media (min-width: 576px) {
  .promo-flash__head {
    min-height: 130px; } }

@media (min-width: 992px) {
  .promo-flash__head {
    min-height: 176px; } }

.promo-flash__head-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.promo-flash__head-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.7; }

.promo-flash__head-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(105.96deg, rgba(247, 223, 217, 0.7) 22.54%, rgba(220, 193, 187, 0.7) 81.26%), linear-gradient(90deg, rgba(51, 51, 51, 0.3) 0%, rgba(51, 51, 51, 0.3) 100%); }

.promo-flash__head-inner {
  position: relative;
  z-index: 2;
  width: 100%; }

.promo-flash__container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 16px; }

@media (min-width: 992px) {
  .promo-flash__container {
    padding: 0 80px; } }

.promo-flash__head .promo-flash__container {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 28px;
  padding-bottom: 28px; }

@media (min-width: 576px) {
  .promo-flash__head .promo-flash__container {
    gap: 12px;
    padding-top: 44px;
    padding-bottom: 44px; } }

@media (min-width: 992px) {
  .promo-flash__head .promo-flash__container {
    padding-top: 64px;
    padding-bottom: 64px; } }

.promo-flash__head-icon {
  display: flex;
  align-items: center;
  flex-shrink: 0; }

.promo-flash__head-icon svg {
  width: 24px;
  height: 24px; }

@media (min-width: 576px) {
  .promo-flash__head-icon svg {
    width: 36px;
    height: 36px; } }

@media (min-width: 992px) {
  .promo-flash__head-icon svg {
    width: 48px;
    height: 48px; } }

.promo-flash__head-title {
  font-family: var(--skin-layout-title-font);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.3px;
  color: #333;
  margin: 0;
  white-space: nowrap; }

@media (min-width: 576px) {
  .promo-flash__head-title {
    font-size: 22px; } }

@media (min-width: 992px) {
  .promo-flash__head-title {
    font-size: 32px;
    line-height: 40px; } }

.promo-flash__body {
  padding: 16px 0 24px; }

@media (min-width: 992px) {
  .promo-flash__body {
    padding: 20px 0 32px; } }

.promo-flash__slider-wrap {
  position: relative; }

.promo-flash__swiper {
  width: 100%;
  overflow: hidden; }

.promo-flash__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 4px;
  border-radius: 9999px;
  border: 1px solid #333;
  background: none;
  cursor: pointer;
  transition: border-color 0.2s; }

@media (min-width: 992px) {
  .promo-flash__arrow {
    display: flex; } }

.promo-flash__arrow--prev {
  left: -4px; }

.promo-flash__arrow--next {
  right: -4px; }

.promo-flash__arrow:hover {
  border-color: #93817c; }

.promo-flash__arrow.swiper-button-disabled {
  opacity: 0.35;
  cursor: default; }

.promo-flash__arrow-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fff;
  color: #333; }

.promo-flash__arrow-inner svg {
  width: 20px;
  height: 20px;
  display: block; }

/* ---- Promo Product Groups ---- */
.section-promo-group {
  background: #f2f2f5;
  overflow: hidden; }

.promo-group__head {
  position: relative;
  min-height: 90px;
  display: flex;
  align-items: center; }

@media (min-width: 576px) {
  .promo-group__head {
    min-height: 130px; } }

@media (min-width: 992px) {
  .promo-group__head {
    min-height: 176px; } }

.promo-group__head-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.promo-group__head-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.7; }

.promo-group__head-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(105.96deg, rgba(247, 223, 217, 0.7) 22.54%, rgba(220, 193, 187, 0.7) 81.26%), linear-gradient(90deg, rgba(51, 51, 51, 0.3) 0%, rgba(51, 51, 51, 0.3) 100%); }

.promo-group__head-inner {
  position: relative;
  z-index: 2;
  width: 100%; }

.promo-group__container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 16px; }

@media (min-width: 992px) {
  .promo-group__container {
    padding: 0 80px; } }

.promo-group__head .promo-group__container {
  padding-top: 28px;
  padding-bottom: 28px; }

@media (min-width: 576px) {
  .promo-group__head .promo-group__container {
    padding-top: 44px;
    padding-bottom: 44px; } }

@media (min-width: 992px) {
  .promo-group__head .promo-group__container {
    padding-top: 64px;
    padding-bottom: 64px; } }

.promo-group__head-content {
  display: flex;
  align-items: center;
  gap: 10px; }

@media (min-width: 576px) {
  .promo-group__head-content {
    gap: 12px; } }

.promo-group__head-icon {
  display: flex;
  align-items: center;
  flex-shrink: 0; }

.promo-group__head-icon svg {
  width: 22px;
  height: 22px; }

@media (min-width: 576px) {
  .promo-group__head-icon svg {
    width: 32px;
    height: 32px; } }

@media (min-width: 992px) {
  .promo-group__head-icon svg {
    width: 48px;
    height: 48px; } }

.promo-group__head-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0; }

.promo-group__title {
  font-family: var(--skin-layout-title-font);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.3px;
  color: #333;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

@media (min-width: 576px) {
  .promo-group__title {
    font-size: 22px; } }

@media (min-width: 992px) {
  .promo-group__title {
    font-size: 32px;
    line-height: 40px; } }

.promo-group__sub {
  font-family: var(--skin-layout-text-font);
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: #333;
  margin: 0; }

@media (min-width: 992px) {
  .promo-group__sub {
    font-size: 16px;
    line-height: 24px; } }

.promo-group__body {
  padding: 16px 0 24px; }

@media (min-width: 992px) {
  .promo-group__body {
    padding: 20px 0 32px; } }

.promo-group__mobile-slider {
  display: block;
  overflow: hidden; }

.promo-group__swiper {
  width: 100%;
  overflow: hidden; }

@media (min-width: 992px) {
  .promo-group__mobile-slider {
    display: none; } }

.promo-group__desktop-grid {
  display: none; }

@media (min-width: 992px) {
  .promo-group__desktop-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px; } }

.promo-group__grid-item {
  min-width: 0; }

/* ---- Promo Register Form ---- */
.section-promo-register {
  position: relative;
  min-height: 400px;
  display: flex;
  align-items: center;
  overflow: hidden; }

@media (min-width: 992px) {
  .section-promo-register {
    min-height: 500px; } }

.promo-register__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.promo-register__bg-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden; }

.promo-register__bg-img img {
  width: 122%;
  height: 106%;
  object-fit: cover;
  position: absolute;
  top: -4%;
  left: -1%; }

.promo-register__bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(51, 51, 51, 0.3); }

.promo-register__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 32px 16px; }

@media (min-width: 992px) {
  .promo-register__inner {
    padding: 32px 80px; } }

.promo-register__card {
  width: 100%;
  max-width: 630px;
  padding: 24px 20px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid #fff;
  display: flex;
  flex-direction: column;
  gap: 24px; }

@media (min-width: 992px) {
  .promo-register__card {
    padding: 32px; } }

.promo-register__heading {
  display: flex;
  flex-direction: column;
  gap: 8px; }

.promo-register__title {
  font-family: var(--skin-layout-title-font);
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -0.3px;
  color: #333;
  margin: 0; }

@media (min-width: 992px) {
  .promo-register__title {
    font-size: 32px; } }

.promo-register__desc {
  font-family: var(--skin-layout-text-font);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.2px;
  color: #333;
  margin: 0; }

.promo-register__form {
  display: flex;
  flex-direction: column;
  gap: 16px; }

.promo-register__fields {
  display: flex;
  flex-direction: column;
  gap: 16px; }

.promo-register__row {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: stretch; }

@media (min-width: 576px) {
  .promo-register__row {
    flex-direction: row;
    gap: 16px; } }

.promo-register__row .promo-register__input {
  flex: 1;
  min-width: 0; }

.promo-register__row .promo-register__field-wrap {
  flex: 1;
  min-width: 0; }

.promo-register__input {
  width: 100%;
  height: 52px;
  padding: 16px;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid #fff;
  font-family: var(--skin-layout-text-font);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.2px;
  color: #333;
  outline: none;
  transition: border-color 0.2s, background 0.2s;
  -webkit-appearance: none;
  appearance: none; }

.promo-register__input::placeholder {
  color: #333;
  opacity: 1; }

.promo-register__input:focus {
  background: rgba(255, 255, 255, 0.9);
  border-color: rgba(255, 255, 255, 0.8); }

.promo-register__textarea {
  width: 100%;
  height: 104px;
  padding: 16px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid #fff;
  font-family: var(--skin-layout-text-font);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.2px;
  color: #333;
  outline: none;
  resize: none;
  transition: border-color 0.2s, background 0.2s; }

.promo-register__textarea::placeholder {
  color: #333;
  opacity: 1; }

.promo-register__textarea:focus {
  background: rgba(255, 255, 255, 0.9);
  border-color: rgba(255, 255, 255, 0.8); }

.promo-register__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 24px;
  height: 40px;
  border-radius: 9999px;
  background: #333;
  color: #fff;
  border: none;
  cursor: pointer;
  font-family: var(--skin-layout-text-font);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.2px;
  white-space: nowrap;
  align-self: flex-start;
  transition: opacity 0.2s; }

.promo-register__btn:hover {
  opacity: 0.85; }

.promo-register__btn.is-loading {
  opacity: 0.6;
  pointer-events: none; }

.promo-register__btn.is-success {
  background: #bac5af; }

/* ---- Register Toast (center modal) ---- */
.register-toast {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease; }

.register-toast.is-show {
  opacity: 1;
  visibility: visible; }

/* Backdrop */
.register-toast::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px); }

.register-toast__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 40px 32px 32px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.18);
  width: 100%;
  max-width: 400px;
  text-align: center;
  transform: scale(0.92) translateY(12px);
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1); }

.register-toast.is-show .register-toast__inner {
  transform: scale(1) translateY(0); }

.register-toast__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #f0f5ee;
  flex-shrink: 0; }
  .register-toast__icon svg {
    width: 32px;
    height: 32px;
    display: block; }

.register-toast__info {
  display: flex;
  flex-direction: column;
  gap: 6px; }

.register-toast__title {
  font-family: var(--skin-layout-title-font);
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  color: #333;
  margin: 0; }

.register-toast__msg {
  font-family: var(--skin-layout-text-font);
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #666;
  margin: 0; }

.register-toast__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 32px;
  height: 44px;
  border-radius: 9999px;
  background: #333;
  color: #fff;
  border: none;
  cursor: pointer;
  font-family: var(--skin-layout-text-font);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  transition: opacity 0.2s; }
  .register-toast__close svg {
    display: none; }

.register-toast__close:hover {
  opacity: 0.85; }

/* Close X button (top-right) */
.register-toast__close-x {
  position: absolute;
  top: 12px;
  right: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: none;
  border: none;
  cursor: pointer;
  color: #bbb;
  border-radius: 8px;
  transition: background 0.15s, color 0.15s; }

.register-toast__close-x:hover {
  background: #f5f5f5;
  color: #333; }

@media (max-width: 767px) {
  .register-toast__inner {
    padding: 32px 24px 24px;
    max-width: 340px; }
  .register-toast__title {
    font-size: 18px; } }

/* ---- Register Form Validation ---- */
.promo-register__field-wrap {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
  min-width: 0; }

.promo-register__row .promo-register__field-wrap {
  flex: 1; }

.promo-register__error {
  font-family: var(--skin-layout-text-font);
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  color: #ef4444;
  padding-left: 12px;
  min-height: 16px;
  display: block; }

.promo-register__input.is-error,
.promo-register__textarea.is-error {
  border-color: rgba(239, 68, 68, 0.6);
  background: rgba(255, 255, 255, 0.85); }

.promo-register__input.is-error:focus,
.promo-register__textarea.is-error:focus {
  border-color: rgba(239, 68, 68, 0.8); }

.promo-register__input.is-valid {
  border-color: rgba(186, 197, 175, 0.8); }

/* ========================================= */
/* PROMOTION PAGE — EFFECTS & ANIMATIONS     */
/* ========================================= */
/* ---- 2. Countdown Flip Animation ---- */
@keyframes promo-flip-in {
  0% {
    transform: rotateX(-90deg);
    opacity: 0; }
  100% {
    transform: rotateX(0deg);
    opacity: 1; } }

.promo-flip-box {
  perspective: 200px; }

.promo-flip-box.is-flipping .promo-info__timer-num {
  animation: promo-flip-in 0.3s ease forwards; }

/* ---- 3. Coupon hover effect ---- */
.promo-coupon {
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  cursor: pointer; }

.promo-coupon:hover {
  transform: translateY(-3px) scale(1.01);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12); }

/* Copy success burst */
@keyframes promo-burst {
  0% {
    transform: scale(1); }
  30% {
    transform: scale(1.15); }
  60% {
    transform: scale(0.95); }
  100% {
    transform: scale(1); } }

.promo-coupon__save.is-burst {
  animation: promo-burst 0.4s ease forwards; }

/* Floating particles on copy */
.promo-particle {
  position: fixed;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  pointer-events: none;
  z-index: 9999;
  animation: promo-particle-fly 0.8s ease forwards; }

@keyframes promo-particle-fly {
  0% {
    opacity: 1;
    transform: translate(0, 0) scale(1); }
  100% {
    opacity: 0;
    transform: translate(var(--dx), var(--dy)) scale(0); } }

/* ---- 4. BST stagger — handled by data-reveal on each card ---- */
/* Cards already have data-reveal="fade-up" with stagger delays */
/* ---- 5. Promo section scroll reveal ---- */
.section-promo-flash .promo-flash__head[data-reveal],
.section-promo-flash .promo-flash__body[data-reveal] {
  /* Uses shared [data-reveal] CSS from general.scss */ }

/* ========================================= */
/* CONTACT PAGE (page.contact.liquid)        */
/* ========================================= */
/* ---- Contact Hero ---- */
.contact-hero {
  position: relative;
  width: 100%;
  display: flex;
  align-items: flex-end;
  overflow: hidden; }
  @media (min-width: 992px) {
    .contact-hero {
      min-height: 550px; } }

.contact-hero__media {
  position: absolute;
  inset: 0; }
  .contact-hero__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block; }

.contact-hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(51, 51, 51, 0.5); }

.contact-hero__cards-wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 24px 0 32px; }
  @media (min-width: 576px) {
    .contact-hero__cards-wrap {
      padding: 32px 0 40px; } }
  @media (min-width: 992px) {
    .contact-hero__cards-wrap {
      padding: 64px 0; } }

.contact-hero__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 16px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px; }
  @media (min-width: 576px) {
    .contact-hero__inner {
      grid-template-columns: repeat(2, 1fr);
      gap: 12px;
      padding: 0 24px; } }
  @media (min-width: 992px) {
    .contact-hero__inner {
      grid-template-columns: repeat(4, 1fr);
      gap: 20px;
      padding: 0 80px; } }

.contact-hero__card {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 16px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid #fff;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px); }
  @media (min-width: 992px) {
    .contact-hero__card {
      padding: 24px; } }

.contact-hero__card-icon {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center; }
  .contact-hero__card-icon svg {
    width: 32px;
    height: 32px;
    display: block; }
  @media (min-width: 992px) {
    .contact-hero__card-icon {
      width: 40px;
      height: 40px; }
      .contact-hero__card-icon svg {
        width: 40px;
        height: 40px; } }

.contact-hero__card-body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  flex: 1; }
  @media (min-width: 992px) {
    .contact-hero__card-body {
      gap: 16px; } }

.contact-hero__card-title-row {
  padding: 8px 0;
  border-bottom: 1px solid #fff;
  width: 100%; }
  @media (min-width: 992px) {
    .contact-hero__card-title-row {
      padding: 12px 0; } }

.contact-hero__card-title {
  font-family: var(--skin-layout-title-font);
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.2px;
  color: #fff;
  white-space: nowrap;
  margin: 0; }
  @media (min-width: 992px) {
    .contact-hero__card-title {
      font-size: 16px; } }

.contact-hero__card-text {
  font-family: var(--skin-layout-text-font);
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
  color: #fff;
  margin: 0; }
  @media (min-width: 992px) {
    .contact-hero__card-text {
      font-size: 14px; } }
  .contact-hero__card-text p {
    margin: 0;
    line-height: 20px; }

/* ---- Contact Gallery ---- */
.section-contact-gallery {
  background: #f2f2f5;
  padding: 40px 0; }
  @media (min-width: 992px) {
    .section-contact-gallery {
      padding: 64px 0; } }

.contact-gallery__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  gap: 24px; }
  @media (min-width: 992px) {
    .contact-gallery__inner {
      padding: 0 80px;
      gap: 32px; } }

.contact-gallery__heading {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  text-align: center; }

.contact-gallery__title {
  font-family: var(--skin-layout-title-font);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.5px;
  color: #333;
  margin: 0; }
  @media (min-width: 576px) {
    .contact-gallery__title {
      font-size: 30px; } }
  @media (min-width: 992px) {
    .contact-gallery__title {
      font-size: 40px;
      line-height: 48px; } }

.contact-gallery__subtitle {
  font-family: var(--skin-layout-text-font);
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.2px;
  color: #333;
  margin: 0; }
  @media (min-width: 992px) {
    .contact-gallery__subtitle {
      font-size: 16px; } }

/* Desktop mosaic — chỉ hiện từ 992px */
.contact-gallery__mosaic {
  display: none; }
  @media (min-width: 992px) {
    .contact-gallery__mosaic {
      display: flex;
      gap: 20px;
      align-items: flex-start;
      width: 100%; } }

/* Cột trái: cố định 305px */
/* Cột phải: flex-1 chiếm phần còn lại (~955px) */
/* Cột mini: cố định 305px, xếp dọc 2 ảnh */
.contact-gallery__col {
  display: flex;
  flex-direction: column;
  gap: 20px; }
  .contact-gallery__col--left {
    flex: 0 0 305px;
    width: 305px; }
  .contact-gallery__col--right {
    flex: 1;
    min-width: 0; }
  .contact-gallery__col--mini {
    flex: 0 0 305px;
    width: 305px; }

.contact-gallery__row {
  display: flex;
  gap: 20px;
  align-items: flex-start; }

.contact-gallery__item {
  border-radius: 16px;
  overflow: hidden;
  flex-shrink: 0;
  /* Figma sizes — dùng aspect-ratio để giữ tỷ lệ đúng khi responsive */ }
  .contact-gallery__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .contact-gallery__item:hover img {
    transform: scale(1.04); }
  .contact-gallery__item--small-sq {
    width: 305px;
    aspect-ratio: 1 / 1; }
  .contact-gallery__item--tall-rect {
    width: 305px;
    aspect-ratio: 305 / 631; }
  .contact-gallery__item--big-sq {
    width: 630px;
    aspect-ratio: 1 / 1; }
  .contact-gallery__item--wide-rect {
    flex: 1;
    aspect-ratio: 630 / 305; }

/* Mobile 2-col grid */
.contact-gallery__mobile-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px; }
  @media (min-width: 576px) {
    .contact-gallery__mobile-grid {
      gap: 12px; } }
  @media (min-width: 992px) {
    .contact-gallery__mobile-grid {
      display: none; } }

.contact-gallery__mobile-item {
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 1 / 1; }
  .contact-gallery__mobile-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block; }
  .contact-gallery__mobile-item:last-child:nth-child(odd) {
    grid-column: 1 / -1;
    aspect-ratio: 2 / 1; }

/* ---- Contact Form ---- */
.section-contact-form {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 40px 0; }
  @media (min-width: 992px) {
    .section-contact-form {
      padding: 0;
      min-height: 630px; } }

.contact-form__media {
  position: absolute;
  inset: 0; }
  .contact-form__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block; }

.contact-form__overlay {
  position: absolute;
  inset: 0;
  background: rgba(51, 51, 51, 0.3); }

.contact-form__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 16px;
  display: flex;
  justify-content: center; }
  @media (min-width: 992px) {
    .contact-form__inner {
      padding: 32px 80px;
      justify-content: flex-end; } }

.contact-form__card {
  width: 100%;
  padding: 24px 20px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid #fff;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  display: flex;
  flex-direction: column;
  gap: 20px; }
  @media (min-width: 576px) {
    .contact-form__card {
      max-width: 520px; } }
  @media (min-width: 992px) {
    .contact-form__card {
      max-width: 630px;
      padding: 32px;
      gap: 24px; } }

.contact-form__card-head {
  display: flex;
  flex-direction: column;
  gap: 8px; }

.contact-form__card-title {
  font-family: var(--skin-layout-title-font);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.3px;
  color: #333;
  margin: 0; }
  @media (min-width: 992px) {
    .contact-form__card-title {
      font-size: 32px;
      line-height: 40px; } }

.contact-form__form {
  display: flex;
  flex-direction: column;
  gap: 16px; }

.contact-form__fields {
  display: flex;
  flex-direction: column;
  gap: 12px; }
  @media (min-width: 992px) {
    .contact-form__fields {
      gap: 16px; } }

.contact-form__row {
  display: flex;
  flex-direction: column;
  gap: 12px; }
  @media (min-width: 576px) {
    .contact-form__row {
      flex-direction: row;
      gap: 16px; } }

.contact-form__field {
  flex: 1;
  min-width: 0; }

.contact-form__input,
.contact-form__textarea {
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid #fff;
  border-radius: 9999px;
  padding: 14px 16px;
  font-family: var(--skin-layout-text-font);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.2px;
  color: #333;
  outline: none;
  transition: border-color 0.2s, background 0.2s; }
  .contact-form__input::placeholder,
  .contact-form__textarea::placeholder {
    color: #333;
    opacity: 0.7; }
  .contact-form__input:focus,
  .contact-form__textarea:focus {
    border-color: var(--skin-layout-color-brand);
    background: rgba(255, 255, 255, 0.9); }
  @media (min-width: 992px) {
    .contact-form__input,
    .contact-form__textarea {
      padding: 16px; } }

.contact-form__textarea {
  border-radius: 8px;
  resize: vertical;
  min-height: 104px; }

.contact-form__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  padding: 8px 24px;
  border-radius: 9999px;
  background: #333;
  color: #fff;
  border: none;
  font-family: var(--skin-layout-text-font);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.2px;
  cursor: pointer;
  white-space: nowrap;
  transition: opacity 0.2s; }
  .contact-form__submit:hover {
    opacity: 0.85; }
  .contact-form__submit:disabled {
    opacity: 0.6;
    cursor: not-allowed; }

.contact-form__success {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  border-radius: 8px;
  background: #d4edda;
  border: 1px solid #c3e6cb;
  font-family: var(--skin-layout-text-font);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #155724; }
  .contact-form__success svg {
    flex-shrink: 0; }

/* ========================================= */
/* BLOG PAGE (blog.liquid)                   */
/* ========================================= */
.blog-page {
  background: #f2f2f5; }

/* ---- Blog Featured ---- */
.blog-featured {
  background: #fff;
  border-bottom: 1px solid #ededed; }

.blog-featured__head {
  border-bottom: 1px solid #ededed; }

.blog-featured__head-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 24px 16px; }
  @media (min-width: 992px) {
    .blog-featured__head-inner {
      padding: 32px 80px; } }

.blog-featured__head-title {
  font-family: var(--skin-layout-title-font);
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.2px;
  color: #333;
  margin: 0; }
  @media (min-width: 992px) {
    .blog-featured__head-title {
      font-size: 24px; } }

.blog-featured__body {
  padding: 24px 0 32px; }
  @media (min-width: 992px) {
    .blog-featured__body {
      padding: 32px 0 64px; } }

.blog-featured__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  gap: 20px; }
  @media (min-width: 992px) {
    .blog-featured__inner {
      padding: 0 80px;
      gap: 32px; } }

.blog-featured__swiper {
  width: 100%;
  overflow: hidden; }

.blog-featured__pagination {
  display: flex;
  justify-content: center;
  gap: 4px; }
  .blog-featured__pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 9999px;
    background: #333;
    opacity: 0.4;
    cursor: pointer;
    transition: width 0.3s, opacity 0.3s; }
  .blog-featured__pagination .swiper-pagination-bullet-active {
    width: 48px;
    opacity: 1; }

.blog-featured__card {
  display: block;
  text-decoration: none;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 4 / 3; }
  @media (min-width: 576px) {
    .blog-featured__card {
      aspect-ratio: 16 / 9; } }
  @media (min-width: 992px) {
    .blog-featured__card {
      aspect-ratio: unset;
      height: 450px; } }

.blog-featured__card-media {
  position: absolute;
  inset: 0; }
  .blog-featured__card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.blog-featured__card:hover .blog-featured__card-media img {
  transform: scale(1.04); }

.blog-featured__card-overlay {
  position: absolute;
  inset: 0;
  background: rgba(51, 51, 51, 0.15); }

.blog-featured__card-content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 24px; }
  @media (min-width: 992px) {
    .blog-featured__card-content {
      padding: 40px;
      gap: 8px; } }

.blog-featured__card-title {
  font-family: var(--skin-layout-title-font);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.2px;
  color: #fff;
  margin: 0; }
  @media (min-width: 576px) {
    .blog-featured__card-title {
      font-size: 18px; } }
  @media (min-width: 992px) {
    .blog-featured__card-title {
      font-size: 24px;
      line-height: 32px; } }

.blog-featured__card-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 20px;
  border-radius: 9999px;
  background: #333;
  color: #fff;
  font-family: var(--skin-layout-text-font);
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  white-space: nowrap;
  transition: opacity 0.2s; }
  @media (min-width: 992px) {
    .blog-featured__card-btn {
      padding: 8px 24px;
      font-size: 14px; } }

.blog-featured__card:hover .blog-featured__card-btn {
  opacity: 0.85; }

/* ---- Blog List ---- */
.blog-list {
  padding: 40px 0 64px; }
  @media (min-width: 992px) {
    .blog-list {
      padding: 64px 0; } }

.blog-list__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  gap: 24px; }
  @media (min-width: 992px) {
    .blog-list__inner {
      padding: 0 80px;
      gap: 32px; } }

.blog-list__heading {
  text-align: center; }

.blog-list__title {
  font-family: var(--skin-layout-title-font);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.5px;
  color: #333;
  margin: 0; }
  @media (min-width: 576px) {
    .blog-list__title {
      font-size: 30px; } }
  @media (min-width: 992px) {
    .blog-list__title {
      font-size: 40px;
      line-height: 48px; } }

/* Filter tags */
.blog-list__filters {
  display: flex;
  align-items: center;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 4px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none; }
  .blog-list__filters::-webkit-scrollbar {
    display: none; }
  @media (min-width: 768px) {
    .blog-list__filters {
      flex-wrap: wrap;
      justify-content: center;
      overflow-x: visible;
      padding-bottom: 0;
      gap: 12px; } }

.blog-list__filter-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 4px 16px 4px 4px;
  flex-shrink: 0;
  border-radius: 9999px;
  border: 1px solid #333;
  background: #fff;
  color: #333;
  text-decoration: none;
  font-family: var(--skin-layout-text-font);
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.2px;
  white-space: nowrap;
  transition: background 0.2s; }
  .blog-list__filter-btn.is-active {
    background: #f7dfd9; }
  .blog-list__filter-btn:hover {
    background: #f7dfd9;
    color: #333; }

.blog-list__filter-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #93817c;
  color: #fff;
  flex-shrink: 0; }
  .blog-list__filter-icon svg {
    width: 20px;
    height: 20px; }

.blog-list__filter-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 48px;
  padding: 4px 16px;
  flex-shrink: 0;
  border-radius: 9999px;
  border: 1px solid #bbb;
  background: #fff;
  color: #333;
  text-decoration: none;
  font-family: var(--skin-layout-text-font);
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.2px;
  white-space: nowrap;
  transition: border-color 0.2s, background 0.2s, padding 0.2s; }
  .blog-list__filter-tag.is-active {
    border-color: #333;
    background: #f7dfd9;
    padding-right: 4px; }
  .blog-list__filter-tag:hover {
    border-color: #333;
    color: #333; }
  @media (min-width: 992px) {
    .blog-list__filter-tag {
      font-size: 16px; } }

/* Blog card grid */
.blog-list__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px; }
  @media (min-width: 576px) {
    .blog-list__grid {
      gap: 16px; } }
  @media (min-width: 768px) {
    .blog-list__grid {
      grid-template-columns: repeat(3, 1fr); } }
  @media (min-width: 992px) {
    .blog-list__grid {
      grid-template-columns: repeat(4, 1fr);
      gap: 20px; } }

.blog-list__grid-item {
  display: flex; }
  .blog-list__grid-item .article-loop {
    width: 100%; }

/* Pagination */
.blog-list__pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap; }

.blog-pagination__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 9999px;
  font-family: var(--skin-layout-text-font);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: #333;
  border: 1px solid #333;
  background: #fff;
  transition: background 0.2s, color 0.2s; }
  .blog-pagination__btn.is-active {
    background: #333;
    color: #fff; }
  .blog-pagination__btn:hover:not(.is-active) {
    background: #f7dfd9;
    color: #333; }

.blog-list__empty {
  text-align: center;
  color: #999;
  font-family: var(--skin-layout-text-font);
  font-size: 14px;
  padding: 40px 0; }

/* ========================================= */
/* ARTICLE PAGE (article.liquid)             */
/* ========================================= */
.article-page {
  background: #f2f2f5; }

/* ---- Article Body ---- */
.article-body {
  background: #fff;
  padding: 40px 0 48px; }
  @media (min-width: 992px) {
    .article-body {
      padding: 64px 0; } }

.article-body__inner {
  max-width: 886px;
  margin: 0 auto;
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  gap: 24px; }
  @media (min-width: 576px) {
    .article-body__inner {
      padding: 0 24px; } }
  @media (min-width: 992px) {
    .article-body__inner {
      padding: 0 40px;
      gap: 32px; } }
  @media (min-width: 1200px) {
    .article-body__inner {
      padding: 0; } }

/* Header: title + meta */
.article-body__header {
  display: flex;
  flex-direction: column;
  gap: 16px; }

.article-body__title {
  font-family: var(--skin-layout-title-font);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.3px;
  color: #333;
  margin: 0; }
  @media (min-width: 576px) {
    .article-body__title {
      font-size: 28px; } }
  @media (min-width: 992px) {
    .article-body__title {
      font-size: 32px;
      line-height: 40px; } }

.article-body__meta {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start; }
  @media (min-width: 576px) {
    .article-body__meta {
      flex-direction: row;
      align-items: center;
      gap: 12px;
      flex-wrap: wrap; } }

.article-body__tags {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap; }

.article-body__tag {
  display: inline-flex;
  align-items: center;
  padding: 6px 16px;
  border-radius: 9999px;
  background: #93817c;
  color: #fff;
  font-family: var(--skin-layout-text-font);
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0;
  white-space: nowrap; }
  @media (min-width: 992px) {
    .article-body__tag {
      font-size: 14px; } }

.article-body__meta-info {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-wrap: wrap; }

.article-body__meta-item {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-family: var(--skin-layout-text-font);
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0;
  color: #333;
  padding: 6px 8px; }
  .article-body__meta-item svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0; }
  @media (min-width: 992px) {
    .article-body__meta-item {
      font-size: 14px; } }

.article-body__meta-sep {
  display: none; }
  @media (min-width: 576px) {
    .article-body__meta-sep {
      display: block;
      width: 1px;
      height: 16px;
      background: #ededed;
      flex-shrink: 0;
      margin: 0 4px; } }

/* Content area */
.article-body__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-height: 400px;
  overflow: hidden;
  position: relative;
  transition: max-height 0.5s ease; }
  .article-body__content:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white);
    pointer-events: none;
    transition: opacity 0.3s; }
  .article-body__content.is-expanded {
    max-height: none; }
    .article-body__content.is-expanded:after {
      opacity: 0;
      pointer-events: none; }
  @media (min-width: 576px) {
    .article-body__content {
      max-height: 500px; } }
  @media (min-width: 992px) {
    .article-body__content {
      gap: 32px;
      max-height: 600px; } }

/* Hero image */
.article-body__hero-img {
  border-radius: 16px;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16 / 9; }
  @media (min-width: 992px) {
    .article-body__hero-img {
      aspect-ratio: unset;
      height: 480px; } }
  .article-body__hero-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block; }

/* RTE content */
.article-body__rte {
  font-family: var(--skin-layout-text-font);
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.2px;
  color: #333; }
  @media (min-width: 992px) {
    .article-body__rte {
      font-size: 16px; } }
  .article-body__rte p {
    margin: 0 0 16px; }
    .article-body__rte p:last-child {
      margin: 0; }
  .article-body__rte h2, .article-body__rte h3, .article-body__rte h4 {
    font-family: var(--skin-layout-title-font);
    font-weight: 700;
    color: #333;
    margin: 24px 0 8px;
    letter-spacing: -0.2px; }
  .article-body__rte h2 {
    font-size: 20px;
    line-height: 28px; }
    @media (min-width: 992px) {
      .article-body__rte h2 {
        font-size: 24px;
        line-height: 32px; } }
  .article-body__rte h3 {
    font-size: 17px;
    line-height: 24px; }
    @media (min-width: 992px) {
      .article-body__rte h3 {
        font-size: 20px;
        line-height: 28px; } }
  .article-body__rte h4 {
    font-size: 15px;
    line-height: 22px; }
    @media (min-width: 992px) {
      .article-body__rte h4 {
        font-size: 16px;
        line-height: 24px; } }
  .article-body__rte img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 16px;
    margin: 16px 0;
    object-fit: cover; }
  .article-body__rte ul, .article-body__rte ol {
    padding-left: 20px;
    margin: 0 0 16px; }
  .article-body__rte li {
    margin-bottom: 6px; }
  .article-body__rte blockquote {
    border-left: 4px solid #93817c;
    padding: 12px 16px;
    margin: 16px 0;
    background: #f7ede9;
    border-radius: 0 8px 8px 0;
    font-style: italic;
    color: #555; }
  .article-body__rte a {
    color: #93817c;
    text-decoration: underline; }
  .article-body__rte strong {
    font-weight: 700; }

/* Table of Contents */
.article-toc {
  background: #f7ede9;
  border: 1px solid #fff;
  border-radius: 12px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px; }

.article-toc__head {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%; }

.article-toc__label {
  flex: 1;
  min-width: 0;
  font-family: var(--skin-layout-title-font);
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.2px;
  color: #333; }

.article-toc__toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  background: none;
  border: none;
  cursor: pointer;
  color: #333;
  padding: 0;
  transition: opacity 0.2s; }
  .article-toc__toggle:hover {
    opacity: 0.6; }
  .article-toc__toggle svg {
    width: 20px;
    height: 20px;
    display: block; }

.article-toc__list {
  display: flex;
  flex-direction: column;
  gap: 8px; }

.article-toc__item {
  font-family: var(--skin-layout-text-font);
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.2px;
  color: #333;
  text-decoration: none;
  transition: color 0.15s; }
  .article-toc__item:hover {
    color: #93817c; }
  @media (min-width: 992px) {
    .article-toc__item {
      font-size: 16px; } }
  .article-toc__item--h3 {
    padding-left: 16px;
    font-weight: 400;
    font-size: 14px; }
    @media (min-width: 992px) {
      .article-toc__item--h3 {
        font-size: 15px; } }

/* Toggle button */
.article-body__toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  align-self: center;
  width: 100%;
  max-width: 280px;
  padding: 10px 24px;
  border-radius: 9999px;
  background: #fff;
  color: #333;
  border: 1px solid #333;
  font-family: var(--skin-layout-text-font);
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.2px;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.2s, color 0.2s; }
  @media (min-width: 576px) {
    .article-body__toggle {
      width: auto;
      max-width: none;
      font-size: 15px; } }
  @media (min-width: 992px) {
    .article-body__toggle {
      font-size: 16px; } }
  .article-body__toggle svg {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    transition: transform 0.3s ease; }
  .article-body__toggle:hover {
    background: #f5f5f5; }

/* ---- Article Related ---- */
.article-related {
  background: #f2f2f5;
  padding: 40px 0 64px; }
  @media (min-width: 992px) {
    .article-related {
      padding: 64px 0; } }

.article-related__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  gap: 24px; }
  @media (min-width: 992px) {
    .article-related__inner {
      padding: 0 80px;
      gap: 32px; } }

.article-related__heading {
  text-align: center; }

.article-related__title {
  font-family: var(--skin-layout-title-font);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.5px;
  color: #333;
  margin: 0; }
  @media (min-width: 576px) {
    .article-related__title {
      font-size: 30px; } }
  @media (min-width: 992px) {
    .article-related__title {
      font-size: 40px;
      line-height: 48px; } }

.article-related__slider-wrap {
  position: relative; }
  @media (min-width: 992px) {
    .article-related__slider-wrap {
      padding: 0 24px; } }

.article-related__swiper {
  width: 100%;
  overflow: hidden; }

.article-related__arrow {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
  padding: 4px;
  border-radius: 9999px;
  border: 1px solid #fff;
  background: none;
  cursor: pointer;
  transition: border-color 0.2s; }
  .article-related__arrow:hover {
    border-color: #93817c; }
  .article-related__arrow.swiper-button-disabled {
    opacity: 0.35;
    cursor: default; }
  @media (min-width: 992px) {
    .article-related__arrow {
      display: flex; } }
  .article-related__arrow--prev {
    left: -20px; }
  .article-related__arrow--next {
    right: -20px; }

.article-related__arrow-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fff;
  color: #333; }
  .article-related__arrow-inner svg {
    width: 20px;
    height: 20px;
    display: block; }

/* ========================================= */
/* ABOUT BESTSELLERS (about-bestsellers)     */
/* ========================================= */
.section-about-bestsellers {
  background: #f2f2f5;
  padding: 40px 0; }
  @media (min-width: 992px) {
    .section-about-bestsellers {
      padding: 64px 0; } }

.about-bestsellers__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center; }
  @media (min-width: 992px) {
    .about-bestsellers__inner {
      padding: 0 80px;
      gap: 32px; } }

.about-bestsellers__heading {
  text-align: center; }

.about-bestsellers__title {
  font-family: var(--skin-layout-title-font);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.5px;
  color: #333;
  margin: 0 0 8px; }
  @media (min-width: 576px) {
    .about-bestsellers__title {
      font-size: 30px; } }
  @media (min-width: 992px) {
    .about-bestsellers__title {
      font-size: 40px;
      line-height: 48px; } }

.about-bestsellers__subtitle {
  font-family: var(--skin-layout-text-font);
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.2px;
  color: #333;
  margin: 0; }
  @media (min-width: 992px) {
    .about-bestsellers__subtitle {
      font-size: 16px; } }

.about-bestsellers__slider-wrap {
  position: relative;
  width: 100%; }
  @media (min-width: 992px) {
    .about-bestsellers__slider-wrap {
      padding: 0 24px; } }

.about-bestsellers__swiper {
  width: 100%;
  overflow: hidden; }

.about-bestsellers__arrow {
  display: none;
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  z-index: 4;
  padding: 4px;
  border-radius: 9999px;
  border: 1px solid #fff;
  background: none;
  cursor: pointer;
  transition: border-color 0.2s; }
  .about-bestsellers__arrow:hover {
    border-color: #93817c; }
  .about-bestsellers__arrow.swiper-button-disabled {
    opacity: 0.35;
    cursor: default; }
  @media (min-width: 992px) {
    .about-bestsellers__arrow {
      display: flex; } }
  .about-bestsellers__arrow--prev {
    left: -20px; }
  .about-bestsellers__arrow--next {
    right: -20px; }

.about-bestsellers__arrow-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fff;
  color: #333; }
  .about-bestsellers__arrow-inner svg {
    width: 20px;
    height: 20px;
    display: block; }

.about-bestsellers__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 24px;
  border-radius: 9999px;
  background: #333;
  color: #fff;
  text-decoration: none;
  font-family: var(--skin-layout-text-font);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  white-space: nowrap;
  transition: opacity 0.2s; }
  .about-bestsellers__cta:hover {
    opacity: 0.85;
    color: #fff; }

/* ========================================= */
/* ABOUT CTA BANNER (about-cta-banner)       */
/* ========================================= */
.section-about-cta {
  padding: 40px 0; }
  @media (min-width: 992px) {
    .section-about-cta {
      padding: 64px 0 64px; } }

.about-cta__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 16px; }
  @media (min-width: 992px) {
    .about-cta__inner {
      padding: 0 80px; } }

.about-cta__card {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  justify-content: center;
  padding: 48px 24px;
  min-height: 240px; }
  @media (min-width: 992px) {
    .about-cta__card {
      padding: 80px;
      min-height: 300px; } }

.about-cta__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block; }

.about-cta__overlay {
  position: absolute;
  inset: 0;
  background: rgba(51, 51, 51, 0.25); }

.about-cta__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  width: 100%; }

.about-cta__title {
  font-family: var(--skin-layout-title-font);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.5px;
  color: #fff;
  margin: 0;
  text-align: center; }
  @media (min-width: 576px) {
    .about-cta__title {
      font-size: 30px; } }
  @media (min-width: 992px) {
    .about-cta__title {
      font-size: 40px;
      line-height: 48px; } }

.about-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 32px;
  border-radius: 9999px;
  background: #fff;
  color: #333;
  border: 1px solid #333;
  font-family: var(--skin-layout-text-font);
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.2px;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.2s, color 0.2s; }
  .about-cta__btn:hover {
    background: #f5f5f5;
    color: #333; }
  @media (min-width: 992px) {
    .about-cta__btn {
      font-size: 16px;
      padding: 16px 32px; } }

/* ========================================= */
/* PROMO COLLECTIONS V2 (banner + 2 cards)   */
/* ========================================= */
.section-promo-bst-v2 {
  background: #fff;
  padding: 40px 0; }
  @media (min-width: 992px) {
    .section-promo-bst-v2 {
      padding: 64px 0; } }

.promo-bst-v2__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  gap: 32px; }
  @media (min-width: 992px) {
    .promo-bst-v2__inner {
      flex-direction: row;
      align-items: center;
      gap: 48px;
      padding: 0 80px; } }

.promo-bst-v2__banner {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 4 / 3;
  flex-shrink: 0; }
  @media (min-width: 992px) {
    .promo-bst-v2__banner {
      flex: 1;
      aspect-ratio: unset;
      height: 497px; } }

.promo-bst-v2__banner-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block; }

.promo-bst-v2__banner-overlay {
  position: absolute;
  inset: 0;
  background: rgba(51, 51, 51, 0.15); }

.promo-bst-v2__right {
  display: flex;
  flex-direction: column;
  gap: 32px; }
  @media (min-width: 992px) {
    .promo-bst-v2__right {
      width: 630px;
      flex-shrink: 0;
      padding-top: 32px; } }

.promo-bst-v2__heading {
  display: flex;
  flex-direction: column;
  gap: 8px; }

.promo-bst-v2__title {
  font-family: var(--skin-layout-title-font);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.5px;
  color: #333;
  margin: 0; }
  @media (min-width: 576px) {
    .promo-bst-v2__title {
      font-size: 30px; } }
  @media (min-width: 992px) {
    .promo-bst-v2__title {
      font-size: 40px;
      line-height: 48px; } }

.promo-bst-v2__subtitle {
  font-family: var(--skin-layout-text-font);
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.2px;
  color: #333;
  margin: 0; }
  @media (min-width: 992px) {
    .promo-bst-v2__subtitle {
      font-size: 16px; } }

.promo-bst-v2__cards {
  display: flex;
  gap: 20px;
  align-items: center; }

.promo-bst-v2__card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  flex: 1;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: transform 0.3s ease; }
  .promo-bst-v2__card:hover {
    transform: translateY(-4px); }
  @media (min-width: 992px) {
    .promo-bst-v2__card {
      flex: 0 0 305px;
      width: 305px;
      height: 305px;
      aspect-ratio: unset; } }

.promo-bst-v2__card-bg {
  position: absolute;
  inset: 0; }
  .promo-bst-v2__card-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.promo-bst-v2__card:hover .promo-bst-v2__card-bg img {
  transform: scale(1.05); }

.promo-bst-v2__card-overlay {
  position: absolute;
  inset: 0;
  background: rgba(51, 51, 51, 0.2); }

.promo-bst-v2__card-content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 32px; }

.promo-bst-v2__card-name {
  font-family: var(--skin-layout-text-font);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.5px;
  color: #fff;
  margin: 0;
  text-align: center; }
  @media (min-width: 992px) {
    .promo-bst-v2__card-name {
      font-size: 32px;
      line-height: 40px; } }

.section-promo-group--1 .promo-group__head:not(.has-bg) .promo-group__head-overlay {
  background: transparent; }
