:root{--bg-primary:#f5f5f7;--bg-secondary:#fff;--bg-card:#fff;--bg-card-hover:#fafafa;--bg-elevated:#f0f0f2;--bg-glass:#ffffffbf;--bg-glass-heavy:#fffffff0;--text-primary:#1d1d1f;--text-secondary:#6e6e73;--text-muted:#ababaf;--azuh-red:#52525b;--azuh-red-glow:#52525b2e;--azuh-red-subtle:#52525b14;--border-subtle:#00000014;--border-hover:#00000024;--border-focus:#0000004d;--font-sans:"Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", Roboto, sans-serif;--font-display:"Space Grotesk", -apple-system, BlinkMacSystemFont, sans-serif;--radius-xs:6px;--radius-sm:10px;--radius-md:16px;--radius-lg:22px;--radius-xl:32px;--radius-full:9999px;--shadow-sm:0 2px 8px #00000014;--shadow-md:0 6px 24px #0000001a;--shadow-lg:0 16px 48px #00000024;--shadow-glow:0 0 32px var(--azuh-red-glow);--transition-fast:.18s cubic-bezier(.16, 1, .3, 1);--transition-normal:.3s cubic-bezier(.16, 1, .3, 1);--transition-slow:.5s cubic-bezier(.16, 1, .3, 1)}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent;margin:0;padding:0}html{font-family:var(--font-sans);background-color:var(--bg-primary);color:var(--text-primary);scroll-behavior:smooth;letter-spacing:-.012em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:15px}body{background:#f5f5f7;min-height:100vh;position:relative;overflow-x:hidden}button{cursor:pointer;transition:all var(--transition-fast);background:0 0;border:none;outline:none;font-family:inherit}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#f0f0f2}::-webkit-scrollbar-thumb{border-radius:var(--radius-full);background:#00000029}::-webkit-scrollbar-thumb:hover{background:#00000047}.glass-panel{background:var(--bg-glass);-webkit-backdrop-filter:blur(24px)saturate(180%);border:1px solid var(--border-subtle)}.glass-dropdown{background:var(--bg-glass-heavy);-webkit-backdrop-filter:blur(32px)saturate(190%);border:1px solid var(--border-subtle)}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.97)}to{opacity:1;transform:scale(1)}}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes pulseGlow{0%,to{opacity:.3}50%{opacity:.65}}.animate-fade-in{animation:fadeIn var(--transition-normal) forwards}.animate-scale-in{animation:scaleIn var(--transition-normal) forwards}.container-luxury{width:100%;max-width:1340px;margin:0 auto;padding:0 1.5rem}@media (width<=640px){.container-luxury{padding:0 1rem}}.azuh-toast-container{z-index:9999;pointer-events:none;position:fixed;bottom:2rem;left:50%;transform:translate(-50%)}.azuh-toast{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);color:#fff;border-radius:var(--radius-full);box-shadow:0 12px 36px #0003, 0 0 18px var(--azuh-red-glow);background:#1d1d1feb;border:1px solid #e61e4359;align-items:center;gap:.75rem;padding:.85rem 1.6rem;font-size:.88rem;font-weight:500;animation:.25s ease-out fadeIn;display:flex}.azuh-toast-dot{background-color:var(--azuh-red);width:8px;height:8px;box-shadow:0 0 8px var(--azuh-red);border-radius:50%}.azuh-header{z-index:1000;-webkit-backdrop-filter:blur(25px)saturate(190%);background:#ffffff73;border-bottom:1px solid #ffffff4d;width:100%;transition:all .3s cubic-bezier(.16,1,.3,1);position:sticky;top:0;left:0;box-shadow:0 4px 24px #0000000f}.azuh-header.scrolled{-webkit-backdrop-filter:blur(30px)saturate(200%);background:#ffffffc7;border-bottom:1px solid #00000014;box-shadow:0 8px 32px #00000014}.azuh-nav-bar{grid-template-columns:1fr auto 1fr;align-items:center;max-width:1340px;height:52px;margin:0 auto;padding:0 1.75rem;display:grid}.azuh-nav-logo{cursor:pointer;transition:opacity var(--transition-fast);outline:none;justify-self:start;align-items:center;display:flex}.azuh-nav-logo:hover{opacity:.78}.azuh-nav-logo-img{object-fit:contain;filter:grayscale()brightness(.35)drop-shadow(0 0 6px #00000026);width:auto;height:32px;transition:transform .4s cubic-bezier(.16, 1, .3, 1), filter var(--transition-normal)}.azuh-nav-logo:hover .azuh-nav-logo-img{filter:grayscale()brightness(.12)drop-shadow(0 0 10px #00000040);transform:scale(1.08)rotate(-3deg)}.azuh-nav-center{justify-self:center}.azuh-nav-links{align-items:center;gap:.15rem;margin:0;padding:0;list-style:none;display:flex}.azuh-nav-link-item button{color:#1d1d1fb8;letter-spacing:.01em;transition:color var(--transition-fast), background var(--transition-fast);white-space:nowrap;text-transform:capitalize;border-radius:6px;padding:.45rem .7rem;font-size:.82rem;font-weight:400}.azuh-nav-link-item button:hover{color:#1d1d1f;background:#0000000d}.azuh-nav-link-item.active button{color:#1d1d1f;font-weight:600;position:relative}.azuh-nav-link-item.active button:after{content:"";background:var(--azuh-red);border-radius:var(--radius-full);width:16px;height:2px;box-shadow:0 0 8px var(--azuh-red);position:absolute;bottom:-4px;left:50%;transform:translate(-50%)}.azuh-nav-actions{justify-self:end;align-items:center;gap:.35rem;display:flex}.azuh-nav-icon-btn{color:#1d1d1fbf;width:36px;height:36px;transition:color var(--transition-fast), background var(--transition-fast);background:0 0;border-radius:50%;justify-content:center;align-items:center;display:flex;position:relative}.azuh-nav-icon-btn:hover{color:#1d1d1f;background:#0000000f}.azuh-nav-badge{background-color:var(--azuh-red);color:#fff;border-radius:var(--radius-full);text-align:center;min-width:15px;height:15px;padding:0 3px;font-size:.6rem;font-weight:700;line-height:15px;position:absolute;top:3px;right:3px;box-shadow:0 1px 4px #00000040}.azuh-icon-btn{color:#1d1d1fbf;width:36px;height:36px;transition:color var(--transition-fast), background var(--transition-fast);background:0 0;border-radius:50%;justify-content:center;align-items:center;display:flex;position:relative}.azuh-icon-btn:hover{color:#1d1d1f;background:#0000000f}.azuh-icon-badge{background-color:var(--azuh-red);color:#fff;border-radius:var(--radius-full);text-align:center;min-width:15px;height:15px;padding:0 3px;font-size:.6rem;font-weight:700;line-height:15px;position:absolute;top:3px;right:3px}.azuh-nav-mobile-toggle{display:none}@media (width<=860px){.azuh-nav-bar{grid-template-columns:1fr 1fr;padding:0 1.25rem}.azuh-nav-center{display:none}.azuh-nav-mobile-toggle{display:flex}.azuh-nav-actions{gap:.2rem}}@media (width<=640px){.azuh-nav-bar{height:50px;padding:0 1rem}.azuh-nav-logo-img{height:28px}}.azuh-mobile-nav-drawer{-webkit-backdrop-filter:blur(35px)saturate(190%);background:#ffffffd1;border-bottom:1px solid #fff6;flex-direction:column;gap:.25rem;padding:1rem 1.5rem 1.5rem;animation:.18s fadeIn;display:flex;box-shadow:0 20px 40px #0000001a}.azuh-mobile-nav-drawer button{text-align:left;color:#1d1d1fa6;border-radius:var(--radius-sm);transition:all var(--transition-fast);padding:.8rem 1rem;font-size:.96rem;font-weight:400}.azuh-mobile-nav-drawer button:hover{color:#1d1d1f;background:#0000000d}.azuh-mobile-nav-drawer button.active{color:#1d1d1f;background:#0000000f;font-weight:600}.azuh-hero{background:#000;justify-content:center;align-items:flex-end;width:100%;min-height:100vh;margin-top:-52px;padding-top:52px;padding-bottom:5rem;display:flex;position:relative;overflow:hidden}.azuh-hero-video-desktop{display:block}.azuh-hero-img-mobile{display:none}.azuh-hero-bg{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.azuh-hero-cinematic-img{object-fit:cover;object-position:center 36%;filter:contrast(1.05)brightness(.97);width:100%;height:100%;transition:transform 12s cubic-bezier(.1,1,.1,1);transform:scale(1.01)}.azuh-hero:hover .azuh-hero-cinematic-img{transform:scale(1.03)}.azuh-hero-overlay{pointer-events:none;background:linear-gradient(#0000000d 0%,#00000005 40%,#00000040 70%,#000000b8 100%);width:100%;height:100%;position:absolute;top:0;left:0}.azuh-hero-center-content{z-index:3;text-align:center;flex-direction:column;align-items:center;gap:.25rem;display:flex;position:relative}.azuh-hero-presenting-tag{font-family:var(--font-sans);letter-spacing:.32em;text-transform:uppercase;color:#ffffffd9;text-shadow:0 2px 12px #000c;margin-bottom:.1rem;font-size:.72rem;font-weight:600}.azuh-hero-release-time{letter-spacing:0;color:#fff;text-shadow:0 4px 28px #000000b3;text-transform:uppercase;margin:0 0 1.25rem;font-family:Barlow,-apple-system,sans-serif;font-size:clamp(2.5rem,5vw,4rem);font-weight:900;line-height:1}.azuh-hero-shop-now-btn{-webkit-backdrop-filter:blur(28px)saturate(190%);color:#fff;font-family:var(--font-sans);letter-spacing:.02em;border-radius:var(--radius-full);cursor:pointer;text-shadow:0 1px 4px #0006;background:#ffffff24;border:1px solid #ffffff61;justify-content:center;align-items:center;gap:.85rem;padding:.78rem 2.3rem;font-size:.94rem;font-weight:600;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex;box-shadow:0 10px 36px #00000073,inset 0 1px 1px #ffffff80}.azuh-hero-shop-now-btn:hover{background:#ffffff42;border-color:#ffffffbf;transform:translateY(-2px)scale(1.02);box-shadow:0 14px 44px #0000008c,inset 0 1px 2px #ffffffb3}.azuh-hero-shop-arrow{transition:transform .25s}.azuh-hero-shop-now-btn:hover .azuh-hero-shop-arrow{transform:translate(4px)}@media (width<=768px){.azuh-hero{min-height:75vh;padding-bottom:3.5rem}.azuh-hero-video-desktop{display:none!important}.azuh-hero-img-mobile{display:block!important}}.azuh-category-bar{padding:2.5rem 0 1.5rem}.azuh-category-scroll{scrollbar-width:none;align-items:center;gap:.65rem;padding-bottom:.5rem;display:flex;overflow-x:auto}.azuh-category-scroll::-webkit-scrollbar{display:none}.azuh-cat-pill{white-space:nowrap;border-radius:var(--radius-full);color:#2c2c2e;-webkit-backdrop-filter:blur(24px)saturate(180%);text-transform:capitalize;background:#ffffffa6;border:1px solid #fffc;padding:.6rem 1.35rem;font-size:.84rem;font-weight:500;transition:all .22s cubic-bezier(.16,1,.3,1);box-shadow:0 2px 10px #0000000a,inset 0 1px 1px #ffffffe6}.azuh-cat-pill:hover{color:#000;background:#ffffffeb;border-color:#0000001f;transform:translateY(-1px);box-shadow:0 4px 16px #00000014}.azuh-cat-pill.active{-webkit-backdrop-filter:blur(24px);color:#fff;background:#141418e0;border-color:#fff3;font-weight:600;transform:translateY(-1px);box-shadow:0 6px 20px #00000038,inset 0 1px 1px #ffffff4d}.azuh-showcase-section{padding:3rem 0}.azuh-section-header{justify-content:space-between;align-items:flex-end;margin-bottom:1.75rem;display:flex}.azuh-section-title-group h2{font-family:var(--font-display);letter-spacing:-.02em;color:#1d1d1f;font-size:clamp(1.5rem,3vw,2.2rem);font-weight:700}.azuh-showcase-section .azuh-section-header{margin-bottom:1.15rem}.azuh-showcase-section .azuh-section-title-group h2{letter-spacing:-.01em;color:#000;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,Inter,Plus Jakarta Sans,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:1.25rem;font-weight:700}.azuh-section-title-group p{color:var(--text-secondary);margin-top:.35rem;font-size:.92rem}.azuh-scroll-controls{gap:.5rem;display:flex}.azuh-scroll-arrow{-webkit-backdrop-filter:blur(24px)saturate(180%);color:#1d1d1f;width:38px;height:38px;transition:all var(--transition-fast);background:#ffffffad;border:1px solid #ffffffd9;border-radius:50%;justify-content:center;align-items:center;display:flex;box-shadow:0 4px 14px #0000000f,inset 0 1px 1px #ffffffe6}.azuh-scroll-arrow:hover{background:#fffffff2;background:var(--bg-card-hover);border-color:var(--border-hover);transform:scale(1.06);box-shadow:0 6px 18px #0000001a}.azuh-horizontal-track{scroll-snap-type:x mandatory;scrollbar-width:none;cursor:grab;gap:1.25rem;padding:.5rem 0 1.5rem;display:flex;overflow-x:auto}.azuh-horizontal-track::-webkit-scrollbar{display:none}.azuh-horizontal-item{scroll-snap-align:start;flex:0 0 320px}@media (width<=640px){.azuh-horizontal-item{flex:0 0 260px}}.azuh-product-grid-section{padding:2.5rem 0 5rem}.azuh-product-grid{grid-template-columns:repeat(4,1fr);gap:1.25rem;display:grid}@media (width<=1080px){.azuh-product-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=768px){.azuh-product-grid{grid-template-columns:repeat(2,1fr);gap:.85rem}}.azuh-product-card{background:var(--bg-card);border-radius:var(--radius-md);border:1px solid var(--border-subtle);transition:transform var(--transition-normal), border-color var(--transition-normal), box-shadow var(--transition-normal);flex-direction:column;display:flex;position:relative;overflow:hidden}.azuh-product-card:hover{border-color:var(--border-hover);box-shadow:var(--shadow-md);transform:translateY(-4px)}.azuh-card-media{aspect-ratio:4/5;cursor:pointer;background:#f0f0f2;width:100%;position:relative;overflow:hidden}.azuh-card-img{object-fit:cover;object-position:center top;width:100%;height:100%;transition:transform .6s cubic-bezier(.16,1,.3,1),opacity .3s}.azuh-product-card:hover .azuh-card-img{transform:scale(1.05)}.azuh-card-badge{z-index:2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#1d1d1f;letter-spacing:.04em;border-radius:var(--radius-full);text-transform:uppercase;background:#f5f5f7e0;border:1px solid #0000001a;padding:.25rem .6rem;font-size:.68rem;font-weight:600;position:absolute;top:10px;left:10px}.azuh-card-save-btn{z-index:2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:34px;height:34px;color:var(--text-primary);transition:all var(--transition-fast);background:#f5f5f7e0;border:1px solid #0000001a;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:10px;right:10px}.azuh-card-save-btn:hover{background:#00000014;transform:scale(1.1)}.azuh-card-save-btn.active{background:var(--azuh-red);border-color:var(--azuh-red);color:#fff;box-shadow:0 0 12px var(--azuh-red-glow)}.azuh-card-body{flex-direction:column;flex:1;padding:.95rem 1rem 1.1rem;display:flex}.azuh-card-category{text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-bottom:.3rem;font-size:.72rem}.azuh-card-name{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;cursor:pointer;margin-bottom:.45rem;font-size:.92rem;font-weight:600;line-height:1.35;overflow:hidden}.azuh-card-name:hover{color:#1d1d1f}.azuh-card-price-row{align-items:center;gap:.5rem;margin-bottom:.85rem;display:flex}.azuh-card-price{color:#1d1d1f;font-size:.96rem;font-weight:700}.azuh-card-original-price{color:var(--text-muted);font-size:.82rem;text-decoration:line-through}.azuh-card-actions{grid-template-columns:1fr auto;gap:.5rem;margin-top:auto;display:grid}.azuh-card-add-btn{-webkit-backdrop-filter:blur(20px)saturate(180%);color:#111;cursor:pointer;background:#ffffffa6;border:1px solid #ffffffd9;border-radius:9999px;justify-content:center;align-items:center;gap:.35rem;padding:.55rem .95rem;font-size:.8rem;font-weight:600;transition:all .25s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 2px 8px #0000000f,inset 0 1px 1px #fffffff2}.azuh-card-add-btn:hover{color:#000;background:#ffffffeb;border-color:#fff;transform:translateY(-1px);box-shadow:0 6px 18px #0000001a,inset 0 1px 1px #fff}.azuh-card-details-btn{border:1px solid var(--border-subtle);color:var(--text-secondary);border-radius:var(--radius-sm);transition:all var(--transition-fast);background:0 0;padding:.55rem .75rem;font-size:.78rem;font-weight:500}.azuh-card-details-btn:hover{color:var(--text-primary);border-color:var(--border-hover);background:#0000000a}@media (width<=640px){.azuh-card-body{padding:.75rem .8rem}.azuh-card-name{font-size:.84rem}.azuh-card-price{font-size:.88rem}.azuh-card-actions{grid-template-columns:1fr}.azuh-card-details-btn{display:none}}.azuh-modal-backdrop{-webkit-backdrop-filter:blur(16px);z-index:2000;background:#000000c7;justify-content:center;align-items:center;padding:1.5rem;animation:.25s ease-out fadeIn;display:flex;position:fixed;inset:0}.azuh-details-dialog{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);width:100%;max-width:980px;max-height:90vh;box-shadow:var(--shadow-lg);animation:.25s cubic-bezier(.16,1,.3,1) scaleIn;position:relative;overflow-y:auto}.azuh-modal-close-btn{z-index:10;width:38px;height:38px;color:var(--text-primary);transition:all var(--transition-fast);background:#0000000f;border:1px solid #0000001a;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:1.25rem;right:1.25rem}.azuh-modal-close-btn:hover{background:#0000001f;transform:rotate(90deg)}.azuh-details-grid{grid-template-columns:1fr 1.05fr;gap:2.5rem;padding:2.5rem;display:grid}@media (width<=840px){.azuh-details-grid{grid-template-columns:1fr;gap:1.5rem;padding:1.5rem}}.azuh-details-gallery{flex-direction:column;gap:1rem;display:flex}.azuh-gallery-main{aspect-ratio:4/5;border-radius:var(--radius-md);background:#f0f0f2;width:100%;overflow:hidden}.azuh-gallery-main img{object-fit:cover;width:100%;height:100%;transition:opacity .3s}.azuh-gallery-thumbnails{gap:.65rem;display:flex;overflow-x:auto}.azuh-gallery-thumb{border-radius:var(--radius-sm);cursor:pointer;opacity:.6;width:70px;height:85px;transition:all var(--transition-fast);border:2px solid #0000;flex-shrink:0;overflow:hidden}.azuh-gallery-thumb:hover{opacity:.85}.azuh-gallery-thumb.active{opacity:1;border-color:var(--azuh-red);box-shadow:0 0 12px var(--azuh-red-glow)}.azuh-gallery-thumb img{object-fit:cover;width:100%;height:100%}.azuh-details-info{flex-direction:column;display:flex}.azuh-details-cat{text-transform:uppercase;letter-spacing:.1em;color:var(--azuh-red);margin-bottom:.4rem;font-size:.78rem;font-weight:600}.azuh-details-name{font-family:var(--font-display);color:#1d1d1f;margin-bottom:.85rem;font-size:1.75rem;font-weight:700;line-height:1.25}.azuh-details-price-row{align-items:center;gap:1rem;margin-bottom:1.25rem;display:flex}.azuh-details-price{color:#1d1d1f;font-size:1.5rem;font-weight:700}.azuh-details-stock-badge{color:#34d399;border-radius:var(--radius-full);background:#34d3991a;align-items:center;gap:.4rem;padding:.25rem .6rem;font-size:.76rem;display:inline-flex}.azuh-details-desc{color:var(--text-secondary);margin-bottom:1.5rem;font-size:.92rem;line-height:1.6}.azuh-select-group{margin-bottom:1.35rem}.azuh-select-label{color:var(--text-primary);justify-content:space-between;margin-bottom:.6rem;font-size:.82rem;font-weight:600;display:flex}.azuh-select-label span.val{color:var(--text-secondary);font-weight:400}.azuh-swatch-btn{cursor:pointer;width:32px;height:32px;transition:all var(--transition-fast);border:2px solid #0000;border-radius:50%;position:relative}.azuh-swatch-btn.active{transform:scale(1.15);box-shadow:0 0 0 2px #1d1d1f}.azuh-size-chips{flex-wrap:wrap;gap:.5rem;display:flex}.azuh-size-btn{border-radius:var(--radius-sm);border:1px solid var(--border-subtle);min-width:44px;height:40px;color:var(--text-primary);transition:all var(--transition-fast);background:#00000008;justify-content:center;align-items:center;padding:0 .85rem;font-size:.85rem;font-weight:600;display:flex}.azuh-size-btn:hover{border-color:var(--border-hover);background:#0000000f}.azuh-size-btn.active{color:#f5f5f7;background:#1d1d1f;border-color:#1d1d1f}.azuh-details-ctas{grid-template-columns:1fr 1fr;gap:.85rem;margin-top:1.5rem;margin-bottom:1.5rem;display:grid}.btn-buy-now{-webkit-backdrop-filter:blur(30px)saturate(190%);color:#fff;letter-spacing:-.01em;text-shadow:0 1px 3px #00000080;cursor:pointer;background:#121216d1;border:1px solid #ffffff38;border-radius:9999px;justify-content:center;align-items:center;gap:.55rem;padding:.95rem 1.4rem;font-size:.94rem;font-weight:600;transition:transform .35s cubic-bezier(.34,1.56,.64,1),box-shadow .35s cubic-bezier(.16,1,.3,1),background .25s,border-color .25s;display:flex;position:relative;overflow:hidden;box-shadow:0 8px 28px #0000004d,0 2px 6px #0000002e,inset 0 1px 1px #ffffff73}.btn-buy-now:hover{background:#1c1c22eb;border-color:#ffffff73;transform:translateY(-2px)scale(1.02);box-shadow:0 14px 40px #00000073,0 4px 12px #00000040,inset 0 1px 2px #ffffffb3}.btn-buy-now:active{transform:translateY(0)scale(.98)}.btn-add-bag{-webkit-backdrop-filter:blur(30px)saturate(190%);color:#111;letter-spacing:-.01em;cursor:pointer;background:#ffffffa6;border:1px solid #ffffffd9;border-radius:9999px;justify-content:center;align-items:center;gap:.55rem;padding:.95rem 1.4rem;font-size:.94rem;font-weight:600;transition:transform .35s cubic-bezier(.34,1.56,.64,1),box-shadow .35s cubic-bezier(.16,1,.3,1),background .25s,border-color .25s;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 20px #00000012,0 1px 3px #0000000a,inset 0 1px 1px #fffffff2,inset 0 -1px 1px #0000000a}.btn-add-bag:hover{background:#ffffffe0;border-color:#fff;transform:translateY(-2px)scale(1.02);box-shadow:0 10px 32px #0000001f,0 3px 8px #0000000f,inset 0 1px 2px #fff}.btn-add-bag:active{transform:translateY(0)scale(.98)}.azuh-specs-list{border-top:1px solid var(--border-subtle);flex-direction:column;gap:.5rem;margin-top:auto;padding-top:1.25rem;list-style:none;display:flex}.azuh-specs-item{color:var(--text-secondary);align-items:center;gap:.5rem;font-size:.82rem;display:flex}.azuh-specs-dot{background:var(--azuh-red);border-radius:50%;width:4px;height:4px}.azuh-drawer-backdrop{-webkit-backdrop-filter:blur(12px);z-index:2100;background:#000000b3;justify-content:flex-end;display:flex;position:fixed;inset:0}.azuh-drawer-panel{background:var(--bg-card);border-left:1px solid var(--border-subtle);flex-direction:column;width:100%;max-width:440px;height:100vh;animation:.3s cubic-bezier(.16,1,.3,1) slideInRight;display:flex}.azuh-drawer-header{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.azuh-drawer-title{font-family:var(--font-display);color:#1d1d1f;font-size:1.2rem;font-weight:700}.azuh-drawer-items{flex-direction:column;flex:1;gap:1.25rem;padding:1.25rem 1.5rem;display:flex;overflow-y:auto}.azuh-cart-item{border-bottom:1px solid #0000000f;grid-template-columns:80px 1fr;gap:1rem;padding-bottom:1.25rem;display:grid}.azuh-cart-item-img{border-radius:var(--radius-sm);background:#f0f0f2;width:80px;height:100px;overflow:hidden}.azuh-cart-item-img img{object-fit:cover;width:100%;height:100%}.azuh-cart-item-info{flex-direction:column;display:flex}.azuh-cart-item-name{color:#1d1d1f;margin-bottom:.25rem;font-size:.92rem;font-weight:600}.azuh-cart-item-meta{color:var(--text-secondary);margin-bottom:.6rem;font-size:.78rem}.azuh-cart-item-row{justify-content:space-between;align-items:center;margin-top:auto;display:flex}.azuh-qty-control{border-radius:var(--radius-xs);background:#0000000d;align-items:center;gap:.5rem;padding:.2rem .4rem;display:flex}.azuh-qty-control button{color:#1d1d1f;border-radius:var(--radius-xs);justify-content:center;align-items:center;width:22px;height:22px;display:flex}.azuh-qty-control button:hover{background:#0000001a}.azuh-qty-control span{text-align:center;min-width:16px;font-size:.82rem;font-weight:600}.azuh-cart-item-price{color:#1d1d1f;font-size:.94rem;font-weight:700}.azuh-drawer-footer{border-top:1px solid var(--border-subtle);background:#00000008;padding:1.5rem}.azuh-drawer-total-row{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.azuh-drawer-total-row span.label{color:var(--text-secondary);font-size:.92rem}.azuh-drawer-total-row span.amount{color:#1d1d1f;font-size:1.35rem;font-weight:700}.azuh-btn-checkout{color:#f5f5f7;border-radius:var(--radius-sm);width:100%;transition:all var(--transition-normal);background:#1d1d1f;justify-content:center;align-items:center;gap:.5rem;padding:.95rem;font-size:.95rem;font-weight:700;display:flex}.azuh-btn-checkout:hover{background:#3a3a3c;transform:translateY(-2px)}.azuh-empty-state{text-align:center;color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;margin:auto 0;padding:3rem 1rem;display:flex}.azuh-empty-state h3{color:#1d1d1f;margin:1rem 0 .4rem;font-size:1.15rem}.azuh-empty-state p{margin-bottom:1.5rem;font-size:.85rem}.azuh-checkout-dialog{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);width:100%;max-width:720px;max-height:90vh;box-shadow:var(--shadow-lg);padding:2.5rem;animation:.25s cubic-bezier(.16,1,.3,1) scaleIn;position:relative;overflow-y:auto}@media (width<=640px){.azuh-checkout-dialog{padding:1.5rem}}.azuh-checkout-form{flex-direction:column;gap:1.25rem;margin-top:1.5rem;display:flex}@media (width<=640px){.azuh-form-row{grid-template-columns:1fr}}.azuh-form-group{flex-direction:column;gap:.4rem;display:flex}.azuh-form-group label{color:var(--text-secondary);font-size:.8rem;font-weight:600}.azuh-input{border:1px solid var(--border-subtle);color:#1d1d1f;border-radius:var(--radius-sm);transition:border-color var(--transition-fast);background:#00000008;outline:none;padding:.8rem 1rem;font-family:inherit;font-size:.88rem}.azuh-input:focus{border-color:var(--azuh-red);box-shadow:0 0 0 2px var(--azuh-red-subtle)}.azuh-order-summary-box{border:1px solid var(--border-subtle);border-radius:var(--radius-sm);background:#00000005;margin-top:.5rem;padding:1.25rem}.azuh-auth-dialog{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);width:100%;max-width:620px;max-height:90vh;box-shadow:var(--shadow-lg);padding:2.25rem;animation:.25s cubic-bezier(.16,1,.3,1) scaleIn;position:relative;overflow-y:auto}.azuh-auth-tabs{border-bottom:1px solid var(--border-subtle);margin-bottom:1.75rem;display:flex}.azuh-auth-tab-btn{color:var(--text-secondary);text-align:center;border-bottom:2px solid #0000;flex:1;padding:.85rem;font-size:.92rem;font-weight:600}.azuh-auth-tab-btn.active{color:#1d1d1f;border-bottom-color:var(--azuh-red)}.azuh-auth-providers{flex-direction:column;gap:.75rem;margin-bottom:1.5rem;display:flex}.btn-provider-auth{color:#1d1d1f;border-radius:var(--radius-sm);width:100%;transition:all var(--transition-fast);cursor:pointer;background:#fff;border:1px solid #0000001f;justify-content:center;align-items:center;gap:.75rem;padding:.82rem 1rem;font-size:.9rem;font-weight:600;display:flex}.btn-provider-auth:hover:not(:disabled){background:#0000000a;border-color:#0000003d;transform:translateY(-1px)}.btn-provider-auth:disabled{opacity:.6;cursor:not-allowed}.btn-google-auth{background:#fff}.btn-github-auth{color:#fff;background:#24292e;border-color:#24292e}.btn-github-auth:hover:not(:disabled){color:#fff;background:#1b1f23}.azuh-auth-alert-error{color:#dc2626;border-radius:var(--radius-sm);background:#ef444414;border:1px solid #ef444440;align-items:center;gap:.6rem;margin-bottom:1.25rem;padding:.8rem 1rem;font-size:.85rem;animation:.2s ease-out fadeIn;display:flex}.azuh-auth-alert-success{color:#16a34a;border-radius:var(--radius-sm);background:#22c55e14;border:1px solid #22c55e40;align-items:center;gap:.6rem;margin-bottom:1.25rem;padding:.8rem 1rem;font-size:.85rem;animation:.2s ease-out fadeIn;display:flex}.azuh-password-wrapper .azuh-input{width:100%;padding-right:2.75rem}.azuh-password-toggle{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:.25rem;transition:color .15s;display:flex;position:absolute;top:50%;right:.75rem;transform:translateY(-50%)}.azuh-password-toggle:hover{color:#1d1d1f}.azuh-auth-spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:.8s linear infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.azuh-auth-divider{color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;align-items:center;gap:1rem;margin-bottom:1.5rem;font-size:.75rem;display:flex}.azuh-auth-divider:before,.azuh-auth-divider:after{content:"";background:var(--border-subtle);flex:1;height:1px}.azuh-profile-header{border-bottom:1px solid var(--border-subtle);align-items:center;gap:1.25rem;margin-bottom:1.5rem;padding-bottom:1.5rem;display:flex}.azuh-profile-avatar{color:#fff;background:linear-gradient(135deg,#52525b,#18181b);border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;font-size:1.25rem;font-weight:700;display:flex;overflow:hidden}.azuh-profile-avatar img{object-fit:cover;width:100%;height:100%}.azuh-order-card{border:1px solid var(--border-subtle);border-radius:var(--radius-sm);background:#00000005;margin-bottom:1rem;padding:1rem 1.25rem}.azuh-order-header{border-bottom:1px solid #0000000f;justify-content:space-between;align-items:center;margin-bottom:.75rem;padding-bottom:.75rem;font-size:.84rem;display:flex}.azuh-status-pill{border-radius:var(--radius-full);color:#34d399;background:#34d39926;padding:.2rem .55rem;font-size:.72rem;font-weight:600}.azuh-footer{background:#fff;border-top:1px solid #00000014;width:100%;margin-top:4.5rem;padding:4.5rem 2rem 2.75rem}.azuh-footer-container{flex-direction:column;max-width:1320px;margin:0 auto;display:flex}.azuh-footer-accordion-menu{width:100%;margin:0 auto 1.5rem}.azuh-footer-acc-item{border-top:1px solid #0000001f}.azuh-footer-acc-item:last-child{border-bottom:1px solid #0000001f}.azuh-footer-acc-trigger{cursor:pointer;text-align:left;-webkit-user-select:none;user-select:none;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:1.2rem 0;transition:opacity .15s;display:flex}.azuh-footer-acc-trigger:hover{opacity:.6}.azuh-footer-acc-title{font-family:var(--font-sans);letter-spacing:.04em;color:#111;text-transform:uppercase;font-size:.92rem;font-weight:500}.azuh-footer-acc-icon{color:#111;justify-content:center;align-items:center;transition:transform .25s cubic-bezier(.16,1,.3,1);display:flex}.azuh-footer-acc-icon.open{transform:rotate(45deg)}.azuh-footer-acc-content{padding:.25rem 0 1.5rem;animation:.25s cubic-bezier(.16,1,.3,1) azuhFooterFade}@keyframes azuhFooterFade{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.azuh-footer-column{flex-direction:column;display:flex}.azuh-footer-list{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.azuh-footer-acc-list{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:.85rem 1.5rem;display:grid}@media (width<=680px){.azuh-footer-acc-list{grid-template-columns:1fr;gap:.75rem}}.azuh-footer-link{font-family:var(--font-sans);color:#1d1d1f;text-align:left;cursor:pointer;letter-spacing:-.01em;background:0 0;border:none;width:fit-content;padding:0;font-size:.94rem;font-weight:400;text-decoration:none;transition:opacity .15s,transform .15s;display:inline-block}.azuh-footer-link:hover{opacity:.5;transform:translate(2px)}.azuh-footer-socials-bar{justify-content:space-between;align-items:center;width:100%;margin-bottom:2rem;padding-top:2rem;display:flex}.azuh-footer-social-action{font-family:var(--font-sans);color:#000;cursor:pointer;letter-spacing:-.01em;background:0 0;border:none;padding:0;font-size:1.05rem;font-weight:700;text-decoration:none;transition:opacity .15s}.azuh-footer-social-action:hover{opacity:.5}.azuh-footer-hero-brand{text-align:center;cursor:pointer;-webkit-user-select:none;user-select:none;flex-direction:column;justify-content:center;align-items:center;padding:2.5rem 0 1.5rem;display:flex}.azuh-footer-banner-logo{object-fit:contain;mix-blend-mode:multiply;width:100%;max-width:720px;height:auto;margin:0 auto;transition:transform .4s cubic-bezier(.16,1,.3,1),opacity .3s;display:block}.azuh-footer-hero-brand:hover .azuh-footer-banner-logo{opacity:.88;transform:scale(1.03)}@media (width<=768px){.azuh-footer-banner-logo{max-width:90vw}}.azuh-footer-bottom-copy{text-align:center;font-family:var(--font-sans);color:#88888e;letter-spacing:.01em;margin-top:1.25rem;font-size:.82rem}.azuh-policy-modal-backdrop{-webkit-backdrop-filter:blur(8px);z-index:1000;background:#00000080;justify-content:center;align-items:center;padding:1.5rem;animation:.2s ease-out fadeIn;display:flex;position:fixed;inset:0}.azuh-policy-modal-card{color:#111;background:#fff;border-radius:16px;width:100%;max-width:580px;max-height:85vh;padding:2.25rem;animation:.25s cubic-bezier(.16,1,.3,1) scaleIn;position:relative;overflow-y:auto;box-shadow:0 20px 50px #0000002e}.azuh-policy-modal-close{cursor:pointer;color:#333;background:#f3f3f5;border:none;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;transition:background .15s;display:flex;position:absolute;top:1.25rem;right:1.25rem}.azuh-policy-modal-close:hover{background:#e5e5ea}.azuh-policy-modal-title{font-family:var(--font-display);color:#111;letter-spacing:-.02em;margin-bottom:1rem;font-size:1.35rem;font-weight:700}.azuh-policy-modal-body{font-family:var(--font-sans);color:#44444a;font-size:.92rem;line-height:1.7}.azuh-policy-modal-body p{margin-bottom:1rem}.azuh-policy-modal-body ul{margin-bottom:1rem;padding-left:1.25rem}.azuh-policy-modal-body li{margin-bottom:.4rem}.azuh-page-topbar{-webkit-backdrop-filter:blur(20px);z-index:90;background:#ffffffd9;border-bottom:1px solid #0000000f;padding:1.1rem 0;position:sticky;top:52px}.azuh-breadcrumb-group{color:#86868b;flex-wrap:wrap;align-items:center;gap:.65rem;font-size:.84rem;display:flex}.azuh-back-btn{color:#111;cursor:pointer;background:0 0;border-radius:6px;align-items:center;gap:.45rem;padding:.35rem .6rem;font-weight:600;transition:all .2s;display:inline-flex}.azuh-back-btn:hover{background:#0000000d;transform:translate(-2px)}.azuh-breadcrumb-divider{color:#c7c7cc}.azuh-breadcrumb-cat{text-transform:capitalize}.azuh-breadcrumb-current{color:#111;text-overflow:ellipsis;white-space:nowrap;max-width:260px;font-weight:500;overflow:hidden}.azuh-product-stage{padding:2.5rem 1.5rem 4rem}.azuh-product-main-grid{grid-template-columns:1.15fr 1fr;align-items:flex-start;gap:3.5rem;display:grid}.azuh-page-gallery{position:sticky;top:120px}.azuh-page-gallery-main{aspect-ratio:3/4;background:#f0f0f2;border-radius:18px;width:100%;position:relative;overflow:hidden;box-shadow:0 8px 30px #0000000f}.azuh-page-gallery-main img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.azuh-page-gallery-main:hover img{transform:scale(1.02)}.azuh-page-badge{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);color:#fff;text-transform:uppercase;letter-spacing:.08em;border-radius:var(--radius-full);background:#121214d9;padding:.4rem .9rem;font-size:.72rem;font-weight:700;position:absolute;top:1.25rem;left:1.25rem}.azuh-page-thumbnails{gap:.75rem;margin-top:1rem;padding-bottom:.25rem;display:flex;overflow-x:auto}.azuh-page-thumb{cursor:pointer;background:#f0f0f2;border:2px solid #0000;border-radius:10px;flex-shrink:0;width:72px;height:90px;transition:all .2s;overflow:hidden}.azuh-page-thumb.active{border-color:#111;box-shadow:0 4px 12px #00000026}.azuh-page-thumb img{object-fit:cover;width:100%;height:100%}.azuh-page-info{flex-direction:column;display:flex}.azuh-page-meta-header{justify-content:space-between;align-items:center;margin-bottom:.6rem;display:flex}.azuh-page-category-tag{text-transform:uppercase;letter-spacing:.12em;color:#86868b;font-size:.82rem;font-weight:600}.azuh-page-top-actions{gap:.4rem;display:flex}.azuh-page-action-btn{color:#1d1d1f;cursor:pointer;background:#fff;border:1px solid #00000014;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;transition:all .2s;display:flex}.azuh-page-action-btn:hover{background:#f5f5f7;transform:scale(1.05)}.azuh-page-action-btn.saved{color:#111;background:#f5f5f7;border-color:#111}.azuh-page-title{color:#111;letter-spacing:-.025em;margin-bottom:.75rem;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,Inter,sans-serif;font-size:clamp(1.8rem,2.8vw,2.5rem);font-weight:700;line-height:1.15}.azuh-page-price-row{align-items:baseline;gap:.75rem;margin-bottom:.6rem;display:flex}.azuh-page-price{color:#111;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,sans-serif;font-size:1.6rem;font-weight:700}.azuh-page-original-price{color:#86868b;font-size:1.05rem;text-decoration:line-through}.azuh-page-discount{color:#16a34a;background:#16a34a1a;border-radius:4px;padding:.2rem .55rem;font-size:.78rem;font-weight:700}.azuh-page-stock-indicator{color:#55555c;align-items:center;gap:.5rem;margin-bottom:1.25rem;font-size:.82rem;display:flex}.azuh-stock-dot{border-radius:50%;width:8px;height:8px}.azuh-stock-dot.in-stock{background:#22c55e;box-shadow:0 0 8px #22c55e80}.azuh-stock-dot.out{background:#ef4444}.azuh-page-desc{color:#4a4a52;margin-bottom:1.75rem;font-size:.95rem;line-height:1.65}.azuh-page-selector-group{margin-bottom:1.4rem}.azuh-selector-label{color:#111;margin-bottom:.55rem;font-size:.85rem;font-weight:600;display:block}.azuh-selector-value{color:#77777d;font-weight:400}.azuh-color-swatches{gap:.6rem;display:flex}.azuh-color-swatch{cursor:pointer;border:2px solid #0000;border-radius:50%;width:32px;height:32px;transition:all .2s;box-shadow:inset 0 0 0 1px #00000026}.azuh-color-swatch.active{transform:scale(1.08);box-shadow:0 0 0 2px #fff,0 0 0 4px #111}.azuh-size-header{justify-content:space-between;align-items:baseline;margin-bottom:.55rem;display:flex}.azuh-size-guide-hint{color:#86868b;font-size:.76rem}.azuh-size-pills{flex-wrap:wrap;gap:.6rem;display:flex}.azuh-size-pill{color:#111;cursor:pointer;background:#fff;border:1px solid #0000001f;border-radius:8px;justify-content:center;align-items:center;min-width:48px;height:42px;padding:0 1rem;font-size:.88rem;font-weight:600;transition:all .2s;display:flex}.azuh-size-pill:hover{border-color:#111}.azuh-size-pill.active{color:#fff;background:#111;border-color:#111;box-shadow:0 4px 14px #0000002e}.azuh-quantity-selector{background:#fff;border:1px solid #00000024;border-radius:8px;align-items:center;display:inline-flex;overflow:hidden}.azuh-quantity-selector button{color:#111;cursor:pointer;background:0 0;width:38px;height:38px;font-size:1.1rem;font-weight:600;transition:background .15s}.azuh-quantity-selector button:hover:not(:disabled){background:#f0f0f2}.azuh-quantity-selector button:disabled{opacity:.3;cursor:not-allowed}.azuh-quantity-selector span{text-align:center;color:#111;width:40px;font-size:.95rem;font-weight:600}.azuh-page-cta-group{grid-template-columns:1fr 1fr;gap:.75rem;margin:1.75rem 0;display:grid}.azuh-page-btn{letter-spacing:-.01em;cursor:pointer;-webkit-tap-highlight-color:transparent;border:none;border-radius:100px;outline:none;justify-content:center;align-items:center;gap:.6rem;height:54px;font-size:.93rem;font-weight:600;transition:transform .35s cubic-bezier(.34,1.56,.64,1),box-shadow .35s cubic-bezier(.16,1,.3,1),background .25s;display:flex;position:relative;overflow:hidden}.azuh-page-btn:after{content:"";border-radius:inherit;pointer-events:none;background:linear-gradient(115deg,#0000 30%,#ffffff2e 50%,#0000 70%);transition:transform .55s cubic-bezier(.16,1,.3,1);position:absolute;inset:0;transform:translate(-100%)}.azuh-page-btn:hover:after{transform:translate(100%)}.azuh-btn-bag{-webkit-backdrop-filter:blur(20px)saturate(180%);backdrop-filter:blur(20px)saturate(180%);color:#111;background:#fff9;border:1px solid #ffffffbf;box-shadow:0 2px 12px #00000014,0 1px 3px #0000000f,inset 0 1px #ffffffe6}.azuh-btn-bag:hover:not(:disabled){background:#ffffffd1;transform:translateY(-2px)scale(1.015);box-shadow:0 8px 28px #00000021,0 3px 8px #00000014,inset 0 1px #fff}.azuh-btn-bag:active:not(:disabled){transform:translateY(0)scale(.98)}.azuh-btn-buy{-webkit-backdrop-filter:blur(20px)saturate(160%);backdrop-filter:blur(20px)saturate(160%);color:#fff;background:#0f0f12d1;border:1px solid #ffffff24;box-shadow:0 4px 20px #00000047,0 1px 4px #00000029,inset 0 1px #ffffff1a}.azuh-btn-buy:hover:not(:disabled){background:#1e1e24e6;transform:translateY(-2px)scale(1.015);box-shadow:0 12px 36px #00000061,0 4px 12px #00000038,inset 0 1px #ffffff24}.azuh-btn-buy:active:not(:disabled){transform:translateY(0)scale(.98)}.azuh-page-btn:disabled{opacity:.38;cursor:not-allowed;filter:grayscale(.3)}.azuh-page-guarantees{border-top:1px solid #00000014;border-bottom:1px solid #00000014;flex-direction:column;gap:.85rem;margin-bottom:1.75rem;padding:1.25rem 0;display:flex}.azuh-guarantee-item{color:#2c2c2e;align-items:flex-start;gap:.85rem;display:flex}.azuh-guarantee-item svg{color:#111;flex-shrink:0;margin-top:2px}.azuh-guarantee-item h4{color:#111;margin-bottom:.15rem;font-size:.86rem;font-weight:600}.azuh-guarantee-item p{color:#6e6e73;font-size:.78rem}.azuh-page-specs{background:#fff;border:1px solid #00000012;border-radius:14px;padding:1.4rem;box-shadow:0 4px 16px #00000008}.azuh-specs-title{color:#111;margin-bottom:.85rem;font-size:.95rem;font-weight:700}.azuh-specs-list{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.azuh-specs-list li{color:#4a4a52;align-items:center;gap:.6rem;font-size:.86rem;display:flex}.azuh-spec-bullet{background:#111;border-radius:50%;flex-shrink:0;width:6px;height:6px}.azuh-bottom-spider-section{color:#fff;background:#0d0d0f;margin-top:3rem;padding:4rem 1.5rem 3rem}.azuh-spider-branding-card{grid-template-columns:auto 1fr;align-items:center;gap:3.5rem;max-width:1000px;margin:0 auto;display:grid}.azuh-spider-branding-card.mini{grid-template-columns:auto 1fr;gap:2rem;padding:1.5rem 0}.azuh-spider-logo-container{justify-content:center;align-items:center;display:flex;position:relative}.azuh-spider-logo-art{object-fit:contain;filter:drop-shadow(0 0 35px #ffffff26);width:160px;height:auto;transition:transform .4s}.azuh-spider-branding-card.mini .azuh-spider-logo-art{width:85px}.azuh-spider-branding-card:hover .azuh-spider-logo-art{transform:scale(1.05)rotate(-2deg)}.azuh-spider-glow-radial{pointer-events:none;background:radial-gradient(circle,#ffffff14 0%,#0000 70%);width:200px;height:200px;position:absolute}.azuh-spider-subhead{letter-spacing:.25em;color:#8e8e93;text-transform:uppercase;margin-bottom:.4rem;font-size:.72rem;font-weight:700;display:block}.azuh-spider-title{letter-spacing:-.02em;color:#fff;margin-bottom:.75rem;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,Inter,sans-serif;font-size:1.8rem;font-weight:700}.azuh-spider-desc{color:#a1a1a6;max-width:600px;margin-bottom:1.5rem;font-size:.92rem;line-height:1.7}.azuh-spider-attributes{flex-wrap:wrap;gap:1.5rem;display:flex}.azuh-spider-attr{color:#e5e5ea;border-radius:var(--radius-full);background:#ffffff0f;border:1px solid #ffffff1a;align-items:center;gap:.5rem;padding:.45rem .9rem;font-size:.82rem;font-weight:500;display:flex}.azuh-related-section{padding:4rem 1.5rem}.azuh-related-header{margin-bottom:2rem}.azuh-related-header h2{color:#111;letter-spacing:-.02em;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,sans-serif;font-size:1.5rem;font-weight:700}.azuh-related-header p{color:#77777d;margin-top:.25rem;font-size:.88rem}.azuh-related-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.azuh-profile-container{padding:2.5rem 1.5rem 4rem}.azuh-profile-auth-box{background:#fff;border:1px solid #00000014;border-radius:20px;max-width:480px;margin:1rem auto 3rem;padding:2.5rem;box-shadow:0 10px 40px #0000000f}.azuh-auth-header-hero{text-align:center;margin-bottom:1.75rem}.azuh-auth-logo-brand{width:auto;height:38px;margin-bottom:1rem}.azuh-auth-header-hero h2{color:#111;margin-bottom:.35rem;font-size:1.4rem;font-weight:700}.azuh-auth-header-hero p{color:#77777d;font-size:.86rem}.azuh-auth-tabs{background:#f0f0f2;border-radius:10px;grid-template-columns:1fr 1fr;margin-bottom:1.5rem;padding:4px;display:grid}.azuh-auth-tab{color:#666;cursor:pointer;background:0 0;border-radius:8px;padding:.6rem;font-size:.86rem;font-weight:600;transition:all .2s}.azuh-auth-tab.active{color:#111;background:#fff;box-shadow:0 2px 8px #00000014}.azuh-auth-form{flex-direction:column;gap:1.1rem;display:flex}.azuh-form-field{flex-direction:column;gap:.4rem;display:flex}.azuh-form-field label{color:#333336;font-size:.8rem;font-weight:600}.azuh-form-field input{border:1px solid #00000024;border-radius:8px;outline:none;height:44px;padding:0 1rem;font-size:.9rem;transition:border-color .2s}.azuh-form-field input:focus{border-color:#111}.azuh-form-field input.disabled{color:#777;cursor:not-allowed;background:#f5f5f7}.azuh-form-row{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.azuh-password-wrapper{align-items:center;display:flex;position:relative}.azuh-password-wrapper input{width:100%}.azuh-eye-btn{color:#777;cursor:pointer;background:0 0;position:absolute;right:12px}.azuh-auth-submit-btn{color:#fff;cursor:pointer;background:#111;border-radius:10px;justify-content:center;align-items:center;height:48px;margin-top:.5rem;font-size:.92rem;font-weight:600;transition:background .2s;display:flex}.azuh-auth-submit-btn:hover:not(:disabled){background:#2b2b30}.azuh-alert-box{border-radius:8px;align-items:center;gap:.6rem;margin-bottom:1rem;padding:.75rem 1rem;font-size:.84rem;display:flex}.azuh-alert-box.error{color:#dc2626;background:#fef2f2;border:1px solid #fecaca}.azuh-alert-box.success{color:#16a34a;background:#f0fdf4;border:1px solid #bbf7d0}.azuh-profile-dashboard-grid{grid-template-columns:280px 1fr;align-items:flex-start;gap:2.5rem;display:grid}.azuh-profile-sidebar{background:#fff;border:1px solid #00000014;border-radius:16px;padding:1.75rem;box-shadow:0 4px 20px #00000008}.azuh-profile-user-card{text-align:center;border-bottom:1px solid #00000014;flex-direction:column;align-items:center;margin-bottom:1.25rem;padding-bottom:1.5rem;display:flex}.azuh-profile-avatar-circle{color:#111;background:#f0f0f2;border-radius:50%;justify-content:center;align-items:center;width:68px;height:68px;margin-bottom:.85rem;display:flex}.azuh-profile-user-name{color:#111;font-size:1.1rem;font-weight:700}.azuh-profile-user-email{color:#77777d;margin-top:.15rem;font-size:.82rem}.azuh-profile-user-phone{color:#999;margin-top:.1rem;font-size:.8rem}.azuh-profile-nav-tabs{flex-direction:column;gap:.35rem;display:flex}.azuh-profile-nav-item{color:#44444a;cursor:pointer;background:0 0;border-radius:10px;align-items:center;gap:.75rem;width:100%;padding:.8rem 1rem;font-size:.88rem;font-weight:500;transition:all .2s;display:flex}.azuh-profile-nav-item:hover{color:#111;background:#f5f5f7}.azuh-profile-nav-item.active{color:#fff;background:#111;font-weight:600}.azuh-profile-nav-item.logout{color:#dc2626;border-top:1px solid #0000000f;border-radius:0 0 10px 10px;margin-top:.75rem}.azuh-profile-nav-item.logout:hover{background:#fef2f2}.azuh-tab-count{background:#0000001a;border-radius:10px;margin-left:auto;padding:2px 8px;font-size:.72rem}.azuh-profile-nav-item.active .azuh-tab-count{color:#fff;background:#ffffff40}.azuh-profile-main-panel{background:#fff;border:1px solid #00000014;border-radius:16px;padding:2.25rem;box-shadow:0 4px 20px #00000008}.azuh-panel-header{border-bottom:1px solid #0000000f;margin-bottom:2rem;padding-bottom:1rem}.azuh-panel-header h2{color:#111;font-size:1.35rem;font-weight:700}.azuh-panel-header p{color:#77777d;margin-top:.25rem;font-size:.85rem}.azuh-orders-empty{text-align:center;padding:3rem 1rem}.azuh-empty-icon{color:#c7c7cc;margin-bottom:1rem}.azuh-orders-empty h3{color:#111;margin-bottom:.4rem;font-size:1.15rem;font-weight:700}.azuh-orders-empty p{color:#86868b;margin-bottom:1.5rem;font-size:.88rem}.azuh-btn-explore-shop{color:#fff;border-radius:var(--radius-full);cursor:pointer;background:#111;align-items:center;gap:.5rem;padding:.75rem 1.6rem;font-size:.88rem;font-weight:600;transition:all .2s;display:inline-flex}.azuh-btn-explore-shop:hover{background:#2b2b30;transform:translateY(-2px)}.azuh-order-card{background:#fafafc;border:1px solid #00000014;border-radius:12px;margin-bottom:1.25rem;padding:1.25rem}.azuh-order-card-header{border-bottom:1px solid #0000000f;justify-content:space-between;align-items:center;padding-bottom:.85rem;display:flex}.azuh-order-id{color:#111;font-size:.9rem;font-weight:700;display:block}.azuh-order-date{color:#86868b;font-size:.76rem}.azuh-order-status-badge{text-transform:uppercase;letter-spacing:.05em;border-radius:var(--radius-full);color:#1c1c1e;background:#e5e5ea;align-items:center;gap:.35rem;padding:.3rem .75rem;font-size:.74rem;font-weight:700;display:inline-flex}.azuh-order-status-badge.delivered{color:#15803d;background:#dcfce7}.azuh-order-status-badge.shipped{color:#4338ca;background:#e0e7ff}.azuh-order-status-badge.processing,.azuh-order-status-badge.pending{color:#b45309;background:#fef3c7}.azuh-order-items{flex-direction:column;gap:.75rem;padding:.85rem 0;display:flex}.azuh-order-item-row{align-items:center;gap:1rem;display:flex}.azuh-order-item-row img{object-fit:cover;border-radius:6px;width:52px;height:64px}.azuh-order-item-info{flex:1}.azuh-order-item-info h4{color:#111;font-size:.88rem;font-weight:600}.azuh-order-item-info p{color:#77777d;font-size:.78rem}.azuh-order-item-price{color:#111;font-size:.92rem;font-weight:700}.azuh-order-footer{color:#666;border-top:1px solid #0000000f;justify-content:space-between;align-items:center;padding-top:.85rem;font-size:.82rem;display:flex}.azuh-order-address-snippet{align-items:center;gap:.4rem;display:flex}.azuh-order-total-sum strong{color:#111;margin-left:.35rem;font-size:1.05rem}.azuh-profile-form{flex-direction:column;gap:1.25rem;max-width:520px;display:flex}.azuh-profile-save-btn{color:#fff;cursor:pointer;background:#111;border-radius:8px;width:fit-content;margin-top:.5rem;padding:.75rem 2rem;font-size:.9rem;font-weight:600;transition:background .2s}.azuh-profile-save-btn:hover:not(:disabled){background:#2a2a2e}@media (width<=900px){.azuh-product-main-grid{grid-template-columns:1fr;gap:2rem}.azuh-page-gallery{position:static}.azuh-related-grid{grid-template-columns:repeat(2,1fr)}.azuh-profile-dashboard-grid{grid-template-columns:1fr}.azuh-spider-branding-card{text-align:center;grid-template-columns:1fr;gap:1.5rem}.azuh-spider-desc{margin:0 auto 1.5rem}.azuh-spider-attributes{justify-content:center}}@media (width<=640px){.azuh-page-cta-group,.azuh-related-grid{grid-template-columns:1fr}.azuh-profile-auth-box{padding:1.5rem}.azuh-form-row{grid-template-columns:1fr}}.owr-showcase-section{background:#fff;width:100%;padding:2.25rem 1.5rem 3.5rem}.owr-showcase-container{width:100%;max-width:1680px;margin:0 auto}.owr-showcase-header{justify-content:space-between;align-items:center;margin-bottom:1.25rem;padding:0 .1rem;display:flex}.owr-showcase-title{letter-spacing:-.015em;color:#000;margin:0;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,Inter,Segoe UI,Roboto,sans-serif;font-size:1.25rem;font-weight:700}.owr-showcase-view-all{letter-spacing:-.01em;color:#000;cursor:pointer;background:0 0;border:none;align-items:center;gap:.35rem;padding:.25rem 0;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,Inter,Segoe UI,Roboto,sans-serif;font-size:.88rem;font-weight:600;transition:opacity .2s,transform .2s;display:inline-flex}.owr-showcase-view-all:hover{opacity:.65}.owr-showcase-grid{grid-template-columns:repeat(4,1fr);gap:12px;width:100%;display:grid}.owr-product-card{cursor:pointer;-webkit-user-select:none;user-select:none;text-align:left;background:0 0;border:none;outline:none;flex-direction:column;padding:0;transition:transform .3s cubic-bezier(.16,1,.3,1);display:flex}.owr-card-media{aspect-ratio:2/3;background:#232325;width:100%;position:relative;overflow:hidden}.owr-card-img{object-fit:cover;object-position:center top;width:100%;height:100%;transition:transform .5s cubic-bezier(.16,1,.3,1),opacity .25s;display:block}.owr-product-card:hover .owr-card-img{transform:scale(1.025)}.owr-card-dots{z-index:4;filter:drop-shadow(0 1px 2px #0009);align-items:center;gap:6px;padding:4px 8px;display:flex;position:absolute;bottom:12px;left:50%;transform:translate(-50%)}.owr-card-dot{cursor:pointer;background:#ffffff73;border:none;border-radius:50%;width:5px;height:5px;padding:0;transition:all .2s cubic-bezier(.16,1,.3,1)}.owr-card-dot:hover{background:#ffffffd9;transform:scale(1.3)}.owr-card-dot.active{background:#fff;transform:scale(1.2)}.owr-card-info{flex-direction:column;padding-top:10px;display:flex}.owr-card-name{color:#000;letter-spacing:-.015em;white-space:nowrap;text-overflow:ellipsis;margin:0;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,Inter,Segoe UI,Roboto,sans-serif;font-size:.92rem;font-weight:600;line-height:1.35;transition:opacity .2s;overflow:hidden}.owr-product-card:hover .owr-card-name{opacity:.8}.owr-card-price{color:#333;letter-spacing:-.005em;margin-top:4px;margin-bottom:0;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,Inter,Segoe UI,Roboto,sans-serif;font-size:.85rem;font-weight:400;line-height:1.3}@media (width<=768px){.owr-showcase-section{padding:1.25rem .65rem 2.5rem}.owr-showcase-header{margin-bottom:.85rem;padding:0 .15rem}.owr-showcase-title{font-size:1.05rem}.owr-showcase-view-all{font-size:.82rem}.owr-showcase-grid{grid-template-columns:repeat(2,1fr);gap:12px 7px}.owr-card-dots{gap:5px;padding:2px 6px;bottom:8px}.owr-card-dot{width:4.5px;height:4.5px}.owr-card-info{padding-top:7px}.owr-card-name{font-size:.8rem;line-height:1.3}.owr-card-price{margin-top:2px;font-size:.75rem}}.azuh-verification-view{text-align:center;padding:.5rem 0}.azuh-verification-icon-box{color:#dc2626;background:linear-gradient(135deg,#ef44441f 0%,#ef44440a 100%);border:1px solid #ef444433;border-radius:50%;justify-content:center;align-items:center;width:68px;height:68px;margin:0 auto 1.25rem;display:flex;box-shadow:0 8px 24px #ef44441f}.azuh-verification-badge{text-transform:uppercase;letter-spacing:.08em;color:#dc2626;background:#fef2f2;border:1px solid #fee2e2;border-radius:20px;margin-bottom:.75rem;padding:3px 10px;font-size:.72rem;font-weight:700;display:inline-block}.azuh-verification-title{color:#111;letter-spacing:-.01em;margin-bottom:.5rem;font-size:1.35rem;font-weight:700}.azuh-verification-desc{color:#66666d;margin-bottom:.5rem;font-size:.88rem}.azuh-verification-email-pill{color:#111;word-break:break-all;background:#f4f4f6;border:1px solid #00000014;border-radius:8px;max-width:100%;margin-bottom:.85rem;padding:.45rem 1rem;font-size:.92rem;display:inline-block}.azuh-verification-hint{color:#88888e;margin-bottom:1.5rem;font-size:.82rem;line-height:1.5}.azuh-verification-actions{flex-direction:column;gap:.75rem;display:flex}.azuh-gmail-btn{background:#ea4335;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;height:46px;font-size:.88rem;font-weight:600;text-decoration:none;transition:all .2s;display:flex;box-shadow:0 4px 12px #ea433540;color:#fff!important}.azuh-gmail-btn:hover{background:#d93025;transform:translateY(-1px)}.azuh-resend-btn{color:#fff;cursor:pointer;background:#111;border:none;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;height:46px;font-size:.88rem;font-weight:600;transition:all .2s;display:flex}.azuh-resend-btn:hover:not(:disabled){background:#2b2b30;transform:translateY(-1px)}.azuh-resend-btn:disabled{opacity:.7;cursor:not-allowed}.azuh-back-to-login-btn{color:#55555c;cursor:pointer;background:0 0;border:1px solid #0000001a;border-radius:8px;justify-content:center;align-items:center;gap:.4rem;height:42px;font-size:.84rem;font-weight:500;transition:all .2s;display:flex}.azuh-back-to-login-btn:hover{color:#111;background:#f4f4f6}.azuh-verification-actions-row{grid-template-columns:1fr 1fr;gap:.85rem;margin-top:.75rem;display:grid}.azuh-verify-back-btn{color:#333336;cursor:pointer;background:#f4f4f6;border:1px solid #00000014;border-radius:10px;justify-content:center;align-items:center;gap:.45rem;height:48px;font-size:.9rem;font-weight:600;transition:all .2s;display:flex}.azuh-verify-back-btn:hover{color:#111;background:#eaeaed}.azuh-verify-signin-btn{color:#fff;cursor:pointer;background:#111;border:none;border-radius:10px;justify-content:center;align-items:center;gap:.45rem;height:48px;font-size:.9rem;font-weight:600;transition:all .2s;display:flex}.azuh-verify-signin-btn:hover{background:#2b2b30;transform:translateY(-1px)}
