/* ===== GLOBAL HEADINGS — Design System ===== */
h1,
.h1 {
  font-size: 48px;
  font-weight: 650;
  line-height: 1.4;
  font-family: var(--fontHeading, 'Noto Sans', system-ui, sans-serif);
}

h2,
.h2,
.k88o__title,
.k88pr__title,
.k88ph__title,
.k88y__heading,
.k88jb__title,
.k88pt__title,
.k88hp__title,
.k88hc__title,
.k88w__title,
.k88r__title,
.k88gc__title,
.k88pdp__title {
  font-size: 32px !important;
  font-weight: 650 !important;
  line-height: 1.35;
  font-family: var(--fontHeading, 'Noto Sans', system-ui, sans-serif);
}

h3,
.h3 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.57;
  font-family: var(--fontHeading, 'Noto Sans', system-ui, sans-serif);
}

/* ===== RESPONSIVE FOUNDATION ===== */
/* Prevent horizontal overflow at all breakpoints */
html {
  overflow-x: clip;
  overflow-x: hidden;
  max-width: 100%;
  width: 100%;
}

/* NOTE: overflow-x: clip does NOT create a scroll container and does NOT promote
   overflow-y to auto, meaning position: sticky continues to work properly while
   preventing horizontal overflow and sideways drag on mobile touch devices. */
body {
  max-width: 100%;
  width: 100%;
  overflow-x: clip;
  background-color: var(--bg, #FDFBF7);
  font-weight: 300 !important;
}

body,
p,
li,
label,
.slide-desc,
.k88o__desc,
.k88pr__desc,
.k88ph__desc,
.k88y__desc,
.k88jb__desc,
.k88p__des {
  font-weight: 300;
}

/* Ensure images don't cause overflow */
img,
video,
iframe,
picture,
svg {
  max-width: 100%;
  height: auto;
}

/* Ensure grid containers don't overflow */
.container,
.container-fluid {
  max-width: 100%;
  padding-left: 16px;
  padding-right: 16px;
  box-sizing: border-box;
}

@media (min-width: 576px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 992px) {
  .container {
    padding-left: 60px;
    padding-right: 60px;
  }
}

/* Ensure Swiper doesn't overflow on mid-breakpoints */
.swiper {
  max-width: 100vw;
  overflow: hidden;
}

/* ===== ACCESSIBILITY FOUNDATION ===== */

/* Skip to content link */
.skip-to-content-link {
  position: absolute;
  top: -100%;
  left: 12px;
  z-index: 9999;
  padding: 12px 20px;
  background: var(--text, #111);
  color: #fff !important;
  font-size: 15px;
  font-weight: 600;
  border-radius: 0 0 4px 4px;
  text-decoration: none;
  transition: top .15s;
}

.skip-to-content-link:focus,
.skip-to-content-link:focus-visible {
  top: 0;
  outline: var(--focus-ring-width, 3px) solid var(--focus-ring, #1A56DB);
  outline-offset: var(--focus-ring-offset, 2px);
}

/* Visually hidden */
.visually-hidden:not(:focus):not(:active) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* Global focus-visible */
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
[tabindex]:focus-visible,
summary:focus-visible {
  outline: var(--focus-ring-width, 3px) solid var(--focus-ring, #1A56DB);
  outline-offset: var(--focus-ring-offset, 2px);
}

button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: var(--focus-ring-width, 3px) solid var(--focus-ring, #1A56DB) !important;
  outline-offset: var(--focus-ring-offset, 2px);
}

/* Touch target minimum */
.k88h-action,
.k88f__social-link,
.k88f__contact-link {
  min-width: var(--interactive-min-size, 44px);
  min-height: var(--interactive-min-size, 44px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* All interactive elements — ensure minimum touch target */
button,
a.k88h-action,
a.k88f__social-link,
a.k88f__contact-link,
.k88h-topbar__link,
.k88o__card-add,
.k88w__hero-card-add,
.k88c__quickadd,
.k88-card__add,
.k88h-header__hamburger,
.slide-btn,
.swiper-button-prev,
.swiper-button-next,
[role="button"] {
  min-width: var(--interactive-min-size, 44px);
  min-height: var(--interactive-min-size, 44px);
}

/* Exception: inline text links keep natural height but ensure min-width for tap area */
a[href]:not([class*="btn"]):not([class*="button"]):not([class*="card-add"]):not([class*="action"]):not([class*="__cta"]) {
  min-height: auto;
  min-width: auto;
}

/* Topbar links need explicit sizing */
.k88h-topbar__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-width: var(--interactive-min-size, 44px);
  min-height: var(--interactive-min-size, 44px);
  padding: 4px 8px;
}

/* Shared live region for announcements */
.k88-a11y-status {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* ===== SEARCH RESULTS: dual product + article blocks ===== */
.k88-search-section-title {
  margin: 8px 0 16px;
  font-size: 20px;
  font-weight: 800;
  color: #202020;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.k88-search-articles-mount {
  margin-top: 40px;
  padding-top: 8px;
}

.k88-search-articles__loading {
  margin: 12px 0;
  color: #747474;
  font-size: 14px;
}

.k88-search-articles__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
  flex-wrap: wrap;
}

.k88-search-articles__title {
  margin: 0;
  font-size: 20px;
  font-weight: 800;
  color: #202020;
  text-transform: uppercase;
}

.k88-search-articles__all {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--k88-cta-bg, #e65c3a);
  font-weight: 700;
  text-decoration: none;
  font-size: 14px;
  transition: color .2s, transform .2s;
}

.k88-search-articles__all:hover,
.k88-search-articles__all:focus-visible {
  color: var(--k88-cta-hover, #c44e2e);
}

.k88-search-articles__all span {
  transition: transform .2s;
}

.k88-search-articles__all:hover span,
.k88-search-articles__all:focus-visible span {
  transform: translateX(4px);
}

.k88-search-articles__grid {
  margin-left: -8px;
  margin-right: -8px;
}

/* ===== UNIFIED CTA BUTTON SYSTEM =====
   Canonical primary: #e65c3a (slider "This week collection")
   Hover: #c44e2e
   Scope: filled text CTAs / primary action buttons sitewide.
   Exclude: carousel arrows, qty steppers, pure icon chrome.
   ============================================================ */
:root {
  --k88-cta-bg: #e65c3a;
  --k88-cta-hover: #c44e2e;
  --k88-cta-color: #fff;
  --k88-cta-focus: rgba(230, 92, 58, 0.35);
}

/* Primary filled CTA */
.k88-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 32px;
  border: 0;
  border-radius: 4px;
  background: var(--k88-cta-bg);
  color: var(--k88-cta-color);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
  transition: background .2s, transform .15s, color .2s;
}

.k88-btn:hover,
.k88-btn:focus-visible {
  background: var(--k88-cta-hover);
  color: var(--k88-cta-color);
}

.k88-btn:active {
  transform: translateY(1px);
}

.k88-btn__arrow {
  transition: transform .2s;
}

.k88-btn:hover .k88-btn__arrow,
.k88-btn:focus-visible .k88-btn__arrow {
  transform: translateX(4px);
}

/* Secondary ghost/text CTA */
.k88-btn--outline {
  background: transparent;
  color: #1a1a1a;
  border: 0;
  padding: 14px 20px;
  font-weight: 500;
}

.k88-btn--outline:hover,
.k88-btn--outline:focus-visible {
  background: transparent;
  color: var(--k88-cta-bg);
}

.k88-btn--outline::after {
  content: '\2192';
  margin-left: 6px;
  transition: transform .2s;
}

.k88-btn--outline:hover::after,
.k88-btn--outline:focus-visible::after {
  transform: translateX(4px);
}

/* Large uppercase CTA (home CTA / gift / horeca size) — still primary salmon */
.k88-btn--dark {
  background: var(--k88-cta-bg);
  color: var(--k88-cta-color);
  border-radius: 5px;
  min-width: 276px;
  min-height: 56px;
  padding: 0 34px;
  font-size: 17px;
  font-weight: 900;
  text-transform: uppercase;
  gap: 22px;
}

.k88-btn--dark:hover,
.k88-btn--dark:focus-visible {
  background: var(--k88-cta-hover);
  color: var(--k88-cta-color);
}

/* Pill CTA (round, view-all style) */
.k88-btn--pill {
  border-radius: 30px;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: bold;
  background: var(--k88-cta-bg);
  color: var(--k88-cta-color);
}

.k88-btn--pill:hover,
.k88-btn--pill:focus-visible {
  background: var(--k88-cta-hover);
  color: var(--k88-cta-color);
}

@media (max-width: 767px) {
  .k88-btn {
    padding: 12px 24px;
    font-size: 14px;
  }

  .k88-btn--pill {
    padding: 8px 16px;
    font-size: 16px;
  }

  .k88-btn--dark {
    min-width: 228px;
    min-height: 52px;
    padding: 0 24px;
    font-size: 15px;
  }
}

/* New markup is hidden by default so desktop presentation remains unchanged. */
.k88h-header__search-toggle {
  display: none;
}

/* Mobile-only Kome88 navigation refresh.  This file loads after cus.css. */
@media (max-width: 991px) {
  .k88gc__step-num {
    display: none;
  }

  .k88h-topbar,
  .k88h-nav {
    display: none;
  }

  .k88h-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    padding: 8px 12px 0;
    background: transparent;
  }

  .k88h-header>.container {
    width: auto;
    max-width: none;
    padding: 0;
  }

  .k88h-header__main {
    position: relative;
    display: grid;
    grid-template-columns: minmax(44px, 1fr) auto minmax(44px, 1fr);
    align-items: center;
    min-height: 56px;
    gap: 8px;
    padding: 6px 8px;
    border: 1px solid rgba(255, 255, 255, .55);
    border-radius: 28px;
    background: rgba(255, 255, 255, .72);
    box-shadow: 0 8px 24px rgba(0, 0, 0, .10);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
  }

  .k88h-header__search-toggle {
    display: inline-flex;
    grid-column: 1;
    align-items: center;
    justify-content: center;
    justify-self: start;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: #342b25;
    cursor: pointer;
  }

  .k88h-header__search-toggle:focus-visible,
  .k88h-header__hamburger:focus-visible {
    outline: 2px solid #e65c3a;
    outline-offset: 2px;
  }

  .k88h-header__logo {
    grid-column: 2;
    grid-row: 1;
  }

  .k88h-header__logo-img {
    display: block;
    width: auto;
    max-width: 132px;
    max-height: 30px;
    height: auto;
  }

  .k88h-header__actions {
    display: flex;
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
    margin: 0;
    gap: 0;
  }

  .k88h-header__actions .k88h-action,
  .k88h-header__cta {
    display: none;
  }

  .k88h-header__hamburger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-width: 86px;
    min-height: 44px;
    padding: 0 8px;
    border-radius: 22px;
    color: #342b25;
  }

  .k88h-header__menu-label {
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .12em;
  }

  .k88h-header__menu-icon {
    display: grid;
    width: 18px;
    gap: 4px;
  }

  .k88h-header__menu-icon i {
    display: block;
    width: 18px;
    height: 2px;
    border-radius: 2px;
    background: currentColor;
    transform-origin: center;
    transition: transform .25s ease, opacity .2s ease;
  }

  .header-mobile-toggle[aria-expanded="true"] .k88h-header__menu-icon i:first-child {
    transform: translateY(6px) rotate(45deg);
  }

  .header-mobile-toggle[aria-expanded="true"] .k88h-header__menu-icon i:nth-child(2) {
    opacity: 0;
  }

  .header-mobile-toggle[aria-expanded="true"] .k88h-header__menu-icon i:last-child {
    transform: translateY(-6px) rotate(-45deg);
  }

  .k88h-header__search {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    left: 0;
    z-index: 2;
    width: auto;
    max-width: none;
    max-height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: max-height .28s ease, padding .28s ease, opacity .2s ease, transform .28s ease, visibility .28s;
  }

  .k88h-header__search.is-mobile-open {
    max-height: 72px;
    padding: 6px;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .k88h-header__search .k88h-search__form {
    height: 48px;
    border-radius: 24px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 8px 20px rgba(45, 34, 26, .12);
  }

  .opacity_menu.current {
    z-index: 1090;
    background: rgba(28, 23, 19, .22);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
  }

  .mobile-main-menu {
    position: fixed;
    inset: 0;
    z-index: 1100;
    width: auto;
    max-width: none;
    height: 100dvh;
    overflow: hidden;
    background: rgba(38, 31, 25, .32);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    box-shadow: none;
    transform: none;
    visibility: hidden;
    opacity: 0;
    transition: opacity .32s ease, visibility .32s ease;
  }

  .mobile-main-menu.open {
    visibility: visible;
    opacity: 1;
    transform: none;
  }

  .mobile-main-menu__panel {
    width: 100%;
    height: calc(100% - 8px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background: #fffdf9;
    border-radius: 0 0 16px 16px;
    opacity: 0;
    transform: translateY(-100%);
    transition: transform .34s cubic-bezier(.22, 1, .36, 1), opacity .26s ease;
  }

  .mobile-main-menu.open .mobile-main-menu__panel {
    opacity: 1;
    transform: translateY(0);
  }

  .mobile-main-menu__header-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin: 0;
    padding: max(12px, env(safe-area-inset-top)) 16px 12px;
    border-bottom: 1px solid #ece3d3;
    background: #fff;
  }

  .mobile-main-menu__brand {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
  }

  .mobile-main-menu__brand img {
    display: block;
    width: auto;
    max-width: 130px;
    max-height: 30px;
  }

  .mobile-main-menu__close {
    color: #342b25;
    border-radius: 50%;
    background: #f6efe5;
  }

  .mobile-main-menu .drawer-header {
    padding: 16px;
    background: #e65c3a;
  }

  .mobile-main-menu .la-title-nav-items {
    color: #6b6258;
    background: #f8f3eb;
    border-bottom-color: #ece3d3;
  }

  .mobile-main-menu .la-nav-row {
    border-bottom-color: #ece3d3;
  }

  .mobile-main-menu .la-nav-link {
    color: #342b25;
    font-weight: 600;
  }

  .mobile-main-menu .la-submenu-toggle {
    border-left-color: #ece3d3;
    color: #e65c3a;
  }

  .mobile-main-menu .mobile-support {
    padding-bottom: calc(20px + env(safe-area-inset-bottom));
  }

  .app-nav-bottom {
    width: 100%;
    right: auto;
    bottom: 0;
    left: 0;
    z-index: 1000;
    padding: 0 0 env(safe-area-inset-bottom);
    border: 0;
    border-top: 1px solid #ece3d3;
    border-radius: 0;
    background: #fff;
    box-shadow: 0 -6px 20px rgba(0, 0, 0, .08);
    transform: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .app-nav-list {
    height: 64px;
    gap: 0;
    padding: 7px 12px;
  }

  .app-nav-link {
    color: #6b6258;
  }

  .app-nav-icon {
    width: 26px;
    height: 26px;
  }

  .app-nav-icon svg {
    position: relative;
    stroke-width: 2;
  }

  .app-nav-text {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0;
  }

  .app-nav-link.is-active {
    color: #e65c3a;
  }

  .app-nav-link.is-active .app-nav-icon::before {
    position: absolute;
    inset: -3px -7px;
    content: '';
    border-radius: 999px;
    background: #fce9e4;
  }

  .app-nav-link.is-active .app-nav-text {
    font-weight: 800;
  }

  .app-badge {
    background: #e65c3a;
  }

  body {
    padding-bottom: calc(64px + env(safe-area-inset-bottom));
  }
}

@media (max-width: 991px) and (prefers-reduced-motion: reduce) {

  .k88h-header__search,
  .k88h-header__menu-icon i,
  .mobile-main-menu,
  .mobile-main-menu__panel,
  .app-nav-bottom,
  .app-nav-icon,
  .app-nav-link,
  .app-nav-text {
    transition: none;
  }
}

/* --- Primary CTA aliases: section/legacy classes → same palette --- */
.slide-btn--primary,
.k88cta__btn--primary,
.k88hp__cta,
.k88gc__cta,
.k88h-header__cta,
.k88pdp__btn--addcart,
.k88pdp__btn--primary,
.k88pdp__btn--dark,
.k88bs__add-btn,
.k88-card .k88bs__add-btn {
  background: var(--k88-cta-bg) !important;
  color: var(--k88-cta-color) !important;
  border-color: var(--k88-cta-bg) !important;
}

.slide-btn--primary:hover,
.slide-btn--primary:focus-visible,
.k88cta__btn--primary:hover,
.k88cta__btn--primary:focus-visible,
.k88hp__cta:hover,
.k88hp__cta:focus-visible,
.k88gc__cta:hover,
.k88gc__cta:focus-visible,
.k88gc__hero:hover .k88gc__cta,
.k88gc__hero:focus-visible .k88gc__cta,
.k88h-header__cta:hover,
.k88h-header__cta:focus-visible,
.k88pdp__btn--addcart:hover,
.k88pdp__btn--addcart:focus-visible,
.k88pdp__btn--primary:hover,
.k88pdp__btn--primary:focus-visible,
.k88pdp__btn--dark:hover,
.k88pdp__btn--dark:focus-visible,
.k88bs__add-btn:hover,
.k88bs__add-btn:focus-visible,
.k88-card .k88bs__add-btn:hover,
.k88-card .k88bs__add-btn:focus-visible {
  background: var(--k88-cta-hover) !important;
  color: var(--k88-cta-color) !important;
  border-color: var(--k88-cta-hover) !important;
}

.k88cta__btn:focus-visible,
.k88hp__cta:focus-visible,
.k88gc__hero:focus-visible {
  outline-color: var(--k88-cta-bg);
}

/* Preserve non-primary / disabled states after alias map */
.k88cta__btn--secondary {
  background: rgba(255, 255, 255, 0.68) !important;
  color: #333 !important;
  border: 2px solid #c8c0b6 !important;
}

.k88cta__btn--secondary:hover,
.k88cta__btn--secondary:focus-visible {
  background: #fff !important;
  color: #1f1f1f !important;
  border-color: #9d958b !important;
}

.k88pdp__btn--secondary.btn-buyNow,
.k88pdp .k88pdp__btn.btn-buyNow {
  background: #fff !important;
  color: var(--k88-cta-bg, #e65c3a) !important;
  border: 1.5px solid var(--k88-cta-bg, #e65c3a) !important;
  transition: border-color 0.25s ease, transform 0.25s ease !important;
}

.k88pdp__btn--secondary.btn-buyNow:hover,
.k88pdp__btn--secondary.btn-buyNow:focus-visible,
.k88pdp .k88pdp__btn.btn-buyNow:hover,
.k88pdp .k88pdp__btn.btn-buyNow:focus-visible {
  background: #fff !important;
  color: var(--k88-cta-bg, #e65c3a) !important;
  border-color: var(--k88-cta-bg, #e65c3a) !important;
  transform: none !important;
}

.k88pdp__btn--secondary.btn-buyNow span,
.k88pdp .k88pdp__btn.btn-buyNow span {
  display: inline-block !important;
  transition: transform 0.25s ease !important;
  margin-left: 6px !important;
}

.k88pdp__btn--secondary.btn-buyNow:hover span,
.k88pdp__btn--secondary.btn-buyNow:focus-visible span,
.k88pdp .k88pdp__btn.btn-buyNow:hover span,
.k88pdp .k88pdp__btn.btn-buyNow:focus-visible span {
  transform: translateX(5px) !important;
}

.k88bs__add-btn:disabled,
.k88pdp__btn--disabled,
.k88pdp__btn[disabled] {
  background: #f2f0ed !important;
  border-color: #d8d0c7 !important;
  color: #757575 !important;
  cursor: not-allowed;
}

/* ===== END CTA SYSTEM ===== */

/* ===== SLIDER / HERO BANNER ===== */
.section_slider {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.section_slider .container-fluid {
  padding: 0 !important;
  max-width: 100%;
}

.home-slider {
  border-radius: 0;
}

.home-slider .swiper-slide {
  width: 100%;
}

.home-slider .thumb-image {
  width: 100%;
}

.home-slider .thumb-image picture,
.home-slider .thumb-image img {
  display: block;
  width: 100%;
  height: auto;
}

.home-slider .img-responsive {
  width: 100%;
  max-width: 100%;
  display: block;
}

/* Slide overlay */
.slide-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 2;
  pointer-events: none;
}

.slide-overlay .container {
  width: 100%;
}

.slide-overlay-inner {
  max-width: 560px;
  padding: 60px 0;
}

.slide-title {
  font-family: 'Noto Sans', 'Inter', system-ui, sans-serif;
  font-size: var(--slide-title-size, 48px);
  font-weight: 700;
  line-height: 1.4;
  color: var(--slide-title-c, #1a1a1a);
  margin: 0 0 16px 0;
  letter-spacing: -0.5px;
  white-space: normal;
}

.slide-title-dot {
  color: #e65c3a;
}

.slide-desc {
  font-size: var(--slide-desc-size, 17px);
  color: var(--slide-desc-c, #555);
  line-height: 1.78;
  margin-bottom: 28px;
  max-width: 460px;
  white-space: normal;
}

.slide-actions {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  pointer-events: auto;
}

.home-slider .swiper-slide:not(.swiper-slide-active) .slide-actions,
.home-slider .swiper-slide:not(.swiper-slide-active) .slide-btn,
.home-slider .swiper-slide:not(.swiper-slide-active) .slide-link-overlay {
  pointer-events: none;
}

.slide-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 32px;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: background .2s, color .2s, transform .15s;
  pointer-events: auto;
}

.slide-btn:active {
  transform: translateY(1px);
}

.k88-cta-arrow {
  display: inline-block;
  flex: 0 0 auto;
  transform: translateX(0);
  transition: transform .3s cubic-bezier(.22, 1, .36, 1);
}

.k88-arrow-cta:hover .k88-cta-arrow,
.k88-arrow-cta:focus-visible .k88-cta-arrow {
  transform: translateX(12px);
}

/* Primary — unified CTA palette (tokens + alias block above) */
.slide-btn--primary {
  background: var(--k88-cta-bg, #e65c3a);
  color: #fff;
  border: 0;
}

.slide-btn--primary:hover {
  background: var(--k88-cta-hover, #c44e2e);
  color: #fff;
}

/* Secondary — text link (uses outline pattern); color from --slide-btn2-c per slide */
.slide-btn--secondary {
  background: transparent;
  color: var(--slide-btn2-c, #e65c3a);
  border: 0;
  padding: 14px 16px 14px 4px;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s, opacity .2s;
}

.slide-btn--secondary:hover,
.slide-btn--secondary:focus-visible {
  color: var(--slide-btn2-c, #c44e2e);
  opacity: .85;
}

/* Full-slide link */
.slide-link-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/* ===== SERVICE BANNER (Policy/Features) ===== */
.section_chinhsach {
  margin: 60px 0;
}

.k88p {
  align-items: center;
}

.k88p__item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 20px 12px;
}

.k88p__icon {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: #1a1a1a;
}

.k88p__icon-img,
.k88p__icon svg {
  display: block;
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.k88p__text {
  min-width: 0;
  text-align: left;
}

.k88p__title {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #1a1a1a;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  line-height: 1.43;
  margin-bottom: 2px;
}

.k88p__des {
  display: block;
  font-size: 16px;
  color: #6B6B6B;
  line-height: 1.46;
}

/* ===== OCCASIONS ===== */
.section_occasions {
  margin: 60px 0 0;
}

.k88o__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 32px;
  flex-wrap: wrap;
}

.k88o__title {
  font-family: 'Playfair Display', 'Cormorant Garamond', serif;
  font-size: 32px;
  font-weight: 800;
  color: #1a1a1a;
  margin: 0 0 6px 0;
  line-height: 1.32;
  letter-spacing: -0.5px;
}

.k88o__desc {
  font-size: 15px;
  color: #666;
  margin: 0;
  line-height: 1.57;
}

.k88o__viewall {
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 600;
  color: #e65c3a;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: color .2s;
}

.k88o__viewall::after {
  content: '\2192';
  transition: transform .2s;
}

.k88o__viewall:hover,
.k88o__viewall:focus-visible {
  color: #c44e2e;
}

.k88o__viewall:hover::after,
.k88o__viewall:focus-visible::after {
  transform: translateX(4px);
}

/* Scroll area - 5 Banners Grid layout */
.k88o__scroll-wrap {
  position: relative;
}

.k88o__scroll {
  overflow: visible;
  flex: 1;
}

.k88o__track {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

/* Cards */
.k88o__card {
  position: relative;
  border-radius: 16px !important;
  overflow: hidden !important;
  text-decoration: none;
  display: block !important;
  width: 100% !important;
  aspect-ratio: 483 / 630 !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
}

.k88o__card-bg {
  position: absolute;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 1;
  overflow: hidden;
  border-radius: 16px !important;
}

.k88o__card-img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
  border-radius: 16px !important;
  transition: transform .4s ease !important;
}

.k88o__card:hover .k88o__card-img {
  transform: scale(1.06) !important;
}

.k88o__card-overlay {
  position: absolute;
  inset: 0 !important;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 45%, transparent 80%) !important;
  border-radius: 16px !important;
  z-index: 2;
}

.k88o__card-text {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  padding: 0 20px;
  z-index: 3;
  text-align: left;
}

.k88o__card-title {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.25;
  margin-bottom: 4px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
}

.k88o__card-sub {
  display: block;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.3;
  margin-bottom: 6px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
}

.k88o__card-price {
  display: block;
  font-size: 16px;
  font-weight: 800;
  color: #ffffff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
}

.k88o__card-bottom {
  position: absolute;
  z-index: 1;
}

.k88o__card-add {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #C44E2E;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background .2s, transform .15s;
}

.k88o__card-add:hover {
  background: #A33D22;
  transform: scale(1.08);
}

.k88o__card-add:active {
  transform: scale(.95);
}

/* ===== SHOP BY CATEGORY ===== */
.section_shop_category {
  margin: 60px 0;
}

.k88sc__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 32px;
  flex-wrap: wrap;
}

.k88sc__title {
  margin: 0;
  color: var(--text, #1a1a1a);
  font-family: var(--fontHeading, 'Playfair Display', 'Cormorant Garamond', serif);
  font-size: 32px;
  font-weight: 800;
  letter-spacing: -0.5px;
  line-height: 1.32;
}

a.k88sc__viewall,
.k88sc__viewall {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  gap: 6px;
  min-height: 44px;
  color: #e65c3a !important;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none !important;
  transition: color .2s ease !important;
}

a.k88sc__viewall::after,
.k88sc__viewall::after {
  content: '\2192';
  transition: transform .2s ease;
}

a.k88sc__viewall:hover,
a.k88sc__viewall:focus,
a.k88sc__viewall:focus-visible,
a.k88sc__viewall:active,
.k88sc__viewall:hover,
.k88sc__viewall:focus-visible {
  color: #c44e2e !important;
  text-decoration: none !important;
}

a.k88sc__viewall:hover::after,
a.k88sc__viewall:focus-visible::after,
.k88sc__viewall:hover::after,
.k88sc__viewall:focus-visible::after {
  transform: translateX(4px);
}

.k88sc__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.k88sc__card {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  border-radius: var(--radius-card, 16px);
  background: var(--surface, #e7e2da);
  color: #fff;
  text-decoration: none;
}

.k88sc__media,
.k88sc__image,
.k88sc__overlay {
  position: absolute;
  inset: 0;
}

.k88sc__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s ease;
}

.k88sc__card:hover .k88sc__image {
  transform: scale(1.05);
}

.k88sc__overlay {
  background: linear-gradient(to top, rgba(0, 0, 0, .72) 0%, rgba(0, 0, 0, .16) 55%, rgba(0, 0, 0, .04) 100%);
}

.k88sc__content {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: block;
  padding: 24px;
}

.k88sc__card-title {
  display: block;
  color: #fff;
  font-family: var(--fontHeading, 'Playfair Display', 'Cormorant Garamond', serif);
  font-size: 26px;
  font-weight: 800;
  line-height: 1.2;
}

.k88sc__card-subtitle {
  display: block;
  margin-top: 6px;
  color: rgba(255, 255, 255, .84);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.45;
}

.k88sc__card:focus-visible {
  outline: 3px solid var(--focus-ring, #1A56DB);
  outline-offset: 3px;
}

/* ===== WEEKEND SELECTIONS — 2-Column Hero ===== */
.section_weekend {
  margin: 60px 0;
}

.k88w__hero {
  display: flex;
  align-items: stretch;
  gap: 0;
  border-radius: 16px;
  overflow: hidden;
  min-height: 420px;
}

.k88w__hero-left {
  flex: 1 1 30%;
  background: transparent;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 56px 48px 56px 0;
}

.k88w__hero-title {
  font-family: 'Playfair Display', 'Cormorant Garamond', serif;
  font-size: 32px;
  font-weight: 800;
  color: #1a1a1a;
  line-height: 1.4;
  margin: 0 0 16px 0;
  letter-spacing: -0.5px;
}

.k88w__hero-desc {
  font-size: 15px;
  color: #666;
  line-height: 1.67;
  margin: 0 0 24px 0;
  max-width: 380px;
}

.k88w__hero-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 17px;
  font-weight: 900;
  color: #e65c3a;
  text-decoration: none;
  transition: color .2s;
}

.k88w__hero-cta::after {
  content: '\2192';
  transition: transform .2s;
}

.k88w__hero-cta:hover,
.k88w__hero-cta:focus-visible {
  color: #c44e2e;
}

.k88w__hero-cta:hover::after,
.k88w__hero-cta:focus-visible::after {
  transform: translateX(4px);
}

.k88w__hero-right {
  flex: 1 1 70%;
  position: relative;
  overflow: hidden;
  background: #1a1a1a;
  border-radius: 16px;
}

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

.k88w__hero-card {
  position: absolute;
  bottom: 24px;
  right: 24px;
  background: rgba(20, 20, 20, .9);
  backdrop-filter: blur(8px);
  border-radius: 10px;
  padding: 20px 24px;
  min-width: 240px;
  max-width: 300px;
}

.k88w__hero-card-title {
  display: block;
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  line-height: 1.32;
  margin-bottom: 4px;
}

.k88w__hero-card-sub {
  display: block;
  font-size: 12px;
  color: rgba(255, 255, 255, .7);
  margin-bottom: 12px;
}

.k88w__hero-card-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.k88w__hero-card-price {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}

.k88w__hero-card-add {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #C44E2E;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: background .2s, transform .15s;
}

.k88w__hero-card-add:hover {
  background: #A33D22;
  transform: scale(1.08);
}

/* ===== RECIPE — 2-Column Hero + Product Grid ===== */
.section_recipe {
  margin: 60px 0;
}

.k88r__hero {
  display: flex;
  align-items: stretch;
  gap: 0;
  border-radius: 16px;
  overflow: hidden;
  min-height: 420px;
  margin-bottom: 0;
}

.k88r__hero-left {
  flex: 1 1 45%;
  position: relative;
  overflow: hidden;
  background: #1a1a1a;
  min-width: 0;
}

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

.k88r__play {
  position: absolute;
  bottom: 24px;
  left: 24px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: auto;
  min-height: auto;
  color: #fff;
  text-decoration: none;
  z-index: 2;
  background: none;
  border: 0;
  cursor: pointer;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  appearance: none;
}

.k88r__play-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .22);
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  box-shadow: 0 2px 12px rgba(0, 0, 0, .18);
  transition: background .2s, transform .2s;
}

.k88r__play-icon svg {
  display: block;
  width: 14px;
  height: 14px;
  margin-left: 2px;
}

.k88r__play:hover .k88r__play-icon {
  background: rgba(255, 255, 255, .35);
  transform: scale(1.05);
}

.k88r__play-text {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  text-shadow: 0 1px 8px rgba(0, 0, 0, .45);
}

.k88r__hero-right {
  flex: 1 1 55%;
  background: #f5f0e8;
  padding: 56px 48px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}

.k88r__badge {
  position: absolute;
  top: 28px;
  right: 28px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
}

.k88r__label {
  font-size: 11px;
  font-weight: 700;
  color: #6B6B6B;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 12px;
}

.k88r__title {
  font-family: 'Playfair Display', 'Cormorant Garamond', serif;
  font-size: 32px;
  font-weight: 800;
  color: #1a1a1a;
  line-height: 1.32;
  margin: 0 0 16px 0;
}

.k88r__desc {
  font-size: 15px;
  color: #666;
  line-height: 1.78;
  margin: 0 0 24px 0;
  max-width: 400px;
}

.k88r__cta {
  min-width: 276px;
  min-height: 56px;
  padding: 0 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  border-radius: 5px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  background: #1a1a1a;
  color: #fff;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}

.k88r__cta>span,
.k88cta__btn>span,
.k88gc__cta>span {
  display: inline-block;
  transition: transform .2s ease;
}

.k88r__cta:hover>span,
.k88r__cta:focus-visible>span,
.k88cta__btn:hover>span,
.k88cta__btn:focus-visible>span,
.k88gc__cta:hover>span,
.k88gc__hero:focus-visible .k88gc__cta>span {
  transform: translateX(6px);
}

.k88r__cta:hover {
  background: #333;
  color: #fff;
  transform: translateY(-1px);
}

/* Ingredients inside hero-right */
.k88r__ingredients {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid #e5ddd0;
}

.k88r__ingredients-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
  flex-wrap: wrap;
  gap: 12px;
}

.k88r__ingredients-title {
  font-size: 13px;
  font-weight: 700;
  color: #1a1a1a;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
}

.k88r__addall {
  display: none !important;
}

/* Swiper container — product slider */
.k88r__slider-wrap {
  position: relative;
  margin-top: 20px;
}

.k88r__swiper {
  overflow: hidden;
}

.k88r__swiper .swiper-wrapper {
  align-items: stretch;
}

.k88r__slide {
  height: auto;
}

/* k88cl-card inside recipe slider — inherit transparent bg from the section */
.k88r__slide .k88cl-card__media {
  background: #fff;
  border-radius: 16px;
  aspect-ratio: 1;
}

.k88r__slide .k88cl-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
}

.k88r__slide .k88cl-card__body {
  padding-left: 4px;
  padding-right: 4px;
}

/* Navigation arrows */
.k88r__nav {
  position: absolute;
  top: 105px;
  left: -14px;
  right: -14px;
  width: calc(100% + 28px);
  height: 0;
  z-index: 5;
  display: block;
  margin: 0;
  padding: 0;
  pointer-events: none;
  transform: none;
}

.k88r__nav-btn {
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #dad6cb;
  background: #fff;
  color: #5c3d2e;
  cursor: pointer;
  transition: all .2s ease;
  padding: 0;
  pointer-events: auto;
  box-shadow: 0 2px 10px rgba(26, 26, 26, 0.08);
}

.k88r__nav-btn:hover {
  background: #5c3d2e;
  color: #fff;
  border-color: #5c3d2e;
  transform: translateY(-50%) scale(1.06);
}

.k88r__nav-btn--prev {
  left: 0;
  right: auto;
}

.k88r__nav-btn--next {
  right: 0;
  left: auto;
}

.k88r__nav-btn.swiper-button-disabled {
  opacity: .35;
  pointer-events: none;
  display: none !important;
}

@media (max-width: 767px) {
  .section_recipe {
    margin: 40px 0;
  }

  .k88r__hero {
    flex-direction: column;
    min-height: auto;
    border-radius: 8px;
    margin-bottom: 32px;
  }

  .k88r__hero-left {
    min-height: 300px;
  }

  .k88r__hero-right {
    padding: 32px 24px;
  }

  .k88r__badge {
    width: 72px;
    height: 72px;
    top: 20px;
    right: 20px;
  }

  .k88r__title {
    font-size: 22px;
  }
}

/* ===== PROCESS — Left text + 5 steps ===== */
.section_process {
  margin: 60px 0;
}

.k88pr__wrap {
  display: flex;
  align-items: flex-start;
  gap: 48px;
}

.k88pr__left {
  flex: 0 0 300px;
}

.k88pr__title {
  font-family: 'Playfair Display', 'Cormorant Garamond', serif;
  font-size: 32px;
  font-weight: 800;
  color: #1a1a1a;
  line-height: 1.32;
  margin: 0 0 12px 0;
}

.k88pr__desc {
  font-size: 15px;
  color: #666;
  line-height: 1.67;
  margin: 0 0 16px 0;
}

.k88pr__cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 17px;
  font-weight: 900;
  color: #e65c3a;
  text-decoration: none;
  transition: color .2s;
}

.k88pr__cta::after {
  content: '\2192';
  transition: transform .2s;
}

.k88pr__cta:hover {
  color: #c44e2e;
}

.k88pr__cta:hover::after {
  transform: translateX(4px);
}

.k88pr__right {
  flex: 1;
  display: flex;
  gap: 0;
}

.k88pr__step {
  flex: 1;
  text-align: center;
  padding: 0 12px;
  position: relative;
}

.k88pr__step--divider::after {
  content: '';
  position: absolute;
  right: 0;
  top: 8px;
  width: 1px;
  height: 60px;
  background: #e5ddd0;
}

.k88pr__step-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  margin-bottom: 16px;
  color: #c4a97d;
}

.k88pr__step-icon img,
.k88pr__step-icon svg {
  display: block;
  width: 54px;
  height: 54px;
  object-fit: contain;
  flex-shrink: 0;
}

.k88pr__step-title {
  display: block;
  font-size: 11px;
  font-weight: 700;
  color: #1a1a1a;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 4px;
}

.k88pr__step-desc {
  display: block;
  font-size: 12px;
  color: #6B6B6B;
  line-height: 1.46;
}

.k88pr__step-num {
  display: block;
  font-size: 28px;
  font-weight: 900;
  color: #e65c3a;
  line-height: 1.2;
  margin-bottom: 6px;
}

@media (max-width: 991px) {
  .k88pr__wrap {
    flex-direction: column;
    gap: 32px;
  }

  .k88pr__left {
    flex: none;
  }

  .k88pr__right {
    flex-wrap: wrap;
    gap: 16px;
  }

  .k88pr__step {
    flex: 0 0 calc(33.333% - 11px);
    text-align: left;
  }

  .k88pr__step--divider::after {
    display: none;
  }
}

@media (max-width: 767px) {
  .section_process {
    margin: 32px 0 !important;
  }

  .k88pr__wrap {
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
  }

  .k88pr__left {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    text-align: left !important;
    flex: 0 0 auto !important;
    height: auto !important;
    margin-bottom: 16px !important;
  }

  .k88pr__title {
    font-size: 19px !important;
    font-weight: 800 !important;
    line-height: 1.3 !important;
    color: #1a1a1a !important;
    margin: 0 0 6px 0 !important;
    text-align: left !important;
  }

  .k88pr__desc {
    font-size: 14px !important;
    line-height: 1.5 !important;
    color: #666666 !important;
    margin: 0 0 10px 0 !important;
    text-align: left !important;
  }

  a.k88pr__cta,
  .k88pr__cta {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    text-align: left !important;
    gap: 6px !important;
    color: #e65c3a !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    margin: 0 0 8px 0 !important;
    padding: 4px 0 !important;
    width: 100% !important;
  }

  /* 5 Process Steps Horizontal Touch Scroll */
  .section_process .k88pr__wrap {
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
    width: 100% !important;
    overflow: hidden !important;
  }

  .section_process .k88pr__right {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch !important;
    scroll-snap-type: x mandatory !important;
    gap: 12px !important;
    width: calc(100% + 15px) !important;
    max-width: calc(100% + 15px) !important;
    margin-left: 0 !important;
    margin-right: -15px !important;
    padding-left: 0 !important;
    padding-right: 15px !important;
    scrollbar-width: none !important;
  }

  .section_process .k88pr__right::-webkit-scrollbar {
    display: none !important;
  }

  .section_process .k88pr__step {
    flex: 0 0 160px !important;
    flex-shrink: 0 !important;
    flex-grow: 0 !important;
    width: 160px !important;
    min-width: 160px !important;
    max-width: 160px !important;
    scroll-snap-align: start !important;
    padding: 16px 12px !important;
    border: 1px solid #eee5d8 !important;
    border-radius: 14px !important;
    background: #fff !important;
    text-align: center !important;
  }

  .section_process .k88pr__step--divider::after {
    display: none !important;
  }

  .section_process .k88pr__step-icon {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-bottom: 10px !important;
  }
}

/* ===== SWIPER CUSTOM NAV ARROWS ===== */
.swiper-button-cus {
  display: flex;
  align-items: center;
  gap: 8px;
}

.swiper-button-cus-prev,
.swiper-button-cus-next {
  width: 32px !important;
  height: 32px !important;
  min-width: 32px !important;
  min-height: 32px !important;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, 0.88) !important;
  backdrop-filter: blur(6px) !important;
  -webkit-backdrop-filter: blur(6px) !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  color: #171412 !important;
  transition: all .2s ease !important;
  padding: 0 !important;
}

.swiper-button-cus-prev:hover,
.swiper-button-cus-next:hover {
  background: #171412 !important;
  color: #fff !important;
  border-color: #171412 !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
}

.swiper-button-cus-prev:hover svg,
.swiper-button-cus-next:hover svg {
  color: #fff !important;
  stroke: #fff !important;
}

.swiper-button-cus-prev svg,
.swiper-button-cus-next svg {
  width: 14px !important;
  height: 14px !important;
  stroke: currentColor;
  transition: stroke .2s ease;
}

.swiper-button-disabled,
.swiper-button-lock,
.swiper-button-cus-prev.swiper-button-disabled,
.swiper-button-cus-next.swiper-button-disabled {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* ===== Slider/carousel arrows: hidden by default, show on hover/focus ===== */
.section_blog .k88jb__nav-btn,
.section_recipe .k88r__nav-btn,
.k88ph .swiper-button-cus,
.k88ph .swiper-button-cus-prev,
.k88ph .swiper-button-cus-next,
.section_product_1 .swiper-button-cus,
.section_product_1 .swiper-button-cus-prev,
.section_product_1 .swiper-button-cus-next,
.section_product_2 .swiper-button-cus,
.section_product_2 .swiper-button-cus-prev,
.section_product_2 .swiper-button-cus-next,
.section_product_3 .swiper-button-cus,
.section_product_3 .swiper-button-cus-prev,
.section_product_3 .swiper-button-cus-next,
.section_flashsale .swiper-button-cus,
.k88pt__carousel .swiper-button-cus,
.k88pt__carousel .swiper-button-cus-prev,
.k88pt__carousel .swiper-button-cus-next,
.section_doitac .swiper-button-cus,
.section_doitac .swiper-button-cus-prev,
.section_doitac .swiper-button-cus-next,
.section_review .swiper-button-cus,
.section_slider .swiper-button-prev,
.section_slider .swiper-button-next,
.home-slider .swiper-button-prev,
.home-slider .swiper-button-next {
  opacity: 0 !important;
  visibility: hidden;
  transition: opacity .25s ease, visibility .25s ease, background .2s, color .2s, border-color .2s;
  pointer-events: none !important;
}

.section_blog:hover .k88jb__nav-btn,
.section_blog:focus-within .k88jb__nav-btn,
.section_blog .k88jb__slider-wrap:hover .k88jb__nav-btn,
.section_recipe:hover .k88r__nav-btn,
.section_recipe:focus-within .k88r__nav-btn,
.section_recipe .k88r__slider-wrap:hover .k88r__nav-btn,
.k88ph:hover .swiper-button-cus,
.k88ph:hover .swiper-button-cus-prev,
.k88ph:hover .swiper-button-cus-next,
.k88ph:focus-within .swiper-button-cus,
.k88ph:focus-within .swiper-button-cus-prev,
.k88ph:focus-within .swiper-button-cus-next,
.section_product_1:hover .swiper-button-cus,
.section_product_1:hover .swiper-button-cus-prev,
.section_product_1:hover .swiper-button-cus-next,
.section_product_1:focus-within .swiper-button-cus,
.section_product_1:focus-within .swiper-button-cus-prev,
.section_product_1:focus-within .swiper-button-cus-next,
.section_product_2:hover .swiper-button-cus,
.section_product_2:hover .swiper-button-cus-prev,
.section_product_2:hover .swiper-button-cus-next,
.section_product_2:focus-within .swiper-button-cus,
.section_product_2:focus-within .swiper-button-cus-prev,
.section_product_2:focus-within .swiper-button-cus-next,
.section_product_3:hover .swiper-button-cus,
.section_product_3:hover .swiper-button-cus-prev,
.section_product_3:hover .swiper-button-cus-next,
.section_product_3:focus-within .swiper-button-cus,
.section_product_3:focus-within .swiper-button-cus-prev,
.section_product_3:focus-within .swiper-button-cus-next,
.section_flashsale:hover .swiper-button-cus,
.section_flashsale:focus-within .swiper-button-cus,
.k88pt__carousel:hover .swiper-button-cus,
.k88pt__carousel:hover .swiper-button-cus-prev,
.k88pt__carousel:hover .swiper-button-cus-next,
.k88pt__carousel:focus-within .swiper-button-cus,
.k88pt__carousel:focus-within .swiper-button-cus-prev,
.k88pt__carousel:focus-within .swiper-button-cus-next,
.section_doitac:hover .swiper-button-cus,
.section_doitac:hover .swiper-button-cus-prev,
.section_doitac:hover .swiper-button-cus-next,
.section_doitac:focus-within .swiper-button-cus,
.section_doitac:focus-within .swiper-button-cus-prev,
.section_doitac:focus-within .swiper-button-cus-next,
.section_review:hover .swiper-button-cus,
.section_review:focus-within .swiper-button-cus,
.section_slider:hover .swiper-button-prev,
.section_slider:hover .swiper-button-next,
.section_slider:focus-within .swiper-button-prev,
.section_slider:focus-within .swiper-button-next,
.home-slider:hover .swiper-button-prev,
.home-slider:hover .swiper-button-next,
.home-slider:focus-within .swiper-button-prev,
.home-slider:focus-within .swiper-button-next {
  opacity: 1 !important;
  visibility: visible;
  pointer-events: auto !important;
}

/* Disabled: NEVER show, completely invisible & non-blocking so it never covers cards */
.swiper-button-disabled,
.swiper-button-lock,
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled,
.swiper-button-cus-prev.swiper-button-disabled,
.swiper-button-cus-next.swiper-button-disabled,
.k88jb__nav-btn.swiper-button-disabled,
.k88r__nav-btn.swiper-button-disabled,
.section_blog:hover .k88jb__nav-btn.swiper-button-disabled,
.section_blog:focus-within .k88jb__nav-btn.swiper-button-disabled,
.section_blog .k88jb__slider-wrap:hover .k88jb__nav-btn.swiper-button-disabled,
.section_recipe:hover .k88r__nav-btn.swiper-button-disabled,
.section_recipe:focus-within .k88r__nav-btn.swiper-button-disabled,
.section_recipe .k88r__slider-wrap:hover .k88r__nav-btn.swiper-button-disabled,
.section_doitac:hover .swiper-button-cus-prev.swiper-button-disabled,
.section_doitac:hover .swiper-button-cus-next.swiper-button-disabled,
.section_doitac:focus-within .swiper-button-cus-prev.swiper-button-disabled,
.section_doitac:focus-within .swiper-button-cus-next.swiper-button-disabled,
.k88pt__carousel:hover .swiper-button-cus-prev.swiper-button-disabled,
.k88pt__carousel:hover .swiper-button-cus-next.swiper-button-disabled,
.section_product_1:hover .swiper-button-cus-prev.swiper-button-disabled,
.section_product_1:hover .swiper-button-cus-next.swiper-button-disabled,
.section_product_2:hover .swiper-button-cus-prev.swiper-button-disabled,
.section_product_2:hover .swiper-button-cus-next.swiper-button-disabled,
.section_product_3:hover .swiper-button-cus-prev.swiper-button-disabled,
.section_product_3:hover .swiper-button-cus-next.swiper-button-disabled,
.section_flashsale:hover .swiper-button-cus-prev.swiper-button-disabled,
.section_flashsale:hover .swiper-button-cus-next.swiper-button-disabled,
.k88ph:hover .swiper-button-cus-prev.swiper-button-disabled,
.k88ph:hover .swiper-button-cus-next.swiper-button-disabled {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.section_blog .k88jb__nav-btn.swiper-button-lock,
.section_recipe .k88r__nav-btn.swiper-button-lock,
.section_doitac .swiper-button-cus-prev.swiper-button-lock,
.section_doitac .swiper-button-cus-next.swiper-button-lock,
.k88pt__carousel .swiper-button-cus-prev.swiper-button-lock,
.k88pt__carousel .swiper-button-cus-next.swiper-button-lock,
.section_product_1 .swiper-button-cus-prev.swiper-button-lock,
.section_product_1 .swiper-button-cus-next.swiper-button-lock,
.section_product_2 .swiper-button-cus-prev.swiper-button-lock,
.section_product_2 .swiper-button-cus-next.swiper-button-lock,
.section_product_3 .swiper-button-cus-prev.swiper-button-lock,
.section_product_3 .swiper-button-cus-next.swiper-button-lock,
.section_flashsale .swiper-button-cus-prev.swiper-button-lock,
.section_flashsale .swiper-button-cus-next.swiper-button-lock {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.home-slider .swiper-button-prev,
.home-slider .swiper-button-next {
  width: 48px !important;
  height: 48px !important;
  background: rgba(255, 255, 255, .9) !important;
  border-radius: 50%;
  color: #333;
  min-width: 48px;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.home-slider .swiper-button-prev:hover,
.home-slider .swiper-button-next:hover {
  background: #fff !important;
}

.home-slider .swiper-button-prev svg,
.home-slider .swiper-button-next svg {
  width: 18px;
  height: 18px;
  display: block;
  flex-shrink: 0;
}

/* Hide old Swiper ::after icon — Swiper 14 uses SVG inside button */
.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

.home-slider .swiper-pagination-bullet {
  background: #fff;
  opacity: .6;
  min-width: 8px;
  min-height: 8px;
  width: 8px;
  height: 8px;
}

.home-slider .swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff;
}

/* Reset Swiper elements from global accessibility min-size */
.swiper-pagination-bullet {
  min-width: 8px !important;
  min-height: 8px !important;
}

.swiper-button-next,
.swiper-button-prev {
  min-width: auto !important;
  min-height: auto !important;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
  .k88o__viewall {
    min-height: 44px !important;
    align-items: center;
    padding: 10px 0 !important;
  }

  .slide-overlay-inner {
    max-width: 100%;
    padding: 40px 0;
  }

  /* title/desc size via --slide-title-size / --slide-desc-size (admin) */
  .slide-desc {
    max-width: 100%;
  }

  .slide-btn {
    padding: 12px 24px;
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .k88ph__header {
    gap: 10px;
    margin-bottom: 20px;
    align-items: flex-start;
  }

  .k88ph__viewall {
    width: 100%;
    min-height: 44px;
    justify-content: flex-start;
    padding: 6px 0;
  }

  /* ===== MOBILE SLIDER (1:1 Image Crop + Under-Card Layout) ===== */
  .section_slider .container-fluid {
    padding: 0 !important;
  }

  .home-slider {
    position: relative !important;
    overflow: hidden !important;
    background-color: transparent !important;
  }

  .home-slider .swiper-slide {
    display: flex !important;
    flex-direction: column !important;
    height: auto !important;
    min-height: auto !important;
    background-color: transparent !important;
    position: relative !important;
  }

  .home-slider .thumb-image {
    width: 100% !important;
    height: 100vw !important;
    aspect-ratio: 1 / 1 !important;
    position: relative !important;
    overflow: hidden !important;
    min-height: auto !important;
  }

  .home-slider .thumb-image picture,
  .home-slider .thumb-image img {
    width: 100% !important;
    height: 100vw !important;
    aspect-ratio: 1 / 1 !important;
    object-fit: cover !important;
    object-position: right center !important;
    min-height: auto !important;
    display: block !important;
  }

  .slide-overlay {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
    background-color: transparent !important;
    pointer-events: auto !important;
    z-index: 3 !important;
  }

  .slide-overlay .container {
    padding-left: 24px !important;
    padding-right: 24px !important;
    width: 100% !important;
  }

  .slide-overlay-inner {
    max-width: 100% !important;
    padding: 24px 0 16px 0 !important;
    text-align: left !important;
  }

  .slide-title {
    font-size: 28px !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
    color: #1a1a1a !important;
    margin-bottom: 12px !important;
    letter-spacing: -0.3px !important;
  }

  .slide-title-dot {
    color: #e65c3a !important;
  }

  .slide-desc {
    font-size: 15px !important;
    color: #4a4a4a !important;
    line-height: 1.5 !important;
    margin-bottom: 24px !important;
    max-width: 100% !important;
  }

  .slide-actions {
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
  }

  .slide-btn {
    width: 100% !important;
    justify-content: center !important;
    min-height: 48px !important;
    padding: 14px 20px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    border-radius: 10px !important;
    text-align: center !important;
  }

  .slide-btn--primary {
    background-color: #E65C3A !important;
    color: #ffffff !important;
  }

  .slide-btn--primary:hover,
  .slide-btn--primary:focus {
    background-color: #c44e2e !important;
    color: #ffffff !important;
  }

  .slide-btn--secondary {
    background-color: transparent !important;
    color: #E65C3A !important;
    border: 1px solid #E65C3A !important;
  }

  /* Pagination Dots on 1:1 Image (top: calc(100vw - 32px)) */
  .home-slider .swiper-pagination {
    position: absolute !important;
    top: calc(100vw - 32px) !important;
    bottom: auto !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 10 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
  }

  .home-slider .swiper-pagination-bullet {
    background: #ffffff !important;
    opacity: 0.6 !important;
    width: 8px !important;
    height: 8px !important;
    margin: 0 !important;
    transition: all 0.25s ease !important;
  }

  .home-slider .swiper-pagination-bullet-active {
    opacity: 1 !important;
    background: #E65C3A !important;
    width: 22px !important;
    border-radius: 4px !important;
  }

  .home-slider .swiper-button-prev,
  .home-slider .swiper-button-next {
    display: none !important;
  }

  /* ===== MOBILE CHÍNH SÁCH (4 ICONS IN 1 ROW WITH VERTICAL DIVIDERS) ===== */
  .section_chinhsach {
    background-color: transparent !important;
    margin: 8px 0 16px 0 !important;
    padding: 12px 0 !important;
  }

  .section_chinhsach .container {
    padding-left: 8px !important;
    padding-right: 8px !important;
    max-width: 100% !important;
  }

  .k88p.row {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    align-items: stretch !important;
  }

  .k88p__item {
    width: 100% !important;
    max-width: none !important;
    flex: none !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    text-align: center !important;
    padding: 8px 6px !important;
    gap: 0 !important;
    border-right: 1px solid #E5DFD3 !important;
  }

  .k88p__item:last-child {
    border-right: none !important;
  }

  .k88p__icon {
    width: 38px !important;
    height: 38px !important;
    margin: 0 0 10px 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .k88p__icon-img,
  .k88p__icon svg {
    width: 38px !important;
    height: 38px !important;
    object-fit: contain !important;
  }

  .k88p__text {
    width: 100% !important;
    text-align: center !important;
  }

  .k88p__title {
    display: block !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    color: #1a1a1a !important;
    text-transform: uppercase !important;
    line-height: 1.25 !important;
    margin-bottom: 6px !important;
    letter-spacing: -0.2px !important;
    text-align: center !important;
  }

  .k88p__des {
    display: block !important;
    font-size: 10px !important;
    color: #666666 !important;
    line-height: 1.35 !important;
    text-align: center !important;
  }

  /* ===== MOBILE OCCASIONS (NO BACKGROUND, LEFT ALIGNED VIEWALL, HORIZONTAL SCROLL) ===== */
  .section_occasions {
    background: transparent !important;
    background-color: transparent !important;
    margin: 24px 0 28px 0 !important;
    padding: 0 !important;
  }

  .k88o__header {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    text-align: left !important;
    gap: 4px !important;
    margin-bottom: 14px !important;
  }

  .k88o__header-left {
    width: 100% !important;
    text-align: left !important;
  }

  .k88o__title {
    font-size: 19px !important;
    line-height: 1.25 !important;
    margin: 0 0 2px 0 !important;
    text-align: left !important;
  }

  .k88o__viewall {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    text-align: left !important;
    width: auto !important;
    min-height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    color: #e65c3a !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    line-height: 1.3 !important;
  }

  .k88o__scroll-wrap {
    overflow-x: auto !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch !important;
    scroll-snap-type: x mandatory !important;
    margin-left: 0 !important;
    margin-right: -15px !important;
    padding-left: 0 !important;
    padding-right: 15px !important;
    scrollbar-width: none !important;
  }

  .k88o__scroll-wrap::-webkit-scrollbar {
    display: none !important;
  }

  .k88o__scroll {
    overflow: visible !important;
  }

  .k88o__track {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    gap: 14px !important;
    width: max-content !important;
  }

  .k88o__card {
    flex: 0 0 240px !important;
    width: 240px !important;
    scroll-snap-align: start !important;
    aspect-ratio: 483 / 630 !important;
  }

  .k88o__card-text {
    bottom: 44px;
    padding: 0 16px;
  }

  .k88o__card-title {
    font-size: 16px;
  }

  .k88o__card-bottom {
    padding: 10px 16px;
  }

  .k88o__card-price {
    font-size: 14px;
  }

  .k88o__card-add {
    width: 30px;
    height: 30px;
  }

  .section_shop_category {
    margin: 40px 0;
  }

  .k88sc__header {
    gap: 10px;
    margin-bottom: 18px;
    align-items: flex-start;
  }

  .k88sc__title {
    font-size: 22px;
  }

  .k88sc__viewall {
    width: 100%;
    justify-content: flex-start;
    padding: 4px 0;
  }

  .k88sc__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .k88sc__content {
    padding: 16px;
  }

  .k88sc__card-title {
    font-size: 20px;
  }

  .k88sc__card-subtitle {
    margin-top: 4px;
    font-size: 12px;
  }

  /* ===== MOBILE WEEKEND SELECTIONS (STANDARDIZED FONT SIZE & SPACING) ===== */
  .section_weekend {
    margin: 32px 0 !important;
  }

  .k88w__hero {
    flex-direction: column !important;
    min-height: auto !important;
    border-radius: 0 !important;
    gap: 0 !important;
  }

  .k88w__hero-left {
    flex: 1 1 auto !important;
    padding: 0 0 16px 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    text-align: left !important;
  }

  .k88w__hero-title {
    font-size: 19px !important;
    font-weight: 800 !important;
    line-height: 1.3 !important;
    color: #1a1a1a !important;
    margin: 0 0 6px 0 !important;
    text-align: left !important;
  }

  .k88w__hero-desc {
    font-size: 14px !important;
    line-height: 1.5 !important;
    color: #666666 !important;
    margin: 0 0 10px 0 !important;
    max-width: 100% !important;
    text-align: left !important;
  }

  .k88w__hero-cta {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    text-align: left !important;
    gap: 6px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #e65c3a !important;
    text-decoration: none !important;
    margin: 0 0 12px 0 !important;
    padding: 4px 0 !important;
    width: 100% !important;
  }

  .k88w__hero-right {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    flex: 1 1 100% !important;
    min-height: 0 !important;
    height: auto !important;
    aspect-ratio: 16 / 9 !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
  }

  .k88w__hero-card {
    bottom: 10px !important;
    right: 10px !important;
    min-width: auto !important;
    max-width: calc(100% - 20px) !important;
    padding: 10px 12px !important;
    border-radius: 8px !important;
    box-sizing: border-box !important;
  }

  .k88w__hero-card-title {
    font-size: 14px !important;
    line-height: 1.3 !important;
    margin-bottom: 2px !important;
  }

  .k88w__hero-card-sub {
    font-size: 11px !important;
    margin-bottom: 6px !important;
  }

  .k88w__hero-card-price {
    font-size: 14px !important;
    font-weight: 700 !important;
  }

  .k88w__hero-card-add {
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    min-height: 32px !important;
    flex-shrink: 0 !important;
  }

  .k88r__hero-right {
    padding: 28px 20px 24px;
  }

  .k88r__cta {
    min-width: 228px;
    min-height: 52px;
    padding: 0 24px;
    font-size: 15px;
  }

  .k88r__ingredients {
    margin-top: 22px;
    padding-top: 20px;
  }

  .k88r__ingredients-header {
    align-items: flex-start;
    margin-bottom: 18px;
  }

  .k88r__addall {
    min-height: 44px;
    padding: 6px 0;
    justify-content: space-between;
  }

  .k88r__slider-wrap {
    margin-top: 14px;
  }

  .k88r__product {
    padding: 14px;
    gap: 10px;
    border-radius: 18px;
  }

  .k88r__product-add {
    top: 8px;
    left: 8px;
    width: 40px;
    height: 40px;
  }

  .k88r__product-name {
    font-size: 13px;
    line-height: 1.5;
  }

  .k88r__product-price {
    font-size: 14px;
  }

  .k88pr__wrap {
    gap: 24px;
  }

  /* Process section mobile scroll managed in unified mobile block */
  .k88jb__all--intro,
  .k88jb__read,
  .k88pt__link {
    min-height: 44px;
    padding: 8px 0;
    align-items: center;
  }

  .k88jb__card-title {
    line-height: 1.24;
  }

  .k88hp__benefits {
    gap: 18px 0;
  }
}

@media (max-width: 567px) {
  .slide-title {
    margin-bottom: 10px;
  }

  .slide-desc {
    margin-bottom: 18px;
  }

  .slide-btn {
    padding: 11px 18px;
    font-size: 13px;
  }

  .slide-actions {
    gap: 12px;
  }
}

@media (max-width: 479px) {
  .k88o__track {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .k88o__card {
    aspect-ratio: 483 / 630;
    border-radius: 12px;
  }

  .k88o__card-text {
    bottom: 50px;
    padding: 0 18px;
  }

  .k88o__card-title {
    font-size: 18px;
  }

  .k88o__card-sub {
    font-size: 13px;
  }

  .k88o__card-bottom {
    padding: 12px 18px;
  }

  .k88o__card-price {
    font-size: 16px;
  }

  .k88o__card-add {
    width: 40px;
    height: 40px;
  }

  .k88r__hero-right {
    padding: 24px 16px 20px;
  }

  .k88r__ingredients-header {
    flex-direction: column;
    gap: 10px;
  }

  .k88r__addall {
    width: 100%;
  }

  .k88gc__hero-content {
    padding: 22px 16px 20px;
  }

  .k88gc__cta {
    width: 100%;
    min-width: 0;
    min-height: 52px;
    padding: 0 20px;
    font-size: 15px;
    gap: 16px;
  }

  .k88jb__all--intro,
  .k88jb__read,
  .k88pt__link {
    width: 100%;
    justify-content: space-between;
  }
}

.k88c {
  width: 100%;
  max-width: 240px;
}

.k88c__inner {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  transition: box-shadow .3s ease;
}

.k88c__media {
  position: relative;
  overflow: hidden;
}

.k88c__link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.k88c__media-inner {
  position: relative;
  padding-bottom: 125%;
  background: #F5F5F5;
}

.k88c__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .3s ease;
}

.k88c__img--secondary {
  opacity: 0;
}

.k88c__img--secondary {
  transition: opacity .3s ease, transform .3s ease;
}

.k88c__scrim {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: linear-gradient(to top, rgba(0, 0, 0, .6), transparent);
  opacity: 0;
  transition: opacity .3s ease;
  pointer-events: none;
  z-index: 1;
}

.k88c__quickadd {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translate(-50%, 10px);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  border: 0;
  color: #1a1a1a;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  transition: opacity .3s ease, transform .3s ease, background .2s;
  z-index: 2;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
}

.k88c__quickadd:hover,
.k88c__quickadd:focus-visible {
  background: #C44E2E;
  color: #fff;
}

.k88c__quickadd:focus-visible {
  outline: 2px solid #e65c3a;
  outline-offset: 2px;
  opacity: 1;
  transform: translate(-50%, 0);
}

.k88c__badge {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .3px;
  z-index: 2;
}

.k88c__badge--fresh {
  background: #4A7C44;
  color: #fff;
}

.k88c__badge--sale {
  background: #C44E2E;
  color: #fff;
  top: auto;
}

.k88c__add-mobile {
  display: none;
  position: absolute;
  bottom: 8px;
  right: 8px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #ddd;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
}

.k88c__add-mobile:focus-visible {
  outline: 2px solid #e65c3a;
  outline-offset: 2px;
}

.k88c__info {
  padding: 12px 0 8px;
}

.k88c__name {
  margin: 0 0 4px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.46;
}

.k88c__name a {
  color: #2B2B2B;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.k88c__name a:hover {
  color: #e65c3a;
}

.k88c__serving {
  margin: 0 0 8px;
  font-size: 12px;
  color: #6B6B6B;
  line-height: 1.43;
}

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

.k88c__price--current {
  font-size: 15px;
  font-weight: 700;
  color: #2B2B2B;
}

.k88c__price--sale {
  color: var(--k88-cta-bg, #e65c3a);
}

.k88c__price--compare {
  font-size: 13px;
  color: #6B6B6B;
  text-decoration: line-through;
}

.k88c__notify-btn {
  display: inline-block;
  margin-top: 8px;
  padding: 8px 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: transparent;
  color: #757575;
  font-size: 13px;
  cursor: pointer;
  transition: border-color .2s, color .2s;
}

.k88c__notify-btn:hover,
.k88c__notify-btn:focus-visible {
  border-color: #757575;
  color: #555;
}

.k88c__notify-btn:focus-visible {
  outline: 2px solid #e65c3a;
  outline-offset: 2px;
}

@media (hover: hover) and (min-width: 1024px) {
  .k88c:hover .k88c__inner {
    box-shadow: 0 8px 30px rgba(0, 0, 0, .12);
  }

  .k88c:hover .k88c__img {
    transform: scale(1.03);
  }

  .k88c:hover .k88c__img--secondary {
    opacity: 1;
  }

  .k88c:hover .k88c__scrim {
    opacity: 1;
  }

  .k88c:hover .k88c__quickadd {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}

@media (hover: none),
(pointer: coarse) {
  .k88c:hover .k88c__img {
    transform: none;
  }

  .k88c:hover .k88c__scrim {
    opacity: 0;
  }

  .k88c:hover .k88c__quickadd {
    opacity: 0;
    transform: translate(-50%, 10px);
  }

  .k88c__add-mobile {
    display: inline-flex;
  }
}

.k88ph {
  margin: 64px 0;
}

.k88ph__carousel {
  position: relative;
}

.k88ph__carousel .swiper {
  overflow: hidden;
}

/* Prevent Swiper grab cursor from interfering with card clicks */
.k88ph__carousel .swiper-wrapper,
.k88ph__carousel .swiper-slide,
.section_product_2 .swiper-wrapper,
.section_product_2 .swiper-slide,
.section_product_3 .swiper-wrapper,
.section_product_3 .swiper-slide,
.section_flashsale .swiper-wrapper,
.section_flashsale .swiper-slide,
.section_recipe .swiper-wrapper,
.section_recipe .swiper-slide,
.k88pt__carousel .swiper-wrapper,
.k88pt__carousel .swiper-slide {
  cursor: auto !important;
}

/* Pin prev/next to left/right so hiding disabled prev doesn't pull next to the left */
.k88ph__carousel .swiper-button-cus {
  position: static;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
  height: 0;
  overflow: visible;
}

.k88ph__carousel .swiper-button-cus-prev,
.k88ph__carousel .swiper-button-cus-next {
  position: absolute;
  top: 50%;
  z-index: 5;
  transform: translateY(-50%);
  pointer-events: auto;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .06);
  margin: 0;
}

.k88ph__carousel .swiper-button-cus-prev {
  left: 8px;
  right: auto;
}

.k88ph__carousel .swiper-button-cus-next {
  right: 8px;
  left: auto;
}

.k88ph__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 32px;
  flex-wrap: wrap;
}

.k88ph__title {
  font-family: 'Noto Sans', 'Inter', system-ui, sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #2B2B2B;
  margin: 0;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  line-height: 1.4;
}

.k88ph__viewall {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 600;
  color: #e65c3a;
  text-decoration: none;
  white-space: nowrap;
  transition: color .2s;
  flex-shrink: 0;
}

.k88ph__viewall::after {
  content: '\2192';
  transition: transform .2s;
}

.k88ph__viewall:hover,
.k88ph__viewall:focus-visible {
  color: #c44e2e;
}

.k88ph__viewall:hover::after,
.k88ph__viewall:focus-visible::after {
  transform: translateX(4px);
}

.k88ph__viewall:focus-visible {
  outline: 2px solid #e65c3a;
  outline-offset: 2px;
  border-radius: 4px;
}

@media (max-width: 767px) {
  .k88ph {
    margin: 48px 0;
  }

  .k88ph__title {
    font-size: 22px;
    letter-spacing: 1px;
  }

  .k88ph__header {
    margin-bottom: 24px;
  }
}

.k88bs {
  position: fixed;
  inset: 0;
  z-index: 99999;
  pointer-events: none;
}

.k88bs[aria-hidden="true"] {
  visibility: hidden;
}

.k88bs--open,
.k88bs[aria-hidden="false"] {
  pointer-events: auto;
  visibility: visible;
}

.k88bs__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .5);
  opacity: 0;
  transition: opacity .2s ease;
}

.k88bs--open .k88bs__backdrop {
  opacity: 1;
}

.k88bs__panel {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 24px 24px 0 0;
  max-height: 85vh;
  overflow-y: auto;
  transform: translateY(100%);
  transition: transform .2s ease;
  will-change: transform;
  padding: 0;
}

.k88bs--open .k88bs__panel {
  transform: translateY(0);
}

.k88bs__header {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 20px 20px 16px;
  border-bottom: 1px solid #eee;
}

.k88bs__thumb {
  flex-shrink: 0;
  width: 72px;
  height: 72px;
  border-radius: 8px;
  overflow: hidden;
  background: #F5F5F5;
}

.k88bs__thumb-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.k88bs__header-text {
  flex: 1;
  min-width: 0;
}

.k88bs__title {
  margin: 0 0 4px;
  font-size: 16px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.43;
  padding-right: 12px;
}

.k88bs__price {
  font-size: 15px;
  font-weight: 600;
  color: var(--price-regular, #171412);
}

.k88bs__close {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 0;
  background: #f5f5f5;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  transition: background .2s;
}

.k88bs__close:hover,
.k88bs__close:focus-visible {
  background: #e8e8e8;
}

.k88bs__close:focus-visible {
  outline: 2px solid #e65c3a;
  outline-offset: 2px;
}

.k88bs__body {
  padding: 20px;
}

.k88bs__options {
  margin-bottom: 8px;
}

.k88bs__option-group {
  margin-bottom: 16px;
}

.k88bs__variants {
  margin-bottom: 24px;
}

.k88bs__variant-label,
.k88bs__qty-label {
  display: block;
  margin: 0 0 12px;
  font-size: 14px;
  font-weight: 600;
  color: #1a1a1a;
}

.k88bs__variant-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.k88bs__variant-pill {
  padding: 10px 18px;
  border: 1.5px solid #ddd;
  border-radius: 8px;
  background: #fff;
  font-size: 13px;
  cursor: pointer;
  transition: border-color .2s, background .2s;
  color: #333;
}

.k88bs__variant-pill:hover {
  border-color: #999;
}

/* ===== WHY US + TESTIMONIALS SECTION (yc14tab1) ===== */
.k88y {
  margin: 64px 0 80px;
}

.k88y__whyus {
  display: flex;
  align-items: stretch;
  gap: 34px;
  padding: 24px;
  margin-bottom: 30px;
  background: #fff;
  border: 1px solid #eee8df;
  border-radius: 16px;
  box-shadow: 0 1px 2px rgba(40, 28, 20, .03);
  overflow: hidden;
  /* clip video bleed to card radius */
}

.k88y__whyus-left {
  flex: 0 0 34%;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 4px 0 4px 6px;
}

/* Video flush to card top / right / bottom edges */
.k88y__whyus-right {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  margin: -24px -24px -24px 0;
  align-self: stretch;
}

.k88y__heading {
  font-family: var(--fontBody, 'Noto Sans', 'Inter', system-ui, sans-serif);
  font-size: 32px;
  font-weight: 800;
  color: #202020;
  margin: 0;
  line-height: 1.32;
  letter-spacing: 0;
  text-transform: uppercase;
}

.k88y__heading--why {
  color: #bc332e;
  margin-bottom: 26px;
}

.k88y__checklist {
  display: flex;
  flex-direction: column;
  gap: 19px;
}

.k88y__check-item {
  display: flex;
  gap: 18px;
  align-items: flex-start;
}

.k88y__check-icon {
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
  color: #fff;
  background: #c53631;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .24);
}

.k88y__check-icon svg {
  display: block;
}

.k88y__check-text {
  min-width: 0;
}

.k88y__check-title {
  display: block;
  font-size: 18px;
  font-weight: 800;
  color: #333;
  line-height: 1.32;
  margin-bottom: 4px;
}

.k88y__check-desc {
  margin: 0;
  font-size: 15px;
  color: #747474;
  line-height: 1.46;
}

.k88y__video {
  position: relative;
  flex: 1 1 auto;
  width: 100%;
  min-height: 100%;
  height: auto;
  align-self: stretch;
  border-radius: 0;
  overflow: hidden;
  aspect-ratio: auto;
  background: #eee3d7;
  border: 0;
}

.k88y__video::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 38%;
  background: linear-gradient(to top, rgba(0, 0, 0, .48), rgba(0, 0, 0, 0));
  pointer-events: none;
}

.k88y__video-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.k88y__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  min-width: auto;
  min-height: auto;
  border-radius: 50%;
  background: rgba(255, 255, 255, .95);
  color: #1a1a1a;
  box-shadow: 0 4px 24px rgba(0, 0, 0, .18);
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
  appearance: none;
  border: 0;
  padding: 0;
  cursor: pointer;
}

.k88y__play-icon,
.k88y__play svg {
  display: block;
  width: 34px;
  height: 34px;
  margin-left: 3px;
}

.k88y__play:hover {
  transform: translate(-50%, -50%) scale(1.1);
  box-shadow: 0 8px 32px rgba(0, 0, 0, .28);
  background: #fff;
}

.k88y__play:active {
  transform: translate(-50%, -50%) scale(.95);
}

.k88y__play:focus-visible {
  outline: 3px solid #c53631;
  outline-offset: 5px;
}

.k88y__video-caption {
  position: absolute;
  left: 30px;
  bottom: 22px;
  z-index: 2;
  margin: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.43;
  text-shadow: 0 1px 8px rgba(0, 0, 0, .45);
}

.k88y__testimonials {
  padding-top: 28px;
  border-top: 1px solid #e9e2d8;
}

.k88y__testi-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 20px;
}

.k88y__rating-badge {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.k88y__stars {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  color: #f5a623;
}

.k88y__rating-text {
  font-size: 16px;
  color: #4e4e4e;
  font-weight: 700;
  white-space: nowrap;
}

.k88y__testi-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-bottom: 18px;
}

.k88y__testi-card {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  min-height: 152px;
  padding: 18px 22px;
  background: #fff;
  border: 1px solid #eee7dd;
  border-radius: 10px;
  box-shadow: 0 1px 2px rgba(40, 28, 20, .02);
  transition: border-color .2s ease, box-shadow .2s ease;
}

.k88y__testi-card:hover {
  border-color: #e3d8ca;
  box-shadow: 0 8px 24px rgba(48, 34, 24, .06);
}

.k88y__testi-avatar {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  background: #f5f1eb;
  justify-self: center;
}

.k88y__testi-card .k88y__stars {
  margin-bottom: 12px;
}

.k88y__testi-quote {
  margin: 0 0 14px;
  font-size: 15px;
  color: #5f5f5f;
  line-height: 1.46;
  font-style: italic;
  font-weight: 600;
  quotes: none;
}

.k88y__testi-name {
  margin: 0 0 3px;
  font-size: 16px;
  font-weight: 800;
  color: #333;
  line-height: 1.32;
}

.k88y__testi-location {
  margin: 0;
  font-size: 14px;
  color: #6B6B6B;
  line-height: 1.43;
}

@media (max-width: 1199px) {
  .k88y__whyus {
    gap: 24px;
    padding: 22px;
  }

  .k88y__whyus-right {
    margin: -22px -22px -22px 0;
  }

  .k88y__whyus-left {
    flex-basis: 38%;
  }

  .k88y__check-title {
    font-size: 16px;
  }

  .k88y__check-desc {
    font-size: 14px;
  }

  .k88y__testi-card {
    grid-template-columns: 86px minmax(0, 1fr);
    gap: 14px;
    padding: 18px;
  }

  .k88y__testi-avatar {
    width: 76px;
    height: 76px;
  }
}

@media (max-width: 991px) {
  .k88y__whyus {
    flex-direction: column;
  }

  .k88y__whyus-left {
    flex: 1 1 auto;
    width: 100%;
  }

  /* Stacked: video bleeds left / right / bottom under checklist */
  .k88y__whyus-right {
    flex: 1 1 auto;
    width: auto;
    margin: 0 -22px -22px;
  }

  .k88y__video {
    min-height: 260px;
    aspect-ratio: 16 / 9;
    height: auto;
  }

  .k88y__testi-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .k88y__testi-cards {
    grid-template-columns: 1fr;
  }

  .k88y__testi-card {
    min-height: 132px;
  }
}

@media (max-width: 567px) {
  .k88y {
    padding: 28px 0 34px;
  }

  .k88y__whyus {
    padding: 20px 18px;
    margin-bottom: 26px;
  }

  .k88y__whyus-right {
    margin: 0 -18px -20px;
  }

  /* .k88y__heading font-size managed in master unified mobile block */
  .k88y__heading--why {
    margin-bottom: 20px;
  }

  .k88y__checklist {
    gap: 16px;
  }

  .k88y__check-item {
    gap: 12px;
  }

  .k88y__check-icon {
    flex-basis: 32px;
    width: 32px;
    height: 32px;
  }

  .k88y__video {
    min-height: 190px;
    aspect-ratio: 16 / 9;
  }

  .k88y__play {
    width: 56px;
    height: 56px;
  }

  .k88y__play-icon,
  .k88y__play svg {
    width: 28px;
    height: 28px;
    margin-left: 2px;
  }

  .k88y__video-caption {
    left: 18px;
    bottom: 16px;
    font-size: 14px;
  }

  .k88y__rating-badge {
    flex-wrap: wrap;
    gap: 8px;
  }

  .k88y__rating-text {
    font-size: 14px;
  }

  .k88y__testi-card {
    grid-template-columns: 72px minmax(0, 1fr);
    padding: 16px;
  }

  .k88y__testi-avatar {
    width: 66px;
    height: 66px;
  }

  .k88y__testi-quote {
    font-size: 14px;
  }
}

/* ===== GIFT COMBO + PACKAGING SECTION (yc15tab1) ===== */
.section_gift_combo {
  margin: 60px 0;
}

.k88gc {
  color: #272727;
}

.k88gc__hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 43%) minmax(0, 57%);
  min-height: 244px;
  overflow: hidden;
  border-radius: 8px;
  background: #050505;
  border: 1px solid #d9c9ac;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 1px 2px rgba(40, 28, 20, .08);
}

.k88gc__hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 85% 0%, rgba(214, 170, 80, .26), transparent 16%),
    linear-gradient(90deg, rgba(0, 0, 0, .05), rgba(0, 0, 0, .42) 48%, rgba(0, 0, 0, .18));
  pointer-events: none;
  z-index: 1;
}

.k88gc__hero::after {
  content: '';
  position: absolute;
  right: -34px;
  top: -24px;
  width: 190px;
  height: 58px;
  border-top: 13px solid #d8a74e;
  border-bottom: 10px solid #f5d889;
  transform: rotate(31deg);
  opacity: .9;
  filter: drop-shadow(0 5px 12px rgba(0, 0, 0, .45));
  pointer-events: none;
  z-index: 2;
}

.k88gc__hero-media {
  position: relative;
  z-index: 0;
  min-width: 0;
  background: #070707;
}

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

.k88gc__hero-content {
  position: relative;
  z-index: 3;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 34px 44px 32px 36px;
}

.k88gc__hero-title {
  margin: 0 0 8px;
  font-family: var(--fontBody, 'Noto Sans', 'Inter', system-ui, sans-serif);
  font-size: 34px;
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #f0cf82;
  text-shadow: 0 2px 0 rgba(0, 0, 0, .34);
}

.k88gc__hero-sub {
  margin: 0 0 22px;
  color: #fff;
  font-size: 21px;
  line-height: 1.32;
  font-weight: 800;
}

.k88gc__benefits {
  display: grid;
  grid-template-columns: minmax(112px, 1fr) minmax(126px, 1fr) minmax(132px, 1fr) auto;
  align-items: center;
  gap: 22px;
  margin-bottom: 18px;
}

.k88gc__benefit {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  color: #f4f4f4;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.46;
}

.k88gc__benefit-icon {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #cf3029;
}

.k88gc__benefit-icon svg {
  width: 38px;
  height: 38px;
  display: block;
}

.k88gc__price {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
  min-width: 128px;
  color: #fff;
}

.k88gc__price span {
  font-size: 13px;
  font-weight: 800;
  line-height: 1.32;
  color: #e7e0d3;
}

.k88gc__price strong {
  color: #e7392f;
  font-size: 29px;
  line-height: 1;
  font-weight: 900;
  white-space: nowrap;
}

.k88gc__cta {
  min-width: 276px;
  min-height: 56px;
  padding: 0 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  border-radius: 5px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  background: var(--k88-cta-bg, #e65c3a);
  border: 1px solid rgba(255, 255, 255, .16);
  color: #fff;
  box-shadow: 0 7px 16px rgba(0, 0, 0, .28);
  transition: background .2s ease, border-color .2s ease, transform .2s ease, color .2s ease;
}

.k88gc__hero:hover .k88gc__cta,
.k88gc__hero:focus-visible .k88gc__cta {
  background: var(--k88-cta-hover, #c44e2e);
  transform: translateY(-1px);
}

.k88gc__hero:focus-visible {
  outline: 3px solid var(--k88-cta-bg, #e65c3a);
  outline-offset: 4px;
}

.k88gc__pack {
  padding-top: 24px;
}

.k88gc__process {
  padding-top: 22px;
}

.k88gc__title {
  margin: 0 0 12px;
  font-family: var(--fontBody, 'Noto Sans', 'Inter', system-ui, sans-serif);
  font-size: 26px;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0;
  color: #252525;
  text-transform: uppercase;
}

.k88gc__pack-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.k88gc__pack-card {
  min-width: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
}

.k88gc__pack-img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.k88gc__steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
  column-gap: 42px;
  row-gap: 20px;
}

.k88gc__step {
  position: relative;
  display: grid;
  grid-template-columns: 96px 30px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.k88gc__step:not(:last-child)::after {
  content: '';
  position: absolute;
  left: calc(100% + 10px);
  top: 50%;
  width: 30px;
  height: 1px;
  border-top: 2px dotted #cfc7bc;
}

.k88gc__step:not(:last-child)::before {
  content: '';
  position: absolute;
  left: calc(100% + 38px);
  top: calc(50% - 4px);
  width: 7px;
  height: 7px;
  border-right: 2px solid #cfc7bc;
  border-top: 2px solid #cfc7bc;
  transform: rotate(45deg);
}

.k88gc__step-icon {
  width: 92px;
  height: 92px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #565656;
  border: 2px solid #d4d0ca;
  background: #fffdfa;
  flex-shrink: 0;
}

.k88gc__step-icon img,
.k88gc__step-icon svg {
  width: 48px;
  height: 48px;
  display: block;
  object-fit: contain;
}

.k88gc__step-num {
  color: #c9362d;
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
}

.k88gc__step-text {
  display: flex;
  flex-direction: column;
  gap: 7px;
  min-width: 0;
}

.k88gc__step-text strong {
  color: #333;
  font-size: 16px;
  line-height: 1.32;
  font-weight: 900;
}

.k88gc__step-text small {
  color: #6B6B6B;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 700;
}

@media (max-width: 1199px) {
  .k88gc__hero {
    grid-template-columns: minmax(0, 40%) minmax(0, 60%);
  }

  .k88gc__hero-content {
    padding: 28px 30px;
  }

  .k88gc__hero-title {
    font-size: 28px;
  }

  .k88gc__hero-sub {
    font-size: 18px;
    margin-bottom: 18px;
  }

  .k88gc__benefits {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px 18px;
  }

  .k88gc__price {
    grid-column: 1 / -1;
    flex-direction: row;
    align-items: baseline;
    gap: 10px;
  }
}

@media (max-width: 991px) {
  .k88gc__hero {
    grid-template-columns: 1fr;
  }

  .k88gc__hero-media {
    min-height: 240px;
    height: 240px;
  }

  .k88gc__hero::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .48) 52%, rgba(0, 0, 0, .05));
  }

  .k88gc__pack-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {

  /* ===== WHY US SECTION SPACING OPTIMIZATION ===== */
  .section_whyus {
    margin: 36px 0 !important;
  }

  .k88y__whyus {
    padding: 24px 20px !important;
    margin-bottom: 40px !important;
    border-radius: 12px !important;
  }

  .k88y__whyus-left {
    margin-bottom: 24px !important;
  }

  .k88y__heading--why {
    margin-bottom: 20px !important;
    line-height: 1.35 !important;
  }

  .k88y__checklist {
    gap: 16px !important;
    margin-bottom: 20px !important;
  }

  .k88y__testimonials {
    margin-top: 16px !important;
    padding-top: 10px !important;
  }

  .k88y__testi-header {
    margin-bottom: 20px !important;
  }

  /* ===== PREMIUM GIFT COMBO MOBILE OPTIMIZATION ===== */
  .section_gift_combo {
    margin: 36px 0 !important;
  }

  .k88gc__hero-content {
    padding: 24px 20px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    width: 100% !important;
  }

  .k88gc__hero-title {
    font-size: 18px !important;
    font-weight: 800 !important;
    line-height: 1.35 !important;
    color: #f0cf82 !important;
    text-shadow: 0 2px 0 rgba(0, 0, 0, .34) !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    margin-bottom: 8px !important;
    text-align: center !important;
    width: 100% !important;
  }

  .k88gc__hero-sub {
    font-size: 13.5px !important;
    line-height: 1.45 !important;
    color: #d0d0d0 !important;
    margin-bottom: 18px !important;
    text-align: center !important;
    width: 100% !important;
  }

  .k88gc__benefits {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 10px !important;
    margin: 16px 0 18px 0 !important;
    width: 100% !important;
    align-items: flex-start !important;
  }

  .k88gc__benefit {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    text-align: center !important;
    gap: 6px !important;
    width: 100% !important;
    min-width: 0 !important;
  }

  .k88gc__benefit-icon {
    flex: 0 0 36px !important;
    width: 36px !important;
    height: 36px !important;
    background: transparent !important;
    border-radius: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 auto 4px auto !important;
  }

  .k88gc__benefit-icon img,
  .k88gc__benefit-icon svg {
    width: 32px !important;
    height: 32px !important;
    object-fit: contain !important;
    display: block !important;
    margin: 0 auto !important;
  }

  .k88gc__benefit span:not(.k88gc__benefit-icon) {
    display: block !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    line-height: 1.3 !important;
    color: #f4f4f4 !important;
    text-align: center !important;
    word-break: break-word !important;
  }

  .k88gc__price {
    grid-column: 1 / -1 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    background: rgba(231, 57, 47, 0.12) !important;
    border: 1px solid rgba(231, 57, 47, 0.3) !important;
    border-radius: 10px !important;
    padding: 10px 14px !important;
    margin: 12px 0 16px 0 !important;
    width: 100% !important;
  }

  .k88gc__price span {
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #e7e0d3 !important;
  }

  .k88gc__price strong {
    font-size: 20px !important;
    font-weight: 900 !important;
    color: #ff5247 !important;
  }

  .k88gc__cta {
    width: 100% !important;
    min-height: 48px !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    border-radius: 8px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    text-transform: uppercase !important;
    background: #e65c3a !important;
    color: #ffffff !important;
  }

  .k88gc__title {
    margin-top: 18px !important;
    margin-bottom: 20px !important;
    line-height: 1.35 !important;
  }

  /* Packaging: a balanced swipeable strip (no more 2 + 1 orphan, and
     the images sit in a controlled landscape ratio instead of stretching) */
  .k88gc__pack {
    padding-top: 22px;
  }

  .k88gc__pack-grid {
    display: flex;
    grid-template-columns: none;
    gap: 12px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    margin: 0 -15px;
    padding: 2px 15px;
  }

  .k88gc__pack-grid::-webkit-scrollbar {
    display: none;
  }

  .k88gc__pack-card {
    flex: 0 0 78%;
    scroll-snap-align: start;
    border-radius: 12px;
    overflow: hidden;
  }

  .k88gc__pack-img {
    aspect-ratio: auto;
    object-fit: contain;
    width: 100%;
    height: auto;
  }

  /* Order process: vertical stepper with visible 2px connecting line directly between circular badges */
  .k88gc__process {
    padding-top: 24px !important;
    margin-top: 10px !important;
  }

  .k88gc__steps {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 0 !important;
  }

  .k88gc__step {
    display: grid !important;
    grid-template-columns: 44px minmax(0, 1fr) !important;
    column-gap: 16px !important;
    gap: 0 !important;
    align-items: flex-start !important;
    padding: 0 0 24px 0 !important;
    position: relative !important;
    text-align: left !important;
  }

  .k88gc__step:last-child {
    padding-bottom: 0 !important;
  }

  .k88gc__step:not(:last-child)::before {
    content: '' !important;
    display: block !important;
    position: absolute !important;
    left: 21.5px !important;
    top: 40px !important;
    bottom: -4px !important;
    width: 2px !important;
    background: #d8c49b !important;
    border: none !important;
    transform: none !important;
    z-index: 1 !important;
  }

  .k88gc__step:not(:last-child)::after {
    display: none !important;
  }

  .k88gc__step-icon {
    align-self: flex-start !important;
    width: 44px !important;
    height: 44px !important;
    border-radius: 50% !important;
    background: #ffffff !important;
    border: 2px solid #d8c49b !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04) !important;
    color: #e65c3a !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 2 !important;
    position: relative !important;
    margin: 0 !important;
  }

  .k88gc__step-icon img,
  .k88gc__step-icon svg {
    width: 22px !important;
    height: 22px !important;
    object-fit: contain !important;
    display: block !important;
  }

  .k88gc__step-num {
    position: absolute !important;
    top: -2px !important;
    left: 28px !important;
    width: 17px !important;
    height: 17px !important;
    border-radius: 50% !important;
    background: #e65c3a !important;
    color: #ffffff !important;
    font-size: 9.5px !important;
    font-weight: 800 !important;
    line-height: 15px !important;
    text-align: center !important;
    border: 1.5px solid #ffffff !important;
    box-shadow: 0 2px 4px rgba(230, 92, 58, 0.25) !important;
    z-index: 3 !important;
  }

  .k88gc__step-text {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: flex-start !important;
    text-align: left !important;
    gap: 3px !important;
    min-height: 44px !important;
    padding-top: 1px !important;
    width: 100% !important;
  }

  .k88gc__step-text strong {
    font-size: 14.5px !important;
    font-weight: 700 !important;
    color: #1a1a1a !important;
    letter-spacing: -0.1px !important;
    line-height: 1.35 !important;
    text-align: left !important;
  }

  .k88gc__step-text small {
    font-size: 13px !important;
    color: #666666 !important;
    line-height: 1.45 !important;
    text-align: left !important;
  }
}

/* ===== JOURNAL / BLOG SECTION (yc17tab1) ===== */
.section_blog {
  margin: 60px 0;
}

.k88jb {
  display: grid;
  grid-template-columns: minmax(230px, 280px) minmax(0, 1fr);
  gap: 74px;
  align-items: start;
  color: #252525;
}

.k88jb__intro {
  min-width: 0;
  padding-top: 2px;
}

.k88jb__eyebrow {
  display: inline-flex;
  flex-direction: column;
  gap: 14px;
  color: #222;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0;
  margin-bottom: 28px;
}

.k88jb__eyebrow::after {
  content: '';
  width: 38px;
  height: 1px;
  background: #b8aa94;
  display: block;
}

.k88jb__title {
  margin: 0 0 32px;
  font-family: var(--fontHeading, 'Noto Sans', system-ui, sans-serif);
  color: #111;
  font-size: 32px !important;
  font-weight: 650 !important;
  line-height: 1.35;
  letter-spacing: 0;
}

.k88jb__desc {
  margin: 0 0 58px;
  max-width: 235px;
  color: #474747;
  font-size: 16px;
  font-weight: 300 !important;
  line-height: 1.57;
}

.k88jb__all,
.k88jb__all--intro,
.k88jb__read,
.k88pt__link {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
  min-height: 36px;
  padding-bottom: 4px;
  border-bottom: 0;
  color: #e65c3a;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
  width: auto;
  min-width: 0;
  transition: color .2s ease;
}

.k88jb__all--intro,
.k88jb__read,
.k88pt__link {
  padding-bottom: 0;
  border-bottom: 0;
}

.k88jb__all>span,
.k88jb__read>span {
  display: inline-block;
  transition: transform .2s ease;
}

.k88jb__all:hover,
.k88jb__read:hover,
.k88jb__all:focus-visible,
.k88jb__read:focus-visible {
  color: #c44e2e;
}

.k88jb__all:hover>span,
.k88jb__read:hover>span,
.k88jb__all:focus-visible>span,
.k88jb__read:focus-visible>span {
  transform: translateX(6px);
}

.k88jb__all:focus-visible,
.k88jb__read:focus-visible {
  outline: 2px solid #c44e2e;
  outline-offset: 4px;
}

.k88jb__all--intro {
  min-width: 180px;
}

.k88jb__content {
  min-width: 0;
}

.k88jb__top {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-height: 48px;
  margin-bottom: 32px;
}

.k88jb__top .k88jb__all {
  border-bottom: 0;
  padding-bottom: 0;
  min-height: 36px;
}

/* Swiper container */
.k88jb__slider-wrap {
  position: relative;
  min-width: 0;
}

.k88jb__swiper,
.k88jb__grid.swiper {
  overflow: hidden;
  width: 100%;
  max-width: 100%;
}

.k88jb__swiper .swiper-wrapper,
.k88jb__grid.swiper .swiper-wrapper {
  align-items: stretch;
}

.k88jb__slide {
  height: auto;
  box-sizing: border-box;
}

/* Fallback before JS: never stack full-width tall cards */
.k88jb__grid:not(.swiper) {
  display: flex;
  flex-wrap: nowrap;
  gap: 24px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  max-width: 100%;
}

.k88jb__grid:not(.swiper)::-webkit-scrollbar {
  display: none;
}

.k88jb__grid:not(.swiper)>.k88jb__card {
  flex: 0 0 calc((100% - 48px) / 3);
  min-width: 0;
}

@media (max-width: 991px) {
  .k88jb__grid:not(.swiper)>.k88jb__card {
    flex: 0 0 calc((100% - 24px) / 2);
  }
}

@media (max-width: 767px) {
  .k88jb__grid:not(.swiper)>.k88jb__card {
    flex: 0 0 82%;
    min-width: 260px;
  }
}

.k88jb__card {
  min-width: 0;
  width: 100%;
}

.k88jb__media {
  display: block;
  overflow: hidden;
  aspect-ratio: 1.25 / 1;
  background: #181511;
  margin-bottom: 20px;
  text-decoration: none;
  width: 100%;
}

.k88jb__card--compact {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 0 0 14px;
  margin-bottom: 14px;
  border-bottom: 1px solid #ece5dc;
}

.k88jb__card--compact:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.k88jb__card--compact .k88jb__media {
  grid-row: 1 / span 3;
  aspect-ratio: 1 / 1;
  margin-bottom: 0;
  border-radius: 8px;
  background: #f5f5f5;
}

.k88jb__card--compact .k88jb__meta,
.k88jb__card--compact .k88jb__card-title,
.k88jb__card--compact .k88jb__excerpt,
.k88jb__card--compact .k88jb__read {
  grid-column: 2;
}

.k88jb__card--compact .k88jb__meta {
  justify-content: flex-start;
  gap: 8px;
  margin-bottom: 7px;
  font-size: 10px;
  line-height: 1.2;
  color: #7a6f63;
}

.k88jb__card--compact .k88jb__card-title {
  margin: 0;
  font-family: var(--fontBody, 'Noto Sans', sans-serif);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.42;
  -webkit-line-clamp: 3;
}

.k88jb__card--compact .k88jb__excerpt,
.k88jb__card--compact .k88jb__read {
  display: none;
}

.k88jb__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .28s ease, opacity .28s ease;
}

.k88jb__media:hover .k88jb__img,
.k88jb__media:focus-visible .k88jb__img {
  transform: scale(1.035);
  opacity: .94;
}

.k88jb__media:focus-visible {
  outline: 3px solid #c9362d;
  outline-offset: 4px;
}

.k88jb__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
  color: #343434;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.32;
  text-transform: uppercase;
}

.k88jb__meta time {
  color: #555;
  white-space: nowrap;
}

.k88jb__card-title {
  margin: 0 0 24px;
  font-family: 'Playfair Display', 'Cormorant Garamond', Georgia, serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.32;
  letter-spacing: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.k88jb__card-title a {
  color: #161616;
  text-decoration: none;
}

.k88jb__card-title a:hover {
  color: #c9362d;
}

.k88jb__excerpt {
  margin: 0 0 22px;
  color: #575757;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.78;
}

/* Navigation */
.k88jb__nav {
  position: absolute;
  top: 105px;
  left: -14px;
  right: -14px;
  width: calc(100% + 28px);
  height: 0;
  z-index: 5;
  display: block;
  margin: 0;
  padding: 0;
  pointer-events: none;
  transform: none;
}

.k88jb__nav-btn {
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #d4cfc4;
  background: #fff;
  color: #5c3d2e;
  cursor: pointer;
  transition: background .2s ease, color .2s ease, border-color .2s ease, opacity .25s ease, visibility .25s ease, transform .2s ease;
  padding: 0;
  pointer-events: auto;
  box-shadow: 0 2px 10px rgba(26, 26, 26, 0.08);
}

.k88jb__nav-btn:hover {
  background: #5c3d2e;
  color: #fff;
  border-color: #5c3d2e;
  transform: translateY(-50%) scale(1.06);
}

.k88jb__nav-btn--prev {
  left: 0;
  right: auto;
}

.k88jb__nav-btn--next {
  right: 0;
  left: auto;
}

.k88jb__nav-btn.swiper-button-disabled {
  pointer-events: none;
  display: none !important;
}

@media (max-width: 1199px) {
  .k88jb {
    grid-template-columns: 240px minmax(0, 1fr);
    gap: 40px;
  }

  .k88jb__title {
    font-size: 34px;
  }

  .k88jb__card-title {
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  .section_blog {
    margin: 40px 0;
  }

  .k88jb {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .k88jb__intro {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 20px;
  }

  .k88jb__eyebrow {
    grid-column: 1 / -1;
    margin-bottom: 0;
  }

  .k88jb__title {
    margin-bottom: 0;
    max-width: 560px;
  }

  .k88jb__desc {
    grid-column: 1 / -1;
    margin: 0;
    max-width: 520px;
  }

  .k88jb__all--intro {
    grid-column: 2;
    grid-row: 2;
  }

  .k88jb__top {
    display: none;
  }
}

@media (max-width: 767px) {
  .section_blog {
    margin: 32px 0;
  }

  .k88jb__intro {
    display: block;
  }

  .k88jb__eyebrow {
    margin-bottom: 20px;
  }

  .k88jb__title {
    font-size: 30px;
    margin-bottom: 22px;
  }

  .k88jb__desc {
    font-size: 15px;
    margin-bottom: 24px;
  }

  .k88jb__all--intro {
    margin-bottom: 4px;
  }

  .k88jb__media {
    margin-bottom: 16px;
  }

  .k88jb__meta {
    margin-bottom: 14px;
  }

  .k88jb__card-title {
    font-size: 21px;
    margin-bottom: 16px;
  }

  .k88jb__excerpt {
    margin-bottom: 16px;
  }

  /* Mobile Blog: Horizontal Swipe-Right Slider layout */
  .k88jb__grid:not(.swiper) {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    gap: 16px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
    margin: 0 -15px !important;
    padding: 4px 15px !important;
  }

  .k88jb__grid:not(.swiper)::-webkit-scrollbar {
    display: none !important;
  }

  .k88jb__grid:not(.swiper)>.k88jb__card {
    flex: 0 0 82% !important;
    min-width: 270px !important;
    scroll-snap-align: start !important;
  }
}

@media (max-width: 420px) {
  .k88jb__title {
    font-size: 23px;
  }

  .k88jb__meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }
}

/* ===== STRATEGIC PARTNERS SECTION (yc18tab1) ===== */
.section_doitac {
  margin: 60px 0;
}

.k88pt {
  display: grid;
  grid-template-columns: minmax(250px, 360px) minmax(0, 1fr);
  gap: 58px;
  align-items: stretch;
  color: #222;
}

.k88pt__intro {
  min-width: 0;
  padding-right: 42px;
}

.k88pt__eyebrow {
  display: inline-flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 28px;
  color: #252525;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.k88pt__eyebrow::after {
  content: '';
  width: 38px;
  height: 1px;
  display: block;
  background: #b8aa94;
}

.k88pt__title {
  margin: 0 0 30px;
  font-family: var(--fontHeading, 'Noto Sans', system-ui, sans-serif);
  color: #111;
  font-size: 32px !important;
  font-weight: 650 !important;
  line-height: 1.35;
  letter-spacing: 0;
}

.k88pt__desc {
  margin: 0 0 54px;
  max-width: 330px;
  color: #3d3d3d;
  font-size: 16px;
  font-weight: 300 !important;
  line-height: 1.67;
}

.k88pt__link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  min-height: 44px;
  padding-bottom: 0;
  border-bottom: 0;
  color: #e65c3a;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  transition: color .2s ease;
}

.k88pt__link>span {
  display: inline-block;
  transition: transform .2s ease;
}

.k88pt__link:hover,
.k88pt__link:focus-visible {
  color: #c44e2e;
}

.k88pt__link:hover>span,
.k88pt__link:focus-visible>span {
  transform: translateX(6px);
}

.k88pt__link:focus-visible {
  outline: 2px solid #c44e2e;
  outline-offset: 4px;
}

.k88pt__carousel {
  position: relative;
  min-width: 0;
  width: 100%;
  align-self: stretch;
  border-left: 1px solid #ddd4c6;
}

.k88pt__carousel::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 3;
  height: 1px;
  background: #e1d8ca;
  pointer-events: none;
}

.k88pt__carousel .swiper {
  overflow: hidden;
  width: 100%;
}

/* Two-row horizontal logo slider */
.k88pt__swiper {
  width: 100%;
  height: 100%;
  min-height: 320px;
  overflow: hidden;
}

.k88pt__swiper .swiper-wrapper {
  height: 100% !important;
  align-items: stretch;
}

.k88pt__swiper .swiper-slide {
  height: 50% !important;
  box-sizing: border-box;
}

.k88pt__carousel .swiper-button-cus {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 5;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
  gap: 0;
  transform: translateY(-50%);
  margin: 0;
  padding: 0 4px;
}

.k88pt__carousel .swiper-button-cus-prev,
.k88pt__carousel .swiper-button-cus-next {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  transform: none;
  pointer-events: auto;
  margin: 0;
  width: 40px;
  height: 40px;
  border: 1px solid #d4cfc4;
  border-radius: 50%;
  background: #fff;
  color: #5c3d2e;
  box-shadow: 0 2px 10px rgba(26, 26, 26, 0.08);
  appearance: none;
  -webkit-appearance: none;
  padding: 0;
}

.k88pt__carousel .swiper-button-cus-prev:hover,
.k88pt__carousel .swiper-button-cus-next:hover {
  background: #5c3d2e;
  color: #fff;
  border-color: #5c3d2e;
}

.k88pt__logo-card {
  min-height: 0;
  padding: 8px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-right: 1px solid #e1d8ca;
  color: #202020;
  box-sizing: border-box;
}

.k88pt__logo-img {
  max-width: 96%;
  width: auto;
  height: auto;
  max-height: 168px;
  display: block;
  object-fit: contain;
}

@media (max-width: 991px) {
  .k88pt {
    grid-template-columns: 1fr;
    gap: 32px;
    align-items: stretch;
  }

  .k88pt__intro {
    padding-right: 0;
  }

  .k88pt__carousel {
    height: 280px;
    border-left: 0;
  }

  .k88pt__swiper {
    height: 100%;
    min-height: 0;
  }

  .k88pt__logo-card {
    padding: 6px 8px;
  }

  .k88pt__logo-img {
    max-height: 138px;
  }
}

@media (max-width: 767px) {
  .k88pt__carousel {
    height: 240px;
  }

  .k88pt__swiper {
    height: 100%;
  }

  .k88pt__logo-card {
    padding: 4px 6px;
  }

  .k88pt__logo-img {
    max-height: 108px;
  }
}

.k88pt__mark {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin-bottom: 10px;
  color: #202020;
}

.k88pt__mark--crest {
  width: 54px;
  height: 54px;
  border: 2px solid currentColor;
  border-radius: 50%;
  font-family: Georgia, serif;
  font-size: 27px;
  font-weight: 700;
  line-height: 1;
}

.k88pt__mark--wave {
  margin-bottom: 6px;
}

.k88pt__mark--sun {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background:
    repeating-linear-gradient(0deg, rgba(255, 255, 255, .72) 0 3px, transparent 3px 7px),
    #cf352e;
}

.k88pt__mark--kanji {
  font-family: 'Yu Mincho', 'MS Mincho', Georgia, serif;
  font-size: 46px;
  font-weight: 900;
  line-height: 1;
  transform: rotate(-7deg);
}

.k88pt__mark--mountain {
  margin-bottom: 0;
}

.k88pt__mark--hex {
  width: 58px;
  height: 52px;
  color: #202020;
  font-family: Georgia, serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
  background: currentColor;
  clip-path: polygon(25% 3%, 75% 3%, 100% 50%, 75% 97%, 25% 97%, 0 50%);
  position: relative;
}

.k88pt__mark--hex::before {
  content: '';
  position: absolute;
  inset: 8px;
  background: #fbf7ef;
  clip-path: polygon(25% 3%, 75% 3%, 100% 50%, 75% 97%, 25% 97%, 0 50%);
}

.k88pt__mark--hex::after {
  content: '亀';
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #202020;
}

.k88pt__mark--bird {
  min-height: 58px;
}

.k88pt__logo-main {
  display: block;
  color: #202020;
  font-family: var(--fontBody, 'Noto Sans', 'Inter', Arial, sans-serif);
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 7px;
}

.k88pt__logo-main--spaced {
  letter-spacing: 9px;
}

.k88pt__logo-main--serif {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 24px;
  letter-spacing: 1px;
  line-height: 1.08;
}

.k88pt__logo-main--zensho {
  font-size: 30px;
  letter-spacing: 1px;
  text-transform: none;
  font-weight: 900;
}

.k88pt__logo-sub {
  display: block;
  margin-top: 10px;
  color: #333;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.k88pt__logo-note {
  display: block;
  margin-top: 11px;
  color: #333;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 1px;
}

@media (max-width: 1199px) {
  .k88pt {
    grid-template-columns: 310px minmax(0, 1fr);
    gap: 36px;
  }

  .k88pt__intro {
    padding-right: 20px;
  }

  .k88pt__title {
    font-size: 34px;
  }

  .k88pt__logo-card {
    padding: 16px 12px;
  }

  .k88pt__logo-img {
    max-height: 88px;
  }
}

@media (max-width: 991px) {
  .section_doitac {
    margin: 40px 0;
  }

  .k88pt {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .k88pt__intro {
    padding-right: 0;
  }

  .k88pt__desc {
    max-width: 620px;
    margin-bottom: 28px;
  }

  .k88pt__logo-card {
    min-height: 140px;
  }
}

@media (max-width: 567px) {
  .section_doitac {
    margin: 32px 0;
  }

  .k88pt__eyebrow {
    margin-bottom: 18px;
  }

  .k88pt__title {
    font-size: 27px;
    line-height: 1.34;
    letter-spacing: -0.2px;
    margin-bottom: 18px;
    text-wrap: balance;
  }

  .k88pt__desc {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 22px;
  }

  .k88pt__link {
    font-size: 13px;
    gap: 18px;
  }

  .k88pt__logo-card {
    min-height: 120px;
  }

  .k88pt__logo-main {
    font-size: 24px;
  }
}

/* ===== HORECA PARTNER CTA SECTION (yc19tab1) ===== */
.section_horeca_partner {
  margin: 60px 0;
}

.k88hp {
  display: grid;
  grid-template-columns: minmax(0, 55%) minmax(0, 45%);
  gap: 52px;
  align-items: center;
  color: #2b2b2b;
}

.k88hp__content {
  min-width: 0;
}

.k88hp__eyebrow {
  display: block;
  margin-bottom: 18px;
  color: var(--k88-cta-bg, #e65c3a);
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: .4px;
}

.k88hp__title {
  margin: 0 0 24px;
  font-family: var(--fontHeading, 'Noto Sans', system-ui, sans-serif);
  color: #111;
  font-size: 32px !important;
  font-weight: 650 !important;
  line-height: 1.35;
  letter-spacing: 0;
}

.k88hp__title em {
  color: var(--k88-cta-bg, #e65c3a);
  font-style: normal;
}

.k88hp__desc {
  max-width: 430px;
  margin: 0 0 34px;
  color: #555;
  font-size: 15px;
  font-weight: 300 !important;
  line-height: 1.78;
}

.k88hp__benefits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 42px;
}

.k88hp__benefit {
  min-width: 0;
  padding: 0 20px;
  text-align: center;
  border-right: 1px solid #e5ddd1;
}

.k88hp__benefit:last-child {
  border-right: 0;
}

.k88hp__icon {
  margin: 0 auto 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #726b62;
}

.k88hp__icon svg {
  display: block;
  width: 34px;
  height: 34px;
}

.k88hp__benefit strong {
  display: block;
  margin-bottom: 14px;
  color: #333;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.46;
}

.k88hp__benefit small {
  display: block;
  color: #6b6b6b;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}

.k88hp__cta {
  min-width: 276px;
  min-height: 56px;
  padding: 0 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 5px;
  text-decoration: none !important;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  background: var(--k88-cta-bg, #e65c3a);
  color: #fff !important;
  box-shadow: 0 10px 18px rgba(145, 42, 31, .14);
  transition: background .2s ease, border-color .2s ease, transform .2s ease, color .2s ease;
}

.k88hp__cta::after {
  content: '\2192';
  transition: transform .2s;
}

.k88hp__cta:hover,
.k88hp__cta:focus-visible {
  color: #fff;
  background: var(--k88-cta-hover, #c44e2e);
  transform: translateY(-1px);
}

.k88hp__cta:hover::after,
.k88hp__cta:focus-visible::after {
  transform: translateX(4px);
}

.k88hp__cta:focus-visible {
  outline: 3px solid var(--k88-cta-focus, rgba(230, 92, 58, .35));
  outline-offset: 4px;
}

.k88hp__visual {
  min-width: 0;
}

.k88hp__photo {
  overflow: hidden;
  border-radius: 12px;
  box-shadow: none;
}

.k88hp__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1 / 1.18;
}

@media (max-width: 1199px) {
  .k88hp {
    gap: 34px;
  }

  .k88hp__title {
    font-size: 36px;
  }

  .k88hp__benefit {
    padding: 0 12px;
  }
}

@media (max-width: 991px) {
  .section_horeca_partner {
    margin: 40px 0;
  }

  .k88hp {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .k88hp__desc {
    max-width: 620px;
  }

  .k88hp__visual {
    order: -1;
    max-width: 760px;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .section_horeca_partner {
    margin: 32px 0;
  }

  .k88hp__title {
    font-size: 26px;
  }

  .k88hp__desc {
    font-size: 14px;
    margin-bottom: 24px;
  }

  .k88hp__benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 0;
    margin-bottom: 28px;
  }

  .k88hp__benefit {
    padding: 0 14px;
  }

  .k88hp__cta {
    width: 100%;
    min-width: 0;
  }

  .k88hp__visual {
    grid-template-columns: 1fr;
  }

  .k88hp__photo {
    border-radius: 10px;
  }
}

@media (max-width: 420px) {
  .k88hp__benefit {
    border-right: 0;
    padding: 0 8px;
  }

  .k88hp__benefit:nth-child(odd) {
    border-right: 1px solid #e5ddd1;
  }
}

/* ===== HOME CTA STRIP (yc16tab1) ===== */
.section_home_cta {
  margin: 60px 0;
  position: relative;
  overflow: hidden;
  border-top: 1px solid #eee6da;
  border-bottom: 1px solid #e6d8c8;
  background: #fbf8f2;
}

.k88cta {
  position: relative;
  z-index: 2;
  min-height: 206px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.k88cta__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  z-index: 0;
}

.section_home_cta::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(251, 248, 242, .08), rgba(251, 248, 242, .58) 31%, rgba(251, 248, 242, .88) 50%, rgba(251, 248, 242, .58) 69%, rgba(251, 248, 242, .08));
  pointer-events: none;
}

.k88cta__content {
  position: relative;
  z-index: 2;
  width: min(920px, calc(100% - 32px));
  padding: 28px 16px;
  text-align: center;
}

.k88cta__title {
  margin: 0 0 10px;
  font-family: var(--fontBody, 'Noto Sans', 'Inter', system-ui, sans-serif);
  font-size: 34px;
  font-weight: 900;
  line-height: 1.32;
  letter-spacing: 0;
  color: #202020;
}

.k88cta__subtitle {
  margin: 0 0 18px;
  font-size: 21px;
  line-height: 1.43;
  color: #6f6f6f;
  font-weight: 800;
}

.k88cta__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  flex-wrap: wrap;
}

.k88cta__btn {
  min-width: 276px;
  min-height: 56px;
  padding: 0 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  border-radius: 5px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  transition: background .2s ease, border-color .2s ease, transform .2s ease, color .2s ease;
}

.k88cta__btn--primary {
  color: #fff;
  background: var(--k88-cta-bg, #e65c3a);
  border: 1px solid var(--k88-cta-bg, #e65c3a);
  box-shadow: 0 2px 0 rgba(90, 35, 25, .22);
}

.k88cta__btn--secondary {
  color: #333;
  background: rgba(255, 255, 255, .68);
  border: 2px solid #c8c0b6;
}

.k88cta__btn:hover,
.k88cta__btn:focus-visible {
  transform: translateY(-1px);
}

.k88cta__btn--primary:hover,
.k88cta__btn--primary:focus-visible {
  color: #fff;
  background: var(--k88-cta-hover, #c44e2e);
  border-color: var(--k88-cta-hover, #c44e2e);
}

.k88cta__btn--secondary:hover,
.k88cta__btn--secondary:focus-visible {
  color: #1f1f1f;
  border-color: #9d958b;
  background: #fff;
}

.k88cta__btn:focus-visible {
  outline: 3px solid var(--k88-cta-bg, #e65c3a);
  outline-offset: 4px;
}

@media (max-width: 991px) {
  .k88cta__title {
    font-size: 28px;
  }

  .k88cta__subtitle {
    font-size: 17px;
  }

  .k88cta__btn {
    min-width: 228px;
    min-height: 52px;
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .k88cta {
    min-height: 260px;
  }

  .k88cta__bg {
    object-position: center;
  }

  .section_home_cta::after {
    background: rgba(251, 248, 242, .42);
  }

  .k88cta__content {
    padding: 32px 16px;
  }

  /* .k88cta__title font-size managed in master unified mobile block */
  .k88cta__subtitle {
    font-size: 13.5px !important;
    margin-bottom: 20px !important;
    line-height: 1.45 !important;
  }

  .k88cta__actions {
    gap: 12px;
  }

  .k88cta__btn {
    width: min(100%, 310px);
    min-height: 48px;
    padding: 0 22px;
    font-size: 14px;
    gap: 14px;
  }
}

.k88bs__variant-pill--active {
  border-color: #e85c2a;
  background: #fff4ef;
  color: #e85c2a;
  font-weight: 600;
}

.k88bs__variant-pill:focus-visible {
  outline: 2px solid #e65c3a;
  outline-offset: 2px;
}

.k88bs__quantity {
  margin-bottom: 24px;
}

.k88bs__qty-controls {
  display: inline-flex;
  align-items: center;
  border: 1.5px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
}

.k88bs__qty-btn {
  width: 40px;
  height: 40px;
  border: 0;
  background: #f9f9f9;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  transition: background .2s;
}

.k88bs__qty-btn:hover,
.k88bs__qty-btn:focus-visible {
  background: #eee;
}

.k88bs__qty-btn:focus-visible {
  outline: 2px solid #e65c3a;
  outline-offset: -2px;
}

.k88bs__qty-input {
  width: 56px;
  height: 40px;
  border: 0;
  border-left: 1.5px solid #ddd;
  border-right: 1.5px solid #ddd;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  color: #1a1a1a;
  background: #fff;
  -moz-appearance: textfield;
}

.k88bs__qty-input::-webkit-inner-spin-button,
.k88bs__qty-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.k88bs__footer {
  padding: 0 20px 20px;
}

.k88bs__add-btn {
  width: 100%;
  padding: 16px;
  border: 0;
  border-radius: 8px;
  background: var(--k88-cta-bg, #e65c3a);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  transition: background .2s;
}

.k88bs__add-btn:hover,
.k88bs__add-btn:focus-visible {
  background: var(--k88-cta-hover, #c44e2e);
}

.k88bs__add-btn:disabled {
  background: #ccc !important;
  color: #fff !important;
  cursor: not-allowed;
}

.k88bs__add-btn:focus-visible {
  outline: 2px solid #e65c3a;
  outline-offset: -2px;
}

@supports (padding-bottom: env(safe-area-inset-bottom)) {
  .k88bs__footer {
    padding-bottom: calc(20px + env(safe-area-inset-bottom));
  }
}

.k88ns {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.k88ns[aria-hidden="true"] {
  display: none !important;
  visibility: hidden;
}

.k88ns--open,
.k88ns[aria-hidden="false"] {
  display: flex !important;
  visibility: visible;
}

.k88ns__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .5);
}

.k88ns__dialog {
  position: relative;
  background: #fff;
  border-radius: 12px;
  padding: 32px 28px;
  max-width: 440px;
  width: 100%;
}

.k88ns__close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 0;
  background: #f5f5f5;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  transition: background .2s;
}

.k88ns__close:hover,
.k88ns__close:focus-visible {
  background: #e8e8e8;
}

.k88ns__close:focus-visible {
  outline: 2px solid #e65c3a;
  outline-offset: 2px;
}

.k88ns__title {
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.43;
  padding-right: 24px;
}

.k88ns__text {
  margin: 0 0 12px;
  font-size: 14px;
  color: #666;
  line-height: 1.57;
}

.k88ns__form {
  margin-top: 20px;
}

.k88ns__input {
  width: 100%;
  padding: 14px 16px;
  border: 1.5px solid #ddd;
  border-radius: 8px;
  font-size: 14px;
  color: #1a1a1a;
  background: #fff;
  outline: none;
  transition: border-color .2s;
  box-sizing: border-box;
}

.k88ns__input:focus {
  border-color: #e65c3a;
}

.k88ns__input::placeholder {
  color: #6B6B6B;
}

.k88ns__submit {
  width: 100%;
  margin-top: 12px;
  padding: 14px;
  border: 0;
  border-radius: 8px;
  background: #1a1a1a;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: background .2s;
}

.k88ns__submit:hover,
.k88ns__submit:focus-visible {
  background: #333;
}

.k88ns__submit:focus-visible {
  outline: 2px solid #e65c3a;
  outline-offset: 2px;
}

.k88ns__success {
  display: none;
  margin-top: 16px;
  padding: 14px;
  border-radius: 8px;
  background: #f0f7ee;
  color: #4A7C44;
  font-size: 14px;
  line-height: 1.57;
  text-align: center;
}

/* ===== KOME88 PRODUCT CARD (đồng bộ collection) ===== */
.k88-card {
  width: 100%;
  position: relative;
  background: #ffffff;
  border: 1px solid #eae6df;
  border-radius: 16px;
  padding: 0 16px 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: box-shadow .3s ease, border-color .3s ease;
}

.k88-card:hover {
  box-shadow: 0 6px 24px rgba(0, 0, 0, .08);
  border-color: #ddd8cf;
}

.k88-card__media {
  position: relative;
  margin: 0 -16px;
  overflow: hidden;
  background: #ffffff;
  border-radius: 15px 15px 0 0;
}

.k88-card__image-link {
  display: block;
  aspect-ratio: 1;
  border-radius: 15px 15px 0 0;
  overflow: hidden;
}

.k88-card__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}

.k88-card:hover .k88-card__image {
  transform: scale(1.06);
}

.k88-card__badge-stack {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  pointer-events: none;
}

.k88-card__badge {
  position: static;
  min-height: 26px;
  padding: 5px 10px;
  border-radius: 8px;
  color: #fff;
  font-size: 11px;
  line-height: 1;
  font-weight: 800;
  text-transform: none;
  letter-spacing: 0;
  display: flex;
  align-items: center;
}

.k88-card__badge--fresh {
  background: #2e7d32;
}

.k88-card__badge--oos {
  background: #ffba00;
  color: #1c1c1c;
}

.k88-card__badge--best {
  background: #d96d3d;
}

.k88-card__badge--new {
  background: #6c8345;
}

.k88-card__badge--sale {
  background: #c9362d;
}

.k88-card__badge--custom {
  gap: 5px;
}

.k88-card__badge-icon {
  flex: 0 0 14px;
  width: 14px;
  height: 14px;
  object-fit: contain;
}

.k88-card__newness-badge {
  position: static;
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 5px 10px;
  border-radius: 6px;
  background: #e9785c;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
  pointer-events: none;
  box-shadow: 0 2px 7px rgba(90, 45, 31, 0.16);
}

.k88-card__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 12px 0 0;
  min-width: 0;
}

.k88-card__title {
  margin: 0 0 6px !important;
  font-size: 15px !important;
  line-height: 1.35 !important;
  font-weight: 800;
  letter-spacing: 0;
  min-height: calc(1.35em * 2);
}

.k88-card__title a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #1c1c1c;
  text-decoration: none;
}

.k88-card__title a:hover {
  color: #e85c2a;
}

.k88-card__meta {
  margin: 0 0 6px !important;
  color: #6b6b6b !important;
  font-size: 13px !important;
  line-height: 1.32 !important;
  display: block !important;
}

.k88-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 8px !important;
}

.k88-card__footer--notify {
  display: block;
}

.k88-card__price-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px 6px;
}

.k88-card__price {
  color: var(--price-regular, #171412);
  font-size: 16px;
  line-height: 1.32;
  font-weight: 900;
}

.k88-card__price--sale {
  color: var(--k88-cta-bg, #e65c3a);
}

.k88-card__compare-price {
  color: #8a8a8a;
  font-size: 13px;
  line-height: 1.32;
  font-weight: 500;
  text-decoration: line-through;
}

.k88-card__add {
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e85c2a;
  border-radius: 50%;
  background: #e85c2a;
  color: #fff;
  cursor: pointer;
  padding: 0;
  transition: opacity .25s ease, background-color 200ms ease, transform 200ms ease;
  flex-shrink: 0;
  opacity: 1;
}

.k88-card__add span {
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
  transform: translateY(-1px);
}

.k88-card__add:hover,
.k88-card__add:focus-visible {
  background: #d14e22;
  border-color: #d14e22;
  color: #fff;
  transform: translateY(-1px);
}

.k88-card__add--placeholder {
  border-color: transparent;
  background: transparent;
  box-shadow: none;
  pointer-events: none;
  visibility: hidden;
}

.k88-card__notify {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  min-height: 44px;
  padding: 10px 12px;
  border: 1.5px solid #e85c2a;
  border-radius: 10px;
  background: #fff;
  color: #e85c2a;
  font-size: 13px;
  line-height: 1.25;
  font-weight: 700;
  cursor: pointer;
  text-align: center;
  transition: background-color 200ms ease, color 200ms ease;
}

.k88-card__notify:hover,
.k88-card__notify:focus-visible {
  background: #fff4ef;
}

.k88-card__notify span {
  flex: 1;
}

.k88-card__add:focus-visible,
.k88-card__notify:focus-visible,
.k88-card__title a:focus-visible {
  outline: 2px solid #e85c2a;
  outline-offset: 3px;
}

@media (max-width: 767px) {
  .k88-card {
    padding: 0 12px 12px;
  }

  .k88-card__media {
    margin-right: -12px;
    margin-left: -12px;
  }

  .k88-card__title {
    font-size: 14px;
  }

  .k88-card__meta {
    font-size: 12px;
  }

  .k88-card__price {
    font-size: 15px;
  }

  .k88-card__add {
    width: 36px;
    height: 36px;
    min-width: 36px;
    min-height: 36px;
    opacity: 1;
  }

  .k88-card__notify {
    font-size: 12px;
    min-height: 42px;
    padding: 8px 10px;
  }
}

.k88bs__backdrop {
  transition: opacity 300ms ease-out;
}

.k88bs__panel {
  transition: transform 300ms ease-out;
}

.k88bs__variant-pills {
  max-height: min(252px, 36vh);
  overflow-y: auto;
  padding-right: 2px;
  -webkit-overflow-scrolling: touch;
}

.k88bs__variant-pill {
  min-height: 42px;
  touch-action: manipulation;
}

.k88bs__add-btn {
  min-height: 50px;
  border-radius: 4px;
}

@media (max-width: 567px) {
  .k88bs__panel {
    border-radius: 14px 14px 0 0;
    max-height: 88vh;
  }

  .k88bs__footer {
    padding-left: 14px;
    padding-right: 14px;
  }

  .k88bs__add-btn {
    width: calc(100% + 28px);
    margin-left: -14px;
    margin-right: -14px;
    border-radius: 0;
  }
}

/* ===== KOME88 SKELETON ===== */
.k88-card__skeleton {
  pointer-events: none;
  visibility: visible;
}

.k88-skeleton {
  background: linear-gradient(110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);
  background-size: 200% 100%;
  animation: k88-shimmer 1.5s ease-in-out infinite;
  border-radius: 8px;
}

@keyframes k88-shimmer {
  0% {
    background-position: 200% 0;
  }

  100% {
    background-position: -200% 0;
  }
}

.k88-skeleton--img {
  aspect-ratio: 4 / 5;
  width: 100%;
  border-radius: 12px;
}

.k88-skeleton--text {
  height: 14px;
  margin-bottom: 8px;
}

.k88-skeleton--text:last-child {
  width: 60%;
  margin-bottom: 12px;
}

.k88-skeleton--price {
  height: 20px;
  width: 50%;
  margin-top: auto;
}

.k88-skeleton--btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  flex-shrink: 0;
}

/* ===== END KOME88 SKELETON ===== */

/* ===== END KOME88 PRODUCT CARD V2 ===== */

/* ===== KOME88 COLLECTION REDESIGN ===== */
.collection-listproduct {
  align-items: flex-start;
  margin-top: 28px;
  margin-bottom: 64px;
  background: transparent;
}

.k88cl__sidebar-col {
  flex: 0 0 272px;
  max-width: 272px;
  align-self: flex-start;
  background: transparent;
  position: sticky;
  top: 0;
  height: min-content;
}

.k88cl__main-col {
  flex: 1 1 calc(100% - 272px);
  max-width: calc(100% - 272px);
  background: transparent;
}

.sidebar-collection.dqdt-sidebar {
  position: relative;
  padding-right: 0 !important;
  border-right: none !important;
  max-height: none;
  overflow: visible;
}

@media (min-width: 992px) {

  .collection-listproduct>.k88cl__sidebar-col,
  .collection-listproduct>.k88cl__sidebar-col>*,
  .sidebar-collection.dqdt-sidebar,
  .k88cl__sidebar-col,
  .k88cl-filter-shell,
  .k88cl-filter-shell .wrapper_layered_filter,
  .k88cl-filter-shell .layered_filter_parent,
  .k88cl-filter-shell .layered_filter_container,
  .k88cl-filter-shell .layered_filter_group,
  .k88cl-filter-shell .aside-filter,
  .k88cl-filter-shell .aside-content-menu,
  .k88cl-filter-shell .aside-item,
  .k88cl-filter-shell .filter_group_block,
  .k88cl-filter-shell .k88cl-filter-group,
  .aside-filter .aside-item,
  .aside-content-menu {
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
  }

  .k88cl-filter-shell .aside-content-menu,
  .k88cl-filter-shell .aside-item,
  .aside-filter .aside-item,
  .aside-content-menu {
    padding: 0 !important;
    border-radius: 0 !important;
  }
}

/* Hard reset against legacy collection.scss.liquid rules that reuse the
   same class names (.aside-filter .aside-item .aside-content input/li)
   with higher CSS specificity and would otherwise silently win the
   cascade over the k88cl-* rules below. */
.aside-filter .aside-item .aside-content li.filter-item,
.k88cl-filter-checkboxes .filter-item {
  display: block !important;
  align-items: normal !important;
  margin-block: 0 !important;
}

.aside-filter .aside-item .aside-content input,
.k88cl-filter-checkboxes input {
  position: absolute !important;
  opacity: 0 !important;
  width: 20px !important;
  height: 20px !important;
  margin: 0 !important;
  pointer-events: none !important;
}

.aside-filter .aside-item .aside-content label,
.k88cl-filter-checkboxes label {
  margin-bottom: 0 !important;
}

.aside-filter .aside-item .aside-content label:hover,
.k88cl-filter-checkboxes label:hover {
  color: var(--text, #33302d);
}

.aside-filter .aside-item.filter-color label {
  width: auto !important;
  height: auto !important;
  border: 0 !important;
  float: none !important;
}

/* Fixed margin-bottom on every group (instead of relying on adjacent-
   sibling margins) — the category group lives in a different snippet
   than price/vendor/type/color/size, so it is not always a direct DOM
   sibling of the other groups and a `+` combinator silently misses it. */
.k88cl-filter-group {
  margin: 0 0 28px !important;
  padding: 0 0 24px !important;
  border: 0;
  border-bottom: 1px solid var(--border, #ece7de);
  border-radius: 0;
  box-shadow: none;
}

.k88cl-filter-group.aside-item,
.sidebar-collection .k88cl-filter-group.aside-item {
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--border, #ece7de);
  border-radius: 0;
  box-shadow: none;
  float: none;
  width: auto;
}

.k88cl-filter-group:last-child,
.k88cl-filter-group.aside-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.k88cl-filter-group .filter_group_block {
  padding: 0;
  margin: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.k88cl-filter-group .aside-content,
.k88cl-filter-group.filter-price .aside-content,
.k88cl-filter-group.filter-price .filter_group_block,
.k88cl-filter-group.filter-price .k88cl-filter-group__body {
  max-height: none !important;
  overflow: visible !important;
}

/* Section header / collapse toggle */
.k88cl-filter-group__title-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0 0 16px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  text-align: left;
}

.k88cl-filter-group__title,
.k88cl-filter-group__title-wrap .title-head {
  display: block;
  margin: 0;
  color: var(--text, #171412);
  font-family: var(--fontHeading, "Noto Sans", system-ui, sans-serif);
  font-size: 14px;
  line-height: 1.32;
  font-weight: 800;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.k88cl-filter-group__chevron {
  flex-shrink: 0;
  color: var(--text-secondary, #8e8e8e);
  transition: transform 200ms ease;
}

.k88cl-filter-group__toggle[aria-expanded="true"] .k88cl-filter-group__chevron {
  transform: rotate(180deg);
}

.k88cl-filter-group__body {
  overflow: hidden;
}

.k88cl-filter-group__body.is-collapsed {
  display: none;
}

.k88cl-filter-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.k88cl-filter-list--category li+li {
  margin-top: 12px;
}

.k88cl-filter-choice {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--text, #33302d);
  font-family: var(--fontBody, "Inter", system-ui, sans-serif);
  text-decoration: none;
  font-size: 14px;
  line-height: 1.43;
}

.k88cl-filter-choice__box {
  width: 20px;
  height: 20px;
  border: 1.5px solid var(--border, #d8d2ca);
  border-radius: 5px;
  background: #fff;
  position: relative;
  flex-shrink: 0;
  transition: background 150ms ease, border-color 150ms ease;
}

.k88cl-filter-choice.is-active .k88cl-filter-choice__box {
  background: var(--mainColor, #e65c3a);
  border-color: var(--mainColor, #e65c3a);
}

.k88cl-filter-choice.is-active .k88cl-filter-choice__box::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.k88cl-filter-choice.is-active {
  color: var(--text, #161311);
  font-weight: 700;
}

/* "Bộ lọc" heading on the desktop sidebar (the mobile drawer header has its
   own bigger, sticky version further down in the max-width:991px block). */
.k88cl-filter-shell__title {
  display: block;
  margin: 0 0 18px;
  font-family: var(--fontHeading, "Noto Sans", system-ui, sans-serif);
  font-size: 22px;
  font-weight: 800;
  line-height: 1.3;
  color: var(--text, #1f1a17);
}

/* Active filter chips row — no card/pill, just "name ×" per selection,
   as compact as possible. Rendered dynamically by k88clRenderActiveChips()
   in templates/collection.liquid: one chip per checked item across every
   group (category, price, vendor, type, color, size). */
.k88cl-active-filters {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  row-gap: 8px !important;
  column-gap: 16px !important;
  margin-bottom: 20px;
}

.k88cl-active-filters:empty {
  display: none !important;
  margin-bottom: 0;
}

.k88cl-chip {
  display: inline-flex !important;
  flex: 0 0 auto !important;
  width: auto !important;
  align-items: center;
  gap: 5px;
  max-width: 100%;
  color: var(--text, #171412);
  font-size: 12.5px;
  font-weight: 600;
  line-height: 1.3;
}

.k88cl-chip__text {
  max-width: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.k88cl-chip__remove {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 14px !important;
  height: 14px !important;
  min-width: 0 !important;
  min-height: 0 !important;
  flex-shrink: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: transparent;
  color: var(--text-secondary, #8e8e8e);
  font-size: 13px;
  line-height: 1;
  cursor: pointer;
}

.k88cl-chip__remove:hover,
.k88cl-chip__remove:focus-visible {
  color: var(--mainColor, #e65c3a);
  outline: none;
}

.k88cl-chip-clearall {
  min-width: 0 !important;
  min-height: 0 !important;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--mainColor, #e65c3a);
  font-size: 12.5px;
  font-weight: 700;
  text-decoration: underline;
  cursor: pointer;
}

/* Price range slider */
.k88cl-price-range {
  margin-bottom: 20px;
}

.k88cl-price-slider {
  margin: 10px 8px 14px;
}

.k88cl-price-slider,
.k88cl-price-slider * {
  box-sizing: border-box;
}

.k88cl-price-slider.noUi-target {
  position: relative;
  height: 4px;
  border: 0;
  border-radius: 999px;
  background: var(--border, #e5ded2);
  box-shadow: none;
  touch-action: none;
  user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}

.k88cl-price-slider .noUi-base,
.k88cl-price-slider .noUi-connects {
  position: relative;
  width: 100%;
  height: 100%;
}

.k88cl-price-slider .noUi-base {
  z-index: 1;
}

.k88cl-price-slider .noUi-connects {
  overflow: hidden;
  border-radius: 999px;
}

.k88cl-price-slider .noUi-connect,
.k88cl-price-slider .noUi-origin {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  transform-origin: 0 0;
  transform-style: flat;
  will-change: transform;
}

.k88cl-price-slider .noUi-connect {
  background: var(--mainColor, #e65c3a);
}

.k88cl-price-slider .noUi-origin {
  z-index: 1;
}

.k88cl-price-slider .noUi-handle {
  position: absolute;
  width: 18px;
  height: 18px;
  right: -9px;
  top: -7px;
  border: 2px solid var(--mainColor, #e65c3a);
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .18);
  cursor: pointer;
}

.k88cl-price-slider .noUi-touch-area {
  width: 100%;
  height: 100%;
}

.k88cl-price-slider .noUi-handle::before,
.k88cl-price-slider .noUi-handle::after {
  display: none;
}

.k88cl-price-endpoints {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 0 4px;
  color: var(--text-secondary, #6b655f);
  font-size: 12px;
  line-height: 1.46;
}

.k88cl-price-current-wrap {
  display: flex;
  justify-content: center;
  margin-top: 14px;
}

.k88cl-price-current {
  display: inline-flex;
  padding: 8px 16px;
  border-radius: 999px;
  background: var(--surface, #f3f0ec);
  color: var(--text, #171412);
  font-size: 13px;
  font-weight: 700;
}

.k88cl-filter-checkboxes {
  margin: 0;
  padding: 0;
  list-style: none;
}

.k88cl-filter-checkboxes.filter-vendor {
  margin: 0;
  padding: 0;
}

.k88cl-filter-group.filter-vendor .k88cl-filter-group__body {
  margin-left: 0;
}

.k88cl-filter-checkboxes.filter-vendor li,
.k88cl-filter-checkboxes.filter-vendor .filter-item {
  display: block;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  width: 100%;
}

.k88cl-filter-checkboxes--hidden {
  display: none;
}

.k88cl-filter-checkboxes li+li {
  margin-top: 14px;
}

.k88cl-filter-checkboxes .filter-item {
  position: relative;
  padding: 0;
}

.k88cl-filter-checkboxes input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.k88cl-filter-checkboxes label {
  position: relative;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--text, #33302d);
  font-family: var(--fontBody, "Inter", system-ui, sans-serif);
  font-size: 14px;
  line-height: 1.43;
  cursor: pointer;
  font-weight: 400;
  /* Reserve room for 2 lines of text so every row is the same height —
     short and long labels line up on an even grid instead of a ragged one. */
  min-height: 40px;
}

.k88cl-filter-checkboxes label::before {
  content: "";
  width: 20px;
  height: 20px;
  border: 1.5px solid var(--border, #d8d2ca);
  border-radius: 5px;
  background: #fff;
  flex-shrink: 0;
  transition: background 150ms ease, border-color 150ms ease;
}

.k88cl-filter-checkboxes input:checked+label::before {
  background: var(--mainColor, #e65c3a);
  border-color: var(--mainColor, #e65c3a);
}

.k88cl-filter-checkboxes input:checked+label {
  color: var(--text, #161311);
  font-weight: 700;
}

.k88cl-filter-checkboxes input:checked+label::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 12px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.k88cl__toolbar-wrap {
  margin-bottom: 24px;
}

.k88cl__toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.k88cl__results {
  margin: 0;
  color: #5c5650;
  font-size: 15px;
  line-height: 1.46;
  font-weight: 600;
}

.k88cl__sortbox {
  flex-shrink: 0;
}

.k88cl__sort-select {
  min-width: 228px;
  min-height: 44px;
  padding: 0 44px 0 18px;
  border: 1px solid #ddd5ca;
  border-radius: 10px;
  background: #fff;
  color: #35302c;
  font-size: 15px;
  font-weight: 600;
  outline: none;
  box-shadow: none;
}

.k88cl__sort-select:focus {
  border-color: #bca27f;
}

.wraplist-collection {
  margin-bottom: 0;
}

.listProduct-filter.category-products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px 36px;
}

.k88cl__grid-item {
  min-width: 0;
}

.k88cl-banner {
  position: relative;
  min-height: 100%;
  overflow: hidden;
  border-radius: 12px;
  background: #2f281f;
}

.k88cl-banner__link {
  position: relative;
  display: block;
  height: 100%;
  min-height: 100%;
  color: #fff;
  text-decoration: none;
}

.k88cl-banner__image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  transition: transform 280ms ease;
}

.k88cl-banner:hover .k88cl-banner__image,
.k88cl-banner:focus-within .k88cl-banner__image {
  transform: scale(1.045);
}

.k88cl-banner__content {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 28px 24px;
  color: #fff;
}

.k88cl-banner__title {
  margin: 0 0 10px;
  color: inherit;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 900;
}

.k88cl-banner__text {
  display: -webkit-box;
  margin: 0 0 18px;
  overflow: hidden;
  color: inherit;
  font-size: 15px;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.k88cl-banner__button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 8px;
  background: #fff;
  color: #211b16;
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
}

.k88cl-card {
  position: relative;
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
}

.k88cl-card__media {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  background: var(--index-bg, #f5f0e8);
}

.k88cl-card__image-link {
  display: block;
}

.k88cl-card__image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.k88cl-card__badge {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  min-height: 28px;
  padding: 6px 12px;
  border-radius: 8px;
  color: #fff;
  font-size: 11px;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .6px;
}

.k88cl-card__badge--best {
  background: #d96d3d;
}

.k88cl-card__badge--new {
  background: #6c8345;
}

.k88cl-card__body {
  padding-top: 10px;
}

.k88cl-card__title {
  margin: 0 0 2px;
  font-size: 18px;
  line-height: 1.32;
  font-weight: 800;
  letter-spacing: 0;
  min-height: 1.28em;
}

.k88cl-card__title a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  color: #1f1a17;
  text-decoration: none;
}

.k88cl-card__title a:hover {
  color: #a44d2d;
}

.k88cl-card__meta {
  margin: 0 0 6px;
  color: #6b655f;
  font-size: 15px;
  line-height: 1.32;
}

.k88cl-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: -2px;
}

.k88cl-card__price {
  color: #171412;
  font-size: 18px;
  line-height: 1.32;
  font-weight: 900;
}

.k88cl-card__compare-price {
  margin-left: 6px;
  color: #8a8178;
  font-size: 13px;
  font-weight: 500;
  text-decoration: line-through;
}

.k88cl-card__add {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e0d8ce;
  border-radius: 8px;
  background: #fff;
  color: #5c544d;
  transition: border-color 200ms ease, color 200ms ease, transform 200ms ease;
}

.k88cl-card__add:hover,
.k88cl-card__add:focus-visible {
  border-color: #151515;
  color: #151515;
  transform: translateY(-1px);
}

.k88cl-card__add--disabled {
  color: #8f877f;
}

.k88cl-card__add--placeholder {
  border-color: transparent;
  background: transparent;
  box-shadow: none;
  pointer-events: none;
}

.k88cl__empty {
  grid-column: 1 / -1;
  padding: 32px;
  border: 1px solid #ebe3d9;
  border-radius: 12px;
  background: #faf8f4;
  color: #5c5650;
  text-align: center;
}

.k88cl__pagination {
  margin-top: 34px;
}

.k88cl__pagination .collection-paginate {
  float: none;
}

.k88cl__pagination .pagination {
  justify-content: center;
  gap: 12px;
}

.k88cl__pagination .page-link,
.k88cl__pagination .nav_pagi .pagination .page-link {
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  border: 1px solid #e4dbd0;
  border-radius: 4px;
  background: #fff;
  color: #3f3a35;
  display: inline-flex;
  float: none;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  line-height: normal;
}

.k88cl__pagination .page-item.active .page-link,
.k88cl__pagination .nav_pagi .pagination .page-item.active .page-link {
  background: var(--mainColor, #E65C3A);
  border-color: var(--mainColor, #E65C3A);
  color: #fff;
  display: inline-flex;
  opacity: 1;
}

.k88cl__pagination .page-item.disabled .page-link,
.k88cl__pagination .nav_pagi .pagination .page-item.disabled .page-link {
  opacity: .38;
}

.k88cl__pagination .link-next-pre {
  display: none;
}

.k88cl__open-filters {
  display: none;
}

@media (max-width: 1199px) {
  .k88cl__sidebar-col {
    flex: 0 0 240px;
    max-width: 240px;
  }

  .k88cl__main-col {
    flex-basis: calc(100% - 240px);
    max-width: calc(100% - 240px);
  }

  .listProduct-filter.category-products {
    gap: 28px 24px;
  }
}

@media (max-width: 991px) {
  .collection-listproduct {
    margin-top: 18px;
  }

  .k88cl__sidebar-col,
  .k88cl__main-col {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .sidebar-collection.dqdt-sidebar {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 340px;
    max-width: 86vw;
    padding: 0 20px 24px;
    margin-bottom: 0;
    border-right: 0;
    background: #fff;
    z-index: 9999;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    box-shadow: -8px 0 32px rgba(17, 17, 17, .14);
    visibility: hidden;
    transform: translateX(100%);
    transition: transform .3s ease, visibility .3s ease;
  }

  .sidebar-collection.dqdt-sidebar.openf {
    visibility: visible;
    transform: translateX(0);
  }

  .k88cl-filter-shell__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    position: sticky;
    top: 0;
    margin: 0 -20px 18px;
    padding: 18px 20px;
    background: #fff;
    border-bottom: 1px solid #ece7de;
    z-index: 1;
  }

  .k88cl-filter-shell__title {
    font-family: var(--fontHeading, "Noto Sans", system-ui, sans-serif);
    font-size: 22px;
    font-weight: 800;
    letter-spacing: 0;
    color: var(--text, #1f1a17);
    text-transform: none;
  }

  #open-filters.k88cl__open-filters {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: static !important;
    right: auto !important;
    top: auto !important;
    width: auto !important;
    box-shadow: none !important;
    background-image: none !important;
    border-radius: 10px !important;
  }

  .k88cl__open-filters {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    margin: 0 0 18px 15px;
    padding: 0 16px;
    border: 1px solid #ddd5ca;
    border-radius: 10px;
    background: #fff;
    color: #2e2a27;
    font-size: 14px;
    font-weight: 700;
  }

  .k88cl__toolbar {
    flex-direction: column;
    align-items: flex-start;
  }

  .k88cl__sortbox,
  .k88cl__sort-select {
    width: 100%;
  }

  .listProduct-filter.category-products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 16px;
  }

  .k88cl-banner__content {
    padding: 22px 18px;
  }

  .k88cl-banner__title {
    font-size: 24px;
  }

  .k88cl-card__title,
  .k88cl-card__price {
    font-size: 16px;
  }

  .k88cl-card__meta,
  .k88cl__results {
    font-size: 14px;
  }
}

@media (max-width: 567px) {
  .listProduct-filter.category-products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 12px;
  }

  .k88cl-card__title,
  .k88cl-card__price {
    font-size: 14px;
  }

  .k88cl-card__meta {
    font-size: 12px;
  }

  .k88cl-card__add {
    width: 36px;
    height: 36px;
  }

  .k88cl-card__badge {
    top: 10px;
    left: 10px;
    min-height: 22px;
    padding: 4px 9px;
    font-size: 10px;
  }
}

/* ===== END KOME88 COLLECTION REDESIGN ===== */

/* ===== PAGE SURFACE: no white content cards ===== */
.background-thumb,
.blogpage .background-thumb,
.layout-article .background-thumb,
.menu-blog.background-thumb,
.blog_noibat,
.aside-content-menu-blog,
.aside-content-blog {
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

/* Article TOC — kill default button chrome (red border artifact) */
.goto-wrapper.ftoc-head,
.ftoc-head {
  background: transparent !important;
  box-shadow: none !important;
  border: 1px solid #ece7de;
  border-radius: 12px;
  overflow: hidden;
}

.ftoc-head .title-goto-wrapper {
  appearance: none !important;
  -webkit-appearance: none !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  outline: none !important;
  color: #1f1a17 !important;
  padding: 0 !important;
  margin: 0 0 12px !important;
  width: 100%;
  text-align: left;
  display: block;
  cursor: default;
}

.ftoc-head .title-goto-wrapper:focus,
.ftoc-head .title-goto-wrapper:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

/* ===== KOME88 PDP REDESIGN ===== */
body.k88pdp-page {
  overflow-x: visible;
}

.bread-crumb--clean {
  background: transparent !important;
  min-height: auto;
  height: auto;
  padding: 10px 0;
  margin-bottom: 0;
  display: block;
  align-items: unset;
  position: static;
  z-index: auto;
  text-align: left;
  color: #171412;
  font-weight: 400;
}

.bread-crumb--clean::after {
  display: none;
}

.bread-crumb--clean .title-bread-crumb {
  display: none;
}

.bread-crumb--clean .breadcrumb {
  margin-bottom: 0;
  padding: 0;
  background: transparent;
  color: #171412;
  font-size: 13px;
  font-weight: 400;
  text-align: left;
}

.bread-crumb--clean .breadcrumb li {
  display: inline;
}

.bread-crumb--clean .breadcrumb a {
  color: #4d4741;
  text-decoration: none;
}

.bread-crumb--clean .breadcrumb a span {
  color: #171412;
}

.bread-crumb--clean .breadcrumb a:hover {
  color: #171412;
  text-decoration: underline;
}

.bread-crumb--clean .breadcrumb strong {
  color: #171412;
  font-weight: 600;
}

.bread-crumb--clean .mr_lr {
  color: #c4bdb3 !important;
}

.bread-crumb--clean .mr_lr svg {
  fill: #c4bdb3;
}

/* Search page heading */
.search-main .title-page {
  font-size: 28px;
}

@media (max-width: 767px) {
  .search-main .title-page {
    font-size: 22px;
  }
}

.k88pdp {
  background: transparent;
  color: #171412;
  padding: 18px 0 56px;
}

.k88pdp__grid {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(0, 3fr);
  gap: 48px;
  align-items: start;
}

.k88pdp__media-col {
  min-width: 0;
  max-width: 100%;
  width: 100%;
}

.k88pdp__mobile-gallery {
  display: none;
}

.k88pdp__media-stack {
  display: grid;
  gap: 12px;
  max-width: 100%;
}

.k88pdp__media-item {
  display: block;
  overflow: hidden;
  border-radius: 8px;
  background: #f7f7f7;
  aspect-ratio: 1 / 1;
  max-width: 100%;
  cursor: zoom-in;
}

.k88pdp__media-item img,
.k88pdp__mobile-slide img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.k88pdp__desktop-gallery {
  display: grid;
  gap: 14px;
  width: 100%;
  min-width: 0;
}

.k88pdp__gallery-main {
  position: relative;
  width: 100%;
  min-width: 0;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 14px;
  background: #f7f7f7;
}

.k88pdp__gallery-main .swiper-wrapper {
  width: 100%;
  height: 100%;
}

.k88pdp__gallery-main .k88pdp__media-item {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  border-radius: 0;
}

.k88pdp__gallery-nav {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  border: 1px solid rgba(255, 255, 255, .6);
  border-radius: 50%;
  background: rgba(20, 20, 20, .46);
  color: #fff;
  opacity: 0;
  transition: opacity .2s ease, background .2s ease;
}

.k88pdp__gallery-nav--prev {
  left: 16px;
}

.k88pdp__gallery-nav--next {
  right: 16px;
}

.k88pdp__gallery-main:hover .k88pdp__gallery-nav,
.k88pdp__gallery-main:focus-within .k88pdp__gallery-nav {
  opacity: 1;
}

.k88pdp__gallery-nav:hover,
.k88pdp__gallery-nav:focus-visible {
  background: #171412;
  color: #fff;
}

.k88pdp__gallery-nav:focus-visible,
.k88pdp__gallery-thumb:focus-visible {
  outline: 3px solid var(--focus-ring, #1A56DB);
  outline-offset: 2px;
}

.k88pdp__gallery-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 3;
  border-radius: 7px;
  background: #d93b32;
  color: #fff;
  padding: 8px 14px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1;
  text-transform: uppercase;
}

.k88pdp__gallery-thumbs {
  width: 100%;
  overflow: hidden;
}

.k88pdp__gallery-thumb {
  position: relative;
  display: block;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: 10px;
  background: #f7f7f7;
  cursor: pointer;
  padding: 0;
  opacity: .72;
  transition: border-color .2s ease, opacity .2s ease;
}

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

.k88pdp__gallery-thumb.swiper-slide-thumb-active {
  border-color: #171412;
  opacity: 1;
}

.k88pdp__gallery-thumb--video span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: rgba(23, 20, 18, .72);
  color: #fff;
  font-size: 12px;
}

.k88pdp__media-video,
.k88pdp__mobile-slide--video {
  position: relative;
  width: 100%;
  border: 0;
  cursor: pointer;
}

.k88pdp__media-video::after,
.k88pdp__mobile-slide--video::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .2);
}

.k88pdp__media-video span,
.k88pdp__mobile-slide--video span {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
  border-radius: 4px;
  background: #fff;
  color: #171412;
  padding: 0 18px;
  font-size: 14px;
  line-height: 1;
  font-weight: 900;
  white-space: nowrap;
}

.k88pdp__info-col {
  min-width: 0;
  position: sticky;
  top: 20px;
  height: min-content;
  align-self: start;
}

.k88pdp__info-card {
  padding: 4px 0 0;
}

@media (min-width: 992px) {

  /* Independent scrolling panes: each column scrolls within its own
     viewport-bounded box instead of the whole page scrolling together.
     --k88pdp-col-top is measured by JS (the column's real distance from
     the top of the viewport, below the topbar/header/breadcrumb) so the
     column's bottom edge always lands exactly at the viewport's bottom —
     both before scroll engages the sticky position and after. */
  /* Native sticky layout:
     Left media column flows naturally in the document for 100% native momentum scrolling.
     Right info column stays sticky alongside media images until media section finishes. */
  .k88pdp__media-col {
    position: relative;
    height: auto;
    overflow: visible;
  }

  .k88pdp__info-col {
    position: sticky;
    top: var(--k88pdp-col-top, 20px);
    align-self: start;
    height: auto;
    max-height: calc(100vh - var(--k88pdp-col-top, 20px) - 20px);
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .k88pdp__media-col::-webkit-scrollbar,
  .k88pdp__info-col::-webkit-scrollbar {
    display: none;
  }

  .k88pdp__info-col {
    display: flex;
    flex-direction: column;
  }

  .k88pdp__info-card {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    min-height: 100%;
  }

  /* Pinned to the bottom of the info column immediately (via margin-top:
     auto) when content is short, and sticks while scrolling once content
     overflows — only scrolling away once the column truly runs out. */
  .k88pdp__sticky-cta {
    position: sticky;
    bottom: 0;
    margin-top: auto;
    padding-top: 10px;
    background: var(--bg, #fdfbf7);
    z-index: 2;
  }
}

.k88pdp__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}

.k88pdp__tag {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #f3f0ec;
  color: #5d554e;
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
}

.k88pdp__custom-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 28px;
  padding: 4px 12px 4px 8px;
  border-radius: 999px;
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
}

.k88pdp__custom-tag-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  object-fit: cover;
}

.k88pdp__title {
  margin: 0 0 10px;
  color: #171412;
  font-size: 32px;
  line-height: 1.32;
  font-weight: 650;
  letter-spacing: 0;
}

.k88pdp__chef {
  margin: 0 0 12px;
  color: #6b655f;
  font-size: 15px;
  line-height: 1.45;
}

.k88pdp__meta .k88pdp__sold {
  margin: 0;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

.k88pdp__short-desc {
  margin: 0 0 14px;
  color: #5c5650;
  font-size: 14px;
  line-height: 1.57;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Product Tabs app — tab 1 as short desc (rich HTML, more lines) */
.k88pdp__short-desc--app {
  display: block;
  -webkit-line-clamp: unset;
  overflow: visible;
  max-height: none;
}

.k88pdp__short-desc--app p {
  margin: 0 0 8px;
}

.k88pdp__short-desc--app p:last-child {
  margin-bottom: 0;
}

.k88pdp__short-desc--app ul,
.k88pdp__short-desc--app ol {
  margin: 0 0 8px;
  padding-left: 1.2em;
}

.k88pdp__tab-icon {
  width: 36px;
  height: 36px;
  margin-right: 8px;
  object-fit: contain;
  vertical-align: middle;
}

.k88pdp__specs {
  margin: 0 0 16px;
  display: grid;
  gap: 8px;
}

.k88pdp__spec {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  line-height: 1.45;
  color: #4d4741;
}

.k88pdp__spec-icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  object-fit: contain;
}

.k88pdp__spec-title {
  font-weight: 700;
  color: #171412;
  flex-shrink: 0;
}

.k88pdp__spec-desc {
  color: #5c5650;
}

.k88pdp__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin-bottom: 14px;
  color: #6b655f;
  font-size: 14px;
  line-height: 1.46;
}

.k88pdp__meta b {
  color: #171412;
}

.k88pdp__price {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 18px;
}

.k88pdp__price .product-price {
  color: var(--price-regular, #171412);
  font-size: 28px;
  line-height: 1.4;
  font-weight: 900;
}

.k88pdp__price--sale .product-price {
  color: var(--k88-cta-bg, #e65c3a);
}

.k88pdp__price .product-price-old {
  color: #8a8178;
  font-size: 17px;
  text-decoration: line-through;
}

.k88pdp__save {
  min-height: 24px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: #f3f0ec;
  color: #5d554e;
  padding: 4px 9px;
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
}

.k88pdp__variant-label {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 4px 9px;
  border-radius: 4px;
  background: #f7f7f7;
  color: #5d554e;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

.k88pdp .is-hidden {
  display: none !important;
}

.k88pdp__promo {
  margin: 0 0 18px;
  padding: 14px 16px;
  border: 1px solid #ece5dc;
  border-radius: 8px;
  background: #faf9f7;
}

.k88pdp__promo-title {
  margin-bottom: 8px;
  font-size: 13px;
  line-height: 1.32;
  font-weight: 900;
  text-transform: uppercase;
}

.k88pdp__promo ul {
  margin: 0;
  padding-left: 18px;
  color: #5d554e;
  font-size: 14px;
  line-height: 1.57;
}

.k88pdp__form {
  display: block;
  margin: 0;
}

.k88pdp__form select#product-selectors {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.k88pdp__variants {
  margin-bottom: 16px;
}

.k88pdp__variants .swatch {
  margin: 0 0 14px;
}

.k88pdp__variants .swatch .header {
  margin-bottom: 8px;
  color: #171412;
  font-size: 13px;
  line-height: 1.43;
  font-weight: 900;
  text-transform: uppercase;
}

.k88pdp__variants .thump-swatch {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.k88pdp__variants .swatch-element {
  margin: 0;
}

.k88pdp__variants .swatch input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.k88pdp__variants .swatch label {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 9px 14px;
  border: 1px solid #ded6cc;
  border-radius: 4px;
  background: transparent;
  color: #26211d;
  font-size: 14px;
  line-height: 1;
  font-weight: 800;
  cursor: pointer;
  transition: border-color 200ms ease, background 200ms ease, color 200ms ease;
}

.k88pdp__variants .swatch input:checked+label {
  border-color: #D94A4A;
  background: transparent;
  color: #D94A4A;
}

.k88pdp__variants .swatch .soldout label {
  color: #9a9188;
  text-decoration: line-through;
}

.k88pdp__serving {
  margin: 0 0 14px;
  color: #5d554e;
  font-size: 14px;
  line-height: 1.46;
}

.k88pdp__qty {
  margin: 0 0 18px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.k88pdp__qty label {
  margin-bottom: 0;
  color: #171412;
  font-size: 13px;
  line-height: 1.43;
  font-weight: 900;
  text-transform: uppercase;
  flex-shrink: 0;
}

.k88pdp__qty-control {
  width: 156px;
  min-height: 44px;
  display: grid;
  grid-template-columns: 44px 1fr 44px;
  border: 1px solid #ded6cc;
  border-radius: 8px;
  overflow: hidden;
}

.k88pdp__qty-control button,
.k88pdp__qty-control input {
  width: 100%;
  min-height: 44px;
  border: 0;
  background: #fff;
  color: #171412;
  text-align: center;
  font-size: 16px;
  line-height: 1;
  font-weight: 800;
}

.k88pdp__qty-control button {
  cursor: pointer;
}

.k88pdp__qty-control input {
  border-left: 1px solid #ded6cc;
  border-right: 1px solid #ded6cc;
}

.k88pdp__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 6px;
}

.k88pdp__btn.k88pdp__btn--addcart {
  background: var(--k88-cta-bg, #e65c3a);
  border: 1px solid var(--k88-cta-bg, #e65c3a) !important;
  color: #fff;
}

.k88pdp__btn--addcart:hover,
.k88pdp__btn--addcart:focus-visible {
  background: var(--k88-cta-hover, #c44e2e);
  border-color: var(--k88-cta-hover, #c44e2e);
  color: #fff;
  transform: translateY(-1px);
}

.k88pdp__btn {
  width: 100%;
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #171412;
  border-radius: 8px;
  padding: 0 18px;
  font-size: 14px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  text-decoration: none;
  transition: transform 200ms ease, background 200ms ease, color 200ms ease;
}

.k88pdp__btn--primary,
.k88pdp__btn--dark {
  background: var(--k88-cta-bg, #e65c3a);
  color: #fff;
  border-color: var(--k88-cta-bg, #e65c3a);
}

.k88pdp__btn--secondary {
  background: rgba(255, 255, 255, 0.68);
  color: #333;
  border: 2px solid #c8c0b6;
  gap: 10px;
}

.k88pdp__btn--primary:hover,
.k88pdp__btn--dark:hover,
.k88pdp__btn--primary:focus-visible,
.k88pdp__btn--dark:focus-visible {
  background: var(--k88-cta-hover, #c44e2e);
  border-color: var(--k88-cta-hover, #c44e2e);
  color: #fff;
  transform: translateY(-1px);
}

.k88pdp__btn--secondary:hover,
.k88pdp__btn--secondary:focus-visible {
  background: #fff;
  border-color: #9d958b;
  color: #1f1f1f;
  transform: translateY(-1px);
}

.k88pdp .k88pdp__btn.btn-buyNow {
  width: 100%;
  height: auto;
  min-height: 50px;
  margin-top: 0;
  margin-right: 0;
  padding: 0 18px;
  border-radius: 5px;
  font-weight: 900;
  text-transform: uppercase;
  flex-direction: row;
  gap: 10px;
}

.k88pdp__btn--full {
  width: 100%;
  margin-top: 16px;
}

.k88pdp__btn--disabled,
.k88pdp__btn[disabled] {
  border-color: #d8d0c7;
  background: #f2f0ed;
  color: #757575;
  cursor: not-allowed;
}

.k88pdp__usp {
  display: grid;
  gap: 10px;
  padding: 16px 0;
  border-top: 1px solid #eee7de;
  border-bottom: 1px solid #eee7de;
}

.k88pdp__usp-item {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  align-items: start;
  color: #3f3934;
  font-size: 14px;
  line-height: 1.46;
}

.k88pdp__usp-dot {
  width: 18px;
  height: 18px;
  margin-top: 1px;
  border-radius: 50%;
  background: #171412;
  position: relative;
}

.k88pdp__usp-dot::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 4px;
  width: 5px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.k88pdp__contact {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  margin-top: 16px;
}

.k88pdp__contact a,
.k88pdp__video {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ded6cc;
  border-radius: 8px;
  background: #fff;
  color: #171412;
  padding: 0 14px;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

/* FBT sidebar in right column */
.k88pdp__fbt-side {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid #eee7de;
}

.k88pdp__fbt-side-title {
  margin: 0 0 14px;
  color: #171412;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .5px;
}

.k88pdp__fbt-side-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.k88pdp__fbt-item {
  display: grid;
  grid-template-columns: 22px 48px minmax(0, 1fr) 90px;
  gap: 10px;
  align-items: center;
  padding: 8px 0;
  transition: opacity .2s ease;
}

.k88pdp__fbt-item.is-unchecked {
  opacity: 1;
}

.k88pdp__fbt-item.is-unchecked .k88pdp__fbt-item-qty {
  /* Allow clicking stepper to auto-check product */
  pointer-events: auto;
}

.k88pdp__fbt-item-check-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

.k88pdp__fbt-item-check {
  width: 20px;
  height: 20px;
  margin: 0;
  accent-color: var(--k88-cta-bg, #e65c3a);
  cursor: pointer;
}

.k88pdp__fbt-item-img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  border-radius: 6px;
  background: #f7f7f7;
}

.k88pdp__fbt-item-info {
  min-width: 0;
}

.k88pdp__fbt-item-name,
.k88pdp__fbt-item-name a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-break: break-word;
  font-size: 13px;
  font-weight: 600;
  color: #171412;
  line-height: 1.35;
  margin: 0 0 2px;
}

.k88pdp__fbt-item-price {
  display: block;
  font-size: 13px;
  font-weight: 900;
  color: var(--price-regular, #171412);
  margin-top: 2px;
}

.k88pdp__fbt-item-var {
  display: block;
  font-size: 11px;
  font-weight: 400;
  color: #8a8178;
  line-height: 1.4;
  margin-top: 1px;
}

.k88pdp__fbt-item-qty {
  display: grid;
  grid-template-columns: 28px 34px 28px;
  width: 90px;
  height: 30px;
  min-height: 30px;
  max-height: 30px;
  border: 1px solid #ded6cc;
  border-radius: 6px;
  overflow: hidden;
  align-items: center;
  flex-shrink: 0;
  background: #ffffff;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.k88pdp__fbt-qty-btn {
  position: relative;
  width: 28px;
  height: 28px;
  min-width: 28px;
  min-height: 28px;
  border: 0;
  background: #ffffff;
  color: transparent;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.k88pdp__fbt-qty-btn:hover,
.k88pdp__fbt-qty-btn:focus-visible {
  background: #ffffff;
  color: transparent;
}

.k88pdp__fbt-qty-btn[data-fbt-qty="minus"]::before,
.k88pdp__fbt-qty-btn:first-child::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 1.6px;
  background-color: #171412;
  border-radius: 1px;
  pointer-events: none;
}

.k88pdp__fbt-qty-btn[data-fbt-qty="plus"]::before,
.k88pdp__fbt-qty-btn:last-child::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 1.6px;
  background-color: #171412;
  border-radius: 1px;
  pointer-events: none;
}

.k88pdp__fbt-qty-btn[data-fbt-qty="plus"]::after,
.k88pdp__fbt-qty-btn:last-child::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.6px;
  height: 9px;
  background-color: #171412;
  border-radius: 1px;
  pointer-events: none;
}

.k88pdp__fbt-qty-input {
  width: 100%;
  height: 28px;
  min-height: 28px;
  max-height: 28px;
  border: 0;
  border-left: 1px solid #ded6cc;
  border-right: 1px solid #ded6cc;
  text-align: center;
  font-size: 13.5px;
  font-weight: 700;
  line-height: 28px;
  background: #ffffff;
  color: #171412;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -moz-appearance: textfield;
  -webkit-appearance: none;
  display: block;
}

.k88pdp__fbt-qty-input::-webkit-outer-spin-button,
.k88pdp__fbt-qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  display: none;
  margin: 0;
}

.k88pdp__fbt-subtotal {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  background: transparent !important;
  border: none !important;
  border-bottom: 1px solid #e8e2d8 !important;
  border-radius: 0 !important;
  padding: 0 0 10px 0 !important;
  margin: 14px 0 12px 0 !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

.k88pdp__fbt-subtotal-label {
  font-size: 14.5px !important;
  font-weight: 700 !important;
  color: #38332e !important;
  margin: 0 !important;
  padding: 0 !important;
}

.k88pdp__fbt-subtotal-value {
  font-size: 17.5px !important;
  font-weight: 800 !important;
  color: var(--k88-cta-bg, #e65c3a) !important;
  margin: 0 !important;
  padding: 0 !important;
}

.k88pdp-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 20px;
}

.k88pdp-section-head h2 {
  margin: 0;
  color: #171412;
  font-size: 24px;
  line-height: 1.32;
  font-weight: 900;
}

.k88pdp-fbt,
.k88pdp-accordions,
.k88pdp-related {
  margin-top: 54px;
}

.k88pdp-fbt__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.k88pdp-fbt__item {
  position: relative;
  border: 1px solid #ece5dc;
  border-radius: 8px;
  background: #fff;
  padding: 14px;
}

.k88pdp-fbt__item a {
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 12px;
  align-items: center;
  color: #171412;
  text-decoration: none;
}

.k88pdp-fbt__item img {
  width: 82px;
  height: 82px;
  object-fit: contain;
  background: #f7f7f7;
  border-radius: 8px;
}

.k88pdp-fbt__item span:not(.k88pdp-fbt__check) {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.32;
  font-weight: 800;
}

.k88pdp-fbt__item b {
  display: block;
  margin-top: 6px;
  font-size: 15px;
}

.k88pdp-fbt__check {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  background: #171412;
}

.k88pdp-fbt__check::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 3px;
  width: 5px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.k88pdp-accordions {
  border-top: 1px solid #e8e1d8;
}

/* Haravan Product Tabs app mount (metafields.hrvptabs.tabs) */
.k88pdp-product-tabs {
  padding: 0;
  border-bottom: 0;
}

.k88pdp-product-tabs:empty {
  display: none;
}

.k88pdp-product-tabs .k88pdp-acc {
  border-bottom: 1px solid #e8e1d8;
}

.k88pdp-acc {
  border-bottom: 1px solid #e8e1d8;
}

.k88pdp-acc:last-child {
  border-bottom: none;
}

.k88pdp-acc summary {
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  cursor: pointer;
  color: #171412;
  font-size: 18px;
  line-height: 1.32;
  font-weight: 900;
}

.k88pdp-acc summary::-webkit-details-marker {
  display: none;
}

.k88pdp-acc summary::after {
  content: "+";
  font-size: 26px;
  font-weight: 400;
}

.k88pdp-acc[open] summary::after {
  content: "−";
}

.k88pdp-acc__content {
  max-width: 840px;
  padding: 0 0 24px;
  color: #4f4943;
  font-size: 16px;
  line-height: 1.57;
}

.k88pdp-related {
  padding: 0 0 64px;
  background: transparent;
}

.k88pdp-related--left {
  padding: 24px 0 0;
  margin-top: 36px;
  border-top: 1px solid #e8e1d8;
}

.k88pdp-same.k88pdp-related--left {
  margin-top: 32px;
}

.k88pdp-related--left .k88pdp-section-head {
  margin-bottom: 16px;
}

.k88pdp-related--left .k88pdp-section-head h2 {
  font-size: 18px;
}

.k88pdp-related-slider-wrap {
  position: relative;
}

.k88pdp-related-slider-wrap .swiper-button-cus {
  position: absolute;
  top: 50%;
  left: 8px;
  right: 8px;
  transform: translateY(-50%);
  z-index: 10;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  width: auto;
  margin: 0;
  height: 0;
  overflow: visible;
}

.k88pdp-related-slider-wrap .swiper-button-cus-prev,
.k88pdp-related-slider-wrap .swiper-button-cus-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: auto;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.12);
  margin: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #ded6cc;
  color: #171412;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

.k88pdp-related-slider-wrap .swiper-button-cus-prev {
  left: 8px;
  right: auto;
}

.k88pdp-related-slider-wrap .swiper-button-cus-next {
  right: 8px;
  left: auto;
}

@media (min-width: 992px) {

  .k88pdp-related-slider-wrap .swiper-button-cus-prev,
  .k88pdp-related-slider-wrap .swiper-button-cus-next {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }

  .k88pdp-related:hover .swiper-button-cus-prev,
  .k88pdp-related:hover .swiper-button-cus-next {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}

.popup-video.active {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(0, 0, 0, .72);
}

.popup-video:not(.active) {
  display: none;
}

.popup-video .body-popup {
  width: min(920px, 100%);
  aspect-ratio: 16 / 9;
}

.popup-video iframe {
  width: 100%;
  height: 100%;
}

.close-popup-video {
  position: absolute;
  top: 18px;
  right: 18px;
  min-width: 44px;
  min-height: 44px;
  border: 0;
  border-radius: 8px;
  background: #fff;
  color: #171412;
  font-weight: 800;
}

.k88pdp-mobile-cta {
  display: none;
}

@media (max-width: 1199px) {
  .k88pdp__grid {
    gap: 36px;
  }

  .k88pdp__title {
    font-size: 30px;
  }
}

@media (max-width: 991px),
(orientation: portrait) and (max-width: 1024px) {
  body.k88pdp-page {
    padding-bottom: calc(78px + env(safe-area-inset-bottom));
  }

  .k88pdp {
    padding-top: 8px;
  }

  .k88pdp__grid {
    display: block;
  }

  .k88pdp__media-stack {
    display: none;
  }

  .k88pdp__mobile-gallery {
    display: block;
    overflow: hidden;
    margin: 0 -15px 22px;
    background: #f7f7f7;
  }

  .k88pdp__gallery-nav,
  .k88pdp__gallery-badge,
  .k88pdp__gallery-thumbs {
    display: none;
  }

  .k88pdp__mobile-slide {
    display: block;
    aspect-ratio: 1 / 1;
  }

  .k88pdp__mobile-pagination {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 12px;
    text-align: center;
    z-index: 3;
  }

  .k88pdp__mobile-pagination .swiper-pagination-bullet {
    background: #171412;
    opacity: .28;
  }

  .k88pdp__mobile-pagination .swiper-pagination-bullet-active {
    opacity: 1;
  }

  .k88pdp__info-col {
    position: static;
  }

  .k88pdp__title {
    font-size: 26px;
    line-height: 1.32;
  }

  .k88pdp__price .product-price {
    font-size: 24px;
  }

  .k88pdp-fbt,
  .k88pdp-accordions,
  .k88pdp-related {
    margin-top: 36px;
  }

  .k88pdp-fbt__grid {
    grid-template-columns: 1fr;
  }

  body.k88pdp-page.k88pdp-cta-visible .k88pdp-mobile-cta {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 998;
    min-height: 74px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 12px;
    align-items: center;
    padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
    border-top: 1px solid #e4dcd2;
    background: rgba(255, 255, 255, .96);
    backdrop-filter: blur(10px);
    box-shadow: 0 -10px 26px rgba(0, 0, 0, .08);
  }

  .k88pdp-mobile-cta span {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #171412;
    font-size: 13px;
    line-height: 1.32;
    font-weight: 800;
  }

  .k88pdp-mobile-cta b {
    display: block;
    margin-top: 4px;
    color: #171412;
    font-size: 15px;
    line-height: 1;
    font-weight: 900;
  }

  .k88pdp-mobile-cta button,
  .k88pdp-mobile-cta a {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 8px;
    background: #171412;
    color: #fff;
    padding: 0 18px;
    font-size: 13px;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
  }
}

@media (max-width: 567px) {
  .k88pdp__title {
    font-size: 23px;
  }

  .k88pdp__tags {
    gap: 6px;
  }

  .k88pdp__tag {
    font-size: 11px;
  }

  .k88pdp__custom-tag {
    font-size: 11px;
  }

  .k88pdp__custom-tag-icon {
    width: 18px;
    height: 18px;
  }

  .k88pdp__contact {
    display: grid;
  }

  .k88pdp-section-head h2 {
    font-size: 21px;
  }
}

/* ===== END KOME88 PDP REDESIGN ===== */

/* Mobile: hide custom swiper nav — swipe replaces arrows on touch */
@media (max-width: 767px) {
  .swiper-button-cus {
    display: none !important;
  }
}

/* ===== RESPONSIVE TOUCH TARGET & LAYOUT FIXES ===== */
@media (max-width: 991px) {
  .k88h-topbar__link {
    display: inline-flex !important;
    align-items: center !important;
    min-width: 44px !important;
    min-height: 44px !important;
    padding: 10px 8px !important;
  }

  .k88o__viewall {
    display: inline-flex !important;
    align-items: center !important;
    min-height: 44px !important;
    padding: 10px 0 !important;
  }
}

@media (max-width: 767px) {

  /* Ensure all interactive elements have adequate touch targets */
  .k88h-topbar__link {
    min-width: 44px;
    min-height: 44px;
    padding: 8px 10px;
  }

  .k88h-topbar__link span {
    display: none;
    /* Hide text, show icon-only on mobile */
  }

  .k88h-header__hamburger {
    min-width: 44px;
    min-height: 44px;
    padding: 10px;
  }

  /* CTA links: increase tappable area */
  .k88o__viewall,
  .k88w__hero-cta,
  .k88r__addall,
  .k88pr__cta,
  .k88ph__viewall,
  .k88r__cta {
    display: inline-flex;
    align-items: center;
    min-height: 52px !important;
    padding: 0 20px !important;
    font-size: 15px;
    justify-content: center;
    width: 100%;
  }

  .k88jb__all--intro,
  .k88jb__read,
  .k88pt__link {
    display: inline-flex;
    align-items: center;
    min-height: 44px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .k88hp__cta {
    min-height: 48px !important;
    padding: 12px 20px !important;
  }

  /* Product card action buttons */
  .k88o__card-add {
    width: 44px !important;
    height: 44px !important;
  }

  .k88r__product-add {
    width: 32px !important;
    height: 32px !important;
  }

  .k88-card__add {
    min-width: 44px;
    min-height: 44px;
    width: 44px;
    height: 44px;
  }

  .k88-card__notify {
    min-height: 44px;
  }

  /* Slide buttons */
  .slide-btn {
    min-height: 44px;
    padding: 12px 24px;
    font-size: 14px;
  }

  /* Swiper navigation */
  .swiper-button-prev,
  .swiper-button-next {
    width: 40px;
    height: 40px;
  }

  /* Prevent Swiper overflow at mid-breakpoints */
  .swiper {
    max-width: 100vw;
    overflow: hidden;
  }

  .swiper-slide {
    max-width: 100vw;
  }

  /* Ensure container padding is consistent */
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (max-width: 567px) {

  /* Mobile-specific touch target fixes */
  .k88o__card-add {
    width: 44px !important;
    height: 44px !important;
  }

  /* Ensure product cards don't overflow */
  .k88c,
  .k88-card {
    max-width: 100%;
  }

  .k88-card__image-link img {
    width: 100%;
    height: 100%;
  }
}

.k88-card__image,
.k88cl-card__image {
  transition: transform 300ms ease-out;
  will-change: transform;
}

.k88-card__scrim,
.k88cl-card__scrim,
.k88-card__hover-add,
.k88cl-card__hover-add {
  display: none !important;
}

.k88-card__title a,
.k88cl-card__title a {
  -webkit-line-clamp: 2;
}

.k88-card--soldout .k88-card__image,
.k88cl-card--soldout .k88cl-card__image {
  opacity: 1;
  filter: none;
}

/* In-card bottom sheet */
.k88-card .k88bs {
  position: absolute;
  inset: 0;
  z-index: 10;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.k88-card .k88bs[aria-hidden="false"] {
  pointer-events: auto;
}

.k88-card .k88bs__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .35);
  opacity: 0;
  transition: opacity 300ms ease-out;
}

.k88-card .k88bs[aria-hidden="false"] .k88bs__backdrop {
  opacity: 1;
}

.k88-card .k88bs__panel {
  position: relative;
  z-index: 1;
  background: #fff;
  border-radius: 16px 16px 0 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 350ms ease-out;
  display: flex;
  flex-direction: column;
}

.k88-card .k88bs__header {
  display: flex;
  gap: 12px;
  padding: 16px;
  border-bottom: 1px solid #f0ebe0;
  align-items: flex-start;
}

.k88-card .k88bs__thumb {
  width: 64px;
  height: 64px;
  flex-shrink: 0;
  border-radius: 8px;
  overflow: hidden;
  background: #f5f2ec;
}

.k88-card .k88bs__thumb-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.k88-card .k88bs__header-text {
  flex: 1;
  min-width: 0;
}

.k88-card .k88bs__title {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.32;
  margin: 0 0 2px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.k88-card .k88bs__subtitle {
  font-size: 12px;
  color: #888;
  line-height: 1.35;
  margin: 0 0 4px;
}

.k88-card .k88bs__price {
  font-size: 15px;
  font-weight: 700;
  color: #e85c2a;
}

.k88-card .k88bs__close {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  min-width: 32px;
  min-height: 32px;
  border: 0;
  background: #f5f0e8;
  border-radius: 50%;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
}

.k88-card .k88bs__body {
  padding: 12px 16px;
  overflow-y: auto;
  flex-shrink: 1;
}

.k88-card .k88bs__options {
  margin-bottom: 4px;
}

.k88-card .k88bs__option-group {
  margin-bottom: 12px;
}

.k88-card .k88bs__variant-label,
.k88-card .k88bs__qty-label {
  font-size: 12px;
  font-weight: 600;
  color: #555;
  display: block;
  margin-bottom: 6px;
}

.k88-card .k88bs__footer {
  padding: 12px 16px;
  border-top: 1px solid #f0ebe0;
}

.k88-card .k88bs__add-btn {
  width: 100%;
  min-height: 44px;
  padding: 0 24px;
  background: #e85c2a;
  color: #fff;
  border: 0;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .4px;
  cursor: pointer;
  transition: background .2s;
}

.k88-card .k88bs__add-btn:hover {
  background: #d14e22;
}

/* Compact card-contained bottom sheet */
.k88-card .k88bs__handle {
  width: 36px;
  height: 4px;
  margin: 8px auto 2px;
  border-radius: 999px;
  background: #c8c1b8;
  flex: 0 0 auto;
}

.k88-card .k88bs__panel {
  max-height: min(82%, 430px);
  box-shadow: 0 -8px 22px rgba(38, 25, 18, .12);
}

.k88-card .k88bs__header {
  gap: 10px;
  padding: 8px 12px 10px;
}

.k88-card .k88bs__thumb {
  width: 52px;
  height: 52px;
  border-radius: 7px;
}

.k88-card .k88bs__title {
  font-size: 13px;
}

.k88-card .k88bs__subtitle {
  font-size: 11px;
  margin-bottom: 2px;
}

.k88-card .k88bs__price {
  font-size: 13px;
}

.k88-card .k88bs__close {
  width: 34px;
  height: 34px;
  min-width: 34px;
  min-height: 34px;
  margin-top: -6px;
  margin-right: -4px;
  background: transparent;
  font-size: 24px;
}

.k88-card .k88bs__close:hover,
.k88-card .k88bs__close:focus-visible {
  background: transparent;
}

.k88-card .k88bs__body {
  padding: 10px 12px 8px;
}

.k88-card .k88bs__option-group {
  margin-bottom: 10px;
}

.k88-card .k88bs__variant-label,
.k88-card .k88bs__qty-label {
  margin-bottom: 5px;
  font-size: 11px;
  font-weight: 700;
  color: #38312c;
}

.k88-card .k88bs__variant-pills {
  gap: 6px;
  max-height: none;
  overflow: visible;
}

.k88-card .k88bs__variant-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  min-height: 30px;
  padding: 0 11px;
  border-width: 1px;
  border-radius: 6px;
  font-size: 12px;
}

.k88-card .k88bs__quantity {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  margin: 8px 0 12px;
  width: 100%;
}

.k88-card .k88bs__qty-label {
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  color: #555555;
  text-align: left;
  flex-shrink: 0;
}

.k88-card .k88bs__qty-controls {
  display: grid;
  grid-template-columns: 28px 34px 28px;
  width: 90px;
  height: 30px;
  min-height: 30px;
  max-height: 30px;
  border: 1px solid #ded6cc;
  border-radius: 6px;
  overflow: hidden;
  align-items: center;
  flex-shrink: 0;
}

.k88-card .k88bs__qty-btn {
  position: relative;
  width: 28px;
  height: 28px;
  min-height: 28px;
  background: #ffffff;
  color: transparent;
  font-size: 0;
}

.k88-card .k88bs__qty-btn:hover,
.k88-card .k88bs__qty-btn:focus-visible {
  background: #ffffff;
}

.k88-card .k88bs__qty-input {
  width: 100%;
  height: 28px;
  min-width: 0;
  border-left: 1px solid #ded6cc;
  border-right: 1px solid #ded6cc;
  font-size: 13.5px;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
}

.k88-card .k88bs__footer {
  padding: 5px 0 0;
}

.k88-card .k88bs__add-btn {
  min-height: 40px;
  padding: 0 16px;
  border-radius: 8px;
  font-size: 13px;
}

@media (max-width: 767px) {
  .k88-card .k88bs__panel {
    max-height: min(86%, 430px);
  }
}

/* End in-card bottom sheet */

@media (hover: hover) and (pointer: fine) and (min-width: 1024px) {

  .k88-card:not(.k88-card--soldout):hover .k88-card__image,
  .k88-card:not(.k88-card--soldout):focus-within .k88-card__image,
  .k88cl-card:not(.k88cl-card--soldout):hover .k88cl-card__image,
  .k88cl-card:not(.k88cl-card--soldout):focus-within .k88cl-card__image {
    transform: scale(1.03);
  }
}

@media (hover: none),
(pointer: coarse),
(max-width: 1023px) {

  .k88-card:hover .k88-card__image,
  .k88cl-card:hover .k88cl-card__image {
    transform: none;
  }
}

#k88-bottom-sheet[aria-hidden="false"] {
  visibility: visible;
}

.k88bs-lock {
  overflow: visible;
  touch-action: auto;
}

.k88bs__backdrop,
.k88bs__panel {
  transition-duration: 300ms;
  transition-timing-function: ease-out;
}

.k88bs__subtitle {
  margin: 0 0 4px;
  color: #666;
  font-size: 13px;
  line-height: 1.35;
}

.k88bs__variant-pill:disabled {
  opacity: .42;
  cursor: not-allowed;
  text-decoration: line-through;
}

.k88bs__variant-pills {
  max-height: min(252px, 36vh);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.k88bs__qty-input,
.k88ns__input {
  font-size: 16px;
}

@media (max-width: 567px) {
  .k88bs__panel {
    border-radius: 14px 14px 0 0;
    max-height: 88vh;
  }

  .k88bs__add-btn {
    border-radius: 4px;
  }
}

/* ============================================================================
   MOBILE VISUAL LANGUAGE PASS
   Brings the "editorial / hanko red / brass" identity from the app-redesign
   mockup onto the live mobile site: a shared brass accent token, thin-line
   policy icons instead of the old flat clip-art PNGs, and a pill-shaped
   search field. Desktop/tablet keep the current look untouched.
============================================================================ */
.k88p__icon-svg {
  display: none;
}

@media (max-width: 767px) {
  :root {
    --k88-brass: #a9834e;
  }

  .k88p__icon-img--raster {
    display: none;
  }

  .k88p__icon-svg {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    color: var(--k88-brass);
  }

  .k88p__icon-svg svg {
    width: 30px;
    height: 30px;
  }

  .k88h-search__form {
    border-radius: 999px;
    padding-left: 4px;
  }

  .k88h-search__input {
    padding-left: 18px;
  }

  .k88h-search__btn {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin: 4px 4px 4px 0;
    background: var(--k88-cta-bg, #e65c3a);
    color: #fff;
  }

  /* Star ratings: unify on the brass accent instead of a generic amber */
  .k88y__stars {
    color: var(--k88-brass);
  }

  /* Occasions price: brass tint over the dark photo, matching the
     eyebrow/label treatment used elsewhere instead of plain white */
  .k88o__card-price {
    color: #e9d3ab;
  }

  /* Panel rhythm: a few sections sit on a faint deeper cream so the
     long mobile feed reads as a sequence of considered panels rather
     than one flat page. */
  .section_occasions,
  .section_whyus,
  .section_doitac {
    background: var(--k88-panel-bg, #f1e9d8);
  }

  /* Hero pagination: active dot elongates into a soft pill */
  .home-slider .swiper-pagination-bullet {
    border-radius: 999px;
    transition: width .3s ease, opacity .2s ease;
  }

  .home-slider .swiper-pagination-bullet-active {
    width: 18px !important;
  }
}

/* Haravan's loyalty widget (<hrv-loyalty>) floats at bottom-left by
   default and was overlapping the "Trang chủ" tab of the app bottom nav
   on mobile. The theme already had a rule to hide it on mobile, but it
   was accidentally nested inside a conditional block in main.scss.liquid,
   so it only applied when that setting
   happened to be on. This standalone rule lifts it above the bottom
   nav bar instead, independent of that setting. */
@media (max-width: 991px) {

  hrv-loyalty,
  #hrv-loyalty {
    bottom: calc(76px + env(safe-area-inset-bottom)) !important;
  }
}

/* Footer accordion trigger + mobile trust row are mobile-only; hidden by
   default so desktop keeps its existing columns. The responsive layout for
   these (and the final .k88f-mobile composition) lives in k88-footer.css,
   which loads after this file. */
.k88f__accordion-trigger {
  display: none;
}

.k88f__mobile-trust {
  display: none;
}

/* ===== Blog listing & Article page redesign (News layout) ===== */

/* --- SHARED STYLES & FONTS --- */
.k88news-wrapper,
.k88art-section {
  font-family: var(--fontBody, 'Noto Sans', 'Inter', sans-serif);
  color: var(--text, #111);
  background-color: var(--bg, #FDFBF7);
  padding: 40px 0 60px;
}

.k88news-heading,
.k88art-title {
  font-family: 'Playfair Display', 'Cormorant Garamond', Georgia, serif;
  font-weight: 500;
}

/* --- BLOG LISTING PAGE (.k88news) --- */
.k88news-header {
  margin-bottom: 40px;
}

.k88news-heading {
  font-size: 56px;
  line-height: 1.1;
  margin: 0 0 12px;
  color: #111;
}

.k88news-subheading {
  font-size: 16px;
  color: var(--text-secondary, #666);
  margin: 0;
}

/* Horizontal Tabs Row */
.k88news-tabs-container {
  border-bottom: 1px solid var(--border, #ece5dc);
  margin-bottom: 48px;
}

.k88news-grid {
  width: 100%;
  max-width: 100%;
}

/* Preserve the full article image within its card rather than cropping it. */
.k88news-wrapper .k88jb__media {
  background: #fff;
  height: auto;
  aspect-ratio: auto;
}

.k88news-wrapper .k88jb__img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.k88news-tabs {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 32px;
  overflow-x: auto;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.k88news-tabs::-webkit-scrollbar {
  display: none;
}

.k88news-tab-item {
  position: relative;
  padding-bottom: 16px;
  margin-bottom: -1px;
}

.k88news-tab-item a {
  text-decoration: none;
  color: var(--text-secondary, #8E8E8E);
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.5px;
  white-space: nowrap;
  transition: color 0.2s ease;
}

.k88news-tab-item a:hover {
  color: var(--text, #111);
}

.k88news-tab-item.active a {
  color: var(--text, #111);
}

.k88news-tab-item.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: #111;
  /* Black active underline */
}

/* Flex layout card contents order matching mockup */
.k88news-wrapper .k88jb__info {
  display: flex;
  flex-direction: column;
}

.k88news-wrapper .k88jb__meta {
  display: contents;
}

.k88news-wrapper .k88jb__meta>span {
  order: 1;
  font-family: var(--fontBody, 'Inter', sans-serif);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--k88-cta-bg, #e65c3a);
  margin-bottom: 8px;
  display: inline-block;
}

.k88news-wrapper .k88jb__card-title {
  order: 2;
  margin: 0 0 12px;
  font-family: 'Playfair Display', 'Cormorant Garamond', Georgia, serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.3;
}

.k88news-wrapper .k88jb__card-title a {
  color: #111;
  text-decoration: none;
  transition: color 0.2s ease;
}

.k88news-wrapper .k88jb__card-title a:hover {
  color: var(--k88-cta-bg, #e65c3a);
}

.k88news-wrapper .k88jb__excerpt {
  order: 3;
  font-size: 14px;
  line-height: 1.6;
  color: #555;
  margin: 0 0 16px;
}

.k88news-wrapper .k88jb__meta>time {
  order: 4;
  font-size: 13px;
  color: #777;
  margin-bottom: 16px;
  display: inline-block;
}

.k88news-wrapper .k88jb__read {
  order: 5;
  font-size: 13px;
  font-weight: 800;
  color: #111 !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  justify-content: flex-start;
  gap: 12px;
  width: auto;
  border-bottom: 0 !important;
  padding-bottom: 0 !important;
  min-height: auto;
}

.k88news-wrapper .k88jb__read:hover {
  color: var(--k88-cta-bg, #e65c3a) !important;
}

.k88news-wrapper .k88jb__read span {
  transition: transform 0.2s ease;
}

.k88news-wrapper .k88jb__read:hover span {
  transform: translateX(4px);
}

/* Row Layouts & Grids (Desktop >=992px) */
@media (min-width: 992px) {
  .k88news-row--hero {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    margin-bottom: 60px;
  }

  .k88news-hero-col {
    flex: 0 0 100%;
    min-width: 0;
  }

  .k88news-standard-col {
    flex: 0 0 calc(30% - 20px);
    min-width: 0;
  }

  /* Hero Card layout styling */
  .k88jb__card--hero {
    display: flex;
    flex-direction: row;
    gap: 32px;
    align-items: center;
    height: auto;
  }

  .k88jb__card--hero .k88jb__media {
    flex: 0 0 calc(55% - 20px);
    margin-bottom: 0;
    height: auto;
    min-height: 0;
    border-radius: 12px;
    aspect-ratio: 1.25 / 1;
    overflow: hidden;
  }

  .k88news-row--hero .k88jb__img,
  .k88news-row--three-cols .k88jb__img {
    height: 100%;
    object-fit: cover;
  }

  .k88news-row--three-cols .k88jb__media {
    aspect-ratio: 1.25 / 1;
    overflow: hidden;
  }

  .k88jb__card--hero .k88jb__info {
    flex: 1;
    min-width: 0;
  }

  .k88news-wrapper .k88jb__card--hero .k88jb__card-title {
    font-size: 32px;
    line-height: 1.25;
    margin-bottom: 16px;
  }

  .k88news-wrapper .k88jb__card--hero .k88jb__excerpt {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 24px;
    color: #474747;
  }

  /* Row 2: 3-column Grid */
  .k88news-row--three-cols {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px;
    margin-bottom: 60px;
  }

  /* Row 3: 3-column Grid with horizontal cards */
  .k88news-row--horizontal {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 60px;
  }

  .k88news-horizontal-col {
    border-right: 1px solid var(--border, #ece5dc);
  }

  .k88news-horizontal-col:nth-child(3n) {
    border-right: 0;
  }

  /* Horizontal Card layout styling */
  .k88jb__card--horizontal {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
    padding: 20px 24px;
    background: transparent;
    box-sizing: border-box;
    width: 100%;
  }

  .k88news-horizontal-col:nth-child(3n+1) .k88jb__card--horizontal {
    padding-left: 0;
  }

  .k88news-horizontal-col:nth-child(3n) .k88jb__card--horizontal {
    padding-right: 0;
  }

  .k88jb__card--horizontal .k88jb__media {
    flex: 0 0 92px;
    aspect-ratio: 1 / 1;
    margin-bottom: 0;
    border-radius: 8px;
    overflow: hidden;
  }

  .k88jb__card--horizontal .k88jb__info {
    flex: 1;
    min-width: 0;
  }

  .k88news-wrapper .k88jb__card--horizontal .k88jb__card-title {
    font-family: var(--fontBody, 'Noto Sans', sans-serif);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.45;
    margin-bottom: 0;
    order: 2;
  }

  .k88news-wrapper .k88jb__card--horizontal .k88jb__meta>time {
    order: 3;
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 8px;
    color: var(--text-secondary, #7a6f63);
    font-size: 12px;
  }

  .k88news-horizontal-arrow {
    margin-left: 6px;
    display: inline-block;
    color: var(--k88-cta-bg, #e65c3a);
    transition: transform 0.2s ease;
  }

  .k88jb__card--horizontal:hover .k88news-horizontal-arrow {
    transform: translateX(4px);
  }
}

/* Pagination STYLES */
.k88news-pagination {
  display: flex;
  justify-content: center;
  margin: 60px 0 20px;
}

.k88news-pagination-list {
  display: inline-flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 8px;
  align-items: center;
}

.k88news-page-item {
  display: inline-block;
}

.k88news-page-item a,
.k88news-page-item span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 6px;
  border: 1px solid transparent;
  font-size: 15px;
  font-weight: 600;
  color: var(--text-secondary, #777);
  text-decoration: none;
  transition: all 0.2s ease;
}

.k88news-page-item a:hover {
  color: var(--k88-cta-bg, #e65c3a);
}

.k88news-page-item.active span {
  color: var(--text, #111);
  border-color: var(--text, #111);
  border-radius: 4px;
}

.k88news-page-item.disabled span {
  opacity: 0.35;
  cursor: not-allowed;
}

.k88news-page-item.gap span {
  cursor: default;
}


/* --- ARTICLE DETAILS PAGE (.k88art) --- */
.k88art-header {
  margin-bottom: 40px;
}

.k88art-back-link {
  display: inline-block;
  margin-bottom: 24px;
  color: var(--text-secondary, #8E8E8E);
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  transition: color 0.2s ease;
}

.k88art-back-link:hover {
  color: var(--k88-cta-bg, #e65c3a);
}

.k88art-category {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: var(--k88-cta-bg, #e65c3a);
  margin-bottom: 12px;
}

.k88art-title {
  font-size: 32px;
  line-height: 1.15;
  color: #111;
  margin: 0 0 16px;
}

.k88art-excerpt {
  font-size: 18px;
  line-height: 1.6;
  color: #474747;
  margin-bottom: 24px;
}

.k88art-meta-row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 12px;
  padding-bottom: 0;
  border-bottom: 0;
}

.k88art-meta-left {
  font-size: 14px;
  font-weight: 600;
  color: var(--text-secondary, #666);
}

.k88art-meta-left time {
  color: var(--text, #111);
}

.k88art-meta-right {
  margin-top: 14px;
}

/* Sharing Icons */
.k88art-share {
  display: flex;
  gap: 12px;
}

.k88art-share-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid var(--border, #ece5dc);
  color: var(--text-secondary, #555);
  background: transparent;
  transition: all 0.2s ease;
}

.k88art-share-fb:hover {
  color: #fff;
  background: #1877F2;
  border-color: #1877F2;
}

.k88art-share-x:hover {
  color: #fff;
  background: #000;
  border-color: #000;
}

.k88art-share-email:hover {
  color: #fff;
  background: var(--k88-cta-bg, #e65c3a);
  border-color: var(--k88-cta-bg, #e65c3a);
}

.k88art-share-email {
  position: relative;
  z-index: 1;
  cursor: pointer;
  pointer-events: auto;
}

/* Featured Image */
.k88art-featured-image {
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
  border-radius: 12px;
  display: block;
}

/* Side-by-side Header layout */
@media (min-width: 992px) {
  .k88art-header-columns {
    display: flex;
    flex-direction: row;
    gap: 60px;
    align-items: stretch;
    margin-bottom: 48px;
  }

  .k88art-section .k88art-header-text {
    flex: 0 0 30%;
    display: flex;
    flex-direction: column;
    justify-content: center !important;
    position: relative;
  }

  .k88art-header-copy {
    width: 100%;
    transform: translateY(18px);
  }

  .k88art-header-text::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid var(--border, #ece5dc);
  }

  .k88art-header-image {
    flex: 0 0 65%;
    min-width: 0;
  }

  .k88art-header-image .k88art-featured-image {
    height: auto;
    min-height: 0;
  }
}

/* Content & Sidebar Columns (Desktop >=992px) */
@media (min-width: 992px) {
  .k88art-section .k88art-main-layout {
    display: flex;
    justify-content: space-between;
    gap: 60px;
    margin-bottom: 60px;
  }

  .k88art-section .k88art-content-col {
    flex: 0 0 65%;
    min-width: 0;
  }

  .k88art-section .k88art-sidebar-col {
    flex: 0 0 30%;
    min-width: 0;
  }
}

/* Article TOC styling inside left column */
.k88art-section .k88art-toc-box {
  margin-bottom: 32px;
  background: rgba(0, 0, 0, 0.02);
  border: 1px solid var(--border, #ece5dc);
  border-radius: 8px;
  padding: 16px 20px;
}

/* Premium Typography for article content */
.k88art-section .k88art-body-content h2,
.k88art-section .k88art-body-content h3 {
  font-family: 'Playfair Display', 'Cormorant Garamond', Georgia, serif;
  font-weight: 500;
  color: #111;
  margin-top: 20px;
  margin-bottom: 8px;
  line-height: 1.3;
}

.k88art-section .k88art-body-content h2 {
  font-size: 28px;
}

.k88art-section .k88art-body-content h3 {
  font-size: 22px;
}

.k88art-section .k88art-body-content img {
  border-radius: 8px;
  margin: 16px 0;
}

.k88art-section .k88art-body-content p {
  font-family: var(--fontBody, 'Noto Sans', sans-serif) !important;
  font-size: 15px !important;
  line-height: 1.65 !important;
  color: #333 !important;
  margin-bottom: 10px !important;
}

/* Blockquote styling */
.k88art-section .k88art-body-content blockquote {
  position: relative !important;
  padding: 12px 0 12px 56px !important;
  margin: 40px 0 !important;
  border-left: 0 none !important;
  font-style: italic !important;
  font-family: 'Playfair Display', 'Cormorant Garamond', Georgia, serif !important;
  font-size: 20px !important;
  line-height: 1.65 !important;
  color: #111 !important;
  background: transparent none !important;
  box-sizing: border-box !important;
}

.k88art-section .k88art-body-content blockquote p {
  margin: 0 !important;
}

/* Serif quote icon */
.k88art-section .k88art-body-content blockquote::before {
  content: '“' !important;
  font-family: 'Playfair Display', Georgia, serif !important;
  font-size: 80px !important;
  color: #111 !important;
  line-height: 1 !important;
  position: absolute !important;
  left: 10px !important;
  top: -12px !important;
  opacity: 0.25 !important;
  pointer-events: none !important;
}

/* Author credit line */
.k88art-section .k88art-body-content blockquote cite,
.k88art-section .k88art-body-content blockquote p.author,
.k88art-section .k88art-body-content blockquote .cite {
  display: block !important;
  margin-top: 14px !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-family: var(--fontBody, sans-serif) !important;
  font-weight: 600 !important;
  color: var(--text-secondary, #666) !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
}

/* Sidebar Related Articles Compact Card layout overrides */
.k88art-sidebar-col .k88jb__card--compact {
  display: flex !important;
  flex-direction: row !important;
  gap: 16px !important;
  align-items: center !important;
  margin-bottom: 24px !important;
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
  width: 100% !important;
}

.k88art-sidebar-col .k88jb__card--compact .k88jb__media {
  flex: 0 0 80px !important;
  width: 80px !important;
  height: 80px !important;
  aspect-ratio: 1 / 1 !important;
  border-radius: 6px !important;
  overflow: hidden !important;
  margin-bottom: 0 !important;
}

.k88art-sidebar-col .k88jb__card--compact .k88jb__info {
  flex: 1 !important;
  min-width: 0 !important;
  display: flex !important;
  flex-direction: column !important;
}

.k88art-sidebar-col .k88art-related-list .k88jb__meta {
  display: contents !important;
}

.k88art-sidebar-col .k88art-related-list .k88jb__meta>span {
  order: 1 !important;
  font-family: var(--fontBody, 'Inter', sans-serif) !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  color: var(--k88-cta-bg, #e65c3a) !important;
  margin-bottom: 4px !important;
  display: inline-block !important;
}

.k88art-sidebar-col .k88art-related-list .k88jb__card-title {
  order: 2 !important;
  margin: 0 0 4px !important;
  font-family: 'Playfair Display', 'Cormorant Garamond', Georgia, serif !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  line-height: 1.35 !important;
}

.k88art-sidebar-col .k88art-related-list .k88jb__card-title a {
  color: #111 !important;
  text-decoration: none !important;
  transition: color 0.2s ease !important;
}

.k88art-sidebar-col .k88art-related-list .k88jb__card-title a:hover {
  color: var(--k88-cta-bg, #e65c3a) !important;
}

.k88art-sidebar-col .k88art-related-list .k88jb__meta>time {
  order: 3 !important;
  font-size: 12px !important;
  color: #777 !important;
  margin-bottom: 0 !important;
  display: inline-block !important;
}

.k88art-sidebar-col .k88jb__card--compact .k88jb__excerpt,
.k88art-sidebar-col .k88jb__card--compact .k88jb__read {
  display: none !important;
}

/* Sidebar Widgets */
.k88art-sidebar-widgets {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.k88art-widget-title {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--text, #111);
  margin: 0 0 24px;
  padding-bottom: 8px;
  position: relative;
}

.k88art-section .k88art-widget-title::after {
  content: '' !important;
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 32px !important;
  height: 2px !important;
  background: #111 !important;
}

/* Newsletter stay-in-the-loop box */
.k88art-newsletter-box {
  border: 1px solid var(--border, #ece5dc);
  border-radius: 12px;
  padding: 32px 28px;
  background: rgba(230, 92, 58, 0.01);
  box-sizing: border-box;
}

.k88art-newsletter-desc {
  font-size: 13px;
  line-height: 1.6;
  color: var(--text-secondary, #666);
  margin: 0 0 20px;
}

.k88art-newsletter-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.k88art-newsletter-input {
  width: 100%;
  background: #fff;
  border: 1px solid var(--border, #ece5dc);
  border-radius: 4px;
  padding: 12px 16px;
  font-size: 14px;
  color: var(--text, #111);
  outline: none;
  box-sizing: border-box;
  transition: border-color 0.2s ease;
}

.k88art-newsletter-input:focus {
  border-color: var(--k88-cta-bg, #e65c3a);
}

.k88art-newsletter-btn {
  width: 100%;
  background: var(--k88-cta-bg, #e65c3a);
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 14px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  box-sizing: border-box;
  transition: background 0.2s ease;
}

.k88art-newsletter-btn:hover {
  background: var(--k88-cta-hover, #c44e2e);
}

/* Prev/Next Navigation (Desktop >=992px) */
.k88art-prev-next-nav {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid var(--border, #ece5dc);
}

@media (min-width: 992px) {
  .k88art-prev-next-inner {
    display: flex;
    justify-content: space-between;
    gap: 40px;
  }

  .k88art-prev-article,
  .k88art-next-article {
    flex: 1;
    max-width: 45%;
  }
}

.k88art-prev-article {
  text-align: left;
}

.k88art-next-article {
  text-align: right;
}

.k88art-prev-article a,
.k88art-next-article a {
  display: flex;
  flex-direction: column;
  text-decoration: none;
}

.k88art-nav-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--text-secondary, #8E8E8E);
  margin-bottom: 6px;
}

.k88art-nav-title {
  font-family: var(--fontHeading, "Noto Sans", system-ui, sans-serif);
  font-size: 16px;
  font-weight: 700;
  color: var(--text, #111);
  line-height: 1.4;
  transition: color 0.2s ease;
}

.k88art-prev-article a:hover .k88art-nav-title,
.k88art-next-article a:hover .k88art-nav-title {
  color: var(--k88-cta-bg, #e65c3a);
}

.k88art-section .k88art-header-columns--no-image .k88art-header-text {
  flex: 0 0 100% !important;
}


/* --- MOBILE & TABLET FALLBACK STYLES (<992px) --- */
@media (max-width: 991px) {

  /* Listing Header & Tabs */
  .k88news-heading {
    font-size: 40px;
  }

  .k88news-tabs {
    gap: 20px;
  }

  /* Hero card stack vertical */
  .k88jb__card--hero {
    display: flex;
    flex-direction: column;
  }

  .k88jb__card--hero .k88jb__media {
    aspect-ratio: auto;
    margin-bottom: 16px;
  }

  /* Layout Stacks */
  .k88news-row--hero {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-bottom: 40px;
  }

  .k88news-row--three-cols {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-bottom: 40px;
  }

  /* Row 3 grid to single column list */
  .k88news-row--horizontal {
    display: flex;
    flex-direction: column;
    border-top: 1px solid var(--border, #ece5dc);
    margin-bottom: 40px;
  }

  .k88news-horizontal-col {
    border-bottom: 1px solid var(--border, #ece5dc);
    border-right: 0 !important;
  }

  .k88news-horizontal-col:last-child {
    border-bottom: 0;
  }

  /* Horizontal card vertical adjust */
  .k88jb__card--horizontal {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px 0 !important;
  }

  .k88jb__card--horizontal .k88jb__media {
    flex: 0 0 72px;
    aspect-ratio: 1 / 1;
    border-radius: 6px;
  }

  .k88jb__card--horizontal .k88jb__meta {
    font-size: 10px;
    margin-bottom: 4px;
  }

  .k88jb__card--horizontal .k88jb__card-title {
    font-size: 14px;
    line-height: 1.35;
  }

  .k88news-horizontal-arrow {
    display: none;
    /* Hide arrow on mobile listing */
  }

  /* Article Detail page stacks */
  .k88art-title {
    font-size: 32px;
  }

  .k88art-excerpt {
    font-size: 16px;
  }

  .k88art-header-columns {
    display: flex;
    flex-direction: column-reverse;
    gap: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--border, #ece5dc);
  }

  .k88art-main-layout {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }

  /* Prev/Next nav vertical stack */
  .k88art-prev-next-inner {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .k88art-prev-article,
  .k88art-next-article {
    text-align: left;
  }
}

/* --- Google Fonts Import for 404 Cursive Calligraphy --- */
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@600&display=swap');

/* --- 404 PAGE REDESIGN --- */
.k88-404-wrapper {
  background-color: var(--bg, #FDFBF7);
  padding: 60px 0 80px;
  font-family: var(--fontBody, 'Inter', sans-serif);
  color: var(--text, #111);
}

/* 1. Hero Split Section (>=992px) */
.k88-404-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 60px;
}

.k88-404-hero-left {
  flex: 0 0 45%;
  min-width: 0;
}

.k88-404-hero-right {
  flex: 0 0 50%;
  min-width: 0;
}

/* Text elements */
.k88-404-number {
  font-family: 'Playfair Display', 'Cormorant Garamond', Georgia, serif;
  font-size: 110px;
  font-weight: 500;
  line-height: 1;
  color: #111;
  display: block;
  margin-bottom: 12px;
}

.k88-404-heading {
  font-family: 'Playfair Display', 'Cormorant Garamond', Georgia, serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0 0 16px;
  color: #111;
}

.k88-404-divider {
  width: 48px;
  height: 2px;
  background-color: var(--k88-cta-bg, #e65c3a);
  margin-bottom: 24px;
}

.k88-404-desc {
  font-size: 15px;
  line-height: 1.6;
  color: #555;
  margin-bottom: 16px;
}

.k88-404-callout {
  font-size: 15px;
  line-height: 1.6;
  color: #111;
  margin-bottom: 32px;
}

.k88-404-callout .k88-highlight {
  font-weight: 600;
  color: var(--k88-cta-bg, #e65c3a);
}

/* CTA Button */
.k88-404-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: var(--k88-cta-bg, #e65c3a);
  color: #fff !important;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  padding: 14px 28px;
  border-radius: 4px;
  text-transform: uppercase;
  text-decoration: none;
  transition: background-color 0.25s ease, transform 0.2s ease;
}

.k88-404-btn:hover {
  background-color: #d14f30;
  transform: translateY(-1px);
}

.k88-404-btn svg {
  transition: transform 0.25s ease;
}

.k88-404-btn:hover svg {
  transform: translateX(4px);
}

/* Tinder stack container & rotation deck layout */
.k88-tinder-container {
  position: relative;
  width: 320px;
  height: 380px;
  margin: 0 auto 0 0;
}

.k88-tinder-stack {
  position: relative;
  width: 100%;
  height: 100%;
}

.k88-tinder-card {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06), 0 1px 3px rgba(0, 0, 0, 0.02);
  border: 1px solid var(--border, #ece5dc);
  overflow: hidden;
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.6s ease, z-index 0.6s step-end;
  display: flex;
  flex-direction: column;
}

/* Tinder card Link & info layout */
.k88-tinder-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none !important;
}

.k88-tinder-img {
  width: 100%;
  flex: 1;
  object-fit: cover;
  min-height: 0;
}

.k88-tinder-info {
  padding: 16px 20px;
  background: #FFF;
  border-top: 1px solid var(--border, #ece5dc);
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.k88-tinder-title {
  font-family: var(--fontBody, 'Inter', sans-serif);
  font-size: 14px;
  font-weight: 600;
  color: #111;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.k88-tinder-price {
  font-size: 15px;
  font-weight: 700;
  color: var(--k88-cta-bg, #e65c3a);
}

/* Card positions in stack */
.k88-tinder-card.card-pos-1 {
  transform: translate3d(0, 0, 0) scale(1) rotate(-2.5deg);
  z-index: 3;
  opacity: 1;
}

.k88-tinder-card.card-pos-2 {
  transform: translate3d(-15px, 8px, 0) scale(0.96) rotate(4deg);
  z-index: 2;
  opacity: 0.9;
}

.k88-tinder-card.card-pos-3 {
  transform: translate3d(12px, 16px, 0) scale(0.92) rotate(-6deg);
  z-index: 1;
  opacity: 0.8;
}

/* Swipe-out animation state */
.k88-tinder-card.swipe-out {
  transform: translate3d(130%, -40px, 0) scale(1) rotate(20deg) !important;
  opacity: 0;
  z-index: 4;
}

.k88-tinder-card.no-transition {
  transition: none !important;
}

/* Overlapping handwriting text */
.k88-404-cursive-note {
  position: absolute;
  top: -20px;
  right: -80px;
  left: auto;
  background: transparent;
  max-width: 180px;
  font-family: 'Dancing Script', cursive;
  font-size: 20px;
  color: #3f3933;
  line-height: 1.25;
  text-align: left;
  transform: rotate(-3deg);
  pointer-events: none;
  z-index: 10;
}

.k88-cursive-underline {
  display: block;
  width: 110px;
  height: 8px;
  margin-top: 4px;
}

/* 2. Recommendations Section */
.k88-404-recommendations {
  border-top: 1px solid var(--border, #ece5dc);
  padding-top: 40px;
  margin-bottom: 50px;
}

.k88-404-rec-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

.k88-404-rec-title {
  font-family: 'Playfair Display', 'Cormorant Garamond', Georgia, serif;
  font-size: 24px;
  font-weight: 600;
  margin: 0;
  color: #111;
}

.k88-404-rec-link {
  font-size: 14px;
  font-weight: 600;
  color: #111;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: color 0.2s ease;
}

.k88-404-rec-link:hover {
  color: var(--k88-cta-bg, #e65c3a);
}

.k88-404-rec-link .arrow {
  transition: transform 0.2s ease;
}

.k88-404-rec-link:hover .arrow {
  transform: translateX(3px);
}

/* Product Grid (5 columns) */
.k88-404-product-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20px;
}

.k88-404-product-grid .k88-404-grid-col {
  min-width: 0;
}

/* Override standard product card layout for clean off-white look */
.k88-404-product-grid .k88-card {
  background: transparent !important;
  border: 0 none !important;
  box-shadow: none !important;
  padding: 0 !important;
}

.k88-404-product-grid .k88-card__media {
  border-radius: 8px !important;
  aspect-ratio: 1 / 1 !important;
  margin-bottom: 12px !important;
}

.k88-404-product-grid .k88-card__title {
  font-family: var(--fontBody, 'Inter', sans-serif) !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.4 !important;
  margin-bottom: 4px !important;
}

.k88-404-product-grid .k88-card__meta {
  font-size: 12px !important;
  color: #8E8E8E !important;
  margin-bottom: 8px !important;
}

.k88-404-product-grid .k88-card__footer {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  margin-top: 0 !important;
}

.k88-404-product-grid .k88-card__price-wrap {
  display: flex !important;
  flex-direction: column !important;
}

.k88-404-product-grid .k88-card__price {
  font-size: 15px !important;
  font-weight: 600 !important;
  color: var(--price-regular, #171412) !important;
}

.k88-404-product-grid .k88-card__price--sale {
  color: var(--k88-cta-bg, #e65c3a) !important;
}

.k88-404-product-grid .k88-card__compare-price {
  font-size: 12px !important;
  text-decoration: line-through !important;
  color: #8E8E8E !important;
}

.k88-404-product-grid .k88-card__add {
  flex: 0 0 32px !important;
  width: 32px !important;
  height: 32px !important;
  border-radius: 50% !important;
  background-color: #F8F1EB !important;
  color: var(--k88-cta-bg, #e65c3a) !important;
  border: 0 !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  transition: background-color 0.2s ease, transform 0.15s ease !important;
}

.k88-404-product-grid .k88-card__add:hover {
  background-color: #f0e1d5 !important;
  transform: scale(1.05) !important;
}

/* 3. Trust Badges Section */
.k88-404-badges {
  border-top: 1px solid var(--border, #ece5dc);
  padding-top: 40px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.k88-404-badge-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.k88-404-badge-icon {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background-color: #F8F1EB;
  color: var(--k88-cta-bg, #e65c3a);
  display: flex;
  align-items: center;
  justify-content: center;
}

.k88-404-badge-text {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
}

.k88-404-badge-text strong {
  font-size: 13px;
  font-weight: 600;
  color: #111;
  line-height: 1.3;
}

.k88-404-badge-text span {
  font-size: 11px;
  color: #8E8E8E;
  line-height: 1.3;
}

/* --- MOBILE & TABLET FALLBACK STYLES FOR 404 PAGE --- */
@media (max-width: 991px) {
  .k88-404-wrapper {
    padding: 40px 0 60px;
  }

  .k88-404-hero {
    flex-direction: column;
    gap: 40px;
    margin-bottom: 40px;
  }

  .k88-404-hero-left,
  .k88-404-hero-right {
    flex: 0 0 100%;
    width: 100%;
  }

  .k88-404-number {
    font-size: 80px;
  }

  .k88-404-heading {
    font-size: 26px;
  }

  /* Cursive script repositioned slightly */
  .k88-tinder-container {
    width: 280px;
    height: 330px;
  }

  .k88-404-cursive-note {
    font-size: 16px;
    max-width: 160px;
    top: -15px;
    right: -60px;
    left: auto;
  }

  .k88-cursive-underline {
    width: 90px;
  }

  /* Product Grid: 3 columns on tablet */
  .k88-404-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
  }

  /* Badges Grid: 2 columns on tablet */
  .k88-404-badges {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }
}

@media (max-width: 567px) {

  /* Product Grid: 2 columns on mobile */
  .k88-404-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  /* Badges Grid: 1 column on mobile */
  .k88-404-badges {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .k88-404-badge-item {
    align-items: center;
  }

  /* Tinder Stack Mobile Adjustments */
  .k88-tinder-container {
    width: 250px;
    height: 300px;
    margin-bottom: 30px;
  }

  .k88-404-cursive-note {
    position: relative !important;
    top: 0 !important;
    right: 0 !important;
    margin: 24px auto 0 !important;
    text-align: center !important;
    max-width: 100% !important;
    transform: none !important;
    display: block !important;
  }

  .k88-cursive-underline {
    margin: 4px auto 0 !important;
  }
}

/* ===== KOME88 MOBILE MENU DRAWER ===== */
@media (max-width: 991px) {
  .k88h-header {
    padding: 0;
    background: var(--bg, #FCFAF2);
  }

  .k88h-header__main {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) 44px;
    min-height: 64px;
    gap: 0;
    padding: 10px 16px;
    border: 0;
    border-radius: 0;
    background: var(--bg, #FCFAF2);
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .k88h-header__search-toggle {
    display: none;
  }

  .k88h-header__logo {
    grid-column: 2;
    justify-self: center;
  }

  .k88h-header__logo-img {
    width: auto;
    max-width: 112px;
    max-height: 32px;
  }

  .k88h-header__actions {
    display: contents;
  }

  .k88h-header__hamburger {
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
    width: 44px;
    min-width: 44px;
    min-height: 44px;
    padding: 0;
    border-radius: 0;
  }

  .k88h-header__menu-label {
    display: none;
  }

  .k88h-header__actions .k88h-action {
    display: inline-flex;
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
    width: 44px;
    min-width: 44px;
    min-height: 44px;
    padding: 0;
    color: var(--text, #111);
  }

  .k88h-header__actions .k88h-action__icon {
    margin: 0;
  }

  .k88h-header__actions .k88h-action__label,
  .k88h-header__cta {
    display: none;
  }

  .k88h-header__search {
    top: 100%;
    left: 8px;
    right: 8px;
  }

  /* ====== MOBILE HEADER & MENU DRAWER UNIFIED TOP BAR ====== */
  body.k88h-body--menu-open .k88h-header {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 100010 !important;
    background-color: #FCFAF2 !important;
    background: #FCFAF2 !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05) !important;
  }

  body.k88h-body--menu-open .k88h-header__main {
    background-color: #FCFAF2 !important;
    background: #FCFAF2 !important;
    border: none !important;
    box-shadow: none !important;
  }

  .k88m-drawer__brand-bar {
    display: none !important;
  }

  .k88m-drawer__top-header {
    padding-top: 60px !important;
    background-color: #FCFAF2 !important;
    background: #FCFAF2 !important;
  }

  body.k88h-body--menu-open .k88h-header__hamburger .k88h-header__menu-icon i:first-child,
  .k88h-header__hamburger[aria-expanded="true"] .k88h-header__menu-icon i:first-child {
    transform: translateY(6px) rotate(45deg) !important;
    background-color: #111111 !important;
  }

  body.k88h-body--menu-open .k88h-header__hamburger .k88h-header__menu-icon i:nth-child(2),
  .k88h-header__hamburger[aria-expanded="true"] .k88h-header__menu-icon i:nth-child(2) {
    opacity: 0 !important;
  }

  body.k88h-body--menu-open .k88h-header__hamburger .k88h-header__menu-icon i:last-child,
  .k88h-header__hamburger[aria-expanded="true"] .k88h-header__menu-icon i:last-child {
    transform: translateY(-6px) rotate(-45deg) !important;
    background-color: #111111 !important;
  }

  .mobile-main-menu.k88m-drawer {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    z-index: 100005 !important;
    background: rgba(0, 0, 0, 0.5) !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  .mobile-main-menu.k88m-drawer .k88m-drawer__shell {
    position: relative !important;
    width: min(100%, 380px) !important;
    height: 100vh !important;
    height: 100dvh !important;
    margin: 0 !important;
    overflow: hidden !important;
    display: flex !important;
    flex-direction: column !important;
    border-radius: 0 !important;
    background-color: #FCFAF2 !important;
    background: #FCFAF2 !important;
    z-index: 100006 !important;
    box-shadow: 12px 0 32px rgba(0, 0, 0, .25) !important;
    opacity: 1 !important;
    transform: translateX(-100%);
    will-change: transform;
    transition: transform .3s cubic-bezier(.22, 1, .36, 1);
  }

  .mobile-main-menu.k88m-drawer.open .k88m-drawer__shell {
    transform: translateX(0);
  }

  /* 1. Smooth Touch Scrolling Up/Down */
  .k88m-drawer__views-wrapper {
    flex: 1 1 auto !important;
    height: 100% !important;
    min-height: 0 !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
    background-color: #FCFAF2 !important;
    background: #FCFAF2 !important;
  }

  .k88m-drawer__view,
  .k88m-drawer__content,
  .k88m-drawer__body,
  .k88m-drawer__section {
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
    background-color: #FCFAF2 !important;
    background: #FCFAF2 !important;
  }

  /* 2. Frozen Persistent 4-Tab Footer Bar at Bottom */
  .k88m-drawer__footer-bar {
    position: sticky !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 100 !important;
    flex-shrink: 0 !important;
    background-color: #FCFAF2 !important;
    background: #FCFAF2 !important;
    border-top: 1px solid #EAE6DF !important;
    padding-bottom: max(8px, env(safe-area-inset-bottom)) !important;
  }

  /* 3. Category Images / Badges Uncropped Display */
  .k88m-drawer__badges {
    overflow: visible !important;
    padding: 10px 16px !important;
  }

  .k88m-drawer__badge-item,
  .k88m-drawer__badge-item img {
    object-fit: contain !important;
    max-width: 100% !important;
    height: auto !important;
    overflow: visible !important;
  }

  /* 1. Mobile Top Toolbar Header (Exact Match Image 2) */
  .k88cl-mb-toolbar {
    padding: 6px 0 8px !important;
    margin-bottom: 2px !important;
    background: transparent;
  }

  /* Row 1: Category Title + Arrow */
  .k88cl-mb-cat-row {
    margin-bottom: 8px !important;
  }

  .k88cl-mb-cat-title {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: var(--fontHeading, "Noto Sans", sans-serif);
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #111111 !important;
    margin: 0 !important;
    padding: 0 !important;
    cursor: pointer;
    line-height: 1.3;
  }

  .k88cl-mb-cat-title svg {
    width: 14px;
    height: 14px;
    stroke-width: 2.5;
    color: #111111;
  }

  /* Row 2: Controls Row (Clean Text Style - Exact Match Image 2) */
  .k88cl-mb-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2px 0 !important;
    margin-bottom: 4px !important;
    background: transparent;
    border: none;
  }

  .k88cl-mb-ctrl {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    height: auto;
    padding: 4px 0;
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #111111 !important;
    cursor: pointer;
    line-height: 1.4;
  }

  .k88cl-mb-ctrl--sort {
    justify-content: flex-end;
  }

  .k88cl-mb-ctrl svg {
    color: #333333;
    flex-shrink: 0;
  }

  .k88cl-mb-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 20px;
    height: 20px;
    padding: 0 6px;
    border-radius: 50%;
    background: var(--mainColor, #D85427);
    color: #ffffff;
    font-size: 11.5px;
    font-weight: 700;
    line-height: 1;
    margin-left: 2px;
  }

  /* Row 3: Summary Text */
  .k88cl-mb-summary {
    font-size: 12px !important;
    color: #666666 !important;
    margin-top: 4px !important;
  }

  /* Active Filters Bar - Compact Sizing Matching Image 3 */
  .k88cl-mb-active-filters {
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 4px 0 2px !important;
    margin-bottom: 4px !important;
  }

  .k88cl-mb-active-header {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    margin-bottom: 6px !important;
  }

  .k88cl-mb-active-title {
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #111111 !important;
  }

  .k88cl-mb-active-title b {
    font-weight: 700 !important;
  }

  .k88cl-mb-clearall-btn {
    border: none !important;
    background: transparent !important;
    color: var(--mainColor, #D85427) !important;
    font-size: 13.5px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    padding: 0 !important;
  }

  /* Active Filter Chips Container & Pills - Enforce Horizontal Wrap Flow */
  #k88cl-mb-pills-list,
  .k88cl-mb-active-pills,
  .filter-container__selected-filter,
  .filter-container__selected-filter-list,
  .k88cl-active-filters {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 6px 8px !important;
    margin-top: 6px !important;
    margin-bottom: 8px !important;
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
    width: 100% !important;
  }

  .filter-container__selected-filter-list ul {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 6px 8px !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    width: 100% !important;
  }

  .filter-container__selected-filter-list ul li,
  .filter-container__selected-filter-item,
  .k88cl-chip,
  .k88cl-mb-pill {
    display: inline-flex !important;
    align-items: center !important;
    flex: 0 0 auto !important;
    width: auto !important;
    max-width: max-content !important;
    height: 26px !important;
    min-height: 26px !important;
    max-height: 26px !important;
    float: none !important;
    gap: 4px !important;
    padding: 0 10px !important;
    margin: 0 !important;
    border-radius: 14px !important;
    background: #F9F1E6 !important;
    background-color: #F9F1E6 !important;
    border: 1px solid #F1E4D4 !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    color: #222222 !important;
    line-height: 1 !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
  }

  .filter-container__selected-filter-list ul li a,
  .filter-container__selected-filter-item a,
  .k88cl-chip__text,
  .k88cl-mb-pill span,
  .k88cl-mb-pill__text {
    font-size: 12px !important;
    font-weight: 500 !important;
    color: #222222 !important;
    line-height: 1 !important;
    text-decoration: none !important;
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    white-space: nowrap !important;
  }

  .filter-container__selected-filter-list ul li a .fa,
  .filter-container__selected-filter-item a .fa,
  .k88cl-chip__remove,
  .k88cl-mb-pill__remove {
    border: none !important;
    background: transparent !important;
    color: #777777 !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    padding: 0 !important;
    margin-left: 2px !important;
    line-height: 1 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .k88cl-chip-clearall,
  .filter-container__clear-all {
    display: inline-flex !important;
    align-items: center !important;
    background: transparent !important;
    border: none !important;
    color: var(--mainColor, #D85427) !important;
    font-size: 13.5px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    padding: 0 !important;
    margin-left: 4px !important;
  }

  /* 2. Mobile Filter Drawer (Bottom Sheet - Match Image 3 & 4) */
  .sidebar-collection.dqdt-sidebar {
    position: fixed !important;
    top: auto !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 85vh !important;
    max-height: 85vh !important;
    border-radius: 20px 20px 0 0 !important;
    padding: 0 !important;
    margin-bottom: 0 !important;
    background-color: #ffffff !important;
    background: #ffffff !important;
    z-index: 100001 !important;
    box-shadow: 0 -8px 32px rgba(0, 0, 0, 0.35) !important;
    visibility: hidden !important;
    transform: translateY(100%) !important;
    transition: transform .35s cubic-bezier(0.16, 1, 0.3, 1), visibility .35s ease !important;
    display: flex !important;
    flex-direction: column !important;
    overflow: hidden !important;
  }

  .sidebar-collection.dqdt-sidebar.openf {
    visibility: visible !important;
    transform: translateY(0) !important;
  }

  .k88cl-filter-shell__header {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 16px 20px !important;
    margin: 0 !important;
    background-color: #ffffff !important;
    background: #ffffff !important;
    border-bottom: 1px solid #eae5dc !important;
    flex-shrink: 0 !important;
    z-index: 10 !important;
  }

  .k88cl-filter-shell__title {
    font-size: 17px !important;
    font-weight: 800 !important;
    color: #111111 !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
  }

  .k88m-drawer__top-header {
    flex-shrink: 0;
    width: 100%;
    background: #FCFAF2;
    border: none !important;
  }

  .k88m-drawer__brand-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 18px 10px;
    background: #ffffff;
    border: none !important;
  }

  .k88m-drawer__brand-logo img {
    height: 38px;
    width: auto;
    display: block;
  }

  .k88m-drawer__cart-icon {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    color: #111111;
    text-decoration: none;
  }

  .k88m-drawer__cart-count {
    position: absolute;
    top: 2px;
    right: 2px;
    min-width: 17px;
    height: 17px;
    padding: 0 4px;
    border-radius: 50%;
    background: var(--mainColor, #D85427);
    color: #ffffff;
    font-size: 10.5px;
    font-weight: 700;
    line-height: 17px;
    text-align: center;
  }

  /* Capsule/Pill Search Bar */
  .k88m-drawer__search-box {
    position: relative;
    padding: 10px 18px 12px;
    background: #FCFAF2;
    border: none !important;
  }

  .k88m-drawer__pill-search-form {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 48px;
    background: #ffffff;
    border: 1px solid #e2ddd3;
    border-radius: 999px;
    padding: 0 16px 0 20px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .03);
    transition: border-color .2s ease;
  }

  .k88m-drawer__pill-search-input {
    flex: 1;
    width: 100%;
    height: 100%;
    border: none !important;
    background: transparent !important;
    outline: none !important;
    box-shadow: none !important;
    color: #222222;
    font-size: 14.5px;
    font-family: inherit;
  }

  .k88m-drawer__pill-search-input::placeholder {
    color: #666666;
    opacity: 1;
  }

  .k88m-drawer__pill-search-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    color: #D85427;
  }

  .k88m-drawer__header {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) 44px;
    min-height: 44px;
    align-items: center;
    padding: 8px 18px 0;
    border: none !important;
  }

  .k88m-drawer__footer-bar {
    position: relative;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: center;
    background: #FCFAF2;
    border-top: 1px solid #eae5dc;
    margin-top: auto;
    padding: 10px 4px calc(10px + env(safe-area-inset-bottom));
    flex-shrink: 0;
    z-index: 100;
  }

  .k88m-drawer__footer-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 6px 0;
    color: #555555;
    font-size: 11px;
    font-weight: 600;
    text-decoration: none;
    transition: color .2s ease;
  }

  .k88m-drawer__footer-item.is-active,
  .k88m-drawer__footer-item:hover {
    color: var(--mainColor, #D85427);
  }

  .k88m-drawer__footer-item svg {
    display: block;
    margin: 0 auto;
  }

  .k88m-drawer__header-spacer {
    width: 44px;
    height: 44px;
  }

  h2.k88m-drawer__title,
  .k88m-drawer__title {
    grid-column: 2 !important;
    margin: 0 !important;
    color: var(--text, #111111) !important;
    font-family: var(--fontBody, Inter, sans-serif) !important;
    font-size: 22px !important;
    font-weight: 800 !important;
    letter-spacing: .02em !important;
    line-height: 1.2 !important;
    text-align: center !important;
    text-transform: uppercase !important;
  }

  .k88m-drawer__icon-button {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--text, #111);
    cursor: pointer;
  }

  .k88m-drawer__header>.k88m-drawer__icon-button:last-child {
    grid-column: 3;
  }

  .k88m-drawer__header>.k88m-drawer__icon-button:first-child {
    grid-column: 1;
  }

  .k88m-drawer__icon-button:focus-visible,
  .k88m-drawer__open-button:focus-visible,
  .k88m-drawer__quick-link:focus-visible,
  .k88m-drawer__link:focus-visible,
  .k88m-drawer__all-link:focus-visible {
    outline: 3px solid var(--focus-ring, #1A56DB);
    outline-offset: -3px;
  }

  .k88m-drawer__body {
    display: flex;
    min-height: 0;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 6px 18px 40px !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
  }

  .k88m-drawer__footer-sticky {
    position: relative;
    width: 100%;
    flex-shrink: 0;
    background: #FCFAF2;
    border-top: 1px solid #eae5dc;
    margin-top: auto;
    z-index: 100;
  }

  .k88m-drawer__store-link,
  .k88m-drawer__all-link {
    display: block;
    margin: 0 0 8px;
    color: var(--mainColor, #E65C3A);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
    text-decoration: none;
  }

  .k88m-drawer__all-link {
    padding: 8px 0 12px;
  }

  .k88m-drawer__list,
  .k88m-drawer__assurances {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  /* Mọi danh mục dùng cùng vùng bấm; mục không có dấu cộng không được co thấp hơn. */
  .k88m-drawer__nav .k88m-drawer__item {
    border-bottom: 0;
  }

  .k88m-drawer__nav .k88m-drawer__row {
    display: flex;
    height: 44px;
    min-height: 44px;
    align-items: stretch;
  }

  .k88m-drawer__nav .k88m-drawer__link {
    display: flex;
    min-width: 0;
    height: 44px;
    min-height: 44px;
    box-sizing: border-box;
    flex: 1 1 auto;
    align-items: center;
    color: var(--text, #111);
    font-size: 13.5px;
    font-weight: 700;
    letter-spacing: .02em;
    line-height: 1.3;
    text-decoration: none;
    text-transform: uppercase;
  }

  .k88m-drawer__link-img {
    width: 28px;
    height: 28px;
    object-fit: contain;
    margin-right: 12px;
    flex-shrink: 0;
    border-radius: 4px;
  }

  .k88m-drawer__nav .k88m-drawer__link--single {
    padding-right: 44px;
  }

  .k88m-drawer__nav .k88m-drawer__open-button {
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--text, #111);
    cursor: pointer;
  }

  .k88m-drawer__quick-links {
    display: grid;
    gap: 0;
    margin-top: 22px;
    padding: 14px 2px 0;
    border-top: 1px solid var(--border, #e5e5e5);
  }

  .k88m-drawer__quick-link {
    width: 100%;
    height: 46px;
    min-height: 46px;
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr);
    align-items: center;
    column-gap: 14px;
    padding: 0;
    border: 0;
    background: transparent;
    box-sizing: border-box;
    color: var(--text, #111);
    font: inherit;
    font-size: 14px;
    line-height: 1.3;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
  }

  .k88m-drawer__quick-link>svg {
    width: 20px;
    height: 20px;
    display: block;
  }

  .k88m-drawer__quick-link>span {
    min-width: 0;
  }

  .k88m-drawer__quick-link b {
    font-weight: 800;
  }

  .k88m-drawer__footer-block {
    margin-top: auto;
    padding-top: 10px;
  }

  .k88m-drawer__contact-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 18px;
    margin-top: 14px;
    padding-top: 4px;
  }

  .k88m-drawer__contact-link {
    color: #444444;
    font-size: 13.5px;
    font-weight: 600;
    line-height: 1.4;
    text-decoration: none;
  }

  .k88m-drawer__contact-link strong {
    color: var(--mainColor, #D85427);
    font-weight: 700;
  }

  .k88m-drawer__contact-link:focus-visible {
    outline: 3px solid var(--focus-ring, #1A56DB);
    outline-offset: 2px;
  }

  /* Inline Drawer Search Panel */
  .k88m-drawer__search-wrapper {
    position: relative;
    padding: 12px 18px;
    background: #FCFAF2;
    border-bottom: 1px solid #eae5dc;
  }

  .k88m-drawer__search-header {
    margin-bottom: 8px;
  }

  .k88m-drawer__search-form {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    border: 1px solid #eae5dc !important;
    border-radius: 24px !important;
    background: #ffffff !important;
    box-shadow: none !important;
    overflow: hidden;
  }

  .k88m-drawer__search-input {
    width: 100% !important;
    height: 42px !important;
    padding: 0 40px 0 16px !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    background: transparent !important;
    font-size: 13.5px !important;
    color: #222222 !important;
  }

  .k88m-drawer__search-input:focus,
  .k88m-drawer__search-input:focus-visible,
  .k88h-search__input:focus,
  .k88h-search__input:focus-visible {
    outline: none !important;
    box-shadow: none !important;
    border-color: transparent !important;
  }

  .k88m-drawer__search-submit {
    position: absolute;
    right: 36px;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: transparent;
    color: #444;
    cursor: pointer;
  }

  .k88m-drawer__search-close {
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: transparent;
    color: #666;
    cursor: pointer;
  }

  .k88m-drawer__search-suggest {
    background: #ffffff;
    border-radius: 12px;
    padding: 12px;
    border: 1px solid #eae5dc;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  }

  /* Megamenu Hero Banner Card in Drawer (Exact Desktop Vertical Portrait Aspect Ratio) */
  .k88m-drawer__hero {
    margin-top: 16px !important;
    margin-bottom: 20px !important;
    width: 100% !important;
  }

  .k88m-drawer__hero .k88h-mega__hero-media {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 483 / 630 !important;
    min-height: 380px !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    background: #f0ebe3 !important;
    text-decoration: none !important;
    color: #ffffff !important;
  }

  .k88m-drawer__hero .k88h-mega__hero-image {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
  }

  .k88m-drawer__hero .k88h-mega__hero-scrim {
    position: absolute !important;
    inset: 0 !important;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.8) 100%) !important;
    z-index: 1 !important;
    pointer-events: none !important;
  }

  .k88m-drawer__hero .k88h-mega__hero-copy {
    position: absolute !important;
    left: 18px !important;
    right: 18px !important;
    bottom: 18px !important;
    z-index: 2 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 6px !important;
    color: #ffffff !important;
    text-align: left !important;
  }

  .k88m-drawer__hero .k88h-mega__eyebrow {
    font-size: 11px !important;
    line-height: 1.3 !important;
    letter-spacing: .08em !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    margin: 0 !important;
  }

  .k88m-drawer__hero .k88h-mega__title {
    font-size: 22px !important;
    line-height: 1.2 !important;
    color: #ffffff !important;
    font-weight: 800 !important;
    margin: 0 !important;
  }

  .k88m-drawer__hero .k88h-mega__hero-sub {
    font-size: 13px !important;
    line-height: 1.35 !important;
    color: rgba(255, 255, 255, 0.92) !important;
    margin: 0 !important;
  }

  .k88m-drawer__hero .k88h-mega__hero-cta {
    display: inline-block !important;
    margin-top: 6px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: .05em !important;
    color: #ffffff !important;
    text-decoration: underline !important;
  }

  /* Submenu Badge Icons Vertical List (Image 2 style) */
  .k88m-drawer__badges {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #eae5dc;
  }

  .k88m-drawer__badge-item {
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .k88m-drawer__badge-item img {
    width: 22px;
    height: 22px;
    object-fit: contain;
    flex-shrink: 0;
  }

  .k88m-drawer__badge-item span {
    font-size: 13px;
    font-weight: 500;
    color: #333333;
    line-height: 1.3;
  }
}

/* ===== GLOBAL TITLE + PRICE SEMANTICS =====
   Titles use Noto Sans. Regular prices stay black; orange is reserved for an
   actual promotion (a lower current price paired with a compare-at price). */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.title-head,
.title-page,
.section-title,
.product-name,
[class*="__title"],
[class*="__heading"] {
  font-family: var(--fontHeading, "Noto Sans", system-ui, sans-serif) !important;
}

.k88-404-product-grid .k88-card__title,
.k88art-sidebar-col .k88art-related-list .k88jb__card-title {
  font-family: var(--fontHeading, "Noto Sans", system-ui, sans-serif) !important;
}

/* Product-card and quick-add prices */
.k88bs__price {
  color: var(--price-regular, #171412);
}

.k88bs__price--sale,
.k88cl-card__price--sale,
.price.sale-price {
  color: var(--k88-cta-bg, #e65c3a) !important;
}

/* Legacy cards use a compare price only when that product is discounted. */
.price-box:has(.compare-price) .price,
.price-box:has(.old-price:not(:empty)) .price,
.product-price-and-shipping:has(.regular-price) .price {
  color: var(--k88-cta-bg, #e65c3a) !important;
}

/* ===== MODULE TOP BESTSELLER (Top 5 Khách Hàng Lựa Chọn) ===== */
.section_top_bestseller {
  margin: 60px 0;
}

.section_top_bestseller .swiper {
  padding-top: 10px;
  overflow: visible;
}

.section_top_bestseller .swiper-slide {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
}

.k88top__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 24px;
  gap: 16px;
}

.k88top__sub-row {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.k88top__title {
  margin: 0;
  font-size: 32px !important;
  font-weight: 650 !important;
  line-height: 1.35;
  color: #1a1a1a;
  text-transform: uppercase;
}

.k88top__subtitle {
  font-size: 17px;
  font-weight: 600;
  color: #B25A2B;
  letter-spacing: -0.2px;
}

.k88top__header-right {
  display: flex;
  align-items: center;
  gap: 20px;
}

.k88top__notice {
  font-size: 14px;
  font-weight: 400;
  color: #7A7570;
  display: inline-flex;
  align-items: center;
}

.k88top__viewall {
  font-size: 14px;
  font-weight: 600;
  color: #E65C3A;
  text-decoration: none;
  transition: color 0.2s ease;
}

.k88top__viewall:hover {
  color: #C44E2E;
}

/* ===== RANK TIMELINE BAR (Above Cards - Vertical Stack) ===== */
.k88top-rank-bar {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 10px;
  margin-bottom: 14px !important;
  width: 100% !important;
}

.k88top-rank-circle {
  position: relative;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 1.5px solid #d4d4d4;
  flex-shrink: 0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.k88top-rank-num {
  font-size: 17px;
  font-weight: 800;
  color: #2b2b2b;
  line-height: 1;
}

.k88top-rank-line {
  flex: 1;
  height: 1.5px;
  background: #e2e2e2;
}

/* Top 1, 2, 3 Warm Colors & Accent */
.k88top-rank-bar--1 .k88top-rank-circle,
.k88top-rank-bar--2 .k88top-rank-circle,
.k88top-rank-bar--3 .k88top-rank-circle {
  border-color: #e0b07a;
  background: #fffdfb;
}

.k88top-rank-bar--1 .k88top-rank-num,
.k88top-rank-bar--2 .k88top-rank-num,
.k88top-rank-bar--3 .k88top-rank-num {
  color: #c45e20;
}

.k88top-rank-bar--1 .k88top-rank-line,
.k88top-rank-bar--2 .k88top-rank-line,
.k88top-rank-bar--3 .k88top-rank-line {
  background: #e8d4c1;
}

@media (max-width: 767px) {
  .section_top_bestseller {
    margin: 36px 0;
  }

  .section_top_bestseller .swiper {
    padding-top: 20px;
  }

  .k88top__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 16px;
  }

  .k88top__header-right {
    width: 100%;
    justify-content: space-between;
  }

  .k88top__title {
    font-size: 18px !important;
    line-height: 1.3 !important;
  }

  .k88top__subtitle {
    font-size: 14px !important;
  }

  .k88top-rank-bar {
    margin-bottom: 10px !important;
    gap: 8px;
  }

  .k88top-rank-circle {
    width: 30px;
    height: 30px;
  }

  .k88top-rank-num {
    font-size: 14px;
  }

  /* ===== UNIFIED MOBILE TYPOGRAPHY & HIERARCHY SCALE (UX UI SEO AEO OPTIMIZED) ===== */
  /* H1 Hero Banner Title */
  .slide-title {
    font-size: 22px !important;
    line-height: 1.25 !important;
    font-weight: 800 !important;
    letter-spacing: -0.3px !important;
    color: #1a1a1a !important;
    margin-bottom: 8px !important;
  }

  .slide-desc {
    font-size: 13.5px !important;
    line-height: 1.5 !important;
    color: #555555 !important;
    margin-bottom: 20px !important;
  }

  /* H2 Section Headers & Titles */
  .k88sc__header,
  .k88o__header,
  .k88top__header,
  .k88ph__header,
  .k88gc__header,
  .k88r__header,
  .k88b__header,
  .k88w__header {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    text-align: left !important;
    gap: 4px !important;
    margin-bottom: 16px !important;
    width: 100% !important;
  }

  .k88sc__title,
  .k88o__title,
  .k88top__title,
  .k88ph__title,
  .k88w__title,
  .k88w__hero-title,
  .k88hp__title,
  .k88pr__title,
  .k88r__title,
  .k88gc__title,
  .k88y__heading,
  .k88y__heading--why,
  .k88pt__title,
  .k88jb__title,
  .k88cta__title,
  .title-index {
    font-size: 18px !important;
    font-weight: 800 !important;
    line-height: 1.35 !important;
    letter-spacing: -0.2px !important;
    color: #1a1a1a !important;
    text-align: left !important;
  }

  /* Specific bottom margins for standalone titles on mobile */
  .k88y__heading--why {
    margin-bottom: 20px !important;
    color: #bc332e !important;
  }

  .k88y__heading {
    margin-bottom: 16px !important;
  }

  .k88gc__hero-title {
    margin-bottom: 8px !important;
  }

  .k88gc__title {
    margin-top: 18px !important;
    margin-bottom: 18px !important;
  }

  .k88cta__title {
    margin-bottom: 12px !important;
  }

  .k88w__hero-title {
    margin-bottom: 8px !important;
  }

  .k88r__title {
    margin-bottom: 10px !important;
  }

  .k88pr__title {
    margin-bottom: 8px !important;
  }

  /* ===== HOME CTA SECTION MOBILE CENTER ALIGN ===== */
  .section_home_cta {
    margin: 36px 0 !important;
  }

  .k88cta {
    text-align: center !important;
  }

  .k88cta__content {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    padding: 32px 20px !important;
    width: 100% !important;
  }

  .k88cta__title {
    font-size: 18px !important;
    font-weight: 800 !important;
    line-height: 1.35 !important;
    text-align: center !important;
    margin-bottom: 8px !important;
    width: 100% !important;
  }

  .k88cta__subtitle {
    font-size: 13.5px !important;
    line-height: 1.45 !important;
    text-align: center !important;
    margin-bottom: 20px !important;
    width: 100% !important;
  }

  .k88cta__actions {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 12px !important;
    width: 100% !important;
  }

  .k88cta__btn {
    width: 100% !important;
    max-width: 320px !important;
    min-height: 48px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
  }

  /* ===== UNIFIED MOBILE SECTION BACKGROUND HARMONIZATION ===== */
  .home-slider,
  .section_chinhsach,
  .section_shop_category,
  .section_occasions,
  .section_top_bestseller,
  .section_product_3,
  .section_product_2,
  .section_product_1,
  .section_flashsale,
  .section_recipe,
  .section_process,
  .section_horeca_partner,
  .section_doitac,
  .section_blog {
    background: transparent !important;
  }

  /* ===== MOBILE BLOG SLIDER OPTIMIZATION (MATCH SCREENSHOT 100%) ===== */
  .section_blog {
    margin: 32px 0 !important;
  }

  .k88jb__slider-wrap {
    position: relative !important;
    padding: 0 !important;
  }

  .k88jb__swiper,
  .k88jb__grid.swiper {
    overflow: hidden !important;
    padding: 4px 0 !important;
  }

  .k88jb__nav {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

  .k88jb__nav-btn {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

  .k88jb__card {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
  }

  .k88jb__media {
    display: block !important;
    width: 100% !important;
    aspect-ratio: 1.25 / 1 !important;
    border-radius: 6px !important;
    overflow: hidden !important;
    margin-bottom: 12px !important;
    background: #f4f0e8 !important;
  }

  .k88jb__img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }

  .k88jb__meta {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    gap: 2px !important;
    margin-bottom: 8px !important;
  }

  .k88jb__meta span {
    font-size: 12.5px !important;
    font-weight: 800 !important;
    color: #2b2b2b !important;
    text-transform: uppercase !important;
    letter-spacing: 0.3px !important;
  }

  .k88jb__meta time {
    font-size: 12.5px !important;
    font-weight: 700 !important;
    color: #666666 !important;
  }

  .k88jb__card-title {
    margin: 0 0 8px 0 !important;
    font-size: 17px !important;
    font-weight: 800 !important;
    line-height: 1.35 !important;
    color: #111111 !important;
  }

  .k88jb__card-title a {
    color: #111111 !important;
    text-decoration: none !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  }

  .k88jb__excerpt {
    font-size: 13px !important;
    line-height: 1.48 !important;
    color: #555555 !important;
    margin-bottom: 12px !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  }

  .k88jb__read {
    font-size: 13.5px !important;
    font-weight: 800 !important;
    color: #e65c3a !important;
    text-transform: uppercase !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    text-decoration: none !important;
  }

  /* Secondary Subtitles & Descriptions */
  .k88o__desc,
  .k88w__hero-desc,
  .k88r__desc,
  .k88pr__desc {
    font-size: 13.5px !important;
    line-height: 1.5 !important;
    color: #555555 !important;
    margin: 0 0 14px 0 !important;
    text-align: left !important;
  }

  /* Action Links & View All Buttons (Touch Target Optimized) */
  a.k88sc__viewall,
  a.k88o__viewall,
  a.k88top__viewall,
  a.k88ph__viewall,
  a.k88gc__viewall,
  a.k88r__viewall,
  a.k88b__viewall,
  a.k88w__hero-cta,
  a.k88pr__cta,
  .k88sc__viewall,
  .k88o__viewall,
  .k88top__viewall,
  .k88ph__viewall,
  .k88gc__viewall,
  .k88r__viewall,
  .k88b__viewall,
  .k88w__hero-cta,
  .k88pr__cta {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    text-align: left !important;
    gap: 6px !important;
    color: #e65c3a !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    line-height: 1.3 !important;
    padding: 4px 0 !important;
    margin: 0 !important;
    width: 100% !important;
    min-height: 36px !important;
    transition: color 0.2s ease !important;
  }

  /* ===== HIDE MOBILE FREEZE PANEL AT BOTTOM ===== */
  .fixed-bottom-mobile,
  .app-nav-bottom {
    display: none !important;
  }
}

/* ===== SMART STICKY HEADER ANIMATION (GLOBAL) ===== */
.k88h-header,
header {
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.3s ease !important;
}

.k88h-header.is-header-sticky,
header.is-header-sticky {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 100010 !important;
  transform: translateY(0) !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12), 0 2px 8px rgba(0, 0, 0, 0.06) !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06) !important;
}

.k88h-header.is-header-hidden,
header.is-header-hidden {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 100010 !important;
  transform: translateY(-100%) !important;
  pointer-events: none !important;
}

/* ===== THEME WARM BEIGE BACKGROUND FOR SUB MENU / MEGA MENU DROPDOWN ===== */
.k88h-mega,
.k88h-mega-panel,
.k88h-mega__inner,
.k88h-dropdown,
.sub-menu,
.dropdown-menu,
.k88h-nav__dropdown {
  background-color: #FCFAF2 !important;
  background: #FCFAF2 !important;
  border-color: #EAE5DC !important;
}

.k88h-mega__column {
  border-right-color: #EAE5DC !important;
}

/* ===== ORANGE THEME ACCENT LINE UNDER SELECTED TOP MENU ITEM (ON TOP OF SUB MENU) ===== */
.k88h-nav__trigger {
  position: relative !important;
  z-index: 9600 !important;
}

.k88h-nav__trigger::after {
  content: '' !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  height: 3px !important;
  background-color: var(--mainColor, #D85427) !important;
  background: var(--mainColor, #D85427) !important;
  border-radius: 2px 2px 0 0 !important;
  opacity: 0 !important;
  transition: opacity .2s ease !important;
  z-index: 9601 !important;
}

.k88h-nav__item.is-open>.k88h-nav__trigger::after,
.k88h-nav__item.is-hover-preview>.k88h-nav__trigger::after,
.k88h-nav__item.has-dropdown:hover>.k88h-nav__trigger::after,
.k88h-nav__item.has-dropdown:focus-within>.k88h-nav__trigger::after,
.k88h-nav__item:hover>.k88h-nav__trigger::after {
  opacity: 1 !important;
}

/* ==========================================================================
   MOBILE COLLECTION FILTER & SORT SYSTEM (STRICTLY MOBILE <= 991px)
   ========================================================================== */

/* ====== DESKTOP SIDEBAR PROTECTION (min-width: 992px) ====== */
@media (min-width: 992px) {

  .k88cl-filter-shell__header,
  .k88cl-mb-filter-footer,
  .k88cl-mb-toolbar,
  .k88cl-mb-active-filters,
  .k88cl-sort-modal,
  .k88cl-reset-modal {
    display: none !important;
  }

  .sidebar-collection.dqdt-sidebar {
    position: static !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: none !important;
    visibility: visible !important;
    transform: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    border-right: none !important;
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    overflow: visible !important;
    display: block !important;
  }

  .k88cl-filter-shell__scroll {
    overflow: visible !important;
    padding: 0 !important;
    margin: 0 !important;
    flex: none !important;
    display: block !important;
  }

  /* Mở rộng không gian thoáng đãng cho Cột Bộ Lọc (Desktop Filter Layout) */
  .k88cl__sidebar-col,
  aside.k88cl__sidebar-col {
    padding-right: 28px !important;
  }
}

@media (max-width: 991px) {

  /* Hide legacy floating red filter button on mobile */
  #open-filters.k88cl__open-filters,
  .k88cl__open-filters,
  #open-filters {
    display: none !important;
  }

  /* Fix Parent Stacking Context so Mobile Filter Drawer floats completely above backdrop overlay */
  .collection-listproduct,
  .k88cl__sidebar-col,
  aside.k88cl__sidebar-col {
    z-index: 100000 !important;
    position: relative !important;
  }

  .k88cl__main-col {
    z-index: 1 !important;
    position: relative !important;
  }

  /* Fix Backdrop Overlay (Dimmed background behind modal) */
  .opacity_sidebar {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    background: rgba(0, 0, 0, 0.5) !important;
    z-index: 99998 !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transition: opacity 0.3s ease, visibility 0.3s ease !important;
  }

  .opacity_sidebar.openf {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    display: block !important;
  }

  /* 1. Mobile Top Toolbar Header (Exact Match Image 2) */
  .k88cl-mb-toolbar {
    padding: 12px 16px;
    background: transparent;
  }

  /* Row 1: Category Title + Arrow */
  .k88cl-mb-cat-row {
    margin-bottom: 12px;
  }

  .k88cl-mb-cat-title {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: var(--fontHeading, "Noto Sans", sans-serif);
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #111111 !important;
    margin: 0 !important;
    padding: 0 !important;
    cursor: pointer;
    line-height: 1.3;
  }

  .k88cl-mb-cat-title svg {
    width: 14px;
    height: 14px;
    stroke-width: 2.5;
    color: #111111;
  }

  /* Row 2: Controls Row (Clean Text Style - Exact Match Image 2) */
  .k88cl-mb-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 0;
    margin-bottom: 8px;
    background: transparent;
    border: none;
  }

  .k88cl-mb-ctrl {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    height: auto;
    padding: 4px 0;
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #111111 !important;
    cursor: pointer;
    line-height: 1.4;
  }

  .k88cl-mb-ctrl--sort {
    justify-content: flex-end;
  }

  .k88cl-mb-ctrl svg {
    color: #333333;
    flex-shrink: 0;
  }

  .k88cl-mb-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 20px;
    height: 20px;
    padding: 0 6px;
    border-radius: 50%;
    background: var(--mainColor, #D85427);
    color: #ffffff;
    font-size: 11.5px;
    font-weight: 700;
    line-height: 1;
    margin-left: 2px;
  }

  /* Row 3: Summary Text */
  .k88cl-mb-summary {
    font-size: 12.5px;
    color: #666666;
    margin-top: 4px;
  }

  /* Active Filters Bar - Exact Match Design Image */
  .k88cl-mb-active-filters {
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 12px 0 6px !important;
    margin-bottom: 8px !important;
  }

  .k88cl-mb-active-header {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    margin-bottom: 10px !important;
  }

  .k88cl-mb-active-title {
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #111111 !important;
  }

  .k88cl-mb-active-title b {
    font-weight: 700 !important;
  }

  .k88cl-mb-clearall-btn {
    border: none !important;
    background: transparent !important;
    color: var(--mainColor, #D85427) !important;
    font-size: 13.5px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    padding: 0 !important;
  }

  .k88cl-mb-active-pills {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px 10px !important;
    margin-top: 6px !important;
  }

  /* Chip Pill - Warm Soft Beige Capsule matching design image */
  .k88cl-mb-pill,
  .k88cl-chip {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 6px 14px !important;
    border-radius: 20px !important;
    background: #F9F1E6 !important;
    border: 1px solid #F1E4D4 !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    color: #222222 !important;
    line-height: 1.3 !important;
  }

  .k88cl-mb-pill span,
  .k88cl-chip__text {
    color: #222222 !important;
    font-size: 13px !important;
  }

  .k88cl-mb-pill__remove,
  .k88cl-chip__remove {
    border: none !important;
    background: transparent !important;
    color: #666666 !important;
    font-size: 13px !important;
    cursor: pointer !important;
    padding: 0 !important;
    margin-left: 2px !important;
    line-height: 1 !important;
    display: inline-flex !important;
    align-items: center !important;
  }

  /* 2. Mobile Filter Drawer (Bottom Sheet - Match Image 3 & 4) */
  .sidebar-collection.dqdt-sidebar {
    position: fixed !important;
    top: auto !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 85vh !important;
    max-height: 85vh !important;
    border-radius: 20px 20px 0 0 !important;
    padding: 0 !important;
    margin-bottom: 0 !important;
    background-color: #ffffff !important;
    background: #ffffff !important;
    z-index: 100001 !important;
    box-shadow: 0 -8px 32px rgba(0, 0, 0, 0.35) !important;
    visibility: hidden !important;
    transform: translateY(100%) !important;
    transition: transform .35s cubic-bezier(0.16, 1, 0.3, 1), visibility .35s ease !important;
    display: flex !important;
    flex-direction: column !important;
    overflow: hidden !important;
  }

  .sidebar-collection.dqdt-sidebar.openf {
    visibility: visible !important;
    transform: translateY(0) !important;
  }

  .k88cl-filter-shell__header {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 16px 20px !important;
    background-color: #ffffff !important;
    background: #ffffff !important;
    border-bottom: 1px solid #eae5dc !important;
    flex-shrink: 0 !important;
    z-index: 10 !important;
  }

  .k88cl-filter-shell__title {
    font-size: 17px !important;
    font-weight: 800 !important;
    color: #111111 !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
  }

  .k88cl-filter-shell__close {
    border: none !important;
    background: transparent !important;
    font-size: 22px !important;
    color: #444444 !important;
    cursor: pointer !important;
    padding: 4px !important;
    line-height: 1 !important;
  }

  .k88cl-filter-group__toggle {
    margin: 0 !important;
    padding: 12px 0 !important;
    background: transparent !important;
    border: none !important;
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    box-shadow: none !important;
  }

  .k88cl-filter-group__title {
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #111111 !important;
    text-align: left !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .k88cl-filter-shell__scroll {
    flex: 1 1 auto !important;
    overflow-y: auto !important;
    padding: 16px 20px 90px 20px !important;
    background-color: #ffffff !important;
    background: #ffffff !important;
    -webkit-overflow-scrolling: touch !important;
  }

  /* Price Filter Styling - Exact Match User Design Image 1 */
  .k88cl-price-range {
    padding: 0 0 14px 0 !important;
    margin: 0 !important;
  }

  .k88cl-price-current-wrap {
    margin: 0 0 10px 0 !important;
    padding: 0 !important;
    text-align: left !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
  }

  .k88cl-price-current {
    display: block !important;
    text-align: left !important;
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #111111 !important;
    line-height: 1.3 !important;
    box-shadow: none !important;
  }

  .k88cl-price-slider {
    margin: 12px 10px 14px 10px !important;
    height: 3px !important;
    background: #E8E2D8 !important;
    border: none !important;
    box-shadow: none !important;
  }

  .k88cl-price-slider .noUi-connect {
    background: var(--mainColor, #D85427) !important;
  }

  .k88cl-price-slider .noUi-handle {
    width: 22px !important;
    height: 22px !important;
    top: -10px !important;
    right: -11px !important;
    border-radius: 50% !important;
    background: #ffffff !important;
    border: 2px solid var(--mainColor, #D85427) !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15) !important;
    cursor: pointer !important;
  }

  .k88cl-price-slider .noUi-handle::before,
  .k88cl-price-slider .noUi-handle::after {
    display: none !important;
  }

  .k88cl-price-endpoints {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    margin-top: 8px !important;
    font-size: 13px !important;
    color: #888888 !important;
    font-weight: 500 !important;
  }

  /* Fixed Bottom Footer inside Filter Modal */
  .k88cl-mb-filter-footer {
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    padding: 14px 20px !important;
    background-color: #ffffff !important;
    background: #ffffff !important;
    border-top: 1px solid #eae5dc !important;
    z-index: 11 !important;
    box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.06) !important;
  }

  .k88cl-mb-footer-btn {
    flex: 1 !important;
    height: 46px !important;
    border-radius: 10px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .k88cl-mb-footer-btn--reset {
    background: #ffffff !important;
    border: 1px solid #eae5dc !important;
    color: #333333 !important;
  }

  .k88cl-mb-footer-btn--apply {
    background: var(--mainColor, #D85427) !important;
    border: none !important;
    color: #ffffff !important;
  }
}

/* 3. Sort Bottom Sheet Modal */
.k88cl-sort-modal {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.k88cl-sort-modal[hidden] {
  display: none !important;
}

.k88cl-sort-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

.k88cl-sort-modal__shell {
  position: relative;
  background: #ffffff;
  border-radius: 20px 20px 0 0;
  padding: 20px;
  z-index: 1;
  box-shadow: 0 -8px 32px rgba(0, 0, 0, 0.2);
}

.k88cl-sort-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #eae5dc;
}

.k88cl-sort-modal__title {
  font-size: 17px;
  font-weight: 800;
  color: #111111;
}

.k88cl-sort-modal__close {
  border: none;
  background: transparent;
  font-size: 20px;
  color: #555;
  cursor: pointer;
}

.k88cl-sort-modal__body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 20px;
}

.k88cl-sort-option {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  cursor: pointer;
}

.k88cl-sort-option input {
  display: none;
}

.k88cl-sort-option__radio {
  width: 20px;
  height: 20px;
  border: 2px solid #ccc;
  border-radius: 50%;
  position: relative;
}

.k88cl-sort-option input:checked+.k88cl-sort-option__radio {
  border-color: var(--mainColor, #D85427);
}

.k88cl-sort-option input:checked+.k88cl-sort-option__radio::after {
  content: '';
  position: absolute;
  inset: 4px;
  border-radius: 50%;
  background: var(--mainColor, #D85427);
}

.k88cl-sort-option__text {
  font-size: 14px;
  font-weight: 600;
  color: #222222;
}

.k88cl-sort-modal__footer {
  display: flex;
  gap: 12px;
}

/* 4. Reset Filter Confirmation Modal (Alert Dialog) */
.k88cl-reset-modal {
  position: fixed;
  inset: 0;
  z-index: 100001;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.k88cl-reset-modal[hidden] {
  display: none !important;
}

.k88cl-reset-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

.k88cl-reset-modal__card {
  position: relative;
  background: #ffffff;
  border-radius: 16px;
  padding: 24px 20px;
  width: 100%;
  max-width: 320px;
  text-align: center;
  z-index: 1;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
}

.k88cl-reset-modal__icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #FFF1EC;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}

.k88cl-reset-modal__title {
  font-size: 18px;
  font-weight: 800;
  color: #111111;
  margin: 0 0 8px;
}

.k88cl-reset-modal__text {
  font-size: 13.5px;
  color: #666666;
  margin: 0 0 20px;
}

.k88cl-reset-modal__actions {
  display: flex;
  gap: 12px;
}

/* ==========================================================================
   IPAD / TABLET EXCLUSIVE RESPONSIVE OVERRIDES (768px <= width <= 1024px)
   STRICTLY SCOPED TO TABLET ONLY - MOBILE (<768px) & DESKTOP (>1024px) ARE 100% FROZEN
   ========================================================================== */
@media (min-width: 768px) and (max-width: 1024px) {

  /* 1. Hero Slider Section: Desktop style full image background, text constrained to 1/2 left */
  .section_slider .swiper-slide {
    display: block !important;
    position: relative !important;
    background: transparent !important;
    padding: 0 !important;
    gap: 0 !important;
    border-radius: 0 !important;
    overflow: hidden !important;
  }

  .section_slider .thumb-image {
    width: 100% !important;
    max-width: 100% !important;
    flex: none !important;
    order: initial !important;
    margin: 0 !important;
  }

  .section_slider .thumb-image picture,
  .section_slider .thumb-image img {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: auto !important;
    object-fit: contain !important;
    object-position: center !important;
    border-radius: 0 !important;
  }

  .section_slider .slide-overlay {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    z-index: 2 !important;
    pointer-events: none !important;
    padding: 0 !important;
    background: transparent !important;
  }

  .section_slider .slide-overlay .container {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 32px !important;
    padding-right: 32px !important;
  }

  .section_slider .slide-overlay-inner {
    width: 35% !important;
    max-width: 35% !important;
    padding: 24px 0 !important;
    text-align: left !important;
    pointer-events: auto !important;
  }

  .section_slider .slide-title {
    font-size: 32px !important;
    line-height: 1.25 !important;
    margin-bottom: 12px !important;
  }

  .section_slider .slide-desc {
    font-size: 15px !important;
    line-height: 1.5 !important;
    margin-bottom: 18px !important;
    max-width: 100% !important;
  }

  /* 2. Policies Section: Display EXACTLY like Mobile (vertical centering of text & icon) */
  .section_chinhsach {
    background-color: transparent !important;
    margin: 16px 0 !important;
    padding: 16px 0 !important;
  }

  .section_chinhsach .container {
    padding-left: 12px !important;
    padding-right: 12px !important;
    max-width: 100% !important;
  }

  .section_chinhsach .k88p.row {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    align-items: stretch !important;
  }

  .section_chinhsach .k88p__item {
    width: 100% !important;
    max-width: none !important;
    flex: none !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    padding: 12px 8px !important;
    gap: 0 !important;
    border-right: 1px solid #E5DFD3 !important;
  }

  .section_chinhsach .k88p__item:last-child {
    border-right: none !important;
  }

  .section_chinhsach .k88p__icon {
    width: 44px !important;
    height: 44px !important;
    margin: 0 0 10px 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .section_chinhsach .k88p__icon-img,
  .section_chinhsach .k88p__icon svg {
    width: 44px !important;
    height: 44px !important;
    object-fit: contain !important;
  }

  .section_chinhsach .k88p__text {
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
  }

  .section_chinhsach .k88p__title {
    font-size: 13px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    line-height: 1.3 !important;
    margin-bottom: 2px !important;
    text-align: center !important;
  }

  .section_chinhsach .k88p__des {
    font-size: 12px !important;
    color: #6B6B6B !important;
    line-height: 1.3 !important;
    text-align: center !important;
  }

  /* 3. Quiet Dinner Section: Mobile-like stacked presentation */
  .section_recipe .k88r__hero {
    display: flex !important;
    flex-direction: column !important;
    gap: 24px !important;
    width: 100% !important;
  }

  .section_recipe .k88r__hero-left,
  .section_recipe .k88r__hero-right {
    width: 100% !important;
    max-width: 100% !important;
  }

  /* 4. From the Source to Your Table Section (.section_process): 5 Cards Spanning Container Boundary on iPad */
  .section_process .k88pr__wrap {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 20px !important;
    width: 100% !important;
  }

  .section_process .k88pr__left {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    text-align: left !important;
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 auto !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 0 4px 0 !important;
    padding-bottom: 0 !important;
  }

  .section_process .k88pr__title {
    font-size: 24px !important;
    font-weight: 800 !important;
    line-height: 1.3 !important;
    text-align: left !important;
    margin-bottom: 6px !important;
  }

  .section_process .k88pr__desc {
    font-size: 14px !important;
    line-height: 1.5 !important;
    text-align: left !important;
    margin-bottom: 10px !important;
  }

  .section_process .k88pr__cta {
    display: inline-flex !important;
    align-items: center !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    margin-bottom: 6px !important;
  }

  .section_process .k88pr__right {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: stretch !important;
    gap: 10px !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
  }

  .section_process .k88pr__step {
    flex: 1 1 0% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    width: auto !important;
    padding: 14px 8px !important;
    border: 1px solid #eee5d8 !important;
    border-radius: 12px !important;
    background: #fff !important;
    text-align: center !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    overflow: hidden !important;
  }

  .section_process .k88pr__step-icon::after,
  .section_process .k88pr__step::after,
  .section_process .k88pr__step--divider::after {
    display: none !important;
  }

  .section_process .k88pr__step-icon {
    order: 1 !important;
    width: 44px !important;
    height: 44px !important;
    border-radius: 0 !important;
    border: none !important;
    background: transparent !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 auto 8px !important;
  }

  .section_process .k88pr__step-icon img,
  .section_process .k88pr__step-icon svg {
    width: 44px !important;
    height: 44px !important;
    object-fit: contain !important;
  }

  .section_process .k88pr__step-num {
    order: 2 !important;
    display: block !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    color: #e65c3a !important;
    margin-bottom: 2px !important;
  }

  .section_process .k88pr__step-title {
    order: 3 !important;
    font-size: 12.5px !important;
    font-weight: 700 !important;
    color: #1a1a1a !important;
    line-height: 1.3 !important;
    margin-bottom: 3px !important;
    text-align: center !important;
  }

  .section_process .k88pr__step-desc {
    order: 4 !important;
    font-size: 11px !important;
    color: #666666 !important;
    line-height: 1.3 !important;
    text-align: center !important;
  }

  /* 5. QUY TRÌNH ĐẶT HÀNG (.k88gc__process): iPad 4-Badge Horizontal Row + Connecting Dashed Line */
  .k88gc__process {
    padding-top: 24px !important;
    margin-top: 16px !important;
  }

  .k88gc__title {
    font-size: 26px !important;
    font-weight: 900 !important;
    text-align: left !important;
    margin-bottom: 24px !important;
  }

  .k88gc__steps {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 0 !important;
    align-items: flex-start !important;
    position: relative !important;
  }

  .k88gc__step {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    text-align: center !important;
    position: relative !important;
    padding: 0 8px !important;
    min-width: 0 !important;
  }

  /* Connecting dashed line extending horizontally between badges */
  .k88gc__step:not(:last-child)::after {
    content: '' !important;
    display: block !important;
    position: absolute !important;
    top: 32px !important;
    left: 50% !important;
    width: 100% !important;
    height: 0 !important;
    border-top: 1.5px dashed #c8b9a6 !important;
    background: transparent !important;
    z-index: 1 !important;
  }

  /* Hide arrow pseudo-element from vertical mobile stepper */
  .k88gc__step::before,
  .k88gc__step:not(:last-child)::before {
    display: none !important;
    content: none !important;
  }

  .k88gc__step-icon {
    order: 1 !important;
    width: 64px !important;
    height: 64px !important;
    border-radius: 50% !important;
    border: 1.5px solid #d4c7b8 !important;
    background-color: #FCFAF2 !important;
    background: #FCFAF2 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 auto 14px !important;
    position: relative !important;
    z-index: 2 !important;
  }

  .k88gc__step-icon img,
  .k88gc__step-icon svg {
    width: 32px !important;
    height: 32px !important;
    object-fit: contain !important;
  }

  .k88gc__step-num {
    display: none !important;
  }

  .k88gc__step-text {
    order: 2 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    width: 100% !important;
  }

  .k88gc__step-text strong {
    display: block !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    color: #1a1a1a !important;
    line-height: 1.35 !important;
    margin-bottom: 4px !important;
    text-align: center !important;
  }

  .k88gc__step-text small {
    display: block !important;
    font-size: 11px !important;
    color: #666666 !important;
    line-height: 1.35 !important;
    text-align: center !important;
  }

  /* ===== 5. QUY TRÌNH ĐẶT HÀNG (.k88gc__process): DESKTOP ONLY (> 1024px) ===== */
  @media (min-width: 1025px) {
    .k88gc__process {
      padding-top: 36px !important;
      margin-top: 24px !important;
    }

    .k88gc__title {
      font-size: 28px !important;
      font-weight: 900 !important;
      text-align: left !important;
      margin-bottom: 32px !important;
      text-transform: uppercase !important;
      color: #1a1a1a !important;
    }

    .k88gc__steps {
      display: grid !important;
      grid-template-columns: repeat(4, 1fr) !important;
      gap: 0 !important;
      align-items: flex-start !important;
      position: relative !important;
    }

    .k88gc__step {
      display: flex !important;
      flex-direction: column !important;
      align-items: center !important;
      justify-content: flex-start !important;
      text-align: center !important;
      position: relative !important;
      padding: 0 12px !important;
      min-width: 0 !important;
      grid-template-columns: none !important;
    }

    .k88gc__step:not(:last-child)::after {
      content: '' !important;
      display: block !important;
      position: absolute !important;
      top: 40px !important;
      left: 50% !important;
      width: 100% !important;
      height: 0 !important;
      border-top: 1.5px dashed #c8b9a6 !important;
      border-right: none !important;
      border-bottom: none !important;
      border-left: none !important;
      background: transparent !important;
      z-index: 1 !important;
      transform: none !important;
    }

    .k88gc__step::before,
    .k88gc__step:not(:last-child)::before {
      display: none !important;
      content: none !important;
    }

    .k88gc__step-icon {
      order: 1 !important;
      width: 80px !important;
      height: 80px !important;
      border-radius: 50% !important;
      border: 1.5px solid #d4c7b8 !important;
      background-color: #FCFAF2 !important;
      background: #FCFAF2 !important;
      display: flex !important;
      align-items: center !important;
      justify-content: center !important;
      margin: 0 auto 18px !important;
      position: relative !important;
      z-index: 2 !important;
      flex-shrink: 0 !important;
    }

    .k88gc__step-icon img,
    .k88gc__step-icon svg {
      width: 40px !important;
      height: 40px !important;
      object-fit: contain !important;
    }

    .k88gc__step-num {
      display: none !important;
    }

    .k88gc__step-text {
      order: 2 !important;
      display: flex !important;
      flex-direction: column !important;
      align-items: center !important;
      justify-content: center !important;
      text-align: center !important;
      width: 100% !important;
    }

    .k88gc__step-text strong {
      display: block !important;
      font-size: 16px !important;
      font-weight: 700 !important;
      color: #1a1a1a !important;
      line-height: 1.4 !important;
      margin-bottom: 6px !important;
      text-align: center !important;
    }

    .k88gc__step-text small {
      display: block !important;
      font-size: 13.5px !important;
      color: #555555 !important;
      line-height: 1.5 !important;
      text-align: center !important;
    }
  }

  /* ===== 6. QUY TRÌNH ĐẶT HÀNG (.k88gc__process): IPAD TABLET ONLY (768px - 1024px) ===== */
  @media (min-width: 768px) and (max-width: 1024px) {
    .k88gc__process {
      padding-top: 30px !important;
      margin-top: 20px !important;
    }

    .k88gc__title {
      font-size: 26px !important;
      font-weight: 900 !important;
      text-align: left !important;
      margin-bottom: 28px !important;
      text-transform: uppercase !important;
      color: #1a1a1a !important;
    }

    .k88gc__steps {
      display: grid !important;
      grid-template-columns: repeat(4, 1fr) !important;
      gap: 0 !important;
      align-items: flex-start !important;
      position: relative !important;
    }

    .k88gc__step {
      display: flex !important;
      flex-direction: column !important;
      align-items: center !important;
      justify-content: flex-start !important;
      text-align: center !important;
      position: relative !important;
      padding: 0 12px !important;
      min-width: 0 !important;
      grid-template-columns: none !important;
    }

    .k88gc__step:not(:last-child)::after {
      content: '' !important;
      display: block !important;
      position: absolute !important;
      top: 36px !important;
      left: 50% !important;
      width: 100% !important;
      height: 0 !important;
      border-top: 1.5px dashed #c8b9a6 !important;
      border-right: none !important;
      border-bottom: none !important;
      border-left: none !important;
      background: transparent !important;
      z-index: 1 !important;
      transform: none !important;
    }

    .k88gc__step::before,
    .k88gc__step:not(:last-child)::before {
      display: none !important;
      content: none !important;
    }

    .k88gc__step-icon {
      order: 1 !important;
      width: 72px !important;
      height: 72px !important;
      border-radius: 50% !important;
      border: 1.5px solid #d4c7b8 !important;
      background-color: #FCFAF2 !important;
      background: #FCFAF2 !important;
      display: flex !important;
      align-items: center !important;
      justify-content: center !important;
      margin: 0 auto 16px !important;
      position: relative !important;
      z-index: 2 !important;
      flex-shrink: 0 !important;
    }

    .k88gc__step-icon img,
    .k88gc__step-icon svg {
      width: 36px !important;
      height: 36px !important;
      object-fit: contain !important;
    }

    .k88gc__step-num {
      display: none !important;
    }

    .k88gc__step-text {
      order: 2 !important;
      display: flex !important;
      flex-direction: column !important;
      align-items: center !important;
      justify-content: center !important;
      text-align: center !important;
      width: 100% !important;
    }

    .k88gc__step-text strong {
      display: block !important;
      font-size: 14px !important;
      font-weight: 700 !important;
      color: #1a1a1a !important;
      line-height: 1.35 !important;
      margin-bottom: 6px !important;
      text-align: center !important;
    }

    .k88gc__step-text small {
      display: block !important;
      font-size: 12px !important;
      color: #666666 !important;
      line-height: 1.4 !important;
      text-align: center !important;
    }
  }

  /* ===== 7. QUY TRÌNH ĐẶT HÀNG (.k88gc__process): MOBILE ONLY (< 768px) ===== */
  @media (max-width: 767px) {
    .k88gc__process {
      padding-top: 20px !important;
      margin-top: 10px !important;
    }

    .k88gc__title {
      font-size: 22px !important;
      font-weight: 900 !important;
      text-align: left !important;
      margin-bottom: 20px !important;
      text-transform: uppercase !important;
      color: #1a1a1a !important;
    }

    .k88gc__steps {
      display: flex !important;
      flex-direction: column !important;
      align-items: stretch !important;
      gap: 24px !important;
      position: relative !important;
    }

    .k88gc__step {
      display: flex !important;
      flex-direction: row !important;
      align-items: center !important;
      justify-content: flex-start !important;
      gap: 16px !important;
      position: relative !important;
      padding: 0 !important;
      text-align: left !important;
      grid-template-columns: none !important;
    }

    .k88gc__step:not(:last-child)::after {
      content: '' !important;
      display: block !important;
      position: absolute !important;
      left: 28px !important;
      top: 56px !important;
      height: calc(100% + 24px - 56px) !important;
      width: 0 !important;
      border-left: 1.5px solid #c8b9a6 !important;
      border-top: none !important;
      border-right: none !important;
      border-bottom: none !important;
      background: transparent !important;
      z-index: 1 !important;
      transform: none !important;
    }

    .k88gc__step::before,
    .k88gc__step:not(:last-child)::before {
      display: none !important;
      content: none !important;
    }

    .k88gc__step-icon {
      width: 56px !important;
      height: 56px !important;
      border-radius: 50% !important;
      border: 1.5px solid #c8b9a6 !important;
      background-color: #ffffff !important;
      background: #ffffff !important;
      display: flex !important;
      align-items: center !important;
      justify-content: center !important;
      margin: 0 !important;
      position: relative !important;
      z-index: 2 !important;
      flex-shrink: 0 !important;
    }

    .k88gc__step-icon img,
    .k88gc__step-icon svg {
      width: 28px !important;
      height: 28px !important;
      object-fit: contain !important;
    }

    .k88gc__step-num {
      display: none !important;
    }

    .k88gc__step-text {
      display: flex !important;
      flex-direction: column !important;
      align-items: flex-start !important;
      justify-content: center !important;
      text-align: left !important;
      flex: 1 !important;
    }

    .k88gc__step-text strong {
      display: block !important;
      font-size: 15px !important;
      font-weight: 700 !important;
      color: #1a1a1a !important;
      line-height: 1.35 !important;
      margin-bottom: 4px !important;
      text-align: left !important;
    }

    .k88gc__step-text small {
      display: block !important;
      font-size: 13px !important;
      color: #666666 !important;
      line-height: 1.4 !important;
      text-align: left !important;
    }
  }
}

/* ===== CART DRAWER & CART POPUP ULTIMATE Z-INDEX, SOLID BACKGROUND & CLEAN SHADOW FIX ===== */
#k88-cart-drawer,
.k88cd,
.k88cd.is-open,
#popup-cart,
#popup-cart.show,
#popup-cart.in,
.ajax-success-modal,
.ajax-error-modal,
.quickview-overlay,
#quick-view-product {
  z-index: 999999 !important;
}

.k88cd__backdrop,
.ajax-success-modal .overlay {
  z-index: 999998 !important;
  background-color: rgba(0, 0, 0, 0.5) !important;
  background: rgba(0, 0, 0, 0.5) !important;
}

.k88cd__panel,
#k88-cart-drawer .k88cd__panel,
#popup-cart-desktop,
#popup-cart .modal-dialog,
#popup-cart .modal-content,
.content-popup-cart,
.ajax-success-modal .content,
.ajax-error-modal .modal-inner {
  z-index: 999999 !important;
  background-color: #ffffff !important;
  background: #ffffff !important;
  color: #1a1a1a !important;
  opacity: 1 !important;
  box-shadow: -4px 0 24px rgba(0, 0, 0, 0.15) !important;
}

/* Inner elements must have NO drop shadow */
.k88cd__header,
.k88cd__body,
.k88cd__items,
.k88cd__item,
.k88cd__delivery,
.k88cd__notes,
.k88cd__packaging,
.k88cd__upsell,
.k88cd__freeship,
.thead-popup,
.tbody-popup,
.tfoot-popup {
  background-color: #ffffff !important;
  background: #ffffff !important;
  color: #1a1a1a !important;
  box-shadow: none !important;
}

.k88cd__shipping {
  background-color: #FCFAF7 !important;
  background: #FCFAF7 !important;
  border: 1px solid #EAEAEA !important;
  box-shadow: none !important;
}

.k88cd__footer {
  background-color: #FCFAF7 !important;
  background: #FCFAF7 !important;
  box-shadow: none !important;
}

/* =============================================================================
   1. GLOBAL FOCUS BOX CLEANUP (REMOVE DEFAULT BLUE OUTLINE ON ALL VIEWPORTS)
   ============================================================================= */
:root {
  --focus-ring: transparent !important;
  --focus-ring-width: 0px !important;
  --focus-ring-offset: 0px !important;
}

*:focus,
*:focus-visible,
*:focus-within,
input:focus,
input:focus-visible,
select:focus,
select:focus-visible,
button:focus,
button:focus-visible,
textarea:focus,
textarea:focus-visible,
a:focus,
a:focus-visible,
[tabindex]:focus,
[tabindex]:focus-visible,
.k88h-search__input:focus,
.k88h-search__input:focus-visible,
.search-header input:focus,
.search-form input:focus,
select.form-control:focus,
.collection-sortby select:focus,
.collection-sortby select:focus-visible,
.sort-by select:focus,
.sort-by select:focus-visible,
.custom-dropdown select:focus {
  outline: none !important;
  outline-width: 0 !important;
  outline-style: none !important;
  outline-color: transparent !important;
  outline-offset: 0 !important;
  box-shadow: none !important;
}

/* =============================================================================
   2. DESKTOP ONLY: SUBMENU ITEM HOVER COLOR -> THEME BRAND ORANGE (#e65c3a)
   ============================================================================= */
@media (min-width: 992px) {

  .k88h-mega__leaf-link:hover,
  .k88h-mega__leaf-link:focus-visible,
  .k88h-nav__dropdown-link:hover,
  .k88h-nav__dropdown-link:focus-visible,
  .k88h-nav__submenu-link:hover,
  .k88h-nav__submenu-link:focus-visible,
  .k88h-mega__column-title a:hover,
  .k88h-mega__column-title a:focus-visible,
  .k88h-mega__column-title:hover,
  .k88h-mega__view-all:hover,
  .k88h-mega__cta:hover,
  .sub-menu a:hover,
  .dropdown-menu a:hover,
  .k88h-dropdown a:hover {
    color: var(--hover, #e65c3a) !important;
    opacity: 1 !important;
    background-color: transparent !important;
  }
}

/* =============================================================================
   3. PRODUCT CARD & IN-CARD BOTTOM SHEET UNIFIED OVERRIDES
   ============================================================================= */

/* Custom Tag Badge Fix (Site-wide Icon Purge & Perfectly Centered Text) */
.k88-card__badge,
.k88-card__badge--custom {
  gap: 0 !important;
  justify-content: center !important;
  text-align: center !important;
  display: inline-flex !important;
  align-items: center !important;
  padding: 4px 10px !important;
}

.k88-card__badge-icon {
  display: none !important;
  margin: 0 !important;
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
}

/* In-Card Bottom Sheet Modal (GPU Accelerated, Smooth & Untruncated Title Match) */
.k88-card {
  position: relative !important;
  transform: translate3d(0, 0, 0) !important;
  isolation: isolate !important;
}

.k88-card .k88bs {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  inset: 0 !important;
  z-index: 30 !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-end !important;
  border-radius: 16px !important;
  overflow: hidden !important;
  pointer-events: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  transition: opacity 200ms ease, visibility 200ms ease !important;
  will-change: opacity, visibility !important;
}

.k88-card .k88bs.k88bs--open {
  pointer-events: auto !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.k88-card .k88bs__backdrop {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  inset: 0 !important;
  background: rgba(0, 0, 0, 0.45) !important;
  opacity: 0 !important;
  transition: opacity 200ms ease !important;
}

.k88-card .k88bs.k88bs--open .k88bs__backdrop {
  opacity: 1 !important;
}

.k88-card .k88bs__panel {
  position: relative !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 2 !important;
  background: #ffffff !important;
  border-top-left-radius: 16px !important;
  border-top-right-radius: 16px !important;
  padding: 8px 12px 12px !important;
  transform: translate3d(0, 100%, 0) !important;
  transition: transform 220ms cubic-bezier(0.16, 1, 0.3, 1) !important;
  will-change: transform !important;
  max-height: 100% !important;
  overflow-y: auto !important;
  box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.15) !important;
}

.k88-card .k88bs.k88bs--open .k88bs__panel {
  transform: translate3d(0, 0, 0) !important;
}

.k88-card .k88bs__title,
.k88bs__title {
  font-size: 12.5px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
  color: #171412 !important;
  margin: 2px 0 0 0 !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  word-break: break-word !important;
}

.k88-card__image {
  transform: translateZ(0) !important;
  backface-visibility: hidden !important;
  will-change: transform !important;
  transition: transform 300ms cubic-bezier(0.16, 1, 0.3, 1) !important;
}

/* Entire Search Suggest Popup Container Background (#f5f0e8) */
.search-suggest,
#search-suggest-top,
.search-mart {
  background: #f5f0e8 !important;
  background-color: #f5f0e8 !important;
}

/* Keyword Suggestion Pills (Theme Black Text, Orange Border, Orange Hover with White Text) */
.list-search-key li a {
  background: #f7f4ee !important;
  background-color: #f7f4ee !important;
  border: 1px solid #e65c3a !important;
  border-color: #e65c3a !important;
  color: #000000 !important;
  border-radius: 10px !important;
  padding: 4px 12px !important;
  transition: background-color 200ms ease, color 200ms ease, border-color 200ms ease !important;
}

.list-search-key li a:hover,
.list-search-key li a.active,
.list-search-key li a:focus-visible {
  background: #e65c3a !important;
  background-color: #e65c3a !important;
  color: #ffffff !important;
  border-color: #e65c3a !important;
}

/* Product Section Header Spacing (Increased Padding above SẢN PHẨM) */
.k88ss-section-header--product {
  margin-top: 24px !important;
  margin-bottom: 16px !important;
}

/* Remove Line Dividers under suggestions and keywords */
.list-search-key,
.search-suggest .search-title,
.k88ss-section-header {
  border-bottom: none !important;
  padding-bottom: 0 !important;
}

/* Article Section Spacing (Clean Margin Separation - No Dividers) */
.k88ss-section-header--article {
  margin-top: 32px !important;
  padding-top: 0 !important;
  border-top: none !important;
  margin-bottom: 16px !important;
}

/* Article Image Homepage Match (Uncropped Aspect Ratio - Border Radius 0) */
.k88ss-card--article .k88ss-card__media,
.search-suggest .article-smart .article-thumb {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: auto !important;
  border-radius: 0 !important;
  overflow: hidden !important;
  background: transparent !important;
}

.k88ss-card--article .k88ss-card__media img,
.search-suggest .article-smart img {
  width: 100% !important;
  height: auto !important;
  max-height: 260px !important;
  object-fit: contain !important;
  border-radius: 0 !important;
  transform: translateZ(0) !important;
  backface-visibility: hidden !important;
}

/* Site-Wide Card Title Default (Black) & Hover (Theme Orange #e65c3a) */
.k88-card__title a,
.k88ss-card__title a,
.k88jb__card-title a,
.product-name a,
.product-title a,
.article-title a,
.blog-item__title a,
.item_product_main .product-name a {
  color: #171412 !important;
  text-decoration: none !important;
  transition: color 200ms ease !important;
}

.k88-card__title a:hover,
.k88-card__title a:focus-visible,
.k88ss-card__title a:hover,
.k88ss-card__title a:focus-visible,
.k88jb__card-title a:hover,
.k88jb__card-title a:focus-visible,
.product-name a:hover,
.product-name a:focus-visible,
.product-title a:hover,
.product-title a:focus-visible,
.article-title a:hover,
.article-title a:focus-visible,
.blog-item__title a:hover,
.blog-item__title a:focus-visible,
.item_product_main .product-name a:hover,
.item_product_main .product-name a:focus-visible,
.k88ss-card--article:hover .k88ss-card__title a,
.k88-card:hover .k88-card__title a,
.k88jb__card:hover .k88jb__card-title a {
  color: #e65c3a !important;
}

/* Ensure quantity inputs in cart and details page are clickable and focusable */
.quantity-block input.number-sidebar,
.select-item-qty-mobile input.number-sidebar,
.quantity-select input.number-sidebar {
  position: relative !important;
  z-index: 5 !important;
  pointer-events: auto !important;
  cursor: text !important;
}

/* Restore standard list formatting and compact line spacing across Blog Articles, RTE content, and PDP descriptions */
.rte ul,
.k88art-body-content ul,
.k88art-section .k88art-body-content ul,
.article-content ul,
.content-page ul,
.k88pdp__short-desc ul,
.k88pdp-acc__content ul,
.rte ol,
.k88art-body-content ol,
.k88art-section .k88art-body-content ol,
.article-content ol,
.content-page ol,
.k88pdp__short-desc ol,
.k88pdp-acc__content ol {
  display: block !important;
  list-style: initial !important;
  margin: 8px 0 10px 24px !important;
  padding: 0 !important;
  width: auto !important;
  max-width: none !important;
  border: none !important;
  border-collapse: separate !important;
}

.rte li,
.k88art-body-content li,
.k88art-section .k88art-body-content li,
.article-content li,
.content-page li,
.k88pdp__short-desc li,
.k88pdp-acc__content li {
  display: list-item !important;
  list-style-type: disc !important;
  background-color: transparent !important;
  padding: 1px 0 !important;
  margin: 0 0 2px 0 !important;
  line-height: 1.5 !important;
  font-size: 15px !important;
  color: #333 !important;
  vertical-align: baseline !important;
}

/* Remove excessive paragraph / span / div spacing inside list items */
.rte li p,
.k88art-body-content li p,
.k88art-section .k88art-body-content li p,
.article-content li p,
.content-page li p,
.k88pdp__short-desc li p,
.k88pdp-acc__content li p,
.rte li span,
.k88art-body-content li span,
.k88art-section .k88art-body-content li span,
.article-content li span {
  margin: 0 !important;
  padding: 0 !important;
  display: inline !important;
  line-height: 1.5 !important;
}

.rte ol li,
.k88art-body-content ol li,
.k88art-section .k88art-body-content ol li,
.article-content ol li,
.content-page ol li,
.k88pdp__short-desc ol li,
.k88pdp-acc__content ol li {
  list-style-type: decimal !important;
}

/* Adjust paragraph, heading and text spacing for general readability */
.rte,
.k88art-body-content,
.k88art-section .k88art-body-content,
.article-content,
.content-page,
.k88pdp__short-desc,
.k88pdp-acc__content {
  line-height: 1.65 !important;
  font-size: 15px !important;
  letter-spacing: 0.01em !important;
}

.rte p,
.k88art-body-content p,
.k88art-section .k88art-body-content p,
.article-content p,
.content-page p,
.k88pdp__short-desc p,
.k88pdp-acc__content p {
  margin-bottom: 10px !important;
  line-height: 1.65 !important;
}

.rte h2, .k88art-body-content h2, .k88art-section .k88art-body-content h2, .article-content h2, .content-page h2,
.rte h3, .k88art-body-content h3, .k88art-section .k88art-body-content h3, .article-content h3, .content-page h3,
.rte h4, .k88art-body-content h4, .k88art-section .k88art-body-content h4, .article-content h4, .content-page h4 {
  color: #1a1a1a !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
  margin-top: 18px !important;
  margin-bottom: 6px !important;
}

/* Display attribute names and values on product cards */
.k88-card__meta,
p.k88-card__meta {
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 1 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  margin: 0 0 6px !important;
  color: #6b6b6b !important;
  font-size: 13px !important;
  line-height: 1.32 !important;
}

/* Optimize card body spacing so title and price stay compact and balanced */
.k88-card__body {
  padding: 10px 0 0 !important;
}

.k88-card__title {
  font-size: 15px !important;
  line-height: 1.35 !important;
  font-weight: 700 !important;
  margin-bottom: 6px !important;
}

.k88-card__footer {
  margin-top: 6px !important;
}

.k88-card__price {
  font-size: 16px !important;
  font-weight: 800 !important;
}

/* Ensure cart badge background is theme orange with white text */
.k88h-action__badge,
.count_item_pr-mb,
.k88m-drawer__cart-count {
  background: #e65c3a !important;
  background-color: #e65c3a !important;
  color: #ffffff !important;
}

/* Process Section Video Block (.k88pr__video-block) */
.k88pr__video-block {
  margin-top: 32px !important;
  width: 100% !important;
}

.k88pr__video-block .k88y__video {
  position: relative !important;
  width: 100% !important;
  border-radius: 16px !important;
  overflow: hidden !important;
  aspect-ratio: 16 / 7 !important;
  max-height: 480px !important;
}

.k88pr__video-block .k88y__video-thumb {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
  border-radius: 16px !important;
}

.k88pr__video-block .k88y__play {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  width: 64px !important;
  height: 64px !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, 0.92) !important;
  color: #1a1a1a !important;
  border: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.3) !important;
  transition: transform 200ms ease, background-color 200ms ease !important;
  z-index: 2 !important;
}

.k88pr__video-block .k88y__play:hover {
  transform: translate(-50%, -50%) scale(1.08) !important;
  background-color: #ffffff !important;
}

.k88pr__video-block .k88y__play-icon,
.k88pr__video-block .k88y__play svg {
  width: 32px !important;
  height: 32px !important;
  fill: #1a1a1a !important;
  margin-left: 3px !important;
}

.k88pr__video-block .k88y__video-caption {
  position: absolute !important;
  bottom: 20px !important;
  left: 24px !important;
  color: #ffffff !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.7) !important;
  margin: 0 !important;
  pointer-events: none !important;
  z-index: 2 !important;
}

@media (max-width: 767px) {
  .k88pr__video-block {
    margin-top: 24px !important;
  }

  .k88pr__video-block .k88y__video {
    aspect-ratio: 16 / 9 !important;
    border-radius: 12px !important;
  }

  .k88pr__video-block .k88y__video-thumb {
    border-radius: 12px !important;
  }

  .k88pr__video-block .k88y__play {
    width: 48px !important;
    height: 48px !important;
  }

  .k88pr__video-block .k88y__play-icon,
  .k88pr__video-block .k88y__play svg {
    width: 24px !important;
    height: 24px !important;
  }

  .k88pr__video-block .k88y__video-caption {
    bottom: 14px !important;
    left: 16px !important;
    font-size: 12.5px !important;
  }
}

/* Dedicated Occasions Page (.k88o-page__grid) */
.k88o-page__grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 24px !important;
  margin-bottom: 64px !important;
}

.k88o-page__card {
  width: 100% !important;
  height: 380px !important;
  border-radius: 16px !important;
  overflow: hidden !important;
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
}

@media (max-width: 991px) {
  .k88o-page__grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 16px !important;
  }
}

@media (max-width: 575px) {
  .k88o-page__grid {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }
  .k88o-page__card {
    height: 320px !important;
  }
}

/* Top 10 Bestseller 2-Row Grid Layout (.k88top__2row-grid) */
.k88top__2row-wrap {
  width: 100% !important;
}

.k88top__2row-grid {
  display: grid !important;
  grid-template-columns: repeat(5, 1fr) !important;
  gap: 28px 20px !important;
}

.k88top__item {
  display: flex !important;
  flex-direction: column !important;
}

@media (max-width: 1199px) {
  .k88top__2row-grid {
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 24px 16px !important;
  }
}

@media (max-width: 991px) {
  .k88top__2row-grid {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 20px 14px !important;
  }
}

@media (max-width: 575px) {
  .k88top__2row-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 16px 10px !important;
  }
}

/* Bottom Sections in Article Detail Page (.k88art-bottom-sections) */
.k88art-section {
  padding-bottom: 10px !important;
}

.k88art-bottom-sections {
  margin-top: 0px !important;
  margin-bottom: 24px !important;
}

.k88art-bottom-sections .section_ordering_process {
  margin-top: 0px !important;
  padding-top: 0px !important;
  margin-bottom: 32px !important;
}

.k88art-bottom-sections .k88gc__process {
  padding-top: 10px !important;
}

.k88art-bottom-sections .section_home_cta {
  margin-bottom: 48px !important;
}

@media (max-width: 767px) {
  .k88art-bottom-sections {
    margin-top: 0px !important;
    margin-bottom: 16px !important;
  }

  .k88art-bottom-sections .section_ordering_process {
    margin-bottom: 24px !important;
  }
}

/* Packaging System Block on Product Detail Page (.k88pdp-packaging-block) */
.k88pdp-packaging-block {
  margin-top: 36px !important;
  margin-bottom: 36px !important;
}

.k88pdp-packaging-block .container {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
}

.k88pdp-packaging-block .k88gc__pack {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

.k88pdp-packaging-block .k88gc__title {
  font-size: 22px !important;
  margin-bottom: 16px !important;
}

/* HARAVAN_FORCE_UPDATE_v5511_PHASE2_REFACTOR_CLEANUP_FINAL */