@font-face {
  font-family: "Gotham";
  src: url("/template/selector/assets/fonts/GOTHAM-BOOK.OTF") format("opentype");
  font-weight: normal;
}
@font-face {
  font-family: "Gotham";
  src: url("/template/selector/assets/fonts/GOTHAM-BOLD.OTF") format("opentype");
  font-weight: bold;
}
@font-face {
  font-family: "Montserrat";
  src: url("/template/selector/assets/fonts/MONTSERRAT-REGULAR.TTF")
    format("truetype");
  font-weight: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("/template/selector/assets/fonts/MONTSERRAT-BOLD.TTF")
    format("truetype");
  font-weight: bold;
}

.font-gotham-light {
  font-family: "Gotham", sans-serif;
}

.hero-section {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #000;
  line-height: 0;
}

.hero-video {
  width: 100%;
  height: auto;
  display: block;
}

.video-container {
  width: 100%;
  height: 100%;
}


/* Banner Section */
.top-video-banner {
  position: relative;
  width: 100%;
  /* height: 60px;  */
  overflow: hidden;
  background-color: #92191b; /* Fallback red color */
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-video-banner video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
  object-fit: cover;
}

.video-banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(146, 25, 27, 0.7); /* Red overlay to keep the red theme */
  z-index: 2;
}

.top-banner-content {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.banner-item {
  display: flex;
  align-items: center;
  margin: 0 40px;
}

.banner-item svg {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  fill: currentColor;
}

html {
  scroll-behavior: smooth;
}

.sub-navbar {
    background-color: #000;
    border-top: 1px solid #333;
    padding: 15px 0;
    text-align: center;
    position: sticky !important;
    top: 91px !important;
    z-index: 1020;
}

@media (max-width: 1200px) {
  .sub-navbar {
    top: 40px !important;
  }
}

.sub-nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}

.sub-nav-links a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0 20px;
  position: relative;
}

.sub-nav-links a:hover {
  color: #f0a868;
}

.sub-nav-links a:not(:last-child)::after {
  content: "|";
  position: absolute;
  right: 0;
  color: #555;
  font-weight: 300;
}

/* Base Category Section */
.category-section {
  color: #fff;
}

.bg-dark {
  background-color: #030303;
}

.bg-slate {
  background-color: #0f1823;
}

.container-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

/* Section Header */
.section-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}

.section-info {
  flex: 1 1 400px;
  padding-right: 40px;
}

.section-info h2 {
  font-size: 32px;
  margin-bottom: 20px;
  font-weight: normal;
  letter-spacing: 2px;
}

.section-info h2 span.gold {
  color: #f0a868;
  font-weight: bold;
}

.section-info p {
  color: #aaa;
  font-size: 15px;
  line-height: 1.6;
}

.section-image {
  flex: 1 1 400px;
  text-align: right;
}

.section-image img {
  max-width: 100%;
  height: auto;
}

/* Product Grid */
.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.product-card {
  background: transparent;
  display: flex;
  flex-direction: column;
}

.product-image-container {
  position: relative;
  /* background-color: #fff; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-image-container img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.product-image-container img.ugc-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding: 0;
}

.badge {
  position: absolute;
  top: 15px;
  left: 15px;
  background-color: #f0a868;
  color: #000;
  font-weight: bold;
  padding: 5px 12px;
  font-size: 12px;
  z-index: 2;
  text-transform: uppercase;
}

.product-details {
  padding: 20px 0;
  text-align: center;
  border: 1px solid #222;
  border-top: none;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.product-title {
  color: #f0a868;
  font-size: 18px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: bold;
}

.product-title span {
  color: #fff;
  font-weight: normal;
}

.product-features {
  font-size: 13px;
  color: #bbb;
  margin-bottom: 20px;
}

.product-price h4 {
  font-size: 22px;
  margin: 0 0 5px 0;
  color: #fff;
  white-space: nowrap;
}

.product-price p {
  font-size: 12px;
  color: #888;
  margin: 0 0 20px 0;
}

.btn-design {
  background-color: #000;
  color: #f0a868;
  border: 1px solid #f0a868;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  text-transform: uppercase;
  transition: all 0.3s ease;
  width: 80%;
  margin: 0 auto;
}

.btn-design:hover {
  background-color: #f0a868;
  color: #000;
}

@media (max-width: 768px) {
  .top-banner-content {
    flex-direction: column;
    font-size: 12px;
  }
  .top-video-banner {
    height: 120px;
  }
  .banner-item {
    margin: 5px 0;
  }
  .sub-nav-links {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .sub-nav-links::-webkit-scrollbar {
    display: none;
  }
  .sub-nav-links a {
    padding: 10px 15px;
    font-size: 12px;
    white-space: nowrap;
  }
  .sub-nav-links a:not(:last-child)::after {
    display: none;
  }
  .section-header {
    flex-direction: column;
    text-align: center;
  }
  .section-info {
    padding-right: 0;
    margin-bottom: 30px;
  }
  .section-image {
    text-align: center;
  }
  .product-grid[style] {
    grid-template-columns: 1fr !important;
  }
  .halo-info h2 {
    font-size: 28px !important;
  }
  .halo-info p {
    max-width: 100% !important;
  }
  .smart-fold-section-custom .smart-fold-top {
    padding: 40px 15px 20px 15px !important;
  }

  .section-image {
    flex: 1 1 100%;
  }

  .section-info {
    flex: 1 1 100%;
  }

  .smart-fold-bottom {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}

/* Halo Section Custom Styles */
.halo-section-custom {
  background-color: #0d141e;
  font-family: "Montserrat", sans-serif;
}

.halo-info h2 {
  font-family: "Gotham", sans-serif;
  font-size: 36px;
  margin-bottom: 15px;
  letter-spacing: 1px;
}

.halo-info h2 .gold {
  color: #f7a641;
  font-weight: bold;
}

.halo-info h2 .thin-white {
  color: #ddd;
  font-weight: normal;
}

.halo-info p {
  color: #9ba4b5;
  font-size: 13px;
  line-height: 1.6;
  font-family: "Montserrat", sans-serif;
  max-width: 90%;
}

.halo-product-card,
.halo-product-card .product-image-container,
.halo-product-card .product-details {
  background: #000;
  border: 1px solid lightgrey;
  outline: none !important;
  box-shadow: none !important;
}

.halo-product-card .badge.halo-badge {
  background: linear-gradient(to right, #ffe175, #f7a641);
  top: 0;
  left: 0;
  width: auto;
  min-width: 140px;
  text-align: center;
  font-family: "Gotham", sans-serif;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 1px;
  color: #000;
  padding: 8px 15px;
}

.halo-product-details {
  border: none;
  background: #000;
  padding: 25px 20px;
}

.halo-product-title {
  color: #f7a641;
  font-family: "Gotham", sans-serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.5px;
}

.halo-product-title .thin {
  color: #887365;
  font-weight: normal;
}

.halo-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 23px;
  font-size: 8px;
  color: #bbb;
  margin-top: 10px;
  margin-bottom: 15px;
}

.halo-icons img {
  height: 14px;
  vertical-align: middle;
  filter: brightness(0) invert(0.8);
}

.halo-features {
  font-size: 12px;
  color: #bbb;
  margin-top: 10px;
  margin-bottom: 15px;
}

.halo-hr {
  border: 0;
  height: 1px;
  background: #2a2a2a;
  margin: 15px 0 14px 0;
}

.halo-btn-solid {
  background-color: #f7a641;
  color: #000;
  border: 1px solid #f7a641;
  font-family: "Gotham", sans-serif;
}
.halo-btn-solid:hover {
  background-color: #e59d43;
  color: #000;
}

.halo-btn-outline {
  background-color: #000;
  color: #f7a641;
  border: 1px solid #f7a641;
  font-family: "Gotham", sans-serif;
}
.halo-btn-outline:hover {
  background-color: #f7a641;
  color: #000;
}

.smart-fold-section-custom .smart-fold-top {
  background-color: #0c1219;
  padding: 60px 20px 40px 20px;
}

.smart-fold-section-custom .section-header {
  margin-bottom: 0 !important;
}

.smart-fold-section-custom .section-image img {
  display: block;
  margin: 0 auto;
}
