/** Shopify CDN: Minification failed

Line 412:19 Expected ":"

**/
.footer-cust {
  background-color: #000000;
  height: auto;
  width: 100%;
  z-index: 2;
    position: relative;
  /* -=---- */
  /* position: fixed;
    bottom: 0;
    left: 0;
    z-index: 0; */
}

.footer__content-top {
  background-color: #fff;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  height: 4vw;
  padding: 0 2vw;
}
.footer__content-top h2 {
  font-size: 1.5vw;
  font-family: "neue-haas-grotesk-text";
  font-weight: 700;
  font-style: italic;
}

.footer__content-top h2:last-child {
  color: #b8b8b8;
  position: relative;
  cursor: pointer;
}

.footer__content-top h2:last-child::before {
  position: absolute;
  left: -1vw;
  top: 40%;
  content: " ";
  width: 7px;
  height: 7px;
  background-color: #878787;
  animation: blink 1s infinite linear;
}

@keyframes blink {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
    transform: scale(0.5);
  }
}

.footer__content-center {
  display: flex;
  /* min-height: 25vw; */
  min-height: 23vw;
  padding-top: 3%;
  padding-left: 2%;
  height: auto;
  width: 100%;
}
.footer__content-center ul {
  width: auto;
  list-style: none;
  gap: 2.5%;
  display: flex;
  flex-direction: column;
  min-width: 18%;
}
.footer__content-center ul h4 {
  color: #fff;
  font-size: 1vw;
  font-family: "neue-haas-grotesk-text";
  font-weight: 500;
  font-style: normal;
  margin-bottom: 1.25vw;
}
.footer__content-center ul li {
  position: relative;
  /* height: 2vw; */
  line-height: 1.5;
}
.footer__content-center ul li a {
  color: #fff;
  font-size: 0.8vw;
  font-family: "neue-haas-grotesk-text";
  font-weight: 400;
  font-style: normal;
  opacity: 75%;
}
.footer__content-center ul li span {
  color: black;
  background-color: #fff;
  font-size: 0.6vw;
  padding: 0.025vw 0.35vw;
  margin-left: 0.5vw;
  font-family: "neue-haas-grotesk-display";
  font-weight: 500;
  font-style: normal;
}
.footer__content-bottom {
  min-height: 12vw;
  display: flex;
  align-items: flex-end;
  justify-content: start;
  padding-bottom: 2vw;
  width: 100%;
}
.footer-logo {
  width: 26%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  justify-content: flex-start;
  padding-left: 2%;
}

.footor-logo svg {
  width: 60%;
  height: 60%;
}
.footer__content-bottom p {
  color: #fff;
  font-size: 1.4vw;
  width: 43%;
  line-height: 1.25;
  font-family: Satoshi-variable-bold;
  font-style: italic;
  margin-right: 0;
  text-transform: capitalize;
  opacity: 80%;
  padding-bottom: 1vw;
  padding-left: 2vw;
}

.footer-img-right {
  width: 10%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 3%;
  padding-right: 3%;
  height: 5.5vw;
  margin-left: 25vw;
}

.footer-img-right svg {
  width: 87%;
  position: absolute;
  transform-origin: center center;
  height: 100%;
}

.footer-img-right svg:last-child {
  height: 150%;
  width: auto;
  animation: rotateSvs 20s linear infinite;
}

@keyframes rotateSvs {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* ---- border-bottom animation --- */
.footer__content-center a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.footer__content-center a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  height: 1px;
  background-color: #fff;
  transition: all 0.4s ease-in-out;
  transform: translateX(-50%);
}

.footer__content-center a:hover::before {
  width: 100%;
}
/* ---- border-bottom animation --- */


.page-width .product {
  background: #fff;
    position: relative;
    z-index: 1
}

/* subscribe popup */

.no-scroll {
  overflow: hidden;
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  /* background-color: #000000bd; */
  /* backdrop-filter: blur(5px); */
  z-index: 1000;
  justify-content: center;
  align-items: center;
}

.overlay .popup {
  background: #000;
  padding: 30px;
  border-radius: 7px;
  width: 25vw;
  max-width: 25vw;
  height: auto;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.overlay form {
  display: flex;
  flex-direction: column;
  margin-top: 3vh;
}

.popup p {
  /* margin: 0.6vh 0; */
  font-size: 1.3vw;
  color: #fff;
  margin-bottom: 0.8vh;
  font-family: 'Neue-Montreal-Regular';
  line-height: 1.1;
}

.popup .off10 {
  font-weight: 600;
  font-size: 1vw;
  font-family: 'Neue-Montreal-Regular';
  margin-bottom: 2.5vh;
}
.popup .form__message {
  color: #fff;
  font-family: 'Neue-Montreal-Regular';
  text-transform: uppercase;
}


.popupClose {
    position: absolute;
    right: 1%;
    top: 2%;
    height: 35px;
    width: 35px;
    cursor: pointer;
}

.popup .ln1 {
  height: 1px;
  width: 100%;
  display: flex;
  background: rgba(255, 255, 255, 0.3);
}

.popup .pop-data {
  font-size: 0.58vw;
  font-family: 'Neue-Montreal-Regular';
  width: 95%;
  line-height: 1.16;
  opacity: 70%;
}

.popup form label {
  color: #fff;
  line-height: 1;
  font-family: 'Neue-Montreal-Regular';
  font-size: 0.79vw;
}

.popup form .pn {
  margin-top: 3vh;
}

.popup form input {
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  background-color: transparent;
  color: #fff;
  outline: none;
  height: 4vh;
  font-family: 'Neue-Montreal-Regular';
  outline-offset: 0;
  box-shadow: none;
}

.popup form .pop-submit {
  height: 6vh;
  border-radius: 50px;
  cursor: pointer;
  font-family: 'Neue-Montreal-Regular';
  margin-bottom: 3vh;
}

/* --------- */

.overlay .newsletter-form__field-wrapper .field__button {
  position: unset;
  height: 6vh;
  width: 100%;
  background: #fff;
  color: #000;
  border-radius: 50px;
  font-size: 0.67vw;
  font-family: 'Neue-Montreal-Regular';
  margin: 2vh 0 3.5vh;
  /* font-weight: 600; */
}
.overlay .newsletter-form__field-wrapper .field {
  flex-direction: column;
}

.overlay .field__input:-webkit-autofill ~ .field__button {
  color: #000;
  font-family: 'Neue-Montreal-Regular';
}
.overlay .newsletter-form__field-wrapper .field__input {
  height: 4vh;
  border-radius: 0;
  background: transparent;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  font-family: 'Neue-Montreal-Regular';
  padding-left: 0 !important;
}

.overlay .newsletter-form__field-wrapper .field input::placeholder {
  color: rgba(255, 255, 255, 0.4) !important;
  opacity: 1;
  font-size: 0.6vw;
}
.popup .footer-block__heading {
  color: #fff;
  line-height: 1;
  font-family: 'Neue-Montreal-Regular';
  font-size: 0.8vw;
  font-weight: 700;
  text-align: center;
  padding: 0.5vh 0 1.5vh;
}
/* .customize-popup .input-fields input{
  user-select:all !important;
  pointer-events: all !important;
} */

.customize-popup .input-fields input::placeholder{
    font-weight: 500;
    font-family: 'Neue-Montreal-Regular';
}

.customize-popup .input-fields input{
      padding: 10px;
}

/* Payment */

.payment{
  color: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  gap:0.5rem;
  padding-bottom: 2rem;
}
.payment p{
  font-size:1.2rem;
}
.payment .payment-svg{
  width: 3rem;
  height: 2.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
}
.payment .payment-svg img{
  max-width: 80%;
  max-height: 90%;
  height: auto;
  width: auto;
  object-fit: contain;
  display: block;ß
}
@media screen and (max-width: 950px) {
  .payment p{
    font-size: 1rem;
  }
}
/* payment */

/* --------- */

/* ========================= responsive css----------- */

@media screen and (max-width: 950px) {
  .overlay .popup {
    background: #000;
    padding: 20px;
    border-radius: 7px;
    width: 100%;
    max-width: 100%;
    height: auto;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding-top: 25px;
  }

  .popup .off10 {
    font-weight: 600;
    font-size: 14px;
    font-family: 'Neue-Montreal-Regular';

    margin-bottom: 20px;
  }

  .popup form label {
    color: #fff;
    line-height: 1;
    font-family: 'Neue-Montreal-Regular';

    font-size: 13px;
  }

  .overlay .newsletter-form__field-wrapper .field__input {
    height: 3vh;
    border-radius: 0;
    background: transparent;
    color: #fff;
    padding-left: 0 !important;
    font-size: 12px;
  }
  .popup form input {
    border: none;
    border-bottom: 2px solid rgba(255, 255, 255, 0.3);
    background-color: transparent;
    color: #ffffff;
    outline: none;
    height: 3vh;
    font-family: 'Neue-Montreal-Regular';

    outline-offset: 0;
    box-shadow: none;
    font-size: 12px;
  }
  .overlay .newsletter-form__field-wrapper .field__button {
    position: unset;
    height: 45px;
    width: 100%;
    background: #fff;
    color: #000;
    border-radius: 50px;
    font-size: 9px;
    font-family: 'Neue-Montreal-Regular';
    margin: 2vh 0 3.5vh;
    /* font-weight: 600; */
  }

  .popup .pop-data {
    font-size: 9px;
    font-family: 'Neue-Montreal-Regular';

    width: 95%;
    line-height: 1.3;
    opacity: 70%;
  }

  .popup p {
    font-size: 22px;
  }
  .overlay {
    height: 100svh;
    align-items: end;
    padding-bottom:8vh;
  }

  .overlay .newsletter-form__field-wrapper .field input::placeholder {
    color: rgba(255, 255, 255, 0.4) !important;
    opacity: 1;
    font-size: 8px;
  }
  .popup .footer-block__heading {
    font-size: 12px;
  }
}

/* ========================= responsive css----------- */


/* subscribe popup */