.products .product .product-custom-type4 .product-wrapper.with-content-fade .product-thumbnail-wrapper {
    padding: 0.9375rem;
}
.products .product-custom-type4 .product-thumbnail-wrapper > .product-thumbnail {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 6px;
}
@media screen and (min-width: 1024.1px) {
	.product .product-custom-type4 .product-thumbnail-wrapper .product-thumbnail-gallery-wrapper .product-thumbnail-gallery-dots {
		position: absolute;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 0.125rem;
		bottom: .375rem;
		left: 50%;
		padding: 0.25rem;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		background-color: rgba(0, 0, 0, 0.1);
		border-radius: 2.25rem;
		width: auto;
	}
}
.product .product-custom-type4 .product-thumbnail-wrapper .product-thumbnail-gallery-wrapper .product-thumbnail-gallery-dots .dot {
    display: block;
    width: 0.3125rem;
    height: 0.3125rem;
    border-radius: 50%;
    background: #fff;	
}
.product .product-custom-type4 .product-thumbnail-wrapper .product-thumbnail-gallery-wrapper .product-thumbnail-gallery-dots .dot.active {
    background-color: #facc15;
}
.products .product-custom-type4 .product-thumbnail-wrapper .thumbnail-buttons {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.25rem;
    top: 0.3125rem;
    right: 0.3125rem;
}
.products .product-custom-type4 .product-thumbnail-wrapper .product-buttons {
	top: 0.625rem;
	right: 0.625rem;
}
@media screen and (max-width: 575.98px){
	.products .product-custom-type4 .product-thumbnail-wrapper .product-buttons {
		top: 5px;
		right: 5px;
	}
}
.products .product .product-wrapper.with-content-fade.product-custom-type4 .content-wrapper {
    padding: 3px;
}
@media screen and (min-width: 1024px) {
    .products .product-custom-type4 .product-title {
        font-size: 14px;
    }
}
.products .product-custom-type4 .product-cart-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    row-gap: 0.625rem;
}
.products .product-custom-type4 .product-cart-wrapper .price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    line-height: 1.2;
    gap: 0;
    padding-right: 0.9375rem;
}
.products .product-custom-type4 .product-footer-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .9375rem;
}
.products .product-custom-type4 .product-footer-buttons a.button {
	width: 100%;
    font-size: .8125rem;
    height: 2.3125rem;
    border-radius: 5px;
    color: #29843b;
    background-color: rgba(64, 192, 87, 0.08);
    border: 1px solid rgba(64, 192, 87, 0.2);
   
}
.products .product-custom-type4 .product-footer-buttons a.button::before {
   background-color: rgba(var(--site-primary), 0.9) !important;
}
.products .product-custom-type4 .product-footer-buttons a.button:hover {
    color: #FFF;
    background-color: #2f9e44;
}
.products .product .product-custom-type4 .product-content-fade.style-2 {
    position: absolute;
    top: -0.825rem;
    left: -0.825rem;
    right: -0.825rem;
    bottom: -0.825rem;
    background-color: #fff;
    border: 1px solid #e6e8eb;
    border-radius: 6px;
    -webkit-box-shadow: rgba(27, 31, 34, 0.05) 0px 1px 3px, rgba(27, 31, 34, 0.05) 0px 20px 25px -5px, rgba(27, 31, 34, 0.04) 0px 10px 10px -5px;
    box-shadow: rgba(27, 31, 34, 0.05) 0px 1px 3px, rgba(27, 31, 34, 0.05) 0px 20px 25px -5px, rgba(27, 31, 34, 0.04) 0px 10px 10px -5px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.products .product:hover .product-custom-type4 .product-content-fade.style-2 {
    opacity: 1;
}
@media screen and (max-width: 575.98px){
	.product-content-fade.style-2 {
		display: none;
	}
}
.product-custom-type4 .product-hidden-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    left: 0;
    right: 0;
    border-top: 0.0625rem solid #eceef0;
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
    padding-top: 0;	
}
@media screen and (min-width: 1024px) {
    .product-custom-type4 .product-hidden-content {
        position: absolute;
        opacity: 0;
        visibility: hidden;
    }
}
.products .product:hover .product-custom-type4 .product-hidden-content {
    opacity: 1;
    visibility: visible;
}
.product-custom-type4 .product-hidden-content > *.product-footer-details {
    font-size: 0.75rem;
}
.product-custom-type4 .product-hidden-content > * {
    padding: 3px;
    padding-top: 10px;
}
.product-custom-type4 .product-hidden-content > *.product-footer-details ul {
    margin: 0;
    padding-left: 0.9375rem;
}
.product-custom-type4 a.added_to_cart:hover {
    color: #FFF;
    background-color: #2f9e44;
}
.product-custom-type4 a.added_to_cart {
    font-size: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
    width: 2.25rem;
    height: 2.25rem;
    padding: 0;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    align-items: center;
    margin-left: 5px;
    border-radius: 4px;
    color: #29843b;
    background-color: rgba(64, 192, 87, 0.08);
    border: 1px solid rgba(64, 192, 87, 0.2);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-decoration: none;
}
.product-custom-type4 a.added_to_cart:before {
    content: "\e85f";
    font-family: "klbtheme";
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: 0.2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.25rem;
}

.products .product-custom-type4 .product-footer-buttons+.product-footer-details {
    border-top: 1px solid #e0e5ea;
}
@media screen and (min-width: 1024.1px) {
    .site-slider.products:has(.product-content-fade) .slick-list {
        padding-top: 1rem;
        margin-top: -.1rem;
        padding-left: .25rem;
        padding-right: .25rem;
    }
}
.site-slider.products:has(.product-content-fade) .slick-list {
    z-index: 10;
}

@media screen and (min-width: 576.1px) {
    .site-slider.products .slick-list {
        margin-left: -1rem;
        margin-right: -1rem;
    }
}
.products .product-custom-type4 .product-title{
	min-height:auto;
}
.product .product-custom-type4 .product-content-wrapper {
    gap: 0.5rem;
}

.product .product-custom-type4 .product-content-wrapper .product-content-footer {
    margin-top: 10px;
}
.product .product-custom-type4 .product-price-wrapper {
    margin-bottom: 15px;
}