/** Shopify CDN: Minification failed

Line 47:14 Expected identifier but found whitespace
Line 47:15 Unexpected "@font-face"

**/
@font-face {
    font-family: 'Abhaya Libre';
    src: url("//anzie.store/cdn/shop/files/AbhayaLibre-SemiBold.woff2?v=10497642767011536579") format('woff2'),
        url("//anzie.store/cdn/shop/files/AbhayaLibre-SemiBold.woff?v=14861855676909679183") format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


@font-face {
  font-family: Inter;
  font-weight: 400;
  font-style: normal;
  src: url("//anzie.store/cdn/fonts/inter/inter_n4.b2a3f24c19b4de56e8871f609e73ca7f6d2e2bb9.woff2") format("woff2"),
       url("//anzie.store/cdn/fonts/inter/inter_n4.af8052d517e0c9ffac7b814872cecc27ae1fa132.woff") format("woff");
}

@font-face {
  font-family: Inter;
  font-weight: 400;
  font-style: normal;
  src: url("//anzie.store/cdn/fonts/inter/inter_n4.b2a3f24c19b4de56e8871f609e73ca7f6d2e2bb9.woff2") format("woff2"),
       url("//anzie.store/cdn/fonts/inter/inter_n4.af8052d517e0c9ffac7b814872cecc27ae1fa132.woff") format("woff");
}

*{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  webkit-box-sizing: border-box; 
  box-sizing: border-box;
  line-height: 1;
  opacity: 1;
  letter-spacing: 0
}
body{
  margin: 0;
  padding: 0;
  font-family: @font-face {
  font-family: Inter;
  font-weight: 400;
  font-style: normal;
  src: url("//anzie.store/cdn/fonts/inter/inter_n4.b2a3f24c19b4de56e8871f609e73ca7f6d2e2bb9.woff2") format("woff2"),
       url("//anzie.store/cdn/fonts/inter/inter_n4.af8052d517e0c9ffac7b814872cecc27ae1fa132.woff") format("woff");
}
;
  font-weight: normal;
  letter-spacing: 0
}
ul {
  margin: 0;
  padding: 0;
}
ul li{
list-style: none
}
h1, h2{
  font-family: 'Abhaya Libre';
}
h3, h4,h5,h6{
font-family: 'Abhaya Libre';
}
article h1,
article h2{
  font-family: 'Abhaya Libre';
}
a{
text-decoration: none;
}
.dark-btn {
    border-radius: 4px;
    background: #90A955;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    justify-content: center;
}
.light-btn {
    border-radius: 4px;
    border: 1px solid #FFF;
    padding: 12px 16px;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
}
/* gap */
.gap-4{
  gap:4px;
}
.gap-8{
  gap:8px;
}
.gap-10{
  gap:10px;
}
.gap-16{
  gap:16px;
}
.gap-20{
  gap:20px;
}
.gap-30{
  gap:30px;
}
.gap-40{
  gap:40px;
}
.gap-50{
  gap:50px;
}
.font-heading{
font-family: Inter;
}
.font-body{
font-family: 
}
.font-special{
font-family: 
}
.font-highlight{
font-family: 
}
/* Font Messurement */
.font_third{
  font-family: ;
}
.font-16{
font-size: 16px;
}
.font-18{
font-size: 18px;
}
.font-20{
font-size: 20px;
}
.font-28{
font-size: 28px;
}
.font-24{
font-size: 24px;
}
.font-32{
font-size: 32px
}
.font-36{
font-size: 36px
}
.font-60{
font-size: 60px;
}
.font-75{
    font-size: 75px ;
  }
.font-80{
font-size: 80px;
}
.font-d-70{
font-size: 70px;
}
.font-d-20{
font-size: 20px
}
.font-d-22{
font-size: 22px
}
.font-100{
font-size: 100px
}
/* Font Messurement */
.flex{
display: flex
}
.flex-wrap{
  flex-wrap:wrap;
}
.flex-inline{
display: inline-flex
}
.align-center{
align-items: center 
}
.align-start{
align-items: flex-start 
}
.align-end{
align-items: flex-end 
}
.justify-center{
justify-content: center
}
.justify-start{
justify-content: flex-start
}
.justify-end{
justify-content: flex-end
}
.justify-between{
  justify-content: space-between
}
.justify-evenly{
  justify-content: space-evenly
}
.flex-equal-box{
  flex: 1 1 0;
}
.display-grid{
display: grid;
}
.place-items-center{
  place-items:center;
}
.w-50{
width: 50%
}
.w-100{
width: 100%
}
.w-75{
  width: 65%
}
.w-25{
  width: 35%
}
.w-65{
  width: 75%
}
.w-35{
  width: 25%
}
.w-33{
  width: 32.33%
}
.text-stroke-light{
-webkit-text-stroke: 1.5px #fff;
color: transparent
}
.text-stroke-dark{
-webkit-text-stroke: 1.5px #000;
color: transparent
}
.text-center{
text-align: center
}
.text-left{
text-align: left
}
.text-right{
text-align: right
}
.mt-0{
margin-top: 0 !important
}
.mb-0{
margin-bottom: 0 !important
}
.pt-0{
padding-top: 0
}
.pb-0{
padding-bottom: 0
}
.d-block{
display: block
}
.d-block-inline{
display: inline-block
}
p{
  margin: 0;
  line-height: 1.5
}
.heading{
  margin-bottom: 24px;
  line-height: 1
}
.bold{
font-weight: 700
}
.semi-bold{
font-weight: 400
}
.light{
font-weight: 300
}
.font-normal{
font-weight: 400
}
figure{
margin: 0
}
.absolute{
position: absolute;
}
.relative{
position: relative
}
.absolute-vertical{
top: 50%;
transform: translateY(-50%)
}
.absolute-center{
left: 50%;
top: 50%;
transform: translate(-50%, -50%)
}
.absolute-horizontal{
left: 50%;
top: 0;
transform: translateX(-50%, -50%)
}
.transition{
transition: 0.3s
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
  content: unset;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 40px #ffffff inset !important;
    border-radius: 0 !important;
    -webkit-text-fill-color: #000;
    border-radius: 6px;
}
.flex-column{
flex-direction: column
}
picture{
display: flex
}
.mb-47{
margin-bottom: 47px
}
.color-white{
  color: white
}
.color-black{
  color: black
}
.reverse{
  flex-flow: row-reverse
}
/* Fancybox CSS */
.fancybox__caption{
  text-align: center;
}
.fancybox__caption p{
  margin: 0;
  margin-bottom: 5px;
}
.fancybox__caption p:last-child{
  margin-bottom: 0
}
.d-hide{
  display: none !important
}
.customer h2.form__message{
  font-size: 14px !important;
  outline: none !important;
  box-shadow: none !important;
  border: 0 !important;
}
@media only screen and (max-width: 1199px){
    .dark-btn, .light-btn {
        font-size: 14px;
    }
    .flex-column-tab{
      flex-direction: column
    }
}
@media only screen and (max-width: 750px){
    .dark-btn, .light-btn {
        font-size: 13px;
    }
  .font-14{
    font-size: 14px;
  }
  .font-12{
    font-size: 12px !important;
  }
  .font-18{
    font-size: 18px;
  }
  .font-22{
    font-size: 22px;
  }
  .font-20{
    font-size: 20px;
  }
  .font-40{
    font-size: 40px;
  }
  .font-50{
    font-size: 50px
  }
  .font-70{
    font-size: 70px
  }
  .md-font-28{
    font-size: 28px
  }
  .w-50{
    width: 100%
  }
  .md-w-100{
    width: 100%;  
  }
  .md-w-50{
    width: 50%;  
  }
  .mob-d-none{
    display: none
  }
  .heading{
    margin-bottom: 12px;
  }
  .text-stroke-light, .text-stroke-dark{
    -webkit-text-stroke-width: 0.8px
  }
  .the_wall_btn{
    font-size: 14px;
    padding: 10px 15px
  }
  .mb-47{
    margin-bottom: 12px
  }
  .md-hide{
    display: none !important
  }
  .d-hide{
    display: block !important
  }
  .button-site{
    padding: 3px 20px;
    min-height: 40px;
    font-size: 12px;
  }
  .flex-column-mob{
    flex-direction: column
  }
  .flex-column-mob-rev{
    flex-direction: column-reverse
  }
  .text-center-m{
    text-align: center
  }
}


/* policy pages */
.shopify-policy__container h1 {
    margin-top: 0px;
}
.shopify-policy__container {
    padding: 50px 20px 75px;
}
.shopify-policy__container h3, .shopify-policy__container h2 {
    font-size: 24px;
    margin-bottom: 15px;
}
.shopify-policy__container .rte p, .shopify-policy__container .rte li {
    margin-bottom: 15px;
    line-height: 1.5;
}
.shopify-policy__container .rte table{
    margin-bottom: 25px;
}



