body {
  width: 100%;
  height: 100%;
}
#column-right { display: none !important; }
#column-left { display: none !important; }
h1, h2, h3, h4, h5, h6 {
  color: #444;
}
legend {
  padding: 7px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
label {
  font-size: 12px;
  font-weight: normal;
}
/* Chrome border line */
button:focus {
  outline: none !important;
}
/* container */
#container {
  width: 100%;
}
#alert {
  z-index: 9999;
  position: fixed;
  top: 30%;
  left: 50%;
  width: 400px;
  margin-left: -200px;
}
@media (min-width: 992px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
@media (min-width: 1140px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
@media (min-width: 1320px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
#alert .alert {
  margin-bottom: 15px;
}
#alert .alert-primary {
  box-shadow: 0 0 0 5px rgb(var(--bs-primary-rgb), 0.1);
}
#alert .alert-secondary {
  box-shadow: 0 0 0 5px rgb(var(--bs-secondary-rgb), 0.1);
}
#alert .alert-success {
  box-shadow: 0 0 0 5px rgb(var(--bs-success-rgb), 0.1);
}
#alert .alert-warning {
  box-shadow: 0 0 0 5px rgb(var(--bs-warning-rgb), 0.1);
}
#alert .alert-danger {
  box-shadow: 0 0 0 5px rgb(var(--bs-danger-rgb), 0.1);
}
#alert .alert-info {
  box-shadow: 0 0 0 5px rgb(var(--bs-info-rgb), 0.1);
}
#alert .alert-light {
  box-shadow: 0 0 0 5px rgb(var(--bs-light-rgb), 0.1);
}
#alert .alert-dark {
  box-shadow: 0 0 0 5px rgb(var(--bs-dark-rgb), 0.1);
}
/* top */
#top {
  background-color: #0D47A1;
  border-bottom: 3px solid #0D47A1;
  margin-bottom: 0;
  position: relative;
  padding-bottom: 5px;
}
/* header row (logo + search + cart) */
header {
  padding: 20px 0 15px;
  border-bottom: 3px solid #1565C0;
  margin-bottom: 25px;
}
/* homepage: no gap between header and hero */
body.sl-homepage header {
  margin-bottom: 0;
  border-bottom: none;
}
#top ul.list-inline {
  margin-bottom: 0;
}
#top .list-inline-item > a, #top .list-inline-item .dropdown > a {
  font-size: 1.1em;
  color: var(--bs-gray-600);
  line-height: 40px;
  vertical-align: middle;
  padding: 10px 0px 5px 0px;
}
/* logo */
#logo {
  text-align: center;
  margin: 7px 0 7px 0;
}
#logo img {
  max-width: 200px;
}
@media (min-width: 768px) {
  #logo {
    text-align: left;
  }
}
/* search */
#search {
  margin-bottom: 10px;
}
#search .form-control-lg {
  height: 40px;
  font-size: 12px;
  line-height: 20px;
  padding: 0 10px;
}
#search .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 0.57rem 35px;
  text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
  margin-bottom: 10px;
}
#cart .img-thumbnail {
  min-width: 100px;
}
#cart .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 14px 35px;
}
#cart .dropdown-menu {
  background: #eee;
}
#cart .dropdown-menu li {
  min-width: 300px;
}
@media (max-width: 768px) {
  #cart .dropdown-menu li {
    min-width: 100%;
  }
}
/* menu */
#menu {
  background: #1565C0;
  border: none;
  min-height: 40px;
  border-radius: 0;
  padding: 0 1rem;
  margin-bottom: 0;
}
/* hide menu on homepage — hero starts right after header */
body.sl-homepage #menu {
  display: none;
}
#menu .navbar-nav > li > a {
  color: #fff;
  font-size: 0.9em;
  font-weight: 600;
  padding: 10px 15px;
  background-color: transparent;
}
#menu .navbar-nav > li > a:hover {
  background-color: rgba(0, 0, 0, 0.15);
}
#menu .dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#menu .dropdown-inner {
  display: flex;
  flex-direction: column;
}
#menu .dropdown-inner ul {
  width: 100%;
  min-width: 200px;
}
@media (min-width: 960px) {
  #menu .dropdown:hover .dropdown-menu {
    display: block;
  }
  #menu .dropdown-inner {
    flex-direction: row;
  }
  #menu .nav-item + .nav-item + .nav-item .dropdown-column-3 {
    left: -200px;
  }
  #menu .nav-item + .nav-item + .nav-item .dropdown-column-4 {
    left: -400px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-2 {
    left: -200px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-3 {
    left: -400px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-4 {
    left: -600px;
  }
}
#category {
  float: left;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .navbar-toggler i {
  color: #fff;
  border-color: #fff;
  font-size: 0.9em;
}
/* default boostrap changes */
div.required .col-form-label:before, div.required .form-label:before {
  content: "* ";
  color: #F00;
  font-weight: bold;
}
.form-switch-lg {
  font-size: 20px;
  min-height: 30px;
  line-height: 30px;
}
.nav-tabs {
  margin-bottom: 15px;
}
.form-check .form-check-input {
  margin-top: 0.25rem;
}
@media (min-width: 768px) {
  .col-form-label {
    text-align: right;
  }
}
/* breadcrumb */
.breadcrumb {
  margin: 0 0 20px 0;
  padding: 8px 0;
  border: 1px solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  background-color: var(--bs-tertiary-bg);
}
.breadcrumb i {
  font-size: 15px;
}
.breadcrumb > li.breadcrumb-item {
  text-shadow: 0 1px 0 #FFF;
  padding: 0 20px;
  position: relative;
  white-space: nowrap;
}
.breadcrumb > li.breadcrumb-item > a {
  text-decoration: none;
}
.breadcrumb > li.breadcrumb-item:after {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  right: -5px;
  width: 26px;
  height: 26px;
  border-right: 1px solid var(--bs-border-color);
  border-bottom: 1px solid var(--bs-border-color);
  transform: rotate(-45deg);
}
.breadcrumb > li.breadcrumb-item + li:before {
  content: "";
  padding: 0;
}
.product-thumb {
  border: 1px solid #ddd;
  position: relative;
  height: 100%;
}
.product-thumb .image {
  text-align: center;
}
.product-thumb .image a:hover {
  opacity: 0.8;
}
.product-thumb .description {
  padding: 15px;
  margin-bottom: 45px;
}
.product-thumb .description h4 {
  font-weight: bold;
}
.product-thumb .button {
  display: flex;
  position: absolute;
  width: 100%;
  bottom: 0;
}
.product-thumb .button button {
  width: 33.33%;
  border: none;
  border-top: 1px solid var(--bs-border-color);
  background-color: var(--bs-tertiary-bg);
  color: var(--bs-gray-600);
  line-height: 38px;
  text-align: center;
}
.product-thumb .button button:hover {
  color: var(--bs-gray-600);
  background-color: #ddd;
  text-decoration: none;
  cursor: pointer;
}
.product-thumb .button button + button {
  border-left: 1px solid var(--bs-border-color);
}
@media (min-width: 960px) {
  .product-list .product-thumb {
    display: flex;
  }
  .product-list .product-thumb .image {
    flex-direction: column;
    margin-bottom: 0px;
  }
  .product-list .product-thumb .content {
    flex-direction: column;
    flex: 75%;
    position: relative;
  }
  .product-list .product-thumb .button {
    border-left: 1px solid #ddd;
    width: calc(100% -  15px);
    margin-left: 15px;
  }
}
.rating .fa-stack {
  width: 20px;
}
.rating .fa-star {
  color: #999;
  font-size: 15px;
}
.rating .fa-star {
  color: #FC0;
  font-size: 15px;
}
.rating .fa-star + .fa-star {
  color: #E69500;
}
/* product list */
.price {
  color: #444;
}
.price-new {
  font-weight: 600;
}
.price-old {
  color: #dc512c;
  text-decoration: line-through;
}
.price-tax {
  color: #999;
  font-size: 12px;
  display: block;
}
/* blog */
.blog-thumb {
  border: 1px solid #ddd;
  margin-bottom: 15px;
}
.blog-thumb h4 {
  font-weight: bold;
}
.blog-thumb .image {
  text-align: center;
  margin-bottom: 15px;
}
.blog-thumb .image a:hover {
  opacity: 0.8;
}
.blog-thumb .description {
  padding: 15px;
}
/* Theme Custom CSS */
#cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  z-index: 9999;
  opacity: 0.95;
  color: #ecf0f1;
  background: #343a40;
}
#cookie div {
  font-size: 16px;
  color: #FFFFFF;
}

/* ============================================
   STICKYLABELS BRAND OVERRIDES
   Primary: #1565C0 (blue)  Accent: #2E7D32 (green)
   Reference: stickylabels.store
   ============================================ */
:root {
  --sl-blue:      #1565C0;
  --sl-blue-dark: #0D47A1;
  --sl-green:     #2E7D32;
  --sl-green-dark:#1B5E20;
  --sl-white:     #ffffff;
  --sl-light:     #f5f8ff;
}

/* ── Top bar ── */
#top {
  background-color: var(--sl-blue-dark);
  border-bottom: none;
  font-size: 0.78em;
  font-weight: 500;
  letter-spacing: 0.3px;
  padding: 4px 0;
}
#top .container > .row { align-items: center; }
#top a,
#top a:link,
#top a:visited,
#top span,
#top li,
#top .list-inline-item {
  color: rgba(255,255,255,0.9) !important;
  text-decoration: none;
  transition: color 0.15s;
  white-space: nowrap;
}
#top a:hover { color: #fff !important; }
#top .list-inline { margin: 0; }
#top .list-inline-item {
  margin: 0;
  padding: 0 10px;
  color: rgba(255,255,255,0.85);
  border-right: 1px solid rgba(255,255,255,0.2);
  line-height: 1.2;
}
#top .list-inline-item:last-child { border-right: none; }
#top .dropdown-toggle {
  color: rgba(255,255,255,0.85) !important;
  background: none;
  border: none;
}
#top .dropdown-menu {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.12);
  font-size: 0.9em;
  min-width: 130px;
}
#top .dropdown-menu a { color: #333 !important; }
#top .dropdown-menu a:hover { color: var(--sl-blue) !important; background: var(--sl-light); }
#top i.fa-solid { margin-right: 3px; }

/* ── Header / Logo area ── */
header {
  background: var(--sl-white);
  border-bottom: 2px solid var(--sl-blue);
  padding: 15px 0;
}
#logo img { max-height: 80px; }

/* ── Navigation — white bg, blue text like reference ── */
nav.navbar, #menu {
  background-color: var(--sl-white) !important;
  border-bottom: 3px solid var(--sl-blue);
}
#menu .nav-link, #menu > ul > li > a {
  color: #333 !important;
  font-weight: 600;
  font-size: 0.95em;
}
#menu .nav-link:hover, #menu > ul > li > a:hover { color: var(--sl-blue) !important; }
#menu .dropdown-menu { background-color: var(--sl-white); border: 1px solid #e0e0e0; border-radius: 4px; box-shadow: 0 4px 12px rgba(0,0,0,0.1); }
#menu .dropdown-item { color: #333 !important; }
#menu .dropdown-item:hover { background-color: var(--sl-light); color: var(--sl-blue) !important; }

/* ── Buttons — green like "Order Here" on reference ── */
.btn-primary, .btn-primary:visited {
  background-color: var(--sl-green) !important;
  border-color: var(--sl-green) !important;
  color: var(--sl-white) !important;
  font-weight: 700;
  border-radius: 25px;
  padding: 10px 24px;
}
.btn-primary:hover {
  background-color: var(--sl-green-dark) !important;
  border-color: var(--sl-green-dark) !important;
}

/* ── Cart button — keep blue ── */
#cart .btn {
  background-color: var(--sl-blue) !important;
  border-color: var(--sl-blue) !important;
  color: #fff !important;
  border-radius: 25px;
  font-weight: 600;
}
#cart .btn:hover { background-color: var(--sl-blue-dark) !important; }

/* ── Product cards ── */
.product-thumb { border: 1px solid #e0e8f5; border-radius: 8px; transition: box-shadow 0.2s; overflow: hidden; }
.product-thumb:hover { box-shadow: 0 4px 20px rgba(21,101,192,0.15); }
.product-thumb .caption h4 a { color: #222; font-weight: 600; }
.product-thumb .caption h4 a:hover { color: var(--sl-blue); }
.product-thumb .price { color: var(--sl-blue); font-weight: 700; font-size: 1.1em; }

/* ── Headings ── */
h1, h2 { color: var(--sl-blue); }
h3, h4 { color: #333; }

/* ── Links ── */
a { color: var(--sl-blue); }
a:hover { color: var(--sl-blue-dark); }

/* ── Breadcrumb ── */
#content .breadcrumb-item a { color: var(--sl-blue); }

/* ── Pagination ── */
.pagination .page-link { color: var(--sl-blue); }
.pagination .page-item.active .page-link { background-color: var(--sl-blue); border-color: var(--sl-blue); }

/* ── Alerts ── */
.alert-info { border-left: 4px solid var(--sl-blue); background: var(--sl-light); }
.alert-success { border-left: 4px solid var(--sl-green); }

/* ── Footer — blue like reference ── */
footer {
  background-color: var(--sl-blue);
  color: var(--sl-white);
  padding: 40px 0 20px;
  margin-top: 50px;
}
footer a { color: #cce0ff; text-decoration: none; }
footer a:hover { color: var(--sl-white); }
footer h5 {
  color: var(--sl-white);
  font-weight: 700;
  border-bottom: 1px solid rgba(255,255,255,0.25);
  padding-bottom: 10px;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 0.9em;
  letter-spacing: 0.5px;
}
footer p { color: rgba(255,255,255,0.8); font-size: 0.9em; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.2);
  padding-top: 15px;
  margin-top: 20px;
  color: rgba(255,255,255,0.7);
  font-size: 0.85em;
}

/* ── Hero Banner ── */
.sl-hero {
  background-color: var(--sl-blue);
  padding: 60px 0 40px;
  color: var(--sl-white);
}
.sl-tagline {
  color: #cce0ff;
  font-size: 0.82em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 12px;
}
.sl-hero h1 {
  color: var(--sl-white);
  font-size: 2.4em;
  font-weight: 800;
  margin-bottom: 20px;
  line-height: 1.2;
}
.sl-hero-features {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}
.sl-hero-features li {
  color: var(--sl-white);
  font-size: 1.05em;
  font-weight: 500;
  padding: 4px 0;
}
.sl-hero-features li::before {
  content: "✓ ";
  color: var(--sl-green);
  font-weight: 700;
}
.sl-btn-order {
  display: inline-block;
  background-color: var(--sl-green);
  color: var(--sl-white) !important;
  font-weight: 700;
  font-size: 1em;
  padding: 14px 36px;
  border-radius: 30px;
  text-decoration: none !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: background 0.2s;
  margin-bottom: 20px;
}
.sl-btn-order:hover {
  background-color: var(--sl-green-dark);
  color: var(--sl-white) !important;
}
.sl-hero-price {
  color: rgba(255,255,255,0.9);
  font-size: 1em;
  margin-top: 5px;
}
.sl-hero-price strong { color: var(--sl-white); font-size: 1.1em; }
.sl-hero-image img { max-height: 380px; object-fit: contain; }

/* ── Section tag (small uppercase label above headings) ── */
.sl-section-tag {
  text-align: center;
  color: var(--sl-blue);
  font-size: 0.78em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 25px;
}

/* ── Stats section ── */
.sl-stats {
  padding: 60px 0 40px;
  background: #fff;
}
.sl-stats-card {
  background: #fff;
  border: 1px solid #e8edf5;
  border-radius: 12px;
  padding: 40px 20px;
  box-shadow: 0 2px 20px rgba(0,0,0,0.06);
}
.sl-stat-item { padding: 20px 10px; }
.sl-stat-number {
  font-size: 2.8em;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 10px;
}
.sl-stat-label {
  color: #555;
  font-size: 0.9em;
}

/* ── Premium companies section ── */
.sl-companies {
  padding: 60px 0;
  background: #fff;
}
.sl-companies-heading {
  color: #1a1a2e;
  font-size: 2em;
  font-weight: 800;
  text-align: center;
  max-width: 700px;
  margin: 0 auto 50px;
  line-height: 1.3;
}
.sl-logos-grid { row-gap: 30px; }
.sl-logo-item {
  text-align: center;
  padding: 15px 25px;
}
.sl-logo-item img {
  max-height: 70px;
  max-width: 140px;
  object-fit: contain;
  filter: grayscale(0%);
  transition: transform 0.2s;
}
.sl-logo-item img:hover { transform: scale(1.05); }

/* ── Typography — Open Sans + Poppins (matching stickylabels.store) ── */
body {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7em;
  color: #333;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 700;
  line-height: 1.4em;
  color: #1a1a2e;
}
h1 { font-size: 26px; }
h2 { font-size: 23px; }
h3 { font-size: 18px; }
h4 { font-size: 18px; }

/* Nav */
#menu .nav-link, #menu > ul > li > a { font-size: 16px; font-weight: 600; }

/* Buttons — Poppins */
.btn, .btn-primary, .sl-btn-order {
  font-family: 'Poppins', Helvetica, Arial, sans-serif !important;
  font-size: 16px;
  font-weight: 700;
}

/* Hero overrides */
.sl-hero h1 { font-size: 2.4em; font-weight: 800; line-height: 1.2em; color: #fff; }
.sl-tagline { font-size: 0.78em; font-weight: 700; letter-spacing: 2px; }
.sl-hero-features li { font-size: 1em; font-weight: 500; }

/* Section headings */
.sl-companies-heading { font-size: 2em; font-weight: 800; line-height: 1.3em; color: #1a1a2e; }
.sl-section-tag { font-size: 0.78em; font-weight: 700; letter-spacing: 2px; }

/* Stats numbers */
.sl-stat-number { font-family: 'Poppins', sans-serif; font-weight: 800; }
.sl-stat-label { font-size: 0.85em; font-weight: 500; color: #555; }

/* Footer */
footer { font-size: 14px; }
footer h5 { font-size: 13px; font-weight: 700; }

/* ── Testimonials section ── */
.sl-testimonials {
  background-color: #ebebeb;
  padding: 80px 0;
}
.sl-testimonials .sl-section-tag {
  color: #1565C0;
  text-align: center;
  display: block;
  margin-bottom: 18px;
}
.sl-testimonials-heading {
  text-align: center;
  font-size: 2.2em;
  font-weight: 800;
  color: #1a1a2e;
  max-width: 750px;
  margin: 0 auto 50px;
  line-height: 1.25em;
}
.sl-testimonial-card {
  background: #fff;
  border-radius: 12px;
  padding: 60px 80px;
  max-width: 1000px;
  margin: 0 auto;
  box-shadow: 0 4px 30px rgba(0,0,0,0.07);
  text-align: center;
}
.sl-testimonial-quote {
  font-style: italic;
  font-size: 1.15em;
  color: #333;
  line-height: 1.85em;
  margin-bottom: 40px;
}
.sl-testimonial-company {
  font-weight: 700;
  font-size: 1em;
  color: #1a1a2e;
  margin: 0;
  padding-top: 20px;
  border-top: 1px solid #e0e0e0;
  display: inline-block;
}
@media (max-width: 767px) {
  .sl-testimonial-card { padding: 40px 25px; }
  .sl-testimonials-heading { font-size: 1.5em; }
}

/* ── Prescribed Consumables section ── */
.sl-prescribed {
  background: #fff;
  padding: 80px 0;
  text-align: center;
}
.sl-prescribed-heading {
  color: #2E7D32;
  font-size: 2em;
  font-weight: 800;
  line-height: 1.25em;
  max-width: 850px;
  margin: 0 auto 35px;
  text-transform: uppercase;
}
.sl-prescribed-body {
  color: #444;
  font-size: 1em;
  font-weight: 400;
  max-width: 700px;
  margin: 0 auto 18px;
  line-height: 1.8em;
}
.sl-prescribed-quote {
  color: #2E7D32;
  font-size: 1.7em;
  font-weight: 700;
  font-style: italic;
  line-height: 1.35em;
  max-width: 850px;
  margin: 40px auto 30px;
  border: none;
  padding: 0;
}
.sl-prescribed-categories {
  color: #888;
  font-size: 0.95em;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0;
}
@media (max-width: 767px) {
  .sl-prescribed-heading { font-size: 1.4em; }
  .sl-prescribed-quote { font-size: 1.2em; }
}

/* ── Certified & Tested section ── */
.sl-certified {
  background: #f7f7f7;
  padding: 80px 0;
  text-align: center;
}
.sl-certified-heading {
  color: #1a1a2e;
  font-size: 2.2em;
  font-weight: 800;
  margin-bottom: 35px;
}
.sl-certified-body {
  color: #555;
  font-size: 1em;
  line-height: 1.8em;
  max-width: 750px;
  margin: 0 auto 20px;
}
.sl-certified-highlight {
  color: #1a1a2e;
  font-size: 1em;
  font-weight: 800;
  max-width: 750px;
  margin: 30px auto;
  line-height: 1.6em;
}
@media (max-width: 767px) {
  .sl-certified-heading { font-size: 1.6em; }
}

/* ── Label Features section ── */
.sl-features {
  background: #fff;
  padding: 80px 0;
  text-align: center;
}
.sl-features-heading {
  color: #1a1a2e;
  font-size: 2em;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 50px;
}
.sl-features-grid {
  text-align: left;
  row-gap: 40px;
}
.sl-feature-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 0 25px 0 10px;
}
.sl-feature-icon {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border: 2px solid #1565C0;
  color: #1565C0;
  font-size: 1.2em;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  margin-top: 2px;
}
.sl-feature-title {
  font-size: 0.85em;
  font-weight: 800;
  color: #1a1a2e;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
}
.sl-feature-body {
  font-size: 0.9em;
  color: #555;
  line-height: 1.7em;
  margin: 0;
}
@media (max-width: 767px) {
  .sl-features-heading { font-size: 1.4em; }
  .sl-feature-item { padding: 0 10px; }
}

/* ── Printer section ── */
.sl-printer {
  background: #f7f7f7;
  padding: 80px 0;
}
.sl-printer-main-heading {
  color: #1a1a2e;
  font-size: 2.2em;
  font-weight: 800;
  text-align: center;
  margin-bottom: 50px;
}
.sl-printer-row {
  margin-bottom: 60px;
}
.sl-printer-img {
  max-width: 320px;
  margin-bottom: 20px;
}
.sl-printer-caption {
  color: #1565C0;
  font-size: 0.85em;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 1.6em;
  margin-bottom: 20px;
}
.sl-btn-enquire {
  display: inline-block;
  background: #1565C0;
  color: #fff !important;
  font-size: 1em;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 16px 40px;
  border-radius: 4px;
  text-decoration: none;
  margin-bottom: 20px;
}
.sl-btn-enquire:hover {
  background: #0D47A1;
  color: #fff !important;
  text-decoration: none;
}
.sl-printer-contact-label {
  color: #444;
  font-size: 0.9em;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 10px 0 4px;
}
.sl-printer-phone {
  color: #1a1a2e;
  font-size: 1.4em;
  font-weight: 800;
  margin: 0;
}
.sl-printer-heading {
  color: #1a1a2e;
  font-size: 1.8em;
  font-weight: 800;
  margin-bottom: 20px;
}
.sl-printer-body {
  color: #555;
  font-size: 0.95em;
  line-height: 1.8em;
  margin-bottom: 16px;
}
.sl-printer-icons {
  border-top: 1px solid #e0e0e0;
  padding-top: 40px;
  row-gap: 30px;
}
.sl-printer-icon-block {
  display: flex;
  align-items: flex-start;
  gap: 18px;
}
.sl-printer-icon-wrap {
  font-size: 2em;
  color: #1565C0;
  flex-shrink: 0;
  margin-top: 2px;
}
.sl-printer-icon-title {
  color: #1a1a2e;
  font-size: 0.9em;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}
.sl-printer-icon-body {
  color: #555;
  font-size: 0.9em;
  line-height: 1.7em;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .sl-printer-main-heading { font-size: 1.6em; }
  .sl-printer-heading { font-size: 1.4em; }
  .sl-printer-right { margin-top: 30px; }
}

/* ── Video section ── */
.sl-video {
  background: #fff;
  padding: 70px 0;
  text-align: center;
}
.sl-video-heading {
  color: #1a1a2e;
  font-size: 2.2em;
  font-weight: 800;
  margin-bottom: 35px;
}
.sl-video-frame {
  background: #111;
  border-radius: 16px;
  overflow: hidden;
  max-width: 900px;
  margin: 0 auto;
  padding: 30px 30px 0;
}
.sl-video-player {
  width: 100%;
  display: block;
  border-radius: 4px 4px 0 0;
}

/* ── FAQ section ── */
.sl-faq {
  background: #f7f7f7;
  padding: 80px 0;
}
.sl-faq-left {
  padding-right: 40px;
}
.sl-faq-heading {
  color: #1a1a2e;
  font-size: 1.9em;
  font-weight: 800;
  line-height: 1.25em;
  margin-bottom: 15px;
}
.sl-faq-rule {
  width: 40px;
  height: 3px;
  background: #1565C0;
  margin-bottom: 25px;
}
.sl-faq-col {
  padding: 0 15px;
}
.sl-faq-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 30px;
}
.sl-faq-icon {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  border: 2px solid #1565C0;
  color: #1565C0;
  font-size: 1em;
  font-weight: 800;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}
.sl-faq-q {
  color: #1a1a2e;
  font-size: 0.95em;
  font-weight: 800;
  line-height: 1.5em;
  margin-bottom: 10px;
}
.sl-faq-a {
  color: #555;
  font-size: 0.9em;
  line-height: 1.75em;
  margin-bottom: 12px;
}
.sl-faq-seal {
  max-width: 80px;
  margin-top: 10px;
  display: block;
}
.sl-btn-order-linerless {
  display: inline-block;
  background: #1565C0;
  color: #fff !important;
  font-size: 1.1em;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 20px 55px;
  border-radius: 50px;
  text-decoration: none;
}
.sl-btn-order-linerless:hover {
  background: #0D47A1;
  color: #fff !important;
  text-decoration: none;
}
@media (max-width: 767px) {
  .sl-faq-left { padding-right: 15px; margin-bottom: 30px; }
  .sl-faq-heading { font-size: 1.5em; }
  .sl-video-heading { font-size: 1.6em; }
  .sl-video-frame { padding: 15px 15px 0; }
}

/* ── Industry Specific section ── */
.sl-industry {
  background: #fff;
  padding: 60px 0;
  text-align: center;
}
.sl-industry-heading {
  color: #1a1a2e;
  font-size: 2.2em;
  font-weight: 800;
  margin-bottom: 40px;
}
.sl-industry-row {
  text-align: left;
  align-items: center;
  margin-bottom: 0;
  padding: 40px 0;
  border-bottom: 1px solid #e0e0e0;
}
.sl-industry-row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.sl-industry-row-reverse {
  flex-direction: row-reverse;
}
.sl-industry-text {
  padding-right: 40px;
}
.sl-industry-row-reverse .sl-industry-text {
  padding-right: 15px;
  padding-left: 40px;
}
.sl-industry-title {
  color: #1a1a2e;
  font-size: 1.6em;
  font-weight: 800;
  margin-bottom: 12px;
}
.sl-industry-body {
  color: #555;
  font-size: 0.92em;
  line-height: 1.75em;
  margin-bottom: 10px;
}
.sl-industry-list {
  list-style: disc;
  padding-left: 18px;
  margin-bottom: 20px;
  columns: 2;
}
.sl-industry-list li {
  color: #1565C0;
  font-size: 0.9em;
  font-weight: 700;
  line-height: 1.9em;
}
.sl-industry-img-wrap {
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.sl-industry-food-imgs {
  justify-content: flex-start;
}
.sl-industry-img {
  max-width: 280px;
  width: 100%;
}
.sl-btn-industry {
  display: inline-block;
  background: #1565C0;
  color: #fff !important;
  font-size: 0.88em;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  margin-top: 8px;
}
.sl-btn-industry:hover {
  background: #0D47A1;
  color: #fff !important;
  text-decoration: none;
}
.sl-industry-btn-row {
  padding: 20px 0 10px;
}
.sl-btn-industry-full {
  display: block;
  width: 100%;
  background: #1565C0;
  color: #fff !important;
  font-size: 1em;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 20px 30px;
  border-radius: 50px;
  text-decoration: none;
  text-align: center;
}
.sl-btn-industry-full:hover {
  background: #0D47A1;
  color: #fff !important;
  text-decoration: none;
}
@media (max-width: 767px) {
  .sl-industry-heading { font-size: 1.6em; }
  .sl-industry-title { font-size: 1.3em; }
  .sl-industry-row-reverse { flex-direction: column; }
  .sl-industry-text { padding-right: 15px !important; padding-left: 15px !important; }
  .sl-industry-img-wrap { margin-bottom: 15px; }
  .sl-industry-list { columns: 1; }
}

/* ── Product listing & cards ── */
#product-category,
#product-search,
#product-special,
#product-manufacturer-info {
  padding-top: 20px;
}
.product-thumb {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.2s;
}
.product-thumb:hover {
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}
.product-thumb .image {
  background: #f9f9f9;
  padding: 20px;
  text-align: center;
}
.product-thumb .image img {
  max-height: 180px;
  width: auto;
  object-fit: contain;
}
.product-thumb .content {
  padding: 15px 15px 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 0;
}
.product-thumb .button {
  padding-bottom: 5px;
}
.product-thumb .description {
  flex: 1;
}
.product-thumb .description h4 {
  font-size: 0.95em;
  font-weight: 600;
  color: #1a1a2e;
  margin-bottom: 10px;
  line-height: 1.4em;
}
.product-thumb .description h4 a {
  color: #1a1a2e;
  text-decoration: none;
}
.product-thumb .description h4 a:hover {
  color: #1565C0;
}
.product-thumb .price {
  margin: 8px 0 15px;
}
.product-thumb .price-new {
  font-size: 1.15em;
  font-weight: 700;
  color: #1a1a2e;
}
.product-thumb .price-old {
  font-size: 0.85em;
  color: #999;
  text-decoration: line-through;
  margin-left: 6px;
}
.product-thumb .price-tax {
  font-size: 0.8em;
  color: #888;
  display: block;
  margin-top: 2px;
}
.product-thumb .button {
  display: flex;
  flex-direction: row;
  gap: 8px;
  margin-top: auto;
}
.product-thumb .button button:first-child {
  width: auto;
  background: #1565C0;
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: 8px 20px;
  font-size: 0.72em;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: background 0.2s;
}
.product-thumb .button button:first-child::before {
  content: 'ADD TO CART';
}
.product-thumb .button button:first-child i {
  display: none;
}
.product-thumb .button button:first-child:hover {
  background: #0D47A1;
}
.product-thumb .button button:not(:first-child) {
  display: none;
}
/* Sort/limit controls */
#input-sort, #input-limit {
  border-radius: 6px;
  font-size: 0.9em;
}
/* Pagination */
.pagination .page-link {
  color: #1565C0;
}
.pagination .page-item.active .page-link {
  background: #1565C0;
  border-color: #1565C0;
}

/* ── Contact Form section ── */
.sl-contact {
  background: #f7f7f7;
  padding: 70px 0;
  text-align: center;
}
.sl-contact-heading {
  color: #1a1a2e;
  font-size: 2.2em;
  font-weight: 800;
  margin-bottom: 40px;
}
.sl-contact-form {
  max-width: 900px;
  margin: 0 auto;
}
.sl-contact-field {
  margin-bottom: 16px;
}
.sl-contact-row {
  margin-bottom: 16px;
}
.sl-contact-row .col-12 {
  padding-left: 8px;
  padding-right: 8px;
}
.sl-contact-input {
  width: 100%;
  background: #ebebeb;
  border: none;
  border-radius: 6px;
  padding: 18px 20px;
  font-size: 0.95em;
  color: #444;
  outline: none;
  box-sizing: border-box;
}
.sl-contact-input::placeholder {
  color: #888;
}
.sl-contact-input:focus {
  background: #e0e0e0;
}
.sl-contact-textarea {
  resize: vertical;
  min-height: 140px;
}
.sl-btn-contact {
  background: #1565C0;
  color: #fff;
  font-size: 1em;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 16px 60px;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 10px;
}
.sl-btn-contact:hover {
  background: #0D47A1;
}
@media (max-width: 767px) {
  .sl-contact-heading { font-size: 1.6em; }
  .sl-contact-row .col-12 { margin-bottom: 16px; }
}
