.sticky-atc-bar{position:fixed;bottom:0;left:0;right:0;z-index:98;transform:translateY(100%);transition:transform .2s ease-out;background:rgb(var(--color-background));padding:0 1.2rem;padding-bottom:env(safe-area-inset-bottom,0px);will-change:transform;visibility:hidden}.sticky-atc-bar--visible{transform:translateY(0);box-shadow:0 -2px 4px #00000014;visibility:visible}@media (prefers-reduced-motion: reduce){.sticky-atc-bar{transition:none}}.sticky-atc-bar__inner{display:flex;align-items:center;gap:1rem;height:75px;margin:0 auto}.sticky-atc-bar__thumb{width:40px;height:40px;border-radius:4px;object-fit:cover;flex-shrink:0}.sticky-atc-bar__info{flex:1;min-width:0;display:flex;flex-direction:column;gap:.1rem}.sticky-atc-bar__name{font-size:1.2rem;font-weight:600;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:rgb(var(--color-foreground));margin:0}.sticky-atc-bar__price-row{display:flex;align-items:center;gap:.5rem;flex-wrap:nowrap}.sticky-atc-bar__price{font-size:1.3rem;font-weight:700;color:rgb(var(--color-foreground));white-space:nowrap}.sticky-atc-bar__compare-price{font-size:1.1rem;color:rgba(var(--color-foreground),.5);text-decoration:line-through;white-space:nowrap}.sticky-atc-bar__microcopy{font-size:1rem;line-height:1.2;color:rgba(var(--color-foreground),.65);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sticky-atc-bar__microcopy--low-stock{color:#c0392b}.sticky-atc-bar__btn{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 2rem;border:none;border-radius:var(--buttons-radius, 0);background-color:rgba(var(--color-button),var(--alpha-button-background, 1));color:rgb(var(--color-button-text));font-size:1.3rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;cursor:pointer;white-space:nowrap;transition:opacity .15s ease}.sticky-atc-bar__btn:hover{opacity:.85}.sticky-atc-bar__btn:disabled,.sticky-atc-bar__btn[aria-disabled=true]{opacity:.5;cursor:not-allowed}.sticky-atc-bar__btn--added{background-color:#3f6b4a;color:#fff}.sticky-atc-bar__btn .loading-overlay__spinner{display:none;width:20px;height:20px}.sticky-atc-bar__btn.loading .loading-overlay__spinner{display:inline-flex}.sticky-atc-bar__btn.loading .sticky-atc-bar__btn-text{display:none}.sticky-atc-drawer__backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:99;background:#0006;opacity:0;visibility:hidden;transition:opacity .2s ease,visibility 0s .2s}.sticky-atc-drawer__backdrop--visible{opacity:1;visibility:visible;transition:opacity .2s ease,visibility 0s}.sticky-atc-drawer{position:fixed;bottom:0;left:0;right:0;z-index:100;background:rgb(var(--color-background));border-radius:12px 12px 0 0;max-height:85vh;overflow-y:auto;transform:translateY(100%);transition:transform .25s ease-out;padding:2rem 2rem calc(2rem + env(safe-area-inset-bottom,0px))}.sticky-atc-drawer:focus{outline:none}.sticky-atc-drawer--visible{transform:translateY(0);box-shadow:0 -4px 16px #0000001f}@media (prefers-reduced-motion: reduce){.sticky-atc-drawer__backdrop,.sticky-atc-drawer{transition:none}}.sticky-atc-drawer__header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem}.sticky-atc-drawer__close{background:none;border:none;padding:.5rem;cursor:pointer;color:rgb(var(--color-foreground));display:flex;align-items:center;justify-content:center;width:36px;height:36px;flex-shrink:0}.sticky-atc-drawer__close svg{width:20px;height:20px}.sticky-atc-drawer__product{display:flex;gap:1.2rem;align-items:flex-start}.sticky-atc-drawer__product-image{width:80px;height:80px;border-radius:6px;object-fit:cover;flex-shrink:0}.sticky-atc-drawer__product-details{flex:1;min-width:0}.sticky-atc-drawer__product-name{font-size:1.4rem;font-weight:600;margin:0 0 .4rem;color:rgb(var(--color-foreground))}.sticky-atc-drawer__product-price{font-size:1.4rem;font-weight:700;color:rgb(var(--color-foreground))}.sticky-atc-drawer__product-compare-price{font-size:1.2rem;color:rgba(var(--color-foreground),.5);text-decoration:line-through;margin-left:.5rem}.sticky-atc-drawer__options{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(var(--color-foreground),.08)}.sticky-atc-drawer__option-group{margin-bottom:1.2rem}.sticky-atc-drawer__option-label{font-size:1.2rem;font-weight:600;margin-bottom:.6rem;display:block;color:rgb(var(--color-foreground))}.sticky-atc-drawer__option-values{display:flex;flex-wrap:wrap;gap:.6rem}.sticky-atc-drawer__option-values input[type=radio]{position:absolute;opacity:0;width:0;height:0}.sticky-atc-drawer__option-values label{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:.4rem 1.2rem;border:1px solid rgba(var(--color-foreground),.15);border-radius:6px;font-size:1.2rem;cursor:pointer;transition:border-color .15s ease,background .15s ease;color:rgb(var(--color-foreground));background:transparent;width:30%;height:60px}.sticky-atc-drawer__option-values input[type=radio]:checked+label{border-color:rgb(var(--color-foreground));background:rgba(var(--color-foreground),.06);font-weight:600;border-color:#3f6b4a}.sticky-atc-drawer__option-values input[type=radio]:disabled+label{opacity:.35;cursor:not-allowed;text-decoration:line-through}.sticky-atc-drawer__option-values input[type=radio]:focus-visible+label{outline:2px solid rgb(var(--color-foreground));outline-offset:2px}.sticky-atc-drawer__size-label{flex-direction:column;text-align:center;padding:.6rem 1.2rem}.sticky-atc-drawer__plant-height{font-size:1.3rem;font-weight:600;color:rgb(var(--color-foreground));line-height:1.2}.sticky-atc-drawer__pot-size{font-size:1.1rem;font-weight:400;color:rgba(var(--color-foreground),.65);line-height:1.2}.sticky-atc-drawer__option-values input[type=radio]:checked+.sticky-atc-drawer__size-label .sticky-atc-drawer__pot-size{color:rgb(var(--color-foreground))}.sticky-atc-drawer__add-btn{display:flex;align-items:center;justify-content:center;width:100%;min-height:48px;margin-top:1.5rem;padding:0 2rem;border:none;border-radius:var(--buttons-radius, 0);background-color:rgba(var(--color-button),var(--alpha-button-background, 1));color:rgb(var(--color-button-text));font-size:1.4rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;cursor:pointer;transition:opacity .15s ease}.sticky-atc-drawer__add-btn:hover{opacity:.85}.sticky-atc-drawer__add-btn:disabled{opacity:.5;cursor:not-allowed}.sticky-atc-drawer__stock{font-size:1.1rem;margin-top:.8rem;text-align:center;font-weight:600;text-transform:uppercase}.sticky-atc-drawer__stock--low{color:#c0392b}.sticky-atc-drawer__stock--in-stock{color:#3f6b4a}@media screen and (min-width: 990px){.sticky-atc-bar__inner{gap:1.5rem}.sticky-atc-bar__name{font-size:1.3rem}.sticky-atc-bar__price{font-size:1.4rem}.sticky-atc-bar__btn{padding:0 3rem;font-size:1.3rem}.sticky-atc-drawer{width:500px;left:auto;right:2rem;border-radius:12px 12px 0 0}}@media screen and (max-width: 749px){.sticky-atc-bar{padding:0 1rem}.sticky-atc-bar__inner{gap:.8rem}.sticky-atc-bar__btn{min-width:35%;padding:0 1.2rem;font-size:1.2rem}.sticky-atc-bar__name{font-size:1.1rem}.sticky-atc-bar__price{font-size:1.2rem}.sticky-atc-bar__compare-price{font-size:1rem}}body.sticky-atc-drawer-open{overflow:hidden}
/*# sourceMappingURL=/cdn/shop/t/6/assets/sticky-atc-bar.css.map */
