.wishlist-product-grid{justify-content:space-between;align-items:start;row-gap:30px;display:grid}.product-box-wrapper{width:100%;position:relative}.wishlist-product-grid .product-box{flex:1 1 0!important;width:100%!important}.remove-btn{background:var(--light-bg);color:var(--text-primary);cursor:pointer;z-index:1;border:none;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:12px;transition:background .2s,color .2s;display:flex;position:absolute;top:10px;right:10px}.remove-btn:hover{background:var(--main);color:var(--secondary)}@media screen and (min-width:1098px){.wishlist-product-grid{grid-template-columns:repeat(3,30%)}}@media screen and (min-width:767px) and (max-width:1098px){.wishlist-product-grid{grid-template-columns:repeat(3,33%)}}@media screen and (max-width:767px){.wishlist-product-grid{grid-template-columns:repeat(2,48%)}}
.address-list{overflow:auto}.address-item{border:1px solid var(--border);border-radius:5px;align-items:center;column-gap:15px;margin-bottom:10px;padding:10px;display:flex;width:100%!important}.address-item.selected{border-color:var(--main)}.address-item h4{color:var(--primary);font-weight:var(--fw-lg)}.address-item h5{color:var(--text-primary);font-weight:var(--fw-md)}.address-item h6,.address-item a{color:var(--text-secondary);font-weight:var(--fw-sm)}.address-item a:hover{color:var(--main)}.address-item input[type=radio]{accent-color:var(--main)}@media screen and (min-width:1098px){.address-item h4{font-size:16px}.address-item h5{font-size:14px}.address-item h6,.address-item a{font-size:12px!important}}@media screen and (min-width:767px) and (max-width:1098px){.address-item h4{font-size:14px}.address-item h5{font-size:12px}.address-item h6,.address-item a{font-size:10px!important}}@media screen and (max-width:767px){.address-item h4,.address-item h5{font-size:14px}.address-item h6,.address-item a{font-size:10px}}
.profile{width:90%;margin:auto}.profile-div{justify-content:space-between;align-items:start;gap:15px;display:grid}.profile-left,.profile-right{border:2px solid var(--border);border-radius:5px;padding:15px}@media screen and (min-width:1098px){.profile-div{grid-template-columns:25% 75%}.profile-left,.profile-right{padding:15px}.profile-tabs .nav-item,.profile-tabs .profile-btn{text-align:left;width:100%}}@media screen and (min-width:767px) and (max-width:1098px){.profile-div{grid-template-columns:25% 75%}.profile-left,.profile-right{padding:10px}.profile-tabs .nav-item,.profile-tabs .profile-btn{text-align:left;width:100%}}@media screen and (max-width:767px){.profile-div{grid-template-columns:100%;gap:30px}.profile-left,.profile-right{padding:15px 10px}.profile-tabs{grid-template-columns:repeat(2,1fr);gap:10px;display:grid}.profile-tabs .nav-item,.profile-tabs .profile-btn{text-align:left;width:100%}}
