/* SeloCommerce by Webnion — Marketplace theme styling maintained by Anik. */
html{scroll-behavior:smooth}html[data-theme="dark"]{color-scheme:dark}.selo-market-body{margin:0;min-height:100vh;background:var(--color-page);color:var(--color-body);font-family:var(--market-font);font-size:15px;line-height:1.55;overflow-x:hidden}.selo-market-body *{box-sizing:border-box}.selo-market-body a{text-decoration:none ; }.site-container{width:min(calc(100% - 32px),var(--container-width));margin-inline:auto}.selo-market-body h1,.selo-market-body h2,.selo-market-body h3,.selo-market-body h4{font-weight:var(--market-heading-weight);color:var(--color-heading)}

/* Announcement and header */
.selo-market-marquee{height:34px;background:var(--market-topbar);color:var(--market-topbar-text);overflow:hidden;display:flex;align-items:center;white-space:nowrap;font-size:12px}.selo-market-marquee-track{display:flex;align-items:center;width:max-content;animation:selo-market-marquee var(--market-marquee-speed) linear infinite}.selo-market-marquee-track span{display:inline-flex;align-items:center;padding-inline:28px}.selo-market-marquee-track span::before{content:"";width:5px;height:5px;border-radius:50%;background:var(--color-primary);margin-right:9px}@keyframes selo-market-marquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}.selo-market-marquee:hover .selo-market-marquee-track{animation-play-state:paused}
.selo-market-sticky{position:relative;z-index:40}.selo-market-sticky.is-sticky{position:sticky;top:0}.selo-market-header{background:var(--market-header);border-bottom:1px solid var(--color-border)}.selo-market-header-grid{min-height:76px;display:grid;grid-template-columns:minmax(130px,210px) minmax(300px,1fr) auto;align-items:center;gap:30px}.selo-market-logo{display:flex;align-items:center}.selo-market-logo img{display:block;max-width:190px;max-height:48px;width:auto;height:auto}.selo-market-search{display:flex;align-items:center;height:42px;border:1.5px solid var(--color-primary);border-radius:999px;background:var(--color-surface);overflow:hidden}.selo-market-search input{flex:1;min-width:0;height:100%;border:0;outline:0;padding:0 18px;background:transparent;color:var(--color-heading);font:inherit}.selo-market-search input::placeholder{color:var(--color-muted)}.selo-market-search button{width:50px;height:100%;display:grid;place-items:center;border:0;background:transparent;color:#171717;cursor:pointer}.selo-market-search button svg{width:19px;height:19px}.selo-market-header-actions{display:flex;align-items:center;gap:16px}.selo-market-header-actions>a,.selo-market-mode-toggle{position:relative;min-width:44px;display:flex;flex-direction:column;align-items:center;gap:3px;border:0;background:none;color:var(--color-heading);font-size:10px;cursor:pointer;padding:4px}.selo-market-header-actions svg{width:22px;height:22px}.selo-market-cart-action b{position:absolute;right:4px;top:-3px;min-width:17px;height:17px;padding:0 4px;display:grid;place-items:center;border-radius:999px;background:var(--color-primary);color:#111;font-size:10px}.selo-market-mode-toggle{font-size:22px;min-width:34px}.selo-market-mobile-menu{display:none}
.selo-market-nav{height:48px;background:var(--market-menu);border-bottom:1px solid var(--color-border);box-shadow:0 4px 12px rgb(15 23 42 / 3%)}.selo-market-nav-inner{height:100%;display:flex;align-items:center;gap:22px}.selo-market-category-menu{position:relative;align-self:stretch;display:flex;align-items:center}.selo-market-all-categories{height:38px;min-width:205px;padding:0 16px;display:flex;align-items:center;gap:10px;border:0;border-radius:7px;background:var(--color-primary);color:#111;font:inherit;font-size:13px;font-weight:700;cursor:pointer}.selo-market-menu-bars{font-size:17px}.selo-market-caret{margin-left:auto}.selo-market-category-dropdown{position:absolute;top:calc(100% + 1px);left:0;width:260px;padding:8px;background:var(--color-surface);border:1px solid var(--color-border);border-radius:0 0 10px 10px;box-shadow:0 18px 38px rgb(15 23 42 / 14%);opacity:0;visibility:hidden;transform:translateY(8px);transition:.18s ease;z-index:50}.selo-market-category-menu:hover .selo-market-category-dropdown,.selo-market-category-menu:focus-within .selo-market-category-dropdown{opacity:1;visibility:visible;transform:none}.selo-market-category-dropdown a{display:flex;justify-content:space-between;align-items:center;padding:10px 11px;border-radius:7px;color:var(--color-body);font-size:13px}.selo-market-category-dropdown a:hover{background:var(--color-primary-soft);color:var(--color-heading)}.selo-market-menu-links{display:flex;align-items:center;gap:24px;min-width:0;overflow:auto;scrollbar-width:none}.selo-market-menu-links::-webkit-scrollbar{display:none}.selo-market-menu-links>li{list-style:none}.selo-market-menu-links .selo-menu-link{white-space:nowrap;color:var(--color-heading);font-size:13px;font-weight:600}.selo-market-menu-links .selo-menu-link:hover{color:var(--color-accent)}

/* Mobile drawer and nav */
.selo-market-mobile-overlay{position:fixed;inset:0;z-index:70;background:rgb(0 0 0 / 45%);transition:opacity .3s}.selo-market-mobile-drawer{position:fixed;right:0;top:0;z-index:80;width:min(88%,350px);height:100dvh;background:var(--color-surface);color:var(--color-body);overflow:auto;transition:transform .3s}.selo-market-drawer-head{height:68px;padding:12px 16px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--color-border)}.selo-market-drawer-head img{max-height:36px;max-width:150px}.selo-market-drawer-head button{width:36px;height:36px;border:1px solid var(--color-border);border-radius:8px;background:transparent;color:var(--color-heading);font-size:24px}.selo-market-drawer-body{padding:16px}.selo-market-drawer-body .selo-market-search{height:42px}.selo-market-drawer-body .selo-market-search button{width:auto;padding-inline:12px;background:var(--color-primary);font-size:12px;font-weight:700}.selo-market-drawer-body h3{margin:24px 0 10px;font-size:12px;text-transform:uppercase;letter-spacing:.08em}.selo-market-drawer-body a{display:block;padding:10px;border-radius:7px;color:var(--color-heading)}.selo-market-bottom-nav{display:none}

/* Home hero and sections */
.selo-market-hero-section{padding-top:16px}.selo-market-hero{position:relative;border-radius:10px;overflow:hidden;background:var(--color-surface);box-shadow:0 3px 14px rgb(15 23 42 / 8%)}.selo-market-hero .selo-hero-track{display:flex;transition:transform .55s ease}.selo-market-hero .selo-hero-slide{display:block;min-width:100%}.selo-market-hero .selo-hero-picture,.selo-market-hero .selo-hero-image{display:block;width:100%}.selo-market-hero .selo-hero-image{aspect-ratio:1600/580;object-fit:cover}.selo-market-hero .selo-hero-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:38px;height:38px;border:0;border-radius:50%;background:rgb(255 255 255 / 92%);color:#111;box-shadow:0 5px 15px rgb(0 0 0 / 15%);font-size:25px;cursor:pointer}.selo-market-hero .selo-hero-arrow-prev{left:14px}.selo-market-hero .selo-hero-arrow-next{right:14px}.selo-market-hero .wbn-hero-dots{position:absolute;left:50%;bottom:13px;transform:translateX(-50%);display:flex;gap:6px}.selo-market-hero .selo-hero-dot{width:7px;height:7px;padding:0;border:0;border-radius:99px;background:rgb(255 255 255 / 65%);transition:.2s}.selo-market-hero .selo-hero-dot.is-active{width:24px;background:var(--color-primary)}
.selo-market-trust-section{padding-top:12px}.selo-market-trust-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.selo-market-trust-card{min-height:68px;display:flex;align-items:center;gap:12px;padding:12px 15px;background:var(--color-surface);border:1px solid var(--color-border);border-radius:9px;box-shadow:0 3px 12px rgb(15 23 42 / 4%)}.selo-market-trust-card>span{width:34px;height:34px;display:grid;place-items:center;flex:none;border-radius:8px;background:var(--color-primary-soft);color:#9a7200;font-size:11px;font-weight:800}.selo-market-trust-card h3{margin:0;font-size:13px}.selo-market-trust-card p{margin:2px 0 0;color:var(--color-muted);font-size:11px}
.selo-market-section{padding-top:var(--market-section-space)}.selo-market-section:last-child{padding-bottom:var(--market-section-space)}.selo-market-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:14px}.selo-market-section-head h2{margin:0;font-size:22px;line-height:1.25}.selo-market-section-head p{margin:4px 0 0;color:var(--color-muted);font-size:13px}.selo-market-section-head>a{color:var(--color-accent);font-size:12px;font-weight:700;white-space:nowrap}
.selo-market-category-grid{display:grid;grid-template-columns:repeat(var(--market-category-columns),minmax(0,1fr));gap:14px}.selo-market-category-card{display:flex;flex-direction:column;align-items:center;text-align:center;gap:8px;color:var(--color-heading)}.selo-market-category-image{width:100%;aspect-ratio:1;display:block;padding:4px;border:1px solid var(--color-border);background:var(--color-surface);overflow:hidden;box-shadow:0 4px 14px rgb(15 23 42 / 5%)}.selo-market-category-card.is-circle .selo-market-category-image{border-radius:50%}.selo-market-category-card.is-rounded .selo-market-category-image{border-radius:18px}.selo-market-category-card.is-square .selo-market-category-image{border-radius:2px}.selo-market-category-image img{width:100%;height:100%;display:block;object-fit:cover;border-radius:inherit;transition:transform .3s}.selo-market-category-card:hover img{transform:scale(1.05)}.selo-market-category-card strong{font-size:13px;font-weight:600;line-height:1.3}
.selo-market-product-rail-shell{position:relative}.selo-market-product-rail{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - (var(--market-product-columns) - 1)*10px)/var(--market-product-columns));gap:10px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;overscroll-behavior-inline:contain;padding:2px 1px 8px}.selo-market-product-rail::-webkit-scrollbar{display:none}.selo-market-product-slide{min-width:0;scroll-snap-align:start}.selo-market-rail-arrow{position:absolute;top:42%;z-index:3;width:34px;height:34px;border:1px solid var(--color-border);border-radius:50%;background:var(--color-surface);color:var(--color-heading);box-shadow:0 5px 18px rgb(15 23 42 / 14%);font-size:23px;cursor:pointer}.selo-market-rail-arrow.is-prev{left:-16px}.selo-market-rail-arrow.is-next{right:-16px}.selo-market-rail-arrow:disabled{opacity:.25;cursor:default}
.selo-market-product-card{height:100%;display:flex;flex-direction:column;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-card);overflow:hidden;box-shadow:0 3px 11px rgb(15 23 42 / 5%);transition:transform .2s,box-shadow .2s}.selo-market-product-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgb(15 23 42 / 10%)}.selo-market-product-media{position:relative;aspect-ratio:1/1;background:#f1f3f5;overflow:hidden}.selo-market-product-media>a{display:block;width:100%;height:100%}.selo-market-product-media .selo-product-image{width:100%;height:100%;display:block;object-fit:cover;transition:transform .3s}.selo-market-product-card:hover .selo-product-image{transform:scale(1.03)}.selo-market-product-card .selo-product-badge{position:absolute;top:7px;right:7px;z-index:2;padding:3px 6px;border-radius:4px;background:var(--color-primary);color:#111;font-size:9px;font-weight:800}.selo-market-product-card .wbn-product-quick-view{position:absolute;top:7px;left:7px;z-index:2;width:30px;height:30px;display:grid;place-items:center;border:0;border-radius:50%;background:rgb(255 255 255 / 92%);color:#111;opacity:0;transform:translateY(-4px);transition:.2s}.selo-market-product-card:hover .wbn-product-quick-view{opacity:1;transform:none}.selo-market-product-card .wbn-product-quick-view svg{width:16px;height:16px}.selo-market-product-content{display:flex;flex:1;flex-direction:column;padding:10px}.selo-market-product-content>a{color:var(--color-heading)}.selo-market-product-card .selo-product-name{display:-webkit-box;-webkit-line-clamp:var(--market-name-lines);-webkit-box-orient:vertical;overflow:hidden;min-height:39px;margin:0;font-size:12px;line-height:1.55;font-weight:500}.selo-market-price{display:flex;align-items:center;gap:6px;margin:7px 0 9px}.selo-market-product-card .selo-product-current-price{color:var(--color-accent);font-size:14px;font-weight:800}.selo-market-product-card .selo-product-old-price{color:var(--color-muted);font-size:10px;text-decoration:line-through}.selo-market-product-card form{margin-top:auto}.selo-market-product-card .selo-product-button{width:100%;min-height:34px;display:flex;align-items:center;justify-content:center;border:0;border-radius:var(--radius-button);background:var(--color-primary);color:#111;font:inherit;font-size:11px;font-weight:700;cursor:pointer}.selo-market-product-card .selo-product-button:hover{background:var(--color-primary-hover)}
.selo-market-promo-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.selo-market-promo-grid a{display:block;border-radius:10px;overflow:hidden}.selo-market-promo-grid img{display:block;width:100%;height:100%;object-fit:cover}

/* Newsletter and footer */
.selo-market-newsletter{margin-top:50px;padding:54px 0 44px;background:var(--color-surface);border-top:1px solid var(--color-border);text-align:center}.selo-market-newsletter h2{margin:0;font-size:18px}.selo-market-newsletter p{margin:6px 0 20px;color:var(--color-muted);font-size:12px}.selo-market-newsletter form{width:min(100%,620px);margin:auto;display:flex;gap:9px}.selo-market-newsletter input[type=email]{flex:1;min-width:0;height:42px;padding:10px 15px;border:1px solid var(--color-border);border-radius:7px;background:var(--color-surface);color:var(--color-heading);outline:0}.selo-market-newsletter input[type=email]:focus{border-color:var(--color-primary)}.selo-market-newsletter button{height:42px;min-width:125px;border:0;border-radius:999px;background:var(--color-accent);color:#fff;font-weight:700}.selo-market-honeypot{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;opacity:0!important}.selo-market-footer{background:var(--market-footer);color:var(--market-footer-text);border-top:1px solid var(--color-border)}.selo-market-footer-grid{display:grid;grid-template-columns:1.25fr repeat(4,1fr);gap:38px;padding:42px 0}.selo-market-footer section{min-width:0}.selo-market-footer h3{margin:0 0 14px;font-size:11px;letter-spacing:.02em}.selo-market-footer p,.selo-market-footer a{display:block;margin:0 0 8px;color:var(--market-footer-text);font-size:15px;line-height:1.6}.selo-market-footer a:hover{color:var(--color-accent)}.selo-market-socials{display:flex;gap:7px;margin-top:13px}.selo-market-socials a{width:28px;height:28px;margin:0;display:grid;place-items:center;border:1px solid var(--color-border);border-radius:50%;text-transform:uppercase}.selo-market-footer-bottom{min-height:62px;display:flex;align-items:center;justify-content:space-between;gap:20px;border-top:1px solid var(--color-border)}.selo-market-footer-bottom p{margin:0;font-size:13px}.selo-theme-credit{color:var(--color-muted)}

/* Product page */
.selo-market-product-page{padding:18px 0 35px}.selo-market-product-breadcrumb{display:flex;align-items:center;gap:8px;min-width:0;overflow:hidden;margin-bottom:12px;color:var(--color-muted);font-size:11px;white-space:nowrap}.selo-market-product-breadcrumb a{color:var(--color-muted)}.selo-market-product-breadcrumb span:last-child{overflow:hidden;text-overflow:ellipsis}.selo-market-product-main{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;gap:34px!important;padding:20px!important;background:var(--color-surface)!important;border:1px solid var(--color-border)!important;border-radius:12px!important;box-shadow:0 5px 22px rgb(15 23 42 / 6%)!important}.selo-market-product-main .selo-product-gallery{min-width:0}.selo-market-product-main .wbn-product-main-image{position:relative;display:grid;place-items:center;aspect-ratio:1/1;background:#f3f4f6;border-radius:10px;overflow:hidden}.selo-market-product-main .selo-product-gallery-image{width:100%;height:100%;object-fit:cover}.selo-product-details-badge{position:absolute;top:12px;left:12px;z-index:2;padding:5px 9px;border-radius:5px;background:var(--color-primary);color:#111;font-size:11px;font-weight:800}.selo-market-product-main .selo-product-gallery-arrow{position:absolute;top:50%;z-index:3;width:38px;height:38px;border:0;border-radius:50%;background:rgb(255 255 255 / 92%);color:#111;box-shadow:0 4px 13px rgb(0 0 0 / 12%);font-size:24px;transform:translateY(-50%)}.selo-market-product-main .selo-product-gallery-arrow.is-prev{left:12px}.selo-market-product-main .selo-product-gallery-arrow.is-next{right:12px}.selo-market-product-main .selo-product-gallery-counter{position:absolute;right:12px;bottom:12px;padding:4px 8px;border-radius:999px;background:rgb(0 0 0 / 58%);color:#fff;font-size:10px}.selo-market-product-main .wbn-product-thumbnails{display:flex;gap:8px;margin-top:10px;overflow-x:auto;scrollbar-width:none}.selo-market-product-main .selo-product-thumbnail{width:72px;height:72px;flex:0 0 72px;padding:3px;border:1px solid var(--color-border);border-radius:8px;background:var(--color-surface);overflow:hidden}.selo-market-product-main .selo-product-thumbnail.is-active{border-color:var(--color-primary);box-shadow:0 0 0 1px var(--color-primary)}.selo-market-product-main .selo-product-thumbnail img{width:100%;height:100%;object-fit:cover;border-radius:5px}.selo-market-product-info{padding:5px 4px;min-width:0}.selo-market-product-category{display:inline-flex;margin-bottom:8px;color:#7c3aed;font-size:11px;font-weight:700}.selo-market-product-info .selo-product-details-title{margin:0;font-size:26px;line-height:1.35}.selo-market-product-info .selo-product-review-inline{display:flex;align-items:center;gap:9px;margin:9px 0}.selo-rating-stars{display:inline-flex;color:#c8c8c8;letter-spacing:1px}.selo-rating-stars .is-filled{color:#ffb400}.selo-product-review-link{padding:0;border:0;background:none;color:var(--color-muted);font:inherit;font-size:11px}.selo-market-product-code{margin:0 0 10px;color:var(--color-muted);font-size:11px}.selo-market-product-code strong{color:var(--color-heading)}.selo-market-short-description{margin:10px 0 12px;color:var(--color-body);font-size:13px}.selo-market-short-description p{margin:0 0 7px}.selo-market-main-price{display:flex;align-items:center;gap:10px;margin:10px 0 15px;padding:12px 14px;border-radius:8px;background:var(--color-primary-soft)}.selo-market-main-price .selo-product-details-current-price{color:var(--color-accent);font-size:25px;font-weight:800}.selo-market-main-price .selo-product-details-old-price{color:var(--color-muted);font-size:13px;text-decoration:line-through}.selo-market-purchase-panel{padding:0!important;border:0!important;background:transparent!important}.selo-product-variant-group{margin:14px 0}.wbn-product-variant-heading{display:flex;justify-content:space-between;margin-bottom:7px}.selo-product-variant-title{color:var(--color-heading);font-size:12px;font-weight:700}.selo-selected-variant{color:var(--color-muted);font-size:11px}.wbn-product-variant-options{display:flex;flex-wrap:wrap;gap:7px}.selo-variant-option{min-height:35px;padding:0 13px;border:1px solid var(--color-border);border-radius:7px;background:var(--color-surface);color:var(--color-heading);font:inherit;font-size:11px}.selo-variant-option.is-active,.selo-variant-option.is-selected,.selo-variant-option[aria-pressed=true]{border-color:var(--color-primary);box-shadow:0 0 0 1px var(--color-primary);background:var(--color-primary-soft)}.selo-runtime-field-message{display:block;margin:5px 0;color:var(--color-accent);font-size:11px}.selo-market-tier-pricing{margin-top:16px}.selo-market-tier-pricing h2{margin:0 0 9px;font-size:14px}.selo-market-tier-options{display:grid;gap:8px}.selo-market-tier-option{width:100%;min-height:54px;padding:9px 12px;display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid var(--color-border);border-radius:8px;background:var(--color-surface);color:var(--color-heading);font:inherit;text-align:left;cursor:pointer}.selo-market-tier-option::before{content:"";width:16px;height:16px;flex:none;border:1.5px solid #cbd5e1;border-radius:50%;box-shadow:inset 0 0 0 4px var(--color-surface)}.selo-market-tier-option>span{flex:1;font-size:12px;font-weight:600}.selo-market-tier-option strong{font-size:12px;color:var(--color-accent)}.selo-market-tier-option small{font-size:9px;font-weight:500;color:var(--color-muted)}.selo-market-tier-option.is-active{border-color:var(--color-accent);box-shadow:0 0 0 1px var(--color-accent);background:color-mix(in srgb,var(--color-accent) 7%,var(--color-surface))}.selo-market-tier-option.is-active::before{background:var(--color-accent);border-color:var(--color-accent)}.selo-market-tier-option:disabled{opacity:.48;cursor:not-allowed;background:var(--color-surface-soft);box-shadow:none}.selo-market-tier-option:disabled::before{background:transparent;border-color:#cbd5e1}.selo-market-quantity-row{display:grid;grid-template-columns:auto auto 1fr;align-items:center;gap:12px;margin-top:16px}.selo-market-quantity-row>label{color:var(--color-heading);font-size:12px;font-weight:700}.wbn-product-quantity{display:flex;width:126px;height:40px;border:1px solid var(--color-border);border-radius:7px;overflow:hidden}.selo-quantity-button{width:38px;border:0;background:var(--color-surface);color:var(--color-heading);font-size:18px}.selo-quantity-input{width:50px;min-width:0;border:0;border-inline:1px solid var(--color-border);background:var(--color-surface);color:var(--color-heading);text-align:center;outline:0;-moz-appearance:textfield}.selo-quantity-input::-webkit-inner-spin-button{appearance:none}.selo-market-total{justify-self:end;color:var(--color-muted);font-size:12px}.selo-market-total strong{color:var(--color-heading);font-size:16px}.selo-market-purchase-actions{display:grid!important;grid-template-columns:1fr 1fr!important;gap:9px!important;margin-top:14px!important}.selo-market-purchase-actions button,.selo-market-whatsapp-button{min-height:46px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-button);font:inherit;font-size:12px;font-weight:800}.selo-market-purchase-actions .selo-product-add-cart{border:0;background:var(--color-primary);color:#111}.selo-market-purchase-actions .selo-product-order-now{border:1px solid var(--color-heading);background:var(--color-surface);color:var(--color-heading)}.selo-market-whatsapp-button{margin-top:9px;background:#0ca95b;color:#fff}.selo-market-product-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin-top:12px}.selo-market-product-benefits span{padding:8px 6px;border-radius:7px;background:var(--color-primary-soft);color:var(--color-heading);font-size:10px;text-align:center}.selo-market-information{margin-top:22px;padding:0!important;background:var(--color-surface);border:1px solid var(--color-border);border-radius:12px;overflow:hidden}.selo-market-information .wbn-product-tabs{display:flex;overflow-x:auto;border-bottom:1px solid var(--color-border);scrollbar-width:none}.selo-market-information .selo-product-tab-button{min-height:48px;padding:0 20px;border:0;border-bottom:2px solid transparent;background:transparent;color:var(--color-muted);font:inherit;font-size:12px;font-weight:700;white-space:nowrap}.selo-market-information .selo-product-tab-button.is-active{border-bottom-color:var(--color-primary);color:var(--color-heading)}.selo-market-information .wbn-product-tab-content{padding:24px}.selo-market-information .selo-product-description{color:var(--color-body);font-size:14px;line-height:1.8}.selo-market-information .selo-product-description img{max-width:100%;height:auto}.selo-product-reviews-layout{display:grid;grid-template-columns:280px 1fr;gap:18px}.selo-review-summary-card,.selo-review-form-card,.selo-approved-review-card{padding:18px;border:1px solid var(--color-border);border-radius:9px;background:var(--color-surface)}.selo-review-summary-score{font-size:42px;font-weight:800;color:var(--color-heading)}.selo-review-breakdown{display:grid;gap:6px;margin-top:15px}.selo-review-breakdown-row{display:grid;grid-template-columns:48px 1fr 20px;gap:7px;align-items:center;font-size:10px}.selo-review-breakdown-track{height:5px;border-radius:9px;background:var(--color-border);overflow:hidden}.selo-review-breakdown-track span{display:block;height:100%;background:var(--color-primary)}.selo-review-form{display:grid;gap:10px}.selo-review-form label{display:grid;gap:5px;color:var(--color-heading);font-size:11px}.selo-review-form input[type=text],.selo-review-form textarea{width:100%;padding:10px;border:1px solid var(--color-border);border-radius:7px;background:var(--color-surface);color:var(--color-heading)}.selo-review-rating-field{border:0;padding:0}.selo-review-rating-input{display:flex;flex-direction:row-reverse;justify-content:flex-end}.selo-review-rating-input input{display:none}.selo-review-rating-input label{font-size:25px;color:#d1d5db;cursor:pointer}.selo-review-rating-input input:checked~label,.selo-review-rating-input label:hover,.selo-review-rating-input label:hover~label{color:#ffb400}.selo-approved-review-list{display:grid;gap:10px;margin-top:18px}.selo-approved-review-head{display:flex;justify-content:space-between;gap:12px}.selo-approved-review-head div{display:flex;flex-direction:column}.selo-approved-review-head span{font-size:10px;color:var(--color-muted)}.selo-verified-review{color:#0ca95b!important}.selo-product-video-frame{position:relative;aspect-ratio:16/9;border-radius:9px;overflow:hidden}.selo-product-video-frame iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.selo-market-related-section{padding-bottom:10px}

/* Dark mode */
html[data-theme="dark"]{--color-page:var(--dark-page);--color-surface:var(--dark-surface);--color-heading:var(--dark-heading);--color-body:var(--dark-body);--color-muted:#94a3b8;--color-border:var(--dark-border);--market-header:var(--dark-surface);--market-menu:var(--dark-surface);--market-footer:var(--dark-surface);--market-footer-text:var(--dark-body);--color-primary-soft:color-mix(in srgb,var(--color-primary) 14%,var(--dark-surface))}html[data-theme="dark"] .selo-market-product-media,html[data-theme="dark"] .selo-market-product-main .wbn-product-main-image{background:#0d131b}html[data-theme="dark"] .selo-market-search button,html[data-theme="dark"] .selo-market-product-card .wbn-product-quick-view{color:#111}

/* Responsive */
@media(max-width:1199px){.selo-market-header-grid{grid-template-columns:150px minmax(280px,1fr) auto;gap:18px}.selo-market-header-actions{gap:8px}.selo-market-product-rail{grid-auto-columns:calc((100% - 4*10px)/5)}.selo-market-category-grid{grid-template-columns:repeat(7,minmax(0,1fr))}.selo-market-footer-grid{gap:24px}}
@media(max-width:991px){.selo-market-sticky.is-sticky{position:relative}.selo-market-marquee{height:30px}.selo-market-header{position:sticky;top:0;z-index:40}.selo-market-header-grid{min-height:64px;grid-template-columns:38px 1fr auto;gap:10px}.selo-market-mobile-menu{width:36px;height:36px;padding:8px;display:grid;align-content:center;gap:4px;border:1px solid var(--color-border);border-radius:8px;background:var(--color-surface)}.selo-market-mobile-menu span{display:block;height:2px;background:var(--color-heading)}.selo-market-logo img{max-height:36px;max-width:145px}.selo-market-header-grid>.selo-market-search{grid-column:1/-1;grid-row:2;margin-bottom:10px;height:40px}.selo-market-header-actions>a:not(.selo-market-cart-action),.selo-market-header-actions .selo-market-mode-toggle{display:none}.selo-market-cart-action span{display:none}.selo-market-header-actions{gap:0}.selo-market-nav{display:none}.selo-market-bottom-nav{position:fixed;left:0;right:0;bottom:0;z-index:60;height:64px;display:grid;grid-template-columns:repeat(5,1fr);background:var(--color-surface);border-top:1px solid var(--color-border);box-shadow:0 -5px 20px rgb(15 23 42 / 10%)}.selo-market-bottom-nav a,.selo-market-bottom-nav button{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;border:0;background:none;color:var(--color-heading);font:inherit;font-size:9px}.selo-market-bottom-nav span{font-size:18px;line-height:1}.selo-market-bottom-nav b{position:absolute;top:3px;right:22%;min-width:16px;height:16px;display:grid;place-items:center;border-radius:99px;background:var(--color-primary);color:#111;font-size:9px}.selo-market-body{padding-bottom:64px}.selo-market-trust-grid{grid-template-columns:repeat(2,1fr)}.selo-market-category-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.selo-market-product-rail{grid-auto-columns:calc((100% - 2*10px)/3)}.selo-market-footer-grid{grid-template-columns:repeat(3,1fr)}.selo-market-product-main{grid-template-columns:1fr 1fr!important;gap:22px!important}.selo-market-product-info .selo-product-details-title{font-size:22px}}
@media(max-width:767px){.site-container{width:min(calc(100% - 20px),var(--container-width))}.selo-market-marquee-track span{padding-inline:18px}.selo-market-hero-section{padding-top:10px}.selo-market-hero{border-radius:8px}.selo-market-hero .selo-hero-image{aspect-ratio:750/900}.selo-market-hero .selo-hero-arrow{display:none}.selo-market-trust-card{min-height:61px;padding:9px}.selo-market-trust-card>span{width:30px;height:30px}.selo-market-trust-card h3{font-size:11px}.selo-market-trust-card p{font-size:9px}.selo-market-section-head h2{font-size:18px}.selo-market-section-head p{display:none}.selo-market-category-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.selo-market-category-card strong{font-size:11px}.selo-market-product-rail{grid-auto-columns:calc((100% - 10px)/2)}.selo-market-rail-arrow{display:none}.selo-market-product-card .wbn-product-quick-view{opacity:1;transform:none;width:27px;height:27px}.selo-market-product-content{padding:8px}.selo-market-product-card .selo-product-name{font-size:11px;min-height:35px}.selo-market-product-card .selo-product-current-price{font-size:13px}.selo-market-promo-grid{grid-template-columns:1fr}.selo-market-newsletter{margin-top:30px;padding:36px 0}.selo-market-newsletter form{flex-direction:column}.selo-market-newsletter button{width:100%}.selo-market-footer-grid{grid-template-columns:1fr 1fr;gap:26px 18px;padding:30px 0}.selo-market-footer-bottom{align-items:flex-start;flex-direction:column;justify-content:center;padding:15px 0}.selo-market-product-page{padding-top:10px}.selo-market-product-main{grid-template-columns:1fr!important;gap:18px!important;padding:12px!important}.selo-market-product-info .selo-product-details-title{font-size:21px}.selo-market-main-price .selo-product-details-current-price{font-size:22px}.selo-market-purchase-actions{grid-template-columns:1fr!important}.selo-market-product-benefits{grid-template-columns:1fr 1fr}.selo-market-information .wbn-product-tab-content{padding:15px}.selo-product-reviews-layout{grid-template-columns:1fr}.selo-market-quantity-row{grid-template-columns:auto 1fr}.selo-market-total{grid-column:1/-1;justify-self:start}.selo-market-product-main .selo-product-thumbnail{width:60px;height:60px;flex-basis:60px}}
@media(max-width:479px){.selo-market-header-grid{grid-template-columns:36px 1fr 42px}.selo-market-logo img{max-width:120px ; margin:auto;}.selo-market-category-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.selo-market-trust-grid{gap:7px}.selo-market-trust-card{gap:7px}.selo-market-footer-grid{grid-template-columns:1fr}.selo-market-product-benefits{grid-template-columns:1fr}.selo-market-tier-option{padding:8px}.selo-market-tier-option strong{font-size:11px}}

/* v1.1.0 precision overrides: compact product cards, SVG controls and product activity. */
.selo-market-body{font-size:var(--market-body-size)}
.selo-market-body svg{display:block;flex:none}
.selo-market-product-card{box-shadow:var(--market-card-shadow)}
.selo-market-product-card:hover{box-shadow:var(--market-card-shadow-hover)}
.selo-market-product-media{aspect-ratio:var(--market-image-ratio);border-radius:var(--market-image-radius) var(--market-image-radius) 0 0}
.selo-market-product-media .selo-product-image{border-radius:inherit}
.selo-market-product-card .selo-product-badge{left:7px;right:auto;font-size:var(--market-discount-size);line-height:1.1}
.selo-market-product-card .wbn-product-quick-view{left:auto;right:7px}
.selo-market-product-card .selo-product-name{font-size:var(--market-name-size);line-height:1.5;min-height:39px}
.selo-market-product-card .selo-product-current-price{font-size:var(--market-price-size);line-height:1.25}
.selo-market-card-rating{display:flex;align-items:center;gap:5px;margin-top:5px;color:var(--color-muted);font-size:10px;line-height:1}
.selo-market-card-rating .selo-rating-stars{display:inline-flex;gap:1px;font-size:10px;line-height:1}
.selo-market-card-rating .selo-rating-stars>span{color:#d6dae1}
.selo-market-card-rating .selo-rating-stars>span.is-filled{color:#ffb400}
.selo-market-hero-arrow,.selo-market-rail-arrow,.selo-product-gallery-arrow{display:grid;place-items:center;padding:0}
.selo-market-hero-arrow svg,.selo-market-rail-arrow svg,.selo-product-gallery-arrow svg{pointer-events:none}
.selo-market-trust-card>span svg{width:18px;height:18px}
.selo-market-socials a svg{width:15px;height:15px}
.selo-market-mobile-menu{place-items:center}
.selo-market-mobile-menu svg{width:21px;height:21px}
.selo-market-bottom-nav a>span,.selo-market-bottom-nav button>span{display:grid;place-items:center;width:22px;height:22px}
.selo-market-bottom-nav a>span svg,.selo-market-bottom-nav button>span svg{width:20px;height:20px}
.selo-market-product-activity{display:flex;align-items:center;justify-content:flex-start;gap:8px;flex-wrap:wrap;margin-top:10px}
.selo-market-activity-pill{display:inline-flex;align-items:center;gap:6px;min-height:31px;padding:5px 9px;border:1px solid var(--color-border);border-radius:7px;background:var(--color-surface);color:var(--color-muted);font-size:10px;line-height:1.25}
.selo-market-activity-pill strong{color:var(--color-heading);font-size:11px}
.selo-market-activity-icon{display:grid;place-items:center;color:var(--color-accent)}
.selo-market-activity-icon svg{width:15px;height:15px}
.selo-market-main-price .selo-product-details-current-price{white-space:normal}
.selo-market-total strong{white-space:normal}
@media(max-width:767px){
  .selo-market-product-card .selo-product-name{font-size:var(--market-name-size);min-height:39px}
  .selo-market-product-card .selo-product-current-price{font-size:var(--market-price-size)}
  .selo-market-product-activity{margin-top:8px;gap:6px}
  .selo-market-activity-pill{min-height:29px;padding:5px 8px;font-size:9px}
}
.selo-market-section-head>a{display:inline-flex;align-items:center;gap:3px}
.selo-market-section-head>a svg{width:14px;height:14px}

/* v1.2.0 — Default-theme visual scale + Anek Bangla-first typography. */
.selo-market-body{
  font-family:var(--market-font);
  font-size:var(--market-body-size);
  font-weight:400;
  line-height:1.6;
  font-synthesis:none;
  text-rendering:optimizeLegibility;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale
}
.selo-market-body button,.selo-market-body input,.selo-market-body select,.selo-market-body textarea{font-family:inherit}
.selo-market-body h1,.selo-market-body h2,.selo-market-body h3,.selo-market-body h4,.selo-market-body h5,.selo-market-body h6{
  font-family:var(--font-heading);
  font-weight:var(--market-heading-weight);
  letter-spacing:0
}
.selo-market-search input{font-size:14px;font-weight:400}
.selo-market-header-actions>a,.selo-market-mode-toggle{font-size:11px;font-weight:600}
.selo-market-all-categories{font-size:13px;font-weight:700}
.selo-market-menu-links .selo-menu-link{font-size:13px;font-weight:600}
.selo-market-category-dropdown a{font-size:13px;font-weight:500}
.selo-market-drawer-body h3{font-size:12px;font-weight:700}
.selo-market-drawer-body a{font-size:14px;font-weight:500}

.selo-market-trust-card h3{font-size:13px;font-weight:700;line-height:1.4}
.selo-market-trust-card p{font-size:12px;line-height:1.55}
.selo-market-section-head h2{font-size:clamp(22px,2.4vw,28px);font-weight:700;line-height:1.25}
.selo-market-section-head p{font-size:14px;line-height:1.6}
.selo-market-section-head>a{font-size:13px;font-weight:650}
.selo-market-category-card strong{font-size:12px;font-weight:700;line-height:1.4}

.selo-market-product-card{
  border-radius:var(--radius-card);
  transition:transform .26s,border-color .26s,box-shadow .26s
}
.selo-market-product-card:hover{border-color:var(--color-primary)}
.selo-market-product-media{background:var(--color-surface-soft,#f5f3ff)}
.selo-market-product-card:hover .selo-product-image{transform:scale(1.045)}
.selo-market-product-content{padding:10px}
.selo-market-product-card .selo-product-name{
  height:38px;
  min-height:38px;
  margin:0;
  color:var(--color-heading);
  font-family:var(--font-heading);
  font-size:var(--market-name-size);
  font-weight:650;
  line-height:1.45;
  text-align:center
}
.selo-market-card-rating{justify-content:center;min-height:18px;margin-top:3px;font-size:11px}
.selo-market-card-rating .selo-rating-stars{font-size:12px}
.selo-market-price{
  min-height:24px;
  margin:7px 0 0;
  flex-wrap:wrap;
  justify-content:center;
  gap:5px
}
.selo-market-product-card .selo-product-old-price{font-size:11px;font-weight:400}
.selo-market-product-card .selo-product-current-price{
  color:var(--color-accent);
  font-size:var(--market-price-size);
  font-weight:700;
  line-height:1.3
}
.selo-market-product-card form{margin-top:auto}
.selo-market-product-card .selo-product-button{
  min-height:38px;
  margin-top:9px;
  padding:8px 10px;
  border-radius:var(--radius-button);
  font-size:12px;
  font-weight:650
}
.selo-market-product-card .selo-product-badge{
  top:8px;
  left:8px;
  min-height:24px;
  padding:4px 8px;
  border-radius:999px;
  font-weight:700
}
.selo-market-product-card .wbn-product-quick-view{
  top:8px;
  right:8px;
  width:34px;
  height:34px;
  border:1px solid var(--color-border);
  border-radius:9px;
  background:color-mix(in srgb,var(--color-surface) 94%,transparent);
  color:var(--color-primary);
  box-shadow:var(--shadow-card)
}
.selo-market-product-card .wbn-product-quick-view:hover{border-color:var(--color-primary);background:var(--color-primary);color:#fff}

.selo-market-newsletter h2{font-size:22px;font-weight:700;line-height:1.3}
.selo-market-newsletter p{font-size:14px;line-height:1.7}
.selo-market-newsletter input[type=email]{font-size:14px}
.selo-market-newsletter button{font-size:14px;font-weight:700}
.selo-market-footer h3{font-size:16px;font-weight:700;line-height:1.4}
.selo-market-footer p,.selo-market-footer a{font-size:16px;line-height:1.7}
.selo-market-footer-bottom p{font-size:14px}

.selo-market-product-breadcrumb{font-size:13px;font-weight:500}
.selo-market-product-info .selo-market-product-category{font-size:12px;font-weight:700}
.selo-market-product-info .selo-product-details-title{
  font-size:clamp(25px,4vw,36px);
  font-weight:700;
  line-height:1.25
}
.selo-market-product-info .selo-product-review-inline{margin:12px 0}
.selo-product-review-link{font-size:13px;font-weight:650}
.selo-market-product-code{font-size:12px;font-weight:500}
.selo-market-short-description{font-size:14px;line-height:1.75}
.selo-market-main-price{margin:15px 0 18px;padding:13px 15px}
.selo-market-main-price .selo-product-details-current-price{
  font-size:clamp(28px,4vw,38px);
  font-weight:750;
  line-height:1.1
}
.selo-market-main-price .selo-product-details-old-price{font-size:16px;font-weight:600}
.selo-product-variant-group{margin:18px 0}
.selo-product-variant-title{font-size:14px;font-weight:700}
.selo-selected-variant{font-size:12px;font-weight:500}
.selo-variant-option{
  min-width:44px;
  min-height:40px;
  padding:8px 13px;
  border-radius:var(--radius-button);
  font-size:13px;
  font-weight:650
}
.selo-runtime-field-message{font-size:13px;line-height:1.5}
.selo-market-tier-pricing h2{font-size:16px;font-weight:700}
.selo-market-tier-option{min-height:58px;padding:10px 13px}
.selo-market-tier-option>span{font-size:13px;font-weight:600}
.selo-market-tier-option strong{font-size:13px;font-weight:700}
.selo-market-tier-option small{font-size:11px;font-weight:500}
.selo-market-quantity-row>label{font-size:13px;font-weight:650}
.wbn-product-quantity{height:42px;border-radius:var(--radius-button)}
.selo-market-total{font-size:13px}
.selo-market-total strong{font-size:17px;font-weight:700}
.selo-market-purchase-actions button,.selo-market-whatsapp-button{
  min-height:50px;
  padding:11px 18px;
  border-radius:var(--radius-button);
  font-size:14px;
  font-weight:700
}
.selo-market-product-benefits span{padding:9px 7px;font-size:12px;font-weight:600;line-height:1.45}
.selo-market-activity-pill{font-size:11px;line-height:1.45}
.selo-market-activity-pill strong{font-size:12px;font-weight:650}
.selo-market-information .selo-product-tab-button{
  min-height:50px;
  padding:0 20px;
  font-size:13px;
  font-weight:650
}
.selo-market-information .selo-product-description{font-size:14px;line-height:1.85}
.selo-review-summary-score{font-size:48px;font-weight:760}
.selo-review-summary-card>p,.selo-review-form-card>p{font-size:14px;line-height:1.65}
.selo-review-form-card h3{font-size:22px;font-weight:700}
.selo-review-form label,.selo-review-rating-field legend{font-size:13px;font-weight:650}
.selo-approved-review-card h4{font-size:16px;font-weight:700}
.selo-approved-review-card p{font-size:14px;line-height:1.75}

@media(min-width:1024px){
  .selo-market-product-card:hover{transform:translateY(-4px)}
  .selo-market-product-content{padding:12px}
  .selo-market-product-card .selo-product-button{min-height:40px;font-size:13px}
}
@media(max-width:991px){
  .selo-market-bottom-nav a,.selo-market-bottom-nav button{font-size:11px;font-weight:600;line-height:1.25}
}
@media(max-width:767px){
  .selo-market-trust-card h3{font-size:12px}
  .selo-market-trust-card p{font-size:10px;line-height:1.45}
  .selo-market-section-head h2{font-size:20px}
  .selo-market-product-content{padding:9px}
  .selo-market-product-card .selo-product-name{font-size:var(--market-name-size);min-height:38px;height:38px;line-height:1.45}
  .selo-market-product-card .selo-product-current-price{font-size:var(--market-price-size)}
  .selo-market-product-card .selo-product-button{min-height:38px;font-size:12px}
  .selo-market-product-info .selo-product-details-title{font-size:24px;line-height:1.35}
  .selo-market-main-price .selo-product-details-current-price{font-size:28px}
  .selo-market-purchase-actions button,.selo-market-whatsapp-button{min-height:48px;font-size:13px}
  .selo-market-information .selo-product-tab-button{font-size:12px}
  .selo-market-footer h3{font-size:15px}
  .selo-market-footer p,.selo-market-footer a{font-size:16px}
}

/* v1.3 quantity pricing layout */
.selo-market-tier-pricing h2{font-size:14px;font-weight:700;margin-bottom:8px}
.selo-market-tier-option{min-height:46px;padding:7px 10px;border-radius:9px}
.selo-market-tier-option>span{font-size:12px;font-weight:650}
.selo-market-tier-option strong{font-size:12px;font-weight:750}
.selo-market-tier-option small{font-size:10px;font-weight:600}
.selo-market-quantity-row{grid-template-columns:auto 1fr;gap:12px;margin-top:13px}
.selo-market-quantity-row>label{display:none}
.selo-market-quantity-row .wbn-product-quantity{display:grid;grid-template-columns:38px 80px 38px;gap:10px;width:auto;height:38px;border:0;border-radius:0;overflow:visible}
.selo-market-quantity-row .selo-quantity-button{width:38px;height:38px;border:1px solid var(--color-border);border-radius:8px;background:var(--color-surface);font-size:17px;font-weight:700;box-shadow:0 1px 3px rgb(15 23 42 / 8%)}
.selo-market-quantity-row .selo-quantity-input{width:80px;height:38px;border:1px solid var(--color-border);border-radius:8px;background:var(--color-surface);font-size:13px;font-weight:700;box-shadow:0 1px 3px rgb(15 23 42 / 5%)}
.selo-market-quantity-row .selo-quantity-button:disabled{opacity:.45;cursor:not-allowed}
.selo-market-total{justify-self:start;align-self:center;font-size:12px}
.selo-market-total strong{font-size:14px;font-weight:750}
@media(max-width:479px){.selo-market-quantity-row{grid-template-columns:auto 1fr;gap:10px}.selo-market-quantity-row .wbn-product-quantity{grid-template-columns:36px 74px 36px;gap:8px}.selo-market-quantity-row .selo-quantity-button{width:36px;height:36px}.selo-market-quantity-row .selo-quantity-input{width:74px;height:36px}}

/* v1.4.0 — quantity tier selector + combo inventory storefront */
.selo-market-product-main{
  grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr)!important;
  gap:30px!important;
  padding:18px!important;
  align-items:start
}
.selo-market-product-info{padding:2px 2px 4px}
.selo-market-main-price{
  margin:12px 0 14px;
  padding:12px 14px;
  border:1px solid color-mix(in srgb,var(--color-primary) 55%,var(--color-border));
  background:color-mix(in srgb,var(--color-primary) 8%,var(--color-surface));
  border-radius:10px
}
.selo-market-main-price .selo-product-details-current-price{font-size:clamp(25px,3vw,34px);line-height:1.15}

.selo-market-combo-box{
  margin:14px 0 16px;
  border:1px solid var(--color-border);
  border-radius:12px;
  background:var(--color-surface);
  overflow:hidden
}
.selo-market-combo-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:12px 13px;
  border-bottom:1px solid var(--color-border);
  background:color-mix(in srgb,var(--color-primary) 7%,var(--color-surface))
}
.selo-market-combo-kicker{
  display:inline-flex;
  margin-bottom:3px;
  color:var(--color-accent);
  font-size:10px;
  font-weight:800;
  letter-spacing:.08em
}
.selo-market-combo-head h2{margin:0;font-size:14px;font-weight:750;line-height:1.35}
.selo-market-combo-stock-badge{
  flex:none;
  padding:5px 8px;
  border:1px solid color-mix(in srgb,#16a34a 35%,var(--color-border));
  border-radius:999px;
  background:color-mix(in srgb,#16a34a 8%,var(--color-surface));
  color:#15803d;
  font-size:10px;
  font-weight:700
}
.selo-market-combo-items{display:grid}
.selo-market-combo-item{
  min-width:0;
  display:grid;
  grid-template-columns:46px minmax(0,1fr) auto;
  align-items:center;
  gap:10px;
  padding:9px 12px;
  border-bottom:1px solid var(--color-border)
}
.selo-market-combo-item:last-child{border-bottom:0}
.selo-market-combo-thumb{
  width:46px;
  height:46px;
  border:1px solid var(--color-border);
  border-radius:8px;
  background:var(--color-surface-soft,#f8fafc);
  overflow:hidden
}
.selo-market-combo-thumb img{display:block;width:100%;height:100%;object-fit:cover}
.selo-market-combo-copy{min-width:0;display:grid;gap:2px}
.selo-market-combo-copy strong{
  overflow:hidden;
  color:var(--color-heading);
  font-size:12px;
  font-weight:700;
  line-height:1.35;
  text-overflow:ellipsis;
  white-space:nowrap
}
.selo-market-combo-copy span{overflow:hidden;color:var(--color-muted);font-size:10px;text-overflow:ellipsis;white-space:nowrap}
.selo-market-combo-qty{
  min-width:34px;
  padding:5px 7px;
  border-radius:7px;
  background:var(--color-primary-soft);
  color:var(--color-heading);
  font-size:12px;
  font-weight:800;
  text-align:center
}

.selo-market-tier-pricing{margin-top:15px}
.selo-market-tier-pricing h2{margin:0 0 8px;font-size:14px;font-weight:750}
.selo-market-tier-options{display:grid;gap:7px}
.selo-market-tier-option{
  width:100%;
  min-height:46px;
  display:grid;
  grid-template-columns:20px minmax(0,1fr) auto;
  align-items:center;
  gap:9px;
  padding:7px 10px;
  border:1px solid var(--color-border);
  border-radius:9px;
  background:var(--color-surface);
  color:var(--color-heading);
  box-shadow:none;
  text-align:left;
  transition:border-color .16s ease,background .16s ease,box-shadow .16s ease
}
.selo-market-tier-option::before{display:none!important}
.selo-market-tier-radio{
  width:18px;
  height:18px;
  display:block;
  border:2px solid #cbd5e1;
  border-radius:50%;
  background:var(--color-surface);
  box-shadow:inset 0 0 0 4px var(--color-surface)
}
.selo-market-tier-label{min-width:0;font-size:12px;font-weight:700;line-height:1.35}
.selo-market-tier-option>span.selo-market-tier-label{font-size:12px;font-weight:700}
.selo-market-tier-option strong{color:var(--color-accent);font-size:12px;font-weight:800;white-space:nowrap}
.selo-market-tier-option small{color:var(--color-muted);font-size:10px;font-weight:600}
.selo-market-tier-option.is-active{
  border-color:var(--color-accent);
  background:color-mix(in srgb,var(--color-accent) 6%,var(--color-surface));
  box-shadow:0 0 0 1px color-mix(in srgb,var(--color-accent) 70%,transparent)
}
.selo-market-tier-option.is-active .selo-market-tier-radio{
  border-color:var(--color-accent);
  background:var(--color-accent)
}
.selo-market-tier-option:disabled{opacity:.48;background:var(--color-surface-soft);cursor:not-allowed;box-shadow:none}

.selo-market-quantity-row{
  display:grid;
  grid-template-columns:auto 1fr;
  align-items:center;
  gap:12px;
  margin-top:13px
}
.selo-market-quantity-row>label{display:none}
.selo-market-quantity-row .wbn-product-quantity{
  width:auto;
  height:38px;
  display:grid;
  grid-template-columns:38px 80px 38px;
  gap:10px;
  border:0;
  border-radius:0;
  overflow:visible
}
.selo-market-quantity-row .selo-quantity-button,
.selo-market-quantity-row .selo-quantity-input{
  height:38px;
  border:1px solid var(--color-border);
  border-radius:8px;
  background:var(--color-surface);
  color:var(--color-heading);
  box-shadow:0 1px 3px rgb(15 23 42 / 7%)
}
.selo-market-quantity-row .selo-quantity-button{width:38px;font-size:17px;font-weight:750;cursor:pointer}
.selo-market-quantity-row .selo-quantity-input{width:80px;border-inline:1px solid var(--color-border);font-size:13px;font-weight:800}
.selo-market-quantity-row .selo-quantity-button:disabled{opacity:.42;cursor:not-allowed}
.selo-market-total{justify-self:start;align-self:center;color:var(--color-muted);font-size:12px;white-space:nowrap}
.selo-market-total strong{color:var(--color-heading);font-size:14px;font-weight:800}
.selo-market-purchase-actions{margin-top:13px!important}
.selo-market-whatsapp-button{min-height:47px;margin-top:8px;border-radius:var(--radius-button);box-shadow:0 5px 14px rgb(12 169 91 / 14%)}
.selo-market-whatsapp-button:hover{filter:brightness(.96);color:#fff}

@media(max-width:991px){
  .selo-market-product-main{grid-template-columns:1fr 1fr!important;gap:20px!important}
}
@media(max-width:767px){
  .selo-market-product-main{grid-template-columns:1fr!important;gap:16px!important;padding:11px!important}
  .selo-market-combo-head{align-items:flex-start}
  .selo-market-combo-stock-badge{margin-top:1px}
  .selo-market-tier-option{min-height:45px;padding:7px 9px}
  .selo-market-quantity-row{grid-template-columns:auto minmax(0,1fr);gap:10px}
  .selo-market-total{grid-column:auto;justify-self:start}
  .selo-market-purchase-actions{grid-template-columns:1fr!important}
}
@media(max-width:479px){
  .selo-market-main-price{padding:10px 12px}
  .selo-market-combo-item{grid-template-columns:42px minmax(0,1fr) auto;padding:8px 9px}
  .selo-market-combo-thumb{width:42px;height:42px}
  .selo-market-combo-head{padding:10px}
  .selo-market-combo-stock-badge{font-size:9px;padding:4px 6px}
  .selo-market-tier-option{grid-template-columns:18px minmax(0,1fr) auto;gap:8px}
  .selo-market-tier-radio{width:17px;height:17px}
  .selo-market-tier-label,.selo-market-tier-option>span.selo-market-tier-label{font-size:11px}
  .selo-market-tier-option strong{font-size:11px}
  .selo-market-quantity-row .wbn-product-quantity{grid-template-columns:36px 72px 36px;gap:8px}
  .selo-market-quantity-row .selo-quantity-button{width:36px;height:36px}
  .selo-market-quantity-row .selo-quantity-input{width:72px;height:36px}
  .selo-market-total{font-size:11px}
  .selo-market-total strong{font-size:13px}
}

/* v1.5.0 — stable quantity tier selector and Combo Offers storefront */
.selo-market-combo-menu-link{position:relative;font-weight:700}
.selo-market-combo-menu-link::after{content:"";position:absolute;left:50%;bottom:-2px;width:18px;height:2px;border-radius:99px;background:var(--color-accent);transform:translateX(-50%)}
.selo-market-mobile-combo-link{display:flex;align-items:center;min-height:42px;margin:0 0 6px;padding:0 11px;border:1px solid color-mix(in srgb,var(--color-accent) 28%,var(--color-border));border-radius:9px;background:color-mix(in srgb,var(--color-accent) 6%,var(--color-surface));color:var(--color-heading);font-size:12px;font-weight:700}

.selo-market-product-main{min-width:0;overflow:visible}
.selo-market-product-main>*{min-width:0}
.selo-market-product-info{overflow:visible}
.selo-market-combo-box{margin:14px 0 15px;border:1px solid #e2e8f0;border-radius:12px;background:var(--color-surface);box-shadow:0 3px 12px rgb(15 23 42 / 4%);overflow:hidden}
.selo-market-combo-head{padding:12px 13px;background:linear-gradient(180deg,color-mix(in srgb,var(--color-primary) 9%,var(--color-surface)),var(--color-surface));border-bottom:1px solid var(--color-border)}
.selo-market-combo-kicker{width:max-content;text-decoration:none}
.selo-market-combo-head h2{font-size:15px;line-height:1.4}
.selo-market-combo-items{padding:4px 10px}
.selo-market-combo-item{padding:9px 2px;border-color:color-mix(in srgb,var(--color-border) 82%,transparent)}
.selo-market-combo-copy a{min-width:0;color:inherit;text-decoration:none}
.selo-market-combo-copy a:hover strong{color:var(--color-accent)}
.selo-market-combo-copy strong{display:block;white-space:normal;overflow-wrap:anywhere}
.selo-market-combo-copy span{display:block;white-space:normal;overflow-wrap:anywhere}

.selo-market-tier-pricing{margin-top:15px;padding-top:1px}
.selo-market-tier-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:10px;margin-bottom:8px}
.selo-market-tier-heading h2,.selo-market-tier-pricing .selo-market-tier-heading h2{margin:0;font-size:14px;font-weight:800;color:var(--color-heading)}
.selo-market-tier-heading>span{color:var(--color-muted);font-size:10px;line-height:1.3;text-align:right}
.selo-market-tier-options{display:grid;gap:8px}
.selo-market-tier-option{width:100%;min-height:48px;display:grid;grid-template-columns:19px minmax(0,1fr) auto;align-items:center;gap:9px;padding:8px 10px;border:1px solid #d9e2ee;border-radius:9px;background:var(--color-surface);color:var(--color-heading);font:inherit;text-align:left;cursor:pointer;box-shadow:none;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease}
.selo-market-tier-option::before{display:none!important}
.selo-market-tier-radio{width:18px;height:18px;border:2px solid #c9d5e4;border-radius:50%;background:var(--color-surface);box-shadow:inset 0 0 0 4px var(--color-surface)}
.selo-market-tier-option .selo-market-tier-label{min-width:0;color:var(--color-heading);font-size:12px;font-weight:750;line-height:1.35}
.selo-market-tier-option strong{display:flex;align-items:baseline;gap:2px;color:var(--color-accent);font-size:13px;font-weight:800;white-space:nowrap}
.selo-market-tier-option strong small{color:var(--color-muted);font-size:10px;font-weight:600}
.selo-market-tier-option:hover:not(:disabled){border-color:color-mix(in srgb,var(--color-accent) 52%,#d9e2ee)}
.selo-market-tier-option.is-active{border-color:var(--color-accent);background:color-mix(in srgb,var(--color-accent) 5%,var(--color-surface));box-shadow:0 0 0 1px var(--color-accent)}
.selo-market-tier-option.is-active .selo-market-tier-radio{border-color:var(--color-accent);background:var(--color-accent);box-shadow:inset 0 0 0 4px var(--color-surface)}
.selo-market-tier-option:disabled{opacity:.5;cursor:not-allowed}
.selo-market-quantity-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:13px}
.selo-market-quantity-row .wbn-product-quantity{display:grid;grid-template-columns:38px 80px 38px;gap:10px;width:auto;height:auto;border:0;overflow:visible}
.selo-market-quantity-row .selo-quantity-button,.selo-market-quantity-row .selo-quantity-input{height:38px;border:1px solid #d9e2ee;border-radius:8px;background:var(--color-surface);box-shadow:0 1px 3px rgb(15 23 42 / 6%)}
.selo-market-total{justify-self:auto;margin-left:0;color:var(--color-muted);font-size:12px}
.selo-market-total strong{color:var(--color-heading);font-size:14px;font-weight:800}

.selo-combo-page{padding:20px 0 46px;background:var(--color-page)}
.selo-combo-page-hero{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:18px;padding:22px;border:1px solid var(--color-border);border-radius:14px;background:var(--color-surface);box-shadow:0 5px 20px rgb(15 23 42 / 5%)}
.selo-combo-page-kicker{display:block;margin-bottom:5px;color:var(--color-accent);font-size:10px;font-weight:800;letter-spacing:.1em}
.selo-combo-page-hero h1{margin:0;color:var(--color-heading);font-size:clamp(24px,3vw,34px);font-weight:800;line-height:1.2}
.selo-combo-page-hero p{max-width:650px;margin:7px 0 0;color:var(--color-body);font-size:13px;line-height:1.6}
.selo-combo-search{display:flex;flex:0 0 min(390px,42%);height:42px;border:1px solid var(--color-border);border-radius:9px;background:var(--color-surface);overflow:hidden}
.selo-combo-search input{min-width:0;flex:1;padding:0 12px;border:0;background:transparent;color:var(--color-heading);font:inherit;font-size:12px;outline:0}
.selo-combo-search button{flex:none;padding:0 17px;border:0;background:var(--color-primary);color:#111;font:inherit;font-size:12px;font-weight:800}
.selo-combo-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.selo-combo-card{min-width:0;border:1px solid var(--color-border);border-radius:13px;background:var(--color-surface);box-shadow:0 4px 15px rgb(15 23 42 / 4%);overflow:hidden;transition:transform .16s ease,box-shadow .16s ease}
.selo-combo-card:hover{transform:translateY(-2px);box-shadow:0 10px 26px rgb(15 23 42 / 8%)}
.selo-combo-card-media{position:relative;display:block;aspect-ratio:4/3;background:#f4f5f7;overflow:hidden}
.selo-combo-card-media img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .2s ease}
.selo-combo-card:hover .selo-combo-card-media img{transform:scale(1.015)}
.selo-combo-card-badge{position:absolute;top:10px;left:10px;padding:5px 8px;border-radius:6px;background:var(--color-accent);color:#fff;font-size:9px;font-weight:800;letter-spacing:.08em}
.selo-combo-card-body{padding:13px}
.selo-combo-card-title{display:-webkit-box;min-height:40px;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;color:var(--color-heading);font-size:14px;font-weight:750;line-height:1.45;text-decoration:none}
.selo-combo-card-price{display:flex;align-items:baseline;gap:8px;margin-top:8px}
.selo-combo-card-price strong{color:var(--color-accent);font-size:18px;font-weight:850}
.selo-combo-card-price del{color:var(--color-muted);font-size:11px}
.selo-combo-card-items{display:grid;gap:0;margin-top:10px;border:1px solid var(--color-border);border-radius:9px;overflow:hidden}
.selo-combo-card-item{display:grid;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:8px;padding:7px 8px;border-bottom:1px solid var(--color-border)}
.selo-combo-card-item:last-child{border-bottom:0}
.selo-combo-card-item img{width:34px;height:34px;border:1px solid var(--color-border);border-radius:6px;object-fit:cover}
.selo-combo-card-item>span{min-width:0;display:grid;gap:1px}
.selo-combo-card-item b{overflow:hidden;color:var(--color-heading);font-size:10px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}
.selo-combo-card-item small{overflow:hidden;color:var(--color-muted);font-size:9px;text-overflow:ellipsis;white-space:nowrap}
.selo-combo-card-item>strong{padding:3px 5px;border-radius:5px;background:var(--color-primary-soft);color:var(--color-heading);font-size:10px}
.selo-combo-card-more{padding:7px 8px;background:var(--color-page);color:var(--color-muted);font-size:10px;text-align:center}
.selo-combo-card-stock{margin-top:9px;padding:7px 9px;border-radius:7px;font-size:10px;font-weight:700}
.selo-combo-card-stock.is-available{background:#ecfdf3;color:#15803d}
.selo-combo-card-stock.is-out{background:#fff1f2;color:#be123c}
.selo-combo-card-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:10px}
.selo-combo-card-actions>a,.selo-combo-card-actions button{width:100%;min-height:40px;display:flex;align-items:center;justify-content:center;border-radius:8px;font:inherit;font-size:11px;font-weight:800;text-decoration:none}
.selo-combo-card-actions>a{border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-heading)}
.selo-combo-card-actions form{margin:0}
.selo-combo-card-actions button{border:0;background:var(--color-primary);color:#111;cursor:pointer}
.selo-combo-card-actions button:disabled{opacity:.5;cursor:not-allowed}
.selo-combo-pagination{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:24px}
.selo-combo-pagination a,.selo-combo-pagination span,.selo-combo-pagination b{min-width:72px;min-height:36px;display:flex;align-items:center;justify-content:center;padding:0 10px;border:1px solid var(--color-border);border-radius:8px;background:var(--color-surface);color:var(--color-heading);font-size:11px;text-decoration:none}
.selo-combo-pagination span{opacity:.5}
.selo-combo-pagination b{min-width:80px;border-color:color-mix(in srgb,var(--color-primary) 55%,var(--color-border));background:var(--color-primary-soft)}
.selo-combo-empty{padding:50px 20px;border:1px dashed var(--color-border);border-radius:14px;background:var(--color-surface);text-align:center}
.selo-combo-empty h2{margin:0;color:var(--color-heading);font-size:20px}
.selo-combo-empty p{margin:7px 0 15px;color:var(--color-muted);font-size:12px}
.selo-combo-empty a{display:inline-flex;min-height:40px;align-items:center;padding:0 15px;border-radius:8px;background:var(--color-primary);color:#111;font-size:11px;font-weight:800;text-decoration:none}

@media(max-width:991px){
  .selo-combo-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .selo-combo-page-hero{align-items:stretch;flex-direction:column}
  .selo-combo-search{flex-basis:auto;width:100%}
}
@media(max-width:767px){
  .selo-market-tier-heading{align-items:flex-start;flex-direction:column;gap:3px}
  .selo-market-tier-heading>span{text-align:left}
  .selo-market-product-main{grid-template-columns:1fr!important}
  .selo-market-combo-head{align-items:flex-start;flex-direction:column}
  .selo-market-combo-stock-badge{align-self:flex-start}
  .selo-combo-page{padding:12px 0 32px}
  .selo-combo-page-hero{padding:15px;border-radius:11px}
}
@media(max-width:560px){
  .selo-combo-grid{grid-template-columns:1fr;gap:12px}
  .selo-combo-card-media{aspect-ratio:16/11}
  .selo-combo-card-actions{grid-template-columns:1fr 1fr}
  .selo-market-tier-option{grid-template-columns:18px minmax(0,1fr) auto;gap:8px;padding:8px 9px}
  .selo-market-tier-option .selo-market-tier-label{font-size:11px}
  .selo-market-tier-option strong{font-size:11px}
  .selo-market-quantity-row{gap:10px}
  .selo-market-quantity-row .wbn-product-quantity{grid-template-columns:36px 74px 36px;gap:8px}
  .selo-market-quantity-row .selo-quantity-button{width:36px}
  .selo-market-quantity-row .selo-quantity-input{width:74px}
}

/* v1.5.0 product-card combo marker */
.selo-market-card-combo-badge{
  position:absolute;
  top:10px;
  left:10px;
  z-index:3;
  display:inline-flex;
  align-items:center;
  min-height:24px;
  padding:0 8px;
  border-radius:6px;
  background:var(--color-accent);
  color:#fff;
  font-size:9px;
  font-weight:800;
  letter-spacing:.07em;
  line-height:1
}
.selo-market-product-card .wbn-product-quick-view:is(a){text-decoration:none}
.selo-market-product-card .selo-product-badge ~ .selo-market-card-combo-badge{top:42px}

.selo-market-tier-pricing {
    margin-top: 15px;
}

.selo-market-tier-select-label {
    display: block;
    margin-bottom: 7px;
    color: var(--color-heading);
    font-size: 12px;
    font-weight: 700;
}

.selo-market-tier-select {
    width: 100%;
    height: 46px;
    padding: 0 42px 0 13px;
    border: 1px solid var(--color-border);
    border-radius: 8px;
    background: var(--color-surface);
    color: var(--color-heading);
    font: inherit;
    font-size: 13px;
    font-weight: 600;
    outline: none;
    cursor: pointer;
}

.selo-market-tier-select:focus {
    border-color: var(--color-accent);
    box-shadow: 0 0 0 1px var(--color-accent);
}

.selo-market-tier-select option {
    color: #111827;
    background: #ffffff;
}


/* v1.6.0 — product tier radio cards matching requested selector */
.selo-market-tier-options{display:grid;gap:8px}
.selo-market-tier-option{position:relative;width:100%;min-height:48px;display:grid;grid-template-columns:19px minmax(0,1fr) auto;align-items:center;gap:9px;padding:8px 10px;border:1px solid #d9e2ee;border-radius:9px;background:var(--color-surface);color:var(--color-heading);cursor:pointer;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease}
.selo-market-tier-radio-input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}
.selo-market-tier-radio{width:18px;height:18px;border:2px solid #c9d5e4;border-radius:50%;background:var(--color-surface);box-shadow:inset 0 0 0 4px var(--color-surface)}
.selo-market-tier-option.is-active{border-color:var(--color-accent);background:color-mix(in srgb,var(--color-accent) 5%,var(--color-surface));box-shadow:0 0 0 1px var(--color-accent)}
.selo-market-tier-option.is-active .selo-market-tier-radio{border-color:var(--color-accent);background:var(--color-accent);box-shadow:inset 0 0 0 4px var(--color-surface)}
.selo-market-tier-option.is-disabled{opacity:.48;cursor:not-allowed;background:var(--color-surface-soft);box-shadow:none}
.selo-market-tier-radio-input:focus-visible + .selo-market-tier-radio{outline:2px solid color-mix(in srgb,var(--color-accent) 45%,transparent);outline-offset:2px}
.selo-market-tier-label{min-width:0;font-size:12px;font-weight:750;line-height:1.35}
.selo-market-tier-option strong{display:flex;align-items:baseline;gap:2px;color:var(--color-accent);font-size:13px;font-weight:800;white-space:nowrap}
.selo-market-tier-option strong small{color:var(--color-muted);font-size:10px;font-weight:600}
@media(max-width:479px){.selo-market-tier-option{grid-template-columns:18px minmax(0,1fr) auto;gap:8px;padding:8px 9px}.selo-market-tier-radio{width:17px;height:17px}.selo-market-tier-label{font-size:11px}.selo-market-tier-option strong{font-size:11px}}

/* v1.6.1 — Quantity Price Tiers visibility hardening.
   Keeps tier rows visible even when an older compiled product Blade view is active;
   theme.js can rebuild the rows from data-market-tiers at runtime. */
.selo-market-product-page .selo-market-tier-pricing{display:block!important;visibility:visible!important;opacity:1!important;width:100%!important;margin-top:15px!important}
.selo-market-product-page .selo-market-tier-heading{display:block!important;margin:0 0 8px!important}
.selo-market-product-page .selo-market-tier-options{display:grid!important;grid-template-columns:1fr!important;gap:8px!important;width:100%!important}
.selo-market-product-page .selo-market-tier-option{display:grid!important;grid-template-columns:19px minmax(0,1fr) auto!important;align-items:center!important;gap:9px!important;width:100%!important;min-height:48px!important;box-sizing:border-box!important}
.selo-market-product-page .selo-market-tier-radio-input{position:absolute!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important}
.selo-market-product-page .selo-market-tier-radio{display:block!important;width:18px!important;height:18px!important;flex:none!important}
.selo-market-product-page .selo-market-tier-label{display:block!important;min-width:0!important}

/* v1.7.0 recursive category navigation. */
.selo-market-category-dropdown>.selo-market-category-node{position:relative}
.selo-market-category-node>a{display:flex;justify-content:space-between;align-items:center;padding:10px 11px;border-radius:7px;color:var(--color-body);font-size:13px;font-weight:500}
.selo-market-category-node>a:hover,.selo-market-category-node:focus-within>a{background:var(--color-primary-soft);color:var(--color-heading)}
.selo-market-category-node>a small{margin-left:12px;color:var(--color-muted);font-size:17px;line-height:1}
.selo-market-category-flyout{position:absolute;left:calc(100% - 1px);top:-8px;width:250px;padding:8px;background:var(--color-surface);border:1px solid var(--color-border);border-radius:10px;box-shadow:0 18px 38px rgb(15 23 42 / 14%);opacity:0;visibility:hidden;transform:translateX(7px);transition:opacity .16s ease,transform .16s ease,visibility .16s;z-index:55}
.selo-market-category-node:hover>.selo-market-category-flyout,.selo-market-category-node:focus-within>.selo-market-category-flyout{opacity:1;visibility:visible;transform:none}
.selo-market-category-flyout.is-left{left:auto;right:calc(100% - 1px);transform:translateX(-7px)}
.selo-market-category-node:hover>.selo-market-category-flyout.is-left,.selo-market-category-node:focus-within>.selo-market-category-flyout.is-left{transform:none}
.selo-market-mobile-category-tree{display:grid;gap:3px}
.selo-market-mobile-category-tree a{color:var(--color-heading);text-decoration:none}
.selo-market-mobile-category-link{display:block;padding:10px!important;border-radius:7px}
.selo-market-mobile-category-link:hover{background:var(--color-primary-soft)}
.selo-market-mobile-category-group{border-bottom:1px solid var(--color-border)}
.selo-market-mobile-category-group summary{display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:42px;padding:0 8px;list-style:none;cursor:pointer}
.selo-market-mobile-category-group summary::-webkit-details-marker{display:none}
.selo-market-mobile-category-group summary>a{min-width:0;flex:1;padding:10px 2px!important}
.selo-market-mobile-category-group summary>span{display:grid;place-items:center;width:28px;height:28px;border:1px solid var(--color-border);border-radius:7px;font-size:18px;transition:transform .18s ease}
.selo-market-mobile-category-group[open]>summary>span{transform:rotate(45deg)}
.selo-market-mobile-category-children{margin-left:12px;padding:2px 0 5px 8px;border-left:1px solid var(--color-border)}
@media(max-width:991px){.selo-market-category-flyout{display:none}}

/* v1.8.2 — editable whole-combo cart / checkout presentation. */

/* Combo Offer: editable as one bundle in cart / checkout; component products stay internal. */
.selo-checkout-product-item.is-combo .wbn-checkout-product-bottom.is-combo-editable{align-items:center;gap:12px;flex-wrap:wrap}
.selo-checkout-combo-controls{display:flex;align-items:center;gap:9px;flex-wrap:wrap}
.selo-checkout-combo-quantity{min-width:112px}
.selo-checkout-combo-quantity input{width:42px;text-align:center}
.selo-checkout-combo-remove{min-height:36px;padding:0 10px;border:1px solid var(--color-border);border-radius:8px;background:transparent;color:var(--color-muted);font:inherit;font-size:12px;font-weight:700;cursor:pointer;transition:border-color .18s ease,color .18s ease,background .18s ease}
.selo-checkout-combo-remove:hover{border-color:#dc2626;color:#dc2626;background:rgba(220,38,38,.05)}
.selo-checkout-combo-controls button:disabled,.selo-checkout-combo-controls input:disabled{opacity:.55;cursor:not-allowed}
@media(max-width:479px){.selo-checkout-combo-controls{width:100%}.selo-checkout-product-item.is-combo .wbn-checkout-product-bottom.is-combo-editable{align-items:flex-start}.selo-checkout-combo-quantity{min-width:108px}}

/* =========================================================
   WBN / SELO
   Premium Combo Products Card
   Cart + Checkout
   ========================================================= */

.selo-combo-cart-box {
    width: 100%;
    margin-top: 12px;
    overflow: hidden;
    border: 1px solid var(--color-border, #e5e7eb);
    border-radius: 12px;
    background: var(--color-surface, #ffffff);
}

.selo-combo-cart-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 12px;
    border-bottom: 1px solid var(--color-border, #e5e7eb);
    background: var(--color-surface-soft, #f8fafc);
}

.selo-combo-cart-title {
    display: block;
    margin: 0;
    color: var(--color-heading, #111827);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
}

.selo-combo-cart-subtitle {
    display: block;
    margin-top: 2px;
    color: var(--color-muted, #64748b);
    font-size: 10px;
    line-height: 1.4;
}

.selo-combo-cart-badge {
    flex: 0 0 auto;
    padding: 4px 8px;
    border: 1px solid var(--color-border, #e5e7eb);
    border-radius: 999px;
    background: var(--color-surface, #ffffff);
    color: var(--color-heading, #111827);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.selo-combo-cart-products {
    display: grid;
}

.selo-combo-cart-product {
    position: relative;
    display: grid;
    grid-template-columns: 22px 48px minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    min-width: 0;
    padding: 10px 12px;
    border-bottom: 1px solid var(--color-border, #e5e7eb);
    transition:
        background-color .2s ease,
        transform .2s ease;
}

.selo-combo-cart-product:last-child {
    border-bottom: 0;
}

.selo-combo-cart-product:hover {
    background: var(--color-surface-soft, #f8fafc);
}

.selo-combo-cart-product-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: var(--color-heading, #111827);
    color: #ffffff;
    font-size: 9px;
    font-weight: 700;
}

.selo-combo-cart-product-image {
    width: 48px;
    height: 48px;
    overflow: hidden;
    border: 1px solid var(--color-border, #e5e7eb);
    border-radius: 8px;
    background: var(--color-surface-soft, #f8fafc);
}

.selo-combo-cart-product-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .25s ease;
}

.selo-combo-cart-product:hover
.selo-combo-cart-product-image img {
    transform: scale(1.06);
}

.selo-combo-cart-image-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: var(--color-muted, #64748b);
    font-size: 14px;
    font-weight: 700;
}

.selo-combo-cart-product-info {
    min-width: 0;
}

.selo-combo-cart-product-name {
    display: -webkit-box;
    overflow: hidden;
    color: var(--color-heading, #111827);
    font-size: 12px;
    font-weight: 650;
    line-height: 1.4;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.selo-combo-cart-variant {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    margin-top: 3px;
    padding: 2px 6px;
    border-radius: 4px;
    background: var(--color-surface-soft, #f1f5f9);
    color: var(--color-muted, #64748b);
    font-size: 9px;
    font-weight: 600;
    line-height: 1.4;
}

.selo-combo-cart-product-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px 10px;
    margin-top: 5px;
    color: var(--color-muted, #64748b);
    font-size: 9px;
    line-height: 1.4;
}

.selo-combo-cart-product-meta strong {
    color: var(--color-heading, #111827);
    font-weight: 700;
}

.selo-combo-cart-total-pieces {
    color: var(--color-accent, #f97316);
    font-weight: 600;
}

.selo-combo-cart-qty-badge {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    min-width: 42px;
    min-height: 42px;
    padding: 5px 7px;
    border: 1px solid var(--color-border, #e5e7eb);
    border-radius: 8px;
    background: var(--color-surface-soft, #f8fafc);
}

.selo-combo-cart-qty-badge small {
    color: var(--color-muted, #64748b);
    font-size: 8px;
    font-weight: 600;
    line-height: 1;
}

.selo-combo-cart-qty-badge strong {
    margin-top: 3px;
    color: var(--color-heading, #111827);
    font-size: 13px;
    font-weight: 750;
    line-height: 1;
}

.selo-combo-cart-summary-note {
    padding: 9px 12px;
    border-top: 1px solid var(--color-border, #e5e7eb);
    background: var(--color-surface-soft, #f8fafc);
    color: var(--color-muted, #64748b);
    font-size: 10px;
    line-height: 1.55;
}

.selo-combo-cart-summary-note strong {
    color: var(--color-heading, #111827);
    font-weight: 700;
}

/* Checkout version */

.selo-checkout-product-item .selo-combo-cart-box {
    margin-top: 8px;
}

.selo-checkout-product-item .selo-combo-cart-product {
    grid-template-columns: 20px 42px minmax(0, 1fr) auto;
    padding: 8px 10px;
}

.selo-checkout-product-item .selo-combo-cart-product-image {
    width: 42px;
    height: 42px;
}

/* Tablet */

@media (max-width: 767px) {

    .selo-combo-cart-box {
        margin-top: 10px;
        border-radius: 10px;
    }

    .selo-combo-cart-product {
        grid-template-columns: 20px 44px minmax(0, 1fr) auto;
        gap: 8px;
        padding: 9px;
    }

    .selo-combo-cart-product-image {
        width: 44px;
        height: 44px;
    }

    .selo-combo-cart-product-name {
        font-size: 11px;
    }

    .selo-combo-cart-qty-badge {
        min-width: 38px;
        min-height: 38px;
    }
}

/* Small mobile */

@media (max-width: 480px) {

    .selo-combo-cart-head {
        padding: 9px;
    }

    .selo-combo-cart-product {
        grid-template-columns: 18px 40px minmax(0, 1fr);
        align-items: start;
        gap: 7px;
        padding: 9px;
    }

    .selo-combo-cart-product-number {
        width: 18px;
        height: 18px;
        margin-top: 11px;
        font-size: 8px;
    }

    .selo-combo-cart-product-image {
        width: 40px;
        height: 40px;
    }

    .selo-combo-cart-product-info {
        padding-right: 38px;
    }

    .selo-combo-cart-qty-badge {
        position: absolute;
        top: 9px;
        right: 9px;
        min-width: 32px;
        min-height: 32px;
        padding: 4px;
    }

    .selo-combo-cart-qty-badge strong {
        font-size: 11px;
    }

    .selo-combo-cart-product-meta {
        display: grid;
        gap: 2px;
    }
}
/* =========================================
   MOBILE FOOTER - 2 COLUMN DESIGN
========================================= */

@media (max-width: 767px) {

    .selo-market-footer {
        padding-bottom: 80px;
    }

    .selo-market-footer-grid {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 28px 18px !important;
        align-items: start;
    }

    .selo-market-footer-grid > section {
        width: 100%;
        min-width: 0;
        margin: 0;
    }

    .selo-market-footer-grid > section h3 {
        margin: 0 0 12px;
        font-size: 14px;
        line-height: 1.35;
    }

    .selo-market-footer-grid > section p,
    .selo-market-footer-grid > section a {
        font-size: 13px;
        line-height: 1.55;
    }

    .selo-market-footer-grid > section:last-child {
        grid-column: 1 / -1;
    }
}


/* =========================================
   COPYRIGHT - DESKTOP + MOBILE SAME STYLE
========================================= */

.selo-market-footer-bottom {
    min-height: 62px !important;
    width: min(calc(100% - 20px), var(--container-width)) !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    text-align: center !important;

    padding: 12px 0 !important;
    margin-inline: auto !important;

    border-top: 1px solid var(--color-border) !important;
}

.selo-market-footer-bottom p {
    margin: 0 !important;
    padding: 0 !important;

    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;

    gap: 0 !important;

    width: auto !important;
    max-width: 100% !important;

    white-space: nowrap !important;

    font-size: 12px !important;
    line-height: 1.5 !important;

    text-align: center !important;
}

.footer-copyright,
.footer-developer,
.footer-separator {
    display: inline !important;
    white-space: nowrap !important;
}

.footer-separator {
    margin: 0 4px !important;
}

.selo-market-footer-bottom a {
    display: inline !important;

    margin: 0 !important;
    padding: 0 !important;

    color: inherit !important;

    font-size: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;

    text-decoration: none !important;

    background: none !important;
    border: 0 !important;
}

.selo-market-footer-bottom a:hover {
    color: var(--color-accent) !important;
}


/* Mobile - still exactly one line */
@media (max-width: 767px) {

    .selo-market-footer-bottom {
        min-height: 54px !important;
        padding: 10px 0 !important;
    }

    .selo-market-footer-bottom p {
        flex-direction: row !important;
        flex-wrap: nowrap !important;

        white-space: nowrap !important;

        font-size: clamp(8px, 2.7vw,) !important;
    }

    .footer-copyright,
    .footer-developer,
    .footer-separator {
        display: inline !important;
        white-space: nowrap !important;
    }

    .footer-separator {
        display: inline !important;
        margin: 0 3px !important;
    }
}