.product-card{background-color:var(--pure-white);border:1px solid var(--steel-silver);flex-direction:column;height:100%;transition:transform .3s,box-shadow .3s,border-color .3s;display:flex}.product-card:hover{border-color:var(--safety-orange);transform:translateY(-5px);box-shadow:0 10px 20px #0000001a}.product-image-container{aspect-ratio:1;background-color:var(--white-smoke);justify-content:center;align-items:center;width:100%;padding:1rem;display:flex;overflow:hidden}.product-image{-o-object-fit:contain;object-fit:contain;max-width:100%;max-height:100%}.product-details{flex-direction:column;flex-grow:1;padding:1.5rem;display:flex}.product-name{color:var(--industrial-blue);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;min-height:3.6rem;margin-bottom:.5rem;font-size:1.5rem;line-height:1.2;display:-webkit-box;overflow:hidden}.product-price{color:var(--safety-orange);margin-bottom:1rem;font-size:1.25rem;font-weight:700}.product-price.on-offer{color:#ff5722}.product-price-on-request{color:var(--industrial-blue);margin-bottom:1rem;font-size:1.25rem;font-weight:700}.price-container{flex-direction:column;margin-bottom:1rem;display:flex}.original-price{color:#9e9e9e;margin-bottom:.25rem;font-size:1rem;text-decoration:line-through}.bestseller-ribbon{background:var(--industrial-blue);color:#fff;z-index:2;padding:5px 15px;font-family:Bebas Neue,sans-serif;font-size:1rem;position:absolute;top:10px;right:-5px;box-shadow:2px 2px 5px #0003}.offer-badge{color:#fff;text-transform:uppercase;z-index:2;background:#ff5722;border-radius:4px;padding:2px 8px;font-size:.75rem;font-weight:700;position:absolute;top:10px;left:10px}.product-actions{margin-top:auto}.whatsapp-inquire-btn{width:100%;font-size:.875rem}
.page-wrapper{background-color:var(--white-smoke);min-height:calc(100vh - 80px)}.py-8{padding-top:1.5rem;padding-bottom:1rem}.page-title{color:var(--industrial-blue);border-bottom:4px solid var(--safety-orange);margin-bottom:2rem;padding-bottom:.5rem;font-size:3.5rem;display:inline-block}.category-intro{color:var(--graphite-grey);max-width:640px;margin:0 0 1.5rem;font-size:.95rem;line-height:1.5}.category-intro p{margin:0 0 .25rem}.catalogue-layout{grid-template-columns:1fr;grid-template-areas:"search""sidebar""content";gap:2rem;display:grid}.catalogue-top-bar{grid-area:search}.catalogue-sidebar{grid-area:sidebar}.catalogue-content{grid-area:content}.catalogue-sidebar{background-color:var(--pure-white);border:1px solid var(--steel-silver);height:fit-content;padding:1.5rem}.filter-title{color:var(--graphite-grey);border-bottom:2px solid var(--steel-silver);margin-bottom:1rem;padding-bottom:.5rem;font-size:1.5rem}.category-list{flex-direction:column;gap:.5rem;list-style:none;display:flex}.category-btn{text-align:left;width:100%;color:var(--graphite-grey);cursor:pointer;background:0 0;border:none;border-left:3px solid #0000;padding:.5rem;font-family:Montserrat,sans-serif;font-size:1rem;transition:all .2s}.category-btn:hover{background-color:var(--white-smoke);color:var(--industrial-blue)}.category-btn.active{color:var(--industrial-blue);border-left-color:var(--safety-orange);background-color:var(--white-smoke);font-weight:600}.products-header{border-bottom:1px solid var(--steel-silver);justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:.5rem;display:flex}.products-header h2{color:var(--graphite-grey);font-size:2rem}.product-count{color:var(--graphite-grey);font-family:Montserrat,sans-serif;font-size:.875rem}.product-grid{grid-template-columns:repeat(1,1fr);gap:1.5rem;display:grid}@media (min-width:640px){.product-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:967px){.catalogue-searching .catalogue-sidebar{display:none}}@media (min-width:968px){.catalogue-layout{grid-template-columns:250px 1fr;grid-template-areas:"sidebar search""sidebar content"}.product-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:1280px){.product-grid{grid-template-columns:repeat(4,1fr)}}.catalogue-top-bar{margin-bottom:1.5rem}.search-bar-container{background-color:var(--pure-white);border:1px solid var(--steel-silver);border-radius:4px;align-items:center;padding:.75rem 1rem;transition:border-color .3s,box-shadow .3s;display:flex}.search-bar-container:focus-within{border-color:var(--safety-orange);box-shadow:0 0 0 2px #f3732133}.search-icon{color:var(--graphite-grey);opacity:.7;margin-right:.75rem}.search-input{color:var(--graphite-grey);background:0 0;border:none;outline:none;flex-grow:1;width:100%;font-family:Montserrat,sans-serif;font-size:1rem}.search-input::placeholder{color:var(--steel-silver)}
