.artecho-product-card-grid{margin:0;padding:0;list-style:none}.artecho-product-card-grid>li{min-width:0;list-style:none}.artecho-product-card{position:relative;width:100%;height:100%;min-width:0;border:1px solid var(--artecho-color-line);border-radius:var(--artecho-radius-md);display:flex;flex-direction:column;overflow:hidden;background:var(--artecho-color-surface);color:var(--artecho-color-ink);font-family:var(--artecho-font-body);transition:box-shadow .18s ease,transform .18s ease}.artecho-product-card:hover,.artecho-product-card:focus-within{transform:translateY(-2px);box-shadow:var(--artecho-shadow-card)}.artecho-product-card__media-wrap{position:relative;width:100%;overflow:hidden;flex:none;background:var(--artecho-color-surface-subtle)}.artecho-product-card__media-wrap:before{content:"";display:block;padding-bottom:var(--artecho-product-card-ratio, 100%)}.artecho-product-card__media{position:absolute;top:0;right:0;bottom:0;left:0;display:block;color:inherit}.artecho-product-card__image,.artecho-product-card__placeholder,.artecho-product-card__media>svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;display:block;object-fit:cover}.artecho-product-card__image--secondary{opacity:0;transition:opacity .18s ease}.artecho-product-card:hover .artecho-product-card__image--secondary,.artecho-product-card:focus-within .artecho-product-card__image--secondary{opacity:1}.artecho-product-card__badge{position:absolute;z-index:1;top:var(--artecho-space-3);left:var(--artecho-space-3);padding:6px 10px;border-radius:999px;background:var(--artecho-color-ink);color:var(--artecho-color-surface);font-size:var(--artecho-font-size-xs);font-weight:var(--artecho-font-weight-bold);line-height:1.2}.artecho-product-card__badge--sale{background:var(--artecho-color-coral)}.artecho-product-card__add{position:absolute;z-index:2;bottom:14px;left:50%;min-height:40px;padding:9px 20px;border:0;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;transform:translate(-50%);background:var(--artecho-color-green);color:var(--artecho-color-surface);box-shadow:0 8px 20px #2f8f5b47;font:900 var(--artecho-font-size-sm)/var(--artecho-line-body) var(--artecho-font-body);letter-spacing:0;white-space:nowrap;cursor:pointer;transition:background-color .18s ease,box-shadow .18s ease,opacity .18s ease,transform .18s ease}.artecho-product-card__add:hover{background:#27784c;box-shadow:0 8px 18px #2f8f5b47}.artecho-product-card__add:disabled{background:var(--artecho-color-line);color:var(--artecho-color-muted);box-shadow:none;cursor:not-allowed}.artecho-product-card__body{height:116px;min-height:116px;padding:14px;display:flex;flex-direction:column}.artecho-product-card__vendor{margin:0 0 4px;color:var(--artecho-color-muted);font-size:var(--artecho-font-size-xs);line-height:1.2}.artecho-product-card__title{min-height:2.5em;margin:0;overflow:hidden;font-size:var(--artecho-font-size-lg);font-weight:var(--artecho-font-weight-medium);line-height:1.25;letter-spacing:0}.artecho-product-card__title a{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;color:inherit;text-decoration:none}.artecho-product-card__meta{margin-top:auto;display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:10px}.artecho-product-card__price{margin-left:auto;color:var(--artecho-color-ink);font-size:1.7rem;font-weight:900;line-height:var(--artecho-line-body);text-align:right}.artecho-product-card__price s{margin-right:4px;color:var(--artecho-color-muted);font-size:var(--artecho-font-size-xs);font-weight:var(--artecho-font-weight-regular)}.artecho-product-card--placeholder .artecho-product-card__media-wrap{aspect-ratio:1}.artecho-quick-add{z-index:100;background:transparent;color:var(--artecho-color-ink);font-family:var(--artecho-font-body)}.artecho-quick-add__body{flex:1;min-height:0;overflow:hidden}.artecho-quick-add__form{height:100%;min-height:0;margin:0;display:flex;flex-direction:column}.artecho-quick-add__content{flex:1;min-height:0;padding:20px;overflow-y:auto;overscroll-behavior:contain}.artecho-quick-add__summary{display:grid;grid-template-columns:128px minmax(0,1fr);gap:14px;align-items:start}.artecho-quick-add__media{width:128px;aspect-ratio:1;border:1px solid var(--artecho-color-line);border-radius:var(--artecho-radius-md);overflow:hidden;background:var(--artecho-color-surface-subtle)}.artecho-quick-add__media img,.artecho-quick-add__media svg{width:100%;height:100%;display:block;object-fit:cover}.artecho-quick-add__info{min-width:0;padding-top:var(--artecho-space-2)}.artecho-quick-add__info>p{margin:0 0 4px;color:var(--artecho-color-coral);font-size:var(--artecho-font-size-xs);font-weight:var(--artecho-font-weight-bold)}.artecho-quick-add__info h3{margin:0 0 6px;font-size:var(--artecho-font-size-lg);font-weight:var(--artecho-font-weight-medium);line-height:1.25;letter-spacing:0}.artecho-quick-add__rating{color:var(--artecho-color-rating);font-size:var(--artecho-font-size-xs);font-weight:900}.artecho-quick-add__price{margin:6px 0 4px;display:flex;flex-wrap:wrap;align-items:baseline;gap:var(--artecho-space-2);font-size:var(--artecho-font-size-md);font-weight:900}.artecho-quick-add__price s{color:var(--artecho-color-muted);font-size:var(--artecho-font-size-sm);font-weight:var(--artecho-font-weight-regular)}.artecho-quick-add__info a{color:var(--artecho-color-ink);font-size:var(--artecho-font-size-sm);font-weight:var(--artecho-font-weight-bold);text-underline-offset:3px}.artecho-quick-add__option-groups{margin-top:var(--artecho-space-5)}.artecho-quick-add__options{margin:0 0 var(--artecho-space-4);padding:0;border:0}.artecho-quick-add__options legend,.artecho-quick-add__purchase>label{margin-bottom:var(--artecho-space-2);display:block;font-size:var(--artecho-font-size-sm);font-weight:var(--artecho-font-weight-bold)}.artecho-quick-add__option-list{display:flex;flex-wrap:wrap;gap:var(--artecho-space-2)}.artecho-quick-add__option{min-height:44px;padding:9px 14px;border:1px solid var(--artecho-color-line);border-radius:var(--artecho-radius-sm);background:var(--artecho-color-surface);color:var(--artecho-color-ink);font:var(--artecho-font-weight-medium) var(--artecho-font-size-sm)/1.25 var(--artecho-font-body);cursor:pointer}.artecho-quick-add__option[hidden]{display:none}.artecho-quick-add__option:hover,.artecho-quick-add__option.is-selected{border-color:var(--artecho-color-ink);background:var(--artecho-color-ink);color:var(--artecho-color-surface)}.artecho-quick-add__options-toggle{min-height:44px;margin:calc(var(--artecho-space-2) * -1) 0 var(--artecho-space-4);padding:8px 0;border:0;display:inline-flex;align-items:center;background:transparent;color:var(--artecho-color-ink);font:var(--artecho-font-weight-bold) var(--artecho-font-size-sm)/1.3 var(--artecho-font-body);text-decoration:underline;text-underline-offset:3px;cursor:pointer}.artecho-quick-add__footer{flex:none;padding:var(--artecho-space-4) 20px 20px;border-top:1px solid var(--artecho-color-line);background:var(--artecho-color-surface)}.artecho-quick-add__purchase{margin:0}.artecho-quick-add__quantity{width:154px;height:44px;border:1px solid var(--artecho-color-line);border-radius:var(--artecho-radius-sm);display:grid;grid-template-columns:44px 64px 44px;overflow:hidden;background:var(--artecho-color-surface)}.artecho-quick-add__quantity button,.artecho-quick-add__quantity input{width:100%;height:100%;padding:0;border:0;background:transparent;color:var(--artecho-color-ink)}.artecho-quick-add__quantity button{display:grid;place-items:center;cursor:pointer}.artecho-quick-add__quantity button svg{width:14px;height:14px}.artecho-quick-add__quantity input{border-right:1px solid var(--artecho-color-line);border-left:1px solid var(--artecho-color-line);font:var(--artecho-font-weight-bold) var(--artecho-font-size-sm)/1 var(--artecho-font-body);text-align:center;-webkit-appearance:textfield;appearance:textfield}.artecho-quick-add__quantity input::-webkit-inner-spin-button{-webkit-appearance:none;appearance:none}.artecho-quick-add__error{margin:var(--artecho-space-4) 0 0;color:#b42318;font-size:var(--artecho-font-size-sm)}.artecho-quick-add__submit{width:100%;margin-top:var(--artecho-space-4)}.artecho-quick-add__submit:disabled{opacity:.5;cursor:not-allowed}.artecho-cart-toast{position:fixed;z-index:120;top:96px;left:50%;max-width:calc(100% - 32px);min-height:52px;padding:10px 12px;border:1px solid var(--artecho-color-line);border-radius:var(--artecho-radius-md);display:flex;align-items:center;gap:12px;transform:translate(-50%,-8px);background:var(--artecho-color-surface);color:var(--artecho-color-ink);box-shadow:var(--artecho-shadow-hover);font:var(--artecho-font-weight-medium) var(--artecho-font-size-sm)/1.3 var(--artecho-font-body);opacity:0;pointer-events:none;transition:opacity .18s ease,transform .18s ease}.artecho-cart-toast.is-visible{transform:translate(-50%);opacity:1;pointer-events:auto}.artecho-cart-toast__icon{width:24px;height:24px;border-radius:50%;display:grid;flex:none;place-items:center;background:var(--artecho-color-green);color:var(--artecho-color-surface);font-size:var(--artecho-font-size-xs);font-weight:900}.artecho-cart-toast.is-error .artecho-cart-toast__icon{background:var(--artecho-color-coral)}.artecho-cart-toast button{min-height:36px;padding:8px 14px;border:0;border-radius:999px;background:var(--artecho-color-green);color:var(--artecho-color-surface);font:900 var(--artecho-font-size-xs)/1.2 var(--artecho-font-body);white-space:nowrap;cursor:pointer}.artecho-product-card :is(a,button):focus-visible,.artecho-quick-add :is(a,button,input):focus-visible,.artecho-cart-toast button:focus-visible{outline:2px solid var(--artecho-color-coral);outline-offset:2px}@media(hover:hover)and (pointer:fine){.artecho-product-card__add{transform:translate(-50%) translateY(6px);opacity:0;pointer-events:none}.artecho-product-card:hover .artecho-product-card__add,.artecho-product-card:focus-within .artecho-product-card__add{transform:translate(-50%) translateY(0);opacity:1;pointer-events:auto}}@media(max-width:749px){.artecho-product-card__body{height:108px;min-height:108px;padding:12px}.artecho-product-card__title,.artecho-product-card__price{font-size:var(--artecho-font-size-sm);line-height:1.3}.artecho-product-card__rating{font-size:1.1rem}.artecho-product-card__add{bottom:10px;min-height:44px;padding:9px 14px;font-size:var(--artecho-font-size-xs)}.artecho-quick-add__content{padding:18px 16px 16px}.artecho-quick-add__footer{padding:14px 16px max(16px,env(safe-area-inset-bottom))}.artecho-quick-add__summary{grid-template-columns:104px minmax(0,1fr);gap:12px}.artecho-quick-add__media{width:104px}.artecho-cart-toast{top:76px;width:calc(100% - 32px)}}@media(prefers-reduced-motion:reduce){.artecho-product-card,.artecho-product-card__image--secondary,.artecho-product-card__add,.artecho-cart-toast{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/26/assets/artecho-product-card.css.map */
