/** Shopify CDN: Minification failed

Line 56:20 Unexpected "{"
Line 67:22 Unexpected "{"

**/

.footer-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.footer-col h3, .footer-col h2 {
    font-size: 20px;
    margin: 0 0 10px;
    color: black;
    text-transform: uppercase;
}
.footer-links ul,
.footer-social ul,
.footer-contact {
  list-style: none;
  padding: 0;
}
.footer-about-text p {
    font-size: 16px;
}
.footer-bottom .inline-list.payment-icons {
    display: flex;
   list-style: none;
  padding: 0; 
    gap: 3px;
}
.footer-social a {
    color: rgb(0, 0, 0);
    text-decoration: none;
    font-size: 16px;
}
.footer-links a, .footer-contact a {
    color: rgba(0, 0, 0, 0.6);
    text-decoration: none;
    font-size: 16px;
}
.list-social {
    justify-content: flex-start;
}
.footer-col.footer-about img {
    width: 120px;
    height: auto;
}
.list-social {
    justify-content: flex-start;
}

ul.footer-contact li,
.footer-about-text, {
    font-size: 14px;
    padding: 0;
    margin: 0;
   color: #000;

}
.footer-links ul li{
     padding: 7px 0;
    font-size: 16px;
}
ul.footer-contact li, {
    padding: 5px 0;
}

.list-social__link span.svg-wrapper {
    width: 35px;
    height: 35px;
}

.list-social__link span.svg-wrapper svg {
    width: 100%;
    height: 100%;
}
.footer-bottom {
  border-top: 1px solid #444;
  margin-top: 30px;
  padding-top: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
    color: black;  
}
.footer-bottom p {
    font-size: 14px;
}
@media screen and (max-width: 749px) {
.footer-col.footer-about img {
    width: 140px;
}    
.footer-container {
    display: block;
    padding-top: 20px;
}
.footer-bottom {
    flex-direction: column;
    text-align: center;
}
.footer-links ul li {
    padding: 5px 0;
}
.footer-col h3, .footer-col h2 {
    margin: 40px 0 20px;
}
ul.footer-contact li, .footer-about-text,
.footer-links ul li {
    font-size: 16px;
}
}