.quick-add{position:relative;grid-row-start:4;margin:0 0 1rem;z-index:1}.card--card .quick-add{margin:0 1.3rem 1rem}.quick-add-modal{box-sizing:border-box;opacity:0;position:fixed;visibility:hidden;z-index:-1;margin:0 auto;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background:rgba(var(--color-foreground),.25);display:flex;align-items:center;justify-content:center;padding:1.5rem}.quick-add-modal[open]{opacity:1;visibility:visible;z-index:101}.quick-add-modal__content{position:relative;margin:0;width:100%;max-width:128rem;max-height:94vh;background-color:rgb(var(--color-background));border-radius:1.2rem;overflow:hidden auto;box-shadow:0 3rem 6rem #00000038}@media screen and (min-width:750px){.quick-add-modal__content{width:94%}}@media screen and (min-width:990px){.quick-add-modal__content{width:92%}}.quick-add-modal__content img{max-width:100%}.quick-add-modal__content.is-loading{min-height:48rem}.quick-add-modal__content.is-loading:after{content:"";position:absolute;top:50%;left:50%;width:3.4rem;height:3.4rem;margin:-1.7rem 0 0 -1.7rem;border:.3rem solid rgba(var(--color-foreground),.14);border-top-color:rgb(var(--color-foreground));border-radius:50%;animation:hqv-spin .75s linear infinite;z-index:4}@keyframes hqv-spin{to{transform:rotate(360deg)}}.quick-add-modal__toggle{background-color:rgb(var(--color-background));border:.1rem solid rgba(var(--color-foreground),.12);border-radius:50%;color:rgba(var(--color-foreground),.7);display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;z-index:6;width:3.8rem;height:3.8rem;position:absolute;top:1.8rem;right:1.8rem;transition:color .2s ease,border-color .2s ease}.quick-add-modal__toggle:hover{color:rgb(var(--color-foreground));border-color:rgba(var(--color-foreground),.4)}.quick-add-modal__toggle .icon,.quick-add-modal__toggle svg{height:1.7rem;width:1.7rem;margin:0}.quick-add-modal__content-info{padding:0;height:auto;display:block}.hqv-root,.hqv-root product-component{display:block;width:100%}.hqv{display:grid;grid-template-columns:1fr}@media screen and (min-width:750px){.hqv{grid-template-columns:46% 54%;align-items:stretch}}.hqv__media-col{position:relative;background:#f4f4f4;min-height:44rem;overflow:hidden}@media screen and (min-width:750px){.hqv__media-col{min-height:74rem}}.hqv__gallery{position:absolute;top:0;right:0;bottom:0;left:0}.hqv__slide{position:absolute;top:0;right:0;bottom:0;left:0;display:none}.hqv__slide.is-active{display:block}.hqv__img{display:block;width:100%;height:100%;object-fit:cover}.hqv__img--placeholder{object-fit:contain;background:#f4f4f4}.hqv__dots{position:absolute;left:50%;bottom:2rem;transform:translate(-50%);display:flex;align-items:center;gap:.7rem;background:#ffffffeb;padding:.8rem 1.2rem;border-radius:5rem;box-shadow:0 .2rem .8rem #00000014;z-index:2}.hqv__dot{width:.7rem;height:.7rem;border-radius:50%;background:#00000040;border:none;padding:0;cursor:pointer;transition:background .2s ease,transform .2s ease}.hqv__dot:hover{background:#00000073}.hqv__dot.is-active{background:#111;transform:scale(1.25)}.hqv__info-col{display:flex;flex-direction:column;padding:2.6rem 2.2rem 0;min-height:100%}@media screen and (min-width:750px){.hqv__info-col{padding:4rem 4.2rem 0}}.hqv__vendor{margin:0 0 1rem;font-size:1.4rem;color:rgba(var(--color-foreground),.6);font-weight:500}.hqv__head{display:flex;align-items:baseline;gap:1.5rem;margin-bottom:1.2rem}.hqv__title{flex:1 1 auto;font-size:2.9rem;line-height:1.15;font-weight:700;color:rgb(var(--color-foreground));text-decoration:none;letter-spacing:-.01em}.hqv__title:hover{text-decoration:underline;text-underline-offset:.3rem}.hqv__price{flex:0 0 auto}.hqv__price .price,.hqv__price .price-item{font-size:1.8rem;font-weight:600;white-space:nowrap}.hqv__price .price__container{display:block}.hqv__rating{display:flex;align-items:center;gap:.7rem;margin-bottom:2.4rem;font-size:1.4rem;color:rgba(var(--color-foreground),.75)}.hqv__stars{position:relative;display:inline-block;font-size:1.7rem;line-height:1;letter-spacing:.12em;white-space:nowrap}.hqv__stars-empty{color:rgba(var(--color-foreground),.22)}.hqv__stars-full{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;width:var(--pct, 100%);color:#f5a623}.hqv__rating-sep{color:rgba(var(--color-foreground),.3)}.hqv__rating-count{text-decoration:underline;text-underline-offset:.2rem}.hqv__variants{display:block}.hqv__option{border:0;margin:0 0 2.2rem;padding:0}.hqv__option-label{display:block;margin-bottom:1.1rem;font-size:1.5rem;font-weight:500;padding:0}.hqv__option-name{color:rgba(var(--color-foreground),.6)}.hqv__option-value{color:rgb(var(--color-foreground));font-weight:600}.hqv__option--button{display:flex;flex-wrap:wrap;gap:1rem}.hqv__option--button>.hqv__option-label{flex:0 0 100%;margin-bottom:1.1rem}.hqv__option--button input[type=radio]{position:absolute;opacity:0;pointer-events:none}.hqv__option--button label{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;min-width:7.6rem;min-height:5rem;margin:0;padding:.8rem 1.8rem;border:.12rem solid rgba(var(--color-foreground),.28);border-radius:.5rem;cursor:pointer;font-size:1.5rem;font-weight:500;background:rgb(var(--color-background));color:rgb(var(--color-foreground));transition:border-color .15s ease,background .15s ease,color .15s ease}.hqv__option--button label:hover{border-color:rgba(var(--color-foreground),.6)}.hqv__option--button input[type=radio]:checked+label{border-color:rgb(var(--color-foreground));border-width:.17rem}.hqv__option--button input[type=radio].disabled+label,.hqv__option--button input[type=radio]:disabled+label{color:rgba(var(--color-foreground),.35);border-color:rgba(var(--color-foreground),.14);text-decoration:line-through;cursor:not-allowed}.hqv__option--button input[type=radio]:focus-visible+label{outline:.2rem solid rgb(var(--color-foreground));outline-offset:.2rem}.hqv__option--swatch{display:flex;flex-direction:column}.hqv__option--swatch .swatch-input{margin:0 .8rem .6rem 0}.hqv__option--swatch .swatch-input__input+.swatch-input__label{width:2.8rem;height:2.8rem;border-radius:.4rem}.hqv__stock{margin-bottom:2.4rem}.hqv__stock-text--low{display:block;font-size:1.5rem;font-weight:500;color:rgb(var(--color-foreground));margin-bottom:.9rem}.hqv__stock-bar{width:100%;height:.5rem;background:rgba(var(--color-foreground),.12);border-radius:.4rem;overflow:hidden}.hqv__stock-fill{display:block;height:100%;background:rgb(var(--color-foreground));border-radius:.4rem}.hqv__stock-pill{display:inline-flex;align-items:center;gap:.8rem;font-size:1.5rem;font-weight:500;color:#3a7d33;background:#78c85024;padding:.8rem 1.5rem;border-radius:5rem}.hqv__stock-dot{width:.9rem;height:.9rem;border-radius:50%;background:#3fbf4a;box-shadow:0 0 0 .3rem #3fbf4a40}.hqv__stock-pill--out{color:#b23b3b;background:#c850501f}.hqv__stock-dot--out{background:#d9534f;box-shadow:none}.hqv__form{display:block}.hqv__buy-row{display:flex;align-items:stretch;gap:1.2rem;margin-bottom:1.2rem}.hqv__qty-wrap{flex:0 0 auto}.hqv__qty.quantity{display:flex;align-items:center;height:100%;min-height:5.6rem;border:.12rem solid rgba(var(--color-foreground),.22);border-radius:5rem;overflow:hidden;width:auto}.hqv__qty .quantity__button{width:4rem;height:100%;min-height:5.6rem;border:0;background:none;cursor:pointer;color:rgb(var(--color-foreground));display:flex;align-items:center;justify-content:center;padding:0}.hqv__qty .quantity__button:hover{background:rgba(var(--color-foreground),.05)}.hqv__qty .quantity__button svg{width:1.4rem;height:1.4rem}.hqv__qty .quantity__input{width:3.6rem;text-align:center;border:0;background:none;font-size:1.5rem;font-weight:600;color:rgb(var(--color-foreground));padding:0;-moz-appearance:textfield}.hqv__qty .quantity__input::-webkit-outer-spin-button,.hqv__qty .quantity__input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.hqv__atc.button{flex:1 1 auto;min-height:5.6rem;border-radius:5rem;background:rgb(var(--color-foreground));color:rgb(var(--color-background));border:.12rem solid rgb(var(--color-foreground));font-size:1.6rem;font-weight:600;cursor:pointer;transition:opacity .15s ease;margin:0}.hqv__atc.button:hover:not([disabled]){opacity:.9}.hqv__atc.button[disabled]{opacity:.5;cursor:not-allowed}.hqv__dynamic{margin-bottom:2rem}.hqv__dynamic .shopify-payment-button__button--unbranded,.hqv__dynamic .shopify-payment-button__button{min-height:5.6rem;border-radius:5rem!important;font-size:1.6rem;font-weight:600}.hqv__dynamic .shopify-payment-button__button--unbranded{background:rgb(var(--color-background));color:rgb(var(--color-foreground));border:.12rem solid rgb(var(--color-foreground))}.hqv__dynamic .shopify-payment-button__button--unbranded:hover:not([disabled]){background:rgba(var(--color-foreground),.04)}.hqv__meta{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin-top:.4rem}.hqv__share{display:flex;align-items:center;gap:1.1rem}.hqv__share-label{font-size:1.4rem;font-weight:500;color:rgb(var(--color-foreground))}.hqv__share-link{display:inline-flex;align-items:center;justify-content:center;width:2.8rem;height:2.8rem;color:rgb(var(--color-foreground));border-radius:50%;transition:opacity .15s ease}.hqv__share-link:hover{opacity:.6}.hqv__help{display:inline-flex;align-items:center;gap:.5rem;font-size:1.4rem;color:rgb(var(--color-foreground));text-decoration:none}.hqv__help span{text-decoration:underline;text-underline-offset:.2rem}.hqv__help:hover{opacity:.7}.hqv__footer{display:flex;align-items:center;justify-content:space-between;margin:auto -2.2rem 0;padding:2rem 2.2rem;border-top:.1rem solid rgba(var(--color-foreground),.12);font-size:1.6rem;font-weight:500;color:rgb(var(--color-foreground));text-decoration:none;transition:background .15s ease}@media screen and (min-width:750px){.hqv__footer{margin:auto -4.2rem 0;padding:2.4rem 4.2rem}}.hqv__footer:hover{background:rgba(var(--color-foreground),.03)}.hqv__error{padding:4rem 2rem;text-align:center;font-size:1.4rem;color:rgba(var(--color-foreground),.7)}.hqv__form .product-form__error-message-wrapper{display:flex;align-items:flex-start;gap:.6rem;margin-bottom:1.2rem;color:#b23b3b;font-size:1.4rem}.hqv__form .product-form__error-message-wrapper[hidden]{display:none}@media screen and (max-width:749px){.quick-add-modal{padding:0;align-items:flex-end;background:#00000080!important;transition:background .3s ease}.quick-add-modal__content{width:100%;max-width:100%;max-height:92vh;height:auto;border-radius:1.8rem 1.8rem 0 0;background:rgb(var(--color-background))!important;box-shadow:0 -1rem 4rem #00000047;transform:translateY(100%);transition:transform .42s cubic-bezier(.32,.72,0,1);overflow-x:hidden;overscroll-behavior:contain;will-change:transform}.quick-add-modal[open] .quick-add-modal__content{transform:translateY(0)}.quick-add-modal.is-dragging .quick-add-modal__content{transition:none}.hqv{display:block}.hqv__media-col,.hqv__info-col{display:block;width:100%;max-width:100%}.hqv__media-col{min-height:0;height:38vh}.hqv__media-col:before{content:"";position:absolute;top:1rem;left:50%;transform:translate(-50%);width:4rem;height:.45rem;border-radius:5rem;background:#ffffffe6;box-shadow:0 .1rem .5rem #0000002e;z-index:3}.hqv__footer{margin-left:0;margin-right:0}.hqv__head{flex-direction:column;align-items:flex-start;gap:.6rem}}quick-add-bulk{position:relative;grid-row-start:4;margin:0 0 1rem;z-index:1}.card__content quick-add-bulk .quantity{width:100%}quick-add-bulk .progress-bar-container{position:absolute;height:100%;display:flex;overflow:hidden;border-radius:var(--inputs-radius-outset);border:var(--inputs-border-width) solid transparent;z-index:-1}quick-add-bulk quantity-input{justify-content:space-between}quick-add-bulk .quantity__input{max-width:calc(6.5rem / var(--font-body-scale));flex-grow:0}.quantity__input-disabled{pointer-events:none}
/*# sourceMappingURL=/cdn/shop/t/23/assets/quick-add.css.map */
