.home-section-4 {
    position: relative; 
}

.home-images {
    z-index: 1; 
}

.home-images img {
    display: block; 
    width: 100%; 
    height: auto; 
    position: relative;
    z-index: 1;
}

.cart-block-btn {
    display: block;
    background-color: rgba(var(--theme-default),1);
    color: #fff;
}

.home-images::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2; 
}

.home-content {
    position: absolute;
    top: 50%; 
    left: 27%;
    transform: translate(-50%, -50%); 
    z-index: 3; 
    /* text-align: center;  */
    color: #fff;
}

/* // Search suggestion */
.search-details .offcanvas-body>div .suggestions-box {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 22px;
}

.search-details .offcanvas-body>div .suggestions-box li {
    background-color: transparent;
    border: 1px solid rgba(var(--border), 1);
    border-radius: 4px;
    padding: 8px 16px;
    transition: all .4s ease-in-out;
}

.search-details .offcanvas-body>div .suggestions-box li a {
    color: rgba(var(--light-color), .7);
    transition: all .4s ease-in-out;
}

.search-details .offcanvas-body>div .suggestions-box li a .iconsax {
    --Iconsax-Size: 15px;
    --Iconsax-Color: rgba(var(--light-color), 1);
    margin-right: 6px;
    transition: all .4s ease-in-out;
    vertical-align: -2px;
}

.search-details .offcanvas-body>div .suggestions-box li:hover {
    background-color: rgba(var(--theme-default), .1);
    border-color: rgba(var(--theme-default), 1);
}

.suggestions-box .suggestion-item.active {
    background-color: rgba(var(--theme-default), .2);
    border-color: rgba(var(--theme-default), 1);
    color: rgba(var(--light-color), 1);
}
/* // Search suggestion */

.cart-remove-icon {
    display: inline-block;
    position: absolute;
    right: 0;
}

.hbJhUA {
    display: flex;
    align-items: center;
    border: 1px solid rgb(232, 232, 232);
    border-radius: 8px;
    height: 40px;
}

.biyrje
 {
    display: flex;
    padding: 13px 16px;
    border-radius: 8px;
    outline: none;
    font-size: 14px;
    font-weight: 500;
    flex-grow: 1;
    height: 100%;
}
.jqbZIc {
    padding: 12px 16px;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    color: rgb(41, 45, 53);
    border: none;
    border-radius: 8px;
    height: auto;
}
.dtIpSY {
    white-space: normal;
    overflow: hidden;
    max-width: 65ch;
    text-overflow: ellipsis;
    text-transform: none;
    color: rgb(32, 123, 180);
    font-size: 0.875rem;
    font-weight: 600;
}