.footer {
  margin: 0 auto;

  background-color: #a9f134;
}

.footer-container {
  max-width: 1400px;
  width: 90%;
  margin: 0 auto;
  background-color: #a9f134;
}

.template-index .footer,
#mission .footer,
#science .footer,
#faq .footer,
#build-display .footer,
#rewards .footer,
#store-locator .footer,
#store-locator-midwest .footer,
#store-locator-midwest-bogo .footer,
#store-locator-casey-39-s .footer,
#store-locator-murphy-usa .footer,
#subscribe-to-proper-wild .footer,
.gummies-shots-landing-page .footer,
#account .footer,
#create-account .footer,
#frequently-asked-questions .footer,
#affiliate-program .footer,
.template-product .footer,
#your-shopping-cart .footer,
.template-customers-order .footer,
#privacy-policy .footer,
#terms-of-use .footer,
#cookie-policy .footer,
#accessibility-statement .footer,
#products .footer,
#recharge-novum .footer,
#free-shot .footer,
.recharge-skip-page .footer {
  border-top: none;
}

#account .footer .footer-nav,
#affiliate-program .footer .footer-nav,
#create-account .footer .footer-nav,
#your-shopping-cart .footer .footer-nav,
.template-customers-order .footer .footer-nav,
#privacy-policy .footer .footer-nav,
#terms-of-use .footer .footer-nav,
#cookie-policy .footer .footer-nav,
#accessibility-statement .footer .footer-nav,
#products .footer .footer-nav,
#recharge-novum .footer .footer-nav,
#free-shot .footer,
.recharge-skip-page .footer {
  padding-top: 50px;
}

.footer-nav {
  padding: 50px 0;
}

.footer .footer-logo {
  width: 137px;
  float: left;
}

.footer .nav-links {
  float: right;
}

.footer .nav-links .footer-nav-link {
  font-size: 15px;
  color: #1f1f1f;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 30px;
  font-size: 14px;
  line-height: 16px;
}

.footer .nav-links .footer-nav-link:hover,
.footer-secondary-nav a:hover {
  color: black;
  opacity: 1;
}

.footer .footer-secondary-nav a {
  margin-right: 15px;
}

.footer .nav-links .footer-nav-link.last,
a.last.header-footer-link.row-end {
  margin-right: 0;
}

.footer .footer-separator-link,
.footer .footer-secondary-nav .copyright {
  display: inline-block;
  margin-right: 20px;
}

.footer-secondary-links {
  display: flex;
  align-items: center;
}

.footer .footer-secondary-nav .social-icons {
  display: flex;
  gap: 10px;
}

.footer .footer-content {
  padding: 20px 0 100px;
}

.footer .footer-content p {
  width: 100%;
  font-size: 14px;
  line-height: 25px;
  border: 2px solid #1f1f1f;
  padding: 7px 15px;
  margin-top: 10px;
  color: #1f1f1f;
  font-weight: 700;
  text-align: center;
}

.social-icons {
  float: right;
}

.social-icons a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 45px; /* Adjust size as needed */
  height: 45px; /* Same as width for a perfect circle */
  border-radius: 50%;
  border: 2px solid #000;
}

.social-icons.desktop img {
  width: 50%; /* Adjust size as needed */
  height: 50%;
  object-fit: contain;
  height: 26px;
}
.social-icons.mobile img {
  height: 36px;
  padding: 6px;
}

.social-icons.desktop .twitter {
  position: relative;
  /*bottom: 5px;*/
}

.footer .footer-horizontal-separator {
  border-top: 2px solid #1f1f1f;
}

.footer .footer-secondary-nav {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

@media (max-width: 1270px) {
  .footer-secondary-nav .social-icons a {
    margin-right: 0px;
  }
}

@media (max-width: 1100px) {
  .footer-secondary-nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .social-icons {
    display: flex;
    gap: 10px;
    justify-content: center;
    width: 100%;
  }

  .footer-secondary-links {
    display: flex;
    gap: 10px 0;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .copyright {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .footer-container {
    max-width: 900px;
  }
  .footer .footer-separator-link {
    display: none;
  }
  .footer .footer-nav {
    padding: 30px 0;
  }

  .footer .nav-links .footer-nav-link {
    margin-right: 20px;
    font-size: 15px;
  }
}

@media (max-width: 1000px) {
  .footer-container {
    max-width: 800px;
  }

  .footer .footer-nav {
    padding: 30px 0;
  }

  .footer .nav-links .footer-nav-link {
    font-size: 14px;
  }
}

@media (max-width: 850px) {
  .footer-container {
    max-width: 700px;
  }
  .footer .nav-links .footer-nav-link {
    margin-right: 5px;
  }
}

@media (max-width: 768px) {
  .footer-container {
    width: 84vw;
    text-align: center;
    border-top: none;
  }

  .footer .footer-logo {
    float: none;
    width: 36.533vw;
    margin-bottom: 0;
  }

  .bYiesZ.bYiesZ {
    padding-top: 0px !important;
  }
  .kjNJFx.kjNJFx {
    padding-top: 2px !important;
  }

  .footer .footer-nav {
    padding: 30px 0;
  }

  .social-icons.desktop {
    display: none;
  }

  .social-icons a.first {
    margin-left: 0;
  }

  .footer .nav-links {
    margin-top: 0em;
    float: none;
  }

  .footer .nav-links .footer-nav-link {
    display: block;
    margin-right: 0;
    font-size: 3.733vw;
    margin-bottom: 8vw;
  }

  .footer .nav-links .footer-nav-link.desktop {
    display: none;
  }

  .footer .footer-secondary-nav {
    margin-top: 8vw;
    gap: 40px;
  }

  .footer .footer-content {
    padding: 40px 0 50px;
  }

  .footer .footer-secondary-nav .copyright {
    display: block;
    margin: 0 auto 20px;
  }

  .footer .footer-secondary-nav a,
  .footer .footer-secondary-nav span {
    font-size: 3.733vw;
  }

  .footer .footer-secondary-nav a {
    margin-right: 20px;
  }

  .footer .footer-secondary-nav a.last {
    margin-right: 0;
  }

  .footer .footer-content p,
  .footer-disclaimer p {
    font-size: 3.733vw;
    line-height: 5.6vw;
    width: 84vw;
    margin: 0 auto;
    padding: 20px;
  }

  .footer .header-footer-link.row-end {
    margin-right: 0;
  }
}

.footer #giraffe-swag {
  line-height: 0;
  position: relative;
  text-align: left;
}
.footer #giraffe-swag a {
  display: block;
}
.footer #giraffe-swag a img {
  width: 52px;
  left: 0px;
  transition-property: right, left;
  transition-duration: 8s, 8s;
  transition-timing-function: linear;
  position: relative;
}
.footer #giraffe-swag a.clicked img {
  left: 96%;
}
#swag-link-container {
  border-top: 1px solid #dedede;
  padding: 100px 20px;
  display: none;
  background-color: #000;
}
#swag-link-container a.cta-button {
  width: 180px;
  color: #fff;
  background-color: #000;
  padding: 20px 0;
  border-color: #fff;
}
#swag-link-container a.cta-button:hover {
  color: #000;
  background-color: #fff;
}
@media (max-width: 768px) {
  .footer #giraffe-swag a.clicked img {
    left: 86%;
  }
}
