.t4-palette-dark_2 {
    background-color: #000000 !important;
}

.t4-offcanvas .t4-off-canvas-header a img {
    max-height: 4.5rem;
    outline: none;
}

.form-control {
    max-width: 100%;
}

.form-check-input[type="checkbox"],
.form-check-input[type="radio"] {
    border-color: #000;
}

/* Product column wrapper */
.j2store-products-row > div {
    display: flex;
    margin-bottom: 18px;
}

/* Product card: GRID ONLY */
.j2store-products-row .j2store-single-product {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    height: 100%;
    box-sizing: border-box;
    border: 1px solid #ddd;
    padding: 12px;
    background: #fff;
    transition: all 0.2s ease;
}

/* Subtle hover effect */
.j2store-products-row .j2store-single-product:hover {
    border-color: #999;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
}

/* Product title cleanup */
.j2store-products-row .j2store-single-product .product-title,
.j2store-products-row .j2store-single-product .j2store-product-title {
    margin: 8px 0;
    font-weight: 600;
    line-height: 1.3;
    font-size: clamp(15px, 1.8vw, 20px);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: center;
}

/* Price area alignment */
.j2store-products-row .j2store-single-product .product-price-container,
.j2store-products-row .j2store-single-product .j2store-product-price {
    margin-top: auto;
    padding-top: 10px;
    font-weight: 600;
}

/* Button spacing */
.j2store-products-row .j2store-single-product .btn,
.j2store-products-row .j2store-single-product .j2store-cart-button {
    margin-top: 8px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 1.3;
    color: #000000;
    text-decoration: none;
}

.btn.btn-success {
    background-color: #ffdf02;
    border-color: #06b2f1;
    border-width: 2px;
    color: #000000;
}

.btn.btn-success:hover {
    opacity: 0.85;
}

.j2store-addtocart-form {
    display: block;
    margin: 0px auto 0;
    text-align: center;
    width: fit-content;
}

/* Product links */
.product-title,
.vm-product-title,
.product_name {
    width: 100%;
}

.product-title a,
.vm-product-title a,
.product_name a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 200;
    letter-spacing: 0.5px;
    line-height: 1.3;
    color: #000000;
    text-decoration: none;
}

.product-title a:hover,
.vm-product-title a:hover,
.product_name a:hover {
    color: #000000;
    opacity: 0.7;
}

/* QUICK VIEW / MODAL RESET */
.j2store-quickview .j2store-single-product,
.modal .j2store-single-product {
    display: block !important;
    flex: none !important;
    height: auto !important;
    min-height: 0 !important;
    border: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    transition: none !important;
}

/* Prevent hover styles inside quick view */
.j2store-quickview .j2store-single-product:hover,
.modal .j2store-single-product:hover {
    border-color: transparent !important;
    box-shadow: none !important;
}

/* Quick view titles should behave normally */
.j2store-quickview .product-title,
.j2store-quickview .j2store-product-title,
.modal .product-title,
.modal .j2store-product-title {
    display: block !important;
    -webkit-line-clamp: unset !important;
    -webkit-box-orient: unset !important;
    overflow: visible !important;
    font-size: inherit !important;
    margin: 8px 0 !important;
}

/* Quick view add-to-cart/button safety */
.j2store-quickview .btn,
.j2store-quickview .btn.btn-default,
.modal .btn,
.modal .btn.btn-default {
    white-space: normal;
    max-width: 100%;
    box-sizing: border-box;
}

/* Mid-range screen fix */
@media (min-width: 768px) and (max-width: 1100px) {
    .j2store-quickview .btn,
    .j2store-quickview .btn.btn-default,
    .modal .btn,
    .modal .btn.btn-default {
        display: block;
        width: 100%;
    }
}

/* DFW Hooligans custom list */
ul.hooligan-list,
ul.hooligan-list li {
    list-style: none !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
}

ul.hooligan-list li::marker {
    content: "" !important;
}

ul.hooligan-list {
    margin: 0 auto 1.5rem auto;
    padding: 0;
    display: inline-block;
    text-align: left;
}

ul.hooligan-list li {
    position: relative;
    padding: 0 0 12px 36px !important;
    margin: 0 0 2px 0;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 600;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

ul.hooligan-list li:last-child {
    border-bottom: none;
    padding-bottom: 0 !important;
    margin-bottom: 0;
}

ul.hooligan-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 26px;
    height: 26px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 0.95;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cg fill='none' stroke='%23ffdf02' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='16' cy='46' r='8'/%3E%3Ccircle cx='48' cy='46' r='8'/%3E%3Cpath d='M24 46h8l7-14h9'/%3E%3Cpath d='M31 32l6 14'/%3E%3Cpath d='M22 46l7-14h10'/%3E%3Cpath d='M39 32l5-6h7'/%3E%3Cpath d='M26 28h8'/%3E%3C/g%3E%3C/svg%3E");
}

/* CUstom Bullet Placement */
.hooligan-list li::before {
    content: "🏍";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
}

/* Adds space between stacked pill buttons */
.rounded-pill {
    margin-top: 10px !important;
}

/* Hamburger / mobile nav icon */
.navbar-toggler,
.t4-navbar-toggler,
button.navbar-toggler {
    background: transparent !important;
    box-shadow: none !important;
    border-color: rgba(255, 255, 255, 0.65) !important;
}

.navbar-toggler-icon {
    background-color: transparent !important;
    filter: brightness(0) invert(1) !important;
}

.navbar-toggler span,
.t4-navbar-toggler span {
    background-color: #fff !important;
}

.fa.fa-bars.toggle-bars,
.fa.fa-bars.toggle-bars::before,
.navbar-toggler i,
.t4-navbar-toggler i,
.fa-bars,
.fa-bars::before {
    color: #fff !important;
}

@media (max-width: 767px) {
    .fa.fa-bars.toggle-bars,
    .fa.fa-bars.toggle-bars::before,
    .navbar-toggler i,
    .t4-navbar-toggler i {
        color: #fff !important;
        opacity: 1 !important;
    }
}

/* Adds Padding to Rightside of Main Button */
.btn.btn-primary {
  background-color: #ffdf02;
  border-color: #06b2f1;
  border-width: 2px;
  color: #000000;
  margin-right: 10px;
}

/* Adjusts the top Nav Caret for Secondary Nav */
.t4-megamenu .dropdown-toggle .item-caret::before {
  border-top: 4px solid #fff !important;
}

/* Adjusts Masthead Styling */
.t4-masthead .t4-masthead-title {
    color: #fff;
    text-shadow: rgba(0, 0, 0, 0.9) 0px 0px 10px;
}

.t4-masthead .t4-masthead-description {
    color: #fff;
    text-shadow: rgba(0, 0, 0, 0.9) 0px 0px 10px;
}

/* Controls the masthead background image */
.t4-masthead .t4-masthead-inner.has-bg {
  background-attachment: fixed !important;
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

/* Secondary Nav control */
/* Dropdown container */
.t4-megamenu .dropdown-menu {
  background: linear-gradient(
    180deg,
    #0a0a0a 0%,
    #111111 100%
  ) !important;

  border: 1px solid rgba(255,255,255,0.08);
  border-top: 2px solid #06b2f1; /* brand blue accent */

  box-shadow: 0 12px 30px rgba(0,0,0,0.6);
  backdrop-filter: blur(6px);
}

/* Optional subtle glow line effect */
.t4-megamenu .dropdown-menu::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #06b2f1, #ffdf02);
}

/* Menu links */
.t4-megamenu .dropdown-menu .nav-link {
  color: #eaeaea;
  transition: all 0.25s ease;
}

/* Hover state */
.t4-megamenu .dropdown-menu .nav-link:hover {
  color: #ffdf02;
  background: rgba(6,178,241,0.08);
  padding-left: 18px; /* subtle slide effect */
}

/* Active item */
.t4-megamenu .dropdown-menu .active > .nav-link {
  color: #06b2f1;
}

.t4-megamenu .dropdown-menu {
  box-shadow:
    0 12px 30px rgba(0,0,0,0.6),
    inset 0 0 20px rgba(6,178,241,0.05);
}

/* Article Outline and Glow */
.com-content-category-blog .item {
  position: relative;
  background: rgba(10, 10, 10, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 30px;

  box-shadow:
    0 12px 30px rgba(0, 0, 0, 0.65),
    0 0 0 1px rgba(6, 178, 241, 0.18),
    0 0 22px rgba(6, 178, 241, 0.22);

  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease;
}

.com-content-category-blog .item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #06b2f1, #ffdf02);
  z-index: 2;
}

.com-content-category-blog .item:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 223, 2, 0.55);

  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.8),
    0 0 0 1px rgba(255, 223, 2, 0.22),
    0 0 26px rgba(6, 178, 241, 0.35),
    0 0 8px rgba(255, 223, 2, 0.22);
}

.com-content-category-blog .item-content {
  padding: 18px 18px 20px;
}

/* =========================
   FOOTER MODULE TITLES
========================= */
#t4-footnav .module-title,
#t4-footnav .t4-module-title,
#t4-footnav h3 {
  color: #ffdf02 !important;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 14px;
  text-shadow:
    0 0 6px rgba(255,223,2,0.35),
    0 0 12px rgba(255,223,2,0.15);
}

#t4-footnav .module-title::after,
#t4-footnav .t4-module-title::after,
#t4-footnav h3::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  margin-top: 6px;
  background: linear-gradient(90deg, #06b2f1, #ffdf02);
}

/* =========================
   QUICK LINKS MODULE
========================= */
#Mod94, #Mod95 {
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

#Mod94 .nav-link, #Mod95 .nav-link {
  color: rgba(255,255,255,0.9) !important;
  display: inline-block;
  position: relative;
  transition: all 0.25s ease;
  text-shadow:
    0 0 4px rgba(6,178,241,0.25),
    0 0 8px rgba(6,178,241,0.15);
}

#Mod94 .nav-link:hover, #Mod94 .nav-link:focus, #Mod95 .nav-link:hover, #Mod95 .nav-link:focus {
  color: #ffdf02 !important;
  transform: translateX(4px);
  text-shadow:
    0 0 6px rgba(255,223,2,0.45),
    0 0 12px rgba(255,223,2,0.25);
}

#Mod94 .nav-link::after, #Mod95 .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #06b2f1, #ffdf02);
  transition: width 0.25s ease;
}

#Mod94 .nav-link:hover::after, #Mod94 .nav-link:focus::after, #Mod95 .nav-link:hover::after, #Mod95 .nav-link:focus::after {
  width: 100%;
}

/* =========================
   DFW HOOLIGANS MODULE
========================= */
#Mod96 {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(6,178,241,0.18);
  border-radius: 14px;
  padding: 18px 20px;
  box-shadow:
    0 10px 24px rgba(0,0,0,0.28),
    0 0 18px rgba(6,178,241,0.10);
}

#Mod96 p,
#Mod96 li,
#Mod96 a {
  color: rgba(255,255,255,0.88);
}

#Mod96 a:hover,
#Mod96 a:focus {
  color: #ffdf02 !important;
}

/* =========================
   FOLLOW THE CREW MODULE
========================= */
#Mod124 {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(6,178,241,0.18);
  border-radius: 14px;
  padding: 18px 20px;
  box-shadow:
    0 10px 24px rgba(0,0,0,0.28),
    0 0 18px rgba(6,178,241,0.10);
}

#Mod124 p,
#Mod124 li,
#Mod124 a {
  color: rgba(255,255,255,0.88);
}

#Mod124 a:hover,
#Mod124 a:focus {
  color: #ffdf02 !important;
  text-shadow:
    0 0 6px rgba(255,223,2,0.45),
    0 0 12px rgba(255,223,2,0.25);
}

/* Adjusts Rule Style Above Copyright */
#t4-footer {
  border-top: none !important;
}

/* Adjusts the social icons style */
#Mod124 .social-list a {
  background: rgba(6,178,241,0.16) !important;
  border: 1px solid rgba(6,178,241,0.35) !important;
  color: #ffffff !important;
  opacity: 1 !important;
  transition: all 0.25s ease;
}

#Mod124 .social-list a .fab {
  color: #ffffff !important;
  opacity: 1 !important;
  text-shadow:
    0 0 4px rgba(6,178,241,0.22),
    0 0 8px rgba(6,178,241,0.12);
  transition: all 0.25s ease;
}

#Mod124 .social-list a:hover,
#Mod124 .social-list a:focus {
  background: rgba(255,223,2,0.16) !important;
  border-color: rgba(255,223,2,0.5) !important;
  color: #ffdf02 !important;
}

#Mod124 .social-list a:hover .fab,
#Mod124 .social-list a:focus .fab {
  color: #ffdf02 !important;
  text-shadow:
    0 0 6px rgba(255,223,2,0.45),
    0 0 12px rgba(255,223,2,0.25);
}

/* Custom Buttons + Wrapper */
/* =========================
   HOOLIGAN BUTTON – PRIMARY
========================= */
.hooligan-btn-primary,
a.hooligan-btn-primary,
button.hooligan-btn-primary {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 999px;
  border: 2px solid #06b2f1;
  background: linear-gradient(135deg, #06b2f1 0%, #0b0b0b 55%, #111 100%);
  color: #ffffff !important;
  font-weight: 800;
  font-size: 0.98rem;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none !important;
  box-shadow:
    0 10px 24px rgba(0,0,0,0.35),
    0 0 12px rgba(6,178,241,0.28);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease,
    color 0.25s ease,
    background 0.25s ease;
  position: relative;
  overflow: hidden;
}

.hooligan-btn-primary::before {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 70%;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,0.22) 50%,
    rgba(255,255,255,0) 100%
  );
  transform: skewX(-24deg);
  transition: left 0.45s ease;
}

.hooligan-btn-primary:hover,
.hooligan-btn-primary:focus {
  color: #ffffff !important;
  border-color: #06b2f1;
  background: linear-gradient(135deg, #111 0%, #06b2f1 40%, #111 100%);
  transform: translateY(-2px);
  text-shadow: rgba(0, 0, 0, 0.9) 0px 0px 10px;
  box-shadow:
    0 14px 30px rgba(0,0,0,0.45),
    0 0 16px rgba(255,223,2,0.32),
    0 0 24px rgba(6,178,241,0.18);
}

.hooligan-btn-primary:hover::before,
.hooligan-btn-primary:focus::before {
  left: 135%;
}

.hooligan-btn-primary:active {
  transform: translateY(0);
}

/* =========================
   HOOLIGAN BUTTON – SECONDARY
========================= */
.hooligan-btn-secondary,
a.hooligan-btn-secondary,
button.hooligan-btn-secondary {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 999px;
  border: 2px solid #ffdf02;
  background: linear-gradient(135deg, #ffdf02 0%, #0b0b0b 55%, #111 100%);
  color: #ffffff !important;
  font-weight: 800;
  font-size: 0.98rem;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none !important;
  box-shadow:
    0 10px 24px rgba(0,0,0,0.35),
    0 0 12px rgba(255,223,2,0.28);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease,
    color 0.25s ease,
    background 0.25s ease;
  position: relative;
  overflow: hidden;
}

.hooligan-btn-secondary::before {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 70%;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,0.22) 50%,
    rgba(255,255,255,0) 100%
  );
  transform: skewX(-24deg);
  transition: left 0.45s ease;
}

.hooligan-btn-secondary:hover,
.hooligan-btn-secondary:focus {
  color: #ffffff !important;
  border-color: #ffdf02;
  background: linear-gradient(135deg, #111 0%, #ffdf02 40%, #111 100%);
  transform: translateY(-2px);
  text-shadow: rgba(0, 0, 0, 0.9) 0px 0px 10px;
  box-shadow:
    0 14px 30px rgba(0,0,0,0.45),
    0 0 16px rgba(6,178,241,0.32),
    0 0 24px rgba(255,223,2,0.18);
}

.hooligan-btn-secondary:hover::before,
.hooligan-btn-secondary:focus::before {
  left: 135%;
}

.hooligan-btn-secondary:active {
  transform: translateY(0);
}

.hooligan-btn-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

@media (max-width: 767px) {
  .hooligan-btn-wrap {
    justify-content: center;
  }

  .hooligan-btn-wrap a,
  .hooligan-btn-wrap button {
    width: 100%;
    max-width: 320px;
    text-align: center;
  }
}

/* Custom InGallery Buttons */
#ingallery-1 .ingallery-loadmore-btn {
  /* Reset plugin styles */
  border: none !important;
  background: none !important;
  padding: 0 !important;
  color: inherit !important;

  /* Apply your primary button styles */
  display: inline-block;
  padding: 14px 28px !important;
  border-radius: 999px !important;
  border: 2px solid #06b2f1 !important;

  background: linear-gradient(135deg, #06b2f1 0%, #0b0b0b 55%, #111111 100%) !important;
  color: #ffffff !important;

  font-weight: 800;
  font-size: 0.98rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none !important;

  box-shadow:
    0 10px 24px rgba(0,0,0,0.35),
    0 0 12px rgba(6,178,241,0.28);

  transition: all 0.25s ease !important;
  position: relative;
  overflow: hidden;
}

#ingallery-1 .ingallery-loadmore-btn:hover {
  color: #ffdf02 !important;
  border-color: #ffdf02 !important;

  background: linear-gradient(135deg, #111111 0%, #06b2f1 40%, #111111 100%) !important;

  transform: translateY(-2px);

  box-shadow:
    0 14px 30px rgba(0,0,0,0.45),
    0 0 16px rgba(255,223,2,0.32),
    0 0 24px rgba(6,178,241,0.18);
}

#ingallery-1 .ingallery-loadmore-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 70%;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,0.22) 50%,
    rgba(255,255,255,0) 100%
  );
  transform: skewX(-24deg);
  transition: left 0.45s ease;
}

#ingallery-1 .ingallery-loadmore-btn:hover::before {
  left: 135%;
}

.btn.btn-warning {
  margin-right: 10px;
}

/* Fixes background image with sandwich bar menu, cart icon, and logo */
@media (max-width: 991px) {
  .t4-masthead,
  .t4-masthead .t4-masthead-inner,
  .t4-masthead .t4-masthead-inner.has-bg {
    position: relative;
    z-index: 1;
  }

  #t4-header,
  .t4-header,
  .t4-navbar,
  .navbar,
  #t4-header .header-wrap,
  #t4-header .navbar-brand.logo-image,
  #t4-header .navbar-brand.logo-image a,
  #t4-header .navbar-brand.logo-image img,
  #t4-header .logo-img,
  #t4-header .t4-header-r,
  #t4-header .t4-header-r a,
  #t4-header .t4-header-r img,
  #t4-header .t4-header-r svg,
  #t4-header .t4-header-r i,
  #t4-header .t4-header-r span {
    position: relative;
    z-index: 10000;
    opacity: 1 !important;
    filter: none !important;
  }

  #t4-header {
    background: #000 !important;
  }

  #t4-header .bg-overlay,
  #t4-header .bg-overlay-image {
    z-index: 1 !important;
    pointer-events: none;
  }
}

#onCheckoutPayment_wrapper {
  display: none !important;
}

/* Header nav underline effect only */
#t4-header .t4-navbar .nav-link,
#t4-header .t4-navbar .dropdown-item,
#t4-header .t4-navbar .nav-header {
  position: relative;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

#t4-header .t4-navbar .nav-link::after,
#t4-header .t4-navbar .dropdown-item::after,
#t4-header .t4-navbar .nav-header::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.15em;
  width: 100%;
  height: 2px;

  /* MATCH FOOTER EXACTLY */
  background: linear-gradient(90deg, #06b2f1, #ffdf02);

  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.25s ease;
  pointer-events: none;
}

#t4-header .t4-navbar .nav-link:hover::after,
#t4-header .t4-navbar .nav-link:focus-visible::after,
#t4-header .t4-navbar .dropdown-item:hover::after,
#t4-header .t4-navbar .dropdown-item:focus-visible::after,
#t4-header .t4-navbar .nav-header:hover::after,
#t4-header .t4-navbar .nav-header:focus-visible::after {
  transform: scaleX(1);
}

/* Active stays underlined */
#t4-header .t4-navbar .active > .nav-link::after,
#t4-header .t4-navbar .current > .nav-link::after {
  transform: scaleX(1);
}