:root{--bk-cart-ink: #3f2a22;--bk-cart-muted: #75645c;--bk-cart-line: rgba(75, 48, 37, .12);--bk-cart-cream: #fffaf7;--bk-cart-pink: #f8dddd;--bk-cart-pink-strong: #e9a8aa;--bk-cart-mocha: #5a3828;--bk-cart-success-bg: #eef8ee;--bk-cart-success: #358244}.bk-smart-cart{position:fixed;top:0;right:0;bottom:0;left:0;z-index:999999;pointer-events:none;font-family:DM Sans,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--bk-cart-ink)}.bk-smart-cart.is-open{pointer-events:auto}.bk-smart-cart__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#24191470;opacity:0;visibility:hidden;transition:opacity .28s ease,visibility .28s ease}.bk-smart-cart.is-open .bk-smart-cart__overlay{opacity:1;visibility:visible}.bk-smart-cart__panel{position:absolute;top:0;right:0;width:min(560px,100vw);height:100%;display:flex;flex-direction:column;background:#fff;box-shadow:-18px 0 45px #34211924;transform:translate(104%);transition:transform .32s cubic-bezier(.2,.75,.25,1);outline:none}.bk-smart-cart.is-open .bk-smart-cart__panel{transform:translate(0)}.bk-smart-cart__header{min-height:72px;padding:16px 22px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--bk-cart-line)}.bk-smart-cart__header>div{display:flex;align-items:baseline;gap:8px}.bk-smart-cart__header h2{margin:0;font-size:22px;font-weight:700;letter-spacing:-.02em}.bk-smart-cart__header [data-bk-cart-count-text]{color:var(--bk-cart-muted);font-size:15px}.bk-smart-cart__close,.bk-smart-cart__remove{-webkit-appearance:none;appearance:none;border:0;background:transparent;color:var(--bk-cart-ink);cursor:pointer}.bk-smart-cart__close{width:42px;height:42px;display:grid;place-items:center;font-size:32px;line-height:1}.bk-smart-cart__body{flex:1 1 auto;min-height:0;overflow-y:auto;overscroll-behavior:contain;padding:16px 22px 26px}.bk-smart-cart__goal{padding:14px 15px;margin-bottom:6px;border-radius:13px;background:linear-gradient(90deg,#fff0ef,#fff8f5)}.bk-smart-cart__goal-copy{display:flex;align-items:center;gap:9px;font-size:13px}.bk-smart-cart__goal-icon{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:#fff;color:#c66f72;font-size:18px}.bk-smart-cart__goal-row{display:flex;align-items:center;gap:12px;margin-top:10px}.bk-smart-cart__progress{height:8px;flex:1;border-radius:999px;overflow:hidden;background:#e7e3e0}.bk-smart-cart__progress span{display:block;height:100%;width:0;border-radius:inherit;background:linear-gradient(90deg,#e4868d,#d96f79);transition:width .35s ease}.bk-smart-cart__goal-value{min-width:100px;text-align:right;font-size:12px;font-weight:600}.bk-smart-cart__loading{display:flex;justify-content:center;gap:6px;padding:45px 0}.bk-smart-cart__loading span{width:8px;height:8px;border-radius:50%;background:#c08b76;animation:bkCartPulse .9s infinite alternate}.bk-smart-cart__loading span:nth-child(2){animation-delay:.15s}.bk-smart-cart__loading span:nth-child(3){animation-delay:.3s}@keyframes bkCartPulse{0%{opacity:.25;transform:translateY(2px)}to{opacity:1;transform:translateY(-2px)}}.bk-smart-cart__items{margin-top:4px}.bk-smart-cart__item{position:relative;display:grid;grid-template-columns:94px minmax(0,1fr);gap:14px;padding:14px 0;border-bottom:1px solid var(--bk-cart-line)}.bk-smart-cart__item-image-link{display:block;width:94px;height:112px;border-radius:11px;overflow:hidden;background:#f5efeb}.bk-smart-cart__item-image{width:100%;height:100%;object-fit:cover}.bk-smart-cart__item-info{min-width:0;display:flex;flex-direction:column;justify-content:space-between;gap:10px}.bk-smart-cart__item-top,.bk-smart-cart__item-bottom{display:flex;justify-content:space-between;gap:12px}.bk-smart-cart__item-title{display:block;color:var(--bk-cart-ink);font-size:14px;font-weight:650;line-height:1.35;text-decoration:none}.bk-smart-cart__variant{margin-top:4px;color:var(--bk-cart-muted);font-size:12px}.bk-smart-cart__remove{flex:0 0 auto;width:28px;height:28px;border-radius:50%;font-size:21px}.bk-smart-cart__remove:hover{background:#f7f3f1}.bk-smart-cart__price{display:flex;flex-wrap:wrap;align-items:center;gap:7px;font-size:13px}.bk-smart-cart__price strong{font-size:15px}.bk-smart-cart__price del{color:#9a8b84}.bk-smart-cart__qty{display:grid;grid-template-columns:32px 28px 32px;height:34px;align-items:center;border:1px solid rgba(70,45,34,.16);border-radius:999px;overflow:hidden}.bk-smart-cart__qty button{-webkit-appearance:none;appearance:none;border:0;background:#fff;height:100%;color:var(--bk-cart-ink);cursor:pointer;font-size:17px}.bk-smart-cart__qty span{text-align:center;font-size:12px;font-weight:600}.bk-smart-cart__crosssell{padding-top:18px}.bk-smart-cart__section-head h3{margin:0;font-size:17px;font-weight:700}.bk-smart-cart__section-head p{margin:3px 0 0;color:var(--bk-cart-muted);font-size:12px}.bk-smart-cart__recommendations{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:12px}.bk-smart-cart__rec{min-width:0;border:1px solid var(--bk-cart-line);border-radius:12px;overflow:hidden;background:#fff}.bk-smart-cart__rec-image-link{display:block;aspect-ratio:1 / .92;overflow:hidden;background:#f6f0ec}.bk-smart-cart__rec-image{width:100%;height:100%;object-fit:cover}.bk-smart-cart__rec-copy{padding:9px}.bk-smart-cart__rec-title{min-height:34px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;color:var(--bk-cart-ink);font-size:11.5px;font-weight:600;line-height:1.35;text-decoration:none}.bk-smart-cart__rec-price-row{min-height:22px;margin-top:5px;display:flex;gap:5px;align-items:center;font-size:11px}.bk-smart-cart__rec-price-row strong{font-size:12px}.bk-smart-cart__rec-price-row del{color:#9a8b84}.bk-smart-cart__rec-variant{width:100%;height:30px;margin-top:7px;padding:0 7px;border:1px solid rgba(73,47,36,.15);border-radius:7px;background:#fff;color:var(--bk-cart-ink);font:inherit;font-size:10.5px}.bk-smart-cart__rec-add{width:100%;min-height:34px;margin-top:7px;border:0;border-radius:999px;background:#edb1b3;color:#fff;font:inherit;font-size:12px;font-weight:650;cursor:pointer;transition:transform .2s ease,filter .2s ease}.bk-smart-cart__rec-add:hover{transform:translateY(-1px);filter:brightness(.97)}.bk-smart-cart__rec-add:disabled{cursor:wait;opacity:.7}.bk-smart-cart__trust{margin-top:18px;padding:14px 0 4px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;border-top:1px solid var(--bk-cart-line)}.bk-smart-cart__trust-item{display:flex;align-items:center;gap:7px;min-width:0}.bk-smart-cart__trust-icon{flex:0 0 auto;width:28px;height:28px;display:grid;place-items:center;border-radius:50%;background:#faf5f2;font-size:12px}.bk-smart-cart__trust-item div{min-width:0;display:flex;flex-direction:column}.bk-smart-cart__trust-item strong{font-size:10.5px;white-space:nowrap}.bk-smart-cart__trust-item small{margin-top:1px;color:var(--bk-cart-muted);font-size:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bk-smart-cart__footer{flex:0 0 auto;padding:13px 22px 18px;border-top:1px solid var(--bk-cart-line);background:#fffffff7;box-shadow:0 -10px 28px #432b210e}.bk-smart-cart__savings{margin-bottom:9px;padding:7px 10px;display:flex;align-items:center;justify-content:space-between;border-radius:9px;background:var(--bk-cart-success-bg);color:var(--bk-cart-success);font-size:12px}.bk-smart-cart__summary{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px;font-size:13px}.bk-smart-cart__summary strong{font-size:18px}.bk-smart-cart__checkout{min-height:52px;padding:10px 17px;display:flex;align-items:center;justify-content:center;gap:8px;border-radius:999px;background:var(--bk-cart-mocha);color:#fff!important;font-size:16px;font-weight:700;text-decoration:none!important;box-shadow:0 8px 20px #4d2f2229}.bk-smart-cart__payment-note,.bk-smart-cart__view-cart,.bk-smart-cart__dispatch-note{text-align:center}.bk-smart-cart__payment-note{margin:9px 0 0;color:var(--bk-cart-muted);font-size:10.5px}.bk-smart-cart__view-cart{display:block;margin-top:7px;color:var(--bk-cart-muted);font-size:11px;text-decoration:underline}.bk-smart-cart__dispatch-note{margin-top:10px;padding:8px 10px;border-radius:9px;background:#fff0ef;color:#65534c;font-size:10px}.bk-smart-cart__empty{padding:70px 20px;text-align:center}.bk-smart-cart__empty-icon{width:62px;height:62px;margin:0 auto 14px;display:grid;place-items:center;border-radius:50%;background:#fff0ef;color:#c87b7c;font-size:29px}.bk-smart-cart__empty h3{margin:0;font-size:20px}.bk-smart-cart__empty p{margin:7px 0 18px;color:var(--bk-cart-muted);font-size:13px}.bk-smart-cart__continue{min-height:42px;padding:8px 20px;border:0;border-radius:999px;background:var(--bk-cart-mocha);color:#fff;cursor:pointer}html.bk-cart-locked,html.bk-cart-locked body{overflow:hidden!important}@media(max-width:600px){.bk-smart-cart__panel{width:100vw}.bk-smart-cart__header{min-height:64px;padding:13px 16px}.bk-smart-cart__header h2{font-size:20px}.bk-smart-cart__body{padding:12px 16px 20px}.bk-smart-cart__footer{padding:12px 16px 14px}.bk-smart-cart__item{grid-template-columns:82px minmax(0,1fr);gap:11px}.bk-smart-cart__item-image-link{width:82px;height:100px}.bk-smart-cart__recommendations{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;margin-right:-16px;padding-right:16px}.bk-smart-cart__recommendations::-webkit-scrollbar{display:none}.bk-smart-cart__rec{flex:0 0 43%;min-width:138px;scroll-snap-align:start}.bk-smart-cart__trust{gap:5px}.bk-smart-cart__trust-item{flex-direction:column;text-align:center}.bk-smart-cart__trust-item strong{font-size:9.5px}.bk-smart-cart__trust-item small{font-size:8.5px;max-width:95px}}@media(prefers-reduced-motion:reduce){.bk-smart-cart__panel,.bk-smart-cart__overlay,.bk-smart-cart__progress span,.bk-smart-cart__rec-add{transition:none!important}}html.bk-cart-locked .wa__btn_popup,html.bk-cart-locked .wa__popup_chat_box,html.bk-cart-locked #whatsapp-chat,html.bk-cart-locked #whatsapp-widget,html.bk-cart-locked .whatsapp-widget,html.bk-cart-locked .whatsapp_float,html.bk-cart-locked .whatsapp-float,html.bk-cart-locked .joinchat,html.bk-cart-locked .ht_ctc_chat_greetings_box,html.bk-cart-locked .ht-ctc-chat,html.bk-cart-locked [class*=whatsapp][style*=fixed],html.bk-cart-locked [id*=whatsapp][style*=fixed]{opacity:0!important;visibility:hidden!important;pointer-events:none!important}@media(max-width:900px){html.bk-cart-locked .bk-smart-cart__panel{z-index:1000000}}.bk-smart-cart__rec-ai{margin-bottom:6px}.bk-smart-cart__rec-ai span{display:inline-flex;align-items:center;min-height:20px;padding:3px 7px;border-radius:999px;background:#f5e5df;color:#7a4c3c;font-size:9px;font-weight:700;letter-spacing:.02em;text-transform:uppercase}.bk-smart-cart__rec-ai small{display:block;margin-top:3px;color:var(--bk-cart-muted);font-size:9px;line-height:1.25}
/*# sourceMappingURL=/cdn/shop/t/35/assets/bowkart-smart-cart.css.map */
