@import"https://fonts.googleapis.com/css2?family=Cinzel:wght@600&display=swap";*{margin:0;padding:0;box-sizing:border-box}.logo-img{height:70px;width:auto;object-fit:contain;background:transparent;filter:drop-shadow(0 0 3px rgba(0,0,0,.3));margin-right:10px;vertical-align:middle;transition:transform .4s ease,filter .4s ease}.logo-img:hover{transform:scale(1.05);filter:drop-shadow(0 0 6px rgba(255,215,0,.6))}.logo{display:flex;align-items:center;font-family:Playfair Display,serif;font-weight:600;font-size:1.8rem;color:#d4af37;letter-spacing:1px;text-transform:capitalize}.logo:hover{color:#f4c542;transition:color .4s ease}.sticky-container{position:sticky;top:0;z-index:1000;background-color:#fff}.navbar-container{display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem;background-color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 2px 10px #00000014;position:sticky;top:0;z-index:1000}.navbar-icons{color:#000}.logo{font-family:Cinzel,serif;font-size:2rem;color:#333;font-weight:700;left:auto}.search-box{display:flex;flex:1;justify-content:center;align-items:center;margin:0 2rem}.search-box input{padding:10px 14px;width:240px;border:1px solid #ccc;border-radius:0 6px 6px 0;outline:none}.search-box button{padding:10px 16px;background-color:#f0f;border:none;color:#fff;border-radius:0 6px 6px 0;cursor:pointer}.search-box button i{font-size:14px}.anchor{display:flex;align-items:center;gap:25px;justify-content:space-between;padding:10px}.Anchor{color:#333;text-decoration:none;font-weight:500;font-family:Cinzel,serif;transition:all .3s ease}.Anchor:hover{color:#a855f7;border-bottom:2px solid #c084fc}.Anchor i{margin-right:6px;font-size:1.1rem}.dropdown{position:relative}.dropdown-content{display:none;position:absolute;background:#fff;top:120%;left:0;min-width:180px;border-radius:8px;box-shadow:0 4px 12px #00000026;z-index:100;padding:1rem}.dropdown:hover .dropdown-content{display:block}.dropdown-content.mega{display:grid;grid-template-columns:repeat(2,auto);gap:2rem}.dropdown-content.mega ul{list-style:none;padding:0;margin:0}.dropdown-content.mega li a{display:block;padding:6px 0;color:#333;text-decoration:none;font-family:Cinzel,serif;transition:color .3s ease}.dropdown-content.mega li a:hover{color:#a855f7}.heart-count{position:absolute;top:-6px;right:-8px;background:red;color:#fff;padding:2px 6px;border-radius:50%;font-weight:700}.hamburger{display:none;font-size:24px;background:none;border:none;cursor:pointer;z-index:1100;color:#333}.profile-dropdown-container{position:relative;display:flex;align-items:center}.profile-dropdown-menu{box-shadow:0 8px 32px #a084fc2e;border-radius:14px;background:#fff;min-width:200px;position:absolute;top:120%;right:0;z-index:3001;padding:1rem 0;display:flex;flex-direction:column}.profile-dropdown-item{background:none;border:none;text-align:left;padding:14px 28px;font-size:1.08rem;color:#333;font-family:Segoe UI,sans-serif;cursor:pointer;transition:background .18s,color .18s;outline:none;border-bottom:1px solid #f3f3f3;display:flex;align-items:center;gap:8px}.profile-dropdown-item:last-child{border-bottom:none}.profile-dropdown-item:hover,.profile-dropdown-item:focus{background:linear-gradient(90deg,#ede9fe,#f3e8ff);color:#7c3aed}.profile-dropdown-item.signout{color:#d32f2f;font-weight:600}.profile-dropdown-item.signout:hover{background:linear-gradient(90deg,#fee2e2,#f3e8ff);color:#b91c1c}.signout-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000040;display:flex;align-items:center;justify-content:center;z-index:3000}.signout-modal{background:#fff;border-radius:16px;padding:2rem 2.5rem;min-width:320px;box-shadow:0 8px 32px #5050782e;text-align:center;animation:fadeIn .2s}.signout-modal-actions{display:flex;justify-content:center;gap:1.5rem;margin-top:1.5rem}.cancel-btn,.confirm-signout-btn{padding:.7rem 2rem;border-radius:8px;border:none;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s}.cancel-btn{background:#f3f4f6;color:#333}.cancel-btn:hover{background:#e0e7ef}.confirm-signout-btn{background:linear-gradient(90deg,#a855f7,#6366f1);color:#fff}.confirm-signout-btn:hover{background:linear-gradient(90deg,#6366f1,#a855f7)}.Modamart-dynamic{width:100%;background:#000;padding:8px 0;display:flex;justify-content:center;align-items:center;overflow:hidden;min-height:36px}.modamart-slide{display:inline-block;white-space:nowrap;color:#fff;font-size:1rem;animation:slideIn 1s cubic-bezier(.4,0,.2,1)}@keyframes slideIn{0%{transform:translate(100%);opacity:.2}to{transform:translate(0);opacity:1}}@media(max-width:768px){.navbar-container{flex-direction:column;align-items:flex-start;padding:1rem}.search-box{justify-content:flex-start;margin:1rem 0}.anchor{flex-direction:column;gap:10px;align-items:flex-start}.hamburger{display:block}.anchor.open{display:flex;flex-direction:column;width:100%;position:absolute;top:60px;left:0;background-color:#fff;padding:1rem;box-shadow:0 4px 12px #0000001a;z-index:1000}.anchor.open .Anchor{margin-bottom:10px}}@media(max-width:600px){.Modamart-dynamic{padding:6px 4px;min-height:28px}.modamart-slide{font-size:.85rem;padding:0 4px}}@media(max-width:344px){.navbar-container{flex-direction:column;align-items:flex-start;gap:1rem;padding:1rem}.search-box{width:100%;margin:0;justify-content:space-between}.search-box input{width:70%;font-size:14px}.search-box button{width:25%;padding:10px;font-size:14px}.anchor{flex-direction:column;align-items:flex-start;gap:15px;width:100%}.navbar-icons{display:flex;gap:10px;flex-wrap:wrap}.dropdown-content.mega{position:static;display:block!important;box-shadow:none;padding:.5rem 0}.dropdown-content.mega ul{margin-bottom:1rem}.dropdown-content.mega li{font-size:14px}}@media(min-width:769px){.anchor{flex-direction:row;align-items:center}.hamburger{display:none}}.promo-banner{position:sticky;top:100px;z-index:999;background-color:#fff;padding:10px 20px;text-align:center;font-weight:700;color:#333;font-size:14px;border-bottom:1px solid #ccc}.sub-navbar{border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0;padding:10px 0;display:flex;justify-content:center;position:sticky;top:64px;z-index:999}.nav-link{display:flex;justify-content:center;gap:21px;list-style:none;padding:0;margin:0;font-size:13px;font-weight:500;text-transform:uppercase;letter-spacing:.5px;font-family:Segoe UI,sans-serif}.nav-links li:hover{color:#a855f7}.nav-link li:after{content:"";position:absolute;left:0;bottom:-3px;height:2px;width:0%;background-color:#c084fc;transition:width .3s ease}.nav-link li:hover:after{width:100%}.navbar{background-color:#fff;padding:20px 40px;border-bottom:1px solid #ddd}.navbar-top{display:flex;justify-content:center;align-items:center;position:relative}.logo{position:absolute;left:auto;font-size:28px;font-weight:700}.search-container{display:flex;align-items:center;background-color:#fff;border:1px solid #ccc;border-radius:8px;padding:4px 8px;width:300px}.search-box{border:none;outline:none;padding:8px;font-size:14px;width:100%}.search-button{background-color:#c084fc;color:#fff;border:none;padding:8px 12px;margin-left:4px;border-radius:6px;cursor:pointer}.nav-links{display:flex;gap:20px;list-style:none;margin-top:15px;padding:0;margin-bottom:3px}.nav-links li{font-size:20px;font-weight:700;color:#111;cursor:pointer;padding:6px 12px;background:none;border-radius:6px;border-bottom:2px solid transparent;transition:color .2s,background-color .2s,border-color .2s;display:flex;align-items:center;letter-spacing:.5px;font-family:Segoe UI,sans-serif}.nav-links li a{text-decoration:none;color:inherit;font-weight:inherit;display:block}.nav-links li:not(.store-link):hover{color:#fff;background-color:#111;border-bottom:2px solid #c084fc}.store-link{display:flex;align-items:center;color:#111;font-weight:700;background:none;border-radius:6px;padding:6px 12px}.navbar-icons{position:absolute;right:40px;display:flex;gap:20px}.nav-icon{font-size:25px;color:#000;cursor:pointer}.promo-typing{font-size:1.15rem;font-weight:800;color:#f0f;min-height:1.6em;letter-spacing:.5px;font-family:Cinzel,serif;margin-top:10px;background:#ffffffd9;padding:.5rem 1.2rem;border-radius:10px;box-shadow:0 2px 8px #a084fc12;display:inline-block;border:black}.promo-cursor{display:inline-block;width:1ch;animation:blink 1s steps(1) infinite;color:#a855f7;font-weight:700}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}@media(max-width:768px){.nav-links{flex-wrap:wrap;justify-content:center;gap:10px}.nav-links li{font-size:16px;padding:4px 8px;color:#111}.store-link{font-size:14px;white-space:nowrap}.sub-navbar{overflow-x:auto;white-space:nowrap;padding:8px 10px;justify-content:flex-start}.nav-link{display:inline-flex;flex-wrap:nowrap;gap:12px;font-size:12px}.promo-banner p{font-size:13px;line-height:1.4;padding:0 10px}.promo-banner{font-size:13px;padding:10px;text-align:center}}.banner{margin:0 auto;background:linear-gradient(120deg,#f8e1f4,#fef6f0);border-radius:0 0 22px 22px;box-shadow:0 8px 32px #a084fc29,0 1.5px 8px #0000000a;padding:3rem 2rem;display:flex;flex-direction:column;align-items:center;text-align:center;overflow:hidden;position:relative;border:1.5px solid #e9d5ff;-webkit-backdrop-filter:blur(2.5px);backdrop-filter:blur(2.5px)}.banner:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url(https://www.transparenttextures.com/patterns/diamond-upholstery.png);opacity:.07;pointer-events:none;z-index:0}.banner>*{position:relative;z-index:1}.banner-top{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:2rem;width:100%;max-width:1300px;margin:0 auto 2rem}.banner-text{flex:1 1 45%;text-align:left}.banner-text h2{font-size:2.5rem;color:#f0f;margin-bottom:1rem;font-family:Cinzel,serif;letter-spacing:1px}.tagline-box{min-height:2rem;margin-bottom:1.5rem}.tagline{font-size:1.15rem;color:#f0f;font-family:Cinzel,serif;font-weight:500;display:block}.banner-text button{padding:.7rem 1.5rem;background-color:#f0f;color:#fff;border:none;border-radius:8px;font-weight:700;cursor:pointer;font-size:1.1rem;transition:background .3s}.banner-text button:hover{background-color:#a855f7}.slideshow-banner{height:450px;flex:1 1 50%;width:100%;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:18px;box-shadow:0 4px 24px #a084fc1f;cursor:pointer}.banner-img{width:100%;height:auto;object-fit:cover;object-position:center top;border-radius:18px;display:block;max-height:400px}.card-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:2rem;margin-top:2rem;padding:0 1rem}.image-box{width:210px;height:270px;background:#fff;border-radius:16px;box-shadow:0 4px 18px #a084fc21,0 1.5px 4px #0000000a;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;overflow:hidden;position:relative;margin:0 auto;border:none;transition:transform .25s,box-shadow .25s}.image-area{width:100%;height:190px;display:flex;align-items:center;justify-content:center;background:#f7f7fa;overflow:hidden}.image-area img{width:100%;height:100%;object-fit:cover;object-position:top center;border-radius:0;transition:transform .3s;display:block}.image-area img:hover{transform:scale(1.05)}.product-info-bar{width:100%;background:#ffffffeb;padding:10px 12px 8px;display:flex;flex-direction:column;align-items:center;border-bottom-left-radius:16px;border-bottom-right-radius:16px;box-shadow:0 -2px 8px #a084fc0f;min-height:60px;justify-content:center}.product-info-bar .product-title{font-size:1rem;font-weight:600;color:#7c3aed;margin-bottom:2px;line-height:1.1;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;width:100%;text-align:center}.product-info-bar .product-price{font-size:.98rem;color:#d32f2f;font-weight:500;margin-top:2px;text-align:center;width:100%}@keyframes fadeSlide{0%{opacity:0;transform:scale(1.02)}to{opacity:1;transform:scale(1)}}@media(max-width:900px){.banner-top{flex-direction:column;gap:1.5rem;text-align:center}.banner-text{text-align:center}.banner-text h2{font-size:1.8rem}.tagline{font-size:1rem}.slideshow-banner{height:250px}.card-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.image-box{width:140px;height:180px}}.footer{background-color:#fff;padding:3rem 2rem;display:flex;justify-content:space-between;flex-wrap:wrap;border-top:1px solid #e0e0e0;color:#333;position:relative;z-index:20}.footer-column{flex:1 1 200px;margin:1rem}.footer-column h4{font-size:1.2rem;margin-bottom:1rem;color:#222}.footer-column ul{list-style:none;padding:0}.footer-column li{margin-bottom:.5rem}.footer-column a{text-decoration:none;color:#666;transition:all .3s ease;cursor:pointer}.footer-column a:hover{color:#000;text-decoration:underline}.footer-bottom{width:100%;text-align:center;border-top:1px solid #ccc;padding:1rem 0;font-size:.9rem;color:#888;margin-top:2rem}.social-icons{font-size:1.5rem;margin-top:.5rem}.social-icons li{display:flex;align-items:center;gap:8px;margin-bottom:.5rem;font-size:1rem}.social-icons a{display:flex;align-items:center;color:#666;text-decoration:none;transition:all .3s ease}.social-icons a:hover{color:#a855f7;transform:scale(1.2)}.icon{font-size:1.5rem;transition:transform .3s ease}.icon:hover{transform:scale(1.2)}.icon.instagram{color:#e1306c}.icon.facebook{color:#4267b2}.icon.youtube{color:red}@media(max-width:768px){.footer{flex-direction:column;text-align:center}.footer-column{margin:1rem 0}}.product-page{padding:2rem;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;min-height:100vh}.product-container{display:flex;flex-direction:row;gap:2rem;max-width:1200px;margin:0 auto;background-color:#fff;padding:2rem;border-radius:16px;flex-wrap:wrap}.product-image-section{flex:1 1 45%;display:flex;justify-content:center;align-items:center}.product-image{max-width:100%;border-radius:12px;transition:transform .4s ease;object-fit:cover}.product-image:hover{transform:scale(1.05)}.product-details{flex:1 1 45%;display:flex;flex-direction:column;justify-content:center;padding:1rem}.product-title{font-size:2rem;margin-bottom:1rem;font-weight:600;color:#333}.product-desc{font-size:1.1rem;color:#666;margin-bottom:1.5rem;line-height:1.6}.product-price{font-size:1.5rem;color:#d32f2f;font-weight:700;margin-bottom:1.5rem}.product-buttons{display:flex;gap:1rem}.product-buttons button{padding:.75rem 1.5rem;font-size:1rem;border:none;cursor:pointer;border-radius:8px;transition:background-color .3s ease}.product-buttons button:first-child{background-color:#000;color:#fff}.product-buttons button:first-child:hover{background-color:#333}.product-buttons button:last-child{background-color:#00f;color:#fff}.product-buttons button:last-child:hover{background-color:#daa520}.go-back{margin-top:1.5rem}.go-back button{margin-left:4rem;padding:.5rem 1.25rem;background-color:transparent;color:#555;border:2px solid #ccc;border-radius:8px;font-size:1rem;cursor:pointer;transition:all .3s ease}.go-back button:hover{background-color:#eee;color:#000;border-color:#999}@media(max-width:768px){.product-container{flex-direction:column;align-items:center}.product-image-section,.product-details{flex:1 1 100%}.product-title{text-align:center}.product-buttons{justify-content:center}}.cart-page{padding:2rem;max-width:1200px;margin:auto;font-family:Segoe UI,sans-serif;background-color:#f9f9f9;min-height:100vh;display:flex;flex-direction:column;align-items:center}.cart-page h2{font-size:1.8rem;font-weight:600;margin-bottom:1.5rem;color:#222;text-align:left;width:100%;max-width:1100px}.cart-container{display:flex;justify-content:space-between;align-items:flex-start;gap:2rem;width:100%;max-width:1100px;background-color:#fff;padding:2rem;border-radius:12px;box-shadow:0 2px 20px #0000000f}.cart-items-section{flex:2}.cart-list{list-style:none;padding:0;margin-bottom:2rem;width:100%}.cart-item{display:flex;align-items:flex-start;padding:1.5rem;background-color:#fafafa;margin-bottom:1rem;border-radius:12px;box-shadow:0 2px 10px #0000000d}.cart-item img{width:100px;height:100px;object-fit:cover;border-radius:10px;margin-right:1rem}.details{flex-grow:1}.details h4{margin:0;font-size:1.1rem;color:#222}.details p{margin:6px 0;color:#444}.delivery{font-size:.9rem;color:#666}.price{font-weight:700;font-size:1.1rem;color:#333}.qty-control{display:flex;align-items:center;margin:10px 0}.qty-control button{padding:6px 12px;background-color:#ccc;border:none;border-radius:6px;cursor:pointer;font-size:1rem;font-weight:700;transition:background-color .3s ease}.qty-control button:hover{background-color:#999}.qty-control span{margin:0 10px;font-size:1rem;font-weight:700}.cart-item button{padding:8px 16px;background-color:red;color:#fff;border:none;border-radius:6px;font-size:.9rem;font-weight:500;cursor:pointer;transition:background-color .3s ease;margin-top:10px}.cart-item button:hover{background-color:#00f}.order-summary-box{flex:1;background-color:#f9f9f9;padding:2rem;border-radius:12px;box-shadow:0 2px 12px #0000000d;min-width:300px;max-width:350px;height:fit-content;position:sticky;top:100px;text-align:left}.order-summary-box h3{font-size:1.4rem;margin-bottom:1rem}.order-summary-box ul{list-style:none;padding:0;margin:0 0 1rem}.order-summary-box li{margin-bottom:.5rem;font-size:1rem;color:#333}.order-summary-box h4{font-size:1.2rem;margin-top:1rem;font-weight:700;color:#e53935}.checkout-btn{width:100%;padding:12px;background-color:#004d40;color:#fff;font-weight:700;border:none;border-radius:8px;font-size:1rem;margin-top:1rem;cursor:pointer;transition:background-color .3s ease}.checkout-btn:hover{background-color:#00796b}.flipkart-empty-cart{display:flex;flex-direction:column;align-items:center;justify-content:center;height:70vh;padding:2rem;text-align:center;border-radius:12px}.cart-icon-face{position:relative;width:160px;height:120px;margin-bottom:1.5rem;animation:floatUpDown 3s ease-in-out infinite}.handle{position:absolute;top:10px;left:-20px;width:40px;height:8px;background-color:#ccc;border-radius:4px}.cart-body{position:absolute;top:20px;width:100%;height:80px;background-color:#e0e0e0;border-radius:12px;display:flex;justify-content:center;align-items:flex-start;flex-direction:column}.box-top{width:30px;height:20px;background-color:#2874f0;margin:0 auto 8px;border-radius:4px}.face{width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column}.eyes{width:40px;display:flex;justify-content:space-between;margin-bottom:5px}.eyes:before,.eyes:after{content:"";width:6px;height:16px;background-color:#999;border-radius:3px}.mouth{width:24px;height:6px;background-color:#999;border-radius:3px}.wheels{position:absolute;bottom:-10px;left:30px;width:100px;height:20px;background:transparent;display:flex;justify-content:space-between}.wheels:before,.wheels:after{content:"";width:20px;height:20px;background-color:#bbb;border-radius:50%}.flipkart-empty-message{font-size:1.5rem;font-weight:600;color:#333;margin-bottom:1rem}.flipkart-shop-btn{padding:12px 28px;font-size:1rem;background-color:#2874f0;color:#fff;border:none;border-radius:8px;font-weight:700;cursor:pointer;transition:background-color .3s ease}.flipkart-shop-btn:hover{background-color:#1f5dc0}@keyframes floatUpDown{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.checkout-container{max-width:1100px;margin:auto;padding:2rem;border-radius:12px}.checkout-title{text-align:center;font-size:2rem;margin-bottom:2rem;font-weight:600}.checkout-form-columns{display:flex;gap:2rem;flex-wrap:wrap}.checkout-column{flex:1;min-width:280px}.checkout-column h3{font-size:1.3rem;margin-bottom:1rem;border-bottom:1px solid #ccc;padding-bottom:.5rem;color:#333}.checkout-column input,.checkout-column select{width:100%;padding:12px;margin-bottom:1rem;border:1px solid #ccc;border-radius:6px;font-size:1rem;background-color:#fdfdfd;transition:all .3s ease}.checkout-column input:focus,.checkout-column select:focus{border-color:#6366f1;outline:none;box-shadow:0 0 0 3px #6366f133}.error{color:red;font-size:.9rem;margin-top:-.8rem;margin-bottom:1rem}.center-btn{text-align:center;margin-top:1rem}.place-order-btn{padding:14px 28px;font-size:1.1rem;background-color:gold;color:#fff;border:none;border-radius:8px;font-weight:700;cursor:pointer;transition:background-color .3s ease}.place-order-btn:hover{background-color:#388e3c}.checkout-actions-row{display:flex;align-items:center;gap:2rem;margin-top:1.5rem;margin-bottom:1rem}.checkout-address-dropdown{min-width:260px}.checkout-address-dropdown label{display:block;margin-bottom:.3rem;font-size:1rem}.checkout-address-dropdown select{width:100%;padding:10px;border-radius:6px;border:1px solid #ccc;font-size:1rem;background:#f7f7fa}@media(max-width:768px){.cart-container{flex-direction:column;padding:1rem}.cart-page h2{text-align:center}.cart-item{flex-direction:column;align-items:center;text-align:center}.cart-item img{margin-bottom:1rem}.order-summary-box,.flipkart-empty-cart,.checkout-container{width:100%;padding:1rem}.place-order-btn,.flipkart-shop-btn{width:80%}.cart-icon-face{width:120px;height:100px}.flipkart-empty-message{font-size:1.2rem}.checkout-form-columns{flex-direction:column}}.category-page{padding:20px;text-align:center}.category-title{font-size:2rem;font-weight:700;margin-bottom:20px;color:#333}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:25px;padding:0 20px}.product-card{background-color:#fff;border-radius:8px;box-shadow:0 4px 10px #0000001a;padding:12px;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}img{max-width:100%;border-radius:12px;transition:transform .4s ease;object-fit:cover}.product-card:hover{transform:scale(1.03);box-shadow:0 6px 14px #00000026}.product-image{width:2px;height:2px;object-fit:cover;border-radius:4px;margin-bottom:10px;width:100%;height:100%}.product-title{font-size:1rem;font-weight:600;color:#222;margin-bottom:6px}.product-price{font-size:.95rem;color:#444}.category-layout{display:flex;gap:2rem}.filter-section{width:260px;background:#fff;padding:1.5rem 1.2rem;border-radius:14px;box-shadow:0 4px 24px #5024b414,0 1.5px 4px #0000000a;min-height:400px;max-height:80vh;overflow-y:auto;position:sticky;top:30px;align-self:flex-start;border:1.5px solid #ece6fa}.filter-section h3{font-size:1.2rem;font-weight:700;color:#7c3aed;margin-bottom:1.2rem;letter-spacing:1px;text-align:left}.filter-category{margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #f0e9ff}.filter-header{font-size:1.05rem;font-weight:600;color:#2b074f;margin-bottom:.7rem;letter-spacing:.5px;display:flex;justify-content:space-between;align-items:center;cursor:pointer;padding:.3rem 0;transition:color .2s ease}.toggle-icon{font-size:.9rem;color:#7c3aed}.filter-content label{display:flex;align-items:center;gap:.5rem;font-size:.98rem;color:#444;margin-bottom:.5rem;cursor:pointer;transition:color .2s}.filter-content label:hover{color:#7c3aed}.filter-content input[type=checkbox]{accent-color:#a855f7;width:16px;height:16px;border-radius:4px;border:1.5px solid #d1c4e9;margin-right:.5rem;cursor:pointer;transition:border-color .2s}.filter-content input[type=checkbox]:hover{border-color:#a855f7}@media(max-width:900px){.category-layout{flex-direction:column}.filter-section{width:100%;max-width:100%;position:static;margin-bottom:2rem}}.like-grid{display:flex;flex-wrap:wrap;justify-content:flex-start;gap:20px;padding:2rem;min-height:80vh;box-sizing:border-box;transition:all .3s ease}.like-card{position:relative;width:220px;border-radius:10px;overflow:hidden;background:#fff;box-shadow:0 4px 10px #00000014;transition:transform .3s ease;display:flex;flex-direction:column;align-items:stretch;margin-bottom:18px}.like-card:hover{transform:scale(1.03)}.like-image{width:100%;height:280px;object-fit:cover;border-radius:10px;transition:transform .3s ease}.like-image:hover{transform:scale(1.05)}.like-icons{position:absolute;top:10px;right:10px;display:flex;flex-direction:column;gap:6px;z-index:10}.like-icon,.share-icon{background:#000000b3;color:#fff;padding:8px;border-radius:50%;font-size:24px;cursor:pointer;transition:background .3s ease;opacity:1!important;visibility:visible!important}.like-icon:hover,.share-icon:hover{background:#000000e6}.like-icon.liked{color:red;background-color:#fff}.like-desc{padding:12px 10px 10px;font-size:1rem;color:#444;background:#fff;border-radius:0 0 10px 10px;text-align:left;font-weight:400;display:flex;flex-direction:column;gap:8px}.like-title{font-size:1.08rem;font-weight:600;color:#222;margin-bottom:2px}.like-price{font-size:1rem;color:#a855f7;font-weight:500;margin-bottom:2px}.buy-now-btn{padding:10px 18px;background-color:#f08080;color:#fff;border:none;border-radius:6px;font-size:.95rem;font-weight:600;cursor:pointer;transition:background-color .3s ease;width:100%;text-align:center}.empty-like-msg{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:80vh;width:100%;text-align:center;font-family:Segoe UI,sans-serif;color:#444;animation:fadeIn .3s ease-in-out;transition:all .3s ease}.empty-like-msg h2{font-size:2.2rem;margin-bottom:.5rem;color:#111}.empty-like-msg p{font-size:1.1rem;color:#666;margin-bottom:1.5rem}.discover-btn{padding:10px 20px;background-color:#8b5cf6;color:#fff;border:none;border-radius:6px;font-size:1rem;cursor:pointer;transition:background-color .3s ease}.discover-btn:hover{background-color:#7c3aed}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:600px){.like-card{width:100%}.like-grid{padding:1rem;justify-content:center}.like-image{height:220px}}.product-card .like-icon,.product-card .share-icon,.category-card .like-icon,.category-card .share-icon{opacity:1!important;visibility:visible!important}.auth-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#f0f8ff;font-family:Poppins,Segoe UI,Arial,sans-serif}.auth-box{background:#ffffffeb;box-shadow:0 8px 32px #a084fc2e,0 1.5px 8px #0000000a;border-radius:22px;padding:2.5rem 2.5rem 2rem;min-width:340px;max-width:400px;width:100%;display:flex;flex-direction:column;align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1.5px solid #e9d5ff;animation:fadeIn .7s cubic-bezier(.4,0,.2,1);position:relative}@keyframes fadeIn{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.auth-icon{font-size:3rem;color:#a855f7;margin-bottom:1.2rem;background:linear-gradient(90deg,#a855f7,#6366f1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;display:block}.auth-box h2{color:#a855f7;font-family:Cinzel,serif;font-size:2.2rem;margin-bottom:1.5rem;letter-spacing:1px;text-shadow:0 2px 8px #ede9fe}.auth-box form{width:100%;display:flex;flex-direction:column;gap:1.2rem}.auth-box input{padding:.9rem 1.1rem;border:1.5px solid #e9d5ff;border-radius:10px;font-size:1.08rem;background:#f7f7faf7;transition:border-color .2s,box-shadow .2s;outline:none}.auth-box input:focus{border-color:#a855f7;box-shadow:0 0 0 2px #c084fc44}.auth-box button[type=submit]{margin-top:.5rem;padding:.9rem 0;background:linear-gradient(90deg,#a855f7,#6366f1);color:#fff;border:none;border-radius:10px;font-size:1.15rem;font-weight:600;cursor:pointer;box-shadow:0 2px 8px #ede9fe;transition:background .2s,transform .2s}.auth-box button[type=submit]:hover{background:linear-gradient(90deg,#6366f1,#a855f7);transform:translateY(-2px) scale(1.03)}.auth-box p{margin-top:1.2rem;color:#555;font-size:1rem;text-align:center}.auth-box span{color:#a855f7;font-weight:600;cursor:pointer;transition:color .2s}.auth-box span:hover{color:#7c3aed;text-decoration:underline}@media(max-width:600px){.auth-box{min-width:90vw;padding:1.2rem .5rem}.auth-box h2{font-size:1.5rem}}.address-page{display:flex;min-height:75vh;background-color:#f1f3f6;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.sidebar{width:280px;background-color:#fff;padding:2rem 1rem;box-shadow:2px 0 8px #0000000d;display:flex;flex-direction:column}.profile-header{display:flex;align-items:center;margin-bottom:2rem}.profile-header-icon{font-size:48px;color:#1976d2;margin-right:1rem}.profile-header-text{font-weight:700;font-size:1.2rem;color:#333}.sidebar-option{margin-bottom:1.5rem;font-weight:600;font-size:15px;cursor:pointer;transition:color .3s;color:#555}.sidebar-option.active,.sidebar-option:hover{color:#1976d2}.address-content{flex:1;padding:2rem 3rem;background-color:#fff;box-shadow:inset 1px 0 #eee}.address-content h2{font-size:1.6rem;color:#222;margin-bottom:1.5rem}.address-form{max-width:500px;display:flex;flex-direction:column}.address-form label{font-weight:500;margin-bottom:5px;color:#555}.address-form input{padding:.6rem;border-radius:4px;border:1px solid #ccc;margin-bottom:1.2rem;font-size:14px;transition:border-color .3s}.address-form input:focus{border-color:#1976d2;outline:none}.address-form button{padding:.6rem 1.2rem;background-color:#1976d2;border:none;color:#fff;border-radius:4px;font-weight:700;cursor:pointer;transition:background-color .3s;width:fit-content}.address-form button:hover{background-color:#125ea3}.saved-addresses-list{margin-top:2rem;background:#f7f7fa;border-radius:10px;padding:1.2rem 1rem;box-shadow:0 2px 8px #a084fc12;max-width:500px}.saved-addresses-list h3{color:#1976d2;font-size:1.1rem;margin-bottom:1rem}.saved-address-card{display:flex;justify-content:space-between;align-items:center;background:#fff;border-radius:7px;padding:.7rem 1rem;margin-bottom:.7rem;box-shadow:0 1px 4px #a084fc0d;font-size:1rem}.remove-address-btn{background:#e11d48;color:#fff;border:none;border-radius:6px;padding:.3rem .8rem;font-size:.95rem;cursor:pointer;transition:background .2s}.remove-address-btn:hover{background:#be123c}.empty-address-msg{color:#888;font-size:1rem;margin-bottom:1rem}@media screen and (max-width:768px){.address-page{flex-direction:column}.sidebar{width:100%;flex-direction:row;justify-content:space-around;padding:1rem;box-shadow:none;border-bottom:1px solid #eee}.sidebar-option{margin:0}.address-content{padding:2rem 1.5rem}}
