/** Shopify CDN: Minification failed

Line 387:2 "ine-height" is not a known CSS property
Line 1162:0 Unexpected "}"

**/
/* Hide the 3rd tab on the Locations page (RETAIL PARTNERS)  */
.hide--btn{
  padding: 0 !important;
  margin: 0 !important;
}
#shopify-section-template--19204932534585__b58202ce-a995-4830-9977-d2c0e322ce52 .tabs li:nth-child(3) {
    display: none;
  }
 #shopify-section-template--19204932534585__b58202ce-a995-4830-9977-d2c0e322ce52 .tabs li:nth-child(2)::after {
    display: none;
  }


.card--standard>.card__content .card__information { padding-left:10px !important;}

.slick-initialized .slick-slide {
  background: black;
}

.card--card, .card--standard .card__inner {
    background: black;
}

.content_iconic h2 {
  font-size: 24px;
  line-height: 27px;
}

#slider_iconic .card__heading a {
  font-size: 14px;
}

.title_banner {

  font-size:24px;
  line-height:27px;
}
.subtitle_banner {
  font-family: 'trade_light';
  font-size: 14px;
  line-height: 17px;
}

.link_banner {
  font-family: 'trade_light';
  font-size: 14px;
  line-height: 17px;
}

.wrapper_section_story_content a {
  font-size: 14px;
  line-height: 17px;
  font-family: trade_light;
}

.wrapper_section_story_content h3 {
  font-size: 24px;
  line-height: 27px;
}

p.subtitle_story {
  font-size: 14px;
  line-height: 17px;
  padding-bottom: 5px;
}

.wrapper_social_banner p {
  font-size: 14px;
  line-height: 17px;
  padding-bottom: 15px;
}

.wrapper_social_banner h6 {
  font-size: 24px;
  line-height: 27px;
}

p.text_column {
  font-size: 24px;
  line-height: 27px;
}

.link_column a {
  font-size: 14px;
  line-height: 17px;
  font-family: trade_light;
}

.column_description p {
  font-size: 14px;
  line-height: 17px;
}

.wrapper_newsletter_parallax h6 {
  font-size: 14px;
  line-height: 17px;
}

.wrapper_newsletter_parallax h3 {
  font-size: 24px;
  line-height: 27px;
  padding: 0px 30px 30px 30px;
}

#shopify-section-template--19103870648633__09a4eebb-8913-440b-9bf8-079a6eddf77a > div > ul > li:nth-child(2)  a {
  font-size: 14px;
  line-height: 17px;
  font-family: 'trade_light';
}
.screenFixedBtn{
  display: inline-block;
  padding: 6px 25px;
  color: #000;
  font-weight: 500;
  background-color: #fff;
  font-size: 15px;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 999;
  border: 1px solid #000;
}
ul.custom_menu li a{
  font-family: 'trade_light';
  color: #ffffffD9 !important;
}
ul.custom_menu li a:hover{
  color: #fff !important;
}
/* .footer-block__details-content .list-menu__item {
  font-weight: 700;
  font-size: 12px !important;
  line-height: 19px;
  font-family: 'trade_light';
  text-decoration: none !important;
  color: #ffffffD9 !important;
} */
/* .footer-block__details-content .list-menu__item:hover{
  color: #fff !important;
} */
.list-menu .header__menu-item span{
  text-decoration: none !important;
  color: #ffffffD9 !important;
}
.header__menu-item:hover span{
  color: #fff !important;
}


/* Appointment Page Css Start Here */
.appointmentBannerBlock{
  position: relative;
  height: 600px;
}
.appointmentBannerBlock img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.appointmentBannerContant{
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding: 40px 0px;
  background: -moz-linear-gradient(top,  rgba(33,31,32,0) 0%, rgba(33,31,32,1) 100%);
  background: -webkit-linear-gradient(top,  rgba(33,31,32,0) 0%,rgba(33,31,32,1) 100%);
  background: linear-gradient(to bottom,  rgba(33,31,32,0) 0%,rgba(33,31,32,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00211f20', endColorstr='#211f20',GradientType=0 );
}
.bannerContentTxt{
  text-align: center;
}
.bannerContentTxt h5{
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  font-family: trade_regular;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 0px;
  line-height:20px;
}
.bannerContentTxt h1{
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  text-transform: uppercase;
  font-family: trade_bold;
  color: #FFFFFF;
  line-height:50px;
}
.bannerContentTxt p{
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  color: #FFFFFF;
  font-family: 'trade_light';
  margin-bottom: 20px;
  text-transform: uppercase;
  line-height:18px;
}
.bannerContentTxt a{
  font-family: trade_light;
  font-size: 16px;
  line-height: 17px;
  font-style: normal;
  font-weight: 700;
  display: inline-block;
  color: #ffffffD9;
  padding-bottom: 3px;
  border-bottom: 1px solid #fff;
  text-transform: uppercase;
}
.bannerContentTxt a:hover{
  color: #fff;
}
.appointmentPageContent h1, .appointmentPageContent h2, .appointmentPageContent h3, .appointmentPageContent h4, .appointmentPageContent h5, .appointmentPageContent h6{
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  text-transform: uppercase;
  font-family: trade_bold;
  color: #FFFFFF;
  margin-bottom: 15px;
  line-height:50px;
}
.appointmentPageContent p{
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  font-family: 'trade_light';
  margin-bottom: 15px;
  line-height:19px;
}
.appointmentPageContent{
  padding: 50px 0px 0px;
}
.virtualAppointmentBlock{
  padding: 40px 0px 50px;
}
.appointmentPageContent a{
  font-family: trade_light;
  font-size: 16px;
  line-height: 17px;
  font-style: normal;
  font-weight: 700;
  display: inline-block;
  color: #ffffffD9;
  padding-bottom: 3px;
  border-bottom: 1px solid #fff;
  text-transform: uppercase;
}
.appointmentPageContent a:hover{
  color: #fff;
}
.appointmentPageContent ul{
  list-style: none;
  padding: 0px;
  margin-bottom: 15px;
}
.appointmentPageContent li{
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  font-family: 'trade_light';
  margin-bottom: 8px;
  position: relative;
  padding-left: 20px;
  line-height:16px;
}
.appointmentPageContent li:nth-last-child(1){
  margin-bottom: 0px;
}
.appointmentPageContent li::after{
  content: "";
  position: absolute;
  top: 8px;
  left: 0px;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
}
.appointmentCtmRow{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.appointmentCtmCol6{
  width: calc(50% - 25px);
}
.columnSideImg img{
  width: 100%;
}
.appointmentCtmTxt h2{
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  text-transform: uppercase;
  font-family: trade_bold;
  color: #FFFFFF;
  margin-bottom: 10px;
  line-height:50px;
}
.appointmentCtmTxt p{
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  font-family: 'trade_light';
  margin-bottom: 50px;
  line-height:19px;
  
}
.appointmentCtmTxt a{
  font-family: trade_light;
  font-size: 16px;
  line-height: 17px;
  font-style: normal;
  font-weight: 700;
  display: inline-block;
  color: #ffffffD9;
  padding-bottom: 3px;
  border-bottom: 1px solid #fff;
  text-transform: uppercase;
}
.appointmentCtmTxt a:hover{
  color: #fff;
}
#shopify-section-template--20730221297977__d89260bf-0812-4403-aabb-0f56e05b04e0 .simpleParallax img{
  transform: translate3d(0px, 30px, 0px) scale(1.4) !important;
}
/* .section-template--20730221297977__a968b584-607c-4ced-812e-a32e2f2abf2a-padding .wrapper_instagramfeed{
  background: #000;
} */
/* .wrapper_instagramfeed{
  background-color: black
}
.wrapper_social_banner{
  background: url(/cdn/shop/files/layerImg.png?v=1692626193) !important;
  background-size: 100% !important;
  padding: 10px 0 !important;
} */
/* .wrapper_social_banner{
  background: url(/cdn/shop/files/layerImg.png?v=1692626193) !important;
} */
#shopify-section-template--20753566171449__216004d4-7780-4288-b959-b1d41cd76060 .image_banner_ a img{
  width: 80%;
  margin: auto;
}
li.image-hover a{
  color: #ffffffD9 !important;
}
li.image-hover a:hover{
  color: #fff !important;
  text-decoration: none !important;
}
details[open] > .header__menu-item{
  text-decoration: none !important;
}
/* Appointment Page Css End Here */

.headerIconsBlock{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.appointmentBtnBlock a{
  font-family: trade_light;
  color: #ffffffd9!important;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 19px;
  display: inline-block;
  text-transform: uppercase;
  ine-height:12px;
}
.appointmentBtnBlock a:hover{
  color: #fff !important;
}

#shopify-section-template--20753566171449__a6b5c4a3-fb03-4ee9-b515-8f4e5012eb2b .wrapper_column_link p{
  padding-bottom: 0px;
}
#shopify-section-template--20753566171449__a6b5c4a3-fb03-4ee9-b515-8f4e5012eb2b .column_description p{
  padding-top: 0px;
}
#shopify-section-template--20753566171449__a6b5c4a3-fb03-4ee9-b515-8f4e5012eb2b .wrapper_column_link .link_column{
  margin-bottom: 6px;
}
#shopify-section-template--20753566171449__a6b5c4a3-fb03-4ee9-b515-8f4e5012eb2b .wrapper_column_link .link_column a svg{
  display: none;
}
#shopify-section-template--20753566171449__9a912c31-7f11-40cd-af89-3e6ca7ec162d .wrapper_bag_section .link_banner svg{
  display: none;
}
#shopify-section-template--20753566171449__216004d4-7780-4288-b959-b1d41cd76060 .image_banner_{
  position: relative;
}
/* #shopify-section-template--20753566171449__216004d4-7780-4288-b959-b1d41cd76060 .image_banner_::after{
  content: "";
  position: absolute;
  width: 100%;
  height: 550px;
  bottom: -190px;
  opacity: 0.7;
  left: 0;
  z-index: -1;
  right: 0;
  margin: 0 auto;
  background: url(/cdn/shop/files/bgLayerImg.png?v=1692777595) no-repeat;
  background-position: center;
  background-size: 54%;
} */
/* #shopify-section-template--20753566171449__216004d4-7780-4288-b959-b1d41cd76060{
  padding-bottom: 150px;
} */
#shopify-section-template--20753566171449__b50f8330-08b2-4a89-bacd-e737f0df842e .wrapper_social_banner .social_content{
  width: 48%;
}
#shopify-section-template--20753566171449__b50f8330-08b2-4a89-bacd-e737f0df842e .wrapper_social_banner .social_content h6{
  font-size: 50px;
  line-height: 60px;
}
/* 
#shopify-section-template--20753566171449__216004d4-7780-4288-b959-b1d41cd76060{
  background-color: #050505;
} */

button.product-form__submit.button.button--full-width.button--primary.singleProductAddtoCartBtn{
  background: transparent;
  color:#ffffff;
}
.wrapper_instagramfeed{
  background: #000000;  
}
.wrapper_social_banner{
  background: url(/cdn/shop/files/layerImg.png?v=1692626193);
  background-size:100% !important;
}
.wrapper_section_story_content a svg{
  display:none;
}
.threeColumnRemoveArrow li a svg{
  display:none;
}
.pressArticleArrowRemove li a svg{
  display:none;
}
.wrapper_reqestring a svg{
  display:none;
}
.cart__ctas button#CartDrawer-Checkout{
  color: #ffffff;
  background: transparent;
}
.quick-add.no-js-hidden .quick-add__submit{
  color: #ffffff;
  background: transparent;
  border:1px solid #ffffff;
}
.cart-drawer__empty-content .countinueShopingBtn{
  color: #ffffff;
  background: transparent;
}
.main__video-banner{
  position: relative;
}
.banner__video-btns button{
  width: 50px;
  height: 50px;
  background-color: #ffffff26;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  border-radius: 50%;
}
.banner__video-btns button svg{
  width: 100%;
  height: 100%;
  fill: #fff;
}
.banner__video-btns{
  position: absolute;
  bottom: 10px;
  right: 10px;
}
#playButton{
  display: none;
}
#playButton1{
  display: none;
}

.footer .footer__blocks-wrapper .footer-block form.needsclick {
    padding: 0px !important;
}


.wrapper_parallax_img .parallax {
    padding-top: 85px;
}


/* Popup Css Start Here */
.product__Price-wrapper{
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.product__Price-popup--layer{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #0000008f;
  z-index: 3;
  display: block !important;
}
.product__Price-popup{
  max-width: 493px;
  margin: 0 auto;
  width: 100%;
  background-color: #000;
  border: 1px solid #fff;
  padding: 48px 49px 47px 50px;
  position: absolute;
  top: 50%;
  left: 0px;
  right: 0px;
  z-index: 5;
  transform: translate(0,-50%);
}
.popup__close-btn{
  position: absolute;
  top: 20px;
  right: 21.61px;
  width: 9.36px;
  height: 9.36px;
  background-color: transparent;
  border: none;
}
.popup__close-btn svg{
  width: 100%;
  height: 100%;
}
.popup__form-item{
  margin-bottom: 22px;
}
.popup__form-item label{
  font-size: 16px;
  line-height: 19.2px;
  color: #fff;
  font-weight: 700;
  font-family: trade_bold;
  display: inline-block;
  margin-bottom: 8px;
}
.popup__form-item input{
  width: 100%;
  background-color: transparent;
  border: 1px solid rgb(255 255 255 / 20%);
  padding: 14px 16px;
  font-size: 16px;
  line-height: 19.2px;
  color: #B0B1B2;
  border-radius: 0px;
  outline: none;
  box-shadow: none;
  font-family: trade_regular;
  font-weight: 400;
}
.popup__form-item textarea{
  width: 100%;
  background-color: transparent;
  border: 1px solid rgb(255 255 255 / 20%);
  padding: 14px 16px;
  font-size: 16px;
  line-height: 19.2px;
  color: #B0B1B2;
  border-radius: 0px;
  outline: none;
  box-shadow: none;
  font-family: trade_regular;
  font-weight: 400;
  min-height: 82px;
  max-height: 82px;
  min-width: 100%;
  max-width: 100%;
}
.popoup__submit-btn button, .popoup__submit-btn input{
  width: 100%;
  background-color: #fff;
  border: 1px solid rgb(255 255 255 / 20%);
  font-size: 17px;
  font-weight: 700;
  line-height: 20.4px;
  padding: 13px 40px;
  color: #000;
  border-radius: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.popoup__submit-btn button:hover, .popoup__submit-btn input:hover{
  background-color: #000;
  border-color: #fff;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.popup__product-info p{
  font-size: 16px;
  line-height: 19.2px;
  color: #FFFFFF;
  font-family: trade_regular;
  font-weight: 400;
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.popup__product-info p span{
  font-weight: 700;
  color: #fff;
  font-family: trade_bold;
}
.popup__product-img{
  width: 172px;
  height: 169px;
}
.popup__product-img img{
  width: 100%;
  height: 100%;
}
.popup__product-info{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.price__upon-btn{
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0.5px solid #fff;
  padding: 8px 30px;
  text-align: center;
  background-color: #000;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  font-family: trade_bold;
  line-height: 20.4px;
  border-radius: 0px;
  margin-bottom: 10px;
}
.price__upon-btn span{
  display: inline-block;
  position: relative;
}
.price__upon-btn span::after{
  content: "";
  position: absolute;
  left: 0px;
  bottom: -1px;
  width: 100%;
  height: 0.5px;
  background-color: #FFFFFF;
}

.open__modal-price{
  overflow: hidden;
}
.open__modal-price .product__Price-wrapper{
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.section-header.shopify-section-group-header-group {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.open__modal-price .section-header.shopify-section-group-header-group {
    z-index: 2 !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.single__product-buy--btn inquery-form{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.single__product-buy--btn .product-form{
  margin: 0px !important;
}
.single__product-buy--btn .price_upon-btn{
  width: calc(100% - 60px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  padding: 11.95px 30px;
  text-align: center;
  background-color: #000;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  font-family: trade_bold;
  line-height: 20.4px;
  border-radius: 0px;
}
.single__product-buy--btn .price_upon-btn span{
  display: inline-block;
  position: relative;
}
.single__product-buy--btn .price_upon-btn span::after{
  content: "";
  position: absolute;
  left: 0px;
  bottom: -1px;
  width: 100%;
  height: 0.5px;
  background-color: #FFFFFF;
}
.single__product-buy--btn .swym-button-bar{
  top: 0px !important;
  height: 46.27px !important;
}
/* .single__product-buy--btn .swym-btn-container .swym-button:after{
  width: auto !important;
  font-size: 24px !important;
  height: auto !important;
  line-height: normal !important;
}
.single__product-buy--btn .swym-add-to-wishlist{
  height: auto !important;
  line-height: normal !important;
} */

.product-form__submit{
  margin-bottom: 0px !important;
}

.gfb__footer button[type="submit"] {
      color: #1E2023 !important;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 19px;
}

.gfb__footer button[type="submit"] .spinner {
  color: #1E2023 !important;
}
/* Doe footer style */
.footer__main_image{
  height: 310.9px;
  width: auto;
  margin-top: 15px;
  margin-bottom: 95.1px;
}
.footer__main_image img{
  height: 100%;  
  width: 100%;
  object-fit:contain;
}
.footer__main_image svg{
  height: 100%;  
  width: 100%;
  object-fit:contain;
  fill: var(--white-color);
}
/* Doe footer style */
/* Responsiveness footer */
@media (max-width: 1024px){
 .footer__main_image {
    margin-bottom: 40px;
  }
  .collection__banner-block {
    padding: 310px 0 329px !important;    
  }
  .collections__cards-items #product-grid li {    
    height: 370px !important;    
  }
  .collections__cards-items #product-grid .grid__item button.slick-arrow {
    width: 40px !important;
    height: 40px !important;        
    right: 14px !important;
  }  
  .collections__cards-items #product-grid .grid__item button.slick-arrow.slick-prev {
    left: 14px !important;    
  }
  #product-grid .grid__item button.slick-prev.slick-arrow {   
    top: 76% !important;
  }
  #product-grid .grid__item button.slick-next.slick-arrow {    
    top: 76% !important;    
  } 
  
  /* collection page css  */
}
@media (max-width: 991px){
  .collection__banner-block {
    padding: 220px 0 229px !important;    
  } 
  .wrapper_content_collection h1 {    
    font-size: 40px !important;
    line-height: 50px !important;    
  }
  .collections__cards-items #product-grid .grid__item button.slick-arrow {     
    right: 40px !important;
  }  
  .collections__cards-items #product-grid .grid__item button.slick-arrow.slick-prev {
    left: 40px !important;    
  }
  #product-grid .grid__item button.slick-prev.slick-arrow {   
    top: 75% !important;
  }
  #product-grid .grid__item button.slick-next.slick-arrow {    
    top: 75% !important;     
  }  
  .collection__main-filter .collection__layout{
    display: none;
  }
  .collection__main-filter #FacetFiltersForm {    
    gap: 20px !important;
    margin-bottom: 20px !important;    
    display: block !important;    
  }
  .collection__main-filter .page-width{
    padding: 0px !important;
  }
  .filter__facets-wrapper {    
    gap: 30px !important;
  }
  .filter__facets-wrapper details summary span {
    font-size: 15px !important;
    line-height: 15px !important;  
  }
  .collection__main-filter .facet-filters.sorting label {
    font-size: 15px !important;
    line-height: 15px !important;   
  }
  .collection__main-filter {   
    padding: 15px !important;        
  }
  .filter__facets-wrapper details .parent-display .facets-wrap ul li label {    
    font-size: 14px !important;
    line-height: 20px !important;
  }
  .filter__facets-wrapper details .parent-display .facets__header .facets__selected {
    font-size: 14px !important;
  }
  .filter__facets-wrapper details .parent-display .facets__header facet-remove a {
    font-size: 14px !important;    
  }
  select#SortBy {    
    font-size: 15px !important;    
  }
  .remove_filter a.active-facets__button-remove.underlined-link span {   
    top: 0px !important;
  }
 .collection__main-filter .active-facets {
    margin: 0px !important;
  }
  .collection__main-filter .facet-filters.sorting{
    margin-top: 20px !important;
  }
}
@media (max-width: 767px){
  .footer__content-top {    
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .footer__main_image {        
    height: 92.54px;
    margin-bottom: 78.46px;
    margin-top:22px;
  }
  .footer-block__details-content{
    margin-bottom: 0px !important;
  }
  .footer .footer__blocks-wrapper {    
    row-gap: 39px !important;
  }
  /* collection page css start here  */
  .collection__banner-block {
      padding: 200px 0 180px !important;
  }
  .wrapper_banner_collection .wrapper_content_collection {
        padding-top: 30px !important;
    }
  
  /* collection page css start here  */
}
/* Responsiveness footer */
@media(max-height: 767px){
  .product__Price-popup {
    padding: 20px 40px 20px 40px;
  }
}

@media(max-width: 767px){
  .product__Price-popup {
    width: 90%;
    padding: 30px 30px 30px 30px;
  }
  .popup__product-img {
    width: 120px;
    height: 120px;
  }
  .popoup__submit-btn button, .popoup__submit-btn input {
    font-size: 16px;
    padding: 11px 40px;
  }
  .popup__close-btn {
    top: 15px;
    right: 15px;
  }
}
/* Popup Css End Here */



@media screen and (max-width: 1300px) and (min-width: 1101px){
  .footer .footer__blocks-wrapper .footer-block {
    max-width: calc(25% - var(--grid-desktop-horizontal-spacing) * 4 / 5);
    width: calc(25% - var(--grid-desktop-horizontal-spacing) * 4 / 5);
  }
  .footer .footer__blocks-wrapper .footer-block:nth-last-child(1){
    max-width: 100%;
    width: 100%;
  }
  .footer .footer__blocks-wrapper{
    justify-content: space-between;
    row-gap: 30px;
  }
  .wrapper_parallax_img .parallax {
    padding-top: 75px;
}
}

@media(max-width: 1100px){
  #shopify-section-template--19103870648633__b50f8330-08b2-4a89-bacd-e737f0df842e .wrapper_social_banner .social_content{
    display: none;
  }
  #shopify-section-template--19103870648633__b50f8330-08b2-4a89-bacd-e737f0df842e .wrapper_social_banner{
    padding: 0px;
  }
  .appointmentCtmTxt h2 {
    font-size: 40px;
  }
  .appointmentPageContent h1, .appointmentPageContent h2, .appointmentPageContent h3, .appointmentPageContent h4, .appointmentPageContent h5, .appointmentPageContent h6 {
    font-size: 40px;
  }
  .bannerContentTxt h1 {
    font-size: 40px;
  }
  /* #shopify-section-template--20753566171449__216004d4-7780-4288-b959-b1d41cd76060 .image_banner_:after {
    bottom: -220px;
    background-size: 68%;
  }
  #shopify-section-template--20753566171449__216004d4-7780-4288-b959-b1d41cd76060 {
    padding-bottom: 110px;
  } */
  #shopify-section-template--20753566171449__b50f8330-08b2-4a89-bacd-e737f0df842e .wrapper_social_banner .social_content{
    width: 100%;
  }
  #shopify-section-template--20753566171449__b50f8330-08b2-4a89-bacd-e737f0df842e .wrapper_social_banner .social_content h6{
    font-size: 50px;
    line-height: 60px;
  }
  .footer .footer__blocks-wrapper .footer-block {
    max-width: calc(25% - var(--grid-desktop-horizontal-spacing) * 4 / 5);
    width: calc(25% - var(--grid-desktop-horizontal-spacing) * 4 / 5);
  }
  .footer .footer__blocks-wrapper .footer-block:nth-last-child(1){
    max-width: 100%;
    width: 100%;
  }
  .footer .footer__blocks-wrapper{
    justify-content: space-between;
    row-gap: 30px;
  }
  .wrapper_parallax_img .parallax {
    padding-top: 70px;
  }
}
@media(max-width: 991px){
  .appointmentCtmCol6 {
    width: 100%;
  }
  .appointmentCtmRow {
    row-gap: 40px;
  }
  /* #shopify-section-template--20753566171449__216004d4-7780-4288-b959-b1d41cd76060 .image_banner_:after {
    bottom: -220px;
    background-size: 85%;
  } */
  #shopify-section-template--20753566171449__216004d4-7780-4288-b959-b1d41cd76060 .image_banner_ a img {
    width: 60%;
  }
  #shopify-section-template--20753566171449__b50f8330-08b2-4a89-bacd-e737f0df842e .wrapper_social_banner .social_content h6 {
    font-size: 40px;
    line-height: 58px;
  }
  .footer .footer__blocks-wrapper .footer-block {
    max-width: calc(50% - var(--grid-desktop-horizontal-spacing) * 4 / 5);
    width: calc(50% - var(--grid-desktop-horizontal-spacing) * 4 / 5);
  }
}
@media(max-width: 767px){
  #shopify-section-template--19103870648633__b50f8330-08b2-4a89-bacd-e737f0df842e .wrapper_social_banner{
    padding: 0px;
  }
  #shopify-section-template--19103870648633__a968b584-607c-4ced-812e-a32e2f2abf2a .wrapper_instagramfeed{
    padding-top: 25px !important;
  }
  .appointmentCtmTxt h2, .appointmentPageContent h1, .appointmentPageContent h2, .appointmentPageContent h3, .appointmentPageContent h4, .appointmentPageContent h5, .appointmentPageContent h6, .bannerContentTxt h1 {
    font-size: 30px;
  }
  .bannerContentTxt h5 {
    font-size: 16px;
  }
  .bannerContentTxt p {
    font-size: 15px;
  }
  .bannerContentTxt a {
    font-size: 14px;
  }
  .appointmentPageContent p {
    font-size: 14px;
  }
  .appointmentPageContent a {
    font-size: 14px;
  }
  .appointmentCtmTxt p {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .appointmentCtmTxt a {
    font-size: 14px;
  }
  /* .appointmentBtnBlock{
    display: none;
  } */
  #shopify-section-template--20753566171449__216004d4-7780-4288-b959-b1d41cd76060 .image_banner_ a img {
    width: 90%;
  }
  /* #shopify-section-template--20753566171449__216004d4-7780-4288-b959-b1d41cd76060 .image_banner_:after {
    height: 440px;
    bottom: -190px;
    background-size: 100%;
  }
  #shopify-section-template--20753566171449__216004d4-7780-4288-b959-b1d41cd76060 {
    padding-bottom: 50px;
  } */
  #shopify-section-template--20753566171449__b50f8330-08b2-4a89-bacd-e737f0df842e .wrapper_social_banner .social_content {
    margin-bottom: 60px;
  }
  #shopify-section-template--20753566171449__b50f8330-08b2-4a89-bacd-e737f0df842e .wrapper_social_banner .social_content h6 {
    font-size: 20px;
    line-height: 19px;
  }
  .wrapper_social_banner{
    background: url(/cdn/shop/t/74/assets/layerMobileImg.png?v=1692963477);
    background-size:100% !important;
  }
  .wrapper_social_banner .social_content{
    display:none;
  }
  .wrapper_instagramfeed {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  #insta-feed .slider-arrow, .instafeed-shopify .slider-arrow {
    height: 25px !important;
    width: 25px !important;
    line-height: 25px !important;
    font-size: 15px !important;
  }
  .banner__video-btns button {
    width: 40px;
    height: 40px;
    padding: 10px;
  }
  .footer .footer__blocks-wrapper .footer-block {
    max-width: 100%;
    width: 100%;
  }
  .footer .footer__blocks-wrapper .footer-block form.needsclick {
    padding: 0px !important;
  }
}
@media (max-width: 500px) {
  .title_banner {
    line-height: 27px;
  }

  .wrapper_section_story_content h3 {
    font-size: 24px;
  }

  .wrapper_social_banner p {
    font-size: 14px;
    line-height: 17px;
  }

  .wrapper_social_banner h6 {
    font-size: 24px;
  }

  .content_iconic h2 {
    font-size: 24px;
    line-height: 27px;
  }
}
/* base */
}
#shopify-section-template--20753566171449__216004d4-7780-4288-b959-b1d41cd76060 .image_banner_{
  position:relative;
}
#shopify-section-template--20753566171449__216004d4-7780-4288-b959-b1d41cd76060 .image_banner_ a img::after{
  content: "";
  position: absolute;
  top: 100%; /* Position below the image */
  left: 0;
  width: 100%;
  height: 100%;
  transform: scaleY(-1); /* Flip vertically */
  opacity: 0.3; /* Adjust opacity for reflection visibility */
  background-image: linear-gradient(to bottom, transparent, white);
}
ul.three_columns li:nth-child(2) > a {
  position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 75%;
    display: flex;
    align-items: center;
    gap: 1rem;
    width: max-content;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    border-bottom: 0.5px solid #FFFFFF;
    font-family: trade_bold;
}
@media (max-width: 764px) {
  .three_columns li {
    width: 100%;
}
/* .three_columns {
    flex-direction: column;
} */
   .three_columns li:nth-child(3) {
        order: 3;
        width: 50%;
    }
 ul.three_columns.w-full {
        flex-wrap: wrap;
    }
  .three_columns li:first-child {
        order: 2;
        width: 50%;
    }
  #template__index .video-section__media{
    height: 370px !important;
  }
  .wrapper_parallax_img .parallax {
    padding-top: 55px;
  }
}

.newsletter-footer .newsletter-form__field-wrapper {
    display: flex!important;
    flex-direction: column;
}

.newsletter-footer .newsletter-form__button {
  width: 100%;
  position: relative;
}

.newsletter-footer h3 {
    margin-bottom: 15px;
}
.video__wrapper{
  max-width: 80%;
  margin: 0 auto;
}
.video__wrapper iframe{
  width: 100%;
  height: 520px;
}
.video__wrapper video::-webkit-media-controls{
  display: none;
}

@media(max-width: 1270px){
  .wrapper_content_collection.ctm__padding-none{
    width: 60%;
  }
}

@media (max-width: 1000px){
  .menu-drawer__navigation-container{
    justify-content: flex-start;
  }
}

@media(max-width: 991px){
  .video__wrapper{
    max-width: 100%;
    margin: 0 auto;
  }
  .wrapper_content_collection.ctm__padding-none {
    width: 100%;
  }
  /*  */
  .product-form__input:nth-child(1) .wrapper_select .select{
    max-width: 15rem !important;
  }
  label.title_select span {
    width: 55%;
  }
}

@media(max-width: 767px){
  .wrapper_content_collection h1 {
    font-size: 30px;
    line-height: 36px;
  }
  .wrapper_content_collection.ctm__padding-none h1{
    padding: 0px;
  }
  .wrapper_select .size_chart{
    width: 100% !important;
  }
  label.title_select span {
    width: 45%;
  }
  header-drawer .menu-drawer-container .menu-drawer{
    padding-top: 50px !important;
  }
  .menu-drawer__navigation .ctm__close-drawer-menu {
    top: -42px !important;
    right: 11px !important;
    width: 26px !important;
    height: 26px !important;
  }
  .ctm__close-drawer-menu svg {
    width: 20px !important;
    height: 20px !important;
  }
}



a.header__icon.header__icon--account.link.focus-inset.small-hide:after{
  display: none !important;
}