@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&family=Playfair+Display:wght@400;500;600;700&display=swap";:root{--bg:#faf9f7;--card-bg:#fff;--text:#1a1a1a;--text-muted:#6b7280;--border:#e5e5e5;--accent:#b8860b;--accent-light:#f5ecd7;--success:#16a34a;--success-bg:#dcfce7;--warning:#ea580c;--warning-bg:#fff7ed;--danger:#dc2626;--danger-bg:#fef2f2;--radius:16px;--shadow:0 4px 24px #0000000f;--font-body:"Outfit", -apple-system, sans-serif;--font-display:"Playfair Display", serif}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent;margin:0;padding:0}body{font-family:var(--font-body);background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;min-height:100vh}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}img{max-width:100%;display:block}.site-header{z-index:100;-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border);background:#ffffffeb;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:14px 16px;display:flex}.logo{font-family:var(--font-display);color:var(--accent);letter-spacing:-.5px;align-items:center;font-size:22px;font-weight:600;display:flex}.logo-img{object-fit:contain;width:auto;height:44px}.header-actions{align-items:center;gap:16px;display:flex}.cart-btn{color:var(--text);background:0 0;border:none;font-size:24px;position:relative}.cart-badge{background:var(--accent);color:#fff;border-radius:50%;justify-content:center;align-items:center;min-width:18px;height:18px;font-size:11px;font-weight:700;display:flex;position:absolute;top:-6px;right:-8px}.category-bar{-webkit-overflow-scrolling:touch;gap:10px;max-width:1200px;margin:0 auto;padding:12px 16px;display:flex;overflow-x:auto}.category-bar::-webkit-scrollbar{display:none}.cat-chip{border:1px solid var(--border);color:var(--text-muted);white-space:nowrap;background:#fff;border-radius:50px;flex-shrink:0;padding:10px 20px;font-size:14px;font-weight:500;transition:all .3s}.cat-chip:hover,.cat-chip.active{background:var(--accent);color:#fff;border-color:var(--accent)}.hero{max-width:1200px;margin:0 auto;padding:20px 16px}.hero-card{text-align:center;background:linear-gradient(135deg,#f5ecd7 0%,#e8d5b7 100%);border-radius:24px;padding:40px 32px;position:relative;overflow:hidden}.hero-card:after{content:"";background:radial-gradient(circle,#b8860b26,#0000 70%);border-radius:50%;width:300px;height:300px;position:absolute;top:-50%;right:-20%}.hero-title{font-family:var(--font-display);color:var(--text);z-index:1;margin-bottom:8px;font-size:32px;font-weight:600;position:relative}.hero-subtitle{color:var(--text-muted);z-index:1;margin-bottom:20px;font-size:16px;position:relative}.hero-cta{background:var(--accent);color:#fff;z-index:1;border:none;border-radius:50px;padding:14px 32px;font-size:15px;font-weight:600;transition:transform .2s;display:inline-block;position:relative}.hero-cta:active{transform:scale(.97)}.shipping-banner{max-width:1200px;margin:0 auto;padding:0 16px}.shipping-inner{background:var(--success-bg);text-align:center;color:var(--success);border-radius:14px;padding:12px 16px;font-size:14px;font-weight:500}.section-header{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:24px 16px 12px;display:flex}.section-title{font-family:var(--font-display);font-size:22px;font-weight:600}.product-grid{grid-template-columns:repeat(2,1fr);gap:12px;max-width:1200px;margin:0 auto;padding:0 16px 24px;display:grid}@media (width>=768px){.product-grid{grid-template-columns:repeat(3,1fr);gap:20px}}@media (width>=1024px){.product-grid{grid-template-columns:repeat(4,1fr)}}.product-card{background:var(--card-bg);border-radius:var(--radius);box-shadow:var(--shadow);transition:transform .3s;overflow:hidden}.product-card:active{transform:scale(.98)}.product-image-wrap{background:#f0ede8;padding-top:120%;position:relative;overflow:hidden}.product-image-wrap img{object-fit:cover;width:100%;height:100%;transition:transform .4s;position:absolute;top:0;left:0}.product-card:hover .product-image-wrap img{transform:scale(1.05)}.product-badge-discount{background:var(--danger);color:#fff;border-radius:8px;padding:4px 8px;font-size:11px;font-weight:700;position:absolute;top:8px;left:8px}.product-colors{gap:4px;display:flex;position:absolute;bottom:8px;left:8px}.color-dot{border:2px solid #fff;border-radius:50%;width:16px;height:16px;box-shadow:0 1px 3px #0003}.product-info{padding:12px}.product-name{-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:4px;font-size:14px;font-weight:600;display:-webkit-box;overflow:hidden}.product-price{color:var(--accent);font-size:16px;font-weight:700}.product-compare-price{color:var(--text-muted);margin-left:6px;font-size:13px;text-decoration:line-through}.detail-page{max-width:1200px;margin:0 auto;padding:16px}.detail-gallery{background:#f0ede8;border-radius:20px;margin-bottom:20px;overflow:hidden}.detail-gallery img{aspect-ratio:1;object-fit:cover;width:100%}.detail-info{flex-direction:column;gap:16px;display:flex}.detail-title{font-family:var(--font-display);font-size:26px;font-weight:600}.detail-price{color:var(--accent);font-size:28px;font-weight:700}.variant-selector{flex-wrap:wrap;gap:10px;display:flex}.variant-btn{border:2px solid var(--border);background:#fff;border-radius:12px;align-items:center;gap:8px;padding:10px 16px;font-size:14px;font-weight:500;transition:all .2s;display:flex}.variant-btn.selected{border-color:var(--accent);background:var(--accent-light)}.variant-btn .dot{border:1px solid #ccc;border-radius:50%;width:20px;height:20px}.add-to-cart-btn{background:var(--accent);color:#fff;border:none;border-radius:16px;width:100%;padding:18px;font-size:17px;font-weight:600;transition:all .2s;box-shadow:0 4px 15px #b8860b4d}.add-to-cart-btn:active{transform:scale(.97)}.add-to-cart-btn:disabled{opacity:.5}.cart-page{flex-direction:column;gap:16px;max-width:600px;margin:0 auto;padding:16px;display:flex}.cart-item{background:var(--card-bg);border-radius:var(--radius);box-shadow:var(--shadow);gap:12px;padding:12px;display:flex}.cart-item-img{object-fit:cover;background:#f0ede8;border-radius:12px;flex-shrink:0;width:80px;height:80px}.cart-item-info{flex-direction:column;flex:1;gap:4px;display:flex}.cart-item-name{font-size:15px;font-weight:600}.cart-item-color{color:var(--text-muted);font-size:13px}.cart-item-price{color:var(--accent);font-weight:700}.qty-controls{align-items:center;gap:12px;margin-top:4px;display:flex}.qty-btn{border:1px solid var(--border);background:#fff;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;font-size:18px;display:flex}.cart-summary{background:var(--card-bg);border-radius:var(--radius);box-shadow:var(--shadow);flex-direction:column;gap:12px;padding:20px;display:flex}.summary-row{justify-content:space-between;font-size:15px;display:flex}.summary-row.total{border-top:1px solid var(--border);padding-top:12px;font-size:18px;font-weight:700}.checkout-page{max-width:600px;margin:0 auto;padding:16px}.checkout-card{background:var(--card-bg);border-radius:var(--radius);box-shadow:var(--shadow);margin-bottom:16px;padding:24px}.checkout-card h2{margin-bottom:16px;font-size:18px;font-weight:600}.form-group{flex-direction:column;gap:6px;margin-bottom:14px;display:flex}.form-group label{color:var(--text-muted);font-size:13px;font-weight:600}.form-control{color:var(--text);appearance:none;background:#f4f4f5;border:1px solid #0000;border-radius:12px;padding:14px 16px;font-family:inherit;font-size:16px;transition:all .2s}.form-control:focus{border-color:var(--accent);background:#fff;outline:none;box-shadow:0 0 0 3px #b8860b1a}.payment-options{flex-direction:column;gap:10px;display:flex}.payment-option{border:2px solid var(--border);background:#fff;border-radius:14px;align-items:center;gap:12px;padding:16px;transition:all .2s;display:flex}.payment-option.selected{border-color:var(--accent);background:var(--accent-light)}.payment-option input[type=radio]{accent-color:var(--accent)}.btn-checkout{background:var(--accent);color:#fff;border:none;border-radius:16px;width:100%;padding:18px;font-size:17px;font-weight:600;box-shadow:0 4px 15px #b8860b4d}.btn-checkout:active{transform:scale(.97)}.back-btn{color:var(--text-muted);background:0 0;border:none;align-items:center;gap:6px;margin-bottom:12px;font-size:15px;display:inline-flex}.success-page{text-align:center;max-width:500px;margin:0 auto;padding:40px 16px}.success-icon{margin-bottom:16px;font-size:64px}.success-page h1{font-family:var(--font-display);margin-bottom:8px;font-size:28px}.order-number-display{background:var(--accent-light);color:var(--accent);letter-spacing:2px;border-radius:16px;margin:20px 0;padding:16px;font-size:24px;font-weight:700}.empty-state{text-align:center;color:var(--text-muted);padding:60px 20px}.empty-state .icon{margin-bottom:12px;font-size:48px}.site-footer{color:#aaa;text-align:center;background:#1a1a1a;margin-top:40px;padding:32px 16px;font-size:14px}.site-footer a{color:var(--accent)}.header-icon-btn{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:6px;display:flex}.header-avatar{border:1px solid var(--accent);object-fit:cover;border-radius:50%;width:28px;height:28px}.drawer-backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#0006;width:100vw;height:100vh;animation:.3s fadeIn;position:fixed;top:0;left:0}.customer-drawer{z-index:1001;background:#fff;flex-direction:column;width:100%;max-width:440px;height:100vh;transition:transform .3s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:0;right:0;transform:translate(100%);box-shadow:-4px 0 30px #00000026}.customer-drawer.open{transform:translate(0)}.drawer-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.drawer-header h2{font-size:18px;font-weight:700;font-family:var(--font-display)}.drawer-close-btn{cursor:pointer;color:var(--text-muted);background:0 0;border:none;font-size:20px}.drawer-body{flex-direction:column;flex:1;padding:24px;display:flex;overflow-y:auto}.login-prompt{text-align:center;flex-direction:column;gap:16px;padding-top:20px;display:flex}.login-desc{color:var(--text-muted);margin-bottom:10px;font-size:14px;line-height:1.6}.google-signin-btn{color:#3c4043;cursor:pointer;background:#fff;border:1px solid #dadce0;border-radius:12px;justify-content:center;align-items:center;gap:12px;padding:14px 20px;font-size:15px;font-weight:600;transition:background-color .218s,border-color .218s,box-shadow .218s;display:flex;box-shadow:0 1px 3px #0000000d}.google-signin-btn:hover{background-color:#f7f9fa;border-color:#d2e3fc}.google-icon{width:18px;height:18px}.divider{text-align:center;color:var(--text-muted);align-items:center;margin:10px 0;font-size:13px;display:flex}.divider:before,.divider:after{content:"";border-bottom:1px solid var(--border);flex:1}.divider:not(:empty):before{margin-right:12px}.divider:not(:empty):after{margin-left:12px}.email-signin-btn{color:var(--text);cursor:pointer;background:#f4f4f5;border:none;border-radius:12px;padding:14px;font-size:14px;font-weight:600}.email-login-form{text-align:left;animation:.25s slideDown}.text-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;font-size:13px;text-decoration:underline}.customer-logged-in{flex-direction:column;height:100%;display:flex}.profile-summary{background:var(--accent-light);border-radius:16px;align-items:center;gap:16px;margin-bottom:24px;padding:16px;display:flex}.profile-big-avatar{border:2px solid var(--accent);border-radius:50%;width:48px;height:48px}.profile-name{font-size:16px;font-weight:700}.profile-email{color:var(--text-muted);font-size:13px}.drawer-tabs{border-bottom:1px solid var(--border);gap:10px;margin-bottom:16px;display:flex}.drawer-tab-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;flex:1;padding:12px 6px;font-size:14px;font-weight:600;transition:all .2s}.drawer-tab-btn.active{color:var(--accent);border-bottom-color:var(--accent)}.drawer-tab-content{flex:1;overflow-y:auto}.customer-orders-list{flex-direction:column;gap:12px;display:flex}.customer-order-card{border:1px solid var(--border);border-radius:16px;flex-direction:column;gap:10px;padding:14px;display:flex}.order-card-header{border-bottom:1px dashed var(--border);justify-content:space-between;align-items:flex-start;padding-bottom:8px;display:flex}.order-card-num{font-size:13px;font-weight:700;display:block}.order-card-date{color:var(--text-muted);font-size:11px;display:block}.order-card-status{border-radius:20px;padding:4px 8px;font-size:11px;font-weight:700}.order-card-status.new{color:#1d9bf0;background:#e8f4fd}.order-card-status.preparing{color:#b8860b;background:#fdf6e2}.order-card-status.shipped,.order-card-status.delivered{color:#198754;background:#e8f9f0}.order-card-status.cancelled{color:#dc3545;background:#fde8e8}.order-card-items{flex-direction:column;gap:4px;font-size:13px;display:flex}.order-card-cargo{background:#f4f4f5;border-radius:10px;padding:8px 12px;font-size:12px}.cargo-tracking-num{color:var(--accent);font-family:monospace;font-weight:700}.order-card-footer{border-top:1px solid var(--border);justify-content:space-between;padding-top:8px;font-size:13px;font-weight:600;display:flex}.order-card-total{color:var(--accent);font-weight:700}.address-form{animation:.2s fadeIn}.logout-btn{color:#dc3545;cursor:pointer;text-align:center;background:0 0;border:1px solid #fde8e8;border-radius:12px;margin-top:20px;padding:12px;font-size:14px;font-weight:600;transition:background-color .2s}.logout-btn:hover{background-color:#fdf2f2}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.ai-assistant-trigger{background:linear-gradient(135deg, var(--accent) 0%, #d4af37 100%);color:#fff;font-family:var(--font-sans);cursor:pointer;z-index:999;border:none;border-radius:30px;align-items:center;gap:8px;padding:14px 22px;font-size:14px;font-weight:700;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 4px 16px #b8860b4d}.ai-assistant-trigger:hover{transform:translateY(-2px);box-shadow:0 6px 20px #b8860b66}.ai-assistant-trigger.active{background:#27272a;box-shadow:0 4px 12px #00000026}.ai-assistant-chat{border:1px solid var(--border);z-index:999;opacity:0;pointer-events:none;background:#fff;border-radius:20px;flex-direction:column;width:360px;height:500px;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;bottom:90px;right:24px;overflow:hidden;transform:scale(.9)translateY(20px);box-shadow:0 10px 30px #0000001f}.ai-assistant-chat.open{opacity:1;pointer-events:auto;transform:scale(1)translateY(0)}.chat-header{color:#fff;background:#18181b;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.close-chat-btn{color:#ffffffb3;cursor:pointer;background:0 0;border:none;font-size:16px;transition:color .2s}.close-chat-btn:hover{color:#fff}.chat-body{background:#fafafa;flex-direction:column;flex:1;gap:12px;padding:20px;display:flex;overflow-y:auto}.chat-message{display:flex}.chat-message.ai{justify-content:flex-start}.chat-message.user{justify-content:flex-end}.message-bubble{white-space:pre-wrap;border-radius:16px;max-width:85%;padding:12px 16px;font-size:13px;line-height:1.5}.chat-message.ai .message-bubble{color:var(--text);border:1px solid var(--border);background:#fff;border-bottom-left-radius:4px}.chat-message.user .message-bubble{background:var(--accent);color:#fff;border-bottom-right-radius:4px}.loading-bubble{align-items:center;gap:4px;padding:10px 14px;display:flex}.loading-bubble .dot{background:#a1a1aa;border-radius:50%;width:6px;height:6px;animation:1.2s ease-in-out infinite pulse}.loading-bubble .dot:nth-child(2){animation-delay:.2s}.loading-bubble .dot:nth-child(3){animation-delay:.4s}@keyframes pulse{0%,to{opacity:.6;transform:scale(.6)}50%{opacity:1;transform:scale(1.2)}}.chat-footer{border-top:1px solid var(--border);background:#fff;gap:8px;padding:12px;display:flex}.chat-input{border:1px solid var(--border);border-radius:20px;outline:none;flex:1;padding:10px 16px;font-size:13px;transition:border-color .2s}.chat-input:focus{border-color:var(--accent)}.chat-send-btn{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;font-size:14px;transition:background-color .2s;display:flex}.chat-send-btn:hover{background:#966f1c}@media (width<=480px){.ai-assistant-chat{width:calc(100% - 32px);height:400px;left:16px;right:16px}}.auth-page{background:linear-gradient(135deg,#faf9f7 0%,#f0ebe3 100%);justify-content:center;align-items:center;min-height:calc(100vh - 70px);padding:24px 16px;display:flex}.auth-card{background:#fff;border-radius:24px;width:100%;max-width:420px;padding:36px 28px;box-shadow:0 8px 40px #00000014}.auth-logo{text-align:center;margin-bottom:24px}.auth-logo-img{object-fit:contain;width:auto;height:80px;margin:0 auto 16px}.auth-logo h1{font-family:var(--font-display);color:var(--text);margin-bottom:6px;font-size:24px;font-weight:600}.auth-logo p{color:var(--text-muted);font-size:14px}.auth-tabs{background:#f3f4f6;border-radius:12px;gap:4px;margin-bottom:20px;padding:4px;display:flex}.auth-tab{color:var(--text-muted);background:0 0;border:none;border-radius:10px;flex:1;padding:10px;font-size:14px;font-weight:600;transition:all .25s}.auth-tab.active{color:var(--accent);background:#fff;box-shadow:0 2px 8px #00000014}.auth-error{background:var(--danger-bg);color:var(--danger);text-align:center;border-radius:12px;margin-bottom:16px;padding:12px 16px;font-size:13px}.auth-form .form-group{margin-bottom:14px}.auth-submit{width:100%;margin-top:8px;padding:14px;font-size:15px}.auth-footer{text-align:center;color:var(--text-muted);margin-top:20px;font-size:14px}.auth-link{color:var(--accent);background:0 0;border:none;font-size:14px;font-weight:600;text-decoration:underline}.account-page{max-width:700px;margin:0 auto;padding:20px 16px 80px}.account-header{color:#fff;background:linear-gradient(135deg,#b8860b 0%,#d4a843 50%,#c49b3a 100%);border-radius:20px;margin-bottom:20px;padding:28px 24px}.account-avatar-section{align-items:center;gap:16px;display:flex}.account-avatar{object-fit:cover;background:#fff3;border:3px solid #ffffff80;border-radius:50%;width:64px;height:64px}.account-name{font-family:var(--font-display);margin-bottom:2px;font-size:22px;font-weight:600}.account-email{opacity:.85;margin-bottom:8px;font-size:13px}.account-stats{gap:16px;display:flex}.account-stat{opacity:.9;background:#ffffff26;border-radius:20px;padding:4px 10px;font-size:12px}.account-tabs{box-shadow:var(--shadow);background:#fff;border-radius:14px;gap:4px;margin-bottom:16px;padding:4px;display:flex}.account-tab{color:var(--text-muted);white-space:nowrap;background:0 0;border:none;border-radius:12px;flex:1;padding:12px 8px;font-size:13px;font-weight:600;transition:all .25s}.account-tab.active{background:var(--accent-light);color:var(--accent)}.account-msg{text-align:center;border-radius:12px;margin-bottom:16px;padding:12px 16px;font-size:13px}.account-msg.success{background:var(--success-bg);color:var(--success)}.account-msg.error{background:var(--danger-bg);color:var(--danger)}.account-section{box-shadow:var(--shadow);background:#fff;border-radius:18px;margin-bottom:16px;padding:20px}.account-empty{text-align:center;color:var(--text-muted);padding:40px 16px;font-size:14px}.account-form .form-group{margin-bottom:14px}.account-orders-list{flex-direction:column;gap:14px;display:flex}.account-order-card{border:1px solid var(--border);border-radius:14px;overflow:hidden}.order-card-top{border-bottom:1px solid var(--border);background:#fafaf9;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:8px;padding:14px 16px;display:flex}.order-num{margin-bottom:2px;font-size:14px;font-weight:700;display:block}.order-date{color:var(--text-muted);font-size:12px}.order-badges{flex-wrap:wrap;gap:6px;display:flex}.order-badge{white-space:nowrap;border-radius:20px;padding:4px 10px;font-size:11px;font-weight:600}.order-items-list{padding:12px 16px}.order-item-row{border-bottom:1px solid #f5f5f4;align-items:center;gap:6px;padding:6px 0;font-size:13px;display:flex}.order-item-row:last-child{border-bottom:none}.order-item-price{color:var(--accent);margin-left:auto;font-weight:600}.order-cargo{color:#1e40af;background:#eff6ff;padding:10px 16px;font-size:13px}.order-card-bottom{border-top:1px solid var(--border);background:#fafaf9;justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.order-shipping{color:var(--text-muted);font-size:12px}.order-total{color:var(--accent);font-size:15px;font-weight:700}.account-logout-btn{border:1px solid var(--danger);width:100%;color:var(--danger);background:0 0;border-radius:14px;margin-top:8px;padding:14px;font-size:14px;font-weight:600;transition:all .2s}.account-logout-btn:hover{background:var(--danger);color:#fff}@media (width<=480px){.account-avatar-section{text-align:center;flex-direction:column}.account-stats{justify-content:center}.account-tab{padding:10px 6px;font-size:12px}.order-card-top{flex-direction:column}}.admin-login{justify-content:center;align-items:center;min-height:100vh;padding:16px;display:flex}.admin-login-card{width:100%;max-width:400px;box-shadow:var(--shadow);background:#fff;border-radius:24px;padding:32px}.admin-login-card h1{text-align:center;margin-bottom:24px;font-size:24px}.admin-container{max-width:900px;margin:0 auto;padding:16px}.admin-header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.admin-tabs{background:#e5e5e5;border-radius:14px;gap:6px;margin-bottom:20px;padding:4px;display:flex}.admin-tab{color:var(--text-muted);background:0 0;border:none;border-radius:10px;flex:1;padding:10px;font-size:14px;font-weight:600;transition:all .2s}.admin-tab.active{color:var(--accent);background:#fff;box-shadow:0 2px 8px #0000000f}.admin-section{flex-direction:column;gap:12px;display:flex}.admin-stats{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:10px;margin-bottom:16px;display:grid}.admin-stat{box-shadow:var(--shadow);background:#fff;border-radius:16px;flex-direction:column;gap:4px;padding:16px;display:flex}.admin-stat .stat-value{font-size:22px}.admin-card{background:#fff;border-radius:16px;padding:16px;box-shadow:0 2px 12px #0000000a}.admin-card h3{margin-bottom:12px;font-size:16px;font-weight:600}.btn-small{background:#f4f4f5;border:none;border-radius:10px;padding:8px 14px;font-size:13px;font-weight:600}
