:root {
  --htx-bg-main: #050505;
  --htx-bg-page: #080808;
  --htx-bg-panel: #0b0b0b;
  --htx-bg-card: #111111;
  --htx-bg-card-2: #151515;
  --htx-border: #2a2a2a;
  --htx-border-soft: #1d1d1d;
  --htx-border-strong: #3a3a3a;
  --htx-text: #f2f2f2;
  --htx-text-soft: #bfbfbf;
  --htx-text-muted: #8d8d8d;
  --htx-accent: #f2b400;
  --htx-accent-strong: #ffbf00;
  --htx-accent-dark: #d89b00;
  --htx-shadow: rgba(0, 0, 0, 0.45);
  --htx-heading: "Oswald", "Arial Narrow", "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
  --htx-body: Arial, Helvetica, sans-serif;
}

html {
  background: var(--htx-bg-main);
}

body.htx-store {
  min-width: 0;
  background:
    radial-gradient(circle at 75% 0, rgba(242, 180, 0, 0.09), transparent 28rem),
    linear-gradient(180deg, #0a0a0a 0, var(--htx-bg-page) 18rem, #050505 100%);
  color: var(--htx-text-soft);
  font-family: var(--htx-body);
  font-size: 13px;
  line-height: 1.55;
}

.htx-store a {
  color: var(--htx-text);
}

.htx-store a:hover,
.htx-store a:focus {
  color: var(--htx-accent);
  text-decoration: none;
}

.htx-store .container {
  width: calc(100% - 60px);
  max-width: 1320px;
}

.htx-store img {
  max-width: 100%;
}

.htx-header {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.035), transparent 52%),
    linear-gradient(90deg, #070707, #111 48%, #070707);
  border-bottom: 1px solid #171717;
  box-shadow: 0 12px 34px rgba(0,0,0,.45);
}

.htx-header-inner {
  display: flex;
  align-items: center;
  gap: 36px;
  min-height: 72px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.htx-logo {
  flex: 0 0 auto;
}

.htx-logo a {
  display: block;
}

.htx-logo img {
  display: block;
  width: 300px;
  max-height: 58px;
  object-fit: contain;
}

.htx-header-tools {
  flex: 1 1 auto;
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(230px, 290px);
  gap: 22px;
  align-items: center;
}

.htx-search #search {
  display: flex;
  width: 100%;
}

.htx-search #search .form-control {
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  height: 46px;
  color: var(--htx-text);
  background: linear-gradient(180deg, #191919, #101010);
  border: 1px solid #2b2b2b;
  border-right: 0;
  border-radius: 2px 0 0 2px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04), 0 10px 24px rgba(0,0,0,.28);
  font-size: 12px;
}

.htx-search #search .form-control::placeholder {
  color: #8a8a8a;
}

.htx-search #search .btn {
  height: 46px;
  min-width: 54px;
  color: var(--htx-text);
  background: linear-gradient(180deg, #222, #131313);
  border: 1px solid #2b2b2b;
  border-radius: 0 2px 2px 0;
  box-shadow: none;
}

.htx-search #search .input-group-btn {
  flex: 0 0 auto;
  width: auto;
}

.htx-search #search .btn:hover,
.htx-search #search .btn:focus {
  color: #111;
  background: var(--htx-accent);
  border-color: var(--htx-accent);
}

.htx-cart #cart {
  margin: 0;
}

.htx-cart #cart > .btn,
.htx-cart #cart > button {
  height: 46px;
  color: var(--htx-text);
  background: linear-gradient(180deg, #101010, #080808);
  border: 1px solid var(--htx-accent-dark);
  border-radius: 0;
  box-shadow: inset 0 0 0 1px rgba(242,180,0,.04);
  font-size: 13px;
  font-weight: 700;
  text-shadow: none;
}

.htx-cart #cart > .btn:hover,
.htx-cart #cart > .btn:focus,
.htx-cart #cart.open > .btn {
  color: var(--htx-accent);
  background: #0d0d0d;
  border-color: var(--htx-accent-strong);
}

.htx-cart #cart .dropdown-menu {
  right: 0;
  left: auto;
  min-width: 360px;
  color: var(--htx-text-soft);
  background: #111;
  border: 1px solid var(--htx-border-strong);
  border-radius: 2px;
  box-shadow: 0 24px 60px rgba(0,0,0,.55);
}

.htx-cart #cart .dropdown-menu table,
.htx-cart #cart .dropdown-menu .table {
  color: var(--htx-text-soft);
  background: transparent;
}

.htx-cart #cart .dropdown-menu td {
  border-color: var(--htx-border);
}

.htx-nav-wrap {
  background: linear-gradient(180deg, #121212, #080808);
  border-bottom: 2px solid var(--htx-accent-dark);
}

.htx-nav {
  min-height: 45px;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  background-image: none;
}

.htx-store #menu {
  background: transparent;
  border: 0;
  box-shadow: none;
}

.htx-nav .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}

.htx-nav .navbar-nav > li > a {
  padding: 13px 24px 12px 0;
  color: var(--htx-text);
  font-size: 13px;
  font-weight: 700;
  text-shadow: none;
}

.htx-nav .navbar-nav > li > a:hover,
.htx-nav .navbar-nav > li > a:focus,
.htx-nav .navbar-nav > .open > a {
  color: var(--htx-accent);
  background: transparent;
}

.htx-nav .dropdown-menu {
  background: #111;
  border: 1px solid var(--htx-border);
  border-radius: 0;
}

.htx-nav .dropdown-menu a {
  color: var(--htx-text-soft);
}

.htx-nav .dropdown-menu a:hover,
.htx-nav .dropdown-menu a:focus {
  color: var(--htx-accent);
  background: transparent;
}

.htx-home {
  padding: 12px 0 46px;
}

.htx-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(0, .97fr);
  min-height: 430px;
  overflow: hidden;
  border: 1px solid var(--htx-border);
  background: var(--htx-bg-panel);
  box-shadow: 0 26px 70px rgba(0,0,0,.55);
}

.htx-hero-copy {
  position: relative;
  z-index: 1;
  padding: 28px 54px 18px;
  background:
    linear-gradient(110deg, rgba(255,255,255,.035), transparent 32%),
    radial-gradient(circle at 20% 12%, rgba(255,255,255,.05), transparent 18rem),
    repeating-linear-gradient(135deg, rgba(255,255,255,.025) 0, rgba(255,255,255,.025) 1px, transparent 1px, transparent 11px),
    #0a0a0a;
  border-right: 1px solid #242424;
}

.htx-kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
  color: var(--htx-accent);
  font-family: var(--htx-heading);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .35px;
  text-transform: uppercase;
}

.htx-kicker::before {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: var(--htx-accent);
}

.htx-hero-title {
  max-width: 620px;
  margin: 0 0 16px;
  color: var(--htx-text);
  font-family: var(--htx-heading);
  font-size: clamp(34px, 2.8vw, 38px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: .5px;
  text-transform: uppercase;
}

.htx-hero-text {
  max-width: 520px;
  margin: 0 0 16px;
  color: #d1d1d1;
  font-size: 13px;
  line-height: 1.58;
}

.htx-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 15px;
}

.htx-btn,
.htx-store .btn-primary,
.htx-store #button-cart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 13px;
  border-radius: 2px;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: .15px;
  text-shadow: none;
  box-shadow: none;
}

.htx-btn span {
  margin-left: 10px;
  font-size: 20px;
  line-height: 0;
}

.htx-btn-primary,
.htx-store .btn-primary,
.htx-store #button-cart {
  color: #111;
  background: linear-gradient(180deg, var(--htx-accent-strong), var(--htx-accent-dark));
  border: 1px solid var(--htx-accent-dark);
}

.htx-btn-primary:hover,
.htx-btn-primary:focus,
.htx-store .btn-primary:hover,
.htx-store .btn-primary:focus,
.htx-store #button-cart:hover,
.htx-store #button-cart:focus {
  color: #050505;
  background: var(--htx-accent-strong);
  border-color: var(--htx-accent-strong);
}

.htx-btn-secondary {
  color: var(--htx-text);
  background: rgba(10,10,10,.58);
  border: 1px solid var(--htx-accent-dark);
}

.htx-btn-secondary:hover,
.htx-btn-secondary:focus {
  color: var(--htx-accent);
  background: #111;
  border-color: var(--htx-accent-strong);
}

.htx-feature-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: 560px;
  padding-top: 12px;
  border-top: 1px solid var(--htx-border-strong);
}

.htx-feature {
  display: flex;
  gap: 12px;
  min-width: 0;
}

.htx-feature i {
  flex: 0 0 auto;
  width: 27px;
  color: var(--htx-accent);
  font-size: 19px;
  line-height: 1.1;
  text-align: center;
}

.htx-feature strong {
  display: block;
  color: var(--htx-text);
  font-family: var(--htx-heading);
  font-size: 13px;
  text-transform: uppercase;
}

.htx-feature span {
  display: block;
  margin-top: 2px;
  color: var(--htx-text-muted);
  font-size: 11px;
  line-height: 1.28;
}

.htx-hero-media {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  background:
    radial-gradient(circle at 68% 17%, rgba(191,123,35,.55), transparent 18rem),
    radial-gradient(circle at 62% 12%, rgba(255,196,60,.24), transparent 20rem),
    linear-gradient(180deg, transparent 0 62%, rgba(0,0,0,.72) 100%),
    repeating-linear-gradient(20deg, rgba(255,255,255,.035) 0 2px, transparent 2px 18px),
    linear-gradient(145deg, #0b0b0b 0, #17130d 48%, #080808 100%);
}

.htx-hero-media::before {
  content: "";
  position: absolute;
  inset: 48% -8% -16% -8%;
  background:
    linear-gradient(140deg, rgba(255,255,255,.035) 0 1px, transparent 1px 18px),
    linear-gradient(35deg, rgba(0,0,0,.28), rgba(255,255,255,.025), rgba(0,0,0,.52));
  transform: perspective(520px) rotateX(58deg);
  transform-origin: bottom;
  opacity: .72;
}

.htx-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,.18), transparent 30%, rgba(0,0,0,.24));
  pointer-events: none;
}

.htx-hero-media > img {
  position: absolute;
  z-index: 1;
  top: 42px;
  right: 48px;
  width: min(62%, 470px);
  filter: drop-shadow(0 24px 26px rgba(0,0,0,.72)) contrast(1.06) saturate(.96);
}

.htx-hero-callout {
  position: absolute;
  z-index: 2;
  right: 46px;
  bottom: 24px;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 16px;
  width: min(390px, calc(100% - 72px));
  padding: 16px 18px 16px 16px;
  color: var(--htx-text);
  background: rgba(8,8,8,.74);
  border: 1px solid var(--htx-border-strong);
  border-left: 4px solid var(--htx-accent);
  box-shadow: 0 18px 48px rgba(0,0,0,.55);
}

.htx-callout-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  color: var(--htx-accent);
  border: 1px solid var(--htx-accent);
  border-radius: 50%;
  font-size: 22px;
}

.htx-hero-callout p {
  margin: 0;
  color: #e1e1e1;
  font-size: 14px;
  line-height: 1.45;
}

.htx-category-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin: 20px 0 26px;
}

.htx-category-card {
  position: relative;
  min-height: 132px;
  padding: 13px 18px 15px;
  overflow: hidden;
  color: var(--htx-text);
  background:
    radial-gradient(circle at 82% 20%, rgba(255,255,255,.035), transparent 9rem),
    repeating-radial-gradient(circle at 120% -10%, rgba(255,255,255,.025) 0 1px, transparent 1px 12px),
    linear-gradient(180deg, #151515, #0f0f0f);
  border: 1px solid var(--htx-border);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.025);
}

.htx-category-card:hover,
.htx-category-card:focus {
  color: var(--htx-text);
  border-color: rgba(242,180,0,.78);
  box-shadow: 0 18px 42px rgba(0,0,0,.42), inset 0 1px 0 rgba(255,255,255,.04);
}

.htx-category-number {
  display: block;
  margin-bottom: 7px;
  color: var(--htx-accent);
  font-family: var(--htx-heading);
  font-size: 17px;
  font-weight: 700;
}

.htx-category-icon {
  display: block;
  width: 29px;
  height: 29px;
  margin-bottom: 7px;
}

.htx-category-icon svg {
  width: 29px;
  height: 29px;
  fill: none;
  stroke: var(--htx-text);
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.htx-category-card strong {
  display: block;
  margin-bottom: 6px;
  color: var(--htx-text);
  font-family: var(--htx-heading);
  font-size: 16px;
  font-weight: 500;
}

.htx-category-card > span:not(.htx-category-number):not(.htx-category-icon) {
  display: block;
  max-width: 250px;
  color: var(--htx-text-muted);
  font-size: 11px;
  line-height: 1.38;
}

.htx-category-card em {
  position: absolute;
  right: 18px;
  bottom: 13px;
  color: var(--htx-accent);
  font-style: normal;
  font-size: 25px;
  line-height: 1;
}

.htx-featured-section {
  margin-bottom: 30px;
}

.htx-featured-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  padding: 0 12px 12px;
}

.htx-featured-header h2 {
  position: relative;
  margin: 0;
  color: var(--htx-text);
  font-family: var(--htx-heading);
  font-size: 27px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}

.htx-featured-header h2::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  margin-top: 11px;
  background: var(--htx-accent);
}

.htx-featured-header p {
  margin: 0 0 5px;
  color: var(--htx-text-muted);
  font-size: 13px;
}

.htx-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.htx-product-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 250px;
  padding: 15px 18px 18px;
  overflow: hidden;
  color: var(--htx-text);
  background:
    radial-gradient(circle at 58% 22%, rgba(255,255,255,.06), transparent 8rem),
    linear-gradient(180deg, #161616, #0d0d0d);
  border: 1px solid var(--htx-border);
}

.htx-product-card:hover,
.htx-product-card:focus {
  color: var(--htx-text);
  border-color: rgba(242,180,0,.78);
  transform: translateY(-2px);
}

.htx-product-label {
  align-self: flex-start;
  margin-bottom: 10px;
  padding: 5px 9px;
  color: var(--htx-accent);
  border: 1px solid rgba(242,180,0,.7);
  font-family: var(--htx-heading);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.htx-product-image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 124px;
  margin-bottom: 14px;
}

.htx-product-image img {
  max-height: 122px;
  object-fit: contain;
  filter: drop-shadow(0 16px 16px rgba(0,0,0,.62));
}

.htx-product-card strong {
  display: block;
  margin: auto 0 6px;
  color: var(--htx-text);
  font-family: var(--htx-heading);
  font-size: 18px;
  font-weight: 500;
}

.htx-product-card > span:last-child {
  color: var(--htx-text-muted);
  font-size: 13px;
  line-height: 1.35;
}

.htx-footer {
  margin-top: 46px;
  padding: 40px 0 32px;
  color: var(--htx-text-muted);
  background: #050505;
  border-top: 1px solid var(--htx-border);
}

.htx-footer h5 {
  color: var(--htx-text);
  font-family: var(--htx-heading);
  font-size: 16px;
  text-transform: uppercase;
}

.htx-footer a {
  color: var(--htx-text-muted);
}

.htx-footer a:hover,
.htx-footer a:focus {
  color: var(--htx-accent);
}

.htx-footer hr {
  border-color: var(--htx-border);
}

.htx-footer-note {
  margin: 0;
  color: #777;
}

.htx-store .breadcrumb {
  margin: 22px 0 24px;
  padding: 0;
  background: transparent;
  border-radius: 0;
}

.htx-store .breadcrumb > li + li::before {
  color: #555;
}

.htx-store .breadcrumb a {
  color: var(--htx-text-muted);
}

.htx-store #content h1,
.htx-store #content h2,
.htx-store #content h3,
.htx-store legend {
  color: var(--htx-text);
  font-family: var(--htx-heading);
  text-transform: uppercase;
}

.htx-store #product-category,
.htx-store #product-product,
.htx-store #product-search,
.htx-store #information-information,
.htx-store #information-contact,
.htx-store #checkout-cart,
.htx-store #checkout-checkout,
.htx-store #account-login,
.htx-store #account-register,
.htx-store #account-account {
  color: var(--htx-text-soft);
}

.htx-store .panel,
.htx-store .well,
.htx-store .list-group-item,
.htx-store .table,
.htx-store .table-bordered > tbody > tr > td,
.htx-store .table-bordered > thead > tr > td {
  color: var(--htx-text-soft);
  background: var(--htx-bg-card);
  border-color: var(--htx-border);
}

.htx-store .list-group a,
.htx-store .list-group-item {
  color: var(--htx-text-soft);
}

.htx-store .list-group a:hover,
.htx-store .list-group a:focus {
  color: var(--htx-accent);
  background: #171717;
}

.htx-store .form-control,
.htx-store select,
.htx-store textarea,
.htx-store input[type="text"],
.htx-store input[type="email"],
.htx-store input[type="password"],
.htx-store input[type="tel"] {
  color: var(--htx-text);
  background: #101010;
  border-color: var(--htx-border-strong);
  border-radius: 2px;
  box-shadow: none;
}

.htx-store .input-group-addon {
  color: var(--htx-text-soft);
  background: #171717;
  border-color: var(--htx-border-strong);
}

.htx-store .btn-default,
.htx-store .btn-link {
  color: var(--htx-text-soft);
  background: #151515;
  border-color: var(--htx-border-strong);
  border-radius: 2px;
  box-shadow: none;
  text-shadow: none;
}

.htx-store .btn-default:hover,
.htx-store .btn-default:focus,
.htx-store .btn-link:hover,
.htx-store .btn-link:focus {
  color: var(--htx-accent);
  background: #1a1a1a;
  border-color: var(--htx-accent-dark);
}

.htx-store .product-thumb {
  overflow: hidden;
  color: var(--htx-text-soft);
  background:
    radial-gradient(circle at 55% 22%, rgba(255,255,255,.05), transparent 8rem),
    linear-gradient(180deg, #151515, #0e0e0e);
  border: 1px solid var(--htx-border);
  border-radius: 0;
}

.htx-store .product-thumb .image {
  background: transparent;
  padding: 16px;
  text-align: center;
}

.htx-store .product-thumb .image img {
  margin: 0 auto;
  filter: drop-shadow(0 16px 18px rgba(0,0,0,.58));
}

.htx-store .product-thumb .caption {
  min-height: 150px;
  padding: 12px 16px 15px;
}

.htx-store .product-thumb h4,
.htx-store .product-thumb h4 a {
  color: var(--htx-text);
  font-family: var(--htx-heading);
  font-size: 17px;
  font-weight: 500;
}

.htx-store .product-thumb p {
  color: var(--htx-text-muted);
}

.htx-store .product-thumb .price {
  color: var(--htx-accent);
  font-size: 16px;
  font-weight: 700;
}

.htx-store .price-old {
  color: #777;
}

.htx-store .price-tax {
  display: none;
}

.htx-store .product-thumb .button-group {
  display: flex;
  background: #0c0c0c;
  border-top: 1px solid var(--htx-border);
}

.htx-store .product-thumb .button-group button {
  flex: 1 1 auto;
  min-height: 44px;
  color: var(--htx-text);
  background: #111;
  border: 0;
  border-right: 1px solid var(--htx-border);
  text-transform: uppercase;
}

.htx-store .product-thumb .button-group button:hover,
.htx-store .product-thumb .button-group button:focus {
  color: #111;
  background: var(--htx-accent);
}

.htx-store .rating .fa-star,
.htx-store .rating .fa-star-o {
  color: var(--htx-accent);
}

.htx-store #product-category .product-list .product-thumb .image,
.htx-store #product-search .product-list .product-thumb .image {
  float: none;
  width: auto;
}

.htx-store #product-category .product-list .product-thumb > div,
.htx-store #product-search .product-list .product-thumb > div {
  margin-left: 0;
}

.htx-store #product-category .product-layout,
.htx-store #product-search .product-layout {
  margin-bottom: 24px;
}

.htx-store #product-category .product-layout.product-list,
.htx-store #product-search .product-layout.product-list {
  width: 25%;
  float: left;
}

.htx-store #product-product .thumbnails .thumbnail {
  background:
    radial-gradient(circle at 50% 35%, rgba(255,255,255,.06), transparent 13rem),
    #111;
  border-color: var(--htx-border);
  border-radius: 0;
}

.htx-store #product-product .image-additional {
  max-width: 78px;
}

.htx-store .nav-tabs {
  border-color: var(--htx-border);
}

.htx-store .nav-tabs > li > a {
  color: var(--htx-text-muted);
  background: #101010;
  border-color: var(--htx-border);
  border-radius: 0;
}

.htx-store .nav-tabs > li.active > a,
.htx-store .nav-tabs > li.active > a:hover,
.htx-store .nav-tabs > li.active > a:focus {
  color: #111;
  background: var(--htx-accent);
  border-color: var(--htx-accent);
}

.htx-store .tab-content {
  padding: 20px;
  background: #101010;
  border: 1px solid var(--htx-border);
  border-top: 0;
}

.htx-store .tab-content [style*="color"],
.htx-store #content [style*="color"] {
  color: var(--htx-text-soft) !important;
}

.htx-store .tab-content [style*="background"],
.htx-store #content [style*="background"] {
  background: transparent !important;
}

.htx-store .pagination > li > a,
.htx-store .pagination > li > span {
  color: var(--htx-text-soft);
  background: #111;
  border-color: var(--htx-border);
}

.htx-store .pagination > .active > span,
.htx-store .pagination > .active > a,
.htx-store .pagination > li > a:hover {
  color: #111;
  background: var(--htx-accent);
  border-color: var(--htx-accent);
}

.htx-store .alert {
  border-radius: 0;
}

.htx-store .alert-success {
  color: #f6f6f6;
  background: #132015;
  border-color: #315d34;
}

.htx-store .alert-danger {
  color: #fff;
  background: #2a1111;
  border-color: #6b2525;
}

.htx-store #compare-total,
.htx-store a[href*="route=product/compare"],
.htx-store button[onclick*="compare.add"],
.htx-store a[onclick*="compare.add"] {
  display: none !important;
}
