<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.product .product-custom-type5 .product-thumbnail-wrapper .product-buttons .product-button a.button {
    font-size: 0;
    padding: 0;
}

.product .product-custom-type5 .product-thumbnail-wrapper .product-buttons .product-button a.button {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
    opacity: 0;
    visibility: hidden;
	top:0;
}

.products .product:hover .product-custom-type5 .product-thumbnail-wrapper .product-buttons .product-button a.button {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

@media (max-width: 991px) {
    .products .product .product-custom-type5 .product-thumbnail-wrapper .product-buttons .product-button a.button,
	.products .product .product-custom-type5 .product-thumbnail-wrapper .product-buttons .product-button a.added_to_cart{
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.product .product-custom-type5 .product-thumbnail-wrapper .product-buttons .product-button a.button::before {
    font-family: "klbtheme";
    font-style: normal;
    font-weight: normal;
    speak: never;
    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;
    font-size: 1.125rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e92c";
    text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3);
}

.product .product-custom-type5 .product-thumbnail-wrapper .product-buttons .product-button:nth-child(4) {
    -webkit-transition-delay: 0.06s;
    transition-delay: 0.06s;
}

.products .product .product-custom-type5 .product-thumbnail-wrapper .product-buttons .product-button a.added_to_cart {
    font-size: 0;
    margin-top: 2rem;
}

.products .product .product-custom-type5 .product-thumbnail-wrapper .product-buttons .product-button a.added_to_cart {
    opacity: 0;
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
    will-change: opacity, transform;
}

.products .product:hover .product-custom-type5 .product-thumbnail-wrapper .product-buttons .product-button a.added_to_cart {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

@media (max-width: 991px) {
    .products .product .product-custom-type5 .product-thumbnail-wrapper .product-buttons .product-button a.added_to_cart {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

.product-custom-type5 .product-buttons a.added_to_cart:before {
	font-family: "klbtheme";
    font-style: normal;
    font-weight: normal;
    speak: never;
    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;
    font-size: 120%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e90c';
    text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3);
    font-size: 1.25rem;
    content: '\e85f';
}

.product .product-custom-type5 .product-thumbnail-wrapper .product-thumbnail-gallery-wrapper .product-thumbnail-gallery-arrows &gt; *{
	top:30px;
}
.products .product-custom-type5 .product-title{
	min-height:auto;
}
.product .product-custom-type5 .product-content-wrapper {
    gap: 0.5rem;
}

.product .product-custom-type5 .product-price-wrapper {
    margin-bottom: 15px;
}</pre></body></html>