:root {
    --gw-coupon-height: 0px;
}

html.gw-coupon-active {
    --gw-coupon-height: 36px;
}

.gw-coupon-slot {
    width: 100%;
    min-height: 0;
}

.gw-coupon-slot .timer-section,
.gw-coupon-slot .coupon-section,
.gw-coupon-slot .dashmove-animation {
    display: none !important;
}

.gw-coupon-slot.is-coupon-active .timer-section,
.gw-coupon-slot.is-coupon-active .coupon-section,
.gw-coupon-slot.is-coupon-active .dashmove-animation {
    display: block !important;
}

/* Windows mega-menu needs its original flex displays */
.gw-coupon-slot.is-coupon-active .coupon-design-windows .sc-timer-block {
    display: flex !important;
}

.gw-coupon-slot.is-coupon-active .coupon-design-windows .sc-label {
    display: inline-flex !important;
}