/*
Theme Name: Shop Doc La (Custom Theme for hanglahangdoc.com)
Theme URI: https://www.hanglahangdoc.com
Description: Custom WordPress + WooCommerce theme featuring top green menu bar, animated header slideshow banner, fixed-height center column slideshow banner, sticky floating right sidebar, expandable category tree sidebar, 100% Full Width original sky/grass styled footer, high-converting single product page layout, synchronized 3-column product category archive page, premium AJAX Quick Cart Modal Popup, high-converting 2-column Vietnamese Checkout Page, 3-column Vietnamese Cart Page, and 3-column Vietnamese Contact Page.
Version: 7.7.0
Author: Google Antigravity Team
*/

:root {
  --color-green-primary: #157c13;
  --color-green-dark: #10620f;
  --color-orange-primary: #d35400;
  --color-orange-dark: #b34700;
  --color-red-price: #e53935;
  --color-blue-btn: #1e88e5;
  --color-blue-btn-hover: #1565c0;
  --color-bg-body: #f8f9fa;
  --color-bg-card: #ffffff;
  --color-text-dark: #2d3748;
  --color-text-muted: #718096;
  --color-border: #e2e8f0;
  --font-family: 'Be Vietnam Pro', system-ui, -apple-system, sans-serif;
}

/* Reset & Base */
*, *::before, *::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: var(--font-family);
  background-color: var(--color-bg-body);
  color: var(--color-text-dark);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

body.modal-open-blur {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

.container-fluid {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 15px;
}

/* ẨN HOÀN TOÀN CHỮ "VIEW CART" MẶC ĐỊNH CỦA WOOCOMMERCE */
.added_to_cart,
a.added_to_cart,
.wc-forward,
.product-actions-row .added_to_cart {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* ẨN HOÀN TOÀN Ô PRIVACY POLICY Ở TRANG THANH TOÁN */
.woocommerce-privacy-policy-text,
.woocommerce-checkout .woocommerce-privacy-policy-text {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}

/* ẨN HOÀN TOÀN Ô MÃ GIẢM GIÁ (COUPON BANNER) Ở TRANG THANH TOÁN */
.woocommerce-form-coupon-toggle,
.woocommerce-form-coupon,
.woocommerce-checkout .woocommerce-info {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}

/* ==========================================================================
   TRANG LIÊN HỆ (CONTACT PAGE STYLES - BỘ 3 NÚT LIÊN HỆ BẰNG NHAU 100%)
   ========================================================================== */
.contact-header-bar {
  margin-bottom: 20px;
}

.contact-page-title {
  font-size: 17px;
  font-weight: 800;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
  gap: 8px;
}

/* Khối Thư Ngỏ Lời Chào */
.contact-welcome-card {
  background: #ffffff;
  border: 1px solid var(--color-border);
  border-left: 4px solid var(--color-green-primary);
  border-radius: 8px;
  padding: 18px 22px;
  margin-bottom: 20px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.03);
  font-size: 14px;
  line-height: 1.7;
  color: #334155;
}

.contact-welcome-card p {
  margin: 0 0 12px 0;
}

.contact-welcome-card p:last-child {
  margin-bottom: 0;
}

.contact-welcome-card .brand-link {
  color: var(--color-green-primary);
  font-weight: 700;
}

.contact-welcome-card .brand-link:hover {
  text-decoration: underline;
}

.contact-welcome-card .welcome-highlight {
  font-weight: 600;
  color: #0f172a;
  font-style: italic;
  background: #f0fdf4;
  padding: 10px 14px;
  border-radius: 6px;
  border: 1px dashed #bbf7d0;
}

.contact-alert {
  padding: 12px 16px;
  border-radius: 6px;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
}

.alert-success {
  background: #f0fdf4;
  color: #15803d;
  border: 1px solid #bbf7d0;
}

.alert-danger {
  background: #fef2f2;
  color: #b91c1c;
  border: 1px solid #fecaca;
}

.contact-grid-2col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 25px;
}

.contact-info-card, .contact-form-card, .contact-map-card {
  background: var(--color-bg-card);
  border: 1px solid var(--color-border);
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.04);
}

.contact-map-card {
  margin-bottom: 30px;
}

.card-subtitle-text {
  font-size: 15px;
  font-weight: 800;
  color: var(--color-green-primary);
  text-transform: uppercase;
  margin: 0 0 16px 0;
  padding-bottom: 10px;
  border-bottom: 2px solid #e2e8f0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.contact-detail-list {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.contact-detail-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.contact-detail-list .list-icon {
  font-size: 22px;
  color: var(--color-green-primary);
  margin-top: 2px;
  flex-shrink: 0;
}

.contact-detail-list .red-icon { color: var(--color-red-price); }
.contact-detail-list .blue-icon { color: #0284c7; }
.contact-detail-list .green-icon { color: var(--color-green-primary); }

.info-text-group {
  display: flex;
  flex-direction: column;
  font-size: 13.5px;
  color: var(--color-text-dark);
  line-height: 1.5;
}

.info-text-group strong {
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 2px;
}

.phone-link {
  font-size: 16px;
  font-weight: 800;
  color: var(--color-red-price);
}

.email-link {
  font-size: 14px;
  font-weight: 600;
  color: #0284c7;
}

/* BỘ 3 NÚT LIÊN HỆ BẰNG NHAU 100% CHIỀU RỘNG VÀ CHIỀU CAO */
.contact-social-pills {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
}

.contact-social-pills .btn-social {
  flex: 1 !important;
  height: 40px !important;
  padding: 0 8px !important;
  border-radius: 6px !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  white-space: nowrap !important;
  text-decoration: none !important;
  box-sizing: border-box !important;
  transition: opacity 0.2s, transform 0.2s !important;
}

.btn-social:hover { opacity: 0.9; transform: translateY(-1px); }
.btn-social.phone { background: var(--color-red-price) !important; color: #ffffff !important; }
.btn-social.zalo { background: #0088ff !important; color: #ffffff !important; }
.btn-social.messenger { background: #0084ff !important; color: #ffffff !important; }

/* Contact Form */
.contact-custom-form .form-group-item {
  margin-bottom: 14px;
  display: flex;
  flex-direction: column;
}

.contact-custom-form label {
  font-size: 13px;
  font-weight: 700;
  color: var(--color-text-dark);
  margin-bottom: 4px;
}

.contact-custom-form label .required {
  color: var(--color-red-price);
}

.form-input-text, .form-textarea-text {
  width: 100%;
  padding: 9px 12px;
  border: 1px solid var(--color-border);
  border-radius: 6px;
  font-size: 13px;
  color: var(--color-text-dark);
  background: #f8fafc;
  outline: none;
  font-family: var(--font-family);
  transition: border-color 0.2s, box-shadow 0.2s;
}

.form-input-text:focus, .form-textarea-text:focus {
  border-color: var(--color-green-primary);
  box-shadow: 0 0 0 3px rgba(21, 124, 19, 0.12);
  background: #ffffff;
}

.btn-submit-contact {
  width: 100%;
  height: 44px;
  background: linear-gradient(180deg, var(--color-green-primary) 0%, var(--color-green-dark) 100%);
  color: #ffffff;
  border: none;
  border-radius: 6px;
  font-size: 14.5px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow: 0 4px 12px rgba(21, 124, 19, 0.25);
  transition: all 0.2s ease;
}

.btn-submit-contact:hover {
  background: linear-gradient(180deg, var(--color-green-dark) 0%, #0a4009 100%);
  transform: translateY(-1px);
}

.map-iframe-wrapper {
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid var(--color-border);
}

@media (max-width: 767px) {
  .contact-grid-2col {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================================
   TRANG GIỎ HÀNG (CART PAGE STYLES - VIỆT HÓA 100%)
   ========================================================================== */
.cart-header-bar {
  margin-bottom: 20px;
}

.cart-page-title {
  font-size: 17px;
  font-weight: 800;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.cart-table-card-box {
  background: var(--color-bg-card);
  border: 1px solid var(--color-border);
  border-radius: 8px;
  overflow-x: auto;
  box-shadow: 0 4px 15px rgba(0,0,0,0.04);
  margin-bottom: 20px;
}

.sdl-cart-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}

.sdl-cart-table th {
  background: #f1f5f9;
  color: #334155;
  font-size: 13.5px;
  font-weight: 700;
  padding: 12px 14px;
  border-bottom: 2px solid #e2e8f0;
  text-transform: uppercase;
}

.sdl-cart-table td {
  padding: 14px 12px;
  border-bottom: 1px solid #edf2f7;
  vertical-align: middle;
}

.sdl-cart-table th.product-thumbnail, .sdl-cart-table td.product-thumbnail { width: 75px; text-align: center; }
.sdl-cart-table th.product-quantity, .sdl-cart-table td.product-quantity { width: 120px; text-align: center; }
.sdl-cart-table th.product-remove, .sdl-cart-table td.product-remove { width: 80px; text-align: center; }
.sdl-cart-table th.product-price, .sdl-cart-table td.product-price { width: 125px; text-align: right; }
.sdl-cart-table th.product-subtotal, .sdl-cart-table td.product-subtotal { width: 135px; text-align: right; }

.cart-product-thumb-img {
  width: 55px;
  height: 55px;
  object-fit: cover;
  border-radius: 6px;
  border: 1px solid var(--color-border);
}

.cart-product-title-link {
  font-size: 14px;
  font-weight: 700;
  color: var(--color-text-dark);
  line-height: 1.4;
  transition: color 0.2s;
}

.cart-product-title-link:hover {
  color: var(--color-green-primary);
}

.btn-cart-remove-link {
  color: var(--color-red-price);
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 8px;
  border-radius: 4px;
  transition: background 0.2s;
}

.btn-cart-remove-link:hover {
  background: #fee2e2;
}

.cart-page-footer-card {
  background: var(--color-bg-card);
  border: 1px solid var(--color-border);
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.04);
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.cart-grand-total-row {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  border-bottom: 2px dashed var(--color-border);
  padding-bottom: 15px;
}

.total-label-text {
  font-size: 16px;
  font-weight: 800;
  color: #1e293b;
  text-transform: uppercase;
}

.total-amount-red, .total-amount-red .amount {
  font-size: 24px;
  font-weight: 800;
  color: var(--color-red-price) !important;
}

/* BỘ 3 NÚT BẤM TRONG TRANG GIỎ HÀNG - ĐỒNG BỘ 100% CHIỀU RỘNG VÀ CHIỀU CAO */
.cart-page-buttons-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  width: 100%;
}

.cart-page-buttons-group .btn-cart-page-action {
  flex: 1 !important;
  height: 46px !important;
  padding: 0 15px !important;
  border-radius: 6px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  cursor: pointer !important;
  border: none !important;
  text-decoration: none !important;
  text-align: center !important;
  white-space: nowrap !important;
  box-sizing: border-box !important;
  transition: all 0.2s ease !important;
}

.btn-clear-cart-page {
  background: #f1f5f9 !important;
  color: #475569 !important;
  border: 1px solid #cbd5e1 !important;
}

.btn-clear-cart-page:hover {
  background: #fee2e2 !important;
  color: var(--color-red-price) !important;
  border-color: #fca5a5 !important;
}

.btn-continue-shopping-page {
  background: linear-gradient(180deg, #1e88e5 0%, #1565c0 100%) !important;
  color: #ffffff !important;
  box-shadow: 0 4px 12px rgba(30, 136, 229, 0.25) !important;
}

.btn-continue-shopping-page:hover {
  background: linear-gradient(180deg, #1565c0 0%, #0d47a1 100%) !important;
  transform: translateY(-1px) !important;
}

.btn-checkout-page {
  background: linear-gradient(180deg, var(--color-green-primary) 0%, var(--color-green-dark) 100%) !important;
  color: #ffffff !important;
  box-shadow: 0 4px 14px rgba(21, 124, 19, 0.3) !important;
}

.btn-checkout-page:hover {
  background: linear-gradient(180deg, var(--color-green-dark) 0%, #0a4009 100%) !important;
  transform: translateY(-1px) !important;
}

.cart-page-empty-box {
  background: #ffffff;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  padding: 50px 20px;
  text-align: center;
}

.cart-page-empty-box .empty-icon-big {
  font-size: 60px;
  color: #cbd5e1;
  margin-bottom: 12px;
}

.cart-page-empty-box .empty-title {
  font-size: 18px;
  font-weight: 800;
  color: var(--color-text-dark);
  margin: 0 0 6px 0;
}

.cart-page-empty-box .empty-sub {
  font-size: 14px;
  color: var(--color-text-muted);
  margin: 0 0 20px 0;
}

.cart-page-empty-box .inline-btn {
  display: inline-flex;
  width: auto !important;
  padding: 10px 24px !important;
}

@media (max-width: 767px) {
  .cart-page-buttons-group {
    flex-direction: column;
  }
  .cart-page-buttons-group .btn-cart-page-action {
    width: 100% !important;
  }
}

/* ==========================================================================
   TRANG THANH TOÁN ĐƠN HÀNG (CHECKOUT PAGE STYLES - VIỆT HÓA 100%)
   ========================================================================== */
.checkout-header-bar {
  margin-bottom: 20px;
}

.checkout-page-title {
  font-size: 17px;
  font-weight: 800;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.checkout-2col-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: flex-start;
}

.checkout-card-box {
  background: var(--color-bg-card);
  border: 1px solid var(--color-border);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0,0,0,0.04);
}

.checkout-card-box .card-header-bar {
  padding: 12px 18px;
  color: #ffffff;
}

.checkout-card-box .card-title-text {
  font-size: 15px;
  font-weight: 800;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.checkout-card-box .card-body-content {
  padding: 20px;
}

/* Ẩn tiêu đề trùng lặp bên trong ô giao hàng & ẩn chữ (optional) */
.woocommerce-billing-fields > h3,
.woocommerce-shipping-fields > h3 {
  display: none !important;
}

.woocommerce-checkout span.optional,
.woocommerce-checkout .optional {
  display: none !important;
}

.woocommerce-additional-fields h3 {
  font-size: 15px;
  font-weight: 800;
  color: var(--color-text-dark);
  text-transform: uppercase;
  margin: 20px 0 10px 0;
  padding-top: 15px;
  border-top: 1px dashed var(--color-border);
}

/* Form Trường Nhập Thông Tin Giao Hàng */
.woocommerce-billing-fields__field-wrapper .form-row,
.woocommerce-shipping-fields__field-wrapper .form-row,
.checkout-notes-field .form-row,
.woocommerce-additional-fields__field-wrapper .form-row {
  margin-bottom: 15px;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.woocommerce-billing-fields__field-wrapper label,
.woocommerce-shipping-fields__field-wrapper label,
.checkout-notes-field label,
.woocommerce-additional-fields__field-wrapper label {
  font-size: 13.5px;
  font-weight: 700;
  color: var(--color-text-dark);
  margin-bottom: 6px;
  display: block;
}

.woocommerce-billing-fields__field-wrapper label .required,
.woocommerce-shipping-fields__field-wrapper label .required,
.checkout-notes-field label .required,
.woocommerce-additional-fields__field-wrapper label .required {
  color: var(--color-red-price) !important;
  font-weight: 800;
  margin-left: 3px;
}

.woocommerce-billing-fields__field-wrapper input.input-text,
.woocommerce-billing-fields__field-wrapper textarea,
.checkout-notes-field textarea,
.woocommerce-additional-fields__field-wrapper textarea {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid var(--color-border);
  border-radius: 6px;
  font-size: 13.5px;
  color: var(--color-text-dark);
  background: #f8fafc;
  outline: none;
  font-family: var(--font-family);
  transition: border-color 0.2s, box-shadow 0.2s;
}

.woocommerce-billing-fields__field-wrapper input.input-text:focus,
.woocommerce-billing-fields__field-wrapper textarea:focus,
.checkout-notes-field textarea:focus,
.woocommerce-additional-fields__field-wrapper textarea:focus {
  border-color: var(--color-green-primary);
  box-shadow: 0 0 0 3px rgba(21, 124, 19, 0.12);
  background: #ffffff;
}

/* Bảng Tóm Tắt Đơn Hàng Tại Trang Checkout */
.woocommerce-checkout-review-order-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table td {
  padding: 10px 12px;
  border-bottom: 1px solid #edf2f7;
  font-size: 13.5px;
}

.woocommerce-checkout-review-order-table th {
  background: #f1f5f9;
  font-weight: 700;
  color: #334155;
  text-transform: uppercase;
}

.woocommerce-checkout-review-order-table .product-name {
  font-weight: 600;
  color: var(--color-text-dark);
}

.woocommerce-checkout-review-order-table .product-total {
  text-align: right;
  font-weight: 700;
  color: var(--color-red-price);
}

.woocommerce-checkout-review-order-table .order-total th {
  font-size: 14.5px;
  font-weight: 800;
  color: var(--color-text-dark);
}

.woocommerce-checkout-review-order-table .order-total td {
  text-align: right;
  font-size: 18px;
  font-weight: 800;
  color: var(--color-red-price);
}

/* Khối Phương Thức Thanh Toán */
.woocommerce-checkout-payment {
  background: #f8fafc;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  padding: 15px;
}

.woocommerce-checkout-payment ul.payment_methods {
  list-style: none;
  margin: 0 0 15px 0;
  padding: 0;
}

.woocommerce-checkout-payment ul.payment_methods li {
  margin-bottom: 10px;
  padding: 10px 12px;
  background: #ffffff;
  border: 1px solid var(--color-border);
  border-radius: 6px;
}

.woocommerce-checkout-payment ul.payment_methods li label {
  font-size: 14px;
  font-weight: 700;
  color: var(--color-text-dark);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.woocommerce-checkout-payment .payment_box {
  font-size: 13px;
  color: var(--color-text-muted);
  margin-top: 8px;
  padding: 8px 10px;
  background: #f1f5f9;
  border-radius: 4px;
  line-height: 1.5;
}

/* NÚT "XÁC NHẬN ĐẶT HÀNG" CHÍNH */
.woocommerce-checkout-payment #place_order,
button#place_order {
  width: 100% !important;
  height: 48px !important;
  background: linear-gradient(180deg, var(--color-green-primary) 0%, var(--color-green-dark) 100%) !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 8px !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  cursor: pointer !important;
  box-shadow: 0 4px 14px rgba(21, 124, 19, 0.35) !important;
  transition: all 0.2s ease !important;
}

.woocommerce-checkout-payment #place_order:hover,
button#place_order:hover {
  background: linear-gradient(180deg, var(--color-green-dark) 0%, #0a4009 100%) !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 18px rgba(21, 124, 19, 0.45) !important;
}

/* Responsive Checkout Grid */
@media (max-width: 767px) {
  .checkout-2col-grid {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================================
   POPUP MODAL "THÔNG TIN ĐƠN HÀNG CỦA BẠN" (SIÊU SANG TRỌNG & ĐẲNG CẤP)
   ========================================================================== */
.sdl-modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(15, 23, 42, 0.65);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
}

.sdl-modal-dialog {
  background: #ffffff;
  width: 100%;
  max-width: 880px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  max-height: 90vh;
  animation: modalFadeIn 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes modalFadeIn {
  from { opacity: 0; transform: scale(0.94) translateY(10px); }
  to { opacity: 1; transform: scale(1) translateY(0); }
}

/* Header Modal màu xanh lá chủ đạo */
.sdl-modal-header {
  background: linear-gradient(135deg, var(--color-green-primary) 0%, var(--color-green-dark) 100%);
  color: #ffffff;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid #0d540b;
}

.modal-title-box {
  display: flex;
  align-items: center;
  gap: 10px;
}

.modal-header-icon {
  font-size: 24px;
}

.modal-title-text {
  font-size: 17px;
  font-weight: 800;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.sdl-modal-close-btn {
  background: transparent;
  border: none;
  color: #ffffff;
  font-size: 28px;
  cursor: pointer;
  line-height: 1;
  opacity: 0.85;
  transition: opacity 0.2s, transform 0.2s;
}

.sdl-modal-close-btn:hover {
  opacity: 1;
  transform: scale(1.1);
}

/* Body Modal */
.sdl-modal-body {
  padding: 20px;
  overflow-y: auto;
}

.modal-loading-box {
  text-align: center;
  padding: 40px 20px;
  font-size: 15px;
  font-weight: 600;
  color: var(--color-text-muted);
}

.modal-empty-cart-state {
  text-align: center;
  padding: 40px 20px;
}

.modal-empty-cart-state .empty-icon {
  font-size: 54px;
  color: #cbd5e1;
  margin-bottom: 12px;
}

.modal-empty-cart-state .empty-text {
  font-size: 16px;
  font-weight: 700;
  color: var(--color-text-dark);
  margin-bottom: 20px;
}

/* Bảng Sản Phẩm Trong Modal */
.modal-cart-table-wrapper {
  overflow-x: auto;
  margin-bottom: 20px;
}

.modal-cart-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}

.modal-cart-table th {
  background: #f1f5f9;
  color: #334155;
  font-size: 13.5px;
  font-weight: 700;
  padding: 10px 12px;
  border-bottom: 2px solid #e2e8f0;
  text-transform: uppercase;
}

.modal-cart-table td {
  padding: 12px;
  border-bottom: 1px solid #edf2f7;
  vertical-align: middle;
}

.modal-cart-table th.col-thumb, .modal-cart-table td.col-thumb { width: 65px; text-align: center; }
.modal-cart-table th.col-qty, .modal-cart-table td.col-qty { width: 110px; text-align: center; }
.modal-cart-table th.col-remove, .modal-cart-table td.col-remove { width: 75px; text-align: center; }
.modal-cart-table th.col-price, .modal-cart-table td.col-price { width: 115px; text-align: right; }
.modal-cart-table th.col-total, .modal-cart-table td.col-total { width: 125px; text-align: right; }

.modal-product-thumb-img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 6px;
  border: 1px solid var(--color-border);
}

.modal-product-title-link {
  font-size: 13.5px;
  font-weight: 700;
  color: var(--color-text-dark);
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 0.2s;
}

.modal-product-title-link:hover {
  color: var(--color-green-primary);
}

/* Stepper số lượng trong modal */
.modal-qty-control {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--color-border);
  border-radius: 4px;
  overflow: hidden;
  background: #ffffff;
}

.modal-qty-btn {
  background: #f8fafc;
  border: none;
  width: 26px;
  height: 28px;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  color: var(--color-text-dark);
  transition: background 0.2s;
}

.modal-qty-btn:hover {
  background: #e2e8f0;
}

.modal-qty-input {
  width: 34px;
  height: 28px;
  border: none;
  border-left: 1px solid var(--color-border);
  border-right: 1px solid var(--color-border);
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  outline: none;
}

/* Nút xóa sản phẩm */
.btn-remove-item {
  background: transparent;
  border: none;
  color: var(--color-red-price);
  font-size: 12.5px;
  font-weight: 600;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 3px;
  padding: 4px 6px;
  border-radius: 4px;
  transition: background 0.2s;
}

.btn-remove-item:hover {
  background: #fee2e2;
}

.price-num {
  font-size: 13.5px;
  font-weight: 600;
  color: #475569;
}

.price-num-total {
  font-size: 14.5px;
  font-weight: 800;
  color: var(--color-red-price);
}

/* Khối Chân Modal: Tổng tiền & Bộ nút bấm */
.modal-cart-footer-row {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-top: 15px;
  border-top: 2px solid #e2e8f0;
}

.modal-grand-total-box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.total-label {
  font-size: 15px;
  font-weight: 800;
  color: #1e293b;
  text-transform: uppercase;
}

.total-value-red {
  font-size: 22px;
  font-weight: 800;
  color: var(--color-red-price);
}

/* BỘ 3 NÚT BẤM TRONG MODAL FOOTER - ĐỒNG BỘ 100% CHIỀU RỘNG VÀ CHIỀU CAO */
.modal-buttons-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
}

.modal-buttons-group .btn-modal-action {
  flex: 1 !important;
  height: 44px !important;
  padding: 0 10px !important;
  border-radius: 6px !important;
  font-size: 13.5px !important;
  font-weight: 700 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  cursor: pointer !important;
  border: none !important;
  text-decoration: none !important;
  text-align: center !important;
  white-space: nowrap !important;
  box-sizing: border-box !important;
  transition: all 0.2s ease !important;
}

.btn-cancel-order {
  background: #f1f5f9 !important;
  color: #475569 !important;
  border: 1px solid #cbd5e1 !important;
}

.btn-cancel-order:hover {
  background: #fee2e2 !important;
  color: var(--color-red-price) !important;
  border-color: #fca5a5 !important;
}

.btn-continue-shopping {
  background: linear-gradient(180deg, #1e88e5 0%, #1565c0 100%) !important;
  color: #ffffff !important;
  box-shadow: 0 4px 10px rgba(30, 136, 229, 0.25) !important;
}

.btn-continue-shopping:hover {
  background: linear-gradient(180deg, #1565c0 0%, #0d47a1 100%) !important;
  transform: translateY(-1px) !important;
}

.btn-checkout-order {
  background: linear-gradient(180deg, var(--color-green-primary) 0%, var(--color-green-dark) 100%) !important;
  color: #ffffff !important;
  box-shadow: 0 4px 12px rgba(21, 124, 19, 0.3) !important;
}

.btn-checkout-order:hover {
  background: linear-gradient(180deg, var(--color-green-dark) 0%, #0a4009 100%) !important;
  transform: translateY(-1px) !important;
}

/* Responsive Modal */
@media (max-width: 767px) {
  .modal-buttons-group {
    flex-direction: column;
    width: 100%;
  }
  .modal-buttons-group .btn-modal-action {
    width: 100% !important;
  }
  .modal-grand-total-box {
    justify-content: center;
  }
}

/* ==========================================================================
   HEADER: MENU NGANG NỀN XANH LÁ & BANNER ĐẦU TRANG GỐC
   ========================================================================== */
.site-header {
  background: #ffffff;
  border-bottom: none;
  box-shadow: none;
}

/* 0. Header Top Logo Area (Padding trên/dưới 12px, thu gọn bớt khoảng trống) */
.header-top-logo-area {
  background: #ffffff;
  padding: 8px 0;
  border-bottom: 1px solid var(--color-border);
}

.header-3col-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}

/* Cột Trái: Logo Thương Hiệu */
.header-col-brand {
  flex-shrink: 0;
  max-width: 45%;
}

.brand-logo-link {
  display: inline-block;
  text-decoration: none;
}

.text-logo-box {
  display: flex;
  flex-direction: column;
}

.logo-title-primary {
  font-size: 24px;
  font-weight: 800;
  color: var(--color-green-primary);
  line-height: 1.1;
  letter-spacing: -0.5px;
}

.logo-subtitle {
  font-size: 11px;
  font-weight: 600;
  color: var(--color-orange-primary);
  letter-spacing: 0.2px;
  margin-top: 3px;
}

/* Cột Giữa: Thanh Tìm Kiếm Dạng Lớn */
.header-col-search {
  flex: 1;
  max-width: 580px;
}

.header-main-search-form {
  margin: 0;
}

.search-input-wrapper {
  display: flex;
  align-items: center;
  background: #f8fafc;
  border: 2px solid var(--color-green-primary);
  border-radius: 25px;
  padding: 3px 3px 3px 16px;
  transition: all 0.2s ease;
}

.search-input-wrapper:focus-within {
  box-shadow: 0 0 0 3px rgba(21, 124, 19, 0.15);
  background: #ffffff;
}

.header-search-input {
  flex: 1;
  border: none;
  background: transparent;
  outline: none;
  font-size: 13.5px;
  color: var(--color-text-dark);
  font-family: var(--font-family);
}

.header-search-btn {
  background: var(--color-green-primary);
  color: #ffffff;
  border: none;
  padding: 8px 20px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  transition: background 0.2s;
}

.header-search-btn:hover {
  background: var(--color-green-dark);
}

.search-keywords-suggest {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 6px;
  padding-left: 12px;
  font-size: 12px;
}

.suggest-label {
  color: var(--color-text-muted);
  font-weight: 500;
}

.suggest-tag {
  color: #64748b;
  text-decoration: none;
  transition: color 0.2s;
}

.suggest-tag:hover {
  color: var(--color-orange-primary);
  text-decoration: underline;
}

/* Cột Phải: Hotline & Giỏ Hàng Pill */
.header-col-meta {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-shrink: 0;
}

.header-hotline-pill, .header-cart-pill {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 14px;
  border-radius: 30px;
  background: #f8fafc;
  border: 1px solid var(--color-border);
  text-decoration: none;
  transition: all 0.2s;
}

.header-hotline-pill:hover, .header-cart-pill:hover {
  background: #ffffff;
  border-color: #cbd5e1;
  box-shadow: 0 3px 10px rgba(0,0,0,0.05);
}

.hotline-icon-circle {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #fee2e2;
  color: var(--color-red-price);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.hotline-text-box, .cart-text-box {
  display: flex;
  flex-direction: column;
}

.hotline-label-sub, .cart-label-sub {
  font-size: 10px;
  font-weight: 700;
  color: var(--color-text-muted);
  letter-spacing: 0.4px;
}

.hotline-num-bold {
  font-size: 14px;
  font-weight: 800;
  color: var(--color-red-price);
}

.cart-icon-circle {
  position: relative;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #e0f2fe;
  color: #0284c7;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.cart-pill-badge {
  position: absolute;
  top: -4px;
  right: -4px;
  background: var(--color-red-price);
  color: #ffffff;
  font-size: 10px;
  font-weight: 700;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart-status-text {
  font-size: 13px;
  font-weight: 700;
  color: var(--color-text-dark);
}

/* 1. Thanh Menu Ngang Nền Xanh Lá */
.top-horizontal-menu {
  background: var(--color-green-primary);
  border-bottom: 1px solid var(--color-green-dark);
}

.top-nav-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
}

.top-nav-item {
  position: relative;
}

.top-nav-item + .top-nav-item::before {
  content: "|";
  color: rgba(255, 255, 255, 0.4);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.top-nav-item a {
  display: block;
  padding: 14px 26px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.5px;
  transition: background 0.2s;
}

.top-nav-item a:hover, .top-nav-item.active a {
  background: var(--color-green-dark);
}

/* 2. Header Main Banner Container (Slideshow - tu dong chuyen anh neu co >=2 anh) */
.header-main-banner-container {
  padding: 12px 0 6px 0;
  text-align: center;
  background: #ffffff;
  border-bottom: none;
}

.header-banner-slideshow-container {
  position: relative;
  width: 100%;
  max-width: 1410px;
  margin: 0 auto;
  aspect-ratio: 1120 / 300;
  border-radius: 4px;
  overflow: hidden;
}

.header-banner-slide-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.8s ease-in-out, visibility 0.8s ease-in-out;
  z-index: 1;
}

.header-banner-slide-item.active {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}

.header-banner-slide-item a {
  display: block;
  width: 100%;
  height: 100%;
}

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

/* Mobile Bar */
.mobile-header-bar {
  display: none;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px;
  background: #ffffff;
  border-bottom: 1px solid var(--color-border);
}

.mobile-toggle-btn {
  background: var(--color-green-primary);
  color: #fff;
  border: none;
  padding: 6px 12px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}

.mobile-logo {
  font-size: 17px;
  font-weight: 700;
  color: var(--color-green-primary);
}

.mobile-cart-btn {
  position: relative;
  font-size: 22px;
  color: var(--color-text-dark);
}

.cart-badge-mobile {
  position: absolute;
  top: -6px;
  right: -8px;
  background: var(--color-red-price);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ==========================================================================
   LAYOUT 3 CỘT (LEFT - CENTER - RIGHT)
   ========================================================================== */
.main-body-container {
  padding-top: 15px;
  padding-bottom: 40px;
}

.layout-3col-wrapper {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.col-left {
  width: 260px;
  flex-shrink: 0;
}

.col-center {
  flex: 1;
  min-width: 0;
}

/* CỘT PHẢI: TRÔI THEO MÀN HÌNH KHI CUỘN TRANG (STICKY FLOATING SIDEBAR) */
.col-right {
  width: 240px;
  flex-shrink: 0;
  position: sticky;
  top: 15px;
  align-self: flex-start;
  z-index: 99;
}

.sdl-right-sidebar {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

/* ==========================================================================
   CỘT TRÁI: SIDEBAR DANH MỤC (MẶC ĐỊNH SỔ RA SẮN)
   ========================================================================== */
.sdl-category-sidebar {
  background: var(--color-bg-card);
  border: 1px solid var(--color-border);
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.category-header {
  background: var(--color-green-primary);
  color: #ffffff;
  padding: 12px 15px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 8px;
}

.mobile-close-sidebar {
  display: none;
  margin-left: auto;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 22px;
  cursor: pointer;
}

.category-menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.cat-item {
  border-bottom: 1px solid #edf2f7;
  position: relative;
}

.cat-item:last-child {
  border-bottom: none;
}

.cat-item-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 14px;
  transition: background 0.2s;
}

.cat-item-inner:hover {
  background: #f1f5f9;
}

.cat-item.active > .cat-item-inner {
  background: #e8f5e9;
}

.cat-link {
  flex: 1;
  font-size: 14px;
  font-weight: 600;
  color: var(--color-text-dark);
  text-decoration: none;
}

.cat-item.active .cat-name {
  color: var(--color-green-primary);
  font-weight: 700;
}

.cat-toggle-btn {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 4px 6px;
  color: var(--color-text-muted);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease;
}

.cat-item.expanded .toggle-icon {
  transform: rotate(180deg);
  color: var(--color-green-primary);
}

.sub-category-list {
  list-style: none;
  margin: 0;
  padding: 4px 0 6px 0;
  background: #fafafa;
  border-top: 1px dotted #e2e8f0;
}

.cat-item.expanded > .sub-category-list {
  display: block !important;
}

.sub-cat-item {
  padding: 6px 14px 6px 24px;
}

.sub-cat-link {
  font-size: 13px;
  color: #4a5568;
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  transition: color 0.2s;
}

.sub-cat-link:hover, .sub-cat-item.active .sub-cat-link {
  color: var(--color-green-primary);
  font-weight: 700;
}

.sub-icon {
  font-size: 12px;
  color: #a0aec0;
  flex-shrink: 0;
}

/* ==========================================================================
   CỘT GIỮA: BANNER SLIDESHOW CỐ ĐỊNH CHIỀU CAO (KHÔNG GIẬT KHUNG)
   ========================================================================== */
.center-banner-wrapper {
  margin-bottom: 15px;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid var(--color-border);
  box-shadow: 0 4px 12px rgba(0,0,0,0.06);
  height: 238px;
  position: relative;
  background: #ffffff;
}

.center-slideshow-container {
  position: relative;
  width: 100%;
  height: 238px;
  overflow: hidden;
}

.center-slideshow-inner {
  position: relative;
  width: 100%;
  height: 238px;
}

.center-slide-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 238px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.8s ease-in-out, visibility 0.8s ease-in-out;
  z-index: 1;
}

.center-slide-item.active {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}

.center-slide-item a {
  display: block;
  width: 100%;
  height: 100%;
}

.center-banner-img {
  width: 100%;
  height: 238px;
  object-fit: fill; /* Khóa cứng chiều cao 238px chuẩn gốc */
  display: block;
}

/* Khối Sản Phẩm Tiêu Biểu */
.section-header-bar {
  padding: 10px 16px;
  border-radius: 6px 6px 0 0;
  color: #ffffff;
  margin-bottom: 15px;
}

.orange-bar {
  background: linear-gradient(135deg, var(--color-orange-primary), #e67e22);
}

.green-bar {
  background: linear-gradient(135deg, var(--color-green-primary), #2e7d32);
}

.section-title-text {
  font-size: 15px;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.product-grid-3col {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-bottom: 30px;
}

.product-card-item {
  background: var(--color-bg-card);
  border: 1px solid var(--color-border);
  border-radius: 6px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.25s ease;
}

.product-card-item:hover {
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
  transform: translateY(-3px);
  border-color: #cbd5e1;
}

.product-thumb-box {
  aspect-ratio: 1;
  background: #f8fafc;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-thumb-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.product-card-item:hover .product-thumb-img {
  transform: scale(1.05);
}

.product-title {
  font-size: 13.5px;
  font-weight: 600;
  line-height: 1.4;
  height: 38px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 0 0 8px 0;
}

.product-title a {
  color: var(--color-text-dark);
  transition: color 0.2s;
}

.product-title a:hover {
  color: var(--color-orange-primary);
}

.product-price-row {
  font-size: 13px;
  font-weight: 600;
  color: var(--color-text-muted);
  margin-bottom: 10px;
}

.price-value-red {
  color: var(--color-red-price);
  font-size: 15px;
  font-weight: 700;
}

.currency-unit {
  font-size: 12px;
  font-weight: 600;
}

.product-actions-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  margin-top: auto;
}

/* NÚT "THÊM VÀO GIỎ" TRONG THẺ SẢN PHẨM (MẪU CHUẨN XANH DƯƠNG TRANG CHỦ) */
.product-card-item .btn-add-cart,
a.btn-add-cart {
  background: linear-gradient(180deg, #1e88e5 0%, #1565c0 100%) !important;
  color: #ffffff !important;
  border: none !important;
  padding: 6px 12px !important;
  border-radius: 4px !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 4px !important;
  cursor: pointer !important;
  transition: all 0.2s !important;
  text-decoration: none !important;
  box-shadow: none !important;
  width: auto !important;
}

.product-card-item .btn-add-cart:hover,
a.btn-add-cart:hover {
  background: linear-gradient(180deg, #1565c0 0%, #0d47a1 100%) !important;
}

.link-detail {
  font-size: 12px;
  font-weight: 600;
  color: var(--color-green-primary);
  text-decoration: none;
}

.link-detail:hover {
  text-decoration: underline;
}

/* News Section Grid */
.news-grid-2col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.news-card-item {
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: 6px;
  padding: 12px 15px;
}

.news-title {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 6px 0;
}

.news-title a {
  color: var(--color-text-dark);
}

.news-title a:hover {
  color: var(--color-green-primary);
}

.news-excerpt {
  font-size: 12.5px;
  color: var(--color-text-muted);
  margin: 0;
}

/* ==========================================================================
   CỘT PHẢI: SIDEBAR PHẢI (CART, SEARCH & HOTLINE)
   ========================================================================== */
.right-widget {
  background: var(--color-bg-card);
  border: 1px solid var(--color-border);
  border-radius: 6px;
  padding: 14px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.03);
}

/* Cart Widget */
.cart-widget-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.cart-icon-wrapper {
  position: relative;
}

.cart-icon-big {
  font-size: 32px;
  color: var(--color-red-price);
}

.cart-count-badge {
  position: absolute;
  top: -4px;
  right: -6px;
  background: var(--color-green-primary);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart-title-click {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: var(--color-text-dark);
}

.cart-sub {
  display: block;
  font-size: 11px;
  color: var(--color-text-muted);
}

.btn-view-cart {
  display: block;
  width: 100%;
  text-align: center;
  background: var(--color-red-price);
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  padding: 8px;
  border-radius: 4px;
  transition: background 0.2s;
}

.btn-view-cart:hover {
  background: #c62828;
}

/* Search Widget Cột Phải (Khung vừa khít 100%, nút kính lúp nằm bên trong) */
.search-form-side {
  margin: 0;
  width: 100%;
}

.search-side-wrapper {
  display: flex;
  align-items: center;
  background: #ffffff;
  border: 1px solid var(--color-border);
  border-radius: 6px;
  padding: 2px 2px 2px 10px;
  transition: border-color 0.2s, box-shadow 0.2s;
  width: 100%;
}

.search-side-wrapper:focus-within {
  border-color: var(--color-green-primary);
  box-shadow: 0 0 0 3px rgba(21, 124, 19, 0.12);
}

.search-field-side {
  flex: 1;
  border: none;
  background: transparent;
  outline: none;
  font-size: 13px;
  color: var(--color-text-dark);
  padding: 6px 0;
  min-width: 0;
}

.search-submit-side {
  background: var(--color-green-primary);
  color: #ffffff;
  border: none;
  padding: 7px 12px;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
  flex-shrink: 0;
}

.search-submit-side:hover {
  background: var(--color-green-dark);
}

/* Contact / Hotline Widget Cột Phải */
.contact-buttons-group {
  margin-bottom: 15px;
}

.contact-buttons-group .contact-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 4px;
  font-weight: 700;
  font-size: 13px;
  color: #ffffff;
  margin-bottom: 8px;
  transition: opacity 0.2s;
  text-decoration: none;
}

.contact-buttons-group .contact-btn:hover {
  opacity: 0.9;
}

.contact-buttons-group .phone-btn { background: var(--color-green-primary); }
.contact-buttons-group .zalo-btn { background: #0088ff; }
.contact-buttons-group .messenger-btn { background: #0084ff; }

.hotline-display {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff5f5;
  border: 1px dashed var(--color-red-price);
  padding: 10px;
  border-radius: 6px;
  text-align: center;
}

.hotline-display i {
  font-size: 26px;
  color: var(--color-red-price);
}

.hotline-label {
  display: block;
  font-size: 10px;
  font-weight: 700;
  color: var(--color-text-muted);
  letter-spacing: 0.5px;
}

.hotline-number {
  display: block;
  font-size: 18px;
  font-weight: 800;
  color: var(--color-red-price);
}

/* ==========================================================================
   TRANG CHI TIẾT SẢN PHẨM (SINGLE PRODUCT PAGE STYLES)
   ========================================================================== */
.sdl-breadcrumb-nav {
  font-size: 13px;
  color: var(--color-text-muted);
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  background: #ffffff;
  padding: 10px 16px;
  border-radius: 6px;
  border: 1px solid var(--color-border);
}

.sdl-breadcrumb-nav a {
  color: var(--color-text-dark);
  text-decoration: none;
  font-weight: 500;
}

.sdl-breadcrumb-nav a:hover {
  color: var(--color-green-primary);
}

.sdl-breadcrumb-nav .sep {
  color: #cbd5e1;
}

.sdl-breadcrumb-nav .current {
  color: var(--color-green-primary);
  font-weight: 700;
}

.single-product-top-card {
  background: var(--color-bg-card);
  border: 1px solid var(--color-border);
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 25px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.04);
}

.product-top-row {
  display: flex;
  gap: 25px;
}

.product-gallery-col {
  width: 40%;
  flex-shrink: 0;
}

.main-image-display-box {
  aspect-ratio: 1;
  border: 1px solid var(--color-border);
  border-radius: 6px;
  overflow: hidden;
  background: #f8fafc;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}

.main-product-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.main-image-display-box:hover .main-product-img {
  transform: scale(1.04);
}

.product-thumbnails-carousel {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 4px;
}

.thumb-item-btn {
  width: 60px;
  height: 60px;
  border: 2px solid var(--color-border);
  border-radius: 4px;
  padding: 2px;
  background: #fff;
  cursor: pointer;
  overflow: hidden;
  transition: border-color 0.2s;
  flex-shrink: 0;
}

.thumb-item-btn.active, .thumb-item-btn:hover {
  border-color: var(--color-green-primary);
}

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

/* Cột Phải Summary */
.product-summary-col {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.single-product-title {
  font-size: 22px;
  font-weight: 800;
  color: var(--color-text-dark);
  margin: 0 0 10px 0;
  line-height: 1.3;
}

.product-meta-subrow {
  font-size: 13px;
  color: var(--color-text-muted);
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.stock-badge.in-stock {
  color: var(--color-green-primary);
}

.stock-badge.out-of-stock {
  color: var(--color-red-price);
}

.product-price-box {
  background: #fff5f5;
  border-left: 4px solid var(--color-red-price);
  padding: 12px 16px;
  border-radius: 0 6px 6px 0;
  margin-bottom: 18px;
  display: flex;
  align-items: baseline;
  gap: 12px;
}

.price-title {
  font-size: 14px;
  font-weight: 700;
  color: var(--color-text-dark);
}

.price-value-big {
  font-size: 26px;
  font-weight: 800;
  color: var(--color-red-price);
}

.price-value-big .currency {
  font-size: 16px;
  font-weight: 700;
}

.old-price {
  font-size: 15px;
  color: var(--color-text-muted);
  margin-left: 10px;
  font-weight: 500;
}

.product-short-description {
  font-size: 13.5px;
  color: #475569;
  line-height: 1.6;
  margin-bottom: 20px;
  background: #f8fafc;
  padding: 12px 15px;
  border-radius: 6px;
  border: 1px solid var(--color-border);
}

/* USP Badges */
.product-usp-badges {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 20px;
}

.usp-badge-item {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  padding: 8px 10px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
  color: #15803d;
}

.usp-badge-item i {
  font-size: 18px;
  color: var(--color-green-primary);
}

/* Form Mua Hàng */
.product-buy-actions-box {
  margin-top: auto;
  padding-top: 15px;
  border-top: 1px solid var(--color-border);
}

.quantity-input-group {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
}

.qty-label {
  font-size: 13.5px;
  font-weight: 700;
  color: var(--color-text-dark);
}

.qty-btn-wrap {
  display: flex;
  align-items: center;
  border: 1px solid var(--color-border);
  border-radius: 4px;
  overflow: hidden;
}

.qty-minus-btn, .qty-plus-btn {
  background: #f1f5f9;
  border: none;
  width: 32px;
  height: 34px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  color: var(--color-text-dark);
  transition: background 0.2s;
}

.qty-minus-btn:hover, .qty-plus-btn:hover {
  background: #e2e8f0;
}

.qty-field {
  width: 45px;
  height: 34px;
  border: none;
  border-left: 1px solid var(--color-border);
  border-right: 1px solid var(--color-border);
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  outline: none;
}

/* NÚT THÊM VÀO GIỎ HÀNG CHÍNH Ô CỘT TRÊN (ÉP MÀU XANH DƯƠNG OCEAN) */
.woocommerce button.btn-main-buy,
.woocommerce button.single_add_to_cart_button,
.woocommerce button.button.alt,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce input.button.alt,
button.btn-main-buy {
  width: 100% !important;
  background: linear-gradient(180deg, #1e88e5 0%, #1565c0 100%) !important;
  color: #ffffff !important;
  border: none !important;
  padding: 13px 20px !important;
  border-radius: 8px !important;
  font-size: 15.5px !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  cursor: pointer !important;
  box-shadow: 0 4px 12px rgba(30, 136, 229, 0.3) !important;
  transition: all 0.2s ease !important;
}

.woocommerce button.btn-main-buy:hover,
.woocommerce button.single_add_to_cart_button:hover,
.woocommerce button.button.alt:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce input.button.alt:hover,
button.btn-main-buy:hover {
  background: linear-gradient(180deg, #1565c0 0%, #0d47a1 100%) !important;
  color: #ffffff !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 16px rgba(30, 136, 229, 0.4) !important;
}

/* ==========================================================================
   TRANG DANH MỤC SẢN PHẨM (PRODUCT CATEGORY ARCHIVE STYLES)
   ========================================================================== */
.category-header-bar {
  margin-bottom: 15px;
}

.category-archive-title {
  font-size: 16px;
  font-weight: 800;
  margin: 0;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 8px;
}

.cat-count-badge-text {
  font-size: 13px;
  font-weight: 600;
  opacity: 0.9;
  margin-left: 6px;
}

.category-toolbar-box {
  background: #ffffff;
  border: 1px solid var(--color-border);
  border-radius: 6px;
  padding: 10px 16px;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.toolbar-sort-group {
  display: flex;
  align-items: center;
  gap: 10px;
}

.sort-label {
  font-size: 13px;
  font-weight: 600;
  color: var(--color-text-dark);
  display: flex;
  align-items: center;
  gap: 4px;
}

.orderby-select {
  border: 1px solid var(--color-border);
  border-radius: 4px;
  padding: 6px 12px;
  font-size: 13px;
  color: var(--color-text-dark);
  background: #f8fafc;
  outline: none;
  cursor: pointer;
}

.orderby-select:focus {
  border-color: var(--color-green-primary);
}

.pagination-wrapper {
  margin-top: 20px;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
}

.pagination-wrapper ul.page-numbers {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 6px;
}

.pagination-wrapper ul.page-numbers li a,
.pagination-wrapper ul.page-numbers li span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 10px;
  border: 1px solid var(--color-border);
  border-radius: 6px;
  background: #ffffff;
  color: var(--color-text-dark);
  font-size: 13.5px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s;
}

.pagination-wrapper ul.page-numbers li a:hover {
  border-color: var(--color-green-primary);
  color: var(--color-green-primary);
  background: #f0fdf4;
}

.pagination-wrapper ul.page-numbers li span.current {
  background: var(--color-green-primary);
  color: #ffffff;
  border-color: var(--color-green-primary);
}

.no-products-box {
  grid-column: 1 / -1;
  text-align: center;
  padding: 50px 20px;
  background: #ffffff;
  border: 1px solid var(--color-border);
  border-radius: 8px;
}

.no-prod-icon {
  font-size: 48px;
  color: var(--color-text-muted);
  margin-bottom: 10px;
}

.no-products-msg {
  font-size: 15px;
  font-weight: 600;
  color: var(--color-text-muted);
  margin: 0;
}

/* Description Card */
.single-product-description-card {
  background: var(--color-bg-card);
  border: 1px solid var(--color-border);
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 25px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.04);
}

.product-full-content {
  padding: 20px;
  font-size: 14.5px;
  line-height: 1.7;
  color: #334155;
}

.product-full-content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 15px auto;
  border-radius: 6px;
}

/* Related Products Card */
.related-products-card {
  background: var(--color-bg-card);
  border: 1px solid var(--color-border);
  border-radius: 8px;
  overflow: hidden;
  padding-bottom: 10px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.04);
}

.related-products-card .product-grid-3col {
  padding: 0 15px;
}

/* ==========================================================================
   FOOTER CHUẨN GỐC FULL WIDTH 100% (BẦU TRỜI XANH MÂY TRẮNG & THẢM CỎ XANH LÁ)
   ========================================================================== */
.site-footer-banner {
  margin-top: 40px;
  width: 100%;
  background: linear-gradient(180deg, #b9e5fb 0%, #e0f2fe 70%, #86efac 100%);
  border-top: 1px solid #cbd5e1;
  position: relative;
}

.footer-banner-top-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 28px 15px 22px 15px;
  gap: 30px;
}

/* Cột Trái */
.footer-col-left {
  flex: 1;
  max-width: 480px;
}

.footer-brand-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 10px;
}

.footer-logo-img {
  max-height: 70px;
  width: auto;
  display: block;
  margin-bottom: 10px;
}

.creatio-badge {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 2px solid #0284c7;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  flex-shrink: 0;
}

.creatio-title {
  font-size: 11px;
  font-weight: 800;
  color: #0284c7;
  font-style: italic;
}

.footer-title-group {
  display: flex;
  flex-direction: column;
}

.footer-shop-title {
  font-size: 22px;
  font-weight: 800;
  color: #cc0000;
  margin: 0;
  line-height: 1.2;
}

.footer-slogan-italic {
  font-size: 12px;
  font-weight: 600;
  color: #1e293b;
  font-style: italic;
}

.footer-specialty-text {
  font-size: 13.5px;
  color: #0369a1;
  font-weight: 600;
  margin: 6px 0 0 0;
}

.footer-specialty-text em {
  color: #0284c7;
}

/* Cột Phải */
.footer-col-right {
  flex: 1;
  max-width: 520px;
}

.footer-contact-list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #0f172a;
  line-height: 1.7;
}

.contact-label {
  font-weight: 700;
  color: #0f172a;
}

.footer-phone-link {
  color: #cc0000;
  font-weight: 800;
  font-size: 15px;
  text-decoration: none;
}

.footer-phone-link:hover {
  text-decoration: underline;
}

.footer-email-link {
  color: #0369a1;
  text-decoration: none;
  font-weight: 600;
}

.footer-email-link:hover {
  text-decoration: underline;
}

/* Dải cỏ xanh tràn 100% màn hình bên dưới */
.footer-grass-bottom-bar {
  width: 100%;
  background: linear-gradient(180deg, #157c13 0%, #0d540b 100%);
  padding: 12px 0;
  text-align: center;
  border-top: 1px solid #10620f;
}

.footer-domain-brand {
  font-size: 16.5px;
  font-weight: 800;
  color: #ffffff;
  font-style: italic;
  letter-spacing: 1px;
  text-shadow: 0 1px 3px rgba(0,0,0,0.4);
}

.mobile-sticky-contact {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  border-top: 1px solid var(--color-border);
  padding: 8px 12px;
  gap: 10px;
  z-index: 999;
  box-shadow: 0 -4px 12px rgba(0,0,0,0.1);
}

.sticky-btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 10px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 13px;
  color: #fff;
}

.call-btn { background: var(--color-red-price); }
.zalo-btn { background: #0088ff; }

/* RESPONSIVE */
@media (max-width: 991px) {
  .top-horizontal-menu, .header-main-banner-container, .header-top-logo-area { display: none; }
  .mobile-header-bar { display: flex; }
  
  .layout-3col-wrapper {
    flex-direction: column;
  }
  
  .col-left, .col-right {
    width: 100%;
    position: static;
  }

  .sdl-category-sidebar {
    position: fixed;
    top: 0;
    left: -290px;
    width: 280px;
    height: 100vh;
    z-index: 9999;
    transition: left 0.3s ease;
    overflow-y: auto;
  }

  .sdl-category-sidebar.open-mobile {
    left: 0;
  }

  .mobile-close-sidebar {
    display: block;
  }

  .mobile-sticky-contact {
    display: flex;
  }

  .center-banner-wrapper, .center-slideshow-container, .center-slideshow-inner, .center-slide-item, .center-banner-img {
    height: auto;
    aspect-ratio: 780 / 238;
  }

  .footer-banner-top-row {
    flex-direction: column;
    padding: 20px 15px;
    gap: 20px;
  }

  .product-top-row {
    flex-direction: column;
  }
  
  .product-gallery-col, .product-summary-col {
    width: 100%;
  }

  .product-usp-badges {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575px) {
  .product-grid-3col {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}

/* ==========================================================================
   TRANG TIN TỨC & BÀI VIẾT BLOG (NEWS & SINGLE BLOG STYLES)
   ========================================================================== */
.news-header-bar {
  margin-bottom: 20px;
}

.news-page-title {
  font-size: 16px;
  font-weight: 800;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
  gap: 8px;
}

/* Thẻ Hero Bài viết Nổi bật Mới nhất */
.featured-hero-news-card {
  background: var(--color-bg-card);
  border: 1px solid var(--color-border);
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 25px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.04);
  display: flex;
  flex-direction: row;
  align-items: stretch;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.featured-hero-news-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
}

.hero-thumb-box {
  width: 45%;
  position: relative;
  overflow: hidden;
  background: #f8fafc;
  flex-shrink: 0;
}

.hero-thumb-link {
  display: block;
  width: 100%;
  height: 100%;
}

.hero-thumb-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.featured-hero-news-card:hover .hero-thumb-img {
  transform: scale(1.05);
}

.hero-badge-tag {
  position: absolute;
  top: 12px;
  left: 12px;
  background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
  color: #ffffff;
  font-size: 11px;
  font-weight: 800;
  padding: 4px 10px;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  box-shadow: 0 2px 8px rgba(220, 38, 38, 0.4);
}

.hero-content-box {
  padding: 20px 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-meta-row {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 12.5px;
  color: var(--color-text-muted);
  margin-bottom: 10px;
}

.hero-meta-row i {
  color: var(--color-green-primary);
}

.hero-title {
  font-size: 18px;
  font-weight: 800;
  line-height: 1.35;
  margin: 0 0 10px 0;
}

.hero-title a {
  color: var(--color-text-dark);
  transition: color 0.2s;
}

.hero-title a:hover {
  color: var(--color-green-primary);
}

.hero-excerpt {
  font-size: 13.5px;
  color: #475569;
  line-height: 1.6;
  margin: 0 0 16px 0;
}

.btn-read-hero {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: linear-gradient(180deg, var(--color-green-primary) 0%, var(--color-green-dark) 100%);
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  padding: 8px 18px;
  border-radius: 6px;
  text-decoration: none;
  align-self: flex-start;
  box-shadow: 0 3px 10px rgba(21, 124, 19, 0.25);
  transition: all 0.2s ease;
}

.btn-read-hero:hover {
  background: linear-gradient(180deg, var(--color-green-dark) 0%, #0a4009 100%);
  transform: translateY(-1px);
}

/* Lưới Bài Viết 2 Cột */
.news-archive-grid-2col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 25px;
}

.news-card-box-item {
  background: var(--color-bg-card);
  border: 1px solid var(--color-border);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0,0,0,0.03);
  display: flex;
  flex-direction: column;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.news-card-box-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.07);
}

.card-item-thumb-wrapper {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #f8fafc;
}

.card-thumb-link {
  display: block;
  width: 100%;
  height: 100%;
}

.card-thumb-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.news-card-box-item:hover .card-thumb-img {
  transform: scale(1.06);
}

.card-date-badge {
  position: absolute;
  bottom: 8px;
  right: 8px;
  background: rgba(15, 23, 42, 0.75);
  backdrop-filter: blur(4px);
  color: #ffffff;
  font-size: 11px;
  font-weight: 600;
  padding: 3px 8px;
  border-radius: 4px;
}

.card-item-body-content {
  padding: 16px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.card-item-title {
  font-size: 15px;
  font-weight: 800;
  line-height: 1.4;
  margin: 0 0 8px 0;
  height: 42px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.card-item-title a {
  color: var(--color-text-dark);
  transition: color 0.2s;
}

.card-item-title a:hover {
  color: var(--color-green-primary);
}

.card-item-excerpt {
  font-size: 13px;
  color: #64748b;
  line-height: 1.5;
  margin: 0 0 14px 0;
  height: 38px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.card-item-footer-row {
  margin-top: auto;
  padding-top: 10px;
  border-top: 1px dashed var(--color-border);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
}

.card-author-name {
  color: var(--color-text-muted);
  font-weight: 500;
}

.card-read-more-link {
  color: var(--color-green-primary);
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 2px;
  transition: gap 0.2s;
}

.card-read-more-link:hover {
  gap: 5px;
  text-decoration: underline;
}

/* Trang Chi Tiết Blog Single */
.single-blog-article-card {
  background: var(--color-bg-card);
  border: 1px solid var(--color-border);
  border-radius: 8px;
  padding: 24px;
  margin-bottom: 25px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.04);
}

.single-blog-header {
  margin-bottom: 20px;
  border-bottom: 1px solid var(--color-border);
  padding-bottom: 16px;
}

.blog-category-tag {
  display: inline-block;
  background: #f0fdf4;
  color: var(--color-green-primary);
  border: 1px solid #bbf7d0;
  font-size: 11px;
  font-weight: 800;
  padding: 3px 10px;
  border-radius: 4px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.single-blog-title {
  font-size: 22px;
  font-weight: 800;
  color: var(--color-text-dark);
  line-height: 1.35;
  margin: 0 0 12px 0;
}

.single-blog-meta-bar {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: var(--color-text-muted);
}

.single-blog-meta-bar .meta-sep {
  color: #cbd5e1;
}

.single-blog-featured-img-wrapper {
  margin-bottom: 20px;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid var(--color-border);
}

.single-blog-featured-img {
  width: 100%;
  height: auto;
  display: block;
}

.single-blog-content-body {
  font-size: 15px;
  line-height: 1.8;
  color: #334155;
}

.single-blog-content-body p {
  margin-bottom: 16px;
}

.single-blog-content-body h2, .single-blog-content-body h3 {
  color: #0f172a;
  font-weight: 800;
  margin: 24px 0 12px 0;
}

.single-blog-content-body img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
  margin: 15px auto;
  display: block;
}

.single-blog-content-body blockquote {
  background: #f8fafc;
  border-left: 4px solid var(--color-green-primary);
  margin: 20px 0;
  padding: 14px 18px;
  font-style: italic;
  color: #475569;
  border-radius: 0 6px 6px 0;
}

.single-blog-footer {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 2px dashed var(--color-border);
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.blog-share-box {
  display: flex;
  align-items: center;
  gap: 12px;
}

.share-title {
  font-size: 13.5px;
  font-weight: 700;
  color: var(--color-text-dark);
}

.btn-share {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  border-radius: 6px;
  color: #ffffff;
  font-size: 12.5px;
  font-weight: 700;
  text-decoration: none;
  transition: opacity 0.2s;
}

.btn-share:hover { opacity: 0.9; }
.share-fb { background: #1877f2; }
.share-zalo { background: #0088ff; }

.author-info-box {
  background: #f8fafc;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.author-avatar-circle {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--color-green-primary);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  flex-shrink: 0;
}

.author-details-text {
  display: flex;
  flex-direction: column;
}

.author-name {
  font-size: 14px;
  font-weight: 800;
  color: var(--color-text-dark);
  margin-bottom: 2px;
}

.author-bio {
  font-size: 12.5px;
  color: var(--color-text-muted);
  margin: 0;
  line-height: 1.4;
}

.related-news-section-card {
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .featured-hero-news-card {
    flex-direction: column;
  }
  .hero-thumb-box {
    width: 100%;
    aspect-ratio: 16 / 9;
  }
  .news-archive-grid-2col {
    grid-template-columns: 1fr;
  }
}

/* Logo header dang anh (chon qua trang WP-Admin > Logo & Thuong hieu) */
.sdl-header-logo-img{max-height:173px;width:auto;display:block;}
