.hero-content {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 40px;
  width: 100%;
}

.hero-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(232, 92, 13, 0.15);
  border: 1px solid rgba(232, 92, 13, 0.4);
  color: #e85c0d;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  width: fit-content;
  max-width: 100%;
  margin-left: 0 !important;
  margin-right: auto !important;
}

h1 {
  font-size: 52px;
  font-weight: 900;
  line-height: 1.1;
  color: #fff;
  max-width: 640px;
  margin-bottom: 20px;
  letter-spacing: -1px;
}

h1 span {
  color: #e85c0d;
}

.hero-sub {
  font-size: 16px;
  color: #b0bec5;
  line-height: 1.6;
  max-width: 520px;
  margin-bottom: 36px;
}

.hero-badge p {
  margin: 0 !important;
  line-height: 1.4;
}

.hero-badge::before {
  content: '●';
  font-size: 14px;
  line-height: 1;
  display: block;
}

.row-btn {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}

.row-btn > .col {
  width: auto !important;
  max-width: none !important;
  flex: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.casitek-btn-data-center .text,
.casitek-btn-data-center .arrow {
  min-height: 44px !important;
  border-radius: 6px !important;
  font-size: 14px !important;
}

.casitek-btn-data-center .text {
  padding: 0 24px !important;
}

.btn-outline-home {
  margin: 0 !important;
  min-height: 44px !important;
  padding: 0 24px !important;
  border: 1.5px solid rgba(255, 255, 255, 0.25) !important;
  border-radius: 6px !important;
  background-color: transparent !important;
  color: #ffffff !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  text-transform: none !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.btn-outline-home:hover {
  border-color: #ffffff !important;
  background-color: rgba(255, 255, 255, 0.05) !important;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-right: 32px;
  margin-right: 32px;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.trust-item:last-child {
  border-right: none;
}

.trust-icon {
  color: #e85c0d;
  font-size: 18px;
}

.trust-label {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}

.trust-sub {
  color: #78909c;
  font-size: 11px;
  text-align: start;
}

.casitek-border-left p {
  border-left: 4px solid #f36f21;
  padding-left: 24px;
  text-align: left;
  margin-bottom: 40px;
}

.btn-products .casitek-btn {
  width: auto;
  justify-content: center;
}

.btn-products .casitek-btn .text {
  padding: 0 160px !important;
}

a.btn-outline-products {
  color: #f36f21 !important;
  border: 2px solid #f36f21;
  background-color: transparent;
  border-radius: 99px;
  padding: 10px 24px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-transform: none;
  text-decoration: none;
  transition: all 0.3s ease;
}

a.btn-outline-products:hover {
  background-color: #f36f21 !important;
  color: #ffffff !important;
  border-color: #f36f21;
}

a.btn-outline-products i {
  font-size: 20px;
}

.casitek-tab-id .nav-line-bottom > li > a::after,
.casitek-tab-id .nav-line-bottom > li > a::before {
  display: none !important;
}

.casitek-tab-id .nav {
  border-bottom: none !important;
  gap: 10px;
  align-items: flex-end;
}

.casitek-tab-id .nav > li {
  margin: 0 !important;
}

.casitek-tab-id .nav > li > a {
  background-color: transparent !important;
  color: #64748b !important;
  text-transform: none !important;
  font-weight: 600 !important;
  font-size: 15px !important;
  padding: 16px 28px !important;
  border: none !important;
  border-bottom: 3px solid transparent !important;
  transition: all 0.3s ease;
}

.casitek-tab-id .nav > li > a:hover {
  color: #f36f21 !important;
}

.casitek-tab-id .nav > li.active > a {
  background-color: #ffffff !important;
  color: #f36f21 !important;
  border-bottom: 3px solid #f36f21 !important;
}

.tab-banner-content {
  border-radius: 16px !important;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.tab-banner-content .overlay {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.8) 100%) !important;
}

.tab-banner-content .text-box {
  width: 100% !important;
  padding: 0 30px 0px 30px !important;
}

.tab-banner-content h4 {
  font-size: 11px !important;
  letter-spacing: 2px;
  margin-bottom: 5px;
  color: rgba(255, 255, 255, 0.7) !important;
}

.tab-banner-content h3 {
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 0;
  text-transform: none !important;
}

.tab-banner-content a.btn-outline-white {
  color: #ffffff !important;
  border: 1px solid #ffffff;
  background-color: transparent;
  border-radius: 99px;
  padding: 10px 24px;
  font-size: 12px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-transform: none;
  text-decoration: none;
  transition: all 0.3s ease;
}

.tab-banner-content a.btn-outline-white:hover {
  background-color: #ffffff !important;
  color: #f36f21 !important;
  box-shadow: none !important;
  opacity: 1 !important;
}

.best-in-class-service {
  border-radius: 16px !important;
  overflow: hidden !important;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.casitek-about-stats {
  margin-bottom: 0 !important;
}

.casitek-about-stats .col-inner {
  padding: 10px 0 !important;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.casitek-about-stats .col:last-child .col-inner {
  border-right: none;
}

.casitek-about-stats .casitek-count-up {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  margin-bottom: 5px !important;
  line-height: 1 !important;
}

.casitek-about-stats .casitek-count-up + p {
  font-size: 13px !important;
  color: rgba(255, 255, 255, 0.7) !important;
  margin-bottom: 0 !important;
  line-height: 1.4 !important;
  text-transform: none !important;
}

.casitek-shop-toolbar {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  padding: 0 0 15px 0 !important;
  margin-bottom: 20px !important;
  border-bottom: 1px solid #e2e8f0;
}

.casitek-shop-toolbar .category-title {
  font-size: 24px !important;
  font-weight: 800 !important;
  color: #13172c !important;
  margin-bottom: 0 !important;
  text-transform: uppercase;
}

.casitek-shop-toolbar .toolbar-right {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 15px !important;
}

.casitek-shop-toolbar .sort-label {
  color: #64748b;
  font-size: 14px;
  font-weight: 500;
}

.casitek-shop-toolbar .casitek-sort-select {
  width: auto !important;
  min-width: 150px;
  height: 40px !important;
  margin: 0 !important;
  padding: 0 30px 0 15px !important;
  border: 1px solid #cbd5e1 !important;
  border-radius: 4px !important;
  color: #64748b !important;
  font-size: 14px !important;
  background-color: #ffffff !important;
  box-shadow: none !important;
}

.casitek-shop-toolbar .casitek-sort-select:focus {
  border-color: #f36f21 !important;
}

.casitek-shop-toolbar .view-toggles {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 8px !important;
  margin-left: 10px !important;
}

.casitek-shop-toolbar .view-btn {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 4px !important;
  margin: 0 !important;
  color: #94a3b8 !important;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.casitek-shop-toolbar .view-btn:hover,
.casitek-shop-toolbar .view-btn.active {
  color: #13172c !important;
}

.casitek-sidebar-filter {
  margin-bottom: 30px;
  scroll-margin-top: 100px;
}

.casitek-sidebar-filter .filter-label {
  font-size: 13px !important;
  font-weight: 600 !important;
  color: #64748b !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  display: block !important;
  margin-bottom: 15px !important;
}

.casitek-sidebar-filter .filter-group {
  border: 1px solid #e2e8f0 !important;
  border-radius: 4px !important;
  overflow: hidden !important;
}

.casitek-sidebar-filter .filter-header {
  background-color: #f36f21 !important;
  padding: 15px 20px !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  cursor: pointer;
}

.casitek-sidebar-filter .filter-header h3 {
  margin: 0 !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #ffffff !important;
}

.casitek-sidebar-filter .filter-header .toggle-icon {
  color: #ffffff !important;
  font-size: 18px !important;
}

.casitek-sidebar-filter .filter-list {
  list-style: none !important;
  margin: 0 !important;
  padding: 20px !important;
  background: #ffffff !important;
  max-height: 400px;
  overflow-y: auto;
}

.casitek-sidebar-filter .filter-list::-webkit-scrollbar {
  width: 6px;
}
.casitek-sidebar-filter .filter-list::-webkit-scrollbar-track {
  background: #f1f5f9;
  border-radius: 4px;
}
.casitek-sidebar-filter .filter-list::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 4px;
}
.casitek-sidebar-filter .filter-list::-webkit-scrollbar-thumb:hover {
  background: #94a3b8;
}

.casitek-sidebar-filter .filter-list li {
  list-style: none !important;
  margin-bottom: 15px !important;
  padding-left: 0 !important;
}

/* Xóa các icon list mặc định của Flatsome nếu có */
.casitek-sidebar-filter .filter-list li::before {
  display: none !important;
}

.casitek-sidebar-filter .filter-list li:last-child {
  margin-bottom: 0 !important;
}

/* ========================================================
   Custom Checkbox
======================================================== */
.casitek-sidebar-filter .filter-list label {
  display: flex !important;
  align-items: flex-start !important;
  cursor: pointer !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #475569 !important;
  line-height: 1.4 !important;
  text-transform: uppercase !important;
  margin: 0 !important;
}

/* Ẩn checkbox vuông mặc định xấu xí của trình duyệt */
.casitek-sidebar-filter .filter-list input[type='checkbox'] {
  display: none !important;
}

/* Vẽ ô checkbox giả (checkmark) */
.casitek-sidebar-filter .filter-list .checkmark {
  min-width: 18px !important;
  height: 18px !important;
  border: 2px solid #cbd5e1 !important;
  border-radius: 4px !important;
  margin-right: 12px !important;
  margin-top: 2px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background-color: #ffffff !important;
  transition: all 0.2s ease;
}

/* Trạng thái khi được check/active */
.casitek-sidebar-filter .filter-list input[type='checkbox']:checked + .checkmark {
  background-color: #f36f21 !important;
  border-color: #f36f21 !important;
}

/* Vẽ dấu tick trắng bên trong ô màu cam */
.casitek-sidebar-filter .filter-list input[type='checkbox']:checked + .checkmark::after {
  content: '✓' !important;
  color: white !important;
  font-size: 12px !important;
  font-weight: bold !important;
}

/* Đổi màu chữ khi danh mục đang active */
.casitek-sidebar-filter .filter-list li.active label {
  color: #f36f21 !important;
}

/* ========================================================
   CSS CHO CHẾ ĐỘ LƯỚI (GRID VIEW - CHUẨN FIGMA)
======================================================== */

/* 1. Tạo hình dáng Card (Bo góc 10px, padding 16px, nền trắng) */
.casitek-shop-section .product-small .box {
  background-color: #ffffff !important;
  border-radius: 10px !important;
  padding: 16px !important;
  border: none !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);

  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* Hiệu ứng hover nổi Card lên */
.casitek-shop-section .product-small .box:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transform: translateY(-3px);
}

/* Khoảng cách giữa ảnh và chữ (Gap: 15px) */
.casitek-shop-section .product-small .box-image {
  margin-bottom: 15px !important;
}

/* 2. Cấu trúc phần Text (chứa Title và Arrow) */
.casitek-shop-section .product-small .box-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 !important;
}

.casitek-shop-section .product-small .title-wrapper {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  width: 100% !important;
  margin-top: 0 !important;
}

/* Xóa gạch ngang mặc định của Flatsome (Divider) */
.casitek-shop-section .product-small .is-divider {
  display: none !important;
}

/* 3. Định dạng Font chữ Tiêu đề (Plus Jakarta Sans, 16px, 800) */
.casitek-shop-section .product-small .product-title {
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  color: #1a1a2e !important;
  line-height: 1.2 !important;
  margin-bottom: 0 !important;
  text-align: left !important;
  padding-right: 15px !important;

  width: auto !important;
}

.casitek-shop-section .product-small .product-title a {
  color: #1a1a2e !important;
}

/* 4. Vẽ icon mũi tên màu xanh #003087 y hệt HTML Figma bằng mã SVG */
.casitek-shop-section .product-small .title-wrapper::after {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  flex-shrink: 0;

  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 4L10 8L6 12' stroke='%23003087' stroke-width='1.67' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.2s ease;
}

/* Hover thì mũi tên nhích nhẹ sang phải cho sinh động */
.casitek-shop-section .product-small .box:hover .title-wrapper::after {
  transform: translateX(4px);
}

/* ========================================================
   CSS CHO CHẾ ĐỘ LIST VIEW (Giao diện danh sách tối giản)
======================================================== */

/* 1. Ép các cột thành 100% chiều ngang */
.casitek-shop-section .casitek-list-layout > .col {
  max-width: 100% !important;
  flex-basis: 100% !important;
  width: 100% !important;
  padding-bottom: 0 !important;
}

/* 2. Xóa bỏ hoàn toàn khung viền, nền, bóng đổ của thẻ Grid cũ */
.casitek-shop-section .casitek-list-layout .box {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  padding: 15px !important;
  margin: 10px 0 !important;
  background-color: #fff !important;
  border: none !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  transform: none !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03) !important;
}

/* Ẩn đường kẻ ở sản phẩm cuối cùng */
.casitek-shop-section .casitek-list-layout > .col:last-child .box {
  border-bottom: none !important;
}

/* 3. Thu nhỏ hình ảnh theo chuẩn thiết kế mới */
.casitek-shop-section .casitek-list-layout .box-image {
  width: 70px !important;
  min-width: 70px !important;
  margin-right: 40px !important;
  margin-bottom: 0 !important;
}

/* 4. Khung chứa chữ dàn đều chiếm hết phần còn lại */
.casitek-shop-section .casitek-list-layout .box-text {
  flex: 1 !important;
  padding: 0 !important;
  text-align: left !important;
}

/* 5. Căn chỉnh tiêu đề sang trái, đẩy mũi tên sang tận cùng bên phải */
.casitek-shop-section .casitek-list-layout .title-wrapper {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  width: 100% !important;
  margin-top: 0 !important;
}

/* 6. Chữ tiêu đề to và đậm hơn để giống Figma */
.casitek-shop-section .casitek-list-layout .product-title {
  font-size: 18px !important;
  font-weight: 800 !important;
  color: #13172c !important;
  width: auto !important;
}

/* Hiệu ứng nhích mũi tên khi hover (giữ nguyên nhưng tinh chỉnh lại khoảng cách) */
.casitek-shop-section .casitek-list-layout .box:hover .title-wrapper::after {
  transform: translateX(5px);
}

/* ========================================================
   CSS CHO SECTION FAQ (ACCORDION)
======================================================== */

.casitek-faq-section ul li {
  list-style: none !important;
}

.casitek-faq-section .accordion {
  margin-top: 30px;
  border-top: 1px solid #f0f0f0;
}

.casitek-faq-section .accordion-item {
  margin-bottom: 0 !important;
}

.accordion-title.active {
  background-color: #f36f21 !important;
  color: #fff !important;
  font-weight: bold !important;
}

.casitek-faq-section .accordion-title {
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #13172c;
  padding: 20px 25px !important;
  background-color: transparent;
  border: none !important;
  border-bottom: 1px solid #f0f0f0 !important;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.casitek-faq-section .accordion-title::before,
.casitek-faq-section .accordion-title .icon-angle-down,
.casitek-faq-section .accordion-title .toggle-icon {
  display: none !important;
}

/* Vẽ Icon tròn (Arrow Right) cho trạng thái chưa mở */
.casitek-faq-section .accordion-title::after {
  content: '';
  display: block !important;
  width: 32px;
  height: 32px;
  background-color: #f1f5f9;

  border-radius: 50%;
  flex-shrink: 0;
  margin-left: 15px;

  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 4L10 8L6 12' stroke='%2364748B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
}

/* 2. Trạng thái Active (Mở) - Tiêu đề chuyển sang màu cam */
.casitek-faq-section .accordion-item.active .accordion-title {
  background-color: #f36f21 !important;
  color: #ffffff !important;
  border-bottom-color: #f36f21 !important;
}

.casitek-faq-section .accordion-item.active .accordion-title::after {
  background-color: rgba(255, 255, 255, 0.2);
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 6L8 10L12 6' stroke='%23FFFFFF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

/* 3. Phần nội dung (Content Panel) khi thả xuống */
.casitek-faq-section .accordion-inner {
  background-color: #fcf6f3 !important;

  border-left: 4px solid #f36f21 !important;

  padding: 25px !important;
  margin: 0 !important;
  color: #475569 !important;
  font-size: 15px !important;
  line-height: 1.6 !important;
  border-bottom: 1px solid #f0f0f0 !important;
}

/* ========================================================
   RESPONSIVE DESIGN (TABLET & MOBILE)
======================================================== */

@media (max-width: 1024px) {
  .tab-banner-content p {
    font-size: 12px;
  }

  .btn-products .casitek-btn .text {
    padding: 0 100px !important;
  }
}

@media (max-width: 849px) {
  /* Hero Section */
  .hero-content {
    padding: 60px 20px;
  }

  h1 {
    font-size: 40px;
  }

  .btn-products .casitek-btn .text {
    padding: 0 40px !important;
  }

  .trust-item {
    padding-right: 15px;
    margin-right: 15px;
  }

  /* Tabs */
  .casitek-tab-id .nav > li > a {
    padding: 12px 16px !important;
    font-size: 14px !important;
  }

  .casitek-tab-id .nav {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 5px;
  }

  .casitek-tab-id .nav::-webkit-scrollbar {
    display: none;
  }

  /* Toolbar */
  .casitek-shop-toolbar {
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: space-between !important;
  }

  .casitek-shop-toolbar .category-title {
    font-size: 18px !important;
    width: auto !important;
    margin: 0 !important;
    white-space: nowrap;
  }

  .casitek-shop-toolbar .toolbar-right {
    width: auto !important;
    margin-top: 0 !important;
    justify-content: flex-end !important;
  }

  .casitek-shop-toolbar .casitek-sort-select {
    min-width: 120px !important;
    font-size: 13px !important;
  }

  /* Grid layout */
  .casitek-shop-section .product-small .box {
    padding: 10px !important;
  }

  .casitek-shop-section .product-small .product-title {
    font-size: 13px !important;
  }

  .casitek-shop-section .product-small .title-wrapper::after {
    width: 14px;
    height: 14px;
  }

  /* Sidebar */
  .casitek-sidebar-filter .filter-list label {
    font-size: 12px !important;
  }

  .casitek-sidebar-filter .filter-list .checkmark {
    min-width: 16px !important;
    height: 16px !important;
    margin-right: 8px !important;
  }

  /* List layout */
  .casitek-shop-section .casitek-list-layout .box-image {
    margin-right: 20px !important;
  }

  /* About Stats */
  .casitek-about-stats .col-inner {
    border-right: 1px solid rgba(255, 255, 255, 0.15) !important;
    border-bottom: none !important;
  }

  .casitek-about-stats .col:last-child .col-inner {
    border-right: none !important;
  }

  .casitek-about-stats .casitek-count-up {
    font-size: 14px !important;
    white-space: normal;
  }

  .casitek-about-stats .casitek-count-up + p {
    font-size: 10px !important;
    line-height: 1.2 !important;
  }

  .tab-banner-content p {
    font-size: 11px;
  }

  .tab-banner-content a.btn-outline-white {
    padding: 6px 12px;
    font-size: 10px;
    white-space: nowrap;
  }
}

@media (max-width: 549px) {
  /* Hero Section */
  .hero-content {
    padding: 40px 15px;
  }

  h1 {
    font-size: 32px;
  }

  .hero-sub {
    font-size: 14px;
  }

  /* Buttons */
  .row-btn {
    flex-direction: column;
    align-items: stretch;
  }

  .btn-products .casitek-btn .text {
    padding: 0 20px !important;
    width: 100%;
  }

  .casitek-btn-data-center,
  .btn-outline-home,
  .btn-products,
  .btn-outline-products {
    width: 100% !important;
    text-align: center;
    justify-content: center;
  }

  /* Trust Items */
  .trust-item {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
    margin-bottom: 10px;
  }

  /* About Stats (Force 1 row on mobile) */
  .casitek-about-stats,
  .casitek-about-stats.row,
  .casitek-about-stats > .row {
    flex-wrap: nowrap !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .casitek-about-stats > .col,
  .casitek-about-stats .col {
    max-width: 25% !important;
    flex-basis: 25% !important;
    padding: 0 4px !important;
  }

  .casitek-about-stats .casitek-count-up {
    font-size: 11px !important;
    white-space: normal;
  }

  .casitek-about-stats .casitek-count-up + p {
    font-size: 8px !important;
  }

  /* Toolbar (Mobile Override) */
  .casitek-shop-toolbar {
    flex-wrap: wrap !important;
  }

  .casitek-shop-toolbar .category-title {
    width: 100% !important;
    white-space: normal !important;
    margin-bottom: 15px !important;
  }

  .casitek-shop-toolbar .toolbar-right {
    width: 100% !important;
    justify-content: space-between !important;
  }

  /* Tabs */
  .tab-banner-content h3 {
    font-size: 18px;
  }

  .tab-banner-content .text-box {
    padding: 0 15px 0px 15px !important;
  }

  /* List layout */
  .casitek-shop-section .casitek-list-layout .box {
    padding: 10px !important;
  }

  .casitek-shop-section .casitek-list-layout .box-image {
    width: 60px !important;
    min-width: 60px !important;
    margin-right: 15px !important;
  }

  .casitek-shop-section .casitek-list-layout .product-title {
    font-size: 14px !important;
  }

  /* FAQ Section */
  .casitek-faq-section .accordion-title {
    font-size: 14px !important;
    padding: 15px !important;
  }

  .casitek-faq-section .accordion-inner {
    padding: 15px !important;
    font-size: 14px !important;
  }
}
