/** Shopify CDN: Minification failed

Line 19:8 Expected identifier but found whitespace
Line 19:10 Unexpected "{"
Line 19:19 Expected ":"

**/
.customized_footer{
  margin-top:30px;
}
.customized_footer footer.footer {
  margin: 0 auto;
  padding: 0 48px;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
}
.customized_footer footer.footer .newsletter-form__field input::placeholder {
  color: {{ section.settings.text_color }};
  opacity: 0.6;
}
.customized_footer .footer__bottom {
  margin-top: 100px;
}
.section.customized_footer:before{
  content: unset;
}
.customized_footer footer.footer p.footer__heading {
  margin-bottom: 32px;
  line-height: 1;
  text-transform: capitalize;
  font-weight:600;
}
.customized_footer .footer__newsletter {
  gap:0;
}
.customized_footer .footer__newsletter .newsletter-form {
  margin-top: 20px;
}
.customized_footer .footer__newsletter .newsletter-form input.input {
  padding: 10px 10px 10px 20px;
  border: 0.8px solid #ffffff7d;
  color:#fff;
  border-radius: 0;
}
.customized_footer .footer__newsletter .newsletter-form label.label.is-floating{
  display:none;
}
.customized_footer .footer__newsletter .newsletter-form input.input::placeholder {
  color: #fff;
}
.customized_footer .footer__newsletter > p {
  margin-bottom: 12px;
}
.customized_footer .footer__newsletter .leading-tight {
  opacity: 0.85;
}
.customized_footer ul.footer__menu li {
  margin-bottom: 16px;
  font-weight: 500;
  opacity: 0.85;
  transition: 0.2s ease-in-out;
}

.customized_footer ul.footer__menu li:hover{
  opacity: 1;
}
.customized_footer .newsletter-form__field {
  width: 70%;
}
.customized_footer .newsletter-form__field input {
  background: transparent;
  padding: 10px;
  border: 1px solid #ffffffad;
  border-radius: 6px;
  color: #fff;
  outline: none;
}
.customized_footer .newsletter-form__field button.newsletter-form__button{
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}
.customized_footer footer.footer .footer__right{
  padding:0;
}
.customized_footer footer.footer .footer__socials {
  align-self: flex-start;
}
.customized_footer footer.footer .footer__socials ul {
  gap: 12px;
}
.customized_footer footer.footer .footer__socials ul li {
  background: #27272a;
  padding: 10px;
  border-radius: 50%;
}
.customized_footer footer.footer .footer__socials ul li a{
  color: #fffc;
}
.customized_footer footer.footer .footer__socials ul li svg {
  width: 16px;
  height: 16px;
}
.customized_footer .footer__bottom .footer__policies {
  gap: 6px;
}
.footer__bottom .footer__policies a:after {
  content: "|";
  padding-left: 6px;
}
.footer__bottom .footer__policies a:last-child:after {
  content:unset;
}
.customized_footer footer.footer .footer__left {
  gap: 0;
  justify-content: space-between;
}
.customized_footer footer.footer .footer__left .footer__column {
  width: 32%;
}
ul.footer__menu a:hover {
  text-decoration: underline;
}
.customized_footer .footer__bottom .footer__policies a:hover {
  text-decoration: underline;
}
.customized_footer .footer__bottom a:hover {
  text-decoration: underline;
}
@media (max-width:1280px){
  .customized_footer footer.footer .footer__right {
    margin: 0;
    width: 100%;
  }
  .customized_footer footer.footer .footer__left > .footer__column {
    width: 30%;
  }
  .customized_footer footer.footer .footer__left {
    width: 100%;
    justify-content: space-between;
    gap: 0;
  }
  .customized_footer footer.footer {
    padding: 0 36px;
  }
  .customized_footer footer.footer .footer__right {
    margin-top: 0;
  }
}
@media (max-width:1052px){
  .customized_footer footer.footer {
    padding: 0 20px;
  }
  .customized_footer footer.footer .footer__left {
    width: 100%;
    justify-content: space-between;
    gap:0;
  }
  .customized_footer footer.footer .footer__left > .footer__column {
    width: 30%;
  }
  .customized_footer footer.footer .footer__right{
    width:100%;
    margin-top: 10px;
  }
  .customized_footer .footer__bottom {
    margin-top: 60px;
    margin-bottom: 26px;
    padding: 0 20px;
    max-width: 1400px;
  }
}
@media (max-width:767px){
  .customized_footer .footer__bottom {
    margin-bottom: 60px;
  }
}
@media (max-width:640px){
  .customized_footer footer.footer .footer__left > .footer__column {
    width: 100%;
  }
  .customized_footer footer.footer .footer__left {
    gap: 24px;
  }
  .customized_footer footer.footer {
    gap: 24px;
  }
}
@media (max-width:366px;){
  .customized_footer .footer__bottom .footer__policies {
    display: block;
    margin-top: 12px;
  }
}