@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap";.bpv{--bpv-pink: #ff2d7a;--bpv-ink: #1a1a2e;--bpv-muted: #6b7280;--bpv-faint: #9ca3af;--bpv-border: #e5e7eb;--bpv-green: #16a34a;--bpv-font: "Poppins", var(--font-body-family, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif);display:block;padding:20px;background:#fff;border:1px solid var(--bpv-border);border-radius:16px;font-family:var(--bpv-font);color:var(--bpv-ink)}.bpv__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.bpv__title{margin:0;font-size:20px;font-weight:700}.bpv__count{font-size:12px;font-weight:600;color:var(--bpv-muted);background:#f3f4f6;border-radius:9999px;padding:4px 12px}.bpv.is-filled .bpv__count{color:#fff;background:var(--bpv-pink)}.bpv__stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-bottom:16px}.bpv__stat{display:flex;flex-direction:column;gap:2px;padding:10px;background:#f9fafb;border-radius:10px}.bpv__stat-label{font-size:10px;color:var(--bpv-muted)}.bpv__stat-val{font-size:14px;font-weight:700}.bpv__stat-val--green{color:var(--bpv-green)}.bpv__empty{display:flex;flex-direction:column;align-items:center;text-align:center;padding:40px 8px 48px}.bpv__empty-icon{width:96px;height:96px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#f3f4f6;color:var(--bpv-faint);margin-bottom:20px}.bpv__empty-title{margin:0 0 6px;font-size:16px;font-weight:700}.bpv__empty-sub{margin:0;font-size:13px;color:var(--bpv-muted)}.bpv__subtitle{margin:0 0 12px;font-size:15px;font-weight:700}.bpv__list{list-style:none;margin:0 0 16px;padding:0;display:flex;flex-direction:column;gap:10px}.bpv__item{display:flex;align-items:center;gap:10px;padding:14px;border:1px solid var(--bpv-border);border-radius:12px}.bpv__item-main{flex:1 1 auto;min-width:0}.bpv__item-title{font-size:14px;font-weight:600;margin:0 0 4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bpv__item-meta{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--bpv-muted)}.bpv__item-sub{font-size:11px;font-weight:600;color:var(--bpv-green);background:#16a34a1a;border-radius:9999px;padding:2px 8px}.bpv__item-price{font-size:14px;font-weight:700;white-space:nowrap}.bpv__item-actions{display:flex;align-items:center;gap:8px}.bpv__item-btn{display:inline-flex;padding:2px;border:0;background:none;color:var(--bpv-pink);cursor:pointer}.bpv__item-btn:hover{opacity:.7}.bpv__item-btn svg{width:16px;height:16px}.bpv__item-btn.is-loading{position:relative;cursor:default;pointer-events:none}.bpv__item-btn.is-loading svg{visibility:hidden}.bpv__item-btn.is-loading:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;width:14px;height:14px;margin:auto;border:2px solid var(--bpv-border);border-top-color:var(--bpv-pink);border-radius:50%;animation:bpv-spin .6s linear infinite}@keyframes bpv-spin{to{transform:rotate(360deg)}}.bpv__breakdown{margin-top:8px;padding:16px;border:1px solid var(--bpv-border);border-radius:12px}.bpv__bd-title{margin:0 0 12px;font-size:15px;font-weight:700}.bpv__bd-empty{display:flex;flex-direction:column;align-items:center;text-align:center;padding:8px 0 4px}.bpv__bd-empty-icon{width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#f3f4f6;color:var(--bpv-faint);margin-bottom:12px}.bpv__bd-empty-text{margin:0 0 8px;font-size:13px;color:var(--bpv-muted)}.bpv__start{font-size:14px;font-weight:700;color:var(--bpv-ink);text-decoration:underline}.bpv__bd-rows{margin:0;padding:0}.bpv__bd-row{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:14px;padding:6px 0}.bpv__bd-row dt{margin:0;color:var(--bpv-muted)}.bpv__bd-row dd{margin:0;font-weight:600}.bpv__green{color:var(--bpv-green)}.bpv__pink{color:var(--bpv-pink)}.bpv__bd-row--total{margin-top:6px;padding-top:12px;border-top:1px solid var(--bpv-border)}.bpv__bd-row--total dt{color:var(--bpv-ink);font-weight:700}.bpv__bd-row--total dd{font-size:20px;font-weight:700}.bpv__trust{display:flex;align-items:center;justify-content:space-between;gap:6px;flex-wrap:wrap;margin-top:12px}.bpv__trust-item{display:inline-flex;align-items:center;gap:4px;font-size:11px;color:var(--bpv-muted)}.bpv__trust-item svg{color:var(--bpv-faint)}[hidden]{display:none!important}@media(min-width:1024px){.bundle-preview-section .bpv{display:flex;flex-direction:column;max-height:calc(100dvh - 115px);overflow-y:auto;overscroll-behavior:contain}.bundle-preview-section .bpv>*{flex:0 0 auto}.bundle-preview-section .bpv__items{flex:1 1 auto;min-height:120px;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:var(--bpv-border) transparent}.bundle-preview-section .bpv__items .bpv__subtitle{position:sticky;top:0;z-index:1;background:#fff;padding-bottom:4px}.bundle-preview-section .bpv::-webkit-scrollbar,.bundle-preview-section .bpv__items::-webkit-scrollbar{width:6px}.bundle-preview-section .bpv::-webkit-scrollbar-thumb,.bundle-preview-section .bpv__items::-webkit-scrollbar-thumb{background:var(--bpv-border);border-radius:9999px}.bundle-preview-section .bpv::-webkit-scrollbar-track,.bundle-preview-section .bpv__items::-webkit-scrollbar-track{background:transparent}}.bpv__backdrop,.bpv__peek,.bpv__footer{display:none}.bpv__go-cart{display:inline-flex;align-items:center;justify-content:center;height:48px;border-radius:9999px;background:var(--bpv-pink);color:#fff;font-size:15px;font-weight:600;text-decoration:none}.bpv__go-cart:hover{filter:brightness(.95)}@media(min-width:1024px){.bundle-preview-section .bpv__footer{display:flex;flex-direction:column;align-items:stretch;margin-top:14px}.bundle-preview-section .bpv__footer .bpv__continue{display:none}}@media(max-width:1023.98px){#main-content:has(.bundle-preview-section){padding-bottom:96px}.bundle-preview-section{position:fixed;left:0;right:0;bottom:0;z-index:90;pointer-events:none}.bpv{--bpv-peek-h: 65px;pointer-events:auto;position:relative;z-index:2;display:flex;flex-direction:column;max-height:84dvh;margin:0;padding:0 16px;border:0;border-radius:20px 20px 0 0;box-shadow:0 -8px 30px #11182729;overflow-y:auto;overscroll-behavior:contain;transform:translateY(calc(100% - var(--bpv-peek-h) - env(safe-area-inset-bottom)));transition:transform .3s ease}.bpv.is-open{transform:translateY(0)}.bpv:not(.is-open){overflow:hidden}.bpv__backdrop{display:block;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1;background:#11182773;opacity:0;pointer-events:none;transition:opacity .3s ease}.bundle-preview-section:has(.bpv.is-open) .bpv__backdrop{opacity:1;pointer-events:auto}.bpv__peek{display:block;position:sticky;top:0;z-index:3;margin:0 -16px;padding:8px 20px 12px;background:#fff;border-radius:20px 20px 0 0;cursor:pointer;touch-action:none}.bpv__handle{display:block;width:40px;height:4px;margin:0 auto 10px;border-radius:9999px;background:#d1d5db}.bpv__peek-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.bpv__peek-title{font-size:17px;font-weight:700;color:var(--bpv-ink);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bpv__peek-count{color:var(--bpv-ink)}.bpv__peek-open{flex:0 0 auto;border:0;border-radius:9999px;padding:8px 16px;background:var(--bpv-pink);color:#fff;font-family:var(--bpv-font);font-size:13px;font-weight:600;cursor:pointer}.bpv__close{flex:0 0 auto;display:none;width:32px;height:32px;align-items:center;justify-content:center;padding:0;border:1px solid var(--bpv-border);border-radius:50%;background:#fff;color:var(--bpv-ink);cursor:pointer}.bpv.is-open .bpv__peek-open{display:none}.bpv.is-open .bpv__close{display:flex}.bpv__head{display:none}.bpv__items,.bpv__empty{order:1}.bpv__stats{order:2}.bpv__breakdown{order:3}.bpv__trust{order:5}.bpv__footer{order:6}.bpv__footer{display:flex;flex-direction:column;align-items:stretch;gap:10px;position:sticky;bottom:0;z-index:2;margin:14px -16px 0;padding:12px 16px calc(12px + env(safe-area-inset-bottom));background:#fff;box-shadow:0 -4px 12px #1118270f}.bpv__continue{border:0;background:none;padding:6px;color:var(--bpv-pink);font-family:var(--bpv-font);font-size:14px;font-weight:700;text-decoration:underline;cursor:pointer}}
/*# sourceMappingURL=/cdn/shop/t/114/assets/bundle-preview.css.map */
