.bch{--bch-font-display: var(--font-heading-family-extra-large);--bch-font-body: "BelloCapsuleModerat", var(--font-body-family);--bch-weight-body: var(--font-body-weight, 400);--bch-weight-bold: var(--font-body-weight-bold, 700);--bch-title: #3b382b;--bch-subtitle: #434f1d;--bch-stat: #597012;--bch-badge-bg: rgba(89, 112, 18, .2);--bch-badge-fg: #6e7b68;--bch-separator: #635f54;--bch-muted: #4b5563;--bch-body: #3b382b;--bch-radius-featured: 24px;--bch-radius-thumb: 16px;--bch-gap-block: 32px;--bch-gap-stack: 16px;--bch-pb-featured: 100%;--bch-pb-thumb: 158.065%;display:flex;flex-direction:column;gap:48px}.bch *,.bch *:before,.bch *:after{box-sizing:border-box}.bch__wrap{display:flex;flex-direction:column;gap:24px;margin:0 auto;width:100%;max-width:var(--bch-max-width, 1280px)}.bch__info{display:flex;flex-direction:column;gap:var(--bch-gap-block);min-width:0}.bch-gallery{display:flex;gap:16px;align-items:flex-start;min-width:0}.bch-gallery__stage{position:relative;display:flex;flex-direction:column;gap:12px;flex:1 1 auto;min-width:0}.bch-gallery__track{display:flex;margin:0;padding:0;list-style:none;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch}.bch-gallery__track::-webkit-scrollbar{display:none}.bch-gallery__slide{flex:0 0 100%;scroll-snap-align:center;scroll-snap-stop:always;min-width:0}.bch-gallery__frame{position:relative;display:block;width:100%;overflow:hidden;background-color:rgb(var(--color-background))}.bch-gallery__frame--featured{padding-bottom:var(--bch-pb-featured);border-radius:var(--bch-radius-featured)}.bch-gallery__frame--thumb{padding-bottom:var(--bch-pb-thumb);border-radius:var(--bch-radius-thumb)}.bch-gallery__img{position:absolute;top:0;left:0;display:block;width:100%;height:100%;max-width:100%;object-fit:cover;object-position:center center}.bch-gallery__dots{display:flex;gap:6px;align-items:center;justify-content:center}.bch-gallery__dot{-webkit-appearance:none;appearance:none;border:0;padding:0;cursor:pointer;width:6px;height:6px;border-radius:50%;background-color:rgba(var(--color-foreground),.25);transition:width var(--duration-short, .1s) ease,height var(--duration-short, .1s) ease,background-color var(--duration-short, .1s) ease}.bch-gallery__dot[aria-current=true]{width:8px;height:8px;background-color:var(--bch-title)}.bch-gallery__thumbs{display:none;margin:0;padding:0;list-style:none;flex-direction:column;gap:16px;flex:0 0 auto}.bch-gallery__thumb{-webkit-appearance:none;appearance:none;display:block;padding:0;border:0;border-radius:var(--bch-radius-thumb);background:none;cursor:pointer;width:100%}.bch-gallery__frame:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;box-shadow:inset 0 0 0 2px transparent;pointer-events:none;transition:box-shadow var(--duration-short, .1s) ease}.bch-gallery__thumb[aria-current=true] .bch-gallery__frame:after{box-shadow:inset 0 0 0 2px var(--bch-stat)}.bch-gallery__thumb:focus-visible,.bch-gallery__dot:focus-visible,.bch__ingredients-link:focus-visible{outline:var(--focused-base-outline);outline-offset:var(--focused-base-outline-offset)}.bch__title-block{display:flex;flex-direction:column;gap:var(--bch-gap-stack);align-items:flex-start}.bch__badge{display:inline-flex;align-items:center;min-height:16px;max-width:470px;margin:0;padding:6px 12px;border-radius:99px;background-color:var(--bch-badge-bg);color:var(--bch-badge-fg);font-family:var(--bch-font-display);font-size:1.2rem;font-weight:var(--bch-weight-bold);letter-spacing:1px;line-height:normal;text-transform:uppercase}.bch__heading-stack{display:flex;flex-direction:column;gap:8px;align-items:flex-start;width:100%}.bch__title{margin:0;color:var(--bch-title);font-family:var(--bch-font-display);font-size:3.2rem;font-weight:400;line-height:normal;letter-spacing:normal;overflow-wrap:break-word}.bch__subtitle{margin:0;color:var(--bch-subtitle);font-family:var(--bch-font-body);font-size:1.6rem;font-weight:var(--bch-weight-body);line-height:normal}.bch__rating{order:1;display:flex;align-items:center;gap:8px;text-decoration:none;color:inherit}.bch__title{order:0}.bch__subtitle{order:2}.bch__stars{display:flex;align-items:center;gap:4px;color:var(--bch-title)}.bch__star{display:block;width:16px;height:16px;flex:0 0 16px}.bch__rating-count{color:var(--bch-muted);font-family:var(--bch-font-body);font-size:1.4rem;font-weight:var(--bch-weight-body);line-height:20px;white-space:nowrap}.bch__rating:hover .bch__rating-count{text-decoration:underline}.bch__stats{display:flex;flex-wrap:wrap;align-items:center;align-content:center;gap:8px;margin:0;padding:0;list-style:none;width:100%;line-height:normal}.bch__stat{color:var(--bch-stat);font-family:var(--bch-font-body);font-size:1.2rem;font-weight:var(--bch-weight-bold);white-space:nowrap}.bch__stat-sep{color:var(--bch-separator);font-family:var(--bch-font-body);font-size:1.3rem;font-weight:var(--bch-weight-body);line-height:normal}.bch__description-block{display:flex;flex-direction:column;gap:var(--bch-gap-stack);align-items:flex-start}.bch__description{margin:0;color:var(--bch-body);font-family:var(--bch-font-body);font-size:1.4rem;font-weight:100;line-height:1.3;letter-spacing:-.02em}.bch__description>p{margin:0 0 1em}.bch__description>p:last-child{margin-bottom:0}.bch__ingredients-link-wrapper{display:flex;align-items:center;padding:4px 0}.bch__ingredients-link{color:var(--bch-body);font-family:var(--bch-font-body);font-size:1.6rem;font-weight:var(--bch-weight-bold);line-height:normal;text-decoration:underline;text-underline-position:from-font;text-decoration-skip-ink:none}@media screen and (min-width:750px){.bch{--bch-pb-featured: 75%}.bch__wrap{gap:32px}.bch__title{font-size:4rem}.bch__subtitle{font-size:1.8rem}.bch__stat{font-size:1.3rem}.bch__description{font-size:1.5rem;line-height:1.35}.bch__ingredients-link{font-size:1.7rem}}@media screen and (min-width:990px){.bch{--bch-pb-featured: 140.909%}.bch__wrap{flex-direction:row;align-items:flex-start;gap:clamp(32px,4.7vw,60px)}.bch__gallery-column{flex:0 1 580px;min-width:0;position:sticky;top:var(--bch-sticky-top, 24px)}.bch__info{flex:1 1 640px;min-width:0;gap:var(--bch-gap-block)}.bch-gallery__thumbs{display:flex;flex:0 0 clamp(96px,21.4%,124px)}.bch-gallery__dots{display:none}.bch-gallery__track{overflow:hidden}.bch__title{font-size:4.8rem}.bch__subtitle{font-size:2rem}.bch__stat{font-size:1.4rem}.bch__description{font-size:1.6rem;line-height:1.4}.bch__ingredients-link{font-size:1.8rem}.bch__rating{order:0}.bch__title{order:1}}@media screen and (min-width:1440px){.bch__gallery-column{flex:0 0 580px}.bch__info{flex:0 0 640px}}@media(prefers-reduced-motion:no-preference){.bch-gallery__track{scroll-behavior:smooth}}@media(forced-colors:active){.bch-gallery__thumb[aria-current=true],.bch-gallery__dot[aria-current=true]{outline:2px solid CanvasText}}
/*# sourceMappingURL=/cdn/shop/t/83/assets/bello-capsule-hero.css.map */
