.blog-hero{position:relative;width:100%;height:60vh;min-height:400px;max-height:700px;border-radius:12px;overflow:hidden;margin-bottom:3rem;box-shadow:0 10px 40px #0000001a;display:flex;align-items:flex-end;padding:3rem}.blog-hero__image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1}.blog-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.3) 0%,transparent 40%);z-index:2;pointer-events:none}.blog-hero__content{position:relative;z-index:3;width:100%;max-width:650px;margin:0;padding:1.5rem 2rem;background:#fff;border-radius:12px;box-shadow:0 12px 40px #00000026;text-align:left}.blog-hero__category{position:absolute;top:1.5rem;left:1.5rem;z-index:10;display:inline-block;padding:.5rem 1rem;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:50px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem;color:rgb(var(--color-foreground));background:rgb(var(--color-background))}.blog-hero__title{font-size:3rem;font-weight:700;line-height:1.15;margin-top:0;margin-bottom:1rem;text-shadow:none;color:#5d1f58}.blog-hero__excerpt{font-size:1.125rem;line-height:1.6;margin-bottom:1.5rem;opacity:1;max-width:600px;color:#555}.blog-hero__cta{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.75rem;background:#e93c98;color:#fff;font-size:1rem;font-weight:600;text-decoration:none;border-radius:8px;transition:all .3s ease;box-shadow:0 4px 12px #e93c984d}.blog-hero__cta:hover{transform:translateY(-2px);box-shadow:0 6px 20px #e93c9866;opacity:.9}.blog-hero__cta:after{content:"";display:inline-block;width:18px;height:18px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14M12 5l7 7-7 7'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;background-position:center;transition:transform .3s ease}.blog-hero__cta:hover:after{transform:translate(4px)}.blog-hero__date{display:inline-block;font-size:.875rem;opacity:.8;margin-top:.5rem}.blog-category-nav{margin-bottom:3rem;position:relative}.blog-category-nav__wrapper{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.blog-category-nav__wrapper::-webkit-scrollbar{display:none}.blog-category-nav__list{display:flex;gap:.75rem;padding:.5rem 0;list-style:none;margin:0;width:max-content}.blog-category-pill{flex-shrink:0}.blog-category-pill__button{display:block;padding:.625rem 1.25rem;background:#fff;border:2px solid #e5e7eb;border-radius:50px;font-size:.9375rem;font-weight:500;color:#4b5563;cursor:pointer;transition:all .2s ease;white-space:nowrap;text-decoration:none!important}.blog-category-pill__button:hover{border-color:rgb(var(--color-button));color:rgb(var(--color-button));background:rgba(var(--color-button),.05)}.blog-category-pill__button.active{background:rgb(var(--color-button));border-color:rgb(var(--color-button));color:rgb(var(--color-button-text));box-shadow:0 2px 8px rgba(var(--color-button),.3);text-decoration:underline;text-underline-offset:4px}.blog-category-section{margin-bottom:4rem}.blog-category-section__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.blog-category-section__title{font-size:1.5rem;font-weight:700;color:#111827}.blog-category-section__view-all{font-size:.9375rem;font-weight:500;color:#6366f1;text-decoration:none;display:flex;align-items:center;gap:.375rem;transition:gap .2s ease}.blog-category-section__view-all:hover{gap:.625rem}.blog-category-section__view-all:after{content:"\2192"}.blog-articles-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem}.blog-article-card{background:#fff;border-radius:8px;box-shadow:0 2px 8px #00000014;overflow:hidden;transition:all .3s ease;text-decoration:none!important;color:inherit;display:flex;flex-direction:column;height:100%;position:relative}.blog-article-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.blog-article-card__image-wrapper{position:relative;width:100%;aspect-ratio:16 / 10;overflow:hidden;background:#f3f4f6}.blog-article-card__image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.blog-article-card:hover .blog-article-card__image{transform:scale(1.05)}.blog-article-card__tag{position:absolute;top:.75rem;right:.75rem;padding:.375rem .75rem;background:#fffffff2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:20px;font-size:.75rem;font-weight:600;color:#6366f1;text-transform:uppercase;letter-spacing:.05em;box-shadow:0 2px 8px #0000001a}.blog-article-card__content{padding:1.5rem;flex:1;display:flex;flex-direction:column}.blog-article-card__title{font-size:1.5rem;font-weight:700;line-height:1.35;color:#111827;margin-top:0;margin-bottom:.25rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-clamp:2;overflow:hidden}.blog-article-card__excerpt{font-size:.9375rem;line-height:1.6;color:#6b7280;margin-bottom:1rem;flex:1;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;line-clamp:3;overflow:hidden}.blog-article-card__meta{display:flex;align-items:center;gap:1rem;font-size:.875rem;color:#9ca3af}.blog-article-card__date{display:flex;align-items:center;gap:.375rem}.blog-article-card__date:before{content:"\1f4c5";font-size:.875rem}.blog-article-card__author{display:flex;align-items:center;gap:.375rem}.blog-article-card__link{text-decoration:none!important;color:inherit}.blog-article-card__author:before{content:"\270d\fe0f";font-size:.875rem}.blog-article-card__read-time{display:flex;align-items:center;gap:.375rem;margin-left:auto}.blog-article-card__read-time:before{content:"\23f1\fe0f";font-size:.875rem}@media screen and (max-width:768px){.blog-hero{height:50vh;min-height:350px;border-radius:8px;padding:1.5rem}.blog-hero__overlay{display:block}.blog-hero__title{font-size:2rem}.blog-hero__content{width:100%;margin:0;padding:1.25rem;border-radius:12px;border-left:none}.blog-hero__excerpt{font-size:1rem;margin-bottom:1rem}.blog-hero__cta{padding:.75rem 1.5rem;font-size:.9375rem}.blog-category-nav{margin-bottom:2rem}.blog-category-pill__button{padding:.5rem 1rem;font-size:.875rem}.blog-category-section{margin-bottom:3rem}.blog-category-section__title{font-size:1.25rem}.blog-articles-grid{grid-template-columns:1fr;gap:1.5rem}.blog-article-card__content{padding:1.25rem}.blog-article-card__title{font-size:1.375rem}}.blog-article-card__image[data-src]{background:linear-gradient(90deg,#f3f4f6,#e5e7eb,#f3f4f6);background-size:200% 100%;animation:shimmer 1.5s infinite}.blog-hero__image[data-src]{background:linear-gradient(90deg,#d1d5db,#9ca3af,#d1d5db);background-size:200% 100%;animation:shimmer 1.5s infinite}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.blog-article-card,.blog-hero{contain:layout}
/*# sourceMappingURL=/cdn/shop/t/14/assets/blog-homepage-enhanced.css.map */
