/** Shopify CDN: Minification failed

Line 131:7 Expected ":"

**/
.page-width{
  max-width:1920px;
  padding:0 4%;
  margin:0 auto;
}
.page-width-1400{
  max-width:1400px;
}

.page-width-1440{
  max-width: 1440px;
}

.w-full{
  width:100%;
}

@media(max-width:990px){
  .small-hide{
    display: none
  }
}
@media(min-width:990px){
  .large-up-hide{
    display:none;
  }
}


.header{
  border-bottom: 1px solid #111;
}
.header__inner{
  box-shadow:none !important;
}

.section-header-white-thin{
  font-size: 50px;
  font-weight: 400;
  color: #fff;
}

.section-header-white-bold{
  font-size: 50px;
  font-weight: 700;
  color: #fff
}

.section-header-black-thin{
  font-size: 50px;
  font-weight: 400;
  color:#111;
}

.section-header-black-bold{
  font-size: 50px;
  font-weight: 700;
  color: #111;
}



.section-para-white-thin{
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}

.section-para-white-bold{
  font-size: 16px;
  font-weight: 700;
  color: #fff
}

.section-para-black-thin{
  font-size: 16px;
  font-weight: 400;
  color:#111;
}

.section-para-black-bold{
  font-size: 16px;
  font-weight: 700;
  color: #111;
}



@media(max-width:1600px){
  
  .section-header-white-thin,
  .section-header-white-bold,
  .section-header-black-thin,
  .section-header-black-bold{
    font-size:40px 
  }
  
}

@media(max-width:990px){
  
  .section-header-white-thin,
  .section-header-white-bold,
  .section-header-black-thin,
  .section-header-black-bold{
    font-size:32px 
  }
  
  .section-para-white-thin,
  .section-para-white-bold,
  .section-para-black-thin,
  .section-para-black-bold{
    font-size:12px 
  }
  
}


/* Header Styling Start */

  .announcement-bar{
    padding: 2px 0;
  }

  .header__row.header__row-desktop.three-segment .header__row-segment{
    gap 0 2px;
  }

  .header__links.header__links-primary>ul>li>[data-link]{
    font-size:14px;
    font-weight:700;
    text-transform:uppercase;
  }

  .header__inner .header__links-list>li,
  .header__inner .header__links-primary .header__links-list>li:not(:last-child){
    /* margin-right: 30px; */
    margin-right: 0px;
  }


 @media(min-width:955px){
    .header__row.header__row-desktop.three-segment .header__row-segment{
        order:2
    }

    .header__row.header__row-desktop.three-segment .header__logo{
        order:1;  
    }

    .header__row.header__row-desktop.three-segment .header__row-segment{
        order:3
    }
  .header__row .header__row-segment.right .header__icon-touch:last-child{
     margin-right: 0;
  }
}

/* Header Styling End */

/* Footer Styling Start */

  /* .footer-main-wrapper .footer-group-top {
    border-bottom: 1px solid #80724233;
    padding: 50px 0;
  }

  .footer-main-wrapper .footer-group-top .footer-header{
    font-size:33px;
    font-weight:400;
    color: #fff;
  }

  .footer-main-wrapper .footer-group-top .footer-subheader{
    font-size: 16px;
    font-weight:400;
  }

  .footer-main-wrapper .footer-group-top .footer__newsletter .foot-newsletter-row{
    display: flex;
   align-items: center; 
  }

  .footer-main-wrapper .footer-group-top .footer__newsletter .foot-newsletter-row .foot-newsletter-col{
    width: 50%;
  }

  .footer-main-wrapper .footer-group-middle {
    padding: 30px 0;
  }

  .footer-main-wrapper .footer-group-middle .footer__group{
    padding-bottom:0;
    width: 22%;
  }
  .footer-main-wrapper .footer-group-middle .footer__group .footer__heading{
    font-size: 18px;
    text-transform: capitalize;
    color: #fff;
  }
  .footer-main-wrapper .footer-group-middle .footer__group .footer__group-content li a{
    font-size: 16px;
    text-transform: capitalize;
    color: #fff;
  }

  .footer-main-wrapper .footer-group-bottom {
    flex-wrap:wrap;
  }
  .footer-main-wrapper .footer-group-bottom .social-icons {
    margin-top:0;
    gap: 30px;
    padding:0;
    margin-bottom: 8px;
  }

  .footer-main-wrapper .footer-group-bottom .social-icons .icon {
    width: 32px;
    height: 35px;
  }

  .footer-main-wrapper .footer-group-bottom .footer-bottom-upper {
    border-top:1px solid #80724233;
    border-bottom:1px solid #80724233;
    padding: 30px 0;
    display: flex;
    align-items: center;
    gap: 30px;
  }

  .footer-main-wrapper .footer-group-bottom .footer-bottom-upper .icons-heading{
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-transform: capitalize;
  }

  .footer-main-wrapper .footer-group-bottom .footer-bottom-lower {
    display:flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 0;
  }

  .footer-main-wrapper .footer-group-bottom .footer-bottom-lower .footer__bottom-left,
  .footer-main-wrapper .footer-group-bottom .footer-bottom-lower .footer__bottom-right{
    width: 45%
  }

  .footer-main-wrapper .footer-group-bottom .footer-bottom-lower .footer__bottom-center{
    width:10%;
    text-align:center;    
  }



  .footer-main-wrapper .footer-group-bottom .footer-bottom-lower .footer__bottom-right{
    justify-content: flex-end;
  }
  .footer-main-wrapper .footer-group-bottom .footer-bottom-lower .footer__bottom-left p{
    font-size:14px;
  }

  .footer-main-wrapper .footer-group-bottom .footer-bottom-lower .footer__bottom-right ul{
    display: flex;
    gap: 0 20px;
  }

  .footer-main-wrapper .footer-group-bottom .footer-bottom-lower .footer__bottom-right ul li{
    list-style-type:none;
    border-bottom: 1px solid;
  }

  .footer-main-wrapper .footer-group-bottom .footer-bottom-lower .footer__bottom-right ul li a{
    text-decoration:none;
    font-size: 14px;
    color; #fff;
  }

  .icon-button__icon{
      width: 28px;
      height: 28px;
  }




.footer__newsletter .footer__newsletter-form {
  max-width: 590px;
  margin: 0 auto;
}

.footer__newsletter .footer__newsletter-inner {
  position: relative;
  display: flex;
  align-items: center;
}

.footer__newsletter #footer-subscribe-email {
  width: 100%;
  height: 56px;
  background-color: #fff;
  border: none;
  border-radius: 50px;
  padding: 0 20px;
  font-size: 16px;
  color: #333;
  outline: none;
}

.footer__newsletter #footer-subscribe-email::placeholder {
  color: #666;
}

.footer__newsletter .footer__newsletter-button {
    position: absolute;
    right: 3px;
    height: 44px;
    width: 75px;
    border-radius: 0 50px 50px 0;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 0;
    top: 0;
    height: 100%;
    right: 0;
    border: 1px solid #ddd;
    background:#33362f;
}




.footer__newsletter input[type="email"] {
  padding-right: 50px;
}


.footer__newsletter #Subscribe-footer {
  font-size: 0;
}

@media(max-width: 1440px){
  .footer-main-wrapper .footer-group-bottom .footer-bottom-lower .footer__bottom-center{
    display:none;
  }
  .footer-main-wrapper .footer-group-bottom .footer-bottom-lower .footer__bottom-left{
    width:40%;
  } 
  .footer-main-wrapper .footer-group-bottom .footer-bottom-lower .footer__bottom-right{
    width:60%;
  }
}

@media(max-width: 990px){
  .footer-main-wrapper .footer-group-top .footer__newsletter .foot-newsletter-row{
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    gap:30px 0;
  }
  
  .footer-main-wrapper .footer__newsletter .foot-newsletter-row .foot-newsletter-col{
    width: 100% !important;
  }
  
  .footer-main-wrapper .footer-group-middle .footer__group{
    width:100%;
  }

  .footer-main-wrapper .footer-group-bottom .footer-bottom-lower .footer__bottom-left,
  .footer-main-wrapper .footer-group-bottom .footer-bottom-lower .footer__bottom-right{
    width:100%;
  } 

  .footer-main-wrapper .footer-group-bottom .footer-bottom-lower .footer__bottom-left .footer__credits{
      text-align: center;
  }

  .footer-main-wrapper .footer-group-bottom .footer-bottom-lower{
    flex-direction:column;
  }
  
  .footer-main-wrapper .footer-group-bottom .footer-bottom-lower .footer__bottom-right ul{
    flex-wrap:wrap;
    justify-content: center;
    padding-left: 0;
  }

  
  .footer-main-wrapper .footer-group-bottom .footer-bottom-lower .footer__bottom-left{
    width:100%;
  }
  
  .footer-main-wrapper .footer-group-bottom .footer-bottom-lower .footer__bottom-right{
    width:100%;
    justify-content: center;
  }
  
} */
/* Footer Styling End */



/* Our Custom Styling */

 .collection-banner__inner  .collection-banner__text-container{
   max-width: 100%;
 }

  .collection-banner__inner .collection-banner__text-container-inner{
    /* max-width:100%;
    width: :100%; */
  }
.mobile-filters .mobile-filters__button svg{
  width:20px
  
}
.mobile-filters .mobile-filters__button {
align-items: baseline;
}

.mobile-filters__group .mobile-filters__button{
  display: flex;
  justify-content: center;
}

.mobile-filters__button .icon{
  padding-top: 7px;
}
.mobile-filters__button .icon-sort svg{
      transform: translateY(2px);
}

@media(max-width: 990px){
  
  .mobile-filters__group .mobile-filters__button{
    align-items: center;
  }
  
  .mobile-filters__button .icon {
    padding-top: 3px;
    padding-bottom: 5px;
  }
  
}


@media(max-width:400px){
  
  .footer-main-wrapper .footer-group-bottom .social-icons{
    gap: 10px; 
    
  }
  
  .footer-main-wrapper .footer-group-bottom .footer-bottom-upper .icons-heading{
    text-wrap: nowrap;
  }
  
}