.blog-page{background:#f8f7fb}.blog-hero{background:linear-gradient(135deg,#302757,#1e1740,#19233d);padding:115px 0 48px;text-align:center;position:relative;overflow:hidden}.blog-hero:before{content:"";position:absolute;top:-40%;right:-15%;width:600px;height:600px;background:radial-gradient(circle,rgba(25,171,213,.08) 0%,transparent 70%);pointer-events:none}.blog-hero:after{content:"";position:absolute;bottom:-30%;left:-10%;width:400px;height:400px;background:radial-gradient(circle,rgba(25,171,213,.05) 0%,transparent 70%);pointer-events:none}.blog-hero__inner{position:relative;z-index:1;max-width:800px;margin:0 auto}.blog-hero__eyebrow{display:inline-block;font-size:12px;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:#19abd5;margin-bottom:16px}.blog-hero__title{font-size:clamp(2.5rem,5vw,3.5rem);font-weight:300;color:#fff;margin:0 0 16px;line-height:1.1;letter-spacing:-.02em}.blog-hero__description{font-size:clamp(14px,2vw,16px);color:#ffffff8c;line-height:1.8;margin:0 auto;max-width:600px}.blog-hero__article-count{display:inline-block;font-size:13px;color:#ffffff59;margin-top:14px}.blog-categories{padding:32px 0 0}.blog-categories__inner{display:flex;flex-wrap:wrap;justify-content:center;gap:10px}.blog-pill{display:inline-flex;align-items:center;gap:6px;height:38px;padding:0 18px;border-radius:999px;font-size:13px;font-weight:600;color:#6c6a7c;background:#3027570f;text-decoration:none;transition:all .2s ease;white-space:nowrap;border:1px solid transparent}.blog-pill:hover{background:#19abd51a;color:#19abd5;border-color:#19abd526}.blog-pill--active,.blog-pill--active:hover{background:#19abd5;color:#fff;border-color:#19abd5}.blog-pill svg{width:16px;height:16px;flex-shrink:0}.blog-grid{display:grid;grid-template-columns:1fr;gap:28px;padding-top:36px;padding-bottom:60px}@media(min-width:640px){.blog-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:990px){.blog-grid{grid-template-columns:repeat(3,1fr);gap:32px}}.blog-card{display:flex;flex-direction:column;border-radius:12px;overflow:hidden;background:#fff;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);height:100%;box-shadow:0 1px 3px #0000000d;border:1px solid rgba(48,39,87,.06)}.blog-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #19abd526;border-color:#19abd533}.blog-card__header{height:190px;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}.blog-card__header--mammography{background:linear-gradient(135deg,#1a0a14,#7c1d5e,#2d1533)}.blog-card__header--xray{background:linear-gradient(135deg,#0a1a2e,#196a9d,#0d2e4a)}.blog-card__header--portable{background:linear-gradient(135deg,#0a1a1e,#1a7c6a,#0d3330)}.blog-card__header--services{background:linear-gradient(135deg,#1a0a2e,#4a2d7c,#1a0f33)}.blog-card__header--guides{background:linear-gradient(135deg,#1a140a,#7c5e1d,#33291a)}.blog-card__header--default{background:linear-gradient(135deg,#1a1a2e,#302757,#1a1a33)}.blog-card__header:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);background-size:24px 24px;pointer-events:none}.blog-card__header:after{content:"";position:absolute;bottom:0;left:0;right:0;height:50px;background:linear-gradient(to top,rgba(0,0,0,.25),transparent);pointer-events:none}.blog-card__header--has-image{background:#1a1a2e}.blog-card__header--has-image:before,.blog-card__header--has-image:after{display:none}.blog-card__header--has-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.blog-card:hover .blog-card__header--has-image img{transform:scale(1.05)}.blog-card__icon{position:relative;z-index:1;opacity:.55}.blog-card__icon svg{width:52px;height:52px;color:#fff;stroke:currentColor}.blog-card__header-label{position:relative;z-index:1;font-size:11px;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:#ffffff73;margin-top:10px}.blog-card__badge{position:absolute;top:12px;left:12px;z-index:2;padding:4px 10px;border-radius:4px;font-size:11px;font-weight:700;color:#fff;letter-spacing:.02em}.blog-card__badge--mammography{background:#c2185bd9}.blog-card__badge--xray{background:#1976d2d9}.blog-card__badge--portable{background:#00897bd9}.blog-card__badge--services{background:#5e35b1d9}.blog-card__badge--guides{background:#ef6c00d9}.blog-card__badge--default{background:#455a64d9}.blog-card__body{padding:22px 24px 26px;display:flex;flex-direction:column;flex:1}.blog-card__meta{display:flex;align-items:center;gap:6px;margin-bottom:12px;font-size:12px}.blog-card__date{color:#19abd5;font-weight:600}.blog-card__dot{color:#c4c3cc;font-size:10px}.blog-card__readtime,.blog-card__author{color:#9e9cab}.blog-card__title{font-size:18px;font-weight:700;color:#2d2543;line-height:1.35;margin:0 0 10px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color .2s ease}.blog-card:hover .blog-card__title{color:#19abd5}.blog-card__excerpt{font-size:14px;color:#6c6a7c;line-height:1.7;margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;flex:1}.blog-empty{text-align:center;padding:80px 20px;grid-column:1 / -1}.blog-empty__icon{margin-bottom:16px;color:#c4c3cc}.blog-empty__icon svg{width:48px;height:48px}.blog-empty__title{font-size:20px;font-weight:600;color:#2d2543;margin:0 0 8px}.blog-empty__text{font-size:14px;color:#6c6a7c;margin:0 0 24px}.blog-empty__link{display:inline-flex;align-items:center;gap:6px;font-size:14px;font-weight:600;color:#19abd5;text-decoration:none;transition:color .2s}.blog-empty__link:hover{color:#302757}.blog-pagination{padding-bottom:60px;display:flex;justify-content:center}@media(max-width:639px){.blog-hero{padding:95px 0 36px}.blog-categories__inner{justify-content:flex-start;overflow-x:auto;flex-wrap:nowrap;padding-bottom:8px;-webkit-overflow-scrolling:touch;scrollbar-width:none;margin:0 -1.5rem;padding-left:1.5rem;padding-right:1.5rem}.blog-categories__inner::-webkit-scrollbar{display:none}.blog-grid{padding-top:28px;padding-bottom:40px;gap:20px}.blog-card__header{height:160px}.blog-card__body{padding:18px 20px 22px}.blog-card__title{font-size:16px}}@media(min-width:640px)and (max-width:989px){.blog-card__header{height:170px}}
/*# sourceMappingURL=/cdn/shop/t/24/assets/blog-redesign.css.map */
