/** Shopify CDN: Minification failed

Line 379:8 Unexpected "}"

**/
/* ========================================
   Shenbai Heavy Industry - Brand Overrides
   Deep Navy #0A1628 + Industrial Red #D4232E + Gold #C8A951
   ======================================== */

/* === CSS Variables === */
:root {
  --color-primary: #0A1628;
  --color-accent: #D4232E;
  --color-steel: #2C3E50;
  --color-white: #FFFFFF;
  --color-bg-light: #F5F7FA;
  --color-gold: #C8A951;
  --color-text: #333333;
  --color-text-light: #8899AA;
  --color-border: #E2E8F0;
  --font-heading: 'Montserrat', sans-serif;
  --font-body: 'Inter', sans-serif;
  --shadow-sm: 0 2px 8px rgba(10, 22, 40, 0.08);
  --shadow-md: 0 4px 20px rgba(10, 22, 40, 0.12);
  --shadow-lg: 0 8px 40px rgba(10, 22, 40, 0.16);
  --radius: 8px;
  --transition: 0.3s ease;

  /* Shopify overrides */
  --shenbai-navy: #0A1628;
  --shenbai-navy-light: #162240;
  --shenbai-red: #D4232E;
  --shenbai-red-dark: #B01D26;
  --shenbai-gold: #C8A951;
  --shenbai-gold-light: #D4BC6A;
  --shenbai-bg-light: #F5F7FA;
  --shenbai-text-dark: #1a1a1a;
  --shenbai-text-muted: #888888;
}

/* === Force Brand Fonts === */
:root {
  --font-heading-family: 'Montserrat', sans-serif !important;
  --font-body-family: 'Inter', sans-serif !important;
}

h1, h2, h3, h4, h5, h6,
.h0, .h1, .h2, .h3, .h4, .h5, .h6,
.title, .card__heading {
  font-family: 'Montserrat', sans-serif !important;
}

body, p, span, a, div, li, td, th, input, textarea, select, button, label {
  font-family: 'Inter', sans-serif;
}

/* === Scoped Reset (only for shenbai custom pages, NOT global) === */
/* Global * reset REMOVED - it breaks Horizon theme layout */
/* box-sizing only, no margin/padding reset */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: var(--font-body); color: var(--color-text); background: var(--color-white); line-height: 1.7; overflow-x: hidden; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
img { max-width: 100%; display: block; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

/* === Section Header (shared across all pages) === */
.section-header { text-align: center; margin-bottom: 60px; }
.section-header .label { display: inline-block; font-family: var(--font-heading); font-size: 13px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: var(--color-accent); margin-bottom: 12px; }
.section-header h2 { font-family: var(--font-heading); font-size: 36px; font-weight: 800; color: var(--color-primary); line-height: 1.2; margin-bottom: 16px; }
.section-header p { font-size: 16px; color: var(--color-text-light); max-width: 600px; margin: 0 auto; }

/* === Scroll Animations (shared across all pages) === */
.fade-up { opacity: 0; transform: translateY(40px); transition: opacity 0.7s ease, transform 0.7s ease; }
.fade-up.visible { opacity: 1; transform: translateY(0); }
.fade-left { opacity: 0; transform: translateX(-40px); transition: opacity 0.7s ease, transform 0.7s ease; }
.fade-left.visible { opacity: 1; transform: translateX(0); }
.fade-right { opacity: 0; transform: translateX(40px); transition: opacity 0.7s ease, transform 0.7s ease; }
.fade-right.visible { opacity: 1; transform: translateX(0); }

/* === Shared Button Styles === */
.btn-primary { display: inline-flex; align-items: center; gap: 8px; padding: 16px 36px; background: var(--color-accent); color: var(--color-white); font-family: var(--font-heading); font-size: 14px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; border: none; border-radius: 4px; cursor: pointer; transition: all var(--transition); }
.btn-primary:hover { background: #B81D27; transform: translateY(-2px); box-shadow: 0 6px 20px rgba(212, 35, 46, 0.4); }
.btn-outline { display: inline-flex; align-items: center; gap: 8px; padding: 16px 36px; background: transparent; color: var(--color-white); font-family: var(--font-heading); font-size: 14px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; border: 2px solid rgba(255,255,255,0.4); border-radius: 4px; cursor: pointer; transition: all var(--transition); }
.btn-outline:hover { border-color: var(--color-white); background: rgba(255,255,255,0.1); transform: translateY(-2px); }
.btn-rfq { display: inline-flex; align-items: center; gap: 8px; padding: 10px 24px; background: var(--color-accent); color: var(--color-white) !important; font-family: var(--font-heading); font-size: 13px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; border-radius: 4px; transition: all var(--transition); border: 2px solid var(--color-accent); }
.btn-rfq:hover { background: #B81D27; border-color: #B81D27; transform: translateY(-1px); box-shadow: 0 4px 15px rgba(212, 35, 46, 0.4); }
.btn-rfq::after { display: none !important; }

/* === Shared Animations === */
@keyframes fadeInUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }
@keyframes fadeInDown { from { opacity: 0; transform: translateY(-20px); } to { opacity: 1; transform: translateY(0); } }
@keyframes pulse-dot { 0%, 100% { opacity: 1; } 50% { opacity: 0.4; } }
@keyframes scrollWheel { 0% { opacity: 1; transform: translateX(-50%) translateY(0); } 100% { opacity: 0; transform: translateX(-50%) translateY(12px); } }

/* === Hide Prices (B2B) === */
.price,
.price--end,
.price__regular,
.price__sale,
.product__info-container .price,
.product-form .price,
.card-information .price,
.card__content .price {
  display: none !important;
}

/* === Header Branding === */
.header {
  background: var(--shenbai-navy) !important;
}

.header__inline-menu .list-menu__item,
.header__menu-item,
.header__heading-link .h2,
.header__icon {
  color: #ffffff !important;
}

.header__inline-menu .list-menu__item:hover,
.header__menu-item:hover {
  color: var(--shenbai-gold) !important;
}

.header__active-menu-item {
  color: var(--shenbai-gold) !important;
  border-bottom-color: var(--shenbai-gold) !important;
}

/* === Primary Buttons (Shopify) === */
.button--primary,
.shopify-challenge__button {
  background: var(--shenbai-red) !important;
  color: #ffffff !important;
  border-color: var(--shenbai-red) !important;
}

.button--primary:hover {
  background: var(--shenbai-red-dark) !important;
  border-color: var(--shenbai-red-dark) !important;
}

.button--secondary {
  color: var(--shenbai-navy) !important;
  border-color: var(--shenbai-navy) !important;
}

/* === Gold Accent Lines === */
.title-wrapper-with-link .title::after,
.collection__title .title::after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background: var(--shenbai-gold);
  margin-top: 8px;
}

/* === Product Cards (Shopify native) === */
.card-wrapper {
  border: 2px solid rgba(200, 169, 81, 0.2);
  border-radius: 8px;
  overflow: hidden;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.card-wrapper:hover {
  box-shadow: 0 8px 24px rgba(200, 169, 81, 0.25);
  transform: translateY(-4px);
}

.card__media {
  aspect-ratio: 4/3;
  overflow: hidden;
}

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

.card-wrapper:hover .card__media img {
  transform: scale(1.05);
}

.card__information {
  padding: 16px;
  border-top: 1px solid rgba(200, 169, 81, 0.15);
}

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

/* === Section Titles (Shopify) === */
.title-wrapper-with-link .title {
  font-size: 28px !important;
  font-weight: 800 !important;
  letter-spacing: 1px;
  position: relative;
  display: inline-block;
  padding-bottom: 8px;
}

.title-wrapper-with-link .title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 3px;
  background: var(--shenbai-gold);
}

/* === Footer (Shopify) === */
.footer {
  background: var(--shenbai-navy) !important;
  color: #ffffff !important;
}

.footer__content,
.footer__list-item,
.footer__list-item a {
  color: rgba(255, 255, 255, 0.7) !important;
}

.footer__list-item a:hover {
  color: var(--shenbai-gold) !important;
}

.footer__heading {
  color: var(--shenbai-gold) !important;
  font-family: 'Montserrat', sans-serif !important;
}

/* === Blog Cards (Shopify) === */
.article-card {
  border: 2px solid rgba(200, 169, 81, 0.2);
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.article-card:hover {
  box-shadow: 0 8px 24px rgba(200, 169, 81, 0.2);
  transform: translateY(-4px);
}

/* === Newsletter/Email Signup === */
.newsletter-form__button {
  background: var(--shenbai-red) !important;
}

/* === Slideshow === */
.slideshow__text {
  background: rgba(10, 22, 40, 0.7) !important;
}

.slideshow__title {
  font-family: 'Montserrat', sans-serif !important;
  color: #ffffff !important;
}

/* === Collection Page === */
.collection .title {
  font-family: 'Montserrat', sans-serif !important;
  color: var(--shenbai-navy);
}

/* === Scrollbar === */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: var(--shenbai-bg-light);
}

::-webkit-scrollbar-thumb {
  background: var(--shenbai-navy);
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--shenbai-red);
}

/* === WhatsApp CTA === */
.shenbai-whatsapp-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 28px;
  background: #25D366;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 0.95rem;
  transition: background 0.3s;
}

.shenbai-whatsapp-btn:hover {
  background: #1da851;
}

.shenbai-inquiry-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 28px;
  background: var(--shenbai-red);
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 0.95rem;
  transition: background 0.3s;
}

.shenbai-inquiry-btn:hover {
  background: var(--shenbai-red-dark);
}

        /* ========================================================
           NAVBAR
           ======================================================== */
        .navbar { position: fixed; top: 0; left: 0; width: 100%; z-index: 1000; padding: 20px 0; transition: all var(--transition); }
        .navbar.scrolled { background: rgba(10, 22, 40, 0.97); padding: 12px 0; box-shadow: 0 2px 20px rgba(0,0,0,0.3); }
        .navbar .container { display: flex; align-items: center; justify-content: space-between; }
        .navbar-logo { display: flex; align-items: center; gap: 10px; cursor: pointer; }
        .navbar-logo .logo-icon { width: 40px; height: 40px; background: var(--color-accent); border-radius: 6px; display: flex; align-items: center; justify-content: center; font-family: var(--font-heading); font-weight: 900; font-size: 20px; color: var(--color-white); }
        .navbar-logo .logo-text { font-family: var(--font-heading); font-size: 22px; font-weight: 800; color: var(--color-white); letter-spacing: 1px; }
        .navbar-logo .logo-text span { color: var(--color-accent); }
        .navbar-menu { display: flex; align-items: center; gap: 32px; }
        .navbar-menu a { font-family: var(--font-heading); font-size: 14px; font-weight: 600; color: rgba(255,255,255,0.85); transition: color var(--transition); position: relative; letter-spacing: 0.5px; cursor: pointer; }
        .navbar-menu a:hover { color: var(--color-white); }
        .navbar-menu a::after { content: ''; position: absolute; bottom: -4px; left: 0; width: 0; height: 2px; background: var(--color-accent); transition: width var(--transition); }
        .navbar-menu a:hover::after { width: 100%; }
        .navbar-menu a.active::after { width: 100%; }
        .navbar-menu a.active { color: var(--color-white); }
        .nav-dropdown { position: relative; }
        .nav-dropdown .dropdown-toggle { cursor: pointer; display: flex; align-items: center; gap: 4px; }
        .nav-dropdown .dropdown-toggle svg { width: 12px; height: 12px; transition: transform var(--transition); }
        .nav-dropdown:hover .dropdown-toggle svg { transform: rotate(180deg); }
        .dropdown-menu { position: absolute; top: 100%; left: -20px; min-width: 240px; background: var(--color-white); border-radius: var(--radius); box-shadow: var(--shadow-lg); padding: 12px 0; opacity: 0; visibility: hidden; transform: translateY(10px); transition: all var(--transition); }
        .nav-dropdown:hover .dropdown-menu { opacity: 1; visibility: visible; transform: translateY(0); }
        .dropdown-menu a { display: block; padding: 10px 24px; color: var(--color-steel); font-size: 13px; font-weight: 500; transition: all var(--transition); }
        .dropdown-menu a:hover { background: var(--color-bg-light); color: var(--color-accent); }
        .dropdown-menu a::after { display: none; }
        .btn-rfq { display: inline-flex; align-items: center; gap: 8px; padding: 10px 24px; background: var(--color-accent); color: var(--color-white) !important; font-family: var(--font-heading); font-size: 13px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; border-radius: 4px; transition: all var(--transition); border: 2px solid var(--color-accent); }
        .btn-rfq:hover { background: #B81D27; border-color: #B81D27; transform: translateY(-1px); box-shadow: 0 4px 15px rgba(212, 35, 46, 0.4); }
        .btn-rfq::after { display: none !important; }
        .hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 4px; z-index: 1001; }
        .hamburger span { display: block; width: 24px; height: 2px; background: var(--color-white); transition: all var(--transition); }
        .hamburger.active span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
        .hamburger.active span:nth-child(2) { opacity: 0; }
        .hamburger.active span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }


        /* ========================================================
           FOOTER
           ======================================================== */
        .footer { background: #060D18; padding-top: 70px; }
            .hero h1 { font-size: 28px; }
            .page-banner h1 { font-size: 26px; }
            .cta-text h2 { font-size: 26px; }
            .article-header h1 { font-size: 22px; }
            .pd-info h1 { font-size: 20px; }
            .article-share { flex-wrap: wrap; }
        }
.footer__content-bottom-wrapper {
  display: flex !important;
  width: 100% !important;
}
.footer__content-bottom-wrapper--center {
  justify-content: center !important;
}
.footer__copyright {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px 16px !important;
  width: 100% !important;
}
.footer__copyright .policies {
  display: inline-flex !important;
  flex-wrap: wrap !important;
  gap: 0 16px !important;
}
.footer__copyright .policies li {
  display: inline-flex !important;
}
.footer__copyright .copyright__content {
  display: inline !important;
  white-space: nowrap !important;
}

/* === Footer Bottom Alignment (Horizon compatibility) === */
.footer__content-bottom-wrapper--center {
  justify-content: center;
}
.footer__copyright {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px 16px;
}
.footer__copyright .policies {
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer__copyright .policies li {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}
