.bn-cart__list{display:flex;flex-direction:column;gap:.75rem;list-style:none;margin:0;padding:0}.bn-cart__list.cart-items{display:flex!important;flex-direction:column!important;border:none!important;border-spacing:0!important;width:100%!important}.bn-cart__item{display:flex!important;flex-wrap:wrap;align-items:center;gap:.875rem 1rem;padding:1rem 1.125rem;background:#fff;border:1px solid #e7e5e4;border-radius:14px;box-shadow:0 1px 3px #1c19170a;box-sizing:border-box}.bn-cart__item-media{flex:0 0 4.5rem;width:4.5rem;height:4.5rem}.bn-cart__item-media-link{display:block;width:100%;height:100%;border-radius:10px;overflow:hidden;border:1px solid #e7e5e4;background:#fafaf9}.bn-cart__item-img{display:block;width:100%;height:100%;object-fit:cover}.bn-cart__item-body{flex:1 1 8rem;min-width:0;display:flex;flex-direction:column;justify-content:center;gap:.375rem}.bn-cart__item-vendor{margin:0;font-size:.75rem;color:#78716c}.bn-cart__item-title-row{display:flex;align-items:flex-start;gap:.375rem}.bn-cart__item-title{font-family:Outfit,system-ui,sans-serif;font-size:.9375rem;font-weight:600;line-height:1.35;color:#1c1917;text-decoration:none;letter-spacing:-.01em}.bn-cart__item-title:hover{color:#b45309}.bn-cart__item-badges{display:flex;flex-wrap:wrap;gap:.375rem;margin-top:.125rem}.bn-cart__pill{display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;padding:.375rem .875rem;font-family:Plus Jakarta Sans,system-ui,sans-serif;font-size:.6875rem;font-weight:600;line-height:1.2;color:#b45309;background-color:#d977061f;border-radius:9999px;white-space:nowrap}.bn-cart__item-discounts{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.25rem}.bn-cart__item-discount{display:flex;align-items:center;gap:.25rem;font-size:.75rem;color:#b45309}.bn-cart__item-price{flex:0 0 auto;display:flex;flex-direction:column;align-items:flex-end;justify-content:center;gap:.125rem;text-align:right;position:relative}.bn-cart__item-price-current{font-family:Outfit,system-ui,sans-serif;font-size:.9375rem;font-weight:700;color:#1c1917;line-height:1.2}.bn-cart__item-price-old{font-size:.8125rem;color:#78716c;text-decoration:line-through}.bn-cart__item-price .loading__spinner{position:absolute;top:0;right:0;bottom:0;left:0;padding:0}.bn-cart__item-actions{flex:0 0 auto;display:flex;flex-direction:column;justify-content:center}.bn-cart__item-actions-row{display:flex;align-items:center;gap:.5rem}.bn-cart__qty{display:inline-flex!important;align-items:center;position:relative;width:auto!important;min-height:2.25rem!important;border:1px solid #e7e5e4!important;border-radius:9999px!important;background:#fafaf9!important;overflow:visible;box-shadow:none!important;color:#1c1917}.bn-cart__qty:before,.bn-cart__qty:after,.bn-cart__qty.quantity:before,.bn-cart__qty.quantity:after{display:none!important;content:none!important;box-shadow:none!important;border:none!important}.bn-cart__qty-btn{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;padding:0;margin:0!important;border:none;background:transparent;color:#1c1917;cursor:pointer;box-shadow:none!important}.bn-cart__qty-btn .svg-wrapper{width:.75rem;height:.75rem;pointer-events:none}.bn-cart__qty-input{width:2.25rem;min-height:2.25rem;padding:0;border:none!important;background:transparent!important;font-family:Plus Jakarta Sans,system-ui,sans-serif;font-size:.875rem;font-weight:600;text-align:center;color:#1c1917;opacity:1!important;flex-grow:0;box-shadow:none!important;-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.bn-cart__qty-input::-webkit-outer-spin-button,.bn-cart__qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.bn-cart__remove-btn{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;padding:0;border:1px solid #e7e5e4!important;border-radius:9999px;background:#fff!important;color:#78716c;cursor:pointer;text-decoration:none;box-shadow:none!important;min-width:0!important;min-height:0!important}.bn-cart__remove-btn:before,.bn-cart__remove-btn:after{content:none!important;display:none!important}.bn-cart__remove-btn .svg-wrapper{width:.875rem;height:.875rem}.bn-cart__item .cart-item__error{display:none;align-items:flex-start;gap:.375rem;width:100%;margin-top:.375rem}.bn-cart__item .cart-item__error-text:not(:empty){display:block}.bn-cart__item .cart-item__error:has(.cart-item__error-text:not(:empty)){display:flex}.bn-cart__item .cart-item__error-text:empty+.svg-wrapper{display:none!important}.bn-cart__item .cart-item__error-text{font-size:.75rem;color:#b91c1c;order:1}.bn-cart__item .cart-item__error-text+.svg-wrapper{flex-shrink:0;width:1rem;height:1rem;color:#b91c1c}@media screen and (max-width:749px){.bn-cart-page .bn-cart__item--page{display:grid!important;grid-template-columns:4.5rem 1fr auto;grid-template-areas:"media body price" "actions actions actions";align-items:center;gap:.75rem .875rem}.bn-cart-page .bn-cart__item--page .bn-cart__item-media{grid-area:media}.bn-cart-page .bn-cart__item--page .bn-cart__item-body{grid-area:body}.bn-cart-page .bn-cart__item--page .bn-cart__item-price{grid-area:price;align-self:start}.bn-cart-page .bn-cart__item--page .bn-cart__item-actions{grid-area:actions;width:100%;padding-top:.625rem;border-top:1px solid #f5f5f4}.bn-cart-page .bn-cart__item--page .bn-cart__item-actions-row{justify-content:space-between}}@media screen and (min-width:750px){.bn-cart-page .bn-cart__item--page{display:flex!important;flex-wrap:nowrap!important;align-items:center!important;gap:1.25rem!important;padding:1.125rem 1.25rem!important}.bn-cart-page .bn-cart__item--page .bn-cart__item-media{flex:0 0 4.5rem}.bn-cart-page .bn-cart__item--page .bn-cart__item-title,.bn-cart-page .bn-cart__item--page .bn-cart__item-price-current{font-size:1rem}.bn-cart-page .bn-cart__item--page .bn-cart__pill{font-size:.75rem}.bn-cart-page .bn-cart__item--page .bn-cart__item-actions{width:auto;padding-top:0;border-top:none}}@media screen and (min-width:990px){main#MainContent[data-template=cart]:has(.bn-cart-page-footer:not(.is-empty)) .bn-cart__item--page{gap:1.5rem;padding:1.25rem 1.5rem}main#MainContent[data-template=cart]:has(.bn-cart-page-footer:not(.is-empty)) .bn-cart__item--page .bn-cart__item-media{flex:0 0 5rem;width:5rem;height:5rem}main#MainContent[data-template=cart]:has(.bn-cart-page-footer:not(.is-empty)) .bn-cart__item--page .bn-cart__item-price{display:none}main#MainContent[data-template=cart]:has(.bn-cart-page-footer:not(.is-empty)) .bn-cart__item--page .bn-cart__item-title{font-size:1.0625rem}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/brewnectar-cart-items.css.map */
