:root {
  --chem-bg: #f4f7f8;
  --chem-surface: #ffffff;
  --chem-primary: #0a2a3a;
  --chem-primary-2: #0f5968;
  --chem-accent: #f28c28;
  --chem-accent-2: #ffb15c;
  --chem-text: #26323a;
  --chem-muted: #65727d;
  --chem-border: #dce7eb;
  --chem-soft: #eaf3f5;
  --chem-radius: 24px;
  --chem-shadow: 0 24px 60px rgba(10, 42, 58, 0.12);
  --chem-shadow-soft: 0 14px 34px rgba(10, 42, 58, 0.08);
  --chem-container: 1240px;
}

* { box-sizing: border-box; }
body {
  background: var(--chem-bg);
  color: var(--chem-text);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
a { color: inherit; }
.container { max-width: var(--chem-container); }
.chem-site-shell { min-height: 100vh; background: radial-gradient(circle at 20% 0%, rgba(242,140,40,.14), transparent 28%), linear-gradient(180deg, #f4f8f9 0%, #fff 520px); }
.chem-main-content { display: block; }

.chem-topbar { background: #071f2b; color: #fff; font-size: 13px; }
.chem-topbar__inner { min-height: 40px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.chem-topbar__left, .chem-topbar__right, .chem-topbar__right span { display: flex; align-items: center; gap: 8px; }
.chem-topbar__right { color: rgba(255,255,255,.82); gap: 18px; }

.chem-header { padding: 18px 0 10px; position: sticky; top: 0; z-index: 20; backdrop-filter: blur(16px); background: rgba(244,247,248,.82); }
.chem-header__row { min-height: 82px; display: grid; grid-template-columns: 220px 1fr minmax(340px, 470px); align-items: center; gap: 22px; padding: 14px 18px; background: rgba(255,255,255,.94); border: 1px solid rgba(220,231,235,.92); border-radius: 24px; box-shadow: var(--chem-shadow-soft); }
.chem-header__brand img { max-height: 58px; max-width: 190px; object-fit: contain; }
.chem-brand-text { display: inline-flex; align-items: baseline; gap: 2px; color: var(--chem-primary); text-decoration: none; font-size: 30px; font-weight: 900; letter-spacing: -.04em; }
.chem-brand-text small { color: var(--chem-accent); font-size: 20px; font-weight: 800; }
.chem-nav { display: flex; align-items: center; justify-content: center; gap: 8px; }
.chem-nav a { padding: 10px 13px; border-radius: 999px; color: var(--chem-primary); font-weight: 700; text-decoration: none; white-space: nowrap; }
.chem-nav a:hover { background: var(--chem-soft); color: var(--chem-primary-2); }
.chem-header__actions { display: grid; grid-template-columns: 1fr auto; gap: 12px; align-items: center; }
.chem-header__search input, .chem-header__search .form-control { border-radius: 999px 0 0 999px; border-color: var(--chem-border); min-height: 44px; }
.chem-header__search .btn { border-radius: 0 999px 999px 0; min-height: 44px; background: var(--chem-primary-2); border-color: var(--chem-primary-2); }
.chem-header__cart .btn, #header-cart .btn, #cart .btn { border-radius: 999px; min-height: 44px; background: var(--chem-accent); border-color: var(--chem-accent); color: #fff; font-weight: 800; }

.chem-homepage { padding-bottom: 0; }
.chem-hero { padding: 28px 0 36px; }
.chem-hero__grid { position: relative; overflow: hidden; display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(360px, .98fr); gap: 44px; align-items: center; padding: clamp(34px, 5vw, 68px); border-radius: 34px; background: linear-gradient(135deg, rgba(255,255,255,.98), rgba(232,243,246,.96)); border: 1px solid rgba(220,231,235,.95); box-shadow: var(--chem-shadow); }
.chem-hero__grid:before { content: ""; position: absolute; width: 360px; height: 360px; right: -120px; top: -130px; background: radial-gradient(circle, rgba(242,140,40,.22), transparent 66%); pointer-events: none; }
.chem-eyebrow { display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px; border-radius: 999px; background: rgba(15,89,104,.1); color: var(--chem-primary-2); font-size: 12px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.chem-hero h1, .chem-section-heading h2, .chem-process h2 { margin: 18px 0 16px; color: var(--chem-primary); font-weight: 900; letter-spacing: -.045em; line-height: 1.04; }
.chem-hero h1 { font-size: clamp(2.35rem, 5vw, 4.85rem); max-width: 760px; }
.chem-hero p, .chem-section-heading p, .chem-category-card p, .chem-process p { color: var(--chem-muted); font-size: 1.05rem; line-height: 1.75; }
.chem-hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.chem-btn-primary, .chem-btn-secondary { border-radius: 999px; padding: 14px 24px; font-weight: 900; text-decoration: none; }
.chem-btn-primary { background: var(--chem-accent); border: 1px solid var(--chem-accent); color: #fff; box-shadow: 0 12px 24px rgba(242,140,40,.26); }
.chem-btn-primary:hover { background: #df7b1d; color: #fff; }
.chem-btn-secondary { background: #fff; border: 1px solid rgba(10,42,58,.14); color: var(--chem-primary); }
.chem-btn-secondary:hover { background: var(--chem-primary); color: #fff; }
.chem-hero__badges { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.chem-hero__badges span { display: inline-flex; align-items: center; gap: 8px; padding: 10px 14px; border-radius: 999px; background: #fff; border: 1px solid var(--chem-border); color: var(--chem-primary-2); font-weight: 800; font-size: 14px; }
.chem-hero__visual { position: relative; min-height: 420px; display: grid; gap: 16px; align-content: center; }
.chem-orbit { position: absolute; border-radius: 50%; filter: blur(.2px); opacity: .65; }
.chem-orbit--one { width: 190px; height: 190px; background: rgba(15,89,104,.12); right: 16px; top: 8px; }
.chem-orbit--two { width: 120px; height: 120px; background: rgba(242,140,40,.16); left: 20px; bottom: 28px; }
.chem-hero__card { position: relative; z-index: 1; border-radius: 26px; padding: 24px; background: rgba(255,255,255,.88); border: 1px solid rgba(220,231,235,.9); box-shadow: var(--chem-shadow-soft); }
.chem-hero__card:nth-of-type(2) { transform: translateX(32px); }
.chem-hero__card:nth-of-type(3) { transform: translateX(78px); }
.chem-card-icon { width: 44px; height: 44px; display: inline-flex; align-items: center; justify-content: center; margin-bottom: 12px; border-radius: 15px; background: var(--chem-soft); color: var(--chem-primary-2); font-size: 20px; }
.chem-hero__card strong { display: block; color: var(--chem-primary); font-size: 1.17rem; margin-bottom: 6px; }
.chem-hero__card p { margin: 0; font-size: .96rem; }
.chem-hero__card--accent .chem-card-icon { background: rgba(242,140,40,.14); color: var(--chem-accent); }

.chem-categories { padding: 42px 0 50px; background: #fff; }
.chem-section-heading { max-width: 780px; margin: 0 auto 34px; text-align: center; }
.chem-section-heading h2, .chem-process h2 { font-size: clamp(2rem, 3vw, 3.1rem); }
.chem-categories__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.chem-category-card { height: 100%; padding: 30px; border-radius: 28px; background: linear-gradient(180deg, #fff, #fbfdfe); border: 1px solid var(--chem-border); box-shadow: var(--chem-shadow-soft); transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.chem-category-card:hover { transform: translateY(-5px); box-shadow: var(--chem-shadow); border-color: rgba(242,140,40,.42); }
.chem-category-card__icon { width: 64px; height: 64px; border-radius: 20px; display: inline-flex; align-items: center; justify-content: center; margin-bottom: 20px; background: var(--chem-soft); color: var(--chem-primary-2); font-size: 25px; }
.chem-category-card h3 { color: var(--chem-primary); font-size: 1.32rem; font-weight: 900; margin-bottom: 12px; }
.chem-category-card__link { display: inline-flex; align-items: center; gap: 8px; margin-top: 10px; color: var(--chem-accent); font-weight: 900; text-decoration: none; }
.chem-category-card__link:hover { color: #df7b1d; }

.chem-process { padding: 50px 0 62px; background: linear-gradient(180deg, #fff, #f4f8f9); }
.chem-process__panel { display: grid; grid-template-columns: 1fr minmax(280px, 420px); gap: 34px; align-items: center; padding: clamp(28px, 4vw, 46px); border-radius: 32px; background: #092839; color: #fff; box-shadow: var(--chem-shadow); }
.chem-process__panel h2, .chem-process__panel p { color: #fff; }
.chem-process__panel p { color: rgba(255,255,255,.76); margin-bottom: 0; }
.chem-process__steps { display: grid; gap: 12px; }
.chem-process__steps span { display: flex; align-items: center; gap: 12px; padding: 15px 16px; border-radius: 18px; background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.12); font-weight: 800; }
.chem-process__steps b { color: var(--chem-accent-2); }

.chem-footer { background: #071f2b; color: #d9e7eb; padding: 44px 0 22px; }
.chem-footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 30px; }
.chem-footer strong { display: block; color: #fff; font-size: 1.6rem; margin-bottom: 12px; }
.chem-footer h5 { color: #fff; font-weight: 900; margin-bottom: 14px; }
.chem-footer p { color: rgba(217,231,235,.76); line-height: 1.7; margin: 0; }
.chem-footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 9px; color: rgba(217,231,235,.76); }
.chem-footer a { color: rgba(217,231,235,.86); text-decoration: none; }
.chem-footer a:hover { color: var(--chem-accent-2); }
.chem-footer__bottom { display: flex; justify-content: space-between; gap: 16px; margin-top: 34px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(217,231,235,.68); font-size: 14px; }

.product-thumb { border-radius: 22px; border: 1px solid var(--chem-border); box-shadow: var(--chem-shadow-soft); overflow: hidden; background: #fff; }
.product-thumb .content, .product-thumb .caption { padding: 18px; }
.product-thumb h4 a { color: var(--chem-primary); font-weight: 900; text-decoration: none; }
.product-thumb .price { color: var(--chem-accent); font-weight: 900; }

@media (max-width: 1199.98px) {
  .chem-header__row { grid-template-columns: 180px 1fr; }
  .chem-header__actions { grid-column: 1 / -1; }
  .chem-nav { justify-content: flex-end; }
}
@media (max-width: 991.98px) {
  .chem-topbar__inner { padding: 10px 0; align-items: flex-start; flex-direction: column; }
  .chem-topbar__right { flex-wrap: wrap; }
  .chem-hero__grid, .chem-process__panel { grid-template-columns: 1fr; }
  .chem-hero__visual { min-height: auto; }
  .chem-hero__card:nth-of-type(2), .chem-hero__card:nth-of-type(3) { transform: none; }
  .chem-categories__grid, .chem-footer__grid { grid-template-columns: 1fr; }
}
@media (max-width: 767.98px) {
  .chem-header { position: static; }
  .chem-header__row { grid-template-columns: 1fr; gap: 14px; }
  .chem-nav { justify-content: flex-start; overflow-x: auto; padding-bottom: 3px; }
  .chem-header__actions { grid-template-columns: 1fr; }
  .chem-topbar__right { display: none; }
  .chem-hero { padding-top: 14px; }
  .chem-hero__grid { padding: 26px 18px; border-radius: 26px; }
  .chem-hero__actions, .chem-hero__badges { flex-direction: column; align-items: stretch; }
  .chem-btn-primary, .chem-btn-secondary { width: 100%; text-align: center; justify-content: center; }
  .chem-footer__bottom { flex-direction: column; }
}

/* CHEM-TEMA-003: category/menu + product card storefront */
.chem-store-categories { padding: 42px 0 48px; background: linear-gradient(180deg, rgba(244,248,249,.82), #fff); }
.chem-store-categories .chem-section-heading { margin-bottom: 24px; }
.chem-category-menu-wrap { border-radius: 30px; padding: 18px; background: #fff; border: 1px solid var(--chem-border); box-shadow: var(--chem-shadow-soft); }
.chem-category-menu-wrap #menu { margin: 0; border: 0; border-radius: 22px; background: #092839; background-image: none; min-height: auto; }
.chem-category-menu-wrap #menu .navbar-nav { flex-wrap: wrap; gap: 8px; padding: 12px; }
.chem-category-menu-wrap #menu .nav-link,
.chem-category-menu-wrap #menu a { color: #fff; font-weight: 800; border-radius: 999px; }
.chem-category-menu-wrap #menu .nav-link:hover,
.chem-category-menu-wrap #menu a:hover { background: rgba(255,255,255,.12); color: var(--chem-accent-2); }
.chem-category-menu-wrap #menu .dropdown-menu { border: 1px solid var(--chem-border); border-radius: 18px; box-shadow: var(--chem-shadow-soft); padding: 10px; }
.chem-category-menu-wrap #menu .dropdown-menu a { color: var(--chem-primary); border-radius: 12px; }
.chem-category-menu-wrap #menu .dropdown-menu a:hover { background: var(--chem-soft); color: var(--chem-primary-2); }
.chem-category-menu-wrap #menu .see-all { color: var(--chem-accent) !important; font-weight: 900; }

.chem-categories--focus { background: #fff; }
.chem-products-section { padding: 54px 0 64px; background: linear-gradient(180deg, #fff, #f4f8f9); }
.chem-products-head { display: flex; justify-content: space-between; gap: 24px; align-items: flex-end; margin-bottom: 28px; }
.chem-products-head h2 { margin: 14px 0 10px; color: var(--chem-primary); font-size: clamp(2rem, 3vw, 3.1rem); font-weight: 900; letter-spacing: -.045em; }
.chem-products-head p { max-width: 760px; color: var(--chem-muted); line-height: 1.7; margin: 0; }
.chem-products-head__link { display: inline-flex; align-items: center; gap: 8px; padding: 12px 18px; border-radius: 999px; background: var(--chem-primary); color: #fff; font-weight: 900; text-decoration: none; white-space: nowrap; }
.chem-products-head__link:hover { background: var(--chem-primary-2); color: #fff; }
.chem-home-modules { display: grid; gap: 28px; }
.chem-home-modules > h3,
.chem-home-modules h3 { color: var(--chem-primary); font-weight: 900; letter-spacing: -.025em; margin: 0 0 18px; }
.chem-home-modules .carousel,
.chem-home-modules .slideshow,
.chem-home-modules .swiper { border-radius: 28px; overflow: hidden; box-shadow: var(--chem-shadow-soft); }
.chem-home-modules .row { row-gap: 22px; }

.product-thumb.chem-product-card { height: 100%; display: flex; flex-direction: column; border: 1px solid rgba(220,231,235,.95); border-radius: 28px; overflow: hidden; background: rgba(255,255,255,.96); box-shadow: var(--chem-shadow-soft); transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.product-thumb.chem-product-card:hover { transform: translateY(-6px); box-shadow: var(--chem-shadow); border-color: rgba(242,140,40,.4); }
.chem-product-card__image { position: relative; display: flex; align-items: center; justify-content: center; min-height: 230px; padding: 22px; background: radial-gradient(circle at 50% 35%, rgba(15,89,104,.08), transparent 56%), linear-gradient(180deg, #f8fbfc, #fff); }
.chem-product-card__image img { max-height: 210px; width: auto; object-fit: contain; transition: transform .25s ease; }
.chem-product-card:hover .chem-product-card__image img { transform: scale(1.035); }
.chem-product-card__badge { position: absolute; left: 16px; top: 16px; padding: 7px 11px; border-radius: 999px; background: var(--chem-accent); color: #fff; font-size: 12px; font-weight: 900; }
.chem-product-card__content { flex: 1; display: flex; flex-direction: column; padding: 22px; }
.chem-product-card__meta { color: var(--chem-primary-2); font-size: 12px; font-weight: 900; letter-spacing: .055em; text-transform: uppercase; margin-bottom: 8px; }
.chem-product-card h4 { margin: 0 0 10px; line-height: 1.25; }
.chem-product-card h4 a { color: var(--chem-primary); font-weight: 900; text-decoration: none; }
.chem-product-card h4 a:hover { color: var(--chem-primary-2); }
.chem-product-card p { color: var(--chem-muted); line-height: 1.62; margin: 0 0 14px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.chem-product-card__rating { color: #f5a623; margin-bottom: 12px; }
.chem-product-card__rating .fa-stack { width: 1em; height: 1em; line-height: 1em; }
.chem-product-card__bottom { margin-top: auto; display: grid; gap: 14px; }
.chem-product-card__price { display: flex; flex-wrap: wrap; align-items: baseline; gap: 8px; color: var(--chem-accent); font-size: 1.28rem; font-weight: 950; }
.chem-product-card__price .price-old { color: #9aa6ad; text-decoration: line-through; font-size: .95rem; }
.chem-product-card__price .price-tax { flex-basis: 100%; color: var(--chem-muted); font-size: .8rem; font-weight: 700; }
.chem-product-card__buttons { display: grid; grid-template-columns: 1fr 44px 44px; gap: 9px; }
.chem-product-card__buttons button { border: 0; min-height: 44px; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-weight: 900; transition: .2s ease; }
.chem-product-card__cart { background: var(--chem-accent); color: #fff; padding: 0 16px; }
.chem-product-card__cart:hover { background: #df7b1d; color: #fff; }
.chem-product-card__icon-btn { background: var(--chem-soft); color: var(--chem-primary-2); }
.chem-product-card__icon-btn:hover { background: var(--chem-primary); color: #fff; }

@media (max-width: 991.98px) {
  .chem-products-head { display: block; }
  .chem-products-head__link { margin-top: 16px; }
  .chem-product-card__image { min-height: 200px; }
}
@media (max-width: 575.98px) {
  .chem-category-menu-wrap { padding: 12px; }
  .chem-product-card__buttons { grid-template-columns: 1fr 42px 42px; }
  .chem-product-card__cart span { display: none; }
}

/* CHEM-TEMA-004: compact featured module + corrected product cards */
.chem-featured-module {
  padding: 0;
}
.chem-featured-module__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}
.chem-featured-module__kicker {
  display: inline-flex;
  padding: 6px 11px;
  border-radius: 999px;
  background: rgba(15,89,104,.1);
  color: var(--chem-primary-2);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.chem-featured-module h3 {
  margin: 10px 0 0 !important;
  color: var(--chem-primary);
  font-size: clamp(1.65rem, 2.6vw, 2.55rem);
  font-weight: 950;
  letter-spacing: -.045em;
}
.chem-featured-module__count {
  display: inline-flex;
  align-items: center;
  padding: 9px 13px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--chem-border);
  color: var(--chem-muted);
  font-weight: 850;
  white-space: nowrap;
}
.chem-featured-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.chem-featured-grid__item,
.chem-featured-grid > .col {
  width: auto !important;
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.product-thumb.chem-product-card {
  height: 100%;
  min-width: 0;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(220,231,235,.95) !important;
  border-radius: 22px !important;
  overflow: hidden;
  background: #fff !important;
  box-shadow: 0 10px 24px rgba(10,42,58,.08) !important;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.product-thumb.chem-product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 36px rgba(10,42,58,.13) !important;
  border-color: rgba(242,140,40,.42) !important;
}
.product-thumb.chem-product-card .chem-product-card__image,
.chem-product-card__image {
  position: relative;
  display: flex !important;
  align-items: center;
  justify-content: center;
  height: 190px;
  min-height: 0 !important;
  padding: 18px;
  background: radial-gradient(circle at 50% 30%, rgba(15,89,104,.09), transparent 58%), linear-gradient(180deg, #f8fbfc, #fff);
  text-decoration: none;
}
.chem-product-card__image img,
.product-thumb.chem-product-card .image img {
  max-width: 100%;
  max-height: 154px;
  width: auto !important;
  height: auto !important;
  object-fit: contain;
  transition: transform .2s ease;
}
.chem-product-card:hover .chem-product-card__image img { transform: scale(1.035); }
.chem-product-card__badge {
  position: absolute;
  left: 12px;
  top: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--chem-accent);
  color: #fff;
  font-size: 11px;
  font-weight: 950;
}
.chem-product-card__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 16px !important;
}
.chem-product-card__meta {
  margin-bottom: 7px;
  color: var(--chem-primary-2);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.chem-product-card h4 {
  min-height: 42px;
  margin: 0 0 8px !important;
  font-size: 1.02rem;
  line-height: 1.25;
}
.chem-product-card h4 a {
  color: var(--chem-primary) !important;
  font-weight: 950;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.chem-product-card p {
  min-height: 58px;
  margin: 0 0 12px !important;
  color: var(--chem-muted);
  font-size: .88rem;
  line-height: 1.48;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.chem-product-card__price {
  margin-top: auto;
  margin-bottom: 12px;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px;
  color: var(--chem-accent) !important;
  font-size: 1.12rem;
  font-weight: 950;
}
.chem-product-card__price .price-old { color: #9aa6ad; text-decoration: line-through; font-size: .88rem; }
.chem-product-card__price .price-tax { flex-basis: 100%; color: var(--chem-muted); font-size: .74rem; font-weight: 750; }
.chem-product-card__form { margin: 0; }
.chem-product-card__buttons {
  display: grid !important;
  grid-template-columns: 1fr 40px 40px;
  gap: 8px;
}
.chem-product-card__buttons button {
  width: 100%;
  height: 40px;
  min-height: 40px !important;
  border: 0 !important;
  border-radius: 999px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 0 12px;
  font-size: .9rem;
  font-weight: 950;
  line-height: 1;
  box-shadow: none !important;
}
.chem-product-card__cart {
  background: var(--chem-accent) !important;
  color: #fff !important;
}
.chem-product-card__cart:hover { background: #df7b1d !important; color: #fff !important; }
.chem-product-card__icon-btn {
  background: var(--chem-soft) !important;
  color: var(--chem-primary-2) !important;
}
.chem-product-card__icon-btn:hover { background: var(--chem-primary) !important; color: #fff !important; }

@media (max-width: 1199.98px) {
  .chem-featured-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 767.98px) {
  .chem-products-section { padding: 34px 0 44px; }
  .chem-featured-module__head { align-items: flex-start; }
  .chem-featured-module__count { display: none; }
  .chem-featured-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .chem-product-card__image { height: 128px; padding: 12px; }
  .chem-product-card__image img { max-height: 104px; }
  .chem-product-card__content { padding: 12px !important; }
  .chem-product-card__meta { font-size: 10px; margin-bottom: 5px; }
  .chem-product-card h4 { min-height: 36px; font-size: .9rem; margin-bottom: 6px !important; }
  .chem-product-card p { display: none !important; }
  .chem-product-card__price { font-size: .98rem; margin-bottom: 9px; }
  .chem-product-card__price .price-tax { display: none; }
  .chem-product-card__buttons { grid-template-columns: 1fr 34px 34px; gap: 6px; }
  .chem-product-card__buttons button { height: 34px; min-height: 34px !important; font-size: .82rem; padding: 0 8px; }
  .chem-product-card__cart span { display: none; }
}
