.blog-featured{padding-bottom:56px}.blog-featured__label,.blog-recent__label{font-family:var(--font-family);font-size:26px;font-weight:var(--font-weight-semibold);line-height:.96;color:var(--color-text);text-transform:uppercase;margin:0 0 48px}.blog-featured__hero{display:flex;gap:58px;align-items:center;margin-bottom:48px}.blog-featured__hero-image{flex-shrink:0;width:777px;height:400px;border-radius:9px;overflow:hidden;background:#e2ebeb}.blog-featured__hero-image img{width:100%;height:100%;object-fit:cover}.blog-featured__hero-body{display:flex;flex-direction:column;gap:40px;width:461px;flex-shrink:0}.blog-featured__hero-title{font-family:var(--font-family);font-size:40px;font-weight:var(--font-weight-semibold);line-height:1.2;color:var(--color-text);margin:0}.blog-featured__hero-title em{font-style:normal;font-weight:var(--font-weight-light)}.blog-meta{display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%}.blog-meta__author{display:flex;align-items:flex-end;gap:4px;font-family:var(--font-family);font-size:16px;font-weight:var(--font-weight-light);line-height:.96;color:var(--color-text);opacity:.4}.blog-meta__author svg{width:16px;height:16px;flex-shrink:0}.blog-meta__date{font-family:var(--font-family);font-size:16px;font-weight:var(--font-weight-light);line-height:.96;color:var(--color-text);opacity:.4;white-space:nowrap}.blog-read-more{display:flex;align-items:center;justify-content:center;padding:8px 0;border:1px solid rgba(0,0,0,.2);border-radius:999px;font-family:var(--font-family);font-size:16px;font-weight:var(--font-weight-semibold);line-height:1.5;color:var(--color-text);text-decoration:none;transition:border-color .2s;width:100%;background:transparent;cursor:pointer}.blog-read-more:hover{border-color:var(--color-primary);color:var(--color-primary)}.blog-featured__cards{display:grid;grid-template-columns:repeat(4,1fr);gap:32px}.blog-card{display:flex;flex-direction:column;gap:24px}.blog-card__image{width:100%;height:330px;border-radius:8px;overflow:hidden;background:#e2ebeb}.blog-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.blog-card:hover .blog-card__image img{transform:scale(1.03)}.blog-card__title{font-family:var(--font-family);font-size:22px;font-weight:var(--font-weight-semibold);line-height:1.2;color:var(--color-text);margin:0}.blog-card__title em{font-style:normal;font-weight:var(--font-weight-light)}.blog-highlight{display:flex;gap:32px;align-items:center;padding:56px 0}.blog-highlight__main{flex-shrink:0;width:743px;height:412px;border-radius:8px;overflow:hidden;position:relative;background:#e2ebeb}.blog-highlight__main-image{width:100%;height:100%;object-fit:cover}.blog-highlight__main-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(183deg,#0000 8%,#000 123%)}.blog-highlight__main-content{position:absolute;bottom:32px;left:32px;right:32px;display:flex;flex-direction:column;gap:24px}.blog-highlight__main-title{font-family:var(--font-family);font-size:22px;line-height:1.2;color:#fff;margin:0;width:475px;max-width:100%}.blog-highlight__main-title strong{font-weight:var(--font-weight-semibold)}.blog-highlight__main-meta{display:flex;align-items:center;justify-content:space-between}.blog-highlight__main-meta .blog-meta__author,.blog-highlight__main-meta .blog-meta__date{color:#fff;opacity:1}.blog-highlight__sidebar{display:flex;flex-direction:column;gap:40px;flex:1}.blog-highlight__sidebar-item{display:flex;gap:34px;text-decoration:none;color:inherit}.blog-highlight__sidebar-thumb{flex-shrink:0;width:189px;height:186px;border-radius:5px;overflow:hidden;background:#e2ebeb}.blog-highlight__sidebar-thumb img{width:100%;height:100%;object-fit:cover}.blog-highlight__sidebar-body{display:flex;flex-direction:column;gap:24px;flex:1}.blog-highlight__sidebar-title{font-family:var(--font-family);font-size:22px;line-height:1.2;color:var(--color-text);margin:0}.blog-highlight__sidebar-title strong{font-weight:var(--font-weight-semibold)}.blog-highlight__sidebar-title em{font-style:normal;font-weight:var(--font-weight-light)}.blog-recent{padding:56px 0}.blog-recent__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:56px;gap:16px}.blog-recent__filters{display:flex;gap:16px;align-items:center;flex-wrap:wrap}.blog-recent__filter{display:flex;align-items:center;justify-content:center;gap:8px;padding:16px;border:1px solid #000;border-radius:999px;font-family:var(--font-family);font-size:14px;font-weight:var(--font-weight-semibold);line-height:.96;color:#000;text-decoration:none;white-space:nowrap;background:transparent;cursor:pointer;transition:background .2s,color .2s,border-color .2s}.blog-recent__filter:hover{background:#00768114;border-color:var(--color-primary)}.blog-recent__filter--active{background:var(--color-primary);border-color:var(--color-primary);color:#fff}.blog-recent__filter--active:hover{background:var(--color-primary);color:#fff}.blog-recent__filter-x{width:18px;height:18px;flex-shrink:0}.blog-recent__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px;row-gap:56px}.blog-pagination{display:flex;align-items:center;justify-content:center;gap:14px;padding:48px 0 0}.blog-pagination__arrow{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;color:var(--color-text);text-decoration:none}.blog-pagination__arrow svg{width:100%;height:100%}.blog-pagination__arrow--disabled{opacity:.3;pointer-events:none}.blog-pagination__page{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:#e6e6e6;font-family:var(--font-family);font-size:16px;font-weight:var(--font-weight-medium);line-height:1.5;color:var(--color-text);text-decoration:none;letter-spacing:-.32px;transition:background .2s,color .2s}.blog-pagination__page:hover{background:#00768126}.blog-pagination__page--current{background:var(--color-primary);color:#fff;font-weight:700}.blog-pagination__page--current:hover{background:var(--color-primary)}@media screen and (max-width:768px){.blog-featured__hero{flex-direction:column;gap:32px}.blog-featured__hero-image{width:100%;height:260px}.blog-featured__hero-body{width:100%;gap:24px}.blog-featured__hero-title{font-size:28px}.blog-featured__cards{grid-template-columns:1fr;gap:40px}.blog-highlight{flex-direction:column;gap:40px}.blog-highlight__main{width:100%;height:300px}.blog-highlight__main-title{width:100%}.blog-highlight__sidebar-item{flex-direction:column;gap:16px}.blog-highlight__sidebar-thumb{width:100%;height:200px}.blog-recent__header{flex-direction:column;align-items:flex-start;gap:24px}.blog-recent__filters{gap:8px}.blog-recent__filter{padding:12px;font-size:12px}.blog-recent__grid{grid-template-columns:1fr;row-gap:40px}.blog-card__image{height:240px}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/section-main-blog.css.map */
