/** Shopify CDN: Minification failed

Line 33:0 All "@import" rules must come first

**/
/* bridge seven custom css */

/* font */
@font-face {
  font-family: 'Hermes Condensed';
  font-style: normal;
  font-weight: 200;
  src: url('/cdn/shop/files/Hermes-Condensed-Light.otf') format('embedded-opentype'),
    url("/cdn/shop/files/Hermes-Condensed-Light.otf") format('opentype');
}

@font-face {
  font-family: 'Hermes Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('/cdn/shop/files/Hermes-Condensed-Regular.otf') format('embedded-opentype'),
    url("/cdn/shop/files/Hermes-Condensed-Regular.otf") format('opentype');

}

@font-face {
  font-family: 'Hermes Condensed';
  font-style: normal;
  font-weight: 700;
  src: url('/cdn/shop/files/Hermes-Condensed-Bold.otf') format('embedded-opentype'),
    url('/cdn/shop/files/Hermes-Condensed-Bold.otf') format('opentype');
}
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');
*, html, body, html *, body *, h1, h2, h3, h4, h5, h6, p, a{
  font-family: FontAwesome, 'Hermes Condensed', Pretendard, -apple-system, Roboto, sans-serif !important;
  letter-spacing:0 !important;
}

/* common */
html{overflow-x:hidden;}
.font_20{font-size:20px !important;}

.product-notification{display:none !important;}

.product-title, .product-name{line-height:1.3em !important;}

sup{
  font-size:50% !important;
  top:-0.7em
}

@media (min-width: 576px){
  .container-padd60,
  .container {
    max-width: 576px !important;
  }
  
  .header-parallax-tpl .collection-template > .container{
    max-width: 100% !important;
   	padding-left:0px;
    padding-right:0px;
  }
  #CollectionProductGrid{
    margin-top: 0px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 768px){
  .container-padd60,
  .container {
    max-width: 768px !important;
  }
   .faqs-page .container {width:768px;}
  
  .header-parallax-tpl .collection-template > .container{
    max-width: 100% !important;
   	padding-left:0px;
    padding-right:0px;
  }
  #CollectionProductGrid{
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 992px){
  .container-padd60,
  .container {
    max-width: 992px !important;
  }
   .faqs-page .container {width:992px;}
  
  .header-parallax-tpl .collection-template > .container{
    max-width: 100% !important;
    padding-left:0px;
    padding-right:0px;
  }
  #CollectionProductGrid{
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1200px){
  .container-padd60,
  .container {
    max-width: 1200px !important;
  }
  .faqs-page .container {width:1200px;}
}

/* header */
@media (min-width: 1200px){
  .wrapper_header_parallax .container-padd60{max-width:1720px !important;}
  .wrapper_header_parallax .wrapper-header-bt *{text-transform:capitalize !important;}
  .wrapper_header_parallax .is_parallax,
  .wrapper_header_parallax .sticky-wrapper{
    height: 50px !important;
    min-height: 1px;
  }
  .wrapper_header_parallax .wrapper-header-bt .logo-img{text-align:center;}
  .wrapper_header_parallax .wrapper-header-bt .logo-img img{width:215px;}
  
  .wrapper_header_parallax .wrapper-header-bt{padding-top:0px;}
  .wrapper_header_parallax .wrapper-navigation {margin-top: 0px;}
  .wrapper_header_parallax .site-nav .menu-lv-1>a {
    padding-bottom: 0px;
    padding-top: 0px;
    height: 50px;
    line-height: 50px;
  }
  .wrapper_header_parallax .left-header {padding-right: 0px;}
  .wrapper_header_parallax .header-items{width:228px;}
  .wrapper-header-bt .logo-img img{width:100%;}
  .wrapper_header_parallax .wrapper-navigation,
  .wrapper_header_parallax .right-header{width:calc(50% - 228px);
  }
  .wrapper_header_parallax .right-header>*{
    width:auto;
    height: 50px;
    line-height: 50px;
    margin-right:30px;
  }
  .wrapper_header_parallax .right-header>*:last-child{margin-right:0px;}
  .wrapper_header_parallax .right-header .user-text *,
  .wrapper_header_parallax .right-header .cart-icon{font-size:18px;}
  .wrapper_header_parallax .right-header .user-text{position:relative;}
  .wrapper_header_parallax .right-header .user-text a{color:#333 !important;}
  .wrapper_header_parallax .right-header .user-text:hover a,
  .wrapper_header_parallax .right-header .user-text:hover .text-top{color:var(--link_color) !important;}
  .wrapper_header_parallax .right-header .cart-icon{
    top:0px;
    padding-right:0px;
  }

  .wrapper_header_parallax .right-header .icon-search > svg{top:0px; width:24px; height:24px;}
  .wrapper_header_parallax .login_list{
    display:none;
    position:absolute;
    left: 0;
    z-index: 10;
    min-width: 225px;
    -webkit-box-shadow: 0 0 2px 1px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0 2px 1px rgba(0,0,0,.1);
    box-shadow: 0 0 2px 1px #0000001a;
    background-color: #f8f8f8;
  }
  .wrapper_header_parallax .right-header .user-text:hover .login_list{display:block;}
  .wrapper_header_parallax .login_list li{
    padding: 0 20px;
    line-height:var(--font_size_plus8)
  }
  .wrapper_header_parallax .login_list li a{
    display:block;
    padding: 10px 0 8px;
    line-height: 1.75em;
    color: #333333;
    font-size:12px;
    font-weight:400;
    letter-spacing:0;
    border-top: 1px solid #ebebeb;
  }
  .wrapper_header_parallax .login_list li:first-child a{border-top-width:0px;}
  .wrapper_header_parallax .login_list li:hover a{color:var(--link_color);}
  .site-nav .menu-lv-1 {
    margin-right: 100px;
  }
}

.wrapper_header_parallax .wrapper-header-bt .menu-lv-2 sup{position:relative; font-size:60%;}
/* Footer */
@media (min-width: 768px){
  .site-footer .col-footer.col-md-3{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24%;
    flex: 0 0 24%;
    max-width: 24%;
    padding-right: 23px;
    padding-left: 23px;
  }
  .site-footer .col-footer.col-md-3.big_one {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 28%;
    flex: 0 0 28%;
    max-width: 28%;
  }
}
.site-footer{padding-top:0px;}
.footer-parallax .footer-top{margin:0px; display:none;}
.footer-parallax .footer-middle{
  margin-bottom:0px !important;
  padding-top:65px;
  padding-bottom:70px;
}
.site-footer .col-footer{margin-bottom:0px !important;}
.footer-parallax .foot-title{
  font-size:16px;
  margin-bottom:20px;
  padding-bottom:0px;
  border-bottom-width:0px !important;
}
.footer-parallax .footer-middle .typography{margin-bottom:35px;}
.footer-parallax .footer-middle .location_info{margin-bottom:0px !important; padding:0px;}
.footer-parallax .footer-middle .location_info *,
.site-footer .foot-link{
  font-size:14px;
  font-family:'Hermes Condensed',FontAwesome, Pretendard, -apple-system, Roboto, sans-serif !important;
}
.footer-parallax .footer-middle .location_info p,
.site-footer .foot-link{margin-bottom:0.3rem;}
.footer-parallax .footer-middle .location_info p:last-child,
.site-footer li:last-child .foot-link{margin-bottom:0px;}

.col-footer > .col-12{padding:0px !important;}
.site-footer .footer-social{margin-bottom:0px;}
.footer-social.enable-color li a{text-align:left;}
.footer-social.enable-color li a,
.footer-social.enable-color li:hover a{
  background:transparent !important;
  color:transparent !important;
}
.social-icons li a svg{width:18px; height:18px;}
.social-icons li:hover a svg path{fill:#036e2f;}

.site-footer .foot-link{padding:0px;}

.footer-parallax .footer-bottom{
  display: none;
  height:50px;
  padding:0px;
}
.footer-parallax .footer-bottom .col-12{
  text-align: center;
  line-height: 50px;
  font-size:14px;
}

/* Main */
/* Main Slide */
.template-index .home-slideshow .slide-content{
  padding:0px;
  width: 571px;
  max-width:100%;
}
.template-index .home-slideshow .slide-content .slide-heading{
  margin-bottom: 25px !important;
  padding-bottom: 0px;
  font-weight:500;
}
.template-index .home-slideshow .slide-content .slide-sub{
  margin-bottom:30px;
  font-weight:200;
}
.template-index .home-slideshow .slide-content .slide-text{
  font-weight:200;
  max-width: 100%;
  margin-bottom:0px;
}
.template-index .home-slideshow .slide-content .btn_wrap{
  width:100%;
  height:28px;
  margin-top:60px;
  position:relative;
}
.template-index .home-slideshow .slide-content .slide-button{
  display: block;
  position: absolute;
  left:0px;
  bottom:0px;
  min-width: 138px;
  width:auto;
  border-radius: 0px !important;;
  line-height: 38px;
  height: 38px;
  padding: 0px 15px !important;
  font-size: 16px;
  box-shadow:0px 0px 0px #fff;
  font-weight:400 !important;
}
.template-index .home-slideshow .slide-content .slide-button:hover{
}

.template-index .home-slideshow .slick-arrow{opacity:1 !important;}

@media (min-width: 768px){
  .template-index .home-slideshow .slide-content{background-color:transparent !important;}
}
@media (min-width: 1200px){
  .template-index .container-padd60 .slide-content.abs_left, .template-index .container-fluid .slide-content.abs_left{left:2%;}
  .template-index .container-padd60 .slide-content.abs_right, .template-index .container-fluid .slide-content.abs_right{right:2%;}
}
@media (min-width: 1400px){
  .template-index .container-padd60 .slide-content.abs_left, .template-index .container-fluid .slide-content.abs_left{left:10%;}
  .template-index .container-padd60 .slide-content.abs_right, .template-index .container-fluid .slide-content.abs_right{right:10%;}
}


/* Product Slide */
.template-index .featured-products.layout_style_4 .product-bottom{text-align : center;}
.template-index .featured-products.layout_style_4 .products-grid{margin-left:25px; margin-right:25px;}
.template-index .featured-products.layout_style_4 .products-grid .grid-item{margin-bottom:50px;}
.template-index .featured-products.layout_style_4 .product-weight{
  font-family:'Hermes Condensed',FontAwesome, Pretendard, -apple-system, Roboto, sans-serif !important;
  font-size:13px;
  font-weight:200;
  margin-bottom:15px;
}
.template-index .featured-products.layout_style_4 .product-title{
  font-size:1.2rem;
  font-weight:400;
  margin-bottom:15px;
  font-weight: 400;
}
.template-index .featured-products.layout_style_4 .short-des{
  font-family:'Hermes Condensed',FontAwesome, Pretendard, -apple-system, Roboto, sans-serif !important;
    font-size: 14px;
    font-weight: 200;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin-bottom:20px;
}
.template-index .featured-products.layout_style_4 .price-box {
    font-size: 18px;
    font-weight: 400;
}
/* .template-index .featured-products.layout_style_4 .widget-product .slick-arrow{display:none !important;} */

.template-index .featured-products.layout_style_4 .widget-product .slick-arrow {
  display: block !important;
  background-color: transparent;
  border: 0px;
  padding:0px;
}
.template-index .featured-products.layout_style_4 .widget-product .slick-arrow.slick-next{right:-18px;}
.template-index .featured-products.layout_style_4 .widget-product .slick-arrow.slick-prev{left:-18px;}
.template-index .featured-products.layout_style_4 .widget-product .slick-arrow svg {
    width: 20px;
    height: 36px;
}



.template-index .featured-products.layout_style_4 .slick-dots li button{
  border-color:#C4C4C4;
  background:#C4C4C4;
}
.template-index .featured-products.layout_style_4 .slick-dots li.slick-active button{
  border-color:#036E2F;
  background:#036E2F;
}

/* Line Up Banner */
.template-index .home-custom-block-bottom .banner-small-img .banner-content{
    max-width: 371px;
    padding: 0px;
  	align-items: flex-start;
    padding-left: 1.5rem;
}

.template-index .home-custom-block-bottom .banner-small-img .banner-content .banner-heading{
  padding-bottom:0px;
  margin-bottom:24px;
}
.template-index .home-custom-block-bottom .banner-small-img .banner-content .banner-des{
  max-width:100%;
  text-align:left;
  margin-bottom:30px;
}
.template-index .home-custom-block-bottom .banner-small-img .banner-content .banner-button{
  display:block;
  min-width:122px;
  border-radius:0px;
  line-height:38px;;
  height:38px;
  padding:0px 15px !important;
  font-size:14px;
  text-align:center;
  margin-left:0px;
  margin-right:0px;
}
/* Sub Long Banner - Campaign */
@media (min-width: 768px){
  .template-index .home-sub-banner.no-padding .container-fluid {
    max-width: 100%;
  }
}
.template-index .home-sub-banner .banner-item .content-box{
    max-width: 1200px;
    min-width: 1px;
    width: 100%;
    text-align: justify;
  	padding-left: 15px;
    padding-right: 15px;
}
.template-index .home-sub-banner .banner-item .content-box .banner-title{font-weight:200;}

/* Reward Banner */
.template-index .home-custom-block-bottom#custom-block-16509561733c483f9d .banner-small-img .banner-content .banner-des{text-align:center;}

/* NewsLetter */
.template-index .footer-top-newsletter .banner-large-img{
  background-position:center;
  background-repeat:no-repeat;
  background-attachment: unset;
  height:300px;
  padding:0px;
}
.template-index .footer-top-newsletter .banner-large-img .banner-content{
  padding:0px;
  max-width:1200px;
  width:100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.template-index .footer-top-newsletter .banner-large-img .banner-content .banner-title{
  margin-bottom:30px;
  font-weight:200;
}
.template-index  .footer-top-newsletter .banner-large-img .banner-content .banner-heading{
  font-family:'Hermes Condensed',FontAwesome, Pretendard, -apple-system, Roboto, sans-serif !important;
  padding-bottom:0px;
  margin-bottom:15px;
}
.template-index .footer-top-newsletter .banner-large-img .block-content{
  margin-bottom:0px;
}
.template-index .footer-top-newsletter .banner-large-img .block-content .content-input{
  max-width:500px;
  width:calc(100% - 160px);
  height:40px;
  margin-right: 20px;
    
}
.template-index  .footer-top-newsletter .banner-large-img .block-content .input-group-field{
  display:block;
  min-width:1px;
  max-width:100%;
  width:100%;
  height:40px;
  border-radius:0px;
  border-width:0px;
  border-bottom-width:1px;
  padding: 0px 10px;
  margin-left:0px;
}
.template-index  .footer-top-newsletter .banner-large-img .block-content .btn{
  min-width:140px;
  height:40px;
  padding:0px !important;
  line-height:40px;
}

/* custom_banner */
.template-index  .home-custom-block-main .col-12,
.template-index  .home-custom-block-main .col-6{padding-left:0px; padding-right:0px;}
.template-index  .home-custom-block-main .row{margin-left:0px; margin-right:0px;}
.template-index  .home-custom-block-main .content-image{position:relative;}
.template-index  .home-custom-block-main .banner-content{
  display:none;
  position:absolute;
  width: 100%;
  max-width: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.template-index .home-custom-block-main .flex_box{
  display:flex;
  flex-wrap: wrap;
}
.template-index .home-custom-block-main .blog-item:last-child .content-image{margin-top:0px;}
.template-index .content-image
/* Custom Page */
.page-tpl.ourstory,
.page-tpl.policy{margin-top:100px;}
.page-tpl .container > section{
  display: flex;
  flex-wrap: wrap;
}
.page-tpl .cate_tit{
  font-size:20px;
  color:#333333;
  margin-bottom:24px;
  font-weight:700;
}
.page-tpl .sidebar-link-lv1{margin-bottom:10px;}
.page-tpl .sidebar-link-lv1 a{
  color:#333;
  font-size:14px;
}


/* PLP */
.product-label .label.sale-label{display:none;}
@media (min-width: 1200px){
  .header-parallax-tpl .collection-template > .container{
    max-width:100% !important;
    padding-left:0px;
    padding-right:0px;
  }
  .halo-collection-content {
    padding-top: 0px;
  }
  #CollectionProductGrid{
  	max-width:1200px !important;
    margin-left:auto;
    margin-right:auto;
    padding-right:15px;
    padding-left:15px;
  }
}

.collection-header.layout-header--style2 .collection-image,
.collection-header .collection-wrapper{margin-bottom:0px;}
.collection-header.layout-header--style2 .collection-image img{width:100%;}

.layout-header--style2 .relative{position:relative;}
.layout-header--style2 .container{position:unset;}

.layout-header--style2 .container .absolute {
    position: absolute;
  	top:50%;
    bottom: unset;
    left: 50%;
    max-width: 100%;
    padding: 0px;
    transform: translate(-50%, -50%);
    text-align: center;
  width:calc(100% - 20px);
}
.layout-header--style2 .container .absolute:before{display:none;}

.layout-header--style2 .container .absolute h1{
  font-size: 40px;
  text-transform: capitalize;
  text-align: center;
  margin: 0px auto;
}

#hm-barrier-tmbody-care .collection-header h1 span span,
#hm-barrier-tm-skin-care .collection-header h1 span span{display:block; font-size:24px;}
.layout-header--style2 .container .plp_des{margin-top:50px;}
.layout-header--style2 .container .plp_des p{margin-bottom:20px;}
.toolbar.not-padding{
  margin: 0px;
  display: none;
}
#CollectionProductGrid{
  margin-top: 100px;
}
.product-collection .product-weight{
  font-family:'Hermes Condensed',FontAwesome, Pretendard, -apple-system, Roboto, sans-serif !important;
  font-size:0.8rem;
  font-weight:200;
  margin-bottom:10px;
}
.product-collection .product-title{
  font-size:20px;
  font-weight:400;
  margin-bottom:15px;
}
.product-collection .short-des{
  font-family:'Hermes Condensed',FontAwesome, Pretendard, -apple-system, Roboto, sans-serif !important;
    font-size: 14px;
    font-weight: 200;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin-bottom:20px;
  }
.price-box .price-regular{font-size:18px;}

/* pdp */
.template-product .main-content{margin-top:100px; padding-bottom:0px;}
.template-product .product-title{margin-bottom:20px;}
  
  .halo-product-content .product_top{margin-bottom:90px;}
.product-img-box .slider-for{margin-bottom:10px;}
  .product-img-box .slider-nav{margin-bottom:0px;}

.product-img-box .slider-nav .slick-track{
    width:auto !important;
    text-align:center;
  	transform: translate3d(0px, 0px, 0px) !important;
    
  }
  .product-img-box .slider-nav .item{
    border-radius:50%;
    width:8px !important;
    height:8px !important;
    background:#C4C4C4;
    opacity:1 !important;
    display:inline-block;
    float:unset;
    cursor:pointer;
  }
  .product-img-box .slider-nav .item.slick-current{background:#036E2F;}
  .slider-nav .product-single__media img{display:none;}
  
  .template-product .short-des{
    font-size:14px;
    line-height:1.5;
    margin-bottom:30px;
  font-family:'Hermes Condensed',FontAwesome, Pretendard, -apple-system, Roboto, sans-serif !important;
  }
  .template-product .product-weight{
    font-size:12px;
    margin-bottom: 30px;
    border: 1px solid #cccccc;
    padding: 0 7px;
    width: fit-content;
    border-radius: 10px;
    justify-content: center;
    display: inline-block;
  }

  .template-product .prices{
    font-size:var(--font_size_plus8);
  }
  .custom_pdp{border-top:3px solid #036e2f; margin-bottom:30px;}
  .custom_pdp .tab_wrap{border-bottom:1px solid #036e2f;}
  .custom_pdp .tab_wrap:last-child{border-bottom-width:0px;}
  .custom_pdp .tab_header{
      position:relative;
      padding-top: 20px;
      padding-bottom: 20px;
    cursor:pointer;
   }
  .custom_pdp .tab_header .tab_tit{
      font-size: 16px;
      font-weight: 700;
  }
  .custom_pdp .tab_header .tab_icon{
    position: absolute;
    width: 24px;
    height: 24px;
    right: 0px;
    top: 20px;
    cursor:pointer;
  }
  .custom_pdp .tab_header span{
    font-size: 24px;
    text-align: center;
    line-height: 24px;
    display: block;
    font-weight:400;
  }
  .custom_pdp .tab_header span svg{width:12px; height:24px;}
  .custom_pdp .tab_header span.plus{
    display:none
  }
  .custom_pdp .close_tab .tab_header span.plus{display:block;}
  .custom_pdp .close_tab .tab_header span.minus{display:none;}
  
  .custom_pdp .tab_con{
    font-size:14px;
    margin-bottom:20px;
    font-weight:400;
  font-family:'Hermes Condensed',FontAwesome, Pretendard, -apple-system, Roboto, sans-serif !important;
  }
  .custom_pdp .tab_con *{font-family:FontAwesome, Pretendard, 'Hermes Condensed', -apple-system, Roboto, sans-serif !important;}
  .custom_pdp .tab_con h6{text-decoration:underline;}
  .custom_pdp .tab_wrap:last-child .tab_con{margin-bottom:0px;}
  .custom_pdp .tab_con .mark_box img{height:40px; width:auto; margin-right:30px;}
  .custom_pdp .tab_con .mark_box img:last-child{margin-right:0px;}
  
  .custom_pdp .tab_wrap.hide_tab .tab_header span.plus{display:block;}
  .custom_pdp .tab_wrap.hide_tab .tab_header span.minus{display:none;}
  .custom_pdp .close_tab.hide_tab .tab_header span.plus{display:none;}
  .custom_pdp .close_tab.hide_tab .tab_header span.minus{display:block;}
  .custom_pdp .high_point{
    display: inline-block;
    margin-right: 20px;
  }
  .custom_pdp .high_point:last-child{margin-right:0px;}

  .custom_pdp .high_point::before {
    content: "";
    margin-right: 5px;
    width: 3px;
    height: 3px;
    display: inline-block;
    background: #000;
    vertical-align: middle;
    border-radius: 50%;
  }
  .product-shop .quantity{
    display:inline-block;
    margin-bottom:20px;
    margin-right:25px;
  }
  .product-shop .qty-group{
    border-color:#036E2F;
    max-width:120px;
    border-radius: 30px;
  }
  .product-shop .qty-group .button{
    border-width:0px !important;
  }
  .qty-group .button:before,
  .qty-group .button:after{background-color:#036E2F;}
  .product-shop .qty-group input[name=quantity]{
    width:60px;
    color: #036E2F;
  }
  .product-shop .groups-btn.custom{
    display:inline-block;
    max-width:calc(100% - 150px);
    width:100%;
    height:40px;
    margin-bottom:20px;
    vertical-align:top;
  }
  .product-shop .groups-btn.sold_out{max-width:100%;}
  .product-shop .groups-btn .groups-btn-tree{
    margin-bottom:0px;
    display:block;
  }
  .product-shop .groups-btn #product-add-to-cart{
    margin-bottom:0px;
    padding:0px !important;
    height: 40px;
    line-height: 40px;
    border-color:#036E2F;
    color:#f6f2eb;
    font-size:16px;
    font-weight:700;
    border-radius: 30px;
  }
  .product-shop .groups-btn #product-add-to-cart:hover{
    color:#036E2F !important;
    border-color:#f6f2eb !important;
    background:#f6f2eb !important;
  }
  .product-shop .shopify-payment-button button.shopify-payment-button__button{
    border-radius: 30px;
    color:#fff !important;
    border-color:#036E2F !important;
    background:#036E2F !important;
    height:40px;
    line-height:40px;
    padding:0px !important;
    font-size:16px;
    text-transform:capitalize;
  }
  .product-shop .shopify-payment-button button.shopify-payment-button__button:hover{
    border-color:#036E2F !important;
    color: #036E2F !important;
    background:transparent !important;
  }
.tabs__product-page{margin-bottom:0px;}
.tabs__product-page .list-tabs{justify-content: center; margin-bottom:100px;}
.tabs__product-page .tab-links{
  text-transform:unset;
  background-color:transparent !important;
  border-width:0px !important;
  border-bottom:2px solid #E5E7EB !important;
}
.tabs__product-page .list-tabs .tab-links:before,
.tabs__product-page .list-tabs .tab-links:after{
  display:none;
}
.tabs__product-page .list-tabs .tab-links.active{
  border-bottom-color:#333333 !important
}

.tabs__product-page .list-tabs{border-bottom-width:0px;}
.product-template-default > .container{max-width:100% !important;}

/* description - ingredients */
.pdp_des{
  background:#F8F5E7;
  margin-left:-15px;
  margin-right:-15px;
}
.pdp_des.ingredients{
  padding-top:120px;
  padding-bottom:120px;
  background:#ECE5D6;
}


.pdp_des.ingredients .container-fluid,
.pdp_des.ingredients .col-6,
.pdp_des.ingredients .col-12{padding-left:15px; padding-right:15px;}
.pdp_des .two-blocks.txt_sec{
  display:flex;
  align-items:center;
}
.pdp_des .img_block.left{display:flex;
flex-direction: row-reverse;}
.pdp_des .img_block img{width:100%;}
.pdp_des *{font-family:FontAwesome, Pretendard, 'Hermes Condensed', -apple-system, Roboto, sans-serif !important;}
.pdp_des .text_block{
  max-width:440px;
  margin:0px auto;
  text-align:justify;
  padding-top:30px;
  padding-bottom:30px;
  width:100%;
}
.pdp_des.ingredients .text_block{max-width:470px;}
.pdp_des.ingredients .text_block.left{max-width:605px;}
.pdp_des .pack{margin-bottom:60px;}
.pdp_des .title{
  font-weight:600;
  margin-bottom: 20px;
  border-bottom: 1px solid #000;
  padding-bottom: 20px;
}
.pdp_des.ingredients .title{padding-bottom:0px;}
.pdp_des.ingredients .title{
  border-bottom-width: 0px;
}

.pdp_des .text strong,
.pdp_des .text b{
  font-weight:600;
  margin-bottom:5px;
}
.ingredients .text strong{display:block;}
.pdp_des .text p{margin-bottom:20px;}
.pdp_des .pd_name{padding-bottom:10px; margin-bottom:10px !important; border-bottom:1px solid #000;}

#shopify-section-product-banner{display:none;}

.template-product .product-img-box .slick-arrow{
  padding-top:0px;
  display:none !important;
}
.template-product .product-img-box:hover .product-photo-container .slick-arrow{display:block !important;}
.template-product .product-img-box .slick-arrow.slick-prev{left:0%;}
.template-product .product-img-box .slick-arrow.slick-next{right:0%;}
.template-product .product-img-box .slick-arrow svg{height:36px;}

/* custom page common */
.page-tpl.flex_box{
  display:flex;
  flex-wrap:wrap;
}
.page-tpl.flex_box .breadcrumb{display:none;}
.page-tpl .sidebar-link-lv1 > .dropdown-cat{
  margin-top:5px;
  margin-left:10px;
}
.page-tpl .sidebar-link-lv1 > .dropdown-cat > li:hover a{color:#036e2f;}
.page-tpl .sidebar-link-lv1 > .icon-dropdown{display:none;}
.page-tpl .sidebar-link-lv1:hover >a {color:#036e2f;}

.page-tpl .sidebar-link-lv1 span{position:relative;}
.page-tpl .sidebar-link-lv1 > a span:before{
  position: absolute;
  left: 0;
  width: 0;
  bottom: -2px;
  height: 1px;
  content: "";
  display: block;
  -webkit-transition: width .3s ease;
  -moz-transition: width .3s ease;
  -ms-transition: width .3s ease;
  -o-transition: width .3s ease;
  transition: width .3s ease;
  visibility: hidden;
  background-color: #036e2f;
}
.page-tpl .sidebar-link-lv1:hover > a span:before {
    width: 100%;
    visibility: visible;
}

@media (min-width: 999px){
.page-tpl.flex_box .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.page-tpl.flex_box .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
}

/* brand */
.brand-story .shopify-section > .wrap .banner_img{flex-wrap:wrap;}
.brand-story .shopify-section > .wrap > div{margin-bottom:50px;}
.brand-story .shopify-section > .wrap > div:last-child{margin-bottom:0px;}
.brand-story .shopify-section > .wrap > div.banner_img .img-box{padding:0px;}

/* founder */
.ourstory .img-box{margin-bottom:50px;}
.ourstory .content{text-align:left;}
.ourstory .content *{
  font-family:FontAwesome, Pretendard, 'Hermes Condensed', -apple-system, Roboto, sans-serif !important;
  font-weight:300;
  font-size:18px;
}
.page-tpl .col-xl-8 a span:before{
  width: 100% !important;
  visibility: visible !important;
  height: 0.5px;
}

/* ingredients */
#ingredient .flex_box{
  display:flex;
  flex-wrap:wrap;
}
#ingredient .col-xl-8 .flex_box .col-xl-4{padding:0px;}
#ingredient .brand_banner .not_img {
    height: 10vw;
    line-height: 10vw;
}

/* white dandelion */
.white-dandelion .only_img .img-box{padding:0px;}
.white-dandelion .text-block{margin-bottom:50px;}

.white-dandelion a{position:relative;}
.page-tpl .col-xl-8 a:hover{color:#036e2f;}
.page-tpl .col-xl-8 a span:before{
  position: absolute;
  left: 0;
  width: 0;
  bottom: -2px;
  height: 1px;
  content: "";
  display: block;
  -webkit-transition: width .3s ease;
  -moz-transition: width .3s ease;
  -ms-transition: width .3s ease;
  -o-transition: width .3s ease;
  transition: width .3s ease;
  visibility: hidden;
  background-color: #036e2f;
}
.page-tpl .col-xl-8 a:hover span:before {
    width: 100%;
    visibility: visible;
}

/* policy */
.page-tpl.policy .page-content *{font-family:FontAwesome, Pretendard, 'Hermes Condensed', -apple-system, Roboto, sans-serif !important;}
.page-tpl.policy .page-content .list-txt>h3{
  font-size:24px;
  font-family:FontAwesome, 'Hermes Condensed', Pretendard, -apple-system, Roboto, sans-serif !important;
}
.page-tpl.policy .page-content .list-txt p{
  line-height:1.8;
}
.page-tpl.policy .page-content .list-txt-cont-title{
font-size:18px;
}
.page-tpl.policy .page-content .list-txt-ul{
  padding-left:30px;
  list-style:disc;
}
/* faq */
#faqs_page .col-xl-8 >.row{display:block !important;}
#faqs_page .top_tab{margin-bottom:50px;}
#faqs_page .top_tab .tab_point{
  display:inline-block;
  width:180px;
  height:40px;
  line-height:40px;
  font-size:18px;
  border:1px solid #333;
  margin-right:20px;
  text-align:center;
  cursor:pointer;
}
#faqs_page .top_tab .tab_point:last-child{
  margin-right:0px;
}
#faqs_page .top_tab .tab_point.active{
  font-weight:700;
  color:#036e2f;
  border:1px solid #036e2f;
}

#faqs_page  .panel-group *{  text-align: left;font-family:FontAwesome, Pretendard, 'Hermes Condensed', -apple-system, Roboto, sans-serif !important;}
#faqs_page .panel-group .panel-title a span:before,
#faqs_page .panel-group .panel-body > div:before{display:none;}
#faqs_page .panel-group .panel-title{border-bottom:1px solid #E5E7EB;}
#faqs_page .panel-group .panel-body{padding-top:10px;}
#faqs_page .panel-group .panel-default:last-child{margin-bottom:0px;}
#faqs_page .panel-group .panel-default:last-child .panel-title{border-bottom-width:0px;}
.faqs-page .panel-group .panel-title a:not(.collapsed) span:after{color: var(--breadcrumb_color);}

.faqs-page .panel-group .panel-body{font-size:16px;}

/* line up learn more */
#hm-barrier-tm.template-page .main-content{margin-top:100px;}
#hm-barrier-tm .lineup .row{display:block;}
#hm-barrier-tm .lineup .heading{margin-bottom:50px;}
#hm-barrier-tm .lineup .heading > div p{font-family:FontAwesome, Pretendard, 'Hermes Condensed', -apple-system, Roboto, sans-serif !important;}
#hm-barrier-tm .banner_position{position:relative;}
#hm-barrier-tm .center_product img{
  width:auto;
  height:800px;
  text-align:center;
  display:block;
  margin:0px auto;
}
#hm-barrier-tm .banner_position .ingre_ban{
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
#hm-barrier-tm .banner_position .ingre_ban.right{
  left:unset;
  right:0;
  top:50px;
  transform: translateY(0);
}
#hm-barrier-tm .banner_position .ingre_ban.right.bottom{
  top:unset;
  bottom:50px;
}
#hm-barrier-tm .banner_position .item{
  display:flex;
  flex-wrap:wrap;
  width:400px;
}
#hm-barrier-tm .banner_position .img_sec{
    width: 150px;
    height: 150px;
}
#hm-barrier-tm .banner_position .img_sec img{border-radius:50%;}
#hm-barrier-tm .banner_position .text_sec{
  max-width:calc(100% - 150px);
  margin-left:20px;
  width:230px;
}
#hm-barrier-tm .banner_position .text_sec h3{margin-bottom:10px;}
#hm-barrier-tm .banner_position .text_sec span{
  font-family:FontAwesome, Pretendard, 'Hermes Condensed', -apple-system, Roboto, sans-serif !important;
  display:block;
}
#hm-barrier-tm .banner_position .text_sec span:first-child{margin-left:0px;}
#hm-barrier-tm .banner_position .ingre_ban.left .img_sec{order:2}
#hm-barrier-tm .banner_position .ingre_ban.left .text_sec{
  order:1;
  margin-right:20px;
  margin-left:0px;
}
#hm-barrier-tm .banner_position .ingre_ban.left .text_sec *{text-align:right;}

/* White Dandelion Learn More */
#dandelion-learn-more .heading{margin-bottom:50px;}
#dandelion-learn-more .heading h2{
  font-size:18px;
  margin-bottom:0px;
  text-align:justify;
  font-weight:400;
}

#dandelion-learn-more .text_sec p,
#dandelion-learn-more .text_sec p *,
#dandelion-learn-more .icon_block p *,
#dandelion-learn-more .text_sec li{
  font-family:FontAwesome, Pretendard, 'Hermes Condensed', -apple-system, Roboto, sans-serif !important;
  font-size:18px;
}

#dandelion-learn-more .icon_block p *{font-size:16px;}

#dandelion-learn-more .text_sec p.light,
#dandelion-learn-more .icon_block p.light *{font-weight:200;}

#dandelion-learn-more .text_sec,
#dandelion-learn-more .icon_block{margin-bottom:50px;}

#dandelion-learn-more .text_sec h3{margin-bottom:15px;}
#dandelion-learn-more .text_sec p strong{
  display:block;
  margin-bottom:15px;
}
#dandelion-learn-more .text_sec ol{list-style-type: decimal;}
#dandelion-learn-more .text_sec ol li{
  list-style-position: inside;
  font-weight:200;
}

#dandelion-learn-more .icon_block{padding-left:0px; padding-right:0px;}
#dandelion-learn-more .icon_block{
  display:flex;
  flex-wrap: wrap;
}
#dandelion-learn-more .icon_block .icon_wrap{padding-left:5px; padding-right:5px;}
#dandelion-learn-more .icon_block .icon_box{
  background: rgba(236, 229, 214, .5);
  height: 100%;
  padding: 20px 10px;
}
#dandelion-learn-more .icon_block .icon_sec{
  width: 80px;
  height: 80px;
  margin: 0px auto 20px;
}
#dandelion-learn-more .icon_block .not_img{
  width: 80px;
  height: 80px;
}
#dandelion-learn-more .icon_block h3,
#dandelion-learn-more .icon_block p{text-align:center;}

/* newsletter popup */
.wrapper-newsletter .halo-modal-body .btn{
  display:block;
  width:300px;
  max-width:90%;
  height:50px;
  border:0px solid var(--link_color);
  padding:0px !important;
  background:var(--link_color);
  margin:0px auto 30px;
}
.wrapper-newsletter .halo-modal-body .btn a{
  display:block;
  color:#fff !important;
  line-height:50px;
  width:100%;
  height:50px;
}
.halo-modal .modal-overlay{max-width: 400px;}
.halo-modal .halo-modal-content .halo-modal-body{
  max-height: 500px;
  display:block;
}
.wrapper-newsletter .halo-modal-body .column-left,
.wrapper-newsletter .halo-modal-body .column-right{width:100%;}
.wrapper-newsletter .halo-modal-body .column-left{
  display:block;
  padding:20px 50px 0px;
  text-align:center;
}
.wrapper-newsletter .halo-modal-body .column-left img{
  height:80px;
}
.wrapper-newsletter .not_img{
  line-height: 80px;
  width: auto;
  height: 80px;
}
.wrapper-newsletter .halo-modal-body .column-right{padding:30px 50px 20px;}

/* login */
#account .main-content,
#create-account .main-content{
  margin-top:100px;
  margin-bottom:100px;
  padding-bottom:0px;
  min-height:1px;
}
.wrapper-login-customer,
.create-an-account{
  width:510px;
  max-width:100%;
  margin:0px auto;
}
.wrapper-login-customer .wrapper-content:after{display:none;}
.wrapper-login-customer h1,
.wrapper-login-customer .action-btn,
.wrapper-login-customer .action-btn *,
.create-an-account h1,
.create-an-account .action-btn,
.create-an-account .action-btn *{text-align:center !important;}

.login-page .breadcrumb,
.custom-acc-page .breadcrumb{display:none !important;}
.login-page .page-header h1,
.custom-acc-page h1{
  font-size:36px;
  margin-top:0px;
  margin-bottom:50px !important;
}

.wrapper-login-customer .wrapper-content{
  display:block;
  max-width:100%;
  width:100%;
  border-bottom-width:0px;
  padding-bottom:0px;
}
.custom-acc-page h1{margin-bottom:30px !important;}
.create-an-account .des{
  padding-top:0px;
  border-top-width:0px;
  margin-bottom:50px;
  text-align:center;
}

.wrapper-login-customer .form-group,
.create-an-account .form-group{margin-bottom:30px;}
.wrapper-login-customer .form-group input,
.create-an-account .form-group input{
  margin:0px auto;
  border:none;
  border-bottom:1px solid #333;
}
.create-an-account .form-group.checkbox{text-align:center;}
.create-an-account input[type=checkbox]{display:inline-block; vertical-align:middle;}
.custom-acc-page .action-btn{padding-top:20px;}
.wrapper-login-customer .btn,
.create-an-account .btn{
  width:100%;
  max-width:380px;
  height:50px;
  line-height:50px;
  font-size:18px;
  padding:0px !important;
  background:#036e2f;
  color:#fff;
  border-color:#036e2f; 
  margin-bottom:50px;
}
.wrapper-login-customer .btn:hover,
.create-an-account .btn:hover{
  background:transparent;
  border-color:#036e2f;
  color:#036e2f;

}
.custom-acc-page .last a{border-bottom: 1px solid #333;}
.custom-acc-page .last a:hover{border-bottom-color:#036e2f;}

/* contact us */
#contact-us .breadcrumb,
#contact-us .page-header{display:none;}
#contact-us .wrapper{margin: 100px auto 0px;}
#contact-us .form-contact{margin-left:auto; margin-right:auto;}

#contact-us #contactFormWrapper{
  display:flex;
  flex-wrap:wrap;
}
.contact-us-page .form-group{
  width:calc(50% - 5px);
  margin-right:5px;
  margin-bottom:40px;
}
.contact-us-page .form-group:nth-child(2n){margin-right:0px; margin-left:5px;}
.contact-us-page .form-group.message{
  margin-right:0px;
  width:100%;
}
.contact-us-page .form-group label em{color:var(--page_title_color); font-size: 80%;}
.contact-us-page .form-group input,
.contact-us-page .form-group textarea{
  border:0px;
  border-bottom: 1px solid #333;
}
.contact-us-page .form-group textarea{
  border: 1px solid #333;
}
.contact-us-page .form-group textarea{max-width:100%;}
.contact-us-page .btn{
  width:100%;
  background:#036e2f;
  border-color:#036e2f;
  color:#fff;
  font-size:18px;
  font-weight:700;
}
.contact-us-page .btn:hover{
  background:transparent;
  border-color:#036e2f;
  color:#036e2f;
}

/* app */
/* okendo */
.oke-reviewsTab--large-top-left,
.okeReviews.oke-w .oke-is-large .oke-w-controls-nav .oke-poweredBy,
.tabs__product-page .tab-content ul li:before{display:none !important;}
.tabs__product-page .tab-content ul{margin-left:0px;}
.oke-stars svg{color:transparent !important;}
.oke-stars svg{width:auto;}

/* Recommend */
.main-content > .globoRecommendationsBottom{display:none !important;}
#ga-product_related h2{
  text-align:center;
  margin-bottom:50px !important;
}
#ga-product_related .gowl-carousel .gowl-stage{margin:0px auto;}
#ga-product_related .ga-product_title,
#ga-product_related span.ga-product_price-container,
#ga-product_related .ga-product_price{
  color:#333 !important;
  font-size:16px !important;
  text-align:center;
}
#ga-product_related .ga-product_price{font-size:18px !important;}
#ga-product_related span.ga-product_price-container{
  margin-bottom:0px;
  margin-top:20px;
}
#ga-product_related button.ga-product_addtocart,
#ga-product_related .ga-product_variants-container{display:none;}

/* 반응형 */
@media (max-width: 1199px){
/*  Start - Header  */
  .header-bottom{background:#f6f2eb;}
  .header-mb .header-mb-middle{
    width: -ms-calc(100% - (100px + 100px));
    width: calc(100% - 200px);
  }
  .header-mb .header-mb-left,
  .header-mb .header-mb-right{width:100px;}
  .wrapper-navigation .mb-area{
    display:flex;
    flex-wrap:wrap;
    flex-direction:column-reverse;
  }
  .wrapper-navigation .header-pc{
    display: unset;
    flex-wrap: unset;
    flex-direction: unset;
    max-height: 140px;
    padding:20px;
    border-bottom:1px solid #ebebeb;
  }
  .wrapper-navigation .header-pc .customer-links .text-top{
    color:#232323;
    width:100%;
    font-size: 18px;
    line-height:1.3;
    margin-bottom: 20px;
  }
  .wrapper-navigation .header-pc .customer-links > a{
    border:1px solid #036e2f;
    background:#fff;
    width:49%;
    height: 35px;
    color:#036e2f;
    line-height: 35px;
    text-align: center;
    display:inline-block;
    padding: 0px;
  }
  .wrapper-navigation .header-pc .customer-links > a:nth-child(3){
    background:#036e2f;
    color:#fff;
  }
  .header-mb .header-mb-left .svg-mb{width:50px;}
  .header-mb .header-mb-left .svg-mb a,
  .header-mb .header-mb-left .svg-mb a.icon-search svg{margin-left:auto; margin-right:auto;}
  .sub-menu-mobile .hide_pc{display:none;}
  .close-menu-mb.menu-open{background-color:#fff;}
  .close-menu-mb.menu-open .icon-line:after, .close-menu-mb.menu-open .icon-line:before{background-color:#036e2f;}
/* Finish - Header */
  
/*  Start - Main  */
/* main slide */
  .template-index .home-slideshow .slide-content {
    width: 599px;
    max-width: 47%;
  }
  .template-index .container-padd60 .slide-content.abs_right, .template-index .container-fluid .slide-content.abs_right{right:2%}
  .template-index .container-padd60 .slide-content.abs_left, .template-index .container-fluid .slide-content.abs_left{left:2%}
  
/*  product slide  */
  .template-index .featured-products.layout_style_4 .product-title{font-size:18px;}
  .price-box .price-regular{font-size:16px;}
  
/*  lineup banner  */
  .template-index .home-custom-block-bottom .banner-small-img .banner-content .banner-heading{font-size:42px !important;}
  
/*  long ban  */
  .template-index .home-sub-banner .banner-item .content-box .banner-title{font-size:36px;}
/*  Finish - Main  */

/* Start - PLP */
  .layout-header--style2 .container .absolute{background:transparent;}
  .layout-header--style2 .container .absolute h1 {font-size: 32px;}
  .layout-header--style2 .container .plp_des {margin-top: 30px;}
  
  #main-collection-product-grid{padding-top:0px !important;}
/*  Finish - PLP  */

/* Start - PDP */
  .template-product .short-des{margin-bottom:20px;}
  .template-product .product-weight{font-size:12px;}
  .template-product .product-title,
  .template-product .prices{font-size:20px;}
  .custom_pdp .tab_header{padding-top:10px; padding-bottom:10px;}
/* Finish - PDP */

/* Start - Custom Page */
  .page-tpl.flex_box .col-xl-4{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .page-tpl.flex_box .col-xl-8{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
/*  Finish - Custom Page  */
  
}/* max-width:1199px  */



@media (max-width: 1024px){
/* Start - PLP */
  .collection-header h1 span,
  .collection-header-sections .collection-des .rte,
  .collection-header-sections .collection-des .rte a,
  .collection-header-sections .collection-des .rte p{color:#fff !important;}
/*  Finish - PLP  */
  
}/* max-width:1024px */


@media (max-width: 991px){
/*  Start - Main  */
/*  lineup Ban  */
  .template-index .home-custom-block-bottom .banner-small-img .banner-content .banner-heading{
    width:327px;
    font-size:32px !important;
    text-align:left;
  }
  .template-index .home-custom-block-bottom .banner-small-img .banner-content .banner-button{right:15px;}
/*  long ban  */
  .template-index .home-sub-banner .banner-item .content-box .banner-title{font-size:28px;}
/*  Finish - Main  */

/* Start - PLP */
  .collection-header.layout-header--style2 .collection-image img{min-height:300px;}
  .product-collection .product-title{font-size:18px;}
/*  Finish - PLP  */
  
/*  Start - PLP Learn More  */
    #hm-barrier-tm .banner_position .ingre_ban.left .img_sec{order:1;}
  #hm-barrier-tm .banner_position .ingre_ban.left .text_sec{margin-right:0px;}
  #hm-barrier-tm .banner_position .ingre_ban.left .text_sec *{text-align:left; margin-right:0px;}

/*  Finish - PLP Learn More  */
  
/* Start - Custom Page */
  .page-tpl.flex_box{margin-top:80px;}
  .page-tpl.flex_box .col-xl-4{
    display:none
  }
  .page-tpl.flex_box .col-xl-8{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
/*  White Dandelion - Learn More  */
  #dandelion-learn-more .icon_block .col-xl-4.icon_wrap{display:block;}
/* Finish - Custom Page */
  
}/* max-width:991px */

@media (max-width: 991px) and (min-width: 768px){
/*  Start - PLP Learn More  */
  #hm-barrier-tm .banner_position .item{width:230px;}
  #hm-barrier-tm .banner_position .ingre_ban .img_sec{margin:0px auto 20px;}
  #hm-barrier-tm .banner_position .text_sec{
    max-width:100%;
    margin-left:0px;
    text-align:center;
  }
  #hm-barrier-tm .banner_position .ingre_ban.left .text_sec *{text-align:center;}
/*  Finish - PLP Learn More  */
}

@media (max-width: 767px){
/*  Start - Footer  */
  .site-footer .col-footer.foot_link{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .site-footer .col-footer.big_one{
    text-align:center;
    margin-bottom: 20px !important;
  }
  .site-footer .typography{
    display:block;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:20px !important;
  }
  .site-footer .typography>a{
    padding: 0 10px;
    max-width: 200px;
    display: block;
    margin: 0px auto;
  }
  .site-footer .store_contact .foot-title{display:none;}
  .site-footer .footer-social{margin-bottom:30px;}
  .site-footer .store_contact .social-icons{
    display:block;
    text-align:center;
  }
  .footer-parallax .footer-middle .location_info p{
    margin-bottom:0px;
  }
  .site-footer .foot-title,
  .site-footer .foot-link{text-align:center; display:block;}
  .footer-social.enable-color li a{text-align:center;}
/*  Finish - Footer  */
/*  Start - Main  */
  /* main slide */
  .template-index .home-slideshow .slide-content{
    padding: 30px;
    width: 100%;
    max-width: 100%;
    text-align: center;
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
  }
  .template-index .container-padd60 .slide-content.abs_left, .template-index .container-fluid .slide-content.abs_left{left:unset;}
  .template-index .container-padd60 .slide-content.abs_right, .template-index .container-fluid .slide-content.abs_right{right:unset;}
  .template-index .home-slideshow .slide-content .btn_wrap{
    margin-top: 40px;
    margin-bottom:40px;
  }
  .template-index .home-slideshow .slide-content .slide-button{
    position:unset;
    right: unset;
    bottom: unset;
    font-size: 14px;
    margin:0px auto;
    max-width:200px;
}
  .template-index .home-slideshow .slide-content .slide-button:hover{
/*     background:#fff;
    color:#036e2f; */
  }

/*  lineup Ban  */
  .template-index .home-custom-block-bottom .banner-small-img .banner-content .banner-heading{
    width:100%;
    font-size:24px !important;
    text-align:center;
  }
  .template-index .home-custom-block-bottom .banner-small-img .banner-content .banner-des{
    width:100%;
    text-align:center;
  }
  .template-index .home-custom-block-bottom .banner-small-img .banner-content .banner-button{
    position:unset;
    right:unset;
    bottom:unset;
    border-width:1px;
    background-image: none;
    width: 115px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    margin: 40px auto 0px;
  }

/* long ban */
  .template-index .home-sub-banner.no-padding .item {
    padding-left: 0;
    padding-right: 0;
  }
  .template-index .home-sub-banner.no-padding .item .adaptive_height{padding-top:35% !important;}
  .template-index .home-sub-banner .banner-item .content-box{text-align:center;}
/*  Finish - Main  */ 
  
/* Start - PLP */
  #CollectionProductGrid{margin-top:60px;}
/* Finish - PLP   */
  
/*  Start - PLP Learn More  */
  #hm-barrier-tm .banner_position .ingre_ban{
    position:relative;
    top:unset !important;
    bottom:unset !important;
    left:unset !important;
    right:unset !important;
    transform:unset !important;
    margin-bottom:30px;
  }
  #hm-barrier-tm .banner_position .ingre_ban:last-child{margin-bottom:0px;}
  #hm-barrier-tm .banner_position .item{margin: 0px auto;}
  #hm-barrier-tm .center_product img{width:100%; height:auto;}
  #hm-barrier-tm .banner_position .ingre_ban.left .text_sec{margin-left:20px;}
/*  Finish - PLP Learn More  */
  
/*  Start - PDP   */
  .template-product .main-content{margin-top:60px;}
  .halo-product-content .product_top .product-photos{margin-bottom:30px;}
  .tabs__product-page .list-tabs{margin-bottom:60px;}
  .template-product .horizontal-tabs .list-tabs{display:flex !important;}
  .template-product .horizontal-tabs .wrapper-tab-content .tab-title{display:none !important;}
  .horizontal-tabs .wrapper-tab-content .tab-content{display:none !important;}
  .horizontal-tabs .wrapper-tab-content .tab-content.active{display:block !important;}
  .pdp_des.ingredients{
    padding-top:80px;
    padding-bottom:80px;
  }
  .pdp_des.howtouse,
  .pdp_des.packaging{padding-bottom:80px;}
  .pdp_des .container-fluid,
  .pdp_des .two-blocks.txt_sec{
    padding-left:15px;
    padding-right:15px;
  }
  .pdp_des .two-blocks.txt_sec{
    display:block;
    margin-top:30px;
  }
  .pdp_des.packaging .row{flex-direction: column-reverse;}
  .pdp_des .two-blocks{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }  
  .pdp_des .text_block{
    max-width:100% !important;
    padding-top:0px;
    padding-bottom:0px;
  }
  .pdp_des.ingredients .text_block.left{margin-bottom:30px;}
/*  Finish - PDP  */
/* Start - Custom Page */
/*  FAQ  */
  #faqs_page .top_tab .tab_point{
    width:160px;
    font-size:16px;
    margin-right:10px;
  }
  #faqs_page .top_tab .tab_point:last-child{margin-right:0px;}
/*  Brand  */
  .brand-story .img-box.col-md-6{
    padding-left:0px;
    padding-right:0px;
    margin-bottom:20px;
  }
/*  White Dandelion - Learn More  */
  #dandelion-learn-more .icon_block .col-xl-4.icon_wrap{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }
  #dandelion-learn-more .icon_block .col-xl-4.icon_wrap:last-child{margin-bottom:0px;}
/* Finish - Custom Page */
/*  Newsletter Pop Up  */
  .halo-modal .modal-overlay{max-width:80%;}
  
}/* max-width: 767px */

@media (max-width: 575px){
  /*  Start - Footer  */
  .site-footer .col-footer.foot_link{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom:30px !important;
  }
  .site-footer .col-footer:last-child{margin-bottom:0px !important;}
/*  Finish - Footer  */
/*  Start - Main  */
/*  main slide  */
  .template-index .home-slideshow .slide-content{height:320px;}
/*  identity Ban  */
  .template-index .home-custom-block-main .col-6.blog-item{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .template-index .home-custom-block-main .col-6.blog-item .flex_box .col-12{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  } 
/* long ban */
  .template-index .home-sub-banner.no-padding .item .adaptive_height{padding-top:40% !important;}
  .template-index .home-sub-banner .banner-item .content-box .banner-title{font-size:24px;}
/*  Finish - Main  */

  /* Start - PLP */
  .collection-header.layout-header--style2{
    margin-left:-15px;
    margin-right:-15px;
  }
  .products-grid .grid-item{
    flex:0 0 100%;
    max-width:100%;
    padding-left:30px;
    padding-right:30px;
  }
  .plp_des .mo_hide{display:none;}
/*  Finish - PLP  */
  
/*  Finish - PDP  */
  .pdp_des .text_block .text{font-size:14px; text-align:left;}
/*  Finish - PDP  */

/*  Start - Custom Page  */
  .page-tpl.flex_box .col-xl-8,
  .page-tpl.policy{padding-left:0px; padding-right:0px;}
  .page-tpl.policy.faqs-page{padding-right: 10px; padding-left: 10px;}
  .page-tpl.policy .page-content .list-txt>h3{font-size:18px;}
  .page-tpl.policy .page-content .list-txt-ul{padding-left:15px;}
  .page-tpl.policy .page-content .list-txt-cont-title,
  .page-tpl.policy .page-content p,
  .page-tpl.policy .page-content .list-txt-ul * {font-size:14px;}
  .page-tpl.policy br {
    display: none;
  }
/*  faq page  */
  .page-tpl.policy.faqs-page .row > h1{font-size:32px !important;}
}/*max-width: 575px*/

@media (max-width: 547px){
  .template-index .home-custom-block-bottom .banner-small-img .banner-content {
    padding-left: 0;
    padding-top: 1rem;
  }
/* Start - Custom Page */
/*  FAQ  */
  #faqs_page .top_tab .tab_point{
    max-width: calc(33.3333% - 6px);
    margin-right:5px;
  }
  #faqs_page .top_tab .tab_point:last-child{margin-right:0px;}
/* Finish - Custom Page */
  
}/*max-width: 547px*/
@media (max-width: 447px){
/*  Start - PDP  */
  .tabs__product-page .list-tabs .tab-links{
    font-size:1rem;
  }
/*  Finish - PDP  */ 
}
@media (max-width: 480px){
/* Start - Custom Page */
/*  FAQ  */
/*   .page-tpl.policy.faqs-page .row > h1{text-align:center !important;} */
  #faqs_page .top_tab .tab_point{
    max-width:100%;
    width:100%;
    margin-bottom:5px;
  }
  #faqs_page .top_tab .tab_point:last-child{margin-bottom:0px;}
/* Finish - Custom Page */
}
@media (max-width: 479px){
/* Start - Header */
  .header-top .top-message p a{display:block !important;}
/* Finish - Header */
}

@media (max-width: 400px){
/*  Start - Main  */
/* long ban */
  .template-index .home-sub-banner .banner-item .content-box .banner-title{font-size:18px;}
/*  Finish - Main  */ 
  
/*  Start - PLP Learn More  */
  #hm-barrier-tm .banner_position .item{width:230px;}
  #hm-barrier-tm .banner_position .ingre_ban .img_sec{margin:0px auto 20px;}
  #hm-barrier-tm .banner_position .text_sec{
    max-width:100%;
    margin-left:0px;
    text-align:center;
  }
  #hm-barrier-tm .banner_position .ingre_ban.left .text_sec{margin-left:0px;}
  #hm-barrier-tm .banner_position .ingre_ban.left .text_sec *{text-align:center;}
/*  Finish - PLP Learn More  */
}