.standalone-shop{background-color:#f2f2f2;min-height:100vh;overflow-x:clip}.shop-breadcrumbs{color:#888;flex-wrap:wrap;align-items:center;gap:.4rem;margin-bottom:1rem;font-size:.82rem;display:flex}.shop-breadcrumbs a{color:#555;text-decoration:none;transition:color .15s}.shop-breadcrumbs a:hover{color:#111}.shop-breadcrumbs span{color:#bbb}.shop-topbar{background:#111;border-bottom:1px solid #ffffff12;justify-content:space-between;align-items:center;padding:.75rem clamp(1rem,4vw,3rem);display:flex}.shop-topbar__link{color:#aaa;font-size:.82rem;text-decoration:none;transition:color .15s}.shop-topbar__link:hover,.shop-topbar__link--other{color:#ffc107}.shop-topbar__link--other:hover{color:#ffda5b}.shop-hero{text-align:center;background:#000;padding:clamp(2.5rem,6vw,5rem) clamp(1rem,4vw,3rem)}.shop-hero__title{color:var(--color-primary,#ffc107);margin:0 0 .75rem;font-family:League Spartan,Montserrat,system-ui,sans-serif;font-size:clamp(2.5rem,8vw,6rem);font-weight:400;animation:.5s ease-in-out infinite oscillate}.shop-hero__tagline{color:#aaa;margin:0;font-size:clamp(.9rem,2vw,1.2rem)}.shop-body{max-width:1400px;margin:0 auto;padding:clamp(1.5rem,4vw,2.5rem) clamp(1rem,4vw,3rem)}.shop-body__header{border-bottom:2px solid #e0e0e0;align-items:baseline;gap:12px;margin-bottom:1.5rem;padding-bottom:.75rem;display:flex}.shop-body__title{color:#111;text-transform:uppercase;letter-spacing:.04em;margin:0;font-size:1.35rem;font-weight:700}.shop-body__count{color:#888;font-size:.85rem}.shop-loading{justify-content:center;padding:4rem;display:flex}.shop-spinner{border:3px solid #0000001a;border-top-color:#ffc107;border-radius:50%;width:44px;height:44px;animation:.8s linear infinite shop-spin}@keyframes shop-spin{to{transform:rotate(360deg)}}.shop-empty{text-align:center;color:#999;padding:4rem 2rem}.shop-body .products-list{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:clamp(10px,2vw,24px);display:grid}.shop-body .product-card{background-color:#fff;border-radius:10px;flex-direction:column;padding:10px;display:flex;box-shadow:0 0 10px #0000001a}.shop-body .product-card .row{justify-content:space-between;display:flex}.shop-body .product-card .column{flex-direction:column;gap:10px;display:flex}.shop-body .product-card .is-saved{cursor:pointer;background-color:#0000;border:none;outline:none;margin-left:auto}.shop-body .product-card .name{color:#000;margin:0;font-size:13px}.shop-body .product-card .description{color:#000;margin:0;font-size:clamp(.8rem,1vw,1rem)}.shop-body .product-card .price{color:#511;margin:0}.shop-body .product-card .add-to-cart{color:#000;white-space:nowrap;cursor:pointer;background-color:#66e36f;border:none;border-radius:5px;outline:none;padding:10px;font-weight:800;transition:background-color .2s}.shop-body .product-card .add-to-cart:hover{background-color:#4fd45a}.shop-body .product-card__tags{flex-wrap:wrap;gap:4px;margin-top:4px;display:flex}.shop-body .product-card__tag{color:#555;white-space:nowrap;background:#f0f0f0;border:1px solid #e0e0e0;border-radius:4px;padding:2px 6px;font-size:.68rem;font-weight:600}.shop-categories{background:#1a1a1a;border-bottom:1px solid #ffffff12;flex-wrap:wrap;gap:8px;padding:1.25rem clamp(1rem,4vw,3rem);display:flex}.shop-cat-pill{color:#aaa;letter-spacing:.04em;cursor:pointer;white-space:nowrap;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:20px;padding:6px 16px;font-size:.82rem;font-weight:600;transition:background .15s,border-color .15s,color .15s}.shop-cat-pill:hover{color:#ffc107;background:#ffc1071a;border-color:#ffc10759}.shop-cat-pill--active{color:#ffc107;background:#ffc10726;border-color:#ffc10799}.shop-layout{background:#f7f7f7;align-items:flex-start;min-height:calc(100vh - 100px);display:flex}.shop-sidebar{scrollbar-width:thin;scrollbar-color:#e0e0e0 transparent;background:#fff;border-right:1px solid #e8e8e8;flex-shrink:0;width:240px;height:calc(100vh - 108px);padding:.75rem 0 2rem;position:sticky;top:108px;overflow-y:auto}.shop-sidebar::-webkit-scrollbar{width:4px}.shop-sidebar::-webkit-scrollbar-thumb{background:#e0e0e0;border-radius:2px}.shop-filter-section{border-bottom:1px solid #f0f0f0;padding:0}.shop-filter-section--active{background:#fffbf0;border-bottom-color:#ffe58a}.shop-filter-section__label{letter-spacing:.08em;text-transform:uppercase;color:#aaa;padding:.75rem .75rem .4rem;font-size:.72rem;font-weight:700}.shop-filter-section__header{cursor:pointer;color:#222;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:.7rem .75rem;font-size:.88rem;font-weight:700;transition:background .12s;display:flex}.shop-filter-section__header:hover{background:#f9f9f9}.shop-filter-section__caret{color:#bbb;font-size:1rem;font-weight:400;line-height:1}.shop-filter-section__body{padding:0 0 .5rem}.shop-filter-pills{flex-wrap:wrap;gap:5px;padding:0 .75rem .5rem;display:flex}.shop-filter-pill{color:#856404;cursor:pointer;white-space:nowrap;background:#fff3cd;border:1px solid #ffc107;border-radius:20px;align-items:center;gap:4px;padding:3px 8px;font-size:.75rem;font-weight:600;transition:background .12s;display:inline-flex}.shop-filter-pill:hover{background:#ffe69c}.shop-filter-clear-all{color:#888;cursor:pointer;text-align:center;background:0 0;border:1px solid #ddd;border-radius:6px;width:calc(100% - 1.5rem);margin:0 .75rem .75rem;padding:.35rem .5rem;font-size:.78rem;transition:border-color .12s,color .12s;display:block}.shop-filter-clear-all:hover{color:#c00;border-color:red}.shop-price-inputs{align-items:center;gap:6px;padding:0 .75rem .5rem;display:flex}.shop-price-input{color:#222;background:#fafafa;border:1.5px solid #e0e0e0;border-radius:6px;outline:none;flex:1;min-width:0;padding:.35rem .5rem;font-size:.85rem;transition:border-color .15s}.shop-price-input:focus{background:#fff;border-color:#ffc107}.shop-price-input::-webkit-inner-spin-button{opacity:.4}.shop-price-sep{color:#bbb;flex-shrink:0;font-size:.9rem}.shop-price-apply{color:#fff;cursor:pointer;background:#111;border:none;border-radius:6px;width:calc(100% - 1.5rem);margin:0 .75rem;padding:.4rem;font-size:.82rem;font-weight:600;transition:background .15s;display:block}.shop-price-apply:hover{color:#111;background:#ffc107}.shop-sidebar>.shop-sidebar__item,.shop-filter-section__body>.shop-sidebar__item{cursor:pointer;text-align:left;color:#555;background:0 0;border:none;border-radius:6px;justify-content:space-between;align-items:center;width:100%;margin-bottom:.5rem;padding:.45rem .75rem;font-size:.88rem;font-weight:600;transition:background .12s,color .12s;display:flex}.shop-sidebar>.shop-sidebar__item:hover,.shop-filter-section__body>.shop-sidebar__item:hover{color:#111;background:#f5f5f5}.shop-sidebar>.shop-sidebar__item.shop-sidebar__item--active,.shop-filter-section__body>.shop-sidebar__item.shop-sidebar__item--active{color:#111;background:#fff8e1}.shop-sidebar__group{margin-bottom:2px}.shop-sidebar__cat-row{align-items:stretch;display:flex}.shop-sidebar__item--cat{cursor:pointer;text-align:left;color:#444;background:0 0;border:none;border-radius:6px 0 0 6px;flex:1;justify-content:space-between;align-items:center;padding:.45rem .5rem .45rem .75rem;font-size:.88rem;transition:background .12s,color .12s;display:flex}.shop-sidebar__item--cat:hover{color:#111;background:#f5f5f5}.shop-sidebar__item--active{font-weight:600;color:#111!important;background:#fff8e1!important}.shop-sidebar__count{color:#ccc;flex-shrink:0;font-size:.72rem;font-weight:500}.shop-sidebar__item--active .shop-sidebar__count,.shop-sidebar__item.shop-sidebar__item--active .shop-sidebar__count{color:#999}.shop-sidebar__toggle{cursor:pointer;color:#aaa;background:0 0;border:none;border-radius:0 6px 6px 0;flex-shrink:0;justify-content:center;align-items:center;width:28px;font-size:1.1rem;line-height:1;transition:background .12s,color .12s,transform .15s;display:flex}.shop-sidebar__toggle:hover{color:#333;background:#f5f5f5}.shop-sidebar__toggle--open{color:#ffc107;transform:rotate(90deg)}.shop-sidebar__subs{background:#fafafa;border-left:2px solid #f0f0f0;margin:0 0 4px .75rem;padding:0;list-style:none}.shop-sidebar__sub{text-align:left;color:#666;cursor:pointer;background:0 0;border:none;border-radius:4px;width:100%;padding:.35rem .75rem;font-size:.82rem;transition:background .1s,color .1s;display:block}.shop-sidebar__sub:hover{color:#111;background:#f0f0f0}.shop-sidebar__sub--active{color:#d97706;font-weight:600}.shop-main{flex:1;min-width:0;padding:clamp(1.25rem,3vw,1.75rem) clamp(1rem,3vw,2rem)}.shop-main__top{border-bottom:2px solid #e0e0e0;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;padding-bottom:.75rem;display:flex}.shop-main .shop-body__header{border:none;margin:0;padding:0}.shop-body__query{color:#888;font-weight:400}.shop-toolbar{align-items:center;gap:.5rem;display:flex}.shop-sort{color:#333;cursor:pointer;background:#fff;border:1.5px solid #e0e0e0;border-radius:6px;outline:none;padding:.4rem .75rem;font-size:.85rem;transition:border-color .15s}.shop-sort:focus{border-color:#ffc107}.shop-clear-q{color:#856404;cursor:pointer;white-space:nowrap;background:#fff3cd;border:1px solid #ffc107;border-radius:20px;padding:.35rem .6rem;font-size:.8rem;transition:background .1s}.shop-clear-q:hover{background:#ffe69c}.shop-clear-btn{color:#fff;cursor:pointer;background:#111;border:none;border-radius:6px;margin-top:1rem;padding:.5rem 1.25rem;font-size:.88rem;transition:background .15s}.shop-clear-btn:hover{color:#111;background:#ffc107}.shop-main .products-list{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:clamp(10px,2vw,18px);display:grid}.shop-main .product-card{background-color:#fff;border-radius:10px;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 0 10px #00000014}.shop-main .product-card__img-wrap{aspect-ratio:1;background:#f6f6f6;flex-shrink:0;width:100%;text-decoration:none;display:block;overflow:hidden}.shop-main .product-card__img{object-fit:contain;box-sizing:border-box;width:100%;height:100%;padding:8px;transition:transform .2s;display:block}.shop-main .product-card__img-wrap:hover .product-card__img{transform:scale(1.04)}.shop-main .product-card__img-placeholder{background:#eee;width:100%;height:100%}.shop-main .product-card__info{flex-direction:column;flex:1;gap:6px;padding:10px;display:flex}.shop-main .product-card__name-link{text-decoration:none}.shop-main .product-card__name{color:#111;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:2.6em;margin:0;font-size:13px;font-weight:600;line-height:1.3em;display:-webkit-box;overflow:hidden}.shop-main .product-card__tags{display:none}.shop-main .product-card__tag{color:#666;white-space:nowrap;background:#f0f0f0;border:1px solid #e0e0e0;border-radius:4px;padding:2px 5px;font-size:.65rem;font-weight:500}.shop-main .product-card__footer{flex-direction:column;gap:6px;margin-top:auto;padding-top:8px;display:flex}.shop-main .product-card__price-wrap{flex-direction:column;gap:2px;display:flex}.shop-main .product-card__price{color:#511;white-space:nowrap;font-size:15px;font-weight:700}.shop-main .product-card__moq{color:#888;white-space:nowrap;font-size:10px;font-weight:500}.shop-main .product-card__add-btn{color:#111;white-space:nowrap;cursor:pointer;background:#66e36f;border:none;border-radius:5px;width:100%;padding:7px 10px;font-size:12px;font-weight:800;transition:background .2s}.shop-main .product-card__add-btn:hover{background:#4fd45a}.shop-pagination{border-top:1px solid #e8e8e8;justify-content:center;align-items:center;gap:1rem;margin-top:2.5rem;padding-top:1.5rem;display:flex}.shop-pagination__btn{color:#fff;cursor:pointer;background:#111;border:none;border-radius:6px;padding:.45rem 1.1rem;font-size:.85rem;font-weight:600;transition:background .15s,color .15s}.shop-pagination__btn:hover:not(:disabled){color:#111;background:#ffc107}.shop-pagination__btn:disabled{opacity:.3;cursor:not-allowed}.shop-pagination__info{color:#666;font-size:.85rem}@media (min-width:769px) and (max-width:900px){.shop-sidebar{height:calc(100vh - 108px);top:108px}}@media (max-width:768px){.shop-layout{flex-direction:column}.shop-sidebar{border-bottom:1px solid #e8e8e8;border-right:none;width:100%;height:auto;padding:0;position:static;overflow:visible}.shop-filter-section{border-bottom:none}.shop-filter-section__body{flex-wrap:wrap;gap:6px;padding:0 .75rem .75rem;display:flex}.shop-filter-section--active{padding:.5rem .75rem}.shop-filter-section--active .shop-filter-section__label{padding:0 0 .4rem}.shop-filter-section__body>.shop-sidebar__item,.shop-sidebar__group{width:auto}.shop-sidebar__cat-row{flex-wrap:wrap}.shop-sidebar__item--cat{border:1px solid #e0e0e0;border-radius:20px;padding:.35rem .65rem;font-size:.8rem}.shop-sidebar__item--active{background:#ffc107!important;border-color:#e6ac00!important}.shop-sidebar__subs,.shop-sidebar__toggle{display:none}.shop-price-inputs{padding:0 0 .5rem}.shop-price-apply{width:100%;margin:0}.shop-main__top{flex-direction:column;align-items:flex-start}}
