.gabi-matrix{--gabi-matrix-border: rgba(var(--color-border), var(--alpha-border, .12));--gabi-matrix-head-bg: linear-gradient(rgba(var(--color-foreground), .035), rgba(var(--color-foreground), .035)), rgb(var(--color-background));--gabi-matrix-hover: rgba(var(--color-foreground), .035);--gabi-matrix-sale-tint: color-mix(in srgb, var(--color-error, #C25151) 7%, transparent);--gabi-matrix-sale-tint-opaque: color-mix(in srgb, var(--color-error, #C25151) 9%, rgb(var(--color-background)));--gabi-matrix-radius: var(--input-border-radius, 8px);margin-block:1rem;font-size:var(--font-size-static-md, 14px);color:rgb(var(--color-foreground))}.gabi-matrix__heading{font-weight:var(--font-weight-medium, 500);color:rgb(var(--color-heading-text));margin-bottom:.8rem}.gabi-matrix__pricelist{display:flex;flex-direction:column;gap:.15rem;margin-bottom:.9rem}.gabi-matrix__priceline{display:flex;flex-wrap:wrap;align-items:baseline;gap:.35rem .6rem;font-size:var(--font-size-static-md, 14px);line-height:1.45;color:rgba(var(--color-foreground),.7)}.gabi-matrix__priceline-label:after{content:":"}.gabi-matrix__priceline-price{color:rgb(var(--color-heading-text));font-weight:var(--font-weight-medium, 500);font-variant-numeric:tabular-nums}.gabi-matrix__priceline--sale .gabi-matrix__priceline-price{color:var(--color-error, #C25151)}.gabi-matrix__priceline-note{color:rgba(var(--color-foreground),.55)}.gabi-matrix__scroll{overflow-x:auto;border:1px solid var(--gabi-matrix-border);border-radius:0}.gabi-matrix__table{border-collapse:collapse;width:100%;min-width:320px}.gabi-matrix__table th,.gabi-matrix__table td{padding:.5rem .6rem;text-align:center;border-bottom:1px solid var(--gabi-matrix-border)}.gabi-matrix__table tbody tr:last-child th,.gabi-matrix__table tbody tr:last-child td{border-bottom:0}.gabi-matrix__corner,.gabi-matrix__rowhead{position:sticky;left:0;z-index:1;text-align:left;font-weight:var(--font-weight-medium, 500);background:var(--gabi-matrix-head-bg);white-space:nowrap;min-width:11.8rem;box-shadow:inset -1px 0 0 var(--gabi-matrix-border)}.gabi-matrix__corner{font-size:var(--font-size-static-sm, 12px);color:rgba(var(--color-foreground),.55);font-weight:var(--font-weight-regular, 400)}.gabi-matrix__colhead,.gabi-matrix__sumhead{font-weight:var(--font-weight-medium, 500);background:var(--gabi-matrix-head-bg);white-space:nowrap;font-variant-numeric:tabular-nums}.gabi-matrix__sumhead{min-width:6.4rem;color:rgba(var(--color-foreground),.55);font-size:var(--font-size-static-sm, 12px);font-weight:var(--font-weight-regular, 400)}.gabi-matrix thead th{position:sticky;top:0}.gabi-matrix__corner{z-index:2}.gabi-matrix__sumhead,.gabi-matrix__rowsum{box-shadow:inset 1px 0 0 var(--gabi-matrix-border)}.gabi-matrix__table tbody tr:hover td,.gabi-matrix__table tbody tr:hover th,.gabi-matrix__table tbody tr:focus-within td,.gabi-matrix__table tbody tr:focus-within th{background-color:var(--gabi-matrix-hover)}.gabi-matrix__row--sale td,.gabi-matrix__row--sale .gabi-matrix__rowsum{background:var(--gabi-matrix-sale-tint)}.gabi-matrix__row--sale .gabi-matrix__rowhead{background:var(--gabi-matrix-sale-tint-opaque)}.gabi-matrix__rowlabel{display:inline-flex;align-items:center;gap:.7rem}.gabi-matrix__swatch{flex:none;display:inline-block;width:1.8rem;height:1.8rem;border-radius:50%;background:var(--gabi-swatch-bg);background-position:center;background-size:cover;background-origin:border-box;border:1px solid rgba(var(--color-foreground),.25)}.gabi-matrix__swatch--square{border-radius:var(--button-border-radius, 0)}.gabi-matrix__swatch--none{background:transparent;border-style:dashed}.gabi-matrix__rowpromo{display:block;font-size:1.1rem;font-weight:var(--font-weight-regular, 400);line-height:1.3;margin-top:1px;padding-inline-start:2.5rem;white-space:nowrap;font-variant-numeric:tabular-nums}.gabi-matrix__rowpromo s{color:rgba(var(--color-foreground),.45)}.gabi-matrix__saleprice{color:var(--color-error, #C25151);font-weight:var(--font-weight-medium, 500)}.gabi-matrix__qty{width:5.6rem;height:3.8rem;text-align:center;border:1px solid rgba(var(--color-foreground),.25);border-radius:var(--gabi-matrix-radius);font-family:inherit;font-size:1.5rem;color:rgb(var(--color-foreground));background:rgb(var(--color-background));font-variant-numeric:tabular-nums;-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.gabi-matrix__qty::-webkit-outer-spin-button,.gabi-matrix__qty::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.gabi-matrix__qty:focus{outline:2px solid rgb(var(--color-foreground));outline-offset:1px}.gabi-matrix__qty[data-filled=true]{border-color:rgb(var(--color-foreground));background:rgba(var(--color-foreground),.04)}.gabi-matrix__qty:disabled{opacity:.4;cursor:not-allowed;background:rgba(var(--color-foreground),.03)}.gabi-matrix__qty[data-error=true]{border-color:var(--color-error, #C25151);box-shadow:0 0 0 1px var(--color-error, #C25151);background:color-mix(in srgb,var(--color-error, #C25151) 8%,rgb(var(--color-background)));color:var(--color-error, #C25151)}.gabi-matrix__qty[data-error=true]:focus{outline-color:var(--color-error, #C25151)}.gabi-matrix__qty[data-dirty=true]{border-color:rgb(var(--color-foreground));box-shadow:0 0 0 1px rgb(var(--color-foreground))}.gabi-matrix__stock{display:block;font-size:var(--font-size-body-xxs, 10px);line-height:1.2;color:rgba(var(--color-foreground),.5);margin-top:3px;white-space:nowrap}.gabi-matrix__stock--low{color:rgba(var(--color-foreground),.8)}.gabi-matrix__stock--out{color:var(--color-error, #C25151)}.gabi-matrix__qty[data-error=true]+.gabi-matrix__stock{color:var(--color-error, #C25151);font-weight:var(--font-weight-medium, 500)}.gabi-matrix__empty{color:rgba(var(--color-foreground),.25)}.gabi-matrix__rowsum{font-variant-numeric:tabular-nums;color:rgba(var(--color-foreground),.7);font-weight:var(--font-weight-medium, 500)}.gabi-matrix__price{white-space:nowrap;font-variant-numeric:tabular-nums}.gabi-matrix__price s{color:rgba(var(--color-foreground),.45);margin-inline-end:.3rem}.gabi-matrix__footer{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin-top:1.2rem}.gabi-matrix__summary{font-size:var(--font-size-static-md, 14px);font-variant-numeric:tabular-nums}.gabi-matrix__value{color:rgba(var(--color-foreground),.7)}.gabi-matrix__add{font-size:var(--font-size-static-lg, 1.6rem)}.gabi-matrix__add:disabled{opacity:.45;cursor:not-allowed}.gabi-matrix__notice{margin-top:.75rem;padding:.7rem .85rem;border:1px solid var(--gabi-matrix-border);border-inline-start:3px solid rgba(var(--color-foreground),.35);border-radius:var(--gabi-matrix-radius);font-size:1.3rem;line-height:1.45}.gabi-matrix__notice[data-tone=error]{border-inline-start-color:var(--color-error, #C25151);background:color-mix(in srgb,var(--color-error, #C25151) 6%,transparent)}.gabi-matrix__notice[data-tone=info]{background:rgba(var(--color-foreground),.03)}.gabi-matrix__notice-title{margin:0;font-weight:var(--font-weight-medium, 500);color:rgb(var(--color-heading-text))}.gabi-matrix__notice[data-tone=error] .gabi-matrix__notice-title{color:var(--color-error, #C25151)}.gabi-matrix__notice-list{margin:.35rem 0 0;padding:0;list-style:none}.gabi-matrix__notice-list li{margin:0;padding-inline-start:.9rem;position:relative}.gabi-matrix__notice-list li:before{content:"";position:absolute;inset-inline-start:0;top:.55em;width:4px;height:4px;border-radius:50%;background:currentColor;opacity:.5}.gabi-matrix__notice-actions{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.gabi-matrix__notice-actions:empty{display:none}.gabi-matrix__notice-btn,.gabi-matrix__notice-link{margin-top:.55rem;font-size:1.3rem;font-weight:var(--font-weight-medium, 500);color:rgb(var(--color-foreground));background:none;border:0;padding:0;text-decoration:underline;text-underline-offset:3px;cursor:pointer}.gabi-matrix__notice-btn[hidden],.gabi-matrix__notice-link[hidden]{display:none}.gabi-matrix__hint{font-size:var(--font-size-body-xs, 12px);color:rgba(var(--color-foreground),.5);margin-top:.35rem}@media(min-width:750px){.gabi-matrix__hint{display:none}}.gabi-guest-options{display:flex;flex-direction:column;gap:1.6rem;padding-block:.4rem .8rem;color:rgb(var(--color-foreground))}.gabi-guest-options__row{display:flex;flex-direction:column;gap:.8rem}.gabi-guest-options__label{margin:0;font-size:var(--font-size-body-xs, 12px);font-weight:var(--font-weight-medium, 500);letter-spacing:.08em;text-transform:uppercase;color:rgba(var(--color-foreground),.55)}.gabi-guest-options__swatches,.gabi-guest-options__sizes{display:flex;flex-wrap:wrap;align-items:center;gap:.8rem;list-style:none;margin:0;padding:0}.gabi-guest-options__swatch{display:flex;line-height:0}.gabi-guest-options .gabi-matrix__swatch{width:2.4rem;height:2.4rem}.gabi-guest-options__size{font-size:var(--font-size-body-s, 14px);font-variant-numeric:tabular-nums;color:rgb(var(--color-foreground))}gabi-b2b-colour-preview{display:block}gabi-b2b-product-tools{display:block}.gabi-unit-price__gross{font-weight:var(--font-weight-regular, 400)}.gabi-product-download{margin-top:1.6rem}.gabi-product-download p{font-size:var(--font-size-body-xs, 12px)}.gabi-product-download p:empty{display:none}.gabi-product-download [hidden],[data-gross-price][hidden]{display:none!important}.gabi-colour-preview__button{display:inline-flex;align-items:center;justify-content:center;flex:none;min-width:44px;min-height:44px;padding:6px;border:1px solid transparent;border-radius:50%;color:inherit;background:transparent;cursor:pointer}.gabi-colour-preview__button[aria-pressed=true]{border-color:currentColor}.gabi-colour-preview__button:focus-visible{outline:2px solid currentColor;outline-offset:2px}.gabi-colour-preview__status{font-size:var(--font-size-body-xs, 12px);margin:0 0 .8rem}.gabi-colour-preview__status:empty{display:none}[data-b2b-colour-preview] .main-product__media,[data-b2b-colour-preview] .main-product__media--grid .swiper-slide{scroll-margin-top:calc(var(--header-height, 80px) + 1rem)}
/*# sourceMappingURL=/cdn/shop/t/4/assets/component-b2b-matrix.css.map */
