/*
==========================================
ITIYAADI COLLECTIONS
Shopflux Premium UI
==========================================
*/

.itiyaadi-collection-grid{
    display:flex;
    flex-direction:column;
    gap:30px;
    width:100%;
}

/* ==========================================
   Card
========================================== */

.itiyaadi-card{

    display:flex;
    align-items:center;
    justify-content:space-between;

    gap:20px;

    padding:30px 20px;

    background:#ffffff;

    box-shadow:0 0 0 1px #f0eeec;

    transition:.35s ease;

}

.itiyaadi-card:hover{

    transform:translateY(-3px);

    box-shadow:0 15px 35px rgba(0,0,0,.06);

}

/* ==========================================
Image
========================================== */

.itiyaadi-image{

    flex:0 0 60%;
    max-width:60%;

    overflow:hidden;

    position:relative;

    background:#f7f5f3;

}

.itiyaadi-image a{

    display:block;

}

.itiyaadi-image img{

    width:100%;

    display:block;

    transition:.45s;

}

.itiyaadi-card:hover img{

    transform:scale(1.03);

}

/* ==========================================
Content
========================================== */

.itiyaadi-content{

    flex:0 0 calc(40% - 20px);
    max-width:calc(40% - 20px);

}

/* ==========================================
Title
========================================== */

.itiyaadi-title{

    margin:0 0 12px;

    font-size:28px;

    line-height:1.2;

    font-weight:300;

    color:#2d2d2d;

    font-family:Poppins,sans-serif;

}

.itiyaadi-title a{

    color:#2d2d2d;

    text-decoration:none;

    transition:.3s;

}

.itiyaadi-title a:hover{

    color:#B48C78;

}

/* ==========================================
Subtitle
========================================== */

.itiyaadi-subtitle{

    margin-bottom:18px;

    color:#B48C78;

    font-size:13px;

    font-weight:500;

    text-transform:uppercase;

    letter-spacing:2px;

}

/* ==========================================
Description
========================================== */

.itiyaadi-description{

    font-size:15px;

    line-height:1.9;

    color:#666;

    margin-bottom:28px;

}

/* ==========================================
Button
========================================== */

.itiyaadi-btn{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    min-width:180px;

    height:48px;

    border:1px solid #B48C78;

    color:#B48C78;

    text-decoration:none;

    font-size:14px;

    font-weight:500;

    letter-spacing:.5px;

    transition:.35s;

}

.itiyaadi-btn:hover{

    background:#B48C78;

    color:#fff;

}

/* ==========================================
Section Spacing
========================================== */

.itiyaadi-collection-grid .itiyaadi-card:last-child{

    margin-bottom:0;

}

/* ==========================================
Responsive
========================================== */

@media(max-width:991px){

    .itiyaadi-card{

        flex-direction:column;

        padding:20px;

    }

    .itiyaadi-image{

        flex:0 0 100%;

        max-width:100%;

        width:100%;

    }

    .itiyaadi-content{

        flex:0 0 100%;

        max-width:100%;

        width:100%;

    }

    .itiyaadi-title{

        font-size:24px;

    }

}

@media(max-width:767px){

    .itiyaadi-card{

        padding:15px;

        gap:15px;

    }

    .itiyaadi-title{

        font-size:20px;

    }

    .itiyaadi-description{

        font-size:14px;

        line-height:1.8;

    }

    .itiyaadi-btn{

        width:100%;

    }

}


/*
==================================================
SINGLE COLLECTION
==================================================
*/

.itiyaadi-single-collection{
    padding:0px;
}

.itiyaadi-single-collection .itiyaadi-card{
    display:flex;
    flex-direction:column;
    align-items:center;
    text-align:center;
    padding:0;
    background:none;
    box-shadow:none;
    margin:0 auto;
    max-width:900px;
}
.itiyaadi-single-collection .itiyaadi-card:hover{
    transform:none;
    box-shadow:none;
}
.itiyaadi-single-collection .itiyaadi-title{
    margin:0px;
    font-size:40px;
    line-height:1.2;
    font-weight:300;
    color:#222;
    font-family:Poppins,sans-serif;
}
.itiyaadi-single-collection .itiyaadi-subtitle{
    margin-bottom:0px;
    color:#B48C78;
    text-transform:uppercase;
    letter-spacing:2px;
    font-size:14px;
    font-weight:500;
}

.itiyaadi-single-collection .itiyaadi-image{
    width:100%;
    max-width:700px;
    margin:0 auto 30px;
    background:#f7f5f3;
}

.itiyaadi-single-collection .itiyaadi-image img{
    width:100%;
    height:auto;
    display:block;
    object-fit:cover;
}

.itiyaadi-single-collection .itiyaadi-description{
    max-width:700px;
    margin:0 auto;
    font-size:15px;
    line-height:1.9;
    color:#666;
}

.itiyaadi-single-collection .itiyaadi-description p{
    margin-bottom:18px;
}

.itiyaadi-single-collection .itiyaadi-description ul{
    margin:20px 0;
    padding-left:18px;
    text-align:left;
}

.itiyaadi-single-collection .itiyaadi-description li{
    margin-bottom:10px;
}

/*
==================================================
SHOP THIS COLLECTION
==================================================
*/

.itiyaadi-products{
    padding:70px 0 80px;
    clear:both;
}

.itiyaadi-products-title{
    text-align:center;
    margin:0 0 10px;
    font-size:34px;
    line-height:1.2;
    font-weight:300;
    color:#222;
    font-family:Poppins,sans-serif;
}

/* ==========================================
Toolbar: result count + sort dropdown
========================================== */

.itiyaadi-products-toolbar{
    display:flex;
    align-items:center;
    justify-content:space-between;
    flex-wrap:wrap;
    gap:15px;

    margin:0 0 35px;
    padding-bottom:20px;

    border-bottom:1px solid #eee;
}

.itiyaadi-result-count{
    font-size:14px;
    color:#777;
    margin:0;
}

.itiyaadi-ordering{
    margin:0;
}

.itiyaadi-ordering select{
    height:44px;
    padding:0 40px 0 16px;
    border:1px solid #ddd;
    background:#fff;
    color:#444;
    font-size:14px;
    cursor:pointer;
    -webkit-appearance:none;
    appearance:none;
    background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%23B48C78'/%3E%3C/svg%3E");
    background-repeat:no-repeat;
    background-position:right 16px center;
    transition:.3s;
}

.itiyaadi-ordering select:focus{
    outline:none;
    border-color:#B48C78;
}

/*
==================================================
USE WOOSTIFY PRODUCT GRID
==================================================
*/

.itiyaadi-products ul.products{
    margin:0;
}

.itiyaadi-products ul.products li.product{
    margin-bottom:40px;
}

/* Fallback safety net: keep image zoom contained, card size fixed,
   in case theme hover CSS doesn't fully pick up the woocommerce-page
   body class added in includes/product-collection.php */
.itiyaadi-products ul.products li.product a img{
    transition:transform .4s ease;
}

/*
==================================================
PAGINATION
==================================================
*/

.woocommerce-pagination{
    margin-top:50px;
    text-align:center;
}

.woocommerce-pagination .page-numbers{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:44px;
    height:44px;
    margin:0 5px;
    border:1px solid #ddd;
    color:#444;
    text-decoration:none;
    transition:.3s;
}

.woocommerce-pagination .page-numbers.current,
.woocommerce-pagination .page-numbers:hover{
    background:#B48C78;
    border-color:#B48C78;
    color:#fff;
}

/*
==================================================
EMPTY MESSAGE
==================================================
*/

.woocommerce-info{
    text-align:center;
    padding:20px;
    border:1px solid #eee;
    background:#fafafa;
    color:#555;
}

/*
==================================================
TABLET
==================================================
*/

@media(max-width:991px){

    .itiyaadi-single-collection{
        padding:40px 0;
    }

    .itiyaadi-single-collection .itiyaadi-title{
        font-size:30px;
    }

}

/*
==================================================
MOBILE
==================================================
*/

@media(max-width:767px){

    .itiyaadi-single-collection{
        padding:30px 0;
    }

    .itiyaadi-single-collection .itiyaadi-title{
        font-size:24px;
    }

    .itiyaadi-single-collection .itiyaadi-subtitle{
        font-size:13px;
        letter-spacing:1px;
    }

    .itiyaadi-single-collection .itiyaadi-description{
        font-size:14px;
        line-height:1.8;
    }

    .itiyaadi-products{
        padding:50px 0;
    }

    .itiyaadi-products-title{
        font-size:26px;
        margin-bottom:20px;
    }

    .itiyaadi-products-toolbar{
        flex-direction:column;
        align-items:flex-start;
    }

    .itiyaadi-ordering select{
        width:100%;
    }

    .woocommerce-pagination .page-numbers{
        min-width:38px;
        height:38px;
        font-size:14px;
    }

}