.bb-reviews-full{padding:var(--bb-section-padding-y) var(--bb-section-padding-x);background:var(--bb-white)}.bb-reviews-full .page-width{max-width:var(--bb-container-max);margin:0 auto;padding:0}.bb-rf__title{font-size:var(--bb-h2-size);font-weight:var(--bb-weight-semibold);color:var(--bb-dark);margin:0 0 32px;line-height:1.3}.bb-rf__summary{display:grid;grid-template-columns:auto 1fr auto;gap:32px;align-items:start;margin-bottom:32px}.bb-rf__score-block{text-align:center;flex-shrink:0;min-width:120px}.bb-rf__score{display:block;font-size:48px;font-weight:var(--bb-weight-bold);color:var(--bb-dark);line-height:1.1}.bb-rf__stars-big{display:block;color:var(--bb-gold);font-size:20px;letter-spacing:2px;margin:4px 0}.bb-rf__count{font-size:var(--bb-body-size);color:var(--bb-text-light)}.bb-rf__bars{min-width:0}.bb-rf__bar-row{display:flex;align-items:center;gap:10px;margin-bottom:6px}.bb-rf__bar-label{font-size:var(--bb-small-size);font-style:italic;color:var(--bb-text-medium);min-width:50px;text-align:right}.bb-rf__bar-track{flex:1;height:8px;background:var(--bb-cream);border-radius:var(--bb-radius-xs);overflow:hidden}.bb-rf__bar-fill{height:100%;background:var(--bb-gold);border-radius:var(--bb-radius-xs);transition:width .5s ease;display:block}.bb-rf__bar-num{font-size:var(--bb-small-size);color:var(--bb-text-light);min-width:28px;text-align:right}.bb-rf__photos{display:grid;grid-template-columns:repeat(2,1fr);gap:4px;max-width:200px}.bb-rf__photos img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:var(--bb-radius-xs);cursor:pointer;transition:opacity .2s ease}.bb-rf__photos img:hover{opacity:.85}.bb-rf__hr{border:none;border-top:1px solid var(--bb-border);margin:0 0 8px}.bb-rf__list{max-width:800px;margin:0 auto}.bb-rf__card{padding:24px 0;border-bottom:1px solid var(--bb-border)}.bb-rf__card:last-child{border-bottom:none}.bb-rf__card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.bb-rf__card-stars{color:var(--bb-gold);font-size:16px;letter-spacing:2px}.bb-rf__card-date{font-size:var(--bb-small-size);font-style:italic;color:var(--bb-text-muted)}.bb-rf__card-author-row{display:flex;align-items:center;gap:10px;margin-bottom:14px}.bb-rf__card-avatar{width:40px;height:40px;border-radius:var(--bb-radius-pill);background:var(--bb-cream);color:var(--bb-dark);font-size:var(--bb-small-size);font-weight:var(--bb-weight-semibold);display:flex;align-items:center;justify-content:center;flex-shrink:0}.bb-rf__card-author-info{display:flex;flex-direction:column;gap:1px}.bb-rf__card-name{font-size:var(--bb-body-size);font-weight:var(--bb-weight-semibold);color:var(--bb-dark)}.bb-rf__card-verified{font-size:11px;color:var(--bb-text-muted)}.bb-rf__card-text{font-size:var(--bb-body-size);font-style:italic;line-height:1.7;color:var(--bb-text-medium);margin:0 0 14px}.bb-rf__card-images{display:flex;gap:6px;flex-wrap:wrap}.bb-rf__card-images img{width:80px;height:80px;object-fit:cover;border-radius:var(--bb-radius-xs);cursor:pointer;transition:opacity .2s ease}.bb-rf__card-images img:hover{opacity:.85}.bb-rf__pagination{display:flex;justify-content:center;gap:4px;padding:32px 0 0}.bb-rf__page{width:36px;height:36px;border:none;background:none;color:var(--bb-text-light);font-size:var(--bb-body-size);font-weight:var(--bb-weight-medium);cursor:pointer;border-radius:var(--bb-radius-xs);display:flex;align-items:center;justify-content:center;transition:all .2s ease}.bb-rf__page:hover{background:var(--bb-cream);color:var(--bb-dark)}.bb-rf__page.is-active{font-weight:var(--bb-weight-bold);color:var(--bb-dark)}.bb-rf__page--arrow{font-size:20px}.bb-rf__dots{display:flex;align-items:center;justify-content:center;width:28px;color:var(--bb-text-muted);font-size:var(--bb-body-size)}.bb-rf__lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;background:#000000e6;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .3s ease}.bb-rf__lightbox.is-open{opacity:1;pointer-events:auto}.bb-rf__lightbox-close{position:absolute;top:20px;right:24px;background:none;border:none;color:var(--bb-white);font-size:36px;cursor:pointer;line-height:1;z-index:1;transition:opacity .2s ease}.bb-rf__lightbox-close:hover{opacity:.7}.bb-rf__lightbox-body{display:flex;align-items:center;gap:20px;max-width:90vw;max-height:85vh}.bb-rf__lightbox-img{max-height:85vh;max-width:calc(90vw - 120px);border-radius:var(--bb-radius);object-fit:contain}.bb-rf__lightbox-thumbs{display:flex;flex-direction:column;gap:6px;max-height:85vh;overflow-y:auto;flex-shrink:0}.bb-rf__lightbox-thumb{width:80px;height:80px;object-fit:cover;border-radius:var(--bb-radius-xs);cursor:pointer;opacity:.5;transition:opacity .2s ease;flex-shrink:0}.bb-rf__lightbox-thumb:hover{opacity:.8}.bb-rf__lightbox-thumb.is-active{opacity:1;outline:2px solid var(--bb-white);outline-offset:2px}@media(max-width:749px){.bb-rf__summary{grid-template-columns:1fr;gap:24px;justify-items:center}.bb-rf__bars{width:100%}.bb-rf__photos{max-width:none;grid-template-columns:repeat(4,1fr)}.bb-rf__card-images img{width:64px;height:64px}.bb-rf__lightbox-body{flex-direction:column;gap:12px}.bb-rf__lightbox-img{max-width:90vw;max-height:60vh}.bb-rf__lightbox-thumbs{flex-direction:row;max-height:none;overflow-x:auto;overflow-y:hidden}.bb-rf__lightbox-thumb{width:56px;height:56px}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/baby-reviews-full.css.map */
