:root{--cps-green:#157347;--cps-red:#B72222;--cps-gold:#E9BB20}.cps-product-grid{display:grid;gap:22px;font-family:Arial,sans-serif}.cps-cols-1{grid-template-columns:1fr}.cps-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.cps-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.cps-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.cps-product-card{border:1px solid #e6e6e6;border-radius:10px;background:#fff;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.06);transition:transform .15s ease,box-shadow .15s ease}.cps-product-card:hover{transform:translateY(-2px);box-shadow:0 5px 14px rgba(0,0,0,.10)}.cps-product-image{display:block;aspect-ratio:1/1;background:#f7f7f7}.cps-product-image img{width:100%;height:100%;object-fit:cover}.cps-product-body{padding:16px}.cps-product-body h3{font-family:Arial,sans-serif;font-size:17px;line-height:1.3;margin:0 0 8px}.cps-product-body h3 a{color:#1c1c1c;text-decoration:none}.cps-price{font-weight:700;margin-bottom:12px}.cps-button{display:inline-block;background:var(--cps-green);color:#fff!important;text-decoration:none!important;padding:9px 14px;border-radius:5px;font-weight:700}.cps-button:hover{filter:brightness(.92)}.cps-article-products{margin-top:40px;padding-top:24px;border-top:1px solid #e5e5e5;font-family:Arial,sans-serif}.cps-cart-link{display:inline-flex!important;align-items:center;gap:6px}.cps-cart-count{display:inline-flex;min-width:21px;height:21px;padding:0 6px;align-items:center;justify-content:center;border-radius:99px;background:var(--cps-green);color:#fff;font:700 12px/1 Arial,sans-serif}.woocommerce div.product .button,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button{background-color:var(--cps-green);color:#fff;border-radius:5px;font-family:Arial,sans-serif}.woocommerce div.product .button:hover,.woocommerce a.button:hover,.woocommerce button.button:hover{background-color:#105c39;color:#fff}.woocommerce-message{border-top-color:var(--cps-green)}.woocommerce-message::before{color:var(--cps-green)}@media(max-width:900px){.cps-cols-4,.cps-cols-3{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:560px){.cps-product-grid{grid-template-columns:1fr}.cps-product-card{max-width:460px;margin:0 auto;width:100%}}
