:root {
  --bjs-ink: #080a0d;
  --bjs-panel: #10141a;
  --bjs-panel-soft: #151b22;
  --bjs-line: #2b333e;
  --bjs-copy: #f3f6f8;
  --bjs-muted: #a5afb9;
  --bjs-cyan: #36c9e8;
  --bjs-red: #dd3139;
  --bjs-amber: #f1a44c;
}

.lsc-commerce-v2 {
  background: var(--bjs-ink);
  color: var(--bjs-copy);
}

.lsc-commerce-v2 #wrapper,
.lsc-commerce-v2 .site,
.lsc-commerce-v2 .site-content,
.lsc-commerce-v2 .content-wrap,
.lsc-commerce-v2 .content-container,
.lsc-commerce-v2 .entry.content-bg {
  background: var(--bjs-ink) !important;
}

.lsc-commerce-v2 .site-header,
.lsc-commerce-v2 .site-header-wrap,
.lsc-commerce-v2 .site-header-row-container-inner,
.lsc-commerce-v2 .site-header-upper-inner-wrap,
.lsc-commerce-v2 .site-header-main-section-left,
.lsc-commerce-v2 .site-header-main-section-right {
  background: #080a0d !important;
}

.lsc-commerce-v2 .content-bg,
.lsc-commerce-v2 .site-container,
.lsc-commerce-v2 .content-area,
.lsc-commerce-v2 .site-main {
  background: transparent;
}

.lsc-commerce-v2 .entry-hero,
.lsc-commerce-v2 .woocommerce-breadcrumb,
.lsc-commerce-v2 .kadence-breadcrumbs,
.lsc-commerce-v2 .product_meta,
.lsc-commerce-v2 .woocommerce-tabs > ul.tabs {
  display: none;
}

.lsc-commerce-v2 .content-area {
  margin: 0;
}

.lsc-commerce-v2 .site-main > .product {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(390px, 0.88fr);
  column-gap: clamp(44px, 6vw, 104px);
  row-gap: 76px;
  max-width: 1440px;
  margin: 0 auto;
  padding: clamp(34px, 5vw, 72px) clamp(24px, 5vw, 72px) 0;
}

body.lsc-commerce-v2.woocommerce div.product div.images,
body.lsc-commerce-v2.woocommerce div.product div.summary,
.lsc-commerce-v2 .woocommerce-product-gallery,
.lsc-commerce-v2 div.product div.summary {
  width: 100% !important;
  float: none !important;
  margin: 0;
}

.lsc-commerce-v2 .woocommerce-product-gallery {
  position: relative;
  padding-top: 34px;
}

.lsc-commerce-v2 .woocommerce-product-gallery::before {
  content: "01  REAL PRODUCT PHOTOGRAPHY";
  position: absolute;
  top: 4px;
  left: 0;
  color: var(--bjs-muted);
  font: 600 12px/1 Inter, sans-serif;
}

.lsc-commerce-v2 .woocommerce-product-gallery__wrapper {
  background: #11151a;
  border: 1px solid var(--bjs-line);
}

.lsc-commerce-v2 .woocommerce-product-gallery__image img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.lsc-commerce-v2 .flex-control-thumbs {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  flex-direction: unset !important;
  gap: 8px;
  margin-top: 10px !important;
}

.lsc-commerce-v2 .flex-control-thumbs li {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
}

.lsc-commerce-v2 .flex-control-thumbs img {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 1;
  object-fit: cover;
  border: 1px solid transparent;
  opacity: .55;
  transition: opacity .2s ease, border-color .2s ease;
}

.lsc-commerce-v2 .flex-control-thumbs img.flex-active,
.lsc-commerce-v2 .flex-control-thumbs img:hover {
  border-color: var(--bjs-red);
  opacity: 1;
}

.lsc-commerce-v2 div.product div.summary {
  position: static;
  align-self: start;
  padding-top: 26px;
}

.lsc-product-kicker {
  margin-bottom: 14px;
  color: var(--bjs-red);
  font: 700 13px/1 Inter, sans-serif;
}

.lsc-commerce-v2 .product_title {
  max-width: 680px;
  margin: 0 0 16px;
  color: var(--bjs-copy);
  font: 600 clamp(46px, 5vw, 76px)/.92 'Barlow Condensed', sans-serif;
  text-transform: uppercase;
}

.lsc-commerce-v2 div.product p.price,
.lsc-commerce-v2 div.product span.price {
  margin: 20px 0 22px;
  color: var(--bjs-copy);
  font: 600 30px/1 Inter, sans-serif;
}

.lsc-commerce-v2 .woocommerce-product-details__short-description {
  max-width: 600px;
  margin: 0 0 26px;
  color: var(--bjs-muted);
  font: 400 17px/1.65 Inter, sans-serif;
}

.lsc-fulfillment-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 24px;
}

.lsc-fulfillment-badge {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  padding: 0 12px;
  border: 1px solid currentColor;
  font: 700 11px/1 Inter, sans-serif;
}

.lsc-fulfillment-badge--us { color: var(--bjs-red); }
.lsc-fulfillment-badge--world { color: var(--bjs-amber); }

.lsc-commerce-v2 table.variations,
.lsc-commerce-v2 table.variations tbody,
.lsc-commerce-v2 table.variations tr,
.lsc-commerce-v2 table.variations th,
.lsc-commerce-v2 table.variations td {
  display: block;
  width: 100%;
}

.lsc-commerce-v2 table.variations {
  margin: 0 0 22px;
}

.lsc-commerce-v2 table.variations th.label {
  padding: 0 0 10px;
  color: var(--bjs-copy);
  font: 700 12px/1 Inter, sans-serif;
  text-transform: uppercase;
}

.lsc-commerce-v2 table.variations select {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
}

.lsc-core-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.lsc-core-option {
  min-height: 76px;
  padding: 14px 16px;
  border: 1px solid var(--bjs-line);
  border-radius: 4px;
  background: var(--bjs-panel);
  color: var(--bjs-copy);
  text-align: left;
  cursor: pointer;
  transition: border-color .2s ease, background .2s ease;
}

.lsc-core-option strong,
.lsc-core-option span {
  display: block;
}

.lsc-core-option strong {
  font: 700 17px/1 Inter, sans-serif;
}

.lsc-core-option span {
  margin-top: 7px;
  color: var(--bjs-muted);
  font: 500 11px/1 Inter, sans-serif;
}

.lsc-core-option:hover,
.lsc-core-option.is-selected {
  border-color: var(--bjs-red);
  background: #1c1317;
}

.lsc-commerce-v2 .reset_variations {
  display: none !important;
}

.lsc-commerce-v2 .woocommerce-variation-add-to-cart {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 10px;
}

.lsc-commerce-v2 .quantity .qty {
  width: 100%;
  min-height: 56px;
  border: 1px solid var(--bjs-line);
  border-radius: 4px;
  background: var(--bjs-panel);
  color: var(--bjs-copy);
}

.lsc-commerce-v2 .single_add_to_cart_button {
  min-height: 56px;
  border-radius: 4px;
  background: var(--bjs-red) !important;
  color: #fff !important;
  font: 700 14px/1 Inter, sans-serif;
  text-transform: uppercase;
}

.lsc-commerce-v2 .single_add_to_cart_button:hover {
  background: #f0484f !important;
}

.lsc-purchase-assurance {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 24px;
  border: 1px solid var(--bjs-line);
  background: var(--bjs-line);
}

.lsc-purchase-assurance > div {
  padding: 16px 14px;
  background: var(--bjs-panel);
}

.lsc-purchase-assurance strong,
.lsc-purchase-assurance span {
  display: block;
}

.lsc-purchase-assurance strong {
  color: var(--bjs-copy);
  font: 600 12px/1.35 Inter, sans-serif;
}

.lsc-purchase-assurance span {
  margin-top: 5px;
  color: var(--bjs-muted);
  font: 400 10px/1.35 Inter, sans-serif;
}

.lsc-commerce-v2 .woocommerce-tabs {
  grid-column: 1 / -1;
  width: calc(100% + 2 * clamp(24px, 5vw, 72px));
  margin-left: calc(-1 * clamp(24px, 5vw, 72px));
  padding: 0;
}

.lsc-commerce-v2 .woocommerce-Tabs-panel {
  display: block !important;
  margin: 0;
  padding: 0 !important;
}

.lsc-commerce-v2 .woocommerce-Tabs-panel > h2 {
  display: none;
}

.bjs-story-band {
  padding: clamp(64px, 8vw, 120px) clamp(24px, 7vw, 112px);
  border-top: 1px solid var(--bjs-line);
}

.bjs-story-band--intro {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  gap: clamp(40px, 8vw, 140px);
  background: #0c0f13;
}

.bjs-story-index {
  color: var(--bjs-red);
  font: 700 13px/1 Inter, sans-serif;
}

.bjs-story-band h2,
.bjs-story-band h3 {
  margin: 0;
  color: var(--bjs-copy);
  font-family: 'Barlow Condensed', sans-serif;
  text-transform: uppercase;
}

.bjs-story-band h2 {
  max-width: 720px;
  font-size: clamp(48px, 7vw, 96px);
  line-height: .94;
}

.bjs-story-band h3 {
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1;
}

.bjs-story-lead {
  margin: 0 0 28px;
  color: var(--bjs-copy);
  font: 500 clamp(22px, 2.2vw, 34px)/1.35 Inter, sans-serif;
}

.bjs-story-copy {
  max-width: 680px;
  color: var(--bjs-muted);
  font: 400 16px/1.75 Inter, sans-serif;
}

.bjs-core-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 42px;
}

.bjs-core-card {
  padding: clamp(28px, 4vw, 54px);
  border: 1px solid var(--bjs-line);
  background: var(--bjs-panel);
}

.bjs-core-card--xrgb { border-top: 3px solid var(--bjs-cyan); }
.bjs-core-card--xeno { border-top: 3px solid var(--bjs-red); }

.bjs-core-card p {
  min-height: 48px;
  color: var(--bjs-muted);
}

.bjs-spec-list {
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.bjs-spec-list li {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 0;
  border-top: 1px solid var(--bjs-line);
  color: var(--bjs-muted);
  font: 500 13px/1.3 Inter, sans-serif;
}

.bjs-spec-list strong { color: var(--bjs-copy); }

.bjs-included-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 42px;
  border: 1px solid var(--bjs-line);
  background: var(--bjs-line);
}

.bjs-included-grid div {
  min-height: 108px;
  padding: 24px;
  background: var(--bjs-panel);
  color: var(--bjs-copy);
  font: 600 14px/1.4 Inter, sans-serif;
}

.bjs-included-grid span {
  display: block;
  margin-bottom: 14px;
  color: var(--bjs-red);
  font-size: 11px;
}

.bjs-faq {
  max-width: 980px;
  margin-top: 38px;
}

.bjs-faq details {
  border-top: 1px solid var(--bjs-line);
}

.bjs-faq summary {
  padding: 22px 0;
  color: var(--bjs-copy);
  font: 600 16px/1.4 Inter, sans-serif;
  cursor: pointer;
}

.bjs-faq p {
  max-width: 760px;
  margin: -6px 0 22px;
  color: var(--bjs-muted);
}

.lsc-commerce-v2 .related.products {
  display: none;
}

@media (max-width: 920px) {
  .lsc-commerce-v2 .site-main > .product {
    grid-template-columns: minmax(0, 1fr);
    gap: 34px;
    padding-inline: 18px;
  }

  body.lsc-commerce-v2.woocommerce div.product div.images,
  body.lsc-commerce-v2.woocommerce div.product div.summary,
  .lsc-commerce-v2 .woocommerce-product-gallery__wrapper,
  .lsc-commerce-v2 .flex-viewport {
    min-width: 0;
    max-width: 100%;
  }

  .lsc-commerce-v2 div.product div.summary {
    position: static;
    padding-top: 0;
  }

  .lsc-commerce-v2 .product_title {
    font-size: 52px;
  }

  .lsc-purchase-assurance,
  .bjs-included-grid {
    grid-template-columns: 1fr;
  }

  .lsc-commerce-v2 .woocommerce-tabs {
    width: calc(100% + 36px);
    margin-left: -18px;
  }

  .bjs-story-band--intro,
  .bjs-core-grid {
    grid-template-columns: 1fr;
  }

  .bjs-story-band {
    padding-inline: 24px;
  }
}

@media (max-width: 520px) {
  .lsc-commerce-v2 .flex-control-thumbs {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lsc-commerce-v2 .product_title {
    font-size: 44px;
  }

  .lsc-core-options {
    grid-template-columns: 1fr;
  }

  .lsc-commerce-v2 .woocommerce-variation-add-to-cart {
    grid-template-columns: 76px minmax(0, 1fr);
  }
}
