.wh-learn{max-width:var(--wh-page-max-width);margin:0 auto;padding:var(--wh-space-lg) var(--wh-container-gutter) var(--wh-space-section)}.wh-learn__breadcrumb,.wh-article__breadcrumb{font-size:1.4rem;color:var(--wh-color-muted);margin-bottom:var(--wh-space-lg)}.wh-learn__breadcrumb a,.wh-article__breadcrumb a{color:var(--wh-color-muted);text-decoration:none}.wh-learn__breadcrumb a:hover,.wh-article__breadcrumb a:hover{color:var(--wh-color-brand-navy)}.wh-learn__breadcrumb-sep,.wh-article__breadcrumb-sep{margin:0 var(--wh-space-xs)}.wh-learn__hero{background:var(--wh-color-brand-beige);text-align:center;padding:var(--wh-space-xxl) var(--wh-space-lg);border-radius:var(--wh-radius-lg);margin-bottom:var(--wh-space-xl)}.wh-learn__hero-paw{display:inline-flex;align-items:center;justify-content:center;gap:var(--wh-space-sm);margin-bottom:var(--wh-space-md);color:var(--wh-color-primary)}.wh-learn__hero-paw:before,.wh-learn__hero-paw:after{content:"";width:4rem;height:1px;background:var(--wh-color-hairline)}.wh-learn__hero-title{font-size:4rem;font-weight:700;color:var(--wh-color-brand-navy);margin:0 0 var(--wh-space-sm);line-height:1.15}.wh-learn__hero-subtitle{font-size:1.6rem;color:var(--wh-color-body);margin:0 0 var(--wh-space-xl)}.wh-learn__search{max-width:56rem;margin:0 auto;display:flex;background:var(--wh-color-canvas);border-radius:var(--wh-radius-full);padding:var(--wh-space-xxs);box-shadow:var(--wh-shadow-sm);overflow:hidden}.wh-learn__search-input{flex:1;border:none;padding:1.4rem 2rem;border-radius:var(--wh-radius-full);font-size:1.5rem;color:var(--wh-color-ink);outline:none;background:transparent;min-width:0}.wh-learn__search-btn{width:4.8rem;height:4.8rem;border:none;border-radius:var(--wh-radius-sm);background:var(--wh-color-primary);color:var(--wh-color-on-primary);cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background var(--wh-transition-fast)}.wh-learn__search-btn:hover{background:var(--wh-color-primary-hover)}.wh-learn__filters{display:flex;justify-content:center;gap:var(--wh-space-sm);margin-bottom:var(--wh-space-xl);flex-wrap:wrap}.wh-learn__filter{display:inline-flex;align-items:center;gap:.6rem;padding:1rem 2rem;border-radius:var(--wh-radius-full);border:1px solid var(--wh-color-hairline);background:var(--wh-color-canvas);color:var(--wh-color-ink);font-weight:600;font-size:1.4rem;text-decoration:none;transition:background var(--wh-transition-fast),color var(--wh-transition-fast),border-color var(--wh-transition-fast)}.wh-learn__filter svg{width:14px;height:14px;flex-shrink:0}.wh-learn__filter:hover,.wh-learn__filter.is-active{background:var(--wh-color-primary);color:var(--wh-color-on-primary);border-color:var(--wh-color-primary)}.wh-learn__featured{display:grid;grid-template-columns:1fr 1fr;background:var(--wh-color-surface-card);border-radius:var(--wh-radius-lg);overflow:hidden;margin-bottom:var(--wh-space-xl);box-shadow:var(--wh-shadow-sm);border:1px solid var(--wh-color-hairline);text-decoration:none;color:inherit}.wh-learn__featured-media{position:relative;min-height:28rem;background:var(--wh-color-surface-soft)}.wh-learn__featured-media img{width:100%;height:100%;object-fit:cover;display:block;position:absolute;top:0;right:0;bottom:0;left:0}.wh-learn__badge{position:absolute;top:var(--wh-space-md);left:var(--wh-space-md);background:var(--wh-color-primary);color:var(--wh-color-on-primary);padding:.5rem 1.2rem;border-radius:var(--wh-radius-full);font-size:1.1rem;font-weight:700;text-transform:uppercase;z-index:var(--wh-z-base)}.wh-learn__featured-body{padding:var(--wh-space-xl);display:flex;flex-direction:column}.wh-learn__featured-date{font-size:1.3rem;color:var(--wh-color-muted);margin-bottom:var(--wh-space-sm)}.wh-learn__featured-title{font-size:2.8rem;font-weight:700;color:var(--wh-color-brand-navy);margin:0 0 var(--wh-space-md);line-height:1.25}.wh-learn__featured-excerpt{font-size:1.5rem;color:var(--wh-color-body);line-height:1.6;margin:0 0 var(--wh-space-lg);flex:1}.wh-learn__featured-footer{display:flex;align-items:center;justify-content:space-between;gap:var(--wh-space-md);margin-top:auto}.wh-learn__author{display:flex;align-items:center;gap:var(--wh-space-sm);min-width:0}.wh-learn__author-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover;flex-shrink:0;background:var(--wh-color-surface-soft)}.wh-learn__author-meta strong{display:block;font-size:1.35rem;color:var(--wh-color-brand-navy)}.wh-learn__author-meta span{font-size:1.2rem;color:var(--wh-color-muted)}.wh-learn__read-link{color:var(--wh-color-brand-navy);font-weight:700;font-size:1.4rem;white-space:nowrap}.wh-learn__grid{display:grid;grid-template-columns:1fr;gap:var(--wh-space-lg);margin-bottom:var(--wh-space-xxl);align-items:stretch}.wh-learn__card{display:flex;gap:var(--wh-space-md);background:var(--wh-color-surface-card);border:1px solid var(--wh-color-hairline);border-radius:var(--wh-radius-md);overflow:hidden;text-decoration:none;color:inherit;transition:box-shadow var(--wh-transition-fast);height:100%;align-self:stretch}.wh-learn__card:hover{box-shadow:var(--wh-shadow-md)}.wh-learn__card-media{position:relative;width:12rem;min-width:12rem;aspect-ratio:1;background:var(--wh-color-surface-soft);flex-shrink:0}.wh-learn__card-media img{width:100%;height:100%;object-fit:cover;display:block}.wh-learn__card-tag{position:absolute;top:var(--wh-space-xs);left:var(--wh-space-xs);background:var(--wh-color-primary);color:var(--wh-color-on-primary);padding:.3rem .8rem;border-radius:var(--wh-radius-full);font-size:1rem;font-weight:700;max-width:calc(100% - 1.6rem);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wh-learn__card-body{flex:1;padding:var(--wh-space-md) var(--wh-space-md) var(--wh-space-md) 0;display:flex;flex-direction:column;min-width:0}.wh-learn__card-title{font-size:1.6rem;font-weight:700;color:var(--wh-color-brand-navy);margin:0 0 var(--wh-space-xs);line-height:1.3}.wh-learn__card-excerpt{font-size:1.3rem;color:var(--wh-color-body);line-height:1.5;margin:0 0 var(--wh-space-sm);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;flex:1}.wh-learn__card-footer{display:flex;align-items:center;justify-content:space-between;gap:var(--wh-space-sm);margin-top:auto}.wh-learn__read-time{display:inline-flex;align-items:center;gap:.4rem;font-size:1.2rem;color:var(--wh-color-muted)}.wh-learn__read-time svg{width:14px;height:14px}.wh-learn__card-more{color:var(--wh-color-brand-navy);font-weight:700;font-size:1.3rem;white-space:nowrap}.wh-newsletter-banner{display:flex;align-items:center;gap:var(--wh-space-xl);background:linear-gradient(135deg,var(--wh-color-brand-navy) 0%,#b45309 100%);border-radius:var(--wh-radius-lg);padding:var(--wh-space-xl);color:#fff;margin:var(--wh-space-xxl) 0;overflow:hidden}.wh-newsletter-banner__art{flex-shrink:0;width:12rem;height:12rem;display:flex;align-items:center;justify-content:center;opacity:.9;color:#fff}.wh-newsletter-banner__art svg{width:100%;height:100%}.wh-newsletter-banner__content{flex:1;min-width:0}.wh-newsletter-banner__title{font-size:2.4rem;font-weight:800;margin:0 0 var(--wh-space-xs);color:#fff}.wh-newsletter-banner__text{font-size:1.5rem;margin:0 0 var(--wh-space-md);color:#fff;opacity:.95}.wh-newsletter-banner__form{display:flex;gap:var(--wh-space-sm);flex-wrap:wrap;max-width:48rem}.wh-newsletter-banner__input{flex:1;min-width:18rem;border:none;border-radius:var(--wh-radius-full);padding:1.2rem 1.6rem;font-size:1.4rem;outline:none;color:var(--wh-color-brand-navy);background:#fff}.wh-newsletter-banner__btn{border:none;border-radius:var(--wh-radius-full);background:#fff;color:var(--wh-color-brand-navy);padding:1.2rem 2.4rem;font-size:1.4rem;font-weight:700;cursor:pointer;transition:background var(--wh-transition-fast),color var(--wh-transition-fast)}.wh-newsletter-banner__btn:hover{background:var(--wh-color-brand-beige);color:var(--wh-color-brand-navy)}.wh-newsletter-banner__note{font-size:1.2rem;margin:var(--wh-space-sm) 0 0;color:#fff;opacity:.9}.wh-newsletter-banner__message{margin-top:var(--wh-space-sm);font-size:1.3rem;color:#fff}.wh-learn__pagination{display:flex;justify-content:center;align-items:center;gap:var(--wh-space-xs);flex-wrap:wrap;list-style:none;padding:0;margin:0}.wh-learn__page{min-width:4rem;height:4rem;display:inline-flex;align-items:center;justify-content:center;border-radius:var(--wh-radius-full);border:1px solid var(--wh-color-hairline);background:var(--wh-color-canvas);color:var(--wh-color-ink);font-size:1.4rem;font-weight:600;text-decoration:none;padding:0 1.2rem}.wh-learn__page.is-active{background:var(--wh-color-primary);color:var(--wh-color-on-primary);border-color:var(--wh-color-primary)}.wh-learn__page--next{border-color:var(--wh-color-brand-navy);color:var(--wh-color-brand-navy)}.wh-learn__empty{text-align:center;padding:var(--wh-space-xxl) var(--wh-space-lg);color:var(--wh-color-muted);font-size:1.6rem}@media screen and (min-width:750px){.wh-learn__grid{grid-template-columns:1fr 1fr}.wh-learn__card-media{width:14rem;min-width:14rem}}@media screen and (min-width:990px){.wh-learn__hero-title{font-size:4.8rem}.wh-learn__grid{grid-template-columns:1fr 1fr 1fr 1fr}.wh-learn__card-media{width:11rem;min-width:11rem}}@media screen and (max-width:749px){.wh-learn__featured{grid-template-columns:1fr}.wh-learn__featured-media{min-height:20rem}.wh-learn__hero-title{font-size:3.2rem}.wh-newsletter-banner{flex-direction:column;text-align:center}.wh-newsletter-banner__form{justify-content:center}}.wh-article{max-width:var(--wh-page-max-width);margin:0 auto;padding:var(--wh-space-lg) var(--wh-container-gutter) var(--wh-space-section)}.wh-article__tag{display:inline-block;background:var(--wh-color-primary);color:var(--wh-color-on-primary);padding:.5rem 1.4rem;border-radius:var(--wh-radius-full);font-size:1.2rem;font-weight:700;text-transform:uppercase;margin-bottom:var(--wh-space-md);text-decoration:none}.wh-article__title{font-size:4rem;font-weight:700;color:var(--wh-color-brand-navy);line-height:1.15;margin:0 0 var(--wh-space-md)}.wh-article__subtitle{font-size:1.7rem;color:var(--wh-color-body);margin:0 0 var(--wh-space-lg);line-height:1.5}.wh-article__meta{display:flex;align-items:center;justify-content:space-between;gap:var(--wh-space-lg);flex-wrap:wrap;padding-bottom:var(--wh-space-lg);margin-bottom:var(--wh-space-xl);border-bottom:1px solid var(--wh-color-hairline)}.wh-article__meta-author{display:flex;align-items:center;gap:var(--wh-space-md)}.wh-article__meta-avatar{width:48px;height:48px;border-radius:50%;object-fit:cover;background:var(--wh-color-surface-soft)}.wh-article__meta-name{display:block;font-size:1.5rem;font-weight:700;color:var(--wh-color-brand-navy)}.wh-article__meta-role,.wh-article__meta-details{display:block;font-size:1.3rem;color:var(--wh-color-muted)}.wh-article__share{display:flex;gap:var(--wh-space-sm)}.wh-article__share-btn{width:40px;height:40px;border-radius:50%;border:1px solid var(--wh-color-hairline);background:var(--wh-color-canvas);color:var(--wh-color-brand-navy);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;text-decoration:none;transition:border-color var(--wh-transition-fast),color var(--wh-transition-fast)}.wh-article__share-btn:hover{border-color:var(--wh-color-brand-navy);color:var(--wh-color-brand-navy)}.wh-article__share-btn svg{width:16px;height:16px}.wh-article__layout{display:grid;grid-template-columns:1fr;gap:var(--wh-space-xxl)}.wh-article__main{min-width:0}.wh-article__hero{position:relative;border-radius:var(--wh-radius-lg);overflow:hidden;margin-bottom:var(--wh-space-xl);background:var(--wh-color-surface-soft)}.wh-article__hero img{width:100%;height:auto;display:block}.wh-article__hero-overlay{position:absolute;left:0;right:0;bottom:0;padding:var(--wh-space-xl);background:linear-gradient(transparent,rgba(var(--wh-color-brand-navy-rgb),.85));color:var(--wh-color-on-dark);display:flex;align-items:flex-start;gap:var(--wh-space-sm)}.wh-article__hero-overlay svg{width:22px;height:22px;flex-shrink:0;margin-top:.2rem}.wh-article__hero-overlay strong{display:block;font-size:1.5rem;margin-bottom:.2rem}.wh-article__hero-overlay span{display:block;font-size:1.3rem;opacity:.9}.wh-article__content{font-size:1.6rem;line-height:1.75;color:var(--wh-color-body)}.wh-article__content h2{font-size:2.4rem;color:var(--wh-color-brand-navy);margin:var(--wh-space-xxl) 0 var(--wh-space-md);scroll-margin-top:calc(var(--wh-nav-height) + var(--wh-space-lg))}.wh-article__content p{margin:0 0 var(--wh-space-md)}.wh-article__content blockquote{background:var(--wh-color-brand-beige);border-left:4px solid var(--wh-color-primary);margin:var(--wh-space-xl) 0;padding:var(--wh-space-lg);font-style:italic;color:var(--wh-color-brand-navy);border-radius:0 var(--wh-radius-sm) var(--wh-radius-sm) 0}.wh-article__content ul{list-style:none;padding:0;margin:0 0 var(--wh-space-lg)}.wh-article__content ul li{position:relative;padding-left:3.2rem;margin-bottom:var(--wh-space-sm)}.wh-article__content ul li:after{content:"\2713";position:absolute;left:0;top:.15rem;width:2rem;height:2rem;border-radius:50%;background:var(--wh-color-primary);color:var(--wh-color-on-primary);font-size:1.1rem;font-weight:700;display:flex;align-items:center;justify-content:center;text-align:center;line-height:2rem}.wh-article__product{display:flex;align-items:center;gap:var(--wh-space-lg);border:1px solid var(--wh-color-hairline);border-radius:var(--wh-radius-md);padding:var(--wh-space-lg);margin:var(--wh-space-xl) 0;background:var(--wh-color-surface-card);flex-wrap:wrap}.wh-article__product-img{width:10rem;height:10rem;border-radius:var(--wh-radius-sm);object-fit:cover;background:var(--wh-color-surface-soft);flex-shrink:0}.wh-article__product-info{flex:1;min-width:16rem}.wh-article__product-title{font-size:1.7rem;font-weight:700;color:var(--wh-color-brand-navy);margin:0 0 var(--wh-space-xs)}.wh-article__product-rating{display:flex;align-items:center;gap:.4rem;font-size:1.3rem;color:var(--wh-color-muted);margin-bottom:var(--wh-space-xs)}.wh-article__product-stars{color:var(--wh-color-primary);letter-spacing:.1rem}.wh-article__product-desc{font-size:1.35rem;color:var(--wh-color-body);margin:0 0 var(--wh-space-sm);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.wh-article__product-price{font-size:1.6rem;font-weight:800;color:var(--wh-color-brand-navy)}.wh-article__product-btn{display:inline-flex;align-items:center;justify-content:center;background:var(--wh-color-primary);color:var(--wh-color-on-primary);border:none;border-radius:var(--wh-radius-full);padding:1.2rem 2rem;font-size:1.4rem;font-weight:700;text-decoration:none;white-space:nowrap;transition:background var(--wh-transition-fast)}.wh-article__product-btn:hover{background:var(--wh-color-primary-hover);color:var(--wh-color-on-primary)}.wh-article__bio{display:flex;gap:var(--wh-space-lg);background:var(--wh-color-brand-beige);border-radius:var(--wh-radius-md);padding:var(--wh-space-xl);margin-top:var(--wh-space-xxl)}.wh-article__bio-avatar{width:72px;height:72px;border-radius:50%;object-fit:cover;flex-shrink:0}.wh-article__bio-name{font-size:1.7rem;font-weight:700;color:var(--wh-color-brand-navy);margin:0 0 var(--wh-space-xs)}.wh-article__bio-text{font-size:1.4rem;color:var(--wh-color-body);line-height:1.6;margin:0 0 var(--wh-space-md)}.wh-article__bio-social{display:flex;gap:var(--wh-space-sm)}.wh-article__sidebar{display:flex;flex-direction:column;gap:var(--wh-space-lg)}.wh-article__side-card{background:var(--wh-color-surface-card);border:1px solid var(--wh-color-hairline);border-radius:var(--wh-radius-md);padding:var(--wh-space-lg)}.wh-article__side-title{font-size:1.5rem;font-weight:800;color:var(--wh-color-brand-navy);margin:0 0 var(--wh-space-md)}.wh-article__toc{list-style:none;padding:0;margin:0;border-left:2px solid var(--wh-color-hairline)}.wh-article__toc-item{position:relative;padding:.6rem 0 .6rem 1.6rem}.wh-article__toc-item:before{content:"";position:absolute;left:-5px;top:1.2rem;width:8px;height:8px;border-radius:50%;background:var(--wh-color-hairline-strong)}.wh-article__toc-item.is-active:before{background:var(--wh-color-primary)}.wh-article__toc-item a{font-size:1.35rem;color:var(--wh-color-body);text-decoration:none;line-height:1.4}.wh-article__toc-item.is-active a{color:var(--wh-color-brand-navy);font-weight:600}.wh-article__rec-row{display:flex;gap:var(--wh-space-sm);align-items:flex-start;padding:var(--wh-space-sm) 0;border-bottom:1px solid var(--wh-color-hairline)}.wh-article__rec-row:last-of-type{border-bottom:none}.wh-article__rec-img{width:56px;height:56px;border-radius:var(--wh-radius-xs);object-fit:cover;background:var(--wh-color-surface-soft);flex-shrink:0}.wh-article__rec-info{flex:1;min-width:0}.wh-article__rec-title{font-size:1.3rem;font-weight:700;color:var(--wh-color-brand-navy);margin:0 0 .2rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.wh-article__rec-title a{color:inherit;text-decoration:none}.wh-article__rec-meta{font-size:1.15rem;color:var(--wh-color-muted);margin-bottom:.3rem}.wh-article__rec-price{font-size:1.3rem;font-weight:800;color:var(--wh-color-brand-navy)}.wh-article__rec-add{border:none;background:var(--wh-color-primary);color:var(--wh-color-on-primary);border-radius:var(--wh-radius-xs);padding:.6rem .8rem;font-size:1.1rem;font-weight:700;cursor:pointer;white-space:nowrap;flex-shrink:0}.wh-article__rec-add:hover{background:var(--wh-color-primary-hover)}.wh-article__view-all{display:inline-block;margin-top:var(--wh-space-md);color:var(--wh-color-brand-navy);font-weight:700;font-size:1.35rem;text-decoration:none}.wh-article__side-newsletter{background:var(--wh-color-brand-beige);border:none;text-align:center}.wh-article__side-newsletter-art{width:64px;height:64px;margin:0 auto var(--wh-space-md);color:var(--wh-color-primary)}.wh-article__side-newsletter .wh-newsletter-banner__form{flex-direction:column;max-width:none}.wh-article__side-newsletter .wh-newsletter-banner__input{min-width:0;width:100%}.wh-article__side-newsletter .wh-newsletter-banner__note{color:var(--wh-color-muted);opacity:1}.wh-article__side-newsletter .wh-article__side-title,.wh-article__side-newsletter p{color:var(--wh-color-brand-navy)}.wh-article__side-newsletter p{font-size:1.35rem;margin:0 0 var(--wh-space-md)}.wh-article__related{margin-top:var(--wh-space-section)}.wh-article__related-title{font-size:2.4rem;font-weight:800;color:var(--wh-color-brand-navy);margin:0 0 var(--wh-space-xl)}.wh-article__related-grid{display:grid;grid-template-columns:1fr;gap:var(--wh-space-lg)}@media screen and (min-width:750px){.wh-article__related-grid{grid-template-columns:1fr 1fr 1fr}.wh-article__title{font-size:4.8rem}}@media screen and (min-width:990px){.wh-article__layout{grid-template-columns:minmax(0,2fr) minmax(28rem,1fr);align-items:start}.wh-article__sidebar{position:sticky;top:calc(var(--wh-nav-height) + var(--wh-space-lg))}}@media screen and (max-width:749px){.wh-article__title{font-size:3.2rem}.wh-article__product,.wh-article__bio{flex-direction:column;text-align:center}.wh-article__bio-social{justify-content:center}}
/*# sourceMappingURL=/cdn/shop/t/22/assets/section-wininhub-learn.css.map */
