.header .header-menu-icon.h-wishlist-icon,.header .header__icon.h-wishlist-icon{color:rgb(var(--color-foreground));background:rgba(0,0,0,0)!important}
.header .header-menu-icon.h-wishlist-icon{width:38px;margin-right:-4px}
.header .h-wishlist-icon .wishlist-h-count{position:absolute;background-color:rgb(var(--color-button));color:rgb(var(--color-button-text));height:1.7rem;width:1.7rem;border-radius:100%;display:flex;justify-content:center;align-items:center;font-size:.9rem;top:initial;right:initial;bottom:6px;left:2.2rem;line-height:calc(1 + .1/var(--font-body-scale));padding:0}
.wishlist-engine-button{color:inherit!important;background:rgba(0,0,0,0)!important}
.product-card-wrapper .wishlist-engine{position:absolute;top:20px;right:20px;z-index:2;background:#fff;border-radius:999px}
.product-card-wrapper .wishlist-engine .wishlist-engine-button{padding:8px}
.product-card-wrapper .wishlist-engine svg{width:15px;height:15px}
@media only screen and (max-width:749px){
.wishlist-page{padding-top:0!important}
}
.wishlist-page>:not(.wishlist-container){display:none}
.wishlist-page .wishlist-move-cart{font-family:Figtree,sans-serif;background:#d3a852!important;color:#fff!important;font-size:15px;height:48px;border-radius:999px;text-transform:none;margin-top:12px;margin-bottom:12px}
.wishlist-page .headerwishlist{justify-content:center;margin-bottom:50px}
.wishlist-page .wishlist-header{display:none}
.wishlist-page .wishlist-heading{font-size:52px;line-height:60px}
@media only screen and (max-width:749px){
.wishlist-page .wishlist-heading{font-size:36px;line-height:42px}
}
.wishlist-page .wishlist-container{max-width:var(--page-width);padding:0 var(--page-width-padding);margin:0 auto}
.wishlist-page .wishlist-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin:0}
@media screen and (max-width:1200px){
.wishlist-page .wishlist-row{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media only screen and (max-width:989px){
.wishlist-page .wishlist-row{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media screen and (max-width:600px){
.wishlist-page .wishlist-row{grid-template-columns:repeat(1,minmax(0,1fr))}
}
.wishlist-page .wishlist-column{width:initial;background:#fff;border-radius:24px;padding:12px}
.wishlist-page .wishlist-column img{border-radius:12px}
.wishlist-page .wishlist-top{padding-bottom:100%;margin-bottom:24px}
.wishlist-page .wishlist-remove{display:flex;width:100%;justify-content:center;align-items:center;position:static;font-family:Figtree,sans-serif;background:rgba(0,0,0,0)!important;color:#d3a852!important;border:1px solid #d3a852;font-size:15px;height:48px;border-radius:999px;text-transform:none;margin:0}
.wishlist-page .wihslist-meta h3,.wishlist-page .wishlist-meta h3{font-family:var(--font-body-family);font-size:1.6rem;font-weight:600;line-height:130%;margin-bottom:.6rem;letter-spacing:.16px;color:#2c2a2a}
.wishlist-page .wishlist-price{font-size:1.7rem;font-weight:600;line-height:130%;letter-spacing:.17px;color:#2c2a2a;margin-top:12px}
.template-product .product__info-container>.product__title{display:flex}
body .wishlist-popup{background:#eeefee}