/** fixes **/
.fw-logged-in .content-44-content-container {
	position: relative;
	top: 40px;
}

@media screen and (max-width: 767px) {
	.product-list-static .cards {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
	
	.swap-image img:last-child:not(:first-child) {
	    max-height: 196px;
	}
}


body.fw-logged-in .bg-cover+* {
    pointer-events: none;
}

.swap-image:hover img:last-child:not(:first-child) {
    max-width: 100%;
    height: 100%;
}

.content-57 .card .card-image,
.card-image {
    height: auto;
}

.content-58 .container > .flex{
	justify-content: center !important;
}
.content-58 .content-58-title{
	text-align:center;
}
.content-58 .breadcrumb-wrapper{
	justify-content: center;
}
.content-58 .breadcrumb{
	flex-grow: 0;
	flex-basis: auto;
}

#product-details-conversion-text ol li:before, 
#product-details-conversion-text ul li:before {
	background-image:none;
	mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%2338A169' d='M435.848 83.466 172.804 346.51l-96.652-96.652c-4.686-4.686-12.284-4.686-16.971 0l-28.284 28.284c-4.686 4.686-4.686 12.284 0 16.971l133.421 133.421c4.686 4.686 12.284 4.686 16.971 0l299.813-299.813c4.686-4.686 4.686-12.284 0-16.971l-28.284-28.284c-4.686-4.686-12.284-4.686-16.97 0z'/%3E%3C/svg%3E");
	mask-size:contain;
	background-color:var(--product-details-01--price--color);
}

.content-57 .swiper-box .swiper-button-next.swiper-button-disabled,
.content-57 .swiper-box .swiper-button-prev.swiper-button-disabled{
	opacity:0;
}

@media screen and (min-width: 1024px) {
	.swap-image img:last-child:not(:first-child) {
	    max-height: 284px;
	}
}