*{margin:0;padding:0;box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif}
body{background:#f1f3f6;color:#1a1a1a;padding-bottom:80px;max-width:480px;margin:0 auto;position:relative}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%}

/* Header */
.header{background:#0c4a3e;padding:12px 12px 16px;color:#fff}
.app-switcher{display:flex;gap:8px;overflow-x:auto;padding-bottom:12px;scrollbar-width:none}
.app-switcher::-webkit-scrollbar{display:none}
.app-card{flex:0 0 auto;width:88px;height:72px;border-radius:12px;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#000;font-weight:700;font-style:italic;font-size:13px;box-shadow:0 1px 3px rgba(0,0,0,.1)}
.app-card.active{background:#f7d100}
.app-card .icon{font-size:24px;line-height:1}
.app-card .flipkart-f{color:#2874f0;font-size:26px;font-weight:800}
.app-card .name{margin-top:4px}

.row{display:flex;gap:8px;align-items:center}
.location{flex:1;background:#0a3d33;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:8px 12px;display:flex;align-items:center;gap:8px;font-size:13px}
.location .text{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.coins{background:#0a3d33;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:8px 10px;display:flex;align-items:center;gap:4px;font-weight:600;font-size:13px}
.coins .bolt{color:#ff9f00}

.search-row{display:flex;gap:8px;align-items:center;margin-top:12px}
.search{flex:1;background:#fff;border-radius:999px;padding:10px 16px;display:flex;align-items:center;gap:8px;color:#666}
.search input{flex:1;border:none;outline:none;font-size:14px;background:transparent;color:#000}
.scan{padding:6px;color:#fff;font-size:22px;cursor:pointer}

.cats{display:flex;gap:24px;overflow-x:auto;margin-top:16px;scrollbar-width:none;margin-bottom:-16px}
.cats::-webkit-scrollbar{display:none}
.cat{flex:0 0 auto;display:flex;flex-direction:column;align-items:center;padding-bottom:12px;position:relative;cursor:pointer;font-size:13px;font-weight:500}
.cat .ico{font-size:26px;margin-bottom:2px}
.cat.active::after{content:"";position:absolute;bottom:0;height:3px;width:40px;background:#fff;border-radius:2px}

/* Banner */
.banner{margin:16px 12px 0;border-radius:16px;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.08);background:linear-gradient(135deg,#d6336c,#a61e4d);aspect-ratio:16/9;display:flex;align-items:center;justify-content:center;color:#fff;text-align:center;padding:24px;flex-direction:column;gap:8px}
.banner h1{font-size:28px;font-weight:800}
.banner p{font-size:14px}
.banner .ticket{background:#f7d100;color:#a61e4d;padding:12px 24px;border-radius:8px;font-weight:800;font-size:22px;margin-top:8px}

.dots{display:flex;justify-content:center;gap:6px;margin-top:12px}
.dots span{height:6px;width:12px;background:rgba(0,0,0,.2);border-radius:3px}
.dots span.active{width:24px;background:#000}

/* Still looking */
.section{margin:16px 12px 0;background:#eaff5a;border-radius:16px;padding:16px}
.section h2{font-size:18px;font-weight:800;margin-bottom:12px}
.scroll-row{display:flex;gap:12px;overflow-x:auto;scrollbar-width:none;margin:0 -4px;padding:0 4px}
.scroll-row::-webkit-scrollbar{display:none}
.mini-card{flex:0 0 150px;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.08)}
.mini-card .img{aspect-ratio:1;background:#f5f5f5;display:flex;align-items:center;justify-content:center;font-size:48px}
.mini-card .meta{padding:10px}
.mini-card .meta p{font-size:12px;color:#666;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.mini-card .meta b{font-size:14px;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:2px}

/* Products grid */
.products-section{margin:16px 12px 0;background:#fff;border-radius:16px;padding:16px}
.products-section h2{font-size:18px;font-weight:800;margin-bottom:12px}
.grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}
.product-card{background:#fff;border:1px solid #eee;border-radius:12px;overflow:hidden;cursor:pointer;transition:transform .15s,box-shadow .15s}
.product-card:active{transform:scale(.98)}
.product-card .img{aspect-ratio:1;background:#f8f8f8;display:flex;align-items:center;justify-content:center;font-size:48px;overflow:hidden}
.product-card .img img{width:100%;height:100%;object-fit:cover}
.product-card .info{padding:8px}
.product-card .title{font-size:13px;font-weight:600;color:#1a1a1a;line-height:1.3;height:34px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
.product-card .price{font-size:15px;font-weight:800;color:#1a1a1a;margin-top:4px}
.product-card .mrp{font-size:11px;color:#878787;text-decoration:line-through;margin-left:4px;font-weight:400}
.product-card .off{font-size:11px;color:#388e3c;font-weight:700;margin-left:4px}
.product-card .rating{display:inline-flex;align-items:center;gap:2px;background:#388e3c;color:#fff;font-size:11px;padding:1px 5px;border-radius:3px;font-weight:600;margin-top:4px}

/* Bottom nav */
.bottom-nav{position:fixed;bottom:0;left:50%;transform:translateX(-50%);width:100%;max-width:480px;background:#fff;border-top:1px solid #eee;display:flex;justify-content:space-around;padding:8px 0;z-index:50}
.nav-item{display:flex;flex-direction:column;align-items:center;gap:2px;padding:0 8px;cursor:pointer;color:#1a1a1a;position:relative}
.nav-item.active{color:#2874f0;font-weight:700}
.nav-item .ico{font-size:22px}
.nav-item .label{font-size:11px;font-weight:500}
.nav-item .badge{position:absolute;top:-4px;right:0;background:#ff5252;color:#fff;font-size:10px;font-weight:700;border-radius:999px;width:16px;height:16px;display:flex;align-items:center;justify-content:center}

/* Admin */
.admin-body{background:#f5f7fa;max-width:1100px;padding-bottom:40px}
.admin-header{background:#2874f0;color:#fff;padding:16px 20px;display:flex;align-items:center;justify-content:space-between}
.admin-header h1{font-size:20px;font-weight:700}
.admin-header a{background:#fff;color:#2874f0;padding:8px 14px;border-radius:6px;font-weight:600;font-size:13px}
.admin-wrap{padding:20px}
.card{background:#fff;border-radius:10px;padding:20px;box-shadow:0 1px 3px rgba(0,0,0,.06);margin-bottom:20px}
.card h2{font-size:16px;margin-bottom:14px;font-weight:700}
.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px}
.form-grid label{display:flex;flex-direction:column;font-size:12px;color:#444;font-weight:600;gap:4px}
.form-grid input,.form-grid select,.form-grid textarea{padding:9px 12px;border:1px solid #ddd;border-radius:6px;font-size:14px;font-family:inherit}
.form-grid textarea{grid-column:1/-1;min-height:60px;resize:vertical}
.btn{background:#2874f0;color:#fff;border:none;padding:10px 20px;border-radius:6px;font-weight:600;cursor:pointer;font-size:14px}
.btn.danger{background:#ff5252}
.btn.ghost{background:#eee;color:#333}
.actions{margin-top:14px;display:flex;gap:8px}
table{width:100%;border-collapse:collapse;font-size:13px}
th,td{text-align:left;padding:10px 8px;border-bottom:1px solid #eee;vertical-align:middle}
th{background:#fafafa;font-weight:700;font-size:12px;color:#666;text-transform:uppercase}
.thumb{width:48px;height:48px;border-radius:6px;background:#f0f0f0;display:flex;align-items:center;justify-content:center;font-size:22px;overflow:hidden}
.thumb img{width:100%;height:100%;object-fit:cover}
.row-btn{padding:5px 10px;font-size:12px;border-radius:5px;border:none;cursor:pointer;margin-right:4px}
.row-btn.edit{background:#fff3cd;color:#856404}
.row-btn.del{background:#ffe0e0;color:#c00}
.empty{text-align:center;padding:40px;color:#999}

/* ===== Extended pages: product/cart/address/payment/success ===== */
.topbar{position:sticky;top:0;z-index:50;background:#2874f0;color:#fff;display:flex;align-items:center;gap:12px;padding:12px 14px;font-weight:600}
.topbar .back{background:none;border:0;color:#fff;font-size:22px;cursor:pointer}
.topbar h1{font-size:16px;margin:0;flex:1}
.page{padding:14px;padding-bottom:120px;max-width:520px;margin:0 auto}
.pd-img{background:#fff;height:300px;display:flex;align-items:center;justify-content:center;font-size:140px;border-radius:12px;margin-bottom:12px;box-shadow:0 1px 4px rgba(0,0,0,.08)}
.pd-img img{max-height:100%;max-width:100%;object-fit:contain}
.pd-title{font-size:18px;font-weight:600;margin:8px 0}
.pd-rating{display:inline-flex;align-items:center;background:#388e3c;color:#fff;padding:2px 8px;border-radius:4px;font-size:13px;font-weight:700}
.pd-price-row{display:flex;align-items:baseline;gap:10px;margin:10px 0}
.pd-price{font-size:24px;font-weight:700}
.pd-mrp{text-decoration:line-through;color:#878787}
.pd-off{color:#388e3c;font-weight:600}
.pd-section{background:#fff;border-radius:10px;padding:14px;margin-top:12px;box-shadow:0 1px 3px rgba(0,0,0,.06)}
.pd-section h3{margin:0 0 8px;font-size:14px;color:#212121}
.pd-section ul{margin:0;padding-left:18px;color:#444;font-size:13px;line-height:1.7}
.fixed-cta{position:fixed;bottom:0;left:0;right:0;display:flex;background:#fff;border-top:1px solid #eee;z-index:60}
.fixed-cta button{flex:1;padding:16px;border:0;font-weight:700;font-size:15px;cursor:pointer;color:#fff}
.btn-cart{background:#ff9f00}
.btn-buy{background:#fb641b}
.empty{text-align:center;padding:50px 20px;color:#999}
.cart-item{display:flex;gap:12px;background:#fff;border-radius:10px;padding:12px;margin-bottom:10px;box-shadow:0 1px 3px rgba(0,0,0,.06)}
.cart-item .ci-img{width:80px;height:80px;background:#f5f5f5;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:40px;flex-shrink:0}
.cart-item .ci-img img{max-width:100%;max-height:100%}
.cart-item .ci-info{flex:1;min-width:0}
.cart-item .ci-info p{margin:0 0 4px;font-size:13px;font-weight:600;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.cart-item .ci-price{font-weight:700}
.cart-item .ci-qty{display:flex;align-items:center;gap:8px;margin-top:6px}
.cart-item .ci-qty button{width:26px;height:26px;border-radius:50%;border:1px solid #ccc;background:#fff;cursor:pointer;font-weight:700}
.cart-item .ci-remove{background:none;border:0;color:#2874f0;font-weight:600;font-size:12px;padding:6px 0;cursor:pointer}
.summary{background:#fff;border-radius:10px;padding:14px;margin-top:12px;box-shadow:0 1px 3px rgba(0,0,0,.06)}
.summary .row{display:flex;justify-content:space-between;padding:6px 0;font-size:14px}
.summary .row.total{font-weight:700;font-size:16px;border-top:1px dashed #ddd;margin-top:6px;padding-top:10px}
.savings{color:#388e3c;font-weight:600;text-align:center;margin-top:10px;font-size:13px}
form.address-form{background:#fff;border-radius:10px;padding:14px;box-shadow:0 1px 3px rgba(0,0,0,.06)}
form.address-form label{display:block;font-size:12px;color:#666;margin:10px 0 4px;font-weight:600}
form.address-form input,form.address-form textarea,form.address-form select{width:100%;padding:11px 12px;border:1px solid #d4d4d4;border-radius:6px;font-size:14px;font-family:inherit;background:#fff;box-sizing:border-box}
form.address-form input:focus,form.address-form textarea:focus,form.address-form select:focus{border-color:#2874f0;outline:none}
.row-2{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.primary-btn{width:100%;background:#fb641b;color:#fff;border:0;padding:15px;border-radius:6px;font-weight:700;font-size:15px;margin-top:18px;cursor:pointer;box-shadow:0 2px 4px rgba(251,100,27,.3)}
.primary-btn:hover{background:#e85a17}
.pay-tabs{display:flex;background:#fff;border-radius:10px;overflow:hidden;margin-bottom:14px;box-shadow:0 1px 3px rgba(0,0,0,.06)}
.pay-tabs button{flex:1;border:0;padding:13px;background:#fff;font-weight:600;font-size:14px;cursor:pointer;color:#666;border-bottom:3px solid transparent}
.pay-tabs button.active{color:#2874f0;border-bottom-color:#2874f0}
.pay-panel{background:#fff;border-radius:10px;padding:16px;box-shadow:0 1px 3px rgba(0,0,0,.06)}
.pay-panel h3{margin:0 0 12px;font-size:15px;color:#212121}
.qr-wrap{text-align:center;padding:14px 0}
.qr-wrap img{width:200px;height:200px;border:1px solid #eee;border-radius:8px;padding:8px;background:#fff}
.upi-id-box{display:flex;align-items:center;gap:8px;background:#f3f7ff;border:1px dashed #2874f0;padding:10px 12px;border-radius:8px;margin-top:14px}
.upi-id-box code{flex:1;font-size:14px;font-weight:600;color:#0a3d9c;font-family:inherit}
.upi-id-box button{background:#2874f0;color:#fff;border:0;padding:7px 14px;border-radius:5px;cursor:pointer;font-weight:600;font-size:12px}
.note{font-size:12px;color:#666;margin-top:10px;text-align:center}
.order-box{background:#fff;border-radius:10px;padding:14px;margin-bottom:12px;box-shadow:0 1px 3px rgba(0,0,0,.06);font-size:14px}
.order-box .lbl{color:#666;font-size:12px}
.success-card{background:#fff;border-radius:12px;padding:30px 20px;text-align:center;box-shadow:0 2px 8px rgba(0,0,0,.08);margin-top:20px}
.tick{width:80px;height:80px;background:#388e3c;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:50px;margin:0 auto 16px;animation:pop .4s ease}
@keyframes pop{from{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}
.success-card h2{margin:0 0 6px;color:#388e3c}
.success-card p{color:#666;margin:6px 0}
.order-id{display:inline-block;background:#fff4dc;color:#a06400;font-weight:700;padding:6px 14px;border-radius:6px;margin-top:10px;letter-spacing:1px}
.cart-card{background:#fff;border-radius:10px;padding:14px;margin-bottom:12px;display:flex;gap:12px;box-shadow:0 1px 3px rgba(0,0,0,.06)}
.cart-card .ico{font-size:36px}
.pd-thumbs{display:flex;gap:8px;padding:10px 14px;overflow-x:auto;background:#fff}
.pd-thumb{flex:0 0 64px;height:64px;border:2px solid #e5e5e5;border-radius:6px;overflow:hidden;cursor:pointer;background:#fafafa;display:flex;align-items:center;justify-content:center}
.pd-thumb.active{border-color:#2874f0}
.pd-thumb img{width:100%;height:100%;object-fit:cover}

/* ===== Flipkart-style product page extra sections ===== */
.pd-rating-pill{display:inline-flex;align-items:center;gap:4px;background:#fff;border:1px solid #e0e0e0;padding:3px 8px;border-radius:6px;font-size:13px;font-weight:700;color:#212121;margin:8px 0}
.pd-rating-pill .star{color:#388e3c}
.pd-rating-pill .count{color:#878787;font-weight:500;margin-left:4px}
.pd-block{background:#fff;border-radius:10px;padding:14px;margin-top:12px;box-shadow:0 1px 3px rgba(0,0,0,.06)}
.pd-block h3{font-size:15px;margin:0 0 10px;color:#212121;font-weight:700}
.color-row{display:flex;gap:8px;overflow-x:auto;padding-bottom:4px;scrollbar-width:none}
.color-row::-webkit-scrollbar{display:none}
.color-chip{flex:0 0 70px;height:70px;border:2px solid #e0e0e0;border-radius:10px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#fafafa;cursor:pointer}
.color-chip.active{border-color:#000;border-width:2.5px}
.color-chip img{width:100%;height:100%;object-fit:cover}
.size-row{display:flex;gap:10px;flex-wrap:wrap;margin-top:4px}
.size-chip{min-width:48px;height:48px;border:1px solid #d4d4d4;border-radius:8px;display:flex;align-items:center;justify-content:center;font-weight:600;background:#fff;cursor:pointer;font-size:15px}
.size-chip.active{border-color:#2874f0;color:#2874f0}
.size-chip.disabled{color:#bbb;text-decoration:line-through;background:#f7f7f7;cursor:not-allowed}
.size-chart-link{color:#2874f0;font-weight:600;font-size:13px;margin-left:8px}
.delivery-row{display:flex;align-items:center;gap:10px;padding:10px 12px;font-size:13.5px;border-radius:8px}
.delivery-row.addr{background:#eaf3ff}
.delivery-row.del{background:#f5f5f5;margin-top:8px;font-weight:700}
.delivery-row .ico{font-size:18px}
.seller-box{background:#f5f5f5;border-radius:8px;padding:10px 12px;margin-top:8px;font-size:13.5px}
.seller-box .small{color:#666;font-size:12px;margin-top:2px}
.seller-box a{color:#2874f0;font-weight:600;font-size:13px;display:inline-block;margin-top:4px}
.return-box{display:flex;gap:10px;align-items:flex-start;background:#fafafa;border-radius:8px;padding:10px 12px;margin-top:10px;font-size:13px;color:#333}
.return-box .ico{font-size:20px}
.assured-row{display:flex;gap:12px;justify-content:space-around;margin-top:14px;padding-top:12px;border-top:1px solid #eee}
.assured-row .item{display:flex;flex-direction:column;align-items:center;text-align:center;font-size:11.5px;color:#212121;font-weight:600;flex:1}
.assured-row .item .ic{width:38px;height:38px;background:#eaf3ff;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:18px;margin-bottom:6px}
.similar-row{display:flex;gap:10px;overflow-x:auto;scrollbar-width:none;margin:0 -14px;padding:6px 14px}
.similar-row::-webkit-scrollbar{display:none}
.similar-card{flex:0 0 150px;background:#fff;border:1px solid #eee;border-radius:10px;overflow:hidden;cursor:pointer;position:relative}
.similar-card .si-img{aspect-ratio:1;background:#f5f5f5;display:flex;align-items:center;justify-content:center;overflow:hidden}
.similar-card .si-img img{width:100%;height:100%;object-fit:cover}
.similar-card .si-rate{position:absolute;bottom:6px;left:6px;background:#fff;padding:1px 6px;border-radius:4px;font-size:11px;font-weight:700;color:#212121;box-shadow:0 1px 3px rgba(0,0,0,.1)}
.similar-card .si-rate .star{color:#388e3c}
.highlights-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px 18px}
.highlights-grid .lab{font-size:12px;color:#878787;margin-bottom:2px}
.highlights-grid .val{font-size:14.5px;font-weight:600;color:#212121}
.trend-chip{display:inline-flex;align-items:center;gap:4px;background:#f1f3f6;padding:6px 12px;border-radius:18px;font-size:13px;font-weight:600;margin-top:6px}
.rate-summary{display:flex;gap:14px;align-items:center}
.rate-summary .left{text-align:center;padding-right:14px;border-right:1px solid #eee}
.rate-summary .left .stars{color:#388e3c;font-weight:700;font-size:18px}
.rate-summary .left .meta{font-size:11.5px;color:#666;margin-top:4px;line-height:1.4}
.rate-summary .bars{flex:1;display:flex;flex-direction:column;gap:6px}
.rate-summary .bar{display:flex;align-items:center;gap:8px;font-size:12px;color:#444}
.rate-summary .bar .num{width:22px;display:flex;align-items:center;gap:2px}
.rate-summary .bar .track{flex:1;height:6px;background:#eee;border-radius:3px;overflow:hidden}
.rate-summary .bar .fill{height:100%;background:#388e3c}
.rate-summary .bar .cnt{width:50px;text-align:right;color:#666}
.review-filters{display:flex;gap:8px;overflow-x:auto;margin-top:14px;scrollbar-width:none}
.review-filters::-webkit-scrollbar{display:none}
.review-chip{flex:0 0 auto;border:1px solid #d4d4d4;background:#fff;border-radius:20px;padding:7px 14px;font-size:13px;font-weight:600;color:#444;cursor:pointer}
.review-chip.active{border-color:#2874f0;color:#2874f0;background:#eaf3ff}
.review-item{border-top:1px solid #eee;padding:14px 0}
.review-item:first-of-type{border-top:0}
.rev-head{display:flex;align-items:center;gap:8px;font-size:13px}
.rev-badge{background:#388e3c;color:#fff;padding:1px 6px;border-radius:4px;font-size:12px;font-weight:700;display:inline-flex;align-items:center;gap:2px}
.rev-title{font-weight:600;color:#212121}
.rev-sub{font-size:11.5px;color:#878787;margin-top:2px}
.rev-text{font-size:13.5px;color:#333;line-height:1.5;margin-top:6px}
.rev-meta{font-size:11.5px;color:#878787;margin-top:8px;display:flex;align-items:center;gap:6px}
.rev-verified{color:#388e3c;font-weight:600}

/* Section heading w/ blue accent bar */
.sec-head{display:flex;align-items:center;gap:10px;margin-bottom:12px;padding-bottom:10px;border-bottom:1px solid #f0f0f0}
.sec-bar{width:4px;height:18px;background:#2874f0;border-radius:2px}
.sec-head h3{margin:0;font-size:15px;font-weight:700;color:#212121}

.desc-text{font-size:13.5px;color:#444;line-height:1.65;margin:0}

.detail-list{list-style:none;padding:0;margin:0}
.detail-list li{display:flex;justify-content:space-between;gap:12px;padding:10px 0;border-bottom:1px dashed #eee;font-size:13.5px}
.detail-list li:last-child{border-bottom:0}
.detail-list li span{color:#878787}
.detail-list li b{color:#212121;text-align:right;font-weight:600}

.trend-wrap{margin-top:14px;padding-top:12px;border-top:1px solid #f0f0f0}
.trend-lbl{font-size:13px;font-weight:600;color:#212121;margin-bottom:8px}

.offer-list{list-style:none;padding:0;margin:0}
.offer-list li{padding:10px 0;border-bottom:1px dashed #eee;font-size:13px;color:#444;line-height:1.5}
.offer-list li:last-child{border-bottom:0}
.offer-list .tag{display:inline-block;font-weight:700;color:#212121;margin-right:6px}

.all-reviews{display:block;text-align:center;margin-top:14px;padding-top:14px;border-top:1px solid #f0f0f0;color:#2874f0;font-weight:700;font-size:13.5px}

/* Product options (size / color) */
.opt-row{display:flex !important;flex-direction:row !important;flex-wrap:wrap;gap:8px;padding:6px 2px 2px;align-items:center}
.opt-row .opt-chip{flex:0 0 auto !important;width:auto !important;height:38px !important;min-width:44px;background:#fff;border:1.5px solid #d0d5dd;border-radius:6px;color:#222;font-weight:600;font-size:13px;padding:0 12px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:6px;transition:.15s;overflow:visible}
.opt-row .opt-chip:hover{border-color:#2874f0}
.opt-row .opt-chip.active{border-color:#2874f0;color:#2874f0;background:#eaf2ff;box-shadow:inset 0 0 0 1px #2874f0}
.opt-row .opt-chip .sw{display:inline-block;width:14px;height:14px;border-radius:50%;flex:0 0 14px}

