:root {
  --adrenaline-bg: #0b0f12;
  --adrenaline-panel: #11171d;
  --adrenaline-line: rgba(255, 255, 255, 0.14);
  --adrenaline-text: #f4f6f2;
  --adrenaline-muted: #b8c0bb;
  --adrenaline-yellow: #ffd21f;
  --adrenaline-red: #ff3038;
}

body {
  background: var(--adrenaline-bg);
  color: var(--adrenaline-text);
  font-family: Inter, Arial, sans-serif;
}

a {
  color: var(--adrenaline-yellow);
}

a:hover,
a:focus {
  color: #ffe073;
}

#top {
  background: #07090b;
  border-bottom: 1px solid var(--adrenaline-line);
  color: var(--adrenaline-muted);
}

#top .btn-link,
#top-links a,
#top-links li,
#top .dropdown-menu a {
  color: var(--adrenaline-text);
  text-shadow: none;
}

#top .dropdown-menu {
  background: var(--adrenaline-panel);
  border-color: var(--adrenaline-line);
}

header {
  background: #0b0f12;
  border-bottom: 1px solid var(--adrenaline-line);
  padding: 22px 0 18px;
}

header .row {
  align-items: center;
  display: flex;
}

header .col-sm-5 {
  display: none;
}

header .col-sm-4 {
  width: 62%;
}

header .col-sm-3 {
  display: block;
  margin-left: auto;
  width: 38%;
}

#logo h1 {
  margin: 0;
}

#logo h1 a {
  color: var(--adrenaline-text);
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: 46px;
  font-weight: 900;
  line-height: 0.9;
  text-transform: uppercase;
}

#logo img {
  max-height: 72px;
}

#search .input-lg,
#cart > .btn {
  background: #0f151a;
  border-color: var(--adrenaline-line);
  color: var(--adrenaline-text);
  box-shadow: none;
}

#search .btn-lg {
  background: var(--adrenaline-yellow);
  border-color: var(--adrenaline-yellow);
  color: #080a0c;
  text-shadow: none;
}

#menu {
  background: var(--adrenaline-yellow);
  border: 0;
  border-radius: 0;
  display: none;
  min-height: 46px;
}

#menu .nav > li > a {
  color: #080a0c;
  font-weight: 900;
  letter-spacing: 0.02em;
  min-height: 46px;
  padding: 14px 18px 12px;
  text-shadow: none;
  text-transform: uppercase;
}

#menu .nav > li > a:hover,
#menu .nav > li.open > a {
  background: #fff;
  color: #080a0c;
}

.dropdown-menu {
  background: var(--adrenaline-panel);
  border: 1px solid var(--adrenaline-line);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.38);
}

.dropdown-menu li > a {
  color: var(--adrenaline-text);
}

.dropdown-menu li > a:hover {
  background: rgba(255, 210, 31, 0.12);
  color: var(--adrenaline-yellow);
}

#content h1,
#content h2,
.product-thumb h4 a {
  color: var(--adrenaline-text);
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}

#content h1 {
  font-size: 52px;
  line-height: 0.95;
}

.breadcrumb {
  background: transparent;
  border: 0;
  padding-left: 0;
}

.breadcrumb > li + li:before,
.breadcrumb a {
  color: var(--adrenaline-muted);
}

.product-thumb,
.panel,
.well,
.list-group a,
.form-control,
.table,
.table-bordered > tbody > tr > td,
.table-bordered > thead > tr > td {
  background: var(--adrenaline-panel);
  border-color: var(--adrenaline-line);
  color: var(--adrenaline-text);
}

.product-thumb {
  border-radius: 8px;
  overflow: hidden;
}

.product-thumb .caption {
  min-height: 128px;
}

.product-thumb .price {
  color: var(--adrenaline-yellow);
  font-size: 20px;
  font-weight: 900;
}

.btn-primary,
.btn-danger {
  background: var(--adrenaline-red);
  border-color: var(--adrenaline-red);
  color: #fff;
  font-weight: 800;
  text-shadow: none;
  box-shadow: 0 14px 32px rgba(255, 48, 56, 0.22);
}

.btn-primary:hover,
.btn-danger:hover {
  background: #ff4950;
  border-color: #ff4950;
}

.btn-default {
  background: transparent;
  border-color: var(--adrenaline-line);
  color: var(--adrenaline-text);
  text-shadow: none;
}

label,
.control-label,
.help-block,
.radio,
.checkbox,
p,
td {
  color: var(--adrenaline-muted);
}

footer {
  background: #07090b;
  border-top: 1px solid var(--adrenaline-line);
  color: var(--adrenaline-muted);
}

footer h5 {
  color: var(--adrenaline-text);
  font-weight: 900;
  text-transform: uppercase;
}

.adrenaline-store-home {
  margin-top: -20px;
}

.store-hero {
  align-items: stretch;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.78fr);
  min-height: 520px;
}

.store-hero__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(36px, 7vw, 86px);
}

.store-kicker,
.store-card__label {
  color: var(--adrenaline-yellow);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.04em;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.store-hero h1,
.store-section-title h2,
.store-card h3 {
  color: var(--adrenaline-text);
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-weight: 900;
  line-height: 0.9;
  margin: 0;
  text-transform: uppercase;
}

.store-hero h1 {
  font-size: clamp(58px, 9vw, 118px);
  max-width: 760px;
}

.store-hero p {
  max-width: 620px;
}

.store-hero__media {
  background: linear-gradient(90deg, rgba(11, 15, 18, 0.18), rgba(11, 15, 18, 0.75)), url("../../../../../image/catalog/adrenaline/bungee-sky-jump.jpeg") center / cover;
  min-height: 420px;
}

.store-vouchers {
  padding-bottom: 72px;
  padding-top: 58px;
}

.store-section-title {
  margin-bottom: 28px;
  text-align: center;
}

.store-section-title h2 {
  font-size: clamp(42px, 7vw, 84px);
}

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

.store-card {
  background: var(--adrenaline-panel);
  border: 1px solid var(--adrenaline-line);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
}

.store-card--featured {
  border-color: rgba(255, 210, 31, 0.55);
}

.store-card img {
  aspect-ratio: 4 / 3;
  display: block;
  object-fit: cover;
  width: 100%;
}

.store-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 24px;
}

.store-card h3 {
  font-size: 34px;
  margin-bottom: 14px;
}

.store-card__footer {
  align-items: center;
  display: flex;
  gap: 14px;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 22px;
}

.store-card__footer strong {
  color: var(--adrenaline-yellow);
  font-size: 24px;
  white-space: nowrap;
}

.store-reservation-band {
  border-top: 1px solid var(--adrenaline-line);
  padding: 38px 0 70px;
}

.store-reservation-band__inner {
  align-items: center;
  background: #f4efe3;
  border-radius: 8px;
  color: #07090b;
  display: flex;
  gap: 26px;
  justify-content: space-between;
  padding: 34px;
}

.store-reservation-band__inner h2 {
  color: #07090b;
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 900;
  line-height: 0.9;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.store-reservation-band__inner p {
  color: #20252a;
  max-width: 720px;
}

.adrenaline-product-page {
  padding: 38px 0 72px;
}

.product-stage {
  display: grid;
  gap: 32px;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.72fr);
}

.product-stage__media,
.product-stage__panel,
.product-assurance article {
  background: var(--adrenaline-panel);
  border: 1px solid var(--adrenaline-line);
  border-radius: 8px;
  overflow: hidden;
}

.product-stage__media img {
  display: block;
  height: 100%;
  min-height: 620px;
  object-fit: cover;
  width: 100%;
}

.product-stage__panel {
  padding: clamp(28px, 4vw, 44px);
}

.product-stage__panel h1 {
  color: var(--adrenaline-text);
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: clamp(48px, 6vw, 82px);
  font-weight: 900;
  line-height: 0.9;
  margin: 0 0 20px;
  text-transform: uppercase;
}

.product-price {
  align-items: baseline;
  display: flex;
  gap: 14px;
  margin-bottom: 22px;
}

.product-price strong {
  color: var(--adrenaline-yellow);
  font-size: 34px;
  font-weight: 900;
}

.product-price span {
  color: var(--adrenaline-muted);
  text-decoration: line-through;
}

.product-copy {
  border-bottom: 1px solid var(--adrenaline-line);
  margin-bottom: 24px;
  padding-bottom: 18px;
}

.voucher-buybox .form-control {
  border-radius: 6px;
  min-height: 48px;
}

.voucher-choice-grid {
  display: grid;
  gap: 10px;
}

.voucher-choice {
  align-items: center;
  border: 1px solid var(--adrenaline-line);
  border-radius: 6px;
  cursor: pointer;
  display: flex;
  gap: 12px;
  margin: 0;
  padding: 14px;
}

.voucher-choice span {
  color: var(--adrenaline-text);
  display: flex;
  flex: 1;
  font-weight: 800;
  justify-content: space-between;
}

.voucher-choice small {
  color: var(--adrenaline-yellow);
}

.voucher-quantity {
  display: grid;
  gap: 8px;
  grid-template-columns: 1fr 110px;
  margin: 22px 0;
}

.voucher-quantity label {
  align-self: center;
}

.product-assurance {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 24px;
}

.product-assurance article {
  padding: 24px;
}

.product-assurance strong {
  align-items: center;
  background: var(--adrenaline-yellow);
  border-radius: 999px;
  color: #080a0c;
  display: inline-flex;
  font-weight: 900;
  height: 34px;
  justify-content: center;
  margin-bottom: 16px;
  width: 34px;
}

.product-assurance h2 {
  color: var(--adrenaline-text);
  font-family: Inter, Arial, sans-serif;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.15;
  margin: 0 0 10px;
  text-transform: none;
}

.product-assurance p {
  font-size: 15px;
  line-height: 1.55;
  margin-bottom: 0;
}

.adrenaline-footer {
  padding: 42px 0 24px;
}

.adrenaline-footer__grid {
  display: grid;
  gap: 28px;
  grid-template-columns: 1.4fr 1fr 1fr;
}

@media (max-width: 767px) {
  #logo {
    text-align: center;
    margin-bottom: 16px;
  }

  #content h1 {
    font-size: 38px;
  }

  .store-hero,
  .store-grid,
  .product-stage,
  .product-assurance,
  .adrenaline-footer__grid {
    grid-template-columns: 1fr;
  }

  header .row {
    display: block;
  }

  .store-hero__copy {
    padding: 36px 22px;
  }

  .store-hero__media {
    min-height: 340px;
  }

  .store-vouchers {
    padding-left: 14px;
    padding-right: 14px;
  }

  .store-card__footer {
    align-items: stretch;
    flex-direction: column;
  }

  .store-reservation-band__inner {
    align-items: stretch;
    flex-direction: column;
    padding: 24px;
  }

  .product-stage__media img {
    min-height: 360px;
  }

  .voucher-quantity {
    grid-template-columns: 1fr;
  }
}
