/* Hide theme default footer */
footer, 
.site-footer, 
[class*="footer"] {
    display: none !important;
}
.tuivc-black-ops-container {
  background-color: #0b0c0b;
  color: #e2e8e0;
  font-family: "Segoe UI", Arial, sans-serif;
  padding: 30px 20px;
  max-width: 1000px;
  margin: 0 auto;
  line-height: 1.6;
}
.tuivc-black-ops-container a.text-link, .tuivc-lower-section a.text-link {
  color: #8bc34a;
  text-decoration: underline;
  font-weight: bold;
  font-size: 105%;
  transition: color 0.2s ease;
}
.tuivc-black-ops-container a.text-link:hover, .tuivc-lower-section a.text-link:hover {
  color: #ffffff;
}
a.card-wrapper-link, a.block-wrapper-link {
  text-decoration: none !important;
  display: block;
  color: inherit !important;
}
.corps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin: 0 auto 40px auto;
  max-width: 1000px;
  align-items: stretch;
}
.corps-card {
  background: #121512;
  border: 1px solid #263320;
  border-top: 4px solid #537044;
  padding: 30px 25px;
  border-radius: 4px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 8px 20px rgba(0,0,0,0.6);
  height: 100%;
  box-sizing: border-box;
}
.corps-card h3 {
  background-color: #6e6e6e !important;
  color: #ffffff !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  text-transform: uppercase;
  margin: 0 0 18px 0 !important;
  padding: 18px 16px !important;
  border: none !important;
  border-radius: 4px;
  letter-spacing: 1px;
}
.corps-card h3 a.card-wrapper-link {
  color: #ffffff !important;
}
.corps-card p, .corps-card div.content-text {
  color: #c4ccc4;
  font-size: 16px;
  margin-bottom: 20px;
  flex-grow: 1;
}
.corps-card img {
  width: 100%;
  height: auto;
  border-radius: 3px;
  margin: 15px 0;
  border: 1px solid #1f2b1a;
}
.corps-button {
  display: block;
  background-color: transparent;
  border: 2px solid #ffffff;
  padding: 14px 20px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1.5px;
  margin: 10px auto 0 auto;
  max-width: 260px;
  box-sizing: border-box;
  text-align: center;
}
.corps-button a.card-wrapper-link {
  color: #ffffff;
  text-decoration: none;
}
.tuivc-lower-btn {
  display: inline-block;
  background-color: transparent;
  color: #ffffff;
  padding: 14px 24px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  border: 2px solid #ffffff;
  margin-top: 20px;
}
.tuivc-lower-section {
  background-color: #0b0c0b;
  color: #e2e8e0;
  padding: 40px 0;
  font-family: "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
  max-width: 900px;
  margin: 0 auto;
}
.featured-video-divider {
  background: #121512;
  border: 1px solid #1f2b1a;
  border-top: 5px solid #6b984a;
  border-bottom: 5px solid #6b984a;
  padding: 40px 30px;
  margin: 50px auto;
  border-radius: 4px;
  box-shadow: 0 6px 15px rgba(0,0,0,0.7);
  max-width: 900px;
}
.featured-video-divider h2 {
  background-color: #6e6e6e !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 20px 0 !important;
  font-size: 22px !important;
  line-height: 1.3 !important;
  border: none !important;
  border-radius: 4px;
  padding: 18px 16px !important;
  text-align: center;
}
.featured-video-divider p {
  color: #c4ccc4;
  font-size: 17px;
  margin-bottom: 20px;
  text-align: center;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  margin: 30px 0;
  border: 2px solid #263320;
  border-radius: 4px;
  overflow: hidden;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}/* 1. Clean up the Product Grid Cards */
.woocommerce ul.products li.product {
    background-color: #1a1a1a; /* Adjust to match your site's background */
    border-radius: 6px;
    padding: 15px;
    text-align: center;
    border: 1px solid #333;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.woocommerce ul.products li.product:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 12px rgba(0,0,0,0.4);
}

/* 2. Force Product Titles to Match Your Site's Fonts */
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
    font-family: inherit !important; /* Forces inheritance of your main theme font */
    font-size: 1.25rem;
    font-weight: 600;
    color: #ffffff; /* Adjust based on your contrast needs */
    margin-top: 15px;
    margin-bottom: 10px;
    line-height: 1.3;
}

/* 3. Style the Price Text */
.woocommerce ul.products li.product .price {
    font-family: inherit !important;
    color: #bbbbbb;
    font-size: 1.1rem;
    font-weight: 400;
    margin-bottom: 15px;
}

/* 4. Modernize the 'Select Options' Buttons */
.woocommerce ul.products li.product .button {
    background-color: #cc0000; /* Adjust to your brand's accent color */
    color: #ffffff;
    font-family: inherit !important;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.9rem;
    padding: 10px 24px;
    border-radius: 4px;
    border: none;
    display: inline-block;
    transition: background-color 0.2s ease;
}

.woocommerce ul.products li.product .button:hover {
    background-color: #990000;
    color: #ffffff;
}
/* Increase WooCommerce Shop Font Sizes */
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h2,
.woocommerce ul.products li.product h3 {
    font-size: 24px !important;
    font-family: inherit !important;
    line-height: 1.3;
    margin-bottom: 12px;
}

.woocommerce ul.products li.product .price {
    font-size: 20px !important;
    font-family: inherit !important;
    color: #e2e8e0;
}

.woocommerce ul.products li.product .button {
    font-size: 18px !important;
    padding: 12px 24px !important;
    font-family: inherit !important;
    font-weight: bold;
}.nv-nav { display: none !important; }
/* Force-hide primary theme navigation and header menus site-wide */
header nav,
.main-navigation,
.site-header nav,
.nav-menu,
#site-navigation,
.nv-nav {
  display: none !important;
}
/* Force-hide primary theme navigation and header menus site-wide */
header nav,
.main-navigation,
.site-header nav,
.nav-menu,
#site-navigation,
.nv-nav {
  display: none !important;
}
/* Hide mobile menu button & header wrapper site-wide */
.menu-toggle,
.mobile-menu-toggle,
.nav-toggle,
header .user-icon,
header a[href*="account"],
header a[href*="login"] {
  display: none !important;
}