.collection-breadcrumb {
    margin-top: 20px;
    font-size: 15px;
    font-weight: 500;
    color: #111;
}

.collection-banner {
    width: 100%;
    height: 400px;
    margin-top: 20px;
    border-radius: 14px;
    background-image: url('../images/page_banners/New-brands_July_02_1.jpg');
    background-size: cover;
    background-position: center;
}

.collection-title {
    font-size: 34px;
    font-weight: 600;
    color: #111;
    margin-top: 30px;
    margin-bottom: 20px;
}

.filter-box {
    width: 100%;
    background: #f3f3f3;
    padding: 18px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.filter-header {
    display: flex;
    justify-content: space-between;
    font-weight: 600;
    color: #111;
}

.filter-toggle {
    background: none;
    border: none;
    cursor: pointer;
}

.price-inputs {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 12px;
}

.price-input {
    display: flex;
    align-items: center;
    background: white;
    border-radius: 8px;
    padding: 6px 10px;
}

.price-input input {
    border: none;
    outline: none;
    width: 60px;
}

.price-separator {
    font-weight: 600;
}

.price-slider {
    width: 100%;
    margin-top: 12px;
}

.custom-checkbox {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 8px;
    font-size: 14px;
}

.custom-checkbox input {
    accent-color: black;
}

.collection-products .product-card {
    width: 100% !important;
    max-width: 100%;
}

.collection-products .product-card img {
    width: 100%;
}

/* Show More Button */
.show-more-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.show-more-btn {
    padding: 12px 28px;
    border-radius: 8px;
    border: none;
    background: #ffd84d;
    color: #111;
    font-weight: 600;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    cursor: pointer;
}

/* Collection Description */
.collection-description {
    margin: 60px auto;
    background: #f5f5f5;
    border-radius: 12px;
    padding: 30px;
}

.collection-desc-title {
    font-size: 28px;
    font-weight: 600;
    color: #111;
}

.collection-desc-text {
    margin-top: 10px;
    font-size: 16px;
    color: #666;
}

/* Why Choose Us */
.why-choose-us {
    margin: 60px 0;
}

.why-title {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
}

.why-box {
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    padding: 20px;
    height: 100%;
}

.why-icon {
    width: 90px;
}

.why-text h4 {
    font-weight: 600;
    font-size: 18px;
}

.why-text p {
    font-size: 14px;
    color: #666;
}