<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#quickview.open, #quickview.open .quickview-wrapper {visibility: visible;opacity: 1;}
#quickview {position: fixed;visibility: hidden;top: 0;left: 0;right: 0;bottom: 0;z-index: 1400;opacity: 0;text-align: center;-webkit-transition: all .3s;-moz-transition: all .3s;transition: all .3s;}
#quickview::before {content: '';display: inline-block;vertical-align: middle;height: 100%;width: 0;}
#quickview.open, #quickview.open .quickview-wrapper {visibility: visible;}
#quickview {visibility: hidden;text-align: center;}
#quickview .quickview-overlay {position: absolute;top: 0;right: 0;bottom: 0;left: 0;background: rgba(255,255,255,.88)}
#quickview.open, #quickview.open .quickview-wrapper {visibility: visible;opacity: 1;}
#quickview .quickview-wrapper {display: inline-block;vertical-align: middle;visibility: hidden;-webkit-backface-visibility: hidden;-moz-backface-visibility: hidden;backface-visibility: hidden;text-align: left;height: 600px;width: 1000px;}
#quickview .quickview-wrapper {max-height: 550px !important;max-width: 865px !important;}
#quickview.open .quickview-main {-webkit-transform: translateY(0);-moz-transform: translateY(0);-ms-transform: translateY(0);transform: translateY(0);opacity: 1;height: 100%;position: relative;}
#quickview .quickview-wrapper .quickview-main {box-shadow: 4px 4px 60px #ebebeb;}
#quickview .quickview-main {background: #ffffff;}
#quickview .quickview-main {-webkit-transform: translateY(20%);-moz-transform: translateY(20%);-ms-transform: translateY(20%);transform: translateY(20%);opacity: 0;height: 100%;-webkit-transition: all .3s;-moz-transition: all .3s;transition: all .3s;-webkit-box-shadow: 0 0 0 10px rgba(255,255,255,.2);box-shadow: 0 0 0 10px rgba(255,255,255,.2);}
#quickview .quickview-main::after, #quickview .quickview-main::before {content: '';display: table;clear: both;}
#quickview #quickview-content {height: 100%;}
#quickview #quickview-content .product {height:100%;display:flex;}
#quickview #quickview-close {width: 33px;height: 33px;border-radius: 50%;background: #66bc89;font-size: 0;top: 15px;right: 16px;opacity: 1;border: 0;}
#quickview-close {color: #cdcdcd;}
#quickview-close {border: 1px solid;position: absolute;top: 5px;right: 5px;width: 20px;height: 20px;text-align: center;line-height: 18px;z-index: 2;opacity: .5;}
#quickview #quickview-close::after {content: "\F62A";font-family: bootstrap-icons;font-style: normal;font-weight: 400;font-variant: normal;text-transform: none;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;font-size: 17px;color: #fff;top: 8px;position: relative;}</pre></body></html>