.w-container .w-row {
    margin-left: 0;
    margin-right: 0;
}

.home-collection-item:last-child {
    border: 0;
}

.wishlist-dropdown {
    background: #f5f2ee;
    border: 1px solid #000;
    display: flex;
    flex-direction: column;
    height: 700px;
    justify-content: space-between;
    position: absolute;
    right: 0;
    top: 100%;
    width: 600px;
    z-index: 1000;
}

@media (max-width: 767px) {
    .wishlist-dropdown {
        height: 600px;
        padding: 10px;
        width: 100vw !important;
        border-right: 0px;
        border-left: 0px;
    }
}

@media (max-width: 1440px) {
    .wishlist-dropdown {
        width: 450px;
    }
}

.wishlist-dropdown ul {
    list-style: none;
    padding: 10px;
    margin: 0;
}

.wishlist-dropdown ul li {
    padding: 8px 10px;
    border-bottom: 1px solid #ddd;
}

.wishlist-dropdown ul li:last-child {
    border-bottom: none;
}

.favorites-header {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.favorites-header h3 {
    font-family: Editorialnew, sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: -.64px;
    line-height: 36px;
}

.px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.favorites-empty {
    display: flex;
    flex-direction: column;
    height: 90%;
    justify-content: center;
    justify-items: center;
    text-align: center;
}

.favorites-empty h2 {
    font-family: Editorialnew, sans-serif;
    font-size: 55px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: -1.2px;
    line-height: 68px;
}

.favorites-empty p {
    color: #000;
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -.4px;
    line-height: 28px;
}

.favorites-list {
    flex-grow: 1;
    max-height: 540px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    scrollbar-color: rgba(0, 0, 0, .3) transparent;
    scrollbar-width: thin;
}

.favorite-item {
    align-items: center;
    display: flex;
    gap: 10px;
}

.list-container {
    display: flex;
    flex-direction: row;
}

.gap-4 {
    gap: 1rem;
}

.justify-evenly {
    justify-content: space-evenly;
}

.mt-7 {
    margin-top: 1.75rem;
}

.image-wrapper {
    display: contents;
    height: 150px;
    overflow: hidden;
    width: 150px;
}

.image-container {
    aspect-ratio: 1 / 1;
    background: #f9f9f9;
    display: block;
    height: 150px;
    margin-left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    width: 150px;
}

@media (min-width: 1024px) {
    .lg\:gap-\[3px\] {
        gap: 3px;
    }
}

.gap-\[2px\] {
    gap: 2px;
}

.justify-evenly {
    justify-content: space-evenly;
}

.flex-col {
    flex-direction: column;
}

.flex {
    display: flex;
}

.item-heading,
.item-subheading {
    color: var(--Black, #22211f);
    font-style: normal;
}

.item-heading {
    font-size: 27px;
    font-weight: 300;
    letter-spacing: -.64px;
}

.font-editorial {
    font-family: Editorialnew, sans-serif;
}

.item-price,
.remove-button {
    font-style: normal;
    font-weight: 500;
}

.item-price {
    color: var(--Black-40, #999);
    font-size: 15px;
    letter-spacing: -.4px;
}

.font-inter {
    font-family: Inter, Arial, sans-serif;
}

.cursor-pointer {
    cursor: pointer;
}

.favorites-footer {
    background: #f5f2ee;
    box-sizing: border-box;
    display: flex;
    justify-content: start;
    padding: 24px;
    width: 100%;
}
@media screen and (max-width: 479px) {
    .btn-start {
        padding-left: 25px;
        padding-right: 10px;
    }
}