.h-800p{
    height: 800px;    
}

.rounded-md {
    border-radius: 0rem !important;
}

.border {
    border-width: 0px !important;
}

.tz-card-section-area .border {
    border-width: 1px !important;
}

.b1px, .button-update, .single-item-selected-attr.border {
    border-width: 1px !important;
}

.text-orange-5 {
    background: orange;
    color: #fff;
}

.tz-section-title {
    font-size: 18px;
    font-weight: 900;
}

.dropdown-menu .sort_by a {
    font-size: 10px;
}

.dropdown-menu .sort_by.primary-bg-color a {
    font-size: 10px;
    color: #fff;
}

.mtt-2 {
    margin-top: 0.8rem;
    margin-left: 8px;
    margin-right: 8px;
}

input.border, input#itemSearch {
    border-width: 1px !important;
    border-color: #cdcdcd;
}

/* body content layout */
.bcl {
    max-width: 98% !important;
}

.search-border {
    border-color: #000;
}

.search-border .border-gray-300 {
    border-color: #000;
}

.mobile-footer {
    /*width: 100% !important;*/
}

.justify-content-center {
    justify-content: center;
}

.header-menu-nav li > a {
    font-size: 18px;
}

.text-xs {
    font-size: 1rem;
}

input#itemSearch::placeholder {
    font-size: 16px;
    color: #000;
}

.tmc {
    color: var(--primary-color) !important;
}

.is-visible-menu {
    display: none;
}

span#cart-total-d {
    font-weight: bold !important;
    font-size: 20px;
}

.t-color-black {
    color: #000 !important;
}

.address-tab .selected-tab.is-active {
    background: #DEA3A0;
}

.select2-results__option--highlighted {
    color: #fff !important;
    background-color: var(--primary-color) !important;
}

.fwb {
    font-weight: bold;
}

.bg-yellow-300 {
    background-color: var(--primary-color) !important;
}

.color-red {
    color: #E20020 !important;
}

.hover\:bg-yellow-1:hover {
    background-color: var(--primary-color) !important;
}


/*.absolute.p-6.top-0.right-0.bottom-0.left-0.flex.align-items-center > div {*/
/*    background: rgb(0,0,0,0.3);*/
/*    padding: 10px;*/
/*    border-radius: 5px;*/
/*}*/


/***********************/
/***********************/
/***********************/
/***********************/
/***********************/
/***********************/


.sale-banner {
    position: relative;
    width: 100%;
    height: 80vh;
    background: url('../img/modren-style.jpg') center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #fff;
    text-align: left;
    padding: 0 5%;
}

.banner-content {
    max-width: 600px;
    background: rgba(0, 0, 0, 0.4);
    padding: 30px;
    border-radius: 8px;
}

.banner-subtitle {
    font-size: 0.9rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.banner-title {
    font-size: 3rem;
    margin-bottom: 10px;
    font-weight: 600;
}

.banner-text {
    font-size: 1rem;
    margin-bottom: 25px;
}

.countdown {
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
}

.countdown div {
    text-align: center;
}

.countdown span {
    display: block;
    font-size: 1.5rem;
    font-weight: bold;
}

.shop-btn {
    background: var(--primary-color) !important;
    color: #fff;
    text-decoration: none;
    padding: 12px 30px;
    border-radius: 4px;
    font-weight: 500;
    transition: 0.3s ease;
}

.shop-btn:hover {
    background: var(--primary-color) !important;
}

/* Responsive */
@media (max-width: 768px) {
    .sale-banner {
        height: 60vh;
        justify-content: center;
        text-align: center;
    }

    .banner-content {
        background: rgba(0, 0, 0, 0.5);
    }

    .banner-title {
        font-size: 2rem;
    }

    .countdown {
        justify-content: center;
    }
}


/***********************/
/***********************/
/***********************/
/***********************/
/***********************/
/***********************/

.category-swiper {
    width: 100%;
    padding: 5px 0;
    position: relative;
    direction: ltr;
}

.category-slide {
    text-align: center;
}

.category-slide img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 1px solid #eee;
    object-fit: cover;
    margin: 0 auto 10px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.category-slide img:hover {
    transform: scale(1.1);
    border-color: var(--primary-color) !important;
}

.bg-yellow-400 {
    background-color: var(--primary-color) !important;
    color: #fff;
}

.hover\:bg-yellow-400:hover {
    background-color: var(--primary-color) !important;
}

.category-slide h4 {
    font-size: 15px;
    font-weight: 600;
    color: #222;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/* Navigation arrows */
.category-swiper-button-next,
.category-swiper-button-prev {
    color: #000;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 15;
    cursor: pointer;
    transition: all 0.3s ease;
}


.category-swiper-button-next:hover,
.category-swiper-button-prev:hover {
    background: var(--primary-color) !important;
    color: #fff;
}

/* Arabic RTL layout — flipped arrows */
.category-swiper-button-next {
    left: 10px; /* inside viewport now */
}

.category-swiper-button-prev {
    right: 10px; /* inside viewport now */
}

/* Responsive breakpoints */
@media (max-width: 1200px) {
    .category-slide img {
        width: 90px;
        height: 90px;
    }
}

@media (max-width: 992px) {
    .category-slide img {
        width: 80px;
        height: 80px;
    }
}

@media (max-width: 768px) {
    .category-swiper-button-next,
    .category-swiper-button-prev {
        display: none;
    }

    .category-slide img {
        width: 70px;
        height: 70px;
    }
}

@media (max-width: 480px) {
    .category-slide img {
        width: 60px;
        height: 60px;
    }
}


/*********************************/
/*********************************/
/*********************************/
/*********************************/


/*********************************/
/*********************************/
/*********************************/
/*********************************/
/*********************************/
/*********************************/
/*********************************/


/* --- Tezayyan Checkout Styles --- */
.tezayyan-checkout-right {
    flex: 0 0 360px;
    background: #fafafa;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #eee;
    height: fit-content;
}

/* --- Tezayyan Product Item --- */
.tezayyan-product-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 14px;
    border-radius: 5px;
    position: relative;
    margin-bottom: 3px;
}

.tezayyan-product-image-wrapper {
    position: relative;
    flex-shrink: 0;
}

.tezayyan-product-image-wrapper img {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    object-fit: cover;
    border: 1px solid #e5e5e5;
}

/* Quantity badge */
.tezayyan-qty-badge {
    position: absolute;
    top: -6px;
    left: -6px;
    background: #000;
    color: #fff;
    font-size: 0.7rem;
    font-weight: 600;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Product Info */
.tezayyan-product-info {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.tezayyan-product-name {
    font-size: 0.85rem;
    font-weight: 500;
    margin: 0;
    color: #000;
}

.tezayyan-product-name a {
    color: inherit;
    text-decoration: none;
}

.tezayyan-product-price {
    font-size: 0.9rem;
    font-weight: bold;
    white-space: nowrap;
}

/* Responsive */
@media (max-width: 600px) {
    .tezayyan-product-item {
        flex-direction: row;
        align-items: flex-start;
    }

    .tezayyan-product-image-wrapper img {
        width: 50px;
        height: 50px;
    }

    .tezayyan-product-name {
        font-size: 0.9rem;
    }

    .tezayyan-product-price {
        font-size: 0.85rem;
    }
}


/*********************************/
/*********************************/
/*********************************/
/*********************************/
/*********************************/
/*********************************/
/*********************************/


/* ========== Extra Small Devices (Phones) ========== */
/* Portrait phones - less than 576px */
@media (max-width: 575.98px) {
    /* CSS for phones (320px – 575px) */
}

/* ========== Small Devices (Landscape Phones) ========== */
/* Small devices - 576px and up */
@media (min-width: 576px) and (max-width: 767.98px) {
    /* CSS for small phones and small tablets */
}

/* ========== Medium Devices (Tablets) ========== */
/* Medium devices - 768px and up */
@media (min-width: 768px) and (max-width: 991.98px) {
    /* CSS for tablets (iPad portrait/landscape) */
}

/* ========== Large Devices (Laptops / Small Desktops) ========== */
/* Large devices - 992px and up */
@media (min-width: 992px) and (max-width: 1199.98px) {
    /* CSS for laptops and small desktops */
}

/* ========== Extra Large Devices (Desktops) ========== */
/* Extra large devices - 1200px and up */
@media (min-width: 1200px) and (max-width: 1399.98px) {
    /* CSS for large desktops */
}

/* ========== Extra Extra Large Devices (4K / Large Screens) ========== */
/* XXL devices - 1400px and up */
@media (min-width: 1400px) {
    /* CSS for 4K and ultra-wide screens */
}
