:root {
  --orange: #f5c400;
  --cream: #f5f2e8;
}

.logo span,
.primary,
.hero-stat,
.cta-section {
  color: #111514;
}

.primary {
  box-shadow: 0 10px 30px rgba(245, 196, 0, .16);
}

.primary:hover,
.primary:focus-visible {
  background: #ffd52a;
}

.hero {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  min-height: 100vh;
  overflow: hidden;
  padding: 0 6vw;
}

.hero-image {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: #181b1a url("assets/media/hero-karim-loaders.png") center / cover no-repeat;
}

.hero-image::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(8, 10, 9, .92) 0%, rgba(8, 10, 9, .73) 38%, rgba(8, 10, 9, .18) 76%),
    linear-gradient(0deg, rgba(8, 10, 9, .64) 0%, transparent 42%);
  pointer-events: none;
}

.hero-copy {
  position: relative;
  z-index: 2;
  width: min(850px, 78vw);
  text-shadow: 0 4px 24px rgba(0, 0, 0, .58);
}

.hero h1 {
  position: relative;
  z-index: 2;
}

.hero .availability,
.hero .hero-stat {
  z-index: 3;
}

.hero-image::after {
  background: linear-gradient(90deg, #181b1a 0%, rgba(24, 27, 26, .72) 18%, rgba(24, 27, 26, .08) 64%);
}

.hero h1 em,
.eyebrow,
.benefits b {
  color: #f5c400;
}

.cta-section .eyebrow {
  color: rgba(17, 21, 20, .68);
}

.light {
  background: #111514;
  color: #fff;
}

.light:hover,
.light:focus-visible {
  background: #2b302e;
}

.thumbs button.active,
form input:focus {
  border-color: #f5c400;
}

.consent input {
  accent-color: #f5c400;
}

.catalog-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 260px));
  gap: 10px;
  margin: -15px 0 42px;
}

.catalog-tab {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 58px;
  padding: 0 20px;
  border: 1px solid #c9c7c0;
  background: transparent;
  color: #696e6b;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .7px;
  transition: .2s ease;
}

.catalog-tab span {
  display: grid;
  place-items: center;
  min-width: 30px;
  height: 30px;
  background: rgba(17, 21, 20, .07);
  font-size: 12px;
}

.catalog-tab:hover {
  border-color: #111514;
  color: #111514;
}

.catalog-tab.active {
  border-color: #f5c400;
  background: #f5c400;
  color: #111514;
}

.catalog-tab.active span {
  background: #111514;
  color: #fff;
}

.product-card[hidden] {
  display: none !important;
}

.guarantee-section {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(40px, 8vw, 120px);
  padding: clamp(80px, 10vw, 145px) max(24px, calc((100vw - 1180px) / 2));
  background: #111514;
  color: #fff;
}

.guarantee-intro h2 {
  margin: 10px 0 30px;
  font-family: var(--font-display);
  font-size: clamp(48px, 6vw, 88px);
  line-height: .94;
  text-transform: uppercase;
}

.guarantee-intro > p:not(.eyebrow) {
  max-width: 580px;
  margin: 0 0 18px;
  color: #b9bfbc;
  font-size: 17px;
  line-height: 1.75;
}

.guarantee-details h3 {
  margin: 0 0 25px;
  color: #f5c400;
  font-family: var(--font-display);
  font-size: clamp(30px, 3vw, 44px);
  text-transform: uppercase;
}

.guarantee-details ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.guarantee-details li {
  position: relative;
  padding: 17px 20px 17px 52px;
  border: 1px solid #303634;
  background: #1a1f1d;
  font-weight: 700;
  line-height: 1.45;
}

.guarantee-details li::before {
  position: absolute;
  left: 19px;
  top: 17px;
  color: #f5c400;
  content: "✓";
  font-size: 19px;
  font-weight: 800;
}

.guarantee-note {
  margin: 28px 0 0;
  padding: 22px 24px;
  border-left: 5px solid #f5c400;
  background: #f5c400;
  color: #111514;
  font-weight: 700;
  line-height: 1.65;
}

.guarantee-gallery {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr);
  align-items: start;
  gap: clamp(20px, 3vw, 40px);
  margin-top: clamp(10px, 3vw, 34px);
}

.guarantee-gallery figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid #343a37;
  background: #1a1f1d;
}

.guarantee-gallery img {
  display: block;
  width: 100%;
  max-height: 760px;
  object-fit: cover;
}

.guarantee-gallery .guarantee-certificate img {
  object-fit: contain;
  background: #eee9dc;
}

.guarantee-gallery figcaption {
  padding: 18px 20px;
  border-top: 4px solid #f5c400;
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
}

.location-section {
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
  align-items: center;
  gap: clamp(30px, 6vw, 90px);
  padding: clamp(70px, 9vw, 130px) max(24px, calc((100vw - 1180px) / 2));
  background: #f3f1ea;
}

.location-copy h2 {
  margin: 10px 0 28px;
  color: #111514;
  font-family: var(--font-display);
  font-size: clamp(42px, 5vw, 76px);
  line-height: .98;
  text-transform: uppercase;
}

.location-copy address {
  padding-left: 20px;
  border-left: 5px solid #f5c400;
  color: #343937;
  font-size: clamp(18px, 2vw, 25px);
  font-style: normal;
  font-weight: 700;
  line-height: 1.55;
}

.location-section img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  box-shadow: 18px 18px 0 #f5c400;
}

@media (max-width: 850px) {
  .guarantee-section {
    grid-template-columns: 1fr;
    gap: 42px;
    padding: 75px 22px;
  }

  .guarantee-gallery {
    grid-template-columns: 1fr;
  }

  .location-section {
    grid-template-columns: 1fr;
    padding: 70px 22px 85px;
  }

  .location-section img {
    box-shadow: 10px 10px 0 #f5c400;
  }

  .catalog-tabs {
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .catalog-tab {
    min-height: 54px;
    padding: 0 12px;
    font-size: 11px;
  }
  .hero {
    min-height: 760px;
    padding: 0 22px;
  }

  .hero-copy {
    width: 100%;
    padding-top: 120px;
  }

  .hero-image {
    height: 100%;
  }

  .hero-image::before {
    background:
      linear-gradient(180deg, rgba(8, 10, 9, .72) 0%, rgba(8, 10, 9, .35) 38%, rgba(8, 10, 9, .82) 100%),
      linear-gradient(90deg, rgba(8, 10, 9, .55), transparent);
  }

  .hero-image::after {
    background: none;
  }
}
.hp-field{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}

.delivery-choice {
  margin: 18px 0 0;
  padding: 0;
  border: 0;
}

.delivery-choice legend {
  margin-bottom: 9px;
  font-weight: 700;
}

.delivery-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.delivery-option {
  display: flex !important;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 15px;
  border: 1px solid #d6d8d7;
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
  font-weight: 700;
}

.delivery-option:has(input:checked) {
  border-color: #d7aa00;
  background: #fff8d5;
  box-shadow: inset 0 0 0 1px #f5c400;
}

.delivery-option input[type="radio"] {
  width: 18px !important;
  height: 18px !important;
  margin: 0;
  accent-color: #d7aa00;
}

.pickup-address {
  display: grid;
  gap: 4px;
  margin-top: 12px;
  padding: 14px 16px;
  border-left: 4px solid #f5c400;
  background: #f5f5f2;
  color: #343937;
  line-height: 1.45;
}

.pickup-address[hidden], #deliveryAddressField[hidden] {
  display: none !important;
}
