/* ================== Main Banner ================== */
.mainbaner div {
    color: #000000;
    gap: 16px !important;
    order: 3;
}

.mainbaner p {
    order: 2;
}

.mainbaner h2.md\:text-6xl.font-bold.leading-tight.mb-4 {
    margin-bottom: 0;
}

/* ================== Stroke Background ================== */
.is_bg_strock {
    background: #000000;
    color: white;
}

/* ================== Interactive Banner ================== */
.interactivebaner div {
    color: #000000;
  
}

.interactivebaner a.flex.flex-col.md\:justify-center.p-6.inset-0.absolute.h-full.w-full.gap-9 {
    gap: 16px;
}

.interactivebaner h2.lg\:text-title-size.font-bold.leading-tight.mb-4 {
    margin-bottom: 0;
}


/* ================== Favorite Banner ================== */
.favbaner h2.lg\:text-6xl.md\:text-3xl.text-2xl.font-bold.leading-tight.mb-4 {
    margin-bottom: 0;
}

.favbaner .flex.pt-8.sm\:pt-20.inset-0.absolute.h-full.w-full.items-center {
    justify-content: center !important;
    top: 5%;
}

/* ================== Products Offer ================== */
.products___offer .s-count-down-item-value {   
    border-color: #fff !important; 
}

.products___offer .s-count-down-item-value,
.products___offer .s-count-down-item-label { 
    color: #fff !important; 
}

/* ================== Offer Banner ================== */
.offerbaner .data.flex-center.flex-col.gap-4.w-full {
    color: #fff !important;
}

/* ================== Category Button ================== */
.category__button span {
    color: var(--color-secondary);
}

/* ================== Responsive (min-width: 640px) ================== */
@media (min-width: 640px) {
.mainbaner .flex-center.flex-col.p-6.inset-0.absolute.h-full.w-full.gap-9.z-10 {
        align-items: end;
        padding:5rem;
    
    }
}

/* ================== Responsive (max-width: 640px) ================== */
@media (max-width: 640px) {
    .mainbaner div {
    justify-content: flex-start;
     top:20%;
    gap: 4px !important;    
    }


    .interactivebaner div {
        text-align: center;
    }

    .interactivebaner a.flex.flex-col.md\:justify-center.p-6.inset-0.absolute.h-full.w-full.gap-9 {
        gap: 4px;
        align-items: center !important;
    }

    .interactivebaner p.line-clamp-4.description {
        font-size: 12px;
        line-height: 1.5;
    }

    .favbaner .gap-6.flex.flex-col.items-center {
        gap: 4px;
        text-align: center;
    }
}