:root {
  /* Primary brand red taken from 4X4PRO logo */
  --brand-red: #e30613;
  --brand-dark: #111111;

  /* Spacing scale */
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 24px;
  --space-6: 32px;

  /* Typography scale */
  --font-size-body: 0.95rem;
  --font-size-body-lg: 1rem;
  --font-size-heading-sm: 1.1rem;
  --font-size-heading-md: 1.35rem;
  --font-size-heading-lg: 1.8rem;
  --line-height-base: 1.5;
  --line-height-heading: 1.25;

  /* Focus ring */
  --focus-ring-color: #111111;
}

a,
a:active,
a:hover {
  color: var(--brand-red);
}

body {
  font-size: var(--font-size-body);
  line-height: var(--line-height-base);
}

h1,
h2,
h3,
h4 {
  line-height: var(--line-height-heading);
}

h1 {
  font-size: var(--font-size-heading-lg);
}

h2,
.h2 {
  font-size: var(--font-size-heading-md);
}

h3,
.h3 {
  font-size: var(--font-size-heading-sm);
}

/* Button hierarchy overrides */
.btn-primary,
button.btn-primary {
  background-color: var(--brand-red) !important;
  border-color: var(--brand-red) !important;
  color: #ffffff !important;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #c00510 !important;
  border-color: #c00510 !important;
}

.btn-secondary,
button.btn-secondary {
  background-color: #ffffff !important;
  border-color: #d0d0d0 !important;
  color: var(--brand-dark) !important;
}

.btn-secondary:hover,
.btn-secondary:focus {
  background-color: #f5f5f5 !important;
  border-color: #c0c0c0 !important;
}

.btn-ghost,
button.btn-ghost {
  background-color: transparent !important;
  border-color: transparent !important;
  color: var(--brand-red) !important;
}

.btn-ghost:hover,
.btn-ghost:focus {
  background-color: rgba(227, 6, 19, 0.08) !important;
}

/* Improve focus visibility for keyboard users */
a:focus-visible,
button:focus-visible,
.btn:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 2px solid var(--focus-ring-color);
  outline-offset: 2px;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.12);
}

/* Minimum touch target sizing */
.btn,
button,
.list-group-item,
.nav-link {
  min-height: 44px;
}

/* Top bar and header background */
#top,
.header-inner,
.hd3 .top-menu,
.hd3 .fix-header,
.static-bottom-autima1 .text a,
.static-bottom-autima2 .text a,
.static-top-autima3 .text a,
.static-middle-autima4 .text a {
  background-color: var(--brand-red) !important;
  color: #ffffff !important;
  font-weight: 600;
}

/* Remove the standalone "Follow Us" strip while keeping account/currency */
.follow {
  display: none !important;
}

/* Hide the old red top bar entirely now that account/currency lives in navbar */
#top {
  display: none !important;
}

#top a,
#top .btn-group > .btn-link,
#top .btn-group > .btn-link span,
#top .btn-group > .btn-link i,
.social-top .follow label,
.social-top ul.link-follow li a,
.header-inner a,
.header-inner span,
.header-inner label,
.header-inner .header-phone .text label,
.header-inner .header-phone .text p {
  color: #ffffff !important;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.35);
}

/* Header search bar: ensure strong white text and placeholder on red background */
.top-search #search-by-category #text-search,
.header-inner #search-by-category .search-content .search-container #text-search {
  color: #ffffff !important;
  font-weight: 600;
  font-size: 14px;
}

.top-search #search-by-category #text-search::placeholder,
.top-search #search-by-category #text-search::-webkit-input-placeholder,
.top-search #search-by-category #text-search:-ms-input-placeholder,
.top-search #search-by-category #text-search::-moz-placeholder,
.top-search #search-by-category #text-search:-moz-placeholder,
.header-inner #search-by-category .search-content .search-container #text-search::placeholder,
.header-inner #search-by-category .search-content .search-container #text-search::-webkit-input-placeholder,
.header-inner #search-by-category .search-content .search-container #text-search:-ms-input-placeholder,
.header-inner #search-by-category .search-content .search-container #text-search::-moz-placeholder,
.header-inner #search-by-category .search-content .search-container #text-search:-moz-placeholder {
  color: #ffffff !important;
  opacity: 1 !important;
}

/* Hero search bar on red banner (generic search-container on shop/search pages) */
.banner7 .search-container #text-search,
.search-container #text-search {
  color: #ffffff !important;
}

.banner7 .search-container #text-search::placeholder,
.banner7 .search-container #text-search::-webkit-input-placeholder,
.banner7 .search-container #text-search:-ms-input-placeholder,
.banner7 .search-container #text-search::-moz-placeholder,
.banner7 .search-container #text-search:-moz-placeholder,
.search-container #text-search::placeholder,
.search-container #text-search::-webkit-input-placeholder,
.search-container #text-search:-ms-input-placeholder,
.search-container #text-search::-moz-placeholder,
.search-container #text-search:-moz-placeholder {
  color: #ffffff !important;
  opacity: 1 !important;
}

/* Search button: remove broken icon glyphs and use clear text label */
#btn-search-category {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}

#btn-search-category i,
#btn-search-category:before,
#btn-search-category:after {
  display: none !important;
}

#btn-search-category span {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

/* Main CTAs and sale labels */
#button-guest,
#button-search,
#button-review,
#button-account,
#button-login,
#button-confirm,
#button-payment-method,
#button-shipping-method,
#button-quote,
#button-coupon,
#button-register,
.form-horizontal input.btn,
a.btn,
input[type='submit'],
.button,
.label_sale,
#cart p.cart-button a,
.hd2 #btn-search-category,
.static-policy .col:hover .text-content h2,
.static-policy .col:hover .col-img .hover,
.item-inner .images-container .quickview button,
.item-inner .action-links button:hover {
  background-color: var(--brand-red) !important;
  border-color: var(--brand-red) !important;
  color: #ffffff !important;
}

/* Hover accents, small text highlights */
#search .search-content .button-close:hover,
.search-content .button-close:hover,
.cate-items li:hover,
.hd2 .box-cart .wishlist a:hover > span,
.hd2 #cart > button:hover #cart-total,
#cart .cart-close button:hover,
#cart .cart-name:hover,
.item-inner .price-box .price-special,
.item-inner .caption .manufacturer-product a:hover {
  color: var(--brand-red) !important;
}

/* Dots, borders, and lines that used yellow */
.owl-carousel.owl-theme .owl-dot:hover span,
#search-by-category .search-content .search-container #text-search,
#search-by-category .search-content #btn-search-category:hover,
#search-by-category .search-ajax {
  border-color: var(--brand-red) !important;
  background-color: var(--brand-red) !important;
}

/* Wishlist and cart counters: white badges with red text on red header */
.box-cart .wishlist a .count,
#cart-total .txt_number {
  background-color: #ffffff !important;
  color: var(--brand-red) !important;
  border-color: #ffffff !important;
}

/* Wishlist and cart icons: white icon glyphs to match red header */
.box-cart .wishlist a:before,
#cart > button:before {
  color: #ffffff !important;
}

body {
  background-color: #ffffff;
  color: var(--brand-dark);
}

.topbar.alert {
  background-color: #ffffff !important;
  color: var(--brand-red) !important;
}

.topbar.alert .close {
  color: var(--brand-red) !important;
}

/* Follow Us icons: make sure the social icons are clearly visible on red */
.social-top ul.link-follow li a {
  color: #ffffff !important;
  border-color: #ffffff !important;
}

/* Limit header logo size */
.header-inner img {
  max-height: 80px;
  width: auto;
  height: auto;
}

/* Also limit logo size in the red banner7 header used on Django pages */
.banner7 .logo-container img,
.banner7 .logo {
  max-height: 60px !important;
  height: auto !important;
  width: auto !important;
  display: block;
}

/* Shrink large hero logo in red banner slider */
.banner7 .nivoSlider img {
  max-height: 140px;
  width: auto !important;
  height: auto !important;
  margin: 0 auto;
}

/* Compact the red hero/header banner so it doesn't feel so tall */
.banner7 {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: var(--brand-red) !important;
  color: #ffffff;
}

/* Layout the logo, search bar and cart area in a single compact row
   with tighter spacing so the header feels more cohesive. */
.banner7 .container > .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

/* Keep the header content itself from stretching edge-to-edge */
.banner7 .container {
  max-width: 1100px;
  margin: 0 auto;
}

/* Keep the logo column tight */
.banner7 .logo-container,
.banner7 #logo {
  flex: 0 0 auto;
}

/* Constrain the main search area and make it look like the index header text */
.banner7 .search-container {
  flex: 1 1 auto;
  max-width: 320px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.banner7 .search-container #text-search {
  background: transparent !important;
  border: none !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 0;
  padding: 0 0 4px 0;
  font-size: 14px;
  text-align: center;
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  box-shadow: none !important;
}

/* Remove the big search icon bubble in this simplified header */
.banner7 .search-container:before {
  content: none !important;
}

/* Keep wishlist/cart cluster visually close to search */
.banner7 .box-cart {
  flex: 0 0 auto;
  margin-left: 8px;
}

/* Match navbar width to red header so HOME aligns under the logo edge */
.top-menu .container {
  max-width: 1100px;
  margin: 0 auto;
}

/* Header readability: FORCE everything white on red header */
#top,
#top *,
.header-inner,
.header-inner *,
.social-top,
.social-top *,
.box-cart,
.box-cart *,
.top-search,
.top-search * {
  color: #ffffff !important;
  text-shadow: none !important;
}

#top,
.header-inner {
  font-size: 15px;
  font-weight: 600;
  font-family: 'Lato', 'Open Sans', sans-serif;
}

/* Force all icons in header to white */
#top i,
#top [class*="icon"],
#top [class*="fa-"],
#top [class*="fa-"]::before,
.header-inner i,
.header-inner [class*="icon"],
.header-inner [class*="fa-"],
.header-inner [class*="fa-"]::before,
.social-top i,
.social-top [class*="icon"],
.social-top [class*="fa-"],
.social-top [class*="fa-"]::before,
.box-cart i,
.box-cart [class*="icon"],
.box-cart:before,
.box-cart *:before,
.box-cart *:after,
/* Specific social icon links */
.link-follow li a,
.link-follow li a::before,
.link-follow li a.facebook,
.link-follow li a.twitter,
.link-follow li a.pinterest,
.link-follow li a.google,
.link-follow li a.instagram,
.link-follow li a.facebook::before,
.link-follow li a.twitter::before,
.link-follow li a.pinterest::before,
.link-follow li a.google::before,
.link-follow li a.instagram::before {
  color: #ffffff !important;
}

/* Subtle uppercase for key header labels */
#top .text,
.header-inner .header-phone .text label,
.header-inner .header-phone .text p,
.header-inner .language-currency .dropdown-toggle {
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

/* Main menu: clearer labels under header */
.main-menu > ul > li > a {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #ffffff !important;
}

.main-menu > ul > li:hover > a {
  color: #ffd54c !important; /* yellow accent for hover item */
}

/* Remove yellow highlighting from active items - make them same as inactive */
.main-menu > ul > li.active > a {
  color: #ffffff !important;
}

/* Sticky header wrapper so red banner + nav stay visible on scroll */
.main-header {
  position: sticky;
  top: 0;
  z-index: 1030;
  width: 100%;
}

/* Shop main nav styling - match the shop page header layout */
.shop-main-nav {
  background-color: #ffffff;
  border-bottom: 1px solid #eeeeee;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03);
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
}

.shop-main-nav .nav-links a {
  color: #444444 !important;
  text-decoration: none;
  margin-right: 22px;
  letter-spacing: 0.04em;
  padding: 14px 0;
  display: inline-block;
  font-weight: 700;
  font-size: 14px;
}

.shop-main-nav .nav-links a:hover,
.shop-main-nav .nav-links a.active {
  color: #fed700 !important;
}

.shop-main-nav .account-links {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #e30613;
  padding: 14px 0;
}

.shop-main-nav .account-links a {
  color: #e30613;
  text-decoration: none;
  font-weight: 700;
}

.shop-main-nav .account-links span {
  color: #444444;
  font-weight: 700;
}

.shop-main-nav .account-links .mx-2 {
  margin: 0 6px !important;
}

/* Remove extra white bar / overlay under the main menu so content starts
   immediately below the nav instead of being covered. */
.wrapper-navigation,
.nav-full-width,
.main-menu {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  border-bottom: none !important;
  box-shadow: none !important;
}

/* Make the main horizontal menu the positioning context for right-side account */
#oc-menu-sections--15310016184423__header.oc-menu.horizontal-menu {
  position: relative;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  border-bottom: none !important;
  box-shadow: none !important;
}

#oc-menu-sections--15310016184423__header .ul-top-items {
  margin: 0;
  padding: 0;
}

/* Ensure the main page content starts immediately under the navbar */
#content,
.main-col,
.wrapper,
.main-container {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* Let My Account / GBP participate in flex layout instead of being
   absolutely positioned, so it aligns with the right edge of the
   centered navbar container. */
.nav-account-right {
  position: static;
  right: auto;
  top: auto;
  bottom: auto;
  transform: none;
  font-size: 13px;
  font-weight: 700; /* make both labels bold */
  color: #555555;
  display: flex;
  align-items: center;
  margin-left: auto; /* push it to the right in flex containers */
}

.nav-account-right a,
.nav-account-right span {
  color: #555555;
  font-weight: 700;
}

.nav-account-right .separator {
  margin: 0 6px;
}

/* Make wishlist / cart icons larger and clearer */
.box-cart .wishlist a:before,
#cart > button:before {
  font-size: 18px;
  margin-right: 4px;
}

/* Hide Envato/Themeforest client logo strip (themeforest, activeden, graphicriver,
   codecanyon, audiojungle) anywhere it appears in the mirrored Autima HTML. */
a[href*="themeforest"],
a[href*="activeden"],
a[href*="graphicriver"],
a[href*="codecanyon"],
a[href*="audiojungle"],
a[href*="envato"],
img[src*="themeforest"],
img[src*="activeden"],
img[src*="graphicriver"],
img[src*="codecanyon"],
img[src*="audiojungle"],
img[src*="envato"],
.envato-marketplace-logos,
.envato-logos,
.envato-strip,
.envato-badge,
.envato-author,
.market-logos,
.marketplace-badges,
.client-logos,
.client-strip,
.theme-credits,
.theme-attribution,
.author-credits,
.powered-by,
img[alt*="ThemeForest"],
img[alt*="CodeCanyon"],
img[alt*="GraphicRiver"],
img[alt*="AudioJungle"],
img[alt*="ActiveDen"],
img[alt*="Envato"],
div:has(img[src*="themeforest"]),
div:has(img[src*="activeden"]),
div:has(img[src*="graphicriver"]),
div:has(img[src*="codecanyon"]),
div:has(img[src*="audiojungle"]),
div:has(img[src*="envato"]),
section:has(img[src*="themeforest"]),
section:has(img[src*="activeden"]),
section:has(img[src*="graphicriver"]),
section:has(img[src*="codecanyon"]),
section:has(img[src*="audiojungle"]),
section:has(img[src*="envato"]),
footer:has(a[href*="themeforest"]),
footer:has(a[href*="graphicriver"]),
footer:has(a[href*="envato"]),
div:has(a[href*="themeforest"]),
div:has(a[href*="graphicriver"]),
div:has(a[href*="envato"]) {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  height: 0 !important;
  width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute !important;
  left: -9999px !important;
  top: -9999px !important;
}

/* Ensure wishlist / cart labels stay readable on red */
.box-cart .wishlist a span,
#cart-total {
  font-size: 13px;
  font-weight: 600;
}

/* If custom icon font fails, hide the broken square and rely on text + badge */
.box-cart .wishlist a:before,
#cart > button:before {
  display: none;
}

/* Style the wishlist/cart count badges clearly */
.box-cart .wishlist a .count,
#cart-total .txt_number {
  min-width: 18px;
  height: 18px;
  line-height: 18px;
  border-radius: 50%;
  text-align: center;
  font-size: 11px;
  font-weight: 700;
}

/*
 * NAV CLEANUP: Force a clean, simple navbar everywhere.
 * Hide ALL Autima mega-menus, dropdowns, mobile menus, and vertical menus.
 * Only the simplified horizontal menu with our 5 links should be visible.
 */

/* Hide ALL dropdown/submenu containers */
.sub-menu-container,
.mega-menu-container,
.flyout-menu-container,
.flyout-third-items,
.ul-second-items,
.ul-third-items {
  display: none !important;
  visibility: hidden !important;
}

/* Hide dropdown arrows/chevrons */
.top-click-show,
.second-click-show,
.a-click-show,
.li-top-item > .top-click-show {
  display: none !important;
}

/* Hide the mobile menu entirely on desktop */
.oc-menu.mobile-menu {
  display: none !important;
}

/* Hide the vertical "Browse categories" sidebar menu */
.hd1.sub-col,
#oc-menu-vsections--15310016184423__header {
  display: none !important;
}

/* Hide ALL menu items after the first 5 in any top-level menu */
.ul-top-items > .li-top-item:nth-child(n+6) {
  display: none !important;
}

/* Hide empty li-top-item elements */
.li-top-item:empty {
  display: none !important;
}

/* NUCLEAR OPTION: Hide the entire old mobile menu section */
#oc-menu-msections--15310016184423__header {
  display: none !important;
}

/* Only show the simplified horizontal desktop menu */
.oc-menu.horizontal-menu.visible-lg.visible-md {
  display: block !important;
}

/* Force hide ANY li-top-item that has sub-menu-container inside it */
.li-top-item:has(.sub-menu-container) {
  display: none !important;
}

/* Hide menus that still have old classes */
.li-top-item.has-child {
  display: none !important;
}

/*
 * MOBILE HAMBURGER MENU STYLES
 */
.mobile-menu-toggle {
  display: none;
  cursor: pointer;
  padding: 10px;
  background: transparent;
  border: none;
}

.mobile-menu-toggle span {
  display: block;
  width: 25px;
  height: 3px;
  background-color: #ffffff;
  margin: 5px 0;
  transition: 0.3s;
  border-radius: 2px;
}

.mobile-nav-menu {
  position: fixed;
  top: 0;
  left: -100%;
  width: 280px;
  height: 100vh;
  background-color: #ffffff;
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
  transition: left 0.3s ease;
  z-index: 9999;
  display: none; /* Hide by default on all screen sizes */
}

.mobile-nav-menu.active {
  left: 0;
}

.mobile-nav-content {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.mobile-nav-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid #e0e0e0;
  background-color: var(--brand-red);
  color: #ffffff;
}

.mobile-nav-header h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}

.mobile-menu-close {
  background: none;
  border: none;
  font-size: 24px;
  color: #ffffff;
  cursor: pointer;
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile-nav-links {
  flex: 1;
  padding: 20px 0;
}

.mobile-nav-links a {
  display: block;
  padding: 15px 20px;
  color: #333333;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px solid #f0f0f0;
  transition: background-color 0.2s;
}

.mobile-nav-links a:hover,
.mobile-nav-links a.active {
  background-color: var(--brand-red);
  color: #ffffff;
}

/* Mobile responsive styles */
@media (max-width: 991.98px) {
  .mobile-menu-toggle {
    display: block;
  }
  
  .mobile-nav-menu {
    display: block; /* Show mobile menu on mobile devices */
  }
  
  .shop-main-nav .nav-links {
    display: none !important;
  }
  
  .shop-main-nav .account-bar {
    display: none !important;
  }

  /* Show the red shop hamburger next to search only on mobile */
  #mobileMenuToggle {
    display: block !important;
    margin-top: 4px;
  }

  .banner7 {
    padding-top: 18px;
    padding-bottom: 12px;
  }
}

/* Desktop styles - hide mobile menu completely */
@media (min-width: 992px) {
  .mobile-nav-menu {
    display: none !important;
  }
  
  .mobile-menu-toggle {
    display: none !important;
  }

  /* Hide the red shop hamburger next to search on desktop */
  #mobileMenuToggle {
    display: none !important;
  }
}

/* Overlay for mobile menu */
.mobile-nav-menu::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}

.mobile-nav-menu.active::before {
  opacity: 1;
  visibility: visible;
}

/* Shared footer styles */
.site-footer {
  margin-top: 60px;
  color: #2b2b2b;
}

.site-footer .footer-top {
  background-color: #2b2b2b;
  padding: 48px 0;
  border-top: 6px solid #f5d500;
}

.site-footer .footer-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 16px;
  color: #ffffff;
}

.site-footer .footer-text {
  color: #e6e6e6;
  margin-bottom: 16px;
}

.site-footer .footer-contact p {
  margin-bottom: 12px;
  color: #e6e6e6;
}

.site-footer .footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.site-footer .footer-links li {
  margin-bottom: 10px;
}

.site-footer .footer-links a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
}

.site-footer .footer-links a:hover {
  color: #fed700;
}

.site-footer .footer-newsletter {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.site-footer .footer-newsletter input {
  flex: 1 1 240px;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  padding: 12px 14px;
  font-size: 14px;
}

.site-footer .footer-newsletter button {
  border: none;
  background-color: var(--brand-red);
  color: #ffffff;
  padding: 12px 22px;
  border-radius: 6px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.site-footer .footer-newsletter button:hover {
  background-color: #c00510;
}

.site-footer .footer-bottom {
  background-color: #2b2b2b;
  color: #ffffff;
  padding: 16px 0;
  font-size: 13px;
}

.site-footer .footer-bottom p {
  margin: 0;
}

/* Auth form UI (login/register) */
.auth-form label {
  font-weight: 600;
}

.auth-form input[type='text'],
.auth-form input[type='email'],
.auth-form input[type='password'] {
  width: 100% !important;
  max-width: 100% !important;
  display: block;
  padding: 10px 12px;
  border: 1px solid #d6d6d6;
  border-radius: 6px;
  font-size: 14px;
  box-sizing: border-box;
}

.auth-form p {
  margin-bottom: 0.75rem;
}

.auth-form ul {
  margin-top: 0.25rem;
  margin-bottom: 0.5rem;
  padding-left: 1.25rem;
  font-size: 0.85rem;
  color: #6c757d;
}

/* Hamburger animation */
.mobile-menu-toggle.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.mobile-menu-toggle.active span:nth-child(2) {
  opacity: 0;
}

.mobile-menu-toggle.active span:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -6px);
}

/* =============================================
   DARK SECTIONS & VISUAL HIERARCHY
   ============================================= */

.section-dark {
  background: linear-gradient(160deg, #1a1a1a 0%, #101010 100%);
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

/* Subtle grain texture layered over dark sections */
.section-dark::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='1'/%3E%3C/svg%3E");
  opacity: 0.035;
  pointer-events: none;
  z-index: 0;
}

.section-dark > .container,
.section-dark > .container-fluid {
  position: relative;
  z-index: 1;
}

.section-dark h1,
.section-dark h2,
.section-dark h3,
.section-dark h4,
.section-dark h5,
.section-dark h6 {
  color: #ffffff;
}

.section-dark .text-muted {
  color: rgba(255, 255, 255, 0.50) !important;
}

/* Off-white warm section — breaks up runs of pure white */
.section-warm {
  background-color: #f7f6f4;
}

/* =============================================
   GLASS FEATURE CARDS on dark backgrounds
   ============================================= */

.section-dark .feature-card {
  background: rgba(255, 255, 255, 0.055);
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  border: 1px solid rgba(255, 255, 255, 0.09);
  color: #ffffff;
}

.section-dark .feature-card:hover {
  background: rgba(255, 255, 255, 0.10);
  border-color: rgba(227, 6, 19, 0.45);
  box-shadow: 0 18px 50px rgba(227, 6, 19, 0.14);
  transform: translateY(-8px);
}

.section-dark .feature-card h5 {
  color: #ffffff;
}

.section-dark .feature-card p {
  color: rgba(255, 255, 255, 0.65);
}

.section-dark .feature-icon-wrapper {
  background: linear-gradient(135deg, rgba(227, 6, 19, 0.22) 0%, rgba(255, 107, 0, 0.12) 100%);
  border: 1px solid rgba(227, 6, 19, 0.28);
}

.section-dark .feature-icon-wrapper i {
  color: #e30613;
}

/* =============================================
   GLASS TESTIMONIAL CARDS on dark backgrounds
   ============================================= */

.section-dark .testimonial-card {
  background: rgba(255, 255, 255, 0.055);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.09);
  box-shadow: none;
  color: #ffffff;
}

.section-dark .testimonial-card:hover {
  background: rgba(255, 255, 255, 0.10);
  border-color: rgba(227, 6, 19, 0.40);
  transform: translateY(-6px);
}

.section-dark .testimonial-text {
  color: rgba(255, 255, 255, 0.78);
}

.section-dark .testimonial-info h6 {
  color: #ffffff;
}

.section-dark .testimonial-info small {
  color: rgba(255, 255, 255, 0.50);
}

/* =============================================
   PRODUCT CARD RED TOP BORDER REVEAL ON HOVER
   ============================================= */

.product-card {
  border-top: 3px solid transparent !important;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
  transition: box-shadow 0.25s ease, transform 0.25s ease, border-top-color 0.25s ease;
}

.product-card:hover {
  border-top-color: var(--brand-red) !important;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.13);
}

/* =============================================
   SCROLL REVEAL — sections & card grids
   ============================================= */

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal-stagger > * {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.reveal-stagger.is-visible > *:nth-child(1) { opacity: 1; transform: translateY(0); transition-delay: 0.04s; }
.reveal-stagger.is-visible > *:nth-child(2) { opacity: 1; transform: translateY(0); transition-delay: 0.13s; }
.reveal-stagger.is-visible > *:nth-child(3) { opacity: 1; transform: translateY(0); transition-delay: 0.22s; }
.reveal-stagger.is-visible > *:nth-child(4) { opacity: 1; transform: translateY(0); transition-delay: 0.31s; }

@media (prefers-reduced-motion: reduce) {
  .reveal,
  .reveal-stagger > * {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* =============================================
   SECTION EYEBROW LABELS
   ============================================= */

.section-eyebrow {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--brand-red);
  margin-bottom: 0.35rem;
}

.section-dark .section-eyebrow {
  color: #e30613;
}

/* =============================================
   PRODUCT BADGE VARIANTS
   ============================================= */

.badge-sale {
  display: inline-block;
  background: #f59e0b;
  color: #fff;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 3px 7px;
  border-radius: 3px;
}

.badge-hot {
  display: inline-block;
  background: var(--brand-red);
  color: #fff;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 3px 7px;
  border-radius: 3px;
}
