/** Shopify CDN: Minification failed

Line 32:0 Unexpected "}"

**/
@media screen and (min-width: 990px) { 
  .footer {
  background-color: #000;
  color: #fff;
  padding: 4.8rem 1.6rem;
}
}

@media screen and (max-width: 990px) { 
  .footer {
  background-color: #000;
  color: #fff;
  padding: 4.8rem 1.6rem;
}
}

@media screen and (min-width: 1080px) { 
  .footer {
  background-color: #000;
  color: #fff;
  padding: 4.8rem;
}
}



}

.footer .page-links {
  margin-bottom: 0;
}

.footer .page-links a {
  text-decoration: none;
  color: #ff4713;
  font-family: "RingsideRegular", Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.footer-top {
  margin-bottom: 3.2rem;
}

.footer-top .pot-footer .text-logo {
  text-indent: -99999px;
  background-image: url(./pot-orange.svg);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: contain;
  height: 8rem;
  display: block;
  margin-bottom: 1rem;
}

.footer-top .newsletter-form {
  margin-top: 3.2rem;
}

.footer-top h2 {
  color: #fff;
  font-family: "Ringside Compressed";
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 900;
  line-height: 100%; /* 1.5rem */
  letter-spacing: -0.05rem;
  text-transform: uppercase;
  margin-bottom: 1.6rem;
}

.footer-top .newsletter-form input {
  background-color: transparent !important;
  border: none !important;
  border-bottom: 1px solid #fff !important;
  width: 100%;
  font-size: 1.5rem !important;
  line-height: 4rem;
  color: #fff;
  border-radius: 0;
  font-family: 'Ringside Regular', Arial, Helvetica, sans-serif;
}

.footer-top .newsletter-form input:hover {
  border-bottom: 1px solid #fff !important;
}

.footer-top .newsletter-form input::placeholder {
  color: #BFA8A8;
  font-family: 'Ringside Regular', Arial, Helvetica, sans-serif;
  font-style: italic;
  font-size: 1.5rem;
}

.footer-top .newsletter-form button {
  width: 100%;
  margin-top: 1.6rem;
}

.footer-top .disclaimer {
  margin: 1.6rem 0 2.4rem 0;
  color: var(--White, #FFF);
  font-family: "Ringside Regular", Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.footer-top .legal-links {
  font-family: 'Ringside Regular';
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.footer-content {
}

#footer-nav {
  border-top: 1px solid #FF4713;
  margin-top: 3.2rem;
}

.footer-content h2 {
  color: #FF4713;
}

.footer-bottom {
  margin-top: 3.2rem;
}

.footer-bottom h3 {
  color: #FF4713;
  margin-bottom: 0;
}

.sweepstakes-disclaimer {
  margin-top: 1rem;
  padding: 1rem;
  background-color: #000;
  border-radius: 4px;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
}

.sweepstakes-disclaimer p {
  margin: 0;
}

.sweepstakes-disclaimer a {
  color: #FF4713;
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .footer {
    display: flex;
    flex-direction: column;
  }

  .footer .footer-top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

  .footer-top .footer-top_left {
    width: 25%;
    margin-right: 3.2rem;
  }
  
  .footer-top .pot-footer {
    display: flex;
    align-items: center;
  }

  .footer-top .pot-footer .text-logo {
    display: inline-block;
    width: 61%;
    margin: 0;
  }

  .footer-top .pot-footer .pot-bear {
    background-image: url('./pot-bear.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 32%;
    height: 11.6rem;
    text-indent: -99999px;
    margin-right: 2rem;
  }

  .footer .footer-content {
    border: none;
    display: flex;
    flex-direction: column;
    width: 65%;
  }

  .footer .footer-content .footer__list-social {
    margin-bottom: 8rem;
  }

  .footer .footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .footer .footer-bottom .page-links {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 64%;
  }

  .footer .footer-bottom .page-links li{
    width: 50%;
  }

  .sweepstakes-col {
    width: 25%;
    margin-right: 3.2rem;
  }
  
  .sweepstakes-col .sweepstakes-disclaimer {
    margin-top: 0;
    padding: 0;
  }
}

@media screen and (max-width: 749px) {
  .sweepstakes-disclaimer {
    margin: 1rem 0;
    padding: 0.75rem;
  }
  
  #sweepstakes-links .accordion-body {
    padding: 1rem;
    background-color: #000;
    border-radius: 4px;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
  }
  
  #sweepstakes-links .accordion-body p {
    margin: 0;
  }
  
  #sweepstakes-links .accordion-body a {
    color: #FF4713;
    text-decoration: underline;
  }
}