html {
  scroll-behavior: smooth;
  scroll-padding-top: 60px;
}

.link--native-share {
  background: none !important;
  border: 0 !important;
  padding: 0 !important;
  font: inherit !important;
  cursor: pointer !important;
}

@media (min-width: 1024px) {
  .product--detail-upper {
    overflow: visible !important;
  }
  .is--ctl-detail .page-wrap {
    overflow-x: visible !important;
  }
  .product--detail-upper .product--image-container {
    position: sticky !important;
    top: 60px !important;
    z-index: 30 !important;
    align-self: flex-start;
  }
}
@media (max-width: 479px) {
  .content--wrapper .content.product--details .product--detail-upper {
    margin-bottom: 30px !important;
  }
}

@media (max-width: 767px) {
  .content--wrapper .content.product--details .product--detail-upper {
    margin-bottom: 30px !important;
  }
}
.google-reviews-container {
  padding: 20px !important;
}

/* Elfsight / widget badge: stay under sticky buybox (20002) and ajax cart (20003) */
.jLKkbH {
  z-index: 19999 !important;
}
.checkout-google-reviews {
  float: left;
  max-width: 450px !important;
  padding: 0px 20px !important;
}

/* ==========================================================================
   Cart drawer: item container spacing on mobile
   ========================================================================== */
@media (max-width: 767px) {
  .ajax--cart .item--container,
  .ajax--cart .alert.is--success {
    padding-top: 50px !important;
  }
}

.listing--paging {
  padding-left: 20px !important;
}

.product--payment-logos {
  display: none !important;
}

.product--base-info.list--unstyled .base-info--entry {
  display: flex;
  align-items: baseline;
}
.product--base-info.list--unstyled .entry--label {
  flex: 0 0 10rem;
  min-width: 10rem;
}
.product--base-info.list--unstyled .entry--content {
  flex: 1;
}

.tab--preview ul:not(:has(.tab--link)) {
  padding: 0 0 0 1em !important;
  margin: 0 0 0 1em !important;
}

.product--buybox .additional--button {
  width: 100% !important;
}
.footer-main .footer--column {
  background-color: #2f2f2e !important;
  color: #fff !important;
}

.footer-main .footer--column,
.footer-main .footer--column a,
.footer-main .footer--column p,
.footer-main .footer--column span,
.footer-main .footer--column strong,
.footer-main .footer--column b,
.footer-main .footer--column label,
.footer-main .footer--column li,
.footer-main .footer--column i,
.footer-main .footer--column .column--headline,
.footer-main .footer--column .column--desc,
.footer-main .footer--column .navigation--link,
.footer-main .footer--column .newsletterfooter--privacy,
.footer-main .footer--column .newsletterfooter--privacy a,
.footer-main .footer--column .newsletter--button,
.footer-main .footer--column .button--text,
.footer-main .column--headline:after {
  color: #fff !important;
}

.footer-main .column--newsletter,
.footer-main .column--newsletter .container,
.footer-main .column--newsletter .column--content,
.footer-main .column--newsletter .column--desc,
.footer-main .column--newsletter .newsletter--form,
.footer-main .column--newsletter .column--headline,
.footer-main .column--newsletter .newsletterfooter--privacy {
  background-color: #3c3c3b !important;
}

.footer-main .column--newsletter .newsletterfooter--privacy a {
  background: transparent !important;
  color: #fff !important;
}

.footer-main .column--newsletter .newsletter--form .newsletterfooter--privacy {
  overflow: hidden;
  max-height: 0;
  margin-top: 0;
  opacity: 0;
  transform: translateY(-0.35rem);
  visibility: hidden;
  text-align: left !important;
  transition:
    opacity 0.3s ease,
    max-height 0.35s ease,
    transform 0.3s ease,
    margin-top 0.3s ease,
    visibility 0s linear 0.35s;
}

.footer-main
  .column--newsletter
  .newsletter--form.is--privacy-visible
  .newsletterfooter--privacy {
  max-height: 20rem;
  margin-top: 0.5rem;
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
  transition:
    opacity 0.3s ease,
    max-height 0.35s ease,
    transform 0.3s ease,
    margin-top 0.3s ease,
    visibility 0s;
}

.footer-main .column--newsletter .newsletter--field,
.footer-main .column--newsletter input.newsletter--field,
.footer-main .column--newsletter .newsletter--form input[type="email"] {
  background: #3c3c3b !important;
  background-color: #3c3c3b !important;
  background-image: none !important;
  border: 1px solid #4a4a49 !important;
  box-shadow: inset 0 0 0 9999px #3c3c3b !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  caret-color: #fff !important;
}

.footer-main .column--newsletter .newsletter--field::placeholder,
.footer-main .column--newsletter input.newsletter--field::placeholder {
  color: rgba(255, 255, 255, 0.7) !important;
  opacity: 1 !important;
}

.footer-main .column--newsletter .newsletter--button {
  background-color: #478a84 !important;
  color: #fff !important;
}

@media (max-width: 767px) {
  .footer-main .footer--column {
    background-color: #2f2f2e !important;
    color: #fff !important;
  }

  .footer-main .column--newsletter,
  .footer-main .column--newsletter .container,
  .footer-main .column--newsletter .column--content,
  .footer-main .column--newsletter .column--desc,
  .footer-main .column--newsletter .newsletter--form,
  .footer-main .column--newsletter .column--headline,
  .footer-main .column--newsletter .newsletterfooter--privacy {
    background-color: #3c3c3b !important;
  }

  .footer-main .column--newsletter .column--headline {
    display: block !important;
    cursor: default !important;
  }

  .footer-main .column--newsletter .column--headline:after {
    display: none !important;
    background: transparent !important;
  }

  .footer-main .column--newsletter .column--content {
    display: block !important;
  }
}
