.section-top {
  padding-top: 4rem;
}
@media (max-width: 540px) {
  .section-top {
    padding-top: 2rem;
  }
}

.section-bottom {
  padding-bottom: 4rem;
}
@media (max-width: 540px) {
  .section-bottom {
    padding-bottom: 2rem;
  }
}

.btn {
  padding: 1.125rem 1.875rem;
}
@media (max-width: 560px) {
  .btn {
    padding: 1.2rem;
  }
}
.btn.btn-primary-hallow {
  border-radius: 1.875rem;
  border-width: 0.0625rem;
  --tw-border-opacity: 1;
  border-color: rgb(25 26 25 / var(--tw-border-opacity));
  font-family: Plus_Jakarta_Sans-bold;
  text-transform: uppercase;
  color: #151616;
  font-size: 0.875rem;
  height: 3.3125rem;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 560px) {
  .btn.btn-primary-hallow {
    font-size: 0.8rem;
    height: 2.4rem;
  }
}
.btn.btn-primary-hallow.white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 79.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.sectionTitle {
  margin-bottom: 3rem;
}
.sectionTitle.center {
  text-align: center;
}
.sectionTitle h1 {
  --tw-text-opacity: 1;
  color: rgb(12 13 13 / var(--tw-text-opacity));
}
.sectionTitle.white h1 {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.section-content {
  margin-left: auto;
  margin-right: auto;
  max-width: 64rem;
  text-align: center;
}
.section-content p {
  font-size: 1rem;
  line-height: 1.6rem;
  --tw-text-opacity: 1;
  color: rgb(74 77 76 / var(--tw-text-opacity));
}

.lightbox .lb-image {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
@media (min-width: 1200px) {
  .lightbox .lb-image {
    width: 40rem !important;
    height: auto !important;
    max-height: 31.25rem !important;
  }
}
@media (max-width: 1199px) {
  .lightbox .lb-image {
    width: 31.25rem !important;
    height: auto !important;
    max-height: 31.25rem !important;
    min-height: 30.625rem !important;
  }
}
@media (max-width: 768px) {
  .lightbox .lb-image {
    width: 60vw !important;
    max-height: 25rem !important;
    min-height: 24.375rem !important;
  }
}
@media (min-width: 1200px) {
  .lightbox .lb-container,
  .lightbox .lb-outerContainer {
    width: 40rem !important;
    height: auto !important;
  }
}
@media (max-width: 1199px) {
  .lightbox .lb-container,
  .lightbox .lb-outerContainer {
    width: 31.25rem !important;
    height: auto !important;
  }
}
@media (max-width: 768px) {
  .lightbox .lb-container,
  .lightbox .lb-outerContainer {
    width: 60vw !important;
  }
}
.lightbox .lb-nav a.lb-next {
  position: relative;
  opacity: 1;
  right: -4.375rem;
}
.lightbox .lb-nav a.lb-prev {
  position: relative;
  opacity: 1;
  left: -4.375rem;
}

/* Hide reCAPTCHA badge */
.grecaptcha-badge {
  display: none !important;
}

.not-found-page .error-404 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80vh;
  background: #f8f9fa;
  text-align: center;
  color: #333;
}
.not-found-page .error-404 .container {
  max-width: 37.5rem;
  padding: 2rem;
}
.not-found-page .error-404 .container .error-code {
  font-size: 8rem;
  font-weight: bold;
  color: #100808;
  margin-bottom: 0.5rem;
  line-height: normal;
}
.not-found-page .error-404 .container .error-message {
  font-size: 2rem;
  margin-bottom: 1rem;
}
.not-found-page .error-404 .container .error-description {
  font-size: 1rem;
  margin-bottom: 2rem;
  color: #666;
}
.not-found-page .error-404 .container .empty-cart-button {
  display: inline-block;
  background: transparent;
  border: 0.0625rem solid #378661;
  border-radius: 3.125rem;
  padding: 0.9375rem 2.3125rem;
  color: var(--Subtext, #378661);
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transition: all 0.5s ease;
}
.not-found-page .error-404 .container .empty-cart-button:hover {
  background-color: #378661;
  color: #fff;
}
