/**
 * ENFORCE — What Fits in the ENFORCE Sling Belt
 * Black / white / gray mockup layout. Nav/footer stay site chrome. Price $98.
 */

.wfit-page .over-loader,
.wfit-page .loader-live {
  display: none !important;
}

.wfit-page .header-section {
  margin-bottom: 0;
}

.wfit-lp {
  --wfit-ink: #111111;
  --wfit-muted: #555555;
  --wfit-line: #e6e6e6;
  --wfit-gray: #f3f3f3;
  --wfit-white: #ffffff;
  --wfit-font: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  --wfit-gutter: 1.5rem;
  --wfit-gutter: clamp(1.25rem, 4vw, 3.5rem);
  --wfit-max: 1180px;
  color: var(--wfit-ink);
  font-family: var(--wfit-font);
  font-size: 16px;
  line-height: 1.6;
  clear: both;
  width: 100%;
  display: block;
  background: #fff;
}

.wfit-lp,
.wfit-lp * {
  box-sizing: border-box;
}

.wfit-lp a {
  color: var(--wfit-ink);
  text-decoration: none;
}

.wfit-wrap {
  width: 100%;
  max-width: var(--wfit-max);
  margin: 0 auto;
  padding-left: var(--wfit-gutter);
  padding-right: var(--wfit-gutter);
}

.wfit-btn {
  display: inline-block;
  min-height: 48px;
  padding: 0.85rem 1.5rem;
  font-family: inherit;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none !important;
  border: 1.5px solid transparent;
  text-align: center;
  line-height: 1.2;
  cursor: pointer;
}

.wfit-btn--dark {
  background: #111;
  color: #fff !important;
  border-color: #111;
}

.wfit-btn--dark:hover {
  background: #2a2a2a;
  border-color: #2a2a2a;
  color: #fff !important;
}

.wfit-btn--ghost {
  background: #fff;
  color: #111 !important;
  border-color: #111;
}

.wfit-btn--ghost:hover {
  background: #111;
  color: #fff !important;
}

.wfit-btn--ghost-light {
  background: transparent;
  color: #fff !important;
  border-color: #fff;
}

.wfit-btn--ghost-light:hover {
  background: #fff;
  color: #111 !important;
}

/* Hero */
.wfit-hero {
  position: relative;
  display: block;
  width: 100%;
  min-height: 520px;
  margin: 0;
  padding: 0;
  background-color: #d8d8d8;
  background-image: url("https://shopenforce.com/images/Sling_Bag_lp.png");
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  color: #111;
}

.wfit-hero__img {
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border: 0;
}

.wfit-hero__content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding: 56px 5% 40px;
}

.wfit-hero__copy {
  max-width: 28rem;
  padding: 1.5rem 1.5rem 1.6rem;
  background: rgba(255, 255, 255, 0.92);
  color: #111;
}

.wfit-hero__title {
  margin: 0 0 0.75rem;
  font-size: 42px;
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #111;
}

.wfit-hero__sub {
  margin: 0 0 1.5rem;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #333;
}

.wfit-hero__actions .wfit-btn {
  margin-right: 10px;
  margin-bottom: 10px;
}

.wfit-hero__icons {
  list-style: none;
  margin: 1.25rem 0 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px 20px;
}

.wfit-hero__icons li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.45rem;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #111;
}

.wfit-hero__icons svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

/* Built different */
.wfit-built {
  background: #fff;
  padding: 3.5rem 0 3rem;
  text-align: center;
}

.wfit-built__title {
  margin: 0 0 0.5rem;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.wfit-built__sub {
  margin: 0 auto 2.5rem;
  max-width: 32rem;
  font-size: 16px;
  color: var(--wfit-muted);
}

.wfit-built__layout {
  display: -ms-grid;
  display: grid;
  grid-template-columns: 1fr 1.1fr 1fr;
  gap: 1.5rem 1.25rem;
  align-items: center;
  text-align: left;
}

.wfit-built__media {
  text-align: center;
}

.wfit-built__media img {
  display: block;
  width: 100%;
  max-width: 420px;
  height: auto;
  margin: 0 auto;
}

.wfit-callout {
  margin: 0 0 1.75rem;
}

.wfit-callout:last-child {
  margin-bottom: 0;
}

.wfit-callout h3 {
  margin: 0 0 0.35rem;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.wfit-callout p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: var(--wfit-muted);
}

.wfit-built__right {
  text-align: right;
}

.wfit-built__right .wfit-callout p {
  margin-left: auto;
}

/* Premium materials */
.wfit-materials {
  position: relative;
  min-height: 420px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  background: #111;
  overflow: hidden;
}

.wfit-materials__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.55;
}

.wfit-materials__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 36rem;
  padding: 3.5rem var(--wfit-gutter);
}

.wfit-materials h2 {
  margin: 0 0 0.75rem;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
}

.wfit-materials > .wfit-wrap > .wfit-materials__inner > p,
.wfit-materials__inner > p {
  margin: 0 0 1.5rem;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
}

.wfit-materials__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.wfit-materials__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.85rem;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #fff;
}

.wfit-materials__list svg {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
}

/* Real life */
.wfit-life {
  background: #fff;
  padding: 3.5rem 0;
  text-align: center;
}

.wfit-life h2 {
  margin: 0 0 2rem;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.wfit-life__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  text-align: left;
}

.wfit-life__grid img {
  display: block;
  width: 100%;
  height: 320px;
  object-fit: cover;
  margin-bottom: 0.85rem;
}

.wfit-life__grid h3 {
  margin: 0 0 0.25rem;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.wfit-life__grid p {
  margin: 0;
  font-size: 14px;
  color: var(--wfit-muted);
}

/* Details */
.wfit-details {
  background: var(--wfit-gray);
  padding: 3.5rem 0;
  text-align: center;
}

.wfit-details h2 {
  margin: 0 0 2rem;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.wfit-details__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  text-align: left;
}

.wfit-details__grid img {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: cover;
  margin-bottom: 0.85rem;
  background: #fff;
}

.wfit-details__grid h3 {
  margin: 0 0 0.35rem;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.wfit-details__grid p {
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
  color: var(--wfit-muted);
}

/* Reviews */
.wfit-reviews {
  background: #111;
  color: #fff;
  padding: 3.5rem 0;
  text-align: center;
}

.wfit-reviews h2 {
  margin: 0 0 0.35rem;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
}

.wfit-reviews__sub {
  margin: 0 0 2rem;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.75);
}

.wfit-reviews__grid {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.75rem;
  text-align: left;
}

.wfit-review__stars {
  margin: 0 0 0.75rem;
  color: #c9a227;
  letter-spacing: 0.08em;
  font-size: 12px;
}

.wfit-review p {
  margin: 0 0 0.85rem;
  font-size: 16px;
  line-height: 1.55;
  color: #fff;
}

.wfit-review cite {
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.65);
}

/* Final CTA */
.wfit-cta {
  display: -ms-grid;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 420px;
  background: var(--wfit-gray);
}

.wfit-cta__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}

.wfit-cta__copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 3rem var(--wfit-gutter);
}

.wfit-cta__copy h2 {
  margin: 0 0 0.65rem;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.15;
}

.wfit-cta__copy > p {
  margin: 0 0 1.5rem;
  font-size: 16px;
  color: var(--wfit-muted);
}

.wfit-cta__actions .wfit-btn {
  margin-right: 10px;
  margin-bottom: 10px;
}

.wfit-cta__perks {
  list-style: none;
  margin: 1.75rem 0 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
}

.wfit-cta__perks li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #333;
}

.wfit-cta__perks svg {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
}

@media (max-width: 991px) {
  .wfit-built__layout,
  .wfit-life__grid,
  .wfit-details__grid,
  .wfit-reviews__grid,
  .wfit-cta {
    grid-template-columns: 1fr;
  }

  .wfit-built__right {
    text-align: left;
  }

  .wfit-life__grid img,
  .wfit-details__grid img {
    height: 240px;
  }

  .wfit-hero__title {
    font-size: 32px;
  }

  .wfit-hero__content {
    padding: 28px 1.25rem;
  }

  .wfit-cta__media img {
    min-height: 280px;
  }
}

@media (max-width: 600px) {
  .wfit-life__grid,
  .wfit-details__grid {
    grid-template-columns: 1fr 1fr;
  }

  .wfit-hero__actions .wfit-btn,
  .wfit-cta__actions .wfit-btn {
    display: block;
    width: 100%;
    margin-right: 0;
  }
}

@media (min-width: 1001px) {
  .wfit-page .header-section #menu.collapse {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
  }
}
