/* Shop/category styling only. Native WooCommerce templates supply product behavior. */
body.cpz-catalog-page { background: #f3f4f4; color: #0f1111; }
.cpz-catalog-page #content { width: 100%; max-width: 1680px; margin: 0 auto; padding: 22px 28px 48px; }
.cpz-catalog-page #primary, .cpz-catalog-page #main { width: 100%; max-width: none; margin: 0; padding: 0; }
.cpz-catalog-page .woocommerce-breadcrumb { margin: 0 0 16px; font-size: 13px; color: #53616b; }
.cpz-catalog-page .woocommerce-breadcrumb a { color: #216278; text-decoration: none; }
.cpz-catalog-page .woocommerce-products-header { margin: 0 0 22px; padding: 0; }
.cpz-catalog-page .woocommerce-products-header__title { margin: 0; padding: 0; font-size: clamp(25px, 3vw, 34px); font-weight: 700; letter-spacing: -.6px; line-height: 1.2; }
.cpz-catalog-page .woocommerce-products-header .page-description { margin-top: 12px; font-size: 15px; line-height: 1.6; }
.cpz-catalog-page .cpz-catalog-layout { display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: 26px; align-items: start; }
.cpz-catalog-page .cpz-catalog-results { min-width: 0; }
.cpz-catalog-page .cpz-filter-panel { min-width: 0; margin: 0; padding: 0; border: 0; background: #fff; border-radius: 8px; box-shadow: 0 0 0 1px #dfe3e5; }
.cpz-catalog-page .cpz-filter-panel > summary { display: none; }
.cpz-catalog-page .cpz-filter-content { width: auto; margin: 0; padding: 20px 16px; border: 0; background: transparent; font-size: 14px; }
.cpz-catalog-page .cpz-filter-heading { display: flex; align-items: start; gap: 8px; justify-content: space-between; margin: 0 0 22px; }
.cpz-catalog-page .cpz-filter-heading h2 { margin: 0; padding: 0; font-size: 17px; font-weight: 700; line-height: 1.3; }
.cpz-catalog-page .cpz-filter-reset { color: #216278; font-size: 13px; text-decoration: underline; text-underline-offset: 3px; }
.cpz-catalog-page .cpz-category-filter { padding-bottom: 20px; margin-bottom: 20px; border-bottom: 1px solid #e3e6e6; }
.cpz-catalog-page .cpz-category-filter h3 { margin: 0 0 8px; font-size: 14px; font-weight: 700; }
.cpz-catalog-page .cpz-category-filter ul, .cpz-catalog-page .cpz-category-filter li { margin: 0; padding: 0; list-style: none; }
.cpz-catalog-page .cpz-category-filter ul.children { padding-left: 12px; border-left: 1px solid #e3e6e6; margin-left: 5px; }
.cpz-catalog-page .cpz-category-filter a { display: block; padding: 8px 0; color: #34414b; font-size: 13px; line-height: 1.4; text-decoration: none; overflow-wrap: anywhere; }
.cpz-catalog-page .cpz-category-filter a:hover { color: #9a4e00; text-decoration: underline; }
.cpz-catalog-page .cpz-category-filter .current-cat > a { color: #0f1111; font-weight: 700; }
.cpz-catalog-page .cpz-refine-form { margin: 0; }
.cpz-catalog-page .cpz-refine-form fieldset { margin: 0 0 20px; padding: 0; border: 0; min-width: 0; }
.cpz-catalog-page .cpz-refine-form legend { margin: 0 0 10px; padding: 0; font-size: 14px; font-weight: 700; }
.cpz-catalog-page .cpz-price-fields { display: flex; align-items: end; gap: 8px; }
.cpz-catalog-page .cpz-price-fields > span { padding-bottom: 12px; color: #66747a; }
.cpz-catalog-page .cpz-price-fields label { display: block; flex: 1; min-width: 0; color: #53616b; font-size: 12px; }
.cpz-catalog-page .cpz-refine-form input[type="number"], .cpz-catalog-page .cpz-refine-form select { display: block; width: 100%; min-width: 0; min-height: 44px; margin: 6px 0 0; padding: 9px; border: 1px solid #9aa6ad; border-radius: 5px; background-color: #fff; color: #0f1111; font-size: 16px; line-height: 1.4; box-shadow: none; }
.cpz-catalog-page .cpz-refine-form select { padding-right: 30px; font-size: 14px; }
.cpz-catalog-page .cpz-availability-label { display: block; font-size: 14px; font-weight: 700; }
.cpz-catalog-page .cpz-refine-form .cpz-apply-filters,
.cpz-catalog-page #main .cpz-catalog-results ul.products li.product .button {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    width: 100%;
    margin: 0;
    padding: 10px 12px !important;
    border: 1px solid #e8bd18;
    border-radius: 22px;
    background: #ffd814;
    color: #0f1111 !important;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 2px 3px #0000000a;
}
.cpz-catalog-page #page #main .cpz-refine-form .cpz-apply-filters { margin-top: 18px; background: #fff; border-color: #9aa6ad; color: #0f1111 !important; border-radius: 6px; box-shadow: none; }
.cpz-catalog-page #page #main .cpz-refine-form .cpz-apply-filters:hover { background: #f0f2f2; }
.cpz-catalog-page #main .cpz-catalog-results ul.products li.product .button:hover { background: #f7ca00; border-color: #d6b300; }
.cpz-catalog-page .cpz-catalog-toolbar { display: flex; align-items: center; justify-content: flex-end; gap: 10px 14px; flex-wrap: wrap; min-height: 48px; margin: 0 0 16px; padding: 0; }
.cpz-catalog-page .cpz-catalog-toolbar .woocommerce-result-count { float: none; width: auto; margin: 0 auto 0 0; color: #47545f; font-size: 14px; line-height: 1.5; }
.cpz-catalog-page .cpz-catalog-toolbar .woocommerce-ordering, .cpz-catalog-page .cpz-catalog-toolbar .cpz-syringe-category-filter { float: none; clear: none; width: auto; margin: 0; min-width: 0; }
.cpz-catalog-page .cpz-catalog-toolbar select { width: auto; max-width: 100%; min-width: 0; min-height: 44px; padding: 8px 32px 8px 12px; border: 1px solid #b4bdc2; border-radius: 6px; background-color: #fff; color: #23313b; font-size: 14px; line-height: 1.4; }
.cpz-catalog-page .cpz-catalog-results ul.products { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin: 0 0 28px; padding: 0; width: 100%; list-style: none; }
.cpz-catalog-page .cpz-catalog-results ul.products::before, .cpz-catalog-page .cpz-catalog-results ul.products::after { display: none; content: none; }
.cpz-catalog-page #main .cpz-catalog-results ul.products li.product { display: flex; flex-direction: column; float: none; min-width: 0; width: auto; height: 100%; margin: 0; padding: 12px; border: 1px solid #dfe3e5; border-radius: 8px; background: #fff; overflow: hidden; box-shadow: none; transition: border-color .15s ease, box-shadow .15s ease; }
.cpz-catalog-page #main .cpz-catalog-results ul.products li.product:hover { border-color: #aeb8bd; box-shadow: 0 3px 12px #0000000d; }
.cpz-catalog-page .cpz-catalog-results .woocommerce-LoopProduct-link { display: flex; flex: 1; flex-direction: column; color: #0f1111; text-decoration: none; min-width: 0; }
.cpz-catalog-page .cpz-product-media { position: relative; display: flex; align-items: center; justify-content: center; width: 100%; aspect-ratio: 1 / 1; margin: 0 0 12px; background: #fff; overflow: hidden; }
.cpz-catalog-page #main .cpz-product-media img { display: block; width: 100%; height: 100%; margin: 0; padding: 6px; object-fit: contain; }
.cpz-catalog-page #main .cpz-product-media .onsale { position: absolute; top: 0; left: 0; right: auto; z-index: 1; display: inline-block; min-height: 0; min-width: 0; margin: 0; padding: 5px 9px; border-radius: 4px; background: #b12704; color: #fff; font-size: 12px; font-weight: 700; line-height: 1.4; }
.cpz-catalog-page #main .cpz-catalog-results ul.products li.product .woocommerce-loop-product__title { display: block; flex-grow: 0; margin: 0 0 10px; padding: 0; color: #0f1111; font-size: 16px; font-weight: 500; line-height: 1.4; overflow: visible; overflow-wrap: anywhere; -webkit-line-clamp: unset; line-clamp: unset; }
.cpz-catalog-page .cpz-catalog-results .woocommerce-LoopProduct-link:hover .woocommerce-loop-product__title { color: #9a4e00; }
.cpz-catalog-page #main .cpz-catalog-results ul.products li.product .price { margin: auto 0 6px; padding: 0; color: #0f1111; font-size: 21px; font-weight: 700; line-height: 1.4; }
.cpz-catalog-page #main .cpz-catalog-results ul.products li.product .price del { color: #65727a; font-size: 14px; font-weight: 400; opacity: 1; }
.cpz-catalog-page #main .cpz-catalog-results ul.products li.product .price ins { background: none; text-decoration: none; }
.cpz-catalog-page #main .cpz-catalog-results ul.products li.product .star-rating { margin: 0 0 8px; padding: 0; color: #b85f00; font-size: 13px; }
.cpz-catalog-page .cpz-product-stock { display: block; margin: 0 0 14px; color: #176b36; font-size: 12px; line-height: 1.4; }
.cpz-catalog-page .cpz-stock-outofstock { color: #66747a; }
.cpz-catalog-page .cpz-stock-onbackorder { color: #9a4e00; }
.cpz-catalog-page #main .cpz-catalog-results ul.products li.product .quick-view-btn { display: block; width: 100%; min-height: 44px; margin: 8px 0 0; padding: 8px; border: 1px solid #c5cdd1; border-radius: 22px; background: #fff; color: #34414b !important; font-size: 13px; font-weight: 500; line-height: 1.4; }
.cpz-catalog-page #main .cpz-catalog-results ul.products li.product .quick-view-btn:hover { background: #f0f2f2; border-color: #8c999f; }
.cpz-catalog-page .cpz-catalog-results .added_to_cart { display: block; margin-top: 10px; color: #216278; font-size: 13px; text-align: center; text-decoration: underline; }
.cpz-catalog-page .cpz-catalog-results .woocommerce-pagination { margin: 20px 0; }
.cpz-catalog-page .cpz-catalog-results .woocommerce-pagination ul { display: inline-flex; flex-wrap: wrap; gap: 6px; border: 0; }
.cpz-catalog-page .cpz-catalog-results .woocommerce-pagination li { border: 0; }
.cpz-catalog-page .cpz-catalog-results .woocommerce-pagination a, .cpz-catalog-page .cpz-catalog-results .woocommerce-pagination span { display: flex; align-items: center; justify-content: center; min-width: 44px; min-height: 44px; padding: 8px 12px; border: 1px solid #c4ccd1; border-radius: 6px; background: #fff; color: #24323c; font-size: 14px; }
.cpz-catalog-page .cpz-catalog-results .woocommerce-pagination .current { border-color: #24323c; font-weight: 700; box-shadow: inset 0 0 0 1px #24323c; }
.cpz-catalog-page .cpz-empty-help { margin: 16px 0; color: #53616b; font-size: 15px; line-height: 1.6; }
.cpz-catalog-page .cpz-catalog-layout :is(a, button, input, select, summary):focus-visible { outline: 2px solid #146eb0; outline-offset: 2px; }
@media (min-width: 1400px) { .cpz-catalog-page .cpz-catalog-results ul.products { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
@media (max-width: 1023px) {
    .cpz-catalog-page #content { padding: 20px 20px 36px; }
    .cpz-catalog-page .cpz-catalog-layout { grid-template-columns: minmax(0, 1fr); gap: 16px; }
    .cpz-catalog-page .cpz-filter-panel > summary { display: flex; align-items: center; gap: 10px; min-height: 48px; padding: 10px 14px; list-style: none; font-size: 14px; font-weight: 700; cursor: pointer; }
    .cpz-catalog-page .cpz-filter-panel > summary::-webkit-details-marker { display: none; }
    .cpz-catalog-page .cpz-filter-panel > summary::before, .cpz-catalog-page .cpz-filter-panel > summary::after { display: none; }
    .cpz-catalog-page .cpz-filter-panel > summary .cpz-icon { width: 20px; height: 20px; }
    .cpz-catalog-page .cpz-filter-panel > summary .cpz-icon:last-child { width: 16px; height: 16px; margin-left: auto; }
    .cpz-catalog-page .cpz-filter-panel[open] > summary { border-bottom: 1px solid #e3e6e6; }
    .cpz-catalog-page .cpz-filter-panel[open] > summary .cpz-icon:last-child { transform: rotate(180deg); }
    .cpz-catalog-page .cpz-category-filter a { min-height: 44px; padding: 12px 0; }
    .cpz-catalog-page .cpz-filter-content { padding: 16px; }
    .cpz-catalog-page .cpz-catalog-toolbar { margin-bottom: 14px; }
}
@media (max-width: 600px) {
    .cpz-catalog-page #content { padding: 16px 12px 30px; }
    .cpz-catalog-page .woocommerce-products-header { margin-bottom: 16px; }
    .cpz-catalog-page .cpz-catalog-results ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
    .cpz-catalog-page #main .cpz-catalog-results ul.products li.product { padding: 10px; }
    .cpz-catalog-page #main .cpz-catalog-results ul.products li.product .woocommerce-loop-product__title { font-size: 14px; line-height: 1.4; }
    .cpz-catalog-page #main .cpz-catalog-results ul.products li.product .price { font-size: 18px; }
    .cpz-catalog-page #main .cpz-catalog-results ul.products li.product .button { font-size: 13px; padding: 10px 8px !important; }
    .cpz-catalog-page .cpz-catalog-toolbar .woocommerce-result-count { width: 100%; font-size: 13px; }
    .cpz-catalog-page .cpz-catalog-toolbar .woocommerce-ordering, .cpz-catalog-page .cpz-catalog-toolbar .cpz-syringe-category-filter { flex: 1 1 150px; }
    .cpz-catalog-page .cpz-catalog-toolbar select { width: 100%; font-size: 16px; }
}
@media (max-width: 359px) { .cpz-catalog-page .cpz-catalog-results ul.products { grid-template-columns: 1fr; } }
@media (prefers-reduced-motion: reduce) { .cpz-catalog-page #main .cpz-catalog-results ul.products li.product { transition: none; } }

.cpz-catalog-page .cpz-category-disclosure { margin: 0 0 20px; padding: 0 0 12px; border: 0; border-bottom: 1px solid #e3e6e6; }
.cpz-catalog-page .cpz-category-disclosure > summary { min-height: 36px; padding: 4px 0; font-size: 14px; font-weight: 700; cursor: pointer; }
.cpz-catalog-page .cpz-category-filter { margin: 4px 0 0; padding: 0; border: 0; }
.cpz-catalog-page .cpz-category-filter h3 { padding: 0; border: 0; }
.cpz-catalog-page .cpz-catalog-results li.product-category img { aspect-ratio: 1; object-fit: contain; }
@media(max-width:1023px) { .cpz-catalog-page .cpz-category-disclosure > summary { min-height: 44px; padding: 10px 0; } }
