.button.continue-shopping{background:white;text-shadow:none;box-shadow:none;color:black;width:100%;margin-top:1rem;font-size:14px}.button.continue-shopping:hover{box-shadow:none}.button.continue-shopping.empty-cart{background:#47AC4A;color:white;max-width:300px;margin:1rem auto;display:flex;justify-content:center}.products{display:flex;flex-wrap:wrap;align-items:stretch}.products .product{display:flex;flex-direction:column}.products .product .entry-wrap{flex-grow:1;display:flex;flex-direction:column;box-shadow:none}.products .product .entry-wrap .entry-header{flex-grow:1;display:flex;flex-direction:column;justify-content:flex-start}.products .product .entry-wrap .sku{display:inline-block;margin-top:0.5rem;color:grey}.woocommerce-pagination ul a{box-shadow:none;background:#a6d2a6;color:white}.condition-badge{position:absolute;right:0.5rem;top:0.5rem;padding:0.25rem 0.5rem;background-color:#eee;border-radius:0.25rem;font-size:14px;font-weight:bold;margin-bottom:5px;z-index:100;opacity:0.9}.reuse-catalogue{display:flex;flex-wrap:wrap;gap:2rem;width:100%}.reuse-catalogue__sidebar{flex:0 0 calc(30% - 1rem);max-width:calc(30% - 1rem)}.reuse-catalogue__products{flex:0 0 calc(70% - 1rem);max-width:calc(70% - 1rem)}@media (max-width:768px){.reuse-catalogue__sidebar,.reuse-catalogue__products{flex:1 1 100%;max-width:100%}}ul.products.columns-3{display:flex;flex-wrap:wrap}ul.products.columns-3>li.product{width:calc(33.333% - 1.33rem)}@media (max-width:768px){ul.products.columns-3>li.product{width:100%}}.product-filter{background-color:white;padding:1.5rem;box-shadow:0px 2px 5px 0px rgba(0, 0, 0, 0.13)}.product-filter .woof h4{margin-top:0}.info-box{background-color:white;padding:1rem;border-radius:0.5rem;box-shadow:0px 2px 5px 0px rgba(0, 0, 0, 0.13);margin-bottom:1rem;margin-top:1rem}.info-box h4{margin-top:0;font-size:1.25rem;font-weight:bold}.info-box p{margin-bottom:0}@media (max-width:479px){.products .product{margin-right:0 !important}}.tooltip-wrapper{cursor:pointer;position:relative;display:inline-block}.tooltip-text{visibility:hidden;background-color:#000;color:#fff;text-align:left;padding:8px 12px;border-radius:4px;position:absolute;z-index:9999;top:125%;left:0;white-space:normal;opacity:0;transition:opacity 0.3s;line-height:1.3;width:max-content;max-width:320px;font-size:0.9rem}.tooltip-wrapper:hover .tooltip-text{visibility:visible;opacity:1}