<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.compareitems {
    margin: 0;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    padding: 24px;
    background: rgba(246,248,249,1);
    padding: 12px 24px;
    box-shadow: 0 0 12px 0 rgba(0,0,0,.4);

}

.compareitems h3 {
    color: black;
    text-align: center;
    padding-top: 0;
    margin-top: 0;
}

.compareitems .comparebar {
    display: flex;
    justify-content: center;
}

@media (max-width: 444px) {
    .compareitems .comparebar {
        flex-direction: column;
    }
}

.compareitems .compare-item {
    height: 96px;
    width: 120px;
    border-radius: 6px;
    box-shadow: 0 12px 24px -12px rgba(0, 0, 0, 0.16), 0 4px 24px 0 rgba(0, 0, 0, 0.02);
    overflow: hidden;
    transition: .2s;
    text-align: center;
}

.compareitems .compare-item:hover {
    box-shadow: 0 12px 36px -12px rgba(0, 0, 0, 0.2), 0 4px 24px 0 rgba(0, 0, 0, 0.02);
}

.compareitems .compare-item .product-name {
    display: block;
    font-family: "HelveticaNeueW01-75Bold",Helvetica,sans-serif;
    font-size: 13px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 5px;
    text-align: center;
}

.compareitems .compare-item:not(.active):before {
    content: "+";
    font-size: 24px;
    color: #B2B2B2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

@media (max-width: 992px) {
	.compareitems .compare-item {
		display: none;
	}
	.compareitems .compare-item:nth-child(1),
	.compareitems .compare-item:nth-child(2) {
		display: block;
	}	
}

@media (max-width: 444px) {
    .compareitems .compare-item {
        width: calc(50% - 10px);
    }
}

.compareitems .compare-item:hover {
    box-shadow: 0 12px 36px -12px rgba(0, 0, 0, 0.2), 0 4px 24px 0 rgba(0, 0, 0, 0.02);
}

.compareitems .compare-item img {
    width: 70px;
    display: inline-block;
    height: auto !important;
    min-height: none;
}

@media (max-width: 599px) {
    .pt_product-search-result .compareitems .compare-item img  {
        min-height: auto;
    }
}

.compareitems .compare-item:not(.active) {
    background-image: none;
}
.compareitems .compare-item .compareitemremove .close {
    border-radius: 26px;
    top: 4px;
    right: 4px;
    height: 18px;
    width: 18px;
    font-size: 13px;
    line-height: 17px;
    box-shadow: 0 0 12px 0 rgba(0,0,0,.4);
    transition: .2s;
    background-color: white;
    border-color: white;
    color: #6ba4b8;
}

.compareitems .compare-item .compareitemremove .close:hover {
    background-color: #6ba4b8;
    border-color: #6ba4b8;
    color: white;
}

.compareitems .btn {
    border-radius: 24px;
    box-shadow: 0 12px 24px -12px rgba(0, 0, 0, 0.16), 0 4px 24px 0 rgba(0, 0, 0, 0.02);
    transition: .2s;
    outline: none;
}

.compareitems .btn:hover {
    box-shadow: 0 12px 36px -12px rgba(0, 0, 0, 0.2), 0 4px 24px 0 rgba(0, 0, 0, 0.02);
}

@media (max-width: 444px) {
    .compareitems .compare-buttons {
        padding: 0;
        text-align: center;
    }
}

html #search-result-items .promoslot_content .module-tile-slides:hover{
    border-color: #6ba4b8;
}

html #search-result-items .promoslot_content .module-tile-slides:hover .gifimg, 
html #search-result-items .promoslot_content .module-tile-slides:hover .gifimg:hover {
    border: 0;
 }

@media (min-width: 600px) {
    #search-result-items.show-compare .promoslot_content .module-tile-slides {
        bottom: 0;
    }
}</pre></body></html>