.wsbc-root{--wsbc-color-bg: #ffffff;--wsbc-color-fg: #1a202c;--wsbc-color-muted: #718096;--wsbc-color-accent: #2b6cb0;--wsbc-color-accent-fg: #ffffff;--wsbc-color-border: #e2e8f0;--wsbc-color-sale: #c53030;--wsbc-color-surface: #f7f8fa;--wsbc-color-success: #2f855a;--wsbc-font: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--wsbc-font-heading: var(--wsbc-font);--wsbc-font-size-sm: .85rem;--wsbc-font-size-base: 1rem;--wsbc-font-size-lg: 1.25rem;--wsbc-font-size-xl: 1.5rem;--wsbc-font-weight-normal: 400;--wsbc-font-weight-bold: 600;--wsbc-line-height: 1.5;--wsbc-gap-sm: 8px;--wsbc-gap: 16px;--wsbc-gap-lg: 24px;--wsbc-radius-sm: 4px;--wsbc-radius: 8px;--wsbc-radius-pill: 999px;--wsbc-shadow: 0 1px 3px rgba(0, 0, 0, .08);--wsbc-focus-ring: 2px solid var(--wsbc-color-accent);color:var(--wsbc-color-fg);background:var(--wsbc-color-bg);font-family:var(--wsbc-font);line-height:var(--wsbc-line-height)}.wsbc-root,.wsbc-root *,.wsbc-root *:before,.wsbc-root *:after{box-sizing:border-box}.wsbc-category-nav{display:flex;flex-wrap:wrap;gap:calc(var(--wsbc-gap) / 2);margin-bottom:var(--wsbc-gap)}.wsbc-category-nav__item{padding:6px 14px;border:1px solid var(--wsbc-color-border);border-radius:var(--wsbc-radius-pill);background:var(--wsbc-color-bg);color:inherit;font:inherit;cursor:pointer;white-space:nowrap}.wsbc-category-nav__item:hover{border-color:var(--wsbc-color-accent)}.wsbc-category-nav__item--child{font-size:.9rem;opacity:.9}.wsbc-category-nav__item--active{background:var(--wsbc-color-accent);border-color:var(--wsbc-color-accent);color:var(--wsbc-color-accent-fg)}.wsbc-filterbar{display:flex;flex-wrap:wrap;align-items:center;gap:var(--wsbc-gap);margin-bottom:var(--wsbc-gap)}.wsbc-filterbar__search{flex:1 1 220px;padding:8px 12px;border:1px solid var(--wsbc-color-border);border-radius:var(--wsbc-radius);font:inherit}.wsbc-filterbar__sort{display:inline-flex;align-items:center;gap:var(--wsbc-gap-sm)}.wsbc-filterbar__sort select{padding:8px 10px;border:1px solid var(--wsbc-color-border);border-radius:var(--wsbc-radius);font:inherit;background:var(--wsbc-color-bg)}.wsbc-filterbar__sort-label{color:var(--wsbc-color-muted);font-size:.9rem}.wsbc-pagination{display:flex;align-items:center;justify-content:center;gap:var(--wsbc-gap);margin-top:var(--wsbc-gap)}.wsbc-pagination__status{color:var(--wsbc-color-muted);font-variant-numeric:tabular-nums}.wsbc-grid{list-style:none;margin:0;padding:0;display:grid;gap:var(--wsbc-gap);grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}.wsbc-grid__cell{display:flex}.wsbc-product-card{width:100%;border:1px solid var(--wsbc-color-border);border-radius:var(--wsbc-radius);overflow:hidden}.wsbc-product-card__body{display:flex;flex-direction:column;gap:var(--wsbc-gap-sm);width:100%;padding:0 0 12px;border:0;background:transparent;color:inherit;font:inherit;text-align:left;cursor:pointer}.wsbc-product-card__body:disabled,div.wsbc-product-card__body{cursor:default}.wsbc-product-card__media{position:relative;display:block;aspect-ratio:1 / 1;background:var(--wsbc-color-border)}.wsbc-product-card__media img,.wsbc-product-detail__media img{width:100%;height:100%;object-fit:cover;display:block}.wsbc-product-card__placeholder,.wsbc-product-detail__placeholder{display:block;width:100%;height:100%;background:repeating-linear-gradient(45deg,var(--wsbc-color-border),var(--wsbc-color-border) 10px,#edf2f7 10px,#edf2f7 20px)}.wsbc-product-card__name{padding:0 12px;font-weight:var(--wsbc-font-weight-bold)}.wsbc-product-card__price{padding:0 12px}.wsbc-product-card__price .wsbc-price{padding:0}.wsbc-badge{position:absolute;top:8px;padding:2px 8px;border-radius:var(--wsbc-radius-sm);font-size:.75rem;font-weight:var(--wsbc-font-weight-bold)}.wsbc-badge--sale{left:8px;background:var(--wsbc-color-sale);color:#fff}.wsbc-badge--out{right:8px;background:var(--wsbc-color-fg);color:#fff}.wsbc-price{padding:0 12px;font-variant-numeric:tabular-nums}.wsbc-price__current{color:var(--wsbc-color-sale);font-weight:var(--wsbc-font-weight-bold)}.wsbc-price__original{color:var(--wsbc-color-muted)}.wsbc-product-detail__layout{display:grid;gap:var(--wsbc-gap);grid-template-columns:1fr}@media (min-width: 640px){.wsbc-product-detail__layout{grid-template-columns:1fr 1fr}}.wsbc-product-detail__media{aspect-ratio:1 / 1;border-radius:var(--wsbc-radius);overflow:hidden;background:var(--wsbc-color-border)}.wsbc-product-detail__name{margin:0 0 8px;font-family:var(--wsbc-font-heading);font-size:var(--wsbc-font-size-xl)}.wsbc-product-detail__description{margin-top:var(--wsbc-gap);color:var(--wsbc-color-muted)}.wsbc-product-detail__price{font-size:1.2rem;margin-bottom:var(--wsbc-gap)}.wsbc-product-detail__from,.wsbc-product-card__from{color:var(--wsbc-color-muted);font-size:.85em}.wsbc-product-detail__thumbs{display:flex;gap:var(--wsbc-gap-sm);margin-top:8px;flex-wrap:wrap}.wsbc-product-detail__thumb{width:56px;height:56px;padding:0;border:1px solid var(--wsbc-color-border);border-radius:var(--wsbc-radius);overflow:hidden;background:none;cursor:pointer}.wsbc-product-detail__thumb--active{border-color:var(--wsbc-color-accent)}.wsbc-product-detail__thumb img{width:100%;height:100%;object-fit:cover}.wsbc-product-detail__stock{color:var(--wsbc-color-sale);font-weight:var(--wsbc-font-weight-bold);margin:0 0 8px}.wsbc-product-detail__hint{color:var(--wsbc-color-muted);font-size:var(--wsbc-font-size-sm);margin:8px 0 0}.wsbc-variant-picker{display:flex;flex-direction:column;gap:var(--wsbc-gap);margin-bottom:var(--wsbc-gap)}.wsbc-variant-picker__axis{border:none;margin:0;padding:0}.wsbc-variant-picker__legend{font-weight:var(--wsbc-font-weight-bold);margin-bottom:6px;padding:0}.wsbc-variant-picker__values{display:flex;flex-wrap:wrap;gap:var(--wsbc-gap-sm)}.wsbc-variant-picker__value{padding:6px 12px;border:1px solid var(--wsbc-color-border);border-radius:var(--wsbc-radius);background:var(--wsbc-color-bg);cursor:pointer;font:inherit}.wsbc-variant-picker__value--active{border-color:var(--wsbc-color-accent);background:var(--wsbc-color-accent);color:var(--wsbc-color-accent-fg)}.wsbc-link{display:inline-block;margin-bottom:var(--wsbc-gap);padding:0;border:0;background:transparent;color:var(--wsbc-color-accent);font:inherit;cursor:pointer;text-decoration:underline}.wsbc-state{padding:var(--wsbc-gap-lg);text-align:center;color:var(--wsbc-color-muted)}.wsbc-state--error{color:var(--wsbc-color-sale)}.wsbc-btn{padding:10px 18px;border:1px solid var(--wsbc-color-border);border-radius:var(--wsbc-radius);background:transparent;color:inherit;font:inherit;cursor:pointer}.wsbc-btn:disabled{opacity:.6;cursor:default}.wsbc-qty{display:inline-flex;align-items:center;gap:var(--wsbc-gap-sm)}.wsbc-qty__btn{width:32px;height:32px;border:1px solid var(--wsbc-color-border);border-radius:var(--wsbc-radius);background:transparent;color:inherit;font:inherit;cursor:pointer}.wsbc-qty__btn:disabled{opacity:.5;cursor:default}.wsbc-qty__value{min-width:2ch;text-align:center;font-variant-numeric:tabular-nums}.wsbc-catalog__bar{display:flex;justify-content:flex-end;margin-bottom:var(--wsbc-gap)}.wsbc-product-detail__actions{display:flex;flex-wrap:wrap;align-items:center;gap:var(--wsbc-gap);margin:var(--wsbc-gap) 0}.wsbc-cart__title{margin:0 0 var(--wsbc-gap);font-family:var(--wsbc-font-heading);font-size:var(--wsbc-font-size-lg)}.wsbc-cart__lines{list-style:none;margin:0 0 var(--wsbc-gap);padding:0;display:flex;flex-direction:column;gap:var(--wsbc-gap)}.wsbc-cart-line{display:flex;flex-wrap:wrap;align-items:center;gap:var(--wsbc-gap-sm) var(--wsbc-gap);padding-bottom:var(--wsbc-gap);border-bottom:1px solid var(--wsbc-color-border)}.wsbc-cart-line__info{flex:1 1 40%;display:flex;flex-direction:column;gap:2px;min-width:0}.wsbc-cart-line__variant,.wsbc-cart-line__unit{font-size:var(--wsbc-font-size-sm);color:var(--wsbc-color-muted)}.wsbc-cart-line__total{margin-left:auto}.wsbc-cart-line__remove{flex-basis:100%;text-align:right;font-size:var(--wsbc-font-size-sm)}.wsbc-cart-line__media{width:64px;height:64px;border-radius:var(--wsbc-radius);overflow:hidden;background:var(--wsbc-color-border)}.wsbc-cart-line__media img{width:100%;height:100%;object-fit:cover}.wsbc-cart-line__placeholder{display:block;width:100%;height:100%;background:var(--wsbc-color-border)}.wsbc-cart-line__total{font-variant-numeric:tabular-nums}.wsbc-cart-summary{margin:0 0 0 auto;max-width:320px}.wsbc-cart-summary__row{display:flex;justify-content:space-between;gap:var(--wsbc-gap);padding:4px 0}.wsbc-cart-summary__row dt,.wsbc-cart-summary__row dd{margin:0}.wsbc-cart-summary__row--total{border-top:1px solid var(--wsbc-color-border);margin-top:8px;padding-top:8px;font-weight:var(--wsbc-font-weight-bold)}.wsbc-cart-summary__row--discount dd{color:var(--wsbc-color-sale)}.wsbc-cart__checkout{margin-top:var(--wsbc-gap);width:100%}.wsbc-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000}.wsbc-drawer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0006}.wsbc-drawer__panel{position:absolute;top:0;right:0;height:100%;width:min(420px,100%);background:var(--wsbc-color-bg);box-shadow:-8px 0 24px #00000026;display:flex;flex-direction:column}.wsbc-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:var(--wsbc-gap);border-bottom:1px solid var(--wsbc-color-border)}.wsbc-drawer__title{margin:0;font-family:var(--wsbc-font-heading);font-size:1.1rem}.wsbc-drawer__close{border:none;background:none;font-size:var(--wsbc-font-size-xl);line-height:1;cursor:pointer;color:var(--wsbc-color-fg)}.wsbc-drawer__body{padding:var(--wsbc-gap);overflow-y:auto}.wsbc-coupon{display:flex;flex-wrap:wrap;align-items:center;gap:var(--wsbc-gap-sm);margin:var(--wsbc-gap) 0}.wsbc-coupon__input{flex:1 1 auto;padding:8px 10px;border:1px solid var(--wsbc-color-border);border-radius:var(--wsbc-radius);font:inherit}.wsbc-coupon__applied{font-weight:var(--wsbc-font-weight-bold)}.wsbc-coupon__error{flex-basis:100%;margin:0;color:var(--wsbc-color-sale);font-size:var(--wsbc-font-size-sm)}.wsbc-checkout__title{margin:0 0 var(--wsbc-gap);font-family:var(--wsbc-font-heading);font-size:var(--wsbc-font-size-lg)}.wsbc-checkout__form{display:flex;flex-direction:column;gap:var(--wsbc-gap);max-width:560px}.wsbc-checkout__section{display:flex;flex-direction:column;gap:10px;padding-bottom:var(--wsbc-gap);border-bottom:1px solid var(--wsbc-color-border)}.wsbc-checkout__heading{margin:0;font-size:var(--wsbc-font-size-base)}.wsbc-address-form{display:flex;flex-direction:column;gap:10px}.wsbc-address-form__row{display:flex;gap:10px;flex-wrap:wrap}.wsbc-address-form__row .wsbc-field{flex:1 1 45%}.wsbc-field{display:flex;flex-direction:column;gap:4px}.wsbc-field input{padding:8px 10px;border:1px solid var(--wsbc-color-border);border-radius:var(--wsbc-radius);font:inherit}.wsbc-shipping{margin:0;padding:var(--wsbc-gap);border:1px solid var(--wsbc-color-border);border-radius:var(--wsbc-radius);display:flex;flex-direction:column;gap:var(--wsbc-gap-sm)}.wsbc-shipping__legend{font-weight:var(--wsbc-font-weight-bold);padding:0 4px}.wsbc-shipping__option{display:flex;align-items:center;gap:var(--wsbc-gap-sm)}.wsbc-shipping__title{flex:1}.wsbc-confirmation{padding:var(--wsbc-gap-lg);max-width:560px;margin:0 auto}.wsbc-confirmation__title{margin:0 0 var(--wsbc-gap);font-family:var(--wsbc-font-heading)}.wsbc-confirmation__status{text-transform:capitalize;color:var(--wsbc-color-muted)}.wsbc-confirmation__lines{list-style:none;margin:var(--wsbc-gap) 0;padding:0;display:flex;flex-direction:column;gap:6px}.wsbc-confirmation__line{display:flex;justify-content:space-between;gap:var(--wsbc-gap)}.wsbc-confirmation__address{margin-top:var(--wsbc-gap);color:var(--wsbc-color-muted);font-style:normal}.wsbc-link--icon{display:inline-flex;align-items:center;gap:6px}.wsbc-icon-btn{display:inline-flex;align-items:center;justify-content:center;padding:6px;border:none;background:none;color:var(--wsbc-color-muted);cursor:pointer;border-radius:var(--wsbc-radius);font-size:var(--wsbc-font-size-base)}.wsbc-icon-btn:hover:not(:disabled){color:var(--wsbc-color-sale);background:var(--wsbc-color-surface)}.wsbc-btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--wsbc-gap-sm);padding:10px 16px;border:1px solid var(--wsbc-color-border);border-radius:var(--wsbc-radius);background:var(--wsbc-color-bg);color:var(--wsbc-color-fg);font:inherit;font-weight:var(--wsbc-font-weight-bold);cursor:pointer;transition:background .15s ease,border-color .15s ease,opacity .15s ease}.wsbc-btn:hover:not(:disabled){border-color:var(--wsbc-color-accent)}.wsbc-btn:disabled{opacity:.55;cursor:not-allowed}.wsbc-btn--primary{background:var(--wsbc-color-accent);border-color:var(--wsbc-color-accent);color:var(--wsbc-color-accent-fg)}.wsbc-btn--primary:hover:not(:disabled){filter:brightness(.94)}.wsbc-btn--block{width:100%}.wsbc-btn--back{align-self:flex-start;margin-bottom:var(--wsbc-gap);padding:7px 12px;font-weight:500;color:var(--wsbc-color-muted)}.wsbc-catalog__bar{display:flex;align-items:center;justify-content:space-between;gap:var(--wsbc-gap);padding-bottom:var(--wsbc-gap);margin-bottom:var(--wsbc-gap);border-bottom:1px solid var(--wsbc-color-border)}.wsbc-store-header{display:flex;flex-direction:column;min-width:0}.wsbc-store-header__name{font-family:var(--wsbc-font-heading);font-size:var(--wsbc-font-size-lg);font-weight:700}.wsbc-store-header__tagline{font-size:var(--wsbc-font-size-sm);color:var(--wsbc-color-muted)}.wsbc-store-footer{display:flex;flex-direction:column;gap:4px;margin-top:calc(var(--wsbc-gap) * 2);padding-top:var(--wsbc-gap);border-top:1px solid var(--wsbc-color-border);color:var(--wsbc-color-muted);font-size:var(--wsbc-font-size-sm)}.wsbc-store-footer__name{font-weight:var(--wsbc-font-weight-bold);color:var(--wsbc-color-fg)}.wsbc-cart-button{display:inline-flex;align-items:center;gap:var(--wsbc-gap-sm);padding:8px 14px;border:1px solid var(--wsbc-color-border);border-radius:var(--wsbc-radius-pill);background:var(--wsbc-color-bg);color:var(--wsbc-color-fg);font:inherit;font-weight:var(--wsbc-font-weight-bold);cursor:pointer}.wsbc-cart-button:hover{border-color:var(--wsbc-color-accent)}.wsbc-cart-button__icon{font-size:1.15rem}.wsbc-cart-button__badge{min-width:20px;height:20px;padding:0 6px;display:inline-flex;align-items:center;justify-content:center;border-radius:var(--wsbc-radius-pill);background:var(--wsbc-color-accent);color:var(--wsbc-color-accent-fg);font-size:.75rem;font-variant-numeric:tabular-nums}.wsbc-cart-button__badge[data-empty=true]{display:none}.wsbc-drawer__panel{animation:wsbc-slide-in .18s ease-out}@keyframes wsbc-slide-in{0%{transform:translate(100%)}to{transform:translate(0)}}.wsbc-drawer__body{flex:1;display:flex;flex-direction:column}.wsbc-cart{display:flex;flex-direction:column;gap:var(--wsbc-gap)}.wsbc-cart__lines{gap:10px}.wsbc-cart-line{padding:12px;border:1px solid var(--wsbc-color-border);border-radius:var(--wsbc-radius);background:var(--wsbc-color-bg)}.wsbc-cart-line__media{width:48px;height:48px;border-radius:var(--wsbc-radius);background:var(--wsbc-color-surface);flex:0 0 auto}.wsbc-cart-line__name{font-weight:var(--wsbc-font-weight-bold)}.wsbc-cart-summary{width:100%;max-width:none;margin:0;padding:var(--wsbc-gap);background:var(--wsbc-color-surface);border-radius:var(--wsbc-radius)}.wsbc-cart-summary__row--total{font-size:1.05rem}.wsbc-coupon__input{flex:1 1 auto}.wsbc-filterbar__search-wrap{position:relative;flex:1 1 240px;display:flex;align-items:center}.wsbc-filterbar__search-icon{position:absolute;left:12px;color:var(--wsbc-color-muted);pointer-events:none}.wsbc-filterbar__search{width:100%;padding-left:36px}.wsbc-checkout{max-width:720px}.wsbc-checkout__form{max-width:none}.wsbc-checkout__section{padding:var(--wsbc-gap);border:1px solid var(--wsbc-color-border);border-radius:var(--wsbc-radius);background:var(--wsbc-color-bg);box-shadow:var(--wsbc-shadow)}.wsbc-checkout__heading{font-size:1.05rem;margin-bottom:4px}.wsbc-field input,.wsbc-field textarea,.wsbc-coupon__input{width:100%;padding:9px 11px;border:1px solid var(--wsbc-color-border);border-radius:var(--wsbc-radius);font:inherit;background:var(--wsbc-color-bg)}.wsbc-field input:focus,.wsbc-field textarea:focus,.wsbc-coupon__input:focus,.wsbc-filterbar__search:focus{outline:var(--wsbc-focus-ring);outline-offset:1px;border-color:var(--wsbc-color-accent)}.wsbc-field>span{font-size:var(--wsbc-font-size-sm);font-weight:var(--wsbc-font-weight-bold);color:var(--wsbc-color-muted)}.wsbc-field--checkbox{display:flex;flex-direction:row;align-items:center;gap:10px;cursor:pointer}.wsbc-field--checkbox input[type=checkbox]{width:18px;height:18px;flex:0 0 auto;margin:0;accent-color:var(--wsbc-color-accent)}.wsbc-field--checkbox>span{font-size:.95rem;font-weight:var(--wsbc-font-weight-normal);color:var(--wsbc-color-fg)}.wsbc-shipping{background:var(--wsbc-color-surface);border:none}.wsbc-shipping__option{padding:8px 10px;border:1px solid var(--wsbc-color-border);border-radius:var(--wsbc-radius);background:var(--wsbc-color-bg);cursor:pointer}.wsbc-confirmation{text-align:left}.wsbc-confirmation__hero{display:flex;flex-direction:column;align-items:center;text-align:center;gap:10px;margin-bottom:var(--wsbc-gap)}.wsbc-confirmation__check{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:var(--wsbc-radius-pill);background:var(--wsbc-color-success);color:#fff;font-size:1.6rem}.wsbc-confirmation__lines{padding:var(--wsbc-gap);background:var(--wsbc-color-surface);border-radius:var(--wsbc-radius)}.wsbc-confirmation__address{padding:var(--wsbc-gap);border:1px solid var(--wsbc-color-border);border-radius:var(--wsbc-radius)}.wsbc-checkout__error{margin:0;padding:10px 12px;border:1px solid var(--wsbc-color-sale);border-radius:var(--wsbc-radius);background:#fff5f5;color:var(--wsbc-color-sale);font-size:.9rem}.wsbc-checkout__no-shipping{margin:0;padding:10px 12px;border:1px solid var(--wsbc-color-border);border-radius:var(--wsbc-radius);background:var(--wsbc-color-surface);color:var(--wsbc-color-muted);font-size:var(--wsbc-font-size-sm)}.wsbc-flow{display:block}.wsbc-flow__bar{display:flex;align-items:center;justify-content:space-between;gap:var(--wsbc-gap);margin-bottom:var(--wsbc-gap)}.wsbc-flow__catalog{display:block}
