<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.container .row{
    max-width: 1170px;
    margin: auto;
}
.bookmarkedproducts__heading h1 {
    color: #bea36c;
    font-size: 20px;
    margin: 22px 0 11px;
    font-weight: 100;
    line-height: 1.1;
}
.bookmarkedproducts__heading p {
    font-size: 14px;
    margin: 0 0 11px;
    font-weight: 100;
    color: #777;
}
.bookmarkedproducts__heading {
    border-bottom: 1px solid #ECDACB;
    margin-bottom: 30px;
}
.bookmarked-item__image {
    max-width: 100px;
    display: flex;
    align-items: center;
    margin-left: 10px;
    margin-right: -20px;
}
.bookmarked-item__image img {
    display: block;
    max-width: 100%;
    height: auto;
}
.bookmarked-item__info{
    width: 70%;
}
.bookmarked-item__info h3 {
    margin-top: 12px;
    font-size: 16px;
    margin-bottom: 26px;
    text-transform: uppercase;
    font-weight: 100;
    line-height: 1.1;
    
}
.bookmarked-item__info h3 a{
    color: #bea36c;
}
.bookmarked-item__info .bookmarked-item__description p{
    font-size: 16px;
    color: #777;
    line-height: 1.1;
    font-weight: 500;
}
.bookmarked-item__remove {
    display: flex;
    align-items: center;
}
.bookmarked-item__remove a{
    margin-right: 50px;
}
.bookmarked-item__remove svg.icon1 {
    display: none;
    transition: 0.3s;
}
.bookmarked-item__remove:hover svg.icon {
   display: none;
    
}
.bookmarked-item__remove:hover svg.icon1{
    display: block;
    transition: 0.3s;
}
.bookmarkedproducts__list{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 40px;
}
@media (min-width: 767px){
    .bookmarked-item__description {
        max-width: 500px;
    }
}
</pre></body></html>