/* Page Header */
.tp-page-header {
    padding: 100px 0;
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
}

.tp-page-header__bg {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 440px;
    z-index: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.7)), var(--category-bg-image, url('/frontend/img/category-default.jpg'));
}

.tp-page-header__title {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1rem;
    position: relative;
    z-index: 1;
}

.tp-page-header__desc {
    font-size: 1.1rem;
    line-height: 1.6;
    position: relative;
    z-index: 1;
    max-width: 700px;
    margin: 0 auto;
}

.tp-page-header .breadcrumb {
    position: relative;
    z-index: 1;
}

.tp-page-header .breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255,255,255,0.5);
}

/* Shop Widget */
.tp-shop-widget {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.tp-shop-widget__title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    color: var(--tp-common-black);
}

.tp-shop-widget__price {
    padding: 10px 0;
}

.tp-shop-widget__price-input {
    gap: 10px;
    margin-top: 15px;
}

.tp-shop-widget__price-input-field {
    width: 100px;
    height: 40px;
    padding: 0 10px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    font-size: 14px;
}

.tp-shop-widget__price-input-divider {
    font-size: 16px;
    color: #666;
}

.tp-shop-widget__price-btn {
    width: 100%;
    height: 44px;
    background: var(--tp-theme-primary);
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.3s;
}

.tp-shop-widget__price-btn:hover {
    background: var(--tp-theme-secondary);
}

/* Price Range Slider Customization */
.noUi-target {
    height: 4px;
    border: none;
    background: #e5e5e5;
    box-shadow: none;
}

.noUi-handle {
    width: 18px !important;
    height: 18px !important;
    right: -9px !important;
    top: -7px !important;
    cursor: pointer;
}

.noUi-handle::before,
.noUi-handle::after {
    display: none;
}

/* Sort Section Styles */
.tp-shop-top {
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    margin-bottom: 30px;
}

.tp-shop-top__sort-select {
    min-width: 200px;
    height: 40px;
    padding: 0 15px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    font-size: 14px;
    color: #666;
    background: #fff;
}
