.product-cart-controls{align-items:center;gap:6px;display:inline-flex}.product-cart-controls-card{justify-content:space-between;width:100%}.product-cart-controls-table{flex-wrap:nowrap}.product-cart-cta{border:1px solid var(--accent);background-color:var(--accent);min-width:0;height:36px;color:var(--accent-on);border-radius:var(--r-pill);letter-spacing:.02em;cursor:pointer;white-space:nowrap;flex:auto;justify-content:center;align-items:center;gap:6px;padding:0 14px;font-size:12.5px;font-weight:700;transition:background-color .14s,color .14s,border-color .14s,transform .14s;display:inline-flex}.product-cart-controls-table .product-cart-cta{flex:none}.product-cart-cta:hover:not(:disabled){background-color:var(--accent-hover);border-color:var(--accent-hover)}.product-cart-cta:active:not(:disabled){transform:translateY(1px)}.product-cart-cta:disabled{cursor:not-allowed;opacity:.55}.product-cart-controls.is-in-cart .product-cart-cta{background-color:var(--surface);color:var(--success);border-color:color-mix(in srgb, var(--success) 36%, transparent)}.product-cart-controls.is-in-cart .product-cart-cta:hover:not(:disabled){background-color:color-mix(in srgb, var(--success) 8%, var(--surface));border-color:color-mix(in srgb, var(--success) 50%, transparent)}.product-cart-controls.is-in-cart .product-cart-cta:not(:disabled){background-color:var(--accent);border-color:var(--accent);color:var(--accent-on)}.product-cart-controls.is-in-cart .product-cart-cta:not(:disabled):hover{background-color:var(--accent-hover);border-color:var(--accent-hover)}.product-cart-controls-card .qty-stepper-sm{height:36px}.product-cart-controls-card .qty-stepper-sm .qty-btn{width:28px;height:28px;font-size:15px}.product-cart-controls-card .qty-stepper-sm .qty-input{width:46px;font-size:14px}
.product-image-placeholder{background:0 0;place-items:center;width:100%;height:100%;display:grid;position:relative;overflow:hidden}.product-image-placeholder.in-circle{width:110px;height:110px;box-shadow:0 0 0 1px var(--border), 0 18px 30px -16px color-mix(in srgb, var(--ink) 20%, transparent);border-radius:50%}.product-image-placeholder-logo{object-fit:contain;opacity:.85;filter:grayscale(.2);max-width:70%;max-height:70%}.product-image-placeholder-slash{pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.product-image-placeholder-slash line{stroke:#e02828;stroke-width:1.5px;stroke-linecap:round;filter:drop-shadow(0 1px #0000000f)}.product-image-placeholder.in-circle .product-image-placeholder-slash line{stroke-width:2.5px}
