:root{--scb-radius:14px;--scb-radius-sm:10px;--scb-sidebar-width:280px;--scb-transition:0.3s cubic-bezier(0.4,0,0.2,1);--scb-font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif}.scb-wrapper{display:block!important;margin:0 auto!important;max-width:1400px!important;padding:0!important;position:relative!important}.scb-wrapper,.scb-wrapper *,.scb-wrapper :after,.scb-wrapper :before{box-sizing:border-box!important}.scb-wrapper .scb-hidden{display:none!important}.scb-wrapper.scb-has-filters{align-items:start!important;display:grid!important;gap:32px!important}.scb-wrapper.scb-filters-left{grid-template-areas:"toggle toggle" "sidebar content"!important;grid-template-columns:var(--scb-sidebar-width) 1fr!important}.scb-wrapper.scb-filters-right{grid-template-areas:"toggle toggle" "content sidebar"!important;grid-template-columns:1fr var(--scb-sidebar-width)!important}.scb-wrapper .scb-filter-toggle{-ms-grid-column:1;-ms-grid-row:1;-ms-grid-column-span:2;align-items:center;background-color:#ede9fe!important;border:2px solid #7c3aed!important;border-radius:var(--scb-radius-sm)!important;color:#7c3aed!important;cursor:pointer!important;font-family:var(--scb-font-family)!important;font-size:15px!important;font-weight:600!important;gap:8px;grid-area:toggle;justify-content:center;line-height:1.4!important;padding:14px 20px!important;text-decoration:none!important;transition:all var(--scb-transition);width:100%}.scb-wrapper .scb-filter-toggle:hover{background-color:#7c3aed!important;color:#fff!important}.scb-wrapper .scb-filter-toggle svg{flex-shrink:0}.scb-wrapper .scb-sidebar{background-color:#fff!important;border:1px solid #e2e8f0!important;border-radius:var(--scb-radius)!important;box-shadow:0 1px 3px rgba(0,0,0,.06)!important;grid-area:sidebar;-ms-grid-column:1;-ms-grid-row:2;padding:24px 20px!important;transition:all var(--scb-transition)}@media(min-width:769px){.scb-wrapper .scb-sidebar{max-height:calc(100vh - 64px);overflow-y:auto;position:sticky!important;top:32px}}.scb-wrapper .scb-sidebar::-webkit-scrollbar{width:4px}.scb-wrapper .scb-sidebar::-webkit-scrollbar-track{background:transparent}.scb-wrapper .scb-sidebar::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:4px}.scb-wrapper .scb-sidebar-header{align-items:center!important;border:none!important;border-bottom:2px solid #f1f5f9!important;display:flex!important;justify-content:space-between!important;margin-bottom:20px!important;padding-bottom:16px!important}.scb-wrapper .scb-sidebar-title{align-items:center!important;background:none!important;border:none!important;color:#1e293b!important;display:flex!important;font-family:var(--scb-font-family)!important;font-size:16px!important;font-weight:700!important;gap:10px!important;letter-spacing:-.01em;margin:0!important;padding:0!important}.scb-wrapper .scb-sidebar-title svg{color:#7c3aed!important}.scb-wrapper .scb-sidebar-close{align-items:center;background-color:#f8fafc!important;border:1px solid #e2e8f0!important;border-radius:8px!important;color:#64748b!important;cursor:pointer!important;height:32px!important;justify-content:center;padding:0!important;transition:all var(--scb-transition);width:32px!important}.scb-wrapper .scb-sidebar-close:hover{background-color:#fee2e2!important;border-color:#fca5a5!important;color:#ef4444!important}.scb-wrapper .scb-filter-section{border:none!important;border-bottom:1px solid #f1f5f9!important;margin-bottom:24px!important;padding-bottom:20px!important}.scb-wrapper .scb-filter-section:last-child{border-bottom:none!important;margin-bottom:0!important;padding-bottom:0!important}.scb-wrapper .scb-filter-section-title{background:none!important;border:none!important;color:#94a3b8!important;font-family:var(--scb-font-family)!important;font-size:13px!important;font-weight:700!important;letter-spacing:.05em!important;margin:0 0 14px!important;padding:0!important;text-transform:uppercase!important}.scb-wrapper .scb-search-wrap{align-items:center!important;background-color:#f8fafc!important;border:1px solid #e2e8f0!important;border-radius:8px!important;display:flex!important;padding:0 12px!important;transition:all var(--scb-transition)}.scb-wrapper .scb-search-wrap:focus-within{background-color:#fff!important;border-color:#7c3aed!important;box-shadow:0 0 0 3px rgba(124,58,237,.1)!important}.scb-wrapper .scb-search-icon{color:#94a3b8!important;flex-shrink:0}.scb-wrapper .scb-search-input{background-color:transparent!important;border:none!important;box-shadow:none!important;color:#1e293b!important;flex:1;font-family:var(--scb-font-family)!important;font-size:14px!important;outline:none!important;padding:10px 8px!important;width:100%!important}.scb-wrapper .scb-search-input::placeholder{color:#cbd5e1!important}.scb-wrapper .scb-filter-list{display:flex!important;flex-direction:column!important;gap:4px!important}.scb-wrapper .scb-filter-btn{align-items:center!important;background-color:transparent!important;border:1px solid transparent!important;border-radius:8px!important;box-shadow:none!important;color:#334155!important;cursor:pointer!important;display:flex!important;font-family:var(--scb-font-family)!important;font-size:14px!important;font-weight:500!important;gap:12px!important;justify-content:space-between!important;letter-spacing:normal!important;line-height:1.4!important;padding:10px 14px!important;text-align:left!important;text-decoration:none!important;text-transform:none!important;transition:all var(--scb-transition);width:100%!important}.scb-wrapper .scb-filter-btn:hover{background-color:#f8fafc!important;border:1px solid #e2e8f0!important;box-shadow:none!important;color:#334155!important;transform:translateX(3px)}.scb-wrapper .scb-filter-btn:hover .scb-filter-name{color:#334155!important}.scb-wrapper .scb-filter-btn:hover .scb-filter-count{background-color:#f1f5f9!important;color:#64748b!important}.scb-wrapper .scb-filter-btn.scb-filter-active{background-color:#7c3aed!important;border:1px solid #7c3aed!important;box-shadow:0 2px 8px rgba(124,58,237,.3)!important;color:#fff!important;font-weight:600!important}.scb-wrapper .scb-filter-btn.scb-filter-active .scb-filter-name{color:#fff!important}.scb-wrapper .scb-filter-btn.scb-filter-active .scb-filter-count{background-color:hsla(0,0%,100%,.25)!important;color:#fff!important}.scb-wrapper .scb-filter-btn.scb-filter-active:hover{background-color:#6d28d9!important;border-color:#6d28d9!important;color:#fff!important}.scb-wrapper .scb-filter-btn.scb-filter-active:hover .scb-filter-count,.scb-wrapper .scb-filter-btn.scb-filter-active:hover .scb-filter-name{color:#fff!important}.scb-wrapper .scb-filter-name{color:inherit!important;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.scb-wrapper .scb-filter-count{align-items:center!important;background-color:#f1f5f9!important;border-radius:20px!important;color:#64748b!important;display:inline-flex!important;flex-shrink:0;font-size:11px!important;font-weight:700!important;height:22px!important;justify-content:center!important;line-height:1!important;min-width:26px!important;padding:0 7px!important}.scb-wrapper .scb-price-filter-section .scb-price-inputs{align-items:center!important;display:flex!important;gap:8px!important;margin-bottom:12px!important}.scb-wrapper .scb-price-input-wrap{align-items:center!important;background-color:#f8fafc!important;border:1px solid #e2e8f0!important;border-radius:8px!important;display:flex!important;flex:1;min-width:0;overflow:hidden;transition:border-color var(--scb-transition)}.scb-wrapper .scb-price-input-wrap:focus-within{background-color:#fff!important;border-color:#7c3aed!important;box-shadow:0 0 0 3px rgba(124,58,237,.1)!important}.scb-wrapper .scb-price-currency{color:#94a3b8!important;flex-shrink:0;font-size:13px!important;font-weight:600!important;padding:8px 4px 8px 10px!important}.scb-wrapper .scb-price-max,.scb-wrapper .scb-price-min{-moz-appearance:textfield!important;background-color:transparent!important;border:none!important;box-shadow:none!important;color:#1e293b!important;font-family:var(--scb-font-family)!important;font-size:14px!important;font-weight:500!important;height:auto!important;min-height:auto!important;outline:none!important;padding:8px 8px 8px 4px!important;width:100%!important}.scb-wrapper .scb-price-max::placeholder,.scb-wrapper .scb-price-min::placeholder{color:#cbd5e1!important}.scb-wrapper .scb-price-max::-webkit-inner-spin-button,.scb-wrapper .scb-price-max::-webkit-outer-spin-button,.scb-wrapper .scb-price-min::-webkit-inner-spin-button,.scb-wrapper .scb-price-min::-webkit-outer-spin-button{-webkit-appearance:none!important;margin:0!important}.scb-wrapper .scb-price-dash{color:#cbd5e1!important;flex-shrink:0;font-size:14px!important}.scb-wrapper .scb-price-apply{background-color:#7c3aed!important;border:none!important;border-radius:8px!important;color:#fff!important;cursor:pointer!important;font-family:var(--scb-font-family)!important;font-size:13px!important;font-weight:600!important;line-height:1.4!important;padding:10px 16px!important;text-decoration:none!important;transition:all var(--scb-transition);width:100%!important}.scb-wrapper .scb-price-apply:hover{background-color:#6d28d9!important;box-shadow:0 4px 12px rgba(124,58,237,.3)!important;color:#fff!important;transform:translateY(-1px)}.scb-wrapper .scb-sidebar-overlay{backdrop-filter:blur(4px);background-color:rgba(0,0,0,.5)!important;inset:0;opacity:0;pointer-events:none;position:fixed!important;transition:opacity var(--scb-transition);z-index:999}.scb-wrapper .scb-sidebar-overlay.scb-overlay-visible{opacity:1!important;pointer-events:all!important}.scb-wrapper .scb-content{grid-area:content;-ms-grid-column:2;-ms-grid-row:2;min-width:0}.scb-wrapper .scb-results-header{align-items:center!important;background-color:#f8fafc!important;border:1px solid #e2e8f0!important;border-radius:var(--scb-radius-sm)!important;display:flex!important;gap:16px!important;justify-content:space-between!important;margin-bottom:24px!important;padding:16px 20px!important}.scb-wrapper .scb-results-left{align-items:center!important;display:flex!important;flex-wrap:wrap;gap:12px!important}.scb-wrapper .scb-results-count{background:none!important;border:none!important;color:#64748b!important;font-family:var(--scb-font-family)!important;font-size:14px!important;font-weight:500!important;margin:0!important;padding:0!important}.scb-wrapper .scb-active-filter-label{background-color:#ede9fe!important;border-radius:20px!important;color:#7c3aed!important;font-size:12px!important;font-weight:600!important;padding:4px 12px!important}.scb-wrapper .scb-active-filter-label:empty{display:none!important}.scb-wrapper .scb-results-right{align-items:center!important;display:flex!important;gap:12px!important}.scb-wrapper .scb-sort-wrap{align-items:center!important;display:flex!important;gap:8px!important}.scb-wrapper .scb-sort-label{align-items:center!important;color:#64748b!important;display:flex!important;font-family:var(--scb-font-family)!important;font-size:13px!important;font-weight:600!important;gap:4px!important;white-space:nowrap}.scb-wrapper .scb-sort-label svg{color:#94a3b8!important}.scb-wrapper .scb-sort-select{appearance:none!important;-webkit-appearance:none!important;background-color:#fff!important;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2712%27%3E%3Cpath fill=%27none%27 stroke=%27%2364748b%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%271.5%27 d=%27m3 5 3 3 3-3%27/%3E%3C/svg%3E")!important;background-position:right 10px center!important;background-repeat:no-repeat!important;border:1px solid #e2e8f0!important;border-radius:8px!important;box-shadow:none!important;color:#1e293b!important;cursor:pointer!important;font-family:var(--scb-font-family)!important;font-size:13px!important;font-weight:500!important;height:auto!important;min-height:auto!important;outline:none!important;padding:8px 32px 8px 12px!important;transition:border-color var(--scb-transition)}.scb-wrapper .scb-sort-select:focus{border-color:#7c3aed!important;box-shadow:0 0 0 3px rgba(124,58,237,.1)!important}.scb-wrapper .scb-loading{align-items:center;justify-content:center;padding:60px 0}.scb-wrapper .scb-spinner{height:48px;position:relative;width:48px}.scb-wrapper .scb-spinner-ring{animation:scb-spin .8s linear infinite!important;border:3px solid #e2e8f0!important;border-radius:50%!important;border-top-color:#7c3aed!important;height:100%!important;width:100%!important}@keyframes scb-spin{to{transform:rotate(1turn)}}.scb-wrapper .scb-grid{display:grid!important;gap:24px!important;grid-template-columns:repeat(3,1fr)!important;transition:opacity .3s ease,transform .3s ease}.scb-wrapper .scb-card{animation:scb-fadeIn .5s ease both;background-color:#fff!important;border:1px solid #e2e8f0!important;border-radius:var(--scb-radius)!important;display:flex!important;flex-direction:column!important;overflow:hidden!important;transition:border-color .3s ease,box-shadow .3s ease,transform .3s ease}.scb-wrapper .scb-card:hover{border-color:#c4b5fd!important;box-shadow:0 12px 32px rgba(124,58,237,.1),0 4px 12px rgba(0,0,0,.06)!important;transform:translateY(-4px)}@keyframes scb-fadeIn{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.scb-wrapper .scb-card:first-child{animation-delay:0s}.scb-wrapper .scb-card:nth-child(2){animation-delay:.04s}.scb-wrapper .scb-card:nth-child(3){animation-delay:.08s}.scb-wrapper .scb-card:nth-child(4){animation-delay:.12s}.scb-wrapper .scb-card:nth-child(5){animation-delay:.16s}.scb-wrapper .scb-card:nth-child(6){animation-delay:.2s}.scb-wrapper .scb-card:nth-child(7){animation-delay:.24s}.scb-wrapper .scb-card:nth-child(8){animation-delay:.28s}.scb-wrapper .scb-card:nth-child(9){animation-delay:.32s}.scb-wrapper .scb-card-image-wrap{aspect-ratio:4/3!important;background-color:#f1f5f9!important;flex-shrink:0!important;overflow:hidden!important;position:relative!important;width:100%!important}.scb-wrapper .scb-card-image-link{display:block!important;height:100%!important;text-decoration:none!important;width:100%!important}.scb-wrapper .scb-card-image-wrap img.scb-card-image{aspect-ratio:4/3!important;display:block!important;height:100%!important;object-fit:cover!important;transition:transform .5s ease;width:100%!important}.scb-wrapper .scb-card:hover .scb-card-image-wrap img.scb-card-image{transform:scale(1.06)}.scb-wrapper .scb-card-no-image{align-items:center!important;background-color:#f1f5f9!important;color:#cbd5e1!important;display:flex!important;height:100%!important;justify-content:center!important;width:100%!important}.scb-wrapper .scb-sale-badge{background-color:#ef4444!important;box-shadow:0 2px 8px rgba(239,68,68,.4)!important;font-size:11px!important;font-weight:800!important;left:12px!important;letter-spacing:.06em!important;padding:5px 14px!important}.scb-wrapper .scb-sale-badge,.scb-wrapper .scb-stock-badge{align-items:center!important;border:none!important;border-radius:6px!important;color:#fff!important;display:inline-flex!important;line-height:1.4!important;position:absolute!important;text-transform:uppercase!important;top:12px!important;z-index:3!important}.scb-wrapper .scb-stock-badge{background-color:#64748b!important;font-size:10px!important;font-weight:700!important;letter-spacing:.04em!important;padding:5px 12px!important;right:12px!important}.scb-wrapper .scb-card-body{background-color:#fff!important;display:flex!important;flex:1!important;flex-direction:column!important;padding:16px 18px 20px!important}.scb-wrapper .scb-card-category{color:#7c3aed!important;display:inline-block!important;font-size:11px!important;font-weight:600!important;letter-spacing:.06em!important;margin-bottom:6px!important;text-transform:uppercase!important}.scb-wrapper .scb-card-category,.scb-wrapper .scb-card-title{background:none!important;border:none!important;padding:0!important}.scb-wrapper .scb-card-title{color:#1e293b!important;display:-webkit-box!important;font-family:var(--scb-font-family)!important;font-size:15px!important;font-weight:700!important;-webkit-line-clamp:2;line-height:1.4!important;margin:0 0 8px!important;-webkit-box-orient:vertical;overflow:hidden}.scb-wrapper .scb-card-title a{color:#1e293b!important;text-decoration:none!important;transition:color var(--scb-transition)}.scb-wrapper .scb-card-title a:hover{color:#7c3aed!important}.scb-wrapper .scb-card-rating{align-items:center!important;display:flex!important;gap:6px!important;margin-bottom:8px!important}.scb-wrapper .scb-stars{display:inline-block!important;font-size:14px!important;line-height:1!important;position:relative!important}.scb-wrapper .scb-stars-empty{color:#e2e8f0!important;letter-spacing:2px!important}.scb-wrapper .scb-stars-filled{color:#f59e0b!important;left:0!important;letter-spacing:2px!important;overflow:hidden!important;position:absolute!important;top:0!important;white-space:nowrap!important;width:var(--scb-rating)!important}.scb-wrapper .scb-rating-count{color:#94a3b8!important;font-size:12px!important;font-weight:500!important}.scb-wrapper .scb-card-desc{color:#64748b!important;display:-webkit-box!important;font-size:13px!important;-webkit-line-clamp:3;line-height:1.5!important;margin:0 0 12px!important;-webkit-box-orient:vertical;overflow:hidden}.scb-wrapper .scb-card-price{background:none!important;border:none!important;color:#1e293b!important;font-family:var(--scb-font-family)!important;font-size:18px!important;font-weight:800!important;line-height:1.3!important;margin-bottom:16px!important;margin-top:auto!important;padding:0!important}.scb-wrapper .scb-card-price del{color:#94a3b8!important;font-size:14px!important;font-weight:500!important;margin-right:6px!important}.scb-wrapper .scb-card-price ins{color:#ef4444!important;font-weight:800!important;text-decoration:none!important}.scb-wrapper .scb-card-price .woocommerce-Price-amount{color:inherit!important;font-weight:inherit!important}.scb-wrapper .scb-card-actions{align-items:stretch!important;display:flex!important;flex-direction:row!important;gap:8px!important;width:100%!important}.scb-wrapper .scb-add-to-cart-btn{align-items:center!important;background-color:#7c3aed!important;border:2px solid #7c3aed!important;border-radius:10px!important;box-shadow:none!important;color:#fff!important;cursor:pointer!important;display:inline-flex!important;flex:1!important;font-family:var(--scb-font-family)!important;font-size:13px!important;font-weight:700!important;gap:6px!important;justify-content:center!important;letter-spacing:normal!important;line-height:1!important;min-width:0!important;outline:none!important;padding:10px 14px!important;text-decoration:none!important;text-transform:none!important;transition:all var(--scb-transition);white-space:nowrap!important}.scb-wrapper .scb-add-to-cart-btn span{overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.scb-wrapper .scb-add-to-cart-btn svg{color:#fff!important;flex-shrink:0}.scb-wrapper .scb-add-to-cart-btn:hover{background-color:#6d28d9!important;border-color:#6d28d9!important;box-shadow:0 4px 14px rgba(124,58,237,.35)!important;color:#fff!important;transform:translateY(-1px)}.scb-wrapper .scb-add-to-cart-btn:active{transform:translateY(0)}.scb-wrapper .scb-add-to-cart-btn.scb-out-of-stock-btn{background-color:#e2e8f0!important;border-color:#e2e8f0!important;color:#94a3b8!important;cursor:not-allowed!important}.scb-wrapper .scb-add-to-cart-btn.scb-out-of-stock-btn:hover{background-color:#e2e8f0!important;box-shadow:none!important;color:#94a3b8!important;transform:none!important}.scb-wrapper .scb-add-to-cart-btn.scb-adding{opacity:.7!important;pointer-events:none!important}.scb-wrapper .scb-view-detail-btn{align-items:center!important;background-color:#fff!important;border:2px solid #e2e8f0!important;border-radius:10px!important;box-shadow:none!important;color:#64748b!important;cursor:pointer!important;display:inline-flex!important;flex:1!important;font-family:var(--scb-font-family)!important;font-size:13px!important;font-weight:600!important;gap:6px!important;justify-content:center!important;letter-spacing:normal!important;line-height:1!important;min-width:0!important;padding:10px 14px!important;text-decoration:none!important;text-transform:none!important;transition:all var(--scb-transition);white-space:nowrap!important}.scb-wrapper .scb-view-detail-btn span{overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.scb-wrapper .scb-view-detail-btn svg{color:#64748b!important;flex-shrink:0}.scb-wrapper .scb-view-detail-btn:hover{background-color:#f5f3ff!important;border-color:#7c3aed!important;color:#7c3aed!important;text-decoration:none!important;transform:translateY(-1px)}.scb-wrapper .scb-view-detail-btn:hover svg{color:#7c3aed!important}.scb-wrapper .scb-view-detail-btn:active{transform:translateY(0)}.scb-wrapper .scb-added-wrap{display:flex!important;flex:1!important;flex-direction:column!important;min-width:0!important}.scb-wrapper .scb-view-cart-btn{align-items:center!important;background-color:#f0fdf4!important;border:2px solid #22c55e!important;border-radius:10px!important;box-shadow:none!important;color:#22c55e!important;cursor:pointer!important;display:inline-flex!important;font-family:var(--scb-font-family)!important;font-size:13px!important;font-weight:700!important;gap:6px!important;justify-content:center!important;letter-spacing:normal!important;line-height:1!important;min-width:0!important;outline:none!important;padding:10px 14px!important;text-decoration:none!important;text-transform:none!important;transition:all var(--scb-transition);white-space:nowrap!important}.scb-wrapper .scb-view-cart-btn span{overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.scb-wrapper .scb-view-cart-btn svg{color:#22c55e!important;flex-shrink:0}.scb-wrapper .scb-view-cart-btn:hover{background-color:#22c55e!important;box-shadow:0 4px 14px rgba(34,197,94,.35)!important;color:#fff!important;transform:translateY(-1px)}.scb-wrapper .scb-view-cart-btn:hover svg{color:#fff!important}.scb-toast{background-color:#fff!important;border-left:5px solid #22c55e!important;border-radius:12px!important;bottom:30px!important;box-shadow:0 10px 40px rgba(0,0,0,.15),0 0 0 1px rgba(0,0,0,.05)!important;color:#1e293b!important;font-family:var(--scb-font-family)!important;font-size:15px!important;font-weight:600!important;gap:16px!important;opacity:0;overflow:hidden;padding:16px 24px!important;pointer-events:none;position:fixed!important;right:30px!important;transform:translateX(120%);transition:all .5s cubic-bezier(.34,1.56,.64,1);z-index:100000!important}.scb-toast,.scb-toast .scb-toast-icon{align-items:center!important;display:flex!important}.scb-toast .scb-toast-icon{background-color:#f0fdf4!important;border-radius:50%!important;color:#22c55e!important;flex-shrink:0!important;height:32px!important;justify-content:center!important;width:32px!important}.scb-toast .scb-toast-progress{animation:scb-toast-progress 3s linear forwards!important;background-color:#22c55e!important;border-radius:0 0 0 4px!important;bottom:0!important;height:3px!important;left:0!important;position:absolute!important;transform-origin:left!important;width:100%!important}.scb-toast.scb-toast-visible{opacity:1!important;transform:translateX(0)!important}@keyframes scb-toast-progress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.scb-wrapper .scb-no-products{color:#64748b!important;font-size:16px!important;grid-column:1/-1!important;padding:60px 20px!important;text-align:center!important}.scb-wrapper .scb-no-results{align-items:center;display:flex;justify-content:center;padding:80px 20px;text-align:center}.scb-wrapper .scb-no-results-inner{align-items:center!important;color:#94a3b8!important;display:flex!important;flex-direction:column!important;gap:16px!important}.scb-wrapper .scb-no-results-inner svg{opacity:.4}.scb-wrapper .scb-no-results-inner p{color:#94a3b8!important;font-size:16px!important;font-weight:500!important;margin:0!important}@media(max-width:1200px){.scb-wrapper.scb-has-filters{gap:24px!important}:root{--scb-sidebar-width:250px}.scb-wrapper .scb-grid{gap:20px!important;grid-template-columns:repeat(2,1fr)!important}}@media(max-width:1024px){:root{--scb-sidebar-width:240px}.scb-wrapper .scb-grid{gap:20px!important;grid-template-columns:repeat(2,1fr)!important}.scb-wrapper .scb-sidebar{padding:20px 16px!important}.scb-wrapper .scb-filter-btn{font-size:13px!important;padding:9px 12px!important}.scb-wrapper .scb-results-header{align-items:flex-start!important;flex-direction:column!important;gap:12px!important}}@media(max-width:768px){.scb-wrapper.scb-filters-left,.scb-wrapper.scb-filters-right{gap:0!important;grid-template-areas:"toggle" "sidebar" "content"!important;grid-template-columns:1fr!important}.scb-wrapper .scb-filter-toggle{display:flex!important;margin-bottom:20px!important}.scb-wrapper .scb-sidebar{border-radius:0 var(--scb-radius) var(--scb-radius) 0!important;box-shadow:0 8px 30px rgba(0,0,0,.12)!important;height:100vh!important;left:-100%!important;max-height:100vh!important;max-width:340px!important;overflow-y:auto!important;padding:24px 20px!important;position:fixed!important;top:0!important;transition:left .35s cubic-bezier(.4,0,.2,1)!important;width:85%!important;z-index:1000!important}.scb-wrapper .scb-sidebar.scb-sidebar-open{left:0!important}.scb-wrapper .scb-sidebar-close{display:flex!important}.scb-wrapper .scb-sidebar-overlay{display:block!important}.scb-wrapper .scb-grid{gap:16px!important;grid-template-columns:repeat(2,1fr)!important}.scb-wrapper .scb-results-header{align-items:flex-start!important;flex-direction:column!important;gap:10px!important;margin-bottom:18px!important;padding:14px 16px!important}.scb-wrapper .scb-sort-wrap{width:100%!important}.scb-wrapper .scb-sort-select{flex:1!important}.scb-wrapper .scb-card-actions{flex-direction:column!important}.scb-wrapper .scb-filter-toggle{-ms-grid-column:1;-ms-grid-row:1;-ms-grid-column-span:1}.scb-wrapper .scb-sidebar{-ms-grid-column:1;-ms-grid-row:3}.scb-wrapper .scb-content{-ms-grid-column:1;-ms-grid-row:5}}@media(max-width:640px){.scb-wrapper .scb-grid{gap:12px!important;grid-template-columns:repeat(2,1fr)!important}.scb-wrapper .scb-card-body{padding:12px 12px 14px!important}.scb-wrapper .scb-card-title{font-size:13px!important;margin-bottom:6px!important}.scb-wrapper .scb-card-category{font-size:10px!important;margin-bottom:4px!important}.scb-wrapper .scb-card-price{font-size:15px!important;margin-bottom:10px!important}.scb-wrapper .scb-card-price del{font-size:12px!important}.scb-wrapper .scb-card-actions{flex-direction:column!important;gap:6px!important}.scb-wrapper .scb-add-to-cart-btn,.scb-wrapper .scb-added-wrap,.scb-wrapper .scb-view-detail-btn{width:100%!important}.scb-wrapper .scb-add-to-cart-btn,.scb-wrapper .scb-view-detail-btn{font-size:12px!important;padding:10px 12px!important}.scb-wrapper .scb-view-detail-btn{justify-content:center!important}.scb-wrapper .scb-sale-badge{font-size:10px!important;left:8px!important;padding:4px 10px!important;top:8px!important}.scb-wrapper .scb-card-rating{margin-bottom:6px!important}.scb-wrapper .scb-stars{font-size:12px!important}.scb-wrapper .scb-rating-count{font-size:11px!important}}@media(max-width:480px){.scb-wrapper .scb-grid{gap:16px!important;grid-template-columns:1fr!important}.scb-wrapper .scb-card-body{padding:14px 16px 18px!important}.scb-wrapper .scb-card-title{font-size:16px!important;margin-bottom:8px!important}.scb-wrapper .scb-card-price{font-size:18px!important;margin-bottom:14px!important}.scb-wrapper .scb-card-actions{flex-direction:row!important}.scb-wrapper .scb-add-to-cart-btn,.scb-wrapper .scb-added-wrap{flex:1!important}.scb-wrapper .scb-view-detail-btn{flex:none!important;padding:0!important;width:44px!important}.scb-wrapper .scb-view-detail-btn span{display:none!important}.scb-wrapper .scb-filter-toggle{font-size:14px!important;padding:12px 16px!important}.scb-wrapper .scb-results-count{font-size:13px!important}}
