.bc-cart{--bc-bg: #fbf6ee;--bc-card: #ffffff;--bc-cream: #fffdf8;--bc-blue: #123db8;--bc-orange: #f46b45;--bc-green: #6cbf6a;--bc-ink: #2c2c2c;--bc-muted: rgba(44, 44, 44, .68);--bc-line: rgba(44, 44, 44, .12);--bc-shadow: 0 22px 58px rgba(55, 42, 24, .11);--bc-shadow-soft: 0 14px 34px rgba(55, 42, 24, .075);--bc-radius: 28px;--bc-radius-sm: 18px;--bc-shell: min(1600px, calc(100vw - 72px) );--bc-font-heading: Georgia, "Times New Roman", serif;--bc-font-body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;position:relative;overflow:clip;background:var(--bc-bg);color:var(--bc-ink);font-family:var(--bc-font-body);min-height:100vh}.bc-cart *,.bc-cart *:before,.bc-cart *:after{box-sizing:border-box}.bc-cart a{text-decoration:none}.bc-cart button,.bc-cart input,.bc-cart textarea{font:inherit}.bc-cart button{cursor:pointer}.bc-cart button:disabled,.bc-cart input:disabled{cursor:not-allowed;opacity:.65}.bc-cart :focus-visible{outline:3px solid rgba(18,61,184,.38);outline-offset:3px}.bc-cart img{display:block;max-width:100%}.bc-cart__shell{width:var(--bc-shell);margin-inline:auto}.bc-cart__main{position:relative;z-index:2;padding-bottom:clamp(28px,4vw,54px)}.bc-cart__grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,410px);gap:clamp(22px,3vw,36px);align-items:start}.bc-cart__eyebrow{margin:0 0 10px;color:var(--bc-orange);font-size:.78rem;font-weight:800;letter-spacing:0;text-transform:uppercase}.bc-cart__decor{position:absolute;z-index:0;border-radius:999px;filter:blur(4px);opacity:.22;pointer-events:none;animation:bc-blob-float 9s ease-in-out infinite}.bc-cart__decor--blue{width:220px;height:220px;top:96px;right:-72px;background:var(--bc-blue)}.bc-cart__decor--orange{width:150px;height:150px;top:420px;left:-70px;background:var(--bc-orange);animation-delay:-2s}.bc-cart__decor--green{width:130px;height:130px;bottom:180px;right:10%;background:var(--bc-green);animation-delay:-4s}.bc-cart-hero{position:relative;z-index:1;padding:clamp(30px,4.4vw,56px) 0 clamp(20px,3vw,34px)}.bc-cart-hero__inner{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,360px);gap:clamp(24px,4vw,54px);align-items:center}.bc-cart-hero__title{max-width:830px;margin:0;font-family:var(--bc-font-heading);font-size:clamp(2.6rem,5.2vw,4.85rem);font-weight:700;line-height:.98;letter-spacing:0}.bc-cart-hero__text{max-width:620px;margin:16px 0 0;color:var(--bc-muted);font-size:clamp(1rem,1.2vw,1.12rem);line-height:1.62}.bc-cart-hero__art{position:relative;min-height:235px;border-radius:34px;background:radial-gradient(circle at 30% 28%,rgba(255,255,255,.92),transparent 32%),linear-gradient(145deg,#fffdf8e0,#ffffff70)}.bc-cart-hero__bowl{position:absolute;left:50px;right:50px;bottom:42px;height:78px;border-radius:24px 24px 78px 78px;background:var(--bc-blue);box-shadow:inset 0 -18px #0000001f,var(--bc-shadow-soft)}.bc-cart-hero__bowl:before{content:"";position:absolute;inset:-18px 18px auto;height:44px;border-radius:50%;background:#fff;border:10px solid var(--bc-orange)}.bc-cart-hero__kibble,.bc-cart-hero__steam{position:absolute;display:block;animation:bc-float 4.5s ease-in-out infinite}.bc-cart-hero__kibble{width:28px;height:28px;border-radius:11px;background:var(--bc-orange);box-shadow:0 12px 22px #f46b453d}.bc-cart-hero__kibble--one{top:62px;left:84px}.bc-cart-hero__kibble--two{top:42px;right:92px;width:22px;height:22px;background:var(--bc-green);animation-delay:-1.4s}.bc-cart-hero__kibble--three{right:60px;bottom:104px;width:24px;height:24px;background:var(--bc-blue);animation-delay:-2.2s}.bc-cart-hero__steam{width:14px;height:48px;border-radius:999px;border:3px solid rgba(18,61,184,.22);border-bottom:0}.bc-cart-hero__steam--one{left:118px;top:54px}.bc-cart-hero__steam--two{right:126px;top:74px;animation-delay:-1s}.bc-button{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:54px;padding:15px 24px;border:0;border-radius:999px;font-weight:800;line-height:1;overflow:hidden;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.bc-button:after{content:"";position:absolute;inset:auto auto 50% 50%;width:0;height:0;border-radius:999px;background:#ffffff38;transform:translate(-50%,50%);transition:width .26s ease,height .26s ease}.bc-button:hover:after{width:220px;height:220px}.bc-button:hover{transform:translateY(-2px)}.bc-button--primary,.bc-button--checkout{background:var(--bc-blue);color:#fff;box-shadow:0 16px 30px #123db838}.bc-button--secondary{background:#fff;color:var(--bc-ink);box-shadow:inset 0 0 0 1px var(--bc-line)}.bc-button--checkout{width:100%;min-height:62px;font-size:1rem}.bc-button.is-loading span:first-child{opacity:0}.bc-button.is-loading:before{content:"";position:absolute;width:22px;height:22px;border-radius:50%;border:3px solid rgba(255,255,255,.38);border-top-color:#fff;animation:bc-spin .7s linear infinite}.bc-cart-empty{display:grid;justify-items:center;max-width:780px;margin:0 auto;padding:clamp(44px,7vw,80px);border-radius:var(--bc-radius);background:#ffffffd1;box-shadow:var(--bc-shadow);text-align:center}.bc-cart-empty__illustration{position:relative;width:190px;height:150px;margin-bottom:20px}.bc-cart-empty__bowl{position:absolute;left:18px;right:18px;bottom:10px;height:68px;border-radius:22px 22px 72px 72px;background:var(--bc-blue);animation:bc-float 4s ease-in-out infinite}.bc-cart-empty__heart{position:absolute;top:8px;left:76px;width:38px;height:38px;background:var(--bc-orange);border-radius:50% 50% 8px;transform:rotate(45deg);animation:bc-pulse 1.8s ease-in-out infinite}.bc-cart-empty__title{margin:0;font-family:var(--bc-font-heading);font-size:clamp(2.1rem,5vw,4.2rem);line-height:1;letter-spacing:0}.bc-cart-empty__text{max-width:520px;margin:18px 0 0;color:var(--bc-muted);line-height:1.7}.bc-cart-empty__actions{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin-top:28px}.bc-cart-items__header{display:flex;justify-content:space-between;gap:18px;align-items:end;margin-bottom:16px}.bc-cart-items__title,.bc-cart-summary__title,.bc-recommendations h2,.bc-benefits h2,.bc-faq h2{margin:0;font-family:var(--bc-font-heading);font-size:clamp(1.7rem,2.45vw,2.35rem);line-height:1.05;letter-spacing:0}.bc-cart-items__continue{color:var(--bc-blue);font-weight:800}.bc-cart-form__error{margin-bottom:16px;padding:14px 16px;border-radius:16px;background:#f46b451f;color:#8c2f19;font-weight:700}.bc-cart-list{display:grid;gap:16px}.bc-cart-item{display:grid;grid-template-columns:132px minmax(0,1fr);gap:18px;padding:16px;border-radius:24px;background:var(--bc-card);box-shadow:var(--bc-shadow-soft);transform:translateY(0);transition:transform .18s ease,box-shadow .18s ease,opacity .18s ease}.bc-cart-item:hover{transform:translateY(-3px);box-shadow:var(--bc-shadow)}.bc-cart-item.is-removing{opacity:0;transform:translateY(8px) scale(.98)}.bc-cart-item.is-updating{pointer-events:none}.bc-cart-item.is-updating .bc-cart-item__media,.bc-cart-item.is-updating .bc-cart-item__body{opacity:.62}.bc-cart-item__media{display:block;aspect-ratio:1;border-radius:20px;overflow:hidden;background:var(--bc-cream)}.bc-cart-item__media img,.bc-cart-item__placeholder{width:100%;height:100%;object-fit:cover}.bc-cart-item__placeholder-svg{width:100%;height:100%}.bc-cart-item__body{min-width:0}.bc-cart-item__top{display:flex;justify-content:space-between;gap:14px}.bc-cart-item__title{display:inline-block;color:var(--bc-ink);font-family:var(--bc-font-heading);font-size:clamp(1.18rem,1.9vw,1.55rem);font-weight:700;line-height:1.1}.bc-cart-item__variant,.bc-cart-item__plan{margin:7px 0 0;color:var(--bc-muted);font-size:.92rem;line-height:1.45}.bc-cart-item__plan{color:var(--bc-blue);font-weight:800}.bc-cart-item__remove{display:inline-grid;flex:0 0 auto;place-items:center;width:38px;height:38px;border:0;border-radius:50%;background:#f46b451f;color:var(--bc-orange);font-size:1.45rem;line-height:1;transition:transform .18s ease,background .18s ease}.bc-cart-item__remove:hover{background:#f46b4533;transform:rotate(8deg) scale(1.04)}.bc-cart-item__properties{display:grid;gap:4px;margin:12px 0 0;color:var(--bc-muted);font-size:.88rem}.bc-cart-item__properties div{display:flex;flex-wrap:wrap;gap:5px}.bc-cart-item__properties dt{font-weight:800}.bc-cart-item__properties dd{margin:0}.bc-cart-item__tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.bc-cart-item__tags span{display:inline-flex;align-items:center;min-height:28px;padding:6px 10px;border-radius:999px;background:#6cbf6a24;color:#2f7330;font-size:.78rem;font-weight:800}.bc-cart-item__pricing{display:flex;justify-content:space-between;gap:16px;align-items:center;margin-top:14px}.bc-cart-item__price{display:flex;flex-wrap:wrap;gap:8px;align-items:baseline;font-weight:900}.bc-cart-item__compare{color:var(--bc-muted);font-size:.9rem;text-decoration:line-through}.bc-quantity{grid-template-columns:42px 54px 42px;align-items:center;min-height:44px;border:1px solid var(--bc-line);border-radius:999px;background:var(--bc-cream);overflow:hidden}.bc-quantity__button{display:grid;place-items:center;width:42px;height:42px;border:0;background:transparent;color:var(--bc-blue);font-size:1.2rem;font-weight:900;transition:background .16s ease}.bc-quantity__button:hover{background:#123db814}.bc-quantity__input{width:54px;height:42px;border:0;background:transparent;color:var(--bc-ink);font-weight:900;text-align:center;-webkit-appearance:textfield;appearance:textfield}.bc-quantity__input::-webkit-outer-spin-button,.bc-quantity__input::-webkit-inner-spin-button{margin:0;-webkit-appearance:none;appearance:none}.bc-cart-item__discounts{display:grid;gap:6px;margin:14px 0 0;padding:0;list-style:none;color:#2f7330;font-size:.9rem}.bc-cart-item__discounts li{display:flex;justify-content:space-between;gap:12px}.bc-cart-item__footer{display:flex;justify-content:space-between;gap:16px;margin-top:14px;padding-top:14px;border-top:1px solid var(--bc-line);color:var(--bc-muted)}.bc-cart-item__footer strong{color:var(--bc-ink)}.bc-cart-item__footer s{margin-right:8px;color:var(--bc-muted);font-weight:700}.bc-cart-summary{position:sticky;top:18px}.bc-cart-summary__card{padding:22px;border-radius:24px;background:var(--bc-card);box-shadow:var(--bc-shadow)}.bc-shipping-meter{margin-top:18px;padding:14px;border-radius:18px;background:var(--bc-cream)}.bc-shipping-meter__top{display:flex;justify-content:space-between;gap:14px;color:var(--bc-muted);font-size:.9rem;font-weight:800}.bc-shipping-meter__top strong{color:var(--bc-blue)}.bc-shipping-meter__track{height:12px;margin-top:12px;border-radius:999px;background:#123db81a;overflow:hidden}.bc-shipping-meter__track span{display:block;width:0;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--bc-orange),var(--bc-green));transition:width .24s ease}.bc-cart-summary__rows{display:grid;gap:12px;margin-top:18px}.bc-cart-summary__row{display:flex;justify-content:space-between;gap:16px;color:var(--bc-muted);line-height:1.45}.bc-cart-summary__row strong{color:var(--bc-ink);text-align:right}.bc-cart-summary__row--discount,.bc-cart-summary__row--discount strong{color:#2f7330}.bc-cart-summary__row--soft{display:block;font-size:.86rem}.bc-cart-summary__row--total{margin-top:6px;padding-top:16px;border-top:1px solid var(--bc-line);color:var(--bc-ink);font-size:1.1rem;font-weight:900}.bc-cart-summary__row--total strong{color:var(--bc-blue);font-size:1.3rem}.bc-cart-summary__checkout{margin-top:18px}.bc-cart-note{display:grid;gap:8px;margin-bottom:16px;color:var(--bc-muted);font-size:.9rem;font-weight:800}.bc-cart-note textarea{width:100%;min-height:78px;resize:vertical;border:1px solid var(--bc-line);border-radius:18px;background:var(--bc-cream);color:var(--bc-ink);padding:14px;line-height:1.5}.bc-cart-summary__badges{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:14px}.bc-cart-summary__badges span,.bc-payment-icons span{display:grid;place-items:center;min-height:38px;border-radius:12px;background:#123db812;color:var(--bc-blue);font-size:.72rem;font-weight:900;text-align:center}.bc-payment-icons{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:10px}.bc-payment-icons span{background:var(--bc-cream);color:var(--bc-muted)}.bc-trust,.bc-benefits,.bc-recommendations,.bc-faq,.bc-cart-footer{position:relative;z-index:2;margin-top:clamp(24px,4vw,48px)}.bc-trust__grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.bc-trust__card{min-height:156px;padding:16px;border-radius:20px;background:#ffffffd1;box-shadow:var(--bc-shadow-soft)}.bc-trust__icon{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:var(--bc-blue);color:#fff;font-weight:900}.bc-trust__card h3{margin:14px 0 7px;font-family:var(--bc-font-heading);font-size:1.1rem;line-height:1.1}.bc-trust__card p{margin:0;color:var(--bc-muted);font-size:.86rem;line-height:1.48}.bc-benefits{display:grid;grid-template-columns:.8fr 1.2fr;gap:18px;align-items:stretch;padding:clamp(20px,3vw,30px);border-radius:24px;background:var(--bc-blue);color:#fff;box-shadow:var(--bc-shadow)}.bc-benefits .bc-cart__eyebrow{color:#ffffffc2}.bc-benefits__list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.bc-benefits__list div{display:grid;gap:6px;padding:16px;border-radius:18px;background:#ffffff1f}.bc-benefits__list strong{font-family:var(--bc-font-heading);font-size:1.08rem}.bc-benefits__list span{color:#ffffffc7;font-size:.88rem;line-height:1.45}.bc-recommendations__header{display:flex;justify-content:space-between;gap:18px;align-items:end;margin-bottom:16px}.bc-recommendations__controls{display:flex;gap:8px}.bc-recommendations__controls button{display:grid;place-items:center;width:44px;height:44px;border:0;border-radius:50%;background:#fff;color:var(--bc-blue);box-shadow:var(--bc-shadow-soft);font-size:1.6rem}.bc-recommendations__track{display:grid;grid-auto-columns:minmax(240px,1fr);grid-auto-flow:column;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.bc-rec-card{min-width:0;border-radius:22px;background:#fff;box-shadow:var(--bc-shadow-soft);overflow:hidden;scroll-snap-align:start}.bc-rec-card__media{display:block;aspect-ratio:1.12;background:var(--bc-cream)}.bc-rec-card__media img{width:100%;height:100%;object-fit:cover}.bc-rec-card__body{padding:16px}.bc-rec-card__title{display:block;min-height:44px;font-family:var(--bc-font-heading);font-size:1.18rem;font-weight:700;line-height:1.15}.bc-rec-card__rating{margin-top:8px;color:var(--bc-orange);font-size:.78rem;letter-spacing:0}.bc-rec-card__bottom{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-top:14px;font-weight:900}.bc-rec-card__add,.bc-rec-card__sold{min-height:38px;padding:9px 13px;border:0;border-radius:999px;background:var(--bc-blue);color:#fff;font-size:.82rem;font-weight:900;white-space:nowrap}.bc-rec-card__sold{display:inline-flex;align-items:center;background:#2c2c2c1f;color:var(--bc-muted)}.bc-faq{display:grid;grid-template-columns:.75fr 1.25fr;gap:24px;align-items:start}.bc-faq__items{display:grid;gap:10px}.bc-faq__item{border-radius:22px;background:#fff;box-shadow:var(--bc-shadow-soft);overflow:hidden}.bc-faq__question{display:flex;width:100%;justify-content:space-between;gap:18px;align-items:center;min-height:58px;padding:16px 18px;border:0;background:transparent;color:var(--bc-ink);font-weight:900;text-align:left}.bc-faq__question span:last-child{display:grid;flex:0 0 auto;place-items:center;width:30px;height:30px;border-radius:50%;background:#123db814;color:var(--bc-blue);transition:transform .18s ease}.bc-faq__question[aria-expanded=true] span:last-child{transform:rotate(45deg)}.bc-faq__answer{display:grid;grid-template-rows:0fr;transition:grid-template-rows .22s ease}.bc-faq__answer:not([hidden]){grid-template-rows:1fr}.bc-faq__answer>div{min-height:0;overflow:hidden;padding:0 18px 16px;color:var(--bc-muted);line-height:1.65}.bc-faq__answer p{margin:0}.bc-cart-footer{padding:30px 0 42px;color:var(--bc-muted);text-align:center}.bc-cart-footer p{margin:0}@keyframes bc-float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes bc-blob-float{0%,to{transform:translateZ(0) scale(1)}50%{transform:translate3d(12px,-18px,0) scale(1.04)}}@keyframes bc-spin{to{transform:rotate(360deg)}}@keyframes bc-pulse{0%,to{transform:rotate(45deg) scale(1)}50%{transform:rotate(45deg) scale(1.08)}}@media(prefers-reduced-motion:reduce){.bc-cart *,.bc-cart *:before,.bc-cart *:after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}@media(max-width:1180px){.bc-cart__grid{grid-template-columns:minmax(0,1fr) 340px}.bc-trust__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:1024px){.bc-cart{--bc-shell: min(100vw - 44px, 920px)}.bc-cart-hero__inner,.bc-cart__grid,.bc-benefits,.bc-faq{grid-template-columns:1fr}.bc-cart-hero__art{max-width:360px;min-height:220px}.bc-cart-summary{position:static}}@media(max-width:768px){.bc-cart{--bc-shell: min(100vw - 28px, 720px)}.bc-cart-hero{padding-top:28px}.bc-cart-hero__inner{gap:20px}.bc-cart-hero__art{min-height:190px;max-width:320px}.bc-cart-hero__bowl{left:44px;right:44px;bottom:36px;height:66px}.bc-cart-items__header,.bc-recommendations__header{align-items:start;flex-direction:column}.bc-cart-item{grid-template-columns:104px minmax(0,1fr);gap:14px;padding:14px;border-radius:22px}.bc-cart-item__media{border-radius:18px}.bc-cart-item__title{font-size:1.2rem}.bc-cart-item__tags{gap:6px}.bc-cart-item__tags span{min-height:26px;padding:5px 8px;font-size:.72rem}.bc-cart-item__pricing,.bc-cart-item__footer{align-items:stretch;flex-direction:column;gap:12px}.bc-cart-item__footer strong{font-size:1.05rem}.bc-trust__grid,.bc-benefits__list{grid-template-columns:1fr}.bc-trust__card{min-height:auto}.bc-cart-summary__badges{grid-template-columns:1fr}.bc-payment-icons{grid-template-columns:repeat(2,1fr)}.bc-button--checkout{position:sticky;bottom:12px;z-index:4}}@media(max-width:480px){.bc-cart{--bc-shell: min(100vw - 22px, 430px)}.bc-cart-hero__title{font-size:clamp(2.2rem,12vw,3.05rem)}.bc-cart-hero__text{margin-top:12px}.bc-cart-empty{padding:34px 18px}.bc-cart-empty__actions,.bc-cart-empty__actions .bc-button{width:100%}.bc-cart-item{grid-template-columns:86px minmax(0,1fr)}.bc-cart-item__remove{width:34px;height:34px}.bc-quantity{width:100%;grid-template-columns:44px 1fr 44px}.bc-quantity__input{width:100%}.bc-cart-summary__card,.bc-benefits{padding:18px;border-radius:22px}.bc-benefits h2,.bc-faq h2,.bc-cart-items__title,.bc-cart-summary__title{font-size:clamp(1.55rem,9vw,2.2rem)}}@media(max-width:360px){.bc-cart-item{grid-template-columns:1fr}.bc-cart-item__media{max-width:150px}}.bc-recommendations{margin:80px 0;padding:0}.bc-recommendations__header{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:32px}.bc-cart__eyebrow{margin:0 0 8px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.16em;color:#f47d4b}.bc-recommendations__header h2{margin:0;font-family:Georgia,serif;font-size:2.3rem;line-height:1.1;color:#2d2d2d}.bc-recommendations__controls{display:flex;gap:12px}.bc-recommendations__controls button{width:48px;height:48px;border:none;border-radius:50%;background:#fff;color:#2148c0;cursor:pointer;font-size:22px;font-weight:700;box-shadow:0 8px 22px #00000014;transition:.25s}.bc-recommendations__controls button:hover{background:#2148c0;color:#fff}.bc-recommendations__track{display:flex;gap:24px;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;padding-bottom:8px}.bc-rec-card{flex:0 0 calc((100% - 72px)/4);display:flex;flex-direction:column;background:#fff;border-radius:22px;overflow:hidden;border:1px solid #ece7df;box-shadow:0 8px 22px #0000000d;transition:.3s}.bc-rec-card:hover{transform:translateY(-6px);box-shadow:0 18px 40px #0000001f}.bc-rec-card__media{display:block;background:#faf7f2;aspect-ratio:1;overflow:hidden}.bc-rec-card__media img{width:100%;height:100%;object-fit:cover;transition:.35s}.bc-rec-card:hover .bc-rec-card__media img{transform:scale(1.05)}.bc-rec-card__body{display:flex;flex-direction:column;flex:1;padding:18px}.bc-rec-card__title{color:#262626;font-size:20px;font-weight:700;line-height:1.35;margin-bottom:10px;text-decoration:none;transition:.25s}.bc-rec-card__title:hover{color:#2148c0}.bc-rec-card__rating{margin-bottom:18px;color:#f59e0b;font-size:14px;font-weight:600}.bc-rec-card__rating:before{content:"\2605\2605\2605\2605\2605  "}.bc-rec-card__bottom{margin-top:auto;display:flex;justify-content:space-between;align-items:center;gap:12px}.bc-rec-card__bottom span{font-size:22px;font-weight:700;color:#222}.bc-rec-card__form{margin:0}.bc-rec-card__add{border:none;border-radius:999px;background:#2148c0;color:#fff;padding:12px 18px;cursor:pointer;font-size:14px;font-weight:700;transition:.25s}.bc-rec-card__add:hover{background:#0d2f97}.bc-rec-card__sold{color:#999;font-size:14px}@media(max-width:990px){.bc-rec-card{flex:0 0 calc((100% - 24px)/2)}.bc-recommendations__header h2{font-size:2rem}}@media(max-width:749px){.bc-recommendations{margin:48px 0}.bc-recommendations__header{flex-direction:column;align-items:flex-start;gap:16px;margin-bottom:20px}.bc-recommendations__controls{align-self:flex-end}.bc-recommendations__header h2{font-size:2rem}.bc-recommendations__track{gap:16px;margin:0 -16px;padding:0 16px 12px;scroll-snap-type:x mandatory}.bc-rec-card{flex:0 0 82%;scroll-snap-align:start;border-radius:18px}.bc-rec-card__body{padding:16px}.bc-rec-card__title{font-size:18px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.bc-rec-card__rating{font-size:13px}.bc-rec-card__bottom span{font-size:18px}.bc-rec-card__add{padding:10px 16px;font-size:13px;white-space:nowrap}}@media(max-width:480px){.bc-rec-card{flex:0 0 88%}.bc-recommendations__header h2{font-size:1.8rem}.bc-rec-card__title{font-size:17px}}.bc-cart-hero__art{position:relative;width:340px;margin:auto}.bc-cart-hero__bowl-image{display:block;width:100%;height:auto}.bc-cart-hero__ingredients{position:absolute;left:50%;top:18%;transform:translate(-50%);width:72%;height:34%;pointer-events:none}.bc-cart-hero__ingredient{position:absolute;width:44px;height:44px;border-radius:50%;object-fit:cover;border:3px solid #fff;box-shadow:0 8px 18px #00000026}.bc-cart-hero__ingredient:nth-child(1){left:50%;top:58%;transform:translate(-50%,-50%)}.bc-cart-hero__ingredient:nth-child(2){left:28%;top:52%}.bc-cart-hero__ingredient:nth-child(3){left:68%;top:52%}.bc-cart-hero__ingredient:nth-child(4){left:18%;top:28%}.bc-cart-hero__ingredient:nth-child(5){left:50%;top:18%;transform:translate(-50%)}.bc-cart-hero__ingredient:nth-child(6){left:78%;top:28%}.bc-cart-recommendations-section{position:relative;padding:70px 0 90px;background:transparent;overflow:hidden;margin:5%}.bc-cart-recommendations-section:before{content:"";position:absolute;width:240px;height:240px;left:-80px;top:120px;border-radius:50%;background:#f46b4514;filter:blur(20px)}.bc-cart-recommendations-section:after{content:"";position:absolute;width:280px;height:280px;right:-120px;bottom:40px;border-radius:50%;background:#123db80f;filter:blur(20px)}.bc-cart-recommendations-section .bc-cart__shell{position:relative;z-index:2}.bc-recommendations__header{display:flex;justify-content:space-between;align-items:end;margin-bottom:34px}.bc-recommendations__header h2{margin:8px 0 0;font-size:52px;line-height:1;color:#1f1d1b}.bc-recommendations__header .bc-cart__eyebrow{color:#f46b45;font-size:13px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.bc-recommendations__track{display:flex;gap:24px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding-bottom:10px}.bc-recommendations__track::-webkit-scrollbar{display:none}.bc-rec-card{flex:0 0 320px;scroll-snap-align:start}@media(max-width:768px){.bc-cart-recommendations-section{padding:50px 0 60px}.bc-recommendations__header{flex-direction:column;align-items:flex-start;gap:18px}.bc-recommendations__header h2{font-size:36px}.bc-rec-card{flex:0 0 260px}}.bc-cart-items__continue{display:inline-flex;align-items:center;gap:8px;width:auto;padding:10px 18px;background:#fff;color:#123db8;border:2px solid #123db8;border-radius:999px;font-size:14px;font-weight:700;line-height:1;text-decoration:none;transition:.25s ease}.bc-cart-items__continue:hover{background:#123db8;color:#fff;transform:translateY(-2px);box-shadow:0 12px 24px #123db82e}.bc-cart-items__continue svg{width:15px;height:15px;transition:.25s ease}.bc-cart-items__continue:hover svg{transform:translate(-2px)}@media(max-width:768px){.bc-cart-items__continue{width:auto;margin-top:12px;align-self:flex-start}}.bc-cart-recommendations-section .product-card{flex:0 0 calc(25% - 18px);width:calc(25% - 18px)}@media(max-width:768px){.bc-cart-recommendations-section{padding:40px 16px}.bc-cart-recommendations-section .product-rail{display:flex;gap:16px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding-bottom:8px}.bc-cart-recommendations-section .product-rail::-webkit-scrollbar{display:none}.bc-cart-recommendations-section .product-card{flex:0 0 82%;width:82%;min-width:82%;max-width:82%;scroll-snap-align:center}.bc-cart-recommendations-section .pack-bowl img{width:100%;max-width:220px;margin:0 auto;display:block}.bc-cart-recommendations-section .product-info{padding:18px}.bc-cart-recommendations-section .product-footer{margin-top:16px}.bc-cart-recommendations-section .variant-selector{flex-wrap:wrap;gap:8px}.bc-cart-recommendations-section .add-product{width:100%}}
/*# sourceMappingURL=/cdn/shop/t/13/assets/cart.css.map */
