.cbh-main-blog{--mb-radius: 20px;--mb-shadow: 0 14px 34px rgba(0,0,0,.08);--mb-shadow-hover: 0 20px 50px rgba(0,0,0,.12);--mb-aspect: 16 / 9;--mb-chip-bg: rgba(255,255,255,.86);--mb-chip-text: rgba(0,0,0,.78);--mb-rt-bg: rgba(38, 92, 66, .92);--mb-rt-text: #fff}.cbh-main-blog[data-mb-aspect="16/9"]{--mb-aspect: 16 / 9}.cbh-main-blog[data-mb-aspect="4/3"]{--mb-aspect: 4 / 3}.cbh-main-blog[data-mb-aspect="1/1"]{--mb-aspect: 1 / 1}.cbh-main-blog .cbh-mb__head{max-width:780px;margin:0 auto 26px;text-align:center;display:grid;gap:10px}.cbh-main-blog .cbh-mb__title{margin:0;line-height:1.08;text-wrap:balance}.cbh-main-blog .cbh-mb__sub{margin:0 auto;max-width:65ch;line-height:1.65;color:var(--color-foreground-secondary)}.cbh-main-blog .cbh-mb__sub p{margin:0}.cbh-main-blog .cbh-mb-filters{margin:14px auto 22px;display:flex;justify-content:center}.cbh-main-blog .cbh-mb-filters__inner{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;align-items:center}.cbh-main-blog .cbh-mb-filter{display:inline-flex;align-items:center;gap:10px;padding:10px 14px;border-radius:999px;border:1px solid rgba(38,92,66,.2);background:#ffffff8c;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);color:#265c42;font-weight:800;text-decoration:none;line-height:1;white-space:nowrap}.cbh-main-blog .cbh-mb-filter.is-active{background:#265c42;border-color:#265c42;color:#fff;padding-right:10px}.cbh-main-blog .cbh-mb-filter__clear{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:999px;background:#ffffff2e;color:#fff;text-decoration:none;font-weight:900;line-height:1}.cbh-main-blog .cbh-mb-filter__clear:hover{background:#ffffff47}.cbh-main-blog .cbh-mb-filter__clear:focus-visible{outline:3px solid #BFA980;outline-offset:3px}@media screen and (max-width: 749px){.cbh-main-blog .cbh-mb-filters.is-sticky-mobile{position:sticky;top:calc(var(--header-bottom-position, 0px) + 10px);z-index:30}.cbh-main-blog .cbh-mb-filters.is-sticky-mobile .cbh-mb-filters__inner{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:10px;border-radius:999px;background:#f8f6f1eb;border:1px solid rgba(0,0,0,.06);box-shadow:0 10px 26px #0000001a}.cbh-main-blog .cbh-mb-filters.is-sticky-mobile .cbh-mb-filters__inner::-webkit-scrollbar{display:none}.cbh-main-blog .cbh-mb-filter{flex:0 0 auto}}.cbh-main-blog .cbh-mb__grid{display:grid;gap:18px}@media screen and (min-width: 750px){.cbh-main-blog .cbh-mb__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}}@media screen and (min-width: 990px){.cbh-main-blog .cbh-mb__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}}@media screen and (min-width: 990px){.cbh-main-blog .cbh-mb__grid--collage .cbh-mb-card.is-featured{grid-column:1 / -1;display:grid;grid-template-columns:1.25fr 1fr;min-height:320px}.cbh-main-blog .cbh-mb__grid--collage .cbh-mb-card.is-featured .cbh-mb-card__media{aspect-ratio:auto;height:100%;min-height:320px}.cbh-main-blog .cbh-mb__grid--collage .cbh-mb-card.is-featured .cbh-mb-card__body{padding:22px}.cbh-main-blog .cbh-mb__grid--collage .cbh-mb-card.is-featured .cbh-mb-card__title a{font-size:calc(var(--font-heading-scale) * 2.4rem)}}.cbh-main-blog .cbh-mb-card{border-radius:var(--mb-radius);overflow:hidden;background:#ffffff8c;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);box-shadow:var(--mb-shadow);display:flex;flex-direction:column;transition:transform .22s ease,box-shadow .22s ease}@media (hover:hover) and (pointer:fine){.cbh-main-blog .cbh-mb-card:hover{transform:translateY(-3px);box-shadow:var(--mb-shadow-hover)}}.cbh-main-blog .cbh-mb-card__media{position:relative;aspect-ratio:var(--mb-aspect);background:#265c421f;overflow:hidden}@supports not (aspect-ratio: 16 / 9){.cbh-main-blog .cbh-mb-card__media:before{content:"";display:block;padding-bottom:56.25%}.cbh-main-blog .cbh-mb-card__media>*{position:absolute;top:0;right:0;bottom:0;left:0}}.cbh-main-blog .cbh-mb-card__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;display:block}.cbh-main-blog[data-mb-fit=contain] .cbh-mb-card__img{object-fit:contain;background:#265c421a}.cbh-main-blog .cbh-mb-card__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;background:#265c421a}.cbh-main-blog .cbh-mb-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(to top,#00000052,#0000 58%);opacity:.85}.cbh-main-blog .cbh-mb-card__chips{position:absolute;left:14px;right:14px;bottom:14px;display:flex;flex-wrap:wrap;gap:8px;align-items:center;z-index:2}.cbh-main-blog .cbh-chip{display:inline-flex;align-items:center;gap:8px;padding:7px 10px;border-radius:999px;background:var(--mb-chip-bg);color:var(--mb-chip-text);font-weight:800;font-size:1rem;line-height:1;white-space:nowrap;box-shadow:0 10px 22px #0000001a}.cbh-main-blog .cbh-chip--time{background:var(--mb-rt-bg);color:var(--mb-rt-text)}.cbh-main-blog .cbh-chip--tag{background:#bfa98038;color:#265c42}.cbh-main-blog .cbh-rt-short{display:none}.cbh-main-blog .cbh-rt-long{display:inline}.cbh-main-blog .cbh-chip--time .cbh-rt-short{display:none!important}.cbh-main-blog .cbh-chip--time .cbh-rt-long{display:inline!important}@media screen and (max-width: 749px){.cbh-main-blog .cbh-chip--time .cbh-rt-long{display:none!important}.cbh-main-blog .cbh-chip--time .cbh-rt-short{display:inline!important}}@media screen and (max-width: 749px){.cbh-main-blog .cbh-mb-card__chips{flex-wrap:nowrap;overflow:hidden;gap:6px}.cbh-main-blog .cbh-chip{font-size:1rem;padding:7px 9px;max-width:100%}.cbh-main-blog .cbh-chip--tag{display:none}}.cbh-main-blog .cbh-mb-card__link{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;text-decoration:none}.cbh-main-blog .cbh-mb-card__body{position:relative;z-index:2;padding:16px 18px 18px;display:flex;flex-direction:column;gap:10px;flex:1 1 auto}@media screen and (min-width: 750px){.cbh-main-blog .cbh-mb-card__body{padding:18px 20px 20px}}.cbh-main-blog .cbh-mb-card__kicker{margin:0;display:inline-flex;align-items:center;justify-content:center;width:fit-content;padding:6px 10px;border-radius:999px;background:#bfa98038;color:#265c42;font-weight:900;letter-spacing:.12em;text-transform:uppercase;font-size:1rem}.cbh-main-blog .cbh-mb-card__title{margin:0;line-height:1.18}.cbh-main-blog .cbh-mb-card__title a{position:relative;z-index:3;text-decoration:none!important;color:#265c42;font-size:calc(var(--font-heading-scale) * 1.7rem);text-wrap:balance}@media (min-width: 750px){.cbh-main-blog .cbh-mb-card__title a{font-size:calc(var(--font-heading-scale) * 1.8rem)}}.cbh-main-blog .cbh-mb-card__excerpt{color:#000000b8;font-size:1.5rem;line-height:1.55}.cbh-main-blog .cbh-mb-card__cta{margin-top:auto;display:flex;justify-content:center}@media screen and (min-width: 990px){.cbh-main-blog .cbh-mb-card.is-featured .cbh-mb-card__cta{justify-content:flex-start}}.cbh-main-blog .rbp{position:relative;z-index:3;color:#265c42;font-weight:800;text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:4px}.cbh-main-blog .cbh-mb__pagination{margin-top:30px;display:flex;justify-content:center}.cbh-main-blog .pagination{width:100%;max-width:520px}.cbh-main-blog .pagination__list{display:flex;justify-content:center;gap:10px;flex-wrap:wrap}.cbh-main-blog .pagination__item{border-radius:999px!important;background:#ffffffa6;border:1px solid rgba(191,169,128,.35);min-width:44px;min-height:44px;display:inline-flex;align-items:center;justify-content:center;font-weight:800}.cbh-main-blog .pagination__item--current,.cbh-main-blog .pagination__item[aria-current=page]{background:#265c42;color:#fff;border-color:#265c42d9}.cbh-main-blog .pagination__item:hover{background:#ffffffd9}.cbh-main-blog a:focus-visible{outline:3px solid #BFA980;outline-offset:3px}
/*# sourceMappingURL=/cdn/shop/t/20/assets/section-main-blog.css.map */
