<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* PRODUCT PAGE */
.ywpc-countdown,
.ywpc-sale-bar {
    font-family: 'Open Sans', sans-serif;
    background: #fafafa;
    border: 1px solid #dbd8d8;
    padding: 18px 18px 8px 18px;
    text-align: center;
    margin: 0 0 18px 0;
    font-size: 0;
    text-transform: uppercase;
    clear: both;
}

.ywpc-countdown &gt; .ywpc-header,
.ywpc-sale-bar &gt; .ywpc-header,
.ywpc-countdown &gt; .ywpc-timer,
.ywpc-sale-bar &gt; .ywpc-bar {
    vertical-align: middle;
    display: inline-block;
}

.ywpc-countdown &gt; .ywpc-header,
.ywpc-sale-bar &gt; .ywpc-header {
    font-size: 25px;
    font-weight: bold;
    color: #a12418;
    padding: 10px 20px 20px 20px;
    word-wrap: break-word;
}

.ywpc-sale-bar &gt; .ywpc-header {
    width: 40%;
}

.ywpc-sale-bar &gt; .ywpc-bar {
    width: 60%;
}

.ywpc-countdown &gt; .ywpc-timer &gt; .ywpc-days,
.ywpc-countdown &gt; .ywpc-timer &gt; .ywpc-hours,
.ywpc-countdown &gt; .ywpc-timer &gt; .ywpc-minutes,
.ywpc-countdown &gt; .ywpc-timer &gt; .ywpc-seconds {
    display: inline-block;
    width: 110px;
    margin: 10px 0;
}

.ywpc-countdown &gt; .ywpc-timer &gt; .ywpc-days {
    width: 120px;
}

.ywpc-countdown &gt; .ywpc-timer &gt; div &gt; .ywpc-label {
    color: #606060;
    font-size: 12px;
}

.ywpc-sale-bar &gt; .ywpc-bar &gt; .ywpc-label {
    color: #606060;
    font-size: 15px;
}

.ywpc-countdown &gt; .ywpc-timer &gt; div &gt; .ywpc-amount {
}

.ywpc-countdown &gt; .ywpc-timer &gt; div &gt; .ywpc-amount &gt; span {
    display: inline-block;
    background: #ffffff;
    border: 1px solid #dbd8d8;
    margin: 0 2px;
    height: 40px;
    width: 36px;
    line-height: 36px;
    color: #3c3c3c;
    font-weight: bold;
    font-size: 28px;
}

.ywpc-sale-bar &gt; .ywpc-bar &gt; .ywpc-back,
.ywpc-sale-bar &gt; .ywpc-bar &gt; .ywpc-back &gt; .ywpc-fore {
    display: block;
    height: 20px;
}

.ywpc-sale-bar &gt; .ywpc-bar &gt; .ywpc-back {
    width: 100%;
    background: #e6e6e6;
    margin: 5px 0;
}

.ywpc-sale-bar &gt; .ywpc-bar &gt; .ywpc-back &gt; .ywpc-fore {
    width: 0;
    background: #a12418;
}

/* CATEGORY PAGE */
.ywpc-countdown-loop,
.ywpc-sale-bar-loop {
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    margin: 10px 0;
    font-size: 0;
    text-transform: uppercase;
    clear: both;
}

.ywpc-countdown-loop &gt; .ywpc-header,
.ywpc-sale-bar-loop &gt; .ywpc-header,
.ywpc-countdown-loop &gt; .ywpc-timer,
.ywpc-sale-bar-loop &gt; .ywpc-bar {
    display: block;
}

.ywpc-countdown-loop &gt; .ywpc-header,
.ywpc-sale-bar-loop &gt; .ywpc-header {
    font-size: 15px;
    font-weight: bold;
    color: #a12418;
    word-wrap: break-word;
}

.ywpc-countdown-loop &gt; .ywpc-timer &gt; .ywpc-days,
.ywpc-countdown-loop &gt; .ywpc-timer &gt; .ywpc-hours,
.ywpc-countdown-loop &gt; .ywpc-timer &gt; .ywpc-minutes,
.ywpc-countdown-loop &gt; .ywpc-timer &gt; .ywpc-seconds {
    display: inline-block;
    width: 54px;
    margin: 10px 0;
}

.ywpc-countdown-loop &gt; .ywpc-timer &gt; .ywpc-days {
    width: 66px;
}

.ywpc-countdown-loop &gt; .ywpc-timer &gt; div &gt; .ywpc-label {
    color: #606060;
    font-size: 10px;
}

.ywpc-sale-bar-loop &gt; .ywpc-bar &gt; .ywpc-label {
    color: #606060;
    font-size: 15px;
    font-weight: bold;
}

.ywpc-countdown-loop &gt; .ywpc-timer &gt; div &gt; .ywpc-amount {
}

.ywpc-countdown-loop &gt; .ywpc-timer &gt; div &gt; .ywpc-amount &gt; span {
    display: inline-block;
    background: #ffffff;
    border: 1px solid #dbd8d8;
    margin: 0 1px;
    height: 28px;
    width: 20px;
    line-height: 25px;
    color: #3c3c3c;
    font-weight: bold;
    font-size: 15px;
}

.ywpc-sale-bar-loop &gt; .ywpc-bar &gt; .ywpc-back,
.ywpc-sale-bar-loop &gt; .ywpc-bar &gt; .ywpc-back &gt; .ywpc-fore {
    display: block;
    height: 12px;
}

.ywpc-sale-bar-loop &gt; .ywpc-bar &gt; .ywpc-back {
    width: 100%;
    background: #e6e6e6;
    margin: 5px 0;
}

.ywpc-sale-bar-loop &gt; .ywpc-bar &gt; .ywpc-back &gt; .ywpc-fore {
    width: 0;
    background: #a12418;
}

.block-editor .ywpc-shortcode-products li{
    list-style: none;
    width: max-content;
}</pre></body></html>