.estartups-flash-sale-ribbon {
    background: #d32f2f;
    color: #fff;
    padding: 18px 32px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    font-size: 1.2rem;
    font-weight: 600;
    gap: 32px;
    margin-bottom: 32px;
    box-shadow: 0 2px 16px rgba(0,0,0,0.07);
    cursor: pointer;
    justify-content: flex-start;
}
.estartups-flash-sale-ribbon .ribbon-icon {
    font-size: 1.5em;
    margin-right: 8px;
}
.estartups-flash-sale-ribbon .ribbon-title {
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-right: 32px;
    font-size: 1.1em;
    display: flex;
    align-items: center;
}
.estartups-flash-sale-ribbon .ribbon-timer-flex {
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(255,255,255,0.10);
    border-radius: 8px;
    border: 1.5px solid rgba(255,255,255,0.18);
    padding: 8px 18px;
    min-width: 180px;
    justify-content: center;
}
.estartups-flash-sale-ribbon .ribbon-timer-flex .timer-icon {
    color: #fff;
    width: 22px;
    height: 22px;
    font-size: 1.35em;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    filter: drop-shadow(0 1px 2px rgba(0,0,0,0.18));
    opacity: 0.95;
}
.estartups-flash-sale-ribbon .ribbon-timer-flex .timer-group {
    display: flex;
    align-items: center;
    gap: 2px;
}
.estartups-flash-sale-ribbon .ribbon-timer-flex .timer-unit {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 22px;
}
.estartups-flash-sale-ribbon .ribbon-timer-flex .timer-value {
    font-size: 1.15em;
    font-weight: 700;
    color: #fff;
    line-height: 1.1;
}
.estartups-flash-sale-ribbon .ribbon-timer-flex .timer-label {
    font-size: 0.85em;
    color: #fff;
    opacity: 0.85;
    line-height: 1;
    margin-top: 1px;
}
.estartups-flash-sale-ribbon .ribbon-timer-flex .timer-colon {
    font-size: 1.15em;
    font-weight: 700;
    color: #fff;
    margin: 0 2px;
    line-height: 1.1;
}
.estartups-flash-sale-ribbon .ribbon-timer-flex .timer-seconds {
    animation: timer-pulse 1s infinite alternate;
}
@keyframes timer-pulse {
    0% { opacity: 1; }
    100% { opacity: 0.6; }
}
.estartups-flash-sale-ribbon .ribbon-cta {
    margin-left: auto;
    font-size: 1em;
    font-weight: 400;
}

/* Expired timer state */
.estartups-flash-sale-ribbon .ribbon-timer-flex.expired {
    background: rgba(255,255,255,0.08) !important;
    border-color: rgba(255,255,255,0.12) !important;
    opacity: 0.7;
}

.estartups-flash-sale-ribbon .ribbon-timer-flex.expired .timer-value {
    color: rgba(255,255,255,0.6) !important;
}

.estartups-flash-sale-ribbon .ribbon-timer-flex.expired .timer-label {
    color: rgba(255,255,255,0.5) !important;
}

.estartups-flash-sale-ribbon .ribbon-timer-flex.expired .timer-colon {
    color: rgba(255,255,255,0.5) !important;
}

.estartups-flash-sale-ribbon .ribbon-timer-flex.expired .timer-icon {
    opacity: 0.5;
}

/* Ribbon bar specific styles */
.estartups-flash-sale-ribbon-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: #d32f2f;
    padding: 0 0 0 24px;
    min-height: 56px;
}

.ribbon-bar-left {
    display: flex;
    align-items: center;
    gap: 12px;
}

.ribbon-bar-icon {
    color: #ffb400;
    font-size: 1.3em;
    display: flex;
    align-items: center;
}

.ribbon-bar-title {
    font-weight: 800;
    font-size: 1.1em;
    color: #fff;
    letter-spacing: 0.5px;
}

.ribbon-bar-subtitle {
    color: #fff;
    opacity: 0.85;
    font-size: 1em;
    font-weight: 400;
    margin-left: 18px;
}

.ribbon-bar-right {
    display: flex;
    align-items: center;
    gap: 32px;
    padding-right: 24px;
}

.ribbon-bar-promo {
    display: flex;
    align-items: center;
    gap: 10px;
}

.ribbon-bar-promo-title {
    font-weight: 700;
    color: #fff;
    font-size: 1em;
}

/* Ensure timer displays properly */
.ribbon-timer-flex {
    background: rgba(255,255,255,0.12);
    border-radius: 6px;
    padding: 4px 12px;
    margin: 0 12px;
    font-family: monospace;
    font-size: 1.1em;
    display: flex;
    align-items: center;
    gap: 8px;
}

.timer-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.timer-group {
    display: flex;
    align-items: center;
    gap: 2px;
}

.timer-unit {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 22px;
    color: #fff;
}

.timer-value {
    font-weight: 700;
    line-height: 1.1;
}

.timer-label {
    font-size: 0.85em;
    opacity: 0.85;
    line-height: 1;
    margin-top: 1px;
}

.timer-colon {
    color: #fff;
    font-size: 1.1em;
    font-weight: 700;
    margin: 0 2px;
    line-height: 1.1;
}

@keyframes timer-pulse {
    0% { opacity: 1; }
    100% { opacity: 0.6; }
}

.estartups-promo-card {
    background: #fff;
    border-radius: 22px;
    box-shadow: 0 6px 32px rgba(211,47,47,0.13), 0 1.5px 6px rgba(0,0,0,0.04);
    overflow: hidden;
    margin: 24px 18px 32px 0;
    width: 340px;
    display: inline-block;
    vertical-align: top;
    transition: box-shadow 0.3s cubic-bezier(.4,0,.2,1), transform 0.3s cubic-bezier(.4,0,.2,1);
    position: relative;
    font-family: 'Inter', Arial, sans-serif;
}
.estartups-promo-card:hover {
    box-shadow: 0 16px 48px rgba(211,47,47,0.18), 0 4px 16px rgba(0,0,0,0.10);
    transform: translateY(-8px) scale(1.025);
}
.estartups-promo-card .promo-card-image {
    transition: transform 0.3s cubic-bezier(.4,0,.2,1), filter 0.3s cubic-bezier(.4,0,.2,1);
}
.estartups-promo-card:hover .promo-card-image {
    transform: scale(1.04);
    filter: brightness(1.07) saturate(1.08);
}
.promo-card-image {
    position: relative;
    height: 200px;
    overflow: hidden;
    border-top-left-radius: 22px;
    border-top-right-radius: 22px;
}
.promo-card-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-top-left-radius: 22px;
    border-top-right-radius: 22px;
}
.promo-badge {
    position: absolute;
    top: 18px;
    left: 18px;
    font-size: 1em;
    font-weight: 700;
    border-radius: 16px;
    padding: 6px 18px;
    box-shadow: 0 2px 8px rgba(211,47,47,0.13);
    z-index: 2;
    letter-spacing: 0.5px;
    color: #fff;
    background: #d32f2f;
    display: inline-block;
    margin-bottom: 4px;
}
.badge-flash { background: #d32f2f !important; }
.badge-weekly { background: #43a047 !important; }
.badge-package { background: #1976d2 !important; }
.promo-location {
    position: absolute;
    bottom: 14px;
    left: 18px;
    background: rgba(0,0,0,0.62);
    color: #fff;
    padding: 5px 14px 5px 10px;
    border-radius: 10px;
    font-size: 1em;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 6px;
}
.promo-location i {
    font-size: 1.1em;
    margin-right: 2px;
}
.promo-card-content {
    padding: 22px 22px 16px 22px;
}
.promo-rating {
    color: #ffb400;
    font-size: 1.13em;
    margin-bottom: 7px;
    display: flex;
    align-items: center;
    gap: 2px;
}
.promo-rating .star {
    color: #ffb400;
    font-size: 1.13em;
    margin-right: 1px;
}
.promo-rating .star.filled {
    color: #ffb400;
}
.promo-rating .rating-value {
    color: #222;
    font-weight: 700;
    margin-left: 7px;
    font-size: 1.08em;
}
.promo-rating .reviews {
    color: #888;
    font-size: 0.98em;
    margin-left: 7px;
    font-weight: 400;
}
.promo-title {
    font-size: 1.22em;
    font-weight: 800;
    margin-bottom: 5px;
    color: #222;
    letter-spacing: 0.2px;
}
.promo-desc {
    color: #555;
    font-size: 1.01em;
    margin-bottom: 12px;
    font-weight: 400;
}
.promo-price {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    justify-content: space-between;
}
.promo-price .price {
    font-size: 1.18em;
    font-weight: 800;
    color: #ff9800;
}
.promo-price .old-price {
    color: #888;
    text-decoration: line-through;
    font-weight: 400;
    font-size: 0.98em;
    margin-left: 6px;
}
.promo-type {
    background: #e3f2fd;
    color: #1976d2;
    border-radius: 12px;
    padding: 2px 14px;
    font-size: 0.98em;
    margin-left: 10px;
    font-weight: 700;
    display: inline-block;
    float: right;
    margin-top: -2px;
}
.promo-type.package {
    background: #ede7f6;
    color: #512da8;
}
.promo-qty-date {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}
.qty-btn {
    background: #fff;
    border: 1.5px solid #eee;
    /* border-radius: 50%; */
    /* width: 36px; */
    /* height: 36px; */
    font-size: 1.13em;
    color: #d32f2f;
    cursor: pointer;
    font-weight: 700;
    transition: background 0.15s, border 0.15s;
}
.qty-btn:hover {
    background: #ffe0e0;
    border: 1.5px solid #d32f2f;
}
.qty-input {
    width: 44px;
    /* text-align: center; */
    border: 1.5px solid #eee;
    border-radius: 0px;
    height: 33px;
    font-size: 1.08em;
    margin: 0 2px;
}
.select-date-input {
    background: #fff;
    border: 1.5px solid #d32f2f;
    color: #d32f2f;
    border-radius: 8px;
    padding: 6px 16px 6px 36px;
    font-size: 1.01em;
    cursor: pointer;
    margin-left: auto;
    width: 140px;
    text-align: left;
    background-image: url('data:image/svg+xml;utf8,<svg fill="%23d32f2f" height="20" viewBox="0 0 24 24" width="20" xmlns="http://www.w3.org/2000/svg"><path d="M19 4h-1V2h-2v2H8V2H6v2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 16H5V9h14v11zm0-13H5V6h14v1z"/></svg>');
    background-repeat: no-repeat;
    background-position: 10px center;
}
.select-date-input:focus {
    outline: 2px solid #ff9800;
}
.view-details-btn {
    background: none;
    border: none;
    color: #ff9800;
    font-weight: 700;
    cursor: pointer;
    margin: 10px 0 0 0;
    padding: 0;
    font-size: 1.01em;
    text-align: left;
    text-decoration: underline transparent;
    transition: text-decoration 0.15s;
}
.view-details-btn:hover {
    text-decoration: underline #ff9800;
}
.promo-features {
    background: #f7f7fa;
    border-radius: 12px;
    margin: 12px 0 0 0;
    padding: 12px 18px;
    font-size: 0.97em;
    color: #333;
    box-shadow: 0 1px 4px rgba(0,0,0,0.04);
}
.estartups-promo-card.hide-features .promo-features {
    display: none;
}
.estartups-promo-card.show-features .promo-features {
    display: block;
}

.promo-features ul {
    margin: 0;
    padding: 0 0 0 16px;
}
.promo-features li {
    margin-bottom: 3px;
    font-size: 0.97em;
}
.promo-features .valid-until {
    color: #ff9800;
    font-weight: 700;
    font-size: 0.98em;
    margin-top: 6px;
    display: block;
}
.add-to-cart-btn, .book-now-btn {
    background: linear-gradient(90deg, #ff9800 0%, #ff6d00 100%);
    color: #fff;
    border: none;
    border-radius: 12px;
    padding: 13px 0;
    width: 100%;
    font-size: 1.13em;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(255,152,0,0.13);
    transition: background 0.2s, box-shadow 0.2s;
    display: block;
}
.add-to-cart-btn:hover, .book-now-btn:hover {
    background: linear-gradient(90deg, #d32f2f 0%, #ff9800 100%);
    box-shadow: 0 4px 16px rgba(211,47,47,0.13);
}
.promo-timer {
    position: absolute;
    top: 56px;
    left: 18px;
    background: #d32f2f;
    color: #fff;
    border-radius: 10px;
    padding: 3px 14px 2px 14px;
    font-size: 0.98em;
    font-weight: 600;
    z-index: 2;
    box-shadow: 0 1px 4px rgba(211,47,47,0.08);
    letter-spacing: 1px;
}
.promo-timer .timer {
    font-family: monospace;
    font-size: 1.08em;
}
.promo-icons {
    position: absolute;
    top: 18px;
    right: 18px;
    display: flex;
    gap: 12px;
    z-index: 3;
}
.wishlist-icon, .share-icon {
    background: #fff;
    color: #d32f2f;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25em;
    box-shadow: 0 2px 8px rgba(211,47,47,0.13);
    cursor: pointer;
    transition: background 0.15s, color 0.15s;
}
.wishlist-icon:hover, .share-icon:hover {
    background: #ffe0e0;
}
.wishlist-icon.active {
    background: #d32f2f;
    color: #fff;
}
.share-icon.copied {
    background: #ff9800;
    color: #fff;
}
@media (max-width: 1100px) {
    .estartups-promo-card {
        width: 100%;
        margin: 18px 0 32px 0;
    }
}

/* --- Custom jQuery UI Datepicker Styling --- */
.ui-datepicker {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 6px 32px rgba(211,47,47,0.13), 0 1.5px 6px rgba(0,0,0,0.04);
    border: none;
    padding: 18px 18px 12px 18px;
    font-family: inherit;
    z-index: 9999 !important;
}
.ui-datepicker-header {
    background: none;
    border: none;
    color: #222;
    font-weight: 700;
    font-size: 1.08em;
    padding-bottom: 8px;
}
.ui-datepicker-title {
    font-weight: 800;
    color: #ff9800;
    letter-spacing: 0.5px;
}
.ui-datepicker-prev, .ui-datepicker-next {
    background: #fff;
    border-radius: 50%;
    border: 1.5px solid #eee;
    color: #d32f2f;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    font-size: 1.1em;
    transition: background 0.15s, border 0.15s;
}
.ui-datepicker-prev:hover, .ui-datepicker-next:hover {
    background: #ffe0e0;
    border: 1.5px solid #d32f2f;
}
.ui-datepicker-calendar {
    margin: 0 auto;
}
.ui-datepicker th {
    color: #888;
    font-weight: 700;
    padding-bottom: 2px;
}
.ui-datepicker td {
    padding: 0;
}
.ui-state-default, .ui-widget-content .ui-state-default {
    background: none;
    border: none;
    color: #222;
    font-size: 1.01em;
    border-radius: 8px;
    padding: 6px 0;
    transition: background 0.15s, color 0.15s;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-state-highlight, .ui-widget-content .ui-state-highlight {
    background: #ff9800 !important;
    color: #fff !important;
    font-weight: 700;
}
.ui-state-hover, .ui-widget-content .ui-state-hover {
    background: #ffe0e0 !important;
    color: #d32f2f !important;
}
.ui-datepicker-today .ui-state-default {
    border: 1.5px solid #ff9800;
    font-weight: 800;
    color: #ff9800;
}

/* --- PROMO CARD V2 --- */
.promo-card-v2 {
    background: #fff;
    border-radius: 22px;
    box-shadow: 0 6px 32px rgba(211,47,47,0.13), 0 1.5px 6px rgba(0,0,0,0.04);
    overflow: hidden;
    margin: 24px 18px 32px 0;
    width: 340px;
    display: inline-block;
    vertical-align: top;
    transition: box-shadow 0.3s cubic-bezier(.4,0,.2,1), transform 0.3s cubic-bezier(.4,0,.2,1);
    position: relative;
    font-family: 'Inter', Arial, sans-serif;
}
.promo-card-v2:hover {
    box-shadow: 0 16px 48px rgba(211,47,47,0.18), 0 4px 16px rgba(0,0,0,0.10);
    transform: translateY(-8px) scale(1.025);
}
.promo-card-v2__image {
    position: relative;
    height: 233px;
    overflow: hidden;
    border-top-left-radius: 22px;
    border-top-right-radius: 22px;
}
.promo-card-v2__image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-top-left-radius: 22px;
    border-top-right-radius: 22px;
}
.promo-card-v2__badge {
    position: absolute;
    top: 18px;
    left: 18px;
    font-size: 1em;
    font-weight: 700;
    border-radius: 16px;
    padding: 6px 18px;
    box-shadow: 0 2px 8px rgba(211,47,47,0.13);
    z-index: 2;
    letter-spacing: 0.5px;
    color: #fff;
    background: #d32f2f;
    display: inline-block;
    margin-bottom: 4px;
}
.promo-card-v2.flash-sale .promo-card-v2__badge { background: #d32f2f !important; }
.promo-card-v2.weekly-special .promo-card-v2__badge { background: #43a047 !important; }
.promo-card-v2__timer {
    position: absolute;
    top: 54px;
    left: 18px;
    background: #d32f2f;
    color: #fff;
    border-radius: 10px;
    padding: 3px 14px 2px 14px;
    font-size: 0.98em;
    font-weight: 600;
    z-index: 2;
    box-shadow: 0 1px 4px rgba(211,47,47,0.08);
    letter-spacing: 1px;
}
.promo-card-v2__timer .timer {
    font-family: monospace;
    font-size: 1.08em;
}
.promo-card-v2__location {
    position: absolute;
    bottom: 14px;
    left: 18px;
    background: rgba(0,0,0,0.62);
    color: #fff;
    padding: 5px 14px 5px 10px;
    border-radius: 10px;
    font-size: 1em;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 6px;
}
.promo-card-v2__location i {
    font-size: 1.1em;
    margin-right: 2px;
}
.promo-card-v2__icons {
    position: absolute;
    top: 18px;
    right: 18px;
    display: flex;
    gap: 12px;
    z-index: 3;
}
.promo-card-v2__icons .wishlist-icon, .promo-card-v2__icons .share-icon {
    background: #fff;
    color: #d32f2f;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25em;
    box-shadow: 0 2px 8px rgba(211,47,47,0.13);
    cursor: pointer;
    transition: background 0.15s, color 0.15s;
}
.promo-card-v2__icons .wishlist-icon:hover, .promo-card-v2__icons .share-icon:hover {
    background: #ffe0e0;
}
.promo-card-v2__icons .wishlist-icon.active {
    background: #d32f2f;
    color: #fff;
}
.promo-card-v2__icons .share-icon.copied {
    background: #ff9800;
    color: #fff;
}
.promo-card-v2__content {
    padding: 22px 22px 16px 22px;
}
.promo-card-v2__rating {
    color: #ffb400;
    font-size: 1.13em;
    margin-bottom: 7px;
    display: flex;
    align-items: center;
    gap: 2px;
}
.promo-card-v2__rating .star {
    color: #ffb400;
    font-size: 1.13em;
    margin-right: 1px;
}
.promo-card-v2__rating .star.filled {
    color: #ffb400;
}
.promo-card-v2__rating .rating-value {
    color: #222;
    font-weight: 700;
    margin-left: 7px;
    font-size: 1.08em;
}
.promo-card-v2__rating .reviews {
    color: #888;
    font-size: 0.98em;
    margin-left: 7px;
    font-weight: 400;
}
.promo-card-v2__title {
    font-size: 1.22em;
    font-weight: 800;
    margin-bottom: 5px;
    color: #222;
    letter-spacing: 0.2px;
}
.promo-card-v2__desc {
    color: #555;
    font-size: 1.01em;
    margin-bottom: 12px;
    font-weight: 400;
}
.promo-card-v2__price-row {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 0;
    justify-content: space-between;
}
.promo-card-v2__price-row .price {
    font-size: 1.18em;
    font-weight: 800;
    color: #ff9800;
}
.promo-card-v2__price-row .old-price {
    color: #888;
    text-decoration: line-through;
    font-weight: 400;
    font-size: 0.98em;
    margin-left: 6px;
}
.promo-card-v2__type {
    background: #e3f2fd;
    color: #1976d2;
    border-radius: 12px;
    padding: 2px 14px;
    font-size: 0.98em;
    margin-left: 10px;
    font-weight: 700;
    display: inline-block;
    float: right;
    margin-top: -2px;
}
.promo-card-v2__type.package {
    background: #ede7f6;
    color: #512da8;
}
.promo-card-v2__bundle-row {
    margin-bottom: 12px;
    margin-top: 2px;
}
.promo-card-v2__bundle-row .bundle-save {
    color: #43a047;
    font-size: 1.01em;
    font-weight: 700;
}
.promo-card-v2__qty-date-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}
.promo-card-v2__qty-date-row .qty-btn {
    background: #fff;
    /* border: 1.5px solid #eee; */
    /* border-radius: 50%; */
    /* width: 36px; */
    /* height: 36px; */
    /* font-size: 1.13em; */
    color: #d32f2f;
    cursor: pointer;
    font-weight: 700;
    transition: background 0.15s, border 0.15s;
}
.promo-card-v2__qty-date-row .qty-btn:hover {
    background: #ffe0e0;
    border: 1.5px solid #d32f2f;
}
.promo-card-v2__qty-date-row .qty-input {
    margin: -7px;
    /* width: 44px; */
    /* text-align: center; */
    /* border: 1.5px solid #eee; */
    /* border-radius: 8px; */
    /* height: 36px; */
    /* margin: 0 2px; */
}
.promo-card-v2__qty-date-row .select-date-input {
    background: #fff;
    border: 1.5px solid #d32f2f;
    color: #d32f2f;
    border-radius: 8px;
    padding: 6px 16px 6px 36px;
    font-size: 1.01em;
    cursor: pointer;
    margin-left: auto;
    width: 140px;
    text-align: left;
    background-image: url('data:image/svg+xml;utf8,<svg fill="%23d32f2f" height="20" viewBox="0 0 24 24" width="20" xmlns="http://www.w3.org/2000/svg"><path d="M19 4h-1V2h-2v2H8V2H6v2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 16H5V9h14v11zm0-13H5V6h14v1z"/></svg>');
    background-repeat: no-repeat;
    background-position: 10px center;
}
.promo-card-v2__qty-date-row .select-date-input:focus {
    outline: 2px solid #ff9800;
}
.promo-card-v2 .view-details-btn {
    background: none;
    border: none;
    color: #ff9800;
    font-weight: 700;
    cursor: pointer;
    margin: 10px 0 0 0;
    padding: 0;
    font-size: 1.01em;
    text-align: left;
    text-decoration: underline transparent;
    transition: text-decoration 0.15s;
}
.promo-card-v2 .view-details-btn:hover {
    text-decoration: underline #ff9800;
}
.promo-card-v2__features {
    background: #f7f7fa;
    border-radius: 12px;
    margin: 12px 0 0 0;
    padding: 12px 18px;
    font-size: 0.97em;
    color: #333;
    box-shadow: 0 1px 4px rgba(0,0,0,0.04);
    display: none;
}
.promo-card-v2__features.show-features {
    display: block;
}
.promo-card-v2__features.hide-features {
    display: none;
}
.promo-card-v2__features .features-title {
    font-weight: 700;
    margin-bottom: 6px;
}
.promo-card-v2__features ul {
    margin: 0;
    padding: 0 0 0 16px;
}
.promo-card-v2__features li {
    margin-bottom: 3px;
    font-size: 0.97em;
}
.promo-card-v2__features .valid-until {
    color: #ff9800;
    font-weight: 700;
    font-size: 0.98em;
    margin-top: 6px;
    display: block;
}
.promo-card-v2__btn-row {
    display: flex;
    gap: 12px;
    margin-top: 18px;
}
.promo-card-v2__btn-row .add-to-cart-btn {
    background: linear-gradient(90deg, #ff9800 0%, #ff6d00 100%);
    color: #fff;
    border: none;
    border-radius: 12px;
    padding: 13px 0;
    width: 50%;
    font-size: 1.13em;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(255,152,0,0.13);
    transition: background 0.2s, box-shadow 0.2s;
    display: block;
}
.promo-card-v2__btn-row .add-to-cart-btn:hover {
    background: linear-gradient(90deg, #d32f2f 0%, #ff9800 100%);
    box-shadow: 0 4px 16px rgba(211,47,47,0.13);
}
.promo-card-v2__btn-row .add-as-bundle-btn {
    background: #fff;
    color: #43a047;
    border: 2px solid #43a047;
    border-radius: 12px;
    /* padding: 13px 0; */
    /* width: 50%; */
    font-size: 1.13em;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(67,160,71,0.13);
    transition: background 0.2s, color 0.2s, border 0.2s;
    display: block;
}
.promo-card-v2__btn-row .add-as-bundle-btn:hover {
    background: #43a047;
    color: #fff;
    border: 2px solid #43a047;
}
@media (max-width: 1100px) {
    .promo-card-v2 {
        width: 100%;
        margin: 18px 0 32px 0;
    }
}

/* Hide number input spinners for qty-input */
.promo-card-v2 .qty-input::-webkit-outer-spin-button,
.promo-card-v2 .qty-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.promo-card-v2 .qty-input[type=number] {
    -moz-appearance: textfield;
    appearance: textfield;
}

/* Optional: style .qty-buttons for better alignment */
.promo-card-v2__qty-date-row .qty-buttons {
    display: flex;
    align-items: center;
    gap: 0;
}
.promo-card-v2__qty-date-row .qty-btn {
    margin: 0 2px;
}
.promo-card-v2__qty-date-row .qty-input {
    margin: px;
    width: 44px;
    text-align: center;
    border: 1.5px solid #eee;
    height: 33px;
    font-size: 1.08em;
    padding: 0;
} 