.article-forum{margin-top:5rem;padding:4rem 0 5rem}.article-forum__shell{max-width:82rem}.article-forum__header{border-bottom:.1rem solid rgba(var(--color-foreground),.14);margin-bottom:0}.article-forum__header h2,.article-forum__composer h2{margin:0 0 2rem}.article-forum__thread{display:grid}.article-forum__post{display:grid;grid-template-columns:4.8rem minmax(0,1fr);gap:1.6rem;padding:2.4rem 0;border-bottom:.1rem solid rgba(var(--color-foreground),.12)}.article-forum__avatar{display:grid;place-items:center;width:4.8rem;height:4.8rem;border-radius:50%;background:rgb(var(--color-button));color:rgb(var(--color-button-text));font-size:1.8rem;font-weight:600;line-height:1}.article-forum__post-meta{display:flex;flex-wrap:wrap;align-items:baseline;gap:.8rem;color:rgba(var(--color-foreground),.68);font-size:1.4rem}.article-forum__post-meta strong{color:rgb(var(--color-foreground));font-size:1.6rem}.article-forum__post-body{margin-top:.8rem}.article-forum__post-body>:first-child{margin-top:0}.article-forum__post-body>:last-child{margin-bottom:0}.article-forum__composer{margin-top:3.2rem;padding:2.4rem;border:.1rem solid rgba(var(--color-foreground),.14);border-radius:1.8rem;background:rgb(var(--color-background));box-shadow:0 1.2rem 3.2rem rgba(var(--color-foreground),.06)}.article-template__meta{display:flex;flex-wrap:wrap;gap:.8rem;align-items:center}.article-template__content .article-key-facts,.article-template__content .article-trust-block{margin:2.4rem 0;padding:2rem 2.2rem;border:.1rem solid rgba(var(--color-foreground),.14);border-radius:1.4rem;background:rgba(var(--color-foreground),.035)}.article-template__content .article-key-facts>:first-child,.article-template__content .article-trust-block>:first-child{margin-top:0}.article-template__content .article-key-facts>:last-child,.article-template__content .article-trust-block>:last-child{margin-bottom:0}.article-template__content table{display:table;width:100%;margin:2rem 0;border-collapse:collapse;font-size:.95em}.article-template__content th,.article-template__content td{padding:1rem 1.2rem;border:.1rem solid rgba(var(--color-foreground),.14);text-align:left;vertical-align:top}.article-template__content th{background:rgba(var(--color-foreground),.055)}.article-forum__prompt{margin:-.8rem 0 2rem;color:rgba(var(--color-foreground),.72)}.article-forum__composer-fields{display:grid;gap:1.6rem}.article-forum__message-field .field__input{min-height:15rem;resize:vertical}.article-forum__actions{display:flex;justify-content:flex-end;margin-top:1.8rem}@media screen and (max-width:749px){.article-template__content .article-key-facts,.article-template__content .article-trust-block{padding:1.6rem}.article-template__content table{display:block;overflow-x:auto;white-space:nowrap}.article-forum{margin-top:3rem;padding:3rem 0 4rem}.article-forum__post{grid-template-columns:4rem minmax(0,1fr);gap:1.2rem}.article-forum__avatar{width:4rem;height:4rem;font-size:1.6rem}.article-forum__composer{padding:1.8rem;border-radius:1.4rem}.article-forum__actions .button{width:100%}}.article-shop-card{display:flex;gap:1.5rem;align-items:flex-start;border:1px solid rgba(0,0,0,.1);border-radius:8px;padding:1.5rem;margin:2.5rem 0;max-width:100%;box-sizing:border-box}.article-shop-card__media{flex:0 0 130px}.article-shop-card__image{display:block;width:130px!important;height:150px!important;max-width:130px!important;object-fit:contain;border-radius:6px;background:#00000005}.article-shop-card__body{flex:1 1 auto;min-width:0}.article-shop-card__title{display:block;font-weight:600;font-size:1.7rem;margin-bottom:.25rem;text-decoration:none;color:inherit}.article-shop-card__price{margin:0 0 .75rem;font-size:1.6rem}.article-shop-card__stock{margin:-.35rem 0 .75rem;color:#287a45;font-size:1.4rem;font-weight:600}.article-shop-card__stock--unavailable{color:rgba(var(--color-foreground),.68)}.article-shop-card__facts{display:flex;flex-wrap:wrap;gap:.5rem 1.5rem;margin:0 0 1rem;padding:0;list-style:none;color:rgba(var(--color-foreground),.78);font-size:1.4rem}.article-shop-card__facts li:before{content:"\2713";margin-right:.45rem;color:#287a45;font-weight:700}.article-shop-card__form{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;margin-bottom:.5rem}.article-shop-card__variant-select{padding:.5rem;border-radius:4px;border:1px solid rgba(0,0,0,.2)}.article-shop-card__add{cursor:pointer}.article-shop-card__add[disabled]{cursor:not-allowed;opacity:.6}.article-shop-card__toast{margin-top:.5rem;font-size:1.4rem;padding:.4rem .6rem;border-radius:4px;background:#e6f4ea;color:#1e4620;width:fit-content}.article-shop-card__toast[hidden]{display:none}.article-shop-card__delivery{margin-top:1.2rem;padding-top:1.2rem;border-top:.1rem solid rgba(0,0,0,.1);font-size:1.4rem;line-height:1.5}.article-shop-card__delivery p{margin:.4rem 0}.article-shop-card__delivery ul{margin:.6rem 0 0;padding-left:1.8rem}@media(max-width:480px){.article-shop-card{flex-direction:column;align-items:stretch}.article-shop-card__media{flex:none;width:130px}}.sticky-mobile-cta{display:none;position:fixed;left:0;right:0;bottom:0;z-index:40;align-items:center;justify-content:space-between;gap:.75rem;padding:.75rem 1rem;background:#fff;border-top:1px solid rgba(0,0,0,.1);box-shadow:0 -2px 8px #00000014;transform:translateY(100%);transition:transform .25s ease}.sticky-mobile-cta.is-visible{transform:translateY(0)}.sticky-mobile-cta__info{display:flex;flex-direction:column;min-width:0;overflow:hidden}.sticky-mobile-cta__name{font-size:.8rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sticky-mobile-cta__price{font-size:.9rem;font-weight:600}.sticky-mobile-cta__form{flex:0 0 auto}.sticky-mobile-cta__add{white-space:nowrap;cursor:pointer}.sticky-mobile-cta__add[disabled]{cursor:not-allowed;opacity:.6}@media(min-width:750px){.sticky-mobile-cta{display:none!important}}@media(max-width:749px){.sticky-mobile-cta{display:flex}}
/*# sourceMappingURL=/cdn/shop/t/70/compiled_assets/styles.css.map?subset=AAAAAAAAAAAABAAAAAAACAAAAAAAAAAAAAAABA */
