/* TBEx Sale Hero - 6cc7d504 */

.tbex-hero-6cc7d504 {
    direction: rtl;
    text-align: right;
    font-family: 'Segoe UI', Tahoma, Arial, sans-serif;
    padding: 40px 30px;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    line-height: 1.8;
}

.tbex-hero-inner-6cc7d504 {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

/* Content Column */
.tbex-content-col-6cc7d504 {
    flex: 1;
    min-width: 0;
}

/* Products Column */
.tbex-products-col-6cc7d504 {
    flex: 0 0 320px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Badge */
.tbex-badge-6cc7d504 {
    display: inline-block;
    padding: 8px 20px;
    border-radius: 50px;
    border: 1px solid;
    font-size: 14px;
    margin-bottom: 20px;
    letter-spacing: 0.02em;
}

/* Title */
.tbex-title-6cc7d504 {
    font-size: 42px;
    font-weight: 800;
    line-height: 1.3;
    margin: 0 0 16px 0;
    letter-spacing: -0.01em;
}

/* Description */
.tbex-desc-6cc7d504 {
    font-size: 16px;
    line-height: 1.8;
    margin: 0 0 24px 0;
    max-width: 560px;
}

/* Features Row */
.tbex-features-row-6cc7d504 {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 24px;
}

.tbex-feature-box-6cc7d504 {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    border-radius: 10px;
    border: 1px solid;
    font-size: 14px;
    font-weight: 500;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.tbex-feature-box-6cc7d504:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.tbex-feature-icon-6cc7d504 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.tbex-feature-icon-6cc7d504 svg {
    width: 16px;
    height: 16px;
}

/* Timer */
.tbex-timer-wrap-6cc7d504 {
    border-radius: 14px;
    border: 1px solid;
    padding: 20px 24px;
    margin-bottom: 24px;
}

.tbex-timer-header-6cc7d504 {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
}

.tbex-timer-dot-6cc7d504 {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    animation: tbex-pulse-6cc7d504 1.5s ease-in-out infinite;
}

@keyframes tbex-pulse-6cc7d504 {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.4; }
}

.tbex-timer-label-6cc7d504 {
    font-size: 15px;
    font-weight: 600;
}

.tbex-timer-boxes-6cc7d504 {
    display: flex;
    gap: 12px;
    direction: ltr;
}

.tbex-timer-box-6cc7d504 {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
}

.tbex-timer-num-6cc7d504 {
    font-size: 28px;
    font-weight: 800;
    border-radius: 10px;
    padding: 10px 0;
    width: 100%;
    text-align: center;
    font-variant-numeric: tabular-nums;
    transition: transform 0.3s ease;
}

.tbex-timer-num-6cc7d504.tbex-timer-flip-6cc7d504 {
    transform: scale(1.1);
}

.tbex-timer-unit-6cc7d504 {
    font-size: 12px;
    margin-top: 6px;
    font-weight: 500;
}

/* Products Stack */
.tbex-products-stack-6cc7d504 {
    position: relative;
    width: 260px;
    height: 360px;
}

.tbex-product-card-6cc7d504 {
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    border: 1px solid;
    overflow: hidden;
    text-decoration: none;
    position: absolute;
    width: 220px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.tbex-product-card-6cc7d504:first-child {
    top: 0;
    right: 0;
    z-index: 2;
}

.tbex-product-card-6cc7d504.tbex-product-card-offset-6cc7d504 {
    top: 80px;
    right: 60px;
    z-index: 1;
}

.tbex-product-card-6cc7d504:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0,0,0,0.3);
    z-index: 3;
}

.tbex-product-badge-6cc7d504 {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 700;
    z-index: 4;
    white-space: nowrap;
}

.tbex-product-img-6cc7d504 {
    width: 100%;
    height: 160px;
    object-fit: cover;
}

.tbex-product-img-placeholder-6cc7d504 {
    width: 100%;
    height: 160px;
    background: linear-gradient(135deg, #334155 0%, #1e293b 100%);
}

.tbex-product-info-6cc7d504 {
    padding: 14px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.tbex-product-name-6cc7d504 {
    font-size: 15px;
    font-weight: 600;
    direction: rtl;
}

.tbex-stock-badge-6cc7d504 {
    font-size: 11px;
    font-weight: 600;
    padding: 2px 8px;
    border-radius: 4px;
    display: inline-block;
    width: fit-content;
}

.tbex-instock-6cc7d504 {
    background: rgba(34, 197, 94, 0.15);
    color: #22c55e;
}

.tbex-outstock-6cc7d504 {
    background: rgba(239, 68, 68, 0.15);
    color: #ef4444;
}

.tbex-product-subtext-6cc7d504 {
    font-size: 12px;
    color: #64748b;
    text-align: center;
    margin-top: 12px;
}

/* CTA */
.tbex-cta-area-6cc7d504 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.tbex-cta-btn-6cc7d504 {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 36px;
    font-size: 17px;
    font-weight: 700;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.2s ease;
    cursor: pointer;
    border: none;
}

.tbex-cta-btn-6cc7d504:hover {
    transform: translateY(-2px);
}

.tbex-cta-arrow-6cc7d504 {
    font-size: 20px;
    transition: transform 0.3s ease;
}

.tbex-cta-btn-6cc7d504:hover .tbex-cta-arrow-6cc7d504 {
    transform: translateX(-4px);
}

.tbex-cta-subtext-6cc7d504 {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #64748b;
    margin-top: 10px;
}

.tbex-cta-dot-6cc7d504 {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #22c55e;
    display: inline-block;
    animation: tbex-pulse-6cc7d504 1.5s ease-in-out infinite;
}

/* ==================== RESPONSIVE ==================== */

/* Tablet */
@media (max-width: 1199px) {
    .tbex-hero-inner-6cc7d504 {
        gap: 30px;
    }

    .tbex-products-col-6cc7d504 {
        flex: 0 0 260px;
    }

    .tbex-products-stack-6cc7d504 {
        width: 220px;
        height: 310px;
    }

    .tbex-product-card-6cc7d504 {
        width: 190px;
    }

    .tbex-product-card-6cc7d504.tbex-product-card-offset-6cc7d504 {
        top: 70px;
        right: 40px;
    }

    .tbex-title-6cc7d504 {
        font-size: 34px;
    }

    .tbex-timer-num-6cc7d504 {
        font-size: 22px;
    }

    .tbex-product-img-6cc7d504,
    .tbex-product-img-placeholder-6cc7d504 {
        height: 130px;
    }
}

/* Tablet Portrait */
@media (max-width: 991px) {
    .tbex-hero-inner-6cc7d504 {
        flex-direction: column;
        text-align: center;
    }

    .tbex-content-col-6cc7d504 {
        order: 1;
    }

    .tbex-products-col-6cc7d504 {
        order: 2;
        flex: none;
    }

    .tbex-desc-6cc7d504 {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .tbex-features-row-6cc7d504 {
        justify-content: center;
    }

    .tbex-cta-area-6cc7d504 {
        align-items: center;
    }

    .tbex-products-stack-6cc7d504 {
        width: 260px;
        height: 360px;
    }

    .tbex-product-card-6cc7d504 {
        width: 220px;
    }

    .tbex-product-card-6cc7d504.tbex-product-card-offset-6cc7d504 {
        top: 80px;
        right: 60px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .tbex-hero-6cc7d504 {
        padding: 24px 16px;
    }

    .tbex-hero-inner-6cc7d504 {
        flex-direction: column;
        gap: 24px;
        text-align: right;
    }

    .tbex-content-col-6cc7d504 {
        order: 1;
    }

    .tbex-products-col-6cc7d504 {
        order: 2;
        flex: none;
        width: 100%;
    }

    .tbex-badge-6cc7d504 {
        font-size: 12px;
        padding: 6px 14px;
    }

    .tbex-title-6cc7d504 {
        font-size: 26px;
        line-height: 1.4;
        word-break: keep-all;
        overflow-wrap: break-word;
    }

    .tbex-desc-6cc7d504 {
        font-size: 14px;
        max-width: 100%;
    }

    .tbex-features-row-6cc7d504 {
        flex-direction: column;
        gap: 8px;
    }

    .tbex-feature-box-6cc7d504 {
        width: 100%;
        justify-content: center;
    }

    .tbex-timer-wrap-6cc7d504 {
        padding: 16px;
    }

    .tbex-timer-boxes-6cc7d504 {
        gap: 8px;
    }

    .tbex-timer-num-6cc7d504 {
        font-size: 20px;
        padding: 8px 0;
    }

    .tbex-timer-unit-6cc7d504 {
        font-size: 10px;
    }

    .tbex-cta-btn-6cc7d504 {
        width: 100%;
        justify-content: center;
        padding: 14px 24px;
        font-size: 16px;
    }

    .tbex-cta-area-6cc7d504 {
        width: 100%;
        align-items: stretch;
    }

    .tbex-cta-subtext-6cc7d504 {
        justify-content: center;
    }

    .tbex-products-stack-6cc7d504 {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 16px;
    }

    .tbex-product-card-6cc7d504 {
        position: relative;
        width: 100%;
        max-width: 280px;
        top: auto !important;
        right: auto !important;
    }

    .tbex-product-card-6cc7d504.tbex-product-card-offset-6cc7d504 {
        top: auto !important;
        right: auto !important;
    }

    .tbex-product-img-6cc7d504,
    .tbex-product-img-placeholder-6cc7d504 {
        height: 180px;
    }
}

/* Small Mobile */
@media (max-width: 400px) {
    .tbex-title-6cc7d504 {
        font-size: 22px;
    }

    .tbex-timer-num-6cc7d504 {
        font-size: 18px;
    }

    .tbex-cta-btn-6cc7d504 {
        font-size: 14px;
        padding: 12px 16px;
    }
}
