.woo-promo-wrap-02e789d1 {
    display: flex;
    flex-wrap: wrap;
    background: #111;
    border-radius: 10px;
}
.woo-promo-banner-02e789d1 {
    flex: 1 1 30%;
    min-width: 300px;
    padding: 40px;
    background-color: #1a1a1a;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.woo-promo-banner-content-02e789d1 h2 {
    font-size: 2em;
    margin: 0 0 10px;
    color: #fff;
}
.woo-promo-banner-content-02e789d1 h3 {
    font-size: 1.2em;
    font-weight: normal;
    margin: 0 0 15px;
    color: #ccc;
}
.woo-promo-btn-02e789d1 {
    display: inline-block;
    margin-top: 20px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}
.woo-promo-slider-container-02e789d1 {
    flex: 1 1 70%;
    position: relative;
    padding: 20px;
    display: flex;
    align-items: center;
    overflow: hidden;
    min-width: 0; /* Fix flex child min-width preventing shrink */
}
.woo-promo-slider-02e789d1 {
    --columns: 4;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.woo-promo-track-02e789d1 {
    display: flex;
    gap: 15px;
    width: max-content;
}
.woo-promo-slide-02e789d1 {
    flex-shrink: 0;
}
/* Use viewport-relative widths instead of complex container queries if JS calc fails */
.woo-promo-slider-02e789d1 .woo-promo-slide-02e789d1 {
    width: calc((var(--slider-width, 100%) - ((var(--columns) - 1) * 15px)) / var(--columns));
}

.woo-promo-card-02e789d1 {
    background: #fff;
    border-radius: 8px;
    padding: 15px;
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.woo-promo-badge-02e789d1 {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #ff4500;
    color: #fff;
    padding: 3px 8px;
    border-radius: 4px;
    font-size: 0.8em;
    font-weight: bold;
    z-index: 2;
}
.woo-promo-img-02e789d1 {
    width: 100%;
    padding-top: 100%;
    background-size: cover;
    background-position: center;
    margin-bottom: 15px;
    border-radius: 5px;
}
.woo-promo-card-info-02e789d1 {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.woo-promo-card-info-02e789d1 h4 {
    font-size: 0.9em;
    margin: 0 0 10px;
}
.woo-promo-title-link-02e789d1 {
    color: #333;
    text-decoration: none;
}
.woo-promo-title-link-02e789d1:hover {
    color: #333;
    text-decoration: underline;
}
.woo-promo-price-02e789d1 {
    margin-top: auto;
    font-weight: bold;
    color: #e60000;
    margin-bottom: 15px;
}
.woo-promo-add-cart-02e789d1 {
    display: block;
    text-align: center;
    background: #0066cc;
    color: #fff;
    padding: 8px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 0.9em;
}
.woo-promo-nav-02e789d1 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    border: 1px solid #ddd;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 1.5em;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
}
.woo-promo-prev-02e789d1 { left: 5px; }
.woo-promo-next-02e789d1 { right: 5px; }

@media(max-width: 768px) {
    .woo-promo-banner-02e789d1 { flex: 1 1 100%; }
    .woo-promo-slider-container-02e789d1 { flex: 1 1 100%; }
}