body {
    font-family: "Raleway", serif !important;
    font-optical-sizing: auto !important;
    font-style: normal !important;
    color: #282F41 !important;
    max-width: 100%;
}
header {
    background-color: rgba(255,255,255,0.8);
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9;
}
.main-background {
    background-color: #f8faff;
    overflow-x: hidden;
}
.navbar .nav-link.active,
.navbar .nav-link.text-danger {
    font-weight: 600;
}
.btn-outline-dark {
    border-radius: 999px;
}
.btn-dark {
    border-radius: 999px;
}
.min-vh-99 {
    min-height: 99vh !important;
}
footer {
    background-color: #1f2937;
    margin-bottom: -13px;
    color: #fff;
}
footer h5 {
    font-size: 1rem;
}
footer a {
    color: #d1d5db;
    font-size: 0.9rem;
    text-decoration: none;
}
footer a:hover {
    text-decoration: underline;
}
.footer-bottom {
    font-size: 12px;
}
.footer-icons i {
    margin-right: 10px;
}
.person-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url("/images/buyer-v2/person-icon.svg");
    background-repeat: no-repeat;
    vertical-align: bottom;
}

.person-icon-1 {
    display: inline-block;
    width: 33px;
    height: 33px;
    background-image: url("/images/buyer-v2/person-icon-1.svg");
    background-repeat: no-repeat;
    vertical-align: middle;
}

.shopping-cart-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url("/images/buyer-v2/shopping-cart-icon.svg");
    background-repeat: no-repeat;
    vertical-align: bottom;
}

.love-flower {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url("/images/buyer-v2/love-flower.svg");
    background-repeat: no-repeat;
    vertical-align: bottom;
}

.review-star-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-bottom: 3px;
    background-image: url("/images/buyer-v2/review_star_icon.svg");
    background-repeat: no-repeat;
    vertical-align: bottom;
}

.nav-link {
    color: #1b1c2e !important;
    font-weight: 600 !important;
    padding: .5rem !important;
}

.nav-link:hover {
    background-color: #fff;
    border-radius: 10px 10px 0 0;
}

.nav-link.sale {
    color: #dc3545 !important;
    font-weight: bold !important;
}

.btn-signup {
    background-color: #1b1c2e;
    color: white;
    border-radius: 50px;
    padding: 0.375rem 1rem;
}

@media (max-width: 768px) {
    .desktop-only {
        display: none !important;
    }

    header {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}

.mobile-collapse {
    top: 0;
    left: 0;
    bottom: 0;
    position: fixed;
    background: #fff;
    width: 100%;
    z-index: 999;
}
@media (min-width: 769px) {
    .mobile-collapse {
        display: none !important;
    }
    /*.desktop-only {*/
    /*    display: flex !important;*/
    /*}*/

    header {
        padding-right: 5rem;
        padding-left: 5rem;
    }
}
[aria-expanded="true"] .fa-chevron-down {
    transform: rotate(180deg);
}
.left-0 {
    left: 0;
}
.categories-dropdown {
    position: relative;
}
.categories-dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    padding: 16px 0;
    z-index: 1050;
}
.categories-dropdown:hover .categories-dropdown-menu,
.categories-dropdown:focus-within .categories-dropdown-menu {
    display: block;
}
.categories-dropdown-menu li {
    list-style: none;
}

.categories-dropdown-menu a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 8px 0 8px;
    color: #282F41;
    font-weight: 500;
    font-size: 16px;
    text-decoration: none;
    border-radius: 8px;
    transition: background 0.2s;
    white-space: nowrap;
}

.category-menu a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 8px 0 8px;
    color: #282F41;
    font-weight: 500;
    font-size: 16px;
    text-decoration: none;
    border-radius: 8px;
    transition: background 0.2s;
}

.categories-dropdown-menu a:hover {
    background: #fff;
    color: #CA3A5E;
}

.btn-outline-dark:hover i{
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(271deg) brightness(106%) contrast(101%);
}

.lighting-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url("/images/buyer-v2/industrial-lighting-icon.svg");
    background-repeat: no-repeat;
    cursor: pointer;
}

.home-decor-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url("/images/buyer-v2/home-decor-icon.svg");
    background-repeat: no-repeat;
    cursor: pointer;
}

.bed-and-bath-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url("/images/buyer-v2/bed-and-bath-icon.svg");
    background-repeat: no-repeat;
    cursor: pointer;
}

.outdoor-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url("/images/buyer-v2/outdoor-icon.svg");
    background-repeat: no-repeat;
    cursor: pointer;
}

.living-room-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url("/images/buyer-v2/living-room-icon.svg");
    background-repeat: no-repeat;
    cursor: pointer;
}

.organization-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url("/images/buyer-v2/organisation-icon.svg");
    background-repeat: no-repeat;
    cursor: pointer;
}

.kitchen-and-dining-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url("/images/buyer-v2/kitchen-and-dining-icon.svg");
    background-repeat: no-repeat;
    cursor: pointer;
}

.office-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url("/images/buyer-v2/office-icon.svg");
    background-repeat: no-repeat;
    cursor: pointer;
}

.outdoor-handling-lights-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url("/images/buyer-v2/outdoor-handling-lights-icon.svg");
    background-repeat: no-repeat;
    cursor: pointer;
}

.industrial-lighting-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url("/images/buyer-v2/industrial-lighting-icon.svg");
    background-repeat: no-repeat;
    cursor: pointer;
}

.facebook-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url("/images/buyer-v2/facebook-icon.svg");
    background-repeat: no-repeat;
    cursor: pointer;
}

.twitter-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url("/images/buyer-v2/twitter-icon.svg");
    background-repeat: no-repeat;
    cursor: pointer;
}

.linkedin-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url("/images/buyer-v2/linkedin-icon.svg");
    background-repeat: no-repeat;
    cursor: pointer;
}

.pinterest-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url("/images/buyer-v2/pinterest-icon.svg");
    background-repeat: no-repeat;
    cursor: pointer;
}

.instagram-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url("/images/buyer-v2/instagram-icon.svg");
    background-repeat: no-repeat;
    cursor: pointer;
}

.youtube-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url("/images/buyer-v2/youtube-icon.svg");
    background-repeat: no-repeat;
    cursor: pointer;
}

.visa-icon {
    display: inline-block;
    width: 62px;
    height: 20px;
    background-image: url("/images/buyer-v2/visa-icon.svg");
    background-repeat: no-repeat;
    cursor: pointer;
}

.mastercard-icon {
    display: inline-block;
    width: 32px;
    height: 20px;
    background-image: url("/images/buyer-v2/mastercard-icon.svg");
    background-repeat: no-repeat;
    cursor: pointer;
}

.paypal-icon {
    display: inline-block;
    width: 75px;
    height: 20px;
    background-image: url("/images/buyer-v2/paypal-icon.svg");
    background-repeat: no-repeat;
    cursor: pointer;
}

.venmo-icon {
    display: inline-block;
    width: 87px;
    height: 20px;
    background-image: url("/images/buyer-v2/venmo-icon.svg");
    background-repeat: no-repeat;
    cursor: pointer;
}

.search-icon {
    display: inline-block;
    width: 32px;
    height: 32px;
    background-image: url("/images/buyer-v2/search-icon-1.svg");
    background-repeat: no-repeat;
    cursor: pointer;
}
.search-icon:hover{
    filter: brightness(1.3);
}

.lock-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url("/images/buyer-v2/lock-open-icon.svg");
    background-repeat: no-repeat;
    vertical-align: sub;
}

.gg-lock-icon {
    display: inline-block;
    width: 33px;
    height: 33px;
    background-image: url("/images/buyer-v2/gg_lock-icon.svg");
    background-repeat: no-repeat;
    vertical-align: middle;
}

.sell-icon {
    display: inline-block;
    width: 33px;
    height: 33px;
    background-image: url("/images/buyer-v2/ep_sell-icon.svg");
    background-repeat: no-repeat;
    vertical-align: middle;
}

.gear-icon {
    display: inline-block;
    width: 33px;
    height: 33px;
    background-image: url("/images/buyer-v2/gear-icon.svg");
    background-repeat: no-repeat;
    vertical-align: middle;
}

.market-icon {
    display: inline-block;
    width: 33px;
    height: 33px;
    background-image: url("/images/buyer-v2/market-icon.svg");
    background-repeat: no-repeat;
    vertical-align: middle;
}

.platforms-icon {
    display: inline-block;
    width: 33px;
    height: 33px;
    background-image: url("/images/buyer-v2/platforms-icon.svg");
    background-repeat: no-repeat;
    vertical-align: middle;
}

.view-toggle:hover, .view-toggle:active, .view-toggle:focus {
    outline: 0;
}

.grid-view-icon {
    display: inline-block;
    width: 28px;
    height: 28px;
    background-image: url("/images/buyer-v2/grid-view-icon.svg");
    background-repeat: no-repeat;
    vertical-align: middle;
    background-size: contain;
}

.reorder-icon {
    display: inline-block;
    width: 28px;
    height: 28px;
    background-image: url("/images/buyer-v2/reorder-icon.svg");
    background-repeat: no-repeat;
    vertical-align: middle;
    background-size: contain;
}

.slider-icon {
    display: inline-block;
    width: 26px;
    height: 14px;
    background-image: url("/images/buyer-v2/slider-icon.svg");
    background-repeat: no-repeat;
    vertical-align: middle;
}

.carousel{
    min-height: max-content;
}

/*.carousel-item{
    background: url();
    width: auto;
    min-width: 100%;
    bottom: 0;
    display: block;
    min-height: 65vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}*/

.carousel-caption {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    right: 20%!important;
    left: 20%!important;
}

.carousel-indicators button {
    width: 10px !important;
    height: 10px !important;
    border-radius: 100% !important;
    border: 1px solid white !important;
}

.carousel-caption-headline{
    line-height: 3rem;
    font-size: 2rem;
}

.carousel-caption-headline:first-line {
    font-size: 2.4rem;
    font-weight: 700;
}

.carousel-indicators button:not(.active) {
    background-color: transparent;
}

@media (max-width: 700px) {

}

@media (min-width: 700px) {
    .carousel-item {
        max-height: 60vh;
    }

    .carousel-img {
        width: 100%;
    }

    .carousel-caption {
        width: 50%;
    }
}

.video-fluid {
    width: 100%
}

/* Main Search */
.search-group{

}
.search-group__input{
    padding-top : .7rem!important;
    padding-bottom : .7rem!important;
    text-shadow: 0px 0px #000000a8;
    opacity: .65;
}
.search-group__input.in-focus{
    opacity: 1;
    border-color: #fff!important;
    box-shadow: 0 0 0 .25rem rgba(255, 255, 255, .25)!important;
}
.search-group__btn{
    right: 0;
    margin: 7px;
}
.search-group__dropdown{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    overflow: hidden;
}
.search-group__dropdown.in-focus{
    display: block;
}
.search-group__dropdown .ais-Hits-list {
    padding-right: .5rem;
    padding-left: .5rem;
    list-style-type: none;
    background-color: rgba(255, 255, 255);
    margin: 0 1.3rem;
    max-height: 600px;
    overflow-y: scroll;
}
.ais-Hits-item{
    border-bottom: 1px solid #ddd;
    padding: .25rem;
}
/*.search-group__dropdown.in-focus .search-group__dropdown .ais-Hits-list{
    background-color: rgba(255, 255, 255, 0.95);
}*/
.search-item {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #282F41;
}
.search-item_image{
    min-width: 65px;
}

.search-item__title{
    font-size: .9rem;
    line-height: 1.3rem;
}

@media (max-width: 700px) {
    .search-group__dropdown .ais-Hits-list {
        margin: 0 .75rem;
    }
    .search-item {
        display: flex;
        align-items: center;
        text-decoration: none;
        color: #282F41;
    }
    .search-item__image{
        min-width: 50px;
    }
    .search-item_image img{
        width: 50px;
    }
}

@media (min-width: 700px) {
    .main-header .search-group {
        width: 100%;
    }
    .search-group {
        width: 75%;
    }
}
/* end Main Search */

.end-25 {
    right: 25%;
}

.w-70 {
    width: 70% !important;
}

.btn-outline-pink {
    border: 2px solid #CA3A5E !important;
    color: #CA3A5E !important;
    font-weight: bold !important;
}

.btn-outline-pink:hover {
    background-color: #CA3A5E !important;
    color: #ffffff !important;
}

.btn-pink {
    color:#FFFFFF !important;
    background-color: #CA3A5E !important;
}

.btn-pink:hover {
    background-color: #ffffff !important;
    color: #CA3A5E !important;
}

.text-pink {
    color: #CA3A5E !important;
}

.blured-text {
    filter: blur(5px);
}

.pink-tooltip {
    background-color: #CA3A5E;
    --bs-tooltip-bg: #CA3A5E !important;
    border-radius: 2rem;
}

.main-color {
    color: #282F41;
}

/* Testimonials Section */
.testimonials-section {
    background-color: #f6f8ff;
    padding: 3.375rem 1rem;
}

.testimonial-title {
    font-size: 2.375rem;
}

.testimonial-card {
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    padding: 2rem 4rem;
    height: 100%;
    border: 1px solid #D2D2D2;
}

.testimonial-stars {
    color: #fbbc04;
    font-size: 1rem;
    padding-bottom: 1rem;
}

.testimonial-text {
    font-size: 1.25rem;
    font-weight: 500;
    color: #333;
}

.testimonial-name {
    font-size: 1rem;
    font-weight: 600;
    color: #555;
    margin-top: 1rem;
    display: block;
}

.carousel-indicators {
    justify-content: center;
    margin-top: 2rem;
    position: static;
    gap: 8px;
}

.carousel-indicators [data-bs-target] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: transparent;
    border: 2px solid #CA3A5E;
    opacity: 1;
    transition: background-color 0.3s ease;
}

.carousel-indicators .active {
    background-color: #CA3A5E;
}

/* Footer banner Section */
.banner-section {
    background: linear-gradient(rgba(40, 47, 65, 0.8), rgba(40, 47, 65, 0.8)),
    url('/images/buyer-v2/buyer-footer-banner-bg.jpg') no-repeat center center;
    color: white;
    background-size: cover;
}

.banner-content {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 12px;
}

.banner-heading {
    font-size: 2.625rem;
    font-weight: bold;
}

.banner-subheading {
    font-size: 2.625rem;
}

.btn-rounded {
    margin-top: 1rem;
    padding: 0.5rem 1rem;
    border: none;
    border-radius: 20px;
    background-color: white;
    color: #282F41;
    font-weight: 500;
}

.btn-rounded:hover {
    color: white;
    background-color: #282F41;
}

.categories-cart {
    height: 360px;
}

.min-w-50 {
    min-width: 50%;
}

.min-w-100 {
    min-width: 100%;
}

.background-image-pos {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/* Collections Banner */
.collections__banner{
    min-height: 300px;
    height: 100%;
}

.text-pink {
    color: #CA3A5E !important;
}

.content-block {
    position: relative;
}

.content-block-bg {
    position: absolute;
    height: 350px;
    width: 1000px;
    top: 150px;
    background: url('/images/buyer-v2/logo_without_text_white_rotated.svg') repeat,#FFF9FA;
    z-index: -1;
}

.side-image-block {
    position: relative;
    height: 350px;
    margin-top: 150px;
}
.collections-banner-image-block-left,
.collections-banner-image-block-right,
.image-frame-left,
.image-frame-right
{
    width: 350px;
    height: 350px;
    overflow: hidden;
    position: absolute;
    z-index: 2;
}

.collections-banner-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-frame-left,
.image-frame-right,
.blank-frame-left,
.blank-frame-right {
    background: linear-gradient(to bottom, #2D3648 18.35%, #CA3A5E 74.1%, #E1869D 103.24%);
}

.image-frame-left {
    left: 120px;
}

.image-frame-right {
    right: 120px;
}

.collections-banner-image-block-left {
    left: 100px;
}

.collections-banner-image-block-right {
    right: 100px;
}

.collections-banner-image-block-left,
.image-frame-left,
.blank-area-left,
.blank-frame-left {
    border-radius: 10px 220px 0px 10px;
}

.collections-banner-image-block-right,
.image-frame-right,
.blank-area-right,
.blank-frame-right {
    border-radius: 220px 10px 10px 0px;
}


.blank-area-right,
.blank-area-left {
    position: absolute;
    height: 390px;
    width: 580px;
    z-index: 1;
    margin: 5px;
}

.blank-frame-right,
.blank-frame-left {
    position: absolute;
    height: 400px;
    width: 590px;
    z-index: 1;
    top: -80px;
}

.blank-area-left,
.blank-area-right {
    background-color: #f8faff;
}

.blank-frame-left {
    left: -70px;
}

.blank-frame-right {
    right: -70px;
}

.must-have-text-block {
    padding-top: 80px;
    padding-bottom: 80px;
    /*padding: 80px 0px 80px 40px !important;*/
    background: linear-gradient(to left, #2D3648 45.35%, #CA3A5E 74.1%, #E1869D 103.24%);
    border-radius: 14px;
}

.must-have-banner-block {
    overflow: hidden;
    height: 700px;
    position: relative;
    padding-top: 360px;
    border-radius: 14px;
    margin-top: -20rem;
    z-index: -1;
}

.hr-banner-logo {
    position: absolute;
    z-index: 3;
    bottom: -120px;
    right: 650px;
}

.circle-frame {
    position: absolute;
    background: linear-gradient(to bottom, #2D3648 30.35%, #CA3A5E 74.1%, #E1869D 103.24%);
    height: 790px;
    width: 790px;
    z-index: 1;
    border-radius: 50%;
    bottom:-140px;
    right: 0;
}

.must-have-banner-image-block {
    bottom: -120px;
    right: 20px;
    position: absolute;
    height: 750px;
    width: 750px;
    overflow: hidden;
    border-radius: 50%;
    z-index: 2;
}

.must-have-banner-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.collection-button {
    padding: 10px 20px !important;
    font-size: 20px !important;
    flex: 1;
    align-items: center;
    min-width: 400px;
}

.product-card__image-block{
    width: 100%;
}

.category-product-card__image-block {
    margin-bottom: -25px;
}

.product-card__image{
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
}

.product-card__prices-item{
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.product-card__qty {
    display: none;
}

/* Product List View */
@media (min-width: 576px) {
    .products-container.list .product-wrapper {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .products-container.list .product-card {
        flex-direction: row !important;
        align-items: center;
        width: 100%;
    }

    .products-container.list .product-card img,
    .products-container.list .product-card .product-card__image-block {
        max-width: 140px;
        margin-right: 1rem;
        border-radius: 6px;
    }

    .products-container.list .product-card .product-card__image-block {
        flex: 1 1 0px;
    }

    .products-container.list .product-card .product-card__info {
        flex: 4 1 0px;
    }

    .products-container.list .product-card .product-card__prices {
        flex: 2 1 0px;
        border-left: 2px solid #d2d2d2;
        padding-left: 1.5rem
    }

    .products-container.list .product-card .product-card__prices-item {
        margin-top: .5rem;
        margin-bottom: .5rem;
    }

    .products-container.list .product-card .product-card__qty {
        display: block;
    }
}
@media (max-width: 575px) {
    .products-container.list .product-wrapper {
        max-width: 100%;
        width: 100%;
    }

    .products-container.list .product-card {
        display: block !important;
    }

    .products-container.list .product-card__image-block {
        max-width: 100px;
        width: 25%;
        margin-right: 1rem;
        display: block;
        float: left;
    }

    .products-container.list .product-card__info,
    .products-container.list .product-card__prices {
        width: 100%;
        display: block !important;
    }

    .products-container.list .product-card__info>a {
        padding-top: 0 !important;
        font-size: .8rem !important;
    }
    .products-container.list .product-card__info {
        font-size: .75rem;
        margin-bottom: 0.25rem;
        height: auto !important;
        float: left;
        width: 65%;
    }

    .products-container.list .product-card__prices {
        border-left: none;
        padding-left: 0;
        height: auto !important;
        float: left;
        width: 65%;
    }

    .products-container.list .product-card__prices .product-card__prices-item {
        font-size: .75rem !important;
        margin-top: .25rem;
        margin-bottom: .5em;
    }

    .products-container.list .product-card__prices .btn {
        --bs-btn-padding-y: 0.25rem;
        padding-x: 0.5rem!important;
        --bs-btn-font-size: 0.8rem;;
    }

    .products-container.list .product-card__prices .fs-4{
        font-size: 1rem !important;
    }
}
/* end Product List View */

.button-block {
    display: flex;
}

@media (min-width: 576px) and (max-width: 767px) {
    .product-card__image-block{
        max-width: 35%;
        margin-right: 1rem;
        padding-left: .25rem;
    }
}

@media (min-width: 1600px) {
    .container {
        max-width: 1440px !important;
    }
}

.bg-benefits {
    background: linear-gradient(81.97deg, #2D3648 18.35%, #CA3A5E 74.1%, #E1869D 103.24%);
}

@media (max-width: 768px) {
    .benefits-info-card {
        margin-top: -3rem;
        margin-left: 1.5rem;
        margin-right: 1.5rem;
    }
}

@media (min-width: 769px) {
    .benefits-info-card {
        margin-top: 3rem;
        margin-left: -5rem;
    }
}

@media (max-width: 1400px) {
    .content-block-bg {
        height: 250px;
        width: 900px;
        top: 100px;
        background-size: 22%;
    }
    .side-image-block {
        height: 250px;
        margin-top: 100px;
    }
    .collections-banner-image-block-left,
    .collections-banner-image-block-right,
    .image-frame-left,
    .image-frame-right
    {
        width: 250px;
        height: 250px;
    }

    .image-frame-left {
        left: 60px;
    }

    .image-frame-right {
        right: 60px;
    }

    .collections-banner-image-block-left {
        left: 40px;
    }

    .collections-banner-image-block-right {
        right: 40px;
    }

    .collections-banner-image-block-left,
    .image-frame-left,
    .blank-area-left,
    .blank-frame-left {
        border-radius: 10px 170px 0px 10px;
    }

    .collections-banner-image-block-right,
    .image-frame-right,
    .blank-area-right,
    .blank-frame-right {
        border-radius: 170px 10px 10px 0px;
    }

    .blank-area-right,
    .blank-area-left {
        height: 290px;
        width: 360px;
        margin: 5px;
    }

    .blank-frame-right,
    .blank-frame-left {
        height: 300px;
        width: 370px;
        top: -70px;
    }

    .blank-frame-left {
        left: -20px;
    }

    .blank-frame-right {
        right: -20px;
    }

    .circle-frame {
        height: 590px;
        width: 590px;
    }

    .must-have-banner-image-block {
        height: 550px;
        width: 550px;
    }

    .must-have-text-block {
        background: linear-gradient(to left, #2D3648 35.35%, #CA3A5E 74.1%, #E1869D 103.24%)
    }

    .hr-banner-logo {
        right: 500px;
    }

    .must-have-banner-block {
        height: 500px;
        padding-top: 160px;
        margin-top: -10rem;
    }

    .collection-button {
        min-width: 325px;
        font-size: 16px !important;
        padding: 10px !important;
    }
}

@media (max-width: 1025px) {
    .side-image-block {
        height: 180px;
        margin-top: 70px;
    }
    .content-block-bg {
        height: 180px;
        width: 900px;
        top: 70px;
        background-size: 18%;
    }
    .collections-banner-image-block-left,
    .collections-banner-image-block-right,
    .image-frame-left,
    .image-frame-right
    {
        width: 180px;
        height: 180px;
    }

    .image-frame-left {
        left: 10px;
    }

    .image-frame-right {
        right: 10px;
    }

    .collections-banner-image-block-left {
        left: 0px;
    }

    .collections-banner-image-block-right {
        right: 0px;
    }

    .collections-banner-image-block-left,
    .image-frame-left,
    .blank-area-left,
    .blank-frame-left {
        border-radius: 0px 140px 0px 10px;
    }

    .collections-banner-image-block-right,
    .image-frame-right,
    .blank-area-right,
    .blank-frame-right {
        border-radius: 140px 0px 10px 0px;
    }

    .blank-area-right,
    .blank-area-left {
        height: 190px;
        width: 240px;
        margin: 5px;
    }

    .blank-frame-right,
    .blank-frame-left {
        height: 200px;
        width: 250px;
        top: -40px;
    }

    .blank-frame-left {
        left: -30px;
    }

    .blank-frame-right {
        right: -30px;
    }

    .must-have-banner-text {
        font-size: 24px;
    }

    .must-have-banner-image-block {
        height: 400px;
        width: 400px;
        bottom: -50px;
    }

    .circle-frame {
        height: 440px;
        width: 440px;
        bottom: -70px;
    }

    .must-have-banner-block {
        height: 370px;
        padding-top: 32px;
        margin-top: initial;
    }

    .hr-banner-logo {
        right: 360px;
    }

    .button-block {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }


}

@media (max-width: 768px) {
    .side-image-block {
        height: 120px;
        margin-top: 50px;
    }
    .content-block-bg {
        height: 120px;
        width: 900px;
        top: 50px;
        background-size: 12%;
    }
    .collections-banner-image-block-left,
    .collections-banner-image-block-right,
    .image-frame-left,
    .image-frame-right
    {
        width: 120px;
        height: 120px;
    }

    .image-frame-left {
        left: -15px;
    }

    .image-frame-right {
        right: -15px;
    }

    .collections-banner-image-block-left {
        left: -20px;
    }

    .collections-banner-image-block-right {
        right: -20px;
    }

    .collections-banner-image-block-left,
    .image-frame-left,
    .blank-area-left,
    .blank-frame-left {
        border-radius: 0px 100px 0px 10px;
    }

    .collections-banner-image-block-right,
    .image-frame-right,
    .blank-area-right,
    .blank-frame-right {
        border-radius: 100px 0px 10px 0px;
    }

    .blank-area-right,
    .blank-area-left {
        height: 130px;
        width: 180px;
        margin: 3px;
    }

    .blank-frame-right,
    .blank-frame-left {
        height: 135px;
        width: 185px;
        top: -30px;
    }

    .blank-frame-left {
        left: -60px;
    }

    .blank-frame-right {
        right: -60px;
    }

    .collection-button {
        margin: 0;
        margin-bottom: 5px;
        font-size: 0.625rem !important;
    }

    .text-block-subtitle {
        font-size: 0.625rem;
    }

    .text-block-title {
        font-size: 1rem;
    }

    .content-block {
        max-width: 50%;
    }

    .must-have-banner-block {
        padding-top: 0px;
        max-width: 768px;
        margin-left: 24px;
        margin-right: 24px;
        height: 340px;
        margin-top: initial;
    }

    .must-have-banner-image-block {
        height: 350px;
        width: 350px;
        right: -55px;
    }

    .circle-frame {
        height: 390px;
        width: 390px;
        right: -75px;
    }

    .hr-banner-logo {
        right: 220px;
    }
}

@media (max-width: 576px) {
    .must-have-text-block {
        padding: 20px 0px 50px 10px !important;
    }

    .circle-frame {
        bottom: -40px;
        height: 220px;
        width: 220px;
        right: -60px;
    }

    .must-have-banner-image-block {
        height: 200px;
        width: 200px;
        bottom: -30px;
        right: -50px;
    }

    .must-have-banner-block {
        margin-right: 12px;
        margin-left: 12px;
        height: 240px;
        margin-top: initial;
    }

    .hr-banner-logo {
        max-width: 150px;
        bottom: -65px;
        right: 100px;
    }

    .hr-banner-logo-image {
        width: 100%;
        height: 100%;
    }

    /*.product-cards .product-card {*/
    /*    display: flex !important;*/
    /*    flex-direction: row !important;*/
    /*}*/

    .collection-button {
        max-width: 140px;
        min-width: unset;
        padding: 5px 10px !important;
    }
}

.category-card.active {
    border: 1px solid #CA3A5E;
    box-shadow: 1px 2px 14.7px 0px #00000026;
}

.btn-check:checked+.btn.filter-btn-bg {
    background-color: #282F41;
}

.btn-check:not(:checked)+.btn.filter-btn-bg {
    background-color: #EAEAEA;
}

.bg-color-grey {
    background-color: #EAEAEA !important;
}

.color-disc {
    height: 17px;
    width: 17px;
    border-radius: 50%;
    display: inline-block;
}

.fs-7 {
    font-size: 14px;
}

.fs-8 {
    font-size: 10px;
}

i.active {
    filter: invert(31%) sepia(81%) saturate(4237%) hue-rotate(329deg) brightness(88%) contrast(77%);
}


.review-number {
    font-size: 14px;
    padding: 5px;
    border-radius: 16px;
    background: rgba(255, 255, 255, .8);
    display: inline-block;
    position: relative;
    top: -35px;
    left: 5px;
    margin-bottom: 0px;
}

.filter-sidebar {
    max-height: 2200px;
    overflow-y: auto;
    position: relative;
    width: 100%;
}

.filter-collapse:hover {
    cursor: pointer;
}
