/** Shopify CDN: Minification failed

Line 12:0 Unexpected "<"
Line 32:30 Expected identifier but found "/"
Line 37:2 Expected identifier but found "/"
Line 37:18 Expected identifier but found "/"

**/


/* CSS from section stylesheet tags */
<link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <link
        href="https://fonts.googleapis.com/css2?family=Gilda+Display&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap"
        rel="stylesheet">
  * {
  margin: 0;
  padding: 0;
    outline: 1px solid red;
  box-sizing: border-box;
}

body {
  font-family: 'Montserrat', sans-serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
.footer {
  border-top:2px solid black;
   background-color: #8e8e8e; /
  color: white;

  padding: 5px 50px;
  padding-top: 25px;
  / width:1440px; /
}

.footer-container {
  display: flex;

  justify-content: space-between;
  gap: 85px;
  max-width: 1368px;

  color: black;

}

.footer-column {
     max-width: 423px;

  min-width: 200px;
}

.logo {
  width: 120px;
  margin-bottom: 4.78px;
}

.footer-column h4 {
   font-family: 'Montserrat', sans-serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-weight: 700;
  font-size: 17px;
  line-height: 30px;
  letter-spacing: 0px;
  color: rgba(0, 0, 0, 1);
 
}
.lastfoot{
 text-align:center;}
.p {
  font-family: 'Montserrat', sans-serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-weight: 500;
  font-size: 15px;
  line-height: 30px;
 
  letter-spacing: 0px;
  color: rgba(40, 37, 37, 1);
}
.pp {
   font-family: 'Montserrat', sans-serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0px;
  color: rgba(40, 37, 37, 1);
  line-height: 30px;
  width:263px;
}

.footer-column ul {
  list-style: none; padding-left:10px;
}
  .footer-column  a{
    text-decoration:none;  
    font-family: 'Montserrat', sans-serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-weight: 500;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0px;
  color: rgba(40, 37, 37, 1);
  padding-bottom: 4.28px;
  }

.footer-column ul li {
  /* margin-bottom: 8px;
  font-size: 14px; */

   font-family: 'Montserrat', sans-serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-weight: 500;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0px;
  color: rgba(40, 37, 37, 1);
  padding-bottom: 14.28px;
}

.social-icons {
  margin-top: 10px;
  display: flex;
  gap: 10px;
  align-items: center;

}

.social-icons img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  object-fit: cover;
  transition: transform 0.3s ease;
  cursor: pointer;
}

input[type="email"] {
  width: 270px;
  height: 35.11392593383789px;
  top: 1968px;
  left: 1071px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: 'Montserrat', sans-serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-weight: 400;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0px;
  color: rgba(192, 195, 198, 1);
  margin-bottom: 8px;
}
.Subscribe {
   
  width: 270px;
  height: 35.11392593383789px;
  opacity: 0.7;
  border-radius: 3px;
  background: rgba(61, 71, 78, 1);
   font-family: 'Montserrat', sans-serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-weight: 700;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0px;
  color: rgba(255, 255, 255, 1);
  
}



.footer-tail {
  height: 69px;
  background-color: rgba(71, 83, 86, 1);
}
  /* --- RESPONSIVE FOOTER STYLES --- */

@media (max-width: 1439px) {
  .pp{
    width:219px;
  }
  .footer {
    width: 100%;
    padding: 20px;
  }
  .footer-container {
    gap: 40px;
  }
  input[type="email"],
  .Subscribe {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .pp{
    width:249px;
  }
  .lastone{
        display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer-container {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  .footer-column {
    width: 100%;
    text-align: center;
            display: flex;
        flex-direction: column;
        align-items: center;
  }
  .footer-column h4 {
    font-size: 16px;
  }
  .footer-column ul li,
  .p, .pp {
    font-size: 14px;
    line-height: 24px;
  }
  .logo-container {
    text-align: center;
    margin-bottom: 20px;
  }
  .logo {
    width: 100px;
    margin: 0 auto;
  }
  .social-icons {
    justify-content: center;
  }
  input[type="email"],
  .Subscribe {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
}

@media (max-width: 480px) {
  .footer {
    padding: 15px;
  }
  .footer-column h4 {
    font-size: 15px;
  }
  .footer-column ul li,
  .p, .pp {
    font-size: 13px;
    
  }
  .pp{
    width:225px;
  }
  .Subscribe {
    font-size: 14px;
    height: 38px;
  }
  input[type="email"] {
    height: 38px;
    font-size: 14px;
    margin:10px 0px;
  }
  .social-icons img {
    width: 30px;
    height: 30px;
  }
}
@media (min-width: 1445px) {
  .footer-container{
    max-width:100%;
  }
  .lastfoot{
    text-align:left;
  }
  .pp{
margin-top:10px;}
.footer-column input{
  margin-top:10px;
}

 
}
  .legaltext{
   display:flex; justify-content:center;gap:15px; width:100%; padding-top:14px;
 } 
  
   
   @media (max-width:768px){
         .legaltext{
           justify-content: center;
           padding-right:0;
         }
     .footer-tail{
       flex-direction:column;
     }
       }
    @media (max-width:320px){
      .lastspan{
        min-width:295px !important;
      }
    }