.lef-mp-my-wish-container{padding:10px} .lef-mp-my-wish-header{display:flex; align-items:center; justify-content:space-between; margin-bottom:24px; flex-wrap:wrap; gap:1.5rem} .lef-mp-my-wish-title{font-size:2.2rem; font-weight:550; color:var(--leb-secondary-color)} .lef-mp-my-wish-actions{display:flex; align-items:center; gap:1rem} .lef-mp-my-wish-action-btn,.lef-mp-my-wish-clear-btn,.lef-mp-my-wish-remove-btn-bulk{padding:0.8rem 1.6rem; background-color:var(--leb-white); border:1px solid var(--leb-border-color) !important; border-radius:8px; font-size:1.4rem; font-weight:500; cursor:pointer; transition:all 0.2s ease; flex-grow:1} .lef-mp-my-wish-action-btn{color:var(--leb-primary-color); border-color:var(--leb-primary-color) !important} .lef-mp-my-wish-action-btn.is-active{background-color:var(--leb-primary-color); color:var(--leb-white)} .lef-mp-my-wish-clear-btn{color:var(--leb-text-muted)} .lef-mp-my-wish-remove-btn-bulk{background-color:var(--leb-error-color); color:var(--leb-white); border-color:var(--leb-error-color) !important} .lef-mp-my-wish-checkbox-container{position:absolute; top:12px; left:12px; z-index:10; width:24px; height:24px; background:var(--leb-white); border-radius:4px; display:flex; align-items:center; justify-content:center; box-shadow:0 2px 4px rgba(0,0,0,0.1)} .lef-mp-my-wish-item-checkbox{width:24px !important; height:24px !important; cursor:pointer !important; accent-color:var(--leb-primary-color); min-width:100% !important; border-radius:4px !important; display:flex !important; justify-content:center; align-items:center; min-height:100% !important; margin:0 !important} .lef-mp-my-wish-grid-selecting .lef-mp-my-wish-card{border-color:var(--leb-primary-color); box-shadow:0 0 0 1px var(--leb-primary-color)} .lef-mp-my-wish-grid-selecting .lef-mp-my-wish-fav-btn{display:none !important} .lef-mp-my-wish-grid{display:grid; grid-template-columns:repeat(4,1fr); gap:20px 12px} .lef-mp-my-wish-card{overflow:hidden; cursor:pointer; border-radius:20px; background:var(--leb-white); border:1px solid var(--leb-border-color); position:relative} .lef-mp-my-wish-card:hover .lef-mp-my-wish-card-image{transform:scale(1.05)} .lef-mp-my-wish-card-image-container{position:relative; width:100%; aspect-ratio:4 / 3; overflow:hidden} .lef-mp-my-wish-card-image{width:100%; height:100% !important; object-fit:cover; transition:transform 0.5s ease} .lef-mp-my-wish-card-image.lef-is-placeholder{object-fit:cover !important; background:var(--leb-bg-light)} .lef-mp-my-wish-fav-btn{position:absolute; top:12px; right:12px; width:32px; height:32px; background:var(--leb-overlay-bg); border:none; border-radius:50%; cursor:pointer; display:flex; align-items:center; justify-content:center; z-index:2} .lef-mp-my-wish-fav-btn svg{width:18px; height:18px; fill:none; stroke:var(--leb-text-color); stroke-width:2} .lef-mp-my-wish-fav-btn.is-active svg{fill:var(--leb-primary-color); stroke:var(--leb-primary-color)} .lef-mp-my-wish-nav{position:absolute; top:50%; transform:translateY(-50%); width:28px; height:28px; background:var(--leb-white); border-radius:50%; display:flex; align-items:center; justify-content:center; opacity:0; transition:opacity 0.2s; border:1px solid var(--leb-border-color); z-index:2} .lef-mp-my-wish-card-image-container:hover .lef-mp-my-wish-nav{opacity:1} .lef-mp-my-wish-nav-prev{left:8px} .lef-mp-my-wish-nav-next{right:8px} .lef-mp-my-wish-card-body{padding:12px 10px; display:flex; flex-direction:column; align-items:flex-start; gap:4px} .lef-mp-my-wish-card-title{font-size:1.4rem; font-weight:500; line-height:1.2} .lef-mp-my-wish-card-summary{font-size:1.35rem; color:var(--leb-text-muted); font-weight:400; line-height:1.2} .lef-mp-my-wish-card-price{font-size:1.4rem; font-weight:500; margin-top:auto; margin-left:0.25rem} .lef-mp-my-wish-price-period{font-weight:400; color:var(--leb-text-muted)} .lef-mp-my-wish-empty{padding:60px 0; text-align:center; color:var(--leb-text-muted)} .lef-mp-my-wish-empty p{font-size:1.6rem} @media (max-width:1100px){.lef-mp-my-wish-grid{grid-template-columns:repeat(3,1fr)}} @media (max-width:650px){.lef-mp-my-wish-grid{grid-template-columns:repeat(2,1fr)}} @media (max-width:600px){.lef-mp-my-wish-actions{width:100%}} @media (max-width:410px){.lef-mp-my-wish-actions{flex-wrap:wrap} .lef-mp-my-wish-action-btn,.lef-mp-my-wish-clear-btn,.lef-mp-my-wish-remove-btn-bulk{font-size:1.2rem}} @media (max-width:425px){.lef-mp-my-wish-card-title{font-size:1.3rem}} @media (max-width:340px){.lef-mp-my-wish-grid{grid-template-columns:1fr}}