/*====================================================

NEXORUN CMS

File :
category-header.css

Version :
1.0

Description :

استایل هدر اختصاصی دسته بندی محصولات

شامل:

✓ Banner
✓ Overlay
✓ Breadcrumb
✓ SEO Prefix
✓ Intro
✓ Product Counter

====================================================*/


/*====================================================
Container
====================================================*/

.nx-category-header{

margin-bottom:60px;

}


/*====================================================
Banner
====================================================*/

.nx-category-banner{

position:relative;

width:100%;

height:340px;

overflow:hidden;

border-radius:22px;

}


.nx-category-banner img{

width:100%;

height:100%;

object-fit:cover;

display:block;

}


/*====================================================
Overlay
====================================================*/

.nx-category-overlay{

position:absolute;

top:0;

left:0;

width:100%;

height:100%;

display:flex;

align-items:center;

background:

linear-gradient(

90deg,

rgba(8,18,30,.92),

rgba(8,18,30,.55)

);

}


/*====================================================
Breadcrumb
====================================================*/

.nx-category-breadcrumb{

display:flex;

gap:10px;

flex-wrap:wrap;

margin-bottom:20px;

font-size:15px;

}


.nx-category-breadcrumb a{

color:#7bd6ff;

font-weight:600;

}


.nx-category-breadcrumb span{

opacity:.55;

color:#fff;

}


.nx-category-breadcrumb strong{

color:#fff;

}


/*====================================================
SEO Prefix
====================================================*/

.nx-category-prefix{

display:inline-block;

padding:8px 18px;

margin-bottom:18px;

background:#00bfff;

color:#061018;

font-weight:700;

border-radius:40px;

font-size:14px;

}


/*====================================================
Title
====================================================*/

.nx-category-title{

margin:0;

margin-bottom:18px;

font-size:42px;

font-weight:800;

color:#fff;

}


/*====================================================
Intro
====================================================*/

.nx-category-intro{

max-width:720px;

font-size:18px;

line-height:2;

color:#d8e3ee;

margin-bottom:24px;

}


/*====================================================
Counter
====================================================*/

.nx-category-counter{

display:inline-block;

padding:12px 22px;

border-radius:14px;

background:rgba(255,255,255,.08);

backdrop-filter:blur(6px);

color:#fff;

font-size:15px;

font-weight:600;

}


.nx-category-counter strong{

color:#38d9ff;

font-size:18px;

}


/*====================================================
Responsive
====================================================*/

@media(max-width:991px){

.nx-category-banner{

height:250px;

}

.nx-category-title{

font-size:30px;

}

.nx-category-intro{

font-size:16px;

}

}

@media(max-width:768px){

.nx-category-banner{

height:210px;

border-radius:14px;

}

.nx-category-overlay{

padding:20px;

}

.nx-category-title{

font-size:24px;

}

.nx-category-prefix{

font-size:12px;

padding:6px 14px;

}

.nx-category-counter{

padding:10px 16px;

font-size:14px;

}

}