/** Shopify CDN: Minification failed

Line 94:0 Unexpected "}"

**/
/*-----------------------------------------------------------------------------/
/ Custom Theme CSS
/-----------------------------------------------------------------------------*/
/*---------------- Global Custom CSS -------------------*/
.t4s-pr-vendor.has-img__vendor img { 
    width: 100px;
    height: 50px;
    object-fit: contain;
}

.t4s_as_button:hover, button:hover, input[type="button"]:not(.t4s-btn):hover, input[type="reset"]:hover, input[type="submit"]:not(.t4s-btn):hover {
    color: rgba(255, 255, 255, .15);
    background-color: rgba(255, 255, 255, .15);
    border-color: rgba(255, 255, 255, .15);
}

@media (min-width: 768px) {
    .t4s-product-tabs-wrapper.is--tab-position__external .t4s-type-tabs {
        padding: 0 0 0;
    }
}

.jdgm-rev-widg__title {
    visibility: hidden;
}

.t4s_empty_page
{
    padding: 50px; 
}

a.whatsapp.t4s-tooltip-actived {
    bottom: 0px !important;
    left: 5px !important;
}

.t4s-enabled .t4s-product.t4s-pr-grid.t4s-pr-style6[style] {
    height: 100%;
}
.t4s-pr-style7 .t4s-product-wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.t4s-pr-style7 .t4s-product-info {
    flex: 1;
}
.t4s-pr-style7 .t4s-product-info__inner {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.t4s-pr-style7 .t4s-product-info__inner .t4s-product-btns {
    flex: 1;
    align-items: flex-end;
}
#whatsapp-button {	
			position:fixed;
			width:50px;
			height:50px;
			bottom:40px;
			left:40px;
			border-radius:50px;
			text-align:center;
			box-shadow: 0px 0px 12px 0px #d2d2d2;
			z-index:100;
        }
.t4s-cart__threshold {
	box-shadow: 0 0 0px rgba(var(--border-color-rgb),.7);
}

/*---------------- Custom CSS for only desktop -------------------*/
@media (min-width: 1025px) {
  .shopify-policy__container {
	max-width: 140ch;
}
.t4s-sub-menu {
	border-radius: 12px !important;
	padding: 24px !important;
}
}

/*
.t4s-product .t4s-product-badge {
    left: 15px;
    right: auto;
}
*/
}

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

/*---------------- Custom CSS for only tablet -------------------*/
@media (min-width: 768px) and (max-width: 1024px) {
  
}

/*---------------- Custom CSS for only mobile -------------------*/
@media (max-width: 767px){
  #whatsapp-button {
            bottom: 68px !important;
            left: 26px !important;
        }
}