.byob-product-card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;height:100%}.byob-product-card__image-wrapper{position:relative;width:100%;border:1px solid rgba(var(--color-foreground),.1);aspect-ratio:1/1}.byob-product-card__image{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.byob-product-card__tag{display:none}.byob-product-card__tag-text{color:#fff;font-size:14px;font-weight:800;line-height:20px;text-transform:uppercase}.byob-product-card__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:16px 0 0;gap:8px}.byob-product-card__rating{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;gap:4px}.byob-product-card__stars{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:2px}.byob-product-card__stars svg{width:16px;height:16px}.byob-product-card__reviews{color:#2c0828;font-size:14px;font-weight:400;line-height:20px}.byob-product-card__title{width:100%;margin:0;color:#2c0828;font-size:20px;font-weight:900;line-height:24px;text-align:left;text-transform:uppercase}.byob-product-card__tagline{margin:0;color:#6b6b6b;font-size:14px;font-weight:400;line-height:20px;text-align:left}.byob-product-card__price{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:auto;white-space:nowrap;gap:6px}.byob-product-card__price-current{color:#2c0828;font-size:16px;font-style:normal;font-weight:700;line-height:24px}.byob-product-card__price-compare{color:#6b6b6b;font-size:14px;font-weight:500;line-height:20px;text-decoration:line-through;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}.byob-product-card__variants-wrapper{width:100%;margin:8px 0}.byob-product-card__variants{width:100%;padding:8px 12px;-webkit-transition:border-color .2s ease;transition:border-color .2s ease;border:1px solid #e0e0e0;background-color:#fff;color:#242424;font-size:14px;font-weight:500;line-height:20px;cursor:pointer}.byob-product-card__variants:hover{border-color:#242424}.byob-product-card__variants:focus{border-color:#242424;outline:none}.byob-product-card__badge{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;top:-8px;right:8px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:32px;padding:4px 12px;background-image:var(--background-stamp);background-repeat:no-repeat;background-position:center;background-size:cover;color:#fff;font-size:14px;font-weight:800;line-height:1;text-transform:uppercase}.byob-product-card__button,.byob-product-card__add-btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;height:48px;padding:8px 24px;-webkit-transition:opacity .2s ease,-webkit-transform .1s ease,-webkit-box-shadow .1s ease;transition:opacity .2s ease,-webkit-transform .1s ease,-webkit-box-shadow .1s ease;transition:transform .1s ease,box-shadow .1s ease,opacity .2s ease;transition:transform .1s ease,box-shadow .1s ease,opacity .2s ease,-webkit-transform .1s ease,-webkit-box-shadow .1s ease;border:none;background-color:#e7090b;color:#fff;font-size:16px;font-weight:900;letter-spacing:.42px;line-height:20px;text-transform:uppercase;cursor:pointer}.byob-product-card__button:hover,.byob-product-card__add-btn:hover{background-color:#c70809}.byob-product-card__button:active,.byob-product-card__add-btn:active{background-color:#a50708}@media (prefers-reduced-motion: reduce){.byob-product-card__button,.byob-product-card__add-btn{-webkit-transition:none;transition:none}}.byob-product-card__quantity{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;height:48px;border:2px solid #d4d4d4;background-color:#dbdbdb;gap:0}.byob-product-card__quantity-btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 0 48px;flex:0 0 48px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:48px;height:100%;-webkit-transition:background-color .2s ease;transition:background-color .2s ease;border:none;background:transparent;color:#242424;cursor:pointer}.byob-product-card__quantity-btn:hover{background-color:#0000001a}.byob-product-card__quantity-btn:active{background-color:#00000026}.byob-product-card__quantity-btn:disabled{opacity:.3;cursor:not-allowed}.byob-product-card__quantity-btn svg{width:16px;height:16px}.byob-product-card__quantity-input{-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%;min-width:40px;height:100%;border:none;background:transparent;color:#242424;font-family:var(--font-heading-family);font-size:16px;font-weight:700;text-align:center;-moz-appearance:textfield}.byob-product-card__quantity-input::-webkit-outer-spin-button,.byob-product-card__quantity-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.byob-product-card[data-state=default] .byob-product-card__add-btn{display:-webkit-box;display:-ms-flexbox;display:flex}.byob-product-card[data-state=default] .byob-product-card__quantity,.byob-product-card[data-state=default] .byob-product-card__badge,.byob-product-card[data-state=added] .byob-product-card__add-btn{display:none}.byob-product-card[data-state=added] .byob-product-card__quantity,.byob-product-card[data-state=added] .byob-product-card__badge{display:-webkit-box;display:-ms-flexbox;display:flex}
/*# sourceMappingURL=/cdn/shop/t/19/assets/component-byob-product-card.css.map */
