.wishlist-card{background:#fff;overflow:hidden;cursor:pointer;transition:transform .2s ease;width:100%;height:100%}.wishlist-card:hover{transform:translateY(-2px)}@media(min-width:1024px){.wishlist-card{width:210px;text-align:left;position:relative;vertical-align:top;overflow:hidden;display:inline-block;box-sizing:border-box;margin:0 10px 30px}}.wishlist-card .product-image-container{position:relative;aspect-ratio:1;overflow:hidden;width:100%;height:255px}.wishlist-card .product-image-container .product-image{width:100%;height:100%;object-fit:fill}.wishlist-card .try-buy-label{position:absolute;top:12px;left:12px;background:#000;color:#fff;padding:6px 12px;border-radius:6px;font-family:Jost;font-weight:600;font-style:SemiBold;font-size:12px;leading-trim:NONE;line-height:140%;letter-spacing:0;text-transform:uppercase;z-index:2}.wishlist-card .remove-btn{position:absolute;top:4px;right:4px;background:rgba(0,0,0,.3);border:none;border-radius:50%;min-height:24px!important;min-width:24px!important;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:2;transition:all .2s ease-in-out}.wishlist-card .remove-btn svg{width:20px;height:20px;transition:all .2s ease-in-out}.wishlist-card .remove-btn:hover{background:rgba(0,0,0,.5);transform:scale(1.05)}.wishlist-card .product-info{padding:12px 8px}.wishlist-card .product-info .product-brand{font-weight:700;font-style:Bold;font-size:16px;line-height:120%;color:#000;margin:0 0 8px;text-transform:uppercase}.wishlist-card .product-info .product-brand,.wishlist-card .product-info .product-title{font-family:Manrope;leading-trim:NONE;letter-spacing:0;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.wishlist-card .product-info .product-title{font-weight:400;font-style:Regular;font-size:10px;line-height:131%;color:#232223;margin:0 0 12px;line-height:1.4}.wishlist-card .product-pricing{justify-content:space-between}.wishlist-card .product-pricing,.wishlist-card .product-pricing .price-container{display:flex;align-items:center;gap:8px}.wishlist-card .product-pricing .price-container .original-price{font-family:Jost;font-weight:400;font-style:Regular;font-size:12px;leading-trim:NONE;line-height:140%;letter-spacing:0;color:#999;text-decoration:line-through}.wishlist-card .product-pricing .price-container .discounted-price{font-family:Jost;font-style:SemiBold;font-size:14px;leading-trim:NONE;line-height:140%;letter-spacing:0;color:#222;font-weight:600}.wishlist-card .product-pricing .discount-badge{background:#e8f5e8;color:#2d5a2d;padding:4px 8px;border-radius:20px}.wishlist-card .add-to-cart-btn,.wishlist-card .product-pricing .discount-badge{font-family:Jost;font-weight:600;font-style:SemiBold;font-size:12px;leading-trim:NONE;line-height:140%;letter-spacing:0;text-transform:uppercase}.wishlist-card .add-to-cart-btn{width:100%;background:#fff;border:1px solid #000;color:#000;padding:8px 12px;border-radius:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:6px;transition:all .2s ease;margin-top:8px}.wishlist-card .add-to-cart-btn:hover{background:#000;color:#fff}.wishlist-card .add-to-cart-btn span{font-size:12px;line-height:1}.wishlist-card .add-to-cart-btn svg{width:16px;height:16px}.wishlist-card .add-to-cart-btn svg path{fill:currentColor}@media(min-width:768px){.wishlist-card{width:210px;max-width:210px}.wishlist-card .product-image-container{height:280px;width:210px;max-width:210px}.wishlist-card .product-info{padding:12px 8px}.wishlist-card .product-info .product-brand{font-family:Jost;font-weight:600;font-style:SemiBold;font-size:16px;leading-trim:NONE;line-height:140%;letter-spacing:0}.wishlist-card .product-info .product-title,.wishlist-card .product-pricing .price-container .original-price{font-family:Jost;font-weight:400;font-style:Regular;font-size:14px;line-height:100%;letter-spacing:1px}.wishlist-card .product-pricing .price-container .discounted-price{font-family:Jost;font-weight:600;font-style:SemiBold;font-size:16px;leading-trim:NONE;line-height:140%;letter-spacing:0}.wishlist-card .product-pricing .discount-badge{font-family:Jost;font-weight:600;font-style:SemiBold;font-size:12px;leading-trim:NONE;line-height:140%;letter-spacing:0}}.size-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.size-modal{background:#fff;border-radius:12px;width:100%;max-width:500px;max-height:90vh;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 20px 40px rgba(0,0,0,.15)}.size-modal .modal-header{display:flex;align-items:center;justify-content:space-between;padding:20px;border-bottom:1px solid #f0f0f0}.size-modal .modal-header .product-info{display:flex;align-items:center;gap:12px;flex:1 1}.size-modal .modal-header .product-info .product-thumbnail{width:60px;height:60px;object-fit:cover;border-radius:8px}.size-modal .modal-header .product-info .product-details{flex:1 1}.size-modal .modal-header .product-info .product-details .product-brand{font-family:Manrope;font-weight:700;font-style:Bold;font-size:14px;leading-trim:NONE;line-height:20px;letter-spacing:0;color:#000;margin:0 0 4px;text-transform:uppercase}.size-modal .modal-header .product-info .product-details .product-title{font-family:Manrope;font-weight:600;font-style:SemiBold;font-size:12px;leading-trim:NONE;line-height:100%;letter-spacing:0;color:#666;margin:0 0 8px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.size-modal .modal-header .product-info .product-details .product-price{display:flex;align-items:center;gap:8px}.size-modal .modal-header .product-info .product-details .product-price .original-price{font-family:Jost;font-weight:400;font-style:Regular;font-size:12px;leading-trim:NONE;line-height:140%;letter-spacing:0;color:#999;text-decoration:line-through}.size-modal .modal-header .product-info .product-details .product-price .discounted-price{font-family:Jost;font-style:SemiBold;font-size:14px;leading-trim:NONE;line-height:140%;letter-spacing:0;color:#222;font-weight:600}.size-modal .modal-header .close-btn{background:none;border:none;padding:8px;cursor:pointer;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease}.size-modal .modal-header .close-btn:hover{background:#f5f5f5}.size-modal .modal-header .close-btn svg{width:20px;height:20px}.size-modal .modal-body{padding:20px;flex:1 1;overflow-y:auto}.size-modal .modal-body .size-selection .size-title{font-family:Manrope;font-weight:700;font-style:Bold;font-size:16px;leading-trim:NONE;line-height:120%;letter-spacing:0;color:#000;margin:0 0 16px;text-transform:uppercase}.size-modal .modal-body .size-selection .size-buttons{display:grid;grid-template-columns:repeat(auto-fill,minmax(60px,1fr));grid-gap:12px;gap:12px}.size-modal .modal-body .size-selection .size-buttons .size-btn{background:#fff;border:2px solid #e0e0e0;color:#333;padding:12px 8px;border-radius:8px;font-family:Jost;font-weight:600;font-style:SemiBold;font-size:14px;leading-trim:NONE;line-height:140%;letter-spacing:0;cursor:pointer;transition:all .2s ease;text-align:center;min-height:48px;display:flex;align-items:center;justify-content:center}.size-modal .modal-body .size-selection .size-buttons .size-btn:hover:not(:disabled){border-color:#000;background:#f9f9f9}.size-modal .modal-body .size-selection .size-buttons .size-btn.selected{background:#000;color:#fff;border-color:#000}.size-modal .modal-body .size-selection .size-buttons .size-btn.out-of-stock{background:#f5f5f5;color:#ccc;border-color:#e0e0e0;cursor:not-allowed;position:relative}.size-modal .modal-body .size-selection .size-buttons .size-btn.out-of-stock:after{content:"";position:absolute;top:50%;left:50%;width:80%;height:2px;background:#ccc;transform:translate(-50%,-50%) rotate(-45deg)}.size-modal .modal-body .size-selection .size-buttons .size-btn:disabled{cursor:not-allowed}.size-modal .modal-body .size-selection .no-sizes{font-family:Manrope;font-weight:500;font-style:Medium;font-size:14px;leading-trim:NONE;line-height:20px;letter-spacing:0;color:#666;text-align:center;padding:20px}.size-modal .modal-footer{padding:20px;border-top:1px solid #f0f0f0}.size-modal .modal-footer .add-to-cart-btn{width:100%;background:#000;color:#fff;border:none;padding:16px;border-radius:8px;font-family:Jost;font-weight:600;font-style:SemiBold;font-size:14px;leading-trim:NONE;line-height:140%;letter-spacing:0;text-transform:uppercase;cursor:pointer;transition:all .2s ease}.size-modal .modal-footer .add-to-cart-btn:hover:not(:disabled){background:#333}.size-modal .modal-footer .add-to-cart-btn:disabled{background:#ccc;cursor:not-allowed}@media(max-width:768px){.size-modal-overlay{padding:16px}.size-modal{max-width:100%;max-height:85vh}.size-modal .modal-header{padding:16px}.size-modal .modal-header .product-info .product-thumbnail{width:50px;height:50px}.size-modal .modal-header .product-info .product-details .product-brand{font-family:Manrope;font-weight:700;font-style:Bold;font-size:14px;leading-trim:NONE;line-height:20px;letter-spacing:0}.size-modal .modal-header .product-info .product-details .product-title{font-family:Manrope;font-weight:400;font-style:Regular;font-size:10px;leading-trim:NONE;line-height:131%;letter-spacing:0}.size-modal .modal-header .product-info .product-details .product-price .original-price{font-family:Jost;font-weight:400;font-style:Regular;font-size:12px;leading-trim:NONE;line-height:140%;letter-spacing:0}.size-modal .modal-header .product-info .product-details .product-price .discounted-price{font-family:Jost;font-weight:600;font-style:SemiBold;font-size:12px;leading-trim:NONE;line-height:140%;letter-spacing:0}.size-modal .modal-body{padding:16px}.size-modal .modal-body .size-selection .size-title{font-family:Manrope;font-weight:700;font-style:Bold;font-size:14px;leading-trim:NONE;line-height:20px;letter-spacing:0}.size-modal .modal-body .size-selection .size-buttons{grid-template-columns:repeat(auto-fill,minmax(50px,1fr));gap:8px}.size-modal .modal-body .size-selection .size-buttons .size-btn{padding:10px 6px;font-family:Jost;font-weight:600;font-style:SemiBold;font-size:12px;leading-trim:NONE;line-height:140%;letter-spacing:0;min-height:40px}.size-modal .modal-footer{padding:16px}.size-modal .modal-footer .add-to-cart-btn{padding:14px;font-family:Jost;font-weight:600;font-style:SemiBold;font-size:12px;leading-trim:NONE;line-height:140%;letter-spacing:0}}.skeleton-wishlist-card{width:100%;max-width:210px;margin:0 10px 30px}.skeleton-wishlist-card .skeleton-image-container{position:relative;width:100%;height:280px;margin-bottom:12px}.skeleton-wishlist-card .skeleton-image-container .skeleton-image{border-radius:4px;width:100%;height:100%;border-radius:8px}.skeleton-wishlist-card .skeleton-image-container .skeleton-image,.skeleton-wishlist-card .skeleton-image-container .skeleton-remove-btn{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200px 100%;animation:skeleton-loading 1.5s infinite}.skeleton-wishlist-card .skeleton-image-container .skeleton-remove-btn{border-radius:4px;position:absolute;top:8px;right:8px;width:32px;height:32px;border-radius:50%}.skeleton-wishlist-card .skeleton-product-info{padding:0 4px}.skeleton-wishlist-card .skeleton-product-info .skeleton-brand{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200px 100%;animation:skeleton-loading 1.5s infinite;border-radius:4px;height:14px;width:60px;margin-bottom:6px}.skeleton-wishlist-card .skeleton-product-info .skeleton-title{width:100%;margin-bottom:4px}.skeleton-wishlist-card .skeleton-product-info .skeleton-title,.skeleton-wishlist-card .skeleton-product-info .skeleton-title-short{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200px 100%;animation:skeleton-loading 1.5s infinite;border-radius:4px;height:16px}.skeleton-wishlist-card .skeleton-product-info .skeleton-title-short{width:70%;margin-bottom:12px}.skeleton-wishlist-card .skeleton-product-info .skeleton-pricing{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.skeleton-wishlist-card .skeleton-product-info .skeleton-pricing .skeleton-price-container{display:flex;gap:8px}.skeleton-wishlist-card .skeleton-product-info .skeleton-pricing .skeleton-price-container .skeleton-original-price{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200px 100%;animation:skeleton-loading 1.5s infinite;border-radius:4px;height:14px;width:40px}.skeleton-wishlist-card .skeleton-product-info .skeleton-pricing .skeleton-price-container .skeleton-discounted-price{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200px 100%;animation:skeleton-loading 1.5s infinite;border-radius:4px;height:16px;width:50px}.skeleton-wishlist-card .skeleton-product-info .skeleton-pricing .skeleton-discount-badge{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200px 100%;animation:skeleton-loading 1.5s infinite;border-radius:4px;height:18px;width:50px;border-radius:12px}.skeleton-wishlist-card .skeleton-product-info .skeleton-add-to-cart-btn{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200px 100%;animation:skeleton-loading 1.5s infinite;border-radius:4px;height:40px;width:100%;border-radius:6px}@media(min-width:768px){.skeleton-wishlist-card{max-width:210px}}@keyframes skeleton-loading{0%{background-position:-200px 0}to{background-position:calc(200px + 100%) 0}}.skeleton-page-header{padding:20px 16px;border-bottom:1px solid #e5e5e5}.skeleton-page-header .header-content{margin:0 auto}.skeleton-page-header .header-content .skeleton-page-title .skeleton-text{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200px 100%;animation:skeleton-loading 1.5s infinite;border-radius:4px}.skeleton-page-header .header-content .skeleton-page-title .skeleton-text.skeleton-title{height:24px;width:200px;margin-bottom:8px}.skeleton-page-header .header-content .skeleton-page-title .skeleton-text.skeleton-subtitle{height:16px;width:120px}@media(min-width:768px){.skeleton-page-header{padding:24px}.skeleton-page-header .header-content .skeleton-page-title .skeleton-text.skeleton-title{height:32px;width:250px}.skeleton-page-header .header-content .skeleton-page-title .skeleton-text.skeleton-subtitle{height:18px;width:150px}}.wishlist-page{min-height:calc(100vh - 60px);background:transparent}.wishlist-header{padding:20px 16px;border-bottom:1px solid #e5e5e5}.wishlist-header .header-content{margin:0 auto}.wishlist-header .header-content .page-title{font-family:Manrope;font-weight:700;font-style:Bold;font-size:32px;leading-trim:NONE;line-height:120%;letter-spacing:0;color:#000;margin:0;text-align:center}.wishlist-header .header-content .page-title .wishlist-count{color:#746c6c;margin:0;display:block}.desktop-layout{display:none;gap:0;padding:20px;background:#f8f8f8;min-height:calc(100vh - 60px)}@media(min-width:1024px){.desktop-layout{display:grid;grid-template-columns:1fr}}.desktop-main-content{padding:0 20px}.desktop-main-content .wishlist-grid{display:flex;flex-direction:row;flex-wrap:wrap;align-items:stretch;align-content:stretch;margin:0 -10px 0 3px;width:100%;justify-content:space-between;background:transparent}.mobile-wishlist-grid,.wishlist-grid{display:grid;grid-template-columns:1fr 1fr;justify-content:start;margin:0 auto;padding:0;background:#f8f8f8}@media(min-width:1024px){.wishlist-grid{display:none}}@media(max-width:1023px){.dummy-cards-desktop{display:none}}.empty-wishlist{display:flex;align-items:center;justify-content:center;min-height:400px;padding:20px}.empty-wishlist .empty-content{text-align:center}.empty-wishlist .empty-content h2{font-family:Manrope;font-weight:700;font-style:Bold;font-size:18px;leading-trim:NONE;line-height:100%;letter-spacing:0;color:#000;margin:0 0 8px}.empty-wishlist .empty-content p{font-family:Manrope;font-weight:500;font-style:Medium;font-size:14px;line-height:20px;margin:0}.empty-wishlist .empty-content p,.loading{leading-trim:NONE;letter-spacing:0;color:#666}.loading{display:flex;align-items:center;justify-content:center;min-height:400px;font-family:Jost;font-weight:400;font-style:Regular;font-size:16px;line-height:140%}@media(min-width:768px){.wishlist-header{padding:24px}.wishlist-header .wishlist-count{display:inline!important}.wishlist-header .header-content .page-title{font-family:Jost;font-weight:600;font-style:SemiBold;font-size:24px;line-height:100%;letter-spacing:1px;text-align:left}.mobile-wishlist-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,230px));grid-gap:20px;gap:20px;justify-content:space-between}.empty-wishlist{min-height:500px}.empty-wishlist .empty-content h2{font-family:Jost;font-weight:600;font-style:SemiBold;font-size:24px;line-height:100%;letter-spacing:1px}.empty-wishlist .empty-content p{font-family:Jost;font-weight:400;font-style:Regular;font-size:16px;leading-trim:NONE;line-height:140%;letter-spacing:0}}@media(min-width:1024px){.mobile-wishlist-grid{display:none}}