<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@keyframes wpcsi-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.32);
    }
    60% {
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    }
}

.wpcsi-shoppable-image-wrapper {
    line-height: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wpcsi-shoppable-image {
    position: relative;
    display: inline-block;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    line-height: 0;
}

.wpcsi-shoppable-image &gt; img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    margin: 0 !important;
    padding: 0 !important;
}

.wpcsi-shoppable-image .wpcsi-tag {
    display: block;
    position: absolute !important;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    margin-top: -12px;
    background: #fff;
    color: #111111;
    line-height: 24px;
    text-align: center;
    border-radius: 24px;
    cursor: pointer;
    animation: wpcsi-pulse 2s infinite;
}

.wpcsi-shoppable-image .wpcsi-tag.active + .wpcsi-popup {
    opacity: 1;
    visibility: visible;
}

.wpcsi-shoppable-image .wpcsi-tag.wpcsi-trigger-hover:hover + .wpcsi-popup {
    opacity: 1;
    visibility: visible;
}

.wpcsi-shoppable-image .wpcsi-tag.wpcsi-trigger-initial + .wpcsi-popup {
    opacity: 1;
    visibility: visible;
}

.wpcsi-shoppable-image .wpcsi-tag.has-label:before {
    content: attr(data-label);
    display: block;
    position: absolute;
    background-color: #fff;
    font-size: 14px;
    padding: 0 10px;
    border-radius: 4px;
    height: 24px;
    line-height: 24px;
    white-space: nowrap;
    transform: translate(calc(-50% + 12px), -40px);
}

.wpcsi-shoppable-image .wpcsi-tag.has-label:after {
    content: "";
    position: absolute;
    top: -20px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -8px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #fff;
}

.wpcsi-shoppable-image .wpcsi-tag.has-label.label-top-left:before {
    transform: translate(calc(-100% + 24px), -40px);
}

.wpcsi-shoppable-image .wpcsi-tag.has-label.label-top-right:before {
    transform: translate(0, -40px);
}

.wpcsi-shoppable-image .wpcsi-tag.has-label.label-middle-left:before {
    transform: translate(calc(-100% - 16px), 0);
}

.wpcsi-shoppable-image .wpcsi-tag.has-label.label-middle-left:after {
    content: "";
    position: absolute;
    top: 4px;
    left: -20px;
    width: 0;
    height: 0;
    margin-left: 0;
    border-left: 8px solid #fff;
    border-top: 8px solid transparent;
    border-right: none;
    border-bottom: 8px solid transparent;
}

.wpcsi-shoppable-image .wpcsi-tag.has-label.label-middle-right:before {
    transform: translate(40px, 0);
}

.wpcsi-shoppable-image .wpcsi-tag.has-label.label-middle-right:after {
    content: "";
    position: absolute;
    top: 4px;
    left: unset;
    right: -20px;
    width: 0;
    height: 0;
    margin-left: 0;
    border-left: none;
    border-top: 8px solid transparent;
    border-right: 8px solid #fff;
    border-bottom: 8px solid transparent;
}

.wpcsi-shoppable-image .wpcsi-tag.has-label.label-bottom-left:before {
    transform: translate(calc(-100% + 24px), 40px);
}

.wpcsi-shoppable-image .wpcsi-tag.has-label.label-bottom-center:before {
    transform: translate(calc(-50% + 12px), 40px);
}

.wpcsi-shoppable-image .wpcsi-tag.has-label.label-bottom-right:before {
    transform: translate(0, 40px);
}

.wpcsi-shoppable-image .wpcsi-tag.has-label[class*='label-bottom-']:after {
    top: unset;
    bottom: -20px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    border-top: none;
}

.wpcsi-shoppable-image .wpcsi-tag.active:before, .wpcsi-shoppable-image .wpcsi-tag.active:after {
    display: none !important;
}

.wpcsi-shoppable-image .wpcsi-popup {
    position: absolute;
    text-align: start;
    background: #fff;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .03);
    z-index: 20;
    width: 280px;
    line-height: 1.4;
    border-radius: 4px;
    border: none;
    transform: translate(-50%, calc(-100% - 24px));
    opacity: 0;
    visibility: hidden;
    padding: 10px;
}

.wpcsi-shoppable-image .wpcsi-popup .wpcsi-text {
    max-height: 300px;
    overflow: scroll;
}

.wpcsi-shoppable-image .wpcsi-popup .wpcsi-text p:last-child {
    margin-bottom: 0;
}

.wpcsi-shoppable-image .wpcsi-popup:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin-left: -8px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #fff;
    bottom: -8px;
    left: 50%;
}

.wpcsi-shoppable-image .wpcsi-popup.bottom-center {
    transform: translate(-50%, 24px);
}

.wpcsi-shoppable-image .wpcsi-popup.bottom-center:before {
    border-top: 0;
    border-bottom: 8px solid #fff;
    bottom: auto;
    top: -8px;
}

.wpcsi-shoppable-image .wpcsi-popup.bottom-left {
    transform: translate(calc(-100% + 24px), 24px);
}

.wpcsi-shoppable-image .wpcsi-popup.bottom-left:before {
    border-top: 0;
    border-bottom: 8px solid #fff;
    bottom: auto;
    top: -8px;
    right: 16px;
    left: auto;
}

.wpcsi-shoppable-image .wpcsi-popup.bottom-right {
    transform: translate(-24px, 24px);
}

.wpcsi-shoppable-image .wpcsi-popup.bottom-right:before {
    border-top: 0;
    border-bottom: 8px solid #fff;
    bottom: auto;
    top: -8px;
    left: 24px;
}

.wpcsi-shoppable-image .wpcsi-popup.top-right {
    transform: translate(-24px, calc(-100% - 24px));
}

.wpcsi-shoppable-image .wpcsi-popup.top-right:before {
    bottom: -8px;
    left: 24px;
}

.wpcsi-shoppable-image .wpcsi-popup.top-left {
    transform: translate(calc(-100% + 24px), calc(-100% - 24px));
}

.wpcsi-shoppable-image .wpcsi-popup.top-left:before {
    bottom: -8px;
    right: 16px;
    left: auto;
}

.wpcsi-shoppable-image .wpcsi-popup.middle-right {
    transform: translate(24px, -50%);
}

.wpcsi-shoppable-image .wpcsi-popup.middle-right:before {
    border-right: 8px solid #fff;
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    border-left: 0;
    bottom: 50%;
    margin-bottom: -8px;
    margin-left: 0;
    left: -8px;
}

.wpcsi-shoppable-image .wpcsi-popup.middle-left {
    transform: translate(calc(-100% - 24px), -50%);
}

.wpcsi-shoppable-image .wpcsi-popup.middle-left:before {
    border-left: 8px solid #fff;
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    border-right: 0;
    bottom: 50%;
    margin-bottom: -8px;
    margin-left: 0;
    left: auto;
    right: -8px;
}

.wpcsi-product-list {
    list-style: none;
    margin: 0;
}

.wpcsi-product-list li .product-inner {
    display: flex;
    align-items: center;
    border-bottom: 1px dashed #dedede;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.wpcsi-product-list li .product-inner .add_to_cart_inline .button {
    padding: 6px 20px;
    font-size: 12px;
}

.wpcsi-product-list li .product-inner .product-image {
    width: 80px;
    flex: 0 0 80px;
    margin-right: 10px;
    overflow: hidden;
}

.wpcsi-product-list li .product-inner .product-image img {
    object-fit: cover;
    width: 100%;
    height: auto;
}

.wpcsi-product-list li .product-inner .product-info {
    flex-grow: 1;
}

.wpcsi-product-list li .product-inner .product-name a {
    text-decoration: none;
}

.wpcsi-product-list li .product-inner .product-price {
    font-size: 14px;
}

.wpcsi-product-list li .product-inner .product-info p {
    margin: 0 !important;
}

.wpcsi-product-list li .product-inner .star-rating {
    margin-bottom: 5px;
}

.wpcsi-product-list li:last-child .product-inner {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.wpcsi-product-list.style-carousel {
    margin-left: -10px;
    margin-right: -10px;
}

.wpcsi-product-list.style-carousel .slick-arrow {
    display: none !important;
}

.wpcsi-product-list.style-carousel .slick-dots li {
    margin: 0;
}

.wpcsi-product-list.style-carousel .slick-dots {
    list-style: none;
    text-align: center;
    margin: 0;
    padding: 0;
}

.wpcsi-product-list.style-carousel .slick-dots li {
    display: inline-block;
    margin: 0 5px;
    font-size: 0;
}

.wpcsi-product-list.style-carousel .slick-dots li button {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    padding: 0;
    font-size: 0;
    background-color: rgba(0, 0, 0, .15);
    outline: none;
    border: none;
    overflow: hidden;
}

.wpcsi-product-list.style-carousel .slick-dots li.slick-active button {
    background-color: rgba(0, 0, 0, .5);
}

.wpcsi-product-list.style-carousel li .product-inner {
    border-bottom: 0;
    margin-bottom: 0;
    padding: 0 10px;
}

.wpcsi-product-list.image-right li .product-inner .product-image {
    order: 2;
    margin-right: 0;
    margin-left: 10px;
}

.wpcsi-product-list.image-right li .product-inner .product-info {
    text-align: end;
}

.wpcsi-product-list.image-top .product-inner {
    display: flex;
    flex-direction: column;
}

.wpcsi-product-list.image-top .product-inner &gt; div {
    width: 100%;
    margin: 0;
    padding: 0;
    flex: 0 0 auto;
}

.wpcsi-product-list.image-top .product-inner .product-image {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

.wpcsi-product-list.image-top .product-inner .product-info {
    text-align: center;
}

/* Shortcode */

.wpcsi-product-search form {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    position: relative;
}

.wpcsi-product-search form input[type="search"] {
    width: 100%;
    height: 40px;
    line-height: 38px;
    border-width: 1px;
    padding: 0 20px;
}

.wpcsi-product-search form button {
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 0;
    width: 40px;
    height: 40px;
    border: none;
    background-color: transparent;
    background-image: url("../images/search.svg");
    background-size: 14px;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
    display: block;
}</pre></body></html>