a{color:inherit;text-decoration:none}header,nav{box-sizing:border-box}.circle-menu{justify-content:center;gap:24px;padding:24px;display:flex;overflow-x:auto}.circle-item{flex-direction:column;align-items:center;display:flex}.circle-image{border:1px solid #ddd;border-radius:50%;width:96px;height:96px;overflow:hidden}.announcement-bar{color:#fff;text-align:center;background:#000;padding:8px;position:relative}.announcement-close{color:#fff;cursor:pointer;background:0 0;border:none;font-size:20px;position:absolute;top:0;bottom:0;right:16px}.main-header{border-bottom:1px solid #ddd;justify-content:space-between;align-items:center;padding:16px 24px;display:flex}.main-header nav a{margin-right:20px;font-weight:700}.main-header-icons button{cursor:pointer;background:0 0;border:none;margin-left:12px;font-size:20px}.header-icons a{cursor:pointer;margin-left:12px;font-size:20px}.cart-icon{color:#000;font-size:24px;text-decoration:none;display:inline-block;position:relative}.cart-overlay{opacity:0;pointer-events:none;z-index:40;background:#0000004d;transition:opacity .3s;position:fixed;inset:0}.cart-overlay.open{opacity:1;pointer-events:auto}.cart-drawer{z-index:50;background:#fff;flex-direction:column;width:24rem;height:100%;transition:transform .3s;display:flex;position:fixed;top:0;right:0;transform:translate(100%);box-shadow:-4px 0 12px #0000001a}.cart-drawer.open{transform:translate(0)}.cart-header{border-bottom:1px solid #ddd;justify-content:space-between;align-items:center;padding:16px;display:flex}.cart-close{cursor:pointer;background:0 0;border:none;font-size:20px}.cart-items-wrapper{flex:1;padding:16px;overflow-y:auto}.cart-item{border-bottom:1px solid #eee;gap:12px;margin-bottom:12px;padding-bottom:8px;display:flex}.cart-item img{object-fit:cover;border-radius:4px;width:64px;height:64px}.cart-item-info h4{margin:0;font-size:16px}.cart-item-info p{color:#555;margin:4px 0;font-size:14px}.cart-item-qty{align-items:center;gap:6px;display:flex}.cart-item-qty button{cursor:pointer;background:#fff;border:1px solid #ddd;width:24px;height:24px}.cart-footer{border-top:1px solid #ddd;padding:16px}.cart-subtotal{justify-content:space-between;margin-bottom:12px;font-weight:700;display:flex}.view-cart-btn{text-align:center;color:#000;border:1px solid #000;border-radius:4px;margin-bottom:8px;padding:10px;text-decoration:none;display:block}.checkout-btn{color:#fff;cursor:pointer;background:#000;border:none;border-radius:4px;width:100%;padding:12px}.product-card{position:relative}.wishlist-btn{cursor:pointer;background:#fff;border-radius:50%;padding:6px;display:none}.product-card:hover .wishlist-btn{display:block}.wishlist-page{max-width:1200px;margin:0 auto;padding:40px;font-family:Arial,sans-serif}.wishlist-hero h1{text-align:center;color:#333;margin-bottom:30px;font-size:2rem}.wishlist-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:20px;display:grid}.wishlist-card{background-color:#fff;border:1px solid #ddd;border-radius:8px;padding:15px;transition:transform .2s,box-shadow .2s;position:relative}.wishlist-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #0000001a}.wishlist-img{object-fit:cover;border-radius:5px;width:100%;height:220px;margin-bottom:10px}.wishlist-title{color:#333;margin-bottom:5px;font-size:1.1rem;font-weight:700}.wishlist-price{color:#e60023;margin-bottom:5px;font-size:1rem}.wishlist-sku{color:#888;margin-bottom:10px;font-size:.85rem}.wishlist-remove{color:#e60023;cursor:pointer;background:0 0;border:none;font-size:1.2rem;transition:color .2s;position:absolute;top:10px;right:10px}.wishlist-remove:hover{color:red}@media (max-width:768px){.wishlist-img{height:180px}}@media (max-width:480px){.wishlist-grid{grid-template-columns:1fr}.wishlist-img{height:150px}}.cart-badge{color:#fff;text-align:center;background-color:#e53935;border-radius:50%;min-width:18px;height:18px;padding:0 4px;font-size:12px;font-weight:700;line-height:18px;position:absolute;top:-8px;right:-8px;box-shadow:0 0 2px #0000004d}.cart-container{color:#333;max-width:800px;margin:0 auto;padding:24px;font-family:Arial,sans-serif}.cart-title{margin-bottom:16px;font-size:24px;font-weight:700}.loading-text{color:#666;font-size:16px}.empty-cart{color:#999;font-size:16px}.cart-items{margin:0;padding:0;list-style:none}.cart-item{border-bottom:1px solid #ddd;justify-content:space-between;align-items:center;padding-bottom:12px;font-size:16px;display:flex}.item-quantity{color:#222;font-weight:700}.nav-header{border-bottom:1px solid #ddd;justify-content:center;align-items:center;gap:32px;padding:12px 0;font-family:sans-serif;font-weight:700;display:flex;position:relative}.nav-header a,.nav-header .nav-link{color:#000;cursor:pointer;align-items:center;padding:4px 8px;text-decoration:none;transition:color .2s;display:inline-flex}.nav-header a:hover,.nav-header .nav-link:hover{color:#1d4ed8}.dropdown{vertical-align:middle;display:inline-block;position:relative}.dropdown-content{z-index:20;background:#fff;border:1px solid #ddd;flex-direction:column;min-width:160px;display:none;position:absolute;top:100%;left:0}.dropdown:hover>.dropdown-content{display:flex}.dropdown.nested{position:relative}.dropdown-content.nested-content{flex-direction:column;display:none;top:0;left:100%}.dropdown.nested:hover>.dropdown-content.nested-content{display:flex}.dropdown-content a,.dropdown-content .nav-link{color:#000;padding:8px 12px;display:block}.dropdown-content a:hover,.dropdown-content .nav-link:hover{background-color:#f0f0f0}.mobile-menu{flex-direction:column;gap:12px;display:none}.mobile-menu.show{display:flex}.mobile-menu .dropdown-content{width:100%;box-shadow:none;border:none;flex-direction:column;display:flex}.mobile-menu .dropdown-content .nested-content{flex-direction:column;width:100%;margin-left:0}.mobile-bottom-nav{z-index:50;background:#fff;border-top:1px solid #ddd;justify-content:space-around;padding:8px 0;display:flex;position:fixed;bottom:0;left:0;right:0}.mobile-bottom-nav button,.mobile-bottom-nav a{cursor:pointer;background:0 0;border:none;flex-direction:column;align-items:center;font-size:12px;display:flex}@media (max-width:768px){.mobile-menu,.mobile-bottom-nav{display:flex}.nav-header{display:none}}body{margin:0;font-family:Arial,Helvetica,sans-serif}.thumbnails img{object-fit:cover;cursor:pointer;border:2px solid #0000;border-radius:6px;width:70px;height:90px}.actions-row{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.qty-control{background:#f3f3f3;border-radius:28px;align-items:center;gap:12px;min-width:110px;padding:8px 12px;display:inline-flex}.qty-btn{cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;font-size:20px;line-height:1;display:inline-flex}.qty-btn:disabled{opacity:.4;cursor:not-allowed}.qty-value{text-align:center;min-width:28px;font-size:16px;font-weight:600}.pill-btn{cursor:pointer;text-align:center;white-space:nowrap;border:none;border-radius:40px;flex:auto;padding:14px 22px;font-weight:600}.add-to-cart{background:0 0}.add-to-cart.pill-btn,.pill-btn.add-to-cart{color:#fff;background:#000;border-radius:40px;min-width:260px;padding:14px 26px}.pill-btn.loading{opacity:.7;cursor:wait}.buy-now-btn{color:#fff;letter-spacing:.6px;background:#d91616;border-radius:40px;width:100%;margin-top:8px;padding:14px 26px;font-weight:700}.icons-right{align-items:center;gap:10px;margin-left:6px;display:flex}.icon-circle{cursor:pointer;background:#fff;border:1px solid #eee;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:18px;transition:transform .15s,background .15s,color .15s;display:inline-flex}.icon-circle:hover{color:#fff;background:#000;border-color:#000;transform:scale(1.06)}@media (max-width:768px){.actions-row{flex-direction:column;align-items:stretch}.icons-right{justify-content:flex-end;margin-left:0}.pill-btn.add-to-cart{width:100%;min-width:0}.qty-control{justify-content:center}}@media (max-width:1024px){.nav-header{flex-wrap:wrap;justify-content:flex-start;gap:16px;padding:8px}.dropdown-content{box-shadow:none;border:none;width:100%;min-width:auto;display:none;position:static}.dropdown:hover>.dropdown-content{display:block}.dropdown-content.nested-content{margin-left:0;top:0;left:0}.dropdown-content a,.dropdown-content .nav-link{padding:8px 16px}.nav-header a,.nav-header .nav-link{padding:8px 12px}}@media (max-width:768px){.nav-header{flex-direction:column;align-items:flex-start}.nav-header a,.nav-header .nav-link{width:100%}.dropdown-content{width:100%;display:none}.dropdown:hover>.dropdown-content{display:block}.dropdown-content.nested-content{width:100%;left:0}}@media (max-width:480px){.nav-header{gap:8px;padding:8px 12px}.nav-header a,.nav-header .nav-link{padding:10px;font-size:14px}.dropdown-content a,.dropdown-content .nav-link{padding:10px 16px;font-size:14px}}.new-arrivals-page{padding:40px 20px}.new-arrivals-hero{text-align:center;margin-bottom:40px}.new-arrivals-hero h1{margin-bottom:8px;font-size:2.5rem}.new-arrivals-hero p{color:#555}.controls{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.filter-btn{cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:20px;padding:8px 16px}.sort select{border:1px solid #ddd;border-radius:6px;padding:8px 12px}.product-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:20px;display:grid}.product-card{background:#fff;border:1px solid #eee;border-radius:8px;transition:box-shadow .2s;overflow:hidden}.product-card:hover{box-shadow:0 4px 12px #0000001a}.product-card img{object-fit:cover;width:100%;height:280px}.product-info{padding:12px}.product-info h3{margin-bottom:4px;font-size:1rem}.product-info p{margin:2px 0}.image-wrapper{border-radius:8px;position:relative;overflow:hidden}.product-img{object-fit:cover;width:100%;height:280px;transition:transform .3s}.image-wrapper:after{content:"";background:0 0;border-radius:8px;transition:background .3s;position:absolute;inset:0}.image-wrapper:hover:after{background:#0006}.image-wrapper:hover .product-img{transform:scale(1.05)}.overlay-icons{opacity:0;z-index:2;gap:12px;transition:opacity .3s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.image-wrapper:hover .overlay-icons{opacity:1}.icon-btn{cursor:pointer;background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;font-size:18px;transition:transform .2s,background .2s;display:flex}.icon-btn:hover{color:#fff;background:#000;transform:scale(1.1)}@media (max-width:768px){.new-arrivals-page{padding:20px 12px}.new-arrivals-hero h1{font-size:2rem}.controls{flex-direction:column;align-items:flex-start;gap:12px}.product-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:16px}.product-card img{height:220px}.product-info h3{font-size:.95rem}}@media (max-width:480px){.new-arrivals-hero h1{font-size:1.6rem}.new-arrivals-hero p{font-size:.9rem}.controls{flex-direction:column;align-items:stretch}.filter-btn,.sort select{text-align:center;width:100%}.product-grid{grid-template-columns:1fr;gap:14px}.product-card img{height:200px}.product-info h3{font-size:.9rem}.product-info p{font-size:.85rem}}.product-detail{flex-wrap:wrap;gap:40px;padding:40px;display:flex}.images{flex:1;gap:12px;display:flex}.thumbnails{flex-direction:column;gap:8px;display:flex}.thumbnails img{object-fit:cover;cursor:pointer;border:2px solid #0000;width:70px;height:90px}.thumbnails img.active{border-color:#000}.main-image{flex:1}.main-image img{border-radius:8px;width:100%;max-width:450px}.info{flex:1}.price{align-items:center;gap:10px;margin:10px 0;display:flex}.price .current{color:red;font-size:1.5rem;font-weight:700}.price .old{color:#777;text-decoration:line-through}.price .discount{color:#fff;background:#ff5a5a;border-radius:4px;padding:2px 8px;font-size:.9rem}.colors,.sizes{margin:15px 0}.colors .options,.sizes .options{gap:10px;margin-top:6px;display:flex}.colors button{cursor:pointer;border:1px solid #ccc;border-radius:50%;width:28px;height:28px}.sizes button{cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:4px;padding:6px 14px}.actions{flex-direction:column;gap:12px;margin:20px 0;display:flex}.add-to-cart{color:#fff;cursor:pointer;background:#000;border:none;border-radius:6px;padding:14px;font-size:1rem}.buy-now{color:#fff;cursor:pointer;background:red;border:none;border-radius:6px;padding:14px;font-size:1rem}.delivery{color:#555;margin-top:20px;font-size:.9rem}@media (max-width:768px){.product-detail{flex-direction:column;padding:20px}.images{flex-direction:column}.main-image img{max-width:100%}}.checkout-page{background:#fafafa;justify-content:center;min-height:100vh;padding:40px 0;font-family:Segoe UI,Tahoma,sans-serif;display:flex}.checkout-container{background:#fff;border-radius:10px;gap:40px;width:90%;max-width:1100px;display:flex;overflow:hidden;box-shadow:0 0 8px #0000001a}.checkout-left{border-right:1px solid #eee;flex:1;padding:30px}.checkout-left h2,.checkout-left h3{margin-bottom:10px}.checkout-left input,.checkout-left select{border:1px solid #ccc;border-radius:5px;width:100%;margin-bottom:12px;padding:10px}.name-fields,.address-row{gap:10px;display:flex}.checkbox{align-items:center;gap:6px;margin-bottom:20px;font-size:14px;display:flex}.checkbox input[type=checkbox]{width:16px;height:16px;margin:0;padding:0}.continue-btn{color:#fff;cursor:pointer;background:#000;border:none;border-radius:6px;width:100%;padding:12px;font-size:16px}.continue-btn:hover{background:#333}.checkout-right{background:#f7f7f7;flex:.9;padding:30px}.checkout-right h3{margin-bottom:15px}.checkout-items{flex-direction:column;gap:15px;display:flex}.checkout-item{background:#fff;border-radius:6px;align-items:center;gap:10px;padding:10px;display:flex}.checkout-item-img{position:relative}.checkout-item-img img{object-fit:cover;border-radius:6px;width:60px;height:60px}.qty-badge{color:#fff;background:#000;border-radius:50%;padding:2px 6px;font-size:12px;position:absolute;top:-8px;right:-8px}.checkout-item-info{flex:1}.checkout-item-info .title{font-size:15px;font-weight:500}.checkout-item-info .price{color:#666;font-size:14px}.discount-section{gap:10px;margin-top:15px;display:flex}.discount-section input{border:1px solid #ccc;border-radius:5px;flex:1;padding:10px}.discount-section button{color:#fff;cursor:pointer;background:#000;border:none;border-radius:5px;padding:10px 16px}.discount-section button:hover{background:#333}.summary-row{justify-content:space-between;margin-top:10px;font-size:15px;display:flex}.summary-total{justify-content:space-between;margin-top:20px;font-size:17px;font-weight:600;display:flex}.total-amount{font-size:18px}.payment-method{background-color:#f9f9f9;border:1px solid #ddd;border-radius:8px;margin-top:20px;padding:15px}.payment-method h3{margin-bottom:12px;font-size:16px;font-weight:600}.payment-option{cursor:pointer;border:1px solid #0000;border-radius:6px;align-items:center;gap:10px;margin-bottom:10px;padding:8px 10px;font-size:14px;transition:all .2s;display:flex}.payment-option:hover{background-color:#eee;border-color:#ccc}.payment-option input[type=radio]{accent-color:#000;width:16px;height:16px}.payment-option input[type=radio]:checked+span{color:#111;font-weight:600}.order-success-page{background:#fafafa;justify-content:center;align-items:center;min-height:100vh;font-family:Segoe UI,Tahoma,sans-serif;display:flex}.order-success-container{text-align:center;background:#fff;border-radius:10px;width:90%;max-width:500px;padding:40px 60px;box-shadow:0 0 10px #0000001a}.success-icon{color:#28a745;margin-bottom:20px;font-size:60px}.order-success-container h1{margin-bottom:10px;font-size:26px}.order-success-container p{color:#555;margin-bottom:20px;font-size:16px}.view-orders-btn{color:#fff;cursor:pointer;background:#000;border:none;border-radius:6px;padding:12px 24px;font-size:16px;transition:all .3s}.my-orders-page{background:#fafafa;min-height:100vh;padding:40px 20px;font-family:Segoe UI,Tahoma,sans-serif}.my-orders-page h1{text-align:center;margin-bottom:30px;font-size:26px}.orders-list{flex-direction:column;gap:20px;max-width:800px;margin:0 auto;display:flex}.order-card{background:#fff;border-radius:10px;padding:20px 25px;transition:all .3s;box-shadow:0 0 8px #00000014}.order-card:hover{transform:translateY(-2px);box-shadow:0 0 12px #0000001f}.order-header{justify-content:space-between;align-items:center;margin-bottom:15px;display:flex}.order-status{color:#fff;border-radius:6px;padding:4px 10px;font-size:13px}.order-status.pending{background:#ffc107}.order-status.paid,.order-status.completed{background:#28a745}.order-status.failed{background:#dc3545}.order-items{border-top:1px solid #eee;border-bottom:1px solid #eee;padding:10px 0}.order-item{justify-content:space-between;align-items:center;padding:6px 0;display:flex}.item-info{flex:1}.item-title{font-weight:500}.item-qty{color:#555;font-size:14px}.item-price{font-weight:700}.order-footer{justify-content:space-between;margin-top:10px;font-size:14px;display:flex}.orders-loading,.orders-error{text-align:center;padding:50px;font-size:18px}.profile-container{color:#222;gap:40px;max-width:1100px;margin:60px auto;padding:20px;font-family:Poppins,sans-serif;display:flex}.profile-sidebar{border-right:1px solid #e5e5e5;width:250px}.profile-sidebar ul{margin:0;padding:0;list-style:none}.profile-sidebar li{cursor:pointer;border-radius:8px;padding:12px 15px;font-size:15px;transition:background .2s}.profile-sidebar li:hover,.profile-sidebar li.active{background:#f7f7f7;font-weight:600}.profile-content{flex:1}.profile-content h1{margin-bottom:20px;font-size:36px;font-weight:600}.user-info{background:#fff;border:1px solid #e5e5e5;border-radius:10px;padding:20px 25px;box-shadow:0 2px 6px #0000000d}.user-info p{margin:8px 0;font-size:15px}.user-info strong{color:#111}pre{background:#f8f9fa;border-radius:8px;padding:10px;font-size:13px;overflow-x:auto}.btn-primary{color:#fff;cursor:pointer;background:#111;border:none;border-radius:5px;margin-top:15px;padding:10px 18px;font-size:14px;transition:background .2s;display:inline-block}.btn-primary:hover{background:#333}.view-orders-btn{color:#fff;cursor:pointer;background:#198754;border:none;border-radius:5px;margin-top:15px;margin-left:10px;padding:10px 18px;font-size:14px;transition:background .2s;display:inline-block}.view-orders-btn:hover{background:#157347}.account-details{border:1px solid #cfcfcf;border-radius:10px;margin-top:25px;overflow:hidden}.account-details table{border-collapse:collapse;width:100%}.account-details td{border-bottom:1px solid #eee;padding:12px 16px}.account-details td:first-child{color:#555;background:#fafafa;width:150px;font-weight:500}.footer{color:#333;background:#f9f9f9;border-top:1px solid #e5e5e5;padding:60px 100px 30px;font-family:Arial,sans-serif}.footer-top{grid-template-columns:repeat(4,1fr);gap:50px;margin-bottom:40px;display:grid}.footer-logo{text-transform:lowercase;margin-bottom:15px;font-size:28px;font-weight:700}.footer-col h4{margin-bottom:15px;font-size:18px;font-weight:600}.footer-col p,.footer-col a{color:#444;font-size:14px;text-decoration:none}.footer-col a:hover{text-decoration:underline}.footer-col ul{margin:0;padding:0;list-style:none}.footer-col ul li{margin-bottom:8px}.footer-link.direction{border-bottom:2px solid #000;margin:10px 0;font-weight:500;display:inline-block}.footer-socials{align-items:center;gap:10px;margin-top:20px;display:flex}.footer-socials a{color:#000;border:1px solid #ccc;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:16px;text-decoration:none;transition:all .3s;display:flex}.footer-socials a:hover{color:#fff;background:#000}.subscribe-box{margin-top:10px;display:flex}.subscribe-box input{border:1px solid #ccc;border-right:none;border-radius:4px 0 0 4px;flex:1;padding:10px;font-size:14px}.subscribe-box button{color:#fff;cursor:pointer;background:#000;border:none;border-radius:0 4px 4px 0;padding:10px 16px;font-size:14px}.subscribe-box button:hover{background:#333}.footer-lang{gap:10px;margin-top:15px;font-size:14px;display:flex}.footer-bottom{border-top:1px solid #ddd;flex-wrap:wrap;justify-content:space-between;align-items:center;padding-top:20px;display:flex}.payment-icons{justify-content:center;align-items:center;gap:12px;margin-top:10px;display:flex}.payment-icons img{object-fit:contain;opacity:.9;width:auto;height:28px;transition:transform .2s,opacity .2s}.payment-icons img:hover{opacity:1;transform:scale(1.1)}@media (max-width:900px){.footer-top{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.footer-top{grid-template-columns:1fr}.footer{padding:40px 20px}}@media (max-width:400px){.subscribe-box{flex-direction:column}.subscribe-box input,.subscribe-box button{border-radius:4px;width:100%}.subscribe-box button{border-radius:4px;margin-top:8px}}.collections-slider{gap:20px;animation:30s linear infinite scroll;display:flex;overflow:hidden}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(0%)}}.about-us-container{color:#333;max-width:1200px;margin:0 auto;padding:50px 20px;font-family:Arial,sans-serif}.about-us-hero{text-align:center;margin-bottom:50px}.about-us-hero h1{font-size:3rem;font-weight:700}.about-us-content{flex-wrap:wrap;align-items:center;gap:40px;display:flex}.about-us-text{flex:500px}.about-us-text h2{margin-bottom:15px;font-size:2rem}.about-us-text p{margin-bottom:25px;font-size:1.1rem;line-height:1.8}.about-us-text ul{padding-left:20px;list-style-type:disc}.about-us-text ul li{margin-bottom:10px;font-size:1.1rem}.about-us-image{flex:400px}.about-us-image img{object-fit:cover;border-radius:10px;width:100%;height:auto}.contact-us-container{color:#333;max-width:1200px;margin:0 auto;padding:50px 20px;font-family:Arial,sans-serif}.contact-us-hero{text-align:center;margin-bottom:50px}.contact-us-hero h1{font-size:3rem;font-weight:700}.contact-us-content{flex-wrap:wrap;justify-content:space-between;gap:40px;display:flex}.contact-us-info{flex:500px}.contact-us-info h2{margin-bottom:15px;font-size:2rem}.contact-us-info p{margin-bottom:25px;font-size:1.1rem;line-height:1.8}.contact-us-info ul{padding-left:0;list-style-type:none}.contact-us-info ul li{margin-bottom:10px;font-size:1.1rem}.contact-us-form{flex:500px}.contact-us-form h2{margin-bottom:15px;font-size:2rem}.contact-us-form .form-group{margin-bottom:20px}.contact-us-form label{margin-bottom:5px;font-size:1rem;display:block}.contact-us-form input,.contact-us-form textarea{border:1px solid #ccc;border-radius:5px;width:100%;padding:10px;font-size:1rem}.contact-us-form button{color:#fff;cursor:pointer;background-color:#007bff;border:none;border-radius:5px;padding:10px 20px;font-size:1rem}.contact-us-form button:hover{background-color:#0056b3}.info-page-container{color:#333;max-width:1200px;margin:0 auto;padding:50px 20px;font-family:Arial,sans-serif}.info-page-hero{text-align:center;margin-bottom:50px}.info-page-hero h1{font-size:3rem;font-weight:700}.info-page-content{line-height:1.8}.info-page-content h2{margin:20px 0 10px;font-size:2rem}.info-page-content p,.info-page-content li{margin-bottom:15px;font-size:1.1rem}.info-page-content ul{margin-bottom:20px;padding-left:20px;list-style-type:disc}.category-page .product-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:20px;display:grid}.category-page .product-card{cursor:pointer;background-color:#fff;border:1px solid #e5e7eb;border-radius:10px;transition:transform .3s,box-shadow .3s;overflow:hidden}.category-page .product-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #0000001f}.category-page .product-image-wrapper{width:100%;height:250px;overflow:hidden}.category-page .product-image-wrapper img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.category-page .product-card:hover img{transform:scale(1.05)}.category-page .product-card h2{color:#111827;margin:10px 12px 4px;font-size:1.1rem;font-weight:600}.category-page .product-card p{color:#4b5563;margin:0 12px 12px;font-size:1rem}
.collections-section{background:#fff;padding:40px 20px}.collections-title{margin-bottom:8px;font-size:2rem}.collections-sub{color:#555;margin-bottom:20px}.collections-slider{scrollbar-width:none;gap:16px;padding-bottom:10px;display:flex;overflow-x:auto}.collections-slider::-webkit-scrollbar{display:none}.collection-card{background:#f9f9f9;border-radius:12px;flex:none;width:240px;position:relative;overflow:hidden;box-shadow:0 4px 10px #0000001a}.collection-card img{object-fit:cover;width:100%;height:280px;display:block}.collection-info{color:#fff;background:linear-gradient(#0000,#0009);width:100%;padding:12px;position:absolute;bottom:0;left:0}.collection-info h3{margin:0;font-size:1.2rem}.collection-info p{margin:4px 0 0;font-size:.9rem}
.dashboard-container{background-color:#f7f9fc;min-height:100vh;padding:40px;font-family:Segoe UI,Arial,sans-serif}.dashboard-title{color:#333;text-align:center;margin-bottom:30px;font-size:28px}.dashboard-list{max-width:600px;margin:0 auto;padding:0;list-style:none}.dashboard-item{background:#fff;border:1px solid #ddd;border-radius:10px;justify-content:space-between;align-items:center;margin-bottom:15px;padding:15px 20px;transition:box-shadow .2s,transform .2s;display:flex}.dashboard-item:hover{transform:translateY(-2px);box-shadow:0 4px 10px #00000014}.dashboard-link{color:#1e40af;font-size:18px;font-weight:500;text-decoration:none}.dashboard-link:hover{text-decoration:underline}.dashboard-actions{gap:10px;display:flex}
.category-container{background-color:#f8fafc;min-height:100vh;padding:40px;font-family:Segoe UI,Arial,sans-serif}.category-title{color:#333;text-align:center;margin-bottom:25px;font-size:26px}.category-form{flex-wrap:wrap;justify-content:center;gap:10px;max-width:700px;margin:20px auto;display:flex}.category-form input,.category-form select{border:1px solid #ccc;border-radius:6px;padding:10px 12px;font-size:15px}.add-btn{color:#fff;cursor:pointer;background-color:#16a34a;border:none;border-radius:6px;padding:10px 16px;font-size:15px;transition:background-color .2s}.add-btn:hover{background-color:#15803d}.category-list{max-width:800px;margin:0 auto;padding:0;list-style:none}.category-item{background:#fff;border:1px solid #ddd;border-radius:10px;justify-content:space-between;align-items:center;margin-bottom:12px;padding:15px 20px;transition:box-shadow .2s,transform .2s;display:flex}.category-item:hover{transform:translateY(-2px);box-shadow:0 4px 10px #00000014}.category-desc{color:#555;margin:3px 0;font-size:13px}.actions{gap:8px;display:flex}.edit-btn,.delete-btn{cursor:pointer;border:none;border-radius:6px;padding:6px 12px;font-size:13px;transition:all .2s}.edit-btn{color:#fff;background-color:#3b82f6}.edit-btn:hover{background-color:#2563eb}.delete-btn{color:#fff;background-color:#ef4444}.delete-btn:hover{background-color:#dc2626}
.catalog-container{padding:30px;font-family:Arial,sans-serif}.catalog-container h2{text-align:center;margin-bottom:20px}.catalog-form{flex-wrap:wrap;justify-content:center;gap:10px;margin-bottom:30px;display:flex}.catalog-form input{border:1px solid #ccc;border-radius:5px;flex:180px;padding:8px}.catalog-form button{color:#fff;cursor:pointer;background-color:#0078d7;border:none;border-radius:5px;padding:8px 16px}.catalog-form .cancel-btn{background-color:#999}.catalog-form button:hover{opacity:.9}.image-preview{border:1px solid #ccc;border-radius:5px;width:120px;height:120px;margin-top:10px;overflow:hidden}.image-preview img{object-fit:cover;width:100%;height:100%}.catalog-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:20px;display:grid}.catalog-card{text-align:center;border:1px solid #ddd;border-radius:8px;padding:10px;box-shadow:0 2px 5px #0000001a}.catalog-card img{object-fit:cover;border-radius:6px;width:100%;height:180px}.catalog-card h3{margin:10px 0 5px}.catalog-card p{margin:3px 0}.catalog-card .sku{color:#666;font-size:12px}.actions{justify-content:center;gap:10px;margin-top:10px;display:flex}.edit-btn{color:#fff;cursor:pointer;background-color:#4caf50;border:none;border-radius:4px;padding:5px 10px}.delete-btn{color:#fff;cursor:pointer;background-color:#f44336;border:none;border-radius:4px;padding:5px 10px}.edit-btn:hover,.delete-btn:hover{opacity:.85}.category-path{color:#444;margin-top:5px;font-size:13px;font-style:italic}select{border:1px solid #ccc;border-radius:5px;flex:180px;padding:8px}
.popup-overlay{z-index:9999;background:#0006;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.popup-container{text-align:center;background-color:#fff;border-radius:12px;width:320px;max-width:90%;padding:24px 32px;animation:.3s fadeIn;box-shadow:0 6px 20px #0003}.popup-title{color:#222;margin-bottom:12px;font-size:18px;font-weight:600}.popup-text{color:#555;margin-bottom:20px;font-size:15px}.popup-button{color:#fff;cursor:pointer;background-color:#007bff;border:none;border-radius:6px;padding:10px 18px;font-size:14px;transition:background .3s}.popup-button:hover{background-color:#0056b3}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}
.admin-collection-container{padding:30px;font-family:Inter,sans-serif}.admin-collection-container h2{margin-bottom:20px;font-size:24px}.admin-collection-form{flex-direction:column;gap:10px;max-width:400px;margin-bottom:40px;display:flex}.admin-collection-form input,.admin-collection-form textarea{border:1px solid #ccc;border-radius:8px;padding:10px;font-size:15px}.admin-collection-form button{color:#fff;cursor:pointer;background-color:#007bff;border:none;border-radius:8px;padding:10px;font-weight:600;transition:all .2s}.admin-collection-form button:hover{background-color:#0056b3}.admin-cancel-btn{background-color:#999}.admin-image-preview img{border-radius:10px;max-width:150px;margin-top:10px;box-shadow:0 0 5px #0003}.admin-collection-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:20px;display:grid}.admin-collection-card{text-align:center;background-color:#fff;border-radius:10px;padding:15px;box-shadow:0 2px 5px #0000001a}.admin-collection-card img{object-fit:cover;border-radius:8px;width:100%;height:150px}.admin-collection-card h3{margin:10px 0 5px;font-size:18px}.admin-collection-card p{color:#555;margin-bottom:10px;font-size:14px}.admin-actions{justify-content:center;gap:10px;display:flex}.admin-edit-btn,.admin-delete-btn{cursor:pointer;border:none;border-radius:6px;padding:6px 12px;font-size:14px;transition:all .2s}.admin-edit-btn{background-color:#ffc107}.admin-delete-btn{color:#fff;background-color:#dc3545}.admin-edit-btn:hover{background-color:#e0a800}.admin-delete-btn:hover{background-color:#c82333}
.admincollectionproduct-container{padding:30px;font-family:Arial,sans-serif}.admincollectionproduct-container h2{text-align:center;color:#333;margin-bottom:20px}.admincollectionproduct-form{flex-wrap:wrap;justify-content:center;gap:10px;margin-bottom:30px;display:flex}.admincollectionproduct-form input,.admincollectionproduct-form select,.admincollectionproduct-form textarea{resize:none;border:1px solid #ccc;border-radius:5px;flex:180px;padding:8px;font-size:14px}.admincollectionproduct-form button{color:#fff;cursor:pointer;background-color:#0078d7;border:none;border-radius:5px;padding:8px 16px;font-weight:500;transition:all .3s}.admincollectionproduct-form button:hover{opacity:.9}.admincollectionproduct-cancel-btn{color:#fff;background-color:#999!important}.admincollectionproduct-image-preview{border:1px solid #ccc;border-radius:5px;width:120px;height:120px;margin-top:10px;overflow:hidden}.admincollectionproduct-image-preview img{object-fit:cover;width:100%;height:100%}.admincollectionproduct-grid{grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:20px;display:grid}.admincollectionproduct-card{text-align:center;background:#fff;border:1px solid #ddd;border-radius:8px;padding:12px;transition:all .3s;box-shadow:0 2px 5px #00000014}.admincollectionproduct-card:hover{transform:translateY(-2px);box-shadow:0 4px 8px #0000001f}.admincollectionproduct-card img{object-fit:cover;border-radius:6px;width:100%;height:180px}.admincollectionproduct-card h3{color:#333;margin:10px 0 5px;font-size:16px}.admincollectionproduct-card p{color:#555;margin:3px 0;font-size:13px}.admincollectionproduct-card .sku{color:#666;font-size:12px}.admincollectionproduct-actions{justify-content:center;gap:10px;margin-top:10px;display:flex}.admincollectionproduct-actions button{cursor:pointer;color:#fff;border:none;border-radius:4px;padding:6px 10px;font-size:13px;transition:all .3s}.admincollectionproduct-actions .edit-btn{background-color:#4caf50}.admincollectionproduct-actions .edit-btn:hover{opacity:.85}.admincollectionproduct-actions .delete-btn{background-color:#f44336}.admincollectionproduct-actions .delete-btn:hover{opacity:.85}
.login-container{background:linear-gradient(135deg,#1a1a2e 0%,#16213e 50%,#0f3460 100%);justify-content:center;align-items:center;min-height:100vh;padding:2rem 1rem;display:flex;position:relative;overflow:hidden}.login-container:before{content:"";pointer-events:none;background-image:radial-gradient(2px 2px at 20% 30%,#ffd7004d,#0000),radial-gradient(2px 2px at 60% 70%,#c0c0c04d,#0000),radial-gradient(1px 1px,#fff6,#0000),radial-gradient(1px 1px at 80% 10%,#ffd70066,#0000);background-size:200px 200px,300px 300px,150px 150px,250px 250px;animation:15s linear infinite sparkle;position:absolute;inset:0}@keyframes sparkle{0%{background-position:0 0,0 0,0 0,0 0}to{background-position:200px 200px,-300px 300px,150px -150px,-250px 250px}}.login-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffffa;border:1px solid #ffd70033;border-radius:24px;width:100%;max-width:450px;padding:3rem 2.5rem;animation:.6s ease-out fadeInUp;position:relative;overflow:hidden;box-shadow:0 30px 60px #0000004d,0 0 100px #ffd7001a,inset 0 1px #fffc}.login-card:before{content:"";z-index:-1;opacity:.5;filter:blur(10px);background:linear-gradient(45deg,gold,silver,gold);border-radius:24px;position:absolute;inset:-2px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.login-header{text-align:center;margin-bottom:2.5rem}.login-title{background:linear-gradient(135deg,#1a1a2e 0%,#0f3460 50%,#1a1a2e 100%);-webkit-text-fill-color:transparent;letter-spacing:-1px;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:2.5rem;font-weight:800;display:inline-block;position:relative}.login-title:after{content:"💎";font-size:1.5rem;animation:3s ease-in-out infinite float;position:absolute;top:-5px;right:-35px}@keyframes float{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-10px)rotate(180deg)}}.login-subtitle{color:#666;font-size:.95rem;font-weight:500}.login-form{flex-direction:column;gap:1.5rem;display:flex}.login-form-group{position:relative}.login-label{color:#2d3748;letter-spacing:.3px;margin-bottom:.5rem;font-size:.9rem;font-weight:600;display:block}.login-input{color:#1a202c;background:#f8fafc;border:2px solid #e2e8f0;border-radius:12px;width:100%;padding:.95rem 1.2rem;font-size:1rem;font-weight:500;transition:all .3s}.login-input:focus{background:#fff;border-color:gold;outline:none;transform:translateY(-2px);box-shadow:0 0 0 4px #ffd7001a,0 8px 20px #00000014}.login-input::placeholder{color:#a0aec0;font-weight:400}.login-options{justify-content:space-between;align-items:center;margin-top:-.5rem;display:flex}.login-checkbox-wrapper{align-items:center;gap:.5rem;display:flex}.login-checkbox{cursor:pointer;accent-color:gold;border:2px solid #cbd5e0;border-radius:4px;width:18px;height:18px}.login-checkbox-label{color:#4a5568;cursor:pointer;font-size:.9rem;font-weight:500}.login-forgot-link{color:#0f3460;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .3s;position:relative}.login-forgot-link:after{content:"";background:linear-gradient(90deg,gold,silver);width:0;height:2px;transition:width .3s;position:absolute;bottom:-2px;left:0}.login-forgot-link:hover:after{width:100%}.login-forgot-link:hover{color:gold}.login-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#0f3460 0%,#16213e 50%,#0f3460 100%) 0 0/200% 100%;border:none;border-radius:12px;width:100%;margin-top:.5rem;padding:1rem 2rem;font-size:1.05rem;font-weight:700;transition:all .4s;position:relative;overflow:hidden;box-shadow:0 10px 25px #0f34604d,0 0 40px #ffd70033}.login-button:before{content:"";background:linear-gradient(90deg,#0000,#ffd7004d,#0000);width:100%;height:100%;transition:left .6s;position:absolute;top:0;left:-100%}.login-button:hover:before{left:100%}.login-button:hover{background-position:100% 0;transform:translateY(-3px);box-shadow:0 15px 35px #0f346066,0 0 60px #ffd7004d}.login-button:active{transform:translateY(-1px)}.login-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.login-button-spinner{border:3px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:20px;height:20px;animation:.8s linear infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.login-error{color:#c53030;background:linear-gradient(135deg,#fee,#fdd);border:1px solid #fcc;border-left:4px solid #e53e3e;border-radius:10px;align-items:flex-start;gap:.75rem;margin-bottom:1.5rem;padding:1rem 1.2rem;font-size:.9rem;animation:.5s ease-in-out shake;display:flex}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-10px)}75%{transform:translate(10px)}}.login-error-icon{flex-shrink:0;width:20px;height:20px;margin-top:2px}.login-divider{margin:2rem 0;position:relative}.login-divider:before{content:"";background:linear-gradient(90deg,#0000,#cbd5e0,#0000);height:1px;position:absolute;top:50%;left:0;right:0}.login-divider-text{color:#718096;background:#fff;padding:0 1rem;font-size:.9rem;font-weight:500;display:inline-block;position:relative}.login-register{text-align:center;margin-top:1.5rem}.login-register-link{color:#0f3460;padding-bottom:2px;font-weight:700;text-decoration:none;transition:all .3s;position:relative}.login-register-link:after{content:"";background:linear-gradient(90deg,gold,silver);width:100%;height:2px;transition:transform .3s;position:absolute;bottom:0;left:0;transform:scaleX(0)}.login-register-link:hover:after{transform:scaleX(1)}.login-register-link:hover{color:gold}.login-back{text-align:center;margin-top:2rem}.login-back-link{color:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:8px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.login-back-link:hover{color:gold;background:#fff3;transform:translate(-5px)}.login-back-icon{width:16px;height:16px}@media (max-width:640px){.login-card{padding:2rem 1.5rem}.login-title{font-size:2rem}.login-title:after{font-size:1.2rem;right:-25px}.login-options{flex-direction:column;align-items:flex-start;gap:1rem}}.login-input:focus-visible,.login-checkbox:focus-visible,.login-button:focus-visible{outline-offset:2px;outline:2px solid gold}.login-google-button{color:#333;cursor:pointer;background:#fff;border:2px solid #e0e0e0;border-radius:12px;justify-content:center;align-items:center;gap:.75rem;width:100%;margin-bottom:1.5rem;padding:.875rem 1.5rem;font-size:1rem;font-weight:600;transition:all .3s;display:flex;box-shadow:0 2px 8px #00000014}.login-google-button:hover{background:#f8f9fa;border-color:#d0d0d0;transform:translateY(-1px);box-shadow:0 4px 12px #0000001f}.login-google-button:active{transform:translateY(0);box-shadow:0 2px 6px #0000001a}.login-google-icon{flex-shrink:0;width:20px;height:20px}@media print{.login-container:before,.login-card:before{display:none}}
.register-container{background:linear-gradient(135deg,#0f3460 0%,#16213e 50%,#1a1a2e 100%);justify-content:center;align-items:center;min-height:100vh;padding:3rem 1rem;display:flex;position:relative;overflow:hidden}.register-container:before{content:"";pointer-events:none;background-image:radial-gradient(3px 3px at 15% 25%,#c0c0c066,#0000),radial-gradient(2px 2px at 75% 80%,#ffd70059,#0000),radial-gradient(2px 2px at 40% 60%,#ffffff80,#0000),radial-gradient(1px 1px at 90% 15%,#ffd70073,#0000),radial-gradient(1px 1px at 25% 85%,#c0c0c059,#0000);background-size:250px 250px,350px 350px,180px 180px,220px 220px,280px 280px;animation:20s linear infinite gemFloat;position:absolute;inset:0}@keyframes gemFloat{0%{background-position:0 0,0 0,0 0,0 0,0 0}to{background-position:250px 250px,-350px 350px,180px -180px,-220px 220px,280px -280px}}.register-card{-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);background:#fffffffa;border:1px solid #ffd70040;border-radius:28px;width:100%;max-width:520px;padding:3rem 2.75rem;animation:.7s cubic-bezier(.16,1,.3,1) slideIn;position:relative;overflow:hidden;box-shadow:0 35px 70px #00000059,0 0 120px #ffd7001f,inset 0 1px #ffffffe6}.register-card:before{content:"";z-index:-1;opacity:.6;filter:blur(12px);background:linear-gradient(45deg,gold,silver,gold,silver) 0 0/300% 300%;border-radius:28px;animation:6s infinite gradientShift;position:absolute;inset:-3px}@keyframes slideIn{0%{opacity:0;transform:translateY(40px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes gradientShift{0%,to{background-position:0%}50%{background-position:100%}}.register-header{text-align:center;margin-bottom:2.5rem}.register-title{background:linear-gradient(135deg,#0f3460 0%,#1a1a2e 50%,#0f3460 100%);-webkit-text-fill-color:transparent;letter-spacing:-1.5px;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:2.75rem;font-weight:900;display:inline-block;position:relative}.register-title:before{content:"✨";font-size:1.5rem;animation:2s ease-in-out infinite sparkleLeft;position:absolute;top:-5px;left:-40px}.register-title:after{content:"💍";font-size:1.5rem;animation:2s ease-in-out infinite sparkleRight;position:absolute;top:-5px;right:-40px}@keyframes sparkleLeft{0%,to{opacity:1;transform:translate(0)rotate(0)scale(1)}50%{opacity:.8;transform:translate(-5px)rotate(-15deg)scale(1.1)}}@keyframes sparkleRight{0%,to{opacity:1;transform:translate(0)rotate(0)scale(1)}50%{opacity:.8;transform:translate(5px)rotate(15deg)scale(1.1)}}.register-subtitle{color:#666;letter-spacing:.2px;font-size:1rem;font-weight:500}.register-form{flex-direction:column;gap:1.25rem;display:flex}.register-form-row{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.register-form-group{position:relative}.register-label{color:#2d3748;letter-spacing:.3px;margin-bottom:.5rem;font-size:.9rem;font-weight:600;display:block}.register-label-optional{color:#a0aec0;font-size:.85rem;font-weight:500}.register-input{color:#1a202c;background:#f8fafc;border:2px solid #e2e8f0;border-radius:12px;width:100%;padding:.95rem 1.2rem;font-size:1rem;font-weight:500;transition:all .3s cubic-bezier(.4,0,.2,1)}.register-input:focus{background:#fff;border-color:gold;outline:none;transform:translateY(-2px);box-shadow:0 0 0 4px #ffd7001f,0 10px 25px #0000001a}.register-input::placeholder{color:#cbd5e0;font-weight:400}.register-input.register-input-error{background:#fff5f5;border-color:#fc8181}.register-input.register-input-error:focus{border-color:#e53e3e;box-shadow:0 0 0 4px #e53e3e1a}.register-input-helper{color:#718096;margin-top:.4rem;font-size:.825rem;line-height:1.4}.register-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#0f3460 0%,#16213e 50%,#0f3460 100%) 0 0/200% 100%;border:none;border-radius:12px;width:100%;margin-top:1rem;padding:1.1rem 2rem;font-size:1.05rem;font-weight:700;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 12px 30px #0f346059,0 0 50px #ffd70033}.register-button:before{content:"";background:#ffd7004d;border-radius:50%;width:0;height:0;transition:width .6s,height .6s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.register-button:hover:before{width:300px;height:300px}.register-button:hover{background-position:100% 0;transform:translateY(-3px);box-shadow:0 18px 40px #0f346073,0 0 70px #ffd70059}.register-button:active{transform:translateY(-1px)}.register-button:disabled{opacity:.65;cursor:not-allowed;transform:none}.register-button-text{z-index:1;position:relative}.register-button-spinner{border:3px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:20px;height:20px;animation:.8s linear infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.register-error{color:#991b1b;background:linear-gradient(135deg,#fee2e2,#fecaca);border:1px solid #fca5a5;border-left:4px solid #dc2626;border-radius:12px;align-items:flex-start;gap:.75rem;margin-bottom:1.5rem;padding:1rem 1.2rem;font-size:.9rem;animation:.6s ease-in-out errorPulse;display:flex}@keyframes errorPulse{0%,to{transform:scale(1)}50%{transform:scale(1.02)}}.register-error-icon{flex-shrink:0;width:20px;height:20px;margin-top:2px}.register-divider{margin:1.75rem 0;position:relative}.register-divider:before{content:"";background:linear-gradient(90deg,#0000,#cbd5e0 20% 80%,#0000);height:1px;position:absolute;top:50%;left:0;right:0}.register-divider-text{color:#718096;background:#fff;padding:0 1.2rem;font-size:.9rem;font-weight:600;display:inline-block;position:relative}.register-login{text-align:center;margin-top:1.5rem}.register-login-link{color:#0f3460;border-radius:6px;padding:.25rem .5rem;font-weight:700;text-decoration:none;transition:all .3s;position:relative}.register-login-link:before{content:"";background:linear-gradient(90deg,gold,silver);width:0;height:2px;transition:width .3s;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.register-login-link:hover:before{width:100%}.register-login-link:hover{color:gold}.register-back{text-align:center;margin-top:2rem}.register-back-link{color:#fffffff2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff1f;border:1px solid #ffffff26;border-radius:10px;align-items:center;gap:.6rem;padding:.6rem 1.2rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.register-back-link:hover{color:gold;background:#ffffff38;transform:translate(-5px);box-shadow:0 8px 20px #00000026}.register-back-icon{width:16px;height:16px;transition:transform .3s}.register-back-link:hover .register-back-icon{transform:translate(-3px)}.password-strength{background:#e2e8f0;border-radius:2px;height:4px;margin-top:.5rem;position:relative;overflow:hidden}.password-strength-bar{background:linear-gradient(90deg,#fc8181,#f6ad55,#68d391);height:100%;transition:all .3s}.password-strength-weak{background:#fc8181;width:33%}.password-strength-medium{background:#f6ad55;width:66%}.password-strength-strong{background:linear-gradient(90deg,#68d391,#48bb78);width:100%}@media (max-width:640px){.register-container{padding:2rem 1rem}.register-card{padding:2.5rem 1.75rem}.register-title{font-size:2.25rem}.register-title:before,.register-title:after{font-size:1.2rem}.register-title:before{left:-30px}.register-title:after{right:-30px}.register-form-row{grid-template-columns:1fr}.register-button{padding:1rem}}@media (max-width:480px){.register-title:before,.register-title:after{display:none}}.register-input:focus-visible,.register-button:focus-visible{outline-offset:2px;outline:3px solid gold}@media (prefers-contrast:high){.register-card{border:2px solid #000}.register-input{border-width:3px}}@media (prefers-reduced-motion:reduce){.register-container:before,.register-card:before,.register-title:before,.register-title:after,.register-button:before,.register-card{animation:none}}.register-google-button{color:#333;cursor:pointer;background:#fff;border:2px solid #e0e0e0;border-radius:12px;justify-content:center;align-items:center;gap:.75rem;width:100%;margin-bottom:1.5rem;padding:.875rem 1.5rem;font-size:1rem;font-weight:600;transition:all .3s;display:flex;box-shadow:0 2px 8px #00000014}.register-google-button:hover{background:#f8f9fa;border-color:#d0d0d0;transform:translateY(-1px);box-shadow:0 4px 12px #0000001f}.register-google-button:active{transform:translateY(0);box-shadow:0 2px 6px #0000001a}.register-google-icon{flex-shrink:0;width:20px;height:20px}@media print{.register-container:before,.register-card:before,.register-back{display:none}}
.profile-container{background:linear-gradient(135deg,#0f3460 0%,#16213e 50%,#1a1a2e 100%);min-height:100vh;padding:3rem 1rem;position:relative;overflow:hidden}.profile-container:before{content:"";pointer-events:none;background-image:radial-gradient(2px 2px at 25% 35%,#ffd70059,#0000),radial-gradient(3px 3px at 65% 75%,#c0c0c066,#0000),radial-gradient(1px 1px at 45% 55%,#ffffff73,#0000),radial-gradient(2px 2px at 85% 15%,#ffd70066,#0000),radial-gradient(1px 1px at 15% 80%,#c0c0c059,#0000);background-size:280px 280px,350px 350px,200px 200px,250px 250px,300px 300px;animation:18s linear infinite diamondFloat;position:absolute;inset:0}@keyframes diamondFloat{0%{background-position:0 0,0 0,0 0,0 0,0 0}to{background-position:280px 280px,-350px 350px,200px -200px,-250px 250px,300px -300px}}.profile-wrapper{z-index:1;max-width:1000px;margin:0 auto;position:relative}.profile-tabs{background:#fffffff2;border-radius:16px;gap:1rem;margin-bottom:2rem;padding:.5rem;display:flex;box-shadow:0 8px 20px #0000001a}.profile-tab{color:#4a5568;cursor:pointer;background:0 0;border:none;border-radius:12px;flex:1;padding:1rem 2rem;font-size:1rem;font-weight:700;transition:all .3s;position:relative}.profile-tab:hover{color:#0f3460;background:#0f34600d}.profile-tab.active{color:#fff;background:linear-gradient(135deg,#0f3460 0%,#16213e 100%);box-shadow:0 8px 20px #0f34604d}.profile-tab.active:after{content:"";border-top:8px solid #16213e;border-left:8px solid #0000;border-right:8px solid #0000;width:0;height:0;position:absolute;bottom:-.5rem;left:50%;transform:translate(-50%)}.profile-header-card{-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);background:#fffffffa;border:1px solid #ffd70033;border-radius:24px;margin-bottom:2rem;padding:2.5rem;animation:.7s cubic-bezier(.16,1,.3,1) cardSlideIn;position:relative;overflow:hidden;box-shadow:0 30px 60px #0000004d,0 0 100px #ffd70026,inset 0 1px #ffffffe6}.profile-header-card:before{content:"";z-index:-1;opacity:.5;filter:blur(10px);background:linear-gradient(45deg,gold,silver,gold);border-radius:24px;position:absolute;inset:-2px}@keyframes cardSlideIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.profile-header-content{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;display:flex}.profile-user-info h1{background:linear-gradient(135deg,#0f3460 0%,#1a1a2e 50%,#0f3460 100%);-webkit-text-fill-color:transparent;letter-spacing:-1px;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:2.5rem;font-weight:900}.profile-user-info p{color:#666;margin-top:.5rem;font-size:1rem;font-weight:500}.profile-role-badge{text-transform:uppercase;letter-spacing:.5px;border-radius:20px;margin-top:1rem;padding:.5rem 1.2rem;font-size:.9rem;font-weight:700;display:inline-block;position:relative;overflow:hidden}.profile-role-badge.admin{color:#fff;background:linear-gradient(135deg,#8b5cf6,#6d28d9);box-shadow:0 8px 20px #8b5cf64d}.profile-role-badge.user{color:#fff;background:linear-gradient(135deg,#3b82f6,#1d4ed8);box-shadow:0 8px 20px #3b82f64d}.profile-logout-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#dc2626 0%,#991b1b 100%);border:none;border-radius:12px;padding:.9rem 2rem;font-size:1rem;font-weight:700;transition:all .3s;box-shadow:0 8px 20px #dc26264d}.profile-logout-btn:hover{transform:translateY(-3px);box-shadow:0 12px 30px #dc262666}.profile-logout-btn:active{transform:translateY(-1px)}.profile-info-card{-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);box-sizing:border-box;background:#fffffffa;border:1px solid #ffd70033;border-radius:24px;width:100%;max-width:100%;margin-bottom:2rem;padding:2.5rem;animation:.8s cubic-bezier(.16,1,.3,1) cardSlideIn;position:relative;overflow:hidden;box-shadow:0 30px 60px #0000004d,0 0 100px #ffd70026,inset 0 1px #ffffffe6}.profile-info-card:before{content:"";z-index:-1;opacity:.5;filter:blur(10px);background:linear-gradient(45deg,gold,silver,gold);border-radius:24px;position:absolute;inset:-2px}.profile-info-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.profile-info-header h2{background:linear-gradient(135deg,#0f3460 0%,#1a1a2e 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:2rem;font-weight:800}.profile-edit-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#0f3460 0%,#16213e 100%);border:none;border-radius:12px;padding:.8rem 1.8rem;font-size:.95rem;font-weight:700;transition:all .3s;box-shadow:0 8px 20px #0f34604d}.profile-edit-btn:hover{transform:translateY(-2px);box-shadow:0 12px 30px #0f346066}.profile-alert{border-radius:12px;margin-bottom:1.5rem;padding:1rem 1.2rem;font-size:.95rem;animation:.4s ease-out alertSlide}@keyframes alertSlide{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.profile-alert.error{color:#991b1b;background:linear-gradient(135deg,#fee2e2,#fecaca);border:1px solid #fca5a5;border-left:4px solid #dc2626}.profile-alert.success{color:#065f46;background:linear-gradient(135deg,#d1fae5,#a7f3d0);border:1px solid #6ee7b7;border-left:4px solid #059669}.profile-form{flex-direction:column;gap:1.5rem;display:flex}.profile-form-row{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.profile-form-group{flex-direction:column;display:flex}.profile-label{color:#2d3748;letter-spacing:.3px;margin-bottom:.6rem;font-size:.9rem;font-weight:600;display:block}.profile-input{color:#1a202c;background:#f8fafc;border:2px solid #e2e8f0;border-radius:12px;width:100%;padding:.95rem 1.2rem;font-size:1rem;font-weight:500;transition:all .3s cubic-bezier(.4,0,.2,1)}.profile-input:focus{background:#fff;border-color:gold;outline:none;transform:translateY(-2px);box-shadow:0 0 0 4px #ffd7001f,0 10px 25px #0000001a}.profile-input::placeholder{color:#cbd5e0;font-weight:400}.profile-form-actions{gap:1rem;margin-top:1rem;display:flex}.profile-save-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#0f3460 0%,#16213e 100%);border:none;border-radius:12px;padding:1rem 2rem;font-size:1rem;font-weight:700;transition:all .3s;box-shadow:0 10px 25px #0f34604d}.profile-save-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 15px 35px #0f346066}.profile-save-btn:disabled{opacity:.6;cursor:not-allowed}.profile-cancel-btn{color:#4a5568;cursor:pointer;background:#e2e8f0;border:none;border-radius:12px;padding:1rem 2rem;font-size:1rem;font-weight:700;transition:all .3s}.profile-cancel-btn:hover{background:#cbd5e0;transform:translateY(-2px)}.profile-info-display{flex-direction:column;gap:1.5rem;display:flex}.profile-info-item{flex-direction:column;display:flex}.profile-info-item label{color:#718096;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem;font-size:.85rem;font-weight:600}.profile-info-item p{color:#1a202c;font-size:1.1rem;font-weight:500}.profile-orders-card{-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);box-sizing:border-box;background:#fffffffa;border:1px solid #ffd70033;border-radius:24px;width:100%;max-width:100%;padding:2.5rem;animation:.9s cubic-bezier(.16,1,.3,1) cardSlideIn;position:relative;overflow:hidden;box-shadow:0 30px 60px #0000004d,0 0 100px #ffd70026,inset 0 1px #ffffffe6}.profile-orders-card:before{content:"";z-index:-1;opacity:.5;filter:blur(10px);background:linear-gradient(45deg,gold,silver,gold);border-radius:24px;position:absolute;inset:-2px}.profile-orders-card h2{background:linear-gradient(135deg,#0f3460 0%,#1a1a2e 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:2rem;font-size:2rem;font-weight:800}.profile-loading{text-align:center;padding:3rem 0}.profile-spinner{border:4px solid #0f346033;border-top-color:#0f3460;border-radius:50%;width:3rem;height:3rem;animation:.8s linear infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.profile-loading p{color:#4a5568;margin-top:1.5rem;font-weight:500}.profile-empty-state{text-align:center;padding:3rem 0}.profile-empty-icon{color:#cbd5e0;width:4rem;height:4rem;margin:0 auto}.profile-empty-state p{color:#4a5568;margin-top:1.5rem;font-size:1.1rem}.profile-shop-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#0f3460 0%,#16213e 100%);border:none;border-radius:12px;margin-top:1.5rem;padding:1rem 2rem;font-size:1rem;font-weight:700;transition:all .3s;box-shadow:0 10px 25px #0f34604d}.profile-shop-btn:hover{transform:translateY(-2px);box-shadow:0 15px 35px #0f346066}.profile-orders-list{flex-direction:column;gap:1.5rem;display:flex}.profile-order-item{background:#f8fafc;border:2px solid #e2e8f0;border-radius:16px;padding:1.5rem;transition:all .3s}.profile-order-item:hover{border-color:gold;transform:translateY(-2px);box-shadow:0 12px 30px #0000001a}.profile-order-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.profile-order-id{color:#1a202c;font-size:1.1rem;font-weight:700}.profile-order-date{color:#718096;margin-top:.3rem;font-size:.9rem}.profile-order-status{text-transform:uppercase;letter-spacing:.5px;border-radius:16px;padding:.5rem 1rem;font-size:.85rem;font-weight:700}.profile-order-status.completed{color:#065f46;background:linear-gradient(135deg,#d1fae5,#a7f3d0)}.profile-order-status.paid{color:#1e3a8a;background:linear-gradient(135deg,#dbeafe,#bfdbfe)}.profile-order-status.pending{color:#78350f;background:linear-gradient(135deg,#fef3c7,#fde68a)}.profile-order-status.default{color:#374151;background:linear-gradient(135deg,#e5e7eb,#d1d5db)}.profile-order-footer{justify-content:space-between;align-items:center;display:flex}.profile-order-items{color:#718096;font-size:.9rem}.profile-order-amount{background:linear-gradient(135deg,#0f3460 0%,#1a1a2e 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.3rem;font-weight:900}.profile-order-view-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#0f3460 0%,#16213e 100%);border:none;border-radius:10px;width:100%;margin-top:1rem;padding:.75rem 1.5rem;font-size:.9rem;font-weight:700;transition:all .3s;box-shadow:0 6px 15px #0f346040}.profile-order-view-btn:hover{transform:translateY(-2px);box-shadow:0 10px 25px #0f346059}.profile-modal-overlay{z-index:1000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#000000b3;justify-content:center;align-items:center;padding:2rem;animation:.3s fadeIn;display:flex;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.profile-modal-content{background:#fffffffa;border:1px solid #ffd70040;border-radius:24px;width:100%;max-width:900px;max-height:90vh;animation:.4s cubic-bezier(.16,1,.3,1) slideUp;overflow-y:auto;box-shadow:0 40px 80px #0006,0 0 100px #ffd70033}@keyframes slideUp{0%{opacity:0;transform:translateY(50px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.profile-modal-header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:10;background:#fffffffa;border-bottom:2px solid #e2e8f0;justify-content:space-between;align-items:center;padding:2rem;display:flex;position:sticky;top:0}.profile-modal-header h2{background:linear-gradient(135deg,#0f3460 0%,#1a1a2e 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0;font-size:2rem;font-weight:800}.profile-modal-close{color:#dc2626;cursor:pointer;background:#fee2e2;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex}.profile-modal-close:hover{color:#fff;background:#dc2626;transform:rotate(90deg)}.profile-modal-body{flex-direction:column;gap:2rem;padding:2rem;display:flex}.profile-order-detail-section{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;padding:1.5rem}.profile-order-detail-section h3{color:#1a202c;border-bottom:2px solid gold;margin-bottom:1.5rem;padding-bottom:.75rem;font-size:1.3rem;font-weight:700}.profile-order-detail-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;display:grid}.profile-order-detail-grid>div{flex-direction:column;gap:.5rem;display:flex}.profile-order-detail-grid label{color:#718096;text-transform:uppercase;letter-spacing:.5px;font-size:.85rem;font-weight:600}.profile-order-detail-grid p{color:#1a202c;font-size:1rem;font-weight:500}.profile-order-detail-amount{background:linear-gradient(135deg,#0f3460 0%,#1a1a2e 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.5rem!important;font-weight:900!important}.profile-order-address{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.2rem}.profile-order-address p{color:#4a5568;margin:.3rem 0;line-height:1.6}.profile-order-address p:first-child{color:#1a202c;margin-bottom:.5rem;font-size:1.1rem;font-weight:700}.profile-order-items-list{flex-direction:column;gap:1rem;display:flex}.profile-order-item-detail{background:#fff;border:1px solid #e2e8f0;border-radius:12px;justify-content:space-between;align-items:center;padding:1.2rem;transition:all .3s;display:flex}.profile-order-item-detail:hover{border-color:gold;box-shadow:0 4px 15px #ffd70033}.profile-order-item-info{flex:1}.profile-order-item-title{color:#1a202c;margin-bottom:.3rem;font-size:1.1rem;font-weight:700}.profile-order-item-meta{color:#718096;font-size:.9rem}.profile-order-item-price{text-align:right}.profile-order-item-price>p:first-child{color:#0f3460;font-size:1.3rem;font-weight:800}.profile-order-item-unit-price{color:#718096;margin-top:.2rem;font-size:.85rem}@media (max-width:768px){.profile-container{padding:2rem 1rem}.profile-header-card,.profile-info-card,.profile-orders-card,.profile-addresses-card{padding:1.75rem}.profile-user-info h1{font-size:2rem}.profile-info-header h2,.profile-addresses-header h2{font-size:1.6rem}.profile-form-row,.profile-address-form-row{grid-template-columns:1fr}.profile-header-content{flex-direction:column;align-items:flex-start}.profile-form-actions{flex-direction:column}.profile-save-btn,.profile-cancel-btn,.profile-logout-btn{width:100%}.profile-order-header{flex-direction:column;align-items:flex-start}.profile-tabs{flex-direction:column;gap:.5rem}.profile-tab.active:after{display:none}.profile-modal-overlay{padding:1rem}.profile-modal-content{max-height:95vh}.profile-modal-header{padding:1.5rem}.profile-modal-header h2{font-size:1.5rem}.profile-modal-body{padding:1.5rem}.profile-order-detail-grid{grid-template-columns:1fr}.profile-order-item-detail{flex-direction:column;align-items:flex-start;gap:1rem}.profile-order-item-price{text-align:left;width:100%}.profile-addresses-list{grid-template-columns:1fr}.profile-address-content{padding-right:0}.profile-address-default-badge{margin-bottom:.75rem;display:inline-block;position:static}.profile-address-actions{flex-direction:column}.profile-address-edit-btn,.profile-address-delete-btn,.profile-address-default-btn{width:100%}}@media (max-width:480px){.profile-user-info h1{font-size:1.75rem}.profile-info-header h2,.profile-orders-card h2{font-size:1.4rem}}.profile-input:focus-visible,.profile-save-btn:focus-visible,.profile-cancel-btn:focus-visible,.profile-edit-btn:focus-visible,.profile-logout-btn:focus-visible,.profile-shop-btn:focus-visible{outline-offset:2px;outline:3px solid gold}@media (prefers-reduced-motion:reduce){.profile-container:before,.profile-header-card:before,.profile-info-card:before,.profile-orders-card:before,.profile-addresses-card:before,.profile-spinner,.profile-address-default-badge,.profile-header-card,.profile-info-card,.profile-orders-card,.profile-addresses-card{animation:none}}.profile-addresses-card{-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);box-sizing:border-box;background:#fffffffa;border:1px solid #ffd70033;border-radius:24px;width:100%;max-width:100%;padding:2.5rem;animation:.9s cubic-bezier(.16,1,.3,1) cardSlideIn;position:relative;overflow:hidden;box-shadow:0 30px 60px #0000004d,0 0 100px #ffd70026,inset 0 1px #ffffffe6}.profile-addresses-card:before{content:"";z-index:-1;opacity:.5;filter:blur(10px);background:linear-gradient(45deg,gold,silver,gold);border-radius:24px;position:absolute;inset:-2px}.profile-addresses-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.profile-addresses-header h2{background:linear-gradient(135deg,#0f3460 0%,#1a1a2e 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:2rem;font-weight:800}.profile-add-address-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#059669 0%,#047857 100%);border:none;border-radius:12px;padding:.8rem 1.8rem;font-size:.95rem;font-weight:700;transition:all .3s;box-shadow:0 8px 20px #0596694d}.profile-add-address-btn:hover{transform:translateY(-2px);box-shadow:0 12px 30px #05966966}.profile-addresses-list{box-sizing:border-box;grid-template-columns:repeat(auto-fill,minmax(min(320px,100%),1fr));gap:1.5rem;width:100%;max-width:100%;display:grid}.profile-address-item{box-sizing:border-box;background:#f8fafc;border:2px solid #e2e8f0;border-radius:16px;width:100%;padding:1.5rem;transition:all .3s;position:relative;overflow:hidden}.profile-address-item:hover{border-color:gold;transform:translateY(-3px);box-shadow:0 12px 30px #ffd70033}.profile-address-item.default{background:linear-gradient(135deg,#fef3c7 0%,#fde68a 100%);border-color:gold;box-shadow:0 8px 20px #ffd7004d}.profile-address-default-badge{text-transform:uppercase;letter-spacing:.5px;color:#78350f;background:linear-gradient(135deg,gold 0%,#f59e0b 100%);border-radius:16px;padding:.4rem .9rem;font-size:.75rem;font-weight:800;animation:2s ease-in-out infinite badgePulse;position:absolute;top:1rem;right:1rem;box-shadow:0 4px 10px #ffd70066}@keyframes badgePulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.profile-address-content{margin-bottom:1rem;padding-right:5rem}.profile-address-content p{color:#4a5568;margin:.4rem 0;font-size:.95rem;line-height:1.6}.profile-address-content p:first-child{color:#1a202c;margin-bottom:.6rem;font-size:1.15rem;font-weight:800}.profile-address-phone{color:#718096;border-top:1px solid #e2e8f0;margin-top:.8rem;padding-top:.8rem;font-size:.9rem;font-weight:600}.profile-address-phone svg{vertical-align:middle;width:14px;height:14px;margin-right:.4rem;display:inline-block}.profile-address-actions{flex-wrap:wrap;gap:.75rem;margin-top:1rem;display:flex}.profile-address-edit-btn,.profile-address-delete-btn,.profile-address-default-btn{cursor:pointer;text-transform:uppercase;letter-spacing:.3px;border:none;border-radius:10px;flex:1;min-width:100px;padding:.7rem 1.2rem;font-size:.85rem;font-weight:700;transition:all .3s}.profile-address-edit-btn{color:#fff;background:linear-gradient(135deg,#0f3460 0%,#16213e 100%);box-shadow:0 4px 12px #0f346040}.profile-address-edit-btn:hover{transform:translateY(-2px);box-shadow:0 6px 18px #0f346059}.profile-address-delete-btn{color:#fff;background:linear-gradient(135deg,#dc2626 0%,#991b1b 100%);box-shadow:0 4px 12px #dc262640}.profile-address-delete-btn:hover{transform:translateY(-2px);box-shadow:0 6px 18px #dc262659}.profile-address-default-btn{color:#78350f;background:linear-gradient(135deg,#fde68a 0%,#fcd34d 100%);border:2px solid #fbbf24;box-shadow:0 4px 12px #fbbf2440}.profile-address-default-btn:hover{background:linear-gradient(135deg,#fcd34d 0%,#fbbf24 100%);transform:translateY(-2px);box-shadow:0 6px 18px #fbbf2459}.profile-address-default-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.profile-address-form{flex-direction:column;gap:1.5rem;display:flex}.profile-address-form-row{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.profile-address-form-row.single{grid-template-columns:1fr}.profile-address-checkbox-group{cursor:pointer;background:#f8fafc;border:2px solid #e2e8f0;border-radius:12px;align-items:center;gap:.8rem;padding:1rem;transition:all .3s;display:flex}.profile-address-checkbox-group:hover{background:#fffbeb;border-color:gold}.profile-address-checkbox-group input[type=checkbox]{cursor:pointer;accent-color:gold;width:20px;height:20px}.profile-address-checkbox-group label{color:#2d3748;cursor:pointer;-webkit-user-select:none;user-select:none;margin:0;font-size:.95rem;font-weight:600}.profile-addresses-empty{text-align:center;padding:3rem 1rem}.profile-addresses-empty-icon{color:#cbd5e0;width:5rem;height:5rem;margin:0 auto 1.5rem}.profile-addresses-empty p{color:#718096;margin-bottom:1.5rem;font-size:1.1rem;font-weight:500}@media print{.profile-container:before,.profile-header-card:before,.profile-info-card:before,.profile-orders-card:before,.profile-addresses-card:before,.profile-logout-btn,.profile-edit-btn,.profile-add-address-btn,.profile-address-actions{display:none}}
.checkout-page{background:linear-gradient(135deg,#0f3460 0%,#16213e 50%,#1a1a2e 100%);min-height:100vh;padding:2rem 1rem;position:relative;overflow-x:hidden}.checkout-page:before{content:"";pointer-events:none;z-index:0;background-image:radial-gradient(3px 3px at 20% 30%,#ffd70066,#0000),radial-gradient(4px 4px at 70% 70%,#c0c0c073,#0000),radial-gradient(2px 2px,#ffffff80,#0000),radial-gradient(3px 3px at 90% 10%,#ffd70073,#0000),radial-gradient(2px 2px at 10% 90%,#c0c0c066,#0000);background-size:300px 300px,400px 400px,250px 250px,300px 300px,350px 350px;animation:20s linear infinite diamondFloat;position:absolute;inset:0}@keyframes diamondFloat{0%{background-position:0 0,0 0,0 0,0 0,0 0}to{background-position:300px 300px,-400px 400px,250px -250px,-300px 300px,350px -350px}}.checkout-container{z-index:1;grid-template-columns:1.5fr 1fr;gap:3rem;max-width:1400px;margin:0 auto;display:grid;position:relative}.checkout-left{-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);background:#fffffffa;border:2px solid #ffd70040;border-radius:28px;padding:3rem;animation:.8s cubic-bezier(.16,1,.3,1) slideInLeft;position:relative;overflow:hidden;box-shadow:0 40px 80px #00000059,0 0 120px #ffd70033,inset 0 1px #fffffff2}@keyframes slideInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}.checkout-left:before{content:"";z-index:-1;opacity:.6;filter:blur(15px);background:linear-gradient(45deg,gold,silver,gold);border-radius:28px;position:absolute;inset:-3px}.checkout-section-title{background:linear-gradient(135deg,#0f3460 0%,#1a1a2e 100%);-webkit-text-fill-color:transparent;letter-spacing:-.5px;text-transform:uppercase;-webkit-background-clip:text;background-clip:text;margin-top:2rem;margin-bottom:1.5rem;font-size:2rem;font-weight:900}.checkout-section-title:first-child{margin-top:0}.checkout-input,.checkout-select{color:#1a202c;background:#f8fafc;border:3px solid #e2e8f0;border-radius:14px;width:100%;margin-bottom:1.2rem;padding:1.1rem 1.5rem;font-size:1.05rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1)}.checkout-input:focus,.checkout-select:focus{background:#fff;border-color:gold;outline:none;transform:translateY(-2px);box-shadow:0 0 0 5px #ffd70026,0 12px 30px #0000001f}.checkout-input::placeholder{color:#a0aec0;font-weight:500}.checkout-form-row{grid-template-columns:repeat(2,1fr);gap:1.2rem;margin-bottom:1.2rem;display:grid}.checkout-form-group{flex-direction:column;display:flex}.checkout-form-group label{color:#2d3748;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.6rem;font-size:.95rem;font-weight:700}.checkout-saved-addresses{background:linear-gradient(135deg,#fef3c7 0%,#fde68a 100%);border:3px solid #fbbf24;border-radius:20px;margin:2rem 0;padding:2rem;box-shadow:0 10px 30px #fbbf2440}.checkout-addresses-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.checkout-addresses-label{color:#78350f;text-transform:uppercase;letter-spacing:.5px;font-size:1.3rem;font-weight:900}.checkout-add-new-btn{color:#fff;cursor:pointer;text-transform:uppercase;letter-spacing:.5px;background:linear-gradient(135deg,#059669 0%,#047857 100%);border:none;border-radius:14px;padding:.9rem 1.8rem;font-size:1rem;font-weight:800;transition:all .3s;box-shadow:0 8px 20px #05966959}.checkout-add-new-btn:hover{transform:translateY(-3px);box-shadow:0 12px 35px #05966973}.checkout-add-new-btn:active{transform:translateY(-1px)}.checkout-addresses-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;display:grid}.checkout-address-card{cursor:pointer;background:#fff;border:3px solid #e2e8f0;border-radius:18px;padding:1.5rem;transition:all .3s;position:relative;overflow:hidden}.checkout-address-card:hover{border-color:gold;transform:translateY(-4px);box-shadow:0 15px 40px #ffd70040}.checkout-address-card.selected{background:linear-gradient(135deg,#fffbeb 0%,#fef3c7 100%);border-color:gold;box-shadow:0 12px 35px #ffd70059}.checkout-address-card.default{background:linear-gradient(135deg,#fef3c7 0%,#fde68a 100%)}.checkout-default-badge{text-transform:uppercase;letter-spacing:.5px;color:#78350f;background:linear-gradient(135deg,gold 0%,#f59e0b 100%);border-radius:20px;padding:.5rem 1.1rem;font-size:.75rem;font-weight:900;animation:2s ease-in-out infinite badgePulse;position:absolute;top:1rem;right:1rem;box-shadow:0 6px 15px #ffd70073}@keyframes badgePulse{0%,to{transform:scale(1)}50%{transform:scale(1.08)}}.checkout-address-content{margin-bottom:1rem}.checkout-address-content p{color:#4a5568;margin:.5rem 0;font-size:.95rem;font-weight:500;line-height:1.6}.checkout-address-name{text-transform:uppercase;letter-spacing:.3px;color:#1a202c!important;margin-bottom:.8rem!important;font-size:1.2rem!important;font-weight:900!important}.checkout-address-phone{border-top:2px solid #e2e8f0;color:#0f3460!important;margin-top:1rem!important;padding-top:1rem!important;font-weight:700!important}.checkout-address-actions{flex-wrap:wrap;gap:.75rem;margin-top:1.2rem;display:flex}.checkout-edit-btn,.checkout-delete-btn,.checkout-set-default-btn{cursor:pointer;text-transform:uppercase;letter-spacing:.3px;border:none;border-radius:12px;flex:1;min-width:80px;padding:.8rem 1.2rem;font-size:.85rem;font-weight:800;transition:all .3s}.checkout-edit-btn{color:#fff;background:linear-gradient(135deg,#0f3460 0%,#16213e 100%);box-shadow:0 6px 18px #0f34604d}.checkout-edit-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0f346066}.checkout-delete-btn{color:#fff;background:linear-gradient(135deg,#dc2626 0%,#991b1b 100%);box-shadow:0 6px 18px #dc26264d}.checkout-delete-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #dc262666}.checkout-set-default-btn{color:#78350f;background:linear-gradient(135deg,#fde68a 0%,#fcd34d 100%);border:2px solid #fbbf24;box-shadow:0 6px 18px #fbbf244d}.checkout-set-default-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #fbbf2466}.checkout-add-first-address-btn{color:#0f3460;cursor:pointer;text-transform:uppercase;letter-spacing:.5px;background:#f8fafc;border:3px dashed #cbd5e0;border-radius:18px;width:100%;margin:1.5rem 0;padding:1.5rem;font-size:1.2rem;font-weight:800;transition:all .3s}.checkout-add-first-address-btn:hover{background:#fffbeb;border-color:gold;transform:scale(1.02);box-shadow:0 10px 30px #ffd70033}.checkout-delivery-form{margin-top:2rem}.checkout-payment-section{border-top:3px solid #e2e8f0;margin-top:3rem;padding-top:2rem}.checkout-payment-options{flex-direction:column;gap:1.2rem;display:flex}.checkout-payment-option{cursor:pointer;background:#f8fafc;border:3px solid #e2e8f0;border-radius:16px;align-items:center;gap:1.2rem;padding:1.5rem;transition:all .3s;display:flex}.checkout-payment-option:hover{background:#fffbeb;border-color:gold;transform:translateY(-2px);box-shadow:0 10px 25px #ffd70033}.checkout-payment-option input[type=radio]{cursor:pointer;accent-color:gold;width:24px;height:24px}.checkout-payment-label{color:#1a202c;text-transform:uppercase;letter-spacing:.3px;align-items:center;gap:1rem;font-size:1.1rem;font-weight:800;display:flex}.checkout-payment-icon{font-size:2rem}.checkout-place-order-btn{color:#fff;cursor:pointer;text-transform:uppercase;letter-spacing:1px;background:linear-gradient(135deg,#0f3460 0%,#16213e 100%);border:none;border-radius:18px;width:100%;margin-top:2.5rem;padding:1.8rem 2.5rem;font-size:1.4rem;font-weight:900;transition:all .3s;position:relative;overflow:hidden;box-shadow:0 15px 40px #0f346066}.checkout-place-order-btn:before{content:"";background:linear-gradient(90deg,#0000,#ffd7004d,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.checkout-place-order-btn:hover:before{left:100%}.checkout-place-order-btn:hover{transform:translateY(-4px);box-shadow:0 20px 50px #0f346080}.checkout-place-order-btn:active{transform:translateY(-2px)}.checkout-right{-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);background:#fffffffa;border:2px solid #ffd70040;border-radius:28px;height:fit-content;padding:3rem;animation:.8s cubic-bezier(.16,1,.3,1) slideInRight;position:sticky;top:2rem;overflow:hidden;box-shadow:0 40px 80px #00000059,0 0 120px #ffd70033,inset 0 1px #fffffff2}@keyframes slideInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}.checkout-right:before{content:"";z-index:-1;opacity:.6;filter:blur(15px);background:linear-gradient(45deg,gold,silver,gold);border-radius:28px;position:absolute;inset:-3px}.checkout-summary-title{background:linear-gradient(135deg,#0f3460 0%,#1a1a2e 100%);-webkit-text-fill-color:transparent;text-transform:uppercase;letter-spacing:-.5px;-webkit-background-clip:text;background-clip:text;margin-bottom:2rem;font-size:2rem;font-weight:900}.checkout-items{flex-direction:column;gap:1.5rem;margin-bottom:2rem;display:flex}.checkout-item{background:#f8fafc;border:2px solid #e2e8f0;border-radius:16px;gap:1.5rem;padding:1.5rem;transition:all .3s;display:flex}.checkout-item:hover{border-color:gold;box-shadow:0 8px 20px #ffd70033}.checkout-item-img{background:#fff;border:2px solid #e2e8f0;border-radius:12px;flex-shrink:0;width:100px;height:100px;position:relative;overflow:hidden}.checkout-item-img img{object-fit:cover;width:100%;height:100%}.checkout-qty-badge{color:#78350f;background:linear-gradient(135deg,gold 0%,#f59e0b 100%);border:3px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:.85rem;font-weight:900;display:flex;position:absolute;top:-8px;right:-8px;box-shadow:0 4px 12px #ffd70066}.checkout-item-info{flex-direction:column;flex:1;justify-content:center;display:flex}.checkout-item-title{color:#1a202c;margin-bottom:.5rem;font-size:1.1rem;font-weight:800;line-height:1.4}.checkout-item-price{background:linear-gradient(135deg,#0f3460 0%,#1a1a2e 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.3rem;font-weight:900}.checkout-summary-divider{background:linear-gradient(90deg,#0000,gold,#0000);height:3px;margin:2rem 0}.checkout-summary-row{color:#4a5568;border-bottom:2px solid #e2e8f0;justify-content:space-between;align-items:center;padding:1rem 0;font-size:1.1rem;font-weight:700;display:flex}.checkout-summary-total{color:#1a202c;text-transform:uppercase;letter-spacing:.5px;border-top:3px solid gold;justify-content:space-between;align-items:center;margin-top:1rem;padding:1.5rem 0;font-size:1.3rem;font-weight:900;display:flex}.checkout-total-amount{background:linear-gradient(135deg,gold 0%,#f59e0b 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:2rem}.checkout-modal-overlay{z-index:1000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#000000bf;justify-content:center;align-items:center;padding:2rem;animation:.3s fadeIn;display:flex;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.checkout-modal-content{background:#fffffffa;border:2px solid #ffd7004d;border-radius:28px;width:100%;max-width:700px;max-height:90vh;animation:.4s cubic-bezier(.16,1,.3,1) slideUp;overflow-y:auto;box-shadow:0 50px 100px #00000080,0 0 150px #ffd70040}@keyframes slideUp{0%{opacity:0;transform:translateY(50px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.checkout-modal-header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:10;background:#fffffffa;border-bottom:3px solid #e2e8f0;justify-content:space-between;align-items:center;padding:2.5rem;display:flex;position:sticky;top:0}.checkout-modal-header h2{background:linear-gradient(135deg,#0f3460 0%,#1a1a2e 100%);-webkit-text-fill-color:transparent;text-transform:uppercase;letter-spacing:-.5px;-webkit-background-clip:text;background-clip:text;margin:0;font-size:2rem;font-weight:900}.checkout-modal-close{color:#dc2626;cursor:pointer;background:#fee2e2;border:none;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-size:1.8rem;font-weight:700;transition:all .3s;display:flex}.checkout-modal-close:hover{color:#fff;background:#dc2626;transform:rotate(90deg)scale(1.1)}.checkout-modal-body{padding:2.5rem}.checkout-checkbox-wrapper{background:#f8fafc;border:2px solid #e2e8f0;border-radius:14px;margin-top:1.5rem;padding:1.5rem}.checkout-checkbox-label{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:1rem;display:flex}.checkout-checkbox-label input[type=checkbox]{cursor:pointer;accent-color:gold;width:24px;height:24px}.checkout-checkbox-label span{color:#2d3748;font-size:1.05rem;font-weight:700}.checkout-modal-footer{background:#f8fafc;border-top:3px solid #e2e8f0;gap:1.5rem;padding:2.5rem;display:flex}.checkout-cancel-btn,.checkout-save-btn{cursor:pointer;text-transform:uppercase;letter-spacing:.5px;border:none;border-radius:14px;flex:1;padding:1.3rem 2rem;font-size:1.1rem;font-weight:900;transition:all .3s}.checkout-cancel-btn{color:#4a5568;background:#e2e8f0}.checkout-cancel-btn:hover{background:#cbd5e0;transform:translateY(-2px)}.checkout-save-btn{color:#fff;background:linear-gradient(135deg,#0f3460 0%,#16213e 100%);box-shadow:0 10px 30px #0f346059}.checkout-save-btn:hover{transform:translateY(-2px);box-shadow:0 15px 40px #0f346073}@media (max-width:1024px){.checkout-container{grid-template-columns:1fr}.checkout-right{position:static}}@media (max-width:768px){.checkout-page{padding:1.5rem 1rem}.checkout-left,.checkout-right{padding:2rem}.checkout-section-title{font-size:1.6rem}.checkout-form-row,.checkout-addresses-grid{grid-template-columns:1fr}.checkout-address-card{padding-right:1rem}.checkout-default-badge{margin-bottom:1rem;display:inline-block;position:static}.checkout-address-actions{flex-direction:column}.checkout-edit-btn,.checkout-delete-btn,.checkout-set-default-btn{width:100%}.checkout-modal-content{max-height:95vh}.checkout-modal-header,.checkout-modal-body,.checkout-modal-footer{padding:1.5rem}.checkout-modal-footer{flex-direction:column}.checkout-place-order-btn{padding:1.5rem 2rem;font-size:1.2rem}}@media (max-width:480px){.checkout-section-title{font-size:1.4rem}.checkout-summary-title{font-size:1.6rem}.checkout-input,.checkout-select{padding:1rem 1.2rem;font-size:1rem}.checkout-addresses-header{flex-direction:column;align-items:flex-start}.checkout-add-new-btn{width:100%}}@media print{.checkout-page:before,.checkout-left:before,.checkout-right:before,.checkout-add-new-btn,.checkout-address-actions,.checkout-place-order-btn{display:none}}.checkout-input:focus-visible,.checkout-select:focus-visible,.checkout-place-order-btn:focus-visible,.checkout-save-btn:focus-visible{outline-offset:3px;outline:4px solid gold}@media (prefers-reduced-motion:reduce){.checkout-page:before,.checkout-default-badge,.checkout-left,.checkout-right,.checkout-modal-content{animation:none}}
