.quick-buy{position:relative;padding-bottom:160px}.quick-buy__heading{margin-bottom:.5rem}.quick-buy__subheading{color:rgba(var(--color-foreground),.7);margin-bottom:2rem;font-size:1.5rem}.quick-buy__search-bar{position:relative;margin-bottom:2rem;max-width:500px}.quick-buy__search-input{width:100%;padding:1rem 4rem 1rem 1.2rem;border:1px solid rgba(var(--color-foreground),.15);border-radius:3px;font-size:1.4rem;font-family:var(--font-body-family);background:rgb(var(--color-background));color:rgb(var(--color-foreground));transition:border-color .2s}.quick-buy__search-input:focus{outline:none;border-color:rgba(var(--color-foreground),.5)}.quick-buy__search-input::placeholder{color:rgba(var(--color-foreground),.4)}.quick-buy__search-icon{position:absolute;right:1.2rem;top:50%;transform:translateY(-50%);color:rgba(var(--color-foreground),.4);pointer-events:none}.quick-buy__table{width:100%}.quick-buy__header{display:none}@media screen and (min-width:750px){.quick-buy__header{display:grid;grid-template-columns:80px 1fr 120px 120px 180px;gap:1rem;align-items:center;padding:1rem 1.5rem;border-bottom:2px solid rgba(var(--color-foreground),.15);font-weight:600;font-size:1.3rem;text-transform:uppercase;letter-spacing:.05em;color:rgba(var(--color-foreground),.6)}}.quick-buy__row{display:grid;grid-template-columns:60px 1fr;gap:.5rem 1rem;align-items:center;padding:1.2rem 1rem;border-bottom:1px solid rgba(var(--color-foreground),.08);transition:background-color .15s ease}.quick-buy__row:hover{background-color:rgba(var(--color-foreground),.02)}.quick-buy__row--highlight{background-color:rgba(var(--color-foreground),.04)}@media screen and (min-width:750px){.quick-buy__row{grid-template-columns:80px 1fr 120px 120px 180px;gap:1rem;padding:1rem 1.5rem}}@media screen and (max-width:749px){.quick-buy__row{grid-template-areas:"image info" "image actions"}.quick-buy__row .quick-buy__col--image{grid-area:image}.quick-buy__row .quick-buy__col--name{grid-area:info;align-self:start}.quick-buy__row .quick-buy__col--sku,.quick-buy__row .quick-buy__col--price{grid-area:auto}.quick-buy__row .quick-buy__col--sku{display:none}.quick-buy__row .quick-buy__col--qty{grid-column:1 / -1;display:flex;justify-content:space-between;align-items:center;padding-top:.5rem}.quick-buy__row .quick-buy__col--price{font-size:1.3rem}}.quick-buy__row--parent{background-color:rgba(var(--color-foreground),.02)}.quick-buy__row--variant{padding-left:2rem}@media screen and (min-width:750px){.quick-buy__row--variant{padding-left:3rem;grid-template-columns:60px 1fr 120px 120px 180px}.quick-buy__row--variant .quick-buy__col--image{max-width:60px}}.quick-buy__variants{border-left:3px solid rgba(var(--color-foreground),.1);margin-left:1rem}@media screen and (min-width:750px){.quick-buy__variants{margin-left:1.5rem}}.quick-buy__variants[hidden]{display:none}.quick-buy__variant-title{font-size:1.3rem;color:rgba(var(--color-foreground),.8)}.quick-buy__product-image{width:60px;height:60px;object-fit:cover;border-radius:3px;border:1px solid rgba(var(--color-foreground),.08)}.quick-buy__product-image--small{width:50px;height:50px}.quick-buy__placeholder-image{width:60px;height:60px;display:flex;align-items:center;justify-content:center;background:rgba(var(--color-foreground),.04);border-radius:3px}.quick-buy__placeholder-image .placeholder-svg{width:40px;height:40px}.quick-buy__product-link{color:rgb(var(--color-foreground));text-decoration:none;font-weight:500;font-size:1.4rem;line-height:1.4}.quick-buy__sku{font-size:1.3rem;color:rgba(var(--color-foreground),.5);font-family:var(--font-body-family)}.quick-buy__price{font-size:1.4rem;font-weight:500}.quick-buy__price--sale{color:rgb(var(--color-foreground))}.quick-buy__compare-price{font-size:1.2rem;color:rgba(var(--color-foreground),.5);margin-right:.5rem}.quick-buy__quantity-selector{display:inline-flex;align-items:center;border:1px solid rgba(var(--color-foreground),.15);border-radius:3px;overflow:hidden}.quick-buy__qty-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:transparent;border:none;cursor:pointer;font-size:1.6rem;color:rgb(var(--color-foreground));transition:background-color .15s;padding:0;line-height:1;font-family:var(--font-body-family)}.quick-buy__qty-btn:hover:not(:disabled){background-color:rgba(var(--color-foreground),.06)}.quick-buy__qty-btn:disabled{opacity:.3;cursor:not-allowed}.quick-buy__qty-input{width:48px;height:36px;text-align:center;border:none;border-left:1px solid rgba(var(--color-foreground),.15);border-right:1px solid rgba(var(--color-foreground),.15);font-size:1.4rem;font-weight:500;font-family:var(--font-body-family);color:rgb(var(--color-foreground));background:transparent;-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.quick-buy__qty-input::-webkit-outer-spin-button,.quick-buy__qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.quick-buy__qty-input:focus{outline:none;background-color:rgba(var(--color-foreground),.03)}.quick-buy__view-options-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.6rem 1.4rem;background:rgb(var(--color-foreground));color:rgb(var(--color-background));border:1px solid rgb(var(--color-foreground));border-radius:3px;font-size:1.3rem;font-family:var(--font-body-family);cursor:pointer;transition:opacity .2s;white-space:nowrap}.quick-buy__view-options-btn:hover{opacity:.85}.quick-buy__view-options-btn[aria-expanded=true]{background:transparent;color:rgb(var(--color-foreground))}.quick-buy__sold-out{font-size:1.3rem;color:rgba(var(--color-foreground),.4);font-style:italic}.quick-buy__pagination{margin-top:3rem;margin-bottom:3rem;padding-bottom:2rem;text-align:center}.quick-buy__pagination .pagination{display:flex;justify-content:center;gap:.5rem;list-style:none;padding:0}.quick-buy__pagination .pagination li{display:inline-block}.quick-buy__pagination .pagination a,.quick-buy__pagination .pagination span.current{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 .8rem;border:1px solid rgba(var(--color-foreground),.15);border-radius:3px;font-size:1.4rem;text-decoration:none;color:rgb(var(--color-foreground));transition:background-color .15s,border-color .15s}.quick-buy__pagination .pagination a:hover{background-color:rgba(var(--color-foreground),.06);border-color:rgba(var(--color-foreground),.3)}.quick-buy__pagination .pagination span.current{background-color:rgb(var(--color-foreground));color:rgb(var(--color-background));border-color:rgb(var(--color-foreground));font-weight:600}.quick-buy__sticky-bar{position:fixed;bottom:0;left:0;right:0;z-index:100;background:rgb(var(--color-background));border-top:2px solid rgba(var(--color-foreground),.1);box-shadow:0 -4px 20px #00000014;padding:1.2rem 0;transform:translateY(100%);transition:transform .3s ease}.quick-buy__sticky-bar[hidden]{display:block;transform:translateY(100%);pointer-events:none}.quick-buy__sticky-bar.is-visible{transform:translateY(0);pointer-events:all}.quick-buy__sticky-inner{display:flex;align-items:center;justify-content:space-between;gap:2rem}.quick-buy__sticky-summary{display:flex;align-items:center;gap:2rem;font-size:1.4rem}.quick-buy__sticky-count strong,.quick-buy__sticky-total strong{font-size:1.6rem}.quick-buy__add-all-btn{display:inline-flex;align-items:center;justify-content:center;gap:.8rem;padding:1.2rem 3rem;min-width:180px;background:rgb(var(--color-button));color:rgb(var(--color-button-text));border:none;border-radius:3px;font-size:1.5rem;font-weight:600;font-family:var(--font-body-family);cursor:pointer;transition:opacity .2s}.quick-buy__add-all-btn:hover:not(:disabled){opacity:.9}.quick-buy__add-all-btn:disabled{opacity:.5;cursor:not-allowed}.quick-buy__add-all-btn.loading .quick-buy__add-all-text{visibility:hidden}.quick-buy__add-all-btn.loading .quick-buy__add-all-spinner{position:absolute}.quick-buy__add-all-btn .quick-buy__add-all-spinner{display:none}.quick-buy__add-all-btn.loading .quick-buy__add-all-spinner{display:flex}.quick-buy__add-all-btn .spinner{width:22px;height:22px;animation:rotator 1.4s linear infinite}.quick-buy__add-all-btn .spinner .path{stroke:rgb(var(--color-button-text));stroke-dasharray:187;stroke-dashoffset:0;transform-origin:center;animation:dash 1.4s ease-in-out infinite}@keyframes rotator{0%{transform:rotate(0)}to{transform:rotate(270deg)}}@keyframes dash{0%{stroke-dashoffset:187}50%{stroke-dashoffset:46.75;transform:rotate(135deg)}to{stroke-dashoffset:187;transform:rotate(450deg)}}@media screen and (max-width:749px){.quick-buy__sticky-inner{flex-direction:column;gap:1rem}.quick-buy__sticky-summary{width:100%;justify-content:space-between}.quick-buy__add-all-btn{width:100%}}.quick-buy__row--hidden,.quick-buy__variants--hidden{display:none}.quick-buy__product-link{background:none;border:0;padding:0;font:inherit;color:inherit;text-align:left;cursor:pointer;text-decoration:none}.quick-buy__product-link:hover{text-decoration:underline}.quick-buy-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;align-items:center;justify-content:center;padding:20px}.quick-buy-modal[hidden]{display:none}.quick-buy-modal__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080}.quick-buy-modal__dialog{position:relative;background:#fff;border-radius:8px;max-width:720px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 8px 24px #0003}.quick-buy-modal__close{position:absolute;top:12px;right:12px;background:none;border:0;font-size:28px;line-height:1;cursor:pointer;padding:4px 10px;color:#333;z-index:1}.quick-buy-modal__body{display:flex;gap:24px;padding:32px}.quick-buy-modal__image{flex:0 0 240px}.quick-buy-modal__image img{width:100%;height:auto;border-radius:4px;display:block}.quick-buy-modal__content{flex:1}.quick-buy-modal__title{margin:0 0 12px;font-size:22px}.quick-buy-modal__description{margin-bottom:16px}.quick-buy-modal__description.rte a{color:#0e935d;text-decoration:underline}.quick-buy-modal__view-link{display:inline-block;font-size:14px;text-decoration:underline}@media screen and (max-width:640px){.quick-buy-modal__body{flex-direction:column;padding:24px}.quick-buy-modal__image{flex:0 0 auto;max-width:200px;margin:0 auto}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/quick-buy-form.css.map */
