#hero {
    /* background: linear-gradient(#e66a74, #be2742); */
    background: #1a218c;
    padding: 120px 0;
}

.hero_content {
    position: relative;
}

.hero_content h1 {
    font-family: var(--primary-font);
    font-size: 3.5em;
    font-weight: 700;
    color: white;
    text-align: center;
    margin-bottom: 0;
}

.hero_left_shape,
.hero_right_shape {
    position: absolute;
    width: 120px;
}

.hero_left_shape img,
.hero_right_shape img {
    width: 100%;
}

.hero_left_shape {
    top: 30px;
    left: 0;
}

.hero_right_shape {
    bottom: 30px;
    right: 0;
}

@media screen and (max-width: 990px) {
    .hero_content h1 {
        font-size: 2.6em;
    }

    .hero_left_shape,
    .hero_right_shape {
        display: none;
    }
}

.breadcrumb {
    display: flex;
    align-items: center;
    padding: 20px 0px 0px 0px;
    background-color: transparent;
    margin: 0;
}

.breadcrumb span {
    font-size: 18px;
    margin: 0px 10px;
}

.breadcrumb .breadcrumb-item a {
    font-size: 18px !important;
    font-weight: 500;
    font-family: var(--primary-font);
    color: #495057;
}

.breadcrumb-item.active {
    font-size: 18px !important;
    font-weight: 500;
    font-family: var(--primary-font);
    color: var(--accent-2);
}

/* Hero End */

/* Product Start */

#product {
    padding: 60px 0 !important;
}

#product .card {
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
}

#product .header {
    text-align: center;
    margin-bottom: 50px;
}

#product .header h1 span {
    font-size: 34px;
    font-family: var(--primary-font) !important;
    color: var(--accent-2);
    border-bottom: 3px solid var(--accent-2);
}

#product .card:hover .card-img-top img {
    transform: scale(1.1);
}

#product .card-img-top {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 100%;
    object-fit: cover;
    background-size: cover;
    overflow: hidden;
}

#product .card-img-top img {
    width: 100%;
    transition: transform 0.3s;
    object-fit: contain;
}

#product .card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px !important;
}

#product .card-body h6 {
    font-size: 16px;
    font-family: var(--primary-font);
    color: var(--secondary-color);
    font-weight: bold;
    margin-bottom: 0px;
}

#product .card-body .price {
    color: #1a218c;
    font-weight: bold;
    font-size: 18px;
}

#product .card-text {
    margin-bottom: 0px;
    display: block !important;
}

#product .price-old {
    color: #6c757d;
    text-decoration: line-through;
    margin-right: 5px;
}

#product .page-item:not(:first-child) .page-link {
    margin-left: -1px;
}

#product .page-link {
    font-size: 16px;
    font-family: var(--primary-font);
    padding: 0.375rem 0.75rem;
}

#product .page-link:hover {
    background: var(--bg);
    color: var(--secondary-color);
}

#product .page-link {
    position: relative;
    display: block;
    color: #80838b;
    background-color: var(--white);
    border: 1px solid #e2e5e8;
    -webkit-transition: color 0.15s ease-in-out,
        background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
}

#product .noUi-target {
    margin: 45px 10px 20px 5px;
}

#product .noUi-connect {
    background: #1a218c;
}

#product .noUi-tooltip {
    font-size: 12px;
    background: var(--accent-2);
    color: var(--white);
    border-radius: 6px;
    font-family: var(--primary-font);
    padding: 3px;
}

#product .filter-section {
    background: var(--white);
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

#product .filter-section p {
    margin: 10px 0;
    font-size: 16px;
    font-family: var(--secondary-font);
}

#product .btn-primary {
    display: inline-block;
    font-size: 14px;
    font-family: var(--primary-font);
    font-weight: 500;
    padding: 4px 20px;
    background-color: #1a218c;
    border-color: #1a218c;
}

#product .btn-primary:hover {
    background-color: var(--accent-1);
    border-color: var(--accent-1);
}

#product .card-icons {
    margin-top: -3px;
    margin-bottom: 10px;
}

#product .card-icons button {
    width: 100%;
    display: block;
    text-align: center;
    background: var(--secondary-color);
    font-family: var(--primary-font);
    color: black;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 0px;
    border-radius: 8px;
    transition: 0.4s;
}

#product .card-icons button:hover {
    background: #1a218c;
    color: var(--white);
}

#product .view-more-container {
    text-align: center;
}

#product .view-more-btn {
    font-size: 18px;
    font-family: var(--primary-font);
    background: #1a218c;
    color: var(--white);
    padding: 8px 10px;
    border-radius: 6px;
    transition: 0.4s;
}

/* #product .view-more-btn:hover {
    background: var(--accent-1);
    border:1px solid #1a218c;
    color:black;
} */

@media (max-width: 992px) {
    .col-lg-8 {
        margin-top: 30px !important;
    }

    #product .breadcrumb {
        margin-bottom: 0px;
    }

    #product .select-wrapper {
        gap: 20px;
    }
}

@media (max-width: 768px) {
    #product .card-img-top {
        height: 200px;
        width: 100%;
    }

    #product .header h1 span {
        font-size: 26px;
    }
}

@media (max-width: 576px) {
    #product .card-img-top {
        height: 150px;
    }

    #product .col-6 {
        width: 50%;
    }
}
