.bpc-calendar{--p:#214f88;--a:#d7a768;--b:#e1e4e8;max-width:1000px;margin:auto;font-family:inherit;color:#26384f}.bpc-calendar *{box-sizing:border-box}.bpc-head{display:grid;grid-template-columns:44px 1fr 44px;align-items:center;gap:12px;margin-bottom:20px}.bpc-head h2{margin:0;text-align:center;color:var(--p);font:inherit;font-size:clamp(25px,3vw,36px);font-weight:600}.bpc-nav{height:42px;border:1px solid var(--b);background:#fff;color:var(--p);border-radius:5px;font-size:28px;cursor:pointer}.bpc-weekdays,.bpc-days{display:grid;grid-template-columns:repeat(7,1fr)}.bpc-weekdays div{text-align:center;padding:10px 3px;font-size:12px;font-weight:700;color:#7d8490;border-bottom:1px solid var(--b)}.bpc-days{border-left:1px solid var(--b)}.bpc-day{position:relative;min-height:88px;padding:12px;text-align:left;background:#fff;border:0;border-right:1px solid var(--b);border-bottom:1px solid var(--b);font:inherit;color:#aaa}.bpc-day.has-products{color:#26384f;cursor:pointer;background:#fafbfd}.bpc-day.has-products:hover,.bpc-day.selected{background:var(--p);color:#fff}.bpc-day span{font-weight:700;font-size:17px}.bpc-day i{position:absolute;left:12px;bottom:12px;width:7px;height:7px;border-radius:50%;background:var(--a)}.bpc-results{margin-top:28px}.bpc-results h3{color:var(--p);font-size:22px}.bpc-selected{margin-bottom:8px;color:#7d8490}.bpc-product{display:grid;grid-template-columns:84px 1fr 30px;align-items:center;gap:16px;padding:14px 0;border-bottom:1px solid var(--b);color:inherit!important;text-decoration:none!important;background:none!important}.bpc-product img{width:84px;height:70px;object-fit:cover}.bpc-body{display:flex;flex-direction:column;gap:3px}.bpc-body small{color:var(--a);font-weight:700}.bpc-body strong{color:var(--p);font-size:17px}.bpc-body em{font-style:normal;font-weight:600}.bpc-product>b{color:var(--p);font-size:20px}.bpc-calendar.loading{opacity:.5;pointer-events:none}@media(max-width:767px){.bpc-day{min-height:56px;padding:7px}.bpc-weekdays div{font-size:9px}.bpc-day span{font-size:14px}.bpc-product{grid-template-columns:64px 1fr 20px;gap:10px}.bpc-product img{width:64px;height:58px}}
