:root{--primary:#1a56db;--primary-dark:#1241a8;--primary-light:#e8f0fe;--secondary:#f97316;--secondary-dark:#ea580c;--accent:#059669;--danger:#dc2626;--warning:#f59e0b;--bg:#f8fafc;--surface:#fff;--surface-2:#f1f5f9;--border:#e2e8f0;--border-2:#cbd5e1;--text:#0f172a;--text-muted:#64748b;--text-light:#94a3b8;--steel:#334155;--steel-light:#475569;--yellow-stripe:#fbbf24;--container:1280px;--header-h:70px;--shadow-sm:0 1px 3px #00000014,0 1px 2px #0000000f;--shadow:0 4px 6px #00000012,0 2px 4px #0000000f;--shadow-md:0 10px 15px #00000014,0 4px 6px #0000000d;--shadow-lg:0 20px 25px #00000017,0 8px 10px #0000000d;--shadow-inset:inset 0 2px 4px #0000000f;--radius-sm:4px;--radius:8px;--radius-md:12px;--radius-lg:16px;--radius-full:9999px;--transition:all .2s ease;--transition-slow:all .35s ease}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Tahoma,sans-serif;font-size:15px;line-height:1.6}h1,h2,h3,h4,h5,h6{color:var(--text);font-family:Tahoma,sans-serif;font-weight:700;line-height:1.2}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}button{cursor:pointer;font-family:inherit}input,textarea,select{font-family:inherit}.container{max-width:var(--container);margin:0 auto;padding:0 16px}@media (min-width:640px){.container{padding:0 24px}}@media (min-width:1024px){.container{padding:0 32px}}.btn{border-radius:var(--radius);transition:var(--transition);white-space:nowrap;cursor:pointer;border:2px solid #0000;align-items:center;gap:8px;padding:10px 20px;font-size:14px;font-weight:600;display:inline-flex}.btn-primary{background:var(--primary);color:#fff;border-color:var(--primary)}.btn-primary:hover{background:var(--primary-dark);border-color:var(--primary-dark);box-shadow:var(--shadow-md);transform:translateY(-1px)}.btn-secondary{background:var(--secondary);color:#fff;border-color:var(--secondary)}.btn-secondary:hover{background:var(--secondary-dark);border-color:var(--secondary-dark);box-shadow:var(--shadow-md);transform:translateY(-1px)}.btn-outline{color:var(--primary);border-color:var(--primary);background:0 0}.btn-outline:hover{background:var(--primary);color:#fff}.btn-ghost{color:var(--text-muted);border-color:var(--border);background:0 0}.btn-ghost:hover{background:var(--surface-2);color:var(--text)}.btn-sm{padding:6px 14px;font-size:13px}.btn-lg{padding:10px 28px;font-size:16px}.btn-block{justify-content:center;width:100%}.card{background:var(--surface);border-radius:var(--radius-md);border:1px solid var(--border);transition:var(--transition);overflow:hidden}.card:hover{box-shadow:var(--shadow-md);border-color:var(--border-2)}.card-body{padding:16px}.badge{border-radius:var(--radius-full);letter-spacing:.05em;text-transform:uppercase;align-items:center;padding:2px 8px;font-size:11px;font-weight:600;display:inline-flex}.badge-primary{background:var(--primary-light);color:var(--primary-dark)}.badge-success{color:#166534;background:#dcfce7}.badge-warning{color:#854d0e;background:#fef9c3}.badge-danger{color:#991b1b;background:#fee2e2}.badge-gray{background:var(--surface-2);color:var(--text-muted)}.form-group{margin-bottom:16px}.form-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;margin-bottom:6px;font-size:13px;font-weight:600;display:block}.form-input{background:var(--surface);border:1.5px solid var(--border);border-radius:var(--radius);width:100%;color:var(--text);transition:var(--transition);outline:none;padding:10px 14px;font-size:15px}.form-input:focus{border-color:var(--primary);box-shadow:0 0 0 3px #1a56db1f}.form-input::placeholder{color:var(--text-light)}textarea.form-input{resize:vertical;min-height:100px}.section-header{margin-bottom:24px}.section-label{text-transform:uppercase;letter-spacing:.1em;color:var(--secondary);align-items:center;gap:8px;margin-bottom:8px;font-size:12px;font-weight:700;display:inline-flex}.section-label:before{content:"";background:var(--secondary);border-radius:2px;width:20px;height:3px;display:block}.section-title{color:var(--text);font-size:clamp(24px,3vw,36px);font-weight:800}.section-title span{color:var(--primary)}.section-subtitle{color:var(--text-muted);margin-top:8px;font-size:15px}.stripe-top{background:repeating-linear-gradient(-45deg,var(--primary)0px,var(--primary)8px,var(--yellow-stripe)8px,var(--yellow-stripe)16px);height:5px}.product-card{background:var(--surface);border-radius:var(--radius-md);border:1px solid var(--border);transition:var(--transition-slow);position:relative;overflow:hidden}.product-card:hover{box-shadow:var(--shadow-lg);border-color:var(--primary);transform:translateY(-4px)}.product-card .img-wrap{aspect-ratio:1;background:var(--surface-2);position:relative;overflow:hidden}.product-card .img-wrap img{object-fit:contain;width:100%;height:100%;padding:12px;transition:transform .4s}.product-card:hover .img-wrap img{transform:scale(1.06)}.product-card .card-body{border-top:1px solid var(--border);padding:14px}.product-card .product-name{color:var(--text);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin-bottom:6px;font-size:14px;font-weight:600;display:-webkit-box;overflow:hidden}.product-card .product-sku{color:var(--text-light);margin-bottom:8px;font-family:monospace;font-size:11px}.product-card .price{color:var(--primary);font-family:Tahoma,sans-serif;font-size:18px;font-weight:800}.product-card .price-member{color:var(--accent);font-size:13px;font-weight:600}.product-card .price-original{color:var(--text-light);font-size:13px;text-decoration:line-through}.breadcrumb{color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:6px;padding:12px 0;font-size:13px;display:flex}.breadcrumb a:hover{color:var(--primary)}.breadcrumb .sep{color:var(--text-light)}.breadcrumb .current{color:var(--text);font-weight:600}.pagination{flex-wrap:wrap;justify-content:center;align-items:center;gap:6px;margin-top:40px;display:flex}.page-btn{border-radius:var(--radius);border:1.5px solid var(--border);background:var(--surface);cursor:pointer;width:36px;height:36px;transition:var(--transition);color:var(--text-muted);justify-content:center;align-items:center;font-size:14px;font-weight:600;display:flex}.page-btn:hover,.page-btn.active{background:var(--primary);border-color:var(--primary);color:#fff}.tag{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-full);color:var(--text-muted);transition:var(--transition);cursor:pointer;align-items:center;padding:4px 10px;font-size:12px;font-weight:500;display:inline-flex}.tag:hover,.tag.active{background:var(--primary-light);border-color:var(--primary);color:var(--primary)}.floating-btns{z-index:900;flex-direction:column;gap:10px;display:flex;position:fixed;bottom:24px;right:20px}.float-btn{border-radius:var(--radius-full);width:50px;height:50px;box-shadow:var(--shadow-lg);transition:var(--transition);cursor:pointer;border:none;justify-content:center;align-items:center;display:flex;position:relative;overflow:visible}.float-btn:hover{transform:scale(1.12)}.float-btn-zalo{background:#0068ff}.float-btn-phone{background:#10b981}.float-btn-cart{background:var(--primary)}.float-btn svg{color:#fff}.float-badge{background:var(--danger);color:#fff;border-radius:var(--radius-full);justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 3px;font-size:10px;font-weight:700;display:flex;position:absolute;top:-5px;right:-5px}.float-tooltip{background:var(--steel);color:#fff;border-radius:var(--radius);white-space:nowrap;opacity:0;pointer-events:none;transition:var(--transition);padding:4px 10px;font-size:12px;font-weight:600;position:absolute;top:50%;right:calc(100% + 10px);transform:translateY(-50%)}.float-btn:hover .float-tooltip{opacity:1}.float-tooltip:after{content:"";border:5px solid #0000;border-right:none;border-left-color:var(--steel);position:absolute;top:50%;right:-5px;transform:translateY(-50%)}@keyframes bounce-badge{0%,to{transform:scale(1)}50%{transform:scale(1.3)}}.float-badge.animate{animation:.4s bounce-badge}.divider{background:var(--border);height:1px;margin:24px 0}.divider-v{background:var(--border);align-self:stretch;width:1px}.skeleton{background:linear-gradient(90deg,var(--surface-2)25%,var(--border)50%,var(--surface-2)75%);border-radius:var(--radius);background-size:200% 100%;animation:1.4s infinite skeleton}@keyframes skeleton{0%{background-position:200% 0}to{background-position:-200% 0}}.scroll-top{background:var(--steel);color:#fff;border-radius:var(--radius);cursor:pointer;z-index:899;opacity:0;width:40px;height:40px;transition:var(--transition);box-shadow:var(--shadow);border:none;justify-content:center;align-items:center;display:flex;position:fixed;bottom:88px;right:20px}.scroll-top.visible{opacity:1}.scroll-top:hover{background:var(--primary);transform:translateY(-2px)}.table-wrap{border-radius:var(--radius-md);border:1px solid var(--border);overflow-x:auto}table{border-collapse:collapse;width:100%}thead tr{background:var(--steel);color:#fff}thead th{text-transform:uppercase;letter-spacing:.06em;text-align:left;padding:12px 16px;font-size:12px;font-weight:700}tbody tr{border-bottom:1px solid var(--border);transition:var(--transition)}tbody tr:hover{background:var(--surface-2)}tbody td{padding:12px 16px;font-size:14px}tbody tr:last-child{border-bottom:none}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.flex{display:flex}.flex-center{justify-content:center;align-items:center;display:flex}.flex-between{justify-content:space-between;align-items:center;display:flex}.grid{display:grid}.gap-2{gap:8px}.gap-3{gap:12px}.gap-4{gap:16px}.gap-6{gap:24px}.text-center{text-align:center}.text-right{text-align:right}.text-muted{color:var(--text-muted)}.font-bold{font-weight:700}.mt-2{margin-top:8px}.mt-4{margin-top:16px}.mt-6{margin-top:24px}.mb-4{margin-bottom:16px}.py-12{padding-block:48px}.w-full{width:100%}.relative{position:relative}.overflow-hidden{overflow:hidden}@media (max-width:768px){:root{--header-h:60px}.hide-mobile{display:none!important}.floating-btns{bottom:16px;right:14px}.float-btn{width:44px;height:44px}}@media (min-width:769px){.show-mobile{display:none!important}}
.Header-module__ldgnoG__topBar{background:var(--steel);color:#fff;padding:6px 0;font-size:12px}.Header-module__ldgnoG__topBarInner{justify-content:space-between;align-items:center;gap:16px;display:flex}.Header-module__ldgnoG__topBarRight{align-items:center;gap:8px;display:flex}.Header-module__ldgnoG__topBarRight a{color:#cbd5e1}.Header-module__ldgnoG__topBarRight a:hover{color:#fff}.Header-module__ldgnoG__header{z-index:1000;background:var(--surface);border-bottom:1px solid var(--border);transition:box-shadow .3s;position:fixed;top:0;left:0;right:0}.Header-module__ldgnoG__scrolled{box-shadow:var(--shadow-md)}.Header-module__ldgnoG__headerInner{height:var(--header-h);align-items:center;gap:16px;display:flex}.Header-module__ldgnoG__logo{flex-shrink:0;align-items:center;gap:10px;text-decoration:none;display:flex}.Header-module__ldgnoG__logoIcon{border-radius:var(--radius);flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:flex;overflow:hidden}.Header-module__ldgnoG__logoText{line-height:1.1}.Header-module__ldgnoG__logoBrand{color:var(--text);letter-spacing:-.02em;font-family:Tahoma,sans-serif;font-size:20px;font-weight:800;display:block}.Header-module__ldgnoG__logoSub{color:var(--primary);letter-spacing:.12em;text-transform:uppercase;font-size:10px;font-weight:700;display:block}.Header-module__ldgnoG__searchBar{border:2px solid var(--border);border-radius:var(--radius);flex:1;max-width:560px;transition:border-color .2s;display:flex;overflow:hidden}.Header-module__ldgnoG__searchBar:focus-within{border-color:var(--primary)}.Header-module__ldgnoG__searchInput{color:var(--text);background:0 0;border:none;outline:none;flex:1;padding:9px 14px;font-size:14px}.Header-module__ldgnoG__searchBtn{background:var(--primary);color:#fff;cursor:pointer;border:none;align-items:center;padding:0 16px;transition:background .2s;display:flex}.Header-module__ldgnoG__searchBtn:hover{background:var(--primary-dark)}.Header-module__ldgnoG__actions{flex-shrink:0;align-items:center;gap:8px;display:flex}.Header-module__ldgnoG__iconBtn{border-radius:var(--radius);border:1.5px solid var(--border);cursor:pointer;width:38px;height:38px;color:var(--text);transition:var(--transition);background:0 0;justify-content:center;align-items:center;display:flex}.Header-module__ldgnoG__iconBtn:hover{background:var(--surface-2);border-color:var(--primary);color:var(--primary)}.Header-module__ldgnoG__cartBtn{background:var(--primary-light);border:1.5px solid var(--primary);border-radius:var(--radius);width:42px;height:42px;color:var(--primary);transition:var(--transition);justify-content:center;align-items:center;display:flex;position:relative}.Header-module__ldgnoG__cartBtn:hover{background:var(--primary);color:#fff}.Header-module__ldgnoG__cartBadge{background:var(--danger);color:#fff;border-radius:var(--radius-full);justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 4px;font-size:10px;font-weight:700;display:flex;position:absolute;top:-6px;right:-6px}.Header-module__ldgnoG__userMenu{position:relative}.Header-module__ldgnoG__userBtn{background:var(--surface-2);border:1.5px solid var(--border);border-radius:var(--radius);cursor:pointer;transition:var(--transition);color:var(--text);align-items:center;gap:6px;padding:6px 10px;font-size:14px;font-weight:500;display:flex}.Header-module__ldgnoG__userBtn:hover{border-color:var(--primary);background:var(--primary-light);color:var(--primary)}.Header-module__ldgnoG__userAvatar{background:var(--primary);color:#fff;border-radius:var(--radius-full);flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;font-size:13px;font-weight:700;display:flex}.Header-module__ldgnoG__userName{font-size:13px}.Header-module__ldgnoG__rotate{transition:transform .2s;transform:rotate(180deg)}.Header-module__ldgnoG__userDropdown{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);z-index:200;min-width:200px;position:absolute;top:calc(100% + 6px);right:0;overflow:hidden}.Header-module__ldgnoG__userInfo{background:var(--primary-light);border-bottom:1px solid var(--border);padding:14px 16px}.Header-module__ldgnoG__userFullName{color:var(--text);font-size:14px;font-weight:700}.Header-module__ldgnoG__userPhone{color:var(--text-muted);margin-top:2px;font-size:12px}.Header-module__ldgnoG__userLinks{padding:8px}.Header-module__ldgnoG__userLinks a,.Header-module__ldgnoG__userLinks button{border-radius:var(--radius);color:var(--text);transition:var(--transition);cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:10px;width:100%;padding:9px 12px;font-size:14px;display:flex}.Header-module__ldgnoG__userLinks a:hover,.Header-module__ldgnoG__userLinks button:hover{background:var(--surface-2);color:var(--primary)}.Header-module__ldgnoG__navBar{background:var(--steel);border-top:1px solid #ffffff14}.Header-module__ldgnoG__navLinks{align-items:center;gap:2px;height:42px;display:flex}.Header-module__ldgnoG__navItem{position:relative}.Header-module__ldgnoG__navLink{color:#cbd5e1;height:42px;transition:var(--transition);white-space:nowrap;letter-spacing:.02em;align-items:center;gap:4px;padding:0 14px;font-size:13.5px;font-weight:600;display:flex}.Header-module__ldgnoG__navLink:hover,.Header-module__ldgnoG__navItem:hover .Header-module__ldgnoG__navLink{color:#fff;background:#ffffff1a}.Header-module__ldgnoG__navHighlight{color:var(--yellow-stripe);margin-left:auto}.Header-module__ldgnoG__navHighlight:hover{color:#fff;background:#fbbf2426!important}.Header-module__ldgnoG__dropdown{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);z-index:200;min-width:220px;animation:.15s Header-module__ldgnoG__slideDown;position:absolute;top:100%;left:0;overflow:hidden}@keyframes Header-module__ldgnoG__slideDown{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.Header-module__ldgnoG__dropdownItem{color:var(--text);transition:var(--transition);border-bottom:1px solid var(--border);align-items:center;gap:10px;padding:11px 16px;font-size:14px;display:flex}.Header-module__ldgnoG__dropdownItem:last-child{border-bottom:none}.Header-module__ldgnoG__dropdownItem:hover{background:var(--primary-light);color:var(--primary)}.Header-module__ldgnoG__dropdownItem svg{color:var(--primary)}.Header-module__ldgnoG__mobileSearch{background:var(--surface-2);border-top:1px solid var(--border);padding:10px 16px}.Header-module__ldgnoG__mobileSearchForm{border:2px solid var(--border);border-radius:var(--radius);display:flex;overflow:hidden}.Header-module__ldgnoG__mobileSearchForm:focus-within{border-color:var(--primary)}.Header-module__ldgnoG__mobileNav{background:var(--surface);border-top:1px solid var(--border);max-height:calc(100vh - 160px);overflow-y:auto}.Header-module__ldgnoG__mobileNavInner{flex-direction:column;gap:4px;padding:16px;display:flex}.Header-module__ldgnoG__mobileUser{background:var(--primary-light);border-radius:var(--radius-md);align-items:center;gap:12px;padding:12px;display:flex}.Header-module__ldgnoG__dividerMobile{background:var(--border);height:1px;margin:8px 0}.Header-module__ldgnoG__mobileNavLink{color:var(--text);border-radius:var(--radius);transition:var(--transition);cursor:pointer;align-items:center;gap:10px;padding:12px 14px;font-size:15px;font-weight:600;display:flex}.Header-module__ldgnoG__mobileNavLink:hover{background:var(--surface-2);color:var(--primary)}.Header-module__ldgnoG__mobileSubLink{color:var(--text-muted);border-radius:var(--radius);transition:var(--transition);align-items:center;gap:10px;padding:9px 14px 9px 28px;font-size:13px;display:flex}.Header-module__ldgnoG__mobileSubLink:hover{background:var(--surface-2);color:var(--primary)}@media (max-width:768px){.Header-module__ldgnoG__searchBar,.Header-module__ldgnoG__topBarRight{display:none}.Header-module__ldgnoG__logoBrand{font-size:18px}}@media (min-width:769px){.Header-module__ldgnoG__mobileNav,.Header-module__ldgnoG__mobileSearch{display:none}}
.Footer-module__Grjkva__footer{background:var(--steel);color:#e2e8f0;margin-top:64px}.Footer-module__Grjkva__stripe{background:repeating-linear-gradient(-45deg,var(--primary)0,var(--primary)8px,var(--yellow-stripe)8px,var(--yellow-stripe)16px);height:5px}.Footer-module__Grjkva__main{padding:48px 0 36px}.Footer-module__Grjkva__grid{grid-template-columns:1.6fr 1fr 1fr 1fr;gap:36px;display:grid}.Footer-module__Grjkva__logo{align-items:center;gap:10px;margin-bottom:16px;display:flex}.Footer-module__Grjkva__logoIcon{border-radius:var(--radius);justify-content:center;align-items:center;width:42px;height:42px;display:flex;overflow:hidden}.Footer-module__Grjkva__logoBrand{color:#fff;font-family:Tahoma,sans-serif;font-size:20px;font-weight:800;line-height:1;display:block}.Footer-module__Grjkva__logoSub{color:var(--yellow-stripe);letter-spacing:.12em;text-transform:uppercase;font-size:10px;font-weight:700}.Footer-module__Grjkva__desc{color:#94a3b8;margin-bottom:20px;font-size:13px;line-height:1.7}.Footer-module__Grjkva__contacts{flex-direction:column;gap:8px;display:flex}.Footer-module__Grjkva__contact{color:#94a3b8;transition:var(--transition);align-items:flex-start;gap:8px;font-size:13px;display:flex}.Footer-module__Grjkva__contact:hover{color:#fff}a.Footer-module__Grjkva__contact{cursor:pointer}.Footer-module__Grjkva__contact svg{color:var(--yellow-stripe);flex-shrink:0;margin-top:2px}.Footer-module__Grjkva__colTitle{color:#fff;text-transform:uppercase;letter-spacing:.06em;margin-bottom:16px;font-family:Tahoma,sans-serif;font-size:14px;font-weight:700}.Footer-module__Grjkva__links{flex-direction:column;gap:9px;list-style:none;display:flex}.Footer-module__Grjkva__links li a{color:#94a3b8;transition:var(--transition);align-items:center;gap:6px;font-size:13px;display:flex}.Footer-module__Grjkva__links li a:before{content:"›";color:var(--yellow-stripe);font-size:16px;line-height:1}.Footer-module__Grjkva__links li a:hover{color:#fff;padding-left:4px}.Footer-module__Grjkva__zaloBox{margin-top:16px}.Footer-module__Grjkva__zaloBtn{border-radius:var(--radius);color:#fff;transition:var(--transition);background:#0068ff;align-items:center;gap:8px;padding:8px 14px;font-size:13px;font-weight:600;display:inline-flex}.Footer-module__Grjkva__zaloBtn:hover{background:#0050cc;transform:translateY(-1px)}.Footer-module__Grjkva__bottom{background:#00000026;border-top:1px solid #ffffff14;padding:16px 0}.Footer-module__Grjkva__bottomInner{color:#64748b;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;font-size:12px;display:flex}@media (max-width:1024px){.Footer-module__Grjkva__grid{grid-template-columns:1fr 1fr;gap:24px}}@media (max-width:640px){.Footer-module__Grjkva__grid{grid-template-columns:1fr;gap:24px}.Footer-module__Grjkva__main{padding:32px 0 24px}.Footer-module__Grjkva__bottomInner{text-align:center;flex-direction:column}}
.FloatingButtons-module__v01Wca__floatCol{z-index:900;flex-direction:column;gap:10px;display:flex;position:fixed;bottom:24px;right:20px}.FloatingButtons-module__v01Wca__floatBtn{border-radius:var(--radius-full);cursor:pointer;border:none;justify-content:center;align-items:center;width:52px;height:52px;text-decoration:none;transition:transform .25s,box-shadow .25s;display:flex;position:relative;box-shadow:0 4px 14px #0003}.FloatingButtons-module__v01Wca__floatBtn:hover{transform:scale(1.12);box-shadow:0 6px 20px #00000047}.FloatingButtons-module__v01Wca__floatBtn svg,.FloatingButtons-module__v01Wca__floatBtn img{color:#fff;flex-shrink:0}.FloatingButtons-module__v01Wca__zalo{background:#0068ff}.FloatingButtons-module__v01Wca__phone{background:#10b981;animation:2s infinite FloatingButtons-module__v01Wca__pulse-green}.FloatingButtons-module__v01Wca__cart{background:var(--primary)}@keyframes FloatingButtons-module__v01Wca__pulse-green{0%,to{box-shadow:0 4px 14px #10b98166}50%{box-shadow:0 4px 24px #10b981b3}}.FloatingButtons-module__v01Wca__badge{background:var(--danger);color:#fff;border-radius:var(--radius-full);border:1.5px solid #fff;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 3px;font-size:10px;font-weight:700;display:flex;position:absolute;top:-4px;right:-4px}.FloatingButtons-module__v01Wca__tooltip{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;border-radius:var(--radius);white-space:nowrap;opacity:0;pointer-events:none;background:#0f172ad9;padding:5px 12px;font-size:12px;font-weight:600;transition:opacity .2s;position:absolute;top:50%;right:calc(100% + 10px);transform:translateY(-50%)}.FloatingButtons-module__v01Wca__tooltip:after{content:"";border:4px solid #0000;border-left-color:#0f172ad9;position:absolute;top:50%;right:-8px;transform:translateY(-50%)}.FloatingButtons-module__v01Wca__floatBtn:hover .FloatingButtons-module__v01Wca__tooltip{opacity:1}@media (max-width:768px){.FloatingButtons-module__v01Wca__floatCol{bottom:16px;right:14px}.FloatingButtons-module__v01Wca__floatBtn{width:46px;height:46px}.FloatingButtons-module__v01Wca__tooltip{display:none}}
