/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.1.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

:root {
  --cw-black: #0d0d0d;
  --cw-charcoal: #141414;
  --cw-panel: #1b1b1b;
  --cw-panel-2: #242424;
  --cw-line: #3a3a3a;
  --cw-olive: #ffb4a8;
  --cw-sand: #ffb4a8;
  --cw-orange: #e60000;
  --cw-orange-dark: #a90000;
  --cw-text: #f3f1ea;
  --cw-muted: #b8b6ad;
  --cw-dim: #858278;
  --cw-font-display: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  /* System stacks = 0 network cost for body/UI text */
  --cw-font-body: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  --cw-font-mono: ui-monospace, "Cascadia Mono", "Segoe UI Mono", Consolas, monospace;
}

/* Long-form policy pages: document-style hierarchy inspired by the supplied reference. */
.cw-page.cw-policy-doc {
  background: #fff;
  color: #171717;
  margin: 42px auto 72px;
  max-width: 920px;
  padding: clamp(34px, 6vw, 76px);
}

.cw-policy-doc h1 {
  border-bottom: 1px solid #dedede;
  color: #111;
  font-size: clamp(38px, 5vw, 58px);
  line-height: 1.05;
  margin-bottom: 24px;
  padding-bottom: 22px;
}

.cw-policy-doc h2 {
  color: #151515;
  font-family: var(--cw-font-display);
  font-size: clamp(22px, 2.4vw, 30px);
  letter-spacing: 0;
  line-height: 1.2;
  margin: 42px 0 14px;
  text-transform: none;
}

.cw-policy-doc p,
.cw-policy-doc li {
  color: #333;
  font-size: 16px;
  line-height: 1.7;
}

.cw-policy-doc > p:first-of-type {
  color: #555;
  font-size: 18px;
  line-height: 1.65;
  margin-bottom: 38px;
}

.cw-policy-doc ol,
.cw-policy-doc ul {
  margin: 14px 0 24px 24px;
}

.cw-policy-doc li {
  margin-bottom: 7px;
  padding-left: 6px;
}

.cw-policy-doc a {
  color: #b31319;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 549px) {
  .cw-page.cw-policy-doc {
    margin: 20px 12px 48px;
    padding: 30px 22px 42px;
  }

  .cw-policy-doc h2 {
    margin-top: 34px;
  }
}

/* =========================================================
   CART, ACCOUNT AND MOBILE NAVIGATION
   ========================================================= */

body.woocommerce-cart .cart-container {
  margin: 0 auto;
  max-width: 1240px;
  padding: 56px 32px 72px;
}

body.woocommerce-cart .woocommerce-cart-form,
body.woocommerce-cart .cart_totals {
  background: #151615;
  border: 1px solid #333633;
  box-shadow: 0 18px 50px rgba(0, 0, 0, .2);
}

body.woocommerce-cart .woocommerce-cart-form {
  padding: 0;
}

body.woocommerce-cart .cart-wrapper > .row > .large-7,
body.woocommerce-cart .cart-wrapper > .row > .large-5 {
  padding: 0 14px;
}

body.woocommerce-cart .cart-wrapper > .row > .large-5 {
  border-left: 0 !important;
}

body.woocommerce-cart table.shop_table {
  border: 0;
  margin: 0;
}

body.woocommerce-cart table.shop_table thead {
  background: #202220;
}

body.woocommerce-cart table.shop_table th {
  border: 0;
  color: #f3f1ea;
  font-family: var(--cw-font-mono);
  font-size: 11px;
  letter-spacing: .1em;
  padding: 16px 14px;
  text-transform: uppercase;
}

body.woocommerce-cart table.shop_table td {
  border-color: #303230;
  padding: 22px 14px;
  vertical-align: middle;
}

body.woocommerce-cart .product-name a {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

body.woocommerce-cart .product-name .variation,
body.woocommerce-cart .product-name .variation p,
body.woocommerce-cart .product-name .variation dt,
body.woocommerce-cart .product-name .variation dd {
  color: #aaa;
  font-size: 12px;
  line-height: 1.45;
  margin-bottom: 0;
}

body.woocommerce-cart .product-remove a.remove {
  align-items: center;
  border: 1px solid #565956;
  color: #fff !important;
  display: inline-flex;
  height: 28px;
  justify-content: center;
  line-height: 1;
  width: 28px;
}

body.woocommerce-cart .product-remove a.remove:hover {
  background: #e60000;
  border-color: #e60000;
}

body.woocommerce-cart .quantity .button,
body.woocommerce-cart .quantity input.qty {
  background: #0b0c0b !important;
  border-color: #454845 !important;
  color: #fff !important;
  min-height: 38px !important;
}

body.woocommerce-cart .cart_totals {
  padding: 24px;
}

body.woocommerce-cart .cart_totals h2 {
  border-bottom: 1px solid #3b3e3b;
  font-family: var(--cw-font-display);
  font-size: 26px;
  margin: 0 0 14px;
  padding-bottom: 16px;
}

body.woocommerce-cart .cart_totals .shop_table {
  background: transparent;
}

body.woocommerce-cart .wc-proceed-to-checkout .checkout-button {
  align-items: center;
  display: flex;
  font-size: 12px;
  justify-content: center;
  margin: 18px 0 0;
  min-height: 54px;
  width: 100%;
}

body.woocommerce-cart .coupon {
  background: #151615;
  border: 1px solid #333633;
  margin-top: 18px;
  padding: 22px;
}

body.woocommerce-cart .coupon input[type="text"] {
  background: #0b0c0b;
  border: 1px solid #454845;
  color: #fff;
  height: 46px;
}

body.woocommerce-account .my-account-header.page-title {
  background: #151615 !important;
  border-bottom: 1px solid #343634;
  border-top: 1px solid #343634;
  color: #fff !important;
}

body.woocommerce-account .my-account-header h1 {
  color: #fff !important;
}

body.woocommerce-account:not(.logged-in) .account-container {
  margin: 0 auto;
  max-width: 620px;
  padding: 56px 24px 72px;
}

body.woocommerce-account:not(.logged-in) .account-login-inner {
  background: #fff;
  border-top: 4px solid #e60000;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .35);
  padding: 38px;
}

body.woocommerce-account:not(.logged-in) .account-login-inner h3,
body.woocommerce-account:not(.logged-in) .account-login-inner label,
body.woocommerce-account:not(.logged-in) .account-login-inner p {
  color: #171717 !important;
}

body.woocommerce-account:not(.logged-in) .account-login-inner h3 {
  font-size: 32px;
  margin-bottom: 26px;
}

body.woocommerce-account:not(.logged-in) .account-login-inner input[type="text"],
body.woocommerce-account:not(.logged-in) .account-login-inner input[type="email"],
body.woocommerce-account:not(.logged-in) .account-login-inner input[type="password"] {
  background: #f4f4f2 !important;
  border: 1px solid #c8c8c4 !important;
  box-shadow: none !important;
  color: #111 !important;
  font-size: 16px;
  height: 50px;
}

body.woocommerce-account:not(.logged-in) .account-login-inner input:focus {
  border-color: #e60000 !important;
  box-shadow: 0 0 0 3px rgba(230, 0, 0, .12) !important;
}

body.woocommerce-account:not(.logged-in) .account-login-inner input[type="checkbox"] {
  accent-color: #e60000;
  background: #fff !important;
  border: 1px solid #555 !important;
}

body.woocommerce-account:not(.logged-in) .account-login-inner .show-password-input {
  background: transparent !important;
  border: 0 !important;
  color: #333 !important;
}

body.woocommerce-account:not(.logged-in) .account-login-inner .lost_password a {
  color: #a90000;
  font-weight: 700;
}

@media only screen and (max-width: 48em) {
  .header-main {
    min-height: 64px;
  }

  .header-main .container {
    min-height: 64px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .header-main .flex-left,
  .header-main .flex-right {
    flex: 1 1 0;
    min-width: 0;
  }

  .header-main .flex-right {
    justify-content: flex-end;
  }

  .header-main .flex-col.logo {
    flex: 0 1 auto;
    margin: 0 8px;
    text-align: center;
  }

  #logo a,
  .logo a {
    font-size: clamp(18px, 6vw, 23px);
    justify-content: center;
    white-space: nowrap;
  }

  .mobile-nav > li {
    margin: 0 2px;
  }

  .mobile-nav .nav-icon > a,
  .mobile-nav .cart-item > a,
  .mobile-nav .account-item > a,
  .mobile-nav a.header-cart-link {
    align-items: center;
    color: #fff !important;
    display: inline-flex;
    height: 44px;
    justify-content: center;
    min-width: 40px;
    padding: 0 8px !important;
  }

  .mobile-nav .icon-menu,
  .mobile-nav .icon-shopping-bag,
  .mobile-nav .icon-user,
  .mobile-nav .cart-icon strong {
    color: #fff !important;
  }

  .mobile-nav .cart-icon strong {
    background: transparent !important;
    border-color: #fff !important;
  }

  .mobile-sidebar,
  .off-canvas .sidebar-menu,
  .mfp-content .mobile-sidebar {
    background: #101110 !important;
    color: #fff;
  }

  .mobile-sidebar .nav > li > a,
  .off-canvas .sidebar-menu .nav > li > a {
    border-color: #2d2f2d !important;
    color: #f3f1ea !important;
    font-size: 14px;
    min-height: 50px;
    padding: 14px 20px !important;
  }

  .mobile-sidebar .nav > li.active > a,
  .mobile-sidebar .nav > li > a:hover {
    background: #1a1c1a;
    color: #ffb4a8 !important;
  }

  .mobile-sidebar .searchform input,
  .off-canvas .searchform input {
    background: #fff !important;
    border-color: #ccc !important;
    color: #111 !important;
  }

  body.woocommerce-cart .cart-container {
    padding: 28px 14px 48px;
  }

  body.woocommerce-cart .cart-wrapper > .row > .large-7,
  body.woocommerce-cart .cart-wrapper > .row > .large-5 {
    flex-basis: 100%;
    max-width: 100%;
    padding: 0;
  }

  body.woocommerce-cart table.shop_table thead {
    display: none;
  }

  body.woocommerce-cart table.shop_table td {
    padding: 16px 8px;
  }

  body.woocommerce-cart .product-thumbnail {
    display: table-cell;
    width: 76px;
  }

  body.woocommerce-cart .product-price {
    display: none;
  }

  body.woocommerce-cart .product-name a {
    font-size: 14px;
  }

  body.woocommerce-cart .cart_totals {
    margin-top: 18px;
    padding: 20px;
  }

  body.woocommerce-account:not(.logged-in) .account-container {
    padding: 28px 14px 52px;
  }

  body.woocommerce-account:not(.logged-in) .account-login-inner {
    padding: 28px 22px;
  }
}

body,
.page-wrapper,
#wrapper,
#main {
  background: var(--cw-black);
  color: var(--cw-text);
  font-family: var(--cw-font-body);
}

body {
  letter-spacing: 0;
}

a {
  color: var(--cw-sand);
}

a:hover {
  color: var(--cw-orange);
}

h1,
h2,
h3,
h4,
h5,
h6,
.uppercase,
.section-title-main {
  color: var(--cw-text);
  font-family: var(--cw-font-display);
  font-weight: 400;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

p,
li,
.woocommerce-product-details__short-description {
  color: var(--cw-muted);
}

.header-wrapper,
.header-main,
.stuck .header-main {
  background: rgba(13, 15, 13, 0.96);
  border-bottom: 1px solid var(--cw-line);
}

.header-top {
  display: none;
}

.header-main .container {
  max-width: none;
  padding-left: 64px;
  padding-right: 64px;
}

#logo img,
.logo img {
  display: none !important;
}

#logo a,
.logo a {
  align-items: center;
  color: var(--cw-text) !important;
  display: flex;
  font-family: var(--cw-font-display);
  font-size: 28px;
  letter-spacing: 0.04em;
  min-width: 190px;
  text-transform: uppercase;
}

#logo a:before,
.logo a:before {
  content: "Combatwear";
}

.header-nav > li > a,
.nav > li > a,
.nav-dark .nav > li > a {
  color: var(--cw-text);
  font-family: var(--cw-font-mono);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding-left: 8px;
  padding-right: 8px;
  text-transform: uppercase;
}

.header-nav > li > a:hover,
.nav > li.active > a,
.nav > li.current-menu-item > a {
  color: var(--cw-orange);
}

/* Primary CTAs only — never paint quantity ± buttons red */
.button:not(.cw-pdp-secondary):not(.cw-attr-pill):not(.is-outline):not(.minus):not(.plus):not(.ux-quantity__button):not(.is-form),
button:not(.cw-pdp-secondary):not(.cw-attr-pill):not([data-cw-wishlist]):not(.minus):not(.plus):not(.ux-quantity__button),
input[type="submit"],
.woocommerce button.button:not(.cw-pdp-secondary):not(.minus):not(.plus):not(.ux-quantity__button):not(.is-form),
.woocommerce a.button:not(.cw-pdp-secondary),
.woocommerce input.button:not(.minus):not(.plus),
.single_add_to_cart_button,
.checkout-button {
  background: var(--cw-orange) !important;
  border: 2px solid var(--cw-orange) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: #fff !important;
  font-family: var(--cw-font-mono);
  font-weight: 800;
  letter-spacing: 0.06em;
  min-height: 46px;
  text-transform: uppercase;
}

.button:not(.cw-pdp-secondary):not(.cw-attr-pill):not(.minus):not(.plus):not(.ux-quantity__button):not(.is-form):hover,
button:not(.cw-pdp-secondary):not(.cw-attr-pill):not([data-cw-wishlist]):not(.minus):not(.plus):not(.ux-quantity__button):hover,
input[type="submit"]:hover,
.woocommerce button.button:not(.cw-pdp-secondary):not(.minus):not(.plus):not(.ux-quantity__button):not(.is-form):hover,
.woocommerce a.button:not(.cw-pdp-secondary):hover,
.woocommerce input.button:not(.minus):not(.plus):hover,
.single_add_to_cart_button:hover,
.checkout-button:hover {
  background: var(--cw-orange-dark) !important;
  border-color: var(--cw-text) !important;
  transform: translate(-2px, -2px);
  box-shadow: 4px 4px 0 var(--cw-olive) !important;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="number"],
select,
textarea {
  background: #090a09 !important;
  border: 1px solid var(--cw-line) !important;
  border-radius: 0 !important;
  color: var(--cw-text) !important;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--cw-orange) !important;
  box-shadow: 0 0 0 1px var(--cw-orange) !important;
}

.cw-hero,
.cw-section,
.cw-page {
  background: var(--cw-black);
  color: var(--cw-text);
}

.cw-hero {
  border-bottom: 1px solid var(--cw-line);
  box-sizing: border-box;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1.3fr) minmax(300px, .9fr);
  min-height: 700px;
  overflow: hidden;
  padding: 72px;
  position: relative;
}

.cw-hero:before {
  background:
    linear-gradient(90deg, rgba(230,83,29,.2) 0 2px, transparent 2px 100%),
    linear-gradient(0deg, rgba(212,194,160,.08) 0 1px, transparent 1px 100%);
  background-size: 112px 112px, 56px 56px;
  content: "";
  inset: 0;
  opacity: .28;
  pointer-events: none;
  position: absolute;
}

.cw-hero__content,
.cw-hero__media {
  position: relative;
  z-index: 1;
}

.cw-kicker,
.cw-chip,
.cw-card__meta,
.cw-trust-strip span,
.cw-archive-trust span,
.cw-product-trust span {
  color: var(--cw-sand);
  font-family: var(--cw-font-mono);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.cw-hero h1 {
  font-size: 82px;
  line-height: .96;
  margin: 16px 0 20px;
  max-width: 720px;
}

.cw-hero p {
  color: var(--cw-muted);
  font-size: 19px;
  line-height: 1.5;
  max-width: 620px;
}

.cw-hero__actions,
.cw-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.cw-hero__media {
  align-self: stretch;
  background: #f4f1ec;
  border: 1px solid var(--cw-line);
  min-height: 460px;
  overflow: hidden;
}

.cw-hero__media img,
.cw-proof img {
  display: block;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.cw-trust-strip,
.cw-archive-trust,
.cw-product-trust {
  background: var(--cw-panel);
  border: 1px solid var(--cw-line);
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
}

.cw-trust-strip span,
.cw-archive-trust span,
.cw-product-trust span {
  background: rgba(255,255,255,.02);
  color: var(--cw-text);
  padding: 14px 16px;
  text-align: center;
}

.cw-section,
.cw-page {
  padding: 72px;
}

.cw-section__head {
  align-items: end;
  border-bottom: 1px solid var(--cw-line);
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin-bottom: 28px;
  padding-bottom: 18px;
}

.cw-section__head h2,
.cw-page h1 {
  font-size: 52px;
  line-height: 1;
  margin: 0;
}

.cw-character-spotlights {
  background: #111211;
  border-bottom: 1px solid var(--cw-line);
  border-top: 1px solid var(--cw-line);
}

.cw-character-spotlight {
  border-bottom: 1px solid var(--cw-line);
  margin-bottom: 52px;
  padding-bottom: 44px;
}

.cw-character-spotlight:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.cw-character-spotlight__head {
  align-items: end;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-bottom: 20px;
}

.cw-character-spotlight__head h3 {
  color: var(--cw-text);
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1;
  margin: 6px 0 0;
}

.cw-character-spotlight__head > a {
  border-bottom: 1px solid currentColor;
  color: var(--cw-sand);
  font-family: var(--cw-font-mono);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .06em;
  padding-bottom: 3px;
  text-transform: uppercase;
}

.cw-character-spotlight__head > a:hover {
  color: var(--cw-orange);
}

@media (max-width: 849px) {
  .cw-character-spotlight {
    margin-bottom: 40px;
    padding-bottom: 34px;
  }

  .cw-character-spotlight__head {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }
}

@media (max-width: 549px) {
  .cw-character-spotlight__head h3 {
    font-size: 30px;
  }

  body .product-small .name,
  body .product-small .product-title,
  body .product-small .box-text .product-title {
    font-size: 14px;
    line-height: 1.25;
    min-height: calc(1.25em * 5);
  }

  body .product-small .product-title a,
  body .product-small .name a,
  body .product-small .box-text .name,
  body .product-small .box-text .name a {
    -webkit-line-clamp: 5;
    line-height: 1.25;
    max-height: calc(1.25em * 5);
  }
}

.cw-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cw-grid--discipline {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.cw-grid--discipline .cw-card {
  aspect-ratio: 3 / 4;
}

.cw-grid--discipline .cw-card__body {
  padding: 40px 14px 16px;
}

.cw-grid--discipline .cw-card h3 {
  font-size: clamp(18px, 1.55vw, 26px);
  letter-spacing: 0.01em;
  line-height: 1;
  max-width: 100%;
  overflow: visible;
  white-space: normal;
  word-break: break-word;
}

.cw-grid--discipline .cw-card__meta {
  font-size: 11px;
  margin-bottom: 4px;
}

/* Coolmate-inspired main categories (Combatwear tactical styling) */
.cw-section--categories .cw-section__subhead {
  margin: 36px 0 18px;
}

.cw-section--categories .cw-section__subhead h3 {
  font-size: 28px;
  line-height: 1;
  margin: 0 0 8px;
}

.cw-section--categories .cw-section__subhead p {
  margin: 0;
  max-width: 640px;
}

.cw-gateway-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: 100%;
}

/* Ignore accidental <p> leftovers so they never become grid cells */
.cw-gateway-grid > p,
.cw-cat-grid > p,
.cw-grid > p,
.cw-section--categories > p:empty {
  display: none !important;
}

.cw-gateway {
  background: #f4f1ec;
  border: 1px solid var(--cw-line);
  color: var(--cw-text);
  display: block;
  min-height: 360px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}

.cw-gateway:hover {
  border-color: var(--cw-orange);
  box-shadow: 4px 4px 0 var(--cw-olive);
  color: var(--cw-text);
  transform: translate(-2px, -2px);
}

.cw-gateway__media {
  background: #f4f1ec;
  inset: 0 0 96px 0;
  overflow: hidden;
  position: absolute;
}

.cw-gateway__media img,
.cw-cat-card__media img {
  display: block;
  height: 100%;
  object-fit: contain;
  object-position: center;
  width: 100%;
}

.cw-gateway__body {
  background: linear-gradient(180deg, transparent 0%, rgba(13, 13, 13, .55) 28%, rgba(13, 13, 13, .96) 100%);
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  left: 0;
  padding: 72px 24px 24px;
  position: absolute;
  right: 0;
  z-index: 2;
}

.cw-gateway__meta {
  color: var(--cw-sand);
  font-family: var(--cw-font-mono);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.cw-gateway h3 {
  color: #fff;
  font-size: clamp(28px, 3.2vw, 42px);
  line-height: .95;
  margin: 10px 0 16px;
  max-width: 14ch;
  overflow-wrap: normal;
  text-shadow: none !important;
  text-wrap: balance;
  white-space: normal;
  word-break: normal;
}

.cw-gateway__cta {
  align-self: flex-start;
  border: 1px solid rgba(255, 255, 255, .35);
  color: var(--cw-text);
  font-family: var(--cw-font-mono);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  padding: 10px 14px;
  text-transform: uppercase;
}

.cw-gateway:hover .cw-gateway__cta {
  background: var(--cw-orange);
  border-color: var(--cw-orange);
  color: #fff;
}

.cw-cat-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.cw-cat-card {
  background: var(--cw-panel);
  border: 1px solid var(--cw-line);
  color: var(--cw-text) !important;
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  text-decoration: none !important;
  transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}

.cw-cat-card:hover {
  border-color: var(--cw-orange);
  box-shadow: 4px 4px 0 var(--cw-olive);
  color: var(--cw-text) !important;
  transform: translate(-2px, -2px);
}

.cw-cat-card__media {
  aspect-ratio: 1 / 1;
  background: #f4f1ec;
  flex: 1 1 auto;
  min-height: 0;
  overflow: hidden;
  width: 100%;
}

.cw-cat-card__media img {
  display: block;
  height: 100%;
  object-fit: contain;
  object-position: center;
  width: 100%;
}

.cw-cat-card__placeholder {
  background:
    linear-gradient(135deg, #1b1b1b 0%, #2a2a2a 50%, #141414 100%);
  height: 100%;
  min-height: 120px;
  width: 100%;
}

.cw-cat-card__label {
  background: var(--cw-panel);
  border-top: 1px solid var(--cw-line);
  color: #f3f1ea !important;
  display: block;
  flex: 0 0 auto;
  font-family: var(--cw-font-display);
  font-size: clamp(13px, 1.15vw, 17px);
  letter-spacing: .04em;
  line-height: 1.15;
  min-height: 48px;
  padding: 12px 8px;
  text-align: center;
  text-transform: uppercase;
  white-space: normal;
  word-break: break-word;
}

.cw-card,
.cw-proof,
.cw-policy-card,
.cw-faq-item {
  background: var(--cw-panel);
  border: 1px solid var(--cw-line);
  border-radius: 0;
}

.cw-card {
  aspect-ratio: 3 / 4;
  color: var(--cw-text);
  display: block;
  min-height: 0;
  min-width: 0;
  overflow: hidden;
  position: relative;
}

.cw-card__link {
  inset: 0;
  position: absolute;
  z-index: 3;
}

.cw-card img {
  background: #f4f1ec;
  display: block;
  height: 100%;
  inset: 0;
  object-fit: contain;
  position: absolute;
  width: 100%;
}

.cw-card p:empty,
.cw-card__body p {
  display: none;
}

.cw-card__body {
  background: linear-gradient(180deg, transparent 0%, rgba(13,15,13,.55) 35%, rgba(13,15,13,.96) 100%);
  bottom: 0;
  box-sizing: border-box;
  left: 0;
  max-width: 100%;
  padding: 48px 16px 18px;
  pointer-events: none;
  position: absolute;
  right: 0;
  z-index: 2;
}

.cw-card h3 {
  color: #fff;
  font-size: clamp(20px, 1.8vw, 28px);
  line-height: 1;
  margin: 6px 0 0;
  max-width: 100%;
  overflow-wrap: anywhere;
  text-shadow: none !important;
  white-space: normal;
  word-break: break-word;
}

.cw-card__meta {
  display: block;
  max-width: 100%;
}

.cw-proof,
.cw-policy-card,
.cw-faq-item {
  padding: 22px;
}

.cw-policy-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cw-faq {
  display: grid;
  gap: 14px;
}

.woocommerce-breadcrumb,
.breadcrumbs,
.page-title .woocommerce-result-count {
  color: var(--cw-dim);
  font-family: var(--cw-font-mono);
  font-size: 12px;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.shop-container,
.product-main,
.product-footer,
.cart-container,
.checkout-page-title,
.woocommerce-cart-form,
.woocommerce-checkout {
  background: var(--cw-black);
}

.archive.woocommerce .category-page-row > .large-3,
.archive.woocommerce #shop-sidebar,
.single-product .product-sidebar-small,
.footer-widgets {
  display: none;
}

.archive.woocommerce .category-page-row > .large-9 {
  flex-basis: 100%;
  max-width: 100%;
}

.archive.woocommerce .shop-page-title {
  background: var(--cw-black);
  border-bottom: 1px solid var(--cw-line);
  padding: 28px 0 18px;
}

.archive.woocommerce .shop-page-title .page-title-inner {
  align-items: center;
  gap: 18px;
}

.archive.woocommerce .woocommerce-ordering select {
  min-width: 220px;
}

.absolute-footer {
  background: #090a09;
  border-top: 1px solid var(--cw-line);
  color: var(--cw-muted);
}

.products .product-small,
.product-small .box,
.product-small .box-image,
.product-small .box-text {
  background: var(--cw-panel);
  border-radius: 0;
}

.archive.woocommerce .products.row > .product-small.col,
.related-products-wrapper .products.row > .product-small.col {
  flex-basis: 25%;
  max-width: 25%;
}

.product-small .box {
  border: 1px solid var(--cw-line);
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}

.product-small .box:hover {
  border-color: var(--cw-orange);
  box-shadow: 4px 4px 0 var(--cw-olive);
  transform: translate(-2px, -2px);
}

.product-small .box-image {
  aspect-ratio: 1 / 1;
  border-bottom: 1px solid var(--cw-line);
  flex: 0 0 auto;
  height: auto !important;
  overflow: hidden;
}

.product-small .box-image > div,
.product-small .box-image a {
  display: block;
  height: 100%;
}

.product-small .box-image img {
  background: #fff;
  height: 100% !important;
  object-fit: cover;
  width: 100% !important;
}

/*
 * Align prices across cards: reserve 2 lines for title always,
 * then pin price to the bottom of the text block.
 */
.product-small .box-text,
.product-small .box-text-products {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 128px;
  padding: 14px 16px 16px;
}

.product-small .category,
.product-small .cat-label,
.product-small .box-text .category {
  flex: 0 0 auto;
  font-size: 11px;
  letter-spacing: .06em;
  line-height: 1.2;
  margin: 0 0 6px;
  min-height: 1.2em;
  text-transform: uppercase;
}

.product-small .name,
.product-small .product-title,
.product-small .box-text .product-title {
  color: var(--cw-text);
  flex: 0 0 auto;
  font-family: var(--cw-font-display);
  font-size: 16px;
  line-height: 1.25;
  /* Reserve 3 lines so long fighter/product names remain readable while
     prices still align across every card in the row. */
  margin: 0 0 10px;
  min-height: calc(1.25em * 3);
  text-transform: uppercase;
}

.product-small .product-title a,
.product-small .name a {
  color: inherit;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 1.25;
  max-height: calc(1.25em * 3);
  min-height: calc(1.2em * 2);
  overflow: hidden;
  text-overflow: ellipsis;
}

.price,
.woocommerce-Price-amount,
.product-small .price {
  color: var(--cw-orange) !important;
  font-family: var(--cw-font-mono);
  font-weight: 800;
}

/* Price always on the same baseline row across the grid */
.product-small .price-wrapper,
.product-small .price {
  flex: 0 0 auto;
  margin-top: auto !important;
  padding-top: 4px;
}

.badge-container .badge,
.onsale {
  border-radius: 0 !important;
  font-family: var(--cw-font-mono);
  letter-spacing: .05em;
  text-transform: uppercase;
}

/* =========================================================
   SINGLE PRODUCT LAYOUT
   Nuclear override of Flatsome .row/.col/.large-6/.col-fit
   Equal 50/50, no sticky, full column fill
   ========================================================= */

body.single-product #main,
body.single-product .shop-container,
body.single-product .product-container,
body.single-product .product-main,
body.single-product .product-footer {
  background: var(--cw-black) !important;
}

body.single-product .product-main {
  border-top: 1px solid var(--cw-line);
  padding: 32px 0 56px !important;
  width: 100% !important;
}

/* Contained PDP width (~20–25% under full-bleed feel) */
body.single-product .product-container {
  box-sizing: border-box !important;
  margin: 0 auto !important;
  max-width: 1100px !important;
  padding: 0 20px !important;
  width: 100% !important;
}

/*
 * Two columns — same top edge, same height band.
 * Must beat: .row flex, .col padding, .large-6, .col-fit, .mb-half
 */
body.single-product .product-main > .row.content-row,
body.single-product .product-main > .row.cw-product-row,
body.single-product .product-main > .row {
  align-items: stretch !important; /* equal column height */
  box-sizing: border-box !important;
  display: flex !important;
  flex-flow: row nowrap !important;
  gap: 0 28px !important;
  justify-content: center !important;
  margin: 0 auto !important;
  max-width: 100% !important;
  padding: 0 !important;
  width: 100% !important;
}

/* Hide sidebar completely so it cannot steal width */
body.single-product .product-main #product-sidebar,
body.single-product .product-sidebar-small,
body.single-product .product-main > .row > .large-2 {
  display: none !important;
  flex: 0 0 0 !important;
  max-width: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
  width: 0 !important;
}

/*
 * Visual balance inside the narrower band:
 * ~56% image | ~44% form (gap accounted)
 */
body.single-product .product-main > .row > .product-gallery,
body.single-product .product-main > .row > .cw-product-gallery,
body.single-product .product-main > .row > .product-gallery.col,
body.single-product .product-main > .row > .product-gallery.large-6,
body.single-product .product-main > .row > .product-gallery.large-7 {
  align-self: stretch !important;
  box-sizing: border-box !important;
  display: flex !important;
  flex: 0 0 calc(56% - 14px) !important;
  flex-direction: column !important;
  float: none !important;
  margin: 0 !important;
  max-width: calc(56% - 14px) !important;
  min-width: 0 !important;
  order: unset !important;
  padding: 0 !important;
  position: relative !important;
  top: 0 !important;
  transform: none !important;
  width: calc(56% - 14px) !important;
}

body.single-product .product-main > .row > .product-info,
body.single-product .product-main > .row > .cw-product-info,
body.single-product .product-main > .row > .product-info.col,
body.single-product .product-main > .row > .product-info.large-6,
body.single-product .product-main > .row > .product-info.large-5,
body.single-product .product-main > .row > .product-info.col-fit,
body.single-product .product-main > .row > .product-info.summary {
  align-self: stretch !important;
  box-sizing: border-box !important;
  display: flex !important;
  flex: 0 0 calc(44% - 14px) !important;
  flex-direction: column !important;
  float: none !important;
  margin: 0 !important;
  max-width: calc(44% - 14px) !important;
  min-width: 0 !important;
  order: unset !important;
  padding: 0 !important;
  position: relative !important;
  top: 0 !important;
  transform: none !important;
  width: calc(44% - 14px) !important;
}

/* Kill Flatsome vertical offset that misaligns gallery vs form tops */
body.single-product .product-gallery .product-images,
body.single-product .product-gallery .woocommerce-product-gallery,
body.single-product .product-gallery .mb-half,
body.single-product .product-gallery .relative {
  margin-bottom: 12px !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

body.single-product .product-info .woocommerce-breadcrumb,
body.single-product .product-info .breadcrumbs {
  margin-top: 0 !important;
  margin-bottom: 10px !important;
  padding-top: 0 !important;
}

body.single-product .product-info > *:first-child {
  margin-top: 0 !important;
}

/* Extra safety: .col-fit must NEVER grow */
body.single-product .col-fit {
  flex-grow: 0 !important;
}

/* Kill sticky wrappers from Flatsome */
body.single-product .is-sticky-column,
body.single-product .is-sticky-column--active,
body.single-product .is-sticky-column__inner,
body.single-product .sticky-element {
  position: relative !important;
  top: auto !important;
  transform: none !important;
  width: 100% !important;
  height: auto !important;
}

/* —— Gallery: fill left column, top flush with form —— */
body.single-product .product-gallery .product-images,
body.single-product .woocommerce-product-gallery,
body.single-product .product-gallery-slider,
body.single-product .woocommerce-product-gallery__wrapper,
body.single-product .product-gallery .slider,
body.single-product .product-gallery .flickity-viewport,
body.single-product .product-gallery .flickity-slider {
  background: #fff !important;
  margin: 0 !important;
  max-width: none !important;
  width: 100% !important;
}

body.single-product .product-gallery .product-images.mb-half {
  margin-bottom: 12px !important;
  margin-top: 0 !important;
}

body.single-product .woocommerce-product-gallery__image,
body.single-product .product-gallery .slide {
  aspect-ratio: 1 / 1 !important;
  background: #fff !important;
  margin: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
  width: 100% !important;
}

body.single-product .woocommerce-product-gallery__image img,
body.single-product .product-gallery .slide img,
body.single-product .product-gallery img.wp-post-image {
  background: #fff !important;
  display: block !important;
  height: 100% !important;
  max-height: none !important;
  max-width: 100% !important;
  object-fit: contain !important;
  object-position: center !important;
  width: 100% !important;
}

/* Form starts at the same top line as the white image box */
body.single-product .cw-product-info.product-info,
body.single-product .product-info.summary {
  justify-content: flex-start !important;
  padding-top: 0 !important;
}

body.single-product .product-info .product-title,
body.single-product .product-info h1.product_title {
  margin-top: 0 !important;
}

/* Thumbnails under main image — even strip */
body.single-product .product-thumbnails,
body.single-product .product-thumbnails.thumbnails {
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 8px !important;
  margin: 12px 0 0 !important;
  overflow-x: auto !important;
  padding: 0 !important;
  width: 100% !important;
}

body.single-product .product-thumbnails .col,
body.single-product .product-thumbnails .col-inner,
body.single-product .product-thumbnails a {
  flex: 0 0 72px !important;
  margin: 0 !important;
  max-width: 72px !important;
  padding: 0 !important;
  width: 72px !important;
}

body.single-product .product-thumbnails a {
  aspect-ratio: 1 / 1 !important;
  background: #fff !important;
  border: 1px solid var(--cw-line) !important;
  display: block !important;
  overflow: hidden !important;
}

body.single-product .product-thumbnails img {
  display: block !important;
  height: 100% !important;
  object-fit: contain !important;
  width: 100% !important;
}

body.single-product .product-thumbnails .is-active a,
body.single-product .product-thumbnails a:hover {
  border-color: var(--cw-orange) !important;
}

/* Elite badge sits on image corner — no layout shift */
body.single-product .product-gallery {
  isolation: isolate;
}

body.single-product .product-gallery .cw-elite-badge {
  position: absolute;
  z-index: 6;
}

/* Neutralize Flatsome col bottom padding that drops one column lower */
body.single-product .cw-product-row > .col,
body.single-product .cw-product-row > .product-gallery,
body.single-product .cw-product-row > .product-info {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

body.single-product .cw-elite-badge {
  background: var(--cw-orange);
  color: #fff;
  font-family: var(--cw-font-mono);
  left: 12px;
  letter-spacing: .06em;
  line-height: 1.15;
  padding: 7px 10px;
  position: absolute;
  text-transform: uppercase;
  top: 12px;
  z-index: 6;
}

body.single-product .cw-elite-badge strong {
  display: block;
  font-size: 10px;
  font-weight: 800;
}

body.single-product .cw-elite-badge span {
  display: block;
  font-size: 9px;
  font-weight: 700;
  opacity: .92;
}

/* Hide default sale badge container clash */
body.single-product .product-gallery .badge-container {
  display: none !important;
}

/* —— Buy box: fill entire right column —— */
body.single-product .product-info {
  align-self: flex-start !important;
  background: transparent !important;
  border: 0 !important;
  box-sizing: border-box !important;
  padding: 0 !important;
  width: 100% !important;
}

.single-product .product-info .woocommerce-breadcrumb,
.single-product .product-info .breadcrumbs {
  color: var(--cw-dim);
  font-family: var(--cw-font-mono);
  font-size: 10px;
  letter-spacing: .08em;
  margin-bottom: 8px !important;
  text-transform: uppercase;
}

.single-product .product-info .woocommerce-breadcrumb a {
  color: var(--cw-dim);
}

body.single-product .product-info h1.product-title,
body.single-product .product_title {
  color: #fff !important;
  font-family: var(--cw-font-display) !important;
  font-size: clamp(24px, 2.4vw, 34px) !important;
  font-weight: 400 !important;
  letter-spacing: .02em;
  line-height: .95 !important;
  margin: 0 0 6px !important;
  max-width: none;
  text-transform: uppercase;
}

body.single-product .is-divider,
body.single-product .product-info .next-prev-thumbs {
  display: none !important;
}

body.single-product .price-wrapper,
body.single-product p.price,
body.single-product .product-page-price {
  border-bottom: 1px solid var(--cw-line);
  margin: 0 0 8px !important;
  padding: 0 0 8px;
}

body.single-product .product-page-price .amount,
body.single-product .price-wrapper .amount,
body.single-product .product-info .price .woocommerce-Price-amount {
  color: #ffb4a8 !important;
  font-family: var(--cw-font-display) !important;
  font-size: clamp(22px, 2vw, 28px) !important;
  font-weight: 400 !important;
}

body.single-product .product-short-description {
  color: var(--cw-muted);
  font-size: 13px;
  line-height: 1.4;
  margin: 0 0 10px;
  max-width: none;
  width: 100%;
  /* Cap description so form column stays short */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.single-product .product-short-description p {
  color: var(--cw-muted);
  margin: 0;
}

/* Variations — full-width of buy column */
.single-product form.cart {
  display: block;
  margin: 0;
  padding: 0 !important;
  width: 100%;
}

.single-product .variations {
  border: 0;
  display: block;
  margin: 0;
  width: 100%;
}

.single-product .variations tbody,
.single-product .variations tr,
.single-product .variations th,
.single-product .variations td {
  background: transparent !important;
  border: 0 !important;
  display: block;
  padding: 0 !important;
  width: 100%;
}

.single-product .variations .label {
  display: none !important;
}

.cw-var-block {
  margin: 0 0 10px;
  width: 100%;
}

.cw-var-head {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  margin-bottom: 6px;
  width: 100%;
}

.cw-var-label {
  color: var(--cw-text);
  font-family: var(--cw-font-mono);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.cw-size-guide-link {
  color: #ffb4a8 !important;
  flex: 0 0 auto;
  font-family: var(--cw-font-mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  margin-left: auto;
  text-align: right;
  text-decoration: none !important;
  text-transform: uppercase;
  white-space: nowrap;
}

.cw-size-guide-link:hover {
  color: #fff !important;
}

/* Hide native WC select — still in DOM for variation JS (must not cover pills) */
body.single-product .cw-var-block {
  position: relative;
}

body.single-product .cw-attr-pills {
  position: relative;
  z-index: 2;
  pointer-events: auto;
}

body.single-product .cw-attr-pill {
  cursor: pointer !important;
  pointer-events: auto !important;
  position: relative;
  z-index: 3;
}

/* Flash when user hits Add to bag without a matched variation */
body.single-product .cw-var-block--need-select .cw-attr-pill {
  border-color: var(--cw-orange) !important;
  animation: cw-pulse-border 0.35s ease 0s 3;
}

@keyframes cw-pulse-border {
  50% { border-color: #fff !important; }
}

/*
 * Quantity — full buy-box width, clean [ − | qty | + ]
 * Kill browser number spinners (they looked like extra arrows on +).
 */
body.single-product .woocommerce-variation-add-to-cart .quantity,
body.single-product form.cart .quantity,
body.single-product form.cart .ux-quantity {
  align-items: stretch !important;
  background: #141414 !important;
  border: 1px solid #4a4a4a !important;
  box-sizing: border-box !important;
  display: flex !important;
  flex-flow: row nowrap !important;
  gap: 0 !important;
  height: 40px !important;
  margin: 0 !important;
  max-width: none !important;
  opacity: 1 !important;
  overflow: hidden !important;
  padding: 0 !important;
  pointer-events: auto !important;
  position: relative !important;
  width: 100% !important;
}

body.single-product form.cart .quantity > label,
body.single-product form.cart .quantity .screen-reader-text {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

body.single-product form.cart .quantity::before {
  content: none !important;
  display: none !important;
}

body.single-product form.cart .quantity .ux-quantity__button,
body.single-product form.cart .quantity .minus,
body.single-product form.cart .quantity .plus,
body.single-product form.cart .quantity input.minus,
body.single-product form.cart .quantity input.plus,
body.single-product form.cart .quantity .button.minus,
body.single-product form.cart .quantity .button.plus,
body.single-product form.cart .quantity .button.is-form {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: #f3f1ea !important;
  flex: 0 0 44px !important;
  font-family: var(--cw-font-mono) !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  height: 40px !important;
  line-height: 40px !important;
  margin: 0 !important;
  min-height: 40px !important;
  min-width: 44px !important;
  padding: 0 !important;
  position: relative !important;
  text-align: center !important;
  transform: none !important;
  width: 44px !important;
  z-index: 2 !important;
}

body.single-product form.cart .quantity .ux-quantity__button--minus,
body.single-product form.cart .quantity .minus,
body.single-product form.cart .quantity .button.minus {
  border-right: 1px solid #4a4a4a !important;
}

body.single-product form.cart .quantity .ux-quantity__button--plus,
body.single-product form.cart .quantity .plus,
body.single-product form.cart .quantity .button.plus {
  border-left: 1px solid #4a4a4a !important;
}

body.single-product form.cart .quantity .ux-quantity__button:hover,
body.single-product form.cart .quantity .minus:hover,
body.single-product form.cart .quantity .plus:hover,
body.single-product form.cart .quantity .button.minus:hover,
body.single-product form.cart .quantity .button.plus:hover {
  background: rgba(255, 180, 168, 0.12) !important;
  box-shadow: none !important;
  color: #ffb4a8 !important;
  transform: none !important;
}

body.single-product form.cart .quantity .qty,
body.single-product form.cart .quantity input.qty,
body.single-product form.cart .quantity input[type="number"].qty,
body.single-product form.cart .quantity input[type="number"] {
  -moz-appearance: textfield !important;
  -webkit-appearance: none !important;
  appearance: textfield !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: #fff !important;
  flex: 1 1 auto !important;
  font-family: var(--cw-font-mono) !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  height: 40px !important;
  letter-spacing: .06em;
  margin: 0 !important;
  max-width: none !important;
  min-height: 40px !important;
  min-width: 0 !important;
  outline: none !important;
  padding: 0 10px !important;
  position: relative !important;
  text-align: center !important;
  width: 100% !important;
  z-index: 1 !important;
}

/* Nuke native spinners (Chrome / Edge / Safari / Firefox) */
body.single-product form.cart .quantity input[type="number"]::-webkit-outer-spin-button,
body.single-product form.cart .quantity input[type="number"]::-webkit-inner-spin-button,
body.single-product form.cart .quantity .qty::-webkit-outer-spin-button,
body.single-product form.cart .quantity .qty::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  appearance: none !important;
  display: none !important;
  height: 0 !important;
  margin: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
  width: 0 !important;
}

body.single-product form.cart .quantity input[type="number"] {
  -moz-appearance: textfield !important;
}

body.single-product .woocommerce-variation-add-to-cart {
  gap: 8px !important;
  margin-top: 4px !important;
}

body.single-product .woocommerce-variation-add-to-cart::before {
  color: var(--cw-text);
  content: "Quantity";
  display: block;
  font-family: var(--cw-font-mono);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
  margin: 0;
  text-transform: uppercase;
}

body.single-product .cw-var-block select,
body.single-product select.cw-native-select,
body.single-product .variations select[name^="attribute_"],
body.single-product .variations select[data-attribute_name^="attribute_"] {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  margin: -1px !important;
  opacity: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
  pointer-events: none !important;
  position: absolute !important;
  width: 1px !important;
  z-index: 0 !important;
}

.cw-attr-pills {
  display: grid;
  gap: 6px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: 100%;
}

/* Size: 4 columns → 8 sizes = 2 even rows (no lonely last pair) */
body.single-product .cw-var-block--size .cw-attr-pills {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

/* Color / style: full-width even split */
body.single-product .cw-var-block--color .cw-attr-pills,
body.single-product .cw-var-block--style .cw-attr-pills {
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
}

body.single-product .cw-var-block--color .cw-attr-pills .cw-attr-pill:only-child,
body.single-product .cw-var-block--style .cw-attr-pills .cw-attr-pill:only-child {
  grid-column: 1 / -1;
  max-width: 100%;
}

/* Keep Clear from fighting SIZE GUIDE / form alignment */
body.single-product table.variations {
  margin-bottom: 0;
  width: 100%;
}

body.single-product table.variations td.value {
  position: relative;
}

body.single-product .cw-var-head {
  min-height: 18px;
}

.cw-attr-pill {
  background: transparent !important;
  border: 1px solid #4a4a4a !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: #f3f1ea !important;
  cursor: pointer;
  font-family: var(--cw-font-mono) !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  letter-spacing: .05em;
  min-height: 34px;
  padding: 6px 6px !important;
  text-transform: uppercase;
  transform: none !important;
  transition: background .12s ease, border-color .12s ease, color .12s ease;
  width: 100%;
}

.cw-attr-pill:hover {
  border-color: #ffb4a8 !important;
  box-shadow: none !important;
  color: #fff !important;
  transform: none !important;
}

.cw-attr-pill.is-active {
  background: #ffb4a8 !important;
  border-color: #ffb4a8 !important;
  color: #1a0f0c !important;
}

/* Clear — sits in attribute head row (right), same style as Size guide */
body.single-product .cw-var-head a.reset_variations,
body.single-product .cw-var-head .cw-clear-options,
body.single-product a.reset_variations,
body.single-product .reset_variations {
  background: none !important;
  border: 0 !important;
  color: #ffb4a8 !important;
  display: inline-block !important;
  float: none !important;
  font-family: var(--cw-font-mono) !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: .1em !important;
  margin: 0 0 0 auto !important;
  opacity: 1 !important;
  padding: 0 !important;
  text-align: right !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  visibility: visible !important;
  width: auto !important;
  white-space: nowrap;
}

body.single-product .cw-var-head a.reset_variations:hover,
body.single-product a.reset_variations:hover {
  color: #fff !important;
  text-decoration: underline !important;
  text-underline-offset: 3px;
  background: none !important;
}

body.single-product a.reset_variations[style*="visibility: hidden"],
body.single-product a.reset_variations[style*="visibility:hidden"] {
  display: none !important;
  margin: 0 !important;
  height: 0 !important;
}

body.single-product .cw-var-head {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  margin-bottom: 8px;
  width: 100%;
}

body.single-product .cw-size-guide-link {
  margin-left: auto;
}

/* Hide "X in stock" — not needed, breaks buy-box spacing */
body.single-product .woocommerce-variation-availability,
body.single-product .single_variation .stock,
body.single-product .single_variation .availability,
body.single-product p.stock {
  display: none !important;
  height: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
}

/* Collapse empty variation price/desc slot when unused */
body.single-product .woocommerce-variation-price:empty,
body.single-product .woocommerce-variation-description:empty,
body.single-product .single_variation:empty {
  display: none !important;
  margin: 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
}

body.single-product .single_variation_wrap {
  margin: 0 !important;
}

body.single-product .woocommerce-variation {
  margin: 0 !important;
  min-height: 0 !important;
}

body.single-product .single_variation_wrap,
body.single-product .woocommerce-variation-add-to-cart.variations_button,
body.single-product .woocommerce-variation-add-to-cart {
  align-items: stretch;
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
  margin-top: 6px !important;
  width: 100% !important;
}

/* Keep ATC full width under qty — don't sit side-by-side with qty */
body.single-product .woocommerce-variation-add-to-cart .single_add_to_cart_button {
  flex: 0 0 auto !important;
  width: 100% !important;
}

body.single-product .single_add_to_cart_button,
body.single-product button.single_add_to_cart_button {
  background: #e60000 !important;
  border: 2px solid #e60000 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: #fff !important;
  font-family: var(--cw-font-mono) !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: .1em;
  min-height: 42px !important;
  padding: 10px 12px !important;
  text-transform: uppercase;
  transform: none !important;
  width: 100% !important;
}

.single-product .single_add_to_cart_button:hover {
  background: #a90000 !important;
  border-color: #fff !important;
  box-shadow: none !important;
  transform: none !important;
}

/* Outline wishlist — never inherit solid red button style */
.cw-pdp-secondary,
body.single-product .cw-pdp-secondary,
body.single-product button.cw-pdp-secondary {
  background: transparent !important;
  border: 1px solid #5a5a5a !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: #f3f1ea !important;
  cursor: pointer;
  display: block;
  font-family: var(--cw-font-mono) !important;
  font-size: 10px !important;
  font-weight: 800 !important;
  letter-spacing: .1em;
  min-height: 38px !important;
  padding: 8px 12px !important;
  text-align: center;
  text-transform: uppercase;
  transform: none !important;
  width: 100% !important;
}

.cw-pdp-secondary:hover,
.single-product button.cw-pdp-secondary:hover {
  background: transparent !important;
  border-color: #ffb4a8 !important;
  box-shadow: none !important;
  color: #ffb4a8 !important;
  transform: none !important;
}

.cw-pdp-secondary.is-saved {
  border-color: #4a4a4a !important;
  color: var(--cw-dim) !important;
}

.cw-pdp-trust {
  border-top: 1px solid var(--cw-line);
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr;
  margin-top: 10px;
  padding-top: 10px;
}

.cw-pdp-trust__item {
  align-items: flex-start;
  display: flex;
  gap: 8px;
}

.cw-pdp-trust__icon {
  color: #ffb4a8;
  flex: 0 0 auto;
  font-size: 14px;
  line-height: 1.2;
}

.cw-pdp-trust__text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.cw-pdp-trust__text strong {
  color: #ffb4a8;
  font-family: var(--cw-font-mono);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.cw-pdp-trust__text em {
  color: var(--cw-dim);
  font-size: 12px;
  font-style: normal;
}

.variations label,
.woocommerce form .form-row label,
.cart_totals h2,
.checkout h3,
.product-section-title {
  color: var(--cw-text);
  font-family: var(--cw-font-mono);
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.woocommerce-tabs,
.woocommerce-tabs .panel,
.related-products-wrapper {
  background: var(--cw-black);
  color: var(--cw-muted);
}

.woocommerce-tabs .nav-line > li > a {
  color: var(--cw-text);
  font-family: var(--cw-font-mono);
  letter-spacing: .06em;
  text-transform: uppercase;
}

.single-product .product-footer {
  padding-top: 20px;
}

.single-product .related-products-wrapper .product-section-title {
  color: #fff;
  font-family: var(--cw-font-display);
  font-size: 28px;
  letter-spacing: .04em;
}

/* Hide product share icons + Quick View (disabled in PHP; CSS backup) */
body.single-product .product-info .social-icons,
body.single-product .product-info .share-icons,
body.single-product .product-summary .social-icons,
body.single-product .product-summary .share-icons,
body.single-product .product-info .woocommerce-product-share,
.quick-view,
a.quick-view,
.product-small .quick-view,
.box-text .quick-view {
  display: none !important;
}

.cart_totals,
.shop_table,
.woocommerce-checkout-review-order,
.woocommerce-billing-fields,
.woocommerce-shipping-fields {
  background: var(--cw-panel);
  border: 1px solid var(--cw-line);
  color: var(--cw-text);
}

.shop_table th,
.shop_table td {
  border-color: var(--cw-line);
  color: var(--cw-text);
}

.message-container,
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  background: var(--cw-panel);
  border: 1px solid var(--cw-line);
  color: var(--cw-text);
}


@media only screen and (max-width: 64em) and (min-width: 48.01em) {
  .cw-cat-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .cw-grid--discipline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cw-gateway h3 {
    font-size: 34px;
  }
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

  .header-main .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  #logo a,
  .logo a {
    font-size: 22px;
    min-width: 0;
  }

  .cw-hero {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 48px 20px;
  }

  .cw-hero h1 {
    font-size: 46px;
  }

  .cw-hero p {
    font-size: 17px;
  }

  .cw-hero__media {
    min-height: 320px;
    order: -1;
  }

  .cw-trust-strip,
  .cw-archive-trust,
  .cw-grid,
  .cw-grid--discipline,
  .cw-policy-grid,
  .cw-gateway-grid {
    grid-template-columns: 1fr;
  }

  .cw-cat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cw-gateway {
    min-height: 300px;
  }

  .cw-gateway__media {
    inset: 0 0 88px 0;
  }

  .cw-gateway__body {
    padding: 56px 18px 18px;
  }

  .cw-gateway h3 {
    font-size: 32px;
    max-width: none;
  }

  .cw-section,
  .cw-page {
    padding: 44px 20px;
  }

  .cw-section__head h2,
  .cw-page h1 {
    font-size: 38px;
  }

  .cw-card h3 {
    font-size: 26px;
  }

  .cw-card__body {
    padding: 40px 14px 14px;
  }

  .cw-cat-card__label {
    font-size: 14px;
    min-height: 44px;
    padding: 10px 6px;
  }

  .archive.woocommerce .products.row > .product-small.col,
  .related-products-wrapper .products.row > .product-small.col {
    flex-basis: 50%;
    max-width: 50%;
  }

  .cw-section__head {
    align-items: start;
    flex-direction: column;
  }

  body.single-product .product-main > .row.content-row,
  body.single-product .product-main > .row {
    flex-flow: column nowrap !important;
    gap: 24px !important;
    padding: 0 16px !important;
  }

  body.single-product .product-main > .row > .product-gallery,
  body.single-product .product-main > .row > .product-info,
  body.single-product .product-main > .row > .cw-product-gallery,
  body.single-product .product-main > .row > .cw-product-info,
  body.single-product .product-main > .row > .product-gallery.col,
  body.single-product .product-main > .row > .product-info.col,
  body.single-product .product-main > .row > .product-gallery.large-6,
  body.single-product .product-main > .row > .product-gallery.large-7,
  body.single-product .product-main > .row > .product-info.large-5,
  body.single-product .product-main > .row > .product-info.col-fit {
    flex: 0 0 auto !important;
    max-width: 100% !important;
    width: 100% !important;
  }

  body.single-product .product-info h1.product-title,
  body.single-product .product_title {
    font-size: 32px !important;
  }

  body.single-product .cw-attr-pills {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body.single-product .cw-pdp-trust {
    grid-template-columns: 1fr;
  }

  body.single-product form.cart {
    padding: 0 !important;
  }

}

@media only screen and (min-width: 48.01em) and (max-width: 64em) {
  body.single-product .product-container {
    max-width: 960px;
  }

  body.single-product .product-main > .row.content-row,
  body.single-product .product-main > .row {
    gap: 0 20px !important;
    max-width: 100% !important;
    padding: 0 8px !important;
  }
}

/* =========================================================
   FOOTER (UX Block: combatwear-footer)
   ========================================================= */

#footer.footer-wrapper,
.footer-wrapper {
  background: #0a0a0a !important;
  border-top: 1px solid var(--cw-line);
}

/* Hide legacy widget footer when UX block is used */
.footer-widgets.footer-1 {
  display: none !important;
}

.cw-footer {
  background: #0a0a0a;
  color: var(--cw-muted);
  width: 100%;
}

.cw-footer__trust {
  border-bottom: 1px solid var(--cw-line);
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1280px;
  padding: 36px 40px;
}

.cw-footer__trust-item {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: center;
}

.cw-footer__trust-icon {
  color: #ffb4a8;
  display: inline-flex;
  line-height: 0;
}

.cw-footer__trust-title {
  color: #ffb4a8;
  font-family: var(--cw-font-mono);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.cw-footer__trust-text {
  color: var(--cw-dim);
  font-family: var(--cw-font-mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  max-width: 22ch;
  text-transform: uppercase;
}

.cw-footer__main {
  display: grid;
  gap: 36px 28px;
  grid-template-columns: minmax(0, 1.4fr) repeat(2, minmax(0, .8fr)) minmax(0, 1.1fr);
  margin: 0 auto;
  max-width: 1280px;
  padding: 48px 40px 40px;
}

.cw-footer__logo {
  color: #ffb4a8;
  font-family: var(--cw-font-display);
  font-size: 28px;
  letter-spacing: .04em;
  line-height: 1;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.cw-footer__blurb {
  color: var(--cw-muted);
  font-size: 14px;
  line-height: 1.55;
  margin: 0 0 18px;
  max-width: 36ch;
}

.cw-footer__social {
  display: flex;
  gap: 10px;
}

.cw-footer__social-btn {
  align-items: center;
  border: 1px solid #3a3a3a;
  color: var(--cw-muted) !important;
  display: inline-flex;
  font-family: var(--cw-font-mono);
  font-size: 11px;
  font-weight: 800;
  height: 36px;
  justify-content: center;
  letter-spacing: .06em;
  text-decoration: none !important;
  width: 36px;
}

.cw-footer__social-btn:hover {
  border-color: #ffb4a8;
  color: #ffb4a8 !important;
}

.cw-footer__heading {
  color: #fff;
  font-family: var(--cw-font-mono);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  margin: 0 0 16px;
  text-transform: uppercase;
}

.cw-footer__links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.cw-footer__links li {
  margin: 0 0 12px;
}

.cw-footer__links a {
  color: var(--cw-muted) !important;
  font-family: var(--cw-font-mono);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .06em;
  text-decoration: none !important;
  text-transform: uppercase;
}

.cw-footer__links a:hover {
  color: #ffb4a8 !important;
}

.cw-footer__newsletter-note {
  color: var(--cw-dim);
  font-size: 13px;
  line-height: 1.45;
  margin: 0 0 14px;
}

.cw-footer__newsletter {
  align-items: stretch;
  border-bottom: 1px solid #3a3a3a;
  display: flex;
  gap: 0;
  max-width: 280px;
}

.cw-footer__newsletter input[type="email"] {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: #fff !important;
  flex: 1 1 auto;
  font-family: var(--cw-font-mono);
  font-size: 12px;
  letter-spacing: .06em;
  min-height: 42px;
  padding: 10px 0 !important;
  text-transform: uppercase;
  width: auto !important;
}

.cw-footer__newsletter input[type="email"]::placeholder {
  color: var(--cw-dim);
  opacity: 1;
}

.cw-footer__newsletter-btn {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: #ffb4a8 !important;
  cursor: pointer;
  flex: 0 0 42px;
  font-size: 18px;
  min-height: 42px !important;
  padding: 0 !important;
  transform: none !important;
  width: 42px !important;
}

.cw-footer__newsletter-btn:hover {
  color: #fff !important;
  transform: none !important;
  box-shadow: none !important;
}

.absolute-footer {
  background: #080808 !important;
  border-top: 1px solid var(--cw-line);
  color: var(--cw-dim) !important;
  font-family: var(--cw-font-mono);
  font-size: 11px;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.absolute-footer a {
  color: var(--cw-dim) !important;
}

.absolute-footer .payment-icons {
  opacity: .75;
}

@media only screen and (max-width: 64em) {
  .cw-footer__main {
    grid-template-columns: 1fr 1fr;
    padding: 40px 24px 32px;
  }

  .cw-footer__brand {
    grid-column: 1 / -1;
  }

  .cw-footer__trust {
    gap: 20px;
    padding: 28px 24px;
  }
}

@media only screen and (max-width: 48em) {
  .cw-footer__trust {
    grid-template-columns: 1fr;
    padding: 28px 16px;
  }

  .cw-footer__main {
    gap: 28px;
    grid-template-columns: 1fr;
    padding: 32px 16px 28px;
  }

  .cw-footer__newsletter {
    max-width: none;
  }
}

/* =========================================================
   HOMEPAGE CAMPAIGN HERO + YOU-ATTITUDE BENEFITS
   ========================================================= */

.cw-hero.cw-hero--campaign {
  align-items: center;
  display: flex;
  margin-left: calc(50% - 50vw);
  min-height: clamp(560px, 52vw, 720px);
  padding: clamp(72px, 9vw, 132px) clamp(24px, 7vw, 104px);
  width: 100vw;
}

.home #content.page-wrapper {
  padding-top: 0;
}

.cw-hero.cw-hero--campaign:before {
  background:
    linear-gradient(90deg, rgba(5, 5, 5, .96) 0%, rgba(5, 5, 5, .8) 31%, rgba(5, 5, 5, .28) 62%, rgba(5, 5, 5, .18) 100%),
    linear-gradient(0deg, rgba(5, 5, 5, .58) 0%, transparent 42%);
  opacity: 1;
  z-index: 1;
}

.cw-hero__backdrop {
  inset: 0;
  position: absolute;
}

.cw-hero__backdrop img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.cw-hero--campaign .cw-hero__content {
  max-width: 710px;
  position: relative;
  z-index: 2;
}

.cw-hero--campaign .cw-kicker {
  align-items: center;
  background: var(--cw-orange);
  color: #fff;
  display: inline-flex;
  font-size: 11px;
  min-height: 28px;
  padding: 6px 12px;
}

.cw-hero--campaign h1 {
  color: #fff;
  font-size: clamp(56px, 5.4vw, 84px);
  letter-spacing: .005em;
  line-height: .9;
  margin: 24px 0 26px;
  max-width: 12ch;
  text-shadow: 0 4px 30px rgba(0, 0, 0, .45);
}

.cw-hero--campaign p {
  color: rgba(255, 255, 255, .82);
  font-size: clamp(17px, 1.5vw, 21px);
  line-height: 1.55;
  max-width: 590px;
}

.cw-hero--campaign .button.secondary {
  background: rgba(5, 5, 5, .32) !important;
  border-color: rgba(255, 255, 255, .62) !important;
  color: #fff !important;
}

.cw-value-section {
  background:
    linear-gradient(135deg, rgba(230, 0, 0, .08), transparent 36%),
    var(--cw-black);
  border-top: 1px solid var(--cw-line);
}

.cw-value-section__head {
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
  margin-bottom: 36px;
}

.cw-value-section__head .cw-kicker {
  grid-column: 1 / -1;
}

.cw-value-section__head h2 {
  font-size: clamp(46px, 5vw, 76px);
  line-height: .94;
  margin: 0;
  max-width: 10ch;
}

.cw-value-section__head > p {
  align-self: end;
  font-size: 18px;
  line-height: 1.65;
  margin: 0 0 6px;
  max-width: 520px;
}

.cw-policy-grid--benefits {
  gap: 0;
}

.cw-policy-grid--benefits .cw-policy-card {
  display: flex;
  flex-direction: column;
  min-height: 330px;
  padding: clamp(26px, 3.2vw, 46px);
  position: relative;
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

.cw-policy-grid--benefits .cw-policy-card + .cw-policy-card {
  border-left: 0;
}

.cw-policy-grid--benefits .cw-policy-card:hover {
  background: #222;
  border-color: var(--cw-orange);
  transform: translateY(-4px);
  z-index: 1;
}

.cw-policy-card__number {
  color: var(--cw-orange);
  font-family: var(--cw-font-mono);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .1em;
  margin-bottom: 56px;
}

.cw-policy-grid--benefits h3 {
  font-size: clamp(28px, 2.5vw, 38px);
  line-height: 1;
  margin: 0 0 18px;
}

.cw-policy-grid--benefits p {
  line-height: 1.65;
  margin: 0 0 28px;
}

.cw-policy-grid--benefits a {
  border-bottom: 1px solid var(--cw-line);
  color: var(--cw-text);
  font-family: var(--cw-font-mono);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .07em;
  margin-top: auto;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.cw-policy-grid--benefits a:hover {
  border-color: var(--cw-orange);
  color: var(--cw-orange);
}

.cw-standard {
  background:
    linear-gradient(135deg, rgba(255, 180, 168, .035), transparent 44%),
    #1a1a1a;
  border-bottom: 1px solid var(--cw-line);
  border-top: 1px solid var(--cw-line);
  color: var(--cw-text);
  box-sizing: border-box;
  margin-left: 72px;
  overflow: hidden;
  padding: 46px;
  position: relative;
  width: calc(100% - 144px);
}

.cw-standard:before {
  background: var(--cw-orange);
  content: "";
  height: 3px;
  left: 46px;
  position: absolute;
  top: -1px;
  width: 96px;
}

.cw-standard:after {
  color: rgba(255, 180, 168, .045);
  content: "CW";
  font-family: var(--cw-font-display);
  font-size: clamp(240px, 32vw, 520px);
  line-height: .7;
  pointer-events: none;
  position: absolute;
  right: -2vw;
  top: 18%;
}

.cw-standard__eyebrow {
  border-bottom: 1px solid var(--cw-line);
  color: var(--cw-sand);
  font-family: var(--cw-font-mono);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .1em;
  padding-bottom: 18px;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}

.cw-standard__layout {
  display: grid;
  gap: 48px;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr);
  padding-top: clamp(40px, 6vw, 86px);
  position: relative;
  z-index: 1;
}

.cw-standard h2 {
  color: var(--cw-text);
  font-size: clamp(58px, 7vw, 110px);
  line-height: .86;
  margin: 0;
  max-width: 9ch;
}

.cw-standard__copy {
  align-self: end;
  max-width: 520px;
}

.cw-standard__copy p {
  color: var(--cw-muted);
  font-size: 18px;
  line-height: 1.65;
}

.cw-standard__link {
  border-bottom: 2px solid var(--cw-sand);
  color: var(--cw-sand) !important;
  display: inline-block;
  font-family: var(--cw-font-mono);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  margin-top: 18px;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.cw-standard__link:hover {
  border-color: var(--cw-orange);
  color: var(--cw-text) !important;
}

@media only screen and (max-width: 64em) {
  .cw-hero.cw-hero--campaign {
    min-height: 620px;
  }

  .cw-standard__layout {
    grid-template-columns: 1fr 1fr;
  }
}

@media only screen and (max-width: 48em) {
  .cw-hero.cw-hero--campaign {
    align-items: flex-end;
    min-height: 680px;
    margin-left: calc(50% - 50vw);
    padding: 72px 20px 52px;
  }

  .cw-hero.cw-hero--campaign:before {
    background:
      linear-gradient(0deg, rgba(5, 5, 5, .98) 0%, rgba(5, 5, 5, .72) 48%, rgba(5, 5, 5, .18) 78%),
      linear-gradient(90deg, rgba(5, 5, 5, .52), transparent);
  }

  .cw-hero__backdrop img {
    object-position: 64% center;
  }

  .cw-hero--campaign h1 {
    font-size: clamp(50px, 16vw, 72px);
  }

  .cw-hero--campaign .cw-hero__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .cw-hero--campaign .button {
    width: 100%;
  }

  .cw-value-section__head,
  .cw-standard__layout {
    grid-template-columns: 1fr;
  }

  .cw-value-section__head h2 {
    font-size: 48px;
  }

  .cw-policy-grid--benefits .cw-policy-card {
    min-height: 300px;
  }

  .cw-policy-grid--benefits .cw-policy-card + .cw-policy-card {
    border-left: 1px solid var(--cw-line);
    border-top: 0;
  }

  .cw-standard__layout {
    gap: 32px;
  }

  .cw-standard {
    margin-left: 20px;
    padding: 32px 24px 40px;
    width: calc(100% - 40px);
  }

  .cw-standard:before {
    left: 24px;
  }

  .cw-standard h2 {
    font-size: 60px;
  }
}

/* Header account/cart controls: icon-only on desktop and a white handled bag on mobile. */
.header-main .header-nav .nav-top-not-logged-in,
.header-main .header-nav .account-item > a {
  font-size: 0 !important;
  min-width: 36px;
  padding: 0 8px !important;
}

.header-main .header-nav .nav-top-not-logged-in:before,
.header-main .header-nav .account-item > a:before {
  background: center / 20px 20px no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='8' r='3.4'/%3E%3Cpath d='M5.5 20c.7-4 3-6 6.5-6s5.8 2 6.5 6'/%3E%3C/svg%3E");
  content: "";
  display: block;
  height: 24px;
  width: 24px;
}

.header-main .header-nav .cart-item .header-cart-title {
  display: none !important;
}

.header-main .header-nav .cart-item > a,
.header-main .mobile-nav .cart-item > a {
  min-width: 40px;
  padding-left: 7px !important;
  padding-right: 7px !important;
}

.header-main .header-nav .cart-icon strong,
.header-main .mobile-nav .cart-icon strong {
  background: transparent !important;
  border: 2px solid #fff !important;
  color: #fff !important;
  font-family: var(--cw-font-mono);
  font-size: 10px;
  height: 25px;
  line-height: 22px;
  width: 25px;
}

.header-main .header-nav .cart-icon strong:after,
.header-main .mobile-nav .cart-icon strong:after {
  border: 2px solid #fff !important;
  border-bottom: 0 !important;
  border-radius: 8px 8px 0 0;
  height: 7px !important;
  top: -8px !important;
  width: 13px !important;
}

@media only screen and (max-width: 48em) {
  .header-main .header-nav .nav-top-not-logged-in:before,
  .header-main .header-nav .account-item > a:before {
    display: none;
  }

  .header-main .mobile-nav .account-link-mobile,
  .header-main .mobile-nav .header-cart-link {
    color: #fff !important;
  }

  .header-main .mobile-nav .icon-user:before {
    color: #fff !important;
  }
}

/* Keep the account control visible while the cart dropdown is open. */
.header-main .header-nav .nav-top-not-logged-in,
.header-main .header-nav .account-item,
.header-main .header-nav .account-item > a {
  opacity: 1 !important;
  visibility: visible !important;
}

.header-main .header-nav .nav-top-not-logged-in,
.header-main .header-nav .account-item {
  isolation: isolate;
  position: relative;
  z-index: 20;
}

.header-main .header-nav .nav-top-not-logged-in:before,
.header-main .header-nav .account-item > a:before {
  opacity: 1 !important;
  visibility: visible !important;
}

.header-main .header-nav .cart-item .nav-dropdown {
  z-index: 10;
}

.header-main .header-nav:has(.cart-item:hover) .nav-top-not-logged-in,
.header-main .header-nav:has(.cart-item:hover) .account-item > a {
  display: inline-flex !important;
  opacity: 1 !important;
  visibility: visible !important;
}

/* =========================================================
   TYPOGRAPHY SCALE - readable rhythm across the storefront
   ========================================================= */
body {
  font-size: 16px;
  line-height: 1.6;
}

p,
li,
.woocommerce-product-details__short-description {
  line-height: 1.65;
}

h1,
h2,
h3,
h4,
h5,
h6,
.section-title-main {
  letter-spacing: .015em;
  line-height: 1.12;
}

.cw-hero--campaign h1 {
  font-size: clamp(44px, 4.2vw, 64px);
  letter-spacing: .012em;
  line-height: 1.06;
  margin-bottom: 22px;
  max-width: 15ch;
}

.cw-hero--campaign p {
  font-size: clamp(16px, 1.25vw, 19px);
  line-height: 1.65;
  max-width: 620px;
}

.cw-section__head h2,
.cw-page h1 {
  font-size: clamp(36px, 3.6vw, 50px);
  line-height: 1.08;
}

.cw-value-section__head h2 {
  font-size: clamp(38px, 4.2vw, 60px);
  line-height: 1.05;
  max-width: 12ch;
}

.cw-value-section__head > p,
.cw-standard__copy p {
  font-size: 17px;
  line-height: 1.7;
}

.cw-policy-grid--benefits h3 {
  font-size: clamp(26px, 2.2vw, 34px);
  line-height: 1.12;
}

.cw-policy-grid--benefits p {
  line-height: 1.7;
}

.cw-standard h2 {
  font-size: clamp(44px, 5vw, 68px);
  letter-spacing: .01em;
  line-height: 1.04;
  max-width: 11ch;
}

.cw-card h3,
.cw-grid--discipline .cw-card h3 {
  font-size: clamp(20px, 1.6vw, 25px);
  line-height: 1.15;
}

.cw-gateway h3 {
  font-size: clamp(27px, 2.8vw, 38px);
  line-height: 1.08;
}

body.single-product .product-info h1.product-title,
body.single-product .product_title {
  font-size: clamp(28px, 2.2vw, 34px) !important;
  line-height: 1.12 !important;
}

.related-products-wrapper .product-section-title,
.single-product .related-products-wrapper .product-section-title {
  font-size: 26px;
  line-height: 1.15;
}

.product-small .box-text .name,
.product-small .box-text .name a {
  line-height: 1.25;
}

.button,
button,
input[type="submit"] {
  letter-spacing: .045em !important;
  line-height: 1.3;
}

.cw-page.cw-policy-doc h1 {
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1.1;
}

.cw-policy-doc h2 {
  font-size: clamp(21px, 2vw, 27px);
  line-height: 1.25;
}

.cw-footer__heading,
.cw-footer__logo {
  line-height: 1.15;
}

@media only screen and (max-width: 48em) {
  body {
    font-size: 15px;
  }

  .cw-hero.cw-hero--campaign {
    min-height: 610px;
    padding-bottom: 44px;
  }

  .cw-hero--campaign h1 {
    font-size: clamp(40px, 12vw, 54px);
    line-height: 1.04;
    margin: 18px 0;
    max-width: 11ch;
  }

  .cw-hero--campaign p {
    font-size: 16px;
    line-height: 1.6;
  }

  .cw-section__head h2,
  .cw-page h1,
  .cw-value-section__head h2 {
    font-size: clamp(32px, 9vw, 40px);
    line-height: 1.1;
  }

  .cw-policy-grid--benefits h3,
  .cw-gateway h3 {
    font-size: 27px;
    line-height: 1.13;
  }

  .cw-standard h2 {
    font-size: clamp(38px, 11vw, 52px);
    line-height: 1.04;
  }

  .cw-policy-grid--benefits .cw-policy-card {
    min-height: 270px;
  }

  .cw-policy-card__number {
    margin-bottom: 34px;
  }

  body.single-product .product-info h1.product-title,
  body.single-product .product_title {
    font-size: 28px !important;
    line-height: 1.15 !important;
  }

  .cw-page.cw-policy-doc h1 {
    font-size: 32px;
  }

  .cw-policy-doc h2 {
    font-size: 21px;
    line-height: 1.3;
  }
}

/* Desktop account lightbox uses the same readable treatment as the mobile login page. */
#login-form-popup {
  background: transparent !important;
  max-width: 520px;
}

#login-form-popup .account-container.lightbox-inner {
  background: #fff !important;
  border-top: 4px solid #e60000;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .42);
  padding: 0 !important;
}

#login-form-popup .account-login-inner {
  background: #fff !important;
  padding: 34px 36px 38px;
}

#login-form-popup .account-login-inner h3,
#login-form-popup .account-login-inner label,
#login-form-popup .account-login-inner p {
  color: #171717 !important;
}

#login-form-popup .account-login-inner h3 {
  font-size: 30px;
  line-height: 1.15;
  margin-bottom: 24px;
}

#login-form-popup .account-login-inner input[type="text"],
#login-form-popup .account-login-inner input[type="email"],
#login-form-popup .account-login-inner input[type="password"] {
  background: #f4f4f2 !important;
  border: 1px solid #c8c8c4 !important;
  box-shadow: none !important;
  color: #111 !important;
  font-size: 16px;
  height: 50px;
}

#login-form-popup .account-login-inner input:focus {
  border-color: #e60000 !important;
  box-shadow: 0 0 0 3px rgba(230, 0, 0, .12) !important;
}

#login-form-popup .account-login-inner input[type="checkbox"] {
  accent-color: #e60000;
  background: #fff !important;
  border: 1px solid #555 !important;
}

#login-form-popup .account-login-inner .show-password-input {
  background: transparent !important;
  border: 0 !important;
  color: #333 !important;
}

#login-form-popup .account-login-inner .lost_password a {
  color: #a90000 !important;
  font-weight: 700;
}

#login-form-popup + .mfp-close,
.mfp-content #login-form-popup ~ .mfp-close {
  color: #111 !important;
}

@media only screen and (max-width: 48em) {
  #login-form-popup {
    max-width: calc(100vw - 28px);
  }

  #login-form-popup .account-login-inner {
    padding: 28px 22px 32px;
  }
}

/* Hero copy width and compact calls to action. */
.cw-hero--campaign .cw-hero__content {
  max-width: 780px;
}

.cw-hero--campaign h1 {
  max-width: 17ch;
}

.cw-hero--campaign .cw-hero__actions .button {
  font-size: 11px !important;
  letter-spacing: .04em !important;
  line-height: 1.25;
  min-height: 42px;
  padding: 11px 18px;
}

@media only screen and (max-width: 48em) {
  .cw-hero--campaign .cw-hero__content {
    max-width: 100%;
  }

  .cw-hero--campaign h1 {
    max-width: 13ch;
  }

  .cw-hero--campaign .cw-hero__actions {
    align-items: flex-start;
    gap: 10px;
  }

  .cw-hero--campaign .cw-hero__actions .button {
    font-size: 11px !important;
    min-height: 42px;
    padding: 11px 16px;
    width: auto;
  }
}

/* Keep the post-hero trust strip balanced on desktop and tablet. */
.cw-trust-strip {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  width: 100% !important;
}

.cw-trust-strip > span {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 48px;
  min-width: 0;
  padding: 12px 14px;
  width: auto !important;
}

.cw-trust-strip > p:empty,
.cw-trust-strip > br {
  display: none !important;
}

@media only screen and (max-width: 34.375em) {
  .cw-trust-strip {
    grid-template-columns: 1fr !important;
  }

  .cw-trust-strip > span {
    min-height: 44px;
  }
}

/* Guard custom homepage components against editor-inserted paragraph/BR nodes. */
.cw-section__head > p {
  display: contents !important;
  margin: 0 !important;
}

.cw-hero__actions > br,
.cw-card > br,
.cw-gateway > br,
.cw-cat-card > br,
.cw-policy-grid--benefits > br {
  display: none !important;
}

.cw-section__head .cw-chip {
  display: inline-flex;
  line-height: 1.3;
  max-width: none;
  white-space: nowrap;
}

.cw-section__head {
  min-height: 0;
}

.cw-grid--discipline .cw-card {
  overflow: hidden;
}

.cw-grid--discipline .cw-card > img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

/* UX Builder homepage section wrappers.
 * Keep them layout-neutral: their only job is to make every homepage area a
 * separate, reorderable section in Flatsome, like the Ravi Hair homepage. */
.cw-builder-section {
  min-height: 0;
}

.cw-builder-section > .section-content > .row {
  max-width: none;
  width: 100%;
}

.cw-builder-section > .section-content > .row > .col,
.cw-builder-section > .section-content > .row > .col > .col-inner {
  padding: 0;
}

/* Homepage closing sections: image-led backgrounds with strong reading layers. */
.cw-value-section {
  background-image:
    linear-gradient(90deg, rgba(8, 8, 8, .97) 0%, rgba(8, 8, 8, .91) 48%, rgba(8, 8, 8, .82) 100%),
    url('/wp-content/uploads/2026/07/combatwear-home-benefits.webp');
  background-position: center 34%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.cw-value-section__head,
.cw-value-section .cw-policy-grid {
  position: relative;
  z-index: 1;
}

.cw-value-section__head > p {
  color: rgba(255, 255, 255, .82);
}

.cw-value-section .cw-policy-card {
  background: rgba(17, 17, 17, .86);
  border-color: rgba(255, 255, 255, .16);
  box-shadow: 0 18px 44px rgba(0, 0, 0, .22);
  backdrop-filter: blur(5px);
}

.cw-value-section .cw-policy-card p {
  color: rgba(255, 255, 255, .78);
}

.cw-standard {
  background-image:
    linear-gradient(90deg, rgba(8, 8, 8, .98) 0%, rgba(8, 8, 8, .91) 44%, rgba(8, 8, 8, .52) 72%, rgba(8, 8, 8, .68) 100%),
    url('/wp-content/uploads/2026/07/combatwear-home-standard.webp');
  background-position: center 43%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 590px;
}

.cw-standard:after {
  opacity: .32;
}

.cw-standard__copy {
  background: rgba(10, 10, 10, .68);
  border-left: 3px solid var(--cw-orange);
  padding: 24px 26px;
  backdrop-filter: blur(4px);
}

.cw-standard__copy p {
  color: rgba(255, 255, 255, .84);
  margin-top: 0;
}

@media only screen and (max-width: 48em) {
  .cw-value-section {
    background-position: 58% center;
  }

  .cw-standard {
    background-position: 58% center;
    min-height: 0;
  }

  .cw-standard__copy {
    padding: 20px;
  }
}

/* =========================================================
   PRODUCT STORY + CUSTOMER PROMISES
   ========================================================= */
body.single-product .product-short-description {
  display: block;
  font-size: 13px;
  line-height: 1.55;
  margin-bottom: 14px;
  overflow: visible;
  -webkit-line-clamp: unset;
}

body.single-product .product-short-description .cw-benefit-lead {
  color: #d8d5cd;
  line-height: 1.55;
  margin: 0 0 10px;
}

body.single-product .product-short-description .cw-benefit-lead strong {
  color: #fff;
}

.cw-benefit-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.cw-benefit-chips span {
  border: 1px solid #414141;
  color: #b8b6ad;
  font-family: var(--cw-font-mono);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .06em;
  padding: 5px 7px;
  text-transform: uppercase;
}

body.single-product .cw-pdp-trust {
  gap: 0;
  grid-template-columns: 1fr;
  margin-top: 12px;
  padding-top: 0;
}

body.single-product .cw-pdp-trust__item {
  border-bottom: 1px solid #303030;
  gap: 10px;
  padding: 9px 0;
}

body.single-product .cw-pdp-trust__item:last-child {
  border-bottom: 0;
}

body.single-product .cw-pdp-trust__icon {
  border: 1px solid #5a4b48;
  color: #ffb4a8;
  font-family: var(--cw-font-mono);
  font-size: 9px;
  line-height: 20px;
  text-align: center;
  width: 22px;
}

body.single-product .cw-pdp-trust__text strong {
  color: #fff;
  font-size: 9px;
}

body.single-product .cw-pdp-trust__text em,
body.single-product .cw-pdp-trust__text em a {
  color: #9e9b93;
  font-size: 11px;
  line-height: 1.4;
}

body.single-product .cw-pdp-trust__text em a {
  color: #ffb4a8;
  text-decoration: underline;
  text-underline-offset: 2px;
}

body.single-product .woocommerce-tabs {
  border: 1px solid var(--cw-line);
  margin-bottom: 42px;
  padding: 24px 30px 30px;
}

body.single-product .woocommerce-tabs .tabs {
  border-bottom: 1px solid var(--cw-line);
}

body.single-product .woocommerce-tabs .panel h2,
.cw-pdp-policy-tab h2 {
  font-size: 28px;
  margin-top: 0;
}

/* Product story is stored in post_content and rendered server-side. */
body.single-product .cw-product-body {
  color: #b8b6ad;
  font-size: 16px;
  line-height: 1.75;
  max-width: 920px;
}

body.single-product .cw-product-body__lead {
  border-left: 3px solid var(--cw-orange);
  color: #e8e6df;
  font-size: 19px;
  margin: 0 0 28px;
  padding: 4px 0 4px 18px;
}

body.single-product .cw-product-body h2,
body.single-product .cw-product-body h3 {
  color: #fff;
  letter-spacing: -0.02em;
}

body.single-product .cw-product-body h2 {
  font-size: 30px;
  margin: 34px 0 12px;
}

body.single-product .cw-product-body h3 {
  font-size: 21px;
  margin: 30px 0 10px;
}

body.single-product .cw-product-body ul {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 18px 0 28px;
}

body.single-product .cw-product-body li {
  border-left: 2px solid var(--cw-line);
  padding-left: 15px;
}

body.single-product .cw-product-body strong {
  color: #fff;
}

/* Shop dropdown: three disciplines, each with its character categories. */
@media only screen and (min-width: 850px) {
  .header-nav > li.cw-shop-mega {
    position: static;
  }

  .header-nav > li.cw-shop-mega > .sub-menu {
    align-items: stretch;
    background: #0d0d0d;
    border: 1px solid var(--cw-line);
    display: grid;
    gap: 0;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    left: 50%;
    max-height: min(72vh, 680px);
    overflow-y: auto;
    opacity: 0 !important;
    padding: 0;
    pointer-events: none;
    transform: translateX(-50%);
    visibility: hidden !important;
    width: min(980px, calc(100vw - 48px));
  }

  /* Flatsome's nested dropdowns set their own visibility and pointer state.
     Disable every descendant while the mega menu is closed so the invisible
     panel cannot intercept clicks intended for product cards underneath. */
  .header-nav > li.cw-shop-mega:not(.cw-shop-mega--open) > .sub-menu,
  .header-nav > li.cw-shop-mega:not(.cw-shop-mega--open) > .sub-menu * {
    pointer-events: none !important;
    visibility: hidden !important;
  }

  /* A stable click-controlled state avoids hover/focus feedback loops. */
  .header-nav > li.cw-shop-mega.cw-shop-mega--open > .sub-menu {
    left: 50%;
    max-height: min(72vh, 680px);
    opacity: 1 !important;
    pointer-events: auto;
    visibility: visible !important;
  }

  .header-nav > li.cw-shop-mega > .sub-menu > li {
    border-right: 1px solid var(--cw-line);
    max-width: none;
    min-width: 0;
    padding: 22px 22px 24px;
    pointer-events: auto;
    white-space: normal !important;
    width: 100% !important;
  }

  .header-nav > li.cw-shop-mega > .sub-menu > li:last-child {
    border-right: 0;
  }

  .header-nav .cw-shop-discipline > a,
  .header-nav .cw-shop-discipline > a:hover,
  .header-nav .cw-shop-discipline > a:focus,
  .header-nav .cw-shop-discipline.active > a,
  .header-nav .cw-shop-discipline.current-menu-item > a,
  .header-nav .cw-shop-discipline.current-menu-parent > a,
  .header-nav .cw-shop-discipline.current-product-parent > a,
  .header-nav .cw-shop-discipline.current-product-ancestor > a {
    background: transparent !important;
    color: #ffb4a8 !important;
    font-family: var(--cw-font-mono);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .06em;
    margin-bottom: 10px;
    padding: 0 0 10px;
    text-transform: none;
    white-space: normal;
    width: 100%;
  }

  .header-nav .cw-shop-discipline > .sub-menu {
    background: transparent;
    border: 0;
    box-shadow: none;
    display: block;
    left: auto;
    min-width: 0;
    opacity: 1;
    padding: 0;
    position: static;
    transform: none;
    visibility: visible;
  }

  .header-nav .cw-shop-character > a,
  .header-nav .cw-shop-character > a:hover,
  .header-nav .cw-shop-character > a:focus,
  .header-nav .cw-shop-character.active > a,
  .header-nav .cw-shop-character.current-menu-item > a,
  .header-nav .cw-shop-character.current-menu-parent > a,
  .header-nav .cw-shop-character.current-product-parent > a,
  .header-nav .cw-shop-character.current-product-ancestor > a {
    background: transparent !important;
    color: #d4d1c8 !important;
    display: block;
    font-size: 13px;
    line-height: 1.25;
    overflow-wrap: anywhere;
    padding: 7px 0;
    text-transform: none;
    white-space: normal;
    width: 100%;
    word-break: normal;
  }

}

/* Flatsome uses the breadcrumb as the visible product-category title. */
.archive.woocommerce .shop-page-title .woocommerce-breadcrumb,
.archive.woocommerce .shop-page-title .breadcrumbs {
  color: var(--cw-text) !important;
  font-weight: 800;
}

.archive.woocommerce .shop-page-title .breadcrumbs a {
  color: var(--cw-muted) !important;
}

/* Mobile body copy stays easy to scan; justification is desktop-only. */
body.single-product .cw-product-body p,
body.single-product .cw-product-body li,
body.single-post .entry-content p,
body.single-post .entry-content li {
  text-align: left;
  text-justify: auto;
}

@media only screen and (min-width: 850px) {
  body.single-product .cw-product-body p,
  body.single-product .cw-product-body li,
  body.single-post .entry-content p,
  body.single-post .entry-content li {
    text-align: justify;
    text-justify: inter-word;
  }
}

h1,
h2,
h3,
.h1,
.h2,
.h3,
body.single-product h1,
body.single-product h2,
body.single-product h3,
body.single-post h1,
body.single-post h2,
body.single-post h3 {
  text-transform: none !important;
}

.cw-pdp-policy-tab ul {
  display: grid;
  gap: 12px;
  list-style: none;
  margin: 0 0 18px;
}

.cw-pdp-policy-tab li {
  border-left: 2px solid var(--cw-orange);
  color: #b8b6ad;
  padding-left: 14px;
}

.cw-pdp-policy-tab li strong {
  color: #fff;
}

.cw-pdp-policy-tab a {
  color: #ffb4a8;
  font-weight: 700;
}

@media only screen and (max-width: 48em) {
  body.single-product .woocommerce-tabs {
    padding: 18px 18px 24px;
  }
}



/* ===========
/* ===========
/* ===========
/* ===========
/* ===========
/* =========================================================
   SINGLE POST (ARTICLES) — LIGHT THEME (WHITE BACKGROUND & BLACK TEXT)
   ========================================================= */

body.single-post,
body.single-post #wrapper,
body.single-post #main,
body.single-post .post-page-wrapper,
body.single-post article,
body.single-post .entry-header,
body.single-post .entry-content,
body.single-post .blog-single,
body.single:not(.single-product),
body.single:not(.single-product) #wrapper,
body.single:not(.single-product) #main,
body.single:not(.single-product) .post-page-wrapper,
body.single:not(.single-product) .entry-content {
  background-color: #ffffff !important;
  color: #222222 !important;
}

body.single-post .post-page-wrapper,
body.single-post .entry-header,
body.single-post .entry-content,
body.single:not(.single-product) .post-page-wrapper,
body.single:not(.single-product) .entry-content {
  max-width: 920px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}

body.single-post h1,
body.single-post h2,
body.single-post h3,
body.single-post h4,
body.single-post h5,
body.single-post h6,
body.single-post .entry-title,
body.single-post .title,
body.single:not(.single-product) h1,
body.single:not(.single-product) h2,
body.single:not(.single-product) h3,
body.single:not(.single-product) h4,
body.single:not(.single-product) .entry-title {
  color: #111111 !important;
  font-family: var(--cw-font-display, "Anton", Impact, sans-serif) !important;
  letter-spacing: 0.01em !important;
}

body.single-post h1.entry-title,
body.single:not(.single-product) h1.entry-title {
  font-size: clamp(32px, 4vw, 48px) !important;
  line-height: 1.1 !important;
  margin-bottom: 24px !important;
  border-bottom: 1px solid #dedede !important;
  padding-bottom: 16px !important;
}

body.single-post h2,
body.single:not(.single-product) h2 {
  font-size: clamp(22px, 2.5vw, 32px) !important;
  margin-top: 38px !important;
  margin-bottom: 16px !important;
  padding-bottom: 8px !important;
  border-bottom: 2px solid #e5e5e5 !important;
}

body.single-post h3,
body.single:not(.single-product) h3 {
  font-size: clamp(18px, 2vw, 24px) !important;
  margin-top: 28px !important;
  margin-bottom: 12px !important;
}

body.single-post p,
body.single-post li,
body.single-post span,
body.single:not(.single-product) p,
body.single:not(.single-product) li,
body.single:not(.single-product) span {
  color: #2c2c2c !important;
  font-size: 16px !important;
  line-height: 1.75 !important;
}

body.single-post a,
body.single-post a span,
body.single:not(.single-product) a {
  color: #b31319 !important;
  font-weight: 600 !important;
  text-decoration: underline !important;
  text-underline-offset: 3px !important;
}

body.single-post a:hover,
body.single-post a:hover span,
body.single:not(.single-product) a:hover {
  color: #e60000 !important;
}

body.single-post table,
body.single:not(.single-product) table {
  background-color: #ffffff !important;
  border: 1px solid #e0e0e0 !important;
  border-collapse: collapse !important;
  margin: 24px 0 !important;
  width: 100% !important;
}

body.single-post table tr,
body.single:not(.single-product) table tr {
  background-color: #ffffff !important;
  border-bottom: 1px solid #eaeaea !important;
}

body.single-post table tr:nth-child(even),
body.single:not(.single-product) table tr:nth-child(even) {
  background-color: #f9f9f9 !important;
}

body.single-post table th,
body.single-post table td,
body.single:not(.single-product) table th,
body.single:not(.single-product) table td {
  border: 1px solid #e0e0e0 !important;
}

body.single-post table th,
body.single-post table th span,
body.single:not(.single-product) table th {
  background-color: #f0f0f0 !important;
  color: #111111 !important;
  font-family: var(--cw-font-mono, monospace) !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  padding: 12px 14px !important;
  text-transform: uppercase !important;
}

body.single-post table td,
body.single-post table td span,
body.single:not(.single-product) table td {
  color: #222222 !important;
  font-size: 14px !important;
  padding: 12px 14px !important;
}

body.single-post figure.product-image,
body.single:not(.single-product) figure.product-image {
  background-color: #fdfdfd !important;
  border: 1px solid #eaeaea !important;
  border-radius: 8px !important;
  margin: 28px 0 !important;
  padding: 16px !important;
  text-align: center !important;
}

body.single-post figure.product-image img,
body.single:not(.single-product) figure.product-image img {
  border-radius: 6px !important;
  max-width: 100% !important;
  height: auto !important;
}

/* =========================================================
   SINGLE PRODUCT — LIGHT THEME (WHITE BACKGROUND & BLACK TEXT)
   ========================================================= */

body.single-product,
body.single-product #wrapper,
body.single-product #main,
body.single-product .shop-container,
body.single-product .product-container,
body.single-product .product-main,
body.single-product .product-footer,
body.single-product .woocommerce-tabs,
body.single-product .tab-panels,
body.single-product .related-products-wrapper,
body.single-product .product-section {
  background-color: #ffffff !important;
  color: #222222 !important;
}

body.single-product .product-main {
  border-top: 1px solid #e5e5e5 !important;
}

body.single-product .woocommerce-breadcrumb,
body.single-product .breadcrumbs,
body.single-product .woocommerce-breadcrumb a {
  color: #666666 !important;
}

body.single-product .product-info h1.product-title,
body.single-product h1.product_title,
body.single-product .product_title {
  color: #111111 !important;
  font-family: var(--cw-font-display, "Anton", Impact, sans-serif) !important;
}

body.single-product .product-page-price .amount,
body.single-product .price-wrapper .amount,
body.single-product .product-info .price .woocommerce-Price-amount,
body.single-product p.price .amount,
body.single-product .price span {
  color: #e60000 !important;
  font-family: var(--cw-font-display, "Anton", Impact, sans-serif) !important;
}

body.single-product .product-short-description,
body.single-product .product-short-description p,
body.single-product .cw-benefit-lead {
  color: #333333 !important;
}

body.single-product .cw-var-label,
body.single-product .cw-var-head,
body.single-product table.variations label,
body.single-product table.variations th.label {
  color: #111111 !important;
}

body.single-product .cw-size-guide-link {
  color: #e60000 !important;
}

body.single-product .cw-size-guide-link:hover {
  color: #a90000 !important;
}

body.single-product .cw-attr-pill {
  background-color: #f4f4f4 !important;
  border: 1px solid #d0d0d0 !important;
  color: #111111 !important;
}

body.single-product .cw-attr-pill:hover {
  border-color: #e60000 !important;
  color: #e60000 !important;
}

body.single-product .cw-attr-pill.is-selected,
body.single-product .cw-attr-pill[data-selected="true"],
body.single-product .cw-attr-pill.is-active {
  background-color: #e60000 !important;
  border-color: #e60000 !important;
  color: #ffffff !important;
}

body.single-product form.cart .quantity,
body.single-product form.cart .ux-quantity {
  background-color: #f5f5f5 !important;
  border: 1px solid #cccccc !important;
}

body.single-product form.cart .quantity .ux-quantity__button,
body.single-product form.cart .quantity .minus,
body.single-product form.cart .quantity .plus,
body.single-product form.cart .quantity input.minus,
body.single-product form.cart .quantity input.plus,
body.single-product form.cart .quantity .button.minus,
body.single-product form.cart .quantity .button.plus {
  color: #111111 !important;
}

body.single-product form.cart .quantity .ux-quantity__button--minus,
body.single-product form.cart .quantity .minus {
  border-right: 1px solid #cccccc !important;
}

body.single-product form.cart .quantity .ux-quantity__button--plus,
body.single-product form.cart .quantity .plus {
  border-left: 1px solid #cccccc !important;
}

body.single-product form.cart .quantity .qty,
body.single-product form.cart .quantity input.qty,
body.single-product form.cart .quantity input[type="number"] {
  color: #111111 !important;
}

body.single-product .woocommerce-variation-add-to-cart::before {
  color: #111111 !important;
}

body.single-product .cw-pdp-secondary {
  background-color: #ffffff !important;
  border: 1px solid #cccccc !important;
  color: #222222 !important;
}

body.single-product .cw-pdp-secondary:hover {
  background-color: #f5f5f5 !important;
  border-color: #111111 !important;
  color: #111111 !important;
}

body.single-product .cw-pdp-trust {
  background-color: #f9f9f9 !important;
  border: 1px solid #e0e0e0 !important;
}

body.single-product .cw-pdp-trust__item {
  border-color: #e8e8e8 !important;
}

body.single-product .cw-pdp-trust__icon {
  color: #e60000 !important;
}

body.single-product .cw-pdp-trust__text strong {
  color: #111111 !important;
}

body.single-product .cw-pdp-trust__text em {
  color: #555555 !important;
}

body.single-product .cw-product-body,
body.single-product .cw-product-body p,
body.single-product .cw-product-body li,
body.single-product .cw-product-body span {
  color: #2c2c2c !important;
  font-size: 15px !important;
  line-height: 1.7 !important;
}

body.single-product .cw-product-body__lead {
  color: #111111 !important;
  font-size: 16px !important;
  line-height: 1.6 !important;
}

body.single-product .cw-product-body h2,
body.single-product .cw-product-body h3,
body.single-product .tocer-heading {
  color: #111111 !important;
  font-family: var(--cw-font-display, "Anton", Impact, sans-serif) !important;
  margin-top: 24px !important;
  margin-bottom: 10px !important;
}

body.single-product .cw-product-body h2 {
  font-size: 24px !important;
  border-bottom: 1px solid #e5e5e5 !important;
  padding-bottom: 6px !important;
}

body.single-product .cw-product-body h3 {
  font-size: 19px !important;
}

body.single-product .cw-product-body strong {
  color: #111111 !important;
}

body.single-product .product-tabs,
body.single-product .woocommerce-tabs .nav-tabs {
  border-bottom: 2px solid #e5e5e5 !important;
}

body.single-product .woocommerce-tabs .nav-tabs > li > a {
  color: #666666 !important;
  font-weight: 700 !important;
}

body.single-product .woocommerce-tabs .nav-tabs > li.active > a,
body.single-product .woocommerce-tabs .nav-tabs > li > a:hover {
  color: #e60000 !important;
  border-bottom: 2px solid #e60000 !important;
}

body.single-product .tab-panels,
body.single-product .panel.entry-content,
body.single-product .woocommerce-Tabs-panel {
  background-color: #ffffff !important;
  color: #222222 !important;
}

body.single-product table.shop_attributes,
body.single-product table.shop_attributes tr,
body.single-product table.shop_attributes th,
body.single-product table.shop_attributes td {
  background-color: #ffffff !important;
  border-color: #eaeaea !important;
}

body.single-product table.shop_attributes th {
  color: #111111 !important;
  background-color: #f9f9f9 !important;
}

body.single-product table.shop_attributes td,
body.single-product table.shop_attributes td p {
  color: #222222 !important;
}

body.single-product .related-products-wrapper h3,
body.single-product .related.products h2,
body.single-product .product-section-title {
  color: #111111 !important;
  border-bottom: 2px solid #e5e5e5 !important;
  padding-bottom: 8px !important;
  margin-bottom: 20px !important;
}

body.single-product .related .product-small .box,
body.single-product .related .product-small .box-text {
  background-color: #ffffff !important;
  border: 1px solid #e0e0e0 !important;
}

body.single-product .related .product-small .box-text .product-title,
body.single-product .related .product-small .box-text .product-title a {
  color: #111111 !important;
}

body.single-product .related .product-small .price,
body.single-product .related .product-small .amount {
  color: #e60000 !important;
}

/* =========================================================
   SYSTEM FONTS, CLEAN TYPOGRAPHY & NO TEXT-SHADOW
   ========================================================= */

:root {
  --cw-font-display: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
  --cw-font-body: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
  --cw-font-mono: ui-monospace, "Cascadia Mono", "Segoe UI Mono", Consolas, monospace !important;
}

h1, h2, h3, h4, h5, h6,
.entry-title,
.product_title,
.product-title,
.section-title,
.cw-card h3,
.cw-gateway h3 {
  font-family: var(--cw-font-display) !important;
  text-shadow: none !important;
  filter: none !important;
  box-shadow: none !important;
}

/* Single Post Title (H1) — Clean, balanced size, normal text casing, no text-shadow */
body.single-post h1.entry-title,
body.single:not(.single-product) h1.entry-title,
body.single-post .entry-title {
  font-family: var(--cw-font-display) !important;
  font-size: clamp(24px, 3vw, 34px) !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  letter-spacing: -0.01em !important;
  text-transform: none !important;
  text-shadow: none !important;
  color: #111111 !important;
  margin-top: 10px !important;
  margin-bottom: 20px !important;
  padding-bottom: 14px !important;
  border-bottom: 1px solid #e5e5e5 !important;
}

/* Single Product Title (H1) — Clean, balanced size, no text-shadow */
body.single-product .product-info h1.product-title,
body.single-product h1.product_title,
body.single-product .product_title {
  font-family: var(--cw-font-display) !important;
  font-size: clamp(24px, 2.5vw, 32px) !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  letter-spacing: -0.01em !important;
  text-transform: uppercase !important;
  text-shadow: none !important;
  color: #111111 !important;
  margin: 0 0 10px !important;
}

/* Headings H2 & H3 — Clean sizes, no text-shadow */
body.single-post h2,
body.single:not(.single-product) h2,
body.single-product .cw-product-body h2,
body.single-product .tocer-heading {
  font-family: var(--cw-font-display) !important;
  font-size: clamp(20px, 2.2vw, 26px) !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  text-shadow: none !important;
  color: #111111 !important;
  margin-top: 32px !important;
  margin-bottom: 14px !important;
  padding-bottom: 6px !important;
  border-bottom: 1px solid #e5e5e5 !important;
}

body.single-post h3,
body.single:not(.single-product) h3,
body.single-product .cw-product-body h3 {
  font-family: var(--cw-font-display) !important;
  font-size: clamp(16px, 1.8vw, 22px) !important;
  font-weight: 600 !important;
  line-height: 1.35 !important;
  text-shadow: none !important;
  color: #111111 !important;
  margin-top: 24px !important;
  margin-bottom: 10px !important;
}


/* =========================================================
   CUSTOM BLOG SIDEBAR — GUARANTEE & PROMO WIDGETS
   ========================================================= */

#sidebar-main,
.blog-sidebar,
.widget-area {
  background-color: #ffffff !important;
  color: #222222 !important;
}

.cw-sidebar-guarantee-box,
.cw-sidebar-promo-box {
  background-color: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 8px !important;
  padding: 24px !important;
  margin-bottom: 28px !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03) !important;
}

.cw-guarantee-badge,
.cw-promo-badge {
  display: inline-block !important;
  background-color: #ffebee !important;
  color: #d32f2f !important;
  font-family: var(--cw-font-mono, monospace) !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  padding: 4px 10px !important;
  border-radius: 4px !important;
  margin-bottom: 12px !important;
}

.cw-sidebar-guarantee-box .cw-widget-title,
.cw-sidebar-promo-box .cw-widget-title {
  color: #111111 !important;
  font-family: var(--cw-font-display, sans-serif) !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  margin-top: 0 !important;
  margin-bottom: 16px !important;
  padding-bottom: 10px !important;
  border-bottom: 2px solid #e60000 !important;
  text-shadow: none !important;
}

.cw-guarantee-list {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.cw-guarantee-list li {
  display: flex !important;
  align-items: flex-start !important;
  gap: 12px !important;
  margin-bottom: 16px !important;
  padding-bottom: 14px !important;
  border-bottom: 1px dashed #edf2f7 !important;
}

.cw-guarantee-list li:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  border-bottom: 0 !important;
}

.cw-guarantee-list .cw-icon {
  font-size: 20px !important;
  line-height: 1 !important;
  flex-shrink: 0 !important;
  margin-top: 2px !important;
}

.cw-guarantee-list strong {
  display: block !important;
  color: #111111 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  margin-bottom: 2px !important;
}

.cw-guarantee-list p {
  color: #555555 !important;
  font-size: 13px !important;
  line-height: 1.4 !important;
  margin: 0 !important;
}

.cw-sidebar-promo-box p {
  color: #4a5568 !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
  margin-bottom: 16px !important;
}

.cw-promo-tags {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 6px !important;
  margin-bottom: 20px !important;
}

.cw-promo-tags a {
  background-color: #f7fafc !important;
  border: 1px solid #cbd5e0 !important;
  color: #2d3748 !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  padding: 6px 12px !important;
  border-radius: 4px !important;
  text-decoration: none !important;
  transition: all 0.2s ease !important;
}

.cw-promo-tags a:hover {
  background-color: #e60000 !important;
  border-color: #e60000 !important;
  color: #ffffff !important;
}

.cw-sidebar-btn {
  display: block !important;
  width: 100% !important;
  background-color: #e60000 !important;
  color: #ffffff !important;
  font-family: var(--cw-font-mono, monospace) !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: 0.05em !important;
  text-transform: uppercase !important;
  text-align: center !important;
  padding: 14px !important;
  border-radius: 4px !important;
  text-decoration: none !important;
  box-shadow: 0 4px 10px rgba(230, 0, 0, 0.25) !important;
  transition: background-color 0.2s ease, transform 0.2s ease !important;
}

.cw-sidebar-btn:hover {
  background-color: #c60000 !important;
  color: #ffffff !important;
  transform: translateY(-2px) !important;
}


/* Sidebar Search Box */
.cw-sidebar-search-box {
  background-color: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 8px !important;
  padding: 20px !important;
  margin-bottom: 24px !important;
}

.cw-sidebar-search-box .cw-widget-title {
  color: #111111 !important;
  font-family: var(--cw-font-display, sans-serif) !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  margin-top: 0 !important;
  margin-bottom: 12px !important;
}

.cw-search-form {
  display: flex !important;
  gap: 8px !important;
}

.cw-search-input {
  flex: 1 1 auto !important;
  background-color: #f8fafc !important;
  border: 1px solid #cbd5e0 !important;
  border-radius: 4px !important;
  color: #1a202c !important;
  font-size: 14px !important;
  padding: 10px 12px !important;
}

.cw-search-btn {
  flex: 0 0 auto !important;
  background-color: #e60000 !important;
  border: 0 !important;
  border-radius: 4px !important;
  color: #ffffff !important;
  font-family: var(--cw-font-mono, monospace) !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: 0.05em !important;
  text-transform: uppercase !important;
  padding: 0 16px !important;
  cursor: pointer !important;
}

.cw-search-btn:hover {
  background-color: #c60000 !important;
}

/* Sidebar Guides Box */
.cw-sidebar-guides-box {
  background-color: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 8px !important;
  padding: 24px !important;
  margin-bottom: 28px !important;
}

.cw-guides-badge {
  display: inline-block !important;
  background-color: #edf2f7 !important;
  color: #2d3748 !important;
  font-family: var(--cw-font-mono, monospace) !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  padding: 4px 10px !important;
  border-radius: 4px !important;
  margin-bottom: 12px !important;
}

.cw-sidebar-guides-box .cw-widget-title {
  color: #111111 !important;
  font-family: var(--cw-font-display, sans-serif) !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  margin-top: 0 !important;
  margin-bottom: 16px !important;
  padding-bottom: 10px !important;
  border-bottom: 2px solid #e60000 !important;
}

.cw-guides-list {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.cw-guides-list li {
  margin-bottom: 12px !important;
  padding-bottom: 12px !important;
  border-bottom: 1px solid #f1f5f9 !important;
}

.cw-guides-list li:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  border-bottom: 0 !important;
}

.cw-guides-list a {
  color: #2b6cb0 !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
  text-decoration: none !important;
  transition: color 0.2s ease !important;
}

.cw-guides-list a:hover {
  color: #e60000 !important;
  text-decoration: underline !important;
}


/* =========================================================
   COMBAT SPORTS TACTICAL BRANDING SIDEBAR WIDGETS
   ========================================================= */

#sidebar-main,
.blog-sidebar,
.widget-area {
  background-color: #ffffff !important;
  color: #222222 !important;
}

.cw-sidebar-guarantee-box,
.cw-sidebar-promo-box,
.cw-sidebar-guides-box,
.cw-sidebar-search-box {
  background-color: #ffffff !important;
  border: 1px solid #111111 !important;
  border-left: 4px solid #e60000 !important;
  border-radius: 0 !important;
  padding: 24px !important;
  margin-bottom: 28px !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05) !important;
}

.cw-tactical-header {
  margin-bottom: 16px !important;
}

.cw-tactical-tag {
  display: inline-block !important;
  background-color: #111111 !important;
  color: #ffffff !important;
  font-family: var(--cw-font-mono, monospace) !important;
  font-size: 10px !important;
  font-weight: 800 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  padding: 4px 8px !important;
  border-radius: 0 !important;
  margin-bottom: 8px !important;
}

.cw-sidebar-guarantee-box .cw-widget-title,
.cw-sidebar-promo-box .cw-widget-title,
.cw-sidebar-guides-box .cw-widget-title,
.cw-sidebar-search-box .cw-widget-title {
  color: #111111 !important;
  font-family: var(--cw-font-display, sans-serif) !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  margin-top: 4px !important;
  margin-bottom: 0 !important;
  padding-bottom: 8px !important;
  border-bottom: 1px solid #e5e5e5 !important;
  text-shadow: none !important;
  text-transform: uppercase !important;
  letter-spacing: 0.02em !important;
}

/* Tactical Number Badges (Replaces generic AI emojis) */
.cw-guarantee-list {
  list-style: none !important;
  padding: 0 !important;
  margin: 16px 0 0 0 !important;
}

.cw-guarantee-list li {
  display: flex !important;
  align-items: flex-start !important;
  gap: 14px !important;
  margin-bottom: 16px !important;
  padding-bottom: 14px !important;
  border-bottom: 1px solid #f0f0f0 !important;
}

.cw-guarantee-list li:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  border-bottom: 0 !important;
}

.cw-tactical-num {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background-color: #111111 !important;
  color: #ffffff !important;
  border-left: 3px solid #e60000 !important;
  font-family: var(--cw-font-mono, monospace) !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: 0.05em !important;
  width: 32px !important;
  height: 32px !important;
  flex-shrink: 0 !important;
  margin-top: 2px !important;
}

.cw-guarantee-details strong {
  display: block !important;
  color: #111111 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  margin-bottom: 3px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.01em !important;
}

.cw-guarantee-details p {
  color: #444444 !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
  margin: 0 !important;
}

/* Combat Category Pills & Promo */
.cw-sidebar-promo-box p {
  color: #333333 !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
  margin-top: 14px !important;
  margin-bottom: 18px !important;
}

.cw-promo-tags {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  margin-bottom: 20px !important;
}

.cw-combat-pill {
  background-color: #f4f4f4 !important;
  border: 1px solid #111111 !important;
  color: #111111 !important;
  font-family: var(--cw-font-mono, monospace) !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  padding: 6px 12px !important;
  border-radius: 0 !important;
  text-decoration: none !important;
  transition: all 0.15s ease !important;
}

.cw-combat-pill:hover {
  background-color: #e60000 !important;
  border-color: #e60000 !important;
  color: #ffffff !important;
}

.cw-sidebar-btn {
  display: block !important;
  width: 100% !important;
  background-color: #e60000 !important;
  color: #ffffff !important;
  font-family: var(--cw-font-mono, monospace) !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  text-align: center !important;
  padding: 14px !important;
  border: 0 !important;
  border-radius: 0 !important;
  text-decoration: none !important;
  box-shadow: 3px 3px 0 #111111 !important;
  transition: all 0.15s ease !important;
}

.cw-sidebar-btn:hover {
  background-color: #111111 !important;
  color: #ffffff !important;
  box-shadow: 3px 3px 0 #e60000 !important;
  transform: translate(-1px, -1px) !important;
}

/* Combat Fight Guides */
.cw-guides-list {
  list-style: none !important;
  padding: 0 !important;
  margin: 14px 0 0 0 !important;
}

.cw-guides-list li {
  margin-bottom: 12px !important;
  padding-bottom: 12px !important;
  border-bottom: 1px solid #f0f0f0 !important;
}

.cw-guides-list li:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  border-bottom: 0 !important;
}

.cw-guides-list a {
  color: #111111 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
  text-decoration: none !important;
  transition: color 0.15s ease !important;
}

.cw-guides-list a:hover {
  color: #e60000 !important;
}

/* Tactical Search Form */
.cw-search-form {
  display: flex !important;
  gap: 0 !important;
  margin-top: 14px !important;
}

.cw-search-input {
  flex: 1 1 auto !important;
  background-color: #f9f9f9 !important;
  border: 1px solid #111111 !important;
  border-right: 0 !important;
  border-radius: 0 !important;
  color: #111111 !important;
  font-size: 14px !important;
  padding: 10px 14px !important;
}

.cw-search-btn {
  flex: 0 0 auto !important;
  background-color: #e60000 !important;
  border: 1px solid #111111 !important;
  border-radius: 0 !important;
  color: #ffffff !important;
  font-family: var(--cw-font-mono, monospace) !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  padding: 0 18px !important;
  cursor: pointer !important;
}

.cw-search-btn:hover {
  background-color: #111111 !important;
  color: #ffffff !important;
}


/* =========================================================
   UI BUG FIX: HIGH CONTRAST TACTICAL SIDEBAR BADGES & SEARCH
   ========================================================= */

#sidebar-main,
.blog-sidebar,
.widget-area {
  background-color: #ffffff !important;
  color: #222222 !important;
}

.cw-sidebar-guarantee-box,
.cw-sidebar-promo-box,
.cw-sidebar-guides-box,
.cw-sidebar-search-box {
  background-color: #ffffff !important;
  border: 1px solid #111111 !important;
  border-left: 4px solid #e60000 !important;
  border-radius: 0 !important;
  padding: 20px !important;
  margin-bottom: 24px !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04) !important;
  box-sizing: border-box !important;
}

/* Force White Text on Black Badges */
.cw-tactical-tag,
span.cw-tactical-tag,
body.single-post .cw-tactical-tag,
body.single-post span.cw-tactical-tag,
body.single .cw-tactical-tag,
body.single span.cw-tactical-tag {
  background-color: #111111 !important;
  color: #ffffff !important;
  display: inline-block !important;
  font-family: var(--cw-font-mono, monospace) !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  padding: 5px 10px !important;
  margin-bottom: 10px !important;
  border: 0 !important;
}

.cw-tactical-num,
span.cw-tactical-num,
body.single-post .cw-tactical-num,
body.single-post span.cw-tactical-num,
body.single .cw-tactical-num,
body.single span.cw-tactical-num {
  background-color: #111111 !important;
  color: #ffffff !important;
  border-left: 3px solid #e60000 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-family: var(--cw-font-mono, monospace) !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  width: 34px !important;
  height: 34px !important;
  flex-shrink: 0 !important;
  margin-top: 2px !important;
}

.cw-sidebar-guarantee-box .cw-widget-title,
.cw-sidebar-promo-box .cw-widget-title,
.cw-sidebar-guides-box .cw-widget-title,
.cw-sidebar-search-box .cw-widget-title {
  color: #111111 !important;
  font-family: var(--cw-font-display, sans-serif) !important;
  font-size: 19px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  margin-top: 0 !important;
  margin-bottom: 12px !important;
  padding-bottom: 8px !important;
  border-bottom: 1px solid #e5e5e5 !important;
  text-shadow: none !important;
  text-transform: uppercase !important;
  letter-spacing: 0.01em !important;
}

/* Fix Search Form layout & widths */
.cw-sidebar-search-box .cw-search-form {
  display: flex !important;
  width: 100% !important;
  box-sizing: border-box !important;
  margin-top: 12px !important;
}

.cw-sidebar-search-box .cw-search-input {
  flex: 1 1 60% !important;
  width: 60% !important;
  min-width: 0 !important;
  background-color: #ffffff !important;
  border: 1px solid #111111 !important;
  border-right: 0 !important;
  border-radius: 0 !important;
  color: #111111 !important;
  font-size: 13px !important;
  padding: 10px 12px !important;
  box-sizing: border-box !important;
  height: 42px !important;
}

.cw-sidebar-search-box .cw-search-btn {
  flex: 0 0 40% !important;
  width: 40% !important;
  background-color: #e60000 !important;
  border: 1px solid #111111 !important;
  border-radius: 0 !important;
  color: #ffffff !important;
  font-family: var(--cw-font-mono, monospace) !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: 0.05em !important;
  text-transform: uppercase !important;
  padding: 0 !important;
  line-height: 40px !important;
  height: 42px !important;
  cursor: pointer !important;
  box-sizing: border-box !important;
  text-align: center !important;
}

.cw-sidebar-search-box .cw-search-btn:hover {
  background-color: #111111 !important;
  color: #ffffff !important;
}

/* List Item spacing */
.cw-guarantee-list {
  list-style: none !important;
  padding: 0 !important;
  margin: 12px 0 0 0 !important;
}

.cw-guarantee-list li {
  display: flex !important;
  align-items: flex-start !important;
  gap: 12px !important;
  margin-bottom: 14px !important;
  padding-bottom: 12px !important;
  border-bottom: 1px solid #f0f0f0 !important;
}

.cw-guarantee-list li:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  border-bottom: 0 !important;
}

.cw-guarantee-details strong {
  display: block !important;
  color: #111111 !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  margin-bottom: 2px !important;
  text-transform: uppercase !important;
}

.cw-guarantee-details p {
  color: #444444 !important;
  font-size: 13px !important;
  line-height: 1.4 !important;
  margin: 0 !important;
}


/* ===========

/* ===========

/* ===========

/* ===========

/* ===========

/* ===========

/* ===========

/* ===========

/* ===========

/* ===========

/* ===========

/* ===========

/* ===========

/* ===========

/* ===========

/* =========================================================
   PIXEL-PERFECT ALIGNMENT FOR SEARCH INPUT & BUTTON
   ========================================================= */

body.single-post .post-page-wrapper,
body.single-post #main .container,
body.single:not(.single-product) .post-page-wrapper {
  max-width: 1040px !important;
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 16px !important;
  padding-right: 16px !important;
  box-sizing: border-box !important;
}

body.single-post .post-page-wrapper > .row,
body.single-post #main .row {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 0 !important;
  justify-content: space-between !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
}

/* 1. H1 Title Left Aligned */
body.single-post .entry-header,
body.single-post h1.entry-title,
body.single-post .entry-title,
body.single-post .entry-meta,
body.single:not(.single-product) .entry-header,
body.single:not(.single-product) h1.entry-title {
  text-align: left !important;
  margin-left: 0 !important;
}

/* 2. Article Body Content Fills 100% Width of Column */
body.single-post .post-content,
body.single-post .entry-content,
body.single-post article {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

body.single-post .entry-content > *,
body.single-post .entry-content p,
body.single-post .entry-content h2,
body.single-post .entry-content h3,
body.single-post .entry-content ul,
body.single-post .entry-content figure {
  max-width: 100% !important;
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  box-sizing: border-box !important;
}

/* 3. Article Column (56% width, vertical line position intact) */
body.single-post .post-content,
body.single-post .large-9.col,
body.single-post .large-8.col {
  flex: 0 0 56% !important;
  max-width: 56% !important;
  width: 56% !important;
  box-sizing: border-box !important;
  padding-left: 0 !important;
  padding-right: 12px !important;
  border-right: 1px solid #e5e5e5 !important;
}

/* 4. Right Sidebar Column (26% width ~265px) */
body.single-post .post-sidebar,
body.single-post #sidebar-main,
body.single-post .large-3.col,
body.single-post .large-4.col {
  flex: 0 0 26% !important;
  max-width: 26% !important;
  width: 26% !important;
  box-sizing: border-box !important;
  padding-left: 14px !important;
  padding-right: 0 !important;
  margin-right: 0 !important;
}

/* Compact Widget Boxes inside 26% Sidebar */
.cw-sidebar-guarantee-box,
.cw-sidebar-promo-box,
.cw-sidebar-guides-box,
.cw-sidebar-search-box {
  padding: 16px 14px !important;
  margin-bottom: 20px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

.cw-sidebar-guarantee-box .cw-widget-title,
.cw-sidebar-promo-box .cw-widget-title,
.cw-sidebar-guides-box .cw-widget-title,
.cw-sidebar-search-box .cw-widget-title {
  font-size: 17px !important;
}

.cw-guarantee-details strong {
  font-size: 12px !important;
}

.cw-guarantee-details p {
  font-size: 12px !important;
}

/* CTA Button */
.cw-sidebar-btn,
a.cw-sidebar-btn,
body.single-post .cw-sidebar-btn,
body.single-post a.cw-sidebar-btn,
body.single .cw-sidebar-btn,
body.single a.cw-sidebar-btn {
  display: block !important;
  width: 100% !important;
  background-color: #e60000 !important;
  color: #ffffff !important;
  font-family: var(--cw-font-mono, monospace) !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: 0.05em !important;
  text-transform: uppercase !important;
  text-align: center !important;
  padding: 10px 8px !important;
  border: 1px solid #111111 !important;
  border-radius: 0 !important;
  text-decoration: none !important;
  box-shadow: 2px 2px 0 #111111 !important;
  box-sizing: border-box !important;
  line-height: 1.3 !important;
  transition: all 0.15s ease !important;
  text-shadow: none !important;
}

.cw-sidebar-btn:hover,
a.cw-sidebar-btn:hover,
body.single-post .cw-sidebar-btn:hover,
body.single-post a.cw-sidebar-btn:hover {
  background-color: #111111 !important;
  color: #ffffff !important;
  border-color: #111111 !important;
  box-shadow: 2px 2px 0 #e60000 !important;
  transform: translate(-1px, -1px) !important;
}

/* Pixel-Perfect Alignment for Search Input & Search Button */
.cw-sidebar-search-box .cw-search-form {
  display: flex !important;
  flex-direction: row !important;
  align-items: stretch !important;
  width: 100% !important;
  box-sizing: border-box !important;
  margin-top: 10px !important;
  padding: 0 !important;
}

.cw-sidebar-search-box .cw-search-input {
  flex: 1 1 55% !important;
  width: 55% !important;
  min-width: 0 !important;
  height: 38px !important;
  min-height: 38px !important;
  max-height: 38px !important;
  background-color: #ffffff !important;
  border: 1px solid #111111 !important;
  border-right: 0 !important;
  border-radius: 0 !important;
  color: #111111 !important;
  font-size: 12px !important;
  padding: 0 8px !important;
  box-sizing: border-box !important;
  margin: 0 !important;
  vertical-align: top !important;
  outline: none !important;
  box-shadow: none !important;
}

.cw-sidebar-search-box .cw-search-btn {
  flex: 0 0 45% !important;
  width: 45% !important;
  height: 38px !important;
  min-height: 38px !important;
  max-height: 38px !important;
  background-color: #e60000 !important;
  border: 1px solid #111111 !important;
  border-radius: 0 !important;
  color: #ffffff !important;
  font-family: var(--cw-font-mono, monospace) !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
  padding: 0 !important;
  line-height: 36px !important;
  cursor: pointer !important;
  box-sizing: border-box !important;
  text-align: center !important;
  margin: 0 !important;
  vertical-align: top !important;
  box-shadow: none !important;
}

.cw-sidebar-search-box .cw-search-btn:hover {
  background-color: #111111 !important;
  color: #ffffff !important;
}

@media (max-width: 850px) {
  body.single-post .post-content,
  body.single-post .large-9.col,
  body.single-post .large-8.col {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
    border-right: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 24px !important;
  }

  body.single-post .post-sidebar,
  body.single-post #sidebar-main,
  body.single-post .large-3.col,
  body.single-post .large-4.col {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 0 !important;
  }
}


/* ===========

/* =========================================================
   100% UNIFORM HIGH-END HEADER NAVIGATION MENU BAR
   ========================================================= */

.header-nav,
.header-nav > li,
.header-nav > li > a,
.nav > li > a {
  display: flex !important;
  align-items: center !important;
  height: 100% !important;
  box-sizing: border-box !important;
}

/* Force ALL Top-Level Menu Items to Have 100% Identical Typography & Styling */
.header-nav > li > a,
.nav > li > a,
.header-main .nav > li > a,
#header .nav > li > a {
  color: #ffffff !important;
  font-family: var(--cw-font-mono, ui-monospace, monospace) !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  line-height: 1 !important;
  padding: 12px 14px !important;
  margin: 0 !important;
  text-shadow: none !important;
  transition: color 0.15s ease !important;
}

.header-nav > li > a:hover,
.nav > li > a:hover,
.header-main .nav > li > a:hover {
  color: #e60000 !important;
}

/* Caret / Arrow Icons Uniform Formatting */
.header-nav > li > a i,
.header-nav > li > a .icon-angle-down,
.header-nav > li > a .toggle-icon,
.nav > li > a i {
  color: #ffffff !important;
  font-size: 10px !important;
  margin-left: 6px !important;
  vertical-align: middle !important;
  opacity: 0.85 !important;
  transition: color 0.15s ease !important;
}

.header-nav > li > a:hover i,
.nav > li > a:hover i {
  color: #e60000 !important;
}

/* Floating Dropdown Menu Zero CLS & Clean Styling */
.nav-dropdown,
.header-nav .nav-dropdown {
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  z-index: 99999 !important;
  background-color: #ffffff !important;
  border: 1px solid #111111 !important;
  border-top: 3px solid #e60000 !important;
  border-radius: 0 !important;
  padding: 10px 0 !important;
  min-width: 220px !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15) !important;
  box-sizing: border-box !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transform: translateY(4px) !important;
  transition: opacity 0.15s ease, transform 0.15s ease, visibility 0.15s ease !important;
}

.header-nav li:hover > .nav-dropdown,
.header-nav li:focus-within > .nav-dropdown {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: translateY(0) !important;
}

.nav-dropdown li a,
.header-nav .nav-dropdown li a {
  color: #111111 !important;
  font-family: var(--cw-font-body, sans-serif) !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
  padding: 8px 18px !important;
  display: block !important;
  text-decoration: none !important;
  transition: background-color 0.1s ease, color 0.1s ease !important;
}

.nav-dropdown li a:hover,
.header-nav .nav-dropdown li a:hover {
  background-color: #f5f5f5 !important;
  color: #e60000 !important;
}


/* =========================================================
   PRODUCT PREVIEW IMAGE DIRECT LINK TO PRODUCT DETAIL PAGE
   ========================================================= */

.product-small .box-image,
.box-image {
  cursor: pointer !important;
  position: relative !important;
}

.product-small .box-image a,
.box-image a {
  display: block !important;
  position: relative !important;
  z-index: 15 !important;
  width: 100% !important;
  height: 100% !important;
  cursor: pointer !important;
  pointer-events: auto !important;
}

.product-small .box-image img,
.box-image img,
.product-small .box-image .image-fade_in_back,
.box-image .image-fade_in_back {
  pointer-events: none !important; /* Pass all clicks directly to <a> tag! */
}

.product-small .image-tools,
.product-small .quick-view,
.product-small .overlay {
  display: none !important;
  pointer-events: none !important;
}
