.article-enhanced{padding:0;margin:0}.article-enhanced__header{margin-bottom:4rem;text-align:center;max-width:800px;margin-left:auto;margin-right:auto}.article-enhanced__breadcrumbs{margin-bottom:2rem}.article-enhanced__meta{display:flex;justify-content:center;align-items:center;gap:2rem;margin-bottom:2rem;flex-wrap:wrap}.article-enhanced__tags{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}.article-enhanced__tag{background-color:rgb(var(--color-button));color:rgb(var(--color-button-text));padding:.6rem 1.2rem;border-radius:20px;font-size:1.2rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.article-enhanced__date{color:rgb(var(--color-foreground-secondary));font-size:1.4rem;font-weight:500}.article-enhanced__title{font-size:4.8rem;font-weight:700;line-height:1.2;margin-bottom:2rem;color:rgb(var(--color-foreground))}.article-enhanced__author{font-size:1.6rem;color:rgb(var(--color-foreground-secondary))}.article-enhanced__author span{color:rgb(var(--color-button));font-weight:600}.article-enhanced__content{margin-top:2rem}.article-enhanced__grid{display:grid;grid-template-columns:2fr 1fr;gap:4rem;align-items:start}.article-enhanced__main{max-width:none}.article-enhanced__article{background-color:rgb(var(--color-background));border-radius:8px;padding:4rem;box-shadow:0 4px 20px #0000001a}.article-enhanced__featured-image{margin-bottom:3rem;border-radius:8px;overflow:hidden}.article-enhanced__img{width:100%;height:auto;object-fit:cover;border-radius:8px}.article-enhanced__content-text{font-size:1.8rem;line-height:1.8;color:rgb(var(--color-foreground));margin-bottom:3rem}.article-enhanced__content-text h1,.article-enhanced__content-text h2,.article-enhanced__content-text h3,.article-enhanced__content-text h4,.article-enhanced__content-text h5,.article-enhanced__content-text h6{margin:2rem 0 1rem;font-weight:700;color:rgb(var(--color-foreground))}.article-enhanced__content-text h2{font-size:2.8rem}.article-enhanced__content-text h3{font-size:2.4rem}.article-enhanced__content-text p{margin-bottom:1.5rem}.article-enhanced__content-text ul,.article-enhanced__content-text ol{margin:1.5rem 0;padding-left:2rem}.article-enhanced__content-text li{margin-bottom:.5rem}.article-enhanced__content-text blockquote{border-left:4px solid rgb(var(--color-button));padding-left:2rem;margin:2rem 0;font-style:italic;color:rgb(var(--color-foreground-secondary))}.article-enhanced__content-text img{max-width:100%;height:auto;border-radius:8px;margin:2rem 0}.article-enhanced__social{border-top:1px solid rgb(var(--color-border));padding-top:3rem;margin-top:3rem}.article-enhanced__social h3{font-size:2rem;margin-bottom:1.5rem;color:rgb(var(--color-foreground))}.article-enhanced__social-links{display:flex;gap:1rem;flex-wrap:wrap}.social-link{background-color:rgb(var(--color-background-secondary));color:rgb(var(--color-foreground));padding:1rem 2rem;border-radius:6px;text-decoration:none;font-weight:600;transition:all var(--duration-default);border:1px solid rgb(var(--color-border))}.social-link:hover{background-color:rgb(var(--color-button));color:rgb(var(--color-button-text));transform:translateY(-2px)}.social-link.twitter:hover{background-color:#1da1f2;color:#fff}.social-link.facebook:hover{background-color:#1877f2;color:#fff}.social-link.linkedin:hover{background-color:#0077b5;color:#fff}.article-enhanced__sidebar{position:sticky;top:2rem;display:flex;flex-direction:column;gap:3rem}.article-enhanced__sidebar-title{font-size:2.4rem;font-weight:700;margin-bottom:2rem;color:rgb(var(--color-foreground));border-bottom:3px solid rgb(var(--color-button));padding-bottom:1rem}.article-enhanced__related-list{display:flex;flex-direction:column;gap:2rem}.article-enhanced__related-item{display:flex;gap:1.5rem;align-items:flex-start;padding:1.5rem;background-color:rgb(var(--color-background-secondary));border-radius:8px;border:1px solid rgb(var(--color-border));transition:transform var(--duration-default)}.article-enhanced__related-item:hover{transform:translateY(-3px);box-shadow:0 8px 25px #0000001a}.article-enhanced__related-image{flex-shrink:0;width:80px;height:80px;border-radius:6px;overflow:hidden}.article-enhanced__related-img{width:100%;height:100%;object-fit:cover}.article-enhanced__related-content{flex:1}.article-enhanced__related-title{font-size:1.6rem;font-weight:600;margin-bottom:.5rem;line-height:1.4}.article-enhanced__related-title a{color:rgb(var(--color-foreground));text-decoration:none;transition:color var(--duration-default)}.article-enhanced__related-title a:hover{color:rgb(var(--color-button))}.article-enhanced__related-date{color:rgb(var(--color-foreground-secondary));font-size:1.2rem}.article-enhanced__products-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(6,auto);gap:2rem;max-height:1200px;overflow-y:auto}.article-enhanced__product-card{display:flex;flex-direction:column;background-color:rgb(var(--color-background-secondary));border-radius:8px;border:1px solid rgb(var(--color-border));transition:transform var(--duration-default);overflow:hidden}.article-enhanced__product-card:hover{transform:translateY(-3px);box-shadow:0 8px 25px #0000001a}.article-enhanced__product-image{width:100%;height:200px;overflow:hidden;position:relative}.article-enhanced__product-img{width:100%;height:100%;object-fit:cover;transition:transform var(--duration-default)}.article-enhanced__product-card:hover .article-enhanced__product-img{transform:scale(1.05)}.article-enhanced__product-content{padding:1.5rem;text-align:center;flex:1;display:flex;flex-direction:column;justify-content:space-between}.article-enhanced__product-brand{font-size:1.2rem;font-weight:600;color:rgb(var(--color-foreground));margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.5px}.article-enhanced__product-title{font-size:1.4rem;font-weight:600;margin-bottom:1rem;line-height:1.3;flex:1}.article-enhanced__product-title a{color:rgb(var(--color-foreground));text-decoration:none;transition:color var(--duration-default);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.article-enhanced__product-title a:hover{color:rgb(var(--color-button))}.article-enhanced__product-price{font-size:1.4rem;font-weight:700;color:rgb(var(--color-button));margin-top:auto}@media screen and (max-width: 750px){.article-enhanced__products-grid{grid-template-columns:1fr;grid-template-rows:repeat(auto,auto);max-height:none;gap:1.5rem}.article-enhanced__product-image{height:180px}.article-enhanced__product-content{padding:1rem}.article-enhanced__product-title{font-size:1.2rem}.article-enhanced__product-brand{font-size:1rem}}.article-enhanced__newsletter{background-color:rgb(var(--color-background-secondary));padding:2rem;border-radius:8px;border:1px solid rgb(var(--color-border));text-align:center}.article-enhanced__newsletter p{color:rgb(var(--color-foreground-secondary));margin-bottom:2rem;font-size:1.4rem}.article-enhanced__newsletter-form{display:flex;gap:1rem;margin-bottom:1rem}.article-enhanced__newsletter-form input{flex:1;padding:1rem;border:1px solid rgb(var(--color-border));border-radius:6px;background-color:rgb(var(--color-background));color:rgb(var(--color-foreground));font-size:1.4rem}.article-enhanced__newsletter-form input:focus{outline:none;border-color:rgb(var(--color-button))}.article-enhanced__newsletter-form button{background-color:rgb(var(--color-button));color:rgb(var(--color-button-text));padding:1rem 2rem;border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:background-color var(--duration-default)}.article-enhanced__newsletter-form button:hover{background-color:rgb(var(--color-button-hover))}@media screen and (max-width:990px){.article-enhanced__grid{grid-template-columns:1fr;gap:3rem}.article-enhanced__sidebar{position:static;order:-1}.article-enhanced__title{font-size:3.6rem}.article-enhanced__article{padding:3rem}}@media screen and (max-width:750px){.article-enhanced__header{margin-bottom:3rem}.article-enhanced__meta{flex-direction:column;gap:1rem}.article-enhanced__title{font-size:2.8rem}.article-enhanced__article{padding:2rem}.article-enhanced__content-text{font-size:1.6rem}.article-enhanced__content-text h2{font-size:2.4rem}.article-enhanced__content-text h3{font-size:2rem}.article-enhanced__related-item,.article-enhanced__product-item{flex-direction:column;text-align:center}.article-enhanced__related-image,.article-enhanced__product-image{width:100%;height:150px}.article-enhanced__newsletter-form{flex-direction:column}.social-link{flex:1;text-align:center}}@media (prefers-color-scheme:dark){.article-enhanced__article{background-color:rgba(var(--color-background-secondary),.5)}.article-enhanced__related-item,.article-enhanced__product-item,.article-enhanced__newsletter{background-color:rgba(var(--color-background-secondary),.3)}}
/*# sourceMappingURL=/cdn/shop/t/21/assets/section-main-article-enhanced.css.map */
