/* --- NOVILUN ENGINE LAB DESIGN SYSTEM --- */

:root {
  /* COLORS - Extracted from Logo */
  --novilun-red: #E61818;       /* The Red Crescent */
  --novilun-red-hover: #C40000; /* Darker red for hover states */
  --gauge-blue: #008AD8;        /* The Tachometer Blue */
  --tool-grey: #8C9095;         /* The Drill Bit Grey */
  --metal-dark: #2A2A2A;        /* Dark Grey for text/footers */
  --schematic-white: #F9F9F9;   /* Off-white background */
  
  /* FONTS - Matching "Sans Bold Italic" vibe */
  --header-font: 'Open Sans', sans-serif;
  --body-font: 'Roboto', sans-serif;
}


.theme-filters-container .theme-produt-filter-row .theme-product-filter-box {
    border-block-end: 0px solid #D0D0D0 !important;
}
/* Force Headers to match Logo Style (Bold + Italic) */
h1, h2, h3, h4 {
  font-family: var(--header-font) !important;
  font-weight: 800 !important; /* Extra Bold */
  font-style: italic !important;
  color: var(--metal-dark);
  text-transform: uppercase;
  letter-spacing: 1px;
  
}

/* Body text - Clean and Technical */
p, span, li {
  font-family: var(--body-font);
  color: #333;
  line-height: 1.6;
}
.zphero .zsslider-arrows-container {
    display: none !important;
}
.zphero .zsslider-controller-container {
    display: none !important;
}
.zpelement.zpelem-text {
    margin: 05px !important;
}
.box2
{
    gap:10px;
}
/* --- COMPONENT STYLES --- */

/* 1. BUTTONS: High Performance Look */
.theme-btn-primary, button.primary {
  background-color: var(--novilun-red) !important;
  color: #fff !important;
  border-radius: 2px !important; /* Sharp corners like machined metal */
  font-style: italic;
  font-weight: bold;
  border: none;
  transition: all 0.3s ease;
  box-shadow: 2px 2px 0px var(--metal-dark); /* Hard shadow for depth */
}

.theme-btn-primary:hover, button.primary:hover {
  background-color: var(--novilun-red-hover) !important;
  transform: translateY(-1px);
  box-shadow: 3px 3px 0px var(--metal-dark);
}

/* 2. PRODUCT CARDS: The "Blueprint" Look */
/* This targets the product listing boxes to look like technical drawings */
.product-item, .zp-product-item {
  border: 1px solid #ddd;
  background-color: #fff;
  transition: border-color 0.3s ease;
}

.product-item:hover, .zp-product-item:hover {
  border: 2px solid var(--gauge-blue) !important; /* Blue glow on hover */
}

.product-title a {
  font-family: var(--header-font);
  font-weight: 700;
  font-style: italic;
  color: var(--metal-dark);
}

.product-price {
  color: var(--novilun-red) !important;
  font-weight: bold;
  font-family: 'Roboto Mono', monospace; /* Monospace for technical pricing */
}

/* 3. SECTION HEADERS */
/* Adds a "mechanical" underline to section titles */
h2.section-title {
  border-bottom: 3px solid var(--gauge-blue);
  display: inline-block;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
.zpelement.zpelem-text {
    margin: 0px !important;
}


.cbtn1 .zpbutton-content
{
    color:white !important;
}
.crow
{
    gap:10px !important;
}
.zpelem-col.zpcol-12.zpcol-md-4.zpcol-sm-12.zpalign-self-.zpdefault-section.zpdefault-section-bg.cd1 {
    width: 32.33% !important;
    padding-bottom:20px ;
    padding-top:20px;
}
.zpelement.zpelem-image {
    overflow: hidden;
}
.box1 
{
    box-shadow: 0px 4px 10px rgba(0,0,0,0.2);
}
.zpelem-col.zpcol-12.zpcol-md-4.zpcol-sm-12.zpalign-self-.zpdefault-section.zpdefault-section-bg.box1 {
    width: 32.33% !important;
    
}


@media (min-width:320px) and (max-width:480px){

.zpelem-col.zpcol-12.zpcol-md-4.zpcol-sm-12.zpalign-self-.zpdefault-section.zpdefault-section-bg.cd1 {
    width: 100% !important;
    padding-bottom: 20px;
    padding-top: 20px;
}
.zpelem-col.zpcol-12.zpcol-md-4.zpcol-sm-12.zpalign-self-.zpdefault-section.zpdefault-section-bg.box1 {
    width: 100% !important;
}
}

@media (min-width:482px) and (max-width:769px){

.zpelem-col.zpcol-12.zpcol-md-4.zpcol-sm-12.zpalign-self-.zpdefault-section.zpdefault-section-bg.cd1 {
    width: 100% !important;
    padding-bottom: 20px;
    padding-top: 20px;
}
.zpelem-col.zpcol-12.zpcol-md-4.zpcol-sm-12.zpalign-self-.zpdefault-section.zpdefault-section-bg.box1 {
    width: 100% !important;
}
}
.theme-site-name-caption.theme-site-title-caption-space
{
    display:none !important;}

.theme-topbar-info-icon-text, .theme-topbar-info-icon
{color:white !important;}



.zscustom-section-29 .box-container-style-02:hover, .zscustom-section-29 .zsbox-container-style-02:hover {
    border-block-end-color: #E21D1D !Important;
}
.he1
{
    line-height:30px !important;
}
input[type="email"] {
    color: black;
}
.emailbox p {
    display: none !important;
}
.emailbox h4
{
    text-align: left !important;
}
li:has(.theme-menu-name[data-theme-menu-name="Store Menu"]) {
    display:none !important;
}
.emailbox button
{
background-color:#C1121F !important;
color:white !important;}



img.mobileLogoAuto{
    height: 42px  !important;
    width: 146.88px !important;
    margin-left: 20px !important;

}
