/**handles:quickcommerce-product-component-items-style**/
.wp-block-quickcommerce-product-component-items{--ci-bg: hsl(var(--qcom-muted));--ci-card-bg: hsl(var(--qcom-card));--ci-border: hsl(var(--qcom-border));--ci-title-color: hsl(var(--qcom-muted-fg));--ci-name-color: hsl(var(--qcom-card-fg));--ci-code-color: hsl(var(--qcom-muted-fg));--ci-qty-bg: hsl(var(--qcom-muted));--ci-qty-color: hsl(var(--qcom-muted-fg));--ci-radius: var(--qcom-radius, 0.625rem);--ci-card-radius: calc(var(--qcom-radius, 0.625rem) - 2px);--ci-thumb-size: 44px;--ci-thumb-radius: calc(var(--qcom-radius, 0.625rem) - 4px)}.wp-block-quickcommerce-product-component-items .qcom-component-items__react-root{display:contents}.wp-block-quickcommerce-product-component-items .qcom-component-items{border-radius:var(--ci-radius);padding:14px 16px}.wp-block-quickcommerce-product-component-items .qcom-component-items__header{display:flex;align-items:center;justify-content:space-between;margin:0 0 10px 0;padding:0 2px}.wp-block-quickcommerce-product-component-items .qcom-component-items__title{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--ci-title-color);line-height:1}.wp-block-quickcommerce-product-component-items .qcom-component-items__stock-warn,.wp-block-quickcommerce-product-component-items .qcom-component-items__stock-ok{font-size:11px;font-weight:600;line-height:1;padding:3px 8px;border-radius:9999px}.wp-block-quickcommerce-product-component-items .qcom-component-items__stock-warn{color:hsl(var(--qcom-destructive));background:hsl(var(--qcom-destructive)/0.1)}.wp-block-quickcommerce-product-component-items .qcom-component-items__stock-ok{color:hsl(142,71%,35%);background:hsla(142,71%,35%,.1)}.wp-block-quickcommerce-product-component-items .qcom-component-items__grid{display:flex;flex-direction:column;gap:5px}.wp-block-quickcommerce-product-component-items .qcom-component-items__card{display:flex;align-items:center;gap:12px;padding:8px 12px;border-radius:var(--ci-card-radius);background:var(--ci-card-bg);border:1px solid var(--ci-border);text-decoration:none;color:inherit}.wp-block-quickcommerce-product-component-items .qcom-component-items__card:hover,.wp-block-quickcommerce-product-component-items .qcom-component-items__card:focus-visible{text-decoration:none;color:inherit}.wp-block-quickcommerce-product-component-items .qcom-component-items__card--collapsed{max-height:0;padding-top:0;padding-bottom:0;border-color:rgba(0,0,0,0);opacity:0;overflow:hidden;margin-top:-5px;transition:max-height .3s ease,padding .3s ease,border-color .2s ease,opacity .25s ease,margin-top .3s ease}.wp-block-quickcommerce-product-component-items .qcom-component-items__card--collapsed.qcom-component-items__card--visible{max-height:80px;padding-top:8px;padding-bottom:8px;border-color:var(--ci-border);opacity:1;margin-top:0}.wp-block-quickcommerce-product-component-items .qcom-component-items__card-image{width:var(--ci-thumb-size);height:var(--ci-thumb-size);border-radius:var(--ci-thumb-radius);overflow:hidden;flex-shrink:0;background:var(--ci-bg)}.wp-block-quickcommerce-product-component-items .qcom-component-items__card-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.wp-block-quickcommerce-product-component-items .qcom-component-items__card-image--empty{display:flex;align-items:center;justify-content:center}.wp-block-quickcommerce-product-component-items .qcom-component-items__card-image--empty span{font-size:9px;color:var(--ci-code-color);text-transform:uppercase;letter-spacing:.03em}.wp-block-quickcommerce-product-component-items .qcom-component-items__card-content{flex:1;min-width:0;display:flex;flex-direction:column;gap:1px}.wp-block-quickcommerce-product-component-items .qcom-component-items__card-name{font-size:13px;font-weight:600;line-height:1.3;color:var(--ci-name-color);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:0}.wp-block-quickcommerce-product-component-items .qcom-component-items__card-meta{display:flex;align-items:center;gap:6px;min-width:0}.wp-block-quickcommerce-product-component-items .qcom-component-items__card-code{font-size:11px;font-family:ui-monospace,"SF Mono","Cascadia Mono",Menlo,monospace;color:var(--ci-code-color);line-height:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wp-block-quickcommerce-product-component-items .qcom-component-items__card-stock{display:inline-flex;align-items:center;gap:5px;font-size:11px;font-weight:500;line-height:1;flex-shrink:0}.wp-block-quickcommerce-product-component-items .qcom-component-items__card-stock--in-stock{color:hsl(142,71%,35%)}.wp-block-quickcommerce-product-component-items .qcom-component-items__card-stock--in-stock .qcom-component-items__card-stock-dot{background:hsl(142,71%,45%)}.wp-block-quickcommerce-product-component-items .qcom-component-items__card-stock--delivery{color:hsl(38,92%,45%)}.wp-block-quickcommerce-product-component-items .qcom-component-items__card-stock--delivery .qcom-component-items__card-stock-dot{background:hsl(38,92%,50%)}.wp-block-quickcommerce-product-component-items .qcom-component-items__card-stock--out-of-stock{color:hsl(var(--qcom-destructive))}.wp-block-quickcommerce-product-component-items .qcom-component-items__card-stock--out-of-stock .qcom-component-items__card-stock-dot{background:hsl(var(--qcom-destructive))}.wp-block-quickcommerce-product-component-items .qcom-component-items__card-stock--unknown{color:var(--ci-code-color)}.wp-block-quickcommerce-product-component-items .qcom-component-items__card-stock--unknown .qcom-component-items__card-stock-dot{background:var(--ci-code-color)}.wp-block-quickcommerce-product-component-items .qcom-component-items__card-stock-dot{width:6px;height:6px;border-radius:50%;flex-shrink:0}.wp-block-quickcommerce-product-component-items .qcom-component-items__card-meta-dot{width:2px;height:2px;border-radius:50%;background:var(--ci-code-color);flex-shrink:0}.wp-block-quickcommerce-product-component-items .qcom-component-items__card-quantity{flex-shrink:0}.wp-block-quickcommerce-product-component-items .qcom-component-items__qty-pill{display:inline-flex;align-items:center;justify-content:center;min-width:28px;height:22px;padding:0 7px;border-radius:calc(var(--qcom-radius, 0.625rem) - 4px);background:var(--ci-qty-bg);font-size:11px;font-weight:700;color:var(--ci-qty-color);line-height:1;font-variant-numeric:tabular-nums}.wp-block-quickcommerce-product-component-items .qcom-component-items__toggle{display:flex;align-items:center;justify-content:center;gap:4px;width:100%;margin-top:5px;padding:6px 0;border:1px solid var(--ci-border);border-radius:var(--ci-card-radius);background:var(--ci-card-bg);color:var(--ci-title-color);font-size:11px;font-weight:600;letter-spacing:.02em;cursor:pointer}.wp-block-quickcommerce-product-component-items .qcom-component-items__toggle-icon{transition:transform .25s ease}.wp-block-quickcommerce-product-component-items .qcom-component-items__toggle-icon--expanded{transform:rotate(180deg)}.wp-block-quickcommerce-product-component-items .qcom-component-items__skeleton{display:flex;flex-direction:column;gap:5px}.wp-block-quickcommerce-product-component-items .qcom-component-items__skeleton-card{display:flex;align-items:center;gap:12px;padding:8px 12px;border-radius:var(--ci-card-radius);background:var(--ci-card-bg);border:1px solid var(--ci-border)}.wp-block-quickcommerce-product-component-items .qcom-component-items__skeleton-thumb{width:var(--ci-thumb-size);height:var(--ci-thumb-size);border-radius:var(--ci-thumb-radius);background:var(--ci-bg);animation:ci-pulse 1.6s ease-in-out infinite;flex-shrink:0}.wp-block-quickcommerce-product-component-items .qcom-component-items__skeleton-lines{flex:1;display:flex;flex-direction:column;gap:6px}.wp-block-quickcommerce-product-component-items .qcom-component-items__skeleton-line{height:10px;border-radius:calc(var(--qcom-radius, 0.625rem) - 4px);background:var(--ci-bg);animation:ci-pulse 1.6s ease-in-out infinite}.wp-block-quickcommerce-product-component-items .qcom-component-items__skeleton-line--wide{width:70%}.wp-block-quickcommerce-product-component-items .qcom-component-items__skeleton-line--narrow{width:40%}.wp-block-quickcommerce-product-component-items .qcom-component-items__skeleton-pill{width:28px;height:22px;border-radius:calc(var(--qcom-radius, 0.625rem) - 4px);background:var(--ci-bg);animation:ci-pulse 1.6s ease-in-out infinite;flex-shrink:0}@keyframes ci-pulse{0%,100%{opacity:1}50%{opacity:.5}}