.article-template--with-sidebar{padding:0;max-width:100%}.article-template--with-sidebar .page-width{max-width:100%;padding:0}.article-layout-wrapper{width:100%;max-width:100%}.article-layout{display:grid;grid-template-columns:280px 1fr 300px;min-height:100vh;gap:0}@media screen and (max-width:1399px){.article-layout{grid-template-columns:250px 1fr 280px}}@media screen and (max-width:1199px){.article-layout{grid-template-columns:220px 1fr}.article-sidebar--right{display:none}}@media screen and (max-width:989px){.article-layout{grid-template-columns:1fr}.article-sidebar--left{display:none}}.article-sidebar{background:#fff;border-right:1px solid #e5e5e5}.article-sidebar--right{border-right:none;border-left:1px solid #e5e5e5}.article-sidebar__sticky{position:sticky;top:0;height:100vh;display:flex;flex-direction:column;overflow:hidden}.article-sidebar__title{font-size:14px;font-weight:700;color:#1a1a1a;margin:0;padding:20px 15px 15px;border-bottom:1px solid #e5e5e5;background:#fff;flex-shrink:0;letter-spacing:.5px}.article-sidebar__scroll-container{flex:1;overflow-y:auto;overflow-x:hidden;padding:15px}.article-sidebar__scroll-container::-webkit-scrollbar{width:6px}.article-sidebar__scroll-container::-webkit-scrollbar-track{background:#f5f5f5}.article-sidebar__scroll-container::-webkit-scrollbar-thumb{background:#ccc;border-radius:3px}.article-sidebar__scroll-container::-webkit-scrollbar-thumb:hover{background:#999}.article-sidebar__products{display:flex;flex-direction:column;gap:20px}.article-sidebar__product-item{width:100%}.article-sidebar__product-item .fdm-product-card{border:1px solid #e5e5e5;border-radius:8px;box-shadow:0 2px 6px #0000000d}.article-sidebar__posts{display:flex;flex-direction:column;gap:0}.article-sidebar__post-item{padding:15px 0;border-bottom:1px solid #f0f0f0}.article-sidebar__post-item:first-child{padding-top:0}.article-sidebar__post-item:last-child{border-bottom:none;padding-bottom:0}.article-sidebar__post-link{display:flex;gap:12px;text-decoration:none;transition:all .2s ease}.article-sidebar__post-link:hover .article-sidebar__post-title{color:#005aa3}.article-sidebar__post-image{flex-shrink:0;width:80px;height:60px;border-radius:6px;overflow:hidden;background:#f5f5f5}.article-sidebar__post-image img{width:100%;height:100%;object-fit:cover}.article-sidebar__post-content{flex:1;min-width:0}.article-sidebar__post-title{font-size:14px;font-weight:600;color:#1a1a1a;line-height:1.4;margin:0 0 5px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color .2s ease}.article-sidebar__post-date{font-size:12px;color:#999;display:block;margin-bottom:5px}.article-sidebar__post-excerpt{font-size:12px;color:#666;line-height:1.5;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.article-main{padding:40px 50px;max-width:900px;margin:0 auto}@media screen and (max-width:1199px){.article-main{padding:30px 40px}}@media screen and (max-width:749px){.article-main{padding:20px}}.article-hero{margin-bottom:30px}.article-hero__image-wrapper{border-radius:12px;overflow:hidden;background:#f5f5f5}.article-hero__image{width:100%;height:auto;display:block}.article-hero__caption{margin:15px 0 0;padding:15px 20px;background:linear-gradient(135deg,#e8f4f8,#d4eef5);border-radius:8px;font-size:18px;font-weight:600;color:#005aa3;text-align:center}.article-header{margin-bottom:30px}.article-header__title{font-size:32px;font-weight:700;color:#1a1a1a;line-height:1.3;margin:0 0 15px}@media screen and (max-width:749px){.article-header__title{font-size:24px}}.article-header__meta{display:flex;flex-wrap:wrap;gap:15px;font-size:14px;color:#666}.article-header__date,.article-header__author,.article-header__reading-time{display:flex;align-items:center;gap:5px}.article-header__meta span:before{content:"\2022";margin-right:15px;color:#ccc}.article-header__meta span:first-child:before{display:none}.article-content{font-size:16px;line-height:1.8;color:#333}.article-content h2{font-size:24px;font-weight:700;color:#005aa3;margin:40px 0 20px;padding-bottom:10px;border-bottom:2px solid #e5e5e5}.article-content h3{font-size:20px;font-weight:600;color:#1a1a1a;margin:30px 0 15px}.article-content h4{font-size:18px;font-weight:600;color:#333;margin:25px 0 12px}.article-content p{margin:0 0 20px}.article-content ul,.article-content ol{margin:0 0 20px;padding-left:25px}.article-content li{margin-bottom:10px}.article-content img{max-width:100%;height:auto;border-radius:8px;margin:20px 0}.article-content blockquote{margin:30px 0;padding:20px 25px;background:#f0f7ff;border-left:4px solid #005AA3;border-radius:0 8px 8px 0;font-style:italic;color:#555}.article-content table{width:100%;border-collapse:collapse;margin:25px 0;font-size:14px}.article-content th,.article-content td{padding:12px 15px;text-align:left;border:1px solid #e5e5e5}.article-content th{background:#f5f5f5;font-weight:600;color:#1a1a1a}.article-content tr:nth-child(2n){background:#fafafa}.article-content a{color:#005aa3;text-decoration:underline}.article-content a:hover{color:#f60}.article-tags{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin:40px 0 20px;padding:20px 0;border-top:1px solid #e5e5e5}.article-tags__label{font-size:14px;font-weight:600;color:#333}.article-tags__list{display:flex;flex-wrap:wrap;gap:8px}.article-tags__item{display:inline-block;padding:6px 14px;background:#f5f5f5;color:#333;font-size:13px;font-weight:500;text-decoration:none;border-radius:4px;border:1px solid #e5e5e5;transition:all .2s ease}.article-tags__item:hover{background:#005aa3;border-color:#005aa3;color:#fff}.article-share{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin:20px 0 40px;padding-bottom:30px;border-bottom:1px solid #e5e5e5}.article-share__label{font-size:14px;font-weight:600;color:#333}.article-share__buttons{display:flex;gap:8px}.article-share__button{display:inline-block;padding:8px 16px;font-size:13px;font-weight:600;text-decoration:none;border-radius:4px;transition:all .2s ease}.article-share__button--twitter{background:#00acee;color:#fff}.article-share__button--twitter:hover{background:#0095cc;color:#fff}.article-share__button--facebook{background:#1877f2;color:#fff}.article-share__button--facebook:hover{background:#0d65d9;color:#fff}.article-share__button--pinterest{background:#e60023;color:#fff}.article-share__button--pinterest:hover{background:#c7001e;color:#fff}.article-back{margin-top:30px}.article-back__link{display:inline-flex;align-items:center;gap:8px;color:#005aa3;text-decoration:none;font-size:15px;font-weight:600;transition:color .2s ease}.article-back__link:hover{color:#f60}.article-back__link svg{width:20px;height:20px}.article-best-sellers{padding:60px 0;background:#f8f9fa}.article-best-sellers__title{font-size:28px;font-weight:700;color:#00a0c6;text-align:center;margin:0 0 35px;letter-spacing:1px}.article-best-sellers__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px;max-width:1200px;margin:0 auto;padding:0 20px}@media screen and (max-width:989px){.article-best-sellers__grid{grid-template-columns:repeat(2,1fr);gap:20px}}@media screen and (max-width:575px){.article-best-sellers__grid{grid-template-columns:repeat(2,1fr);gap:15px}.article-best-sellers__title{font-size:22px}}.article-best-sellers__item{display:flex}.article-best-sellers__item .fdm-product-card{width:100%}.article-best-sellers__footer{text-align:center;margin-top:35px}.article-best-sellers__view-all{display:inline-block;padding:14px 40px;background:#00a0c6;color:#fff;text-decoration:none;border-radius:4px;font-size:16px;font-weight:600;transition:background .3s ease}.article-best-sellers__view-all:hover{background:#008cad;color:#fff}@media screen and (max-width:989px){.article-sidebar--left{display:block;order:2;border-right:none;border-top:1px solid #e5e5e5}.article-sidebar--left .article-sidebar__sticky{position:relative;height:auto;max-height:none}.article-sidebar--left .article-sidebar__scroll-container{overflow:visible;max-height:none}.article-sidebar--left .article-sidebar__products{display:grid;grid-template-columns:repeat(2,1fr);gap:15px}.article-main{order:1}}@media screen and (max-width:575px){.article-sidebar--left .article-sidebar__products{grid-template-columns:1fr}}
/*# sourceMappingURL=/cdn/shop/t/11/assets/component-article-sidebar.css.map */
