.b2b-product{--b2b-green: #2d5a27;--b2b-green-dark: #1e3d1a;--b2b-green-soft: #eef3ef;--b2b-green-mid: #c5d9cb;--b2b-cream: #f5f0e8;--b2b-cream-light: #fafaf8;--b2b-border: #e5e7eb;--b2b-border-soft: #f3f4f6;--b2b-text: #111827;--b2b-muted: #6b7280;--b2b-faint: #9ca3af;--b2b-button-radius: 8px;--b2b-badge-radius: 6px;--b2b-pill-radius: 9999px;--b2b-card-radius: 12px;color:var(--b2b-text);background:#fff}.b2b-product :is(h1,h2,h3,h4,h5,h6){text-transform:none;font-style:normal}.b2b-product [hidden]{display:none!important}.b2b-product__container{width:min(100%,80rem);margin:0 auto;padding:1.5rem 1.5rem 3.5rem}.b2b-product__breadcrumb{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:18px;color:var(--b2b-muted);font-size:12px;line-height:1.4}.b2b-product__breadcrumb a{color:inherit;text-decoration:none}.b2b-product__breadcrumb a:hover{color:var(--b2b-green)}.b2b-product__layout{display:grid;grid-template-columns:minmax(0,46%) minmax(0,50%);align-items:start;justify-content:space-between;gap:2.5rem}.b2b-product__media-card{position:relative;aspect-ratio:1 / 1;overflow:hidden;border-radius:var(--b2b-card-radius);background:var(--b2b-cream)}.b2b-product__image,.b2b-product__placeholder{display:block;width:100%;height:100%;object-fit:cover}.b2b-product__placeholder{color:#d8d2c8}.b2b-product__badges{position:absolute;top:16px;left:16px;z-index:2;display:flex;flex-direction:column;align-items:flex-start;gap:8px}.b2b-product__badge{display:inline-flex;align-items:center;width:fit-content;min-height:22px;border-radius:var(--b2b-badge-radius);padding:.25rem .625rem;font-size:11px;font-weight:500;line-height:1.2}.b2b-product__badge--collection{background:var(--b2b-green-soft);color:var(--b2b-green)}.b2b-product__badge--variant{border:1px solid var(--b2b-border);background:#fff;color:var(--b2b-muted)}.b2b-product__badge--discount{background:var(--b2b-green);color:#fff}.b2b-product__info-column{display:flex;flex-direction:column;gap:1.125rem}.b2b-product__supertitle{margin:0 0 -10px;color:var(--b2b-faint);font-size:11px;font-weight:500;letter-spacing:.1em;line-height:1.4;text-transform:uppercase}.b2b-product__title{margin:0;color:var(--b2b-text);font-family:var(--font-heading-family);font-size:42px;font-style:var(--font-heading-style);font-weight:400;line-height:1.05}.b2b-product__description{color:var(--b2b-muted);font-size:15px;line-height:1.6}.b2b-product__description>*{margin-block:0}.b2b-product__price-card{border:1px solid var(--b2b-border);border-radius:var(--b2b-card-radius);background:var(--b2b-green-soft);padding:1rem 1.25rem;box-shadow:none}.b2b-product__price-row{display:flex;align-items:flex-start;justify-content:space-between;gap:24px}.b2b-product__price-label{display:block;margin-bottom:4px;color:var(--b2b-muted);font-size:12px;line-height:1.3}.b2b-product__unit-price{display:block;color:var(--b2b-text);font-size:22px;font-weight:600;line-height:1.1}.b2b-product__total-wrap{text-align:right}.b2b-product__total-price{display:block;color:var(--b2b-green);font-size:20px;font-weight:600;line-height:1.1}.b2b-product__divider{height:1px;margin:1rem 0;border:0;background:var(--b2b-border)}.b2b-product__quantity-row{display:flex;flex-direction:column;gap:10px}.b2b-product__quantity-label{color:var(--b2b-text);font-size:12px;font-weight:500;line-height:1.4}.b2b-product__quantity-block{display:flex;align-items:center;gap:14px}.b2b-product__qty-btn{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid var(--b2b-border);border-radius:var(--b2b-badge-radius);background:#fff;color:var(--b2b-muted);font-size:16px;line-height:1;cursor:pointer;transition:border-color .2s ease,color .2s ease}.b2b-product__qty-btn:hover{border-color:var(--b2b-green);color:var(--b2b-green)}.b2b-product__qty-value{min-width:28px;color:var(--b2b-text);font-size:15px;font-weight:600;text-align:center}.b2b-product__qty-units{color:var(--b2b-muted);font-size:12px}.b2b-product__tiers{display:flex;flex-direction:column;gap:10px}.b2b-product__section-heading{display:flex;align-items:center;gap:6px;color:var(--b2b-text);font-size:13px;font-weight:500;line-height:1.4}.b2b-product__info-icon{color:var(--b2b-muted);font-size:13px}.b2b-product__tiers-table{overflow:hidden;border:1px solid var(--b2b-border);border-radius:var(--b2b-button-radius);background:#fff}.b2b-product__tiers-row{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(90px,.8fr) minmax(58px,.4fr);align-items:center;gap:12px;min-height:48px;padding:12px 14px;border-bottom:1px solid var(--b2b-border-soft);color:var(--b2b-text);font-size:12px;line-height:1.35}.b2b-product__tiers-row:last-child{border-bottom:0}.b2b-product__tiers-row>:nth-child(2),.b2b-product__tiers-row>:nth-child(3){justify-self:end}.b2b-product__tiers-row--head{min-height:38px;background:var(--b2b-cream);color:var(--b2b-muted);font-weight:500}.b2b-product__tiers-row--active{background:#fbfaf7}.b2b-product__discount-dash{color:#b8b1aa}.b2b-product__discount-pill{display:inline-flex;align-items:center;justify-content:center;border-radius:6px;padding:3px 8px;font-size:11px;font-weight:600;line-height:1.2}.b2b-product__discount-pill--soft{background:var(--b2b-green-soft);color:var(--b2b-green)}.b2b-product__discount-pill--strong{background:var(--b2b-green-mid);color:var(--b2b-green-dark)}.b2b-product__tiers-note{margin:0;color:var(--b2b-muted);font-size:12px;line-height:1.4}.b2b-product__tiers-note:first-letter{color:var(--b2b-green)}.b2b-product__options{display:flex;flex-direction:column;gap:18px}.b2b-product__option-group{margin:0;padding:0;border:0}.b2b-product__option-label{margin-bottom:10px;color:var(--b2b-text);font-size:13px;font-weight:500;line-height:1.4}.b2b-product__option-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.b2b-product__option-card{display:flex;align-items:center;gap:12px;width:100%;border:1px solid var(--b2b-border);border-radius:.625rem;background:#fff;color:var(--b2b-text);padding:.875rem 1rem;text-align:left;cursor:pointer;transition:border-color .2s ease,background-color .2s ease}.b2b-product__option-card--active{border:1.5px solid var(--b2b-green);background:var(--b2b-green-soft)}.b2b-product__option-icon{display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;width:34px;height:34px;border-radius:var(--b2b-button-radius);background:var(--b2b-green-soft);color:var(--b2b-green)}.b2b-product__option-card:not(.b2b-product__option-card--active) .b2b-product__option-icon{background:var(--b2b-cream);color:var(--b2b-muted)}.b2b-product__option-icon svg{display:block;width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.b2b-product__option-copy{display:flex;min-width:0;flex-direction:column;gap:2px}.b2b-product__option-title{color:var(--b2b-text);font-size:14px;font-weight:500;line-height:1.25}.b2b-product__option-subtitle{color:var(--b2b-muted);font-size:12px;line-height:1.3}.b2b-product__select-wrap{position:relative;display:inline-flex;width:min(100%,220px)}.b2b-product__select-wrap:after{position:absolute;top:50%;right:14px;width:7px;height:7px;border-right:1px solid var(--b2b-muted);border-bottom:1px solid var(--b2b-muted);content:"";pointer-events:none;transform:translateY(-65%) rotate(45deg)}.b2b-product__select{width:100%;-webkit-appearance:none;appearance:none;border:1px solid var(--b2b-border);border-radius:var(--b2b-button-radius);background:#fff;color:var(--b2b-text);padding:10px 38px 10px 14px;font:inherit;font-size:13px;line-height:1.4}.b2b-product__disclaimer{border:1px solid var(--b2b-border);border-radius:10px;background:var(--b2b-cream-light);color:var(--b2b-muted);padding:16px;font-size:13px;line-height:1.5}.b2b-product__sticky{position:sticky;bottom:0;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;border-top:1px solid var(--b2b-border);background:#fff;padding:.75rem 1.5rem;box-shadow:0 -4px 16px #1118270f}.b2b-product__sticky-summary{display:flex;min-width:0;flex-direction:column;gap:3px}.b2b-product__sticky-title{overflow:hidden;color:var(--b2b-text);font-size:14px;font-weight:500;line-height:1.3;text-overflow:ellipsis;white-space:nowrap}.b2b-product__sticky-meta{overflow:hidden;color:var(--b2b-muted);font-size:12px;line-height:1.3;text-overflow:ellipsis;white-space:nowrap}.b2b-product__sticky-actions{display:flex;flex:0 0 auto;align-items:center;gap:16px}.b2b-product__sticky-total{color:var(--b2b-green);font-size:18px;font-weight:600;line-height:1}.b2b-product__add-button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border:0;border-radius:var(--b2b-button-radius);background:var(--b2b-green-dark);color:#fff;padding:.75rem 1.5rem;font-size:14px;font-weight:600;line-height:1;cursor:pointer;transition:background-color .2s ease,opacity .2s ease}.b2b-product__add-button-amount{display:none}@media(min-width:990px){.b2b-product__sticky-total{display:block}}.b2b-product__cart-form-wrap,.b2b-product__cart-form{display:contents}.b2b-product__cart-button{border:1px solid var(--b2b-green-dark);border-radius:var(--b2b-button-radius);background:#fff;color:var(--b2b-green-dark);padding:.75rem 1.5rem;font-size:14px;font-weight:600;line-height:1;cursor:pointer;transition:border-color .2s ease,color .2s ease}.b2b-product__add-button:hover,.b2b-product__add-button:focus-visible{background:var(--b2b-green);opacity:.96}.b2b-product__cart-button:hover,.b2b-product__cart-button:focus-visible{border-color:var(--b2b-green-dark);color:var(--b2b-green-dark)}@media(max-width:989px){.b2b-product__container{padding:1.25rem 1rem 6.5rem}.b2b-product__layout{grid-template-columns:1fr;gap:1.75rem}.b2b-product__sticky{position:fixed;left:0;right:0;bottom:0;align-items:center;flex-direction:row;gap:.75rem;padding:.75rem 1rem;padding-bottom:calc(.75rem + env(safe-area-inset-bottom,0px))}.b2b-product__sticky-summary{flex:1 1 auto;min-width:0}.b2b-product__sticky-actions{flex:0 0 auto;justify-content:flex-end;gap:0}.b2b-product__sticky-total{display:none}.b2b-product__add-button{border-radius:var(--b2b-pill-radius);padding:.875rem 1.25rem;white-space:nowrap}.b2b-product__add-button-amount{display:inline}.b2b-product__add-button-amount:before{content:" "}}@media(max-width:599px){.b2b-product__price-row{flex-direction:column;gap:16px}.b2b-product__total-wrap{text-align:left}.b2b-product__quantity-block{flex-wrap:wrap}.b2b-product__option-grid{grid-template-columns:1fr}.b2b-product__tiers-row{grid-template-columns:minmax(0,1.2fr) minmax(82px,.8fr) minmax(52px,.4fr);gap:8px;padding:12px}.b2b-product__sticky-actions{flex-wrap:wrap}.b2b-product__add-button,.b2b-product__cart-button{flex:1 1 auto}}
/*# sourceMappingURL=/cdn/shop/t/10/assets/section-main-product-b2b.css.map */
