.breadcrumb {
    display: flex;
    align-items: center;
    gap: 5px;
    font-family: 'Montserrat';
    font-size: 14px;
    padding: 20px 50px;
}

.breadcrumb a {
    color: #5C5F6A;
    text-decoration: none;
}

.breadcrumb .current {
    color: #0E1422;
    font-weight: 500;
}

.wishlist-container {
    max-width: none;
    margin: 0;
    padding: 0;
    margin-top: 40px;
}

.wishlist-title {
    font-size: 20px;
    font-family: 'Montserrat';
    color: #161616;
}

.wishlist-item {
    display: flex;
    gap: 60px;
    padding: 20px;
    margin-bottom: 16px;
    background: #FFFFFF;
}

.item-image {
    width: 220px;
    position: relative;
    box-shadow: 2.7747745513916016px 2.7747745513916016px 6.94px rgba(151, 151, 151, 0.2);
    border-radius: 4.16px;
    background-color: #fff;
    height: 203.9px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 13.9px 6.9px;
    box-sizing: border-box;
}

.item-image img {
    align-self: stretch;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    height: 167.9px;
    flex-shrink: 0;
    object-fit: cover;
}

.item-details {
    flex-grow: 1;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 600px;
}

.item-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.item-info h3 {
    font-family: 'Raleway';
    font-size: 16px;
    font-weight: 600;
    color: #161616;
    margin: 0 0 12px 0;
}

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

.item-color span {
    font-family: 'Raleway';
    font-size: 14px;
    font-weight: 600;
    color: #5C5A6A;
}

.color-selector {
    display: flex;
    align-items: center;
    gap: 4px;
    position: relative;
}

.color-selector input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.color-dot {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #E5E5E5;
    cursor: pointer;
    display: inline-block;
}

.color-selector input[type="radio"]:checked+.color-dot {
    border: 1px solid #161616;
}

.color-selector span {
    font-family: 'Raleway';
    font-size: 14px;
    color: #777777;
}

.item-right {
    text-align: right;
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-end;
}

.item-price {
    font-family: 'Playfair Display';
    font-size: 24px;
    font-weight: 500;
    color: #161616;
}

.stock-status {
    position: relative;
    line-height: 150%;
    text-transform: capitalize;
    border-radius: 16.88px;
    border: 0.8px solid #458140;
    box-sizing: border-box;
    width: fit-content;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 3.4px 15.2px;
    text-align: left;
    font-size: 11.81px;
    color: #458140;
    font-family: 'Nunito';
    margin-left: auto;
    background: transparent;
}

.item-actions {
    display: flex;
    gap: 8px;
    margin-top: 8px;
}

.add-to-cart,
.delete {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 20px;
    font-family: 'Raleway';
    font-size: 14px;
    cursor: pointer;
}

.add-to-cart {
    background: #161616;
    color: #FFFFFF;
    border: none;
}

.delete {
    background: #FFFFFF;
    color: #161616;
    border: 1px solid #E5E5E5;
}

.add-to-cart img,
.delete img {
    width: 20px;
    height: 20px;
}


/* Hover states */

.add-to-cart:hover {
    background: #000000;
}

.delete:hover {
    background: #F5F5F5;
}

.page-container {
    display: flex;
    gap: 40px;
    max-width: 1440px;
    margin: 0 auto;
    padding: 20px 50px;
    box-sizing: border-box;
}

.sidebar {
    width: 200px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 0;
}

.sidebar-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    cursor: pointer;
    transition: all 0.2s;
}

.sidebar-item img {
    width: 20px;
    height: 20px;
    opacity: 0.5;
}

.sidebar-item span {
    font-family: 'Montserrat';
    font-size: 14px;
    color: #777777;
    font-weight: 400;
}


/* Active state */

.sidebar-item.active {
    background-color: #F5F5F5;
    border-radius: 40px;
}

.sidebar-item.active img {
    opacity: 1;
}

.sidebar-item.active span {
    color: #161616;
    font-weight: 500;
}


/* Hover state */

.sidebar-item:hover:not(.active) {
    background-color: #FAFAFA;
    border-radius: 40px;
}

.sidebar-item:hover:not(.active) img {
    opacity: 0.7;
}

.sidebar-item:hover:not(.active) span {
    color: #444444;
}

.main-content {
    flex-grow: 1;
}

.separator {
    width: 24px;
    height: 24px;
    opacity: 0.5;
}

.color-attribute {
    width: 18px;
    position: relative;
    border-radius: 50%;
    border: 0.5px solid #0E1422;
    box-sizing: border-box;
    height: 18px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.color-attribute-child {
    width: 12px;
    border-radius: 50%;
    height: 12px;
    overflow: hidden;
    flex-shrink: 0;
}

.color-value {
    font-family: 'Raleway';
    font-size: 14px;
    color: #5C5A6A;
}


/* Media Queries */

@media screen and (max-width: 1440px) {
    .page-container {
        max-width: 1200px;
    }
}

@media screen and (max-width: 1200px) {
    .page-container {
        max-width: 1000px;
        padding: 20px 30px;
    }
    .item-details {
        max-width: 500px;
    }
}

@media screen and (max-width: 992px) {
    .page-container {
        max-width: 800px;
        padding: 20px 20px;
        gap: 20px;
    }
    .item-details {
        max-width: 400px;
    }
    .item-image {
        width: 180px;
        height: 180px;
    }
    .item-image img {
        height: 150px;
    }
}

@media screen and (max-width: 768px) {
    .page-container {
        flex-direction: column;
    }
    .sidebar {
        width: 100%;
        flex-direction: row;
        overflow-x: auto;
        gap: 16px;
        padding: 10px 0;
    }
    .sidebar-item {
        white-space: nowrap;
    }
    .item-details {
        max-width: 100%;
    }
    .wishlist-item {
        flex-direction: column;
        align-items: center;
        gap: 16px;
    }
    .item-image {
        width: 100%;
        max-width: 300px;
    }
}


/* Add these styles from home.css */

.main_container {
    display: flex;
    flex-direction: column;
    padding: 60px;
    margin-bottom: 100px;
    max-width: 1440px;
    justify-self: center;
}

.recommended-for-you-parent {
    margin-bottom: 50px;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    font-size: 24px;
    color: #4c4c4c;
    font-family: 'Montserrat';
}

.recommended-for-you {
    position: relative;
    letter-spacing: 0.02em;
    font-weight: 600;
}

.arrow-square-left-icon {
    width: 24px;
    position: relative;
    height: 24px;
}

.arrow-square-left-parent {
    width: 112px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.frame-group {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10%;
}

.image-1205-parent {
    width: 100%;
    position: relative;
    box-shadow: 3.375375270843506px 3.375375270843506px 8.44px rgba(151, 151, 151, 0.2);
    border-radius: 5.06px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 16.9px 8.4px;
    box-sizing: border-box;
    gap: 15.2px;
    text-align: left;
    font-size: 13.5px;
    color: #000;
    font-family: 'Raleway';
}

.image-1205-parent a {
    width: 100%;
}

.image-1205-icon {
    width: 100%;
    position: relative;
    max-width: 100%;
    height: 204.2px;
    overflow: hidden;
    object-fit: contain;
}

.frame-div {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 15.2px;
    margin-left: 2%;
}

.goldstar-wisewomens-trekking {
    width: 100%;
    position: relative;
    font-size: 13.5px;
    line-height: 150%;
    text-transform: capitalize;
    font-weight: 600;
    font-family: 'Raleway';
    color: #000;
    text-align: left;
    display: inline-block;
    margin-bottom: 8px;
}

.rs-2300 {
    width: 100%;
    position: relative;
    font-size: 20.25px;
    line-height: 150%;
    text-transform: capitalize;
    font-family: "Playfair Display";
    color: #000;
    text-align: left;
    display: inline-block;
    margin-bottom: 10px;
}

.in-stock {
    position: relative;
    line-height: 150%;
    text-transform: capitalize;
}

.in-stock-wrapper {
    border-radius: 16.88px;
    border: 0.8px solid #000;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 3.4px 15.2px;
}

.in-stock-wrapper a {
    text-decoration: none;
    color: #000;
}

.heart-icon {
    width: 20.3px;
    position: relative;
    height: 20.3px;
}

.vector-icon {
    width: 15.2px;
    position: relative;
    height: 15.2px;
}

.cart {
    width: 30px;
    height: 24px;
    overflow: hidden;
    flex-shrink: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0px 5.1px;
    box-sizing: border-box;
}

.heart-parent {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 11px;
}

.frame-parent1 {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    font-size: 11.81px;
    color: #000;
    font-family: 'Nunito';
}


/* Add media query for responsive grid */

@media (max-width: 600px) {
    .frame-group {
        grid-template-columns: 1fr;
    }
    .frame-group {
        gap: 5%;
    }
}