.cr-nav {
    background: #fff;
    border-bottom: 1px solid #e0e0e0;
    padding: 12px 0;
}

.cr-nav .navbar-brand,
.cr-nav .nav-link {
    color: var(--primary-color) !important;
    font-weight: 700;
}

.cr-hero {
    padding: 60px 0 40px;
    background: #fff;
}

.cr-breadcrumb {
    color: #0d6efd;
    font-size: 13px;
    margin-bottom: 20px;
}

.cr-title {
    color: #0d6efd;
    font-weight: 700;
    font-size: 38px;
    margin: 0;
}

/* Slider blocks */
.cr-blocks-wrap {
    padding-bottom: 80px;
}

.cr-block {
    background: #f8fbff;
    padding: 60px 0;
    margin-bottom: 30px;
}

.cr-head {
    color: #0d6efd;
    font-weight: 700;
    font-size: 28px;
    line-height: 1.3;
    margin-bottom: 0;
}

.cr-navbtn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #8ab0ff;
    color: #0d6efd;
    background: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    transition: all 0.2s;
    outline: none;
}

.cr-navbtn:hover {
    background: #eef5ff;
}

.cr-view-all {
    color: #0d6efd;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}

.cr-view-all i {
    font-size: 12px;
}

.cr-viewport {
    overflow: hidden;
    padding-bottom: 10px;
}

.cr-track {
    display: flex;
    gap: 20px;
    transition: transform 350ms ease;
}

.cr-card {
    min-width: 280px;
    background: #fff;
    border: none;
    border-radius: 0;
    display: flex;
    flex-direction: column;
}

.cr-card-top {
    height: 260px;
    background: #F2F8FF;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cr-card-heart {
    position: absolute;
    top: 20px;
    left: 20px;
    color: #0d6efd;
    font-size: 18px;
    cursor: pointer;
}

.cr-card-img {
    width: 150px;
    height: 150px;
    object-fit: contain;
    opacity: 0.6;
}

.cr-card-body {
    padding: 24px 0;
    text-align: left;
    background: #fff;
}

.cr-name {
    color: #0d6efd;
    font-weight: 700;
    font-size: 18px;
    margin: 0 0 12px;
}

.cr-price {
    color: #0d6efd;
    font-weight: 700;
    font-size: 15px;
}

@media (max-width: 991px) {
    .cr-head {
        font-size: 24px;
    }
}