/* 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;
}
@import url('https://fonts.googleapis.com/css2?family=Courier+Prime:ital,wght@0,400;0,700;1,400&family=Permanent+Marker&display=swap');

.tui-main-container { background-color: rgba(5, 5, 5, 0.7) !important; color: #e5e5e5 !important; font-family: 'Courier Prime', monospace !important; padding: 30px 15px !important; margin: 0 auto !important; max-width: 1200px !important; box-sizing: border-box !important; }
.tui-header { text-align: center !important; background: #0f0f0f !important; border: 4px solid #555555 !important; padding: 35px 20px !important; margin-bottom: 35px !important; box-shadow: 10px 10px 0px #222222 !important; }
.tui-header h1 { font-family: 'Permanent Marker', cursive !important; font-size: clamp(2.8rem, 7vw, 5.5rem) !important; letter-spacing: 4px !important; margin: 0 !important; color: #ffffff !important; text-shadow: 4px 4px 0px #333333 !important; }
.tui-header p { color: #cccccc !important; font-size: 1.2rem !important; letter-spacing: 3px !important; margin-top: 15px !important; text-transform: uppercase !important; font-weight: 700 !important; }
.tui-grid { display: grid !important; grid-template-columns: repeat(2, 1fr) !important; gap: 30px !important; }
.tui-item { background: #111111 !important; border: 4px solid #ffffff !important; text-decoration: none !important; display: flex !important; flex-direction: column !important; box-shadow: 10px 10px 0px #444444 !important; }
.tui-item:hover { transform: translate(-3px, -3px) !important; box-shadow: 14px 14px 0px #777777 !important; border-color: #cccccc !important; }
.tui-img-box { position: relative !important; height: 240px !important; border-bottom: 4px solid #ffffff !important; overflow: hidden !important; background: #222 !important; display: flex !important; align-items: center !important; justify-content: center !important; }
.tui-tag { position: absolute !important; bottom: 12px !important; left: 12px !important; background: #1a1a1a !important; color: #ffffff !important; border: 2px solid #ffffff !important; padding: 6px 12px !important; font-size: 0.9rem !important; font-weight: 700 !important; letter-spacing: 2px !important; }
.tui-text-box { padding: 25px !important; background: #0a0a0a !important; flex-grow: 1 !important; }
.tui-text-box h2 { font-size: 1.5rem !important; font-weight: 700 !important; text-transform: uppercase !important; margin: 0 0 12px 0 !important; color: #ffffff !important; }
.tui-text-box p { font-size: 1rem !important; color: #aaaaaa !important; margin: 0 0 20px 0 !important; line-height: 1.4 !important; }
.tui-link { color: #ffffff !important; font-weight: 700 !important; font-size: 1rem !important; letter-spacing: 2px !important; text-transform: uppercase !important; }
@media(max-width: 800px) { .tui-grid { grid-template-columns: 1fr !important; } }
/* TUI PAGE 854 — MOBILE HEADER FIX */
@media (max-width: 767px) {

  body.page-id-854 .wp-block-columns .wp-block-column:first-child > .wp-block-group {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    gap: 12px !important;
    width: 100% !important;
  }

  body.page-id-854 .wp-block-columns .wp-block-column:first-child > .wp-block-group > .wp-block-image {
    flex: 0 0 90px !important;
    width: 90px !important;
    max-width: 90px !important;
    margin: 0 !important;
  }

  body.page-id-854 .wp-block-columns .wp-block-column:first-child > .wp-block-group > .wp-block-image img {
    display: block !important;
    width: 90px !important;
    height: 90px !important;
    max-width: 90px !important;
    object-fit: cover !important;
  }

  body.page-id-854 .wp-block-columns .wp-block-column:first-child > .wp-block-group > p {
    flex: 1 1 auto !important;
    width: auto !important;
    min-width: 0 !important;
    margin: 0 !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
    font-size: 13px !important;
  }
/* TUI PAGE 854 — MOBILE HEADER FIX */
@media (max-width: 767px) {

  body.page-id-854 .wp-block-columns .wp-block-column:first-child > .wp-block-group {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    gap: 12px !important;
    width: 100% !important;
  }

  body.page-id-854 .wp-block-columns .wp-block-column:first-child > .wp-block-group > .wp-block-image {
    flex: 0 0 90px !important;
    width: 90px !important;
    max-width: 90px !important;
    margin: 0 !important;
  }

  body.page-id-854 .wp-block-columns .wp-block-column:first-child > .wp-block-group > .wp-block-image img {
    display: block !important;
    width: 90px !important;
    height: 90px !important;
    max-width: 90px !important;
    object-fit: cover !important;
  }

  body.page-id-854 .wp-block-columns .wp-block-column:first-child > .wp-block-group > p {
    flex: 1 1 auto !important;
    width: auto !important;
    min-width: 0 !important;
    margin: 0 !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
    font-size: 13px !important;
  }
}/* TUI PAGE 854 — MOBILE HEADER FIX */
@media (max-width: 767px) {

  body.page-id-854 .wp-block-columns .wp-block-column:first-child > .wp-block-group {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    gap: 12px !important;
    width: 100% !important;
  }

  body.page-id-854 .wp-block-columns .wp-block-column:first-child > .wp-block-group > .wp-block-image {
    flex: 0 0 90px !important;
    width: 90px !important;
    max-width: 90px !important;
    margin: 0 !important;
  }

  body.page-id-854 .wp-block-columns .wp-block-column:first-child > .wp-block-group > .wp-block-image img {
    display: block !important;
    width: 90px !important;
    height: 90px !important;
    max-width: 90px !important;
    object-fit: cover !important;
  }

  body.page-id-854 .wp-block-columns .wp-block-column:first-child > .wp-block-group > p {
    flex: 1 1 auto !important;
    width: auto !important;
    min-width: 0 !important;
    margin: 0 !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
    font-size: 13px !important;
	}
/* TUI HEADER — MOBILE LOGO/TEXT FIX */
@media (max-width: 767px) {

  .wp-block-group:has(> .wp-block-image .wp-image-8822),
  .wp-block-group:has(> .wp-block-image .wp-image-8759) {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    gap: 12px !important;
    width: 100% !important;
  }

  .wp-block-group:has(> .wp-block-image .wp-image-8822) > .wp-block-image,
  .wp-block-group:has(> .wp-block-image .wp-image-8759) > .wp-block-image {
    flex: 0 0 85px !important;
    width: 85px !important;
    max-width: 85px !important;
    margin: 0 !important;
  }

  .wp-block-group:has(> .wp-block-image .wp-image-8822) > .wp-block-image img,
  .wp-block-group:has(> .wp-block-image .wp-image-8759) > .wp-block-image img {
    width: 85px !important;
    height: 85px !important;
    max-width: 85px !important;
    object-fit: cover !important;
  }

  .wp-block-group:has(> .wp-block-image .wp-image-8822) > p,
  .wp-block-group:has(> .wp-block-image .wp-image-8759) > p {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    width: auto !important;
    margin: 0 !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
  }
}