/** Shopify CDN: Minification failed

Line 3328:5 Expected "}" to go with "{"

**/
/* Slider */
.slick-slider{
  padding: 0 50px;
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list{
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus{
  outline: none;
}
.slick-list.dragging{
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list{
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track{
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after{
  display: table;
  content: '';
}
.slick-track:after{
  clear: both;
}
.slick-loading .slick-track{
  visibility: hidden;
}
.slick-slide{
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide{
  float: right;
}
.slick-slide img{
  display: block;
}
.slick-slide.slick-loading img{
  display: none;
}
.slick-slide.dragging img{
  pointer-events: none;
}
.slick-initialized .slick-slide{
  display: block;
}
.slick-loading .slick-slide{
  visibility: hidden;
}
.slick-vertical .slick-slide{
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-arrow {
  cursor: pointer;
  position: absolute;
  top: 50%;
  z-index: 2;
  font-size: 0;
  border: none;
  padding: 0;
  height: 50px;
  width: 50px;
  margin-top: -50px;
  background-color: transparent;
  background-size: 100% auto;
}
.slick-prev.slick-arrow{
  left: 0;
  background-image: url('slider-left-arrow.svg');
}
.slick-next.slick-arrow{
  right: 0;
  background-image: url('slider-right-arrow.svg');
}
ul.slick-dots {
  text-align: center;
  padding: 0;
  font-size: 0;
  margin-top: 24px;
}
ul.slick-dots li {
  list-style: none;
  display: inline-block;
  margin: 0 5px;
}
ul.slick-dots li button {
  padding: 0;
  border: none;
  font-size: 0;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  cursor: pointer;
  background: #D9EAF4;
}
ul.slick-dots li.slick-active button{
  background: #48C2FF;
}
ul.slick-dots li:last-child button{
  height: 8px;
  width: 8px;
}

/* coman */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
}
h1.main-title ,
h2.main-title ,
h1{
  font-size: 48px;
  line-height: 60px;
  color: #282828;
}
h2 {
  font-size: 38px;
  line-height: 52px;
  color: #282828;
}
h3 {
  font-family:"TrimPosterWebCondensed" !important;
  font-weight: 400 !important;
  font-size: 28px;
  line-height: 40px;
  color: #282828;
}
h4 {
  font-family : 'Gotham';
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  color: #282828;
}
h5 {
  font-family : 'DINNextLTPro-LightCondensed';
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #282828;
}
.text-subtitle {
  font-family : 'Gotham';
  font-weight: 500;
  font-size: 17px;
  line-height: 20px;
  color: #282828;
}
body {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color : #363636;
}
.text-caption {
  font-family : 'Gotham';
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}

p.main-body-text {
  font-size: 20px;
  line-height: 32px;
}
img {
  max-width : 100%;
  height : auto;
}
img.moblie-image {
  display: none;
}
a.btn {
  padding: 12px 22px 8px;
  font-size: 22px;
  line-height : 24px;
  letter-spacing: 0.02em;
  font-weight: 300;
}
  a.btn svg {
    margin-top: -4px;
}
a.btn:hover,
.show-buttons-animation .btn:hover{
  color : #fff !important;
  border-color: #638a7b;
  background-color: #638a7b;
}
.btn::before {
  display : none;
}
.show-buttons-animation .btn:hover, .show-buttons-animation .shopify-payment-button__button--unbranded:hover,
.btn{
  transition: none !important;
}
a.btn:hover svg path {
  fill: #fff;
}
a.btn:not([href]), a.btn:not([href]):hover {
  background: #F2F2F2;
  border-color: #F2F2F2;
  color: #BBBBBB !important;
  cursor: no-drop;
}
a.btn:not([href]) svg path {
  fill: #BBBBBB;
}
a.btn:not([href]):hover:before {
  background: #F2F2F2;
}
.center {
  text-align : center;
}
.shopify-section--page strong a,
.shopify-section--page strong{
  color : #282828;
}
  input, select, textarea {
    border-radius: 0;
    border-color : #f2f2f2;
}

/* header */

header.site-header {
  background: #141414;
}
.site-header--transparent {
  background: transparent !important;
}
.header_icons_top svg.icon.icon-shopping-bag {
  width: 25px;
}
.header_icons_top {
  display: flex;
}
.top_header_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top_header .currency_selector {
  border-right: 1px solid #fff;
  display: block;
  width: 130px;
  height: 42px;
}
.announcement_text p {
  margin: auto 0;
  font-family: 'Oswald', sans-serif;
  text-decoration: underline;
}
[data-text-color="black"].site-header--transparent .top_header .currency_selector,
[data-text-color="black"].site-header--transparent .top_header,
[data-text-color="black"].site-header--transparent .header_icons_top > div {
  border-color : #282828;
}
.top_header {
  border-bottom: 1px solid #fff;
}
.header_icons_top > div {
  border-left : 1px solid #fff;
  padding-left: 10px;
}
.top_header_content span,
header p ,
header svg path,
.multicolumn h1,
.multicolumn h3,
.multicolumn {
  color : #fff;
  fill : #fff;
}
[data-text-color="black"].site-header--transparent .top_header_content span,
header[data-text-color="black"].site-header--transparent p ,
header[data-text-color="black"].site-header--transparent svg path {
  color : #282828;
  fill : #282828;
}
.site-header>.wrapper .nav {
  position : static;
}
.right_menu {
  display: flex;
  justify-content: flex-end;
}
.right_menu a {
  margin-left: 28px;
  font-weight: 500;
  border-bottom :2px solid transparent;  
  padding: 6px 0px 8px;
}

.right_menu a:hover {
  border-color :#fff;
}
[data-text-color="black"] .right_menu a:hover{
  border-color :#282828;
}
.header__dropdown span.navtext {
  color: #363636;
}
.dropdown__family .navlink--child span {
  font-size: 18px;
  font-family: 'DINNextLTPro-LightCondensed';
  font-weight: 600;
  color : #282828 !important;
  text-transform: uppercase;
}
  .dropdown__family .navtext {
     font-weight: 600;
  }
.navtext {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Gotham';
}
[data-text-color="black"].site-header--transparent .navtext {
  color: #282828;
}
[data-text-color="black"].site-header--transparent .navlink--toplevel:after{
  background: #282828;
}
.menu__item a.navlink:hover {
    font-style: italic;
}
.menu__item--icon a.navlink:hover {
    font-style: normal;
}
/*
.meganav--visible .menu__item span {
color : #000;
}
.meganav--visible .menu__item > .navlink:not(.navlink--icon):after {
background-color: #000 !important;
}
*/
.menu__item:hover>.navlink:not(.navlink--icon):after {
  background-color: #fff !important;
}
[data-text-color="black"].site-header--transparent .menu__item:hover>.navlink:not(.navlink--icon):after {
    background-color: #282828 !important;
}  
.site-header a:hover p {
  color : #f75c42;
}
.grandparent .header__dropdown:before {
  background: transparent;
}
.backdrop--radial:before{
  display : none;
}
.grandparent .header__dropdown {
  margin: 0 auto;
  right: 0;
  left: 0;
}
.meganav--visible.site-header>.wrapper {
  position : static;
}
.header__dropdown__wrapper {
  max-width: 1440px;
  margin: 50px auto;
  padding: 0 20px;
}
.menu__block--wide {
  max-width: 300px;
  margin: 0 20px;
}

.header__dropdown__image .hero__description{
  color: #000;
  font-size: 16px;
  margin: 0;
}
.menu__block--wide .hero__content__wrapper,
.menu__block--wide .link-over-image{
  position: unset !important;
  flex-direction: column;
}
.header__dropdown__image .hero__title {
  color: #000;
  margin: 0;
  font-size: 28px;
  font-weight: 500;
}
.header__grandparent__links {
  width : 60%;
  margin-left: 0 !important;
}

.header-menu_produ {
  width : 40%;
}
.header-menu_produ > div {
  display : flex;
}
.dropdown-image {
  background-color: #F2F2F2;
  text-align: center;
}
.header__dropdown__image .hero__content {
  padding: 0;
  padding-top: 10px;
}
.dropdown__family a.navlink:hover span.navtext {
  color: #F75C42;
  opacity: 1;
}
.menu__item--icon span {
  font-size: 12px;
}
.logo_wrap,
.right-menu-wrap{
  flex: 250px 0 0;
}
a.logo-svg ,
img.logo__svg{
  display: block;
}
[data-text-color="black"].site-header--transparent .logo_wrap {
  -webkit-filter: invert(1);
  filter: invert(1);
}
.mobile-menu__item--has-items>.mobile-navlink {
  width: auto;
}
.mobile-nav__trigger {
  margin-left: 0;
}
.mobile-menu__item--has-items {
  align-items: center;
}
.mobile-nav li a {
  font-weight: 900;
  font-size: 20px;
  color: #282828; 
  padding-top:6px;
  padding-bottom: 6px;
}
.mobile-nav__sublist li a {
  font-family: 'DINNextLTPro-LightCondensed';
  font-weight: 900;
  font-size: 20px;
  line-height: 20px;
}
ul.mobile-nav__sub-sublist li a {
  font-family: 'Gotham';
  font-size: 14px !important;
   font-weight: 900;
}
ul.mobile-nav__sub-sublist li a:hover {
  color: #F75C42;
}
button.mobile-nav__trigger {
  height: 40px;
  width: 40px;
  line-height: 40px;
  /*
  background-image: url(/cdn/shop/files/down-arrow.svg?v=1654508606);
  background-repeat: no-repeat;
  background-position: center; */
}
.mobile-nav__trigger--level-1 {
  height: 20px;
  width : auto;  
}
.mobile-nav--bottom a {
  font-size: 16px !important;
  font-weight: 400 !important;
}
[data-collapsible-trigger-mobile] .icon, [data-collapsible-trigger] .icon {
  position: static;
}
[data-collapsible-trigger-mobile] .icon-toggle-minus, [data-collapsible-trigger-mobile].is-expanded>.icon-toggle-plus, [data-collapsible-trigger] .icon-toggle-minus, [data-collapsible-trigger].is-expanded>.icon-toggle-plus {
  display: none;
}
[data-collapsible-trigger-mobile].is-expanded>.icon-toggle-minus, [data-collapsible-trigger].is-expanded>.icon-toggle-minus {
  display: block;
}
.mobile-menu__item--level-1>.mobile-dropdown {
  margin-top: 0;
}
.cart__toggle--has-items .cart-indicator {
  display: none;
}
a.cart__toggle {
  position: relative;
  margin-right: -8px !important;
}
span.cart-count {
  padding: 4px;
  border-radius: 50%;
  position: absolute;
  bottom: 5px;
  right: 4px;
  background: #f75c42;
  line-height: 8px;
  font-size: 12px;
  height: 16px;
  width: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}


/* main banner */
.main_banner,
.custom_img-with-text{
  position: relative;
}
.main_banner img ,
.custom_img-with-text img{
  height : auto;
}
.main_banner img {
  width : 100%;
  
}
.banner_content-wrap {
    position: absolute;
    width: 100%;
    left: 0;
    top: 30%;
}
.content-textitem {
    max-width: 440px;
    float: right;
}
.main_banner_content h1,
.main_banner_content h4 ,
.custom_img-with-text_content h1,
.custom_img-with-text_content p{
  color: #fff;
}
a.btn {
  display: inline-flex;
  align-items: center;
  grid-gap: 10px;  
  justify-content: center;
}

.main_banner_content h1.main-title ,
.custom_img-with-text_content h1.main-title{
  margin-bottom: 10px;
}
#shopify-section-template--14236150464606__16533832961b84475e h1.main-title {

  margin-bottom : 0px;
}
#shopify-section-template--14236150464606__16533832961b84475e  p {
  margin-top : 0px;
}

/* custom image with text */
.custom_img-with-text_content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 8%;
  max-width: 380px;
}
.custom_img-with-text.custom-margin {
  margin: 0 20px;
}

/* tab collection */
.product-grid-item__info {
  text-align: center;
  display: block;
}
.product-grid-item__info .product-grid-item__swatch {
  justify-content: center;
}
.product-grid-item__title h4 {
  font-size: 28px;
}
.product-grid-item__info p {
  color: #363636;
}
a.product-grid-item__price {
  margin-bottom : 18px;
  margin-top : 8px;
}
.tab__content {
  padding-top : 0;
}
.tab-head-block {
  text-align: left;
  margin-left: 60px;
  padding-bottom: 10px;
}
.tab-head-block h4.tab-title-text {
  max-width: 410px;
}
.product__media {
  background-color: #F2F2F2;
}
.product__media__image.product__media__image--hover-fade-in {
  transition-duration: 900ms;
}
.carousel__item {
  padding-right: 20px;
  margin-right: 0;
  background: #fff;
}
.product__badge {
  top: 10px;
  left: unset;
  right: 12px;
}
.product__badge__item {
  border-radius: 32px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  padding: 3px 12px;
}
.product__badge__item--saving {
  background: #FCF228;  
  color: #282828;
}
.product__badge__item--sold {
    background: #F75C42;
}


/* multi-column */
.multicolumn {
  background-color: #363636;
  padding-top: 50px;
  padding-bottom: 60px;
}
.multicolumn_content {
  display: flex;
}
.multicolumn_block {
  width : 33.33%;
  padding : 0 20px;
}
.multicolumn_block a {
  color: #fff;
  text-decoration: underline;
}
.multicolumn_block h4 {
  font-size: 26px;
  letter-spacing: 1px;
}
.multicolumn_head h1.main-title {
  margin-bottom: 50px;
}

/* newsletter */
.input-group__btn--icon {
    width: 160px;
    max-width: 160px;
    border-radius: 25px!important;
    border: none!important;
    background-color: #f75c42!important;
    color: #fff!important;
    margin-left: 10px;
    padding: 12px 20px 8px;
    font-family: 'DINNextLTPro-LightCondensed';
    font-size: 20px;
}
  .input-group__btn--icon svg {
    margin-top : 0px;
  }
.product__notification .input-group__btn--icon svg {
    margin-top: -4px;
}
.input-group__btn span {
  display: flex;
  grid-gap: 10px;
  font-size: 20px;
}
.newsletter-section__content__wrapper {
  color : #fff;
}
.newsletter-form .input-group__field {
  border: none !important;
  background-color: #fff;
  border-radius: 0px; 
  padding-top:0 !important;
  padding-bottom: 0 !important;
    color: #343434;
}
.input-group--inline .input-group__item--btn {
  max-width: 160px;
}
.input-group--inline {
  margin: 0;
  position: relative;
  max-width: 430px;
}
input.input-group__field::placeholder {
  font-size: 14px;
  line-height: 24px;
  color: #363636;  
  line-height: 42px;
}
.newsletter-section__entry {
  margin-bottom: 30px;
}
.newsletter-section__entry p {
  font-style: italic;
  max-width: 500px;
  margin: auto;
}
.card_blog_details a {
  font-family: 'DINNextLTPro-LightCondensed';
  color: #282828;
}
.input-group__btn--icon:hover {
  background-color : #638A7B !important;
}
.product-single__details .input-group--inline .input-group__field {
  border-radius: 0;
  border-right : 2px solid;
  border : 1px solid #f2f2f2;
}
.product-single__details button.input-group__btn--icon span {
  display: flex;
  align-items: center;
  grid-gap: 10px;
}
.newsletter-section__content .errors,
.newsletter-section__content .form-success{
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
}
.form-success {
    color: #fff;
  background-color : #638A7B;
}

/* feature blog */
.article_slide img {
  max-width: 100%;
  height: 240px;
  object-position: center;
  object-fit: cover;
}

ul.article_slider {
  margin-left : 0;
  padding:0;
}
.card__content {
  margin: 10px 12px 0;
}
h3.card__heading {
  font-size: 24px;
  font-weight : 400;
}
.fea-blog {
  overflow: hidden;
}
.fea-blog .slick-list {
  overflow: visible;
}
  .fea-blog .swiper-wrapper {
    align-items: center;
}
.article_slider:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  background: #fff;
  margin-left: -50%;
}
.fea-blog .wrapper {
  width: calc(100vw - ((100vw - 1424px)/2));
  margin-right: 0;
  padding-right: 0;
  padding-left : 30px;
}
.fea-blog .slick-track {
  display: flex;
  align-items: center;
}
.swiper-scrollbar-drag {
  background-color: #363636 !important;
}
.swiper-container-horizontal>.swiper-scrollbar {
  border-radius: 25px;
  height: 6px !important;
  bottom: 0px !important;
  background-color: #F2F2F2 !important;
}
.swiper-container {
  padding-bottom: 38px;
}
.swiper-scrollbar-drag:after {
  content: '';
  position: absolute;
  width: 8px;
  height: 1px;
  background: #f2f2f2;
  top: 22%;
  left: 50%;
  transform: translateX(-50%);
}
.swiper-scrollbar-drag:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 1px;
  background: #f2f2f2;
  bottom: 22%;
  left: 50%;
  transform: translate(-50%);
}
.viewall-btn {
  justify-content: center;
  display: flex;
  width: 100%;
}

/* prod reco */
.featured-collection__heading.h4 {
    text-align: left;
    margin-bottom: 20px;
    font-size: 48px;
    line-height: 60px;
    color: #282828;
}

.featured-collection__title{
    padding-left: 60px;
}
.related-pro-wrap {
  max-width : calc(100vw - ((100vw - 1424px)/2));
  margin-left : auto;
  margin-right : 0;
}
.related-pro-wrap .one-quarter {
    width: 100%;
    padding-right: 0;
}

/* fea article */
.fea-arti > div {
  width : 50%;
}
.fea-arti img {
  height :auto;
}
.feature_article {
  padding-top: 50px;
}
.fea-arti {
  display: flex;
  align-items: center;
}
.fea-arti_content {
  max-width: 380px;
  margin: auto;
  text-align: center;
}
.feature_article .image-text-wrap {
    padding-left: 0;
}
.feature_article .section-title {
    left: -40px;
  }


/* footer */
.site-footer {
  padding-top: 40px;
  padding-bottom: 30px;
}
.footer-bottom {
  margin-top: 20px;
}
.copyright_socialicon {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fooer_bottom-menu {
  display: flex;
  align-items: center;
}
.bottom_menu-title {
  padding-right: 14px;
  border-right: 1px solid #282828;
}
.bottom_menu-links {
  text-align: left;
  padding-left: 20px;
}
.bottom_menu-links a {
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
    margin: 5px 0;
}
.bottom_menu-links a:hover ,
.footer-copyright a:hover{
  font-style: italic;
}
.bottom_menu-links a:not(:last-child) {
  border-right: 1px solid #282828;
  padding-right: 12px;
  margin-right: 12px;
}
.bottom_menu-links a:first-child {
  margin-left :0;
}
.bottom_menu-title h3 {
  font-size: 22px;
  margin: 10px 0;
  border: #282828;
}
.footer-copyright {
  font-size: 13px;
  font-weight: 500;
}
.social-sharing-icon {
  margin-right: 24px;
}
.social-sharing-icon svg {
  width: 30px;
  height: auto;
}

/* text section */
.text_section {
  padding-top: 50px;
  padding-bottom: 35px;
}
.text-sec {
  position: relative;
  padding-left: 44px;
}
.text_content {
  max-width: 1000px;
  margin: auto;
  column-count: 2;  
  column-gap: 38px;
}
.text-sec-title {
  transform: rotate(-90deg);
  position: absolute;
  left: -84px;
  top: 90px;
  background: #F75C42;
  box-shadow: 0px 0px 20px rgb(0 0 0 / 12%);
  border-radius: 25px;
  color: #fff;
  padding: 4px 8px;
  font-family: 'DINNextLTPro-LightCondensed';
}
.text-sec-content br {
  display: none;
}
.text-sec-content p {
  margin-top : 0;
  display: inline-flex;
}

/* image text */
.image-and-text {
  padding-top: 20px;
  padding-bottom: 40px;
}
.image-text-wrap {
  position: relative;
  padding-left: 44px;
}
.section-title {
  position: absolute;
  left: 0;
  top: 0;
  text-align : left;
}
.section-title span{
  transform: rotate(-90deg);
  background: #F75C42;
  box-shadow: 0 0 20px #0000001f;
  border-radius: 25px;
  color: #fff;
  padding: 5px 20px 3px;
  font-family: 'DINNextLTPro-LightCondensed';
  text-align: center;
  display: inline-block;
  transform-origin: 100% 0;
  margin-left: -100%;
}
.section-title a {
  color: #fff;
}
.section-title span:hover {
  background-color: #638a7b;
}
.image-text {
  display: flex;
  align-items: center;
}
.image-text > div {
  width : 50%;
}
.image-text_content {
  padding: 0 28px;
  text-align: center;
}
.image-text_media {
  text-align: center;
}
.image-text_media img {
  height : auto;
}
.image-text.reverse-content {
  flex-direction: row-reverse;
}

/* main page */
.main-page-content {
  max-width: 800px;
  margin: auto;
}
.main-page-content p {
  margin-bottom: 30px;
}
  nav.breadcrumbs {
    color: #363636;
    margin-bottom : 20px;
}
.wrap-44476891230 .main-page-content {
    max-width: 100%;
}
.main-page-content .main-title {
  display: none;
} 
.storerocket-notify-me-button {
    background-color: #F75C42 !important;
}
.storerocket-search-form a {
    color: #F75C42 !important;
}
.storerocket-search-form a svg {
    fill: #F75C42;
}
.main-page-content h2,
  .main-page-content h4 {
    margin-bottom: 0;
}
  

/* form app */
#aaa-form-builder .aaaformbuilder_form .fb-submit button {
  background-color: #f75c42 !important;
}
.aaaformbuilder_form input[type="text"], .aaaformbuilder_form input[type="search"], .aaaformbuilder_form input[type="password"], .aaaformbuilder_form input[type="email"], .aaaformbuilder_form input[type="file"], .aaaformbuilder_form input[type="number"], .aaaformbuilder_form input[type="tel"], .aaaformbuilder_form textarea, .aaaformbuilder_form select {
  border: 1px solid #F2F2F2 !important;
}
  .aaaformbuilder_form .form-group,
  .shopify-section--contact-form .form__item,
  .addresses-wrapper input{
    margin-bottom: 32px !important;
}

/* team members */
.team-members-section {
  padding-top: 50px;
  padding-bottom: 40px;
}
.team-members {
  display: flex;
  flex-wrap: wrap;
}
.team-member {
  width : 33.33%;
}
.members-details {
  padding: 20px 24px;
  text-align: center;
}
.members-details img {
  height : auto;
}
.members-details h2.member-name {
  margin-top: 12px;
  margin-bottom: 8px;
}
.members-details p.member-work {
  font-size: 14px;
  margin-top: 0;
  font-weight: 500;
}

/* membar image banner */
.member-image img {
  width: 100%;
  height: auto;
  max-height: 620px;
  object-fit: cover;
}
div#shopify-section-template--14236154527838__1653388345563dfbe6 {
  padding-top: 0;
}

/* member details */
.member-contact p.contact-title {
  font-weight: 500;
  font-size: 21px;
  line-height: 20px;
  color: #282828;
}
.member-contact a {
  display: block;
  font-weight: 500;
  color: #F75C42;
  margin-bottom: 4px;
}
.rte_content h2 {
  text-align: left !important;
}
.product-card-right {
  text-align: center;
}
.product-card__name {
  font-size: 26px;
  line-height: 40px;
  font-family: "TrimPosterWebCondensed", sans-serif;
  color: #282828;
}
.product-card__price {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #232323 !important;
}
.members-detail-content {
  display: flex;
}
.members-detail-content > div,
.members-detail-content .productlist  > div {
  width : 50%;
}
.members-detail-content .productlist {
  display: flex;
  flex-wrap: wrap;
}
.productlist > div {
  padding-left: 8px;
  padding-right: 8px;
}
.rte_content {
  max-width: 550px;
  margin-right : 20px;
}
.rte_content br {
  display: none;
}
.collection-product-list-wrap {
  padding-left: 40px;
  position: relative;
}
.team-member-products h2 {
  padding-left: 40px;
  font-size: 38px;
}
.member-details {
  padding-top: 50px;
  padding-bottom: 40px;
}
img.product-card__image {
  background: #F2F2F2;
}
.main-content>.shopify-section:not(.shopify-section--product):not(.shopify-section--page):first-child:not(.transparent-header) {
  padding-top: 0;
}
.members-detail-content>div:only-child {
  max-width: 900px;
  margin: auto;
  width: 100%;
}
.members-detail-content>div:only-child .rte_content {
  max-width: 100%;
  margin-right: 0;
}
.members-product_details .product-grid-item__swatch .swatch__label {
  width: 24px;
  height: 24px;
  border-radius: 0;
}
.members-product_details .product-grid-item__swatch {
  margin-top: 16px;
}

/* custom collection list */
.collection-list-wrapper {
  margin-top: 50px;
}
.icon-wrap svg path {
  fill:#F75C42;
}
.collection-list.contains-card {
  display: flex;
  list-style-type: none;
  margin-left: 0;
  justify-content: center;
}
.collection-list.contains-card li {
  width : 33.33%;
  padding: 16px 10px 0;
}
.card__media img {
  height: 280px;
  object-fit: cover;
  object-position: center;
}
.card__heading .collection__name {
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
  text-transform: uppercase;
}

/* product */
.product__block .product__price {
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
}
legend.radio__legend a.size_chart {
  color: #232323;
  cursor: pointer;
}
.radio__legend {
  border-top: 1px solid #F2F2F2;
  color: #BBB;
  font-family: 'DINNextLTPro-LightCondensed';
  padding-top: 6px;
  /*
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  */
}
.radio__legend span {
  font-size: 20px;
  text-transform: uppercase;
}
.radio__legend > span:first-child {
  width: 70%;
} 
  .radio__legend > span {
  display: inline-block;
}
.radio__legend span:last-child {
  text-align: right; 
    vertical-align: top;
  width: 30%;
}
span.selected_option-value {
  color: #232323;
}
.radio__fieldset .radio__label {
  padding: 4px 8px;
  border: none!important;
  background-color: #f2f2f2;
  font-weight: 500;
  line-height: 20px;
}
.radio__fieldset .radio__input ~ .radio__label {
  border:1px solid transparent !important;
}
.radio__fieldset .radio__input:checked~.radio__label {
  border-color: #F75C42 !important;
}
.product__submit__item .btn {
  width: auto;
  font-size: 23px;
  line-height: 24px;
  text-transform: uppercase;
  font-family: 'DINNextLTPro-LightCondensed' !important;
  padding: 12px 33px 8px;
  display: flex;
  align-items: center;
  grid-gap: 8px; 
  margin-top: 12px;
}
.product-single__details .swatch__button .swatch__label {
  width: 60px;
  height: 60px;
  border-radius: 0;
  border: 1px solid transparent;
}
.product-single__details .swatch__button input:checked + .swatch__label {
  border-color: #F75C42;
}
.product-grid-item__inner .swatch__button .swatch__label {
  width: 24px;
  height: 24px;
  border-radius: 0;
}
.swatch__button .swatch__label {
  background-color : #F2F2F2;
}
.product-grid-item__swatch {
  height: 24px;
}
span.pro-sale {
  display: none;
}
span.product__price--off {
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #282828;
  background: #FCF228;
  border-radius: 32px;  
  text-transform: uppercase;  
  padding: 4px 14px;
}
.product__price {
  align-items: baseline;
  grid-gap: 20px;
}
span.product__price--regular.product__price--sale {
  color: #282828;
  margin: 0;
}
.product__price--compare {
  color: #BBBBBB;
}
.prod--details {
  display: flex;
  justify-content: space-between;
}
.prod-button>a {
  padding: 16px;
  font-size: 14px;
  line-height: 24px;
  color: #363636;
}
.prod-button a.btn {
  font-size: 22px;
  line-height: 24px;
}
.main-content {
  position: relative;
}
.product-header {
  position: fixed;
  width: 100%;
  top: 0;
  border-bottom: 1px solid #F2F2F2;
  background: #fff;
  z-index: 111;  
  display : none;
}
.product-header.sticky {
  display: block;
}
.prod--details {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0;
}
.prod--details h3 {
  margin: 0;
}
.prod-banner img {
    width: 100%;
}
  .product-single {
    padding: 30px 0;
}
.product-single__media-slider {
    border: 1px solid #F2F2F2;
}
.product__block button#BIS_trigger {
    font-size: 22px;
      padding: 14px 10px 8px;
}  


/* log in */
.form-vertical-wrapper {
  max-width: 680px;
}
.form-vertical input {
  border-radius: 0; 
  border-color: #F2F2F2;
  margin-bottom: 26px;
}
.form-vertical input::placeholder {
  text-transform : uppercase;
  color : #363636;
}
.form-vertical button.btn {
  font-size: 22px;
}
.form-vertical button.btn {
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  grid-gap: 10px;
  height: 46px!important;
  text-transform: uppercase;   
  padding: 7px 20px 4px;  
  min-width: 140px;
}
.login-btn {
  display : flex;
  align-items :center;
  justify-content: space-between;
}
.login-btn a {
  padding-left: 14px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #363636;
}

/* page form */
#aaa-form-builder input,
#aaa-form-builder textarea ,
#aaa-form-builder select{
  border-radius: 0;
}

/* heading and image */
.heading-and-image {
  margin-top: 40px;
  margin-bottom: 40px;
}
.head-img-heading {
  max-width: 698px;
  margin-bottom : 28px;
}
.head-img-heading h1 {
  margin-bottom: 6px;
}


/* grid section */
.grid_section {
  margin-top: 60px;
}
.grid_section_content {
  display: flex;
  flex-wrap: wrap;
}
.grid_section_content > div {
  width : 50%;
  margin-bottom: 40px;
}
.grid_text_block div {
  max-width: 600px;
  padding-right: 22px;
}
.grid_section .wrapper {
    border-bottom: 1px solid #F2F2F2;
    margin-bottom: 50px;
}
.multi-column .wrapper{
    border-bottom: 1px solid #F2F2F2;
    padding-bottom: 30px;
}

/* custom multicloumn */
.multi-column {
  margin-top: 40px;
  margin-bottom: 40px;
}
.multi-column_content {
  display: flex;
}
.multi-column_content > div {
  width : 33.33%;
  padding: 10px 40px;
}
.multi-column_block h1 {
  margin-top: 20px;
  margin-bottom: 14px;
}
.multi-column_block img {
  border-radius: 50%;
}

/* hero video  */
.hero-video-section {
  padding : 20px;
}
.hero-video-content .video-text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  top: 50%;
  transform: translateY(-50%);
}
.hero-video-content .buttons-wrapper {
  justify-content: flex-start;
}
.hero-video-content h2 {
  line-height: 42px;
}
.hero-video-content h1 {
  color : #fff;
}
.image-with-text__video {
  height: 100%;
}
.image-with-text__video video {
  object-fit: cover;
  min-height: 100%;
}
.mobile-coll-title {
  display: none;
}
.swiper-slide.slider-button {
    display: flex;
    justify-content: center;
    margin-top: 15%;
}


/* product collection slider */
.prod--slider {
  margin-right: 0;
  margin-left: auto;
  margin-bottom: 30px;
}
.prod--slider .one-quarter {
  width: 100%;
}
.prod--slider .carousel__item {
  padding-right: 0;
  margin-right: 0;
}
.product-swiper-container {
  padding-bottom: 40px;
}
.pro-coll-slider-wrap {
  position: relative; 
    padding-left: 20px;
}
  .pro-coll-slider-wrap .section-title {
    left: -25px;
  }
.pro-coll-slider {
    width: calc(100vw - ((100vw - 1424px)/2));
    margin: auto 0 auto auto;
    max-width: 100%;
}
.product-collection-slider {
    padding-top: 60px;
    padding-bottom: 30px;
}
.related-swiper-container {
    padding-bottom: 30px;
}



/* blog page */  
.blog-posts {
    padding-top: 40px;
}
  .blog-post {
    row-gap: 60px;
}
.pagination span.page {
    border: 1px solid #F2F2F2;
    border-radius: 50%;
    width: 40px;
    height: 40px;
  margin :0 6px;
}
.blog-posts .pagination .page.current {
    border-bottom: #f2f2f2;
    background-color: #f2f2f2;
}
.blog-posts .pagination__button--previous,
.blog-posts .pagination__button--next {
  transform: unset;
}
.pagination__button span {
    background: #f75c42;
    padding: 8px 20px;
    color: #fff;
    display: flex;
    align-items: center;
    grid-gap: 10px;
    border-radius: 25px;
    font-size: 22px;
    min-width: 140px;
    justify-content: center;
    font-family: 'DINNextLTPro-LightCondensed', sans-serif;
}
  .pagination__button span:hover {
    background: #638a7b;
  }
.pagination__button--previous svg {
    transform: rotate(180deg);
}
  .pagination__button span svg {
 
    width: 24px;
}

/* article page */
 
.responsive-image img {
    padding: 24px 24px 0;
}
 
  .section-header--article {
    padding-bottom: 26px;
}
  p.article__meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom : 30px;
    border-bottom : 1px solid #F2F2F2;
}
 p.article__meta small {
    font-size: 14px;
    color: #363636;
}
p.article__meta small:first-child {
    text-align: left !important;
    border: 1px solid #F2F2F2;
    padding: 6px 10px;
    border-radius: 25px;
}
.article__meta>:not(:last-child):after {
  display: none;
}
.template-article .article__wrapper h2 {
    margin-bottom: 0;
}  
  

/* collection page */
  .collection__inner {
    margin: auto;
}

/* contact page */  
.shopify-section--contact-form .form__item--submit .btn {
    font-size: 22px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 10px;
    height: 46px!important;
    text-transform: uppercase;   
    padding: 7px 20px 4px;
    min-width: 140px;
}
  .shopify-challenge__container .shopify-challenge__button.btn {
    font-size: 22px;
    padding: 14px 10px 10px;
    margin-top: 20px;
}
  .shopify-challenge__container .shopify-challenge__button.btn:hover {
      background-color: #638a7b;
  }

  /* account page */
  .account-wrapper hr.hr--small {
    border-color: #f2f2f2;
}
  

/* size chart */  
.size-chart-wrap {
  visibility: hidden;
} 
  .size-chart-wrap.active {
    position: relative;
    visibility: visible;
}
  button.close-btn {
    width: 20px;
    padding: 0;
    background-color: transparent;
    border: 0;
    position: absolute;
    cursor: pointer;
    right: 10px;
    top: 10px;
}
  body.chart-active {
    overflow: hidden;
}
  .sizechart-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.65);
    z-index: 998;
    display: block;
    transition: ease .5s;   
}
.size-chart-wrap table {
    background: #f2f2f2;
    border: none;
  margin-bottom: 10px;
}
.size-chart-wrap th, .size-chart-wrap td {
    border: none;
    padding: 8px 16px;
  color : #363636;
  font-size: 14px;
line-height: 24px;
}
.size-chart-wrap th {
  font-weight: 600;
}
.size-chart-wrap .size-details {
    display: flex;
    margin: 20px 0;
}
.size-chart-wrap .text {
    width: 65%;
  padding-right : 10px;
}
.size-chart-wrap .text p{
  color : #363636;
} 
.size-chart-wrap .media {
    width: 35%;
}
.size-chart-wrap .size-chart {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%) translateX(100%);
    overflow-y: scroll;
    background-color: #fff;
    z-index: 9999;
    max-width: 640px;
    padding: 24px 24px;
    max-height: 100vh;
    height: 100%;
    transition: all .5s;
}
.size-chart-wrap.active .size-chart {
    transform: translateX(0) translateY(-50%);
}

  
/* app form */
select#aaa-form-builder-country {
    background-image: url('/cdn/shop/files/arrow-down.svg?v=1658207510');
    background-repeat: no-repeat;
    background-position: 98%;
}
  button.button-input svg {
    margin-top: -4px;
}
  .aaa_formbuilder_container ::placeholder {
    text-transform: uppercase;
    color: #363636;
}
  /*
select#aaa-form-builder-country:active,
  select#aaa-form-builder-country:after{
  background-image: url('/cdn/shop/files/arrow-up.svg?v=1658208196');
}
  */

/* cart */
.cart-drawer__head h3 {
    display: block;
}
.cart-drawer__head h3 span {
 font-size: calc(1.375rem*var(--adjust-heading));
}
  .cart__checkout {
    font-size: 20px;
    text-transform: uppercase;
    padding: 12px 10px 8px;
}
.cart-drawer .cart-drawer__head {
    border-bottom: 1px solid #f2f2f2;
}
.cart-drawer .cart__item__image {
    background: #f2f2f2;
}
.cart-drawer .cart__item__meta {
    display: flex;
    grid-gap: 8px;
}
.cart-drawer p.cart__item__selected-options {
    position: relative;
    font-size: 13px;
    margin-top: 0;
    font-weight: 600;
  line-height: 20px;
}
.cart-drawer p.cart__item__selected-options:not(:first-child):before {
    position: absolute;
    content: '/';
    left: -7px;
}
.cart-drawer .cart__item__title {
  font-size: 18px;
}
.cart-drawer .cart__item__content-inner {
  display: block;
  width : 66%;
}
.cart-drawer .cart__item__price {
    margin: 12px 0 0 auto;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
  display: flex;
}
.cart-drawer .cart__item__price ins {
    margin-right: 10px;
}
.cart-drawer .cart__item__content {
    display: flex;
    align-items: flex-end;
      flex-wrap: wrap;
}
.cart-drawer .cart__item__bottom {
    width: 34%;
    justify-content: flex-end;
}
.cart-drawer .cart__item {
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    margin: 0 16px;
    border-bottom: 1px solid #f2f2f2;
}
.cart-drawer a.cart__item__remove {
    font-size: 14px;
    line-height: 20px;
    color: #BBBBBB;
    text-decoration: none;
    margin-top: 10px;
}
.cart-drawer .cart__item__quantity-field {
    border: none;
}
.cart-drawer .cart__item__quantity .cart__item__quantity-minus,
.cart-drawer .cart__item__quantity .cart__item__quantity-plus {
    box-shadow: none;
    color: #282828;
}
.cart-drawer span.ship-cal {
    line-height: 24px;
    color: #282828;
    font-size: 14px;
}
.cart-drawer span.cart__total__money {
    font-size: 24px;
    line-height: 40px;
    color: #282828;
    font-family: 'TrimPosterWebCondensed';
}
.cart-drawer .cart__total__money:before {
display : none;
}
.cart-drawer .cart_price_text {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin: 14px 0;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 5px;
}
.cart__checkout {
    font-size: 20px;
    text-transform: uppercase;
    padding: 12px 28px 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 12px;
    width: auto;
}
.cart__checkout svg {
  margin-top: -4px;
}

/* search */
.nav-search__close svg.icon.icon-close path {
    fill: #000;
    color: #000;
}
.right-menu-wrap a.navlink svg {
    width: 20px;
    height: 20px;
}
.nav-search__input {
    padding: 10px 16px;
    border: 1px solid #f2f2f2;
    font-size: 14px;
    line-height: 24px;
    color: #363636;
}
  .nav-search__input::placeholder {
    text-transform:uppercase;
  }
  .nav-search__container form.search-form .nav-search__input-group {
    max-width: 600px;
}  
  .nav-search__submit {
    right: 10px;
  }

.search--textbar {
  display: flex;
}
.sear-feild {
  width: 80%;
}
button.nav-search__submit {
    width: 20%;
    position: unset;
    margin-left: 10px;
    font-size: 22px;
    color: #fff;
    display: flex;
    justify-content: center;
    grid-gap: 10px;
  text-transform: uppercase;
  font-family:'DINNextLTPro-LightCondensed', sans-serif;
  line-height: 24px; 
    padding: 12px 10px 8px;
}
.nav-search .search-form {
  position: unset;
  margin: 40px auto;
}
.nav-search {
    top: 100px;
  height: 205px;
   padding-top:0;
}
div#search-results {
    display: none !important;
}
 
  .nav-search__input-group {
    margin: 0px auto 0 !important;
  }
   .nav-search__container.push-up .search-form {
    margin-top: 40px;
  } 

/* html grid */
.html-grid-section {
    margin: 40px 0;
}
.html-g-head {
    max-width: 480px;
    text-align: center;
    margin: 24px auto;
}
.html-g-blocks {
    border: 1px solid #363636;
    display: flex;
    flex-wrap: wrap;
    width: 1000px;
    margin: auto;
    max-width: 100%;
  justify-content: center;
}
.html-g-block {
    width: 33.33%;
    padding: 30px;
}
.html-g-block:not(:last-child) {
    border-right: 1px solid #363636;
}
.htmlg-text-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
  grid-gap: 20px;
}
.htmlg-text-content h4 {
    font-weight: 600;
}
.htmlg-text-content ul {
    margin: 0 0 0 28px;
}


/* logo text */
.logo--grid {
    display: flex;
    justify-content: center;
    column-gap: 40px;
    row-gap: 20px;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
}
.logo--griditem {
    max-width: calc(50% - 20px);
}
.logo--griditem h4 {
    font-weight: 600;
    margin-top: 10px;
    line-height: 24px;
}
.logo-text-block {
    margin: 20px 0;
}

/* story image text */
.story-image-text {
    margin: 60px 0;
}
.st-it-grid {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 40px;  
    align-items: center;
}
.st-it-grid.image-right {
    flex-direction: row-reverse;
}
.stit-griditem {
    width: calc(50% - 20px);
    display: flex;
    align-items: center;
}
.stit-media-block {
    position: relative;
    padding-left: 40px;
    height: 100%;
    text-transform: uppercase
}
.stit-media-block img {
    display: block;
}
.stit-text-block {
    width: 540px;
    max-width: 100%;
    margin: auto;
}
.stit-text-block h2 {
    text-align: center;
}
.stit-textarea a {
    text-decoration: none;
    color: #F75C42;
    padding-right: 10px;
    font-weight: 600;
    font-family: 'DINNextLTPro-LightCondensed';  
    font-size: 18px;
}
.stit-textarea ul {
    margin-left: 26px;
    margin-bottom: 0;
}


#the-kali-story .text-sec {
    padding: 0;
}
  
@media screen and (min-width: 990px) {
  .template-article .responsive-image {
    padding-top: 640px !important;
}
}

  
@media screen and (max-width:1875px) { 
  .fea-blog .wrapper {
    padding-left: 20px;
}
}

@media screen and (max-width:1500px) {
 .feature_article {
    padding-left: 30px;
}
  .pro-coll-slider-wrap {
    margin-left: 38px;
}
}

@media screen and (max-width:1400px){
  .bottom_menu-links a {
    font-size: 15px;
  }
}

@media screen and  (max-width:1300px){
  .bottom_menu-links a {
    font-size: 14px;
    line-height: 30px;
  }
}
@media screen and  (max-width:1200px) {
  .custom_img-with-text_content {
    left: 6%;
  }
  h1.main-title ,
  h2.main-title,
  h1{
    font-size: 47px;   
    line-height: 52px;
  }
  .bottom_menu-links {
    padding-left: 12px;
  }
  .bottom_menu-title {
    padding-right: 12px;
  }
  .radio__legend span {
    font-size: 19px;
  }
  .multi-column_content>div {
    padding: 10px 14px;
  }
  .menu__block--wide {
    margin: 0 10px;
  }
  header__dropdown__image .hero__title {
    font-size: 23px;
  }
  .header__dropdown__image .hero__description {
    font-size: 14px;
  }
  .fea-arti_content p.article-card__excerpt {
    height: auto !important;
}
  .fea-arti {
    align-items: normal;
}
}


@media screen and  (max-width:1024px) {  
  h1.main-title ,
  h2.main-title,
  h1 {
    font-size: 46px;
    margin-bottom: 10px;
  }
  ul.article_slider {
    padding-right : 50px;
  }
  .fea-arti:after {
    left: -108px;
  }
  .right_menu {
    display: none;
  }
  .mobile-menu__button svg path {
    fill: #F75C42;
  }
  .mobile-menu__button {
    background: #fff;
    border-radius: 50%;
  }
  .collection-list.contains-card {
    flex-wrap: wrap;
  }
  .collection-list.contains-card li {
    width: 50%;
  }
  .members-details {
    padding: 16px 14px;
  }
  .mobile-menu__button .icon-search {
    transform: unset;
  }
}

  

@media screen and  (max-width:990px) {
  p.main-body-text {
    line-height: 30px;   
    margin-top: 10px;
  }
  .custom_img-with-text_content {
    max-width: 340px;
  }
  .multicolumn_content {
    flex-wrap: wrap;
    grid-gap: 22px;
  }
  .multicolumn_block {
    width: 60%;
    margin: auto;
  }
  .image-text_content {
    padding: 0 18px;
  }
  .text_content {
    column-gap: 28px;
  }
  .image-text-wrap,
  .text-sec{
    padding-left: 42px;
  }
  .members-detail-content {
    flex-wrap: wrap;

    grid-gap: 22px;

  }
  .members-detail-content>div {
    width: 80%;
    margin: auto;
  }
  .rte_content {
    max-width: none;
  }
  .multi-column_content>div {
    padding: 10px 8px;
  }
  .prod-banner {
    display: none;
}
  .size-chart-wrap .size-chart {
    width: 90%;
    padding: 30px 30px;
  }
  .st-it-grid {
    grid-gap: 30px;
  }
  .stit-griditem {
    width: calc(50% - 15px);
  }
}

@media screen and  (max-width:900px) {
  ul.article_slider {
    padding-right: 10px;
  }
  .fea-arti {
    flex-wrap: wrap;
  }
  .fea-arti>div {
    width: 100%;
    margin: auto;
  }
  .fea-arti_content {
    padding-top: 30px;
  }
  h1.main-title ,
  h2.main-title ,
  h1 {
    font-size: 45px;
  }
  p.main-body-text {
    font-size: 19px;
  }
  .image-text_content h1.main-title {
    font-size: 40px;
    line-height: 40px;
  }
  .image-text {
    align-items: flex-start;
  }
  .text_content {
    column-gap: 18px;
  }
  .image-text_content p {
    line-height: 22px;
  }
  .image-text_content {
    padding: 0 10px;
  }
  .team-member {
    width: 50%;
  }
  .grid_section_content>div {
    width: 70%;
    margin: auto;
  }
  .grid_text_block div {
    max-width: 600px;
  }
  .grid_section_content {
    grid-gap: 20px;
  }
  #shopify-section-template--14233772130398__165553657721f521f4 .product-collection-slider {
    padding-top: 40px;
    padding-bottom: 10px;
}
  .prod--slider {
    margin-bottom: 20px;
}

  .html-g-block {
    padding: 20px;
  }
}

@media screen and  (max-width:768px) {
  .announcement_text p {
    font-size: 15px;
  }
  h1.main-title ,
  h2.main-title ,
  h1 {
    font-size: 44px;    
    line-height: 50px;
  }
  .custom_img-with-text.custom-margin {
    margin: 0 10px;
  }
  ul.article_slider {
    padding-right: 110px;
    margin-bottom: 0;
  }
  .multicolumn_block {
    width: 70%;
  }
  .fooer_bottom-menu {
    display : block;
  }
  .bottom_menu-title {
    padding-right: 0;
    border: none;
  }
  .bottom_menu-links a {
    border-right: none !important;
    display: block;
  }
  .bottom_menu-links {
    padding-left: 0;
    column-count: 2;
  }
  .site-footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .bottom_menu-title h3 {
    font-size: 26px;
  }
  a.btn {
    padding: 10px 22px 7px;
  }
  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .image-text {
    flex-wrap: wrap;
    grid-gap: 20px;
  }
  .image-text > div {
    width : 100%;
  }
  .text_content {
    column-count: 1;
  }
  .members-detail-content>div {
    width: 90%;
  }
  .grid_section_content>div {
    width: 80%;
    margin: auto;
  }
  .multi-column_content {
    flex-wrap: wrap;
    justify-content: center;
  }
  .multi-column_content>div {
    width: 50%;
    padding: 10px 20px;
  }

  .featured-collection__heading.h4 {
    margin-bottom: 16px;
    font-size: 40px;
    line-height: 50px;
  }
  .featured-collection__title {
    padding-left: 40px;
  }
  .pagination span.page {
    margin: 0 0px;
}

  .stit-griditem {
    width: 100%;
  }
  .html-g-block {
    width: 50%;
    padding: 30px;
  }
  .html-g-block:nth-child(2n) {
    border-right: none;
  }
  .html-g-block:not(:last-child) {
    border-bottom: 1px solid #363636;
  }
  .stit-text-block {
    width: 100%;
    padding: 0 10px;
  }
  .logo--griditem img {
    width: 80%;
  }
  .logo--grid {
    column-gap: 10px;
  }
}
@media screen and  (max-width:767px) {
  .tab-collections .carousel__item {
    padding-left: 0 !important;
    padding-right:40px;
  }
  .tab-collections .image-text-wrap {
    padding-left: 62px;
  }
  .carousel--mobile .carousel__item {
    width: 60%;
  }
   .blog-post__item h3,
  .blog-post__item .rte{
    height: auto !important;
  }
}

@media screen and  (max-width:650px) {
  img.desktop-image {
    display: none;
  }
  img.moblie-image {
    display: block;
    width: 100%;
  }
  .announcement_text p {
    display: none;
  }
  .custom_img-with-text_content {
    bottom: 6%;
    top: unset;
    transform: inherit;
  }
  .tab-collections {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  ul.article_slider {
    padding-right: 80px;
  }
  .multicolumn_block {
    width: 80%;
  }
  .copyright_socialicon {
    flex-direction: column-reverse;
  }
  .footer-copyright {
    margin-top: 12px;
    text-align: center;
  }
  .multicolumn_head h1.main-title {
    margin-bottom: 32px;
  }
  .multicolumn {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .social-sharing-icon,
  .social-sharing-icon:last-child{
    margin: auto 10px;
  }
  .collection-list.contains-card li {
    width: 70%;
  }
  .members-detail-content>div {
    width: 100%;
  } 
  .members-details {
    padding: 12px 8px;
  }
  .members-details h2.member-name {
    font-size : 34px;
  }
  .grid_section_content>div {
    width: 90%;
    margin: auto;
  }
  .multi-column_content>div {
    padding: 10px 10px;
  }
  .hero-video-content .video-text-wrapper {
    max-width: 500px;
  }
  .template-collection #shopify-section-header {
    position: static;
    background: #282828;
  }
  .collection__header h1 {
    display: none;
  }
  .mobile-coll-title {
    padding-left: 10px;
    padding-top: 10px;
    display: block;
  }
  .prod-button>a,
  .prod--details .prod--title{
    display: none;
  }
  .prod--details {
    display: block;
  }
  .product-header {
    bottom: 0;
    top: unset;
  }
  .fea-blog .wrapper {
    padding-left: 10px;
  }
  .related-pro-wrap {
    margin-left: 10px;
      margin-right: 10px;
  }
  .pagination__button span {
    padding: 8px 16px;
    font-size: 20px;
    min-width: 110px;
  }
  .banner_content-wrap {
    top: unset;
    bottom: 12%;
  }
  .content-textitem {
    float: none;
  }
  .feature_article {
    padding-top: 30px;
  }
  .template-product footer.site-footer {
    margin-bottom: 50px;
  }
  .size-chart-wrap .size-chart {
    padding: 20px;
  }

  .html-g-block {
    padding: 20px;
  }
  
}

@media screen and  (max-width:550px) {
  h2 {
    font-size: 33px;
    line-height: 42px;
  }
  h3 {
    font-size: 26px;
  }
  .feature_article {
    padding-top: 20px;
  }
  .fea-arti_content {
    padding-top: 20px;
  }
  ul.article_slider {
    padding-right: 60px;
  }
  .bottom_menu-links {
    padding-left: 0;
    column-count: auto;
  }
  .bottom_menu-links a {
    display: inline-block;
    padding-right: 18px !important;
    margin-right: 18px !important;
  }
  .multicolumn_block {
    width: 100%;
  }
  .article_slide img {
    height: 220px;
  }
  .section-title span {
    padding: 3px 16px 1px;
    font-size: 15px;
  }
  .text-sec {
    padding-left: 34px;
  }
  .image-and-text .image-text-wrap {
    padding-left: 0px;
  }
  .tab-head-block {
    margin-left: 40px;
  }
  .image-text_media {
    padding-left: 38px;
  }
  .collection-list.contains-card li {
    width: 80%;
  }
  .rte_content {
    margin-right: 0;
  }
  .collection-product-list-wrap ,
  .team-member-products h2{
    padding-left: 32px;
  }
  .members-details h2.member-name {
    font-size : 30px;
  }
  .radio__legend span {
    font-size: 18px;
  }
  .grid_section_content>div {
    width: 100%;
    margin: auto;
  }
  .multi-column_content>div {
    width: 80%;
    padding: 10px 20px;
    margin:auto;
  }
  .hero-video-content .seven-fifty-height {
    height: 600px;
  }
  .hero-video-content .video-text-wrapper {
    max-width: 400px;
  }
  .hero-video-section {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 14px;
  }
  .login-btn {
    display: block;
  }
  .login-btn a {
    padding-left: 0;
    padding-right : 14px;
  }
  .product-swiper-container {
    padding-bottom: 20px;
  }
   .section-header--article h1 {
      font-size: 40px; 
      line-height: 50px;
  }
  .pagination__button span svg {
    display: none;
}
  .pagination__button span {
    padding: 6px 14px;
    min-width: 80px;
}
  .size-chart-wrap .size-chart {
    width: 92%;
    margin: 20px;
}

  .html-g-block {
    width: 100%;
    padding: 30px;
  }
  .html-g-block:nth-child(n) {
    border-right: none;
  }
  .story-image-text {
    margin: 30px 0;
  }
  .stit-media-block {
    padding-left: 32px;
  }
  .stit-textarea p {
    margin: 10px 0;
  }
}


@media screen and  (max-width:480px) {
  h2 {
    font-size: 30px;
    line-height: 38px;
  }
  .btn {
    width: auto;
  }
  .fea-arti img {
    min-height: 310px;
    object-fit: cover;
    object-position: center;
  }
  ul.article_slider {
    padding-right: 20px;
  }
  .fea-blog .wrapper {
    padding: 0 10px;
  }
  h1.main-title ,
  h2.main-title ,
  h1 {
    font-size: 42px;     
    line-height: 42px;
  }
  p.article-card__excerpt {
    line-height: 22px;
  }
  .input-group {
    flex-direction: column;
    align-items: center;
    grid-gap: 10px;
  }
  .input-group__btn--icon {
    margin-left: 0;
  }
  .input-group > div {
    width : 100%;
  }
  .image-text_content h1.main-title {
    font-size: 36px;
  }
  .image-and-text {
    padding-top: 10px;
    padding-bottom: 30px;
  }
  .image-text_media,
  .fea-arti_media{
    padding-left: 32px;
  }
  .feature_article {
    padding-left: 0px;
  }
  .feature_article .section-title {
    left: 0;
  }
  .image-text_content {
    padding: 0 0px;
  }
  .text_section {
    padding-top: 40px;
    padding-bottom: 5px;
  }
  .collection-list.contains-card li {
    width: 85%;
  }
  .members-details h2.member-name {
    font-size : 28px;
    margin-top: 4px;
    margin-bottom: 3px;
  }
  .prod_descr {
    font-size: 15px;
    line-height: 150%;
  }
  .multi-column_content>div ,
  .grid_section_content>div {
    width: 100%;
  }
  .grid_section_content {
    grid-gap: 10px;
  }
  .grid_section,
  .heading-and-image,
  .multi-column{
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .grid_text_block div {
    padding-right: 0;
  }
  .hero-video-content .video-text-wrapper {
    max-width: 360px;
  }
  .main-buttons {
    padding-top: 0;
    display: block;
  }
  .hero-video-content h2 {
    line-height: 32px;
    font-size: 18px;
  }
  .hero-video-content .seven-fifty-height {
    height: 550px;
  }
  .carousel--mobile .carousel__item {
    width: 80%;
  }
  .tab-collections .carousel__item {
    padding-right: 20px;
  }
  .pro-coll-slider {
    padding-left: 34px;    
    padding-right: 6px;
  }
  .pro-coll-slider-wrap {
    padding-left: 14px;
  }
  .prod--slider {
    padding-left: 0;
}
  .tab-head-block h4.tab-title-text {
    font-size: 19px;
    line-height: 30px;
  }
  .pro-coll-slider-wrap {
    margin-left: 0px;
  }
  .product-collection-slider {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .featured-collection__heading.h4 {
    margin-bottom: 16px;
    font-size: 34px;
    line-height: 38px;
  }
  .related-pro-wrap .pro-coll-slider-wrap,
  .featured-collection__title {
    padding-left: 34px;
  }
.feature_article .wrapper {
    padding: 0 10px;
      }
  .article-page {
    padding-bottom: 30px;
}
  .blog-posts {
    padding-top: 20px;
}
  .blog-post {
    row-gap: 40px;
}
  .pagination span.page {
    line-height: 1;
    width: 34px;
    height: 34px;
}
  .pagination__button span {
    padding: 4px 13px;
    font-size: 18px;
    min-width: 65px;
}
  .pagination {
    margin: 30px 0;
  }
  .blog-posts {
    padding-bottom: 10px;
}
  .related-pro-wrap .pro-coll-slider-wrap, .featured-collection__title {
    padding-left: 12px;
}
  .related-pro-wrap {
    padding-left: 22px;
}
  .related-products {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .swiper-slide.slider-button {
      margin-top: 40%;
  }
    .product__block button#BIS_trigger {
      font-size: 20px;
  }
     .aaaformbuilder_form .form-group,
    .shopify-section--contact-form .form__item,
    .addresses-wrapper input{
      margin-bottom: 18px !important;
  }
    .size-chart-wrap .size-details {
      flex-wrap: wrap;
  }
  .size-chart-wrap .text {
      width: 100%;
      padding-right: 10px;
  }
  .size-chart-wrap .media {
      width: 80%;
      margin: auto;
  }
    .size-chart-wrap th, .size-chart-wrap td {
      padding: 6px 12px;
  }
  .search--textbar {
      flex-wrap: wrap;
  }
  .sear-feild {
      width: 100%;
      margin-bottom: 16px;
  }
  button.nav-search__submit {
      width: auto;
      padding: 10px 22px 6px;
    margin-left:0;
  }
  .nav-search .search-form {
    margin: 26px auto;
  }
  .nav-search__container.push-up .search-form {
    margin-top: 26px;
  }

  .stit-text-block {
    padding: 0 4px;
  }
  .logo--griditem {
    max-width: 100%;
    width: 300px;
  }
  .htmlg-text-content ul {
    margin: 0 0 0 20px;
  }
}

@media screen and  (max-width:425px) {
  .product-grid-item__title h4 {
    font-size: 27px;
  }
  .image-and-text .wrapper,
  .text_section .wrapper{
    padding: 0 10px;
  }
  .image-text_content p {
    line-height: 25px;
  }
  .collection-list.contains-card li {
    width: 95%;
  }
  .collection-list-wrapper {
    margin-top: 30px;
  }
  .team-member {
    width: 85%;
    margin:auto;
  }
  .radio__legend span {
    font-size: 17px;
  }
  .carousel--mobile .carousel__item {
    width: 100%;
  }
  a.product-grid-item__price {
    margin-bottom: 12px;
  }
  .product-grid-item__image {
    margin-bottom: 10px;
  }
  .login-btn a {
    display: block;   
    padding: 5px 0;
  }
.responsive-image img {
    padding: 16px 16px 0;
}
  .section-header--article h1 {
    font-size: 36px;
    line-height: 45px;
}
  .section-header--article {
    padding-bottom: 16px;
}
  p.article__meta {
    padding-bottom: 26px;
  }
  .pagination span.page {
    line-height: .8;
    width: 30px;
    height: 30px;  
    font-size: 14px;
  }
  .pagination__button span {
    padding: 1px 7px;
    font-size: 16px;
    min-width: 56px;
  }
   .pagination a:not(.btn):not(.shopify-payment-button__button--unbranded) {
    padding: 8px 0;
}
 .shopify-section--page h4 {
    font-size: 18px;
  } 
    .cart-drawer__foot {
    padding: 12px;
}
  .cart-drawer .cart__item {
    margin: 0 12px;
    padding: 14px 0;
  }
  .cart-drawer .cart__item__meta {
    margin-top: 3px;
  }
  .cart-drawer .cart__item__price {
    margin-top: 4px;
   font-size: 13px;
  }
  .cart__item__image {
    margin-right: 12px;
}
  .cart__item__quantity {
    width: 68px;
  }
  .cart-drawer .cart__item__title {
    font-size: 16px;
}
  .cart-drawer p.cart__item__selected-options {
    font-size: 12px;
  }
  .cart-drawer .cart__item__price ins {
    margin-right: 6px;
  }
  .cart-drawer a.cart__item__remove {
    font-size: 13px;
    margin-top: 6px;
    padding: 0;
  }
  .size-chart-wrap .size-chart {
    margin: 14px;
    padding: 14px;
}
  .size-chart-wrap .size-details {
    margin: 10px 0;
}

  .html-g-block {
    padding: 20px;
  }
  .st-it-grid {
    grid-gap: 20px;
  }
}

@media (max-width: 420px) {
  .story-image-text .wrapper {
    padding: 0 10px;
  }
}

@media screen and  (max-width:375px) {
  h2 {
    font-size: 28px;
    line-height: 36px;
  }
  a.navlink.navlink--icon {
    padding: 6px 0;
  }
  .top_header .currency_selector {
    width: 80px;
    height: 37px;
  }
  p.main-body-text {
    font-size: 18px;
    margin-top: 6px;
    margin-bottom: 8px;
  }
  h1.main-title ,
  h2.main-title ,
  h1 {
    font-size: 38px;
    margin-bottom: 6px;
  }
  .fea-arti:after {
    top: 110px;
    left: -100px;
    padding: 2px 14px;
    font-size: 15px;
  }
  p.article-card__excerpt {
    font-size: 15.7px;
  }
  .article_slide img {
    height: 190px;
  }
  li.article_slide {
    padding-right: 4px;
    padding-left: 4px;
  }
  ul.article_slider {
    padding-right: 0px;
  }
  .multicolumn {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .multicolumn_head h1.main-title {
    margin-bottom: 26px;
  }
  .multicolumn_block {
    padding: 0 6px;
  }
  .multicolumn_content {
    grid-gap: 16px;
  }
  .newsletter-section.three-fifty-height {
    height: 380px;
  }
  .btn svg {
    width: 21px;
  }
  .tab-collections-wrapper:before {
    top: 79px;
    left: -99px;
    padding: 1px 10px;
    font-size: 15px;
  }
  .tab-collections .wrapper {
    padding: 0 14px;
  }
  .image-text_content h1.main-title {
    font-size: 32px;
  }
  .image-text {
    grid-gap: 14px;
  }
  .section-title span {
    padding: 3px 12px 1px;
  }
  .fea-arti img {
    min-height: 270px;
  }
  .collection-list.contains-card li {
    width: 100%;
    padding: 16px 2px 0;
  }
  .members-detail-content .productlist>div {
    width: 100%;
  }
  .member-details {
    padding-top: 30px;
    padding-bottom: 20px;
    padding: 12px 0px;
  }
  .team-member {
    width: 100%;
  }
  .multi-column_content>div {
    padding: 10px 6px;
  }
  .grid_section,
  .heading-and-image,
  .multi-column{
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .hero-video-content .video-text-wrapper {
    max-width: 340px;
  }
  .fea-arti_media {
    padding-left: 34px;
  }
  .feature_article {
    padding-left: 0;
  }
  .image-text-wrap {
    padding-left: 32px;
  }
  .feature_article {
    padding-top: 20px;
  }
  span.cart-count {
    padding: 3px;
    bottom: 4px;
    right: -1px;
    height: 14px;
    width: 14px;
  }
  .section-header--article h1 {
    font-size: 33px;
    line-height: 42px;
}
  p.article__meta small {
    font-size: 13px;
  }
  .responsive-image img {
    padding: 10px 10px 0;
}
  .pro-coll-slider-wrap {
    padding-left: 10px;
  }
  .pro-coll-slider {
    padding-left: 30px;
  }
  .size-chart-wrap th, .size-chart-wrap td {
    padding: 5px 7px;
    font-size: 13px;
  }
}

@media screen and  (max-width:340px) {
  .hero-video-content .video-text-wrapper {
    max-width: 300px;
  }
   .aaaformbuilder_form .form-group,
  .shopify-section--contact-form .form__item,
  .addresses-wrapper input{
    margin-bottom: 16px !important;
}

@media screen and  (max-width:320px) {
  .wrapper {
    padding: 0 10px;
  }
  h1.main-title ,
  h2.main-title ,
  h1 {
    font-size: 38px;
    margin-bottom: 4px;
  }
  p.main-body-text {
    font-size: 17px;
    line-height: 26px;
  }
  a.btn {
    font-size: 18px;
    padding: 6px 16px;
  }
  .product_description {
    font-size: 15px;
  }
  .custom_img-with-text_content {
    max-width: 250px;
    left: 1%;
  }
  .custom_img-with-text.custom-margin {
    margin: 0 8px;
  }
  .collection-list.contains-card li {
    padding: 16px 0px 0;
  }
  .radio__legend span {
    font-size: 16px;
  }
  .multi-column_content>div {
    padding: 10px 0px;
  }
  .hero-video-content .video-text-wrapper {
    max-width: 280px;
  }
  .hero-video-content.seven-fifty-height {
    height: 500px;
  }
  .hero-video-section {
    padding-left: 5px;
    padding-right: 5px;
  }
  .hero-video-content h2 {
    line-height: 28px;
    font-size: 17px;
  }
  .banner_content-wrap {
    bottom: 8%;
  }
}














.input-group {
  --input-height: 42px;
  }  