/** Shopify CDN: Minification failed

Line 336:0 Expected "}" to go with "{"

**/
.footer-new {
  background: #000;
  color: #ffffff;
  font-family: inherit;
}

.footer-new__top {
  padding: 60px 20px;
}

.footer-new__container {
  max-width: 1380px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

.footer-col h4 {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #ffffff;
}

.footer-col p {
  font-size: 16px;
  line-height: 1.6;
  color: #dcdcdc;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col ul li {
  margin-bottom: 10px;
}

.footer-col ul li a {
  color: #dcdcdc;
  font-size: 16px;
  text-decoration: none;
}

.footer-col ul li a:hover {
  color: #9de7d7;
}

.footer-logo {
  max-width: 120px;
  margin-bottom: 15px;
}

.footer-social {
  display: flex;
  gap: 16px;
  margin-top: 15px;
  justify-content: flex-start; /* Default: left-aligned */
}

/* Center on mobile */
@media (max-width: 768px) {
  .footer-social {
    justify-content: center;
  }
}

.footer-social a {
  display: inline-block;
  margin-right: 12px;
  color: #ffffff;
  font-size: 16px;
}

.footer-social svg {
  width: 18px;
  height: 18px;
  fill: #ffffff;
  transition: opacity 0.3s ease;
}

.footer-social a:hover svg {
  opacity: 0.7;
}

.footer-newsletter input {
  flex: 1;
  padding: 10px;
  border-radius: 20px 0 0 20px;
  border: none;
  outline: none;
}

.footer-newsletter button {
  padding: 9px 9px;
  border-radius: 0 20px 20px 0;
  border: none;
  background: #9de7d7;
  color: #000;
  cursor: pointer;
  font-weight: 600;
}

.footer-newsletter button:hover {
  background: #7fd8c5;
}

/* Bottom */
.footer-new__bottom {
  border-top: 1px solid #222;
  padding: 20px 15px;
}

.footer-bottom-grid {
  max-width: 1380px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}

.footer-right svg {
  height: 22px;
  width: auto;
}

@media (max-width: 768px) {
  .footer-bottom-grid {
    grid-template-columns: 1fr;
    gap: 10px;
    text-align: center;
  }

  .footer-right {
    justify-content: center;
  }
}
.footer-bottom__container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.footer-bottom__container p {
  font-size: 12px;
  color: #aaa;
}

.footer-payments svg {
  height: 22px;
  margin-left: 8px;
}

.footer-payments svg {
  height: 22px;
  width: auto;
  fill: #ffffff !important;
  opacity: 1 !important;
}

.footer-new__bottom {
  border-top: 1px solid #222;
  padding: 20px 15px;
}

.footer-bottom__container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}

.footer-bottom__left {
  text-align: left;
}

.footer-bottom__center {
  text-align: center;
}

.footer-bottom__right {
  display: flex;
  justify-content: flex-end;
}

.footer-bottom__container p {
  font-size: 12px;
  color: #aaa;
}

/* Payment icons */
.payment-methods {
  display: flex;
  gap: 8px;
}

.footer-bottom-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}

.footer-left {
  justify-self: start;
}

.footer-center {
  text-align: center;
}

.footer-right {
  justify-self: end;
  display: flex;
  gap: 8px;
}

.footer-right svg {
  height: 22px;
  width: auto;
}
.payment-icons {
  display: flex;
  gap: 10px;
  align-items: center;
}

.payment-icons svg {
  height: 22px;
  width: auto;
  border-radius: 4px;
}


@media (max-width: 768px) {
  .footer-bottom-grid {
    grid-template-columns: 1fr;
    gap: 10px;
    text-align: center;
  }

  .footer-right {
    justify-self: center;
  }
}

.payment-methods--item svg {
  height: 22px;
  width: auto;
  fill: #ffffff;
}

/* Mobile */
@media (max-width: 768px) {
  .footer-bottom__container {
    grid-template-columns: 1fr;
    gap: 12px;
    text-align: center;
  }

  .footer-bottom__right {
    justify-content: center;
  }
}


/* Responsive */
@media (max-width: 991px) {
  .footer-new__container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .footer-new__container {
    grid-template-columns: 1fr;
    text-align: center;
  }

  /* Newsletter Wrapper */
.footer-newsletter form {
  position: relative;
  width: 100%;
  max-width: 420px;
  margin-top: 15px;
}

/* Input field */
.footer-newsletter input {
  width: 100%;
  height: 48px;
  padding: 0 120px 0 18px; /* space for button */
  border-radius: 30px;
  border: none;
  outline: none;
  font-size: 14px;
}

/* Button – overlay style */
.footer-newsletter button {
  position: absolute;
  top: 3px;
  right: 3px;
  height: 42px;
  padding: 0 26px;
  border-radius: 26px;
  border: none;
  background: #9de7d7;
  color: #000;
  font-weight: 600;
  cursor: pointer;
}

/* Hover */
.footer-newsletter button:hover {
  background: #7fd8c5;
}

/* Mobile */
@media (max-width: 600px) {
  .footer-newsletter form {
    max-width: 100%;
  }
}
