/** Shopify CDN: Minification failed

Line 106:0 Unexpected "}"

**/
/*-----------------------------------------------------------------------------/
/ Custom Theme CSS
/-----------------------------------------------------------------------------*/
/*---------------- Global Custom CSS -------------------*/
.t4s-btn-languages-sidebar, .t4s-btn-currencies-sidebar {
	top: 90% !important;
}
.t4s-product-categories .t4s-cat-item::before {
  content: "";
}
.t4s-product .t4s-product-btns:not(.t4s-product-info__btns) {
  display: block !important;
}
.t4s-products .t4s-pr-style6 .t4s-product-btns a {
	min-width: 60%;
}
.t4s-product__media-item .plyr.plyr--full-ui.plyr--video .plyr__poster {
	--color-video-bg: #fff;
}
.t4s-image-text .t4s-col-image {
  padding-right: 0;
  padding-left: 0;
}
.t4s-accordion-style-1 .t4s-accor-title .t4s-accor-item-nav {
	background-color: transparent;
}
.t4s-type-accordion .t4s-accor-title {
    padding-right: 20px;
}
.t4s-accordion-style-1 .t4s-accor-title .t4s-accor-item-nav::before, .t4s-accor-title .t4s-accor-item-nav::after {
	background-color: #423f3f;
}
.t4s-col-img.t4s-col-item {
	padding: 0;
}
.appstle_manageSubBtn .btn {
	height: 40px;
	border-radius: 40px;
}
.yotpo-share-buttons-wrapper {
	display: none;
}
.yotpo-widget-referral-share .yotpo-input-container .yotpo-input::placeholder {
	color: #fff !important;
}
.yotpo-input-example {
	display: none;
}
.yotpo-widget-my-rewards-widget .yotpo-is-mobile .yotpo-reward-steps-item {
  display: block;
}
.yotpo-widget-my-rewards-widget .yotpo-is-mobile .yotpo-reward-steps-content {
  text-align: center;
}
.yotpo-widget-my-rewards-widget .yotpo-logged-in-view .yotpo-description {
  width: 300px !important;
  height: 300px !important;
  margin: 60px auto !important;
  display: flex !important;
  align-items: center;
  border: 40px solid #ff9fbc;
  border-radius: 50% !important;
  justify-content: center;
}
.yotpo-widget-my-rewards-widget .yotpo-logged-in-view .yotpo-description .yotpo-inner-text:before {
    content: "TU AS";
    display: block;
    font-weight: 700;
    font-size: 24px;
}
.yotpo-widget-my-rewards-widget .yotpo-logged-in-view .yotpo-description .yotpo-inner-text:after {
    content: "POINTS";
    display: block;
    font-weight: 700;
    font-size: 24px;
}
.appstle_subscribe_option .appstle_select {
	padding: 8px 20px !important;
}
button#SI_trigger {
    display: none !important;
}
/*---------------- Custom CSS for only desktop -------------------*/
@media (min-width: 1025px) {
  
  .t4s-product-badge .t4s-badge-item.t4s-badge-soldout {
	font-size: 13px;
	font-weight: 400;
  }
  .t4s-product-badge > span {
	font-weight: 700;
	font-size: 18px;
  }
  .header-banner.t4s-heading-fullwidth_true .page-head {
	padding-left: 35px;
	padding-right: 50px;
  }
  .t4s-image-text .t4s-col-text {padding: 50px 75px 50px 75px}
}

}

/*---------------- Custom CSS for tablet, mobile -------------------*/
@media (max-width: 1024px) {
  
  
}

/*---------------- Custom CSS for only tablet -------------------*/
@media (min-width: 768px) and (max-width: 1024px) {
  
  .t4s-image-text .t4s-col-text {
    padding-left: 70px;
    padding-right: 70px;
  }
}

/*---------------- Custom CSS for only mobile -------------------*/
@media (max-width: 767px){
  
   .t4s-col-item.t4s-product__media-wrapper {
    	padding: 0;
    }
  .template-product .breadcrumb_pr_wrap {
  	margin-bottom: 0;
    }
  h3.t4s-title {
	font-size: 21px;
	font-weight: 700;
   }
  .t4s-heading-has-btn {
	flex-direction: row;
	align-items: start;
  }
  .template-product .t4s-section-title, .template-product .t4s-image-text-heading {
	font-size: 22px !important;
  }
  #axeptio_overlay .ax-website-overlay {
	bottom: -10px !important;
}
.t4s-col-group_btns .t4s-top-bar__languages {
	display: none !important;
}
  .t4s-dropdown.t4s-top-bar__currencies {
	display: none !important;
}
}

