/*
Theme Name:   Flatsome Child
Template:     flatsome
Version:      1.0.0
Description:  Flatsome Child Theme - Clone enic.vn style
*/

/* ============================================================
   DESIGN TOKENS - Enic.vn clone
   ============================================================ */
:root {
  --mc-navy:       #1a1e6e;
  --mc-navy-dark:  #0d1254;
  --mc-blue:       #1565c0;
  --mc-blue-light: #1e88e5;
  --mc-blue-btn:   #1976d2;
  --mc-white:      #ffffff;
  --mc-gray-light: #f4f6fb;
  --mc-text:       #1a1e6e;
  --mc-border:     #d0d8ef;
  --mc-font:       -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';
}

/* ============================================================
   FONT IMPORT
   ============================================================ */
/* System font – no external import needed */

body,
.header,
.nav-bar,
.footer,
body.flavor-flavor *,
h1, h2, h3, h4, h5, h6,
p, a, span, li, td, th, div,
input, textarea, select, button,
.nav > li > a,
.sidebar,
.widget,
.product-title,
.product-short-description,
.product_title,
.woocommerce,
.entry-content,
.entry-title,
.page-title,
.section-title,
.banner,
.text-box,
.ux-text,
.mc-section-title,
.featured_box,
blockquote { font-family: var(--mc-font) !important; }

/* ============================================================
   HEADER - Dark navy, full width, no gap
   ============================================================ */
body { padding-top: 0 !important; }

#header,
.header,
.header-wrapper,
.header-inner,
.header-bg,
#top-bar,
.top-nav,
.nav-bar,
.nav-bar-inner,
.nav-dark .header-wrapper,
.header-top {
  background-color: var(--mc-navy) !important;
  background: var(--mc-navy) !important;
}

/* Full-width header - no white side gaps */
#header,
.header-wrapper,
.header-wrapper.stuck {
  width: 100% !important;
  max-width: 100% !important;
  left: 0 !important;
  right: 0 !important;
  border-bottom: none !important;
  box-shadow: 0 2px 10px rgba(0,0,0,0.3) !important;
}

/* Remove gap between header and hero */
html, body { background-color: #0a1172 !important; }
#main, .main, .content-area {
  background: transparent !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}
#content, .entry-content, .page-wrapper {
  padding-top: 0 !important;
  margin-top: 0 !important;
  background: transparent !important;
}
.header-wrapper.stuck { border-bottom: none !important; }

/* Logo - hide PNG image, show CSS text logo */
.header .logo img { display: none !important; }
.header .logo a {
  font-family: var(--mc-font) !important;
  font-size: 26px !important;
  font-weight: 900 !important;
  color: #ffffff !important;
  text-decoration: none !important;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.header .logo a::after {
  content: 'Miric';
  color: #ffffff;
  font-weight: 900;
  font-family: var(--mc-font);
  font-size: 26px;
}
.header .logo-text { display: none !important; }

.header .logo img,
.header .logo a { filter: brightness(10); }

.header .logo-text,
.header .logo a span { color: var(--mc-white) !important; }

/* Nav links */
.header .nav > li > a,
.header .nav > li > a span,
.nav-bar .nav > li > a,
.nav-bar .nav > li > a span {
  color: var(--mc-white) !important;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.3px;
}

.header .nav > li > a:hover,
.header .nav > li:hover > a { color: #7ec8f5 !important; }

/* Right links: Nhà Vệ Sinh Mẫu / Showroom */
.header-right a,
.header .header-right .nav > li > a {
  color: var(--mc-white) !important;
  font-size: 13px;
}

/* Search & cart icons */
.header .icon-search,
.header .icon-cart,
.header .cart-icon svg,
.header .search-icon svg { color: var(--mc-white) !important; fill: var(--mc-white) !important; }

/* Dropdown */
.nav-dropdown { border-top: 3px solid var(--mc-blue) !important; }

/* ============================================================
   SECTION TITLE DIVIDER
   ============================================================ */
.mc-section-title {
  text-align: center;
  color: var(--mc-navy);
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.mc-section-title::before,
.mc-section-title::after {
  content: '';
  flex: 1;
  max-width: 200px;
  height: 2px;
  background: linear-gradient(to right, transparent, var(--mc-navy));
}
.mc-section-title::after { background: linear-gradient(to left, transparent, var(--mc-navy)); }

/* ============================================================
   HERO SECTION
   ============================================================ */
.mc-hero {
  background: linear-gradient(135deg, #0a1172 0%, #1565c0 50%, #42a5f5 100%);
  padding: 0;
  position: relative;
  overflow: hidden;
  min-height: 580px;
}

.mc-hero-text {
  text-align: center;
  padding: 60px 20px 20px;
  position: relative;
  z-index: 2;
}

.mc-hero-text h1 {
  font-size: 52px;
  font-weight: 900;
  color: var(--mc-white);
  text-transform: uppercase;
  line-height: 1.1;
  text-shadow: 0 2px 20px rgba(0,0,0,0.4);
  margin: 0 0 8px;
}

.mc-hero-text h2 {
  font-size: 22px;
  font-weight: 400;
  color: rgba(255,255,255,0.9);
  text-transform: uppercase;
  letter-spacing: 3px;
  margin: 0 0 16px;
}

.mc-hero-badge-btn {
  display: inline-block;
  background: linear-gradient(90deg, #1565c0, #1976d2);
  color: #fff !important;
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding: 10px 40px;
  border-radius: 50px;
  border: 3px solid #fff;
  box-shadow: 0 4px 20px rgba(0,0,0,0.3);
  margin-bottom: 24px;
}

/* Hero showroom images row */
.mc-hero-images {
  display: flex;
  gap: 8px;
  padding: 0 40px;
  justify-content: center;
  overflow: hidden;
}

.mc-hero-images img {
  border-radius: 16px;
  object-fit: cover;
  height: 260px;
  flex: 1;
  min-width: 0;
}

/* ============================================================
   4 FEATURE BADGES
   ============================================================ */
.mc-features {
  background: linear-gradient(90deg, #0a1172, #1565c0, #42a5f5, #1565c0);
  padding: 20px 0;
}

.mc-feature-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: linear-gradient(135deg, #1565c0, #1976d2);
  border: 3px solid rgba(255,255,255,0.3);
  border-radius: 50px;
  padding: 12px 24px;
  margin: 0 8px;
  color: #fff !important;
  text-decoration: none !important;
  transition: transform 0.2s;
}
.mc-feature-item:hover { transform: translateY(-2px); }
.mc-feature-item img { width: 40px; height: 40px; }
.mc-feature-item span {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.3;
  color: #fff !important;
  text-align: left;
}

/* ============================================================
   VIDEO SECTION – Native UX Builder [ux_banner] approach
   ============================================================ */

/* Nút play tự động qua CSS – không cần HTML */
.mc-vt-main .banner,
.mc-vt-thumb .banner {
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
}

/* Play button overlay – SVG circle + triangle */
.mc-vt-main .banner::after,
.mc-vt-thumb .banner::after {
  content: '';
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 62px; height: 62px;
  background: rgba(0,0,0,0.52)
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpolygon points='9,6 20,12 9,18' fill='white'/%3E%3C/svg%3E")
    center/30px no-repeat;
  border-radius: 50%;
  border: 2.5px solid rgba(255,255,255,0.88);
  pointer-events: none;
  z-index: 5;
  transition: background-color 0.2s;
}

/* Main video – play button lớn hơn */
.mc-vt-main .banner::after {
  width: 80px; height: 80px;
  background: rgba(0,0,0,0.52)
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpolygon points='9,6 20,12 9,18' fill='white'/%3E%3C/svg%3E")
    center/38px no-repeat;
  border: 3px solid rgba(255,255,255,0.92);
}

/* Hover effect */
.mc-vt-main .banner:hover::after,
.mc-vt-thumb .banner:hover::after {
  background-color: rgba(21,101,192,0.75);
}

/* Tiêu đề video */
.mc-vt-main .ux-text p,
.mc-vt-main .ux-text strong,
.mc-vt-thumb .ux-text p,
.mc-vt-thumb .ux-text span {
  font-size: 13px !important;
  font-weight: 600 !important;
  color: var(--mc-navy) !important;
  margin-top: 8px !important;
  display: block;
  line-height: 1.4;
}
.mc-vt-main .ux-text strong { font-size: 15px !important; }

/* ============================================================
   CATEGORY PROMO BANNER
   ============================================================ */
.mc-promo-banner {
  background: linear-gradient(135deg, #0a1172 0%, #1565c0 60%, #64b5f6 100%);
  border-radius: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-align: center;
  min-height: 340px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.mc-promo-banner-text {
  padding: 40px 20px 20px;
  z-index: 2;
  position: relative;
}

.mc-promo-banner-text h2 {
  font-size: 36px;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.15;
  text-shadow: 0 2px 12px rgba(0,0,0,0.3);
  margin: 0 0 6px;
}
.mc-promo-banner-text h3 {
  font-size: 16px;
  font-weight: 400;
  color: rgba(255,255,255,0.9);
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0 0 16px;
}
.mc-promo-banner-btn {
  display: inline-block;
  background: linear-gradient(90deg, #1565c0, #1976d2);
  color: #fff !important;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 10px 36px;
  border-radius: 50px;
  border: 3px solid #fff;
  box-shadow: 0 4px 16px rgba(0,0,0,0.3);
  text-decoration: none !important;
}
.mc-promo-banner-images {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
  padding: 0 20px 20px;
  width: 100%;
}
.mc-promo-banner-images img {
  width: 100%; height: 180px; object-fit: cover;
  border-radius: 12px 12px 0 0;
  border: 2px solid rgba(255,255,255,0.2);
}

/* ============================================================
   PRODUCT CATEGORIES GRID
   ============================================================ */
.mc-categories-section { padding: 50px 0 30px; background: #fff; }

.mc-category-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  padding: 0;
}

.mc-category-card {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  transition: box-shadow 0.2s, transform 0.2s;
  text-decoration: none !important;
  display: block;
  background: #e8f4fd;
}
.mc-category-card:hover { box-shadow: 0 8px 24px rgba(26,30,110,0.18); transform: translateY(-3px); }

.mc-category-card .mc-enic-badge {
  position: absolute; top: 10px; left: 10px;
  background: var(--mc-navy); color: #fff;
  font-size: 10px; font-weight: 700;
  padding: 3px 8px; border-radius: 4px;
  letter-spacing: 1px;
}

.mc-category-card img {
  width: 100%; height: 220px; object-fit: cover;
  display: block;
  background: linear-gradient(160deg, #c8dff5 0%, #e0eeff 100%);
}

.mc-category-card .mc-cat-label {
  background: var(--mc-navy);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  padding: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* ============================================================
   AN TÂM MUA SẮM
   ============================================================ */
.mc-antam-section { padding: 50px 0; background: #fff; }

.mc-antam-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  text-align: center;
}

.mc-antam-item {}
.mc-antam-item img { width: 70px; height: 70px; object-fit: contain; margin-bottom: 12px; }
.mc-antam-item h4 {
  font-size: 14px;
  font-weight: 700;
  color: var(--mc-navy);
  text-transform: uppercase;
  margin: 0 0 6px;
  letter-spacing: 0.5px;
}
.mc-antam-item p { font-size: 13px; color: #555; line-height: 1.5; margin: 0; }

/* ============================================================
   SHOWROOM GALLERY
   ============================================================ */
.mc-showroom-gallery { padding: 50px 0 0; background: #fff; }
.mc-gallery-main img { width: 100%; height: 400px; object-fit: cover; border-radius: 6px; }
.mc-gallery-thumbs {
  display: grid; grid-template-columns: repeat(6, 1fr); gap: 6px; margin-top: 6px;
}
.mc-gallery-thumbs img {
  width: 100%; height: 100px; object-fit: cover; border-radius: 4px;
  cursor: pointer; transition: opacity 0.2s;
}
.mc-gallery-thumbs img:hover { opacity: 0.8; }

/* ============================================================
   SHOWROOM LOCATIONS
   ============================================================ */
.mc-locations-section {
  background: linear-gradient(135deg, #0d1254 0%, #1a1e6e 100%);
  padding: 50px 0;
}

.mc-locations-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.mc-location-group {
  background: rgba(255,255,255,0.07);
  border-radius: 10px;
  padding: 20px 24px;
}

.mc-location-name {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 8px;
}

.mc-location-addr {
  font-size: 13px;
  color: rgba(255,255,255,0.8);
  line-height: 1.6;
  display: flex;
  gap: 8px;
  align-items: flex-start;
}
.mc-location-addr svg { flex-shrink: 0; margin-top: 3px; }
.mc-location-map-link { color: #64b5f6 !important; font-style: italic; }

/* ============================================================
   FOOTER
   ============================================================ */
#footer,
.footer,
.footer-wrapper,
.footer-bg,
.footer-inner,
.absolute-footer {
  background: var(--mc-navy) !important;
  color: rgba(255,255,255,0.85) !important;
  border-top: none !important;
}

.footer h4, .footer h3, .footer h5,
.footer .widget-title {
  color: #fff !important;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(255,255,255,0.15);
  padding-bottom: 12px;
}

.footer a, .footer p, .footer li, .footer span {
  color: rgba(255,255,255,0.8) !important;
  font-size: 13px;
}
.footer a:hover { color: #64b5f6 !important; }
.footer ul { list-style: none; padding: 0; margin: 0; }
.footer ul li { padding: 6px 0; border-bottom: 1px dashed rgba(255,255,255,0.1); }

.mc-footer-phone { font-size: 15px; font-weight: 600; color: #fff !important; }
.mc-footer-phone a { color: #64b5f6 !important; font-size: 16px; font-weight: 700; }

.mc-payment-icons { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 10px; }
.mc-payment-icons img { height: 28px; border-radius: 4px; }

.mc-bct-badge { margin-top: 14px; }
.mc-bct-badge img { height: 60px; }

.absolute-footer, .footer-lower {
  background: var(--mc-navy-dark) !important;
  color: rgba(255,255,255,0.5) !important;
  border-top: 1px solid rgba(255,255,255,0.1) !important;
}
.absolute-footer a { color: rgba(255,255,255,0.5) !important; }

/* ============================================================
   VIDEO GRID – 1 large left + 2×2 right
   ============================================================ */
.mc-video-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  align-items: start;
}
.mc-video-right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.mc-video-card img {
  width: 100%;
  height: 155px;
  object-fit: cover;
  border-radius: 8px;
  display: block;
}
.mc-video-card .mc-video-duration {
  position: absolute;
  bottom: 6px;
  right: 8px;
  background: rgba(0,0,0,0.7);
  color: #fff;
  font-size: 11px;
  padding: 2px 6px;
  border-radius: 4px;
}
.mc-video-card > div { position: relative; }

/* ============================================================
   SHOWROOM SYSTEM BANNER
   ============================================================ */
.mc-showroom-banner {
  background: linear-gradient(135deg, #0a1172 0%, #1565c0 55%, #42a5f5 100%);
  padding: 50px 20px;
}
.mc-showroom-banner-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 220px;
  gap: 40px;
  align-items: center;
}
.mc-showroom-banner-left h2 {
  font-size: 34px;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.15;
  margin: 0 0 4px;
  text-shadow: 0 2px 12px rgba(0,0,0,0.3);
}
.mc-showroom-banner-left h3 {
  font-size: 22px;
  font-weight: 700;
  color: rgba(255,255,255,0.9);
  text-transform: uppercase;
  letter-spacing: 3px;
  margin: 0 0 24px;
}
.mc-showroom-thumbs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 4px;
}
.mc-sr-thumb { position: relative; border-radius: 8px; overflow: hidden; }
.mc-sr-thumb img {
  width: 100%;
  height: 130px;
  object-fit: cover;
  display: block;
  border: 2px solid rgba(255,255,255,0.25);
  border-radius: 8px;
}
.mc-sr-thumb-label {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(10,17,114,0.75);
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  padding: 5px 8px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.mc-vn-map {
  width: 100%;
  max-height: 420px;
  filter: drop-shadow(0 4px 20px rgba(0,0,0,0.4));
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 849px) {
  .mc-hero-text h1 { font-size: 32px; }
  .mc-hero-text h2 { font-size: 14px; }
  .mc-category-grid { grid-template-columns: repeat(2, 1fr); }
  .mc-antam-grid { grid-template-columns: repeat(2, 1fr); }
  .mc-video-grid { grid-template-columns: 1fr; }
  .mc-locations-grid { grid-template-columns: 1fr; }
  .mc-promo-banner-images { grid-template-columns: repeat(3, 1fr); }
  .mc-gallery-thumbs { grid-template-columns: repeat(3, 1fr); }
  .mc-showroom-banner-inner { grid-template-columns: 1fr; }
  .mc-vn-map { max-height: 280px; margin: 0 auto; display: block; }
}

@media (max-width: 549px) {
  .mc-hero-text h1 { font-size: 24px; }
  .mc-category-grid { grid-template-columns: repeat(2, 1fr); }
  .mc-antam-grid { grid-template-columns: repeat(2, 1fr); }
  .mc-features .row { flex-wrap: wrap; }
  .mc-gallery-thumbs { grid-template-columns: repeat(2, 1fr); }
  .mc-showroom-thumbs { grid-template-columns: 1fr 1fr; }
  .mc-showroom-banner-left h2 { font-size: 24px; }
}

/* ============================================================
   V2: HERO SECTION - Banner + Images Row + Features Bar
   ============================================================ */
.mc-hero-section { overflow: hidden; }
.mc-hero-section .banner { border-radius: 0 !important; }

.mc-hero-images {
  display: flex;
  gap: 8px;
  padding: 0 30px;
  justify-content: center;
  margin-top: -80px;
  position: relative;
  z-index: 3;
}
.mc-hero-images img {
  border-radius: 16px;
  object-fit: cover;
  height: 250px;
  flex: 1;
  min-width: 0;
  border: 3px solid rgba(255,255,255,0.25);
  box-shadow: 0 8px 30px rgba(0,0,0,0.3);
  transition: transform 0.3s;
}
.mc-hero-images img:hover { transform: translateY(-4px); }

@media (max-width: 849px) {
  .mc-hero-images { padding: 0 12px; gap: 6px; margin-top: -50px; }
  .mc-hero-images img { height: 160px; border-radius: 10px; }
  .mc-hero-images img:nth-child(4),
  .mc-hero-images img:nth-child(5) { display: none; }
}
@media (max-width: 549px) {
  .mc-hero-images img { height: 120px; }
  .mc-hero-images img:nth-child(3) { display: none; }
}

.mc-hero-badge-btn {
  display: inline-block;
  background: linear-gradient(90deg, #1565c0, #1976d2);
  color: #fff !important;
  font-size: 24px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 4px;
  padding: 12px 48px;
  border-radius: 50px;
  border: 3px solid #fff;
  box-shadow: 0 4px 24px rgba(0,0,0,0.35);
}

/* Features bar */
.mc-features-bar { background: linear-gradient(90deg, #0a1172, #1565c0, #42a5f5, #1565c0); }
.mc-feature-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: linear-gradient(135deg, #1565c0, #1976d2);
  border: 3px solid rgba(255,255,255,0.3);
  border-radius: 50px;
  padding: 14px 24px;
  color: #fff !important;
  text-decoration: none !important;
  transition: transform 0.2s, box-shadow 0.2s;
  min-height: 64px;
}
.mc-feature-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.3);
}
.mc-feature-item img { width: 42px; height: 42px; object-fit: contain; flex-shrink: 0; }
.mc-feature-item span {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.35;
  color: #fff !important;
  text-align: left;
}

/* ============================================================
   V2: VIDEO SECTION - HTML play buttons
   ============================================================ */
.mc-video-card { margin-bottom: 10px; }
.mc-video-card > div { position: relative; overflow: hidden; border-radius: 10px; }
.mc-video-card img { transition: transform 0.3s; }
.mc-video-card:hover img { transform: scale(1.03); }

/* Play button - base */
.mc-play-btn {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 52px; height: 52px;
  background: rgba(0,0,0,0.5)
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpolygon points='9,6 20,12 9,18' fill='white'/%3E%3C/svg%3E")
    center/24px no-repeat;
  border-radius: 50%;
  border: 2.5px solid rgba(255,255,255,0.85);
  pointer-events: none;
  z-index: 5;
  transition: background-color 0.2s, transform 0.2s;
}
/* Play button - large for main video */
.mc-play-btn-lg {
  width: 72px; height: 72px;
  background-size: 32px;
  border: 3px solid rgba(255,255,255,0.9);
}
.mc-video-card:hover .mc-play-btn {
  background-color: rgba(21,101,192,0.7);
  transform: translate(-50%, -50%) scale(1.08);
}

/* Duration badge */
.mc-video-duration {
  position: absolute;
  bottom: 8px; right: 10px;
  background: rgba(0,0,0,0.75);
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  padding: 2px 7px;
  border-radius: 4px;
  z-index: 4;
}

/* Video titles */
.mc-video-title {
  font-size: 13px;
  font-weight: 600;
  color: var(--mc-navy);
  margin: 8px 0 0;
  line-height: 1.4;
}
.mc-video-card-main .mc-video-title {
  font-size: 15px;
  font-weight: 700;
}

/* ============================================================
   V2: CATEGORY CARDS - HTML <a> based
   ============================================================ */
.mc-category-card {
  display: block;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  text-decoration: none !important;
  background: linear-gradient(160deg, #d6e8f7 0%, #e8f2fc 40%, #f0f6ff 100%);
  transition: box-shadow 0.3s, transform 0.3s;
  box-shadow: 0 2px 8px rgba(26,30,110,0.08);
}
.mc-category-card:hover {
  box-shadow: 0 10px 30px rgba(26,30,110,0.18);
  transform: translateY(-4px);
}
.mc-enic-badge {
  position: absolute;
  top: 10px; left: 10px;
  background: var(--mc-navy);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  padding: 3px 10px;
  border-radius: 4px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  z-index: 3;
  font-style: italic;
}
.mc-category-card img {
  width: 100%;
  height: 220px;
  object-fit: contain;
  display: block;
  padding: 20px;
  transition: transform 0.3s;
}
.mc-category-card:hover img { transform: scale(1.05); }
.mc-cat-label {
  display: block;
  background: var(--mc-navy);
  color: #fff !important;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  padding: 13px 10px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin: 0;
}

@media (max-width: 849px) {
  .mc-category-card img { height: 180px; padding: 14px; }
}
@media (max-width: 549px) {
  .mc-category-card img { height: 140px; padding: 10px; }
  .mc-cat-label { font-size: 11px; padding: 10px 6px; }
}

/* ============================================================
   ELEMENTOR IMAGE CAROUSEL - Full width fix
   ============================================================ */
/* Section stretched full width */
.elementor-section.elementor-section-stretched .elementor-image-carousel-wrapper {
  width: 100% !important;
}
/* Ảnh carousel full width + cover */
.elementor-image-carousel .swiper-slide,
.elementor-image-carousel .swiper-slide figure {
  width: 100% !important;
  margin: 0 !important;
}
.elementor-image-carousel .swiper-slide-image {
  width: 100% !important;
  height: 480px !important;
  object-fit: cover !important;
  display: block !important;
}
/* Xoá outline đỏ / border thừa */
.elementor-image-carousel-wrapper,
.elementor-image-carousel-wrapper * {
  outline: none !important;
  border: none !important;
}
/* Dots position */
.elementor-image-carousel-wrapper .swiper-pagination {
  bottom: 16px !important;
}
@media (max-width: 768px) {
  .elementor-image-carousel .swiper-slide-image {
    height: 240px !important;
  }
}

/* ============================================================
   ELEMENTOR VIDEO SECTION spacing
   ============================================================ */
.elementor-widget-video .elementor-wrapper {
  border-radius: 6px;
  overflow: hidden;
}

/* ============================================================
   DANH MỤC SẢN PHẨM - Product Category Cards
   ============================================================ */
/* Card wrapper */
.mc-cat-card > .elementor-column-wrap,
.mc-cat-card > .elementor-widget-wrap {
  background: linear-gradient(160deg, #e8f5ff 0%, #c5e3f5 60%, #d8effe 100%) !important;
  border-radius: 14px !important;
  overflow: hidden !important;
  position: relative !important;
  border: 1px solid rgba(100,180,255,0.2) !important;
  transition: box-shadow .25s ease, transform .25s ease !important;
}
.mc-cat-card > .elementor-column-wrap:hover,
.mc-cat-card > .elementor-widget-wrap:hover {
  box-shadow: 0 8px 30px rgba(26,30,110,0.15) !important;
  transform: translateY(-3px) !important;
}
/* Badge "Miric" góc trái trên */
.mc-cat-card > .elementor-column-wrap::before,
.mc-cat-card > .elementor-widget-wrap::before {
  content: 'Miric';
  position: absolute;
  top: 10px; left: 10px;
  background: #1a1e6e;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  padding: 3px 9px;
  border-radius: 4px;
  z-index: 5;
  letter-spacing: 0.5px;
  font-family: 'Be Vietnam Pro', sans-serif;
}
/* Ảnh sản phẩm */
.mc-cat-card .elementor-widget-image {
  padding: 30px 20px 12px !important;
}
.mc-cat-card .elementor-widget-image img {
  height: 165px !important;
  width: 100% !important;
  object-fit: contain !important;
}
/* Footer strip - tên danh mục */
.mc-cat-card .elementor-widget-heading {
  background: #1a1e6e !important;
  margin: 0 !important;
  padding: 0 !important;
}
.mc-cat-card .elementor-widget-heading .elementor-heading-title {
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  letter-spacing: 1.5px !important;
  padding: 13px 8px !important;
  text-align: center !important;
  margin: 0 !important;
  display: block !important;
}

/* Row spacing */
.mc-cat-row { gap: 16px; }
.mc-cat-row .elementor-column {
  padding: 0 8px !important;
}

/* ============================================================
   AN TÂM MUA SẮM - Icon Box Cards
   ============================================================ */
.elementor-widget-icon-box .elementor-icon-box-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.elementor-widget-icon-box .elementor-icon-box-icon {
  margin-bottom: 16px;
}
.elementor-widget-icon-box .elementor-icon-box-title {
  font-size: 14px !important;
  font-weight: 800 !important;
  color: #1a1e6e !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  margin-bottom: 8px !important;
  text-align: center !important;
}
.elementor-widget-icon-box .elementor-icon-box-description {
  font-size: 13px !important;
  color: #555 !important;
  text-align: center !important;
  line-height: 1.5 !important;
}
/* Responsive */
@media (max-width: 768px) {
  .elementor-widget-icon-box .elementor-icon-box-title {
    font-size: 12px !important;
  }
}

/* ── AN TÂM MUA SẮM: force navy icon color ── */
.elementor-widget-icon-box .elementor-icon i,
.elementor-widget-icon-box .elementor-icon svg {
  color: #1a1e6e !important;
  fill: #1a1e6e !important;
}
.elementor-widget-icon-box .elementor-icon {
  color: #1a1e6e !important;
}

/* ── AN TÂM MUA SẮM cards ── */
.mc-antam-card > .elementor-column-wrap,
.mc-antam-card > .elementor-widget-wrap {
  background: #f4f6fb !important;
  border-radius: 12px !important;
  margin: 8px !important;
  box-shadow: 0 4px 18px rgba(26,30,110,0.08) !important;
  padding: 28px 20px !important;
  text-align: center !important;
}
.mc-antam-card--active > .elementor-column-wrap,
.mc-antam-card--active > .elementor-widget-wrap {
  background: #ffffff !important;
  border: 1px solid #c0c8e0 !important;
}
/* Icon navy */
.mc-antam-card .elementor-icon i,
.mc-antam-card .elementor-icon svg {
  color: #1a1e6e !important;
  fill: #1a1e6e !important;
}
.mc-antam-card .elementor-icon { font-size: 52px !important; }
/* Title */
.mc-antam-card .elementor-icon-box-title { color: #1a1e6e !important; }
/* Description */
.mc-antam-card .elementor-icon-box-description { color: #555 !important; font-size: 13px !important; }

/* ============================================================
   SHOWROOM SECTION
   ============================================================ */
.mc-select-wrapper {
    position: relative;
    max-width: 100%;
}
.mc-showroom-select {
    width: 100%;
    padding: 10px 15px !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    color: #444 !important;
    border: 1px solid #ddd;
    border-radius: 4px;
    appearance: none;
    -webkit-appearance: none;
    background: #fff url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="%23555" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="6 9 12 15 18 9"></polyline></svg>') no-repeat right 15px center;
    background-size: 12px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.02);
    min-height: 48px !important;
    height: auto !important;
    line-height: normal !important;
}
.mc-showroom-select:focus {
    outline: none;
    border-color: #1a1e6e;
    box-shadow: 0 0 0 1px #1a1e6e;
}
.mc-showroom-box {
    border: 1px solid #ddd;
    border-radius: 4px;
}
.mc-sr-thumbs .gallery-col {
    margin-top: 10px;
}
.mc-sr-main-gallery .flickity-prev-next-button {
    background: rgba(26, 30, 110, 0.9) !important;
}
.mc-sr-main-gallery .flickity-prev-next-button svg {
    fill: #ffffff !important;
}
.mc-sr-panel { display: none; }
.mc-sr-panel.active { display: block; animation: fadeIn 0.4s ease; }
@keyframes fadeIn { from { opacity: 0; transform: translateY(5px); } to { opacity: 1; transform: translateY(0); } }
.mc-sr-main-gallery img, .mc-sr-thumbs img { object-fit: cover !important; width: 100%; height: 100%; }

/* ============================================================
   FOOTER BLOCK
   ============================================================ */
.mc-footer-section h3.mc-ft-h3 {
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    margin-bottom: 25px !important;
}
.mc-footer-section h4.mc-ft-h4 {
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    margin-top: 15px !important;
    margin-bottom: 8px !important;
}
.mc-footer-section p.mc-ft-p, 
.mc-footer-section p.mc-ft-p a {
    color: #eceff8 !important;
    font-size: 14.5px !important;
    line-height: 1.5 !important;
    margin-bottom: 8px !important;
}
.mc-footer-section p.mc-ft-p a:hover {
    color: #00e5ff !important;
}

.mc-footer-list {
    list-style: none;
    padding: 0;
    margin: 0 !important;
}
.mc-footer-list li {
    border-bottom: 1px dashed rgba(255,255,255,0.2) !important;
    padding: 10px 0 !important;
}
.mc-footer-list li:first-child {
    border-top: 1px dashed rgba(255,255,255,0.2) !important;
}
.mc-footer-list li a {
    color: #eceff8 !important;
    text-decoration: none;
    font-size: 14.5px !important;
    transition: 0.2s !important;
}
.mc-footer-list li a:hover {
    color: #00e5ff !important;
}

/* ============================================================
   HEADER ENIC STYLE OVERRIDES
   ============================================================ */
#header .header-main {
    background-color: #2b2772 !important; /* Enic style dark blue/purple */
}
/* Main Menu Config */
.header-main .header-nav > li > a {
    color: #fff !important;
    font-size: 12.5px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    padding: 0 12px !important;
    transition: 0.3s !important;
}
.header-main .header-nav > li.has-dropdown > a:after {
    color: rgba(255,255,255,0.7) !important;
    font-size: 10px !important;
    margin-left: 5px !important;
}
.header-main .header-nav > li > a:hover {
    color: #00e5ff !important;
}

/* Make Right Nav Minimalist */
.header-main .header-cart-title, 
.header-main .cart-price, 
.header-main .cart-icon strong,
.header-main .header-account-title { 
    display: none !important; 
} 
.header-main .cart-icon { 
    top: 3px !important; 
    position: relative; 
}
.header-main .menu-item a {
    color: #fff !important;
}

/* ============================================================
   ABOUT US PAGE (GIỚI THIỆU)
   ============================================================ */
/* Hover Cards Mission */
.mc-hover-card {
    transition: all 0.4s ease;
    border: 1px solid rgba(255,255,255,0.05);
}
.mc-hover-card:hover {
    transform: translateY(-5px);
    background: rgba(255,255,255,0.05) !important;
    border: 1px solid rgba(0, 229, 255, 0.4);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

/* Core Value Boxes */
.mc-value-box {
    transition: all 0.3s ease;
}
.mc-value-box .icon-box {
    background: #fff;
    padding: 30px 20px;
    border-radius: 8px;
    border: 1px solid #eaeaea;
    transition: 0.4s ease;
}
.mc-value-box:hover .icon-box {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.08);
    border-color: #00e5ff;
}
.mc-value-box h4 {
    transition: color 0.3s ease;
}
.mc-value-box:hover h4 {
    color: #00e5ff !important;
}

/* Image Offset shadow effect */
.mc-img-offset-right .img-inner {
    border-radius: 8px;
    transition: 0.4s ease;
    box-shadow: 0 15px 40px rgba(26, 30, 110, 0.15);
}
.mc-img-offset-right:hover .img-inner {
    transform: scale(1.02);
}

/* ============================================================
   WOOCOMMERCE PRODUCT GRID / LOOP OVERRIDES (ENIC STYLE)
   ============================================================ */
.products .product-small.box {
    background: #fff;
    border: 1px solid #eaeaea;
    transition: 0.3s;
    height: 100%;
    overflow: hidden;
    border-radius: 4px;
}
.products .product-small.box:hover {
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    border-color: #d1d5df;
}
.products .product-small .box-image {
    position: relative;
    padding-bottom: 0 !important;
}
.products .product-small .box-image .image-none img,
.products .product-small .box-image img {
    padding: 0 !important; /* Removed white border gap */
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover !important;
}
/* Hide default Flatsome elements */
.add-to-cart-button, .out-of-stock-label, .box-image .quick-view, .box-image .badge-container {
    display: none !important;
}

/* Custom Loop Badge */
.mc-loop-badge {
    position: absolute;
    top: 0;
    left: 0;
    background: #1a1e6e;
    color: #fff;
    font-size: 10.5px;
    font-weight: 700;
    padding: 3px 8px;
    z-index: 9;
    border-radius: 0 0 4px 0;
}

/* Hide Category */
.products .product-small .category {
    display: none !important;
}

/* Custom Meta Row */
.mc-loop-meta {
    display: flex;
    justify-content: space-between;
    padding: 10px 15px 5px;
    font-size: 13px;
    color: #888;
    font-style: italic;
}

/* Title */
.products .product-title {
    padding: 0 15px !important;
    text-align: left !important;
    margin-bottom: 5px;
}
.products .product-title a {
    color: #1a1e6e !important;
    font-size: 14.5px !important;
    font-weight: 800 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4 !important;
    height: 41px; /* Ensures exactly 2 lines of identical height */
}

/* Ratings */
.products .star-rating {
    margin: 5px 15px 10px !important;
    text-align: left !important;
    justify-content: flex-start !important;
}

/* Price */
.products .price-wrapper {
    padding: 0 15px 15px !important;
    text-align: left !important;
}
.products .price {
    display: flex;
    align-items: baseline;
    gap: 8px;
}
.products .price ins, .products .price > .amount {
    color: #1a1e6e !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    text-decoration: none !important;
}
.products .price del, .products .price del .amount {
    color: #999 !important;
    font-size: 13px !important;
    font-weight: normal !important;
}

/* Bottom Buttons Row */
.mc-loop-buttons {
    display: flex;
    gap: 5px;
    padding: 15px 10px 10px;
    margin-top: auto; /* Push to bottom */
}
.mc-loop-buttons .button {
    flex: 1;
    margin: 0;
    background: #2b2772 !important;
    color: #fff !important;
    border-radius: 4px;
    font-size: 11px !important;
    padding: 10px 0 !important;
    text-transform: uppercase;
    font-weight: 700;
    border: none !important;
    min-height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1 !important;
}
.mc-loop-buttons .button:hover {
    background: #00e5ff !important;
    color: #1a1e6e !important;
}

/* Fix box-text flex property for push to bottom */
.products .product-small .box-inner { 
    display: flex; 
    flex-direction: column; 
    height: 100%; 
    position: relative !important; 
}
.products .product-small .box-text {
    position: static !important;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    text-align: left !important;
    padding: 0 !important; 
}

/* ============================================================
   RELATED PRODUCTS & LOOPS (ENIC STYLE)
   ============================================================ */

/* 1. Header Styling */
.related-products .section-title {
    border-bottom: none !important;
    text-align: left !important;
    margin-bottom: 30px !important;
}
.related-products .section-title b { 
    display: none !important; /* Hide Flatsome title decoration bars */
}
.related-products .section-title-main {
    font-size: 18px !important;
    font-weight: 800 !important;
    color: #1a1e6e !important;
    text-transform: uppercase !important;
    margin: 0 !important;
}

/* Product loop styles are now managed globally via functions.php to ensure 1:1 consistency with Enic design and bypass cache issues. */
.mc-btn-qv { background-color: #111e6e !important; }

/* Global Hide Divider */
.mc-btn-qv { background-color: #111e6e !important; }

/* Global Hide Divider */
.mc-btn-qv { background-color: #111e6e !important; }

/* Global Hide Divider */
.mc-btn-qv { background-color: #111e6e !important; }

/* Global Hide Divider */
.mc-btn-qv { background-color: #111e6e !important; }

/* Global Hide Divider */
.mc-btn-qv {
    background-color: #1a1e6e !important; /* Slightly darker */
}
.mc-loop-buttons a:hover {
    opacity: 0.9;
}

/* ============================================================
   SINGLE PRODUCT PAGE OVERRIDES (ENIC STYLE)
   ============================================================ */
/* Hide Default elements */
.single-product .woocommerce-product-rating { display: none !important; }
.single-product .product-title { 
    text-transform: uppercase !important;
    font-size: 20px !important;
    font-weight: 800 !important;
    color: #1a1e6e !important;
    border-bottom: 1px solid #777;
    padding-bottom: 12px;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
}

@media(min-width: 850px) {
    .single-product .product-info {
        padding-left: 45px !important; /* Fix column spacing / overlap */
    }
}
.single-product .product-gallery-slider img {
    background-color: #e9ecef;
    aspect-ratio: 1/1;
    object-fit: cover;
}

.single-product .price-wrapper .price {
    display: flex !important;
    align-items: center !important;
    gap: 15px !important;
    border-bottom: 1px dashed #e0e0e0;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.single-product .price-wrapper .price ins {
    font-size: 26px !important;
    color: #1a1e6e !important;
    font-weight: 800 !important;
    text-decoration: none !important;
}
.single-product .price-wrapper .price del {
    font-size: 15px !important;
    color: #555 !important;
    text-decoration: line-through !important;
}
.mc-price-badge {
    background: #dc2626 !important;
    color: white !important;
    font-weight: 700 !important;
    border-radius: 50% !important;
    width: 42px !important;
    height: 42px !important;
    padding: 0 !important;
    font-size: 13px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1 !important;
}

/* Custom Rating Row */
.mc-rating-sold-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    margin-bottom: 25px;
}
.mc-rt-score { font-weight: 700; color: #555; font-size:14px; }
.mc-rt-stars { color: #f5b014; font-size: 16px; letter-spacing:1px; }
.mc-rt-count { color: #1877f2; }
.mc-rt-sold { color: #555; border-left: 1px solid #ccc; padding-left: 8px; }

/* Zebra Table Attributes (Thông tin sản phẩm) */
.single-product table.shop_attributes {
    border: none !important;
    margin-bottom: 30px !important;
    width: 100% !important;
}
.single-product table.shop_attributes th, 
.single-product table.shop_attributes td {
    padding: 15px 20px !important; /* Increased padding */
    border: none !important;
    font-size: 15px !important;
    vertical-align: middle !important;
}
.single-product table.shop_attributes tr:nth-child(odd) th,
.single-product table.shop_attributes tr:nth-child(odd) td {
    background-color: #f9f9fb !important; /* Subtle gray */
}
.single-product table.shop_attributes tr:nth-child(even) th,
.single-product table.shop_attributes tr:nth-child(even) td {
    background-color: #ffffff !important;
}
.single-product table.shop_attributes th {
    width: 38% !important;
    color: #111 !important;
    font-weight: 700 !important;
    text-align: left !important;
}
.single-product table.shop_attributes td p {
    margin: 0 !important;
    color: #333 !important;
    font-weight: 400 !important;
}

/* Promo Box (Exact Enic Matching) */
.mc-promo-box {
    border: 1px dotted #777 !important; /* Thinner dotted border */
    padding: 15px 20px !important; /* Reduced padding from 25px */
    border-radius: 4px !important;
    margin: 20px 0 !important; /* Focused margin */
    background: #fff !important;
}
.mc-promo-box .promo-title {
    color: #dc2626 !important;
    font-weight: 800 !important;
    font-size: 16px !important;
    margin-bottom: 12px !important;
    text-transform: none !important;
}
.mc-promo-box ul { list-style: none !important; padding-left: 0 !important; margin-bottom: 0 !important; }
.mc-promo-box ul li {
    position: relative !important;
    padding-left: 32px !important;
    font-size: 14px !important;
    color: #222 !important;
    margin-bottom: 10px !important;
    line-height: 1.4 !important;
    font-weight: 500 !important;
    display: flex !important;
    align-items: center !important;
}
.mc-promo-box ul li::before {
    font-family: "Font Awesome 5 Free" !important;
    content: "\f00c" !important; /* fa-check */
    font-weight: 900 !important;
    position: absolute !important;
    left: 0 !important;
    color: #fff !important;
    background: #1a1e6e !important;
    width: 20px !important;
    height: 20px !important;
    font-size: 10px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50% !important;
}

/* Hide Meta and Share Block */
.product_meta, .social-icons, .product-share { 
    display: none !important; 
}

/* Dual Add to Cart Buttons */
.single-product form.cart {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: stretch;
    margin-bottom: 25px;
}
.single-product form.cart .quantity { 
    margin: 0 !important; 
    flex: 0 0 auto;
    height: 46px; 
}
.single-product form.cart .quantity input.qty,
.single-product form.cart .quantity input[type="button"] { 
    height: 46px !important; 
    min-height: 46px !important; 
}
.single-product form.cart .single_add_to_cart_button {
    flex: 1 1 auto;
    background: #fff !important;
    color: #1a1e6e !important;
    border: 2px solid #1a1e6e !important;
    border-radius: 4px;
    margin: 0 !important;
    font-weight: 800;
    font-size: 13px !important;
    padding: 0 10px !important;
    height: 46px; 
    display: flex;
    align-items: center;
    justify-content: center;
}
.single-product form.cart .mc-btn-buynow {
    flex: 1 1 auto;
    background: #2b2772 !important;
    color: #fff !important;
    border: none;
    border-radius: 4px;
    margin: 0 !important;
    font-weight: 800;
    font-size: 13px !important;
    padding: 0 10px !important;
    height: 46px; 
    display: flex;
    align-items: center;
    justify-content: center;
}
.single-product form.cart button:hover {
    opacity: 0.8;
}

/* Gallery Override - Custom Font Awesome Icons */
.single-product .product-gallery .flickity-prev-next-button {
    background: #2b2772 !important;
    border-radius: 50% !important;
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
    min-height: 36px !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: none !important;
    transform: translateY(-50%) !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.3);
    z-index: 10;
    overflow: visible !important;
}

.single-product .product-gallery .flickity-prev-next-button svg { 
    display: none !important; /* Hide default SVG */
}

.single-product .product-gallery .flickity-prev-next-button::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fff;
    font-size: 16px;
    display: inline-block;
}

.single-product .product-gallery .flickity-prev-next-button.previous { left: 10px !important; }
.single-product .product-gallery .flickity-prev-next-button.previous::before {
    content: "\f053"; /* fa-chevron-left */
    margin-right: 2px;
}

.single-product .product-gallery .flickity-prev-next-button.next { right: 10px !important; }
.single-product .product-gallery .flickity-prev-next-button.next::before {
    content: "\f054"; /* fa-chevron-right */
    margin-left: 2px;
}

/* Tabs Minimal Enic Style */
.woocommerce-tabs ul.tabs {
    border: none !important;
    display: flex !important;
    justify-content: center !important;
    gap: 30px;
    margin-bottom: 30px !important;
    border-bottom: 1px solid #eaeaea !important;
}
.woocommerce-tabs ul.tabs li {
    background: transparent !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 0 10px 0 !important;
    border-radius: 0 !important;
}
.woocommerce-tabs ul.tabs li a {
    color: #555 !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
}
.woocommerce-tabs ul.tabs li.active { border-bottom: 2px solid #1a1e6e !important; }
.woocommerce-tabs ul.tabs li.active a { color: #1a1e6e !important; }
.woocommerce-tabs .tab-panels { padding-top: 20px; }

/* ============================================================
   FAKE REVIEWS COMPONENT
   ============================================================ */
.mc-fake-reviews {
    font-family: inherit;
    color: #333;
}
.mc-rv-heading {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #000;
}
.mc-rv-summary {
    display: flex;
    border: 1px solid #eaeaea;
    border-radius: 4px;
    align-items: center;
    margin-bottom: 30px;
    flex-wrap: wrap;
}
.mc-rv-score-box {
    flex: 0 0 25%;
    text-align: center;
    padding: 30px 20px;
}
.mc-rv-score {
    font-size: 48px;
    font-weight: 800;
    color: #f59e0b; /* Orange */
    line-height: 1;
}
.mc-rv-score .mc-rv-star-symbol {
    font-size: 32px;
}
.mc-rv-score-label {
    font-size: 12px;
    font-weight: 700;
    margin-top: 10px;
    color: #555;
    text-transform: uppercase;
}
.mc-rv-bars {
    flex: 1;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    padding: 20px;
}
.mc-rv-bar-row {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    font-size: 13px;
}
.mc-rv-star-num {
    width: 35px;
    font-weight: 700;
    color: #333;
    display: flex;
    align-items: center;
    gap: 4px;
}
.mc-rv-star-num .mc-rv-star-symbol {
    color: #333;
    font-size: 14px;
}
.mc-rv-progress {
    flex: 1;
    height: 12px;
    background: #f1f5f9;
    border-radius: 6px;
    margin: 0 15px;
    overflow: hidden;
}
.mc-rv-fill {
    height: 100%;
    background: #f59e0b;
    border-radius: 6px;
}
.mc-rv-percent {
    width: 130px;
    color: #0ea5e9;
}
.mc-rv-action {
    flex: 0 0 25%;
    text-align: center;
    padding: 20px;
}
.mc-rv-btn {
    background: #0ea5e9 !important; /* light blue */
    color: #fff !important;
    border: none;
    border-radius: 4px;
    padding: 12px 25px !important;
    font-weight: 700;
    margin: 0;
    cursor: pointer !important;
    transition: background 0.3s ease;
}
.mc-rv-btn:hover {
    background: #0284c7 !important;
}
.mc-rv-item {
    display: flex;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #eaeaea;
}
.mc-rv-avatar {
    width: 50px;
    height: 50px;
    background: #a3a3a3;
    border-radius: 50%;
    margin-right: 15px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
}
.mc-rv-content { flex: 1; }
.mc-rv-author {
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 2px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}
.mc-rv-badge {
    color: #10b981; /* Green */
    font-size: 12px;
    font-weight: normal;
    font-style: italic;
}
.mc-rv-stars {
    color: #f59e0b;
    font-size: 14px;
    margin-bottom: 6px;
    letter-spacing: 2px;
}
.mc-rv-text {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 8px;
    color: #444;
}
.mc-rv-links { font-size: 13px; color: #888; }
.mc-rv-links a { color: #0ea5e9; text-decoration: none; font-weight: 500;}

/* Global Hide Divider */
.is-divider { display: none !important; }

@media (max-width: 768px) {
    .mc-rv-score-box, .mc-rv-action { flex: 0 0 100%; border: none; }
    .mc-rv-bars { border: none; border-top: 1px solid #eaeaea; border-bottom: 1px solid #eaeaea; flex: 0 0 100%; }
}
