.featured-blog{background-color:#fff;border-radius:26px;overflow:hidden;margin-bottom:48px}.featured-blog__link{display:grid;grid-template-columns:1fr 1fr;gap:16px;text-decoration:none;transition:all .2s ease}.featured-blog__link:hover{opacity:.9}@media screen and (max-width: 500px){.featured-blog__link{grid-template-columns:1fr}}.featured-blog__content{padding:48px;display:flex;flex-direction:column;justify-content:start}@media screen and (max-width: 500px){.featured-blog__content{padding:24px}}.featured-blog__category{color:#f2aaae;font-size:14px;font-weight:400;margin-bottom:16px}.featured-blog__title{font-family:"Poppins",sans-serif;font-size:32px;font-weight:600;margin-bottom:24px;color:#263238}.featured-blog__excerpt{color:#263238;font-size:14px;line-height:1.6}.featured-blog__image{height:100%;min-height:400px}@media screen and (max-width: 500px){.featured-blog__image{min-height:300px}}.featured-blog__image img{width:100%;height:100%;object-fit:cover}.blog-card{background-color:#fff;border-radius:26px;overflow:hidden;height:100%;display:flex;flex-direction:column;min-height:400px}@media screen and (max-width: 768px){.blog-card{min-height:380px}}@media screen and (max-width: 500px){.blog-card{min-height:320px}}.blog-card__link{display:flex;flex-direction:column;height:100%;text-decoration:none;transition:all .2s ease}.blog-card__link:hover{opacity:.9}.blog-card__image{width:100%;height:220px;overflow:hidden;position:relative}@media screen and (max-width: 768px){.blog-card__image{height:180px}}@media screen and (max-width: 500px){.blog-card__image{height:160px}}.blog-card__image img{width:100%;height:100%;object-fit:cover;object-position:center}.blog-card__content{padding:24px;flex:1;display:flex;flex-direction:column}.blog-card__category{color:#f2aaae;font-size:14px;font-weight:400;margin-bottom:8px}.blog-card__title{font-family:"Poppins",sans-serif;font-size:18px;font-weight:600;margin-bottom:16px;color:#263238;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis;line-height:1.4}.blog-card__title a{color:#263238;text-decoration:none;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}@media screen and (max-width: 500px){.blog-card__title a{-webkit-line-clamp:5}}.blog-card__title a:hover{text-decoration:underline}.blog-card__excerpt{color:#263238;font-size:14px;line-height:1.6;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;overflow:hidden;text-overflow:ellipsis}@media screen and (max-width: 500px){.blog-card__excerpt{display:none}}.blog-page{background-color:#c6def1;min-height:100vh;padding:48px 20px}.blog-page__content{max-width:1280px;margin:0 auto}.blog-page__grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:24px;margin-top:48px}@media screen and (max-width: 500px){.blog-page__grid{grid-template-columns:repeat(2, 1fr)}}.blog-page__banner{border-radius:26px;padding:40px;height:100%}@media screen and (max-width: 500px){.blog-page__banner{grid-column:1/-1}}.blog-page__banner--red{background-color:#f2aaae;color:#fff;position:relative}.blog-page__banner--white{background-color:#fff}.blog-page__banner-content-title{font-family:"Poppins",sans-serif;font-size:18px;font-weight:600;margin-bottom:24px;text-align:center}.blog-page__banner-content-subtitle{font-size:14px;line-height:1.6;margin-bottom:16px;text-align:center}.blog-page__banner-content-copy{color:#263238;font-weight:600;margin-top:30px;text-align:center;font-size:22px}.blog-page__banner-content-image{position:relative;bottom:0;width:200px;margin:0 auto}.blog-page__banner-content-image img{width:100%;height:auto}.blog-page__banner-price{font-size:32px;font-weight:600;display:block;margin-top:16px}.blog-page__banner-form-title{color:#dbcdf0;margin-bottom:25px;font-family:"Poppins",sans-serif;font-size:18px;font-weight:600;text-align:center}.blog-page__brands{margin-top:48px}.blog-page__brands-grid{display:grid;grid-template-columns:repeat(5, 1fr);gap:16px;margin:0 auto}@media screen and (max-width: 500px){.blog-page__brands-grid{display:none}}.blog-page__brands-mobile{display:none}@media screen and (max-width: 500px){.blog-page__brands-mobile{display:flex;flex-direction:column;gap:8px}}.blog-page__brand{position:relative;border-radius:24px;overflow:hidden}.blog-page__brand:hover .blog-page__brand-overlay{opacity:1}.blog-page__brand-image{width:100%;height:100%}.blog-page__brand-image img{width:100%;height:100%;object-fit:cover}.blog-page__brand-overlay{position:absolute;bottom:24px;left:0;right:0;background:#dbcdf0;padding:8px;text-align:center;color:#263238;font-size:14px;font-weight:400;border-radius:24px;width:60%;margin:0 auto}.blog-page__brand-mobile{display:flex;align-items:center;justify-content:space-between;padding:16px;background:#dbcdf0;border-radius:24px;text-decoration:none}.blog-page__brand-name{color:#263238;font-size:14px;font-weight:600}.blog-page__brand-arrow{width:20px;height:20px}.blog-page__tags{margin-top:48px;padding:0 24px}.blog-page__tags-wrapper{display:flex;flex-direction:column;align-items:center;gap:24px}.blog-page__tags-container{display:flex;flex-wrap:wrap;gap:12px;width:100%;justify-content:center;transition:all .3s ease}.blog-page__tags-button{display:flex;align-items:center;gap:8px;padding:12px 24px;background:#dbcdf0;border:none;border-radius:24px;color:#263238;font-size:14px;font-weight:400;cursor:pointer;transition:opacity .2s ease}.blog-page__tags-button:hover{opacity:.8}.blog-page__tags-button img{width:16px;height:16px}.blog-page__tag{display:inline-flex;padding:12px 24px;background:#fff;border-radius:24px;color:#f2aaae;text-decoration:none;font-size:14px;font-weight:400;transition:opacity .2s ease}.blog-page__tag:hover{opacity:.8}/*# sourceMappingURL=blog.css.map */


.blog-card{background-color:#fff;border-radius:26px;overflow:hidden;height:100%;display:flex;flex-direction:column;min-height:400px}@media screen and (max-width: 768px){.blog-card{min-height:380px}}@media screen and (max-width: 500px){.blog-card{min-height:320px}}.blog-card__link{display:flex;flex-direction:column;height:100%;text-decoration:none;transition:all .2s ease}.blog-card__link:hover{opacity:.9}.blog-card__image{width:100%;height:220px;overflow:hidden;position:relative}@media screen and (max-width: 768px){.blog-card__image{height:180px}}@media screen and (max-width: 500px){.blog-card__image{height:160px}}.blog-card__image img{width:100%;height:100%;object-fit:cover;object-position:center}.blog-card__content{padding:24px;flex:1;display:flex;flex-direction:column}.blog-card__category{color:#f2aaae;font-size:14px;font-weight:400;margin-bottom:8px}.blog-card__title{font-family:"Poppins",sans-serif;font-size:18px;font-weight:600;margin-bottom:16px;color:#263238;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis;line-height:1.4}.blog-card__title a{color:#263238;text-decoration:none;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}@media screen and (max-width: 500px){.blog-card__title a{-webkit-line-clamp:5}}.blog-card__title a:hover{text-decoration:underline}.blog-card__excerpt{color:#263238;font-size:14px;line-height:1.6;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;overflow:hidden;text-overflow:ellipsis}@media screen and (max-width: 500px){.blog-card__excerpt{display:none}}.blog-post__hero{background-color:#c6def1;padding:40px 20px;width:100%}.blog-post__content-wrapper{max-width:1280px;margin:0 auto;background-color:#fff;border-radius:26px}.blog-post__header-content{padding:32px 24px}.blog-post__category{text-align:center;color:#f2aaae;text-transform:none;font-family:"Poppins",sans-serif;font-size:14px;font-weight:400;margin-bottom:8px}@media screen and (max-width: 500px){.blog-post__category{text-align:left}}.blog-post__title{text-align:center;font-family:"Poppins",sans-serif;font-size:18px;font-weight:600;line-height:1.4;color:#263238;text-transform:none}@media screen and (max-width: 500px){.blog-post__title{text-align:left}}.blog-post__featured-image{margin:0 auto}.blog-post__featured-image img{width:100%;height:auto;display:block;border-radius:0 0 26px 26px}.blog-post__content{max-width:992px;margin:auto;font-family:"Poppins",sans-serif;font-size:14px;font-weight:400;padding:0 20px}.blog-post__content p{margin-bottom:1.5em;line-height:1.6}.blog-post__tags{max-width:992px;margin:auto;font-size:14px;font-weight:400;display:flex;justify-content:space-between;padding:0 20px}.blog-post__tags-wrapper{max-width:992px;width:100%;border-top:1px solid #c7c7c7;padding-top:24px;margin-bottom:48px}.blog-post__tags-content{display:flex;align-items:center;gap:8px}.blog-post__tags-divider{height:1px;width:16px;background-color:#c7c7c7;margin:0 8px;display:inline-block;margin-bottom:4px}.blog-post__tags-list{display:inline}.blog-post__tag-link{color:#f2aaae;text-decoration:none}.blog-post__tag-link:hover{color:#263238}.share-readnext{display:flex;justify-content:space-between;align-items:center;max-width:992px;margin:auto;font-size:14px;font-weight:400;margin-top:24px;padding:24px 20px}.share-readnext__share{display:flex;align-items:center;cursor:pointer;color:#263238}.share-readnext__icon{width:12px;height:12px;margin-left:4px}.share-readnext__next{display:flex;align-items:center;gap:8px;color:#263238;text-decoration:none;font-size:14px;font-weight:400}.related-posts{background-color:#c6def1;padding:48px 20px;margin-top:48px}.related-posts__container{max-width:1280px;margin:0 auto;display:flex;flex-direction:column}.related-posts__title{text-align:center;font-family:"Poppins",sans-serif;font-size:18px;font-weight:600;color:#263238;margin-bottom:32px;width:75%;margin-left:0;margin-right:auto}@media screen and (max-width: 500px){.related-posts__title{width:100%;margin:0 auto 32px}}.related-posts__grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:24px}@media screen and (max-width: 500px){.related-posts__grid{grid-template-columns:repeat(2, 1fr)}.related-posts__grid>*:nth-child(3){display:none}}.related-posts__banner{border-radius:26px;padding:40px;height:100%}@media screen and (max-width: 500px){.related-posts__banner{grid-column:1/-1;order:1}}.related-posts__banner--white{background-color:#fff}.related-posts__banner-form-title{color:#dbcdf0;margin-bottom:25px;font-family:"Poppins",sans-serif;font-size:18px;font-weight:600;text-align:center}/*# sourceMappingURL=blog-post.css.map */
