@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700&display=swap');
:root{--accent:#6712A5;--accent-hover:#58108c;--orange:#EF7C1D;--line:#e2d4ed;--blue:#6712A5}
body{font-family:'Outfit',Arial,sans-serif}.post-brand span,.post a:hover{color:var(--accent)}.shop-link{color:var(--orange)}.post-type{color:var(--accent)}.post-body a{color:var(--accent)}.post-footer{border-color:var(--line)}.read-more{color:var(--accent)}
.post-brand img{display:block;width:142px;height:auto;max-height:42px;object-fit:contain;object-position:left center}
.article-products{margin-top:58px}.product-row{margin:42px 0}.product-row-head{border-top:1px solid var(--line);padding-top:20px;margin-bottom:8px}.product-row-head h3{margin:0 0 8px}.product-row-head p{color:var(--muted);margin:0 0 18px}.product-grid{display:flex;flex-direction:column}.product-card{border-bottom:1px solid var(--line);padding:21px 0}.product-image-link{display:none}.product-card-body{display:grid;grid-template-columns:140px minmax(0,1fr) auto;gap:20px;align-items:center}.product-symbol{color:var(--muted);font-size:13px;font-weight:600}.product-card h4{margin:0;font-size:17px;line-height:1.35}.product-btn{display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--accent);border-radius:999px;padding:9px 15px;color:var(--accent)!important;font-size:13px;font-weight:700;white-space:nowrap}.product-btn:hover{background:var(--accent);color:#fff!important}.article-products > .product-row:last-child{margin-bottom:0}@media(max-width:640px){.product-card-body{display:block}.product-symbol{display:block;margin-bottom:7px}.product-card h4{margin-bottom:13px}.product-btn{margin-top:2px}}
