:root {
  --pr-red: #b71925;
  --pr-red-dark: #8f121c;
  --pr-red-soft: #fff1f2;
  --pr-ink: #17191d;
  --pr-charcoal: #26292e;
  --pr-muted: #6b7280;
  --pr-line: #e5e7eb;
  --pr-soft: #f5f6f7;
  --pr-white: #ffffff;
  --pr-shadow: 0 16px 40px rgba(20, 24, 31, .09);
  --pr-radius: 18px;
  --bs-primary: #b71925;
  --bs-primary-rgb: 183, 25, 37;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--pr-white);
  color: var(--pr-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
a { color: var(--pr-red); text-decoration: none; }
a:hover { color: var(--pr-red-dark); }
img { max-width: 100%; }
h1, h2, h3, h4, h5, h6 { color: var(--pr-ink); font-weight: 800; letter-spacing: -.025em; }
#container { min-height: 100vh; display: flex; flex-direction: column; }
main { flex: 1; min-height: 50vh; }
#alert { position: fixed; z-index: 1100; top: 20px; left: 50%; transform: translateX(-50%); width: min(620px, calc(100% - 32px)); }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--pr-red);
  font-size: .76rem;
  font-weight: 850;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.btn-pronty,
.btn-pronty-light,
.btn-pronty-outline,
.btn-pronty-outline-on-dark,
.btn-whatsapp {
  border-radius: 10px;
  font-weight: 750;
  padding: .72rem 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  transition: transform .18s ease, background .18s ease, border-color .18s ease, color .18s ease;
}
.btn-pronty:hover,
.btn-pronty-light:hover,
.btn-pronty-outline:hover,
.btn-pronty-outline-on-dark:hover,
.btn-whatsapp:hover { transform: translateY(-1px); }
.btn-pronty { color: #fff; background: var(--pr-red); border: 1px solid var(--pr-red); }
.btn-pronty:hover { color: #fff; background: var(--pr-red-dark); border-color: var(--pr-red-dark); }
.btn-pronty-light { color: var(--pr-ink); background: #fff; border: 1px solid #fff; }
.btn-pronty-light:hover { color: var(--pr-red); background: #fff; }
.btn-pronty-outline { color: var(--pr-red); background: #fff; border: 1px solid #d9dce1; }
.btn-pronty-outline:hover { color: var(--pr-red-dark); border-color: var(--pr-red); background: var(--pr-red-soft); }
.btn-pronty-outline-on-dark { color: #fff; background: transparent; border: 1px solid rgba(255,255,255,.34); }
.btn-pronty-outline-on-dark:hover { color: #fff; border-color: #fff; background: rgba(255,255,255,.08); }
.btn-whatsapp { color: #fff; background: #15803d; border: 1px solid #15803d; }
.btn-whatsapp:hover { color: #fff; background: #116832; border-color: #116832; }

/* Header */
.site-header { position: relative; z-index: 20; background: #fff; box-shadow: 0 1px 0 rgba(0,0,0,.05); }
.site-topbar { background: var(--pr-ink); color: #dfe2e7; font-size: .82rem; padding: .48rem 0; }
.site-topbar i { color: #ef9ca2; margin-right: .28rem; }
.site-topbar-links { display: flex; gap: 1.25rem; flex-wrap: wrap; }
.site-topbar a { color: #f7f7f8; }
.site-topbar a:hover { color: #fff; }
.site-brandbar { padding: 1.2rem 0; }
.brand-wrap { display: flex; align-items: center; gap: 1.15rem; }
.site-logo { display: inline-flex; align-items: center; }
.site-logo img { max-width: 260px; max-height: 92px; width: auto; }
.site-logo-text { color: var(--pr-ink); font-size: 1.7rem; font-weight: 900; }
.brand-copy { border-left: 1px solid var(--pr-line); padding-left: 1rem; display: flex; flex-direction: column; }
.brand-copy strong { color: var(--pr-ink); font-size: .76rem; letter-spacing: .08em; }
.brand-copy span { color: var(--pr-muted); font-size: .82rem; }
.header-contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: .65rem; }
.header-contact { display: flex; gap: .65rem; align-items: center; min-width: 0; padding: .65rem .75rem; border: 1px solid var(--pr-line); border-radius: 12px; color: var(--pr-ink); background: #fff; }
.header-contact:hover { border-color: #d0d3d8; color: var(--pr-red); }
.header-contact > i { width: 32px; height: 32px; border-radius: 9px; display: grid; place-items: center; background: var(--pr-red-soft); color: var(--pr-red); flex: 0 0 auto; }
.header-contact span { min-width: 0; font-size: .81rem; font-weight: 700; overflow-wrap: anywhere; }
.header-contact small { display: block; color: var(--pr-muted); font-size: .68rem; font-weight: 600; margin-bottom: 1px; }
.header-contact-static:hover { color: var(--pr-ink); }
.site-nav { background: var(--pr-red); padding: 0; }
.site-nav .navbar-toggler { margin: .65rem 0; border-color: rgba(255,255,255,.45); filter: invert(1); }
.site-nav .nav-link { color: rgba(255,255,255,.9); font-weight: 750; padding: .88rem 1rem !important; }
.site-nav .nav-link:hover, .site-nav .nav-link:focus { color: #fff; background: rgba(0,0,0,.1); }
.site-nav .btn-pronty-light { padding: .52rem .85rem; }
.category-mega-menu { width: min(820px, 90vw); border: 0; border-radius: 0 0 14px 14px; box-shadow: var(--pr-shadow); padding: 1rem; }
.category-mega-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: .35rem; }
.category-mega-menu .dropdown-item { white-space: normal; display: flex; align-items: center; gap: .65rem; border-radius: 9px; padding: .62rem .7rem; font-size: .88rem; font-weight: 650; color: var(--pr-ink); }
.category-mega-menu .dropdown-item i { color: var(--pr-red); width: 18px; text-align: center; }
.category-mega-menu .dropdown-item:hover { background: var(--pr-red-soft); color: var(--pr-red); }
.header-search-strip { border-bottom: 1px solid var(--pr-line); background: #fff; padding: .9rem 0; }
.header-search-strip > .container { display: grid; grid-template-columns: 300px 1fr; align-items: center; gap: 1.4rem; }
.header-search-copy { display: flex; flex-direction: column; }
.header-search-copy strong { font-size: .97rem; }
.pronty-search-form { position: relative; display: grid; grid-template-columns: 1fr auto; width: 100%; border: 1px solid #d8dce1; border-radius: 12px; overflow: hidden; background: var(--pr-soft); }
.pronty-search-form input { width: 100%; min-width: 0; border: 0; outline: 0; background: transparent; padding: .78rem 1rem .78rem 2.75rem; color: var(--pr-ink); }
.pronty-search-icon { position: absolute; top: 50%; left: 1rem; transform: translateY(-50%); color: var(--pr-muted); pointer-events: none; }
.pronty-search-form button { border: 0; background: var(--pr-ink); color: #fff; font-weight: 750; padding: 0 1.35rem; }
.pronty-search-form button:hover { background: var(--pr-red); }

/* Home */
.hero-section { background: radial-gradient(circle at 82% 16%, rgba(183,25,37,.35), transparent 28%), linear-gradient(135deg, #15171b 0%, #23262c 58%, #17191d 100%); color: #fff; padding: 5.2rem 0; overflow: hidden; }
.hero-section .eyebrow { color: #f2a1a7; }
.hero-section h1 { color: #fff; font-size: clamp(2.6rem, 5vw, 5rem); line-height: .99; margin: .75rem 0 1.3rem; max-width: 900px; }
.hero-section h1 span { color: #ef9ca2; }
.hero-lead { font-size: 1.1rem; color: #cfd2d7; max-width: 700px; }
.hero-search { margin-top: 1.7rem; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: .7rem; background: #fff; border-radius: 14px; padding: .42rem .42rem .42rem 1rem; max-width: 760px; box-shadow: 0 18px 55px rgba(0,0,0,.25); }
.hero-search i { color: var(--pr-red); }
.hero-search input { min-width: 0; border: 0; outline: 0; padding: .7rem .3rem; font-size: 1rem; color: var(--pr-ink); }
.hero-search button { border: 0; border-radius: 10px; background: var(--pr-red); color: #fff; font-weight: 800; padding: .8rem 1.2rem; }
.hero-search button:hover { background: var(--pr-red-dark); }
.hero-actions { display: flex; gap: .75rem; flex-wrap: wrap; margin-top: 1.3rem; }
.hero-panel { position: relative; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16); border-radius: 24px; padding: 2rem; backdrop-filter: blur(8px); box-shadow: 0 30px 70px rgba(0,0,0,.22); }
.hero-panel-icon { width: 64px; height: 64px; border-radius: 18px; display: grid; place-items: center; background: var(--pr-red); color: #fff; font-size: 1.7rem; margin-bottom: 2rem; }
.hero-panel h2 { color: #fff; font-size: 1.65rem; }
.hero-panel p { color: #cfd2d7; }
.hero-panel a { color: #fff; font-weight: 800; display: inline-flex; gap: .5rem; align-items: center; }
.section-pad { padding: 4.7rem 0; }
.category-section { background: #fff; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 2rem; margin-bottom: 2rem; }
.section-heading h2 { font-size: clamp(2rem, 3vw, 3rem); margin: .2rem 0; }
.section-heading p { color: var(--pr-muted); margin: 0; }
.category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.category-card { position: relative; display: flex; gap: 1rem; min-height: 150px; padding: 1.15rem; border: 1px solid var(--pr-line); border-radius: var(--pr-radius); background: #fff; color: var(--pr-ink); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.category-card:hover { transform: translateY(-3px); box-shadow: var(--pr-shadow); border-color: #d8bcc0; color: var(--pr-ink); }
.category-icon { width: 50px; height: 50px; border-radius: 14px; flex: 0 0 auto; display: grid; place-items: center; color: var(--pr-red); background: var(--pr-red-soft); font-size: 1.15rem; }
.category-copy h3 { font-size: 1rem; margin: .18rem 0 .4rem; }
.category-copy p { color: var(--pr-muted); font-size: .82rem; line-height: 1.45; margin: 0 0 .65rem; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.category-copy span { color: var(--pr-red); font-size: .76rem; font-weight: 800; }
.category-copy span i { margin-left: .25rem; }
.trust-strip { background: var(--pr-soft); border-top: 1px solid var(--pr-line); border-bottom: 1px solid var(--pr-line); }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-grid > div { display: flex; gap: .85rem; align-items: center; padding: 1.55rem 1.2rem; }
.trust-grid > div + div { border-left: 1px solid var(--pr-line); }
.trust-grid i { color: var(--pr-red); font-size: 1.2rem; }
.trust-grid span { color: var(--pr-muted); font-size: .82rem; }
.trust-grid strong { display: block; color: var(--pr-ink); font-size: .9rem; }
.latest-section { background: #f8f9fa; }
.help-cta { padding: 4rem 0; background: var(--pr-red); color: #fff; }
.help-cta-inner { display: flex; justify-content: space-between; align-items: center; gap: 2rem; }
.help-cta .eyebrow { color: #ffd0d3; }
.help-cta h2 { color: #fff; margin: .3rem 0; }
.help-cta p { color: #ffe5e7; margin: 0; }

/* Catalogue cards */
.catalog-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.15rem; }
.catalog-card { display: flex; flex-direction: column; min-width: 0; border: 1px solid var(--pr-line); border-radius: var(--pr-radius); overflow: hidden; background: #fff; transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.catalog-card:hover { transform: translateY(-3px); border-color: #d7c0c3; box-shadow: var(--pr-shadow); }
.catalog-card-media { height: 220px; display: grid; place-items: center; background: #f4f5f6; overflow: hidden; }
.catalog-card-media img { width: 100%; height: 100%; object-fit: contain; padding: .7rem; transition: transform .25s ease; }
.catalog-card:hover .catalog-card-media img { transform: scale(1.025); }
.catalog-placeholder { height: 100%; width: 100%; display: grid; place-items: center; align-content: center; gap: .6rem; color: #a0a6af; }
.catalog-placeholder i { font-size: 2rem; color: #c7cbd1; }
.catalog-placeholder span { font-size: .75rem; font-weight: 650; }
.catalog-card-body { padding: 1rem 1rem 1.1rem; display: flex; flex-direction: column; flex: 1; }
.catalog-category-link { align-self: flex-start; color: var(--pr-red); font-size: .69rem; font-weight: 800; text-transform: uppercase; letter-spacing: .055em; }
.catalog-card h3 { font-size: 1rem; line-height: 1.25; margin: .48rem 0; }
.catalog-card h3 a { color: var(--pr-ink); }
.catalog-card h3 a:hover { color: var(--pr-red); }
.catalog-ref { display: inline-flex; align-items: center; gap: .35rem; align-self: flex-start; font-size: .75rem; color: #3f444c; background: var(--pr-soft); border: 1px solid var(--pr-line); border-radius: 7px; padding: .27rem .5rem; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; }
.catalog-ref span { color: var(--pr-muted); font-family: inherit; }
.catalog-card p { color: var(--pr-muted); font-size: .84rem; margin: .75rem 0 1rem; }
.catalog-card-actions { margin-top: auto; }
.catalog-card-actions .btn { width: 100%; font-size: .82rem; }

/* Listing/search */
.page-shell { padding: 1.7rem 0 4.5rem; background: #fff; }
.pronty-breadcrumb { margin: 0 0 1.7rem; font-size: .82rem; }
.pronty-breadcrumb a { color: var(--pr-muted); }
.pronty-breadcrumb .active { color: var(--pr-ink); }
.catalog-page-header { display: flex; gap: 1.2rem; align-items: flex-start; padding: 1.8rem; background: var(--pr-soft); border: 1px solid var(--pr-line); border-radius: 20px; margin-bottom: 2rem; }
.catalog-page-icon { width: 64px; height: 64px; flex: 0 0 auto; display: grid; place-items: center; background: var(--pr-red); color: #fff; border-radius: 18px; font-size: 1.45rem; }
.catalog-page-header h1, .search-page-header h1 { font-size: clamp(2rem, 4vw, 3.3rem); margin: .15rem 0 .45rem; }
.catalog-page-description { color: var(--pr-muted); max-width: 900px; }
.catalog-page-description p:last-child { margin-bottom: .4rem; }
.catalog-page-count, .search-page-header > p { color: var(--pr-muted); font-size: .82rem; font-weight: 700; margin-top: .5rem; }
.catalog-pagination { margin-top: 2rem; display: flex; justify-content: center; }
.pagination .page-link { color: var(--pr-red); border-color: var(--pr-line); }
.pagination .active > .page-link { background: var(--pr-red); border-color: var(--pr-red); color: #fff; }
.search-page-header { max-width: 950px; margin: 0 auto 2.5rem; text-align: center; }
.search-page-form { margin: 1.4rem auto 0; border: 1px solid var(--pr-line); box-shadow: 0 12px 34px rgba(0,0,0,.08); }
.empty-state { text-align: center; border: 1px dashed #d4d8de; border-radius: 20px; padding: 4.5rem 1.5rem; background: var(--pr-soft); }
.empty-state > i { width: 64px; height: 64px; display: grid; place-items: center; margin: 0 auto 1rem; color: var(--pr-red); background: var(--pr-red-soft); border-radius: 18px; font-size: 1.4rem; }
.empty-state h2 { font-size: 1.4rem; }
.empty-state p { color: var(--pr-muted); }

/* Product */
.product-page { padding-bottom: 5rem; }
.product-media-card, .product-info-card { border: 1px solid var(--pr-line); border-radius: 22px; background: #fff; overflow: hidden; }
.product-main-image { position: relative; display: block; width: 100%; height: 520px; border: 0; background: var(--pr-soft); padding: 1rem; cursor: zoom-in; }
.product-main-image img { width: 100%; height: 100%; object-fit: contain; }
.product-main-image span { position: absolute; right: 1rem; bottom: 1rem; background: rgba(23,25,29,.82); color: #fff; border-radius: 8px; padding: .42rem .65rem; font-size: .72rem; font-weight: 700; }
.product-main-placeholder { height: 520px; display: grid; place-items: center; align-content: center; gap: 1rem; color: #9aa0a9; background: var(--pr-soft); }
.product-main-placeholder i { font-size: 3rem; color: #c9cdd2; }
.product-thumbs { display: flex; gap: .55rem; overflow-x: auto; padding: .8rem; border-top: 1px solid var(--pr-line); }
.product-thumbs button { flex: 0 0 92px; height: 74px; border: 1px solid var(--pr-line); border-radius: 9px; background: #fff; padding: .2rem; overflow: hidden; }
.product-thumbs img { width: 100%; height: 100%; object-fit: contain; }
.product-info-card { padding: 2rem; }
.product-category { color: var(--pr-red); font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .055em; }
.product-info-card h1 { font-size: clamp(2rem, 4vw, 3.2rem); line-height: 1.05; margin: .7rem 0 1rem; }
.product-reference { display: inline-flex; flex-direction: column; border: 1px solid var(--pr-line); background: var(--pr-soft); border-radius: 10px; padding: .5rem .75rem; margin-bottom: 1.4rem; }
.product-reference span { color: var(--pr-muted); font-size: .65rem; text-transform: uppercase; letter-spacing: .06em; font-weight: 750; }
.product-reference strong { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .95rem; }
.product-description { color: #42464e; border-top: 1px solid var(--pr-line); padding-top: 1.35rem; }
.product-description img { max-width: 100%; height: auto; }
.product-notice { display: flex; gap: .75rem; align-items: flex-start; background: #fff8e7; border: 1px solid #f2deb2; border-radius: 12px; padding: .9rem 1rem; margin: 1.4rem 0; }
.product-notice > i { color: #a16207; margin-top: .18rem; }
.product-notice strong { display: block; color: #713f12; font-size: .88rem; }
.product-notice span { display: block; color: #805c2a; font-size: .78rem; }
.product-actions { display: flex; gap: .65rem; flex-wrap: wrap; }
.product-actions .btn-lg { font-size: .92rem; }
.product-image-modal { position: relative; border: 0; background: #fff; padding: 1rem; border-radius: 16px; }
.product-image-modal .btn-close { position: absolute; right: 1rem; top: 1rem; z-index: 3; background-color: #fff; border-radius: 50%; padding: .65rem; opacity: 1; box-shadow: 0 2px 12px rgba(0,0,0,.14); }
.product-image-modal img { max-width: 100%; max-height: 86vh; object-fit: contain; margin: auto; }

/* Contact */
.contact-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 2rem; align-items: start; }
.contact-intro h1 { font-size: clamp(2.3rem, 4vw, 4rem); line-height: 1.03; margin: .5rem 0 1rem; }
.contact-intro > p { color: var(--pr-muted); font-size: 1.02rem; max-width: 600px; }
.contact-methods { display: grid; grid-template-columns: 1fr 1fr; gap: .7rem; margin: 1.5rem 0; }
.contact-methods a { display: flex; align-items: center; gap: .7rem; padding: .8rem; border: 1px solid var(--pr-line); border-radius: 12px; color: var(--pr-ink); }
.contact-methods a:hover { border-color: var(--pr-red); color: var(--pr-red); }
.contact-methods i { width: 34px; height: 34px; display: grid; place-items: center; background: var(--pr-red-soft); color: var(--pr-red); border-radius: 9px; }
.contact-methods span { font-weight: 750; font-size: .84rem; }
.contact-methods small { display: block; color: var(--pr-muted); font-size: .67rem; font-weight: 600; }
.contact-store-card { background: var(--pr-soft); border: 1px solid var(--pr-line); border-radius: 16px; padding: 1.2rem; color: #4a4f56; }
.contact-store-card h2 { font-size: 1.15rem; }
.contact-store-card address { font-style: normal; }
.contact-open { margin-bottom: 1rem; }
.contact-form-card { border: 1px solid var(--pr-line); border-radius: 20px; padding: 1.7rem; box-shadow: var(--pr-shadow); }
.contact-form-card h2 { margin: .25rem 0 1.4rem; }
.form-control, .form-select { border-color: #d8dce1; border-radius: 10px; }
.form-control:focus, .form-select:focus { border-color: var(--pr-red); box-shadow: 0 0 0 .2rem rgba(183,25,37,.1); }
.form-label { font-size: .82rem; font-weight: 750; }

/* Footer */
.site-footer { background: #17191d; color: #aeb3bb; padding-top: 3.5rem; }
.footer-main { display: grid; grid-template-columns: 1.45fr .8fr .9fr 1.15fr; gap: 2.3rem; padding-bottom: 2.5rem; }
.site-footer h2, .site-footer h3 { color: #fff; }
.footer-brand h2 { font-size: 1.35rem; }
.footer-brand p { font-size: .84rem; max-width: 450px; }
.footer-contact-list { display: flex; flex-direction: column; gap: .45rem; }
.footer-contact-list a { color: #d9dce1; font-size: .84rem; }
.footer-contact-list a:hover { color: #fff; }
.footer-contact-list i { color: #e77d85; width: 18px; }
.footer-column h3 { font-size: .82rem; text-transform: uppercase; letter-spacing: .08em; margin-bottom: .85rem; }
.footer-column ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: .42rem; }
.footer-column li, .footer-column a { color: #aeb3bb; font-size: .8rem; }
.footer-column a:hover { color: #fff; }
.footer-legal address { margin-top: 1rem; color: #858b94; font-size: .76rem; font-style: normal; }
.footer-hours { color: #858b94; font-size: .76rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; border-top: 1px solid #30343a; padding: 1.1rem 0 1.4rem; color: #7f858e; font-size: .72rem; }

/* Cookie consent */
.cookie-panel { position: fixed; z-index: 1200; left: 1rem; right: 1rem; bottom: 1rem; max-width: 960px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 1rem; background: #fff; border: 1px solid var(--pr-line); border-radius: 16px; box-shadow: 0 20px 70px rgba(0,0,0,.22); padding: 1rem 1.1rem; }
.cookie-copy strong { display: block; font-size: .88rem; }
.cookie-copy p { margin: .15rem 0 0; color: var(--pr-muted); font-size: .76rem; }
.cookie-copy p a { font-weight: 700; }
.cookie-actions { display: flex; gap: .5rem; flex: 0 0 auto; }
.cookie-actions .btn { font-size: .78rem; white-space: nowrap; }

/* Existing OpenCart generic pages remain usable */
.card { border-color: var(--pr-line); border-radius: 12px; }
.table { color: var(--pr-ink); }
.required .form-label::before, .required label::before { content: '* '; color: var(--pr-red); font-weight: 800; }

@media (max-width: 1199.98px) {
  .header-contact-grid { grid-template-columns: repeat(2, 1fr); }
  .header-contact-static { display: none; }
  .category-grid, .catalog-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-main { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-legal { grid-column: 1 / -1; }
}

@media (max-width: 991.98px) {
  .site-brandbar { padding: .85rem 0; }
  .brand-wrap { justify-content: center; }
  .header-contact-grid { margin-top: .5rem; }
  .site-nav .btn-pronty-light { margin-bottom: .8rem; }
  .category-mega-menu { width: 100%; box-shadow: none; border-radius: 10px; }
  .category-mega-grid { grid-template-columns: repeat(2, 1fr); }
  .header-search-strip > .container { grid-template-columns: 1fr; gap: .55rem; }
  .header-search-copy { display: none; }
  .hero-section { padding: 4rem 0; }
  .category-grid, .catalog-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid > div + div { border-left: 0; border-top: 1px solid var(--pr-line); }
  .help-cta-inner { align-items: flex-start; flex-direction: column; }
  .contact-layout { grid-template-columns: 1fr; }
  .product-main-image, .product-main-placeholder { height: 440px; }
}

@media (max-width: 767.98px) {
  .site-topbar > .container { justify-content: center !important; text-align: center; }
  .site-topbar-links { justify-content: center; gap: .8rem; }
  .brand-wrap { flex-direction: column; gap: .4rem; text-align: center; }
  .brand-copy { border-left: 0; border-top: 1px solid var(--pr-line); padding: .45rem 0 0; }
  .site-logo img { max-width: 225px; }
  .header-contact-grid { grid-template-columns: 1fr 1fr; }
  .header-contact { padding: .55rem; }
  .header-contact span { font-size: .74rem; }
  .header-contact > i { display: none; }
  .pronty-search-form button { padding: 0 .8rem; font-size: .8rem; }
  .hero-section h1 { font-size: 2.75rem; }
  .hero-search { grid-template-columns: auto 1fr; padding: .55rem .8rem; }
  .hero-search button { grid-column: 1 / -1; width: 100%; }
  .category-grid, .catalog-grid { grid-template-columns: 1fr; }
  .category-card { min-height: auto; }
  .catalog-card { display: grid; grid-template-columns: 132px 1fr; }
  .catalog-card-media { height: 100%; min-height: 190px; }
  .catalog-card-body { padding: .85rem; }
  .catalog-card p { display: none; }
  .catalog-card-actions .btn { width: auto; }
  .catalog-page-header { padding: 1.2rem; }
  .catalog-page-icon { width: 48px; height: 48px; border-radius: 13px; }
  .product-main-image, .product-main-placeholder { height: 360px; }
  .product-info-card { padding: 1.25rem; }
  .product-actions { flex-direction: column; }
  .product-actions .btn { width: 100%; }
  .contact-methods { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 1.6rem; }
  .footer-brand, .footer-legal { grid-column: 1 / -1; }
  .cookie-panel { flex-direction: column; align-items: stretch; }
  .cookie-actions { justify-content: stretch; }
  .cookie-actions .btn { flex: 1; }
}

@media (max-width: 479.98px) {
  .header-contact-grid { display: none; }
  .site-topbar { font-size: .72rem; }
  .category-mega-grid { grid-template-columns: 1fr; }
  .hero-section { padding: 3.2rem 0; }
  .hero-section h1 { font-size: 2.35rem; }
  .hero-panel { padding: 1.35rem; }
  .section-pad { padding: 3.2rem 0; }
  .catalog-card { grid-template-columns: 105px 1fr; }
  .catalog-card-media { min-height: 165px; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-brand, .footer-legal { grid-column: auto; }
}

/* V3: override legacy OpenCart stylesheet.scss output. */
html, body { width: 100%; min-height: 100%; height: auto; }
body { position: static; }
#container { position: static !important; width: 100%; min-height: 100vh; margin: 0 !important; padding: 0 !important; }
#main-content { display: block; min-height: 45vh; padding: 0 !important; margin: 0 !important; }
#content, #column-left, #column-right { padding-bottom: 0 !important; }
.site-header, .site-footer, .hero-section, .section-pad, .trust-strip, .help-cta, .page-shell { width: 100%; }
.site-header .container, #main-content > .container, .site-footer .container,
.hero-section .container, .section-pad .container, .trust-strip .container, .help-cta .container, .page-shell .container {
  max-width: 1320px;
}
/* Prevent generic legacy OpenCart rules from deforming our catalogue. */
.site-header ul, .site-footer ul { margin-bottom: 0; }
.catalog-card .btn, .product-actions .btn, .hero-actions .btn, .help-cta .btn, .cookie-panel .btn { height: auto; }
.product-page .row { margin-top: 0; }
.product-description { overflow-wrap: anywhere; }
.product-description table { width: 100% !important; max-width: 100%; }
.product-description iframe { max-width: 100%; }
.product-main-placeholder strong { color: var(--pr-ink); font-size: 1.05rem; }
.product-main-placeholder span { max-width: 320px; padding: 0 1rem; text-align: center; font-size: .82rem; }
.product-description-wrap { border-top: 1px solid var(--pr-line); padding-top: 1.2rem; }
.product-section-label { margin-bottom: .55rem; color: var(--pr-muted); font-size: .68rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.product-description-wrap .product-description { border-top: 0; padding-top: 0; }

/* V4: neutralise legacy OpenCart absolute footer positioning. */
.site-footer {
  position: static !important;
  inset: auto !important;
  bottom: auto !important;
  margin-top: auto;
  border: 0 !important;
  flex: 0 0 auto;
}
#main-content { flex: 1 0 auto; }

/* V6: legacy OpenCart descriptions contain trusted CKEditor HTML. */
.product-description > :first-child { margin-top: 0; }
.product-description > :last-child { margin-bottom: 0; }
.product-description p { margin: 0 0 .8rem; }
.product-description ul, .product-description ol { padding-left: 1.25rem; margin: .65rem 0 1rem; }
.product-description h1, .product-description h2, .product-description h3, .product-description h4 { margin: 1.1rem 0 .55rem; font-size: 1.05rem; }
.product-description a { color: var(--pr-red); text-decoration: underline; text-underline-offset: 2px; }
