.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-outset, 8px);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:grid;grid-template-columns:1fr 1fr 1fr;gap:.7rem}.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:5.5rem;padding:.8rem .6rem;border:1.5px solid #e0ddd6;border-radius:var(--buttons-radius-outset, 8px);font-size:1.2rem;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1);color:#454545;background:#fff;width:auto;height:auto;position:relative;overflow:visible;box-shadow:0 1px 2px #0000000a}.sticky-atc-drawer__option-values label:hover{border-color:#3f6b4a;background:#f5f9f6;box-shadow:0 2px 8px #3f6b4a1a}.sticky-atc-drawer__option-values input[type=radio]:checked+label{background:linear-gradient(135deg,#f0f7f1,#e8f2ea);border:2px solid #3f6b4a;box-shadow:0 2px 10px #3f6b4a26,inset 0 0 0 1px #3f6b4a14;font-weight:600}.sticky-atc-drawer__option-values input[type=radio]:checked+label:after{content:"";position:absolute;top:-5px;right:-5px;width:18px;height:18px;background:#3f6b4a;border-radius:50%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:10px;z-index:2;box-shadow:0 1px 3px #3f6b4a4d}.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{box-shadow:0 0 0 .3rem rgb(var(--color-background)),0 0 0 .5rem #3f6b4a8c}.sticky-atc-drawer__size-label{flex-direction:column;text-align:center;padding:.4rem}.sticky-atc-drawer__plant-height{font-size:1.25rem;font-weight:700;color:#3f6b4a;line-height:1.2;letter-spacing:-.02em}.sticky-atc-drawer__pot-size{font-size:1rem;font-weight:400;color:#777;line-height:1.2;margin-top:.2rem}.sticky-atc-drawer__option-values input[type=radio]:checked+.sticky-atc-drawer__size-label .sticky-atc-drawer__plant-height{color:#2d5436}.sticky-atc-drawer__option-values input[type=radio]:checked+.sticky-atc-drawer__size-label .sticky-atc-drawer__pot-size{color:#555}.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-outset, 8px);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/17/assets/sticky-atc-bar.css.map */
