@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;600;800;900&family=Inter:wght@300;400;500;700&display=swap";
:root{--primary-color:#f4e8d3;--secondary-color:#d1b894;--accent-color:#e67e22;--accent-glow:#e67e2280;--text-primary:#1a1a1a;--text-secondary:#5a5a5a;--bg-color:#faf9f6;--glass-bg:#ffffff73;--glass-border:#fffc;--glass-shadow:0 8px 32px 0 #906e461a}*{box-sizing:border-box;margin:0;padding:0}html,body{background-color:var(--bg-color);width:100%;color:var(--text-primary);scroll-behavior:smooth;-webkit-font-smoothing:antialiased;font-family:Inter,sans-serif;overflow-x:hidden}h1,h2,h3,h4,h5,h6{letter-spacing:-.5px;font-family:Outfit,sans-serif}a{color:inherit;text-decoration:none}@keyframes fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideDown{0%{opacity:0;transform:translate(-50%,-20px)}to{opacity:1;transform:translate(-50%)}}@keyframes floatAnim{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}.glass-panel{background:var(--glass-bg);-webkit-backdrop-filter:blur(20px)saturate(180%);border:1px solid var(--glass-border);box-shadow:var(--glass-shadow);border-radius:20px}.btn-primary,.btn-secondary,.btn-outline{text-transform:uppercase;letter-spacing:1px;cursor:pointer;text-align:center;border-radius:50px;padding:.65rem 1.8rem;font-family:Outfit,sans-serif;font-size:.85rem;font-weight:700;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:inline-block;position:relative;overflow:hidden}.btn-primary{color:#fff;box-shadow:0 6px 14px var(--accent-glow);background:linear-gradient(135deg,#f39c12 0%,#d35400 100%);border:none}.btn-primary:hover{transform:translateY(-4px)scale(1.02);box-shadow:0 15px 30px #d3540080}.btn-secondary{color:#fff;background:#2c3e50;border:none;box-shadow:0 8px 20px #2c3e504d}.btn-secondary:hover{background:#1a252f;transform:translateY(-4px);box-shadow:0 12px 25px #1a252f66}.btn-outline{color:var(--text-primary);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff80;border:2px solid #0000001a}.btn-outline:hover{background:#fff;border-color:#fff;transform:translateY(-2px);box-shadow:0 10px 25px #0000000d}@keyframes slideDownHeader{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.header{z-index:999;background:#fff;border-bottom:1px solid #eee;border-radius:0;justify-content:space-between;align-items:center;width:100%;padding:.5rem 5%;animation:.6s cubic-bezier(.165,.84,.44,1) forwards slideDownHeader;display:flex;position:fixed;top:0;left:0;box-shadow:0 4px 20px #00000014}.header-left-col{flex-direction:row;align-items:center;gap:20px;display:flex}.nav-address-text{flex-direction:column;display:flex}.nav-address-label{color:#555;font-size:.7rem;line-height:1}.nav-address-value{color:#000;font-size:.85rem;font-weight:700}@media (max-width:768px){.header{padding:.8rem 1.2rem}.nav-links{gap:1rem}.nav-link{font-size:.8rem}.logo{font-size:1.1rem}}.logo{align-items:center;gap:10px;text-decoration:none;display:flex}.logo-img{border-radius:50%;width:auto;height:45px}.logo-text{letter-spacing:-1px;color:var(--text-primary);background:linear-gradient(135deg,#1a1a1a 0%,#e67e22 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-family:Outfit,sans-serif;font-size:1.3rem;font-weight:900}.nav-links{align-items:center;gap:1.8rem;display:flex}.nav-link{color:var(--text-secondary);font-size:.9rem;font-weight:600;transition:all .3s}.nav-link:hover{color:var(--accent-color)}.user-dropdown-container{display:inline-block;position:relative}.user-avatar,.user-initials{object-fit:cover;cursor:pointer;border:2px solid #0000;border-radius:50%;width:35px;height:35px;transition:all .3s}.user-initials{background:var(--accent-color);color:#fff;justify-content:center;align-items:center;font-size:1rem;font-weight:700;display:flex}.user-dropdown-container:hover .user-avatar,.user-dropdown-container:hover .user-initials{border-color:var(--accent-color);box-shadow:0 0 10px #e67e224d}.user-dropdown-menu{z-index:1000;background:#fff;border-radius:12px;min-width:150px;margin-top:.5rem;animation:.2s forwards fadeUp;display:none;position:absolute;top:100%;right:0;overflow:hidden;box-shadow:0 10px 30px #0000001a}.user-dropdown-container:hover .user-dropdown-menu{flex-direction:column;display:flex}.dropdown-item{color:var(--text-primary);text-align:left;cursor:pointer;background:0 0;border:none;padding:.8rem 1.2rem;font-family:inherit;font-size:.9rem;font-weight:500;text-decoration:none;transition:background .2s}.dropdown-item:hover{color:var(--accent-color);background:#f5f5f5}.cart-btn{transition:transform .3s,box-shadow .3s;position:relative;box-shadow:0 4px 15px #0000000d;background:#fff!important;border-radius:50px!important;padding:.6rem 1.5rem!important}.cart-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0000001a;color:var(--accent-color)!important}.cart-badge{background:var(--accent-color);color:#fff;border:2px solid #fff;border-radius:50%;padding:.1rem .4rem;font-size:.75rem;font-weight:700;position:absolute;top:-5px;right:-5px}.main-wrapper{position:relative}.fixed-bg{z-index:0;width:100vw;height:100vh;position:fixed;top:0;left:0}.canvas-container{z-index:1;width:100vw;height:100vh;position:absolute;top:0;left:0}.content-layer{z-index:10;pointer-events:none;padding-top:120px;position:relative}.content-layer>*{pointer-events:auto}.hero-section{pointer-events:none;justify-content:center;align-items:center;height:calc(100vh - 120px);padding:0 2rem;display:flex}.hero-card{pointer-events:auto;text-align:center;opacity:0;flex-direction:column;align-items:center;max-width:750px;padding:3rem 4rem;animation:1s cubic-bezier(.165,.84,.44,1) .2s forwards fadeUp;display:flex}.hero-title{letter-spacing:-1.5px;background:linear-gradient(135deg,#2c3e50 0%,#d35400 100%);-webkit-text-fill-color:transparent;filter:drop-shadow(0 4px 6px #0000000d);-webkit-background-clip:text;margin-bottom:1rem;font-size:4.2rem;font-weight:900;line-height:1.1}.hero-subtitle{color:var(--text-secondary);max-width:90%;margin-bottom:2rem;font-size:1.2rem;font-weight:400;line-height:1.6}.featured-section{-webkit-backdrop-filter:blur(24px)saturate(180%);backdrop-filter:blur(24px)saturate(180%);background:#ffffff4d;border:1px solid #fff9;border-radius:24px;max-width:1200px;margin:2rem auto;padding:2.5rem}.section-title{letter-spacing:-1px;text-align:center;background:linear-gradient(135deg,#1a1a1a 0%,#e67e22 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:1.5rem;font-size:1.8rem;font-weight:900}.product-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem;display:grid}.product-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff9;border:1px solid #fffc;border-radius:16px;flex-direction:column;transition:all .4s cubic-bezier(.165,.84,.44,1);display:flex;overflow:hidden;box-shadow:0 10px 30px #0000000a}.product-card:hover{background:#ffffffe6;transform:translateY(-6px);box-shadow:0 16px 32px #e67e221f}.page-grid .product-card.flip-card{perspective:1000px;-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:none;background:0 0;border:none;overflow:visible}.page-grid .product-card.flip-card:hover{box-shadow:none;background:0 0;transform:none}.flip-card-inner{width:100%;transform-style:preserve-3d;transition:transform .7s;position:relative}.flip-card:hover .flip-card-inner{transition-delay:3s;transform:rotateY(180deg)}.flip-card-front,.flip-card-back{backface-visibility:hidden;border-radius:16px;overflow:hidden}.flip-card-front{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff9;border:1px solid #fffc;flex-direction:column;display:flex;box-shadow:0 10px 30px #0000000a}.flip-card-back{color:#fff;text-align:center;background:linear-gradient(135deg,#2c3e50,#34495e);border-radius:20px;justify-content:center;align-items:center;width:100%;height:100%;padding:1.5rem;display:flex;position:absolute;top:0;left:0;transform:rotateY(180deg)}.flip-card-back-content{flex-direction:column;align-items:center;gap:.8rem;display:flex}.flip-card-back h3{font-size:1.2rem;font-weight:800}.flip-card-back p{opacity:.95;font-size:.85rem;line-height:1.6}.product-image-placeholder{border-bottom:1px solid #ffffff80;width:100%;height:200px;transition:transform .6s cubic-bezier(.165,.84,.44,1)}.product-card:hover .product-image-placeholder{transform:scale(1.05)}.product-image-link{display:block;overflow:hidden}.product-info{flex-direction:column;flex:1;padding:1.2rem;display:flex}.product-info h3{color:var(--text-primary);margin-bottom:.3rem;font-size:1.05rem;font-weight:700}.product-info .price{color:var(--accent-color);margin-bottom:1rem;font-size:1.05rem;font-weight:800}.product-info button{width:100%;margin-top:auto}.product-actions{align-items:center;gap:.5rem;margin-top:auto;display:flex}.qty-controls{background:#f5f5f5;border:1px solid #0000000f;border-radius:8px;align-items:center;gap:0;display:flex;overflow:hidden}.qty-controls button{cursor:pointer;width:30px;height:30px;color:var(--text-primary);background:0 0;border:none;font-size:1rem;font-weight:700;transition:background .2s}.qty-controls button:hover{background:var(--accent-color);color:#fff}.qty-controls span{text-align:center;min-width:24px;font-size:.85rem;font-weight:700}.product-actions .btn-secondary{flex:1}.in-cart-label{color:var(--accent-color);text-transform:uppercase;letter-spacing:1px;border:1.5px solid var(--accent-color);white-space:nowrap;border-radius:50px;padding:.3rem .8rem;font-size:.75rem;font-weight:700}.category{color:var(--text-secondary);text-transform:uppercase;letter-spacing:1.5px;margin-bottom:.5rem;font-size:.7rem;font-weight:700}.view-all-container{text-align:center;margin-top:2rem}.page-container{background:var(--bg-color);min-height:100vh;padding:8.5rem 3rem 2rem}.page-header{text-align:center;margin-bottom:2rem;animation:.8s forwards fadeUp}.page-header h1{letter-spacing:-1px;margin-bottom:.5rem;font-size:2.2rem;font-weight:900}.back-link{background:#ffffff80;border-radius:50px;margin-bottom:2rem;padding:.5rem 1rem;font-weight:600;transition:all .3s;display:inline-block}.back-link:hover{color:var(--accent-color);background:#fff;transform:translate(-5px)}.product-details-grid{grid-template-columns:1fr 1fr;gap:2.5rem;max-width:1000px;margin:0 auto;display:grid}.product-details-image{border:1px solid #fffc;border-radius:20px;width:100%;height:420px;box-shadow:0 12px 30px #00000014}.product-details-info{flex-direction:column;justify-content:center;animation:.8s forwards fadeUp;display:flex}.product-details-info h1{letter-spacing:-1px;margin-bottom:1rem;font-size:2.5rem;font-weight:900;line-height:1.1}.price-large{color:var(--accent-color);margin-bottom:1.2rem;font-size:1.6rem;font-weight:900}.description-box{color:var(--text-secondary);margin-bottom:1.5rem;font-size:.95rem;font-weight:400;line-height:1.7}.detail-actions{align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.detail-actions .qty-controls{height:42px}.detail-actions .qty-controls button{width:36px;height:42px;font-size:1.1rem}.detail-actions .qty-controls span{min-width:30px;font-size:1rem}.add-to-cart-large{border-radius:12px;padding:.85rem 2.5rem;font-size:.95rem}.benefits{background:#ffffff80;border-radius:14px;padding:1.2rem}.benefits h4{margin-bottom:.8rem;font-size:1rem;font-weight:700}.benefits ul{list-style:none}.benefits li{align-items:center;gap:.6rem;margin-bottom:.5rem;font-size:.9rem;font-weight:500;display:flex}.benefits li:before{content:"✓";background:var(--accent-color);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:.8rem;font-weight:700;display:flex}.cart-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;background:#0000004d;justify-content:flex-end;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0}.cart-drawer{background:#fff;flex-direction:column;width:380px;max-width:100%;height:100%;animation:.4s cubic-bezier(.165,.84,.44,1) forwards slideIn;display:flex;box-shadow:-10px 0 50px #0000001a}@keyframes slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.cart-header{border-bottom:1px solid #f0f0f0;justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.cart-header h2{font-size:1.3rem;font-weight:800}.close-btn{cursor:pointer;width:32px;height:32px;color:var(--text-primary);background:#f5f5f5;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1.5rem;transition:all .3s;display:flex}.close-btn:hover{background:#e0e0e0;transform:rotate(90deg)}.cart-items{flex:1;padding:1.5rem;overflow-y:auto}.empty-cart{text-align:center;color:var(--text-secondary);margin-top:3rem;font-size:1.1rem}.cart-item{border-bottom:1px solid #f0f0f0;gap:1.5rem;margin-bottom:2rem;padding-bottom:2rem;display:flex}.item-color-box{border-radius:12px;width:64px;height:64px;box-shadow:inset 0 2px 10px #0000000d}.item-details{flex-direction:column;flex:1;display:flex}.item-details h4{margin-bottom:.3rem;font-size:.95rem;font-weight:700}.item-details p{color:var(--accent-color);margin-bottom:auto;font-weight:800}.quantity-controls{background:#f9f9f9;border-radius:50px;align-items:center;gap:1rem;width:max-content;padding:.3rem;display:flex}.quantity-controls button{cursor:pointer;background:#fff;border:1px solid #eee;border-radius:50%;width:28px;height:28px;font-weight:700;transition:all .2s;box-shadow:0 2px 5px #0000000d}.quantity-controls button:hover{background:var(--accent-color);color:#fff;border-color:var(--accent-color)}.quantity-controls span{text-align:center;min-width:20px;font-weight:700}.remove-btn{color:#e74c3c;cursor:pointer;background:0 0;border:none;align-self:flex-start;margin-top:.5rem;font-size:.85rem;font-weight:600;text-decoration:underline}.cart-footer{background:#fff;border-top:1px solid #f0f0f0;padding:1.5rem;box-shadow:0 -10px 30px #00000005}.cart-total{justify-content:space-between;margin-bottom:1rem;font-size:1.1rem;font-weight:800;display:flex}.checkout-btn{border-radius:12px;width:100%;padding:.85rem;font-size:.95rem}.footer{-webkit-backdrop-filter:blur(15px);border-top:1px solid var(--glass-border);z-index:10;background:#ffffffd9;margin-top:4rem;padding:4rem 2rem 2rem;position:relative;box-shadow:0 -8px 32px #906e461a}.footer-content{text-align:left;justify-content:space-between;align-items:flex-start;gap:4rem;max-width:1200px;margin:0 auto;display:flex}.footer-about{flex:1;max-width:800px}.footer-about h3{color:var(--text-primary);margin-bottom:1rem;font-size:1.5rem;font-weight:700}.footer-about p{color:var(--text-secondary);margin-bottom:1rem;font-size:.95rem;line-height:1.6}.footer-social{flex-direction:column;flex-shrink:0;align-items:flex-end;display:flex}.instagram-btn{color:#fff;background:linear-gradient(45deg,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);border-radius:50px;align-items:center;gap:.8rem;padding:.8rem 1.5rem;font-weight:600;text-decoration:none;transition:all .3s;display:flex;box-shadow:0 4px 15px #dc27434d}.instagram-btn:hover{color:#fff;transform:translateY(-2px);box-shadow:0 6px 20px #dc274366}.footer-bottom{text-align:center;border-top:1px solid var(--border-color);color:var(--text-secondary);margin-top:3rem;padding-top:3rem;font-size:.85rem}@media (max-width:768px){.footer-content{flex-direction:column;gap:2.5rem}.footer-social{align-items:flex-start}}.auth-page{justify-content:center;align-items:center;min-height:calc(100vh - 120px);padding:2rem;display:flex}.auth-card{text-align:center;width:100%;max-width:400px;padding:2.5rem 2rem;animation:.8s forwards fadeUp}.auth-logo{margin-bottom:1rem;font-size:2.5rem}.auth-title{letter-spacing:-1px;margin-bottom:.5rem;font-size:1.8rem;font-weight:900}.auth-subtitle{color:var(--text-secondary);margin-bottom:1.5rem;font-size:.9rem;line-height:1.5}.google-btn{cursor:pointer;background:#fff;border:2px solid #eee;border-radius:50px;justify-content:center;align-items:center;gap:.75rem;width:100%;padding:.75rem 1.5rem;font-family:Outfit,sans-serif;font-size:.9rem;font-weight:700;transition:all .3s;display:flex;box-shadow:0 4px 15px #0000000d}.google-btn:hover{border-color:#ddd;transform:translateY(-2px);box-shadow:0 8px 25px #0000001a}.auth-footer-text{color:#aaa;margin-top:2rem;font-size:.85rem}.auth-form{flex-direction:column;gap:.75rem;margin-bottom:1.5rem;display:flex}.auth-input{background:#fffc;border:2px solid #0000000d;border-radius:50px;padding:.75rem 1.2rem;font-family:Outfit,sans-serif;font-size:1rem;transition:all .3s}.auth-input:focus{border-color:var(--accent-color);background:#fff;outline:none}.auth-submit{border-radius:50px;width:100%;padding:.75rem;font-size:.9rem}.auth-divider{text-align:center;color:#aaa;align-items:center;margin-bottom:2rem;display:flex}.auth-divider:before,.auth-divider:after{content:"";border-bottom:1px solid #eee;flex:1}.auth-divider span{padding:0 1rem;font-size:.85rem;font-weight:700}.auth-error{color:#e74c3c;background:#e74c3c1a;border-radius:12px;margin-bottom:1.5rem;padding:1rem;font-size:.9rem;font-weight:600}.auth-link{color:var(--accent-color);font-weight:700;text-decoration:none}.auth-link:hover{text-decoration:underline}.header-left{align-items:center;gap:2rem;display:flex}.nav-address-btn{cursor:pointer;color:inherit;border:1px solid #0000;border-radius:6px;align-items:center;gap:.4rem;padding:.5rem .8rem;text-decoration:none;transition:all .2s;display:flex}.nav-address-icon{font-size:1.2rem}.nav-address-text{flex-direction:column;line-height:1.2;display:flex}.nav-address-label{color:var(--text-secondary);font-size:.7rem;font-weight:500}.nav-address-value{color:var(--text-color);white-space:nowrap;text-overflow:ellipsis;max-width:120px;font-size:.85rem;font-weight:800;overflow:hidden}.user-avatar{border:2px solid var(--accent-color);border-radius:50%;width:32px;height:32px}.user-initials{background:var(--accent-color);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:.9rem;font-weight:800;display:flex}.sign-out-btn{cursor:pointer;color:#e74c3c!important;background:0 0!important;border:none!important;font-size:.9rem!important}.sign-in-link{background:var(--accent-color)!important;color:#fff!important;border-radius:50px!important;padding:.5rem 1.5rem!important;font-size:.9rem!important}.admin-link{color:var(--accent-color)!important;font-weight:800!important}.dashboard-header{margin-bottom:1.5rem}.dashboard-profile{align-items:center;gap:1.5rem;padding:1.5rem;animation:.6s forwards fadeUp;display:flex}.dashboard-avatar{border:2px solid var(--accent-color);border-radius:50%;width:60px;height:60px}.dashboard-avatar-placeholder{background:var(--accent-color);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;font-size:2rem;font-weight:900;display:flex}.dashboard-user-info h1{margin-bottom:.2rem;font-size:1.5rem;font-weight:900}.dashboard-user-info p{color:var(--text-secondary);font-size:.9rem}.role-badge{border-radius:50px;margin-top:.3rem;padding:.2rem .8rem;font-size:.8rem;font-weight:700;display:inline-block}.role-badge.admin{color:#856404;background:#fff3cd}.role-badge.user{color:#2e7d32;background:#e8f5e9}.dashboard-section{margin-top:1.5rem}.empty-state{text-align:center;color:var(--text-secondary);padding:2rem;font-size:1rem}.orders-list{flex-direction:column;gap:1rem;display:flex}.order-card{padding:1.5rem}.order-card-header{justify-content:space-between;align-items:center;margin-bottom:.8rem;display:flex}.order-id{margin-right:1rem;font-size:1rem;font-weight:800}.order-date{color:var(--text-secondary);font-size:.85rem}.status-badge{color:#fff;border-radius:50px;padding:.2rem .8rem;font-size:.8rem;font-weight:700;display:inline-block}.order-items-summary{flex-wrap:wrap;gap:.5rem;margin-bottom:.8rem;display:flex}.order-item-chip{background:#f5f5f5;border-radius:50px;padding:.2rem .6rem;font-size:.8rem;font-weight:500;display:inline-block}.order-card-footer{justify-content:space-between;align-items:center;display:flex}.order-total{color:var(--accent-color);font-size:1.1rem;font-weight:900}.order-address{color:var(--text-secondary);font-size:.9rem}.admin-page{max-width:1200px;margin:0 auto}.admin-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:3rem;display:flex}.admin-header h1{letter-spacing:-1.5px;font-size:3rem;font-weight:900}.admin-header p{color:var(--text-secondary);font-size:1.1rem}.stats-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-bottom:3rem;display:grid}.stat-card{text-align:center;padding:2rem}.stat-icon{margin-bottom:.5rem;font-size:2rem}.stat-value{font-family:Outfit,sans-serif;font-size:2rem;font-weight:900}.stat-label{color:var(--text-secondary);margin-top:.3rem;font-size:.9rem}.admin-nav-grid{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.admin-nav-card{cursor:pointer;padding:2.5rem;text-decoration:none;transition:all .3s;display:block}.admin-nav-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #00000014}.admin-nav-card h3{margin-bottom:.5rem;font-size:1.5rem}.admin-nav-card p{color:var(--text-secondary)}.admin-table-container{padding:0;overflow-x:auto}.admin-table{border-collapse:collapse;width:100%;min-width:600px}.admin-table th,.admin-table td{text-align:left;border-bottom:1px solid #f0f0f0;padding:1rem;font-size:.9rem}.admin-table th{text-transform:uppercase;letter-spacing:1px;color:var(--text-secondary);font-size:.8rem;font-weight:700}.admin-table tr:last-child td{border-bottom:none}.admin-orders-list{flex-direction:column;gap:1.2rem;display:flex}.admin-order-card{border-radius:20px;padding:1.5rem 2rem}.admin-order-card-top{border-bottom:1px solid #0000000f;justify-content:space-between;align-items:center;margin-bottom:1.2rem;padding-bottom:1rem;display:flex}.admin-order-id{flex-direction:column;gap:.2rem;display:flex}.admin-order-id-label{text-transform:uppercase;letter-spacing:1px;color:var(--text-secondary);font-size:.75rem;font-weight:700}.admin-order-id-value{color:var(--accent-color);font-family:Outfit,monospace;font-size:1.1rem;font-weight:800}.admin-order-card-body{flex-direction:column;gap:1rem;display:flex}.admin-order-detail{flex-direction:column;gap:.3rem;display:flex}.admin-order-detail-label{text-transform:uppercase;letter-spacing:1px;color:var(--text-secondary);font-size:.75rem;font-weight:700}.admin-order-detail-value{font-size:1rem;font-weight:600}.admin-order-items-wrap{flex-wrap:wrap;gap:.5rem;display:flex}.admin-order-meta-row{gap:2rem;display:flex}.admin-order-card-footer{border-top:1px solid #0000000f;align-items:center;gap:1rem;margin-top:1.2rem;padding-top:1rem;display:flex}.admin-order-action-label{color:var(--text-secondary);font-size:.85rem;font-weight:700}.color-dot{border-radius:8px;width:30px;height:30px}.action-btn{cursor:pointer;border:none;border-radius:8px;margin-right:.5rem;padding:.4rem 1rem;font-size:.85rem;font-weight:600;transition:all .2s}.action-btn.edit{color:#1565c0;background:#e3f2fd}.action-btn.edit:hover{background:#bbdefb}.action-btn.delete{color:#c62828;background:#ffebee}.action-btn.delete:hover{background:#ffcdd2}.status-select{cursor:pointer;background:#fff;border:2px solid #eee;border-radius:10px;padding:.5rem 1rem;font-size:.9rem;font-weight:600;transition:border-color .2s}.status-select:focus{border-color:var(--accent-color);outline:none}.lang-selector-container{position:relative}.lang-btn{cursor:pointer;border-radius:8px;align-items:center;gap:.3rem;font-family:inherit;transition:background .2s;background:0 0!important;border:none!important;padding:.4rem .6rem!important;font-size:.9rem!important;display:flex!important}.lang-btn:hover{background:#0000000d!important}.lang-code{letter-spacing:.5px;font-size:.8rem;font-weight:700}.lang-dropdown{z-index:2000;background:#fff;border-radius:14px;min-width:160px;animation:.25s forwards fadeUp;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden;box-shadow:0 12px 40px #00000026}.lang-option{text-align:left;cursor:pointer;background:0 0;border:none;width:100%;padding:.75rem 1.2rem;font-family:inherit;font-size:.95rem;font-weight:500;transition:background .15s;display:block}.lang-option:hover{background:#f5f5f5}.lang-option.active{background:var(--accent-color);color:#fff;font-weight:700}.profile-edit-btn{white-space:nowrap;padding:.5rem 1.2rem!important;font-size:.85rem!important}.profile-edit-section{animation:.4s forwards fadeUp}.profile-edit-grid{grid-template-columns:1fr 1fr;gap:1.2rem;display:grid}.profile-edit-field{flex-direction:column;gap:.4rem;display:flex}.profile-edit-field label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;font-size:.85rem;font-weight:700}.profile-edit-field.full-width{grid-column:1/-1}.modal-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:2000;background:#0006;justify-content:center;align-items:flex-start;width:100vw;height:100vh;padding:20px 0;display:flex;position:fixed;top:0;left:0;overflow-y:auto}.modal{width:90%;max-width:550px;max-height:90vh;padding:3rem;overflow-y:auto}.modal h2{margin-bottom:2rem;font-size:1.8rem;font-weight:900}.modal-form{flex-direction:column;gap:1.2rem;display:flex}.modal-form label{flex-direction:column;gap:.4rem;font-size:.9rem;font-weight:600;display:flex}.modal-form input,.modal-form textarea,.modal-form select{border:1px solid #ddd;border-radius:12px;padding:.8rem 1rem;font-family:Inter,sans-serif;font-size:1rem;transition:border-color .3s}.modal-form input:focus,.modal-form textarea:focus,.modal-form select:focus{border-color:var(--accent-color);outline:none}.form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.modal-actions{justify-content:flex-end;gap:1rem;margin-top:1rem;display:flex}.checkout-layout{grid-template-columns:1.2fr .8fr;gap:3rem;max-width:1200px;margin:0 auto;display:grid}.checkout-form,.checkout-summary{padding:2.5rem}.checkout-form h2,.checkout-summary h2{margin-bottom:2rem;font-size:1.8rem;font-weight:900}.form-grid{grid-template-columns:1fr 1fr;gap:1.2rem;display:grid}.form-field{flex-direction:column;gap:.4rem;display:flex}.form-field span{font-size:.9rem;font-weight:600}.form-field input{border:1px solid #ddd;border-radius:12px;padding:.8rem 1rem;font-family:Inter,sans-serif;font-size:1rem}.form-field input:focus{border-color:var(--accent-color);outline:none}.form-field.full-width{grid-column:1/-1}.checkout-items{flex-direction:column;gap:1rem;display:flex}.checkout-item{align-items:center;gap:1rem;display:flex}.checkout-item-color{border-radius:12px;width:50px;height:50px}.checkout-item-info{flex:1}.checkout-item-info h4{font-size:1rem;font-weight:700}.checkout-item-info p{color:var(--text-secondary);font-size:.9rem}.checkout-item-price{font-weight:800}.checkout-divider{background:#eee;height:1px;margin:1.5rem 0}.checkout-total-row{justify-content:space-between;margin-bottom:.5rem;font-size:1.1rem;display:flex}.checkout-total-row.grand-total{font-size:1.4rem;font-weight:900}.checkout-pay-btn{border-radius:16px;width:100%;margin-top:2rem;padding:1.2rem;font-size:1.1rem}.confirmation-page{justify-content:center;align-items:center;min-height:calc(100vh - 120px);padding:2rem;display:flex}.confirmation-card{text-align:center;width:100%;max-width:550px;padding:4rem;animation:.8s forwards fadeUp}.confirmation-icon{color:#fff;background:#27ae60;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 1.5rem;font-size:2.5rem;display:flex}.confirmation-card h1{margin-bottom:.5rem;font-size:2.5rem;font-weight:900}.confirmation-subtitle{color:var(--text-secondary);margin-bottom:2rem;font-size:1.1rem}.order-id-box{background:#f5f5f5;border-radius:16px;flex-direction:column;gap:.3rem;margin-bottom:2rem;padding:1rem 2rem;display:inline-flex}.order-id-box span{color:var(--text-secondary);font-size:.85rem}.order-id-box strong{font-size:1.2rem}.confirmation-text{color:var(--text-secondary);margin-bottom:2rem;line-height:1.6}.confirmation-actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.toast-container{z-index:3000;flex-direction:column;gap:.5rem;display:flex;position:fixed;bottom:2rem;right:2rem}.toast{color:#fff;border-radius:12px;align-items:center;gap:.8rem;min-width:280px;padding:1rem 1.5rem;font-weight:600;animation:.4s forwards fadeUp;display:flex;box-shadow:0 8px 25px #00000026}.toast-success{background:#27ae60}.toast-error{background:#e74c3c}.toast-info{background:#3498db}@media (max-width:1024px){.product-grid{grid-template-columns:repeat(2,1fr)}.hero-card{padding:3rem}.hero-title{font-size:3.5rem}}@media (max-width:768px){.header{width:95%;padding:.8rem 1rem;top:.8rem}.nav-links{gap:.6rem}.nav-link{padding:.4rem .8rem;font-size:.85rem}.cart-btn{font-size:.9rem!important}.hero-title{letter-spacing:-1px;font-size:2.8rem}.hero-subtitle{font-size:1.1rem}.hero-card{max-width:90%;padding:2rem 1.5rem}.featured-section{margin:2rem 1rem;padding:2rem 1rem}.product-grid{grid-template-columns:1fr}.product-details-grid{grid-template-columns:1fr;gap:2rem}.page-container{padding:6rem 1rem 2rem}.stats-grid{grid-template-columns:repeat(2,1fr)}.admin-nav-grid,.checkout-layout,.form-grid{grid-template-columns:1fr}.dashboard-profile{text-align:center;flex-direction:column;gap:1rem}.profile-edit-btn{align-self:center!important;margin-left:0!important}.profile-edit-grid{grid-template-columns:1fr}.admin-order-card{padding:1.2rem 1.5rem}.admin-order-meta-row{flex-direction:column;gap:1rem}.lang-code{display:none}}@media (max-width:480px){.header{padding:.6rem}.logo{gap:6px}.logo-img{height:32px}.logo-text{font-size:.95rem}.nav-links{gap:.3rem}.nav-link{padding:.3rem .5rem;font-size:.75rem}.cart-btn{padding:.4rem .8rem!important}.hero-title{font-size:2.2rem}.hero-subtitle{font-size:1rem}.stats-grid{grid-template-columns:1fr}.cart-drawer-content{width:100%;right:-100%}.product-info h3{font-size:1.2rem}.page-container{padding:6rem 1rem 1rem}.admin-order-card{padding:1rem}.admin-order-card-footer{flex-direction:column;align-items:flex-start}}.fk-layout-grid{grid-template-columns:280px 1fr;align-items:start;gap:16px;display:grid}.fk-sidebar{flex-direction:column;gap:16px;display:flex}.fk-sidebar-profile{background:#fff;border-radius:2px;align-items:center;gap:16px;padding:12px 16px;display:flex;box-shadow:0 1px 2px #0000001a}.fk-avatar{background:#f1f3f6;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;display:flex;overflow:hidden}.fk-avatar img{object-fit:cover;width:100%;height:100%}.fk-avatar span{color:#2874f0;font-size:24px;font-weight:700}.fk-hello{flex-direction:column;display:flex}.fk-sidebar-nav{background:#fff;border-radius:2px;box-shadow:0 1px 2px #0000001a}.fk-nav-mainbtn{text-align:left;color:#878787;cursor:pointer;background:0 0;border:none;border-bottom:1px solid #f0f0f0;align-items:center;gap:16px;width:100%;padding:16px;font-size:16px;font-weight:500;transition:all .2s;display:flex}.fk-nav-mainbtn:hover,.fk-nav-mainbtn.active{color:#2874f0;background:#f5faff}.fk-nav-group{border-bottom:1px solid #f0f0f0;padding-bottom:12px}.fk-nav-group h3{color:#878787;text-transform:uppercase;align-items:center;gap:16px;padding:16px 16px 8px;font-size:16px;font-weight:500;display:flex}.fk-nav-subbtn{text-align:left;color:#212121;cursor:pointer;background:0 0;border:none;width:100%;padding:12px 16px 12px 52px;font-size:14px;transition:background .2s,color .2s}.fk-nav-subbtn:hover{color:#2874f0;background:#f5faff}.fk-nav-subbtn.active{color:#2874f0;background:#f5faff;font-weight:500}.fk-nav-subbtn.disabled{opacity:.5;cursor:not-allowed}.fk-content{background:#fff;border-radius:2px;min-height:500px;box-shadow:0 1px 2px #0000001a}.fk-tab-header{border-bottom:1px solid #f0f0f0;justify-content:space-between;align-items:center;padding:24px 32px;display:flex}.fk-tab-header h2{font-size:18px;font-weight:500}.fk-edit-link{color:#2874f0;cursor:pointer;background:0 0;border:none;font-size:14px;font-weight:500}.fk-profile-form{max-width:600px;padding:32px}.fk-input-group{gap:16px;margin-top:16px;display:flex}.fk-input-group input{border:1px solid #e0e0e0;border-radius:2px;width:100%;padding:12px 16px;font-size:14px;transition:border .2s}.fk-input-group input:focus{border-color:#2874f0;outline:none}.fk-input-group input:disabled{color:#878787;cursor:not-allowed;background:#fafafa}.fk-field-label{color:#878787;margin-top:32px;font-size:14px;font-weight:500}.fk-radio-group{gap:32px;margin-top:12px;display:flex}.fk-radio-group label{cursor:pointer;align-items:center;gap:8px;font-size:14px;display:flex}.fk-save-btn{color:#fff;cursor:pointer;text-transform:uppercase;background:#2874f0;border:none;border-radius:2px;margin-top:32px;padding:14px 36px;font-size:14px;font-weight:500;box-shadow:0 2px 4px #0003}.fk-save-btn:disabled{opacity:.7;cursor:not-allowed}.fk-cancel-btn{color:#2874f0;cursor:pointer;background:#fff;border:none;margin-top:32px;padding:14px 36px;font-size:14px;font-weight:500}.fk-add-address-btn{color:#2874f0;cursor:pointer;background:#fff;border:1px solid #e0e0e0;border-radius:2px;align-items:center;gap:16px;width:100%;margin-bottom:24px;padding:16px;font-weight:500;transition:box-shadow .2s;display:flex}.fk-add-address-btn:hover{box-shadow:0 1px 4px #0000001a}.fk-address-form-container{background:#f5faff;border-radius:2px;margin-bottom:24px;padding:24px}.fk-form-row{gap:16px;margin-bottom:16px;display:flex}.fk-form-row input,.fk-form-row textarea{border:1px solid #e0e0e0;border-radius:2px;flex:1;padding:12px 16px;font-size:14px}.fk-form-row input:focus,.fk-form-row textarea:focus{border-color:#2874f0;outline:none}.fk-form-row.full textarea{resize:vertical;width:100%}.fk-address-card{border:1px solid #e0e0e0;border-radius:2px;margin-bottom:16px;padding:24px;position:relative}.fk-address-header{justify-content:space-between;margin-bottom:12px;display:flex}.fk-address-type{color:#878787;text-transform:uppercase;background:#f1f3f6;border-radius:2px;padding:4px 8px;font-size:10px;font-weight:500}.fk-address-name{margin-bottom:12px;font-size:14px}.fk-address-detail{color:#212121;margin-bottom:4px;font-size:14px;line-height:1.5}.fk-delete-btn{color:#2874f0;cursor:pointer;background:0 0;border:none;font-size:14px;font-weight:500}.fk-orders-list{flex-direction:column;display:flex}.fk-order-card{cursor:pointer;border-bottom:1px solid #f0f0f0;grid-template-columns:100px 1fr 100px 150px;align-items:center;gap:24px;padding:24px;transition:box-shadow .2s;display:grid}.fk-order-card:hover{box-shadow:0 3px 16px #0000001a}.fk-order-images{align-items:center;gap:8px;display:flex}.fk-order-thumb{background:#f1f3f6;border-radius:4px;justify-content:center;align-items:center;width:40px;height:40px;display:flex;overflow:hidden}.fk-order-thumb img{object-fit:cover;width:100%;height:100%}.fk-order-thumb-more{color:#878787;background:#f1f3f6;border-radius:4px;justify-content:center;align-items:center;width:40px;height:40px;font-size:12px;font-weight:500;display:flex}.fk-order-title{color:#212121;white-space:nowrap;text-overflow:ellipsis;margin-bottom:8px;font-size:14px;overflow:hidden}.fk-order-date{color:#878787;font-size:12px}.fk-order-price{font-size:14px;font-weight:500}.fk-order-status{align-items:center;gap:8px;font-size:14px;font-weight:500;display:flex}.fk-status-dot{border-radius:50%;width:8px;height:8px}.fk-status-dot.delivered{background:#26a541}.fk-status-dot.processing{background:#ff9f00}.fk-status-dot.shipped{background:#2874f0}@media (max-width:768px){.fk-layout-grid{grid-template-columns:1fr}.fk-order-card{text-align:left;grid-template-columns:1fr;gap:16px}}.nav-address-container{position:relative}.nav-address-btn{cursor:pointer;color:inherit;text-align:left;background:0 0;border:1px solid #0000;border-radius:2px;align-items:center;gap:4px;padding:4px 8px;transition:border-color .2s;display:flex}.nav-address-btn:hover{background:#00000005;border-color:#0000001a}.address-dropdown{z-index:1000;color:#333;background:#fff;border:1px solid #ddd;border-radius:8px;width:320px;margin-top:8px;position:absolute;top:100%;left:0;overflow:hidden;box-shadow:0 4px 20px #00000026}.address-dropdown-header{background:#fdfdfd;border-bottom:1px solid #eee;padding:16px}.address-dropdown-header h3{color:#212121;margin:0 0 4px;font-size:14px;font-weight:700}.address-dropdown-header p{color:#666;margin:0;font-size:11px}.address-dropdown-list{max-height:300px;padding:8px 0;overflow-y:auto}.address-option{text-align:left;cursor:pointer;background:0 0;border:none;border-left:3px solid #0000;width:100%;padding:12px 16px;transition:background .2s}.address-option:hover{background:#f9f9f9}.address-option.active{background:#f5faff;border-left-color:#2874f0}.addr-type{text-transform:uppercase;color:#878787;background:#f1f3f6;border-radius:2px;margin-bottom:4px;padding:2px 6px;font-size:10px;font-weight:600;display:inline-block}.address-option strong{color:#212121;margin-bottom:4px;font-size:13px;display:block}.address-option p{color:#555;margin:0;font-size:12px;line-height:1.4}.address-dropdown-footer{text-align:center;background:#f9f9f9;border-top:1px solid #eee;padding:12px 16px}.address-dropdown-footer a{color:#2874f0;font-size:12px;font-weight:500;text-decoration:none}.address-dropdown-footer a:hover{text-decoration:underline}.no-address-msg{text-align:center;padding:24px 16px}.no-address-msg p{color:#666;margin-bottom:8px;font-size:13px}.btn-link{color:#2874f0;font-size:13px;font-weight:500;text-decoration:none}@media (max-width:768px){.header{flex-wrap:nowrap;gap:8px;height:auto;padding:.6rem 1rem;animation:none!important;transform:none!important}.header-left-col{flex-direction:column;flex:1;align-items:flex-start;gap:0;width:auto}.nav-address-text{flex-direction:row;align-items:center;gap:4px}.nav-address-btn{margin-top:-2px;padding:2px 4px}.nav-links{gap:12px;width:auto}.nav-address-btn{padding:2px 4px}.nav-address-label{display:none}.nav-address-value{white-space:nowrap;text-overflow:ellipsis;max-width:80px;font-size:.75rem;overflow:hidden}.address-dropdown{z-index:9999;border-radius:20px 20px 0 0;max-height:70vh;margin-top:0;animation:.3s ease-out slideUp;overflow-y:auto;box-shadow:0 -10px 40px #0003;width:100%!important;position:fixed!important;top:auto!important;bottom:0!important;left:0!important}.address-dropdown:before{display:none}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.admin-page{padding:1rem!important}.admin-header h1{font-size:1.2rem!important}.admin-table-container{overflow-x:auto}.admin-table th,.admin-table td{padding:.8rem .5rem;font-size:.8rem}.admin-order-card{padding:1rem}.admin-order-meta-row{flex-direction:column;gap:10px}.modal-content{margin:10px auto;width:95%!important;padding:1.5rem!important}.fk-layout-grid{grid-template-columns:1fr;gap:10px}.fk-sidebar{width:100%;position:static}.fk-sidebar-profile{padding:10px}.fk-tab-header{padding:15px 20px}.fk-tab-header h2{font-size:1rem}.fk-profile-form{padding:20px}.fk-input-group,.fk-form-row{flex-direction:column}.fk-order-card{padding:15px}.fk-order-images{justify-content:flex-start}.lang-dropdown{left:0;right:auto}}@media (max-width:480px){.logo{gap:6px}.logo-img{height:32px}.logo-text{font-size:.95rem}.nav-links{gap:.6rem}.nav-address-value{max-width:50px;font-size:.7rem}.user-avatar,.user-initials{width:28px;height:28px;font-size:.8rem}.cart-btn span,.lang-btn{font-size:.9rem}}.review-section{border-top:2px solid #f0f0f0;margin-top:3rem;padding-top:2rem}.review-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;display:flex}.review-summary h2{color:#2c1810;margin:0 0 .5rem;font-size:1.5rem}.review-overview{align-items:center;gap:1rem;display:flex}.review-avg-big{align-items:center;gap:8px;display:flex}.review-avg-number{color:#2c1810;font-size:2rem;font-weight:800}.review-count-text{color:#878787;font-size:.9rem}.review-write-btn{white-space:nowrap}.review-form{background:#faf7f4;border:1px solid #e8ddd4;border-radius:12px;margin-bottom:2rem;padding:1.5rem}.review-form-rating{align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.review-form-rating label{color:#2c1810;font-size:.95rem;font-weight:600}.review-textarea{resize:vertical;box-sizing:border-box;border:1px solid #e0e0e0;border-radius:8px;width:100%;padding:12px 16px;font-family:inherit;font-size:14px;transition:border-color .2s}.review-textarea:focus{border-color:#d4a574;outline:none}.review-form-actions{gap:12px;margin-top:1rem;display:flex}.review-login-prompt,.review-purchase-prompt{color:#666;background:#f5f5f5;border-radius:8px;margin-bottom:1.5rem;padding:1rem 1.5rem;font-size:.9rem}.review-login-prompt a{color:#2874f0;font-weight:600;text-decoration:none}.review-empty{text-align:center;color:#888;padding:3rem 0}.review-list{flex-direction:column;gap:1rem;display:flex}.review-card{background:#fff;border:1px solid #f0f0f0;border-radius:10px;padding:1.25rem;transition:box-shadow .2s}.review-card:hover{box-shadow:0 2px 12px #0000000f}.review-card-header{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.review-user-info{align-items:center;gap:10px;display:flex}.review-avatar{object-fit:cover;border-radius:50%;width:36px;height:36px}.review-avatar-placeholder{color:#fff;background:#d4a574;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:14px;font-weight:700;display:flex}.review-user-name{color:#2c1810;font-size:.9rem}.review-you-badge{color:#2e7d32;background:#e8f5e9;border-radius:4px;margin-left:6px;padding:2px 6px;font-size:.7rem;font-weight:600}.review-date{color:#aaa;margin-top:2px;font-size:.75rem;display:block}.review-comment{color:#444;margin:0;font-size:.9rem;line-height:1.6}.star-rating .star{-webkit-user-select:none;user-select:none}.star-rating .star.filled,.star-rating .star.half{color:#f59e0b}.star-rating .star.empty{color:#d4d4d4}.star-rating .star:hover{transform:scale(1.2)}.stock-overlay-badge{letter-spacing:.5px;z-index:5;pointer-events:none;border-radius:6px;padding:6px 14px;font-size:11px;font-weight:800;position:absolute;top:12px;left:12px}.stock-overlay-badge.out-of-stock{color:#fff;background:#d32f2feb}.stock-overlay-badge.low-stock{color:#fff;background:#e65100eb}.stock-badge{border-radius:6px;align-items:center;gap:6px;margin:.5rem 0;padding:6px 14px;font-size:.85rem;font-weight:600;display:inline-flex}.stock-badge.stock-out{color:#d32f2f;background:#fde8e8}.stock-badge.stock-low{color:#e65100;background:#fff3e0}.stock-badge.stock-in{color:#2e7d32;background:#e8f5e9}.out-of-stock-card{opacity:.75}.out-of-stock-card .flip-card-front .product-image-placeholder{filter:grayscale(40%)}.btn-secondary.disabled,.btn-primary.disabled{opacity:.5;cursor:not-allowed;pointer-events:none}@media (max-width:768px){.review-header{flex-direction:column}.review-avg-number{font-size:1.5rem}.review-card-header{flex-direction:column;align-items:flex-start;gap:8px}}.notify-me-btn{cursor:pointer;color:#2c1810;background:0 0;border:2px solid #2c1810;border-radius:10px;justify-content:center;align-items:center;gap:8px;width:100%;padding:14px 28px;font-size:.95rem;font-weight:600;transition:all .25s;display:inline-flex}.notify-me-btn:hover{color:#fff;background:#2c1810;transform:translateY(-1px);box-shadow:0 4px 12px #2c181040}.notify-me-btn:active{transform:translateY(0)}.notify-me-btn.subscribed{color:#2e7d32;background:#e8f5e9;border-color:#2e7d32}.notify-me-btn.subscribed:hover{color:#1b5e20;background:#c8e6c9;transform:translateY(-1px);box-shadow:0 4px 12px #2e7d3233}.notify-me-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}@media (max-width:768px){.detail-actions{flex-direction:column;align-items:stretch;gap:12px}.detail-actions .qty-controls{justify-content:space-between;width:100%;padding:0 1rem}.add-to-cart-large{width:100%;padding:1rem;font-size:1rem}.notify-me-btn{width:100%;padding:12px 16px;font-size:.9rem}.stock-badge{padding:6px 12px;font-size:.8rem}.stock-overlay-badge{padding:4px 10px;font-size:10px;top:8px;left:8px}}.install-prompt{z-index:9999;padding:1rem;animation:.5s ease-out slideUp;position:fixed;bottom:0;left:0;right:0}.install-prompt-content{-webkit-backdrop-filter:blur(20px);border:1px solid var(--glass-border);background:#ffffffe6;border-radius:16px;align-items:center;gap:1rem;max-width:600px;margin:0 auto;padding:1rem 1.5rem;display:flex;box-shadow:0 8px 32px #0000001f}.install-prompt-icon img{display:block}.install-prompt-text{flex:1}.install-prompt-text strong{color:var(--text-primary);font-size:1rem}.install-prompt-text p{color:var(--text-secondary);margin-top:2px;font-size:.8rem}.install-prompt-actions{align-items:center;gap:.5rem;display:flex}.install-btn{background:var(--accent-color);color:#fff;cursor:pointer;border:none;border-radius:50px;padding:.6rem 1.5rem;font-size:.9rem;font-weight:700;transition:all .3s;box-shadow:0 4px 15px #e67e224d}.install-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #e67e2266}.install-dismiss{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;padding:.4rem;font-size:1.2rem;transition:color .2s}.install-dismiss:hover{color:var(--text-primary)}@keyframes slideUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@media (max-width:480px){.install-prompt-content{gap:.7rem;padding:.8rem 1rem}.install-prompt-icon img{width:36px!important;height:36px!important}.install-prompt-text strong{font-size:.9rem}.install-prompt-text p{font-size:.7rem}.install-btn{padding:.5rem 1rem;font-size:.8rem}}
