.shop-product{width:100%;min-width:0;height:100%;color:var(--foreground);flex-direction:column;gap:14px;display:flex}.shop-product button{font:inherit;color:inherit;cursor:pointer}.shop-product-visual{aspect-ratio:1;background:var(--muted);border-radius:12px;position:relative;overflow:hidden}.shop-product-image{background:0 0;border:0;place-items:center;width:100%;height:100%;padding:0;display:grid}.shop-product-image>img{object-fit:cover;width:100%;height:100%;display:block}.shop-product-image>span{color:var(--muted-foreground);font-size:12px}.shop-product-status{background:var(--background);max-width:calc(100% - 66px);color:var(--foreground);border-radius:5px;padding:4px 8px;font-size:11px;font-weight:650;line-height:1.5;position:absolute;top:12px;left:12px}.shop-product-wish{background:var(--background);border:0;border-radius:50%;place-items:center;width:44px;height:44px;display:grid;position:absolute;top:6px;right:6px;box-shadow:0 1px 6px #0001}.shop-product-wish[aria-pressed=true]{background:var(--foreground);color:var(--background)}.shop-product-info{flex-direction:column;flex:1;gap:8px;min-width:0;display:flex}.shop-product-name{-webkit-line-clamp:2;text-align:left;overflow-wrap:anywhere;background:0 0;border:0;-webkit-box-orient:vertical;min-height:3.2em;padding:0;font-weight:500;line-height:1.6;display:-webkit-box;overflow:hidden;font-size:14px!important}.shop-product-price{font-variant-numeric:tabular-nums;flex-wrap:wrap;align-items:baseline;gap:4px 7px;line-height:1.4;display:flex}.shop-product-price strong{letter-spacing:-.035em;font-size:18px;font-weight:750}.shop-product-discount{font-size:16px;font-weight:650}.shop-product-price del{color:var(--muted-foreground);font-size:12px}.shop-product-reviews{color:var(--muted-foreground);align-items:center;gap:5px;font-size:12px;display:flex}.shop-product-cart.ui-button{background:var(--background);border-color:var(--border);border-radius:8px;width:100%;min-height:44px;margin-top:auto;font-size:13px;font-weight:500}.shop-quantity-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding-right:16px;display:flex}.shop-quantity-header .ui-dialog-title{padding:22px 24px}.shop-quantity-header>button{width:44px;height:44px;color:inherit;cursor:pointer;background:0 0;border:0;border-radius:50%;place-items:center;padding:0;display:grid}.shop-quantity-product{align-items:center;gap:18px;margin:12px 0 28px;display:flex}.shop-quantity-product>img{object-fit:cover;border-radius:8px;flex-shrink:0;width:80px;height:80px}.shop-quantity-product h3{overflow-wrap:anywhere;margin:0 0 6px;font-size:15px;line-height:1.5}.shop-quantity-product p{color:var(--muted-foreground);margin:6px 0 0;font-size:12px}.shop-quantity-row,.shop-quantity-total{justify-content:space-between;align-items:center;gap:16px;margin-block:20px;display:flex}.shop-stepper{border:1px solid var(--border);border-radius:8px;align-items:center;display:flex;overflow:hidden}.shop-stepper>button{width:44px;height:44px;color:inherit;cursor:pointer;background:0 0;border:0;place-items:center;padding:0;display:grid}.shop-stepper>button:disabled{opacity:.35}.shop-stepper>output{text-align:center;font-variant-numeric:tabular-nums;min-width:36px}.shop-quantity-total{border-top:1px solid var(--border);padding-top:20px}.shop-quantity-total strong{letter-spacing:-.04em;font-size:22px}.shop-quantity-submit.ui-button{width:100%;min-height:48px;margin-bottom:8px}@media (width<=760px){.shop-product{gap:11px}.shop-product-visual{border-radius:8px}.shop-product-name{font-size:13px!important}.shop-product-price strong{font-size:16px}.shop-product-discount{font-size:14px}.shop-product-price del{font-size:11px}.shop-product-status{padding:3px 6px;font-size:10px;top:10px;left:8px}.shop-product-wish{top:2px;right:2px}.shop-product-info{gap:6px}.shop-product-cart.ui-button{font-size:12px}.shop-quantity-dialog.ui-dialog-paper{width:100%;padding-bottom:env(safe-area-inset-bottom);border-radius:20px 20px 0 0;max-height:calc(100dvh - 20px);top:auto;bottom:0;left:0;transform:none;max-width:none!important}}@media (hover:hover) and (prefers-reduced-motion:no-preference){.shop-product-image img{transition:transform .22s}.shop-product-image:hover img{transform:scale(1.025)}}
