.wholesale-order{--ws-border: rgba(var(--color-foreground), .12);--ws-border-strong: rgba(var(--color-foreground), .24);--ws-surface: rgb(var(--color-background));--ws-surface-muted: rgba(var(--color-foreground), .04);--ws-text: rgb(var(--color-foreground));--ws-text-muted: rgba(var(--color-foreground), .6);--ws-accent: rgb(var(--color-button));--ws-accent-text: rgb(var(--color-button-text))}.wholesale-order .page-width{padding-bottom:12rem}.wholesale-empty-state{padding:4rem 0;color:var(--ws-text)}.ws-toolbar{display:flex;align-items:center;gap:1.2rem;flex-wrap:wrap;padding:1.6rem 0;margin-bottom:1.6rem;border-bottom:.1rem solid var(--ws-border)}.ws-vendor-filter,.ws-vendor-dropdown{position:relative}.ws-vendor-summary{list-style:none;display:inline-flex;align-items:center;gap:.8rem;font-size:1.2rem;line-height:1.2;padding:.5rem 1.4rem;border-radius:2rem;border:.1rem solid var(--ws-border);cursor:pointer;background:var(--ws-surface);color:var(--ws-text)}.ws-vendor-summary:after{content:"";width:.8rem;height:.8rem;border-right:.1rem solid currentColor;border-bottom:.1rem solid currentColor;transform:rotate(45deg) translateY(-.1rem);transition:transform .2s ease}.ws-vendor-dropdown[open] .ws-vendor-summary{border-color:var(--ws-accent)}.ws-vendor-dropdown[open] .ws-vendor-summary:after{transform:rotate(225deg) translateY(-.1rem)}.ws-vendor-summary::-webkit-details-marker{display:none}.ws-vendor-menu{position:absolute;top:calc(100% + .8rem);left:0;min-width:22rem;max-height:24rem;overflow:auto;padding:1rem;border:.1rem solid var(--ws-border);border-radius:.8rem;background:var(--ws-surface);box-shadow:0 1rem 2.4rem #0000001f;z-index:10}#ws-vendor-options{display:grid;gap:.8rem}.ws-vendor-option{display:flex;align-items:center;gap:.8rem;font-size:1rem;line-height:1.1;color:var(--ws-text)}#ws-search{width:26rem;padding:.8rem 1.2rem;border:.1rem solid var(--ws-border);border-radius:.6rem;font-size:1.4rem;font-family:var(--font-body-family);background:var(--ws-surface);color:var(--ws-text)}#ws-search:focus-visible{outline:var(--focused-base-outline);outline-offset:.2rem}.ws-chip{font-size:1.2rem;line-height:1.2;padding:.5rem 1.4rem;border-radius:2rem;border:.1rem solid var(--ws-border);cursor:pointer;background:var(--ws-surface);color:var(--ws-text);transition:background-color .2s ease,border-color .2s ease,color .2s ease}.ws-chip.ws-chip-active{background:var(--ws-accent);color:var(--ws-accent-text);border-color:var(--ws-accent)}#ws-product-count{margin-left:auto;font-size:1.3rem;color:var(--ws-text-muted)}.wholesale-grid{display:grid;gap:2rem;grid-template-columns:repeat(3,minmax(0,1fr))}.product-container{position:relative;display:flex;flex-direction:column;border:.1rem solid var(--ws-border);border-radius:.8rem;overflow:visible;background:var(--ws-surface);transition:border-color .2s ease,box-shadow .2s ease}.product-container.ws-card-selected{border:.2rem solid var(--ws-accent)}.product-image{position:relative;max-height:13rem;padding:1rem 1rem 0;background:var(--ws-surface)}.product-image-stage{position:relative;width:100%;max-width:32.5rem;height:12.5rem;margin:0 auto;border-radius:.8rem;background:#fff;overflow:visible}.main-product-image,.main-product-image-zoomed{display:block;width:100%;height:100%;object-fit:contain}.product-image-zoom{position:absolute;left:50%;top:calc(100% + 1rem);width:65rem;height:25rem;transform:translate(-50%);border:.1rem solid var(--ws-border-strong);border-radius:1.2rem;background:#fff;box-shadow:0 1.4rem 3rem #00000029;opacity:0;visibility:hidden;pointer-events:none;z-index:8;transition:opacity .2s ease,visibility .2s ease}.product-image-stage:hover .product-image-zoom{opacity:1;visibility:visible}.model-image-text,.no-model-image{min-height:2.8rem;padding:.4rem 0 0;text-align:center}.model-image-text a{color:var(--ws-text);text-decoration:underline;text-underline-offset:.2rem}.product-details{display:flex;flex:1;flex-direction:column}.product-info-columns{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.6rem 1rem;padding:1rem 1rem .8rem}.product-title{margin:0;font-size:1.2rem;line-height:1.1;color:var(--ws-text)}.product-article-no{margin:.2rem 0 0;font-size:1rem;line-height:1.1;color:var(--ws-text)}.product-measure-column{align-self:start}.product-measure-table{min-width:14rem;text-align:right}.product-measure-heading{margin:0;font-size:1rem;line-height:1.1;color:var(--ws-text);text-decoration:underline;text-underline-offset:.2rem}.product-measure-values{display:flex;justify-content:flex-end;gap:.6rem;flex-wrap:wrap;margin-top:.4rem;font-size:1rem;line-height:1.1;color:var(--ws-text-muted)}.product-info-column{grid-column:1 / -1;align-self:start}.product-meta-pills{display:flex;gap:.8rem;flex-wrap:wrap;justify-content:flex-start}.product-meta-pill{display:inline-flex;align-items:center;min-height:3.2rem;padding:.4rem .9rem;border-radius:999px;background:#f2efe9;color:var(--ws-text);font-size:1rem;line-height:1}.product-description-column{grid-column:1 / -1}.product-description{font-size:1.3rem;line-height:1.2;color:var(--ws-text)}.product-description>*:first-child{margin-top:0}.product-description>*:last-child{margin-bottom:0}.color-options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;padding:0 1rem .8rem}.color-option{position:relative;min-width:0;border:.1rem solid var(--ws-border);border-radius:.6rem;padding:.8rem;line-height:1.1;transition:border-color .15s ease,background-color .15s ease;scroll-snap-align:start}.color-option.ws-variant-selected{border-color:var(--ws-accent);background:color-mix(in srgb,var(--ws-accent) 8%,var(--ws-surface))}.color-option--out-of-stock{opacity:.75}.color-image{position:relative;display:block;width:100%;margin:0 0 .8rem;padding:0;border:none;background:transparent;cursor:pointer}.variant-stock-badge{position:absolute;top:.6rem;left:.6rem;padding:.3rem .6rem;border-radius:999px;background:#3c3c3ce6;color:#fff;font-size:.9rem;line-height:1}.color-image.is-active .variant-image{border-color:var(--ws-accent)}.variant-image{display:block;width:100%;height:4.8rem;object-fit:contain;border-radius:.4rem;background:#fff;border:.1rem solid transparent}.color-description{margin:0;font-size:1rem;line-height:1.1;color:var(--ws-text);text-align:center}.ws-quantity-control{display:flex;align-items:center;justify-content:center;gap:.4rem;margin-top:.4rem}.ws-quantity-control input{width:3.6rem;text-align:center;border:.1rem solid var(--ws-border);border-radius:.4rem;font-size:1rem;padding:.2rem 0;background:var(--ws-surface);color:var(--ws-text);font-family:var(--font-body-family)}.ws-quantity-control button{width:2.4rem;height:2.4rem;border:.1rem solid var(--ws-border);border-radius:.4rem;cursor:pointer;font-size:1.2rem;line-height:1;background:var(--ws-surface);color:var(--ws-text)}.ws-quantity-control--disabled{opacity:.5}.ws-quantity-control--disabled button,.ws-quantity-control--disabled input{cursor:not-allowed;background:rgba(var(--color-foreground),.05)}.ws-quantity-control button:hover,.ws-quantity-control button:focus-visible,.ws-quantity-control input:focus-visible,.ws-add-to-selection:focus-visible,.ws-chip:focus-visible,#ws-clear:focus-visible,#ws-submit:focus-visible{outline:var(--focused-base-outline);outline-offset:.2rem}.ws-card-footer{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:.8rem 1rem;border-top:.1rem solid var(--ws-border);margin-top:auto;border-radius:0 0 .8rem .8rem}.ws-card-total{font-size:1rem;line-height:1.1;color:var(--ws-text-muted)}.ws-add-to-selection{display:none;font-size:1rem;line-height:1.1;padding:.5rem 1rem;border:.1rem solid var(--ws-accent);border-radius:.4rem;color:var(--ws-accent);cursor:pointer;background:transparent;font-family:var(--font-body-family)}.ws-add-to-selection:hover{background:var(--ws-accent);color:var(--ws-accent-text)}.product-label{position:absolute;top:1.2rem;right:1.2rem;padding:.5rem 1rem;border-radius:999px;font-size:1.2rem;line-height:1;color:var(--ws-accent-text);background:var(--ws-accent)}#ws-sticky-bar{position:fixed;bottom:0;left:0;right:0;background:var(--ws-surface);border-top:.1rem solid var(--ws-border);padding:1.2rem 2.4rem;z-index:500}#ws-sticky-inner{max-width:120rem;margin:0 auto;display:flex;align-items:center;gap:2rem;flex-wrap:wrap}#ws-stats{display:flex;align-items:center;gap:2rem}.ws-stat{text-align:center}.ws-stat span{display:block;font-size:2rem;font-weight:600;color:var(--ws-text)}.ws-stat label{font-size:1.1rem;color:var(--ws-text-muted)}.ws-divider{width:.1rem;height:3.6rem;background:var(--ws-border)}#ws-pills{display:flex;gap:.6rem;flex-wrap:wrap;flex:1;align-items:center}.ws-pill{border:.1rem solid var(--ws-border);cursor:pointer;font-size:1.1rem;padding:.3rem 1rem;border-radius:2rem;background:var(--ws-surface-muted);color:var(--ws-text)}#ws-show-selected{display:none;font-size:1rem;line-height:1.1;padding:.8rem 1.2rem;border:.1rem solid var(--ws-border);border-radius:999px;background:var(--ws-surface);color:var(--ws-text);font-family:var(--font-body-family)}#ws-show-selected:disabled{opacity:.45}#ws-selected-drawer[hidden]{display:none}#ws-selected-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:600}#ws-selected-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000059}#ws-selected-panel{position:absolute;left:0;right:0;bottom:0;max-height:70vh;overflow:auto;padding:1.6rem;border-radius:1.6rem 1.6rem 0 0;background:var(--ws-surface);box-shadow:0 -1.2rem 3rem #0003}#ws-selected-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.2rem}#ws-selected-header strong,#ws-selected-close{font-size:1.2rem;line-height:1.1}#ws-selected-close{border:none;background:none;color:var(--ws-text);font-family:var(--font-body-family)}#ws-selected-list{display:grid;gap:.8rem}.ws-selected-item{display:grid;grid-template-columns:5.4rem minmax(0,1fr) auto;align-items:center;gap:1rem;width:100%;padding:.8rem;border:.1rem solid var(--ws-border);border-radius:.8rem;background:var(--ws-surface);color:var(--ws-text);text-align:left}.ws-selected-thumb{width:5.4rem;height:3.4rem;border-radius:.6rem;overflow:hidden;background:#fff}.ws-selected-thumb img{width:100%;height:100%;object-fit:contain}.ws-selected-article,.ws-selected-variant,.ws-selected-qty,.ws-selected-empty{font-size:1rem;line-height:1.1}.ws-selected-variant{color:var(--ws-text-muted)}#ws-actions{display:flex;align-items:center;gap:1.2rem;margin-left:auto}#ws-clear{font-size:1.3rem;background:none;border:none;cursor:pointer;text-decoration:underline;color:var(--ws-text);font-family:var(--font-body-family)}#ws-submit{padding:1rem 2.4rem;background:var(--ws-accent);color:var(--ws-accent-text);border:none;border-radius:.6rem;font-size:1.4rem;font-weight:500;cursor:pointer;font-family:var(--font-body-family)}#ws-submit:disabled{opacity:.35;cursor:default}#ws-success{font-size:1.3rem;color:#17803d;font-weight:500}.pagination-wrapper{margin-top:3.2rem}.pagination{display:flex;justify-content:center;align-items:center;gap:.8rem;flex-wrap:wrap}.pagination__item{display:inline-flex;align-items:center;justify-content:center;min-width:3.8rem;min-height:3.8rem;padding:.8rem 1.2rem;border:.1rem solid var(--ws-border);border-radius:.6rem;color:var(--ws-text)}.pagination__item--current{border-color:var(--ws-accent);color:var(--ws-accent)}@media screen and (max-width:960px){.wholesale-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (max-width:768px){.product-image-stage{max-width:100%}.product-image-zoom{width:min(45rem,calc(100vw - 4rem));height:18rem}.product-info-columns{grid-template-columns:minmax(0,1fr) auto}.product-measure-table{text-align:left}.product-measure-values{justify-content:flex-start}.product-info-column{align-self:start}#ws-sticky-inner{flex-direction:column;align-items:flex-start;gap:1rem}.ws-stat span{font-size:1.2rem}.ws-stat label,#ws-clear,#ws-submit,#ws-success{font-size:1rem}#ws-actions{margin-left:0;width:100%}#ws-submit{flex:1}}@media screen and (max-width:600px){.wholesale-grid{grid-template-columns:minmax(0,1fr)}#ws-search{width:100%}#ws-product-count{width:100%;margin-left:0}.color-options{grid-template-columns:repeat(3,minmax(0,1fr))}#ws-pills{display:none}#ws-show-selected{display:inline-flex;align-items:center;justify-content:center}#ws-stats{gap:1.2rem}.ws-divider{height:2.4rem}}
/*# sourceMappingURL=/cdn/shop/t/7/assets/wholesale-order.css.map */
