.cart-page{padding:1.5rem var(--page-margin) 3rem;max-width:min(var(--page-width),100%);margin-inline:auto}.cart-page__title{font-size:1.75rem;font-weight:600;margin-bottom:1.25rem}.cart-page__empty{opacity:.85;margin-bottom:1rem}.cart-page__continue{display:inline-flex;padding:.65rem 1.15rem;border-radius:var(--style-border-radius-inputs);background:var(--color-accent);color:var(--color-accent-foreground);text-decoration:none;font-weight:600}.cart-page__table-wrap{overflow-x:auto;border:1px solid color-mix(in srgb,var(--color-foreground) 15%,transparent);border-radius:var(--style-border-radius-inputs)}.cart-page__table{width:100%;border-collapse:collapse;font-size:.95rem}.cart-page__table th,.cart-page__table td{padding:.85rem;text-align:left;border-bottom:1px solid color-mix(in srgb,var(--color-foreground) 12%,transparent);vertical-align:middle}.cart-page__table th{font-weight:600;background:color-mix(in srgb,var(--color-foreground) 5%,transparent)}.cart-page__item-inner{display:flex;gap:.65rem;align-items:center}.cart-page__thumb.image,a.cart-page__thumb,.cart-page__thumb{display:block;width:2.75rem!important;max-width:2.75rem;flex-shrink:0;overflow:hidden;border-radius:var(--style-border-radius-inputs)}.cart-page__thumb.image>img,.cart-page__thumb img{width:100%!important;max-width:100%;height:auto;aspect-ratio:1;object-fit:cover}.cart-page__thumb--placeholder{display:block;width:2.75rem;max-width:2.75rem;aspect-ratio:1;background:color-mix(in srgb,var(--color-foreground) 8%,transparent);border-radius:var(--style-border-radius-inputs)}.cart-page__item-title{color:inherit;font-weight:600;text-decoration:none}.cart-page__item-title:hover{text-decoration:underline}.cart-page__item-variant,.cart-page__item-sku{font-size:.85rem;opacity:.7;margin-top:.2rem}.cart-page__remove{display:inline-block;margin-top:.4rem;font-size:.85rem;color:inherit;opacity:.75}.cart-page__qty{width:4.5rem;padding:.35rem .5rem;border:1px solid color-mix(in srgb,var(--color-foreground) 25%,transparent);border-radius:var(--style-border-radius-inputs);background:var(--color-background);color:var(--color-foreground)}.cart-page__footer{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:space-between;align-items:flex-start;margin-top:1.5rem}.cart-page__subtotal{display:flex;gap:1rem;align-items:baseline;font-size:1.15rem;margin-bottom:.5rem}.cart-page__note{font-size:.9rem;opacity:.75;max-width:28rem;line-height:1.45}.cart-page__min-order{margin-top:.75rem;padding:.75rem .9rem;border-radius:var(--style-border-radius-inputs);background:color-mix(in srgb,#b45309 12%,var(--color-background));border:1px solid color-mix(in srgb,#b45309 35%,transparent);max-width:28rem;line-height:1.45}.cart-page__remaining{display:block;font-weight:600;margin-top:.25rem}.cart-page__actions{display:flex;flex-wrap:wrap;gap:.65rem}.cart-page__update,.cart-page__checkout{padding:.7rem 1.2rem;border-radius:var(--style-border-radius-inputs);font-weight:600;cursor:pointer}.cart-page__update{background:transparent;color:var(--color-foreground);border:1px solid color-mix(in srgb,var(--color-foreground) 25%,transparent)}.cart-page__checkout{background:var(--color-accent);color:var(--color-accent-foreground);border:none}.cart-page__checkout:disabled{opacity:.45;cursor:not-allowed}.collection-page{padding-top:1.5rem}.collection-page__title{padding:0 var(--page-margin) 1rem;max-width:min(var(--page-width),100%);margin-inline:auto;font-size:1.75rem;font-weight:600}.collection-page__empty{padding:1rem var(--page-margin) 2rem;max-width:min(var(--page-width),100%);margin-inline:auto;opacity:.8}.collection-products{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem;padding:0 var(--page-margin) 2rem;max-width:min(var(--page-width),100%);margin-inline:auto}.collection-product{border:1px solid color-mix(in srgb,var(--color-foreground) 12%,transparent);border-radius:var(--style-border-radius-inputs);padding:.75rem;display:flex;flex-direction:column;gap:.5rem}.collection-product__media{display:flex;align-items:center;justify-content:center;aspect-ratio:1;width:100%;padding:.85rem;background:color-mix(in srgb,var(--color-foreground) 5%,transparent);border-radius:var(--style-border-radius-inputs);text-decoration:none;overflow:hidden}.collection-product__media .collection-product__image,.collection-product__media .image{width:62%;max-width:7.5rem;height:auto}.collection-product__media .image>img{width:100%;height:auto;object-fit:contain}.collection-product__image--placeholder{display:block;width:62%;max-width:7.5rem;aspect-ratio:1;background:color-mix(in srgb,var(--color-foreground) 10%,transparent);border-radius:var(--style-border-radius-inputs)}.collection-product__title a{color:inherit;font-weight:600;text-decoration:none}.collection-product__title a:hover{text-decoration:underline}.collection-product__sku{font-size:.8rem;opacity:.65}.collection-product__excerpt{font-size:.85rem;line-height:1.4;opacity:.8}.collection-product__price{font-weight:600;margin-top:auto}.collections{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(var(--collection-card-size),100%),1fr));gap:var(--grid-gap)}.collections--compact{--collection-card-size: 160px}.collections--full{--collection-card-size: 280px}.collection-card{display:flex;flex-direction:column;width:100%}.custom-section{position:relative;overflow:hidden;width:100%}.custom-section__background{position:absolute;width:100%;height:100%;z-index:-1;overflow:hidden}.custom-section__background img{position:absolute;width:100%;height:auto;top:50%;left:50%;transform:translate(-50%,-50%)}.custom-section__content{display:grid;grid-template-columns:var(--content-grid)}.custom-section__content>*{grid-column:2}footer{display:flex;justify-content:space-between;margin-top:2rem}footer a{text-decoration:none;color:var(--color-foreground)}footer .footer__links,footer .footer__payment{display:flex;gap:1rem}header{height:5rem;display:flex;align-items:center;justify-content:space-between}header a{position:relative;text-decoration:none;color:var(--color-foreground);display:flex;align-items:center;justify-content:center}header a sup{position:absolute;left:100%;overflow:hidden;max-width:var(--page-margin)}header svg{width:2rem}header .header__logo{max-height:2.75rem;width:auto;display:block}header .header__logo-link{display:flex;align-items:center}header .header__shop-name{margin:0;font-size:1.15rem;font-weight:600}header .header__menu,header .header__icons{display:flex;gap:1rem}.welcome{display:grid;grid-template-columns:var(--content-grid);background-color:#f6f6f7;padding:72px 0}.welcome-content{grid-column:2;display:flex;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:0 24px}.welcome-description{max-width:80ch;line-height:1.4;margin-top:1.5rem}.icon{width:300px}.highlights{display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin-top:50px}@media(max-width:1100px){.highlights{grid-template-columns:1fr}}.highlight{display:flex;flex-direction:column;height:100%;padding:24px;border-radius:8px;background-color:#eef3ff;color:#5c5f62;line-height:1.4}.highlight>*+*{margin-top:1rem}.highlight h3{font-size:1rem;color:#202223}.highlight-description{flex:1 1}.highlight a{display:flex;width:fit-content;background-color:#fafbfb;box-shadow:#0003 0 -3px inset,#ffffffe6 0 2px inset;border:1px solid rgb(140,145,150);border-radius:4px;color:#5c5f62;padding:3px 10px 5px;text-decoration:none}.product-page{display:grid;gap:2rem;padding:1.5rem var(--page-margin) 3rem;max-width:min(var(--page-width),100%);margin-inline:auto}@media(min-width:750px){.product-page{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:start;gap:2.5rem}}.product-page__image--placeholder{aspect-ratio:1;background:color-mix(in srgb,var(--color-foreground) 8%,transparent);border-radius:var(--style-border-radius-inputs)}.product-page__thumbs{display:grid;grid-template-columns:repeat(auto-fill,minmax(4.5rem,1fr));gap:.5rem;margin-top:.75rem}.product-page__title{font-size:clamp(1.5rem,3vw,2rem);font-weight:600;letter-spacing:-.02em;margin-bottom:.35rem}.product-page__sku{font-size:.9rem;opacity:.7;margin-bottom:.75rem}.product-page__price{font-size:1.25rem;font-weight:600;margin-bottom:1rem}.product-page__description{line-height:1.55;margin-bottom:1.5rem;opacity:.9}.product-page__description p+p{margin-top:.75rem}.product-page__form{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem;max-width:20rem}.product-page__label{font-size:.85rem;font-weight:600;margin-top:.35rem}.product-page__select,.product-page__qty{width:100%;padding:.55rem .75rem;border:1px solid color-mix(in srgb,var(--color-foreground) 25%,transparent);border-radius:var(--style-border-radius-inputs);background:var(--color-background);color:var(--color-foreground)}.product-page__qty{max-width:6rem}.product-page__submit{margin-top:.75rem;padding:.7rem 1.25rem;border:none;border-radius:var(--style-border-radius-inputs);font-weight:600;cursor:pointer;background:var(--color-accent);color:var(--color-accent-foreground)}.product-page .shopify-payment-button,.product-page shopify-accelerated-checkout,.product-page [data-shopify-buttoncontainer]{display:none!important}.quick-order{padding:2rem var(--page-margin) 4rem;max-width:min(var(--page-width),100%);margin-inline:auto}.quick-order--empty{padding:3rem var(--page-margin);text-align:center;opacity:.8}.quick-order__intro{margin-bottom:1.5rem}.quick-order__title{font-size:1.75rem;font-weight:600;margin-bottom:.35rem}.quick-order__sub{opacity:.85;line-height:1.5}.quick-order__table-wrap{overflow-x:auto;border:1px solid color-mix(in srgb,var(--color-foreground) 15%,transparent);border-radius:var(--style-border-radius-inputs)}.quick-order__table{width:100%;border-collapse:collapse;font-size:.95rem}.quick-order__table th,.quick-order__table td{padding:.65rem .85rem;text-align:left;border-bottom:1px solid color-mix(in srgb,var(--color-foreground) 12%,transparent);vertical-align:middle}.quick-order__table th{font-weight:600;background:color-mix(in srgb,var(--color-foreground) 5%,transparent);white-space:nowrap}.quick-order__col-image{width:4rem}.quick-order__thumb{width:3.25rem;display:block}.quick-order__thumb--placeholder{aspect-ratio:1;background:color-mix(in srgb,var(--color-foreground) 8%,transparent);border-radius:var(--style-border-radius-inputs)}.quick-order__product a{color:inherit;font-weight:600;text-decoration:none}.quick-order__product a:hover{text-decoration:underline}.quick-order__variant{opacity:.75;font-size:.9em}.quick-order__excerpt{margin-top:.25rem;font-size:.8rem;line-height:1.35;opacity:.7;max-width:28rem}.quick-order__form{display:flex;gap:.5rem;align-items:center;justify-content:flex-end;flex-wrap:wrap}.quick-order__qty{width:4.5rem;padding:.35rem .5rem;border:1px solid color-mix(in srgb,var(--color-foreground) 25%,transparent);border-radius:var(--style-border-radius-inputs);background:var(--color-background);color:var(--color-foreground)}.quick-order__add{padding:.45rem .85rem;border-radius:var(--style-border-radius-inputs);border:none;font-weight:600;cursor:pointer;background:var(--color-accent);color:var(--color-accent-foreground)}.quick-order__pager{margin-top:1.25rem;display:flex;justify-content:center}.quick-order__pager a{color:inherit;margin:0 .35rem}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.search-results{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.search-results .prev,.search-results .page,.search-results .next{grid-column:1 / -1}.wholesale-portal{padding:clamp(2rem,6vw,4rem) var(--page-margin);display:flex;justify-content:center;align-items:center;min-height:calc(100svh - 8rem)}.wholesale-portal__inner{max-width:36rem;width:100%;text-align:center}.wholesale-portal__logo{margin-bottom:2rem;display:flex;justify-content:center}.wholesale-portal__logo img{max-height:6rem;width:auto;object-fit:contain}.wholesale-portal__heading{font-size:clamp(1.5rem,4vw,2rem);font-weight:600;letter-spacing:-.02em;margin-bottom:.75rem}.wholesale-portal__sub{font-size:1.05rem;line-height:1.5;opacity:.85;margin-bottom:2rem}.wholesale-portal__actions{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.wholesale-portal__btn{display:inline-flex;align-items:center;justify-content:center;padding:.65rem 1.25rem;border-radius:var(--style-border-radius-inputs);font-weight:600;text-decoration:none;border:1px solid transparent;min-height:2.75rem}.wholesale-portal__btn--primary{background:var(--color-accent);color:var(--color-accent-foreground)}.wholesale-portal__btn--ghost{background:transparent;color:var(--color-foreground);border-color:color-mix(in srgb,var(--color-foreground) 25%,transparent)}.wholesale-portal__fineprint{margin-top:2rem;font-size:.875rem;opacity:.65;line-height:1.4}.group{display:flex;flex-wrap:nowrap;overflow:hidden;width:100%}.group--horizontal{flex-direction:row;justify-content:space-between;align-items:center;padding:0 var(--padding)}.group--vertical{flex-direction:column;align-items:var(--alignment);padding:var(--padding) 0}.text{text-align:var(--text-align)}.text--title{font-size:2rem;font-weight:700}.text--subtitle{font-size:1.5rem}.image{display:block;position:relative;overflow:hidden;width:100%;height:auto}.image>img{width:100%;height:auto}
/*# sourceMappingURL=/cdn/shop/t/2/compiled_assets/styles.css.map */
