.catalog-product-card{background:var(--white);border:1px solid var(--card-border);border-radius:var(--radius-card);min-width:0;height:100%;box-shadow:var(--shadow-md);flex-direction:column;display:flex;overflow:hidden;container-type:inline-size}.catalog-product-card:hover{border-color:var(--text-faint)}.catalog-product-media{min-height:0;aspect-ratio:var(--product-photo-ratio);background:var(--white);position:relative;overflow:hidden}.catalog-product-photo{padding:var(--space-3) var(--space-3) var(--space-1);display:block;position:absolute;inset:0}.catalog-product-photo>.image-box{background:var(--white);width:100%;height:100%}.catalog-product-photo .image-box img{object-fit:contain;width:100%;height:100%}.catalog-product-favorite{z-index:3;top:var(--space-2);right:var(--space-2);border-radius:var(--radius-circle);background:color-mix(in srgb, var(--white) 92%, transparent);width:40px;height:40px;color:var(--ink);cursor:pointer;border:0;justify-content:center;align-items:center;padding:0;display:inline-flex;position:absolute}.catalog-product-favorite svg{fill:#0000;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8px;width:22px;height:22px}.catalog-product-favorite:hover,.catalog-product-favorite.is-saved{color:var(--orange)}.catalog-product-favorite.is-saved svg{fill:currentColor}.catalog-product-favorite:focus-visible,.catalog-product-add:focus-visible,.catalog-product-stepper button:focus-visible,.catalog-product-stepper input:focus-visible{outline:2px solid var(--blue);outline-offset:2px}.catalog-product-body{gap:var(--space-2);min-width:0;padding:var(--space-2) var(--space-3_5) var(--space-3_5);flex-direction:column;flex:1;display:flex}.catalog-product-identity{min-height:38px}.catalog-product-name{min-height:2.5em;color:var(--text);font-size:var(--fs-15);text-wrap:pretty;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;font-weight:700;line-height:1.25;text-decoration:none;display:-webkit-box;overflow:hidden}.catalog-product-name:hover{color:var(--blue);text-decoration:underline}.catalog-product-unit-price{min-height:24px;color:var(--text);font-variant-numeric:tabular-nums;white-space:nowrap;align-items:baseline;gap:5px;margin-top:2px;display:flex}.catalog-product-unit-price strong{letter-spacing:normal;font-family:inherit;font-size:17px;font-weight:700;line-height:1.2}.catalog-product-unit-price>span:last-child{color:var(--text-tertiary);font-size:11.5px}.catalog-product-pack-row{align-items:baseline;gap:var(--space-1_5);border-bottom:1px solid var(--border-faint);min-width:0;color:var(--text-secondary);font-size:var(--fs-xs);grid-template-columns:minmax(0,1fr) auto;margin-top:-3px;padding-bottom:5px;line-height:1.25;display:grid}.catalog-product-pack-row strong{color:var(--orange);text-align:right;white-space:nowrap}.catalog-product-purchase{gap:var(--space-1_5);flex-direction:column;flex:1;min-width:0;padding-top:6px;display:flex}.catalog-product-completed{color:var(--green);font-size:var(--fs-2xs);font-weight:600;line-height:1.3}.catalog-product-progress{border-radius:var(--radius-pill);background:var(--panel-cool);width:100%;height:8px;overflow:hidden}.catalog-product-progress>div{border-radius:inherit;background:var(--orange);height:100%}.catalog-product-progress>div.is-complete{background:var(--green)}.catalog-product-progress-copy{justify-content:space-between;align-items:baseline;gap:var(--space-2);min-width:0;min-height:15px;color:var(--text-secondary);font-size:var(--fs-xs);line-height:1.3;display:flex}.catalog-product-progress-copy>span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.catalog-product-progress-copy strong{color:var(--text);flex:none}.catalog-product-progress-copy.is-complete,.catalog-product-progress-copy.is-complete strong{color:var(--green);font-weight:700}.catalog-product-progress-loading{gap:var(--space-1_5);flex-direction:column;display:flex}.catalog-product-progress-error{min-height:29px;color:var(--danger);font-size:var(--fs-xs);align-items:center;line-height:1.3;display:flex}.catalog-product-progress-loading .skeleton:first-child{width:100%;height:8px}.catalog-product-progress-loading .skeleton:last-child{width:78%;height:15px}.catalog-product-selection-summary{color:var(--text-secondary);font-size:var(--fs-2xs);font-variant-numeric:tabular-nums;text-align:right;line-height:1.3}.catalog-product-actions{align-items:stretch;gap:var(--space-2);min-width:0;padding-top:var(--space-3);margin-top:auto;display:flex}.catalog-product-actions.is-loading{width:100%}.catalog-product-stepper-skeleton{flex:0 0 88px;width:88px;height:36px}.catalog-product-button-skeleton{flex:1;height:36px}.catalog-product-stepper{border:1px solid var(--border-btn);border-radius:var(--radius-btn);background:var(--white);flex:0 0 88px;width:88px;display:flex;overflow:hidden}.catalog-product-stepper button,.catalog-product-stepper input{background:var(--white);height:36px;color:var(--ink);border:0}.catalog-product-stepper button{width:28px;font-size:var(--fs-lg);padding:0}.catalog-product-stepper input{border-right:1px solid var(--border-faint);border-left:1px solid var(--border-faint);width:32px;font-size:var(--fs-base);text-align:center;padding:0}.catalog-product-stepper button:disabled,.catalog-product-stepper input:disabled{background:var(--panel-bg);color:var(--text-muted)}.catalog-product-add{min-width:0;height:36px;min-height:36px;padding:var(--space-1_5) var(--space-2);border-radius:var(--radius-btn);font-size:var(--fs-sm);flex:1;line-height:1.15}.catalog-product-add.is-complete:disabled{background:var(--green-bg);color:var(--green)}.catalog-product-add.is-signup{width:100%}.catalog-product-error{color:var(--danger);font-size:var(--fs-2xs);line-height:1.3}.catalog-copy-compact{display:none}@media (max-width:767.98px){.catalog-product-media{aspect-ratio:1}.catalog-product-photo{padding:var(--space-2) var(--space-1) 0}.catalog-product-favorite{top:var(--space-1);right:var(--space-1);width:36px;height:36px}.catalog-product-favorite svg{width:19px;height:19px}.catalog-product-body{gap:var(--space-1_5);padding:var(--space-2) var(--space-2) var(--space-2_5)}.catalog-product-identity{min-height:33px}.catalog-product-name{font-size:var(--fs-sm)}.catalog-product-pack-row,.catalog-product-progress-copy,.catalog-product-completed{font-size:var(--fs-3xs)}.catalog-product-pack-row{align-content:end;gap:var(--space-1);min-height:26px;margin-top:-5px;padding-bottom:4px}.catalog-product-purchase{gap:var(--space-1)}.catalog-product-progress,.catalog-product-progress-loading .skeleton:first-child{height:7px}.catalog-copy-full{display:none}.catalog-copy-compact{display:inline}.catalog-product-actions{gap:var(--space-1_5);padding-top:var(--space-2)}.catalog-product-stepper{flex-basis:80px;width:80px}.catalog-product-stepper-skeleton{flex-basis:80px;width:80px;height:40px}.catalog-product-button-skeleton{height:40px}.catalog-product-stepper button{width:26px;height:40px;font-size:var(--fs-base)}.catalog-product-stepper input{width:28px;height:40px;font-size:var(--fs-md)}.catalog-product-add{height:40px;min-height:40px;padding:var(--space-1);font-size:var(--fs-3xs)}}@container (max-width:140px){.catalog-product-actions{grid-template-columns:minmax(0,1fr);display:grid}.catalog-product-stepper{width:100%}.catalog-product-stepper button,.catalog-product-stepper input{flex:0 0 33.333%;width:33.333%;min-width:0}.catalog-product-add{width:100%}}
