.product-card-info-flex--compact-quick-add{display:flex;flex-direction:column;gap:10px}.product-card-info-flex--compact-quick-add .product-card-info-flex__row{display:flex;flex-direction:row;align-items:stretch;justify-content:space-between;gap:22px;width:100%}.product-card-info-flex--compact-quick-add .product-card-info-flex__meta{flex:1 1 auto;min-width:0;width:100%;display:flex;flex-direction:column;gap:6px}.product-card-info-flex--compact-quick-add .product-card-info-flex__meta .price{flex:0 1 auto;display:flex;flex-direction:column;justify-content:flex-start}.product-card-compact-quick-add{position:relative;width:100%;display:flex;flex-direction:column;align-items:stretch}.product-card-compact-quick-add__controls{display:flex;flex-direction:column;align-items:stretch;gap:8px;width:100%}.product-card-compact-quick-add__variants-toggle{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:8px;min-height:44px;padding:6px 10px;margin:0;border:1px solid var(--color-accent, #151515);border-radius:var(--button-border-radius, 5px);background:var(--bg-body, #fff);color:var(--color-body, #151515);cursor:pointer;text-align:left;line-height:1.25}.product-card-compact-quick-add__variants-toggle-label{flex:1;min-width:0;font-size:.8125rem;line-height:1.25;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;overflow:hidden;word-break:break-word}.product-card-compact-quick-add__chevron{display:flex;flex-shrink:0;transition:transform .2s ease}.product-card-compact-quick-add__variants-toggle[aria-expanded=true] .product-card-compact-quick-add__chevron{transform:rotate(180deg)}.product-card-compact-quick-add__add{position:relative;display:flex;align-items:center;justify-content:center;width:100%;min-height:44px;padding:10px 16px;margin:0;border:1px solid #151515;border-radius:var(--button-border-radius, 5px);background-color:#fff;color:#151515;cursor:pointer;font:inherit;font-size:.875rem;line-height:1.25;transition:background-color .2s ease,border-color .2s ease,color .2s ease}.product-card-compact-quick-add__add:hover:not(:disabled),.product-card-compact-quick-add__add:focus-visible:not(:disabled),.product-card-compact-quick-add__add:active:not(:disabled){border-color:#ed3d96;color:#fff;background-color:#ed3d96}.product-card-compact-quick-add__add:focus-visible{outline:2px solid #151515;outline-offset:2px}.product-card-compact-quick-add__add:disabled{opacity:.45;cursor:not-allowed}.product-card-compact-quick-add__add-text{position:relative;z-index:1}.product-card-compact-quick-add__add .loading-overlay{display:none;position:absolute;top:0;bottom:0;left:0;right:0;width:100%;max-width:20px;margin-left:auto;margin-right:auto;align-items:center;justify-content:center;z-index:3;height:auto;transform:none}.product-card-compact-quick-add__add .loading-overlay svg{width:20px;height:20px}.product-card-compact-quick-add__add .loading-overlay .spinner-path{stroke:#ed3d96}.product-card-compact-quick-add__add:hover:not(:disabled) .loading-overlay .spinner-path{stroke:#fff}.product-card-compact-quick-add__add.loading .loading-overlay{display:flex}.product-card-compact-quick-add__add.loading .product-card-compact-quick-add__add-text{opacity:.15}.product-card-compact-quick-add__panel{box-sizing:border-box;margin:0;padding:6px;list-style:none;background:var(--bg-body, #fff);border:1px solid var(--color-form-border, #e6e6e6);border-radius:var(--button-border-radius, 5px);box-shadow:0 8px 24px #0000001f;overflow-y:auto;overscroll-behavior:contain}.product-card-compact-quick-add__panel-inner{display:flex;flex-direction:column;gap:4px}.product-card-compact-quick-add__panel--fixed-layout{--compact-option-height: 56px;--compact-max-visible-options: 2.5;position:fixed;z-index:200;right:auto;top:var(--compact-panel-top, auto);bottom:var(--compact-panel-bottom, auto);left:var(--compact-panel-left);width:var(--compact-panel-width);max-height:min(var(--compact-panel-max-height),calc(12px + 2px + var(--compact-max-visible-options) * var(--compact-option-height)))}.product-card-compact-quick-add__option{box-sizing:border-box;display:flex;flex-direction:row;align-items:center;gap:10px;width:100%;min-height:56px;padding:8px;margin:0;border:0;border-radius:4px;background:transparent;text-align:left;cursor:pointer;color:inherit;font:inherit}.product-card-compact-quick-add__option:hover,.product-card-compact-quick-add__option:focus-visible{background:#0000000a;outline:none}.product-card-compact-quick-add__option[aria-selected=true]{background:#0000000f}.product-card-compact-quick-add__option--disabled{opacity:.5;cursor:not-allowed}.product-card-compact-quick-add__option-thumb{flex-shrink:0;width:40px;height:40px;border-radius:4px;overflow:hidden;background:rgba(var(--color-body-rgb),.06)}.product-card-compact-quick-add__option-img{width:100%;height:100%;object-fit:cover;display:block}@keyframes product-card-compact-quick-add__option-thumb-placeholder-shimmer{0%{background-position:160% 0}to{background-position:-160% 0}}.product-card-compact-quick-add__option-thumb-placeholder{display:block;width:100%;height:100%;background-color:rgba(var(--color-body-rgb),.06);background-image:linear-gradient(105deg,rgba(var(--color-body-rgb),.04),rgba(var(--color-body-rgb),.14) 42%,rgba(var(--color-body-rgb),.04) 85%);background-size:220% 100%;background-repeat:no-repeat;animation:product-card-compact-quick-add__option-thumb-placeholder-shimmer 2.2s ease-in-out infinite}@media(prefers-reduced-motion:reduce){.product-card-compact-quick-add__option-thumb-placeholder{animation:none;background-image:none}}.product-card-compact-quick-add__option-text{display:flex;align-items:center;justify-content:space-between;gap:2px;min-width:0;flex:1}.product-card-compact-quick-add__option-title{font-size:.8125rem;font-weight:var(--font-body-bold-weight, 600);line-height:1.3;word-break:break-word}.product-card-compact-quick-add__option-price{font-size:.75rem;opacity:.85}.product-card.text-center .product-card-info-flex--compact-quick-add .product-card-info-flex__row{justify-content:center}.product-card.text-center .product-card-compact-quick-add{align-items:stretch}
/*# sourceMappingURL=/cdn/shop/t/60/assets/product-card-compact-quick-add.css.map */
