@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";.byp-section{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;max-width:1280px;margin:0 auto;padding:32px 16px 120px;color:#0f172a}.byp-hero{text-align:center;margin-bottom:32px}.byp-hero__title{font-size:36px;font-weight:800;letter-spacing:-.02em;margin:0 0 8px;background:linear-gradient(135deg,#04468f,#0ea5e9);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.byp-hero__subtitle{font-size:19px;font-weight:700;color:#f59e0b;margin:0 0 6px;letter-spacing:.01em}.byp-hero__desc{font-size:14.5px;color:#475569;max-width:640px;margin:0 auto;line-height:1.55;letter-spacing:.01em}@media(max-width:600px){.byp-hero__title{font-size:28px}.byp-hero__subtitle{font-size:16px}}.byp-steps{display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:28px;flex-wrap:wrap}.byp-step{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;border-radius:999px;background:#f1f5f9;color:#94a3b8;font-size:13px;font-weight:600;letter-spacing:.02em;transition:all .3s}.byp-step__num{width:22px;height:22px;border-radius:50%;background:#cbd5e1;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:800}.byp-step.is-active{background:#04468f;color:#fff}.byp-step.is-active .byp-step__num{background:#ffe680;color:#04468f}.byp-step.is-done{background:#10b981;color:#fff}.byp-step.is-done .byp-step__num{background:#fff;color:#10b981}.byp-step__divider{width:22px;height:2px;background:#cbd5e1}@media(max-width:600px){.byp-steps{gap:4px}.byp-step{padding:6px 10px;font-size:11.5px}.byp-step__divider{width:12px}}.byp-filter{display:flex;justify-content:center;gap:10px;margin-bottom:24px;flex-wrap:wrap}.byp-filter-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 22px;border:2px solid #e2e8f0;background:#fff;border-radius:999px;font-size:14.5px;font-weight:700;color:#475569;cursor:pointer;transition:all .2s;font-family:inherit;letter-spacing:.01em}.byp-filter-btn:hover{border-color:#04468f;color:#04468f;transform:translateY(-1px)}.byp-filter-btn.is-active{background:#04468f;border-color:#04468f;color:#fff;box-shadow:0 4px 12px #04468f40}.byp-filter-emoji{font-size:18px}.byp-layout{display:grid;grid-template-columns:1fr;gap:24px}@media(min-width:1024px){.byp-layout{grid-template-columns:1fr 340px;gap:32px;align-items:start}}.byp-products{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}@media(min-width:700px){.byp-products{grid-template-columns:repeat(3,1fr);gap:16px}}@media(min-width:1024px){.byp-products{grid-template-columns:repeat(2,1fr);gap:16px}}@media(min-width:1280px){.byp-products{grid-template-columns:repeat(3,1fr)}}.byp-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;overflow:hidden;display:flex;flex-direction:column;transition:all .25s ease}.byp-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px #00000014;border-color:#04468f}.byp-card.is-hidden{display:none}.byp-card.is-selected{border-color:#10b981;box-shadow:0 0 0 2px #10b98126}.byp-card__media{position:relative;background:#f8fafc;aspect-ratio:1 / 1;overflow:hidden}.byp-card__media img{width:100%;height:100%;object-fit:contain;padding:8px;transition:transform .4s}.byp-card:hover .byp-card__media img{transform:scale(1.04)}.byp-card__pet-badge{position:absolute;top:8px;left:8px;width:28px;height:28px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;font-size:14px;box-shadow:0 2px 6px #0000001a}.byp-card__type-badge{position:absolute;top:8px;right:8px;background:#ddd6fe;color:#5b21b6;font-size:10px;font-weight:800;padding:3px 8px;border-radius:6px;letter-spacing:.05em;text-transform:uppercase}.byp-card__type-tablet{background:#dbeafe;color:#1e40af}.byp-card__body{padding:12px;display:flex;flex-direction:column;gap:10px;flex:1}.byp-card__title{font-size:13.5px;font-weight:700;line-height:1.35;color:#0f172a;margin:0;letter-spacing:.01em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.7em}.byp-card__price-row{display:flex;align-items:baseline;gap:6px;flex-wrap:wrap}.byp-card__price{font-size:16px;font-weight:800;color:#04468f}.byp-card__compare{font-size:12px;color:#d90000;text-decoration:line-through}.byp-card__add{background:#04468f;color:#fff;border:none;padding:10px 12px;border-radius:10px;font-size:13px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:6px;transition:all .2s;letter-spacing:.02em;margin-top:auto;font-family:inherit}.byp-card__add:hover{background:#0ea5e9}.byp-card.is-selected .byp-card__add{background:#10b981}.byp-card.is-selected .byp-card__add:before{content:"\2713";font-weight:900}.byp-card__add:disabled{opacity:.6;cursor:not-allowed}.byp-panel{position:relative}@media(min-width:1024px){.byp-panel{position:sticky;top:24px}}.byp-panel__inner{background:#fff;border:1px solid #e2e8f0;border-radius:18px;padding:20px;box-shadow:0 4px 16px #0000000f}.byp-panel__header{display:flex;align-items:center;gap:10px;margin-bottom:16px;padding-bottom:12px;border-bottom:1px dashed #e2e8f0}.byp-panel__icon{font-size:28px;line-height:1}.byp-panel__title{font-size:16px;font-weight:800}.byp-panel__progress{font-size:12px;color:#64748b;font-weight:600;letter-spacing:.02em}.byp-panel__close-mobile{display:none;margin-left:auto;background:#f1f5f9;border:none;width:32px;height:32px;border-radius:8px;cursor:pointer}.byp-slots{list-style:none;margin:0 0 14px;padding:0;display:flex;flex-direction:column;gap:8px}.byp-slot{display:flex;align-items:center;gap:10px;padding:10px;background:#f8fafc;border:1.5px dashed #cbd5e1;border-radius:12px;min-height:56px;transition:all .25s}.byp-slot.is-filled{background:#fff;border:1.5px solid #10b981;border-style:solid}.byp-slot__num{flex-shrink:0;width:26px;height:26px;border-radius:50%;background:#cbd5e1;color:#fff;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:800}.byp-slot.is-filled .byp-slot__num{background:#10b981}.byp-slot__placeholder{font-size:13px;color:#94a3b8;font-style:italic}.byp-slot__img{width:36px;height:36px;border-radius:8px;object-fit:contain;background:#f1f5f9;padding:2px}.byp-slot__info{flex:1;min-width:0}.byp-slot__title{font-size:12.5px;font-weight:700;line-height:1.3;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;letter-spacing:.01em}.byp-slot__price{font-size:12px;color:#04468f;font-weight:700}.byp-slot__free{font-size:10px;font-weight:800;color:#fff;background:#10b981;padding:2px 6px;border-radius:4px;letter-spacing:.04em;margin-left:6px}.byp-slot__remove{background:#fee2e2;border:none;color:#dc2626;cursor:pointer;font-size:14px;width:28px;height:28px;border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center;transition:all .2s}.byp-slot__remove:hover{background:#dc2626;color:#fff;transform:scale(1.1)}.byp-slot__remove i{font-size:14px;font-weight:800}.byp-promo{background:linear-gradient(135deg,#fff8e1,#ffe4a3);border:1px solid #fcd34d;color:#78350f;border-radius:12px;padding:11px 14px;font-size:12.5px;font-weight:600;margin-bottom:14px;display:flex;align-items:center;gap:8px;letter-spacing:.01em;line-height:1.4;transition:all .3s}.byp-promo i{color:#b45309;flex-shrink:0;font-size:16px}.byp-promo.is-success{background:linear-gradient(135deg,#d1fae5,#a7f3d0);border-color:#34d399;color:#065f46}.byp-promo.is-success i{color:#059669}.byp-summary{border-top:1px solid #e2e8f0;padding-top:12px;margin-bottom:14px;display:flex;flex-direction:column;gap:6px}.byp-summary__row{display:flex;justify-content:space-between;align-items:center;font-size:13px;color:#475569}.byp-summary__discount{color:#10b981;font-weight:700}.byp-summary__final{font-size:17px;font-weight:800;color:#0f172a;padding-top:6px;border-top:1px dashed #e2e8f0;margin-top:4px}.byp-cta{width:100%;background:linear-gradient(135deg,#04468f,#0ea5e9);color:#fff;border:none;padding:14px;border-radius:12px;font-size:15px;font-weight:800;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .25s;letter-spacing:.02em;font-family:inherit}.byp-cta:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #04468f4d}.byp-cta:disabled{background:#cbd5e1;cursor:not-allowed;opacity:.7}.byp-cta.is-success{background:linear-gradient(135deg,#10b981,#059669)}.byp-disclaimer{font-size:11px;color:#94a3b8;text-align:center;margin:8px 0 0;letter-spacing:.02em}.byp-mobile-fab{display:none}@media(max-width:1023px){.byp-panel{position:fixed;inset:auto 0 0 0;transform:translateY(100%);transition:transform .35s cubic-bezier(.4,0,.2,1);z-index:9999;background:#fff;border-radius:18px 18px 0 0;box-shadow:0 -8px 24px #00000026;max-height:85vh;overflow-y:auto}.byp-panel.is-open{transform:translateY(0)}.byp-panel__inner{border-radius:0;border:none;box-shadow:none}.byp-panel__close-mobile{display:flex;align-items:center;justify-content:center}.byp-mobile-fab{display:flex;align-items:center;justify-content:center;position:fixed;bottom:20px;right:20px;z-index:9998;width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,#04468f,#0ea5e9);color:#fff;border:none;box-shadow:0 8px 20px #04468f59;cursor:pointer;font-size:24px;transition:all .25s}.byp-mobile-fab:hover{transform:scale(1.05)}.byp-mobile-fab__count{position:absolute;top:-2px;right:-2px;min-width:22px;height:22px;background:#ffe680;color:#04468f;font-size:12px;font-weight:900;border-radius:999px;display:flex;align-items:center;justify-content:center;padding:0 6px;border:2px solid #fff}.byp-mobile-fab__count.is-pulse{animation:bypFabPulse .6s ease}@keyframes bypFabPulse{0%,to{transform:scale(1)}50%{transform:scale(1.25)}}}.byp-empty{grid-column:1 / -1;text-align:center;padding:40px;color:#64748b;background:#f8fafc;border-radius:12px}
/*# sourceMappingURL=/cdn/shop/t/2/assets/build-pack.css.map */
