:root{--color-text-primary:#222;--color-text-secondary:#555;--color-text-price:#203656;--color-background-card:#fff;--color-background-image-wrapper:#fafafa;--color-border-subtle:#e0e0e0;--font-size-h1-min:2rem;--font-size-h1-preferred:5vw;--font-size-h1-max:3rem;--font-size-heading-section:1.875rem;--font-size-heading-section-sm:1rem;--font-size-search-title-min:0.9375rem;--font-size-search-title-preferred:2.5vw;--font-size-search-title-max:1.25rem;--font-size-card-title:1.125rem;--font-size-card-sku:0.875rem;--font-size-card-price:1rem;--font-size-card-title-sm:1rem;--font-size-card-sku-sm:0.75rem;--font-size-card-price-sm:0.875rem;--font-size-description-sm:0.875rem;--space-xs:0.5rem;--space-s:0.75rem;--space-m:1rem;--space-mb:1.25rem;--space-l:1.5rem;--space-xl:1.875rem;--space-xxl:2.5rem;--border-radius-card:8px;--box-shadow-card:0 2px 8px rgba(0,0,0,.05);--box-shadow-card-hover:0 4px 16px rgba(0,0,0,.1);--transition-duration:0.2s;--transition-timing-function:ease-in-out}*,:after,:before{box-sizing:border-box}h1{font-size:clamp(var(--font-size-h1-min),var(--font-size-h1-preferred),var(--font-size-h1-max));font-weight:700;line-height:1.1;margin-bottom:var(--space-l);margin-top:0}.product-results-section{margin-bottom:var(--space-xxl);margin-top:var(--space-xl)}.content-results__title,.product-results__title{font-size:var(--font-size-heading-section);font-weight:600;line-height:1.2;margin-bottom:var(--space-mb);margin-top:var(--space-xl)}.hubdb-product-results-grid{align-items:stretch;display:grid;gap:var(--space-l);grid-template-columns:repeat(4,1fr)}@media (max-width:1024px){.hubdb-product-results-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.hubdb-product-results-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.hubdb-product-results-grid{grid-template-columns:1fr}}.product-card{background:var(--color-background-card);border-radius:var(--border-radius-card);box-shadow:var(--box-shadow-card);display:flex;flex-direction:column;overflow:hidden;transition:transform var(--transition-duration) var(--transition-timing-function),box-shadow var(--transition-duration) var(--transition-timing-function)}.product-card:hover{box-shadow:var(--box-shadow-card-hover);transform:translateY(-4px)}.product-card__link{color:inherit;display:flex;flex-direction:column;height:100%;text-decoration:none}.product-card__image-wrapper{aspect-ratio:1/1;background-color:var(--color-background-image-wrapper);border-bottom:1px solid var(--color-border-subtle);overflow:hidden;padding:var(--space-xs)}.product-card__image,.product-card__image-placeholder{display:block;height:100%;object-fit:cover;width:100%}.product-card__content{display:flex;flex-direction:column;flex-grow:1;padding:var(--space-m)}.product-card__title{color:var(--color-text-primary);display:-webkit-box;font-size:var(--font-size-card-title);font-weight:600;line-height:1.3;margin:0 0 var(--space-xs);-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:2.6em;overflow:hidden}.product-card__sku{color:var(--color-text-secondary);font-size:var(--font-size-card-sku);font-weight:400;margin:0 0 var(--space-s);min-height:1.2em}.product-card__price{color:var(--color-text-price);font-size:var(--font-size-card-price);font-weight:700;margin-top:auto}.pwr-search-results__title{font-size:clamp(var(--font-size-search-title-min),var(--font-size-search-title-preferred),var(--font-size-search-title-max));font-weight:600;line-height:1.2;margin-bottom:var(--space-m)}.pwr-search-results__description{font-size:clamp(.875rem,3vw,1.125rem)}@media (max-width:576px){.content-results__title,.product-results__title{font-size:var(--font-size-heading-section-sm)!important;line-height:1.3!important}.pwr-search-results__description{font-size:var(--font-size-description-sm)!important;line-height:1.4!important}.product-card__title{font-size:var(--font-size-card-title-sm)!important}.product-card__sku{font-size:var(--font-size-card-sku-sm)!important}.product-card__price{font-size:var(--font-size-card-price-sm)!important}}