@import"https://fonts.googleapis.com/css2?family=Spartan:wght@300;400;500;600;700;800&family=Outfit:wght@300;400;500;600;700&display=swap";:root{--primary: #088178;--text: #1a1a1a;--subtext: #465b52;--line: #cce7d0;--muted-bg: #e3e6f3;--danger: #cf2626}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100%}body{font-family:Spartan,sans-serif;color:var(--text);background:#fff}a{color:inherit;text-decoration:none}.container{width:min(1280px,92%);margin:0 auto}.section{padding:40px 0}.narrow{max-width:640px}.muted,.legacy-muted{color:var(--subtext)}.legacy-main-btn,.solid-btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:4px;background:var(--primary);color:#fff;font-weight:600;font-size:14px;padding:12px 24px;cursor:pointer}.legacy-main-btn:hover,.solid-btn:hover{filter:brightness(.95)}.legacy-outline-btn,.ghost-btn{display:inline-flex;align-items:center;justify-content:center;border:1px solid #1a1a1a;border-radius:4px;background:#fff;color:#1a1a1a;font-weight:600;font-size:13px;padding:10px 16px;cursor:pointer}.legacy-outline-btn:hover,.ghost-btn:hover{background:#f3f7f6}.inline-btn{display:inline-flex}.floating-actions{position:fixed;right:20px;bottom:24px;z-index:950;display:flex;flex-direction:column;align-items:center;gap:10px}.floating-action-btn{width:58px;height:58px;border-radius:50%;border:1px solid #9fc8d2;background:#0b7f8d;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:25px;line-height:1;cursor:pointer;box-shadow:0 10px 24px #00000038,0 3px 10px #00000024}.floating-action-btn:hover{filter:brightness(1.06)}.floating-action-btn--up{font-size:28px;opacity:0;transform:translateY(8px) scale(.95);pointer-events:none;transition:opacity 286ms ease,transform 286ms ease}.floating-action-btn--up.is-visible{opacity:1;transform:translateY(0) scale(1);pointer-events:auto}.floating-action-btn--chatbot{width:67px;height:67px;font-size:28px;padding:0}.chatbot-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1200;display:flex;align-items:flex-end;justify-content:flex-end;padding:24px 24px 104px;background:#0c20233d}.chatbot-modal{width:min(430px,calc(100vw - 32px));height:min(650px,calc(100vh - 140px));min-height:460px;display:grid;grid-template-rows:auto auto minmax(0,1fr) auto;border:1px solid #a9d7d7;border-radius:8px;overflow:hidden;background:#f8fefe;box-shadow:0 24px 60px #0000003d,0 8px 20px #0881781f}.chatbot-modal-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:18px 18px 16px;background:#fff;border-bottom:1px solid #d7ecec}.chatbot-modal-title-group{display:flex;align-items:center;gap:12px;min-width:0}.chatbot-modal-icon{width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;border-radius:50%;color:#fff;background:#088178;border:1px solid #05746c}.chatbot-modal-head h2{margin:0;color:#0b3440;font-size:22px;line-height:1.2}.chatbot-modal-head p{margin:4px 0 0;color:#5f7780;font-size:12px;line-height:1.4}.chatbot-modal-close{width:38px;height:38px;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:50%;color:#6e8d96;background:transparent;cursor:pointer}.chatbot-modal-close:hover{color:#0b3440;background:#edf8f8}.chatbot-modal-quick-row{display:flex;gap:8px;padding:12px 14px;overflow-x:auto;scrollbar-width:none;border-bottom:1px solid #d7ecec;background:#f1fafa}.chatbot-modal-quick-row::-webkit-scrollbar{display:none}.chatbot-modal-chip{flex:0 0 auto;border:1px solid #9fd4cf;border-radius:999px;padding:9px 12px;color:#086a64;background:#fff;font-size:12px;font-weight:700;cursor:pointer;white-space:nowrap}.chatbot-modal-chip:hover:not(:disabled){border-color:#088178;background:#e9f8f7}.chatbot-modal-chip:disabled{cursor:not-allowed;opacity:.62}.chatbot-modal-thread{display:flex;flex-direction:column;gap:12px;min-height:0;overflow-y:auto;padding:16px 14px 18px;background:linear-gradient(180deg,#e6f7f79e,#ffffffeb),#fff}.chatbot-modal-message{max-width:86%;display:flex;flex-direction:column;gap:5px}.chatbot-modal-message span{color:#5d7d83;font-size:10px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.chatbot-modal-message p{margin:0;border:1px solid #c7e5e3;border-radius:16px;padding:11px 13px;font-size:13px;line-height:1.6;white-space:pre-wrap}.chatbot-modal-message.is-assistant{align-self:flex-start}.chatbot-modal-message.is-assistant p{border-bottom-left-radius:5px;color:#fff;background:#088178;border-color:#05746c}.chatbot-modal-message.is-user{align-self:flex-end;align-items:flex-end}.chatbot-modal-message.is-user p{border-bottom-right-radius:5px;color:#154d54;background:#e4f7f4;border-color:#b7ded9;font-weight:600}.chatbot-modal-typing{display:inline-flex;align-items:center;gap:5px;min-height:42px}.chatbot-modal-typing i{width:7px;height:7px;display:block;border-radius:50%;background:currentColor;opacity:.58;animation:chatbotTyping .9s ease-in-out infinite}.chatbot-modal-typing i:nth-child(2){animation-delay:.14s}.chatbot-modal-typing i:nth-child(3){animation-delay:.28s}.chatbot-modal-composer{display:flex;align-items:flex-end;gap:10px;padding:14px;background:#fff;border-top:1px solid #d7ecec}.chatbot-modal-composer textarea{min-height:64px;max-height:150px;flex:1;resize:none;border:1px solid #b5dada;border-radius:8px;padding:13px 14px;color:#143d45;font:inherit;font-size:14px;line-height:1.5;outline:none}.chatbot-modal-composer textarea:focus{border-color:#088178;box-shadow:0 0 0 3px #0881781f}.chatbot-modal-composer button{width:52px;height:52px;flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;border:1px solid #05746c;border-radius:50%;color:#fff;background:#088178;cursor:pointer}.chatbot-modal-composer button:hover:not(:disabled){filter:brightness(1.05)}.chatbot-modal-composer button:disabled{cursor:not-allowed;opacity:.45}@keyframes chatbotTyping{0%,80%,to{transform:translateY(0)}40%{transform:translateY(-4px)}}@media(max-width:640px){.chatbot-modal-backdrop{align-items:stretch;justify-content:stretch;padding:12px}.chatbot-modal{width:100%;height:calc(100vh - 24px);min-height:0}.chatbot-modal-head{padding:15px 14px}.chatbot-modal-head h2{font-size:19px}.chatbot-modal-message{max-width:92%}}.legacy-header-wrap{position:sticky;top:0;z-index:30;background:transparent;box-shadow:none;padding-top:8px}.legacy-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:18px 0}.modern-pill-nav{background:#0b7f8d;border-radius:999px;padding:10px 18px;margin-top:8px;box-shadow:0 10px 30px #0000002e}.legacy-logo{width:140px;height:auto;display:block}.legacy-nav{display:flex;align-items:center;gap:.7rem}.legacy-nav a{font-size:14px;font-weight:600;padding:.35rem .6rem;border-radius:5px;color:#d8f2f5}.legacy-nav a.active,.legacy-nav a:hover{color:#d3d03b}.legacy-nav-search{width:min(320px,36vw)}.legacy-nav-search input{height:36px;border-radius:999px;border:0;padding:0 14px;background:#edf9fb;font-family:Outfit,sans-serif}.legacy-nav-search input:focus{outline:2px solid rgba(255,255,255,.35)}.legacy-auth-actions{display:flex;align-items:center;gap:.5rem}.modern-nav-icons{position:relative}.legacy-icon-btn{width:36px;height:36px;border-radius:50%;border:1px solid rgba(255,255,255,.45);background:#ffffff1f;color:#eafafd;display:inline-flex;align-items:center;justify-content:center}.legacy-icon-btn svg{width:18px;height:18px;stroke:currentColor;stroke-width:1.8;fill:none}.legacy-cart-icon-btn{width:40px;height:40px;border-radius:50%;border:1px solid rgba(255,255,255,.45);color:#f0fdff;background:#ffffff1f;display:inline-flex;align-items:center;justify-content:center;position:relative}.legacy-cart-icon-btn svg{width:19px;height:19px;stroke:currentColor;stroke-width:1.8;fill:none}.legacy-cart-icon-btn span{position:absolute;top:-5px;right:-5px;min-width:18px;height:18px;border-radius:999px;background:#ffd166;color:#17262a;color:#fff;font-size:11px;line-height:18px;text-align:center;padding:0 3px}.legacy-cart-icon-btn:hover{background:#fff3}.legacy-login-pill{height:36px;border:0;border-radius:999px;background:#fff;color:#125867;font-weight:700;font-size:13px;padding:0 16px}.legacy-profile-wrap,.legacy-notification-wrap{position:relative}.legacy-notification-badge{position:absolute;top:-5px;right:-5px;min-width:18px;height:18px;border-radius:999px;background:#ffd166;color:#fff;font-size:11px;line-height:18px;text-align:center;padding:0 3px}.legacy-notification-menu{position:absolute;top:calc(100% + 10px);right:0;width:280px;border-radius:10px;background:#fff;border:1px solid #d7e3e6;box-shadow:0 10px 24px #00000026;padding:10px 12px;z-index:60}.legacy-notification-menu:before{content:"";position:absolute;top:-8px;right:14px;width:14px;height:14px;background:#fff;border-left:1px solid #d7e3e6;border-top:1px solid #d7e3e6;transform:rotate(45deg)}.legacy-notification-title{font-size:12px;letter-spacing:.04em;text-transform:uppercase;color:#6b848c;margin:0 0 8px}.legacy-notification-empty{margin:0;font-size:13px;color:#4f666e}.legacy-notification-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.legacy-notification-list li{border:1px solid #e2ecef;border-radius:8px;overflow:hidden}.legacy-notification-item-btn{width:100%;border:0;background:#fff;padding:8px 9px;text-align:left;display:flex;flex-direction:column;gap:3px;cursor:pointer}.legacy-notification-item-btn:hover{background:#f5fafb}.legacy-notification-list li strong{font-size:12px;color:#1e333a}.legacy-notification-list li span{font-size:12px;color:#5a727a}.legacy-profile-btn{width:36px;height:36px;border-radius:50%;border:0;background:#fff;color:#0c6c78;font-weight:700}.legacy-profile-placeholder{width:36px;height:36px;border-radius:50%;border:0;background:#fff;color:#0c6c78;display:inline-flex;align-items:center;justify-content:center}.legacy-profile-placeholder svg{width:18px;height:18px;stroke:currentColor;stroke-width:1.8;fill:none}.legacy-profile-menu{position:absolute;top:calc(100% + 10px);right:0;width:190px;border-radius:10px;background:#fff;border:1px solid #d7e3e6;box-shadow:0 10px 24px #00000026;display:flex;flex-direction:column;overflow:hidden;z-index:60}.legacy-profile-menu a,.legacy-profile-menu button{border:0;background:#fff;text-align:left;padding:11px 12px;color:#1f2d33;font-size:13px;cursor:pointer}.legacy-profile-menu a:hover,.legacy-profile-menu button:hover{background:#f1f8fa}.legacy-user-pill{font-size:12px;color:#2f3a36;background:#f4f6fb;border:1px solid #ced9ec;border-radius:999px;padding:.35rem .7rem}.legacy-hero{background:url(/legacy/hero4.png) top 25% right 0 / cover no-repeat;margin-top:-80px;padding-top:16px;min-height:calc(78vh + 16px);display:flex;align-items:center}.legacy-hero h4{font-size:20px;margin:0 0 8px}.legacy-hero h2{font-size:clamp(2rem,4vw,3rem);margin:0}.legacy-hero h1{color:var(--primary);font-size:clamp(2.1rem,5vw,3.4rem);margin:6px 0 8px}.legacy-hero p{margin:0 0 20px;color:var(--subtext)}.legacy-hero-btn{display:inline-block;border:0;background:url(/legacy/button.png) center/contain no-repeat;color:var(--primary);font-size:15px;font-weight:700;padding:14px 80px 14px 65px}.legacy-feature{padding:40px 0;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap}.legacy-fe-box{width:180px;text-align:center;padding:25px 15px;box-shadow:20px 20px 34px #00000008;border:1px solid var(--line);border-radius:20px;margin:12px 0}.legacy-fe-box:hover{box-shadow:0 8px 15px #00000014,0 20px 40px #0000000a}.legacy-fe-box img{width:100%;margin-bottom:10px}.legacy-fe-box h6{background:#bedce5;display:inline-block;padding:9px 8px 6px;border-radius:4px;color:var(--primary);margin:0}.legacy-fe-box:nth-child(2) h6{background:#ffd4fc}.legacy-fe-box:nth-child(3) h6{background:#cdebbc}.legacy-fe-box:nth-child(4) h6{background:#acdaff}.legacy-fe-box:nth-child(5) h6{background:#d7b9ff}.legacy-fe-box:nth-child(6) h6{background:#ffe2ac}.legacy-product-section{text-align:center;padding:40px 0}.legacy-product-section h2{margin:0;font-size:2rem}.legacy-product-section p{margin:12px 0 20px}.legacy-pro-grid,.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.8rem;align-items:stretch}.product-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.legacy-pro-grid .legacy-pro-card,.product-grid .legacy-pro-card{width:100%;min-width:0}.legacy-pro-card{width:100%;min-width:0;padding:10px 12px;border:1px solid var(--line);border-radius:30px;position:relative}.legacy-pro-card:hover{box-shadow:0 8px 15px #00000014,0 20px 40px #0000000a}.legacy-pro-card img{width:100%;height:250px;object-fit:contain;border-radius:25px;margin-bottom:10px}.legacy-pro-des{text-align:left;padding:10px 0}.legacy-pro-des span{color:#606063;font-size:12px}.legacy-pro-des h5{color:#1a1a1a;margin:7px 0;font-size:14px;line-height:1.4}.legacy-star-row{color:#f3b519;font-size:12px;letter-spacing:.05em}.legacy-pro-des h4{margin:7px 0 0;color:var(--primary);font-size:15px}.legacy-pro-stock{margin:6px 0 0;font-size:12px;font-weight:600}.legacy-pro-stock.is-available{color:#0b7f8d}.legacy-pro-stock.is-empty{color:var(--danger)}.legacy-cart-circle{width:40px;height:40px;line-height:40px;border-radius:50%;border:1px solid var(--line);color:var(--primary);position:absolute;bottom:20px;right:10px;background:#fff;cursor:pointer}.legacy-cart-circle:hover:enabled{background:var(--primary);color:#fff}.legacy-cart-circle:disabled{opacity:.55;cursor:not-allowed}.legacy-cart-circle--loading{display:inline-flex;align-items:center;justify-content:center}.solid-btn--loading{gap:.45rem}.btn-spinner{width:15px;height:15px;border-radius:50%;border:2px solid currentColor;border-right-color:transparent;display:inline-block;animation:btn-spin .72s linear infinite}@keyframes btn-spin{to{transform:rotate(360deg)}}.legacy-banner{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;background:url(/legacy/banner/b2.jpg) center/cover no-repeat;min-height:30vh;margin:8px 0 30px;color:#fff}.legacy-banner h4{font-size:16px;margin:0;color:#fff}.legacy-banner h2{color:#fff;font-size:clamp(1.4rem,3vw,2rem);margin:10px 0 16px}.legacy-banner h2 span{color:var(--danger)}.legacy-sm-banner{display:flex;justify-content:space-between;flex-wrap:wrap;gap:1rem;margin-top:8px}.legacy-sm-box{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;background:url(/legacy/banner/b17.jpg) center/cover no-repeat;min-width:560px;flex:1;min-height:45vh;padding:30px}.legacy-sm-box2{background-image:url(/legacy/banner/b10.jpg)}.legacy-sm-box h4,.legacy-sm-box h2,.legacy-sm-box span{color:#000}.legacy-sm-box h4{margin:0 0 6px;font-weight:300}.legacy-sm-box h2{margin:0 0 6px;font-size:28px}.legacy-sm-box span{margin-bottom:15px;font-size:14px;font-weight:500}.legacy-banner-3{display:flex;justify-content:space-between;flex-wrap:wrap;gap:1rem;margin:20px auto}.legacy-b3-box{min-width:30%;flex:1;min-height:30vh;background:url(/legacy/banner/b7.jpg) center/cover no-repeat;padding:20px;display:flex;flex-direction:column;justify-content:center}.legacy-b3-box2{background-image:url(/legacy/banner/b4.jpg)}.legacy-b3-box3{background-image:url(/legacy/banner/b18.jpg)}.legacy-b3-box h2{color:#fff;font-weight:900;font-size:22px;margin:0}.legacy-b3-box h3{color:#ec544e;font-weight:800;font-size:15px;margin:6px 0 0}.legacy-newsletter{background:#041e42 url(/legacy/banner/b14.png) no-repeat 20% 30%;margin-top:22px}.legacy-newsletter .container{min-height:170px;display:flex;justify-content:space-between;align-items:center;gap:1.2rem;flex-wrap:wrap;padding:.7rem 0}.legacy-newsletter h4{color:#fff;margin:0;font-size:22px}.legacy-newsletter p{color:#818ea0;margin:10px 0 0;font-size:14px;font-weight:600}.legacy-newsletter p span{color:#ffbd27}.legacy-newsletter-form{display:flex;width:min(460px,100%)}.legacy-newsletter-form input{width:100%;height:3rem;padding:0 1rem;border:1px solid transparent;border-radius:4px 0 0 4px;outline:none}.legacy-newsletter-form .legacy-main-btn{border-radius:0 4px 4px 0;white-space:nowrap}.legacy-footer{display:flex;flex-wrap:wrap;justify-content:space-between;gap:1rem;padding:40px 0}.legacy-footer-col{display:flex;flex-direction:column;align-items:flex-start;margin-bottom:20px}.legacy-footer-logo{margin:0 0 30px;width:140px}.legacy-footer h4{font-size:14px;margin:0 0 18px}.legacy-footer p{font-size:13px;margin:0 0 8px}.legacy-footer a{font-size:13px;color:#222;margin-bottom:10px}.legacy-social{color:#465b52;font-size:13px}.legacy-install-row img{border:1px solid var(--primary);border-radius:6px}.legacy-install img{margin:10px 0 15px}.legacy-copyright{width:100%;text-align:center}.card{border:1px solid #d8e0de;border-radius:16px;background:#fff;padding:1rem}.deliveries-page{padding-top:34px}.deliveries-head{margin-bottom:20px}.deliveries-head h1{margin:0;font-size:clamp(1.8rem,2.7vw,2.4rem)}.deliveries-head p{margin:8px 0 0}.deliveries-count{font-weight:600;color:#305f6a}.deliveries-head-row{margin-top:8px;display:flex;align-items:center;justify-content:space-between;gap:10px}.deliveries-error{border:1px solid #f1c2c2;background:#fff3f3;color:#a32424;border-radius:12px;padding:12px 14px}.deliveries-action-message{border:1px solid #c8ddd4;background:#f3fbf7;color:#1f5f4e;border-radius:12px;padding:12px 14px}.deliveries-empty{display:grid;gap:.7rem;justify-items:start}.deliveries-empty h2,.deliveries-empty p{margin:0}.deliveries-list{display:grid;gap:14px}.delivery-card{border-radius:18px;border-color:#d4e5e2;padding:16px}.delivery-card--pending{border-color:#efd896}.delivery-card--confirmed{border-color:#a7d8cb}.delivery-card--out-for-delivery{border-color:#9fc7ef}.delivery-card--delivered{border-color:#b9ddad}.delivery-card--cancelled{border-color:#efb8b8}.delivery-card-top{display:flex;justify-content:space-between;gap:14px}.delivery-ref{margin:0;font-weight:700;font-size:15px;letter-spacing:.01em}.delivery-right{display:grid;justify-items:end;align-content:start;gap:7px}.delivery-status{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;font-size:11px;font-weight:700;padding:6px 10px;text-transform:uppercase;letter-spacing:.05em;border:1px solid transparent}.delivery-status--pending{color:#9a6b02;background:#fff6d6;border-color:#efd896}.delivery-status--confirmed{color:#0c5f4c;background:#dff8f0;border-color:#a7d8cb}.delivery-status--out-for-delivery{color:#0a4f96;background:#deefff;border-color:#9fc7ef}.delivery-status--delivered{color:#145f28;background:#e6f8dd;border-color:#b9ddad}.delivery-status--cancelled{color:#8b2121;background:#fde7e7;border-color:#efb8b8}.delivery-meta{margin-top:12px;display:flex;gap:18px;flex-wrap:wrap;font-size:13px}.delivery-estimate{margin-top:12px;border:1px solid #b8dfda;border-radius:10px;background:#f0fbfa;padding:10px 12px;display:grid;gap:3px}.delivery-estimate span{color:#567276;font-size:11px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.delivery-estimate strong{color:#075f59;font-size:15px}.delivery-estimate small{color:#5f777b;font-size:12px;line-height:1.4}.delivery-actions-row{margin-top:12px;display:flex;justify-content:flex-end;align-items:center}.delivery-cancel-btn{border-color:#d88d8d;color:#a33434;background:#fff6f6}.delivery-cancel-btn:hover:enabled{background:#ffeaea}.delivery-not-cancellable{font-size:12px}.delivery-items{margin-top:12px;border-top:1px solid #e6eded}.delivery-item-row{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding:10px 0;border-bottom:1px dashed #e8efee}.delivery-item-row:last-child{border-bottom:0;padding-bottom:2px}.delivery-item-name{margin:0 0 4px;font-weight:600}.delivery-item-values{display:grid;justify-items:end;gap:5px;font-size:13px}@media(max-width:680px){.delivery-card-top{flex-direction:column;align-items:flex-start}.delivery-right{justify-items:start}.delivery-item-row{flex-direction:column;align-items:flex-start}.delivery-item-values{justify-items:start}}.field-label{display:grid;gap:.4rem;margin-bottom:.8rem;font-weight:600}input,select{width:100%;border:1px solid #ccc;border-radius:8px;padding:.68rem .75rem;background:#fff;color:#1a1a1a;font-family:Outfit,sans-serif}input:focus,select:focus{outline:2px solid rgba(8,129,120,.2);border-color:#8ac9c4}.password-row{display:flex;gap:.4rem}.password-checks{margin:0 0 .8rem;padding-left:1rem;color:#6e6e6e}.password-checks li{margin:.22rem 0}.password-checks li.valid{color:#0b8f53}.auth-modal-help-list{display:grid;gap:.2rem;margin-bottom:.35rem}.mobile-menu-toggle{display:none;align-items:center;justify-content:center;width:44px;height:44px;border-radius:8px;border:0;background:transparent;color:#fff;font-size:20px;cursor:pointer;z-index:220}@media(max-width:1024px){.legacy-pro-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.product-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.legacy-pro-card img{height:220px}}@media(max-width:768px){.legacy-header-wrap{padding-top:6px}.legacy-header{padding:8px 10px;gap:8px;align-items:center;flex-wrap:nowrap}.modern-pill-nav{border-radius:18px;margin-top:0}.legacy-logo-link,.legacy-nav{display:none}.legacy-nav.mobile-open{display:block;width:100%;margin-top:8px;background:transparent;padding:6px 0}.legacy-nav a{display:inline-block;padding:8px 12px}.mobile-menu-toggle{display:inline-flex;color:#fff;order:1;width:38px;height:38px;border-radius:50%;flex:0 0 38px}.legacy-nav-search{order:2;flex:1 1 auto!important;min-width:0;width:auto!important;margin:0 2px!important}.legacy-auth-actions{order:3;margin-left:auto;gap:6px;flex:0 0 auto}.legacy-icon-btn,.legacy-profile-btn,.legacy-profile-placeholder{width:36px;height:36px}.legacy-cart-icon-btn{width:38px;height:38px}.legacy-feature{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;padding:24px 0 28px}.legacy-fe-box{width:100%;margin:0;padding:16px 10px;border-radius:16px}.legacy-fe-box img{height:96px;object-fit:contain;margin-bottom:8px}.legacy-product-section{padding:28px 0}.legacy-product-section h2{font-size:1.65rem}.legacy-product-section p{margin:8px 0 16px}.legacy-pro-grid,.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem}.legacy-pro-card img{height:150px}}@media(max-width:420px){.container{width:min(1280px,90%)}.modern-pill-nav{width:min(100% - 18px,1280px)}.legacy-nav-search input{height:34px;font-size:12px;padding:0 12px}.legacy-feature{gap:12px}.legacy-fe-box{padding:14px 8px}.legacy-fe-box img{height:82px}.legacy-pro-card img{height:112px}.legacy-pro-card{border-radius:18px;padding:8px}.legacy-pro-des{padding:6px 0 4px}.legacy-pro-des h5{font-size:12px;margin:5px 0}.legacy-star-row,.legacy-pro-stock,.legacy-pro-des span{font-size:10px}.legacy-pro-des h4{font-size:12px}.legacy-cart-circle{width:32px;height:32px;line-height:32px;bottom:12px;right:8px}}@media(min-width:769px)and (max-width:1024px){.legacy-nav-search{max-width:260px}.legacy-nav a{padding:.25rem .45rem;font-size:13px}.legacy-feature{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;justify-items:center}.legacy-fe-box{width:100%;max-width:220px}}.mobile-sidebar{position:fixed;top:72px;left:18px;width:min(250px,calc(100vw - 36px));background:#fff;border:1px solid #d7e7e7;border-radius:18px;box-shadow:0 18px 44px #0000003d;transform:translateY(-10px) scale(.96);opacity:0;pointer-events:none;transition:opacity .18s ease,transform .18s ease;z-index:210;overflow:visible}.mobile-sidebar.open{transform:translateY(0) scale(1);opacity:1;pointer-events:auto}.mobile-sidebar:before{content:"";position:absolute;top:-8px;left:20px;width:16px;height:16px;background:#fff;border-left:1px solid #d7e7e7;border-top:1px solid #d7e7e7;transform:rotate(45deg)}.mobile-sidebar-inner{padding:14px;position:relative}.mobile-sidebar-head{display:flex;align-items:center;min-height:34px;padding-right:32px}.mobile-sidebar-logo{width:126px;height:auto;display:block}.mobile-sidebar-close{position:absolute;top:12px;right:12px;background:transparent;border:0;font-size:22px;line-height:1;color:var(--text);width:30px;height:30px;border-radius:50%;cursor:pointer}.mobile-sidebar-close:hover{background:#f1f8fa}.mobile-sidebar-nav{display:grid;gap:6px;margin-top:10px}.mobile-sidebar-nav a{padding:11px 12px;border-radius:10px;color:var(--text);font-weight:600;font-size:14px}.mobile-sidebar-nav a.active,.mobile-sidebar-nav a:hover{background:#edf8f8;color:var(--primary)}.mobile-sidebar-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000038;z-index:200}.auth-modal-help-list li,.auth-modal-field-hint{display:flex;align-items:center;gap:.5rem;font-size:12px;line-height:1.35}.auth-check-icon{display:inline-flex;align-items:center;justify-content:center;width:14px;height:14px;border-radius:50%;font-size:11px;font-weight:800;flex:0 0 14px}.auth-modal-help-list li.valid,.auth-modal-field-hint.valid,.auth-modal-help-list li.valid .auth-check-icon,.auth-modal-field-hint.valid .auth-check-icon{color:#0b8f53}.auth-modal-help-list li.invalid,.auth-modal-field-hint.invalid,.auth-modal-help-list li.invalid .auth-check-icon,.auth-modal-field-hint.invalid .auth-check-icon{color:#d62839}.auth-modal-field-hint{margin:.1rem 0 .2rem;padding-left:.1rem}.auth-modal-field-hint--hidden{visibility:hidden}.error-msg{color:#d62839;margin:0 0 .8rem}.success-msg{color:#0b8f53;margin:0 0 .8rem}.auth-wrap{padding:60px 0;min-height:calc(100vh - 260px);background:radial-gradient(circle at 15% 10%,rgba(248,69,101,.2),transparent 40%),radial-gradient(circle at 80% 20%,rgba(57,214,193,.14),transparent 36%),linear-gradient(180deg,#090d14,#07090d 35%,#07090d)}.auth-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0a101a9e;z-index:70;display:flex;align-items:center;justify-content:center;padding:1rem}.auth-modal-backdrop.terms-open{-webkit-backdrop-filter:none;backdrop-filter:none;background:#0a101a59}.auth-modal-card{width:min(440px,100%);border-radius:14px;background:#fff;border:1px solid #dfe5ea;box-shadow:0 12px 28px #0003;padding:1.2rem;position:relative;overflow:hidden}.auth-modal-backdrop.is-busy{-webkit-backdrop-filter:none;backdrop-filter:none;background:#0a101a61}.auth-modal-card--status,.auth-card--status{position:relative;overflow:hidden}.auth-status-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:5;display:flex;align-items:center;justify-content:center;padding:1rem;border-radius:inherit;background:#080c14c7;will-change:opacity;contain:paint;opacity:1;transition:opacity .32s ease}.auth-status-overlay--fade-out{opacity:0}.auth-status-overlay--always-top{position:fixed;top:0;right:0;bottom:0;left:0;z-index:12000;border-radius:0;background:#080c14b8}.auth-status-overlay--blurred{background:#0a101a61;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px)}.auth-status-overlay--success{background:#06120ec2}.auth-modal-card .auth-status-overlay{background:#ffffffdb}.auth-status-panel{width:min(240px,100%);display:grid;justify-items:center;gap:.7rem;padding:1.2rem 1rem;border-radius:18px;border:1px solid rgba(255,255,255,.12);background:#ffffff0f;box-shadow:0 10px 24px #0003;text-align:center;color:#fff;transform:translateZ(0)}.auth-status-panel--success{border-color:#0b8f5338;background:#0b8f5314}.auth-modal-card .auth-status-panel{background:#fff;border-color:#e4ebf1;color:#22303a;box-shadow:0 24px 60px #18202933}.auth-status-panel--modal{width:min(440px,92vw);min-height:220px;padding:1.2rem;border-radius:14px;background:#fff;border:1px solid #dfe5ea;color:#22303a;box-shadow:0 20px 45px #00000047}.auth-status-animation{width:130px;height:130px;display:block}.auth-status-message{margin:0;font-size:1rem;font-weight:700;letter-spacing:.01em}.auth-modal-topbar{display:flex;justify-content:flex-end;align-items:flex-start;margin-bottom:.2rem}.auth-modal-resend-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-top:.25rem}.auth-modal-resend-btn--ready{background:#bfe7ff;border-color:#88cfff;color:#0b547a}.auth-modal-resend-btn--ready:hover{background:#a8dcff}.auth-modal-resend-btn--cooldown{background:#edf2f7;border-color:#d0dae2;color:#6d7a84}.auth-modal-resend-timer{min-width:92px;text-align:right;font-size:12px;font-weight:700;color:#6d7a84}.auth-modal-resend-row .legacy-outline-btn:disabled{cursor:wait;opacity:.45;filter:grayscale(.25)}.auth-card--status>:not(.auth-status-overlay),.auth-modal-card--status>:not(.auth-status-overlay){position:relative;z-index:1}.auth-card--status.is-busy,.auth-modal-card--status.is-busy{box-shadow:none}.auth-card--status.is-busy>:not(.auth-status-overlay),.auth-modal-card--status.is-busy>:not(.auth-status-overlay){visibility:hidden;pointer-events:none}.auth-card--status .auth-submit-btn:disabled,.auth-card--status .ghost-btn:disabled,.auth-modal-card--status .auth-modal-submit-btn:disabled,.auth-modal-card--status .legacy-outline-btn:disabled,.auth-modal-card--status .auth-modal-close:disabled,.auth-modal-card--status input:disabled,.auth-card--status input:disabled{cursor:wait;opacity:.75}.auth-modal-close{position:relative;width:28px;height:28px;border:0;border-radius:50%;background:#edf2f7;color:#2f3d45;font-size:14px;line-height:1}.auth-modal-password-row .legacy-outline-btn{min-width:82px}.auth-modal-kicker{margin:0;color:#0b7f8d;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.auth-modal-card h2{margin:6px 0 4px;font-size:1.5rem}.auth-modal-copy{margin:0 0 14px;color:#51616b;font-size:13px}.auth-modal-form{display:grid;gap:.65rem}.auth-modal-label{display:grid;gap:.36rem;font-size:13px;font-weight:600;color:#27353d}.auth-modal-label input{border-radius:8px;border:1px solid #d0dae2;padding:.65rem .75rem;font-size:14px}.auth-modal-password-row{display:flex;gap:.4rem}.auth-modal-password-row input{flex:1}.auth-modal-password-toggle-btn{display:flex;align-items:center;justify-content:center;background:none;border:1px solid #d0dae2;border-radius:8px;padding:.65rem;cursor:pointer;color:#51616b;transition:all .2s ease}.auth-modal-password-toggle-btn:hover:not(:disabled){color:#27353d;border-color:#088178}.auth-modal-password-toggle-btn:disabled{opacity:.5;cursor:not-allowed}.auth-modal-password-checks{margin-top:-.2rem;margin-bottom:.2rem}.auth-modal-name-section{display:grid;gap:.36rem}.auth-modal-name-label{font-size:13px;font-weight:600;color:#27353d}.auth-register-name-row{display:grid;grid-template-columns:1fr 1fr .7fr;gap:.65rem;align-items:start}.auth-modal-input-wrap{position:relative}.auth-modal-input-wrap input{width:100%;box-sizing:border-box;border-radius:8px;border:1.5px solid #d0dae2;padding:.65rem .75rem;font-size:14px;transition:border-color .18s;outline:none}.auth-modal-input-wrap input:focus{border-color:#93bfcb}.auth-modal-input-wrap.is-valid input{border-color:#0b8f53}.auth-modal-input-wrap.is-invalid input{border-color:#d62839}.auth-modal-inline-hint{position:absolute;top:0;right:10px;transform:translateY(-50%);font-size:10px;font-weight:700;background:#fff;padding:0 5px;line-height:1;white-space:nowrap;pointer-events:none;max-width:calc(100% - 20px);overflow:hidden;text-overflow:ellipsis}.auth-modal-inline-hint.valid{color:#0b8f53}.auth-modal-inline-hint.invalid{color:#d62839}.auth-modal-input-wrap--password.is-valid input{border-color:#0b8f53}.auth-modal-input-wrap--password.is-invalid input{border-color:#d62839}.auth-modal-password-field-wrap{position:relative}.auth-modal-password-bubble{position:absolute;bottom:calc(100% + 9px);left:0;right:0;background:#fff;border:1.5px solid #d0dae2;border-radius:10px;padding:10px 14px;box-shadow:0 6px 20px #0000001f;z-index:200}.auth-modal-password-bubble:before{content:"";position:absolute;bottom:-9px;left:18px;border:8px solid transparent;border-top-color:#d0dae2;border-bottom-width:0}.auth-modal-password-bubble:after{content:"";position:absolute;bottom:-7px;left:19px;border:7px solid transparent;border-top-color:#fff;border-bottom-width:0}.auth-modal-password-bubble-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:5px}.auth-modal-password-bubble-list li{font-size:12px;display:flex;align-items:center;gap:7px;font-weight:500}.auth-modal-password-bubble-list li.valid{color:#0b8f53}.auth-modal-password-bubble-list li.invalid{color:#d62839}.auth-register-name-row .auth-modal-label,.auth-register-name-row .field-label{margin:0}.auth-modal-terms-checkbox{display:flex;align-items:center;gap:.5rem;font-size:13px;color:#27353d;cursor:pointer}.auth-modal-terms-checkbox input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:#088178}.auth-modal-terms-checkbox input[type=checkbox]:disabled{cursor:not-allowed;opacity:.6}.auth-modal-terms-link{background:none;border:none;color:#088178;cursor:pointer;text-decoration:underline;font-weight:600;padding:0;transition:color .2s ease}.auth-modal-terms-link:hover:not(:disabled){color:#066563}.auth-modal-terms-link:disabled{opacity:.6;cursor:not-allowed}.terms-modal-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:2000}.terms-modal-card{background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000026;width:95%;max-width:900px;max-height:90vh;display:flex;flex-direction:column;animation:slideUp .3s ease-out;will-change:transform,opacity}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.terms-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e0e0e0}.terms-modal-header h2{margin:0;font-size:1.25rem;color:#27353d}.terms-modal-close{background:none;border:none;cursor:pointer;color:#7a8a91;display:flex;align-items:center;justify-content:center;padding:.5rem;border-radius:4px;transition:all .2s ease}.terms-modal-close:hover{background:#f0f0f0;color:#27353d}.terms-modal-content{flex:1;overflow-y:auto;padding:1.5rem;font-size:14px;line-height:1.6;color:#51616b;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.terms-modal-content section{margin-bottom:1.5rem}.terms-modal-content section:last-child{margin-bottom:0}.terms-modal-content h3{margin:0 0 .75rem;font-size:15px;font-weight:600;color:#27353d}.orders-status-filters-wrap{margin:8px 0 24px;overflow-x:auto;overscroll-behavior-x:contain;scrollbar-width:none}.orders-status-filters-wrap::-webkit-scrollbar{display:none}.orders-status-filters{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));align-items:start;min-width:min(100%,700px);padding:22px 12px 10px}.orders-status-secondary-btn{border:1px solid #d8dfe3;border-radius:999px;background:#f8fbfc;color:#5b7179;font:inherit;font-size:12px;padding:6px 12px;cursor:pointer;z-index:4}.orders-status-secondary-btn strong{color:#8d2727;font-weight:700}.orders-status-secondary-btn.is-active{border-color:#df8b8b;background:#fff1f1;color:#8b2121}.orders-status-progress-step{--stage-color: #0f8f84;position:relative;display:flex;flex-direction:column;align-items:center;gap:8px;min-width:0}.orders-status-secondary-btn--cancelled{border-color:#d8dfe3}.orders-status-secondary-btn--cancelled:hover,.orders-status-secondary-btn--cancelled.is-active{border-color:#efb8b8;box-shadow:0 0 0 3px #efb8b838}.orders-status-progress-step:not(:last-child):after{content:"";position:absolute;top:46px;left:calc(50% + 48px);width:calc(100% - 96px);height:8px;border-radius:0;background:linear-gradient(var(--stage-color),var(--stage-color)) left / 0 100% no-repeat,repeating-linear-gradient(90deg,#b7bdc1 0 7px,transparent 7px 14px);transition:background-size .18s ease,opacity .18s ease;opacity:.95}.orders-status-progress-step.is-connector-reached:not(:last-child):after{background-size:100% 100%}.orders-status-progress-btn{position:relative;width:100px;height:100px;border:0;border-radius:50%;padding:7px;background:conic-gradient(var(--stage-color) 0turn,var(--stage-color) 0turn,#d7dcdf 0),#fff;color:#fff;cursor:pointer;z-index:2;transition:color .16s ease,transform .16s ease,filter .16s ease}.orders-status-progress-btn:before{content:"";position:absolute;top:-9px;right:-9px;bottom:-9px;left:-9px;border-radius:50%;background:var(--stage-color);opacity:0;transform:scale(.92);z-index:-1;pointer-events:none}.orders-status-progress-btn.is-reached{background:conic-gradient(var(--stage-color) 1turn,#d7dcdf 0);color:#fff}.orders-status-progress-btn.is-selected{transform:translateY(-4px);filter:drop-shadow(0 14px 20px rgba(15,143,132,.18))}.orders-status-progress-btn.is-selected:before{animation:orders-progress-pulse 1.8s ease-in-out infinite}.orders-status-progress-btn:hover{transform:translateY(-2px)}.orders-status-progress-circle{position:relative;width:100%;height:100%;border-radius:50%;display:grid;place-items:center;background:#8d9499;box-shadow:inset 0 0 0 2px #ffffff3d;overflow:hidden}.orders-status-progress-circle>svg{position:relative;z-index:1;color:#fff;opacity:.95}.orders-status-progress-btn.is-reached .orders-status-progress-circle{background:var(--stage-color)}@keyframes orders-progress-pulse{0%,to{opacity:.16;transform:scale(.92);box-shadow:0 0 color-mix(in srgb,var(--stage-color) 32%,transparent)}50%{opacity:.28;transform:scale(1.08);box-shadow:0 0 0 12px color-mix(in srgb,var(--stage-color) 10%,transparent)}}@media(prefers-reduced-motion:reduce){.orders-status-progress-btn.is-selected:before{animation:none;opacity:.2;transform:scale(1.04)}}.orders-status-progress-count{position:absolute;top:-7px;right:-5px;min-width:24px;height:24px;padding:0 6px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#ffb323;color:#3e2a00;border:2px solid #ffffff;font-size:12px;font-weight:800;line-height:1;box-shadow:0 6px 12px #0000002e}.orders-status-progress-label{color:#68757c;font-size:12px;font-weight:700;line-height:1.2;text-align:center}.orders-status-progress-btn.is-reached+.orders-status-progress-label{color:var(--stage-color)}.terms-modal-content p{margin:0 0 .75rem}.terms-modal-content ul{margin:.75rem 0;padding-left:1.5rem}.terms-modal-content li{margin-bottom:.5rem}.terms-modal-footer{display:flex;gap:1rem;padding:1.5rem;border-top:1px solid #e0e0e0;justify-content:flex-end}.terms-modal-cancel-btn{padding:.65rem 1.5rem;border:1px solid #d0dae2;border-radius:8px;background:#fff;color:#27353d;font-weight:600;cursor:pointer;transition:all .2s ease}.terms-modal-cancel-btn:hover{background:#f0f0f0;border-color:#c0cad2}.terms-modal-accept-btn{padding:.65rem 1.5rem;border:none;border-radius:8px;background:#088178;color:#fff;font-weight:600;cursor:pointer;transition:all .2s ease}.terms-modal-accept-btn:hover{background:#066563;box-shadow:0 2px 8px #0881784d}.field-row{display:grid;grid-template-columns:1fr 1fr .7fr;gap:.65rem}.field-row .field-label{margin:0}.auth-modal-submit-btn{border:0;border-radius:8px;background:linear-gradient(180deg,#313844,#232833);color:#fff;height:40px;font-weight:700}.auth-modal-footer{margin-top:.55rem;border-top:1px solid #e8edf1;padding-top:.7rem;text-align:center;color:#5b6972;font-size:13px}.auth-modal-switch{border:0;background:transparent;color:#0b7f8d;font-weight:700;padding:0}.auth-modal-forgot-link{justify-self:end;border:0;background:transparent;color:#0b7f8d;font-weight:700;font-size:12px;padding:0;margin-top:-.2rem}.auth-modal-forgot-link:hover:not(:disabled),.auth-modal-switch:hover:not(:disabled){color:#066563}.auth-modal-forgot-link:disabled,.auth-modal-switch:disabled{opacity:.6;cursor:not-allowed}.auth-modal-readonly-input{background:#f4f7fa;color:#4f5f69}.auth-modal-readonly-input:focus{outline:none}.auth-modal-footer--forgot{border-top:1px solid #e8edf1}.auth-wrap .card{border:1px solid #253146;background:#121926e6;color:#f6f9ff}.auth-shell{display:grid;grid-template-columns:1fr 1fr;gap:1rem;align-items:stretch}.auth-side-panel{border-radius:18px;border:1px solid #28364d;background:radial-gradient(circle at 18% 12%,rgba(248,69,101,.25),transparent 45%),linear-gradient(160deg,#0d1420f0,#070a11f2);color:#f6f9ff;padding:2rem;display:flex;flex-direction:column;justify-content:center}.auth-side-panel h2{margin:0 0 .7rem;font-size:clamp(1.6rem,3vw,2.2rem);color:#fff}.auth-side-panel p{margin:0;color:#9aa8bf;line-height:1.6}.auth-side-kicker{margin:0 0 .9rem;color:#39d6c1;font-size:.8rem;letter-spacing:.08em;text-transform:uppercase}.auth-side-panel ul{margin:1.2rem 0 0;padding-left:1.1rem;color:#d0d9e8;display:grid;gap:.45rem}.auth-side-panel-register{background:radial-gradient(circle at 78% 24%,rgba(57,214,193,.25),transparent 42%),linear-gradient(160deg,#0d1420f0,#070a11f2)}.auth-card{border-radius:18px;padding:1.4rem;position:relative;overflow:hidden}.auth-sub{margin:0 0 1rem;color:#9aa8bf;font-size:.95rem}.auth-submit-btn{width:100%}.auth-wrap .field-label{color:#f6f9ff}.auth-wrap input{border-color:#33445f;background:#0e1420;color:#f6f9ff}.auth-wrap .muted,.auth-wrap .eyebrow{color:#9aa8bf}.auth-wrap .ghost-btn{color:#fff;border-color:#42546f;background:transparent}.auth-wrap .solid-btn{background:linear-gradient(145deg,#f84565,#d73253);color:#fff;border:0}.product-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.detail-gallery{display:grid;gap:.7rem}.detail-image{width:100%;aspect-ratio:1 / 1;border-radius:18px;border:1px solid #d9e5e3;object-fit:contain;object-position:center;background:#f7fbfa;display:block}.detail-thumbs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.55rem}.detail-thumb{border:1px solid #d6e5e3;border-radius:10px;background:#fff;padding:0;cursor:pointer;overflow:hidden}.detail-thumb img{width:100%;aspect-ratio:1 / 1;display:block;object-fit:cover}.detail-thumb.active{border-color:var(--primary);box-shadow:0 0 0 2px #08817829}.detail-price{margin:.4rem 0 1rem;font-size:1.5rem;color:var(--primary)}.detail-copy{color:var(--subtext);line-height:1.6}.detail-stock{margin:.35rem 0 .85rem;font-size:.95rem;font-weight:600;color:#0b7f8d}.product-detail-meta{position:relative}.field-error{margin-top:.35rem;color:var(--danger);font-size:12px}.cart-list{display:grid;gap:.85rem;padding-bottom:3.5rem}.cart-actions-row{display:flex;justify-content:flex-start;margin:.25rem 0 .8rem}.cart-select-toggle-btn.is-danger{background:#cf2626;border-color:#cf2626;color:#fff}.cart-select-toggle-btn{transition:background-color 429ms ease,border-color 429ms ease,color 429ms ease}.cart-select-toggle-btn.is-danger:hover{background:#b52020;border-color:#b52020}.cart-item-row{display:flex;align-items:stretch;gap:.6rem}.cart-item-row--removing .cart-item-check{opacity:0;transform:translate(-18px);transition:transform .26s ease,opacity .26s ease;pointer-events:none}.cart-item{border:1px solid #d9e5e3;border-radius:14px;padding:.8rem;display:grid;grid-template-columns:100px 1fr minmax(260px,320px);gap:.8rem;align-items:center;cursor:pointer;flex:1;max-height:240px;overflow:hidden;will-change:transform,opacity,max-height;transition:box-shadow .18s ease,transform .18s ease,border-color .18s ease,max-height .32s ease,padding .32s ease,margin .32s ease,border-width .32s ease}.cart-item:hover{box-shadow:0 10px 24px #0000001f;border-color:#bfd8d4;transform:translateY(-2px)}.cart-item--removing{opacity:0;transform:translate(-42px);max-height:0;padding-top:0;padding-bottom:0;margin-top:0;margin-bottom:0;border-width:0;transition:transform .26s ease,opacity .26s ease,max-height .34s ease .11s,padding .34s ease .11s,margin .34s ease .11s,border-width .34s ease .11s;pointer-events:none}.cart-item .ghost-btn:disabled{opacity:.6;cursor:wait}.cart-item img{width:100%;aspect-ratio:1 / 1;object-fit:cover;border-radius:10px}.cart-item-check{display:inline-flex;align-items:center;justify-content:center;align-self:center;width:30px;flex:0 0 30px}.cart-lottie-checkbox{width:28px;height:28px;padding:0;border:0;background:transparent;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.cart-lottie-checkbox:disabled{opacity:.65;cursor:wait}.cart-lottie-checkbox__animation{width:28px;height:28px;display:block}.cart-item-media-link{display:block}.cart-item-title-link{color:inherit}.cart-item-title-link:hover{color:var(--primary)}.cart-item-controls{display:grid;gap:.65rem;justify-items:start;justify-self:end;width:fit-content;margin-left:auto;padding-left:30px}.cart-item-top-row{width:100%;display:flex;align-items:center;justify-content:flex-start;gap:.75rem;flex-wrap:nowrap}.cart-item-quantity{display:inline-flex;align-items:center;gap:.45rem;max-width:none;flex-shrink:0}.cart-item-quantity span{white-space:nowrap}.cart-item-quantity input{width:78px}.cart-item-variation{display:grid;gap:.3rem;width:min(230px,100%)}.cart-item-variation select{font-size:13px;padding:.45rem .55rem}.cart-summary{border:0;border-radius:0;padding:.15rem 0;text-align:left;width:auto;min-width:0;background:transparent}.cart-summary p{margin:0 0 .25rem}.cart-summary h2{margin:0}.cart-summary-row{position:sticky;bottom:1rem;margin:1rem auto 0;display:flex;align-items:stretch;gap:1.15rem;width:fit-content;max-width:100%;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;z-index:14}.cart-checkout-btn{border:0;border-radius:12px;min-width:132px;font-weight:700;background:var(--primary);color:#fff;padding:.65rem 1rem;cursor:pointer}.cart-checkout-btn:disabled{background:#b8c0c6;color:#eef1f4;cursor:not-allowed}.cart-stock-warning{margin:.65rem auto 0;width:fit-content;max-width:100%;color:#b52020;font-size:13px;font-weight:600}.cart-undo-toast{position:fixed;left:50%;bottom:26px;transform:translate(-50%);display:inline-flex;align-items:center;gap:.8rem;background:#182126f5;color:#fff;border:1px solid rgba(255,255,255,.18);border-radius:999px;padding:.58rem .9rem .58rem 1rem;box-shadow:0 10px 25px #00000042;z-index:1300;animation:cart-toast-in .18s ease}.cart-undo-timer{--undo-progress: 1;width:28px;height:28px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;color:#fff;background:radial-gradient(circle at center,rgba(24,33,38,.96) 56%,transparent 57%),conic-gradient(#4ad3be calc(var(--undo-progress) * 1turn),#ffffff38 0);border:1px solid rgba(255,255,255,.3)}.cart-undo-toast button{border:0;border-radius:999px;background:#4ad3be;color:#083a3f;font-weight:700;font-size:12px;padding:.35rem .65rem;cursor:pointer}.cart-undo-toast button:hover{filter:brightness(.95)}.cart-payment-return-toast{position:fixed;left:50%;bottom:26px;transform:translate(-50%);display:inline-flex;align-items:center;gap:.85rem;max-width:min(520px,calc(100vw - 28px));background:#182126f5;color:#fff;border:1px solid rgba(255,255,255,.18);border-radius:999px;padding:.72rem .85rem .72rem 1rem;box-shadow:0 10px 25px #00000042;z-index:1400;animation:cart-toast-in .18s ease}.cart-payment-return-toast--warning{background:#182126f5}.cart-payment-return-toast--danger{background:#6f272cf7}.cart-payment-return-toast span{font-size:.92rem;line-height:1.35}.cart-payment-return-toast button{flex:0 0 auto;border:0;border-radius:999px;background:#4ad3be;color:#083a3f;font-weight:700;font-size:12px;padding:.42rem .75rem;cursor:pointer}.cart-payment-return-toast button:hover{filter:brightness(.95)}@keyframes cart-toast-in{0%{opacity:0;transform:translate(-50%,12px)}to{opacity:1;transform:translate(-50%)}}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.stat-card p{margin:0;color:#5f6d66}.stat-card h2{margin:.4rem 0 0}@media(max-width:1160px){.legacy-sm-box{min-width:100%}}@media(max-width:980px){.legacy-header,.legacy-nav,.legacy-auth-actions{flex-wrap:wrap;justify-content:center}.modern-pill-nav{border-radius:22px;padding:12px}.legacy-nav-search{width:min(420px,100%)}.legacy-hero{min-height:64vh;background-position:center}.auth-shell{grid-template-columns:1fr}.legacy-pro-card{width:48%}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.legacy-b3-box{min-width:48%}.product-detail-grid,.container{width:min(1280px,94%)}}@media(max-width:860px){.legacy-pro-grid,.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:700px){.legacy-b3-box{width:100%;min-width:100%}.legacy-pro-card{width:100%;min-width:0;padding:8px}.legacy-pro-card img{height:140px}.legacy-pro-grid,.product-grid{grid-template-columns:repeat(2,1fr);gap:.5rem}.legacy-newsletter-form,.password-row,.cart-item{grid-template-columns:1fr;display:grid}.legacy-newsletter-form{display:flex;flex-direction:column;gap:.5rem}.legacy-newsletter-form input,.legacy-newsletter-form .legacy-main-btn{border-radius:4px}.product-detail-grid,.cart-item{grid-template-columns:1fr}.cart-item-row{gap:.45rem}.cart-item-check{justify-self:start;align-self:flex-start;padding-top:.2rem}.cart-summary-row{width:100%;justify-content:space-between;bottom:.75rem}.floating-actions{right:14px;bottom:16px}.floating-action-btn{width:53px;height:53px}.floating-action-btn--chatbot{width:61px;height:61px;font-size:26px}.legacy-nav{gap:.35rem}.legacy-nav a{font-size:13px;padding:.3rem .45rem}.modern-pill-nav{border-radius:18px}.orders-status-filters-wrap{margin-top:0}.orders-status-filters{grid-template-columns:repeat(4,116px);min-width:464px;justify-content:start}.orders-status-progress-btn{width:84px;height:84px}.orders-status-progress-step:not(:last-child):after{top:38px;left:calc(50% + 40px);width:calc(100% - 80px);height:7px}.deliveries-head-row{flex-wrap:wrap;justify-content:flex-start}.auth-modal-card{padding:1rem}.cart-undo-toast{max-width:calc(100vw - 24px);gap:.55rem;padding-right:.6rem;padding-left:.75rem}}@media(max-width:520px){.orders-status-filters{grid-template-columns:repeat(4,102px);min-width:408px;padding-inline:4px}.orders-status-progress-btn{width:76px;height:76px}.orders-status-progress-circle svg{width:28px;height:28px}.orders-status-progress-step:not(:last-child):after{top:35px;left:calc(50% + 36px);width:calc(100% - 72px)}.orders-status-progress-label{font-size:11px}}@media(max-width:768px){.legacy-header{justify-content:space-between;padding:8px 10px;flex-wrap:nowrap}.modern-pill-nav{border-radius:18px;padding:8px 10px}.legacy-logo-link{display:none}.legacy-auth-actions{flex-wrap:nowrap;justify-content:flex-end;flex:0 0 auto}.mobile-menu-toggle{font-size:0;flex-direction:column;gap:4px}.mobile-menu-toggle:before,.mobile-menu-toggle:after,.mobile-menu-toggle .mobile-menu-line-fallback{content:"";width:17px;height:2px;border-radius:999px;background:currentColor;display:block}.mobile-menu-toggle:after{box-shadow:0 -6px 0 currentColor}.legacy-nav-search{order:2;flex:1 1 auto!important;min-width:0;width:auto!important;max-width:none!important;margin:0 2px!important}}@media(max-width:390px){.legacy-header{gap:6px;padding:7px 8px}.legacy-nav-search input{padding:0 10px}.legacy-auth-actions{gap:4px}.legacy-icon-btn,.legacy-profile-btn,.legacy-profile-placeholder{width:34px;height:34px}.legacy-cart-icon-btn{width:36px;height:36px}}@media(max-width:480px){.legacy-feature{gap:12px;padding:18px 0 24px}.legacy-fe-box{padding:13px 8px}.legacy-fe-box img{height:78px}.legacy-product-section{padding:24px 0}.legacy-pro-card{border-radius:18px;padding:8px}.legacy-pro-card img{height:112px;border-radius:14px;margin-bottom:6px}.legacy-pro-des{padding:5px 0 3px}.legacy-pro-des h5{font-size:12px;line-height:1.25;margin:5px 0}.legacy-star-row,.legacy-pro-stock,.legacy-pro-des span{font-size:10px}.legacy-pro-des h4{font-size:12px;margin-top:5px}.legacy-cart-circle{width:32px;height:32px;line-height:32px;bottom:12px;right:8px}}.fg{display:grid;gap:.4rem}.fg label{font-weight:500;font-size:14px;color:var(--text)}.fg input,.fg select,.fg textarea{padding:.8rem;border:1px solid #d9e5e3;border-radius:8px;font-family:inherit;font-size:14px;color:var(--text)}.fg input:focus,.fg select:focus,.fg textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 2px #0881781a}.fg textarea{resize:vertical;min-height:100px}.modal-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal{background:#fff;border-radius:12px;max-width:600px;width:100%;max-height:90vh;display:flex;flex-direction:column;animation:slideIn .2s ease}.modal.modal-lg{max-width:900px}.modal.checkout-modal{width:min(900px,96vw);max-width:900px;height:min(640px,92vh);max-height:min(640px,92vh)}.modal.checkout-modal .modal-head,.modal.checkout-modal .modal-body,.modal.checkout-modal .modal-foot{padding:1rem 1.25rem}.modal.modal-sm{max-width:400px}@keyframes slideIn{0%{transform:translateY(-20px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-head{padding:1.5rem;border-bottom:1px solid #e3e6f3;display:flex;justify-content:space-between;align-items:center;gap:1rem}.modal-head h3{margin:0;font-size:1.25rem}.modal-close{background:none;border:none;font-size:1.5rem;color:var(--subtext);cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s}.modal-close:hover{background:#f8f9fa;color:var(--text)}.modal-body{padding:1.5rem;overflow-y:auto;flex:1}.checkout-modal-body{overflow:hidden;display:grid;gap:.75rem}.checkout-modal-grid{display:grid;grid-template-columns:1.55fr 1fr;gap:1rem;min-height:0}.checkout-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:.45rem;align-content:start}.checkout-address-span-2{grid-column:span 2}.checkout-address-span-2 select{max-width:50%;background:#e8f5f3;color:#1a1a1a;border:2px solid #4ad3be;border-radius:10px;padding:.68rem 1rem;font-weight:600;font-size:14px;cursor:pointer;transition:all .2s ease}.checkout-address-span-2 select:hover:not(:disabled){background:#d4ede8;border-color:#2a9d8f;box-shadow:0 4px 12px #3ad5c14d}.checkout-address-span-2 select:disabled{opacity:.6;cursor:not-allowed}.checkout-form-grid .fg textarea{min-height:110px}.checkout-form-grid .fg{gap:.3rem}.checkout-form-grid .fg label{font-size:12.7px;font-weight:600}.checkout-form-grid .fg input,.checkout-form-grid .fg select,.checkout-form-grid .fg textarea{font-size:13.8px;padding:.58rem .72rem}.checkout-form-grid .fg select{cursor:pointer;-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}.checkout-summary-pane{border:1px solid #d9e5e3;border-radius:12px;padding:.8rem;display:grid;gap:.65rem;grid-template-rows:auto 1fr auto;min-height:0}.checkout-summary-pane h4{margin:0}.checkout-items-scroll{overflow-y:auto;min-height:0;max-height:320px;border:1px solid #edf3f2;border-radius:10px;padding:.55rem;display:grid;gap:.45rem}.checkout-item-row{display:flex;justify-content:space-between;gap:.7rem;border-bottom:1px solid #eff4f3;padding-bottom:.45rem}.checkout-item-row:last-child{border-bottom:0;padding-bottom:0}.checkout-item-row p{margin:.22rem 0 0;font-size:12px}.checkout-summary-total{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #e7efed;padding-top:.55rem}.checkout-delivery-estimate{border-top:1px solid #e7efed;padding-top:.62rem;display:grid;grid-template-columns:1fr auto;gap:.18rem .8rem;align-items:start}.checkout-delivery-estimate span{color:#506d72;font-size:12px;font-weight:700}.checkout-delivery-estimate strong{color:#075f59;font-size:13.5px;text-align:right}.checkout-delivery-estimate small{grid-column:1 / -1;color:#6a7f83;font-size:11.5px;line-height:1.4}.checkout-receipt-card{border:1px solid #dce8e5;border-radius:12px;padding:.8rem;background:#f8fcfb}.checkout-receipt-card h4{margin:0 0 .45rem}.checkout-receipt-card p{margin:.2rem 0;font-size:13px}.checkout-modal-foot{justify-content:space-between;align-items:center;width:100%}.checkout-payment-group,.checkout-place-order-group{display:flex;align-items:center;gap:.6rem}.checkout-payment-group{flex:1;justify-content:flex-start;flex-wrap:wrap}.checkout-place-order-group{margin-left:auto;justify-content:flex-end}.checkout-credit-hint{flex-basis:100%;margin:.15rem 0 0;border:1px solid #cfe8e6;border-radius:8px;background:#f1fbfa;color:#45636b;font-size:12px;line-height:1.45;padding:.65rem .75rem}.checkout-credit-hint a{color:#08736c;font-weight:900;text-decoration:underline}.checkout-payment-group .checkout-pay-btn{border-color:#d7e2e5;background:#fff}.checkout-payment-group .checkout-pay-btn--gcash{border-color:#1d8fe3;color:#fff;background:#1d8fe3}.checkout-payment-group .checkout-pay-btn--gcash:hover{border-color:#0b6fbe;color:#fff;background:#167bd0}.checkout-payment-group .checkout-pay-btn--gcash.is-active{border-color:#0b6fbe;color:#fff;background:#167bd0;box-shadow:0 0 0 3px #1d8fe338,0 8px 18px #1d8fe340}.checkout-payment-group .checkout-pay-btn--credit{border-color:#aebbc1;color:#33434a;background:#e8ecef}.checkout-payment-group .checkout-pay-btn--credit:hover{border-color:#87969d;color:#26363d;background:#d9dee2}.checkout-payment-group .checkout-pay-btn--credit.is-active{border-color:#df6060;color:#fff;background:#df6060}.checkout-payment-group .checkout-pay-btn--credit.is-active:hover{border-color:#c74949;color:#fff;background:#c74949}.checkout-payment-group .checkout-pay-btn--cod:hover{border-color:#9cb1b6;color:#173f4b;background:#f1f5f6}.checkout-payment-group .checkout-pay-btn--cod.is-active{border-color:#0a8a7e;background:#dff7f4;color:#0a6662}.checkout-payment-group .checkout-pay-btn--cod.is-active:hover{border-color:#08736c;color:#075f59;background:#ccefeb}.checkout-modal-foot .btn.is-active:not(.checkout-pay-btn){border-color:#0a8a7e;background:#dff7f4;color:#0a6662}.modal-foot{padding:1.5rem;border-top:1px solid #e3e6f3;display:flex;gap:1rem;justify-content:flex-end}.product-variation-modal-backdrop{z-index:1300}.product-variation-modal{width:min(520px,100%)}.product-variation-modal-body{display:grid;gap:.85rem}.product-variation-modal-copy{margin:0}.product-variation-options{display:grid;gap:.65rem}.product-variation-option{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:.75rem;padding:.85rem .95rem;border:1px solid #d9e5e3;border-radius:12px;background:#fff;cursor:pointer}.product-variation-option input{margin:0}.product-variation-option-label{font-weight:600;color:var(--text)}.product-variation-option-stock{font-size:12px;color:var(--subtext)}.product-variation-option.is-selected{border-color:var(--primary);box-shadow:0 0 0 2px #0881781f}.product-variation-option.is-disabled{opacity:.55;cursor:not-allowed}.product-variation-modal-error{margin:0}.product-details-add-error{margin:.35rem 0 0}.order-details{display:grid;gap:1.5rem}.detail-section{border:1px solid #e3e6f3;padding:1rem;border-radius:8px;background:#f8f9fa}.detail-section h4{margin:0 0 .8rem;font-size:1rem;color:var(--text)}.detail-section p{margin:.3rem 0;font-size:14px;color:var(--text)}.detail-table{width:100%;border-collapse:collapse;font-size:14px}.detail-table th,.detail-table td{padding:.6rem;text-align:left;border-bottom:1px solid #d9e5e3}.detail-table th{background:#fff;font-weight:600;color:var(--subtext)}.btn{padding:.8rem 1.5rem;border:none;border-radius:8px;font-weight:500;cursor:pointer;transition:all .2s;font-family:inherit;font-size:14px}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:#047060;transform:translateY(-2px);box-shadow:0 4px 12px #0881784d}.btn-primary:disabled,.btn-primary:disabled:hover{background:#b8c0c6;color:#eef1f4;cursor:not-allowed;transform:none;box-shadow:none}.solid-btn:disabled,.solid-btn:disabled:hover{background:#b8c0c6;color:#eef1f4;cursor:not-allowed;filter:none}.btn-ghost{background:transparent;color:var(--text);border:1px solid #d9e5e3}.btn-ghost:hover{background:#f8f9fa;border-color:var(--subtext)}@media(max-width:768px){.form-row{grid-template-columns:1fr}.modal{max-height:95vh}.modal-head h3{font-size:1.1rem}.modal.checkout-modal{height:min(700px,94vh);max-height:min(700px,94vh)}.checkout-modal-grid,.checkout-form-grid{grid-template-columns:1fr}.checkout-address-span-2{grid-column:span 1}.account-layout{grid-template-columns:1fr;gap:1rem}.account-sidebar{position:static;top:auto;margin-bottom:0}.account-sidebar-nav{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem}.account-sidebar-item{border-left:none;border-bottom:2px solid transparent;padding:.5rem;text-align:center}.account-sidebar-item.is-active{border-left:none;border-bottom-color:var(--primary)}.profile-field-row-group{grid-template-columns:1fr}}.account-layout{display:grid;grid-template-columns:220px 1fr;gap:2rem;margin-top:2rem}.account-sidebar{position:sticky;top:100px;height:fit-content}.account-sidebar-nav{display:flex;flex-direction:column;gap:0;list-style:none;margin:0;padding:0}.account-sidebar-item{display:block;width:100%;text-align:left;background:transparent;border:none;border-left:3px solid transparent;padding:.75rem 1rem;font-size:14px;font-weight:600;color:#7a8a91;cursor:pointer;transition:all .2s ease}.account-sidebar-item:hover{color:var(--text);background:#f8f9fa}.account-sidebar-item.is-active{color:var(--primary);background:#08817814;border-left-color:var(--primary)}.account-content{display:grid;gap:1.5rem}.account-tabs{display:flex;gap:.5rem;border-bottom:2px solid #e3e6f3;margin-bottom:1.5rem}.account-tab{background:none;border:none;border-bottom:3px solid transparent;padding:.75rem 1rem;font-size:14px;font-weight:600;color:#7a8a91;cursor:pointer;transition:all .2s ease}.account-tab:hover{color:var(--text)}.account-tab.is-active{color:var(--primary);border-bottom-color:var(--primary)}.account-section{border:1px solid #d9e5e3;border-radius:14px;background:#fff;padding:1.5rem;margin-bottom:0}.account-section h2{margin:0 0 .5rem;font-size:1.3rem;color:var(--text)}.profile-fields{display:grid;gap:1.2rem;margin-top:1.5rem}.profile-field-row-group{display:grid;grid-template-columns:1fr 1fr .8fr;gap:.8rem}.profile-field-row{display:grid;gap:.4rem}.profile-field-row label{font-weight:600;font-size:13px;color:#7a8a91;text-transform:uppercase;letter-spacing:.02em}.profile-field-with-edit{display:flex;gap:.5rem;align-items:stretch}.profile-field-with-edit input{flex:1;border:1px solid #d9e5e3;border-radius:8px;padding:.7rem .85rem;font-size:14px;background:#fff;color:var(--text)}.profile-field-with-edit input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 2px #0881781a}.profile-field-with-edit input:disabled{background:#f8f9fa;color:#7a8a91;cursor:default}.profile-field-with-edit input.is-editing{background:#fff;border-color:#088178}.profile-edit-btn{display:flex;align-items:center;justify-content:center;background:none;border:1px solid #d9e5e3;border-radius:8px;width:40px;flex:0 0 40px;color:var(--primary);cursor:pointer;transition:all .2s ease}.profile-edit-btn:hover:not(:disabled){border-color:var(--primary);background:#08817814}.profile-edit-btn:disabled{opacity:.5;cursor:not-allowed}.profile-save-btn{margin-top:1.5rem;padding:.7rem 1.5rem;border:none;border-radius:8px;background:var(--primary);color:#fff;font-weight:600;cursor:pointer;transition:all .2s ease}.profile-save-btn:hover:not(:disabled){filter:brightness(.95)}.profile-save-btn:disabled{background:#b8c0c6;color:#eef1f4;cursor:not-allowed}.password-row-with-toggle{display:flex;gap:.4rem;align-items:stretch}.password-row-with-toggle input{flex:1;border:1px solid #d9e5e3;border-radius:8px;padding:.7rem .85rem;font-size:14px;background:#fff;color:var(--text)}.password-row-with-toggle input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 2px #0881781a}.password-toggle-btn{display:flex;align-items:center;justify-content:center;background:none;border:1px solid #d9e5e3;border-radius:8px;width:40px;flex:0 0 40px;color:#7a8a91;cursor:pointer;transition:all .2s ease}.password-toggle-btn:hover:not(:disabled){border-color:var(--primary);color:var(--primary);background:#08817814}.password-toggle-btn:disabled{opacity:.5;cursor:not-allowed}.password-retype-hint{display:flex;align-items:center;gap:.4rem;margin:.4rem 0 .8rem;font-size:12px;color:#7a8a91}.password-retype-hint.is-match{color:#0b8f53}.password-retype-hint.is-mismatch{color:#d62839}.password-checks-list{margin:.8rem 0 1rem;padding:0;list-style:none;display:grid;gap:.35rem}.password-checks-list li{display:flex;align-items:center;gap:.4rem;font-size:12px;color:#7a8a91}.password-checks-list li.valid{color:#0b8f53}.password-checks-list li.invalid{color:#d62839}.auth-check-icon{display:inline-flex;align-items:center;justify-content:center;width:14px;height:14px;border-radius:50%;font-size:10px;font-weight:700;flex:0 0 14px}.password-checks-list li.valid .auth-check-icon{background:#d4f4e9;color:#0b8f53}.password-checks-list li.invalid .auth-check-icon{background:#fce7e7;color:#d62839}.addresses-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;margin-top:1.5rem}.address-card{border:1px solid #d9e5e3;border-radius:12px;padding:1.25rem;background:#fff;display:flex;flex-direction:column;gap:1rem;transition:all .2s ease}.address-card:hover{border-color:var(--primary);box-shadow:0 2px 8px #0881781a}.address-card-header{display:flex;justify-content:space-between;align-items:flex-start}.address-label{margin:0;font-size:1rem;color:var(--text);font-weight:700}.address-badge{display:inline-block;background:#0881781a;color:var(--primary);padding:.25rem .6rem;border-radius:4px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.02em;margin-top:.35rem}.address-card-content{display:flex;flex-direction:column;gap:.35rem;font-size:14px;color:#7a8a91}.address-card-content p{margin:0;line-height:1.5}.address-card-content strong{color:var(--text);font-weight:600}.address-card-actions{display:flex;flex-direction:column;gap:.6rem;margin-top:.5rem;padding-top:.75rem;border-top:1px solid #e3e6f3}.address-action-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.6rem .9rem;border:1px solid #d9e5e3;border-radius:8px;background:#fff;color:var(--text);font-size:13px;font-weight:600;cursor:pointer;transition:all .2s ease}.address-action-btn:hover:not(:disabled){border-color:var(--primary);color:var(--primary);background:#08817814}.address-action-btn.edit{color:#06c;border-color:#06c}.address-action-btn.edit:hover:not(:disabled){background:#0066cc14}.address-action-btn.delete{color:#d62839;border-color:#d62839}.address-action-btn.delete:hover:not(:disabled){background:#d6283914}.address-action-btn:disabled{opacity:.5;cursor:not-allowed}.account-credit-section{border:0;background:transparent;padding:0;display:grid;gap:1.2rem}.account-credit-head{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.account-credit-head p{margin:0}.account-credit-head .solid-btn:disabled{background:#b8c0c6;color:#eef1f4;cursor:not-allowed}.account-credit-contract-panel,.account-credit-balance-panel{border:1px solid #d9e5e3;border-radius:14px;display:grid;gap:1rem;padding:1rem}.account-credit-contract-panel{background:#fbfdfd}.account-credit-balance-panel{background:linear-gradient(180deg,#f5fbfb,#fff 34%);border-color:#bfe1df}.account-credit-panel-head{align-items:flex-start;display:flex;justify-content:space-between;gap:1rem}.account-credit-panel-head h3,.account-credit-panel-head p{margin:0}.account-credit-panel-head h3{color:#173f4b;font-size:1.05rem}.account-credit-panel-head .solid-btn{flex:0 0 auto}.account-credit-panel-head .solid-btn:disabled{background:#b8c0c6;color:#eef1f4;cursor:not-allowed}.account-credit-application-state{border:1px solid transparent;border-radius:999px;cursor:default;flex:0 0 auto;font-weight:900;padding:.55rem .85rem;text-transform:uppercase}.account-credit-application-state--approved{background:#e2f7ea;color:#1f8a4c}.account-credit-application-state--pending{background:#fff2d5;color:#a36616}.account-credit-application-state--rejected{background:#ffe1e1;color:#b33f3f}.account-credit-application-state--none{background:#eef2f4;color:#61757c}.account-credit-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.8rem}.account-credit-stat{border:1px solid #d9e5e3;border-radius:12px;background:#f9fcfb;padding:1rem;display:grid;gap:.35rem}.account-credit-stat span{color:#687b82;font-size:12px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.account-credit-stat strong{color:#173f4b;font-size:1.35rem;line-height:1.2}.account-credit-stat small{color:#6f8288;line-height:1.35}.account-credit-stat.is-primary{border-color:#9bd4ce;background:#eefafa}.account-credit-stat.is-primary strong{color:var(--primary)}.account-credit-stat.is-warning{border-color:#f0c4c4;background:#fff6f6}.account-credit-stat.is-warning strong{color:#b83a3a}.account-credit-access-card{align-items:center;border:1px solid #cfe8e6;border-radius:12px;background:#f5fbfb;display:flex;justify-content:space-between;gap:1rem;padding:1rem}.account-credit-access-card h3,.account-credit-access-card p{margin:.3rem 0 0}.account-credit-access-card small{color:#6f8288;font-weight:700}.account-credit-access-status{border-radius:999px;display:inline-flex;font-size:11px;font-weight:900;padding:.35rem .65rem;text-transform:uppercase}.account-credit-access-status--approved{background:#e2f7ea;color:#1f8a4c}.account-credit-access-status--pending{background:#fff2d5;color:#a36616}.account-credit-access-status--rejected{background:#ffe1e1;color:#b33f3f}.account-credit-access-status--none{background:#eef2f4;color:#61757c}.account-credit-application{border:1px solid #d9e5e3;border-radius:12px;display:grid;gap:.9rem;padding:1rem}.account-credit-application-head h3,.account-credit-application-head p{margin:0}.account-credit-application-grid{display:grid;gap:.8rem;grid-template-columns:repeat(2,minmax(0,1fr))}.account-credit-application label,.account-credit-upload,.account-credit-signature{color:#344d55;display:grid;gap:.35rem;font-size:13px;font-weight:800}.account-credit-application input,.account-credit-application select{border:1px solid #cfe0de;border-radius:8px;color:#173f4b;font:inherit;font-weight:500;padding:.7rem .8rem}.account-credit-upload{border:1px dashed #9ecfca;border-radius:10px;background:#f6fcfb;padding:.9rem}.account-credit-upload input{padding:0}.account-credit-upload span{color:#6f8288;font-size:12px;font-weight:600}.account-credit-contract-box{border:1px solid #d9e5e3;border-radius:10px;background:#fbfdfd;padding:.85rem}.account-credit-contract-box strong{color:#0b6963}.account-credit-contract-box p{color:#5f747a;line-height:1.55;margin:.35rem 0 0}.account-credit-check{align-items:flex-start!important;display:grid!important;gap:.65rem!important;grid-template-columns:18px minmax(0,1fr);font-weight:600!important;justify-content:flex-start;line-height:1.45;width:100%}.account-credit-check input[type=checkbox]{accent-color:var(--primary);border:1px solid #8aa4a9;flex:0 0 auto;height:16px;margin-top:.2rem;padding:0;width:16px}.account-credit-check span{color:#405c64;min-width:0}.account-credit-rejected{border:1px solid #f0c4c4;border-radius:8px;background:#fff6f6;color:#a83232;font-weight:700;margin:0;padding:.7rem .8rem}.account-credit-note{display:grid;grid-template-columns:auto 1fr;gap:.8rem;border:1px solid #d9e5e3;border-radius:10px;background:#f8fbfc;padding:.85rem 1rem}.account-credit-note strong{color:#0b6963}.account-credit-note span{color:#5f747a;line-height:1.5}.account-credit-ledger{border:1px solid #d9e5e3;border-radius:12px;overflow:hidden}.account-credit-ledger-head{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:.95rem 1rem;background:#f8fbfc;border-bottom:1px solid #d9e5e3}.account-credit-ledger-head h3{margin:0;font-size:1rem}.account-credit-ledger-head span{color:#6f8288;font-size:12px;font-weight:700}.account-credit-empty{padding:1.4rem;text-align:center}.account-credit-empty h3,.account-credit-empty p{margin:0}.account-credit-empty p{margin-top:.4rem}.account-credit-table-wrap{overflow-x:auto}.account-credit-table{width:100%;border-collapse:collapse;min-width:980px}.account-credit-table th,.account-credit-table td{padding:.85rem 1rem;border-bottom:1px solid #edf3f2;text-align:left;vertical-align:top;font-size:13px}.account-credit-table th{color:#61757c;background:#eef8f8;font-size:11px;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.account-credit-table tr:last-child td{border-bottom:0}.account-credit-table td strong,.account-credit-table td span{display:block}.account-credit-table td span{margin-top:.25rem;color:#7a8a91;font-size:12px}.account-credit-status{display:inline-flex!important;align-items:center;justify-content:center;border-radius:999px;padding:.42rem .72rem;font-size:11px!important;font-weight:800;text-transform:uppercase}.account-credit-status--current{background:#e2f7ea;color:#1f8a4c}.account-credit-status--due-today{background:#fff2d5;color:#a36616}.account-credit-status--overdue{background:#ffe1e1;color:#b33f3f}.account-credit-status--paid{background:#e8f1ff;color:#2262a5}.account-credit-status--cancelled,.account-credit-status--unknown,.account-credit-status--starts-after-delivery{background:#eef2f4;color:#61757c}.account-credit-pay-row-btn{border:1px solid #8bcfca;border-radius:999px;background:#f2fbfa;color:#08736c;cursor:pointer;font-size:12px;font-weight:800;padding:.45rem .75rem;white-space:nowrap}.account-credit-pay-row-btn:disabled{cursor:not-allowed;opacity:.6}.account-credit-pay-modal{max-width:520px}.account-credit-pay-body{padding:1.2rem 1.4rem}.account-credit-pay-total{display:grid;gap:.25rem;border:1px solid #cfe8e6;border-radius:10px;background:#f0fbfa;padding:1rem;margin-bottom:1rem}.account-credit-pay-total span{color:#61757c;font-size:12px;font-weight:800;text-transform:uppercase}.account-credit-pay-total strong{color:var(--primary);font-size:1.5rem}.account-credit-pay-body p{color:#465b52;line-height:1.6}.account-credit-pay-due{border-top:1px solid #e6eeee;padding-top:.8rem}.account-credit-pay-selection{border:1px solid #d9e5e3;border-radius:12px;display:grid;gap:.75rem;margin-top:1rem;padding:.9rem}.account-credit-pay-selection-head{align-items:center;display:flex;justify-content:space-between;gap:1rem}.account-credit-pay-selection-head strong{color:#173f4b}.account-credit-pay-selection-head div{display:flex;gap:.45rem}.account-credit-pay-selection-head button{border:1px solid #cfe0de;border-radius:999px;background:#fff;color:#0a766f;cursor:pointer;font-size:12px;font-weight:800;padding:.35rem .65rem}.account-credit-pay-selection-head button:disabled{color:#9ba8ad;cursor:not-allowed}.account-credit-pay-list{display:grid;gap:.55rem;max-height:220px;overflow-y:auto;padding-right:.25rem}.account-credit-pay-option{align-items:center;border:1px solid #edf3f2;border-radius:10px;cursor:pointer;display:grid;gap:.65rem;grid-template-columns:auto 1fr auto;padding:.7rem}.account-credit-pay-option span,.account-credit-pay-option small{display:block}.account-credit-pay-option strong{color:#173f4b}.account-credit-pay-option small{color:#71868c;margin-top:.15rem}.account-credit-pay-option b{color:#0a766f;white-space:nowrap}.account-credit-pay-actions{display:flex;gap:.7rem;justify-content:flex-end;padding:0 1.4rem 1.4rem}.account-credit-pay-actions .outline-btn{border:1px solid #cfe0de;border-radius:999px;background:#fff;color:#173f4b;cursor:pointer;font-weight:800;padding:.75rem 1.1rem}@media(max-width:900px){.account-credit-stats{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:560px){.account-credit-head,.account-credit-access-card,.account-credit-panel-head,.account-credit-note{grid-template-columns:1fr;flex-direction:column}.account-credit-head .solid-btn,.account-credit-panel-head .solid-btn,.account-credit-application-state{width:100%}.account-credit-stats,.account-credit-application-grid{grid-template-columns:1fr}}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-content{background:#fff;border-radius:16px;box-shadow:0 10px 40px #0003;max-width:500px;width:100%;max-height:calc(100vh - 2rem);overflow-y:auto;animation:slideUp .3s ease}.modal-content.modal-large{max-width:650px}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e3e6f3}.modal-header h3{margin:0;font-size:1.25rem;color:var(--text)}.modal-close-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;border-radius:8px;background:#f8f9fa;color:#7a8a91;cursor:pointer;transition:all .2s ease}.modal-close-btn:hover{background:#e3e6f3;color:var(--text)}.address-type-selector{display:grid;grid-template-columns:1fr 1fr;gap:1rem;padding:2rem 1.5rem}.address-type-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;padding:2rem 1rem;border:2px solid #d9e5e3;border-radius:12px;background:#fff;color:#7a8a91;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease}.address-type-btn span:first-child{font-size:2.5rem}.address-type-btn:hover{border-color:var(--primary);color:var(--primary);background:#0881780d}.address-type-btn.is-active{border-color:var(--primary);background:#0881781a;color:var(--primary)}.address-form{padding:1.5rem;display:grid;grid-template-columns:1fr 1fr;gap:1rem}.address-form .field-label{display:flex;flex-direction:column;gap:.4rem;font-weight:600;font-size:13px;color:#7a8a91;text-transform:uppercase;letter-spacing:.02em}.address-form .field-label.full-width{grid-column:1 / -1}.address-form .form-row{grid-column:1 / -1;display:grid;grid-template-columns:1fr 1fr;gap:1rem}.address-form .form-row .field-label{min-height:fit-content}.address-form input{border:1px solid #d9e5e3;border-radius:8px;padding:.7rem .85rem;font-size:14px;background:#fff;color:var(--text);font-family:inherit;transition:all .2s ease}.address-form input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 2px #0881781a}.address-form .success-msg,.address-form .error-msg{margin:0;padding:.7rem 1rem;border-radius:8px;font-size:13px;grid-column:1 / -1}.address-form .success-msg{background:#d4f4e9;color:#0b8f53;border:1px solid #b3e5d4}.address-form .error-msg{background:#fce7e7;color:#d62839;border:1px solid #f5b8c0}.field-checkbox{display:flex;align-items:center;gap:.6rem;margin-top:.5rem;font-size:14px;color:var(--text);cursor:pointer}.field-checkbox.full-width{grid-column:1 / -1}.field-checkbox input{width:18px;height:18px;cursor:pointer;accent-color:var(--primary)}@media(max-width:768px){.addresses-grid{grid-template-columns:1fr}.address-form{padding:1rem;grid-template-columns:1fr}.address-form .field-label.full-width{grid-column:1}.modal-content{max-width:95vw}.profile-field-row-group,.address-type-selector{grid-template-columns:1fr}}@media(max-width:768px){.section:has(.account-layout){padding-top:28px}.account-layout{display:grid;grid-template-columns:1fr;gap:1rem;margin-top:1.4rem}.account-sidebar{position:static;top:auto;height:auto;margin:0;overflow-x:auto;padding-bottom:2px;scrollbar-width:none}.account-sidebar::-webkit-scrollbar{display:none}.account-sidebar-nav{display:flex;flex-direction:row;gap:.45rem;width:max-content;min-width:100%;padding:.25rem;border:1px solid #d9e5e3;border-radius:12px;background:#f7fbfa}.account-sidebar-item{width:auto;flex:1 0 auto;min-width:118px;border:0;border-radius:9px;padding:.72rem .85rem;text-align:center;white-space:nowrap;font-size:12.5px}.account-sidebar-item.is-active{border:0;background:#fff;color:var(--primary);box-shadow:0 4px 12px #0881781f}.account-content{width:100%;min-width:0}.account-section{padding:1rem;border-radius:12px}.account-section h2{font-size:1.35rem;line-height:1.15}.profile-fields{gap:1rem;margin-top:1rem}.profile-field-row-group{grid-template-columns:1fr;gap:1rem}.profile-field-with-edit{width:100%;min-width:0;align-items:center}.profile-field-with-edit input{min-width:0;width:100%}.profile-field-with-edit span{flex:1;min-width:0;line-height:1.25}.profile-edit-btn{width:42px;flex-basis:42px}.profile-save-btn{width:100%;margin-top:1rem}}@media(max-width:420px){.section:has(.account-layout) .container{width:min(100% - 28px,1280px)}.account-sidebar-item{min-width:112px;padding:.68rem .75rem}}@media(min-width:700px)and (max-width:1024px){.legacy-pro-grid,.product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:.65rem}.legacy-pro-card{border-radius:20px;padding:9px}.legacy-pro-card img{height:138px;border-radius:16px;margin-bottom:8px}.legacy-pro-des{padding:7px 0 4px}.legacy-pro-des h5{font-size:12px;line-height:1.25}.legacy-star-row,.legacy-pro-stock,.legacy-pro-des span{font-size:10.5px}.legacy-pro-des h4{font-size:13px}.legacy-cart-circle{width:34px;height:34px;line-height:34px;bottom:12px;right:9px}}.track-order-page{padding-top:34px}.track-order-container{display:grid;gap:16px}.track-order-topbar{display:flex;align-items:center;justify-content:space-between;gap:12px}.track-back-btn,.track-refresh-btn{display:inline-flex;align-items:center;gap:7px}.track-orders-link{color:#1f8fa0;font-weight:800;text-decoration:none}.track-order-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:16px;align-items:stretch}.track-map-card,.track-side-card{border-color:#cfe2e6;box-shadow:0 14px 38px #155f6914}.track-map-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:14px}.track-eyebrow{margin:0 0 5px;color:#1f8fa0;font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.track-map-head h1{margin:0;color:#20323a;font-size:clamp(1.35rem,2.5vw,2rem)}.track-map-frame{min-height:440px;border:1px solid #dfeaed;border-radius:18px;overflow:hidden;background:#edf7f8}.track-map-frame iframe{display:block;width:100%;height:440px;border:0}.track-map-placeholder{min-height:440px;display:grid;place-items:center;align-content:center;gap:10px;padding:28px;text-align:center;color:#486168}.track-map-placeholder h2,.track-map-placeholder p{margin:0}.track-map-placeholder h2{color:#20323a;font-size:1.25rem}.track-map-note{margin-top:12px;display:flex;align-items:center;gap:8px;color:#45666d;font-size:13px;font-weight:700}.track-side-card{display:grid;gap:14px;align-content:start}.track-status-pill{display:inline-flex;width:fit-content;align-items:center;gap:7px;border-radius:999px;background:#deefff;border:1px solid #9fc7ef;color:#0a4f96;padding:8px 12px;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.04em}.track-info-block{display:grid;gap:4px;padding-bottom:12px;border-bottom:1px dashed #dce8ea}.track-info-block span{color:#6b7e83;font-size:11px;font-weight:900;letter-spacing:.06em;text-transform:uppercase}.track-info-block strong{color:#20323a;line-height:1.4}.track-info-block small{color:#6b7e83;font-weight:700}.track-help-box{display:flex;gap:10px;border:1px solid #b8dfda;background:#f0fbfa;border-radius:14px;padding:12px;color:#315f66}.track-help-box p{margin:0;font-size:13px;line-height:1.45}.delivery-actions-row{gap:10px;flex-wrap:wrap}.delivery-track-btn{min-height:38px;padding:9px 15px;font-size:13px;text-decoration:none}.is-spinning{animation:track-spin .8s linear infinite}@keyframes track-spin{to{transform:rotate(360deg)}}@media(max-width:880px){.track-order-layout{grid-template-columns:1fr}.track-map-head{flex-direction:column}.track-refresh-btn{width:fit-content}}@media(max-width:560px){.track-order-topbar,.delivery-actions-row{align-items:stretch;flex-direction:column}.track-map-frame,.track-map-frame iframe,.track-map-placeholder{min-height:360px;height:360px}.delivery-track-btn,.delivery-cancel-btn{width:100%;justify-content:center;text-align:center}}.shop-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:22px}.shop-page-summary{margin:0;font-size:13px;font-weight:600}.pagination-bar{display:flex;align-items:center;justify-content:center;gap:10px;margin-top:30px;flex-wrap:wrap}.pagination-pages{display:inline-flex;align-items:center;gap:6px}.pagination-btn,.pagination-page{border:1px solid var(--line);background:#fff;color:var(--primary);border-radius:999px;min-width:40px;min-height:40px;padding:0 14px;font-weight:700;cursor:pointer}.pagination-btn:disabled,.pagination-page:disabled{opacity:.45;cursor:not-allowed}.pagination-page.is-active{background:var(--primary);color:#fff;border-color:var(--primary)}.rating-stars{display:flex;align-items:center;gap:7px;margin:8px 0;color:#6b7280;font-size:13px;line-height:1.2}.rating-stars--compact{gap:5px;margin:4px 0 6px;font-size:11px}.rating-stars-icons{display:inline-flex;gap:1px;letter-spacing:.04em}.rating-star{color:#d1d5db}.rating-star.is-filled{color:#f3b519}.rating-stars-meta{font-weight:600;color:#6b7280}@media(max-width:640px){.shop-section-head{align-items:flex-start;flex-direction:column}.pagination-bar{justify-content:stretch}.pagination-btn{flex:1 1 120px}}.wishlist-heart-btn{position:absolute;top:16px;right:16px;z-index:4;width:36px;height:36px;border-radius:999px;border:1px solid rgba(8,129,120,.18);background:#fffffff0;color:#6b7280;font-size:22px;line-height:1;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 8px 20px #162c321f;transition:transform .18s ease,color .18s ease,background .18s ease}.wishlist-heart-btn:hover{transform:translateY(-1px) scale(1.04);color:#e45454}.wishlist-heart-btn.is-active{color:#e45454;background:#fff5f5;border-color:#e454543d}.detail-action-row{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem;margin-top:.35rem}.wishlist-detail-btn{min-height:42px;border-radius:999px;border:1px solid rgba(8,129,120,.22);background:#fff;color:#17424a;padding:.72rem 1.05rem;font-weight:700;display:inline-flex;align-items:center;justify-content:center;gap:.45rem;cursor:pointer;transition:background .18s ease,border-color .18s ease,color .18s ease}.wishlist-detail-btn span{font-size:18px;line-height:1}.wishlist-detail-btn:hover,.wishlist-detail-btn.is-active{background:#fff5f5;border-color:#e4545447;color:#d43f3f}.wishlist-head{align-items:flex-start;gap:1rem}.wishlist-count{margin:-.35rem 0 1rem}.wishlist-empty-card{width:min(560px,100%);margin:1rem auto 0;padding:clamp(1.6rem,4vw,2.4rem);border:1px solid #d9e7e6;border-radius:24px;background:linear-gradient(135deg,#fff,#f7fcfb);text-align:center;box-shadow:0 18px 45px #14373d14}.wishlist-empty-icon{width:64px;height:64px;margin:0 auto .85rem;border-radius:999px;background:#fff5f5;color:#e45454;display:inline-flex;align-items:center;justify-content:center;font-size:34px}.wishlist-empty-card h2{margin:0 0 .45rem;color:#17333a}.wishlist-empty-card .solid-btn{margin-top:1rem}@media(max-width:720px){.wishlist-head{flex-direction:column}.detail-action-row{align-items:stretch}.detail-action-row .inline-btn,.wishlist-detail-btn{width:100%}}.wishlist-toolbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin:-.35rem 0 1.1rem}.wishlist-toolbar .wishlist-count{margin:0}.wishlist-toolbar-note{border-radius:999px;background:#f2fbfa;color:#35706d;font-size:.85rem;font-weight:700;padding:.5rem .75rem}.wishlist-list{display:grid;gap:1rem}.wishlist-item-card{display:grid;grid-template-columns:minmax(0,1fr) 220px;gap:1rem;align-items:stretch;border:1px solid #dcebe9;border-radius:24px;background:#fff;padding:1rem;box-shadow:0 14px 36px #15363c14}.wishlist-item-main{display:grid;grid-template-columns:150px minmax(0,1fr);gap:1rem;color:inherit;text-decoration:none}.wishlist-item-image-wrap{width:150px;min-height:150px;border-radius:20px;overflow:hidden;background:#f4faf9}.wishlist-item-image-wrap img{width:100%;height:100%;object-fit:cover;display:block}.wishlist-item-info{min-width:0;display:flex;flex-direction:column;gap:.55rem}.wishlist-item-category{margin:0 0 .2rem;color:#088178;font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.wishlist-item-info h2{margin:0;color:#17333a;font-size:clamp(1.05rem,2vw,1.35rem)}.wishlist-item-description{margin:0;color:#6b7280;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.wishlist-item-side{border-left:1px solid #e8f1ef;padding-left:1rem;display:flex;flex-direction:column;align-items:flex-end;justify-content:space-between;gap:.85rem;text-align:right}.wishlist-item-side strong{color:#088178;font-size:1.25rem}.wishlist-item-side .in-stock,.wishlist-item-side .out-of-stock{border-radius:999px;font-size:.82rem;font-weight:800;padding:.42rem .65rem}.wishlist-item-side .in-stock{background:#ecfdf5;color:#047857}.wishlist-item-side .out-of-stock{background:#fff1f2;color:#be123c}.wishlist-item-actions{width:100%;display:grid;gap:.55rem}.wishlist-item-actions .solid-btn,.wishlist-remove-btn{width:100%;justify-content:center}.wishlist-remove-btn{border:1px solid rgba(228,84,84,.28);border-radius:999px;background:#fff5f5;color:#d43f3f;cursor:pointer;font-weight:800;padding:.7rem 1rem;transition:transform .18s ease,background .18s ease}.wishlist-remove-btn:hover:not(:disabled){transform:translateY(-1px);background:#ffecec}.wishlist-remove-btn:disabled{cursor:wait;opacity:.65}@media(max-width:820px){.wishlist-toolbar,.wishlist-item-side{align-items:flex-start;text-align:left}.wishlist-toolbar,.wishlist-item-card,.wishlist-item-main{grid-template-columns:1fr}.wishlist-item-side{border-left:0;border-top:1px solid #e8f1ef;padding-left:0;padding-top:1rem}.wishlist-item-image-wrap{width:100%;min-height:220px}}.legacy-b3-link{display:block;text-decoration:none}.shop-branch-stock-filter{display:flex;flex-direction:column;gap:6px;align-items:flex-end;min-width:220px}.shop-branch-stock-filter label{font-weight:700;font-size:.85rem;color:#555}.shop-branch-stock-filter select{width:100%;border:1px solid #d7e5e8;border-radius:12px;padding:10px 12px;background:#fff;color:#1f2933;font-weight:600}@media(max-width:720px){.shop-branch-stock-filter{align-items:stretch;width:100%}}.cart-branch-tag{display:inline-flex;align-items:center;width:fit-content;margin-top:.35rem;padding:.25rem .55rem;border-radius:999px;background:#eef8f7;color:#25645e;font-size:12px;font-weight:700;border:1px solid #c9e6e2}.checkout-locked-branch{width:100%;min-height:44px;display:flex;align-items:center;padding:.72rem .85rem;border-radius:12px;border:1px solid #cfe3df;background:#f6fbfa;color:#1f4f49;font-weight:700}
