.qav-modal{padding:clamp(1.6rem,2.5vh,3.2rem) clamp(2rem,3vw,4rem);display:flex;flex-direction:column;gap:clamp(1.2rem,2vh,2.4rem)}.qav-header{display:flex;align-items:center;gap:1.6rem;padding-bottom:clamp(1rem,1.5vh,2rem);border-bottom:.1rem solid rgba(var(--color-foreground),.1)}.qav-header__image{flex-shrink:0;width:clamp(6rem,8vh,10rem);height:clamp(6rem,8vh,10rem);border-radius:50%;overflow:hidden;border:.25rem solid rgba(var(--color-foreground),.25);background:#fff}.qav-header__image img{width:100%;height:100%;object-fit:contain;padding:.4rem;box-sizing:border-box}.qav-header__info{display:flex;flex-direction:column;gap:.4rem}.qav-title{margin:0;font-size:2rem;font-weight:700;line-height:1.3;color:rgb(var(--color-foreground))}.qav-price-row{display:flex;align-items:center;gap:.8rem}.qav-price-compare{font-size:1.5rem;color:rgba(var(--color-foreground),.5);text-decoration:line-through}.qav-price-current{font-size:1.7rem;font-weight:700;color:rgb(var(--color-foreground))}.qav-choose-label{margin:0;font-size:1.5rem;font-weight:700;color:rgb(var(--color-foreground))}.qav-cards{display:grid;gap:1.4rem;padding-top:.2rem}.qav-card__price-wrap--popular{align-self:flex-end;text-align:right}@media screen and (min-width:750px){.qav-cards--2col{grid-template-columns:1fr 1fr}.qav-cards--3col{grid-template-columns:repeat(3,minmax(0,1fr))}}.qav-card{position:relative;padding:1.6rem;border:.2rem solid rgba(var(--color-foreground),.15);border-radius:1.2rem;cursor:pointer;display:flex;flex-direction:column;gap:1.2rem;transition:border-color .15s ease,background-color .15s ease;background-color:rgb(var(--color-background))}.qav-card:not(.qav-card--selected):hover{border-color:rgba(var(--color-foreground),.3)}.qav-card--selected{border-color:rgb(var(--color-button));background-color:rgba(var(--color-button),.04)}.qav-card:focus-visible{outline:.2rem solid rgb(var(--color-button));outline-offset:.2rem}.qav-card__header{display:flex;align-items:center;gap:1rem;flex-wrap:nowrap;margin:-1.6rem -1.6rem 0;padding:1.2rem 1.6rem;border-radius:1rem 1rem 0 0;background-color:rgba(var(--color-button),.06);border-bottom:.1rem solid rgba(var(--color-foreground),.07)}.qav-card--popular{border-color:#619f4b59;background-color:transparent}.qav-card--popular:not(.qav-card--selected):hover{border-color:#619f4b99}.qav-card--popular.qav-card--selected{border-color:#619f4b;background-color:#619f4b0f}.qav-card--popular .qav-card__radio{border-color:#619f4b}.qav-card--popular .qav-card__radio-dot{background-color:#619f4b}.qav-card--popular .qav-card__header{background-color:#619f4b0d;border-bottom-color:#619f4b14}.qav-card--popular.qav-card--selected .qav-card__header{background-color:#619f4b1f;border-bottom-color:#619f4b2e}.qav-card__radio{flex-shrink:0;width:2rem;height:2rem;border-radius:50%;border:.2rem solid rgba(var(--color-foreground),.3);display:flex;align-items:center;justify-content:center;transition:border-color .15s ease}.qav-card--selected .qav-card__radio{border-color:rgb(var(--color-button))}.qav-card__radio-dot{width:1rem;height:1rem;border-radius:50%;background-color:rgb(var(--color-button));opacity:0;transition:opacity .15s ease}.qav-card--selected .qav-card__radio-dot{opacity:1}.qav-card__title{flex:1;font-size:1.5rem;font-weight:700;color:rgb(var(--color-foreground))}.qav-card__price-wrap{display:flex;flex-direction:column;align-items:flex-end}.qav-card__price{font-size:1.5rem;font-weight:700;white-space:nowrap;color:rgb(var(--color-foreground))}.qav-card__price-delta{font-size:1.1rem;color:rgba(var(--color-foreground),.5);white-space:nowrap}.qav-card__bullets{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.7rem}.qav-card__bullets-row{display:flex;align-items:flex-start;gap:1rem}.qav-card__bullets-row .qav-card__bullets{flex:1}.qav-card__bullets-row .qav-card__price-wrap{flex-shrink:0;text-align:right;padding-top:.8rem}.qav-card__bullet{display:flex;align-items:flex-start;gap:.8rem;font-size:1.4rem;line-height:1.4;color:rgb(var(--color-foreground))}.qav-card__bullet svg{flex-shrink:0;margin-top:.1rem}.qav-card__bullet:not(.qav-card__bullet--negative) svg{color:rgb(var(--color-button))}.qav-card__bullet--negative svg{color:rgba(var(--color-foreground),.45)}.qav-card__badge{position:absolute;top:.1rem;right:.2rem;width:58px;height:58px;font-size:7.5px;background:#619f4b;display:flex;flex-direction:column;gap:3px;justify-content:center;align-items:center;color:#fff;border-radius:50%;font-family:Lato,sans-serif;font-weight:900;letter-spacing:0;text-transform:uppercase;padding:6px;text-align:center;line-height:1.3;z-index:1}.qav-card__badge svg{flex-shrink:0}.qav-card__guidance{margin:0;font-size:1.25rem;color:rgba(var(--color-foreground),.55);line-height:1.5}.qav-trust{display:flex;align-items:center;justify-content:center;gap:.6rem;font-size:1.3rem;color:rgba(var(--color-foreground),.65)}.qav-trust svg{flex-shrink:0;color:rgb(var(--color-button))}.qav-atc{background-color:rgb(var(--color-button));color:rgb(var(--color-button-text));border:none;padding:1.6rem;font-size:1.6rem;font-weight:600;border-radius:var(--buttons-radius, .6rem);cursor:pointer;transition:opacity .15s ease;width:100%}.qav-atc:hover{opacity:.9;background-color:rgb(var(--color-button))!important;color:rgb(var(--color-button-text))!important;border-color:rgb(var(--color-button))!important}.qav-atc[disabled]{opacity:.6;cursor:not-allowed}.qav-help{margin:0;display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:1.3rem;color:rgba(var(--color-foreground),.55)}.qav-help svg{flex-shrink:0}.qav-help__link{color:rgb(var(--color-foreground));text-decoration:underline;text-underline-offset:.2rem}.qav-help__link:hover{color:rgb(var(--color-button))}quick-add-variant-modal .quick-add-modal__content{box-sizing:border-box;overflow:hidden;border-radius:1.6rem!important;width:80%;max-width:900px;position:fixed!important;top:40%!important;left:50%!important;transform:translate(-50%,-50%)!important;margin:0!important;max-height:calc(100vh - 10rem);display:flex;flex-direction:column}quick-add-variant-modal .quick-add-modal{align-items:center!important}quick-add-variant-modal .quick-add-modal__content-info{padding:0!important;box-sizing:border-box;width:100%;overflow-y:auto;overflow-x:hidden;flex:1}quick-add-variant-modal.has-3-variants .quick-add-modal__content,quick-add-variant-modal:has(.qav-cards--3col) .quick-add-modal__content{width:92%!important;max-width:1200px!important}.qav-cards--3col .qav-card{padding:1.4rem;gap:1rem;min-width:0}.qav-cards--3col .qav-card__header{margin:-1.4rem -1.4rem 0;padding:1rem 1.4rem}.qav-cards--3col .qav-card__radio{margin-top:.2rem;flex-shrink:0}.qav-cards--3col .qav-card__title{font-size:1.3rem;flex:1;min-width:0;line-height:1.3;overflow-wrap:break-word}.qav-cards--3col .qav-card__price-wrap{flex-shrink:0;align-items:flex-end}.qav-cards--3col .qav-card__price{font-size:1.25rem;white-space:nowrap}.qav-cards--3col .qav-card__bullet{font-size:1.25rem}.qav-cards--3col .qav-card__guidance{font-size:1.1rem}@media screen and (min-width:750px){.qav-cards--3col{grid-template-columns:repeat(3,minmax(0,1fr))}}@media screen and (max-width:749px){quick-add-variant-modal .quick-add-modal__content{width:calc(100% - 2rem);border-radius:1.2rem!important;max-height:calc(100vh - 2rem)}}quick-add-variant-modal .quick-add-modal__content-info{padding:0!important;box-sizing:border-box;width:100%;overflow-x:hidden}quick-add-variant-modal .quick-add-modal__toggle{transition:transform .2s ease,background-color .2s ease,color .2s ease}quick-add-variant-modal .quick-add-modal__toggle:hover{transform:rotate(90deg);background-color:rgb(var(--color-button));color:rgb(var(--color-button-text));border-color:rgb(var(--color-button))}@media screen and (max-height:700px){.qav-header__image{width:5.6rem;height:5.6rem}.qav-title{font-size:1.6rem}.qav-card{padding:1rem 1.2rem;gap:.7rem}.qav-card__bullets{gap:.4rem}.qav-card__bullet{font-size:1.25rem}.qav-card__guidance{display:none}.qav-trust{font-size:1.2rem}.qav-atc{padding:1.2rem;font-size:1.4rem}.qav-help{font-size:1.2rem}}@media screen and (max-height:580px){.qav-header__image{width:4.8rem;height:4.8rem}.qav-card__bullet{font-size:1.2rem}.qav-cards{gap:.8rem}}@media screen and (max-width:749px){.qav-modal{padding:1.6rem;gap:1.4rem;box-sizing:border-box;width:100%;overflow-x:hidden}.qav-header{gap:1.2rem;align-items:flex-start}.qav-header__image{width:7.2rem;height:7.2rem;flex-shrink:0}.qav-header__info{flex-direction:column;gap:.3rem;min-width:0}.qav-title{font-size:1.5rem;word-break:break-word}.qav-price-row{flex-wrap:wrap;gap:.4rem}.qav-price-compare,.qav-price-current{font-size:1.4rem}.qav-card__title{font-size:1.4rem;min-width:0;word-break:break-word}.qav-card__price{font-size:1.4rem}.qav-card__price-wrap{flex-shrink:0}}
/*# sourceMappingURL=/cdn/shop/t/9/assets/quick-add-variant.css.map */
