<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

/* POSITION_LEFT_BOTTOM */
.product-label-left .label-position0 {
    position: absolute;
    left: 10px;
    bottom: 10px;
    z-index: 3;
}

/* POSITION_RIGHT_BOTTOM */
.product-label-left .label-position1 {
    position: absolute;
    left: 10px;
    bottom: 10px;
    z-index: 3;
}

/* POSITION_RIGHT_TOP */
.product-label-left .label-position2 {
    position: absolute;
    left: 10px;
    top: 30px;
    z-index: 3;
}

/* POSITION_LEFT_TOP */
.product-label-left .label-position3 {
    position: absolute;
    left: 10px;
    top: 30px;
    z-index: 3;
}

.eshop-widget-container {
    display: inline-flex;
    position: fixed;
    top: 220px;
    right: -301px;
    z-index: 10;
    transition: right .6s;
}

.eshop-widget-container-open {
    right: 0;
    transition: right .6s;
}

.eshop-widget-left {
    width: 40px;
}

.eshop-widget-left-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    background-color: #FF9F3E;
}

.eshop-widget-left-content {
    background-color: #244369;
}

.eshop-widget-left-text {
    writing-mode: vertical-rl;
    transform: scale(-1, -1);
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 10px 0 18px 0;
    color: #FFFFFF;
    font-size: 17px;
}

.eshop-widget-left-info {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 0;
}

.eshop-widget-wrapper {
    background-color: white;
}

.eshop-widget-wrapper-title {
    font-size: 13px;
    background-color: #f0f0ed;
    padding: 5px 35px 6px 35px;
}

.eshop-widget-wrapper-content {
    padding: 20px 26px;
    font-size: 15px;
    border-left: 1px solid #f0f0ed;
}

.eshop-widget-content-logo {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.eshop-widget-text {
    line-height: 21px;
    margin-bottom: 12px;
    max-width: 248px;
}

.eshop-widget-text p:nth-of-type(2) {
    margin-bottom: 6px;
}

.eshop-widget-product-img {
    display: flex;
    justify-content: center;
    margin-bottom: 6px;
}

.eshop-widget-product-name {
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    max-width: 248px;
    color: #244369;
}

.eshop-widget-product-sku {
    font-size: 13px;
    text-transform: uppercase;
}

.eshop-widget-product-button {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FF9F3E;
    color: #FFFFFF !important;
    max-width: 248px;
    width: 100%;
    height: 40px;
    font-size: 17px;
    margin-top: 20px;
}

.eshop-widget-product-button:hover {
    background-color: #EB8126;
    text-decoration: unset;
}

.eshop-widget-freeShipping {
    display: inline-flex;
    font-size: 13px;
    background-color: #f0f0ed;
    padding: 6px 35px;
}

.eshop-widget-freeShipping-text {
    font-weight: 700;
    margin-left: 3px;
}
</pre></body></html>