.blog-aside{display:flex;flex-direction:column;gap:2.4rem}@media screen and (min-width: 576px){.blog-aside{gap:4.8rem}}.blog-aside__header{margin-top:0;margin-bottom:1.6rem}@media screen and (min-width: 576px){.blog-aside__header{margin-bottom:2.4rem}}@media screen and (min-width: 1200px){.blog-aside_border{border-left:.1rem solid rgb(var(--color-border))}}@media screen and (min-width: 1200px){.blog-aside__posts{padding-left:1.6rem}}@media screen and (min-width: 1360px){.blog-aside__posts{padding-left:2.4rem}}.blog-aside__posts-items{display:flex;flex-direction:column;gap:1.6rem}@media screen and (min-width: 576px){.blog-aside__posts-items{gap:2.4rem}}.blog-aside__posts-items .blog__post:first-child .article-card-small{border:none;padding-top:0}.blog-aside__posts .article .article-card-small{padding-top:1.6rem}@media screen and (min-width: 576px){.blog-aside__posts .article .article-card-small{padding-top:2.4rem}}.blog-aside__button{margin-top:2.4rem;width:100%}.blog-aside__banner{width:30rem;max-width:100%;margin:0 auto}.blog-aside__banner:not(:first-child){padding-top:2.4rem}@media screen and (min-width: 576px){.blog-aside__banner:not(:first-child){padding-top:3.2rem}}.blog-aside__banner-wrapper{position:relative;display:flex;flex-direction:column;justify-content:space-between;width:100%;height:40rem;max-width:30rem;padding:1.2rem 1rem;border-radius:var(--border-radius-main);overflow:hidden}@media screen and (min-width: 1200px){.blog-aside__banner-wrapper{margin-left:1.2rem}}.blog-aside__banner-wrapper::before{content:"";position:absolute;inset:0;width:100%;height:100%;z-index:1;background:linear-gradient(0deg, rgba(var(--color-overlay), var(--opacity)) 0%, rgba(0, 0, 0, 0) 41%)}.blog-aside__banner-wrapper:hover .blog-aside__banner-image_hover{transform:scale(1.05)}.blog-aside__banner-image{position:absolute;inset:0;transition:transform var(--duration-default)}.blog-aside__banner-image img{width:100%;height:100%;object-fit:cover}.blog-aside__banner-badge{z-index:1;display:flex;justify-content:center;align-items:center;width:10rem;height:10rem;margin-left:auto;padding:.8rem;border-radius:50%;background-color:rgb(var(--color-button));text-align:center;color:rgb(var(--color-button-text));line-height:1}.blog-aside__banner-info{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:.8rem;padding:.8rem 1rem}.blog-aside__banner-subtitle{color:rgb(var(--color-foreground), 0.8)}.blog-aside__banner-header{margin:0;text-align:center}.blog-aside__banner-link{position:absolute;inset:0;z-index:2;display:block !important}.blog-aside_banner{margin-right:-2.4rem}.blog-aside div:last-child{position:sticky;top:1rem;transition:top var(--duration-default)}.shopify-section-header-sticky:not(.shopify-section-header-hidden)~main .blog-aside div:last-child{top:calc(var(--header-height) + 1rem)}