/* Sudan Chemical product catalogue + product page. */
.rx-product__media { display: flex; align-items: center; justify-content: center; min-height: 320px; }
.rx-product__media img { max-width: 100%; max-height: 420px; object-fit: contain; }
.rx-product__media--empty, .rx-card__img--empty { font-weight: 700; font-size: 1.6rem; letter-spacing: .2em; color: #aab0bc; }
.rx-product__body { overflow-wrap: anywhere; }
.rx-product__body img { max-width: 100%; height: auto; }
.rx-product__body table { width: 100%; display: block; overflow-x: auto; }

.rx-products-search { max-width: 560px; margin: 0 auto 2.5rem; }
.rx-products-search form { display: flex; gap: .5rem; flex-wrap: wrap; }
.rx-products-search .form-item { flex: 1 1 240px; margin: 0; }
.rx-products-search input[type=text] { width: 100%; }
.rx-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 1.5rem; }
.rx-card { display: flex; flex-direction: column; height: 100%; background: #fff; border-radius: .5rem; box-shadow: 0 .25rem 1.75rem rgba(30, 34, 40, .07); overflow: hidden; transition: transform .2s ease, box-shadow .2s ease; color: inherit; }
.rx-card:hover { transform: translateY(-3px); box-shadow: 0 .5rem 2rem rgba(30, 34, 40, .12); }
.rx-card__img { aspect-ratio: 4 / 3; display: flex; align-items: center; justify-content: center; background: #f6f7f9; padding: 1rem; }
.rx-card__img img { max-width: 100%; max-height: 100%; object-fit: contain; }
.rx-card__body { padding: 1rem 1.25rem 1.25rem; display: flex; flex-direction: column; gap: .35rem; flex: 1; }
.rx-card__cat { font-size: .75rem; text-transform: uppercase; letter-spacing: .04em; color: #3f78e0; }
.rx-card__title { font-size: 1rem; font-weight: 700; line-height: 1.35; margin: 0; color: #343f52; }
.rx-card__sku { font-size: .8rem; color: #8a94a6; margin-top: auto; }
