*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  font-family: "Nunito", sans-serif;
  background: #fff;
  color: #111;
}

.section-padding {
  padding: 4rem 0;
}

.trust-line {
  width: min(92%, 820px);
  letter-spacing: 0.05em;
  font-size: 0.95rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.82);
  border: 2px solid #fff;
  padding: 0.75rem 1rem;
}

.trust-parallax-image {
  min-height: 320px;
  background-image: url("../images/bg-wide.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  border-top: 2px solid #000;
}

.navbar {
  background: #000;
}

.navbar-brand {
  max-width: calc(100% - 64px);
  margin-right: 0;
}

.navbar-brand img {
  display: block;
  height: 48px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}

.navbar .nav-link,
.navbar .navbar-brand {
  color: #fff !important;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus {
  color: #cfcfcf !important;
}

.hero-image {
  width: 100%;
  max-height: 420px;
  object-fit: cover;
  border: 2px solid #000;
}

.youtube-subscribe-btn {
  width: 100%;
  max-width: 190px;
  height: auto;
  display: block;
}

.youtube-inline-row {
  white-space: nowrap;
}

.youtube-inline-title {
  font-size: 1.25rem;
}

.product-card {
  border: 2px solid #000;
  border-radius: 0;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.product-card:hover {
  transform: translateY(-4px);
  box-shadow: 8px 8px 0 #000;
}

.card-thumb-wrap {
  position: relative;
  overflow: hidden;
}

.card-thumb-wrap img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.product-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #000;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.3rem 0.5rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.product-age-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(255, 255, 255, 0.92);
  color: #111;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.3rem 0.5rem;
  border: 2px solid #000;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.benefits-image-wrap {
  padding: 1.5rem;
  background: #fff;
}

.benefits-image {
  width: 65%;
  max-height: 160px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

.section-alt {
  background: #f5f5f5;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}

.btn-bb {
  border-radius: 0;
  border: 2px solid #000;
  background: #000;
  color: #fff;
  font-weight: 700;
}

.btn-bb:hover,
.btn-bb:focus {
  background: #fff;
  color: #000;
}

.btn-outline-bb {
  border-radius: 0;
  border: 2px solid #000;
  color: #000;
  font-weight: 700;
}

.btn-outline-bb:hover,
.btn-outline-bb:focus {
  background: #000;
  color: #fff;
}

._wayo {
  border-radius: 0;
  border: 2px solid #000;
  background: #000;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  padding: 0.375rem 0.75rem;
  display: inline-block;
}

._wayo:hover,
._wayo:focus {
  background: #fff;
  color: #000;
}

.form-control {
  border-radius: 0;
  border: 2px solid #000;
}

.form-control:focus {
  box-shadow: none;
  border-color: #000;
}

.accordion-button:focus {
  box-shadow: none;
  border-color: #000;
}

.accordion-button:not(.collapsed) {
  background-color: #e9e9e9;
  color: #111;
  box-shadow: none;
}

.pagination .page-link {
  border-radius: 0;
  border: 2px solid #000;
  color: #000;
  background: #fff;
}

.pagination .page-link:hover,
.pagination .page-link:focus {
  color: #fff;
  background: #000;
  border-color: #000;
  box-shadow: none;
}

.pagination .page-item.active .page-link {
  color: #fff;
  background: #000;
  border-color: #000;
}

.pagination .page-item.disabled .page-link {
  color: #7a7a7a;
  background: #f2f2f2;
  border-color: #c7c7c7;
}

.modal-content {
  border-radius: 0;
  border: 2px solid #000;
}

.modal-header {
  border-bottom: 2px solid #000;
}

.modal-footer {
  border-top: 2px solid #000;
}

.footer {
  background: #000;
  color: #fff;
  padding: 1rem 0;
}

.footer a {
  color: #fff;
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
}

body.cookie-consent-open {
  overflow: hidden;
}

.cookie-consent-banner {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background: rgba(0, 0, 0, 0.58);
}

.cookie-consent-inner {
  border: 2px solid #000;
  background: #fff;
  box-shadow: 10px 10px 0 #000;
  padding: 1rem;
  width: min(100%, 640px);
}

.cookie-consent-title {
  font-weight: 800;
  margin-bottom: 0.35rem;
}

.cookie-consent-text {
  margin-bottom: 0.75rem;
}

.cookie-consent-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
}

.cookie-link-more {
  color: #000;
  font-weight: 700;
  text-decoration: underline;
}

@media (max-width: 991.98px) {
  main > section:first-of-type {
    padding-top: 1.75rem;
  }

  .trust-parallax-image {
    background-attachment: scroll;
    min-height: 220px;
  }

  .youtube-inline-row {
    gap: 0.5rem !important;
  }

  .youtube-inline-title {
    font-size: 1rem;
  }

  .youtube-subscribe-btn {
    max-width: 150px;
  }

  .navbar-brand img {
    height: 40px;
  }

  .cookie-consent-inner {
    width: min(100%, 560px);
  }
}
