body{font-family:Poppins,sans-serif}.loader-container{width:100%;height:100vh;display:flex;justify-content:center;align-items:center;background:#fff;position:fixed;top:0;left:0;z-index:9999}.spinner{width:40px;height:40px;border:6px solid #eee;border-top:6px solid black;border-radius:50%;animation:spin .7s linear infinite}*{margin:0;padding:0;box-sizing:border-box}.navbar{width:100%;background-color:#fff;font-family:Plus Jakarta Sans,sans-serif;position:relative;z-index:1000}.navbar-top{display:flex;justify-content:space-between;align-items:center;padding:14px 3%}.search-input{width:800px;padding:10px 12px;border-radius:10px;font-size:18px;border:1px solid #ccc;outline:none}.navbar-left{display:flex;align-items:center;gap:20px}.logo-img{width:40px;height:40px;object-fit:contain}.search-container{position:relative}.search-icon-img{position:absolute;left:12px;top:50%;transform:translateY(-50%);width:22px;height:22px;object-fit:contain}.search-input{padding-left:38px}.navbar-right{display:flex;align-items:center;gap:10px}.signin-btn{background:transparent;border:none;font-weight:500;color:#000;background-color:#e1e1e1;cursor:pointer;padding:8px 14px;border-radius:6px;font-size:16px}.sell-btn{background-color:#000;color:#fff;border:none;padding:8px 14px;border-radius:6px;cursor:pointer;font-size:16px}.navbar-right-isLoggedIn{display:flex;align-items:center;gap:.8rem}.icon-btn{background:#f3f3f3;border:none;border-radius:8px;padding:.5rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s ease}.icon-btn:hover{background:#e5e5e5}.profile-img{width:32px;height:32px;border-radius:50%;object-fit:cover;cursor:pointer}.sell-now-btn{background:#000;color:#fff;border:none;border-radius:6px;padding:.5rem .6rem;font-weight:500;cursor:pointer;font-size:14px;transition:opacity .2s ease}.sell-now-btn:hover{opacity:.85}.navbar-bottom{display:flex;justify-content:space-between;align-items:center;background-color:#3f3e3e;color:#fff;padding:10px 3%}.nav-links{list-style:none;display:flex;flex-wrap:wrap;gap:30px}.nav-links li a{text-decoration:none;color:#fff;font-size:16px;transition:color .3s}.nav-links li a:hover{color:#ddd}.navbar-icons{display:flex;align-items:center;gap:15px;font-size:14px}.location{display:flex;align-items:center;gap:6px}.icon-img{width:20px;height:20px;object-fit:contain}.icon-btn{background:#fff;border:none;border-radius:8px;width:34px;height:34px;display:flex;justify-content:center;align-items:center;cursor:pointer}.burger{display:none;flex-direction:column;justify-content:center;align-items:center;cursor:pointer;gap:5px}.bar{width:25px;height:3px;background-color:#000;border-radius:3px;transition:all .3s ease}.bar.open:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.bar.open:nth-child(2){opacity:0}.bar.open:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.mobile-menu{display:none;flex-direction:column;background-color:#fff;position:absolute;top:100%;left:0;width:100%;padding:20px 3%;border-top:1px solid #e5e5e5;z-index:999}.mobile-menu.show{display:flex}.mobile-only{display:none}.desktop-only{display:flex}.navbar-right-isLoggedIn-mobile{display:flex;flex-direction:row;gap:10px;padding:10px}.user-profile-wrapper{position:relative;display:inline-block}.user-dropdown{position:absolute;right:0;top:40px;background:#fff;border:1px solid #ddd;border-radius:5px;min-width:240px;box-shadow:0 4px 10px #0000001a;z-index:9999}.user-dropdown a{text-decoration:none}.user-dropdown-item{padding:10px 16px;margin-top:2px;cursor:pointer;font-size:16px;color:#505050;transition:background .2s ease}.user-dropdown-item:hover{background:#f5f5f5}.user-avatar{width:35px;height:35px;border-radius:50%;object-fit:cover;cursor:pointer}.mobile-user-dropdown-list{display:flex;flex-direction:column;width:100%;margin-top:10px;border-top:1px solid #ddd;padding-top:10px}.mobile-user-dropdown-list p{padding:12px 6px;font-size:16px;color:#333;border-bottom:1px solid #eee;margin:0}.mobile-user-dropdown-list p:hover{background:#f7f7f7}.logout-item{color:red;font-weight:500}.mobile-user-links{margin-top:15px;display:flex;cursor:pointer;flex-direction:column}.mobile-user-item{padding:12px 0;font-size:16px;color:#333;border-bottom:1px solid #e5e5e5}.mobile-user-item:last-child{border-bottom:none}.mobile-divider{border:none;border-top:1px solid #dcdcdc;margin:10px 0}@media (max-width: 900px){.desktop-only{display:none}.mobile-only,.burger{display:flex}.navbar-bottom{display:none}.search-input{width:100%}.mobile-menu .nav-links{flex-direction:column;gap:12px;margin-top:15px}.mobile-menu .navbar-icons,.mobile-menu .navbar-right{margin-top:20px;flex-direction:row;justify-content:flex-start;gap:15px}.nav-links li a{color:#000}}.mega-menu{position:absolute;top:100%;left:0;width:100%;background:#fff;box-shadow:0 4px 12px #0000001a;display:flex;overflow:hidden;z-index:1000}.mega-left{margin-top:10px;width:20%;background:#fff;border-right:1px solid #eee;display:flex;flex-direction:column;margin-left:20px}.mega-main-item{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;cursor:pointer;font-weight:500;color:#616161}.main-item-content{display:flex;align-items:center;gap:10px}.main-item-icon{width:22px;height:22px;object-fit:contain;opacity:.9;transition:transform .2s ease}.mega-main-item:hover .main-item-icon{transform:scale(1.1);opacity:1}.mega-main-item:hover,.mega-main-item.active{background:#fff;color:#000;font-weight:500;font-family:Plus Jakarta Sans,sans-serif}.arrow-icon{opacity:.5}.mega-right{flex:1;display:grid;grid-template-columns:auto auto;justify-content:start;column-gap:80px;row-gap:14px;padding:20px 25px;background-color:#fff}.nav-links .mega-sub-item{color:#616161;text-decoration:none;font-size:16px;transition:color .2s,transform .2s;padding:5px 0;display:block}.nav-links .mega-sub-item:hover{color:#000;transform:translate(3px);font-weight:500}.nav-links .see-all-link{display:flex;align-items:center;gap:10px;padding:14px 16px;color:#616161;text-decoration:none;transition:background .3s,color .3s;cursor:pointer}.nav-links .see-all-link:hover{color:#000}.see-all-icon{width:20px;height:20px;color:#000;opacity:.9}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0006;display:flex;align-items:center;justify-content:center;z-index:9999}.modal-container{background:#fff;width:400px;border-radius:16px;padding:50px 20px 20px;position:relative;box-shadow:0 8px 25px #00000026;font-family:Plus Jakarta Sans,sans-serif}.modal-close{position:absolute;top:10px;right:14px;background:none;border:none;font-size:22px;color:#666;cursor:pointer}.modal-close:hover{color:#000}.modal-title{text-align:center;font-size:24px;font-weight:600;margin-bottom:20px}.auth-btn{width:100%;border:1px solid #ccc;background:#fff;color:#000;padding:10px;border-radius:8px;margin-bottom:10px;display:flex;align-items:center;justify-content:center;font-size:15px;cursor:pointer;transition:background .2s}.auth-btn:hover{background:#f8f8f8}.auth-btn img,.auth-btn svg{width:20px;height:20px;margin-right:10px}.modal-footer{text-align:center;margin-top:15px;font-size:16px;color:#666}.modal-footer p{margin-bottom:10px}.modal-footer a{color:#000;text-decoration:none;font-weight:500}.modal-footer a:hover{text-decoration:underline}.modal-input{width:100%;padding:10px;margin-bottom:12px;border:1px solid #ccc;border-radius:6px;font-size:16px}.modal-note{font-size:12px;color:#777;margin-bottom:30px}.checkbox-label{display:block;font-size:16px;margin:16px 0}.modal-submit{width:100%;background-color:#000;color:#fff;border:none;padding:12px;font-size:15px;border-radius:8px;cursor:pointer;margin-top:15px}.modal-footer-link{text-align:center;margin-top:15px;font-size:14px}.home-banner{width:100%;height:100vh;background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center;position:relative;color:#fff;text-align:center;font-family:Plus Jakarta Sans,sans-serif}.home-banner:after{content:"";position:absolute;inset:0}.home-content{position:relative;z-index:2;max-width:700px;padding:0 20px}.home-content h1{font-size:4rem;font-weight:600;line-height:1.2;margin-top:8rem}.home-content p{font-size:1.1rem;margin-top:1.2rem;opacity:.9}.home-btn{margin-top:2rem;background:#fff;color:#000;border:none;border-radius:30px;padding:12px 28px;font-weight:500;font-size:1rem;cursor:pointer;display:inline-flex;align-items:center;gap:10px;transition:all .3s ease}.home-btn:hover{background:#000;color:#fff}.arrow-icon{font-size:.9rem}.slider-line-row{display:flex;justify-content:center;gap:6px;margin:40px auto}.slider-line{width:60px;height:2px;background-color:#333;position:relative;border-radius:1px}.slider-fill.full{position:absolute;width:100%;height:100%;background-color:#fff;border-radius:1px}@media (max-width: 768px){.home-banner{height:auto}.home-content{padding:20px}.home-content p{margin-top:.7rem;font-size:.9rem;line-height:1.4}.home-content h1{font-size:2.8rem;margin-top:100px}.home-btn{padding:10px 22px;font-size:.9rem;margin-top:1.5rem}.slider-line-row{margin:30px}}.home-featured__section{width:100%;padding:50px 5% 0;font-family:Plus Jakarta Sans,sans-serif;box-sizing:border-box}.home-featured__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px}.home-featured__header h2{font-size:1.6rem;font-weight:650}.home-featured__view-all{text-decoration:none;color:#000;font-weight:500}.home-featured__grid{display:grid;grid-template-areas:"man women kids" "electronic accessories sports";grid-template-columns:1.5fr 1fr 1fr;grid-auto-rows:240px;gap:15px}.home-featured__card{position:relative;background-size:cover;background-position:center;overflow:hidden;color:#fff;display:flex;align-items:flex-end;transition:transform .3s ease}.home-featured__card:hover{transform:scale(1.02)}.home-featured__card.man{grid-area:man}.home-featured__card.women{grid-area:women}.home-featured__card.kids{grid-area:kids}.home-featured__card.electronic{grid-area:electronic}.home-featured__card.accessories{grid-area:accessories}.home-featured__card.sports{grid-area:sports;grid-column:3 / span 1.5}.home-featured__overlay{width:100%;height:100%;background:linear-gradient(to top,rgba(0,0,0,.6),transparent 40%);display:flex;align-items:flex-end;padding:15px;box-sizing:border-box}.home-featured__text-content{display:flex;justify-content:space-between;align-items:flex-end;width:100%;gap:10px}.home-featured__text-left{display:flex;flex-direction:column}.home-featured__text-left h3{margin:0;font-size:1.2rem;font-weight:600}.home-featured__text-left p{margin:5px 0 0;font-size:.9rem}.home-featured__shop-btn{background:#fff;color:#000;border:none;padding:12px 14px;font-size:1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:5px}.home-featured__shop-btn span{font-weight:700}@media (max-width: 992px){.home-featured__grid{grid-template-areas:"man women" "kids electronic" "accessories sports";grid-template-columns:1fr 1fr}}@media (max-width: 600px){.home-featured__section{padding:20px;margin-top:20px}.home-featured__grid{grid-template-areas:"man" "women" "kids" "electronic" "accessories" "sports";grid-template-columns:1fr}.home-featured__header h2{font-size:24px}.home-featured__card{height:220px}.home-featured__text-left h3{font-size:1rem}.home-featured__text-left p{font-size:.8rem}}.top-picks-section{width:100%;padding:40px 5%;box-sizing:border-box}.top-header{display:flex;flex-direction:column;gap:20px;margin-bottom:25px}.top-header h2{font-size:1.6rem;font-weight:600}.filters{display:flex;flex-wrap:wrap;gap:10px}.filters button,.filters select{padding:8px 14px;border:1px solid #ccc;border-radius:6px;background:#fff;font-size:1rem;cursor:pointer}.filters button.active{background:#000;color:#fff;border-color:#000}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:25px}.product-card{background:#fff;overflow:hidden;border-radius:5px;cursor:pointer;border:none;transition:box-shadow .3s ease}.product-img{width:100%;padding-top:120%;background-size:cover;background-position:center;position:relative}.like{position:absolute;bottom:10px;right:10px;background:#ffffffe6;padding:8px;border-radius:4px;display:flex;align-items:center;gap:4px;font-size:.8rem}.product-details{display:flex;justify-content:space-between;align-items:flex-start;padding:20px 6px;color:#333}.product-details h3{font-size:1rem;margin:0;font-weight:500}.product-details .user{font-size:.95rem;color:#cf3d6e;margin-top:3px}.product-details .condition{font-size:.92rem;color:#999;margin-top:3px}.product-details .price{font-weight:600;font-size:.95rem;white-space:nowrap}.see-more{text-align:center;margin-top:30px}.see-more button{background:#fff;border:1px solid #ccc;border-radius:30px;padding:10px 28px;font-size:.9rem;cursor:pointer;transition:all .2s ease}.see-more button:hover{border-color:#000;color:#000}.custom-dropdown{position:relative;display:inline-block}.dropdown-toggle{padding:8px 12px;background:#fff;border:1px solid #ccc;border-radius:8px;cursor:pointer;display:flex;align-items:center;gap:8px}.dropdown-toggle span{display:flex;align-items:center}.dropdown-menu{position:absolute;top:110%;left:0;width:220px;background:#fff;border:1px solid #ddd;border-radius:10px;box-shadow:0 2px 8px #0000001a;z-index:1000;padding:10px}.search-bar{width:100%;padding:6px 8px;border:1px solid #ddd;font-size:16px;font-family:Arial,Helvetica,sans-serif;border-radius:6px;margin-bottom:10px}.dropdown-section{margin-bottom:10px}.dropdown-title{font-weight:500;cursor:pointer;display:flex;justify-content:space-between;align-items:center;padding:6px 0}.dropdown-sub{padding-left:4px;margin-top:6px}.dropdown-sub label{display:flex;align-items:center;gap:8px;font-size:16px;margin-bottom:8px}@media (max-width: 1024px){.product-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.top-picks-section{padding:20px}.product-grid{grid-template-columns:repeat(2,1fr)}}.wardrobe-section{position:relative;background-image:url(/assets/section4-CQ8vFkBM.svg);background-size:cover;background-position:center;height:500px;color:#fff;display:flex;align-items:center;justify-content:flex-start}.wardrobe-overlay{width:100%;height:100%;display:flex;align-items:center;justify-content:flex-start}.wardrobe-content{max-width:600px;padding:40px 60px}.wardrobe-content h1{font-size:3rem;font-weight:600;margin-bottom:35px}.wardrobe-content p{font-size:18px;line-height:1.5;font-weight:100;margin-bottom:35px}.seller-btn{background-color:#fff;color:#000;border:none;border-radius:50px;padding:10px 25px;font-size:1rem;font-weight:500;display:flex;align-items:center;gap:30px;cursor:pointer;transition:all .3s ease}.seller-btn .arrow{background:#000;color:#fff;border-radius:50%;width:26px;height:26px;display:flex;align-items:center;justify-content:center}.seller-btn:hover{transform:scale(1.05)}@media (max-width: 768px){.wardrobe-section{height:250px}.wardrobe-content{padding:20px}.wardrobe-content h1{font-size:28px;margin-bottom:10px}.wardrobe-content p{font-size:14px;font-weight:100;margin-bottom:20px}.seller-btn{font-size:.8rem;padding:5px 20px;gap:20px}}.footer{background-color:#111;color:#fff;display:flex;flex-wrap:wrap;justify-content:space-between;padding:100px 0 60px 40px}.footer-section{flex:1 1 300px;margin:10px}.email-section p{font-size:18px;margin-bottom:20px;max-width:300px;color:#ccc}.email-input{display:flex;max-width:300px}.email-input input{flex:1;padding:18px;border:none;border-radius:4px 0 0 4px}.email-input button{background-color:#fff;border:none;color:#111;border-radius:0 4px 4px 0;padding:0 15px;cursor:pointer;font-size:18px}.links-section h4{margin-bottom:14px;font-size:1.3rem;font-weight:550}.links-section ul{list-style:none;padding:0;font-size:18px}.links-section li{color:#ccc;margin-bottom:14px;cursor:pointer}.links-section li:hover{color:#f0f8ff}@media (max-width: 768px){.footer{flex-direction:column;align-items:flex-start;padding:60px 10px 0 20px}.footer-section{flex:1 1 150px}.email-input{width:100%}.footer-section{width:100%;margin-bottom:20px}}.mens-banner{width:100%;height:80vh;background-size:cover;background-position:center;display:flex;justify-content:center;align-items:center;font-family:Plus Jakarta Sans,sans-serif;padding:0 5%}.mens-banner-content{text-align:center;color:#fff;border-radius:10px;font-family:Plus Jakarta Sans,sans-serif}.mens-banner-content h1{font-size:4rem;line-height:1.2;font-family:Plus Jakarta Sans,sans-serif}@media (max-width: 1024px){.mens-banner{height:60vh}.mens-banner-content h1{font-size:3rem}}@media (max-width: 768px){.mens-banner{height:50vh}.mens-banner-content h1{font-size:2.6rem}}@media (max-width: 480px){.mens-banner{height:40vh}.mens-banner-content h1{font-size:2.6rem}}.top-picks{width:100%;padding:40px 5% 60px;box-sizing:border-box}.top-picks-header{display:flex;flex-direction:column;gap:15px}.top-picks-header h2{font-size:1.6rem;font-weight:600}.top-picks-filters{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.all-dropdown-row{display:flex;align-items:center;gap:10px;flex-wrap:nowrap}.filter-btn,.top-picks-filters select{padding:8px 14px;border:1px solid #ccc;border-radius:6px;background:#ebeaea;font-size:1rem;cursor:pointer}.filter-btn.active{background:#000;color:#fff;border-color:#000}.filter-dropdown{position:relative;display:inline-block}.filter-toggle{padding:8px 12px;background:#fff;border:1px solid #ccc;color:#000;font-size:16px;border-radius:8px;cursor:pointer;display:flex;align-items:center;gap:8px}.filter-menu{position:absolute;top:110%;left:0;width:220px;background:#fff;border:1px solid #ddd;border-radius:10px;box-shadow:0 2px 8px #0000001a;z-index:1000;padding:10px}.filter-search{width:100%;padding:6px 8px;border:1px solid #ddd;border-radius:6px;margin-bottom:10px;font-size:16px}.filter-category{margin-bottom:10px}.filter-category-title{font-weight:500;cursor:pointer;display:flex;justify-content:space-between;align-items:center;padding:6px 0}.filter-subcategories{padding-left:4px;margin-top:6px}.top-picks-path{display:flex;justify-content:space-between;align-items:center;margin:20px 0;flex-wrap:wrap}.top-picks-path h2{font-size:1rem;font-weight:500;color:#333;margin:0}.top-picks-path p{font-size:.95rem;color:#777;margin:0}.filter-subcategories label{display:flex;align-items:center;gap:8px;font-size:16px;margin-bottom:8px}.top-picks-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:20px}.top-pick-card{background:#fff;border-radius:5px;overflow:hidden;transition:box-shadow .3s ease;cursor:pointer}.top-pick-image{width:100%;padding-top:120%;background-size:cover;background-position:center;position:relative}.top-pick-like{position:absolute;bottom:10px;right:10px;background:#ffffffe6;padding:10px 12px;border-radius:24px;display:flex;align-items:center;gap:4px;font-size:.8rem}.like-count{font-size:14px}.top-pick-info{display:flex;justify-content:space-between;align-items:flex-start;padding:12px 6px;color:#333}.top-pick-info h3{font-size:.9rem;margin:0;font-weight:500}.top-pick-condition{font-size:.8rem;color:#999}.top-pick-price{font-weight:600;font-size:.9rem;white-space:nowrap}.top-picks-more{text-align:center;margin-top:30px}.top-picks-more button{background:#fff;color:#000;border:1px solid #ccc;border-radius:30px;padding:10px 28px;font-size:.9rem;cursor:pointer;transition:all .2s ease}.top-picks-more button:hover{border-color:#000;color:#000}.top-picks-filters-row{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:15px}.sort-by-dropdown{flex-shrink:0}.sort-by-dropdown select{padding:8px 14px;border:1px solid #ccc;border-radius:6px;background:#ebeaea;font-size:1rem;cursor:pointer}.circle-loader{width:32px;height:32px;border:3px solid #00000044;border-top-color:#000;border-radius:50%;animation:spin .7s linear infinite;margin:0 auto}@keyframes spin{to{transform:rotate(360deg)}}.mobile-filter-btn{display:none}@media (max-width: 768px){.top-picks-header{gap:0px}.mobile-filter-btn{display:flex;align-items:center;gap:8px;background:#fff;border:1px solid #ddd;padding:10px 24px;border-radius:50px;width:fit-content;font-size:15px;cursor:pointer;position:relative}.filter-count{position:absolute;right:-6px;top:-6px;background:#000;color:#fff;font-size:12px;padding:2px 6px;border-radius:50%}.desktop-only{display:none!important}}.mobile-filter-panel{position:fixed;top:0;left:0;width:100%;height:100%;background:#fff;z-index:9999;display:flex;flex-direction:column}.mobile-filter-header .clear-btn{position:absolute;right:16px;font-size:14px;color:#000;cursor:pointer}.mobile-filter-body{flex:1;overflow-y:auto;padding:16px}.show-results-btn{background:#000;color:#fff;padding:14px;font-size:16px;border:none;width:100%}.msd-show-results-btn{width:100%;padding:12px;font-size:16px;font-weight:600;background:#000;color:#fff;border-radius:8px;margin-top:20px;border:none}@media (max-width: 768px){.top-picks-filters-row{flex-direction:column;align-items:flex-end}.sort-by-dropdown{align-self:flex-start}}@media (max-width: 1024px){.top-picks-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.top-picks{padding:20px}.top-picks-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.top-picks-grid{grid-template-columns:repeat(2,1fr)}}.msd-container{width:100%;font-family:Poppins,sans-serif;margin-bottom:0;position:relative;color:#222}.msd-wrapper{cursor:pointer}.msd-display{border:1px solid #ccc;border-radius:50px;padding:12px 14px;display:flex;justify-content:space-between;align-items:center;background:#fff;font-size:15px;transition:border .2s}.msd-display:hover{border-color:#000}.msd-brand-input{width:100%;padding:6px 8px;margin-bottom:8px;border:none;border-bottom:1px solid #ccc;font-size:18px;outline:none;background:transparent}.msd-brand-input:focus{border-color:#555;box-shadow:0 0 3px #0003}.msd-menu{position:absolute;top:100%;left:5px;width:250%;background:#fff;border:1px solid #ccc;border-radius:6px;box-shadow:0 4px 10px #0000001a;margin-top:4px;max-height:350px;overflow-y:auto;z-index:999;padding:6px 0}.msd-option{display:flex;justify-content:space-between;align-items:center;padding:10px 14px;cursor:pointer;transition:background .2s}.msd-arrow{transition:transform .3s ease}.msd-arrow.open{transform:rotate(180deg)}.msd-option:hover{background-color:#f5f5f5}.msd-option span:first-child{display:flex;align-items:center;gap:8px}.msd-option span span{width:18px;height:18px;border-radius:50%;border:1px solid #aaa;display:inline-block}.msd-checkbox{width:22px;height:22px;border:2px solid #000;border-radius:4px;display:inline-block;position:relative;cursor:pointer;transition:all .2s ease}.msd-checkbox.msd-checked{background-color:#000}.msd-checkbox.msd-checked:after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(1.1);color:#fff;font-size:16px;font-weight:700}.msd-menu::-webkit-scrollbar{width:6px}.msd-menu::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:3px}.msd-mobile-panel{position:fixed;top:0;left:0;width:100%;height:100%;background:#fff;z-index:9999;padding-top:16px;display:flex;flex-direction:column;animation:slideIn .3s ease}@keyframes slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.msd-show-results-btn{width:100%;padding:14px;font-size:16px;font-weight:600;background:#000;color:#fff;border:none;border-radius:0;position:fixed;bottom:0}.msd-mobile-header{display:flex;align-items:center;gap:10px;margin-bottom:16px}.msd-back{cursor:pointer}.msd-back h3{margin:auto}.msd-mobile-option{padding:14px 10px;border-bottom:1px solid #eee;display:flex;justify-content:space-between;cursor:pointer}@media (max-width: 1024px){.msd-display{padding:10px 12px}.msd-menu{max-height:180px}}@media (max-width: 768px){.msd-container{margin-bottom:15px}.msd-wrapper{margin-left:-1rem;margin-right:-1rem;padding-left:1rem;padding-right:1rem;border-bottom:1px solid #eee}.msd-display{font-size:14px;border:none;padding:10px 12px}.msd-menu{max-height:160px}.msd-display{pointer-events:none;font-size:15px}.msd-arrow-trigger{pointer-events:all}}@media (max-width: 768px){.msd-arrow{transition:transform .25s ease}.msd-arrow.open{transform:rotate(90deg)}}@media (max-width: 480px){.msd-display{font-size:13px;padding:8px 10px}.msd-menu{max-height:140px}}.selected-tags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:10px}.selected-tag{background-color:#f0f0f0;padding:10px 18px;border-radius:50px;font-size:14px;display:flex;align-items:center;gap:6px;border:1px solid #ccc;color:#333}.tag-close{cursor:pointer;color:#555}.price-range-row{width:100%;display:block;padding:5px 20px;white-space:nowrap}.price-box{width:47%;display:inline-block;margin-right:10px;vertical-align:top}.price-box:last-child{margin-right:0}.price-label{font-size:13px;color:#555;margin-bottom:3px;display:block}.price-input-field{width:100%;border:none;border-bottom:1px solid #ccc;padding:5px 2px;font-size:15px;outline:none}.price-input-field:focus{border-bottom-color:#000}.sf-selector-filter{background:#fff;border-radius:8px;padding-left:1rem;padding-right:1rem;padding-bottom:0;width:100%}.sf-cat-header{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-left:-1rem;margin-right:-1rem;padding-left:1rem;padding-right:1rem;border-bottom:1px solid #eee;position:relative}.sf-back-btn{position:absolute;left:1rem;color:#000;background:none;border:none;cursor:pointer}.sf-cat-header h3{font-weight:500;font-size:18px;text-align:center;margin-bottom:15px;margin-top:15px}.sf-cat-list{list-style:none;margin:0;padding:0}.sf-cat-list li{display:flex;justify-content:space-between;align-items:center;font-size:15px;border-bottom:1px solid #eee;cursor:pointer;margin-left:-1rem;margin-right:-1rem;padding:.9rem 1rem;transition:background .2s}.sf-cat-list li:hover{background:#f9f9f9}.sf-cat-item{display:flex;align-items:center;gap:.6rem}.sf-arrow-right{color:#888}.sf-check-box{display:flex;align-items:center;gap:.6rem}.sf-check{width:20px;height:20px;border:2px solid #888;border-radius:4px;position:relative;display:inline-block;cursor:pointer;transition:all .2s ease}.sf-check.checked:after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(1.1);color:#fff;font-size:14px;font-weight:700}.sf-check.checked{background:#000;border-color:#000}.category-filter-container{position:relative;width:300px;z-index:1000}.category-filter-display{border:1px solid #ccc;border-radius:50px;padding:10px 18px;background-color:#fff;cursor:pointer;display:flex;gap:20px;justify-content:space-between;align-items:center;transition:border-color .2s ease;width:100%;font-size:15px;box-sizing:border-box}.category-filter-display:hover{border-color:#888}.category-filter-arrow{transition:transform .3s ease}.category-filter-arrow.open{transform:rotate(180deg)}.category-filter-panel{position:absolute;top:100%;left:0;width:200%;background:#fff;border:1px solid #ddd;border-radius:8px;box-shadow:0 4px 10px #0000001a;max-height:350px;overflow-y:auto;margin-top:4px;z-index:2000}.mobile-filter-row{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:#fff;cursor:pointer;font-size:13px;margin-left:-1rem;margin-right:-1rem;padding-left:1.6rem;padding-right:1.6rem;border-bottom:1px solid #eee;margin-bottom:10px}.mobile-filter-fullscreen{position:fixed;top:0;left:0;width:100%;height:100%;background:#fff;z-index:9999;display:flex;flex-direction:column}.mobile-filter-header{display:flex;justify-content:center;align-items:center;padding:16px;border-bottom:1px solid #eee;position:relative}.mobile-filter-header .back-btn,.mobile-filter-header .close-btn{position:absolute;left:16px;font-size:20px;cursor:pointer}.mobile-filter-header h3{text-align:center;font-weight:500;font-size:18px}.mobile-filter-body{flex:1;overflow-y:auto;padding:0}.breadcrumb a{color:#777;font-size:16px;margin-bottom:20px;text-decoration:none}.image-section{display:flex;gap:10px;flex:1;min-width:320px}.main-image img{width:100%;height:100%;object-fit:cover;border-radius:8px;display:block}.singleproduct-rec-likes{position:absolute;bottom:15px;right:15px;background:#ffffffe6;padding:10px 18px;border-radius:24px;font-size:14px;font-weight:500;display:flex;align-items:center;gap:4px;z-index:5}.details-section{flex:1;min-width:320px}.buy-btn{background:#000;color:#fff;border:none;padding:10px 16px;border-radius:6px;font-size:15px;cursor:pointer;text-decoration:none;display:inline-block;text-align:center}.offer-btn,.seller-btn-new{background:#fff;border:1px solid #ccc;padding:10px;border-radius:6px;font-size:15px;cursor:pointer}@media (max-width: 1023px){.product-container{flex-direction:column;align-items:center}.image-section{flex-direction:column;align-items:center;min-width:0px}.thumbnail-list{flex-direction:row;max-height:none;overflow-x:auto;justify-content:center}.details-section{width:100%;text-align:left}.product-info p{justify-content:space-between;width:100%}.member-section{flex-direction:column;gap:1.5rem;padding:1.5rem}.member-right{padding-left:0;border:none}.items-grid,.rec-grid{justify-content:center}}@media (max-width: 767px){.product-page{width:94%;margin:20px auto}.breadcrumb{font-size:14px;margin-bottom:10px}.thumbnail{width:65px;height:80px}.main-image img{max-height:350px}.details-section h2{font-size:18px}.price{flex-direction:column;align-items:flex-start}.button-group{flex-direction:column;gap:8px}.member-section{padding:1rem}.bundle-actions{flex-direction:row;align-items:flex-start}.items-grid{justify-content:center;gap:1rem}.item-card{width:48%}.rec-grid{justify-content:center;gap:15px}.rec-card{flex:1 1 45%}}@media (max-width: 768px){.product-container{flex-direction:column}.image-section{flex-direction:column;align-items:center}.thumbnail-list{flex-direction:row;max-height:none;overflow-x:auto}.thumbnail{width:100%;height:100%}.singleproduct-rec-likes{bottom:10px;right:10px}}.item-card img{width:100%;border-radius:8px}.product-content{display:flex;justify-content:space-between}.see-more-btn{margin-top:1.5rem;padding:.6rem 1.5rem;border-radius:20px;border:1px solid #000;background:#fff;cursor:pointer;font-weight:500}a.seller-Link{text-decoration:none;color:inherit}.seller-name a{font-weight:600;text-decoration:none;color:inherit}.single-follow-btn{border:none;padding:.2rem 1.2rem;border-radius:8px;margin-top:.8rem;cursor:pointer;font-weight:500;text-align:center;transition:.3s}.new-btn{border:none;background:#fff;font-size:16px;font-weight:500;cursor:pointer}.rec-grid{display:flex;cursor:pointer;flex-wrap:wrap;gap:20px}.rec-card{flex:1 1 220px;max-width:230px;background:#fff;border-radius:10px;overflow:hidden}.rec-info{display:flex;justify-content:space-between;align-items:flex-start;padding:6px;margin-top:10px}.rec-details{display:flex;text-align:left;flex-direction:column}.rec-button{color:#000;margin:30px auto 0;display:block;border:1px solid #000;border-radius:20px;background:transparent;padding:8px 30px;font-size:14px;cursor:pointer;transition:.3s}.lightbox-image{max-width:95vw;max-height:170vh;object-fit:contain;z-index:10;transition:transform .3s ease}@media (max-width: 480px){.lightbox-container{padding:0 25px}.lightbox-image{max-width:95vw;max-height:90vh}.lightbox-arrow.left{left:5px}.lightbox-arrow.right{right:5px}.lightbox-close{font-size:16px;top:5px;right:5px}}.checkout-container{display:flex;justify-content:space-between;width:90%;margin:50px auto;gap:40px;font-family:Poppins,sans-serif}.checkout-left{flex:2}.checkout-path{color:#777;font-size:16px;margin-bottom:10px}.checkout-heading{font-size:22px;font-weight:600;margin-bottom:20px}.product-card{display:flex;align-items:center;gap:15px;margin-bottom:20px}.product-image{width:110px;height:130px;border-radius:8px;object-fit:cover}.product-info p{margin:0}.product-name{font-weight:500;font-size:15px}.product-price{font-size:14px;color:#555}.checkout-box{border:1px solid #ccc;border-radius:6px;padding:12px 15px;margin-bottom:15px;display:flex;justify-content:space-between;align-items:center;cursor:pointer}.checkout-box p{margin:0;font-size:14px;color:#333}.section-title{font-size:15px;margin:15px 0 8px;font-weight:500}.delivery-options{display:flex;flex-direction:column;gap:10px}.delivery-option{border:1px solid #ccc;border-radius:6px;padding:12px 15px;display:flex;justify-content:space-between;align-items:center;cursor:pointer}.delivery-option .delivery-text{display:flex;flex-direction:column;gap:4px}.delivery-option p{font-size:14px;margin:0}.delivery-option span{color:#555;font-size:13px}.payment-methods p{font-size:14px;margin:0 0 8px}.payment-icons{display:flex;gap:8px}.payment-icons img{width:35px;height:auto}.checkout-right{flex:1;margin-top:40px}.summary-card{border:1px solid #ddd;border-radius:8px;padding:20px}.summary-title{font-weight:600;font-size:20px;margin-bottom:5px}.summary-subtitle{color:#555;font-size:14px;font-weight:400;margin-bottom:15px;margin-top:20px;border-bottom:1px solid rgb(210,207,207)}.summary-saving hr{background:#ccc}.summary-row{display:flex;justify-content:space-between;font-size:14px;margin-bottom:12px}.summary-saving{background:#f5f5f5;border-radius:6px;padding:14px;text-align:left;font-size:13px;color:#333;margin:12px 0}.total{font-weight:600;font-size:15px;margin-top:10px}.pay-btn{width:100%;background:#000;color:#fff;border:none;padding:12px;border-radius:4px;cursor:pointer;font-size:15px;margin-top:15px}.secure-note{font-size:12px;color:#777;margin-top:20px;text-align:center}@media (max-width: 1024px){.checkout-container{flex-direction:column;width:95%;gap:30px}.checkout-right{margin-top:0}.summary-card{width:100%}.checkout-left{flex:unset}}@media (max-width: 768px){.checkout-container{width:95%;margin:30px auto}.product-card{flex-direction:column;align-items:flex-start}.product-image{width:100%;height:auto}.delivery-option{flex-direction:column;align-items:flex-start;gap:6px}.checkout-box{flex-direction:row}.payment-icons img{width:30px}.summary-card{padding:16px}.checkout-heading,.summary-title{font-size:18px}.summary-row{font-size:13px}.pay-btn{font-size:14px;padding:10px}}@media (max-width: 480px){.checkout-path{font-size:13px}.checkout-heading{font-size:16px}.product-name{font-size:14px}.delivery-option p,.delivery-option span{font-size:13px}.pay-btn{font-size:13px;padding:8px}.summary-card{padding:12px}}.payment-success-container{display:flex;justify-content:center;align-items:center;height:100vh;font-family:Poppins,sans-serif;background-color:#fff;padding:20px;box-sizing:border-box}.payment-box{text-align:center;max-width:600px;width:100%}.checkmark{font-size:50px;color:#009b5a;border:3px solid #009b5a;border-radius:50%;width:80px;height:80px;display:flex;justify-content:center;align-items:center;margin:0 auto 20px}.success-title{font-size:28px;color:#009b5a;font-weight:600;margin-bottom:15px}.success-text{font-size:16px;color:#333;margin:8px 0;line-height:1.6}.contact-text{font-size:15px;margin-top:20px;color:#444}.contact-number{font-weight:500;font-size:16px;color:#222;margin-top:6px}.or-text{font-size:14px;margin:8px 0;color:#555}.email-text{font-size:14px;color:#444;text-transform:capitalize}@media (max-width: 600px){.checkmark{width:60px;height:60px;font-size:35px}.success-title{font-size:22px}.success-text,.contact-text,.contact-number,.or-text,.email-text{font-size:14px}.payment-box{padding:10px}}.women-banner{width:100%;height:80vh;background-size:cover;background-position:center;display:flex;justify-content:center;align-items:center;font-family:Plus Jakarta Sans,sans-serif;padding:0 5%}.women-banner-content{text-align:center;color:#fff;border-radius:10px}.women-banner-content h1{font-size:4rem;line-height:1.2}@media (max-width: 1024px){.women-banner{height:60vh}.women-banner-content h1{font-size:3rem}}@media (max-width: 768px){.women-banner{height:50vh}.women-banner-content h1{font-size:2.6rem}}@media (max-width: 480px){.women-banner{height:40vh}.women-banner-content h1{font-size:2.6rem}}.women-top-picks{width:100%;padding:50px 5%;box-sizing:border-box}.women-top-picks-header{display:flex;flex-direction:column;gap:10px;margin-bottom:25px}.women-top-picks-filters-row{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:15px}.women-top-picks-filters{display:flex;flex-wrap:wrap;gap:10px}.women-filter-btn,.women-top-picks-filters select{padding:8px 14px;border:1px solid #ccc;border-radius:6px;background:#ebeaea;font-size:1rem;cursor:pointer}.women-filter-btn.active{background:#000;color:#fff;border-color:#000}.women-filter-dropdown{position:relative;display:inline-block}.women-filter-toggle{padding:8px 12px;background:#fff;color:#000;border:1px solid #ccc;font-size:16px;border-radius:8px;cursor:pointer;display:flex;align-items:center;gap:8px}.women-filter-menu{position:absolute;top:110%;left:0;width:220px;background:#fff;border:1px solid #ddd;border-radius:10px;box-shadow:0 2px 8px #0000001a;z-index:1000;padding:10px}.women-filter-search{width:100%;padding:6px 8px;border:1px solid #ddd;border-radius:6px;margin-bottom:10px;font-size:16px}.women-filter-category{margin-bottom:10px}.women-filter-category-title{font-weight:500;cursor:pointer;display:flex;justify-content:space-between;align-items:center;padding:6px 0}.women-filter-subcategories{padding-left:4px;margin-top:6px}.women-filter-subcategories label{display:flex;align-items:center;gap:8px;font-size:16px;margin-bottom:8px}.women-top-picks-path{display:flex;justify-content:space-between;align-items:center;margin:20px 0;flex-wrap:wrap}.women-top-picks-path h2{font-size:1rem;font-weight:500;color:#333;margin:0}.women-top-picks-path p{font-size:.95rem;color:#777;margin:0}.women-top-picks-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:20px}.women-top-pick-card{background:#fff;border-radius:5px;overflow:hidden;transition:box-shadow .3s ease;cursor:pointer}.women-top-pick-image{width:100%;padding-top:120%;background-size:cover;background-position:center;position:relative}.women-top-pick-like{position:absolute;bottom:10px;right:10px;background:#ffffffe6;padding:8px;border-radius:4px;display:flex;align-items:center;gap:4px;font-size:.8rem}.women-top-pick-info{display:flex;justify-content:space-between;align-items:flex-start;padding:12px 6px;color:#333}.women-top-pick-info h3{font-size:.9rem;margin:0;font-weight:500}.women-top-pick-condition{font-size:.8rem;color:#999}.women-top-pick-price{font-weight:600;font-size:.9rem;white-space:nowrap}.women-top-picks-more{text-align:center;margin-top:30px}.women-top-picks-more button{background:#fff;color:#000;border:1px solid #ccc;border-radius:30px;padding:10px 28px;font-size:.9rem;cursor:pointer;transition:all .2s ease}.women-top-picks-more button:hover{border-color:#000;color:#000}.women-sort-by-dropdown{flex-shrink:0}.women-sort-by-dropdown select{padding:8px 14px;border:1px solid #ccc;border-radius:6px;background:#ebeaea;font-size:1rem;cursor:pointer}@media (max-width: 1024px){.women-top-picks-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.women-top-picks{padding:20px}.women-top-picks-grid{grid-template-columns:repeat(2,1fr)}.women-top-picks-filters-row{flex-direction:column;align-items:flex-end}}@media (max-width: 480px){.women-top-picks-grid{grid-template-columns:repeat(2,1fr)}}.kids-banner{width:100%;height:80vh;background-size:cover;background-position:center;display:flex;justify-content:center;align-items:center;font-family:Plus Jakarta Sans,sans-serif;padding:0 5%}.kids-banner-content{text-align:center;color:#fff;border-radius:10px}.kids-banner-content h1{font-size:4rem;line-height:1.2}@media (max-width: 1024px){.kids-banner{height:60vh}.kids-banner-content h1{font-size:3rem}}@media (max-width: 768px){.kids-banner{height:50vh}.kids-banner-content h1{font-size:2.6rem}}@media (max-width: 480px){.kids-banner{height:40vh}.kids-banner-content h1{font-size:2.6rem}}.kids-top-picks{width:100%;padding:60px 5%;box-sizing:border-box}.kids-top-picks-header{display:flex;flex-direction:column;gap:20px;margin-bottom:25px}.kids-top-picks-filters-row{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:15px}.kids-top-picks-filters{display:flex;flex-wrap:wrap;gap:10px}.kids-filter-btn,.kids-top-picks-filters select{padding:8px 14px;border:1px solid #ccc;border-radius:6px;background:#ebeaea;font-size:1rem;cursor:pointer}.kids-filter-btn.active{background:#000;color:#fff;border-color:#000}.kids-filter-dropdown{position:relative;display:inline-block}.kids-filter-toggle{padding:8px 12px;background:#fff;color:#000;border:1px solid #ccc;font-size:16px;border-radius:8px;cursor:pointer;display:flex;align-items:center;gap:8px}.kids-filter-menu{position:absolute;top:110%;left:0;width:220px;background:#fff;border:1px solid #ddd;border-radius:10px;box-shadow:0 2px 8px #0000001a;z-index:1000;padding:10px}.kids-filter-search{width:100%;padding:6px 8px;border:1px solid #ddd;border-radius:6px;margin-bottom:10px;font-size:16px}.kids-filter-category{margin-bottom:10px}.kids-filter-category-title{font-weight:500;cursor:pointer;display:flex;justify-content:space-between;align-items:center;padding:6px 0}.kids-filter-subcategories{padding-left:4px;margin-top:6px}.kids-filter-subcategories label{display:flex;align-items:center;gap:8px;font-size:16px;margin-bottom:8px}.kids-top-picks-path{display:flex;justify-content:space-between;align-items:center;margin:20px 0;flex-wrap:wrap}.kids-top-picks-path h2{font-size:1rem;font-weight:500;color:#333;margin:0}.kids-top-picks-path p{font-size:.95rem;color:#777;margin:0}.kids-top-picks-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:20px}.kids-top-pick-card{background:#fff;border-radius:5px;overflow:hidden;transition:box-shadow .3s ease;cursor:pointer}.kids-top-pick-image{width:100%;padding-top:120%;background-size:cover;background-position:center;position:relative}.kids-top-pick-like{position:absolute;bottom:10px;right:10px;background:#ffffffe6;padding:8px;border-radius:4px;display:flex;align-items:center;gap:4px;font-size:.8rem}.kids-top-pick-info{display:flex;justify-content:space-between;align-items:flex-start;padding:12px 6px;color:#333}.kids-top-pick-info h3{font-size:.9rem;margin:0;font-weight:500}.kids-top-pick-condition{font-size:.8rem;color:#999}.kids-top-pick-price{font-weight:600;font-size:.9rem;white-space:nowrap}.kids-top-picks-more{text-align:center;margin-top:30px}.kids-top-picks-more button{background:#fff;color:#000;border:1px solid #ccc;border-radius:30px;padding:10px 28px;font-size:.9rem;cursor:pointer;transition:all .2s ease}.kids-top-picks-more button:hover{border-color:#000;color:#000}.kids-sort-by-dropdown{flex-shrink:0}.kids-sort-by-dropdown select{padding:8px 14px;border:1px solid #ccc;border-radius:6px;background:#ebeaea;font-size:1rem;cursor:pointer}@media (max-width: 1024px){.kids-top-picks-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.kids-top-picks{padding:20px}.kids-top-picks-grid{grid-template-columns:repeat(2,1fr)}.kids-top-picks-filters-row{flex-direction:column;align-items:flex-end}}@media (max-width: 480px){.kids-top-picks-grid{grid-template-columns:repeat(2,1fr)}}.electronics-banner{width:100%;height:80vh;background-size:cover;background-position:center;display:flex;justify-content:center;align-items:center;font-family:Plus Jakarta Sans,sans-serif;padding:0 5%}.electronics-banner-content{text-align:center;color:#fff;border-radius:10px}.electronics-banner-content h1{font-size:4rem;line-height:1.2}@media (max-width: 1024px){.electronics-banner{height:60vh}.electronics-banner-content h1{font-size:3rem}}@media (max-width: 768px){.electronics-banner{height:50vh}.electronics-banner-content h1{font-size:2.6rem}}@media (max-width: 480px){.electronics-banner{height:40vh}.electronics-banner-content h1{font-size:2.6rem}}.electronics-top-picks{width:100%;padding:60px 5%;box-sizing:border-box}.electronics-top-picks-header{display:flex;flex-direction:column;gap:20px;margin-bottom:25px}.electronics-top-picks-filters-row{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:15px}.electronics-top-picks-filters{display:flex;flex-wrap:wrap;gap:10px}.electronics-filter-btn,.electronics-top-picks-filters select{padding:8px 14px;border:1px solid #ccc;border-radius:6px;background:#ebeaea;font-size:1rem;cursor:pointer}.electronics-filter-btn.active{background:#000;color:#fff;border-color:#000}.electronics-filter-dropdown{position:relative;display:inline-block}.electronics-filter-toggle{padding:8px 12px;background:#fff;color:#000;border:1px solid #ccc;font-size:16px;border-radius:8px;cursor:pointer;display:flex;align-items:center;gap:8px}.electronics-filter-menu{position:absolute;top:110%;left:0;width:220px;background:#fff;border:1px solid #ddd;border-radius:10px;box-shadow:0 2px 8px #0000001a;z-index:1000;padding:10px}.electronics-filter-search{width:100%;padding:6px 8px;border:1px solid #ddd;border-radius:6px;margin-bottom:10px;font-size:16px}.electronics-filter-category{margin-bottom:10px}.electronics-filter-category-title{font-weight:500;cursor:pointer;display:flex;justify-content:space-between;align-items:center;padding:6px 0}.electronics-filter-subcategories{padding-left:4px;margin-top:6px}.electronics-filter-subcategories label{display:flex;align-items:center;gap:8px;font-size:16px;margin-bottom:8px}.electronics-top-picks-path{display:flex;justify-content:space-between;align-items:center;margin:20px 0;flex-wrap:wrap}.electronics-top-picks-path h2{font-size:1rem;font-weight:500;color:#333;margin:0}.electronics-top-picks-path p{font-size:.95rem;color:#777;margin:0}.electronics-top-picks-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:20px}.electronics-top-pick-card{background:#fff;border-radius:5px;overflow:hidden;transition:box-shadow .3s ease;cursor:pointer}.electronics-top-pick-image{width:100%;padding-top:120%;background-size:cover;background-position:center;position:relative}.electronics-top-pick-like{position:absolute;bottom:10px;right:10px;background:#ffffffe6;padding:8px;border-radius:4px;display:flex;align-items:center;gap:4px;font-size:.8rem}.electronics-top-pick-info{display:flex;justify-content:space-between;align-items:flex-start;padding:12px 6px;color:#333}.electronics-top-pick-info h3{font-size:.9rem;margin:0;font-weight:500}.electronics-top-pick-condition{font-size:.8rem;color:#999}.electronics-top-pick-price{font-weight:600;font-size:.9rem;white-space:nowrap}.electronics-top-picks-more{text-align:center;margin-top:30px}.electronics-top-picks-more button{background:#fff;color:#000;border:1px solid #ccc;border-radius:30px;padding:10px 28px;font-size:.9rem;cursor:pointer;transition:all .2s ease}.electronics-top-picks-more button:hover{border-color:#000;color:#000}.electronics-sort-by-dropdown{flex-shrink:0}.electronics-sort-by-dropdown select{padding:8px 14px;border:1px solid #ccc;border-radius:6px;background:#ebeaea;font-size:1rem;cursor:pointer}@media (max-width: 1024px){.electronics-top-picks-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.electronics-top-picks{padding:20px}.electronics-top-picks-grid{grid-template-columns:repeat(2,1fr)}.electronics-top-picks-filters-row{flex-direction:column;align-items:flex-end}}@media (max-width: 480px){.electronics-top-picks-grid{grid-template-columns:repeat(2,1fr)}}.sports-banner{width:100%;height:80vh;background-size:cover;background-position:center;display:flex;justify-content:center;align-items:center;font-family:Plus Jakarta Sans,sans-serif;padding:0 5%}.sports-banner-content{text-align:center;color:#fff;border-radius:10px}.sports-banner-content h1{font-size:4rem;line-height:1.2}@media (max-width: 1024px){.sports-banner{height:60vh}.sports-banner-content h1{font-size:3rem}}@media (max-width: 768px){.sports-banner{height:50vh}.sports-banner-content h1{font-size:2.6rem}}@media (max-width: 480px){.sports-banner{height:40vh}.sports-banner-content h1{font-size:2.6rem}}.sports-top-picks{width:100%;padding:60px 5%;box-sizing:border-box}.sports-top-picks-header{display:flex;flex-direction:column;gap:20px;margin-bottom:25px}.sports-top-picks-filters-row{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:15px}.sports-top-picks-filters{display:flex;flex-wrap:wrap;gap:10px}.sports-filter-btn,.sports-top-picks-filters select{padding:8px 14px;border:1px solid #ccc;border-radius:6px;background:#ebeaea;font-size:1rem;cursor:pointer}.sports-filter-btn.active{background:#000;color:#fff;border-color:#000}.sports-filter-dropdown{position:relative;display:inline-block}.sports-filter-toggle{padding:8px 12px;background:#fff;border:1px solid #ccc;font-size:16px;color:#000;border-radius:8px;cursor:pointer;display:flex;align-items:center;gap:8px}.sports-filter-menu{position:absolute;top:110%;left:0;width:220px;background:#fff;border:1px solid #ddd;border-radius:10px;box-shadow:0 2px 8px #0000001a;z-index:1000;padding:10px}.sports-filter-search{width:100%;padding:6px 8px;border:1px solid #ddd;border-radius:6px;margin-bottom:10px;font-size:16px}.sports-filter-category{margin-bottom:10px}.sports-filter-category-title{font-weight:500;cursor:pointer;display:flex;justify-content:space-between;align-items:center;padding:6px 0}.sports-filter-subcategories{padding-left:4px;margin-top:6px}.sports-filter-subcategories label{display:flex;align-items:center;gap:8px;font-size:16px;margin-bottom:8px}.sports-top-picks-path{display:flex;justify-content:space-between;align-items:center;margin:20px 0;flex-wrap:wrap}.sports-top-picks-path h2{font-size:1rem;font-weight:500;color:#333;margin:0}.sports-top-picks-path p{font-size:.95rem;color:#777;margin:0}.sports-top-picks-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:20px}.sports-top-pick-card{background:#fff;border-radius:5px;overflow:hidden;transition:box-shadow .3s ease;cursor:pointer}.sports-top-pick-image{width:100%;padding-top:120%;background-size:cover;background-position:center;position:relative}.sports-top-pick-like{position:absolute;bottom:10px;right:10px;background:#ffffffe6;padding:8px;border-radius:4px;display:flex;align-items:center;gap:4px;font-size:.8rem}.sports-top-pick-info{display:flex;justify-content:space-between;align-items:flex-start;padding:12px 6px;color:#333}.sports-top-pick-info h3{font-size:1rem;margin:0;font-weight:500}.sports-top-pick-condition{font-size:.8rem;color:#999}.sports-top-pick-price{font-weight:600;font-size:.9rem;white-space:nowrap}.sports-top-picks-more{text-align:center;margin-top:30px}.sports-top-picks-more button{background:#fff;color:#000;border:1px solid #ccc;border-radius:30px;padding:10px 28px;font-size:.9rem;cursor:pointer;transition:all .2s ease}.sports-top-picks-more button:hover{border-color:#000;color:#000}.sports-sort-by-dropdown{flex-shrink:0}.sports-sort-by-dropdown select{padding:8px 14px;border:1px solid #ccc;border-radius:6px;background:#ebeaea;font-size:1rem;cursor:pointer}@media (max-width: 1024px){.sports-top-picks-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.sports-top-picks{padding:20px}.sports-top-picks-grid{grid-template-columns:repeat(2,1fr)}.sports-top-picks-filters-row{flex-direction:column;align-items:flex-end}}@media (max-width: 480px){.sports-top-picks-grid{grid-template-columns:repeat(2,1fr)}}.entertainment-banner{width:100%;height:80vh;background-size:cover;background-position:center;display:flex;justify-content:center;align-items:center;font-family:Plus Jakarta Sans,sans-serif;padding:0 5%}.entertainment-banner-content{text-align:center;color:#fff;border-radius:10px}.entertainment-banner-content h1{font-size:4rem;line-height:1.2}@media (max-width: 1024px){.entertainment-banner{height:60vh}.entertainment-banner-content h1{font-size:3rem}}@media (max-width: 768px){.entertainment-banner{height:50vh}.entertainment-banner-content h1{font-size:2.6rem}}@media (max-width: 480px){.entertainment-banner{height:40vh}.entertainment-banner-content h1{font-size:2.6rem}}.entertainment-top-picks{width:100%;padding:60px 5%;box-sizing:border-box}.entertainment-top-picks-header{display:flex;flex-direction:column;gap:20px;margin-bottom:25px}.entertainment-top-picks-filters-row{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:15px}.entertainment-top-picks-filters{display:flex;flex-wrap:wrap;gap:10px}.entertainment-filter-btn,.entertainment-top-picks-filters select{padding:8px 14px;border:1px solid #ccc;border-radius:6px;background:#ebeaea;font-size:1rem;cursor:pointer}.entertainment-filter-btn.active{background:#000;color:#fff;border-color:#000}.entertainment-filter-dropdown{position:relative;display:inline-block}.entertainment-filter-toggle{padding:8px 12px;background:#fff;border:1px solid #ccc;color:#000;font-size:16px;border-radius:8px;cursor:pointer;display:flex;align-items:center;gap:8px}.entertainment-filter-menu{position:absolute;top:110%;left:0;width:220px;background:#fff;border:1px solid #ddd;border-radius:10px;box-shadow:0 2px 8px #0000001a;z-index:1000;padding:10px}.entertainment-filter-search{width:100%;padding:6px 8px;border:1px solid #ddd;border-radius:6px;margin-bottom:10px;font-size:16px}.entertainment-filter-category{margin-bottom:10px}.entertainment-filter-category-title{font-weight:500;cursor:pointer;display:flex;justify-content:space-between;align-items:center;padding:6px 0}.entertainment-filter-subcategories{padding-left:4px;margin-top:6px}.entertainment-filter-subcategories label{display:flex;align-items:center;gap:8px;font-size:16px;margin-bottom:8px}.entertainment-top-picks-path{display:flex;justify-content:space-between;align-items:center;margin:20px 0;flex-wrap:wrap}.entertainment-top-picks-path h2{font-size:1rem;font-weight:500;color:#333;margin:0}.entertainment-top-picks-path p{font-size:.95rem;color:#777;margin:0}.entertainment-top-picks-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:25px}.entertainment-top-pick-card{background:#fff;border-radius:5px;overflow:hidden;transition:box-shadow .3s ease;cursor:pointer}.entertainment-top-pick-card:hover{box-shadow:12px 4px 12px #00000014}.entertainment-top-pick-image{width:100%;padding-top:120%;background-size:cover;background-position:center;position:relative}.entertainment-top-pick-like{position:absolute;bottom:10px;right:10px;background:#ffffffe6;padding:8px;border-radius:4px;display:flex;align-items:center;gap:4px;font-size:.8rem}.entertainment-top-pick-info{display:flex;justify-content:space-between;align-items:flex-start;padding:12px 6px;color:#333}.entertainment-top-pick-info h3{font-size:.9rem;margin:0;font-weight:500}.entertainment-top-pick-condition{font-size:.8rem;color:#999}.entertainment-top-pick-price{font-weight:600;font-size:.9rem;white-space:nowrap}.entertainment-top-picks-more{text-align:center;margin-top:30px}.entertainment-top-picks-more button{background:#fff;color:#000;border:1px solid #ccc;border-radius:30px;padding:10px 28px;font-size:.9rem;cursor:pointer;transition:all .2s ease}.entertainment-top-picks-more button:hover{border-color:#000;color:#000}.entertainment-sort-by-dropdown{flex-shrink:0}.entertainment-sort-by-dropdown select{padding:8px 14px;border:1px solid #ccc;border-radius:6px;background:#ebeaea;font-size:1rem;cursor:pointer}@media (max-width: 1024px){.entertainment-top-picks-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.entertainment-top-picks{padding:20px}.entertainment-top-picks-grid{grid-template-columns:repeat(2,1fr)}.entertainment-top-picks-filters-row{flex-direction:column;align-items:flex-end}}@media (max-width: 480px){.entertainment-top-picks-grid{grid-template-columns:repeat(2,1fr)}}.accessories-banner{width:100%;height:80vh;background-size:cover;background-position:center;display:flex;justify-content:center;align-items:center;font-family:Plus Jakarta Sans,sans-serif;padding:0 5%}.accessories-banner-content{text-align:center;color:#fff;border-radius:10px}.accessories-banner-content h1{font-size:4rem;line-height:1.2}@media (max-width: 1024px){.accessories-banner{height:60vh}.accessories-banner-content h1{font-size:3rem}}@media (max-width: 768px){.accessories-banner{height:50vh}.accessories-banner-content h1{font-size:2.6rem}}@media (max-width: 480px){.accessories-banner{height:40vh}.accessories-banner-content h1{font-size:2.6rem}}.accessories-top-picks{width:100%;padding:60px 5%;box-sizing:border-box}.accessories-top-picks-header{display:flex;flex-direction:column;gap:20px;margin-bottom:25px}.accessories-top-picks-filters-row{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:15px}.accessories-top-picks-filters{display:flex;flex-wrap:wrap;gap:10px}.accessories-filter-btn,.accessories-top-picks-filters select{padding:8px 14px;border:1px solid #ccc;border-radius:6px;background:#ebeaea;font-size:1rem;cursor:pointer}.accessories-filter-btn.active{background:#000;color:#fff;border-color:#000}.accessories-filter-dropdown{position:relative;display:inline-block}.accessories-filter-toggle{padding:8px 12px;background:#fff;border:1px solid #ccc;color:#000;font-size:16px;border-radius:8px;cursor:pointer;display:flex;align-items:center;gap:8px}.accessories-filter-menu{position:absolute;top:110%;left:0;width:220px;background:#fff;border:1px solid #ddd;border-radius:10px;box-shadow:0 2px 8px #0000001a;z-index:1000;padding:10px}.accessories-filter-search{width:100%;padding:6px 8px;border:1px solid #ddd;border-radius:6px;margin-bottom:10px;font-size:16px}.accessories-filter-category{margin-bottom:10px}.accessories-filter-category-title{font-weight:500;cursor:pointer;display:flex;justify-content:space-between;align-items:center;padding:6px 0}.accessories-filter-subcategories{padding-left:4px;margin-top:6px}.accessories-filter-subcategories label{display:flex;align-items:center;gap:8px;font-size:16px;margin-bottom:8px}.accessories-top-picks-path{display:flex;justify-content:space-between;align-items:center;margin:20px 0;flex-wrap:wrap}.accessories-top-picks-path h2{font-size:1rem;font-weight:500;color:#333;margin:0}.accessories-top-picks-path p{font-size:.95rem;color:#777;margin:0}.accessories-top-picks-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:20px}.accessories-top-pick-card{background:#fff;border-radius:5px;overflow:hidden;transition:box-shadow .3s ease;cursor:pointer}.accessories-top-pick-image{width:100%;padding-top:120%;background-size:cover;background-position:center;position:relative}.accessories-top-pick-like{position:absolute;bottom:10px;right:10px;background:#ffffffe6;padding:8px;border-radius:4px;display:flex;align-items:center;gap:4px;font-size:.8rem}.accessories-top-pick-info{display:flex;justify-content:space-between;align-items:flex-start;padding:12px 6px;color:#333}.accessories-top-pick-info h3{font-size:.9rem;margin:0;font-weight:500}.accessories-top-pick-condition{font-size:.8rem;color:#999}.accessories-top-pick-price{font-weight:600;font-size:.95em;white-space:nowrap}.accessories-top-picks-more{text-align:center;margin-top:30px}.accessories-top-picks-more button{background:#fff;color:#000;border:1px solid #ccc;border-radius:30px;padding:10px 28px;font-size:.9rem;cursor:pointer;transition:all .2s ease}.accessories-top-picks-more button:hover{border-color:#000;color:#000}.accessories-sort-by-dropdown{flex-shrink:0}.accessories-sort-by-dropdown select{padding:8px 14px;border:1px solid #ccc;border-radius:6px;background:#ebeaea;font-size:1rem;cursor:pointer}@media (max-width: 1024px){.accessories-top-picks-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.accessories-top-picks{padding:20px}.accessories-top-picks-grid{grid-template-columns:repeat(2,1fr)}.accessories-top-picks-filters-row{flex-direction:column;align-items:flex-end}}@media (max-width: 480px){.accessories-top-picks-grid{grid-template-columns:repeat(2,1fr)}}.platform-banner{width:100%;height:80vh;background-size:cover;background-position:center;display:flex;justify-content:center;align-items:center;font-family:Plus Jakarta Sans,sans-serif;padding:0 5%}.platform-banner-content{text-align:center;color:#fff;border-radius:10px}.platform-banner-content h1{font-size:4rem;line-height:1.2}@media (max-width: 1024px){.platform-banner{height:60vh}.platform-banner-content h1{font-size:3rem}}@media (max-width: 768px){.platform-banner{height:50vh}.platform-banner-content h1{font-size:2.6rem}}@media (max-width: 480px){.platform-banner{height:40vh}.platform-banner-content h1{font-size:2.6rem}}.platform-top-picks{width:100%;padding:60px 5%;box-sizing:border-box}.platform-top-picks-header{display:flex;flex-direction:column;gap:20px;margin-bottom:25px}.platform-top-picks-filters-row{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:15px}.platform-top-picks-filters{display:flex;flex-wrap:wrap;gap:10px}.platform-filter-btn,.platform-top-picks-filters select{padding:8px 14px;border:1px solid #ccc;border-radius:6px;background:#ebeaea;font-size:1rem;cursor:pointer}.platform-filter-btn.active{background:#000;color:#fff;border-color:#000}.platform-filter-dropdown{position:relative;display:inline-block}.platform-filter-toggle{padding:8px 12px;background:#fff;color:#000;border:1px solid #ccc;font-size:16px;border-radius:8px;cursor:pointer;display:flex;align-items:center;gap:8px}.platform-filter-menu{position:absolute;top:110%;left:0;width:220px;background:#fff;border:1px solid #ddd;border-radius:10px;box-shadow:0 2px 8px #0000001a;z-index:1000;padding:10px}.platform-filter-search{width:100%;padding:6px 8px;border:1px solid #ddd;border-radius:6px;margin-bottom:10px;font-size:16px}.platform-filter-category{margin-bottom:10px}.platform-filter-category-title{font-weight:500;cursor:pointer;display:flex;justify-content:space-between;align-items:center;padding:6px 0}.platform-filter-subcategories{padding-left:4px;margin-top:6px}.platform-filter-subcategories label{display:flex;align-items:center;gap:8px;font-size:16px;margin-bottom:8px}.platform-top-picks-path{display:flex;justify-content:space-between;align-items:center;margin:20px 0;flex-wrap:wrap}.platform-top-picks-path h2{font-size:1rem;font-weight:500;color:#333;margin:0}.platform-top-picks-path p{font-size:.95rem;color:#777;margin:0}.platform-top-picks-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:25px}.platform-top-pick-card{background:#fff;border-radius:5px;overflow:hidden;transition:box-shadow .3s ease;cursor:pointer}.platform-top-pick-image{width:100%;padding-top:120%;background-size:cover;background-position:center;position:relative}.platform-top-pick-like{position:absolute;bottom:10px;right:10px;background:#ffffffe6;padding:8px;border-radius:4px;display:flex;align-items:center;gap:4px;font-size:.8rem}.platform-top-pick-info{display:flex;justify-content:space-between;align-items:flex-start;padding:12px 6px;color:#333}.platform-top-pick-info h3{font-size:.9rem;margin:0;font-weight:500}.platform-top-pick-condition{font-size:.8rem;color:#999}.platform-top-pick-price{font-weight:600;font-size:.9rem;white-space:nowrap}.platform-top-picks-more{text-align:center;margin-top:30px}.platform-top-picks-more button{color:#000;background:#fff;border:1px solid #ccc;border-radius:30px;padding:10px 28px;font-size:.9rem;cursor:pointer;transition:all .2s ease}.platform-top-picks-more button:hover{border-color:#000;color:#000}.platform-sort-by-dropdown{flex-shrink:0}.platform-sort-by-dropdown select{padding:8px 14px;border:1px solid #ccc;border-radius:6px;background:#ebeaea;font-size:1rem;cursor:pointer}@media (max-width: 1024px){.platform-top-picks-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.platform-top-picks{padding:20px}.platform-top-picks-grid{grid-template-columns:repeat(2,1fr)}.platform-top-picks-filters-row{flex-direction:column;align-items:flex-end}}@media (max-width: 480px){.platform-top-picks-grid{grid-template-columns:repeat(2,1fr)}}.sell-container{margin:30px auto;padding:20px 122px 40px;color:#222}.breadcrumb p{font-size:18px;color:#666;margin-bottom:10px}.sell-title{font-size:28px;margin-bottom:25px}.upload-box{border:1.5px dashed #ccc;border-radius:5px;text-align:center;padding:40px 20px;margin-bottom:20px}.upload-inner{display:flex;flex-direction:column;align-items:center;gap:8px}.upload-icon{width:32px;height:32px;color:#444}.drag-text{font-weight:600;font-size:20px}.or-text{color:#888;font-size:13px}.choose-btn{padding:6px 14px;border:1px solid #000;border-radius:4px;color:#000;background:#fff;cursor:pointer}.quality-box{display:flex;align-items:center;gap:8px;background:#f7f7f7;border-radius:4px;padding:18px 15px;margin-bottom:35px;margin-top:20px}.camera-icon{width:18px;height:18px;color:#555}.quality-box p{font-size:14px;color:#555}.quality-box a{color:#000;text-decoration:underline}.sell-form{display:flex;flex-direction:column;gap:20px}.form-row{display:flex;gap:60px}.form-group{flex:1;display:flex;flex-direction:column;gap:6px}label{font-size:16px;color:#333}input,select,textarea{padding:14px;border:1px solid #ccc;border-radius:6px;outline:none;font-size:15px}textarea{height:100px;resize:none}.full-width{width:100%}.button-group{display:flex;flex-direction:row;justify-content:flex-end;margin-top:15px;gap:10px}.save-draft{border:1px solid #000;font-size:16px;background:#fff;border-radius:4px;color:#000;padding:7px 16px;cursor:pointer}.upload-btn{border:none;background:#000;color:#fff;font-size:16px;border-radius:4px;padding:7px 16px;cursor:pointer}.dropdown-display{border:1px solid #ccc;border-radius:6px;padding:12px 14px;display:flex;justify-content:space-between;align-items:center;background:#fff}.brand-search-input{width:100%;padding:6px 8px;border:1px solid #ccc;border-radius:5px;font-size:14px;outline:none;margin-bottom:6px;box-sizing:border-box}.multi-select .dropdown-menu{max-height:220px;overflow-y:auto;padding:6px}.dropdown-menu{position:absolute;top:100%;left:0;width:100%;background:#fff;border:1px solid #ccc;border-radius:6px;box-shadow:0 4px 10px #0000001a;z-index:999;margin-top:4px;max-height:220px;overflow-y:auto}.dropdown-option{display:flex;justify-content:space-between;align-items:center;padding:10px 12px;cursor:pointer;transition:background .2s}.dropdown-option span:first-child{display:flex;align-items:center;gap:8px}.dropdown-option:hover{background:#f5f5f5}.brand-input-fix{width:100%;border:none;outline:none;background:transparent;font-size:15px;padding:0;height:20px;margin:0;box-sizing:border-box}.custom-checkbox{width:22px;height:22px;border:2px solid #000;border-radius:4px;display:inline-block;position:relative;margin-left:10px;cursor:pointer;transition:all .2s ease}.custom-checkbox.checked{background-color:#000}.custom-checkbox.checked:after{content:"✓";position:absolute;top:47%;left:50%;transform:translate(-50%,-50%) scale(1.1);color:#fff;font-size:16px;font-weight:700}.uploaded-image{position:relative;display:inline-block}.preview-image{width:100%;max-width:250px;height:auto;border-radius:6px;border:1px solid #ccc}.add-more{position:absolute;bottom:8px;right:8px;background:#000;color:#fff;border-radius:50%;padding:6px;cursor:pointer;display:flex;align-items:center;justify-content:center}.image-list{display:flex;flex-wrap:wrap;border:1.5px dashed #ccc;border-radius:8px;justify-content:flex-start;background:#fafafa}.image-item{position:relative;width:193px;height:180px;border-radius:8px;overflow:hidden;flex-shrink:0}.image-preview{width:100%;height:100%;object-fit:cover}.remove-icon{position:absolute;top:6px;right:6px;border:2px solid #ccc;background:#0009;color:#fff;border-radius:50%;padding:3px;cursor:pointer}.add-image{width:180px;height:180px;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s}.add-image:hover{background:#f0f0f0}@media (max-width: 1024px){.sell-container{padding:20px 60px 40px}.form-row{gap:30px}.dropdown-display{padding:10px 12px}input,select,textarea{padding:12px}.upload-box{padding:30px 15px}.sell-title{font-size:24px}}@media (max-width: 768px){.sell-container{padding:20px 25px 40px}.breadcrumb p{font-size:16px}.sell-title{font-size:22px}.form-row{flex-direction:column;gap:20px}.button-group{flex-direction:column;gap:12px}.upload-box{padding:25px 10px}.drag-text{font-size:18px}.image-item,.add-image{width:140px;height:140px}.dropdown-menu{max-height:180px}}@media (max-width: 480px){.sell-container{padding:20px 15px}.sell-title{font-size:20px}.drag-text{font-size:16px}input,select,textarea{font-size:14px}.image-item,.add-image{width:120px;height:120px}}.parcel-container{font-family:Poppins,sans-serif;width:100%;margin:30px auto}.parcel-label{display:block;font-size:16px;color:#333;margin-bottom:10px}.parcel-options{display:flex;flex-direction:column;gap:15px}.parcel-option{display:flex;justify-content:space-between;align-items:center;padding:6px 0;border-bottom:1px solid #ddd;cursor:pointer;transition:all .2s ease}.parcel-option:hover{background-color:#f9f9f9}.parcel-text{font-size:16px;color:#000}.parcel-radio{width:18px;height:18px;border:2px solid #000;border-radius:50%;display:inline-block;position:relative}.parcel-radio.checked:after{content:"";width:10px;height:10px;background:#000;border-radius:50%;position:absolute;top:2px;left:2px}.category-selector{background:#fff;border-radius:8px;padding:1rem;width:100%}.cat-header{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.cat-header h3{font-weight:500;font-size:16px}.back-btn{color:#000;background:none;border:none;cursor:pointer}.back-btn:hover{background:#f9f9f9}.cat-list{list-style:none;margin:0;padding:0}.cat-list li{display:flex;justify-content:space-between;align-items:center;padding:.6rem .8rem;border-bottom:1px solid #eee;cursor:pointer;transition:background .2s}.cat-list li:hover{background:#f9f9f9}.cat-item{display:flex;align-items:center;gap:.6rem}.arrow-right{color:#888}.attributes{margin-top:1rem}.attr-group{display:flex;flex-direction:column;gap:1rem}.attr-item{display:flex;flex-direction:column}.attr-item input{padding:8px;border:1px solid #ccc;border-radius:5px;outline:none}.attr-item input:focus{border-color:#000}.category-dropdown{position:relative;width:100%}.dropdown-display{border:1px solid #ccc;border-radius:6px;padding:10px 12px;background-color:#fff;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:border-color .2s ease}.dropdown-display:hover{border-color:#888}.arrow{transition:transform .3s ease}.arrow.open{transform:rotate(180deg)}.dropdown-panel{position:absolute;top:105%;left:0;width:100%;background:#fff;border:1px solid #ddd;border-radius:8px;z-index:10;box-shadow:0 4px 10px #0000001a;max-height:350px;overflow-y:auto}.order-container{display:flex;font-family:Arial,sans-serif;color:#222;background-color:#fff}.order-sidebar{width:300px;margin-left:35px;margin-top:15px;padding:20px;border-right:1px solid #eee}.order-breadcrumb{font-size:18px;color:#777;margin-bottom:20px}.order-menu{display:flex;flex-direction:column;gap:10px}.order-menu-item{display:flex;align-items:center;gap:8px;color:#000;background:none;border:none;text-align:left;font-size:17px;padding:12px;border-radius:6px;cursor:pointer;transition:background .2s}.order-menu-item:hover,.order-menu-item.active{background-color:#f4f4f4;color:#000}.order-icon{color:#333}.order-main{flex:1;padding:80px 40px}.order-tabs{display:flex;flex-wrap:wrap;gap:10px}.order-tab{padding:6px 14px;border:1px solid #ddd;background:#f9f9f9;color:#000;border-radius:6px;font-size:16px;cursor:pointer;transition:all .3s ease}.order-tab.active{background:#000;color:#fff}.order-tab.active:hover{background-color:#333}.order-tab:hover{background-color:#e8e8e8}.order-divider{border:none;border-top:1px solid #eee;margin:15px 0 25px}.order-grid{display:flex;flex-wrap:wrap;gap:20px}.order-card{background:#fff;border-radius:8px;padding:10px;max-width:350px;width:100%;transition:box-shadow .2s ease;text-align:center;display:flex;cursor:pointer;flex-direction:column;align-items:center}.order-image{width:100%;height:auto;object-fit:cover;border-radius:6px;margin-bottom:15px}.order-details{width:100%;display:flex;flex-direction:column;gap:8px}.order-top{display:flex;justify-content:space-between;align-items:flex-start;width:100%}.order-info{text-align:left}.order-info p{margin:5px}.order-id{font-size:14px;color:#777}.order-name{font-weight:700;font-size:17px;margin-top:3px}.order-condition{font-size:14px;color:#666;margin-top:2px}.order-price{font-size:16px;font-weight:600;margin-top:20px;color:#222}.order-btn{align-self:flex-start;padding:8px 12px;margin-top:10px;font-size:15px;border:none;background:#000;color:#fff;border-radius:4px;cursor:pointer;transition:background .2s ease}.order-btn:hover{background:#333}@media (max-width: 1024px){.order-container{flex-direction:column}.order-sidebar{width:100%;border-right:none;border-bottom:1px solid #eee;display:flex;justify-content:space-between;align-items:center}.order-menu{flex-direction:row;gap:15px}.order-main{padding:30px 20px}.order-grid{justify-content:center}.order-card{max-width:45%}}@media (max-width: 768px){.order-tabs{flex-direction:column;align-items:stretch}.order-tab{width:100%}.order-card{max-width:100%}.order-sidebar{flex-direction:column;align-items:flex-start;gap:10px}}@media (max-width: 480px){.order-main{padding:15px}.order-card{padding:8px}.order-btn{font-size:16px;padding:10px 8px}.order-price{font-size:16px}}.messages-container{display:flex;min-height:100vh;background:#fff;padding:20px 0 40px;font-family:Poppins,sans-serif}.chat-sidebar{width:300px;border-right:1px solid #ccc;padding:20px;margin-left:35px;display:flex;flex-direction:column;gap:15px}.breadcrumb{color:#777;margin-bottom:20px;font-size:16px}.search-box{position:relative}.search-box .search-icon{position:absolute;left:10px;top:50%;transform:translateY(-50%);color:#777}.search-box input{width:100%;padding:8px 10px 8px 36px;border:1px solid #eee;border-radius:6px;font-size:15px;outline:none}.sidebar-title{font-size:18px;font-weight:600}.all-chats-heading{display:flex;flex-direction:row;gap:10px;margin-top:10px}.all-chats-heading p{font-size:14px}.chat-list{display:flex;flex-direction:column;gap:12px}.chat-item{display:flex;align-items:center;gap:12px;padding:10px;border-radius:8px;cursor:pointer;transition:background .2s ease;position:relative}.chat-item:hover,.chat-item.active{background-color:#f6f6f6}.chat-item img{width:40px;height:40px;border-radius:50%}.chat-name{font-weight:600;font-size:15px;color:#222}.chat-snippet{font-size:13px;color:#777}.chat-time{position:absolute;right:10px;font-size:11px;color:#aaa}.chat-main{flex:1;display:flex;flex-direction:column}.chat-header{display:flex;justify-content:space-between;align-items:center;padding:80px 30px 40px;border-bottom:1px solid #eee}.chat-user{display:flex;align-items:center;gap:12px}.chat-user img{width:45px;height:45px;border-radius:50%}.chat-user h4{font-size:16px}.chat-user p{font-size:13px;color:#777}.active-status{font-size:12px;color:#00b660;font-weight:500}.chat-actions{display:flex;align-items:center;gap:12px}.message-icon{color:#000;cursor:pointer;transition:transform .2s ease}.message-icon:hover{transform:scale(1.1)}.cancel-offer{background:transparent;border:1px solid #f5a5a5;color:#ff4a4a;border-radius:20px;padding:6px 14px;cursor:pointer}.payment-btn{background:#00b660;color:#fff;border:none;border-radius:20px;padding:8px 16px;cursor:pointer}.chat-body{flex:1;padding:20px 40px;display:flex;flex-direction:column;gap:18px}.chat-message{display:flex;align-items:flex-end;gap:10px}.chat-message img{width:36px;height:36px;border-radius:50%}.message-bubble{max-width:60%;padding:10px 14px;border-radius:18px;font-size:14px;line-height:1.5;position:relative}.message-bubble span{display:block;margin-top:4px;font-size:11px;color:#999;text-align:right}.sender{flex-direction:row}.sender .message-bubble{background:#f1f1f1;color:#333;border-top-left-radius:0}.receiver{flex-direction:row-reverse}.receiver .message-bubble{background:#000;color:#fff;border-top-right-radius:0}.chat-input{border-top:1px solid #eee;padding:14px 20px;display:flex;justify-content:center;background:#fff}.input-wrapper{position:relative;width:100%}.input-wrapper input{width:100%;padding:12px 100px 12px 40px;border:1px solid #ccc;border-radius:30px;font-size:16px;outline:none;transition:border-color .3s}.input-wrapper input:focus{border-color:#000}.left-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:#777;cursor:pointer;transition:color .3s}.right-icons{position:absolute;right:14px;top:50%;transform:translateY(-50%);display:flex;gap:10px}.input-icon{color:#000;cursor:pointer;transition:color .3s}.input-icon:hover{color:#000}@media (max-width: 1024px){.messages-container{flex-direction:column;padding:0}.chat-sidebar{width:100%;margin-left:0;padding:15px;border-right:none;border-bottom:1px solid #eee}.chat-main{width:100%}.chat-header{padding:30px 20px}.chat-body{padding:20px}.chat-item img{width:35px;height:35px}.chat-user img{width:40px;height:40px}}@media (max-width: 768px){.chat-sidebar{display:none}.chat-header{padding:20px 15px;flex-direction:column;align-items:flex-start;gap:10px}.chat-user h4{font-size:15px}.chat-user p{font-size:12px}.chat-body{padding:15px}.message-bubble{max-width:80%;font-size:13px}.input-wrapper input{padding:10px 70px 10px 40px;font-size:14px}.right-icons{gap:8px}.cancel-offer,.payment-btn{padding:6px 10px;font-size:13px}}@media (max-width: 480px){.chat-sidebar{display:none}.chat-header{padding:15px 10px}.chat-user img{width:35px;height:35px}.chat-body{padding:10px}.message-bubble{font-size:12px;max-width:90%}.chat-input{padding:10px}.input-wrapper input{padding:8px 60px 8px 36px;font-size:13px}.left-icon,.input-icon{font-size:16px}}.notifications-container{padding:40px 50px;background-color:#fff;min-height:100vh;color:#222}.notifications-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.breadcrumb-notification{color:#777;font-size:17px}.mark-read-btn{background:#000;color:#fff;border:none;border-radius:20px;padding:8px 18px;font-size:16px;cursor:pointer}.notification-list{display:flex;flex-direction:column;gap:10px}.notification-item{display:flex;justify-content:space-between;align-items:center;padding:16px 18px;border-radius:6px;background-color:#fff;transition:background .3s ease}.notification-item.active{background-color:#f4f4f4}.notification-item:hover{background-color:#f8f8f8}.notification-left{display:flex;align-items:center;gap:14px}.notification-icon{background-color:#f5f5f5;border-radius:50%;padding:8px;display:flex;align-items:center;justify-content:center;color:#333}.notification-text h4{font-size:15px;font-weight:600;margin-bottom:3px}.notification-text p{font-size:13px;color:#777}.notification-time{font-size:13px;color:#999}@media (max-width: 768px){.notifications-container{padding:20px}.notification-item{flex-direction:column;align-items:flex-start;gap:6px}.notification-time{align-self:flex-end}}@media (max-width: 480px){.notifications-header{flex-direction:column;align-items:flex-start;gap:10px}.mark-read-btn{align-self:flex-start;margin-bottom:10px}}.personalization-container{display:flex;height:100vh;background-color:#fff;overflow:hidden}.sidebar{width:300px;background-color:#fff;border-right:1px solid #eaeaea;padding:20px;margin-top:15px}.sidebar ul{list-style:none;padding:0}.sidebar li{padding:10px 14px;margin-bottom:10px;border-radius:6px;font-size:16px;color:#333;cursor:pointer}.sidebar li.active{background-color:#000;color:#fff}.main-content{flex:1;padding:50px 60px}.main-content h2{font-size:36px;font-weight:600;margin-bottom:4px;color:#000}.main-content p{color:#6b7280;font-size:13px;margin-bottom:30px}.category-list{display:flex;flex-direction:column;gap:16px}.category-item{display:flex;align-items:center;justify-content:space-between;border-radius:10px;padding:4px;transition:background-color .3s}.category-item:hover{background-color:#f9f9f9}.icon-box{width:50px;height:50px;background-color:#f0f2f5;border-radius:10px;display:flex;align-items:center;justify-content:center}.text-box{flex:1;font-size:18px;margin-left:12px}.category-name{font-weight:600;color:#111;display:block}.category-sub{font-size:14px;color:#6b7280}.checkbox{width:18px;height:18px;cursor:pointer}@media (max-width: 992px){.personalization-container{flex-direction:column;height:auto}.sidebar{width:100%;border-right:none;border-bottom:1px solid #eaeaea;margin-top:0}.main-content{padding:30px 25px}.main-content h2{font-size:30px}.text-box{font-size:16px}.icon-box{width:45px;height:45px}}@media (max-width: 600px){.personalization-container{flex-direction:column;height:auto}.sidebar{padding:15px}.sidebar li{padding:8px 10px;font-size:14px}.main-content{padding:25px 18px}.main-content h2{font-size:26px}.category-item{padding:6px}.icon-box{width:40px;height:40px}.text-box{margin-left:10px;font-size:15px}.category-sub{font-size:13px}.checkbox{width:16px;height:16px}}.settings-container{display:flex;width:100%}.settings-sidebar{width:300px;border-right:1px solid #eaeaea;padding:20px;background-color:#fff;margin-top:15px}.settings-sidebar ul{list-style:none;padding:0;margin:0}.settings-sidebar li{padding:12px 14px;margin-bottom:8px;border-radius:6px;font-size:16px;cursor:pointer;transition:background .3s}.settings-active{background-color:#000;color:#fff!important}.settings-content{flex:1;padding:40px 60px;background:#fff}@media (max-width: 900px){.settings-container{flex-direction:column}.settings-sidebar{width:100%;border-right:none;border-bottom:1px solid #eaeaea}.settings-content{padding:20px}}.selling-profile-container{display:flex;gap:40px}.selling-profile-content{width:60%}.selling-profile-content h2{font-size:32px;font-weight:600;margin-bottom:30px;color:#000}.selling-profile-section h3{font-size:18px;font-weight:600;margin-bottom:15px;color:#000}.selling-profile-header{display:flex;align-items:center;gap:10px;margin-bottom:20px}.selling-profile-image{width:80px;height:80px;border-radius:50%;object-fit:cover}.selling-profile-name{font-weight:600;font-size:16px}.selling-profile-btn{border:none;padding:8px 14px;border-radius:6px;font-size:13px;cursor:pointer;margin-bottom:15px}.selling-profile-input,.selling-profile-textarea{width:100%;border:1px solid #dcdcdc;border-radius:6px;padding:14px;font-size:13px;margin-bottom:15px}.selling-profile-textarea{resize:none;height:100px}.selling-profile-content label{display:block;margin-bottom:5px;font-weight:500;color:#000}.selling-profile-btn-group{display:flex;gap:10px;margin-top:20px}.selling-profile-update-btn{background-color:#000;color:#fff;border:none;padding:8px 16px;border-radius:6px;cursor:pointer}.selling-profile-update-btn:hover{background-color:#333}.selling-profile-cancel-btn{border:none;padding:8px 16px;border-radius:6px;cursor:pointer}@media (max-width: 1024px){.selling-profile-content{width:70%}.selling-profile-container{gap:20px}}@media (max-width: 768px){.selling-profile-container{flex-direction:column}.selling-profile-header{justify-content:flex-start;text-align:left}.selling-profile-content{width:100%}}@media (max-width: 480px){.selling-profile-content h2{font-size:24px}.selling-profile-image{width:65px;height:65px}.selling-profile-btn-group{flex-direction:column;width:100%;gap:0px}.selling-profile-btn,.selling-profile-update-btn,.selling-profile-cancel-btn{width:100%;text-align:center}}.selling-acc-container{display:flex;background:#fff}.selling-acc-content{width:100%}.selling-acc-content h3{font-size:28px;font-weight:600;margin-bottom:30px;color:#000}form label{display:block;font-size:14px;margin:12px 0 5px;color:#333}.selling-acc-input,.selling-acc-content select,.selling-acc-content input[type=date],.selling-acc-content input[readonly]{width:100%;max-width:500px;padding:10px;border:1px solid #ccc;border-radius:6px;outline:none;background:#fafafa;font-size:14px}.selling-acc-input-group{display:flex;align-items:center;gap:10px;max-width:500px}.selling-acc-small-btn{padding:8px 16px;border-radius:6px;border:1px solid #000;font-size:13px;cursor:pointer;transition:.2s}.selling-acc-small-btn:hover{background:#fff;color:#000}.selling-acc-small-btn.selling-acc-gray{border-color:#ccc}.selling-acc-toggle-row{display:flex;justify-content:space-between;align-items:center;max-width:500px;margin:15px 0}.selling-acc-linked-box{display:flex;justify-content:space-between;max-width:500px;padding:12px 10px;border:1px solid #ccc;border-radius:6px;margin-top:10px;background:#fafafa}.selling-acc-para{max-width:500px;font-size:14px;padding:12px 1px}.selling-acc-input-group span{font-size:14px}.delete-button{max-width:500px;padding:12px 10px;border:1px solid #ccc;border-radius:6px;margin-top:10px;background:#fafafa}.selling-acc-delete-btn{color:#000;background:none;border:1px solid #dcdcdc;border-radius:6px;border:none;font-size:14px;cursor:pointer}.selling-acc-bottom-buttons{margin-top:35px;display:flex;gap:12px}.selling-acc-save-btn,.selling-acc-cancel-btn{padding:10px 22px;border-radius:6px;border:none;cursor:pointer;font-size:14px}.selling-acc-save-btn{background:#000;color:#fff}.selling-acc-switch{position:relative;display:inline-block;width:44px;height:24px}.selling-acc-switch input{opacity:0;width:0;height:0}.selling-acc-slider{position:absolute;cursor:pointer;inset:0;background-color:#ccc;transition:.3s;border-radius:24px}.selling-acc-slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;border-radius:50%;transition:.3s}.selling-acc-switch input:checked+.selling-acc-slider{background-color:#000}.selling-acc-switch input:checked+.selling-acc-slider:before{transform:translate(20px)}@media (max-width: 900px){.selling-acc-content{padding:20px}.selling-acc-input,.selling-acc-content select,.selling-acc-content input[type=date],.selling-acc-input-group,.selling-acc-linked-box,.selling-acc-toggle-row{max-width:100%}}.postage-container{width:100%;max-width:700px}.postage-container h2{font-size:28px;margin-bottom:25px;font-weight:600}label{font-size:15px;font-weight:500;display:block;margin-bottom:8px}.postage-input-wrapper{display:flex;align-items:center;border:1px solid #dcdcdc;border-radius:10px;padding:2px 14px;margin-bottom:8px}.postage-input-wrapper input{flex:1;border:none;outline:none;font-size:15px}.postage-add-btn{background:none;border:none;font-size:22px;cursor:pointer}.postage-subtext{font-size:13px;color:#6c6c6c;margin-bottom:25px}.postage-info-box{display:flex;gap:12px;background:#f4f4f4;padding:16px;border-radius:8px;margin-bottom:35px;font-size:14px}.postage-info-box a{color:#000;font-weight:500;text-decoration:underline}.postage-card{border:1px solid #dcdcdc;border-radius:12px;padding:15px 18px;display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.postage-card h5{margin:0;font-size:15px;font-weight:600}.postage-card span{font-size:13px;color:#6c6c6c}.postage-dropdown-btn{width:22px;height:22px;cursor:pointer;transition:transform .3s;color:#000}.postage-dropdown-btn.rotate{transform:rotate(180deg)}.postage-small-note{font-size:13px;color:#6c6c6c;margin-top:15px}.postage-link{font-size:13px;color:#000;text-decoration:underline;display:block;margin:6px 0 30px}.postage-btn-group{display:flex;gap:12px}.postage-save-btn{background:#000;color:#fff;padding:10px 22px;border-radius:6px;border:none;cursor:pointer}.postage-cancel-btn{background:#fff;color:#000;border:1px solid #000;padding:10px 22px;border-radius:6px;cursor:pointer}.postage-options{border:1px solid #dcdcdc;border-top:none;border-radius:0 0 12px 12px;padding:15px 18px;background:#fff;margin-bottom:15px}.postage-option-row{display:flex;justify-content:space-between;align-items:center;padding:14px 0;border-bottom:1px solid #eee}.postage-option-row:last-child{border-bottom:none}.option-title{font-size:15px;font-weight:600}.option-desc{font-size:13px;color:#6c6c6c}.switch{position:relative;width:40px;height:22px;display:inline-block}.switch input{display:none}.slider{position:absolute;background:#ccc;border-radius:22px;cursor:pointer;inset:0;transition:.3s}.slider:before{content:"";position:absolute;width:18px;height:18px;border-radius:50%;background:#fff;top:2px;left:2px;transition:.3s}.switch input:checked+.slider{background:#000}.switch input:checked+.slider:before{transform:translate(18px)}.postage-dropdown-btn.rotate{transform:rotate(180deg);transition:.3s}.bundle-container{background:#fff;color:#111}.bundle-title{font-size:28px;font-weight:600;margin-bottom:20px}.bundle-switch-row{display:flex;align-items:center;justify-content:space-between;gap:12px;background:#fff;border:1px solid #dcdcdc;border-radius:8px;padding:16px 15px;width:fit-content;margin-bottom:15px;width:550px}.switch-label{font-size:.95rem;color:#111}.bundle-switch{position:relative;display:inline-block;width:40px;height:22px;margin-bottom:0}.bundle-switch input{opacity:0;width:0;height:0}.bundle-switch input:checked+.slider{background-color:#000}.bundle-switch input:checked+.slider:before{transform:translate(18px)}.bundle-desc{font-size:.85rem;color:#666;max-width:600px;line-height:1.5}.help-link{color:#000;text-decoration:underline;cursor:pointer}.privacy-container{background-color:#fff;color:#111}.privacy-title{font-size:28px;font-weight:600;margin-bottom:20px}.privacy-card{border:1px solid #ddd;border-radius:10px;background:#fff;overflow:hidden}.privacy-row{display:flex;justify-content:space-between;align-items:flex-start;border-bottom:1px solid #e6e6e6;padding:16px 18px;gap:20px}.privacy-row.no-border{border-bottom:none}.privacy-text{flex:1}.privacy-text h4{font-size:15px;font-weight:600;margin-bottom:5px;color:#111}.privacy-text p{font-size:13px;color:#666;line-height:1.4}.privacy-switch{position:relative;display:inline-block;width:40px;height:22px;flex-shrink:0}.privacy-switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;inset:0;background-color:#e6e6e6;transition:.3s;border-radius:34px}.slider:before{position:absolute;content:"";height:16px;width:16px;left:3px;bottom:3px;background-color:#fff;transition:.3s;border-radius:50%}.privacy-switch input:checked+.slider{background-color:#000}.privacy-switch input:checked+.slider:before{transform:translate(18px)}.arrow{font-size:20px;color:#666}@media (max-width: 768px){.privacy-container{padding:20px}.privacy-row{flex-direction:column;align-items:flex-start}.privacy-switch{align-self:flex-end;margin-top:8px}}.alerts-container{background-color:#fff;min-height:100vh;color:#222}.alerts-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.alerts-breadcrumb{color:#333;font-size:28px;font-weight:600;margin-bottom:20px}.alerts-mark-btn{background:#000;color:#fff;border:none;border-radius:20px;padding:8px 18px;font-size:16px;cursor:pointer}.alerts-list{display:flex;flex-direction:column;gap:10px}.alerts-item{display:flex;justify-content:space-between;align-items:center;padding:16px 18px;border-radius:6px;background-color:#fff;transition:background .3s ease}.alerts-item.active{background-color:#f4f4f4}.alerts-item:hover{background-color:#f8f8f8}.alerts-left{display:flex;align-items:center;gap:14px}.alerts-icon{background-color:#f5f5f5;border-radius:50%;padding:8px;display:flex;align-items:center;justify-content:center;color:#333}.alerts-text h4{font-size:15px;font-weight:600;margin-bottom:3px}.alerts-text p{font-size:13px;color:#777}.alerts-time{font-size:13px;color:#999}@media (max-width: 768px){.alerts-container{padding:20px}.alerts-item{flex-direction:column;align-items:flex-start;gap:6px}.alerts-time{align-self:flex-end}}@media (max-width: 480px){.alerts-header{flex-direction:column;align-items:flex-start;gap:10px}.alerts-mark-btn{align-self:flex-start;margin-bottom:10px}}.manage-container{color:#111}.manage-header{display:flex;justify-content:space-between;align-items:center}.manage-header h2{font-size:28px;margin-bottom:20px;font-weight:600}.request-btn{background:#111;color:#fff;padding:8px 18px;border:none;border-radius:8px;cursor:pointer}.manage-desc{font-size:13px;color:#555;margin-top:4px}.learn-more{text-decoration:underline;cursor:pointer}.manage-card{background:#fff;border:1px solid #ddd;border-radius:10px;padding:18px;margin-top:24px;display:flex;gap:14px;align-items:flex-start}.manage-icon{color:#000;margin-top:5px}.manage-card h4{font-size:15px;margin-bottom:6px}.manage-card p{font-size:13px;color:#555;margin:0}.contact span{text-decoration:underline;cursor:pointer}.security-container{color:#000}.security-title{font-size:28px;font-weight:600;margin-bottom:20px}.security-box{background:#fff;border:1px solid #e5e5e5;border-radius:8px;width:580px;padding:8px 0}.security-item{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid #f0f0f0;cursor:pointer;transition:background .2s}.security-item:last-child{border-bottom:none}.security-item:hover{background:#fafafa}.security-item-left{display:flex;align-items:center;gap:12px}.security-item-title{font-size:.95rem;font-weight:600;margin:0}.security-item-desc{font-size:.8rem;color:#777;margin:2px 0 0}.security-arrow{font-size:1.2rem;color:#777}.security-detail{background:#fff;border:1px solid #e5e5e5;border-radius:8px;width:580px;padding:20px;color:#000;animation:fadeIn .2s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.security-detail-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.security-detail-header h3{font-size:1.1rem;font-weight:600;margin:0}.close-icon{cursor:pointer;color:#555;transition:color .2s ease}.close-icon:hover{color:#000}.security-detail p{font-size:.9rem;color:#444;margin-bottom:16px}.security-detail ul{margin:0 0 16px 16px;padding:0}.security-detail li{font-size:.9rem;color:#444;line-height:1.4;list-style:disc}.security-detail input{width:100%;padding:10px 12px;border:1px solid #ddd;border-radius:6px;margin-bottom:10px;font-size:.9rem;outline:none;transition:border-color .2s ease}.security-detail input:focus{border-color:#000}.btn-primary{background:#000;color:#fff;border:none;padding:10px 0;border-radius:6px;width:100%;font-size:.9rem;font-weight:500;cursor:pointer;transition:background .2s ease}.btn-primary:hover{background:#333}.btn-secondary{background:#fff;color:#000;border:1px solid #ccc;padding:10px 0;border-radius:6px;width:100%;font-size:.9rem;font-weight:500;cursor:pointer;margin-top:10px;transition:background .2s ease,border-color .2s ease}.btn-secondary:hover{background:#f8f8f8;border-color:#aaa}.security-detail ul li{margin-bottom:6px}.addpayment-title{font-size:28px;font-weight:600;margin-bottom:20px}.addpayment-subtitle{font-size:.9rem;font-weight:600;margin-bottom:8px}.addpayment-box{background:#fff;border:1px solid #e5e5e5;border-radius:8px;width:650px;margin-bottom:24px}.addpayment-item{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid #f0f0f0;cursor:pointer;transition:background .2s}.addpayment-item:last-child{border-bottom:none}.addpayment-item:hover{background:#fafafa}.addpayment-text{font-size:.95rem;font-weight:500}.addpayment-arrow{color:#777}.popup-card{background:#fff;padding:20px;width:650px;border:1px solid #e5e5e5;border-radius:8px}.popup-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;flex-wrap:wrap}.popup-header h3{margin:0;font-size:1.2rem}.popup-header p{width:100%;margin-top:6px;font-size:.85rem;color:#666}.close-icon{cursor:pointer;color:#666}.payment-icons img{height:22px;margin-right:8px}.form{display:flex;flex-direction:column;gap:10px}.form input,.form select{padding:8px;border-radius:5px;border:1px solid #ccc;outline:none}.form-row{display:flex;gap:8px}.payment-button{padding:8px;border:none;border-radius:5px;background:#000;color:#fff;cursor:pointer;font-weight:500}button.cancel{background:#ddd;color:#000}.hmrc-empty{text-align:center;padding:40px 10px;color:#555}.hmrc-empty img{width:60px;opacity:.6;margin-bottom:10px}.profile-page{padding:40px 80px;background-color:#fff}.profile-header{display:flex;justify-content:flex-start;align-items:flex-start;margin-bottom:40px}.profile-info{display:flex;align-items:center;gap:20px}.profile-avatar{width:100px;height:100px;border-radius:50%}.profile-details{display:flex;flex-direction:column;gap:6px}.profile-name{font-size:20px;font-weight:600}.profile-reviews{font-size:14px;color:#555}.profile-badges,.profile-followers{font-size:14px;color:#666}.active-btn{background-color:#000;color:#fff;border:none;padding:8px 18px;border-radius:6px;cursor:pointer;font-size:15px}.profile-tabs{display:flex;gap:20px;margin-bottom:25px;border-bottom:1px solid #ddd;padding-bottom:5px}.tab{background:none;border:none;font-size:17px;font-weight:500;cursor:pointer;color:#000;padding-bottom:5px}.tab.active{border-bottom:2px solid #000}.filter-section{display:flex;gap:10px;align-items:center;margin-bottom:30px}.filter-btn{background-color:#f5f5f5;border:none;padding:8px 14px;border-radius:6px;cursor:pointer}.filter-btn.active{background-color:#000;color:#fff}.filter-select{border:1px solid #ddd;border-radius:6px;padding:8px 12px;font-size:14px;cursor:pointer}.listing-section{display:grid;grid-template-columns:repeat(5,1fr)}.product-length{font-weight:600;font-size:18px;margin-bottom:15px}.listing-section a{text-decoration:none}.item-card{width:100%;border-radius:8px;overflow:hidden;background-color:#fff}.item-image{width:100%;height:280px;object-fit:cover;border-radius:8px}.item-status{background-color:#0009;color:#fff;text-align:left;cursor:pointer;padding:6px 10px;font-size:13px;margin-top:-40px}.item-stats{font-size:13px;color:#555;margin:4px 0}.bump-btn{background-color:#000;color:#fff;border:none;padding:8px 14px;border-radius:6px;cursor:pointer;width:100%}@media (max-width: 1024px){.listing-section{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.listing-section{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.listing-section{grid-template-columns:repeat(2,1fr);gap:15px}}.reviews-section{max-width:800px;padding:20px}.reviews-header{display:flex;align-items:center;gap:20px;margin-bottom:30px}.review-rating{font-size:48px;font-weight:600}.review-stars{color:gold;font-size:20px}.review-count{color:#555;font-size:14px}.review-card{background:#fff;border:1px solid #ddd;border-radius:8px;padding:20px;margin-bottom:20px}.review-user{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.review-left{display:flex;align-items:center;gap:10px}.review-info{display:flex;flex-direction:column}.review-avatar{width:40px;height:40px;border-radius:50%}.review-username{font-weight:600}.verified-badge{background:#e5e7eb;color:#333;font-size:12px;padding:2px 6px;border-radius:4px;margin-top:3px}.review-text{font-size:14px;color:#444;margin-top:8px}.read-more-btn{background:none;border:none;color:#6a00ff;font-weight:500;cursor:pointer;margin-top:6px}@media (max-width: 1024px){.profile-page{padding:30px 40px}.profile-header{flex-direction:column;align-items:flex-start;gap:20px}.profile-info{gap:15px}.profile-avatar{width:80px;height:80px}.profile-tabs{gap:16px;overflow-x:auto}.filter-section{flex-wrap:wrap}.item-card{width:220px}.item-image{height:240px}.reviews-section{max-width:100%;padding:10px}}@media (max-width: 768px){.profile-page{padding:25px 20px}.profile-header{flex-direction:column;align-items:center;text-align:center}.profile-info{flex-direction:column;gap:12px}.profile-name{font-size:18px}.profile-reviews,.profile-badges,.profile-followers{font-size:13px}.active-btn{width:100%}.profile-tabs{gap:12px;overflow-x:auto;white-space:nowrap}.tab{font-size:15px}.filter-section{align-items:flex-start;gap:12px}.item-card{width:100%}.item-image{height:300px}.review-card{padding:16px}.review-user{flex-direction:column;align-items:flex-start;gap:6px}.review-rating{font-size:36px}}@media (max-width: 480px){.profile-page{padding:20px 14px}.profile-avatar{width:70px;height:70px}.profile-name{font-size:16px}.tab{font-size:14px}.item-image{height:240px}.review-rating{font-size:30px}.review-stars{font-size:16px}.review-text{font-size:13px}}.product-page{width:90%;max-width:1200px;margin:40px auto;font-family:Poppins,sans-serif;color:#222}.breadcrumb{color:#777;font-size:16px;margin-bottom:20px}.breadcrumb span{color:#000;font-weight:500}.product-container{display:flex;gap:40px;flex-wrap:wrap}.image-section{display:flex;gap:10px;flex:1;min-width:650px}.thumbnail-list{display:flex;flex-direction:column;gap:10px;overflow-y:auto;max-height:420px;padding-right:4px}.thumbnail{width:80px;height:100px;object-fit:cover;cursor:pointer;border-radius:6px;border:2px solid transparent;transition:border .3s ease}.thumbnail:hover,.active-thumbnail{border:2px solid black}.main-image{position:relative;flex:1;width:100%;max-width:600px;overflow:hidden;border-radius:8px}.main-image img{width:100%;height:auto;object-fit:cover;border-radius:8px;display:block}.likes{position:relative;bottom:52px;width:60px;float:right;right:15px;background:#ffffffe6;padding:10px 12px;border-radius:24px;font-size:15px;font-weight:500;display:flex;align-items:center;gap:4px;z-index:5}.details-section{flex:1;border:1px solid #eaeaea;border-radius:8px;padding:20px;min-width:320px}.details-section h2{font-size:22px;font-weight:600}.subtext{color:#555;font-size:14px;margin-bottom:15px}.price{display:flex;align-items:center;gap:10px;font-size:20px}.old-price{text-decoration:line-through;color:#888}.new-price{font-size:20px;font-weight:600}.buyer-protection{font-size:14px;padding:10px;background-color:#eaeaea;border:none;border-radius:6px;margin:5px 0 15px}.discount-btn{background:#ff2d2d;color:#fff;border:none;border-radius:20px;padding:8px 14px;font-size:15px;margin-bottom:15px}.product-info{flex-direction:column}.product-info p{font-size:15px;margin:8px 0;display:flex;justify-content:space-between}.brand-box{background:#f7f7f7;padding:8px 12px;border-radius:6px;font-size:14px;margin-top:10px}.postage{font-size:14px;margin-top:10px;display:flex;justify-content:space-between}.discount-info{background:#fafafa;border:1px solid #eee;border-radius:6px;padding:20px;font-size:13px;margin:15px 0}.button-group-new{display:flex;flex-direction:column;gap:10px}.buy-btn{background:#000;color:#fff;border:none;padding:10px 16px;border-radius:6px;font-size:16px;cursor:pointer;text-decoration:none;display:inline-block;text-align:center}.buy-btn:hover{background:#333}.offer-btn,.seller-btn-new{color:#000;background:#fff;border:1px solid #ccc;padding:10px;border-radius:6px;font-size:15px;cursor:pointer}@media (min-width: 1440px){.product-page,.member-section,.rec-section{max-width:1400px}.product-container,.member-section,.rec-grid{gap:50px}}@media (max-width: 1366px){.product-container{gap:30px}.main-image img{max-height:450px}.details-section h2{font-size:20px}.rec-grid{justify-content:center}}@media (max-width: 1023px){.product-container{flex-direction:column;align-items:center}.image-section{flex-direction:column;min-width:0px;align-items:center}.thumbnail-list{flex-direction:row;max-height:none;overflow-x:auto;justify-content:center}.details-section{width:100%;text-align:left}.product-info p{justify-content:space-between;width:100%}.member-section{flex-direction:column;gap:1.5rem;padding:1.5rem}.member-right{padding-left:0;border:none}.items-grid,.rec-grid{justify-content:center}}@media (max-width: 767px){.product-page{width:94%;margin:20px auto}.breadcrumb{font-size:14px;margin-bottom:10px}.thumbnail{width:65px;height:80px}.main-image img{max-height:350px}.details-section h2{font-size:18px}.price{flex-direction:column;align-items:flex-start}.button-group{flex-direction:column;gap:8px}.member-section{padding:1rem}.bundle-actions{flex-direction:row}.items-grid{justify-content:center;gap:1rem}.item-card{width:48%}.rec-grid{justify-content:center;gap:15px}.rec-card{flex:1 1 45%}}@media (max-width: 480px){.product-page{width:95%}.product-container{flex-direction:column}.thumbnail{width:55px;height:70px}.main-image img{max-height:300px}.details-section h2{font-size:17px}.buyer-protection,.discount-info{font-size:12px;padding:10px}.item-card{width:100%}.rec-card{flex:1 1 100%;max-width:100%}.rec-title{font-size:18px}}@media (max-width: 768px){.product-container{flex-direction:column;gap:0px;padding:10px}.image-section{flex-direction:column;align-items:center}.thumbnail-list{flex-direction:row;max-height:none;overflow-x:auto}.thumbnail{width:70px;height:90px}.likes{bottom:15px;right:10px}}.member-section{display:flex;justify-content:space-between;align-items:flex-start;gap:2rem;padding:2rem;max-width:1250px;margin:auto;font-family:Poppins,sans-serif}.member-left{flex:2}.member-right{flex:1.2;padding-left:2rem}.member-left h2{font-size:1.8rem;margin-bottom:1rem}.bundle-actions{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;border:1px solid #ccc;padding:12px;border-radius:8px}.left-actions{display:flex;flex-direction:column}.shop-btn{margin-left:5px;font-size:16px}.save-text{font-size:.8rem;color:gray;margin-left:.3rem}.create-btn{padding:.8rem 1.4rem;border-radius:6px;border:none;background:#fff;cursor:pointer;font-weight:500}.create-btn{background:#000;color:#fff}.items-grid{display:flex;gap:1.5rem;flex-wrap:wrap}.item-card{width:220px;border-radius:8px;overflow:hidden;background:#fff;text-align:center}.item-card img{width:100%;height:65%;border-radius:8px}.product-content{display:flex;flex-direction:column;text-align:left;justify-content:space-between}.name-des{text-align:left}.item-title{font-weight:600;margin-top:.5rem}.item-condition{font-size:.9rem;color:gray}.item-price{font-weight:600;margin-top:.3rem}.see-more-btn{margin-top:1.5rem;padding:.6rem 1.5rem;border-radius:20px;color:#000;border:1px solid #000;background:#fff;cursor:pointer;font-weight:500}.see-more-btn:hover{background:#000;color:#fff}.buyer-protection h4{margin-bottom:.5rem;font-weight:400}.buyer-protection p,.buyer-notice p{font-size:.9rem;color:#555;line-height:1.5}.buyer-notice{margin-top:20px}.buyer-protection a,.buyer-notice a{color:#000;text-decoration:underline}.seller-card{border:1px solid #ddd;border-radius:10px;padding:1rem;margin-top:1.5rem;background-color:#fff}.seller-header{display:flex;align-items:center;gap:.8rem}.seller-img{border-radius:50%;width:60px;height:60px;object-fit:cover}.seller-name{font-weight:600}.seller-rating{color:#333;font-size:.9rem}.seller-divider{border:none;border-top:1px solid #ccc;width:calc(100% + 2rem);margin:.8rem -1rem}.speedy{font-weight:500;margin-top:.5rem}.follow-btn{color:#000;border:none;padding:.2rem 1.2rem;border-radius:8px;margin-top:.8rem;cursor:pointer;font-weight:500;text-align:center;transition:.3s}@media (max-width: 1024px){.member-section{flex-direction:column}.member-right{border-left:none;padding-left:0;border-top:1px solid #ddd;padding-top:1.5rem}.items-grid{justify-content:center}}@media (max-width: 1024px){.see-more-btn{align-items:center;justify-content:center;text-align:center;margin:20px auto;display:flex}}@media (max-width: 600px){.member-section{flex-direction:column;align-items:center;gap:1.5rem;padding:1.2rem}.member-left h2{font-size:1.4rem;text-align:left}.bundle-actions{flex-direction:column;align-items:flex-start;gap:1rem;width:100%}.create-btn{width:100%;text-align:center;padding:.9rem}.items-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;width:100%}.item-card{width:100%;max-width:300px}.product-content{flex-direction:column;text-align:left;gap:5px}.member-right{padding-left:0;width:100%}.seller-card{width:100%}.seller-header{gap:.6rem}.buyer-notice p,.buyer-protection p{font-size:.85rem}.follow-btn{width:100%;text-align:center}.see-more-btn{width:40%;align-items:center;justify-content:center;text-align:center;padding:.7rem;margin:1rem 0}}.rec-section{width:88%;margin:50px auto;font-family:Poppins,sans-serif;color:#222}.rec-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px}.rec-title{font-size:22px;font-weight:500}.rec-view-all{color:#000;text-decoration:none;font-size:14px;font-weight:500}.rec-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:20px;cursor:pointer}.rec-card{background:#fff;border-radius:10px;overflow:hidden;width:100%}.rec-img-box{position:relative;width:100%;height:240px;overflow:hidden;display:flex;gap:2px}.rec-img{width:100%;height:100%;object-fit:cover}.rec-info{display:flex;justify-content:space-between;align-items:flex-start;padding:10px}.rec-details{display:flex;flex-direction:column}.rec-name{font-weight:600;font-size:15px;margin:0 0 5px}.rec-condition{font-size:13px;color:#777;margin:0}.rec-price{font-weight:600;color:#000;font-size:15px}.rec-button{margin:30px auto 0;display:block;border:1px solid #000;border-radius:20px;background:transparent;padding:8px 30px;font-size:14px;cursor:pointer;transition:.3s}.rec-button:hover{background:#000;color:#fff}@media (max-width: 1200px){.rec-grid{grid-template-columns:repeat(4,1fr)}}@media (max-width: 992px){.rec-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.rec-grid{grid-template-columns:repeat(2,1fr);gap:15px}.rec-img-box{height:220px}.rec-title{font-size:20px}.rec-name,.rec-price{font-size:14px}.rec-condition{font-size:12px}}@media (max-width: 480px){.rec-grid{grid-template-columns:repeat(2,1fr)}}.lightbox-overlay{position:fixed;inset:0;background:#0006;display:flex;justify-content:center;align-items:center;z-index:2000}.lightbox-container{position:relative;display:flex;align-items:center;justify-content:center;background:#000000f2;padding:0 100px;box-shadow:0 0 30px #0009}.lightbox-image{max-width:95vw;height:80vh;object-fit:contain;z-index:10;transition:transform .3s ease}.lightbox-arrow{position:absolute;top:50%;transform:translateY(-50%);color:#fff;cursor:pointer;-webkit-user-select:none;user-select:none;z-index:20;background:none;border:none;outline:none;padding:0;transition:transform .2s ease,opacity .2s ease}.lightbox-arrow.left{left:15px}.lightbox-arrow.right{right:15px}.lightbox-close{position:absolute;top:5px;right:15px;font-size:18px;background:transparent;border:none;color:#fff;cursor:pointer}@media (max-width: 1024px){.lightbox-container{padding:0 60px}.lightbox-image{max-height:120vh}}@media (max-width: 768px){.lightbox-container{padding:0 80px}.lightbox-image{max-width:95vw;max-height:100vh}.lightbox-arrow.left{left:10px}.lightbox-arrow.right{right:10px}.lightbox-close{top:8px;right:10px}}@media (max-width: 480px){.lightbox-container{padding:0}.lightbox-image{max-width:95vw;max-height:90vh}.lightbox-arrow.left{left:5px}.lightbox-arrow.right{right:5px}.lightbox-close{font-size:24px;top:5px;right:5px}}.bump-modal-overlay{position:fixed;inset:0;background:#00000073;display:flex;justify-content:center;align-items:center;z-index:9999}.bump-modal{background:#fff;width:480px;padding:25px;border-radius:8px;text-align:center}.bump-title{font-size:20px;font-weight:600;margin-bottom:40px}.bump-items{display:flex;gap:15px;justify-content:start;margin-bottom:20px}.bump-item-card{text-align:left;font-size:10px}.bump-item-card img{width:100px;height:120px;border-radius:8px;object-fit:cover}.bump-upload-card{text-align:center}.bump-upload-card p{font-size:12px}.bump-upload-box{width:100;height:120px;border:2px dashed #999;display:flex;justify-content:center;align-items:center;font-size:32px;border-radius:8px;cursor:pointer;color:#666}.bump-options{margin:20px 0;text-align:left}.bump-option{display:flex;justify-content:space-between;padding:12px 0;border-bottom:1px solid #ddd;margin-bottom:8px}.highlight{position:relative}.best-tag{background:#000;color:#fff;margin-top:20px;padding:4px 8px;font-size:12px;border-radius:6px;margin-right:8px}.review-btn{width:100%;font-size:15px;background:#000;color:#fff;padding:12px;border-radius:6px;margin-top:12px}.cancel-btn{width:100%;background:#fff;border:1px solid #ccc;color:#000;padding:10px;border-radius:6px;margin-top:8px}.overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0000004d;display:flex;justify-content:center;align-items:center;z-index:9999}.popup{background:#fff;border:1px solid #dcdcdc;border-radius:4px;padding:30px;width:580px;text-align:center;box-shadow:0 2px 8px #00000026}.popup h2{font-size:24px;margin-bottom:36px;color:#111;font-weight:600}.popup p{font-size:16px;text-align:left;color:#555;margin-bottom:30px}.buttons{display:flex;justify-content:center;gap:15px}button.cancel{background:#fff;border:1px solid #000;padding:8px 48px;border-radius:2px;cursor:pointer;font-size:15px}button.confirm{background:#000;color:#fff;border:none;padding:8px 18px;border-radius:2px;cursor:pointer;font-size:15px}button.cancel:hover{background:#f5f5f5}button.confirm:hover{background:#222}.review-container{max-width:1100px;margin:60px auto;padding:0 20px}.review-title{text-align:center;font-size:28px;margin-bottom:40px;font-weight:600}.review-wrapper{display:flex;justify-content:space-between;gap:50px}.review-product{text-align:left}.review-image{width:260px;height:260px;object-fit:cover;border-radius:8px}.product-name{margin-top:12px;font-size:16px;font-weight:500}.product-price{font-size:16px;margin-top:4px}.review-summary{border:1px solid #e0e0e0;padding:30px;width:380px;border-radius:8px}.summary-title{font-size:18px;font-weight:600;margin-bottom:20px}.summary-row{display:flex;justify-content:space-between;margin:12px 0}.total{margin-top:20px;font-weight:600}.pay-btn{width:100%;padding:12px 0;background:#000;color:#fff;font-size:16px;border-radius:6px;border:none;cursor:pointer;margin-top:25px}.pay-btn:hover{background:#333}.secure-text{font-size:12px;text-align:center;margin-top:12px;opacity:.7}.payment-box{border:1px solid #e0e0e0;padding:20px;text-align:left;margin-top:50px;border-radius:8px}.payment-label{font-weight:600;margin-bottom:10px}.payment-method{display:flex;flex-direction:column;gap:12px}.payment-icons span{margin-right:15px;display:inline-block;opacity:.7;font-size:14px;cursor:pointer}.payment-icons img{height:28px;margin-right:15px;object-fit:contain;cursor:pointer;opacity:.85}.payment-icons img:hover{opacity:1}.sold-container{max-width:750px;margin:60px auto;padding:0 20px;text-align:center}.sold-title{font-size:28px;font-weight:600;margin-bottom:50px}.sold-group{text-align:left;margin-bottom:25px}.sold-group label{font-size:16px;display:block;margin-bottom:8px;font-weight:500}.sold-select{width:100%;padding:16px;border-radius:8px;border:1px solid #ddd;background:#fff;font-size:15px;cursor:pointer}.sold-item-box{display:flex;align-items:center;gap:12px;margin-top:8px}.sold-item-img{width:70px;height:80px;border-radius:6px;object-fit:cover}.sold-item-name{font-size:15px;font-weight:500}.sold-price-row{display:flex;justify-content:space-between;margin-top:30px;font-size:16px;font-weight:500}.sold-info-text{text-align:center;font-size:14px;margin:40px 0 20px;opacity:.7}.sold-submit-btn{width:100%;padding:14px 0;background:#000;color:#fff;font-size:16px;border-radius:6px;border:none;cursor:pointer}.sold-submit-btn:hover{background:#333}.reserved-container{max-width:750px;margin:60px auto;padding:0 20px;text-align:center}.reserved-title{font-size:28px;font-weight:600;margin-bottom:50px}.reserved-group{text-align:left;margin-bottom:25px}.reserved-group label{font-size:16px;display:block;margin-bottom:8px;font-weight:500}.reserved-select{width:100%;padding:16px;border-radius:8px;border:1px solid #ddd;background:#fff;font-size:15px;cursor:pointer}.reserved-item-box{display:flex;align-items:center;gap:12px;margin-top:8px}.reserved-item-img{width:70px;height:80px;border-radius:6px;object-fit:cover}.reserved-item-name{font-size:15px;font-weight:500}.reserved-price-row{display:flex;justify-content:space-between;margin-top:30px;font-size:16px;font-weight:500}.reserved-info-text{text-align:center;font-size:14px;margin:40px 0 20px;opacity:.7}.reserved-submit-btn{width:100%;padding:14px 0;background:#000;color:#fff;font-size:16px;border-radius:6px;border:none;cursor:pointer}.reserved-submit-btn:hover{background:#333}.recurring-donations-container{text-align:center;padding:100px 20px;max-width:1100px;margin:0 auto;min-height:100vh}.recurring-donations-title{font-size:32px;font-weight:600;margin-bottom:12px}.recurring-donations-text{font-size:16px;color:#6c8e8e;margin-bottom:60px}.recurring-donations-link{color:inherit;text-decoration:underline}.recurring-donations-button{background:#000;color:#fff;padding:12px 80px;border-radius:6px;font-size:16px;border:none;cursor:pointer}.recurring-donations-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0000008c;display:flex;justify-content:center;align-items:center;z-index:2000}.recurring-donations-modal-box{width:90%;max-width:600px;background:#fff;padding:20px;border-radius:10px}.recurring-donations-modal-header{display:flex;justify-content:space-between;border-bottom:1px solid #eee;padding-bottom:10px;font-size:18px}.recurring-donations-modal-header h3{font-weight:500}.recurring-donations-close-icon{cursor:pointer}.recurring-donations-modal-label{margin-top:15px;font-size:15px}.recurring-donations-charity-card{display:flex;gap:12px;align-items:center;padding:12px;border-radius:8px;cursor:pointer;margin-top:10px}.recurring-donations-charity-img{width:55px;height:55px;border-radius:50%;object-fit:cover}.recurring-donations-charity-info h4{margin:0;font-size:16px;font-weight:600}.recurring-donations-charity-info p{color:#888;font-size:14px}.recurring-donations-arrow-right{margin-left:auto}.recurring-donations-dropdown-sec{margin-top:8px;padding:8px;border-radius:8px;border:1px solid #ddd;display:flex;justify-content:space-between}.recurring-donations-modal-note{font-size:13px;color:#666;margin-top:6px}.recurring-donations-start-btn{width:100%;background:#000;color:#fff;padding:12px;border-radius:6px;border:none;font-size:15px;margin-top:15px}.recurring-donations-active-box{background:#fff;border:1px solid #ddd;padding:18px;border-radius:10px;display:flex;justify-content:space-between}.recurring-donations-active-left{display:flex;gap:12px}.recurring-donations-active-icon{color:#28a745}.recurring-donations-active-title{font-size:18px;font-weight:600;text-align:left}.recurring-donations-active-desc{font-size:13px;color:#555;text-align:left}.manage-btn{position:relative;top:10px}.recurring-donations-manage-btn{padding:8px 14px;border-radius:8px;border:none;cursor:pointer}.recurring-donations-total-box{background:#fff;border:1px solid #ddd;padding:18px;margin-top:16px;border-radius:10px;display:flex;justify-content:space-between}.recurring-donations-charity-large{display:flex}.recurring-donations-charity-img-large{width:70px;height:70px;border-radius:50%}.recurring-donations-black-btn{width:100%;background:#000;color:#fff;padding:10px;border-radius:8px;border:none;font-size:15px;margin:18px 0}.recurring-donations-rate-select{width:100%;padding:12px;border-radius:8px;border:1px solid #ccc}.recurring-donations-stop-btn{width:100%;background:#000;color:#fff;padding:10px;border-radius:8px;border:none;margin-top:25px;font-size:15px}.recurring-donations-save-btn{width:100%;background:#fff;color:#000;border:1px solid black;padding:10px;border-radius:8px;margin-top:10px;font-size:15px}@media (max-width: 992px){.recurring-donations-container{padding:70px 20px}.recurring-donations-title{font-size:28px}.recurring-donations-modal-box{max-width:500px}.recurring-donations-charity-img{width:48px;height:48px}.recurring-donations-charity-img-large{width:60px;height:60px}.recurring-donations-active-title{font-size:16px}.manage-btn{position:unset}}@media (max-width: 600px){.recurring-donations-container{padding:40px 15px}.recurring-donations-title{font-size:24px}.recurring-donations-text{font-size:14px;margin-bottom:40px}.recurring-donations-button{padding:10px 50px;font-size:15px}.recurring-donations-modal-box{width:94%;padding:15px}.recurring-donations-modal-header{font-size:16px}.recurring-donations-charity-card{padding:10px}.recurring-donations-charity-img{width:44px;height:44px}.recurring-donations-charity-info h4{font-size:14px}.recurring-donations-charity-info p{font-size:12px}.recurring-donations-active-box,.recurring-donations-total-box{flex-direction:column;gap:12px}.recurring-donations-manage-btn{padding:6px 12px}.recurring-donations-black-btn,.recurring-donations-start-btn,.recurring-donations-stop-btn,.recurring-donations-save-btn{font-size:14px;padding:10px}}.invite-wrapper{width:100%;height:500px;display:flex;overflow:hidden;background:#f6f6f6;position:relative}.card-holder{padding-left:60px;height:100%;display:flex;align-items:center;z-index:3}.invite-card{width:480px;background:#fff;padding:32px;display:flex;flex-direction:column;border-radius:16px;box-shadow:0 2px 12px #00000014}.invite-title{font-size:32px;font-weight:700;margin-bottom:14px;line-height:1.4}.invite-desc{font-size:15px;color:#555;line-height:1.7;margin-bottom:14px}.invite-terms{font-size:14px;margin-bottom:12px}.invite-terms a{text-decoration:underline;color:#000}.invite-input{width:100%;padding:10px 12px;border-radius:8px;border:1px solid #ccc;margin-bottom:12px;font-size:15px}.copy-btn{width:100%;padding:12px;background:#000;color:#fff;border-radius:8px;border:none;cursor:pointer;margin-bottom:20px;font-size:15px;font-weight:500}.copy-btn:hover{background:#222}.your-referrals-row{width:100%;padding:14px 12px;border-radius:10px;border:1px solid #ddd;display:flex;justify-content:space-between;align-items:center;cursor:pointer}.ref-left{display:flex;gap:10px;align-items:center;font-size:15px;font-weight:500}.invite-image{flex:1;background-image:url("/assets/referrals%20(2)-pWJ3pg3k.png");background-size:cover;background-repeat:no-repeat;background-position:45% 10%}.referrals-heading{font-size:30px;padding:60px;font-weight:500}.referral-container{display:flex;justify-content:center;align-items:flex-start;gap:40px;padding:20px 0 80px;flex-wrap:wrap}.referral-box{max-width:380px;display:flex;flex-direction:column;gap:12px}.referral-icon{width:100px;height:100px}.referral-box h3{font-size:18px;font-weight:600;margin:0}.referral-box p{font-size:14px;color:#555;line-height:1.6;margin:0}@media (max-width: 768px){.referral-container{flex-direction:column;align-items:center;gap:30px}.referral-box{text-align:center}}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0009;display:flex;align-items:center;justify-content:center;z-index:9999}.modal-box{background:#fff;width:420px;padding:40px 30px;border-radius:12px;text-align:center;position:relative}.modal-close{position:absolute;top:4px;right:8px;font-size:22px;background:transparent;border:none;cursor:pointer}.modal-title{font-size:24px;font-weight:550;margin-bottom:25px}.modal-icon{display:flex;align-items:center;justify-content:center;margin-bottom:20px}.modal-bold-text{font-size:18px;font-weight:600;margin-bottom:8px}.modal-light-text{font-size:14px;opacity:.7}@media (max-width: 1024px){.invite-wrapper{flex-direction:column;height:auto}.card-holder{padding:40px 20px;justify-content:center}.invite-card{width:100%;max-width:480px}.invite-image{width:100%;height:380px;background-position:center top}}@media (max-width: 768px){.card-holder{padding:30px 16px;align-items:flex-start}.invite-card{width:100%;padding:24px}.invite-title{font-size:26px;line-height:1.3}.invite-desc,.invite-input,.copy-btn{font-size:14px}.your-referrals-row{padding:12px 10px}.invite-image{height:300px;background-position:center 20%}.referrals-heading{font-size:24px;padding:40px 20px}.referral-container{padding:10px 0 60px;gap:20px}.referral-box{max-width:100%;padding:0 20px;text-align:center}}@media (max-width: 480px){.invite-title{font-size:22px}.invite-card{padding:20px 18px}.invite-image{height:240px;background-size:cover;background-position:center}.your-referrals-row{font-size:14px}.referrals-heading{font-size:22px;padding:30px 16px}.referral-icon{width:80px;height:80px}}
