.woocommerce .woocommerce-breadcrumb, .wp-block-woocommerce-breadcrumbs { color: var(--wp--preset--color--muted); font-size: .875rem; }
.wc-block-product-template { row-gap: var(--wp--preset--spacing--50); }
.wc-block-product-template .wc-block-components-product-image img { border-radius: var(--wp--custom--radius--medium); }
.wc-block-components-product-sale-badge { min-width: auto; padding: .35rem .6rem; color: #fff; background: var(--wp--preset--color--signal); border: 0; border-radius: 999px; font-size: .75rem; }
.wc-block-components-product-price { font-weight: 700; }
.wc-block-components-product-button .wp-element-button { width: 100%; }
.quarkora-product-summary { position: sticky; top: 2rem; align-self: flex-start; padding: clamp(1rem,3vw,2.5rem); background: var(--wp--preset--color--surface); border: 1px solid var(--wp--preset--color--border); border-radius: var(--wp--custom--radius--large); box-shadow: var(--wp--custom--shadow--soft); }
.quarkora-product-summary .quantity .qty { min-height: 48px; border: 1px solid var(--wp--preset--color--border); border-radius: var(--wp--custom--radius--small); }
.quarkora-product-summary .single_add_to_cart_button { min-height: 48px; border-radius: 999px; }
.woocommerce-message, .woocommerce-info, .woocommerce-error, .wc-block-components-notice-banner { color: var(--wp--preset--color--ink); background: var(--wp--preset--color--surface); border: 1px solid var(--wp--preset--color--border); border-radius: var(--wp--custom--radius--medium); }
.wc-block-cart, .wc-block-checkout { --wc-form-color-background: var(--wp--preset--color--surface); --wc-form-color-text: var(--wp--preset--color--ink); --wc-form-color-border: var(--wp--preset--color--border); }
.wc-block-components-text-input input, .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input { color: var(--wp--preset--color--ink); background: var(--wp--preset--color--surface); border-color: var(--wp--preset--color--border); border-radius: var(--wp--custom--radius--small); }
@media (max-width: 780px) { .quarkora-product-summary { position: static; } }
