.control-section{position:relative;margin:clamp(12px,2.5vw,24px) 0;padding:clamp(14px,3vw,20px);border-radius:16px;background:#fff;border:1px solid rgba(0,0,0,.08);color:#1a1f2e;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.04)}.control-section::before{content:'';position:absolute;inset:0;background-image:linear-gradient(90deg,rgba(0,0,0,.04) 1px,transparent 1px),linear-gradient(180deg,rgba(0,0,0,.04) 1px,transparent 1px);background-size:24px 24px;opacity:.8;pointer-events:none;z-index:0}.control-section>*{position:relative;z-index:1}.control-section__render{position:absolute;opacity:.12;pointer-events:none;z-index:0;transition:opacity .3s ease}.control-section__render img{display:block;width:auto;height:auto;max-width:100%;filter:drop-shadow(0 4px 12px rgba(0,0,0,.08))}.control-section__render--left{left:-8%;top:50%;transform:translateY(-50%) rotate(-8deg);max-width:clamp(180px,25vw,350px)}.control-section__render--right{right:-6%;top:50%;transform:translateY(-50%) rotate(8deg);max-width:clamp(160px,22vw,300px)}@media (min-width:1024px){.control-section__render{opacity:.18}.control-section__render--left{left:-5%}.control-section__render--right{right:-3%}}@media (max-width:768px){.control-section__render{opacity:.08}.control-section__render--left{left:-15%;max-width:120px}.control-section__render--right{right:-12%;max-width:100px}}@media (max-width:480px){.control-section__render{opacity:.12}.control-section__render--left{left:-20%;max-width:100px;top:40%}.control-section__render--right{right:-18%;max-width:80px;top:45%}}.control-head{display:flex;flex-direction:column;gap:12px;margin-bottom:clamp(10px,2.5vw,16px)}@media (min-width:768px){.control-head{flex-direction:row;justify-content:space-between;align-items:flex-end}}.category-sort-inline{display:flex;gap:6px;flex-wrap:wrap}.sort-tab-inline{display:inline-flex;text-decoration:none;color:inherit;align-items:center;justify-content:center;gap:5px;padding:7px 14px;border-radius:10px;border:1.5px solid rgba(0,0,0,.12);background:linear-gradient(135deg,#fff,#f8f9fa);color:#1a1f2e;cursor:pointer;transition:all .2s cubic-bezier(.4, 0, .2, 1);position:relative;overflow:hidden;box-shadow:0 1px 2px rgba(0,0,0,.04);font-weight:600;font-size:12px;letter-spacing:.01em;white-space:nowrap}.sort-tab-inline::before{content:'';position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,107,53,.06),rgba(255,167,38,.03));opacity:0;transition:opacity .2s ease;z-index:0}.sort-tab-inline>*{position:relative;z-index:1;display:flex;align-items:center}.sort-tab-inline svg{flex-shrink:0;width:13px;height:13px;opacity:.7;transition:opacity .2s ease}.sort-tab-inline span{pointer-events:none}.sort-tab-inline:hover{transform:translateY(-1px);border-color:rgba(255,107,53,.35);background:#fff;box-shadow:0 3px 8px rgba(255,107,53,.12)}.sort-tab-inline:hover::before{opacity:1}.sort-tab-inline:hover svg{opacity:1}.sort-tab-inline.active{transform:translateY(-1px);border-color:#ff6b35;background:linear-gradient(135deg,rgba(255,107,53,.1),rgba(255,167,38,.05));box-shadow:0 3px 10px rgba(255,107,53,.18);color:#1a1f2e;font-weight:700}.sort-tab-inline.active::before{opacity:1}.sort-tab-inline.active svg{opacity:1;color:#ff6b35}.control-eyebrow{font-size:9px;font-weight:700;letter-spacing:.2em;color:rgba(0,0,0,.5);text-transform:uppercase;margin:0}.control-head h2{margin:2px 0 4px 0;font-size:clamp(18px, 3.5vw, 24px);color:#1a1f2e;font-weight:800;line-height:1.15;letter-spacing:-.02em}.control-note{font-size:12px;color:rgba(0,0,0,.6)}.control-cta{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border-radius:999px;border:1px solid #1a1f2e;font-weight:700;color:#fff;text-decoration:none;transition:transform .2s ease,border-color .2s ease,background .2s ease;flex-wrap:wrap;font-size:12px;background:#1a1f2e}.control-cta__price{background:rgba(255,107,53,.1);border:1px solid rgba(255,107,53,.3);padding:2px 8px;border-radius:999px;font-size:10px;font-weight:800;color:#ff6b35}.control-cta:hover{transform:translateY(-1px);border-color:#0d1117;background:#0d1117;box-shadow:0 4px 12px rgba(26,31,46,.2)}.control-cta:hover .control-cta__price{background:rgba(255,107,53,.15);border-color:rgba(255,107,53,.4)}.control-pills{display:flex;flex-wrap:wrap;gap:6px;font-size:11px;color:rgba(0,0,0,.6)}.control-pills span{border:1px solid rgba(0,0,0,.1);border-radius:999px;padding:4px 10px;background:rgba(0,0,0,.03)}.stores-track{display:grid;grid-template-columns:1fr;gap:8px}@media (min-width:640px){.stores-track{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1024px){.stores-track{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}}.store-card{display:flex;flex-direction:column;gap:10px;padding:12px;border-radius:14px;border:1px solid rgba(0,0,0,.15);background:#f8f9fa;color:#1a1f2e;cursor:pointer;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;position:relative;overflow:hidden;text-align:left;box-shadow:0 1px 3px rgba(0,0,0,.05)}.store-card::before{content:'';position:absolute;inset:0;background-image:linear-gradient(90deg,rgba(0,0,0,.015) 1px,transparent 1px),linear-gradient(180deg,rgba(0,0,0,.015) 1px,transparent 1px);background-size:24px 24px;opacity:.4;pointer-events:none;z-index:0}.seller-btn.active,.store-card:hover{transform:translateY(-1px);border-color:rgba(255,107,53,.4);box-shadow:0 4px 12px rgba(0,0,0,.08)}.store-card__badge{display:inline-flex;align-items:center;font-size:9px;font-weight:700;letter-spacing:.15em;text-transform:uppercase;padding:4px 8px;border-radius:999px;background:rgba(0,0,0,.06);border:1px solid rgba(0,0,0,.1);color:#1a1f2e;width:fit-content;position:relative;z-index:1}.store-card__row{display:flex;gap:10px;align-items:center;position:relative;z-index:1}.store-card__avatar{width:44px;height:44px;min-width:44px;min-height:44px;border-radius:12px;border:1px solid rgba(0,0,0,.1);overflow:hidden;background:rgba(0,0,0,.03);display:flex;align-items:center;justify-content:center;flex-shrink:0;position:relative;z-index:1}.store-card__avatar img{width:100%;height:100%;min-width:100%;min-height:100%;object-fit:cover;display:block;background:rgba(0,0,0,.02)}.store-card__avatar--all{background:#ff6b35;color:#fff;font-weight:800;font-size:14px;border-color:rgba(255,107,53,.3)}.store-card__title{font-size:14px;font-weight:800;color:#1a1f2e;letter-spacing:-.01em;line-height:1.3}.store-card__meta{font-size:11px;color:rgba(0,0,0,.6);display:flex;gap:8px;flex-wrap:wrap}.seller-btn.active{background:rgba(26,31,46,.08);border-color:rgba(26,31,46,.3);color:#1a1f2e}.seller-btn.active .store-card__meta,.seller-btn.active .store-card__title{color:#1a1f2e}.seller-btn.active .store-card__badge{background:rgba(26,31,46,.12);color:#1a1f2e;border-color:rgba(26,31,46,.25)}.control-section--categories{margin-top:20px;position:relative;z-index:1;overflow:visible}.control-section--categories>*{position:relative;z-index:2}.control-section--categories .control-section__render{z-index:0!important}.category-board{display:grid;grid-template-columns:1fr;gap:16px;margin-top:0}@media (min-width:768px){.category-board{grid-template-columns:1fr 1fr;gap:20px}}.category-board__main,.category-board__sub{background:linear-gradient(135deg,rgba(255,255,255,.98),rgba(250,251,252,.98));backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:20px;padding:20px;border:1px solid rgba(255,107,53,.15);box-shadow:0 8px 32px rgba(0,0,0,.08),0 2px 8px rgba(255,107,53,.1),inset 0 1px 0 rgba(255,255,255,.9);position:relative;overflow:hidden;z-index:1}.category-board__main .control-section__render--left{position:absolute;left:-8%;top:50%;transform:translateY(-50%) rotate(-8deg);max-width:clamp(160px,22vw,280px);opacity:.08;z-index:0;pointer-events:none}.category-board__sub .control-section__render--right{position:absolute;right:-8%;top:50%;transform:translateY(-50%) rotate(8deg);max-width:clamp(160px,22vw,280px);opacity:.08;z-index:0;pointer-events:none}@media (min-width:1024px){.category-board__main .control-section__render--left,.category-board__sub .control-section__render--right{opacity:.1}}@media (max-width:768px){.category-board__main .control-section__render--left,.category-board__sub .control-section__render--right{opacity:.1;max-width:120px;display:block}}@media (min-width:1024px){.category-board__sub .control-section__render--right{right:-6%;opacity:.1}}@media (max-width:768px){.category-board{grid-template-columns:1fr;gap:16px}.category-board__main,.category-board__sub{padding:16px}.category-board__choices{gap:4px;width:100%}.category-card{padding:6px 10px;font-size:11px;flex:0 1 auto;min-width:auto;max-width:calc(50% - 2px)}.subcategories-group-items{gap:4px}.subcategory-btn{padding:6px 12px;font-size:11px;flex:0 1 auto;min-width:auto;max-width:calc(50% - 2px)}.category-board__sub .control-section__render--right{right:-15%;max-width:120px;opacity:.1;display:block}}@media (max-width:480px){.category-board__main .control-section__render--left{left:-20%;max-width:100px;top:40%;opacity:.12;display:block}.category-board__sub .control-section__render--right{right:-18%;max-width:80px;top:45%;opacity:.12;display:block}}.category-board__header{margin-bottom:12px}.category-board__label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:rgba(0,0,0,.5)}.category-board__choices{display:flex;flex-direction:row;flex-wrap:wrap;gap:6px}.category-card{text-decoration:none;color:inherit;display:inline-flex;align-items:center;justify-content:center;border-radius:10px;border:1.5px solid rgba(0,0,0,.1);padding:6px 14px;font-weight:600;background:#fff;color:#1a1f2e;font-size:12px;cursor:pointer;box-shadow:0 1px 2px rgba(0,0,0,.04);text-align:center;white-space:nowrap;flex:0 0 auto;min-width:auto}.category-card.active{border-color:rgba(0,0,0,.2);background:#f8f9fa;color:#1a1f2e;font-weight:700}.category-card.active .category-card__desc,.category-card.active .category-card__title{color:#1a1f2e}.category-card.active .category-card__chevron{color:#ff6b35}.category-card__icon{width:36px;height:36px;border-radius:10px;background:rgba(0,0,0,.04);border:1.5px solid rgba(0,0,0,.08);display:flex;align-items:center;justify-content:center;color:#1a1f2e;flex-shrink:0}.category-card__icon svg{width:18px;height:18px}.category-card__icon--accent{background:rgba(0,0,0,.06);border-color:rgba(0,0,0,.12);color:#1a1f2e}.category-card__icon--dark{background:rgba(0,0,0,.04);border-color:rgba(0,0,0,.08);color:#1a1f2e}.category-card__title{position:relative;z-index:1}@media (orientation:landscape) and (max-width:900px){.category-card__title{font-size:12px}.product-title{font-size:14px;-webkit-line-clamp:1;max-height:1.4em}.product-desc{-webkit-line-clamp:1;max-height:1.4em}.product-card{min-height:320px;max-height:360px}.product-card__image-link,.product-card__image-wrapper,.product-image{height:160px}}.category-card__desc{display:none}.category-card__chevron{display:none}.sub-head{display:none}.sub-head h3{margin:2px 0 0 0;font-size:16px;color:#1a1f2e}.sub-head__note{font-size:11px;color:rgba(0,0,0,.5);max-width:180px}.subcategories-container{display:flex;flex-direction:column;gap:0;overflow:visible;min-height:60px}.subcategories-wrapper{display:flex;gap:6px;flex-wrap:wrap;overflow:visible}@media (min-width:1024px){.subcategories-container,.subcategories-wrapper{overflow-x:visible;overflow-y:visible}}.subcategories-container .category-btn{border-radius:20px;border:1.5px solid rgba(0,0,0,.12);padding:6px 14px;font-weight:600;background:linear-gradient(135deg,#fff,#f8f9fa);color:#1a1f2e;transition:all .3s cubic-bezier(.4, 0, .2, 1);font-size:11px;cursor:pointer;box-shadow:0 1px 3px rgba(0,0,0,.05);position:relative;overflow:hidden}.subcategories-container .category-btn.active{background:#f8f9fa;border-color:rgba(0,0,0,.2);color:#1a1f2e;font-weight:700}.subcategories-list{display:flex;flex-direction:column;gap:0;width:100%}.subcategories-group{display:flex;flex-direction:column;gap:8px;margin-bottom:20px}.subcategories-group:last-child{margin-bottom:0}.subcategories-group-title{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:rgba(0,0,0,.6);margin-bottom:8px;padding:0 2px}.subcategories-group-items{display:flex;flex-wrap:wrap;gap:8px}.subcategories-empty{padding:20px 0;text-align:center}.subcategory-btn{text-decoration:none;color:inherit;display:inline-flex;align-items:center;justify-content:center;border-radius:12px;border:1.5px solid rgba(0,0,0,.1);padding:9px 18px;font-weight:600;background:#fff;color:#1a1f2e;font-size:13px;cursor:pointer;box-shadow:0 1px 2px rgba(0,0,0,.04);text-align:center;white-space:nowrap}.subcategory-btn.active{border-color:rgba(0,0,0,.2);background:#f8f9fa;color:#1a1f2e;font-weight:700}.subcategory-name{position:relative;z-index:1}.hidden{display:none!important}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px}.control-section--sort{margin-top:16px}.sort-tabs{display:flex;gap:6px;flex-wrap:wrap}.sort-tab{display:inline-flex;text-decoration:none;color:inherit;align-items:center;justify-content:center;gap:5px;padding:7px 14px;border-radius:10px;border:1.5px solid rgba(0,0,0,.12);background:linear-gradient(135deg,#fff,#f8f9fa);color:#1a1f2e;cursor:pointer;transition:all .2s cubic-bezier(.4, 0, .2, 1);position:relative;overflow:hidden;box-shadow:0 1px 2px rgba(0,0,0,.04);font-weight:600;font-size:12px;letter-spacing:.01em;white-space:nowrap}.sort-tab::before{content:'';position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,107,53,.06),rgba(255,167,38,.03));opacity:0;transition:opacity .2s ease;z-index:0}.sort-tab>*{position:relative;z-index:1;display:flex;align-items:center}.sort-tab svg{flex-shrink:0;width:13px;height:13px;opacity:.7;transition:opacity .2s ease}.sort-tab span{pointer-events:none}.sort-tab:hover{transform:translateY(-1px);border-color:rgba(255,107,53,.35);background:#fff;box-shadow:0 3px 8px rgba(255,107,53,.12)}.sort-tab:hover::before{opacity:1}.sort-tab:hover svg{opacity:1}.sort-tab.active{transform:translateY(-1px);border-color:#ff6b35;background:linear-gradient(135deg,rgba(255,107,53,.1),rgba(255,167,38,.05));box-shadow:0 3px 10px rgba(255,107,53,.18);color:#1a1f2e;font-weight:700}.sort-tab.active::before{opacity:1}.sort-tab.active svg{opacity:1;color:#ff6b35}@media (max-width:640px){.control-section{padding:clamp(12px,3vw,18px);border-radius:14px;margin:clamp(10px,2.5vw,20px) 0}.control-head{gap:6px;margin-bottom:clamp(8px,2.5vw,14px)}.control-head h2{font-size:clamp(16px, 3.5vw, 20px)}.control-cta{width:100%;justify-content:center;padding:8px 12px;font-size:11px}.stores-track{gap:8px}.store-card{padding:12px;gap:10px}.store-card__avatar{width:40px;height:40px;min-width:40px;min-height:40px}.store-card__title{font-size:13px}.store-card__meta{font-size:10px}.category-board{gap:12px;flex-direction:column}.category-board__main,.category-board__sub{padding:14px;border-radius:14px}.category-board__choices{gap:8px;grid-template-columns:repeat(2,1fr)}.category-card{padding:6px 8px;font-size:10px;min-width:auto;flex:0 1 auto;max-width:calc(50% - 2px)}.category-card__icon{width:28px;height:28px;flex-shrink:0}.category-card__title{font-size:10px;text-align:center;line-height:1.2;word-break:break-word;overflow-wrap:break-word}.category-board__choices{gap:3px}.category-board__sub{margin-top:12px}.subcategories-container{gap:6px}.subcategories-group-items{gap:4px}.subcategory-btn{padding:6px 10px;font-size:11px;flex:0 1 auto;min-width:auto;max-width:calc(50% - 2px)}.category-sort-inline{gap:4px;flex-wrap:wrap}.sort-tab-inline{padding:6px 12px;font-size:11px;gap:4px}.sort-tab-inline svg{width:12px;height:12px}.sort-tabs{gap:8px}.sort-tab{padding:10px 14px;font-size:12px}}