<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.promo-list-thumb {
    border: 1px solid #dce3ea !important;
    width: 100% !important;
    min-height: 350px !important;
}

.promo-list-thumb.exp,
.promo-list-thumb.incoming {
    opacity: .6;
}
.promo-list-thumb.highlight .promo-time-info {
    background: #ffe6e6 !important;
}

.promo-list-thumb.highlight .promo-time-info span {
    color: red;
    font-weight: bold;
}

.promo-list-thumb .image {
    max-height: 200px;
    height: 200px;
    position: relative;
    flex: 1 100%;
    background:transparent;
    overflow: hidden;
}

.promo-list-thumb .image a {
    cursor: pointer !important;
    text-align: center !important;
}

.promo-list-thumb .image a img {
    width: 100% !important;
    height: auto !important;
}

.promo-details {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-top: 20px;
}

.promo-time-info {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 11px;
    text-align: center;
    padding: 5px 7px;
    margin: 15px 0 15px 15px;
    max-width: 80px;
    min-width: 50px;
    width: 80px;
    height: 90px;
    background: #e6ebf0;
    color: #6d86a1;
    border-bottom: 1px solid #ccd6e0;
    box-shadow: 0 1px 1px #e6ebf0, 0 2px 1px #bccad7, 0 3px 1px #ecf0f4, 0 4px 1px #bccad7;
    border-radius: var(--border-radius);
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.promo-time-info::before {
    content: "";
    border-top: 5px dotted #fff;
    width: 100%;
    height: 0;
    position: absolute;
    top: -2px;
}

.promo-time-info span {
    display: block;
    padding-top: 2px;
    font-size: 32px;
    line-height: 90%;
    font-weight: bold;
    color: #2e3a47;
}

.promo-time-info div.only-today {
    color: red;
    font-weight: bold;
}

.promo-time-info:has(.only-today) {
    background: #ffe6e6 !important;
}

.promo-name {
    max-width: 150px;
}

.detail-header {
    display: flex;
    gap: 20px;
}

.detail-header__image img {
    width: 100%;
}

.detail-header__info h1 {
    margin-bottom: 25px;
    margin-top: 0 !important;
}

.clock {
    margin-left: 0 !important;
}

.flip-clock-wrapper {
    display: flex !important;
    max-height: 75px !important;
    max-width: 280px !important;
    -webkit-user-select: none;
    text-align: center !important;
    position: relative !important;
    width: auto !important;
    margin: 5px -5px 10px 0 !important;
    padding-bottom: 20px !important;
}

.flip-clock-wrapper ul {
    position: relative;
    list-style-type: none !important;
    height: 50px !important;
    width: 50% !important;
    font-weight: bold !important;
    line-height: 50px !important;
}

.flip-clock-wrapper ul li a div div.inn {
    font-size: 30px !important;
}

.flip-clock-wrapper ul li {
    line-height: 50px !important;
}

.flip-clock-divider .flip-clock-label {
    bottom: 20px;
    top: unset !important;
    left: 50% !important;
}

.flip-clock-dot {
    width: 4px !important;
    height: 4px !important;
    left: -2px !important;
}

.flip-clock-dot.top {
    top: 20px !important;
}
.flip-clock-dot.bottom {
    bottom: 60px !important;
}

.timer h3 {
    margin-bottom: 10px !important;
}

.promotion-exp {
    color: red;
    font-weight: bold;
    font-size: 24px;
}

.img-exp {
    opacity: .4;
}

.refine-text {
    font-size: 18px;
    padding-left: 10px;
    font-weight: bold;
}

.filter-block {
    padding: 5px;
    background-color:  transparent;
}

.filter-block .button-collapse {
    width: 100% !important;
    background: #eaeaea !important;
    font-size: 16px;
    color: darkgray;
}

.filter-block .well {
    margin-bottom:  0 !important;
}

.discount-banner {
    position: absolute;
    top: 0;
    right: 10px;
    background-color: #feba0f;
    color: #fff;
    z-index: 1100;
    padding: 5px 10px;
    border-radius: 4px;
}

.button-disabled {
    cursor:not-allowed !important;
}

.box-promo-detail h3 {
    width: 100%;
}

.box-timer {
    border: 2px solid red;
    padding: 8px;
    background: #ffe6e6;
    margin: 20px 0 !important;
    display: flex;
    gap: 25px;
}

.box-timer .box-promo-detail {
    border-right: 1px solid lightgray;
    padding-right: 15px;
}

.box-timer .box-promo-detail a {
    font-size: 20px;
}

.row-promo #content {
    min-height: unset !important;
}

.well {
    min-height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    padding: 24px;
    border-radius: 5px;
}</pre></body></html>