.om-button{display:inline-flex;align-items:center;justify-content:center;gap:var(--om-space-sm);min-height:var(--om-button-height);padding:0 var(--om-space-3xl);font-size:var(--om-font-size-sm);font-weight:var(--om-font-weight-semibold);letter-spacing:var(--om-letter-spacing-button);text-decoration:none;text-transform:uppercase;border:2px solid transparent;border-radius:var(--om-radius-sm);cursor:pointer;transition:background-color var(--om-transition-fast),color var(--om-transition-fast),border-color var(--om-transition-fast),transform var(--om-transition-fast);white-space:nowrap;line-height:1;-webkit-tap-highlight-color:transparent}.om-button:active{transform:scale(.97)}.om-button--primary{background-color:var(--om-color-brand-red);color:#fff;border-color:var(--om-color-brand-red)}.om-button--primary:hover{background-color:var(--om-color-brand-red-dark);border-color:var(--om-color-brand-red-dark)}.om-button--primary:active{background-color:#7a0000}.om-button--secondary{background-color:transparent;color:var(--om-color-brand-red);border-color:var(--om-color-brand-red)}.om-button--secondary:hover{background-color:var(--om-color-brand-red-bg)}.om-button--secondary:active{background-color:var(--om-color-brand-red-light)}.om-button--text{background-color:transparent;color:var(--om-color-text-primary);border-color:transparent;padding-left:var(--om-space-md);padding-right:var(--om-space-md)}.om-button--text:hover{color:var(--om-color-brand-red);background-color:var(--om-color-bg-subtle)}.om-button--sm{min-height:var(--om-button-height-sm);padding:0 var(--om-space-xl);font-size:var(--om-font-size-xs)}.om-button--full{width:100%}.om-button:disabled,.om-button[aria-disabled=true]{opacity:.5;cursor:not-allowed;pointer-events:none}@media screen and (max-width:749px){.om-button{min-height:44px;padding:0 var(--om-space-2xl)}}.om-section-heading{text-align:center;margin-bottom:var(--om-space-3xl);max-width:var(--om-content-narrow);margin-left:auto;margin-right:auto}.om-section-heading__kicker{display:block;font-size:var(--om-font-size-xs);font-weight:var(--om-font-weight-semibold);letter-spacing:var(--om-letter-spacing-kicker);text-transform:uppercase;color:var(--om-color-brand-red);margin-bottom:var(--om-space-sm)}.om-section-heading__title{font-size:var(--om-font-size-2xl);font-weight:var(--om-font-weight-bold);color:var(--om-color-text-primary);margin:0;line-height:var(--om-line-height-tight);letter-spacing:-.5px}.om-section-heading__description{font-size:var(--om-font-size-base);color:var(--om-color-text-secondary);margin:var(--om-space-md) 0 0;line-height:var(--om-line-height-relaxed)}.om-section-heading__link{display:inline-block;margin-top:var(--om-space-xl);font-size:var(--om-font-size-sm);font-weight:var(--om-font-weight-semibold);color:var(--om-color-brand-red);text-decoration:none;text-transform:uppercase;letter-spacing:var(--om-letter-spacing-kicker);transition:color var(--om-transition-fast)}.om-section-heading__link:hover{color:var(--om-color-brand-red-dark)}@media screen and (max-width:749px){.om-section-heading{margin-bottom:var(--om-space-xl)}.om-section-heading__title{font-size:var(--om-font-size-xl)}}.om-badge{display:inline-flex;align-items:center;gap:var(--om-space-xs);padding:2px var(--om-space-sm);font-size:var(--om-font-size-xs);font-weight:var(--om-font-weight-semibold);letter-spacing:.04em;border-radius:var(--om-radius-sm);white-space:nowrap;line-height:1.4}.om-badge--bestseller{background-color:var(--om-color-warning-bg);color:#b8860b}.om-badge--new{background-color:var(--om-color-info-bg);color:var(--om-color-info)}.om-badge--limited{background-color:var(--om-color-promo-bg);color:var(--om-color-promo)}.om-badge--spicy{background-color:var(--om-color-error-bg);color:var(--om-color-error)}.om-badge--b2b{background-color:var(--om-color-bg-subtle);color:var(--om-color-text-secondary);border:1px solid var(--om-color-border)}.om-badge--outline{background-color:transparent;color:var(--om-color-text-secondary);border:1px solid var(--om-color-border)}.om-product-card-meta{display:flex;flex-direction:column;gap:var(--om-space-xs);padding:var(--om-space-sm) 0}.om-product-card-meta__price-row{display:flex;align-items:baseline;gap:var(--om-space-sm);flex-wrap:wrap}.om-product-card-meta__price{font-size:var(--om-font-size-md);font-weight:var(--om-font-weight-bold);color:var(--om-color-text-primary)}.om-product-card-meta__compare-price{font-size:var(--om-font-size-sm);color:var(--om-color-text-muted);text-decoration:line-through}.om-product-card-meta__badge-row{display:flex;flex-wrap:wrap;gap:var(--om-space-xs)}.om-product-card-meta__stock{font-size:var(--om-font-size-xs);color:var(--om-color-text-secondary);margin:0}.om-product-card-meta__stock--in-stock{color:var(--om-color-success)}.om-product-card-meta__stock--out-of-stock{color:var(--om-color-error)}.om-info-chip{display:inline-flex;align-items:center;gap:var(--om-space-xs);padding:var(--om-space-xs) var(--om-space-md);font-size:var(--om-font-size-xs);font-weight:var(--om-font-weight-medium);color:var(--om-color-text-secondary);background-color:var(--om-color-bg-subtle);border-radius:var(--om-radius-full);white-space:nowrap;line-height:1.4}.om-info-chip--delivery{color:var(--om-color-success);background-color:var(--om-color-success-bg)}.om-info-chip--frozen{color:var(--om-color-info);background-color:var(--om-color-info-bg)}.om-info-chip--quick-buy{color:var(--om-color-brand-red);background-color:var(--om-color-brand-red-bg)}.om-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:var(--om-space-7xl) var(--om-space-3xl);min-height:40vh}.om-empty-state__icon{width:var(--om-icon-size-lg);height:var(--om-icon-size-lg);color:var(--om-color-text-muted);margin-bottom:var(--om-space-xl)}.om-empty-state__title{font-size:var(--om-font-size-lg);font-weight:var(--om-font-weight-semibold);color:var(--om-color-text-primary);margin:0 0 var(--om-space-sm)}.om-empty-state__description{font-size:var(--om-font-size-base);color:var(--om-color-text-secondary);margin:0 0 var(--om-space-2xl);max-width:480px;line-height:var(--om-line-height-relaxed)}.om-trust-strip{display:flex;flex-wrap:wrap;justify-content:center;gap:var(--om-space-3xl);padding:var(--om-space-3xl) var(--om-space-3xl);background-color:var(--om-color-bg-surface);border-radius:var(--om-radius-md)}.om-trust-strip__item{display:flex;align-items:center;gap:var(--om-space-md);font-size:var(--om-font-size-sm);color:var(--om-color-text-secondary)}.om-trust-strip__item-icon{width:var(--om-icon-size-md);height:var(--om-icon-size-md);color:var(--om-color-brand-red);flex-shrink:0}.om-trust-strip__item-text{font-size:var(--om-font-size-sm);font-weight:var(--om-font-weight-medium);color:var(--om-color-text-primary)}.om-trust-strip__item-sub{font-size:var(--om-font-size-xs);color:var(--om-color-text-muted)}@media screen and (max-width:749px){.om-trust-strip{flex-direction:column;align-items:flex-start;gap:var(--om-space-lg);padding:var(--om-space-xl)}}.om-b2b-cta{display:flex;align-items:center;justify-content:space-between;gap:var(--om-space-3xl);padding:var(--om-space-4xl) var(--om-space-4xl);background-color:var(--om-color-text-primary);color:#fff;border-radius:var(--om-radius-md)}.om-b2b-cta__content{flex:1;min-width:0}.om-b2b-cta__kicker{font-size:var(--om-font-size-xs);font-weight:var(--om-font-weight-semibold);letter-spacing:var(--om-letter-spacing-kicker);text-transform:uppercase;color:gold;margin-bottom:var(--om-space-sm)}.om-b2b-cta__title{font-size:var(--om-font-size-xl);font-weight:var(--om-font-weight-bold);color:#fff;margin:0 0 var(--om-space-sm);line-height:var(--om-line-height-tight)}.om-b2b-cta__description{font-size:var(--om-font-size-base);color:#ffffffbf;margin:0;line-height:var(--om-line-height-relaxed)}.om-b2b-cta__action{flex-shrink:0}.om-b2b-cta .om-button--primary{background-color:#fff;color:var(--om-color-text-primary);border-color:#fff}.om-b2b-cta .om-button--primary:hover{background-color:gold;border-color:gold}@media screen and (max-width:749px){.om-b2b-cta{flex-direction:column;text-align:center;padding:var(--om-space-3xl) var(--om-space-xl)}.om-b2b-cta__title{font-size:var(--om-font-size-lg)}}.om-flow>*+*{margin-top:var(--om-space-lg)}.om-grid{display:grid;gap:var(--om-space-2xl)}.om-grid--2-col{grid-template-columns:1fr 1fr}.om-grid--3-col{grid-template-columns:repeat(3,1fr)}.om-grid--4-col{grid-template-columns:repeat(4,1fr)}@media screen and (max-width:989px){.om-grid--3-col,.om-grid--4-col{grid-template-columns:1fr 1fr}}@media screen and (max-width:749px){.om-grid--2-col,.om-grid--3-col,.om-grid--4-col{grid-template-columns:1fr}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/om-components.css.map */
