section.tab-articles{margin:0;padding:48px 0}@media screen and (min-width:641px){section.tab-articles{padding:56px 0}}.tab-articles__navigation{margin-bottom:2rem}.tab-articles__tabs{display:flex;justify-content:center;flex-wrap:wrap;gap:.5rem;list-style:none;margin:0;padding:0;border-bottom:1px solid var(--border-color, #e1e1e1)}.tab-articles__tab-item{margin:0}.tab-articles__tab-button{background:none;border:none;padding:1rem .8rem;cursor:pointer;font-family:Roboto Condensed,sans-serif;font-size:18px;color:#999;border-bottom:2px solid transparent;transition:all .3s ease;white-space:nowrap;font-weight:700}.tab-articles__tab-button:hover,.tab-articles__tab-button.is-active{color:var(--accent-color, #2b6cb0);border-bottom-color:var(--accent-color, #2b6cb0)}.tab-articles__panel{display:none}.tab-articles__panel.is-active{display:block}.tab-articles__tab-header{margin-bottom:2rem;margin-top:4rem}.tab-articles__tab-title{margin:0;font-size:2.5rem;font-weight:700;color:var(--heading-color, #333);text-transform:uppercase;letter-spacing:-.02em;font-family:Roboto Condensed,sans-serif}.tab-articles__empty{text-align:center;padding:3rem 0}.tab-articles__view-more{text-align:center;margin-top:2rem}.tab-articles__view-more-button{display:inline-block;padding:.75rem 1.5rem;text-decoration:none;border-radius:3px;border:1px solid;font-family:inherit;font-size:1rem;font-weight:600;text-align:center;cursor:pointer;transition:all .3s ease}.tab-articles__view-more-button:hover{opacity:.8;transform:translateY(-1px)}.tab-articles__placeholder,.tab-articles__loading,.tab-articles__error{text-align:center;padding:3rem 0}.loading-spinner{display:inline-block;width:40px;height:40px;border:3px solid var(--border-color, #e1e1e1);border-radius:50%;border-top-color:var(--accent-color, #2b6cb0);animation:spin 1s ease-in-out infinite;margin-bottom:1rem}@keyframes spin{to{transform:rotate(360deg)}}.tab-articles__loading p,.tab-articles__error p{margin:0;color:var(--text-color-light, #666);font-size:.9rem}.tab-articles__error p{color:var(--error-color, #d32f2f)}.article-slider-container{position:relative;display:flex;align-items:center;gap:1rem;width:100vw}@media screen and (min-width:1024px){.article-slider-container{width:100%}}.article-slider{flex:1;overflow:hidden;border-radius:0}.article-list{display:flex;gap:1.5rem;transition:transform .3s ease;width:100%}.article-slider__nav{position:absolute;top:50%;transform:translateY(-50%);z-index:10;background:#ffffffe6;border:1px solid var(--border-color, #e1e1e1);border-radius:50%;width:48px;height:48px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #0000001a}.article-slider__nav:hover{background:#fff;box-shadow:0 4px 12px #00000026;transform:translateY(-50%) scale(1.05)}.article-slider__nav:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.article-slider__nav--prev{left:-20px}.article-slider__nav--next{right:-20px}.article-slider__nav svg{width:20px;height:20px;color:var(--text-color, #333)}.article-list__item{flex:0 0 calc(25% - 1rem);min-width:300px}.article-list__item .article-item{height:410px;display:flex;flex-direction:column;background:var(--secondary-background, #fff);border:1px solid var(--border-color, #e8ecf0);border-radius:0;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.article-list__item .article-item:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00000014}.article-list__item .article-item__image-container{flex-shrink:0;display:block;height:250px;overflow:hidden;margin-bottom:0;border-radius:0}.article-list__item .article-item__image,.article-list__item .article-item__image img{width:100%;height:100%;object-fit:cover;display:block}.article-item__image{flex-shrink:0;height:200px;overflow:hidden}.article-item__image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.article-item:hover .article-item__image img{transform:scale(1.05)}.article-item__content{flex:1;display:flex;flex-direction:column;padding:1rem}.article-item__title{margin:0 0 .5rem;font-size:18px;line-height:1.3;font-weight:600}.article-item__title a{color:var(--heading-color, #333);text-decoration:none;transition:color .2s ease}.article-item__title a:hover{color:var(--accent-color, #2b6cb0);text-decoration:none}.article-item a:hover{text-decoration:none}.article-item__meta{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.5rem;font-size:.85rem;color:var(--text-color-light, #666)}.article-item__category{background:var(--accent-color, #2b6cb0);color:#fff;padding:.2rem .5rem;border-radius:0;font-size:.75rem;font-weight:600;text-transform:uppercase}.article-item__author,.article-item__date{font-size:.8rem}.article-item__excerpt{flex:.7;font-size:14px;line-height:1.4;color:var(--text-color, #555);display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-top:0}.article-list__item .article-item__title,.article-list__item .article-item__meta,.article-list__item .article-item__excerpt{padding:0 1rem}.article-list__item .article-item__title{padding-top:16px;line-height:1.3;white-space:normal;word-wrap:break-word;overflow-wrap:break-word;margin-bottom:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:calc(2 * 18px * 1.3)}.article-list__item .article-item__meta{margin-bottom:.5rem;height:1.5rem;overflow:hidden}.article-list__item .article-item__excerpt{padding-top:.5rem;padding-bottom:1rem;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.4;white-space:normal;word-wrap:break-word;overflow-wrap:break-word;align-content:center}@media screen and (min-width:1000px){.article-list__item{flex:0 0 calc(30% + -0rem)}}@media screen and (min-width:641px)and (max-width:999px){.article-list__item{flex:0 0 calc(50% - .75rem);min-width:280px}.article-slider__nav--prev{left:-10px}.article-slider__nav--next{left:84%}}@media screen and (max-width:640px){.article-slider-container{width:100%}.article-slider__nav{display:none}.article-slider{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;scroll-padding-left:16px;scrollbar-width:none;-ms-overflow-style:none;padding:0 16px}.article-slider::-webkit-scrollbar{display:none}.article-list{transform:none!important;transition:none!important;gap:12px}.article-list__item{flex:0 0 82%;min-width:0;scroll-snap-align:start}.article-list__item .article-item{height:350px}.article-list__item .article-item__image-container{height:180px}.article-list__item .article-item__title{font-size:1.1rem;white-space:normal;word-wrap:break-word;overflow-wrap:break-word;min-height:calc(2 * 1.1rem * 1.3)}.article-list__item .article-item__excerpt{font-size:.9rem;white-space:normal;word-wrap:break-word;overflow-wrap:break-word}.tab-articles__tab-title{font-size:2rem}}@media screen and (max-width:699px){.tab-articles__tabs{overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.tab-articles__tabs::-webkit-scrollbar{display:none}.tab-articles__tab-button{padding:.75rem;font-size:.875rem}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/tab-articles.css.map */
