.plx-cart{font-family:var(--plx-font-body);font-size:1rem;line-height:1.6;color:var(--plixova-black);-webkit-font-smoothing:antialiased;box-sizing:border-box}.plx-cart *{box-sizing:border-box}.plx-cart p{margin:0}body.plx-no-scroll{overflow:hidden}.plx-header .plx-header__inner{grid-template-columns:1fr auto 1fr}.plx-header .plx-header__nav{grid-column:1;grid-row:1;justify-self:start;gap:28px}.plx-header .plx-header__menu-btn{grid-column:1;grid-row:1;justify-self:start}.plx-header .plx-header__logo{grid-column:2;grid-row:1;justify-self:center}.plx-header .plx-header__actions{grid-column:3;grid-row:1;justify-self:end}.plx-header .plx-header__cart{position:relative}.plx-header .plx-header__cart-count{position:absolute;top:1px;right:-1px;min-width:17px;height:17px;padding:0 4px;border-radius:999px;background:var(--plixova-sage);color:#fff;font-family:var(--plx-font-heading);font-size:.62rem;font-weight:700;line-height:17px;text-align:center}.plx-header .plx-header__cart-count[hidden]{display:none}.plx-cart{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200}.plx-cart[hidden]{display:none}.plx-cart__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#1d1d1f73;opacity:0;transition:opacity .3s ease}.plx-cart.is-open .plx-cart__overlay{opacity:1}.plx-cart__panel{position:absolute;top:0;right:0;bottom:0;width:min(420px,100%);display:flex;flex-direction:column;background:var(--plixova-warm-white);box-shadow:-8px 0 30px #1d1d1f24;transform:translate(100%);transition:transform .3s ease}.plx-cart.is-open .plx-cart__panel{transform:translate(0)}.plx-cart__head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 20px;border-bottom:1px solid var(--plixova-stone-grey)}.plx-cart__title{font-family:var(--plx-font-heading);font-size:1.05rem;font-weight:800;letter-spacing:-.01em}.plx-cart__close{display:grid;place-items:center;width:34px;height:34px;padding:0;border:0;border-radius:50%;background:none;color:var(--plixova-black);cursor:pointer;transition:background-color .15s ease}.plx-cart__close:hover{background:var(--plixova-sage-tint)}.plx-cart__close svg{width:18px;height:18px}.plx-cart__body{flex:1;overflow-y:auto;padding:0 20px;transition:opacity .15s ease}.plx-cart__body.is-busy{opacity:.45;pointer-events:none}.plx-cart__empty{display:grid;justify-items:center;gap:16px;padding:72px 0;text-align:center;color:var(--plixova-muted)}.plx-cart__item{display:grid;grid-template-columns:64px minmax(0,1fr) auto;gap:14px;align-items:start;padding:18px 0;border-bottom:1px solid var(--plixova-stone-grey)}.plx-cart__item:last-child{border-bottom:0}.plx-cart__item-img{display:block;width:64px;height:64px;object-fit:cover;border-radius:10px;border:1px solid var(--plixova-stone-grey);background:#fff}.plx-cart__item-title{font-size:.92rem;font-weight:600;line-height:1.4}.plx-cart__item-variant{margin-top:4px;font-size:.8rem;color:var(--plixova-muted)}.plx-cart__qty{display:inline-flex;align-items:center;margin-top:12px;border:1px solid var(--plixova-stone-grey);border-radius:999px;background:#fff;overflow:hidden}.plx-cart__qty button{width:28px;height:28px;padding:0;border:0;background:none;color:var(--plixova-black);font-size:1rem;line-height:1;cursor:pointer}.plx-cart__qty button:hover{background:var(--plixova-sage-tint)}.plx-cart__qty span{min-width:26px;text-align:center;font-size:.85rem;font-weight:600}.plx-cart__item-right{display:grid;justify-items:end;gap:8px;text-align:right}.plx-cart__item-price{font-family:var(--plx-font-heading);font-size:.92rem;font-weight:800}.plx-cart__remove{padding:0;border:0;background:none;color:var(--plixova-muted);font-family:inherit;font-size:.75rem;text-decoration:underline;text-underline-offset:2px;cursor:pointer}.plx-cart__remove:hover{color:var(--plixova-black)}.plx-cart__foot{padding:18px 20px calc(18px + env(safe-area-inset-bottom));border-top:1px solid var(--plixova-stone-grey);background:var(--plixova-warm-white)}.plx-cart__foot[hidden]{display:none}.plx-cart__subtotal{display:flex;align-items:baseline;justify-content:space-between;gap:16px;font-family:var(--plx-font-heading);font-size:1.05rem;font-weight:800}.plx-cart__note{margin-top:6px;font-size:.78rem;line-height:1.6;color:var(--plixova-muted)}.plx-cart__foot .plx-btn{margin-top:16px}@media(prefers-reduced-motion:reduce){.plx-cart__panel,.plx-cart__overlay{transition-duration:.01ms}}.plx-footer .plx-footer__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:40px 48px;max-width:none;margin:0}.plx-footer .plx-footer__info{margin-top:22px;font-size:.9rem}.plx-footer .plx-footer__info:first-of-type{margin-top:0}.plx-footer .plx-footer__info-label{margin-bottom:6px;font-weight:600;text-decoration:underline;text-underline-offset:3px;opacity:1}.plx-footer .plx-footer__info p{line-height:1.7;opacity:.78}.plx-footer .plx-footer__info a{color:inherit;text-decoration:none}.plx-footer .plx-footer__info a:hover{text-decoration:underline;text-underline-offset:3px}.plx-footer .plx-footer__bottom{display:flex;flex-direction:column;align-items:center;gap:16px}@media(max-width:960px){.plx-footer .plx-footer__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:36px 32px}.plx-featured .plx-featured__copy{margin-top:16px;margin-left:auto;margin-right:auto;line-height:1.7}.plx-featured .plx-featured__points{display:inline-grid;justify-items:start;text-align:left;margin-top:24px;margin-bottom:28px;gap:14px}.plx-featured .plx-featured__points li{line-height:1.5}.plx-featured .plx-featured__text{text-align:center}.plx-featured .plx-featured__text .plx-btn{display:flex;width:100%}.plx-benefits .plx-benefit-card__title{margin-top:18px;line-height:1.35}.plx-benefits .plx-benefit-card__copy{margin-top:10px;line-height:1.65}.plx-brand-story .plx-brand-story__text h2{line-height:1.3}.plx-brand-story .plx-brand-story__text p{margin-top:20px;line-height:1.75}.plx-brand-story .plx-brand-story__text .plx-btn{margin-top:30px}.plx-footer .plx-footer__links{gap:14px}.plx-footer .plx-footer__info p{line-height:1.7}.plx-footer .plx-footer__info-label{margin-bottom:7px}}@media(max-width:640px){.plx-header .plx-header__inner{grid-template-columns:1fr auto 1fr}.plx-header .plx-header__mobile-nav a{text-align:center}.plx-footer .plx-footer__grid{grid-template-columns:minmax(0,1fr);gap:34px;text-align:center;justify-items:center}.plx-footer .plx-footer__col{width:100%}.plx-footer .plx-footer__links{justify-items:center}.plx-brand-story .plx-brand-story__text{text-align:center}.plx-brand-story .plx-brand-story__text p{margin-left:auto;margin-right:auto}.plx-brand-story .plx-brand-story__text .plx-btn,.plx-featured .plx-featured__text .plx-btn,.plx-home-hero .plx-home-hero__ctas .plx-btn,.plx-reviews .plx-reviews__cta .plx-btn{display:flex;width:100%}.plx-cart__panel{width:100%}}body:has(.contact-form__form) .text-block,body:has(.contact-form__form) .contact-form{max-width:660px;margin-left:auto;margin-right:auto}body:has(.contact-form__form) .rte p{text-align:left;line-height:1.7}body:has(.contact-form__form) .rte p+p{margin-top:16px}.contact-form__form .submit-button{background-color:var(--plixova-sage);border-color:var(--plixova-sage);color:#fff}.contact-form__form .submit-button:hover{background-color:var(--plixova-sage-dark);border-color:var(--plixova-sage-dark);color:#fff}
/*# sourceMappingURL=/cdn/shop/t/6/assets/plixova-ui.css.map */
