/*------------------------ Font ------------------------*/
@font-face {
  font-family: "rbt";
  src: url("../fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "rbt-italic";
  src: url("../fonts/Roboto-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "rbt-medium";
  src: url("../fonts/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "rbt-semibold";
  src: url("../fonts/Roboto-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "rbt-bold";
  src: url("../fonts/Roboto-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "rbt-exbold";
  src: url("../fonts/Roboto-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

/*------------------------ Error 404------------------------*/
#error {
  padding: 40px 0;
  text-align: center;
}

.error_title {
  color: #000;
}

.error_title p {
  color: #ed3d3f;
  font-size: 18px;
  margin: 0;
  padding-top: 20px;
}

.error_title img {
  Padding-top: 50px;
  width: 100%;
  max-width: 200px;
}

.error_bottom {
  margin-top: 15px;
}

.error_bottom a {
  display: inline-block;
  padding: 10px 30px;
  color: #fff;
  background: #ed3d3f;
  border: 1px solid #fff;
  border-radius: 40px;
  text-decoration: none;
}

/*------------------------ END Error 404------------------------*/
html {
  font-size: 10px;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}

body {
  font-family: "rbt", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
}

a,
a:hover {
  text-decoration: none;
}

/*------------------------ Container ------------------------*/
.container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

@media (max-width: 1440px) {
  .container {
    max-width: 1280px;
  }
}

@media (max-width: 1280px) {
  .container {
    max-width: 1029px;
  }
}

@media (max-width: 1029px) {
  .container {
    max-width: 880px;
  }
}

@media (max-width: 880px) {
  .container {
    max-width: 768px;
  }
}

@media (max-width: 768px) {
  .container {
    max-width: 540px;
  }
}

@media (max-width: 540px) {
  .container {
    max-width: 100%;
  }
}

/*------------------------ Header ------------------------*/
#site-header * {
  box-sizing: border-box;
}

#site-header ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#site-header a {
  text-decoration: none;
  height: max-content;
}

/* Top strip */
.header-top {
  background: #001545;
  padding: 10px 0;
  color: #FFFFFF;
  font-family: "rbt", sans-serif;
  font-size: 12px;
  line-height: 146%;
  letter-spacing: 0.01em;
}

.header-top__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.header-top__right {
  display: flex;
  align-items: center;
  gap: 30px;
}

.header-top__right .ht-item {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #FFFFFF;
}

.header-top__right .ht-icon {
  display: inline-flex;
  width: 16px;
  height: 16px;
}

.header-top__right .ht-icon img,
.header-top__right .ht-icon svg {
  width: 16px;
  height: 16px;
  display: block;
  object-fit: contain;
}

/* Middle strip */
.header-middle {
  background: #FFFFFF;
  padding: 16px 0;
}

.header-middle__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

.header-logo {
  flex-shrink: 0;
  display: inline-block;
}

.header-logo img {
  width: 75px;
  height: auto;
  display: block;
}

/* Search */
.header-search {
  flex: 1;
  max-width: 599px;
  position: relative;
  display: flex;
  align-items: center;
  background: #FAFAFA;
  border: 1px solid #EEEEEE;
  border-radius: 4px;
  padding: 10px 16px;
}

.header-search input[type="text"] {
  flex: 1;
  border: 0;
  outline: 0;
  background: transparent;
  font-family: "rbt", sans-serif;
  font-size: 14px;
  line-height: 145%;
  letter-spacing: 0.01em;
  color: #212121;
}

.header-search input[type="text"]::placeholder {
  color: #9E9E9E;
  font-family: "rbt", sans-serif;
  font-size: 14px;
  line-height: 145%;
  letter-spacing: 0.01em;
}

.header-search button {
  background: transparent;
  border: 0;
  padding: 0;
  margin-left: 8px;
  display: inline-flex;
  cursor: pointer;
}

.header-search button svg {
  display: block;
}

/* Actions */
.header-actions {
  display: flex;
  align-items: center;
  gap: 40px;
  flex-shrink: 0;
}

/* Hotline block */
.header-hotline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.header-hotline__icon {
  display: inline-flex;
  padding: 10px;
  border-radius: 4px;
  background: #001545;
}

.header-hotline__icon svg {
  display: block;
}

.header-hotline__text {
  display: inline-flex;
  flex-direction: column;
}

.header-hotline__label {
  font-family: "rbt", sans-serif;
  font-size: 10px;
  line-height: 136%;
  color: #424242;
}

.header-hotline__number {
  font-family: "rbt-medium", sans-serif;
  font-size: 18px;
  line-height: 146%;
  letter-spacing: 0.01em;
  color: #001545;
}

/* Cart */
.header-cart {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-radius: 4px;
  background: #E3AE3A;
}

.header-cart svg {
  display: block;
}

.header-cart__count {
  position: absolute;
  top: -6px;
  right: -6px;
  min-width: 20px;
  height: 20px;
  padding: 2px;
  border-radius: 50%;
  background: #FFFFFF;
  border: 1px solid #E3AE3A;
  color: #E3AE3A;
  font-family: "rbt", sans-serif;
  font-size: 12px;
  line-height: 146%;
  letter-spacing: 0.01em;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

/* Nav */
.header-nav {
  margin-top: 16px;
}

.header-nav__inner {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px;
}

/* Category dropdown */
.header-cat {
  position: relative;
  flex-shrink: 0;
}

.header-cat__toggle {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 285px;
  padding: 12px 16px;
  background: #001545;
  border: 0;
  border-radius: 4px 4px 0 0;
  color: #FFFFFF;
  font-family: "rbt-semibold", sans-serif;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.01em;
  cursor: pointer;
}

.header-cat__icon {
  display: inline-flex;
}

.header-cat__icon svg {
  display: block;
}

.header-cat__panel {
  position: absolute;
  top: 100%;
  left: 0;
  right: auto;
  width: 285px;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  z-index: 20;
  display: none;
}

.header-cat.is-open .header-cat__panel {
  display: block;
}

.header-cat__menu li {
  position: relative;
}

.header-cat__menu li a,
.header-cat__menu li>.cat-parent {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 16px;
  border-bottom: 1px solid #EEEEEE;
  color: #424242;
  font-family: "rbt-medium", sans-serif;
  font-size: 14px;
  line-height: 145%;
  letter-spacing: 0.01em;
  transition: color .15s ease;
}

.header-cat__menu li:last-child>a {
  border-bottom: 0;
}

.header-cat__menu li.menu-item-has-children>a::after {
  content: "";
  width: 16px;
  height: 16px;
  margin-left: 8px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'><path d='M6 12.6667L10 8L6 3.33333' stroke='%239E9E9E' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/></svg>") center/contain no-repeat;
  flex-shrink: 0;
}

.header-cat__menu li a:hover {
  color: #E3AE3A;
}

/* Sub menus of category */
.header-cat__menu .sub-menu {
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 240px;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  display: none;
  z-index: 21;
}

.header-cat__menu li:hover>.sub-menu {
  display: block;
}

/* Main menu */
.header-menu {
  display: flex;
  align-items: center;
}

.header-menu__list {
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}

.header-menu__list>li {
  position: relative;
}

.header-menu__list>li>a {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #424242;
  font-family: "rbt-medium", sans-serif;
  font-size: 14px;
  line-height: 145%;
  letter-spacing: 0.01em;
  transition: color .15s ease;
}

.header-menu__list>li.menu-item-has-children>a::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'><path d='M4.16667 7.5L10 12.5L15.8333 7.5' stroke='%23424242' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/></svg>") center/contain no-repeat;
  transition: filter .15s ease;
}

.header-menu__list>li:hover>a,
.header-menu__list>li.current-menu-item>a {
  color: #E3AE3A;
}

.header-menu__list>li:hover>a::after {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'><path d='M4.16667 7.5L10 12.5L15.8333 7.5' stroke='%23E3AE3A' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/></svg>");
}

.header-menu__list .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  border-radius: 4px;
  padding: 4px 0;
  display: none;
  z-index: 20;
}

.header-menu__list>li:hover>.sub-menu {
  display: block;
}

.header-menu__list .sub-menu li a {
  display: block;
  padding: 10px 16px;
  color: #424242;
  font-family: "rbt-medium", sans-serif;
  font-size: 14px;
  line-height: 145%;
}

.header-menu__list .sub-menu li a:hover {
  color: #E3AE3A;
}

/* Báo giá button */
.header-quote {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 20px;
  border-radius: 4px;
  background: #E3AE3A;
  color: #FFFFFF;
  font-family: "rbt-medium", sans-serif;
  font-size: 14px;
  line-height: 145%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  flex-shrink: 0;
  transition: opacity .15s ease;
}

.header-quote:hover {
  opacity: .9;
  color: #FFFFFF;
}

/* Nút đóng drawer (chỉ hiện khi drawer mở ≤ 1029px) */
.header-menu__close {
  display: none;
}

/* Nút search icon-only (chỉ hiện ≤ 768px) */
.header-search-trigger {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  background: transparent;
  border: 0;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.header-search-trigger svg {
  display: block;
}

/* Popup search overlay (ẩn mặc định, mở qua JS) */
.header-search-popup {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1000;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 20px;
}

.header-search-popup[hidden] {
  display: none;
}

.header-search-popup__form {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  max-width: 560px;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  border-radius: 4px;
  padding: 12px 16px;
  margin-top: 60px;
}

.header-search-popup__form input[type="text"] {
  flex: 1;
  border: 0;
  outline: 0;
  background: transparent;
  font-family: "rbt", sans-serif;
  font-size: 14px;
  line-height: 145%;
  color: #212121;
}

.header-search-popup__form input[type="text"]::placeholder {
  color: #9E9E9E;
}

.header-search-popup__form button {
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}

.header-search-popup__close {
  position: absolute;
  top: -48px;
  right: 0;
  width: 40px;
  height: 40px;
  background: #FFFFFF;
  border-radius: 50%;
  justify-content: center;
}

/* Mobile toggle button (ẩn desktop) */
.header-mobile-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  background: #001545;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  flex-shrink: 0;
}

/* Bản trong .header-actions chỉ hiện ≤ 768px */
.header-mobile-toggle--in-actions {
  display: none;
}

.header-mobile-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background: #FFFFFF;
  border-radius: 2px;
}

/* Drawer overlay (hiện khi mở drawer) */
.header-drawer-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 998;
  opacity: 0;
  transition: opacity .25s ease;
  pointer-events: none;
}

.header-drawer-overlay.is-active {
  opacity: 1;
  pointer-events: auto;
}

/*------------------------ Header responsive ------------------------*/

/* ≤ 1280px: rút gọn spacing, thu nhỏ font */
@media (max-width: 1280px) {
  .header-middle__inner {
    gap: 16px;
  }

  .header-search {
    max-width: none;
  }

  .header-actions {
    gap: 20px;
  }

  .header-hotline__label {
    font-size: 9px;
  }

  .header-hotline__number {
    font-size: 16px;
  }

  .header-cat__toggle {
    width: 240px;
    font-size: 14px;
    padding: 12px;
  }

  .header-cat__panel {
    width: 240px;
  }

  .header-menu__list {
    gap: 20px;
  }

  .header-menu__list>li>a {
    font-size: 13px;
  }
}

/* ≤ 1029px: main nav chuyển thành drawer trượt từ phải qua trái */
@media (max-width: 1029px) {
  .header-top__right {
    gap: 16px;
  }

  /* Ẩn hotline (icon gọi) từ tablet trở xuống */
  .header-hotline {
    display: none;
  }

  /* Nav row: ẩn nội dung nhưng giữ .header-menu để drawer hoạt động */
  .header-nav {
    margin-top: 0;
  }

  .header-nav__inner {
    height: 0;
    overflow: visible;
    padding: 0 !important;
    gap: 0;
  }

  .header-cat,
  .header-quote,
  .header-nav .header-mobile-toggle {
    display: none !important;
  }

  /* Đổi search bar → search icon */
  .header-search {
    display: none;
  }

  .header-search-trigger {
    display: inline-flex;
    order: 2;
    margin-left: auto;
  }

  .header-middle__inner {
    flex-wrap: nowrap;
    gap: 12px;
    align-items: center;
  }

  .header-logo {
    order: 1;
  }

  .header-actions {
    order: 3;
    gap: 12px;
  }

  /* Hiện burger cạnh giỏ hàng */
  .header-mobile-toggle--in-actions {
    display: flex;
    width: 40px;
    height: 40px;
    padding: 9px;
  }

  .header-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 320px;
    max-width: 85vw;
    height: 100vh;
    background: #FFFFFF;
    box-shadow: -4px 0 20px rgba(0, 0, 0, 0.15);
    z-index: 999;
    padding: 60px 0 20px;
    overflow-y: auto;
    transform: translateX(100%);
    transition: transform .3s ease;
    display: block;
  }

  .header-menu.is-open {
    transform: translateX(0);
  }

  /* hiện lại nút X trong drawer */
  .header-menu__close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    background: transparent;
    border: 0;
    cursor: pointer;
    z-index: 2;
    padding: 0;
  }

  .header-menu__close svg {
    display: block;
  }

  .header-menu__list {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    flex-wrap: nowrap;
  }

  .header-menu__list>li>a {
    padding: 14px 20px;
    border-bottom: 1px solid #EEEEEE;
    justify-content: space-between;
    font-size: 14px;
  }

  .header-menu__list>li:last-child>a {
    border-bottom: 0;
  }

  .header-menu__list .sub-menu {
    position: static;
    border: 0;
    padding: 0;
    box-shadow: none;
    display: block;
    background: #FAFAFA;
    border-radius: 0;
  }

  .header-menu__list .sub-menu li a {
    padding-left: 36px;
  }
}

/* ≤ 768px: mobile */
@media (max-width: 768px) {
  .header-top {
    font-size: 11px;
  }

  .header-top__inner {
    flex-wrap: wrap;
    gap: 8px;
  }

  .header-top__left {
    width: 100%;
  }

  .header-top__right {
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 12px;
  }

  .header-middle__inner {
    gap: 8px;
  }

  .header-actions {
    gap: 8px;
  }
}

/* ≤ 480px */
@media (max-width: 480px) {
  .header-logo img {
    width: 60px;
  }

  .header-cart {
    padding: 8px;
  }

  .header-actions {
    gap: 6px;
  }

  .header-search-trigger {
    width: 40px;
    height: 40px;
    padding: 8px;
  }
}

/* Khoá scroll khi drawer mở */
body.drawer-open {
  overflow: hidden;
}

/*------------------------ Sticky Nav auto-hide/show on scroll ------------------------*/

/* Desktop (>1029px): sticky .header-nav */
.header-nav.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 990;
  margin-top: 0;
  background: #FFFFFF;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.header-nav.is-sticky .header-nav__inner {
  padding-top: 8px;
  padding-bottom: 8px;
}

.header-nav.is-hidden {
  transform: translateY(-100%);
}

/* Placeholder giữ chỗ khi nav fixed để tránh nhảy layout */
.header-nav-placeholder {
  display: none;
}

.header-nav-placeholder.is-active {
  display: block;
}

/* Tablet/Mobile (≤1029px): sticky .header-middle */
@media (max-width: 1029px) {
  .header-nav.is-sticky {
    position: static;
    box-shadow: none;
    background: transparent;
  }

  .header-nav.is-hidden {
    transform: none;
  }

  .header-middle.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 990;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
  }

  .header-middle.is-sticky .header-middle__inner {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .header-middle.is-sticky .header-logo img {
    width: 60px;
  }

  .header-middle.is-hidden {
    transform: translateY(-100%);
  }

  .header-middle-placeholder {
    display: none;
  }

  .header-middle-placeholder.is-active {
    display: block;
  }
}

/*------------------------ Home Hero ------------------------*/
.home-hero {
  background: #FAFAFA;
  padding: 30px 0 75px;
}

.home-hero__top {
  display: grid;
  grid-template-columns: 285px 1fr;
  gap: 40px;
}

.home-hero__aside {
  min-height: 1px;
}

.home-hero__main {
  display: flex;
  flex-direction: column;
  gap: 30px;
  min-width: 0;
}

/* Hero carousel */
.hero-carousel {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  padding: 32px;
  min-height: 420px;
  display: flex;
  align-items: center;
}

/* Splide làm layer bg, phủ full */
.hero-splide {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}

.hero-splide,
.hero-splide .splide__track,
.hero-splide .splide__list,
.hero-splide .splide__slide {
  height: 100% !important;
}

.hero-splide__slide {
  background: #001545 center/cover no-repeat;
}

/* Pagination (dots) — style theo spec */
.hero-splide .splide__pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 24px;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
  gap: 8px;
  list-style: none;
  pointer-events: auto;
}

.hero-splide .splide__pagination li {
  display: inline-flex;
}

.hero-splide .splide__pagination__page {
  width: 8px;
  height: 8px;
  padding: 0;
  margin: 0;
  border-radius: 6px;
  background: #FFFFFF;
  opacity: 0.5;
  border: 0;
  cursor: pointer;
  transition: opacity .2s ease;
}

.hero-splide .splide__pagination__page.is-active {
  opacity: 1;
  transform: none;
  background: #FFFFFF;
}

.hero-carousel__content {
  position: relative;
  z-index: 1;
  max-width: 440px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  pointer-events: none;
}

.hero-carousel__content>* {
  pointer-events: auto;
}

.hero-carousel__heading {
  margin: 0;
  color: #FFFFFF;
  font-family: "rbt-bold", sans-serif;
  font-size: 32px;
  line-height: 136%;
  letter-spacing: 0.01em;
}

.hero-carousel__desc {
  margin: 0;
  color: #FFFFFF;
  opacity: 0.7;
  font-family: "rbt", sans-serif;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.01em;
}

.hero-carousel__buttons {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.hero-carousel__buttons .btn-primary,
.hero-carousel__buttons .btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 20px;
  border-radius: 4px;
  font-family: "rbt-medium", sans-serif;
  font-size: 14px;
  line-height: 145%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  transition: opacity .15s ease;
}

.hero-carousel__buttons .btn-primary {
  background: #E3AE3A;
  color: #FFFFFF;
}

.hero-carousel__buttons .btn-secondary {
  background: #FFFFFF;
  color: #E3AE3A;
}

.hero-carousel__buttons .btn-primary:hover,
.hero-carousel__buttons .btn-secondary:hover {
  opacity: .9;
}

/* 3 feature cards — full width bên dưới hero */
.home-hero__features {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  margin-top: 30px;
}

.feature-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  border-radius: 4px;
  background: #001545 center/cover no-repeat;
  color: #FFFFFF;
  min-height: 200px;
  gap: 16px;
}

.feature-card__text {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.feature-card__title {
  margin: 0;
  color: #FFFFFF;
  font-family: "rbt-semibold", sans-serif;
  font-size: 20px;
  line-height: 138%;
  letter-spacing: 0.01em;
}

.feature-card__desc {
  margin: 0;
  color: #FFFFFF;
  font-family: "rbt", sans-serif;
  font-size: 14px;
  line-height: 145%;
  letter-spacing: 0.01em;
}

.feature-card__arrow {
  align-self: flex-start;
  display: inline-flex;
  transition: transform .2s ease;
}

.feature-card__arrow:hover {
  transform: translateX(4px);
}

.feature-card__arrow svg {
  display: block;
}

.header-nav.is-sticky .header-nav__inner {
  padding-bottom: 0;
}

/* Responsive */
@media (max-width: 1029px) {
  .home-hero__top {
    grid-template-columns: 1fr;
  }

  .home-hero__aside {
    display: none;
  }
}

@media (max-width: 900px) {
  .home-hero__features {
    grid-template-columns: 1fr 1fr;
  }
}

/*------------------------ Product card (dùng chung) ------------------------*/
.product-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px;
  border: 1px solid #EEEEEE;
  border-radius: 4px;
  background: #FFFFFF;
  height: 100%;
  box-sizing: border-box;
}

.product-card--no-border {
  border: 0;
}

.product-card__thumb {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 4px;
  overflow: hidden;
  background: #FAFAFA;
}

/* Ảnh sản phẩm render bằng CSS background — chuột phải không có "Save image" */
.product-card__img {
  position: absolute;
  inset: 0;
  display: block;
  background: center/contain no-repeat;
  transition: transform .4s ease;
  -webkit-user-drag: none;
  user-select: none;
}

.product-card:hover .product-card__img {
  transform: scale(1.06);
}

/* Tem overlay full — chặn chuột phải "Save image" ăn vào tem, không phải ảnh gốc */
.product-card__stamp {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  z-index: 2;
  -webkit-user-drag: none;
  user-select: none;
}

.product-card__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.product-card__title {
  margin: 0;
  font-family: "rbt-bold";
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.01em;
  color: #424242;
}

.product-card__title a {
  color: inherit;
}

.product-card__title a:hover {
  color: #E3AE3A;
}

.product-card__price {
  color: #E3AE3A;
  font-family: "rbt-medium", sans-serif;
  font-size: 18px;
  line-height: 146%;
  letter-spacing: 0.01em;
}

.product-card__price .woocommerce-Price-amount {
  color: inherit;
  font-weight: inherit;
}

.product-card__price del {
  opacity: .5;
  margin-right: 6px;
  font-size: 14px;
}

.product-card__price ins {
  text-decoration: none;
}

.product-card__contact {
  color: #E3AE3A;
  font-family: "rbt-medium", sans-serif;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.01em;
}

/*------------------------ Featured products ------------------------*/
.home-featured {
  padding: 75px 0;
}

.home-featured__box {
  padding: 30px;
  border-radius: 4px;
  background: #E3AE3A center/cover no-repeat;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.home-featured__heading {
  margin: 0;
  color: #FFFFFF;
  font-family: "rbt-semibold", sans-serif;
  font-size: 24px;
  line-height: 135%;
  letter-spacing: 0.01em;
  text-align: center;
}

/* Product Splide carousel (dùng cho Featured + Category sections) */
.product-splide {
  position: relative;
  padding: 0 10px;
}

.product-splide .splide__track {
  overflow: hidden;
}

.product-splide .splide__slide {
  height: auto;
  box-sizing: border-box;
}

.product-splide .splide__slide>* {
  height: 100%;
}

/* Custom arrow */
.product-splide__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
}

.product-splide__arrow svg {
  display: block;
}

.product-splide__arrow.splide__arrow--prev {
  left: -20px;
}

.product-splide__arrow.splide__arrow--next {
  right: -20px;
}

.product-splide__arrow[disabled] {
  opacity: .4;
  cursor: not-allowed;
}

@media (max-width: 768px) {
  .product-splide {
    padding: 0;
  }

  .product-splide__arrow {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .home-hero {
    padding: 40px 0;
  }

  .home-featured {
    padding: 40px 0;
  }

  .home-two-boxes {
    padding: 40px 0;
  }
}

@media (max-width: 600px) {
  .home-hero {
    padding: 40px 0;
  }

  .hero-carousel {
    padding: 24px;
    min-height: 340px;
  }

  /* Đổi bg-position để product dồn về góc phải */
  .hero-splide__slide {
    background-position: right center;
    position: relative;
  }

  /* Overlay tối cho chữ đọc rõ trên nền có product */
  .hero-splide__slide::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 21, 69, 0.85) 0%, rgba(0, 21, 69, 0.55) 60%, rgba(0, 21, 69, 0.2) 100%);
  }

  .hero-carousel__content {
    max-width: 100%;
    gap: 16px;
  }

  .hero-carousel__heading {
    font-size: 20px;
    line-height: 130%;
  }

  .hero-carousel__desc {
    font-size: 13px;
    line-height: 145%;
  }

  .hero-carousel__buttons {
    gap: 8px;
  }

  .hero-carousel__buttons .btn-primary,
  .hero-carousel__buttons .btn-secondary {
    padding: 8px 14px;
    font-size: 12px;
  }

  .hero-carousel__dots {
    bottom: 12px;
  }

  .home-hero__features {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .feature-card {
    padding: 20px;
    min-height: 180px;
  }

  .feature-card__title {
    font-size: 18px;
  }

  .feature-card__desc {
    font-size: 13px;
  }
}

/*------------------------ Home — 2 boxes ------------------------*/
.home-two-boxes {
  padding: 40px 0;
}

.home-two-boxes__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.tb-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  padding: 32px;
  min-height: 315px;
  border-radius: 4px;
  background: #FFFFFF center/cover no-repeat;
  box-sizing: border-box;
}

.tb-box__head {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* Box 1 — stat */
.tb-box--stat .tb-box__text {
  margin: 0;
  color: #001545;
  font-family: "rbt-semibold", sans-serif;
  font-size: 20px;
  line-height: 138%;
  letter-spacing: 0.01em;
}

.tb-box--stat .tb-box__number {
  margin: 0;
  color: #001545;
  font-family: "rbt-exbold", sans-serif;
  font-size: 64px;
  line-height: 122%;
  letter-spacing: 0.02em;
}

/* Box 2 — feature */
.tb-box--feature .tb-box__title {
  margin: 0;
  color: #E3AE3A;
  font-family: "rbt-semibold", sans-serif;
  font-size: 20px;
  line-height: 138%;
  letter-spacing: 0.01em;
}

.tb-box--feature .tb-box__desc {
  margin: 0;
  color: #FFFFFF;
  opacity: 0.7;
  font-family: "rbt", sans-serif;
  font-size: 14px;
  line-height: 145%;
  letter-spacing: 0.01em;
}

/* Button chung */
.tb-box__btn {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 20px;
  background: #FFFFFF;
  color: #E3AE3A;
  border-radius: 4px;
  font-family: "rbt-medium", sans-serif;
  font-size: 14px;
  line-height: 145%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  transition: opacity .15s ease;
}

.tb-box__btn:hover {
  opacity: .9;
  color: #E3AE3A;
}

/* Responsive */
@media (max-width: 768px) {
  .home-two-boxes__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .tb-box {
    padding: 24px;
    min-height: 260px;
  }

  .tb-box--stat .tb-box__number {
    font-size: 48px;
  }
}

/*------------------------ Home — Categories ------------------------*/
.home-cat-section {
  padding: 100px 0 0 0;
}

.home-cat-section .container {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.home-cat-section__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.home-cat-section__title {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.home-cat-section__badge {
  display: inline-block;
  width: 6px;
  height: 18px;
  border-radius: 2px;
  background: #001545;
  flex-shrink: 0;
}

.home-cat-section__name {
  margin: 0;
  color: #001545;
  font-family: "rbt-semibold", sans-serif;
  font-size: 24px;
  line-height: 135%;
  letter-spacing: 0.01em;
}

.home-cat-section__more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #BDBDBD;
  font-family: "rbt-medium", sans-serif;
  font-size: 14px;
  line-height: 145%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  transition: color .15s ease;
}

.home-cat-section__more svg {
  display: block;
}

.home-cat-section__more:hover {
  color: #E3AE3A;
}

.home-cat-section__more:hover svg path {
  stroke: #E3AE3A;
}

/* Carousel trong section này không có padding trái/phải */
.home-cat-section .product-splide {
  padding: 0;
}

.home-cat-section .product-splide__arrow.splide__arrow--prev {
  left: -30px;
}

.home-cat-section .product-splide__arrow.splide__arrow--next {
  right: -30px;
}

/* Responsive */
@media (max-width: 768px) {
  .home-cat-section {
    padding: 40px 0 0 0;
  }

  .home-cat-section .container {
    gap: 20px;
  }

  .home-cat-section__name {
    font-size: 20px;
  }

  .home-cat-section__more span {
    display: none;
  }
}

/*------------------------ Home — Partners ------------------------*/
.home-partners {
  padding: 100px 0 90px 0;
}

.home-partners .container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.home-partners__title {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  justify-content: center;
  align-self: center;
}

/* Partners Splide (marquee với Splide + AutoScroll) */
.partners-splide {
  width: 100%;
  mask-image: linear-gradient(90deg, transparent 0, #000 40px, #000 calc(100% - 40px), transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 40px, #000 calc(100% - 40px), transparent 100%);
}

.partners-splide .splide__list {
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
}

.partners-splide__item {
  width: 100px !important;
  height: 100px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.partners-splide__item img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
  transition: transform .2s ease;
}

.partners-splide__item:hover img {
  transform: scale(1.05);
}

/* Responsive */
@media (max-width: 768px) {
  .home-partners {
    padding: 40px 0 40px 0;
  }

  .home-partners .container {
    gap: 24px;
  }

  .partners-splide__item {
    width: 80px !important;
    height: 80px;
  }
}

/*------------------------ Footer — CTA box ------------------------*/


.footer-cta__box {
  position: relative;
  min-height: 276px;
  padding: 64px 75px;
  border-radius: 4px;
  background: #001545 center/cover no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  box-sizing: border-box;
}

.footer-cta__title {
  margin: 0;
  color: #FFFFFF;
  font-family: "rbt-bold", sans-serif;
  font-size: 32px;
  line-height: 136%;
  letter-spacing: 0.01em;
  text-align: center;
}

.footer-cta__phone {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #FFFFFF;
  font-family: "rbt-semibold", sans-serif;
  font-size: 20px;
  line-height: 138%;
  letter-spacing: 0.01em;
}

.footer-cta__phone-icon,
.footer-cta__phone-icon svg {
  display: inline-flex;
  width: 32px;
  height: 32px;
}

/* Wrapper chứa form + nút báo giá phụ */
.footer-cta__actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

.footer-cta__form {
  flex: 1 1 auto;
  max-width: 320px;
  min-width: 0;
}

/* Reset margin/border của Fluent Form */
.footer-cta__form .fluentform,
.footer-cta__form form,
.footer-cta__form .frm-fluent-form,
.footer-cta__form .ff-el-group,
.footer-cta__form .ff-el-input--content,
.footer-cta__form .ff-el-form-control-wrapper {
  margin: 0 !important;
  background: transparent !important;
  padding: 0 !important;
}

.footer-cta__form fieldset {
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  min-inline-size: auto !important;
}


/* Wrapper trắng bọc input + submit — dùng .ff-t-container của Fluent */
.footer-cta__form .ff-t-container,
.footer-cta__form .ff-column-container {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  gap: 8px !important;
  background: #FFFFFF !important;
  border-radius: 4px !important;
  padding: 4px 4px 4px 16px !important;
  box-sizing: border-box !important;
  margin: 0 !important;
  width: 100% !important;
}

.footer-cta__form .ff-t-cell {
  display: block !important;
  padding: 0 !important;
  margin: 0 !important;
  flex-basis: auto !important;
  min-width: 0 !important;
  width: auto !important;
}

.footer-cta__form .ff-t-column-1 {
  order: 1 !important;
  flex: 1 1 0% !important;
  min-width: 0 !important;
}

.footer-cta__form .ff-t-column-2 {
  order: 2 !important;
  flex: 0 0 auto !important;
}

.footer-cta__form .ff-el-group,
.footer-cta__form .ff-el-input--content {
  width: 100% !important;
}

.footer-cta__form input[type="email"],
.footer-cta__form input[type="text"] {
  width: 100%;
  border: 0 !important;
  outline: 0 !important;
  background: transparent !important;
  padding: 0 !important;
  font-family: "rbt", sans-serif;
  font-size: 14px;
  color: #212121;
  box-shadow: none !important;
  height: auto !important;
  min-height: 0 !important;
}

.footer-cta__form input::placeholder {
  color: #BDBDBD;
  font-family: "rbt", sans-serif;
  font-size: 14px;
}

.footer-cta__form .ff-btn-submit {
  padding: 8px 20px !important;
  min-width: 0 !important;
  height: auto !important;
  min-height: 0 !important;
  background: #E3AE3A !important;
  color: #FFFFFF !important;
  border: 0 !important;
  border-radius: 4px !important;
  font-family: "rbt-medium", sans-serif !important;
  font-size: 14px !important;
  line-height: 145% !important;
  letter-spacing: 0.02em !important;
  text-transform: uppercase !important;
  cursor: pointer;
  box-shadow: none !important;
  transition: opacity .15s ease;
  white-space: nowrap;
}

.footer-cta__form .ff-btn-submit:hover {
  opacity: .9;
}

/* Ẩn error/success box mặc định của Fluent nếu chưa cần style */
.footer-cta__form .ff-errors-in-stack {
  margin-top: 8px;
}

/* Nút "NHẬN BÁO GIÁ MIỄN PHÍ" nằm cạnh form */
.footer-cta__quote-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  background: #FFFFFF;
  color: #E3AE3A;
  border-radius: 4px;
  font-family: "rbt-medium", sans-serif;
  font-size: 14px;
  line-height: 145%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  white-space: nowrap;
  transition: opacity .15s ease;
}

.footer-cta__quote-btn:hover {
  opacity: .9;
  color: #E3AE3A;
}

.frm-fluent-form .ff-t-cell .ff_submit_btn_wrapper_custom button {
  margin-bottom: 0 !important;
}

/* Responsive */
@media (max-width: 768px) {
  .footer-cta__box {
    padding: 40px 20px;
    min-height: 220px;
    gap: 12px;
  }

  .footer-cta__title {
    font-size: 22px;
  }

  .footer-cta__phone {
    font-size: 16px;
  }

  .footer-cta__phone-icon,
  .footer-cta__phone-icon svg {
    width: 24px;
    height: 24px;
  }
}

/*------------------------ Footer — Content ------------------------*/

/* CTA nằm đè lên footer-content 75px */
.footer-cta {
  position: relative;
  z-index: 2;
  margin-bottom: -75px;
}

.footer-content {
  position: relative;
  padding: 150px 0 0 0;
  background: #FAFAFA center/cover no-repeat;
}

.footer-content .container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

/* Row 1: 4 cột */
.footer-content__grid {
  display: grid;
  grid-template-columns: 4fr 2fr 2fr 3fr;
  gap: 100px;
}

.fc-col {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 0;
}

.fc-col__title {
  margin: 0;
  color: #001545;
  font-family: "rbt-semibold", sans-serif;
  font-size: 20px;
  line-height: 138%;
  letter-spacing: 0.01em;
}

.fc-col__subtitle {
  margin: 0;
  color: #001545;
  font-family: "rbt-medium", sans-serif;
  font-size: 18px;
  line-height: 146%;
  letter-spacing: 0.01em;
}

/* Info list cột 1 */
.fc-info-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.fc-info-list__item {
  display: flex;
  align-items: flex-start;
  gap: 4px;
}

.fc-info-list__icon {
  display: inline-flex;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin-top: 2px;
}

.fc-info-list__icon img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  display: block;
}

.fc-info-list__text {
  color: #616161;
  font-family: "rbt", sans-serif;
  font-size: 14px;
  line-height: 145%;
  letter-spacing: 0.01em;
}

/* Link list cột 2, 3 */
.fc-link-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.fc-link-list li a {
  color: #616161;
  font-family: "rbt", sans-serif;
  font-size: 14px;
  line-height: 145%;
  letter-spacing: 0.01em;
  transition: color .15s ease;
}

.fc-link-list li a:hover {
  color: #E3AE3A;
}

/* Cột 4 map */
.fc-map {
  width: 100%;
  height: 166px;
  border-radius: 4px;
  overflow: hidden;
}

.fc-map iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

/* Row 2: bottom bar */
.footer-content__bottom {
  padding: 30px 0;
  border-top: 1px solid #EEEEEE;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.fc-copyright {
  margin: 0;
  color: #9E9E9E;
  font-family: "rbt", sans-serif;
  font-size: 12px;
  line-height: 146%;
  letter-spacing: 0.01em;
}

.fc-copyright a {
  color: inherit;
  text-decoration: none;
  transition: color .15s ease;
}

.fc-copyright a:hover {
  color: #E3AE3A;
}

.fc-socials {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 20px;
}

.fc-socials li a {
  display: inline-flex;
  width: 16px;
  height: 16px;
}

.fc-socials li a img {
  width: 16px;
  height: 16px;
  object-fit: contain;
  display: block;
  transition: opacity .15s ease;
}

.fc-socials li a:hover img {
  opacity: .7;
}

/* Responsive */
@media (max-width: 1440px) {
  .footer-content__grid {
    gap: 60px;
  }
}

@media (max-width: 1280px) {
  .footer-content__grid {
    gap: 40px;
  }
}

@media (max-width: 1029px) {
  .footer-content__grid {
    grid-template-columns: 2fr 1fr 1fr;
    gap: 32px;
  }

  .fc-col--4 {
    grid-column: 1 / -1;
  }

  .fc-map {
    max-width: 400px;
  }
}

@media (max-width: 768px) {
  .footer-content {
    padding: 120px 0 0 0;
  }

  .footer-content .container {
    gap: 24px;
  }

  .footer-content__grid {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }

  .fc-col--1 {
    grid-column: 1 / -1;
  }

  .fc-col--4 {
    grid-column: 1 / -1;
  }

  .footer-content__bottom {
    padding: 20px 0;
  }
}

@media (max-width: 480px) {
  .footer-content {
    padding: 100px 0 0 0;
  }

  .footer-content__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .footer-content__bottom {
    justify-content: center;
    text-align: center;
  }

  .home-featured__box {
    padding: 10px;
  }
}

/*------------------------ About Hero ------------------------*/
.about-hero {
  position: relative;
  padding: 40px 0;
  min-height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #001545;
}

.about-hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 21, 69, 0.6);
  z-index: 1;
}

.about-hero__inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

/* Breadcrumb */
.about-hero__breadcrumb {
  display: flex;
  align-items: center;
}

.breadcrumb-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.breadcrumb-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.breadcrumb-item a,
.breadcrumb-item a:visited,
.breadcrumb-item a:hover,
.breadcrumb-item span {
  color: #FFFFFF !important;
  font-family: "rbt", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 145%;
  letter-spacing: 0.01em;
  text-align: center;
  text-decoration: none;
  opacity: 0.5;
  transition: opacity .2s ease;
}

.breadcrumb-item a:hover {
  opacity: 0.8;
}

.breadcrumb-item--active span {
  opacity: 0.5;
}

/* Mũi tên giữa các breadcrumb item */
.breadcrumb-item:not(:last-child)::after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.5 9.5L7.5 6L4.5 2.5' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.5;
  flex-shrink: 0;
}

/* Title */
.about-hero__title {
  color: #FFFFFF;
  font-family: "rbt-bold", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 136%;
  letter-spacing: 0.01em;
  text-align: center;
  margin: 0;
}

/* Description */
.about-hero__desc {
  color: #FFFFFF;
  font-family: "rbt", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.01em;
  text-align: center;
  opacity: 0.7;
  margin: 0;
}

/* Responsive */
@media (max-width: 768px) {
  .about-hero {
    min-height: 280px;
    padding: 32px 0;
  }

  .about-hero__title {
    font-size: 26px;
  }

  .about-hero__desc {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .about-hero {
    min-height: 240px;
    padding: 24px 0;
  }

  .about-hero__title {
    font-size: 22px;
  }

  .about-hero__desc {
    font-size: 13px;
  }
}

/*------------------------ About Journey ------------------------*/
.about-journey {
  padding: 72px 0;
}

.about-journey__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

/* Cột trái: ảnh */
.about-journey__image img {
  width: 100%;
  height: auto;
  border-radius: 4px;
  display: block;
}

/* Cột phải: nội dung */
.about-journey__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.about-journey__text {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.about-journey__title {
  color: #001545;
  font-family: "rbt-bold", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 135%;
  letter-spacing: 0.01em;
  margin: 0;
}

.about-journey__desc {
  color: #616161;
  font-family: "rbt", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.01em;
  margin: 0;
}

.about-journey__desc p {
  margin: 0 0 8px;
}

.about-journey__desc p:last-child {
  margin-bottom: 0;
}

/* Con số thống kê */
.about-journey__stats {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 31px;
}

.about-journey__stat {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.about-journey__stat-row {
  display: flex;
  align-items: baseline;
}

.about-journey__stat-number,
.about-journey__stat-plus {
  color: #E3AE3A;
  font-family: "rbt-bold", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 136%;
  letter-spacing: 0.01em;
}

.about-journey__stat-label {
  color: #001545;
  font-family: "rbt-bold", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.01em;
}

/* Responsive */
@media (max-width: 768px) {
  .about-journey {
    padding: 48px 0;
  }

  .about-journey__inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .about-journey__stats {
    gap: 20px;
  }

  .about-journey__stat-number,
  .about-journey__stat-plus {
    font-size: 26px;
  }

  .about-journey__stat-label {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .about-journey {
    padding: 36px 0;
  }

  .about-journey__title {
    font-size: 20px;
  }

  .about-journey__desc {
    font-size: 14px;
  }

  .about-journey__stat-number,
  .about-journey__stat-plus {
    font-size: 22px;
  }

  .about-journey__stat-label {
    font-size: 13px;
  }
}

/*------------------------ About Capability ------------------------*/
.about-capability {
  padding: 72px 0;
}

.about-capability__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: start;
}

.about-capability__left {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.about-capability__header {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.about-capability__title {
  margin: 0;
  color: #001545;
  font-family: "rbt-semibold", sans-serif;
  font-size: 24px;
  line-height: 135%;
  letter-spacing: 0.01em;
}

.about-capability__desc {
  margin: 0;
  color: #616161;
  font-family: "rbt", sans-serif;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.01em;
}

.about-capability__list {
  display: flex;
  flex-direction: column;
  gap: 31px;
}

.about-capability__item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.about-capability__item-icon {
  display: inline-flex;
  flex-shrink: 0;
  margin-top: 2px;
}

.about-capability__item-icon svg {
  display: block;
}

.about-capability__item-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.about-capability__item-title {
  margin: 0;
  color: #E3AE3A;
  font-family: "rbt-medium", sans-serif;
  font-size: 18px;
  line-height: 146%;
  letter-spacing: 0.01em;
  font-weight: 500;
}

.about-capability__item-desc {
  margin: 0;
  color: #616161;
  font-family: "rbt", sans-serif;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.01em;
}

.about-capability__right img {
  width: 100%;
  height: auto;
  border-radius: 4px;
  display: block;
}

@media (max-width: 768px) {
  .about-capability {
    padding: 48px 0;
  }

  .about-capability__inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .about-capability__right {
    order: -1;
  }

  .about-capability__title {
    font-size: 20px;
  }

  .about-capability__item-title {
    font-size: 16px;
  }

  .about-capability__item-desc {
    font-size: 14px;
  }

  .about-capability__desc {
    font-size: 14px;
  }
}

/*------------------------ About Strategy ------------------------*/
.about-strategy {
  background: #FAFAFA;
  padding: 96px 0;
}

.about-strategy__inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.about-strategy__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center;
}

.about-strategy__title {
  color: #001545;
  font-family: "rbt-bold", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 135%;
  letter-spacing: 0.01em;
  margin: 0;
}

.about-strategy__desc {
  color: #616161;
  font-family: "rbt", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.01em;
  margin: 0;
}

/* Grid */
.about-strategy__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}

/* Box */
.about-strategy__box {
  background: #FFFFFF;
  padding: 20px;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* Icon */
.about-strategy__icon {
  width: max-content;
  padding: 12px;
  border-radius: 4px;
  background: #E3AE3A;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.about-strategy__icon img {
  width: 24px;
  height: 24px;
  display: block;
  object-fit: contain;
}

/* Text */
.about-strategy__box-text {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.about-strategy__box-title {
  color: #001545;
  font-family: "rbt-bold", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 138%;
  letter-spacing: 0.01em;
  margin: 0;
}

.about-strategy__box-desc {
  color: #616161;
  font-family: "rbt", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.01em;
  margin: 0;
}

/* Responsive */
@media (max-width: 768px) {
  .about-strategy {
    padding: 64px 0;
  }

  .about-strategy__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .about-strategy__box-title {
    font-size: 18px;
  }

  .about-strategy__box-desc {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .about-strategy {
    padding: 48px 0;
  }

  .about-strategy__title {
    font-size: 20px;
  }

  .about-strategy__desc {
    font-size: 14px;
  }
}

/*------------------------ About Testimonial ------------------------*/
.about-testimonial {
  background: #FAFAFA;
  padding: 96px 0;
}

.about-testimonial__inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.about-testimonial__title {
  margin: 0;
  color: #001545;
  font-family: "rbt-semibold", sans-serif;
  font-size: 24px;
  line-height: 135%;
  letter-spacing: 0.01em;
  text-align: center;
}

/* Carousel */
.about-testi-splide {
  position: relative;
  padding: 0 10px;
}

.about-testi-splide .splide__track {
  overflow: hidden;
}

.about-testi-splide .splide__slide {
  height: auto;
  box-sizing: border-box;
}

.about-testi-splide .splide__slide>* {
  height: 100%;
}

/* Card */
.testi-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px;
  background: #FFFFFF;
  border-radius: 4px;
  height: 100%;
  box-sizing: border-box;
}

.testi-card__stars {
  display: flex;
  align-items: center;
  gap: 4px;
}

.testi-card__stars svg {
  display: block;
}

.testi-card__text {
  margin: 0;
  color: #616161;
  font-family: "rbt", sans-serif;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.01em;
}

.testi-card__author {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.testi-card__name {
  color: #003898;
  font-family: "rbt-medium", sans-serif;
  font-size: 18px;
  line-height: 146%;
  letter-spacing: 0.01em;
}

.testi-card__position {
  color: #616161;
  font-family: "rbt", sans-serif;
  font-size: 12px;
  line-height: 146%;
  letter-spacing: 0.01em;
}

@media (max-width: 768px) {
  .about-testimonial {
    padding: 48px 0;
  }

  .about-testimonial__inner {
    gap: 24px;
  }

  .about-testimonial__title {
    font-size: 20px;
  }

  .testi-card__text {
    font-size: 14px;
  }

  .testi-card__name {
    font-size: 16px;
  }
}

/*------------------------ About CTA ------------------------*/
.about-cta {
  background: #FEF5EB;
  padding: 40px 0;
  margin-bottom: 72px;
}

.about-cta__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 280px;
  text-align: center;
}

.about-cta__title {
  margin: 0;
  color: #001545;
  font-family: "rbt-bold", sans-serif;
  font-size: 32px;
  line-height: 136%;
  letter-spacing: 0.01em;
}

.about-cta__desc {
  margin: 0;
  color: #616161;
  font-family: "rbt", sans-serif;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.01em;
}

.about-cta__buttons {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 12px;
}

.about-cta__buttons .btn-primary,
.about-cta__buttons .btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border-radius: 4px;
  font-family: "rbt-medium", sans-serif;
  font-size: 14px;
  line-height: 145%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  transition: opacity .15s ease;
}

.about-cta__buttons .btn-primary {
  background: #E3AE3A;
  color: #FFFFFF;
}

.about-cta__buttons .btn-secondary {
  background: #FFFFFF;
  color: #E3AE3A;
}

.about-cta__buttons .btn-primary:hover,
.about-cta__buttons .btn-secondary:hover {
  opacity: .9;
}

@media (max-width: 768px) {
  .about-cta__title {
    font-size: 22px;
  }

  .about-cta {
    margin-bottom: 40px;
  }

  .about-cta__inner {
    min-height: 280px;
  }

  .about-cta__desc {
    font-size: 14px;
  }
}

/*------------------------ Breadcrumb ------------------------*/
.epal-breadcrumb {
  background: #FAFAFA;
  padding: 16px 0;
}

.epal-breadcrumb__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.epal-breadcrumb__item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.epal-breadcrumb__item a,
.epal-breadcrumb__item span {
  font-family: "rbt-medium", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 145%;
  letter-spacing: 0.01em;
  color: #BDBDBD;
}

.epal-breadcrumb__item a:hover {
  color: #001545;
}

.epal-breadcrumb__item.is-current span {
  color: #616161;
}

.epal-breadcrumb__sep {
  display: inline-flex;
  align-items: center;
}

.epal-breadcrumb__sep svg {
  display: block;
}

/*------------------------ Shop layout ------------------------*/
.shop-wrapper {
  padding: 40px 0;
}

.shop-wrapper__inner {
  display: grid;
  grid-template-columns: 5fr 16fr;
  gap: 30px;
}

/* Sidebar */
.shop-sidebar {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.shop-sidebar__drawer-head {
  display: none;
}

.sidebar-box {
  padding: 20px;
  border: 1px solid #EEEEEE;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.sidebar-box__title {
  margin: 0;
  color: #001545;
  font-family: "rbt-medium", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 146%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

/* Categories tree */
.shop-cats {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.shop-cats__item.has-children {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.shop-cats__item.has-children.is-open {
  gap: 12px;
}

.shop-cats__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.shop-cats__link {
  color: #212121;
  font-family: "rbt", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.01em;
  flex: 1;
}

.shop-cats__link:hover,
.shop-cats__link.is-current,
.shop-cats__item.is-open>.shop-cats__row>.shop-cats__link {
  color: #003898;
}

.shop-cats__toggle {
  background: transparent;
  border: 0;
  padding: 4px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform .25s ease;
}

.shop-cats__item.is-open>.shop-cats__row>.shop-cats__toggle {
  transform: rotate(180deg);
}

.shop-cats__item.is-open>.shop-cats__row>.shop-cats__toggle svg path {
  stroke: #003898;
}

.shop-cats__subwrap {
  padding-left: 8px;
  border-left: 1px solid #EEEEEE;
  display: none;
}

.shop-cats__item.is-open .shop-cats__subwrap {
  display: block;
}

.shop-subcats {
  list-style: none;
  margin: 0;
  padding: 0;
}

.shop-subcats__link {
  display: block;
  padding: 8px 16px;
  border-radius: 4px;
  color: #757575;
  font-family: "rbt", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
  letter-spacing: 0.01em;
}

.shop-subcats__link:hover,
.shop-subcats__link.is-active {
  background: #F2F3FF;
  color: #003898;
}

/* Featured products sidebar */
.sidebar-featured {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.sidebar-featured__item {
  display: flex;
  gap: 8px;
  align-items: center;
}

.sidebar-featured__thumb {
  position: relative;
  display: block;
  width: 64px;
  height: 64px;
  flex-shrink: 0;
  border-radius: 4px;
  overflow: hidden;
  background: #FAFAFA;
}

.sidebar-featured__img {
  position: absolute;
  inset: 0;
  display: block;
  background: center/contain no-repeat;
  -webkit-user-drag: none;
  user-select: none;
}

.sidebar-featured__stamp {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  z-index: 2;
  -webkit-user-drag: none;
  user-select: none;
}

.sidebar-featured__body {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.sidebar-featured__title {
  color: #424242;
  font-family: "rbt", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
  letter-spacing: 0.01em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.sidebar-featured__title:hover {
  color: #E3AE3A;
}

.sidebar-featured__price {
  color: #E3AE3A;
  font-family: "rbt-medium", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 145%;
  letter-spacing: 0.01em;
}

/* Shop main */
.shop-main {
  min-width: 0;
}

.shop-main__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding-bottom: 24px;
}

.shop-main__title {
  margin: 0;
  color: #000000;
  font-family: "rbt-semibold", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 138%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.shop-main__meta {
  display: flex;
  align-items: center;
  gap: 16px;
}

.shop-main__count {
  color: #9E9E9E;
  font-family: "rbt", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
  letter-spacing: 0.01em;
}

.shop-orderby__select {
  padding: 10px 16px;
  background: #F5F5F5;
  border: 0;
  border-radius: 4px;
  color: #424242;
  font-family: "rbt-medium", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 145%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 4.5L6 7.5L9 4.5' stroke='%23424242' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 36px;
}

/* Shop grid */
.shop-main__grid-wrap {
  position: relative;
  min-height: 240px;
}

.shop-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.shop-grid::before,
.shop-grid::after {
  content: none !important;
  display: none !important;
}

.shop-grid__item {
  display: flex;
  width: auto !important;
  margin: 0 !important;
  float: none !important;
  clear: none !important;
}

.shop-grid__item>* {
  width: 100%;
}

.shop-empty {
  text-align: center;
  padding: 60px 0;
  color: #9E9E9E;
  font-family: "rbt", sans-serif;
  font-size: 16px;
}

/* Loader */
.shop-loader {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.75);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
}

.shop-loader[hidden] {
  display: none !important;
}

.shop-loader__spinner {
  width: 40px;
  height: 40px;
  border: 3px solid #EEEEEE;
  border-top-color: #001545;
  border-radius: 50%;
  animation: shop-spin .8s linear infinite;
}

@keyframes shop-spin {
  to {
    transform: rotate(360deg);
  }
}

/* Pagination */
.shop-pagination {
  padding-top: 40px;
}

.shop-pagination__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  flex-wrap: wrap;
}

.shop-pagination__item {
  display: inline-flex;
}

.shop-pagination__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  height: 20px;
  padding: 8px;
  border-radius: 4px;
  color: #9E9E9E;
  font-family: "rbt-medium", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 145%;
  letter-spacing: 0.02em;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color .2s ease, color .2s ease;
}

.shop-pagination__link:hover:not(.is-active) {
  background: #F5F5F5;
  color: #001545;
}

.shop-pagination__link.is-active {
  background: #001545;
  color: #FFFFFF;
  cursor: default;
}

.shop-pagination__link--icon {
  padding: 0;
}

.shop-pagination__link--icon svg {
  display: block;
}

.shop-pagination__item--dots span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  height: 20px;
  color: #9E9E9E;
  font-family: "rbt-medium", sans-serif;
  font-size: 14px;
}

/* Mobile filter trigger */
.shop-filter-trigger {
  display: none;
  align-items: center;
  gap: 8px;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  border-radius: 4px;
  padding: 10px 16px;
  color: #001545;
  font-family: "rbt-medium", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.02em;
  cursor: pointer;
  text-transform: uppercase;
  width: max-content;
}

.shop-sidebar-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 998;
  opacity: 0;
  transition: opacity .3s ease;
}

.shop-sidebar-overlay.is-active {
  opacity: 1;
}

/* Responsive */
@media (max-width: 1280px) {
  .shop-wrapper__inner {
    grid-template-columns: 6fr 16fr;
  }
}

@media (max-width: 1029px) {
  .shop-wrapper__inner {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .shop-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .shop-filter-trigger {
    display: inline-flex;
  }

  .shop-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 320px;
    max-width: 85vw;
    background: #FFFFFF;
    z-index: 999;
    padding: 20px;
    transform: translateX(-100%);
    transition: transform .3s ease;
    overflow-y: auto;
    gap: 20px;
  }

  .shop-sidebar.is-open {
    transform: translateX(0);
    box-shadow: 4px 0 20px rgba(0, 0, 0, 0.15);
  }

  .shop-sidebar__drawer-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 12px;
    border-bottom: 1px solid #EEEEEE;
  }

  .shop-sidebar__drawer-title {
    color: #001545;
    font-family: "rbt-semibold", sans-serif;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
  }

  .shop-sidebar__close {
    background: transparent;
    border: 0;
    padding: 4px;
    cursor: pointer;
    display: inline-flex;
  }
}

@media (max-width: 880px) {
  .shop-main__head {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .shop-main__meta {
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

@media (max-width: 768px) {
  .shop-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .shop-main__title {
    font-size: 18px;
  }

  .shop-main__count {
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  .shop-pagination__link {
    min-width: 20px;
    height: 20px;
    font-size: 13px;
  }
}

/*------------------------ Single Product Detail ------------------------*/
.sp-detail {
  padding: 40px 0 48px 0;
}

.sp-detail__grid {
  display: grid;
  grid-template-columns: 4fr 5fr 3fr;
  gap: 30px;
}

/* Col 1: Image */
.sp-detail__thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 4px;
  overflow: hidden;
  background: #FAFAFA;
}

.sp-detail__img {
  position: absolute;
  inset: 0;
  display: block;
  background: center/contain no-repeat;
  -webkit-user-drag: none;
  user-select: none;
}

.sp-detail__stamp {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  z-index: 2;
  -webkit-user-drag: none;
  user-select: none;
}

/* Col 2: Info */
.sp-detail__info {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.sp-detail__title {
  margin: 0;
  color: #424242;
  font-family: "rbt-semibold", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 135%;
  letter-spacing: 0.01em;
}

.sp-detail__hr {
  width: 48px;
  height: 2px;
  background: #EEEEEE;
  border: 0;
  margin: 0;
}

.sp-detail__price {
  color: #E3AE3A;
  font-family: "rbt-bold", sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 136%;
}

.sp-detail__price del {
  opacity: .5;
  font-size: 18px;
  margin-right: 8px;
}

.sp-detail__price ins {
  text-decoration: none;
}

.sp-detail__price .woocommerce-Price-amount {
  color: inherit;
  font-weight: inherit;
}

.sp-detail__price--contact {
  display: inline-block;
}

/* Specs */
.sp-detail__specs {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.sp-detail__spec-row {
  display: flex;
  align-items: baseline;
  gap: 6px;
}

.sp-detail__spec-label {
  color: #212121;
  font-family: "rbt-semibold", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.01em;
  flex-shrink: 0;
}

.sp-detail__spec-val {
  color: #212121;
  font-family: "rbt", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.01em;
}

/* Actions */
.sp-detail__actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.sp-detail__actions-row1 {
  display: flex;
  align-items: center;
  gap: 12px;
}

.sp-detail__qty-label {
  color: #212121;
  font-family: "rbt-medium", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 145%;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.sp-detail__qty-wrap {
  display: inline-flex;
  align-items: center;
  border: 1px solid #EEEEEE;
  border-radius: 4px;
  overflow: hidden;
  flex-shrink: 0;
}

.sp-detail__qty-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background: #FAFAFA;
  border: 0;
  cursor: pointer;
}

.sp-detail__qty-btn:hover {
  background: #F0F0F0;
}

.sp-detail__qty-input {
  width: 40px;
  border: 0;
  outline: 0;
  text-align: center;
  padding: 10px 0;
  background: #FFFFFF;
  color: #212121;
  font-family: "rbt-medium", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 145%;
  letter-spacing: 0.01em;
  -moz-appearance: textfield;
}

.sp-detail__qty-input::-webkit-outer-spin-button,
.sp-detail__qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.sp-detail__buy-btn {
  flex: 1;
  padding: 11px 20px;
  background: #E3AE3A;
  border: 0;
  border-radius: 4px;
  color: #FFFFFF;
  font-family: "rbt-medium", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 145%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color .2s ease;
}

.sp-detail__buy-btn:hover {
  background: #d4a030;
}

.sp-detail__buy-btn.is-loading {
  pointer-events: none;
  opacity: .7;
}

.sp-detail__contact-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  width: 100%;
  max-width: 100%;
  padding: 8px 0 8px 0;
  background: #001545;
  border-radius: 4px;
  text-align: center;
}

.sp-detail__contact-btn:hover {
  background: #002070;
}

.sp-detail__contact-main {
  color: #FFFFFF;
  font-family: "rbt-medium", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 145%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.sp-detail__contact-sub {
  color: #FFFFFF;
  font-family: "rbt", sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 136%;
}

/* Categories */
.sp-detail__cats {
  display: flex;
  align-items: baseline;
  gap: 6px;
  flex-wrap: nowrap;
}

.sp-detail__cats-label {
  min-width: 60px;
}

.sp-detail__cats-label,
.sp-detail__cats-list,
.sp-detail__cats-list a {
  color: #616161;
  font-family: "rbt", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 146%;
  letter-spacing: 0.01em;
}

.sp-detail__cats-list a {
  text-transform: uppercase;
}

.sp-detail__cats-list a:hover {
  color: #001545;
}

/* Share icons */
.sp-detail__share {
  display: flex;
  align-items: center;
  gap: 12px;
}

.sp-detail__share-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
  transition: opacity .2s ease;
}

.sp-detail__share-icon:hover {
  opacity: .7;
}

.sp-detail__share-icon svg {
  display: block;
}

/* Col 3: Aside boxes */
.sp-detail__aside {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.sp-aside-box {
  padding: 20px;
  border: 1px solid #EEEEEE;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.sp-aside-box__title {
  margin: 0;
  color: #001545;
  font-family: "rbt-semibold", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.01em;
}

.sp-aside-box__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.sp-aside-box__item {
  display: flex;
  align-items: flex-start;
  gap: 4px;
}

.sp-aside-box__item svg,
.sp-aside-box__item img {
  flex-shrink: 0;
  margin-top: 2px;
}

.sp-aside-box__item span {
  color: #424242;
  font-family: "rbt", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
  letter-spacing: 0.01em;
}

/* Toast */
.sp-toast {
  position: fixed;
  top: 20px;
  right: 20px;
  background: #FFFFFF;
  border: 1px solid #4CAF50;
  border-radius: 4px;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  z-index: 9999;
  font-family: "rbt-medium", sans-serif;
  font-size: 14px;
  color: #212121;
  animation: sp-toast-in .3s ease;
}

.sp-toast[hidden] {
  display: none !important;
}

@keyframes sp-toast-in {
  from {
    opacity: 0;
    transform: translateX(40px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Responsive */
@media (max-width: 1029px) {
  .sp-detail__grid {
    grid-template-columns: 5fr 7fr;
  }

  .sp-detail__aside {
    grid-column: 1 / -1;
    flex-direction: row;
  }

  .sp-aside-box {
    flex: 1;
  }
}

@media (max-width: 768px) {
  .sp-detail__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .sp-detail__title {
    font-size: 20px;
  }

  .sp-detail__price {
    font-size: 22px;
  }

  .sp-detail__aside {
    flex-direction: column;
  }
}

@media (max-width: 540px) {
  .sp-detail__actions-row1 {
    flex-wrap: wrap;
  }

  .sp-detail__buy-btn {
    flex: 1 1 100%;
  }
}

/*------------------------ Single Product — Description section ------------------------*/
.sp-desc-section {
  padding: 48px 0 0 0;
}

.sp-desc-section__grid {
  display: grid;
  grid-template-columns: 8fr 4fr;
  gap: 24px;
}

.sp-desc-section__main {
  display: flex;
  flex-direction: column;
  gap: 24px;
  min-width: 0;
}

.sp-desc-section__heading {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

/* Editor content */
.sp-desc-section__editor {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.sp-desc-section__editor h1,
.sp-desc-section__editor h2,
.sp-desc-section__editor h3,
.sp-desc-section__editor h4,
.sp-desc-section__editor h5,
.sp-desc-section__editor h6 {
  margin: 0;
  color: #212121;
  font-family: "rbt-medium", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 146%;
  letter-spacing: 0.01em;
}

.sp-desc-section__editor p,
.sp-desc-section__editor li,
.sp-desc-section__editor td,
.sp-desc-section__editor th {
  color: #424242;
  font-family: "rbt", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.01em;
}

.sp-desc-section__editor p {
  margin: 0;
}

.sp-desc-section__editor img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}

.sp-desc-section__editor table {
  width: 100%;
  border-collapse: collapse;
}

.sp-desc-section__editor table td,
.sp-desc-section__editor table th {
  border: 1px solid #EEEEEE;
  padding: 8px 12px;
}

.sp-desc-section__editor table th {
  background: #F5F5F5;
  font-family: "rbt-medium", sans-serif;
  font-weight: 500;
}

.sp-desc-section__editor ul,
.sp-desc-section__editor ol {
  margin: 0;
  padding-left: 20px;
}

/* Contact box */
.sp-contact-box {
  padding: 30px;
  border: 1px solid #EEEEEE;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 11px;
}

.sp-contact-box__t1 {
  margin: 0;
  color: #001545;
  font-family: "rbt-semibold", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.01em;
  text-align: center;
}

.sp-contact-box__t2 {
  margin: 0;
  color: #E3AE3A;
  font-family: "rbt-semibold", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 138%;
  letter-spacing: 0.01em;
  text-align: center;
}

.sp-contact-box__items {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 11px;
}

.sp-contact-box__row {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.sp-contact-box__row img {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.sp-contact-box__row span {
  color: #212121;
  font-family: "rbt-semibold", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.01em;
}

/* Sidebar (dùng chung .sidebar-box, .sidebar-featured) */
.sp-desc-section__sidebar {
  min-width: 0;
}

.sp-related {
  padding: 100px 0;
}

/* Responsive */
@media (max-width: 1029px) {
  .sp-desc-section__grid {
    grid-template-columns: 1fr;
  }

  .sp-related {
    padding: 60px 0;
  }
}

@media (max-width: 768px) {
  .sp-contact-box {
    padding: 20px;
  }

  .sp-contact-box__t2 {
    font-size: 16px;
  }
   .sp-related {
    padding: 40px 0;
  }
}

/* ══════════════════════════════════════
   Cart Page
   ══════════════════════════════════════ */
.woocommerce-cart .wp-block-woocommerce-cart {
  max-width: 1440px;
  margin: 0 auto;
  padding: 40px 0 80px 0;
  font-family: "rbt", sans-serif;
}

.woocommerce-cart .wc-block-components-sidebar-layout {
  display: grid !important;
  grid-template-columns: 8fr 4fr;
  gap: 24px;
  align-items: start;
}

.woocommerce-cart .wc-block-components-main {
  width: 100% !important;
  padding-right: 0 !important;
  min-width: 0;
}

.woocommerce-cart .wc-block-components-sidebar {
  width: 100% !important;
  min-width: 0;
}

/* ── Cart table ── */
.woocommerce-cart .wc-block-cart-items {
  border-collapse: collapse;
  width: 100%;
}

.woocommerce-cart .wc-block-cart-items__header th {
  font-family: "rbt-semibold", "rbt", sans-serif;
  font-size: 14px;
  color: #424242;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  padding: 12px 16px;
  border-bottom: 2px solid #1A2B5F;
}

.woocommerce-cart .wc-block-cart-items__row {
  border-bottom: 1px solid #E0E0E0;
}

.woocommerce-cart .wc-block-cart-item__image {
  width: 100px;
  padding: 16px 16px 16px 0;
}

.woocommerce-cart .wc-block-cart-item__image a {
  position: relative;
  display: block;
  width: 80px;
  height: 80px;
}

.woocommerce-cart .wc-block-cart-item__image a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../images/de-tem.png") center / contain no-repeat;
  pointer-events: none;
  z-index: 1;
  border-radius: 4px;
}

.woocommerce-cart .wc-block-cart-item__image img {
  border-radius: 4px;
  border: 1px solid #E0E0E0;
  width: 80px;
  height: 80px;
  object-fit: cover;
  display: block;
}

.woocommerce-cart .wc-block-components-product-name {
  font-family: "rbt-semibold", "rbt", sans-serif;
  font-size: 15px;
  color: #212121;
  text-decoration: none;
}

.woocommerce-cart .wc-block-components-product-name:hover {
  color: #E3AE3A;
}

.woocommerce-cart .wc-block-cart-item__prices .wc-block-components-product-price__value {
  font-family: "rbt-semibold", "rbt", sans-serif;
  font-size: 15px;
  color: #E3AE3A;
}

/* Quantity selector */
.woocommerce-cart .wc-block-components-quantity-selector {
  border: 1px solid #BDBDBD;
  border-radius: 4px;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
}

.woocommerce-cart .wc-block-components-quantity-selector__input {
  width: 48px;
  text-align: center;
  border: none;
  font-family: "rbt-medium", "rbt", sans-serif;
  font-size: 14px;
  color: #212121;
  background: #fff;
  padding: 6px 0;
  -moz-appearance: textfield;
}

.woocommerce-cart .wc-block-components-quantity-selector__input::-webkit-inner-spin-button,
.woocommerce-cart .wc-block-components-quantity-selector__input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.woocommerce-cart .wc-block-components-quantity-selector__button {
  background: #F5F5F5;
  border: none;
  width: 32px;
  height: 36px;
  cursor: pointer;
  font-size: 16px;
  color: #616161;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}

.woocommerce-cart .wc-block-components-quantity-selector__button:hover {
  background: #E0E0E0;
}

.woocommerce-cart .wc-block-components-quantity-selector__button--minus {
  border-right: 1px solid #BDBDBD;
}

.woocommerce-cart .wc-block-components-quantity-selector__button--plus {
  border-left: 1px solid #BDBDBD;
}

/* Remove link */
.woocommerce-cart .wc-block-cart-item__remove-link {
  background: none;
  border: none;
  cursor: pointer;
  color: #9E9E9E;
  padding: 4px;
  transition: color 0.2s;
}

.woocommerce-cart .wc-block-cart-item__remove-link:hover {
  color: #D32F2F;
}

.woocommerce-cart .wc-block-cart-item__remove-link svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

/* Total column */
.woocommerce-cart .wc-block-cart-item__total {
  padding: 16px;
  text-align: right;
  vertical-align: middle;
}

.woocommerce-cart .wc-block-cart-item__total .wc-block-components-product-price__value {
  font-family: "rbt-bold", "rbt", sans-serif;
  font-size: 16px;
  color: #1A2B5F;
}

/* ── Cart sidebar / totals ── */
.woocommerce-cart .wc-block-cart__sidebar {
  background: #F9F9F9;
  border-radius: 8px;
  padding: 28px 24px;
  border: 1px solid #E0E0E0;
}

.woocommerce-cart .wc-block-cart__totals-title {
  font-family: "rbt-bold", "rbt", sans-serif;
  font-size: 18px;
  color: #1A2B5F;
  text-transform: uppercase;
  margin: 0 0 20px;
  padding-bottom: 16px;
  border-bottom: 2px solid #1A2B5F;
}

/* Coupon */
.woocommerce-cart .wc-block-components-totals-coupon .wc-block-components-panel__button {
  font-family: "rbt-medium", "rbt", sans-serif;
  font-size: 14px;
  color: #616161;
  cursor: pointer;
}

.woocommerce-cart .wc-block-components-totals-coupon .wc-block-components-panel__content input {
  border: 1px solid #BDBDBD;
  border-radius: 4px;
  padding: 10px 14px;
  font-family: "rbt", sans-serif;
  font-size: 14px;
}

.woocommerce-cart .wc-block-components-totals-coupon .wc-block-components-panel__content button {
  background: #1A2B5F;
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 10px 20px;
  font-family: "rbt-semibold", "rbt", sans-serif;
  font-size: 14px;
  cursor: pointer;
  transition: background 0.2s;
}

.woocommerce-cart .wc-block-components-totals-coupon .wc-block-components-panel__content button:hover {
  background: #142249;
}

/* Totals row */
.woocommerce-cart .wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
  font-family: "rbt-semibold", "rbt", sans-serif;
  font-size: 16px;
  color: #212121;
}

.woocommerce-cart .wc-block-components-totals-footer-item .wc-block-components-totals-footer-item-tax-value {
  font-family: "rbt-bold", "rbt", sans-serif;
  font-size: 20px;
  color: #E3AE3A;
}

/* Checkout button */
.woocommerce-cart .wc-block-cart__submit-button {
  background: #1A2B5F !important;
  color: #fff !important;
  border: none !important;
  border-radius: 4px !important;
  padding: 14px 24px !important;
  font-family: "rbt-bold", "rbt", sans-serif !important;
  font-size: 15px !important;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  cursor: pointer;
  transition: background 0.2s;
  width: 100%;
  text-align: center;
  text-decoration: none;
}

.woocommerce-cart .wc-block-cart__submit-button:hover {
  background: #142249 !important;
}

/* ── Cart page responsive ── */
@media (max-width: 1280px) {
  .woocommerce-cart .wp-block-woocommerce-cart {
    padding: 32px 0 60px 0;
  }
}

@media (max-width: 1029px) {
  .woocommerce-cart .wp-block-woocommerce-cart {
    padding: 24px 0 48px 0;
  }
}

@media (max-width: 768px) {
  .woocommerce-cart .wp-block-woocommerce-cart {
    padding: 20px 0 40px 0;
  }

  .woocommerce-cart .wc-block-components-sidebar-layout {
    grid-template-columns: 1fr !important;
  }

  .woocommerce-cart .wc-block-cart-items__header {
    display: none;
  }

  .woocommerce-cart .wc-block-cart-item__image {
    width: 72px;
  }

  .woocommerce-cart .wc-block-cart-item__image a {
    width: 64px;
    height: 64px;
  }

  .woocommerce-cart .wc-block-cart-item__image img {
    width: 64px;
    height: 64px;
  }

  .woocommerce-cart .wc-block-components-product-name {
    font-size: 14px;
  }

  .woocommerce-cart .wc-block-cart__sidebar {
    padding: 20px 16px;
  }

  .woocommerce-cart .wc-block-cart__totals-title {
    font-size: 16px;
  }
}

/* Hide default WooCommerce Blocks "New in store" products on empty cart */
.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid {
  display: none !important;
}

/* Empty cart custom suggest section */
.cart-suggest {
  padding: 0 0 60px;
}

.cart-suggest__title {
  font-family: "rbt-bold", "rbt", sans-serif;
  font-size: 20px;
  color: #1A2B5F;
  text-transform: uppercase;
  margin: 0 0 24px;
}

.cart-suggest__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

@media (max-width: 1029px) {
  .cart-suggest__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .cart-suggest__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .cart-suggest {
    padding: 0 0 40px;
  }
}

/* ══════════════════════════════════════
   Checkout Page
   ══════════════════════════════════════ */
.woocommerce-checkout .wp-block-woocommerce-checkout {
  max-width: 1440px;
  margin: 0 auto;
  padding: 40px 0 60px 0;
  font-family: "rbt", sans-serif;
  color: #424242;
}

.woocommerce-checkout .wc-block-components-sidebar-layout {
  display: grid !important;
  grid-template-columns: 8fr 4fr;
  gap: 32px;
  align-items: start;
}

.woocommerce-checkout .wc-block-components-main {
  width: 100% !important;
  padding-right: 0 !important;
  min-width: 0;
}

.woocommerce-checkout .wc-block-components-sidebar {
  width: 100% !important;
  min-width: 0;
}

/* Section heading */
.woocommerce-checkout .wc-block-components-checkout-step__title,
.woocommerce-checkout .wc-block-components-title {
  font-family: "rbt-semibold", "rbt", sans-serif !important;
  font-size: 18px !important;
  color: #1A2B5F !important;
  font-weight: 600 !important;
  letter-spacing: 0.01em;
}

.woocommerce-checkout .wc-block-components-checkout-step {
  padding: 24px 0 !important;
  border-bottom: 1px solid #EEEEEE;
}

.woocommerce-checkout .wc-block-components-checkout-step:first-child {
  padding-top: 0 !important;
}

.woocommerce-checkout .wc-block-components-checkout-step:last-child {
  border-bottom: none;
}

/* Form inputs - floating label pattern */
.woocommerce-checkout .wc-block-components-text-input,
.woocommerce-checkout .wc-blocks-components-select {
  position: relative;
}

.woocommerce-checkout .wc-block-components-text-input input,
.woocommerce-checkout .wc-blocks-components-select__select {
  border: 1px solid #E0E0E0 !important;
  border-radius: 4px !important;
  padding: 22px 14px 8px !important;
  font-family: "rbt", sans-serif !important;
  font-size: 14px !important;
  color: #212121 !important;
  background: #fff !important;
  transition: border-color 0.2s !important;
  height: 56px !important;
  box-sizing: border-box !important;
  width: 100% !important;
  line-height: 1.2 !important;
}

.woocommerce-checkout .epal-vn-select {
  border: 1px solid #E0E0E0 !important;
  border-radius: 4px !important;
  padding: 12px 14px !important;
  font-family: "rbt", sans-serif !important;
  font-size: 14px !important;
  color: #212121 !important;
  background: #fff !important;
  transition: border-color 0.2s !important;
  height: 48px !important;
  box-sizing: border-box !important;
  width: 100% !important;
}

.woocommerce-checkout .wc-block-components-text-input input:focus,
.woocommerce-checkout .wc-blocks-components-select__select:focus,
.woocommerce-checkout .epal-vn-select:focus {
  border-color: #E3AE3A !important;
  outline: none !important;
  box-shadow: 0 0 0 2px rgba(227, 174, 58, 0.15) !important;
}

/* Floating label — nằm giữa input khi trống, thu nhỏ lên trên khi có value/focus */
.woocommerce-checkout .wc-block-components-text-input label,
.woocommerce-checkout .wc-blocks-components-select__label {
  position: absolute !important;
  left: 14px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  transform-origin: left top !important;
  font-family: "rbt", sans-serif !important;
  font-size: 14px !important;
  color: #9E9E9E !important;
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
  pointer-events: none;
  transition: transform 0.15s ease, color 0.15s ease, font-size 0.15s ease;
  max-width: calc(100% - 28px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Select luôn có value → label luôn ở trên */
.woocommerce-checkout .wc-blocks-components-select__label {
  top: 10px !important;
  transform: translateY(0) !important;
  font-size: 11px !important;
  color: #757575 !important;
}

.woocommerce-checkout .wc-block-components-text-input.is-active label,
.woocommerce-checkout .wc-block-components-text-input:focus-within label,
.woocommerce-checkout .wc-block-components-text-input input:not(:placeholder-shown) ~ label {
  top: 10px !important;
  transform: translateY(0) !important;
  font-size: 11px !important;
  color: #757575 !important;
}

.woocommerce-checkout .wc-block-components-text-input:focus-within label,
.woocommerce-checkout .wc-blocks-components-select:focus-within .wc-blocks-components-select__label {
  color: #E3AE3A !important;
}

/* Notice text */
.woocommerce-checkout .wc-block-checkout__guest-checkout-notice {
  font-size: 13px;
  color: #9E9E9E;
  margin: 8px 0 0;
  font-family: "rbt", sans-serif;
}

/* Address card edit link */
.woocommerce-checkout .wc-block-components-address-card__edit {
  color: #E3AE3A !important;
  font-family: "rbt-medium", "rbt", sans-serif !important;
  font-size: 13px !important;
  text-decoration: none !important;
}

.woocommerce-checkout .wc-block-components-address-card__edit:hover {
  color: #c99328 !important;
}

/* Additional address link */
.woocommerce-checkout .wc-block-components-address-form__address_2-toggle {
  color: #E3AE3A !important;
  font-family: "rbt-medium", "rbt", sans-serif !important;
  font-size: 13px !important;
  background: none !important;
  border: none !important;
  padding: 0 !important;
  cursor: pointer;
  margin-top: 4px !important;
}

/* Payment section */
.woocommerce-checkout .wc-block-components-notice-banner {
  border-radius: 4px !important;
  font-family: "rbt", sans-serif !important;
  font-size: 14px !important;
}

/* Checkbox / Order note */
.woocommerce-checkout .wc-block-components-checkbox__label {
  font-family: "rbt", sans-serif !important;
  font-size: 14px !important;
  color: #424242 !important;
}

.woocommerce-checkout .wc-block-components-checkbox__mark {
  border: 1px solid #BDBDBD !important;
  border-radius: 3px !important;
}

/* Terms */
.woocommerce-checkout .wc-block-checkout__terms {
  font-size: 13px;
  color: #757575;
  padding-top: 16px;
}

.woocommerce-checkout .wc-block-checkout__terms a {
  color: #E3AE3A;
  text-decoration: none;
}

/* Place order button */
.woocommerce-checkout .wc-block-components-checkout-place-order-button {
  background: #1A2B5F !important;
  color: #fff !important;
  border: none !important;
  border-radius: 4px !important;
  padding: 16px 24px !important;
  font-family: "rbt-bold", "rbt", sans-serif !important;
  font-size: 15px !important;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  cursor: pointer;
  transition: background 0.2s;
  width: 100%;
}

.woocommerce-checkout .wc-block-components-checkout-place-order-button:hover {
  background: #142249 !important;
}

/* ── Sidebar (order summary) ── */
.woocommerce-checkout .wc-block-components-sidebar {
  background: #F9F9F9;
  border: 1px solid #E0E0E0;
  border-radius: 8px;
  padding: 24px 20px;
  position: sticky;
  top: 20px;
}

.woocommerce-checkout .wc-block-components-order-summary__title,
.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-heading-block {
  font-family: "rbt-bold", "rbt", sans-serif !important;
  font-size: 16px !important;
  color: #1A2B5F !important;
  text-transform: uppercase;
  margin: 0 0 16px !important;
  padding-bottom: 12px;
  border-bottom: 2px solid #1A2B5F;
  letter-spacing: 0.02em;
}

/* Order summary item */
.woocommerce-checkout .wc-block-components-order-summary-item {
  padding: 12px 0 !important;
  border-bottom: 1px solid #EEEEEE;
}

.woocommerce-checkout .wc-block-components-order-summary-item__image {
  position: relative;
  width: 56px;
  height: 56px;
  flex-shrink: 0;
  overflow: visible !important;
}

.woocommerce-checkout .wc-block-components-order-summary-item__image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 56px;
  height: 56px;
  background: url("../images/de-tem.png") center / 100% 100% no-repeat;
  pointer-events: none;
  z-index: 1;
  border-radius: 4px;
}

.woocommerce-checkout .wc-block-components-order-summary-item__quantity {
  position: absolute !important;
  top: -8px !important;
  right: -8px !important;
  z-index: 3 !important;
  width: 22px !important;
  height: 22px !important;
  min-width: 22px !important;
  line-height: 22px !important;
  padding: 0 !important;
  text-align: center;
  border-radius: 50% !important;
  font-size: 12px !important;
}

.woocommerce-checkout .wc-block-components-order-summary-item__image img {
  border-radius: 4px;
  border: 1px solid #E0E0E0;
  width: 56px !important;
  height: 56px !important;
  min-width: 56px !important;
  max-width: 56px !important;
  object-fit: cover !important;
  display: block !important;
  aspect-ratio: 1 / 1 !important;
}

.woocommerce-checkout .wc-block-components-product-name {
  font-family: "rbt-semibold", "rbt", sans-serif !important;
  font-size: 14px !important;
  color: #212121 !important;
  line-height: 1.4;
}

.woocommerce-checkout .wc-block-components-order-summary-item .wc-block-components-product-price__value {
  font-family: "rbt-semibold", "rbt", sans-serif !important;
  font-size: 14px !important;
  color: #E3AE3A !important;
}

.woocommerce-checkout .wc-block-components-order-summary-item__quantity {
  background: #1A2B5F !important;
  color: #fff !important;
  font-family: "rbt-semibold", "rbt", sans-serif !important;
  border: none !important;
}

.woocommerce-checkout .wc-block-components-order-summary-item__description p {
  font-size: 12px;
  color: #9E9E9E;
  margin: 4px 0 0;
  font-family: "rbt", sans-serif;
}

/* Totals rows */
.woocommerce-checkout .wc-block-components-totals-item {
  padding: 10px 0 !important;
}

.woocommerce-checkout .wc-block-components-totals-item__label {
  font-family: "rbt", sans-serif !important;
  font-size: 14px !important;
  color: #616161 !important;
}

.woocommerce-checkout .wc-block-components-totals-item__value {
  font-family: "rbt-semibold", "rbt", sans-serif !important;
  font-size: 14px !important;
  color: #212121 !important;
}

.woocommerce-checkout .wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
  font-family: "rbt-bold", "rbt", sans-serif !important;
  font-size: 16px !important;
  color: #1A2B5F !important;
  text-transform: uppercase;
}

.woocommerce-checkout .wc-block-components-totals-footer-item .wc-block-components-totals-footer-item-tax-value,
.woocommerce-checkout .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
  font-family: "rbt-bold", "rbt", sans-serif !important;
  font-size: 20px !important;
  color: #E3AE3A !important;
}

/* Payment methods */
.woocommerce-checkout .wc-block-components-payment-method-label {
  font-family: "rbt-medium", "rbt", sans-serif !important;
  font-size: 14px !important;
  color: #212121 !important;
}

/* Custom VN address selects: hide postcode + city, JS will insert province+ward selects */
.woocommerce-checkout .wc-block-components-address-form__postcode {
  display: none !important;
}

.woocommerce-checkout .wc-block-components-address-form__city {
  order: 100;
  visibility: hidden;
  position: absolute;
  height: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
  pointer-events: none;
}

/* Custom VN selects wrapper */
.epal-vn-address {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 12px 0 0;
}

.epal-vn-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.epal-vn-field label {
  font-family: "rbt", sans-serif;
  font-size: 13px;
  color: #757575;
}

.epal-vn-select {
  appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none'><path d='M5 8l5 5 5-5' stroke='%239E9E9E' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 20px;
  padding-right: 40px !important;
  cursor: pointer;
}

.epal-vn-select:disabled {
  background-color: #F5F5F5 !important;
  color: #9E9E9E !important;
  cursor: not-allowed;
}
.wp-block-woocommerce-checkout-order-summary-block {
  border: none !important;
}
.wc-block-components-order-summary .wc-block-components-order-summary-item__total-price {
  display: none !important;
}
.wc-block-components-order-summary {
  padding: 0;
}
.wc-block-components-form .wc-block-components-checkout-step {
  margin: 0;
}

.wc-block-components-radio-control .wc-block-components-radio-control__input:focus,
.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:focus {
  outline: unset !important;
}
/* Checkout responsive */
@media (max-width: 1280px) {
  .woocommerce-checkout .wp-block-woocommerce-checkout {
    padding: 32px 0 40px 0;
  }
}

@media (max-width: 1029px) {
  .woocommerce-checkout .wp-block-woocommerce-checkout {
    padding: 24px 0 20px 0;
  }
}

@media (max-width: 768px) {
  .woocommerce-checkout .wp-block-woocommerce-checkout {
    padding: 20px 0 16px 0;
  }
  .woocommerce-checkout .wc-block-components-checkout-step {
    padding: 0 !important;
  }
  .woocommerce-checkout .wc-block-components-sidebar-layout {
    gap: 12px;
  }
  .woocommerce-checkout .wc-block-components-sidebar {
    margin-bottom: 0;
  }

  .woocommerce-checkout .wc-block-components-sidebar-layout {
    grid-template-columns: 1fr !important;
  }

  .woocommerce-checkout .wc-block-components-sidebar {
    position: static;
    padding: 20px 16px;
  }

  .epal-vn-address {
    grid-template-columns: 1fr;
  }
  .wc-block-components-title.wc-block-components-title,
  .wc-block-components-checkbox {
    margin-top: 20px;
  }
  .woocommerce-checkout .wc-block-components-totals-item {
    padding: 10px !important;
  }
}