
.pulse-v3-homepage,
.pulse-v3-homepage * { box-sizing: border-box; }

.pulse-v3-homepage {
  --blue: #0874c9;
  --navy: #0b2942;
  --lime: #a8e600;
  --text: #15324b;
  --muted: #60778c;
  --line: #dce7ef;
  --soft: #f4f9fc;
  color: var(--text);
  font-family: inherit;
  background: #fff;
}

.pulse-v3-homepage a { text-decoration: none; }
.pulse-v3-container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }

.pulse-v3-topbar {
  overflow: hidden;
  white-space: nowrap;
  background: var(--blue);
  color: #fff;
  min-height: 40px;
  display: flex;
  align-items: center;
}
.pulse-v3-topbar-track {
  display: inline-flex;
  min-width: 200%;
  justify-content: space-around;
  gap: 70px;
  font-weight: 700;
  animation: pulse-v3-scroll 26s linear infinite;
}
@keyframes pulse-v3-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.pulse-v3-header { background: #fff; border-bottom: 1px solid #eef3f6; }
.pulse-v3-header-inner {
  min-height: 108px;
  display: grid;
  grid-template-columns: 280px 1fr auto;
  align-items: center;
  gap: 30px;
}
.pulse-v3-logo { display: inline-flex; align-items: center; }
.pulse-v3-logo-image { max-width: 240px; max-height: 82px; width: auto; height: auto; object-fit: contain; }
.pulse-v3-logo-text { font-size: 28px; font-weight: 800; color: var(--navy); }

.pulse-v3-nav { display: flex; justify-content: flex-end; gap: 34px; flex-wrap: wrap; }
.pulse-v3-nav a { color: #182e43; font-weight: 700; text-transform: uppercase; font-size: 14px; }
.pulse-v3-nav a:hover, .pulse-v3-nav a.is-current { color: #58a600; }

.pulse-v3-header-actions { display: flex; align-items: center; gap: 20px; }
.pulse-v3-account { color: #111; font-size: 18px; }
.pulse-v3-mini-cart {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  height: 48px;
  border: 2px solid var(--blue);
  color: var(--blue);
}
.pulse-v3-mini-cart .pulse-v3-floating-count {
  position: absolute; right: -8px; top: -10px;
  width: 22px; height: 22px; border-radius: 50%;
  display: grid; place-items: center;
  background: var(--blue); color: #fff; font-size: 12px; font-weight: 800;
}

.pulse-v3-trustbar { background: var(--navy); color: #fff; }
.pulse-v3-trustbar .pulse-v3-container {
  min-height: 40px; display: flex; align-items: center; justify-content: center;
  gap: 46px; font-weight: 700; font-size: 13px;
}

.pulse-v3-hero { background: var(--soft); padding: 62px 0 58px; }
.pulse-v3-hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 62px; align-items: center; }
.pulse-v3-eyebrow { color: var(--blue); font-size: 14px; text-transform: uppercase; letter-spacing: .09em; font-weight: 800; }
.pulse-v3-hero-copy h1 {
  margin: 14px 0 18px; max-width: 620px;
  color: var(--navy); font-size: clamp(46px, 5vw, 72px); line-height: 1.05; font-weight: 500;
}
.pulse-v3-hero-copy p { max-width: 600px; color: var(--muted); font-size: 19px; line-height: 1.55; }
.pulse-v3-hero-actions { display: flex; gap: 14px; margin-top: 30px; flex-wrap: wrap; }
.pulse-v3-primary, .pulse-v3-secondary {
  padding: 14px 22px; border-radius: 5px; font-weight: 800;
}
.pulse-v3-primary { background: var(--blue); color: #fff; }
.pulse-v3-secondary { border: 1px solid #a9bdcc; color: var(--navy); background: #fff; }

.pulse-v3-carousel {
  position: relative; min-height: 470px; background: #fff; border: 1px solid var(--line);
  border-radius: 18px; overflow: hidden; box-shadow: 0 18px 45px rgba(16,47,74,.08);
}
.pulse-v3-slide { display: none; height: 100%; min-height: 470px; }
.pulse-v3-slide.is-active { display: grid; grid-template-rows: 1fr auto; }
.pulse-v3-slide-image { display: grid; place-items: center; padding: 30px; min-height: 325px; }
.pulse-v3-hero-product-image { max-height: 285px; width: auto; object-fit: contain; }
.pulse-v3-slide-copy { border-top: 1px solid var(--line); padding: 22px 24px 26px; }
.pulse-v3-slide-copy > span { color: var(--blue); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.pulse-v3-slide-copy h2 { margin: 7px 0; font-size: 22px; color: var(--navy); }
.pulse-v3-hero-price { margin-bottom: 10px; font-weight: 800; }
.pulse-v3-slide-copy a { color: var(--blue); font-weight: 800; }
.pulse-v3-arrow {
  position: absolute; top: 48%; width: 44px; height: 44px; border: 1px solid var(--line);
  border-radius: 50%; background: #fff; font-size: 30px; cursor: pointer;
}
.pulse-v3-prev { left: 12px; } .pulse-v3-next { right: 12px; }

.pulse-v3-section { padding: 72px 0; }
.pulse-v3-heading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 28px; }
.pulse-v3-heading span { color: var(--blue); text-transform: uppercase; font-size: 13px; font-weight: 800; letter-spacing: .08em; }
.pulse-v3-heading h2 { margin: 7px 0 0; color: var(--navy); font-size: 38px; }
.pulse-v3-heading > a { color: var(--blue); font-weight: 800; }

.pulse-v3-product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.pulse-v3-product-card { border: 1px solid var(--line); background: #fff; border-radius: 12px; overflow: hidden; }
.pulse-v3-product-image-link { display: grid; place-items: center; padding: 24px; min-height: 245px; background: #fbfdff; }
.pulse-v3-product-image { max-height: 200px; width: auto; object-fit: contain; }
.pulse-v3-product-copy { padding: 18px; }
.pulse-v3-stock { color: #39850c; font-size: 12px; font-weight: 800; text-transform: uppercase; }
.pulse-v3-product-copy h3 { font-size: 18px; line-height: 1.35; min-height: 48px; }
.pulse-v3-product-copy h3 a { color: var(--navy); }
.pulse-v3-price { font-weight: 800; margin: 10px 0 16px; }
.pulse-v3-product-actions { display: flex; justify-content: space-between; align-items: center; gap: 10px; }
.pulse-v3-details { color: var(--blue); font-weight: 700; font-size: 13px; }
.pulse-v3-cart-button { padding: 9px 12px !important; border-radius: 4px !important; background: var(--blue) !important; color: #fff !important; font-size: 13px !important; }

.pulse-v3-info { background: var(--navy); color: #fff; padding: 72px 0; }
.pulse-v3-info-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: start; }
.pulse-v3-info h2 { font-size: 42px; line-height: 1.12; margin: 12px 0 16px; color: #fff; }
.pulse-v3-info p { color: #c5d4df; font-size: 18px; }
.pulse-v3-info-links { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.pulse-v3-info-links a { padding: 20px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.14); color: #fff; border-radius: 8px; }
.pulse-v3-info-links strong, .pulse-v3-info-links span { display: block; }
.pulse-v3-info-links span { color: #bdd2e0; margin-top: 5px; font-size: 13px; }

.pulse-v3-floating-cart {
  position: fixed; right: 18px; bottom: 18px; z-index: 999;
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 20px; border-radius: 30px; background: var(--blue); color: #fff; font-weight: 800;
  box-shadow: 0 8px 25px rgba(0,0,0,.18);
}
.pulse-v3-empty { padding: 30px; color: var(--muted); }

@media (max-width: 980px) {
  .pulse-v3-header-inner { grid-template-columns: 1fr auto; }
  .pulse-v3-nav { grid-column: 1 / -1; justify-content: center; padding-bottom: 22px; gap: 20px; }
  .pulse-v3-hero-grid, .pulse-v3-info-grid { grid-template-columns: 1fr; }
  .pulse-v3-product-grid { grid-template-columns: repeat(2, 1fr); }
  .pulse-v3-trustbar .pulse-v3-container { flex-wrap: wrap; padding: 12px 0; gap: 16px 28px; }
}
@media (max-width: 620px) {
  .pulse-v3-container { width: min(100% - 24px, 1180px); }
  .pulse-v3-header-inner { min-height: 88px; }
  .pulse-v3-logo-image { max-width: 175px; max-height: 65px; }
  .pulse-v3-nav { display: grid; grid-template-columns: repeat(3, auto); font-size: 12px; }
  .pulse-v3-hero { padding: 38px 0; }
  .pulse-v3-hero-copy h1 { font-size: 43px; }
  .pulse-v3-product-grid, .pulse-v3-info-links { grid-template-columns: 1fr; }
  .pulse-v3-carousel, .pulse-v3-slide { min-height: 420px; }
  .pulse-v3-header-actions { gap: 10px; }
}


/* Pulse colour refinement — Version 3.1 */
.pulse-v3-topbar {
  background: linear-gradient(90deg, #0874c9 0%, #045ca8 100%);
  border-bottom: 4px solid var(--lime);
}

.pulse-v3-header {
  border-bottom: 1px solid #dce8ef;
}

.pulse-v3-nav a:hover,
.pulse-v3-nav a.is-current {
  color: #6ea900;
}

.pulse-v3-mini-cart {
  border-color: var(--blue);
  background: #ffffff;
}

.pulse-v3-mini-cart .pulse-v3-floating-count {
  background: var(--lime);
  color: var(--navy);
}

.pulse-v3-trustbar {
  background: var(--navy);
  border-bottom: 3px solid var(--lime);
}

.pulse-v3-trustbar span::before {
  content: "•";
  color: var(--lime);
  margin-right: 8px;
}

.pulse-v3-eyebrow,
.pulse-v3-heading span,
.pulse-v3-slide-copy > span {
  color: var(--blue);
}

.pulse-v3-primary {
  background: var(--blue);
  color: #fff;
  box-shadow: 0 8px 20px rgba(8, 116, 201, .20);
}

.pulse-v3-primary:hover {
  background: #045ca8;
  color: #fff;
}

.pulse-v3-secondary {
  background: var(--lime);
  border-color: var(--lime);
  color: var(--navy);
}

.pulse-v3-secondary:hover {
  background: #92cd00;
  color: var(--navy);
}

.pulse-v3-carousel {
  border-top: 5px solid var(--lime);
}

.pulse-v3-stock {
  color: #669b00;
}

.pulse-v3-product-card {
  border-top: 4px solid transparent;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.pulse-v3-product-card:hover {
  transform: translateY(-4px);
  border-top-color: var(--lime);
  box-shadow: 0 14px 30px rgba(11, 41, 66, .10);
}

.pulse-v3-cart-button {
  background: var(--blue) !important;
}

.pulse-v3-cart-button:hover {
  background: #045ca8 !important;
}

.pulse-v3-info {
  background: linear-gradient(135deg, var(--navy) 0%, #123d5d 100%);
  border-top: 5px solid var(--lime);
}

.pulse-v3-info-links a:hover {
  border-color: var(--lime);
}

.pulse-v3-floating-cart {
  background: var(--blue);
  border: 3px solid var(--lime);
}

.pulse-v3-floating-cart .pulse-v3-floating-count {
  background: var(--lime);
  color: var(--navy);
  min-width: 24px;
  height: 24px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  font-weight: 900;
}


/* Pulse polish update — Version 3.2 */
.pulse-v3-topbar-track {
  gap: 110px;
  padding-inline: 50px;
  font-size: 16px;
  letter-spacing: .01em;
}

.pulse-v3-header-inner {
  grid-template-columns: 320px 1fr auto;
  min-height: 118px;
}

.pulse-v3-logo-image {
  max-width: 275px;
  max-height: 92px;
}

.pulse-v3-nav {
  gap: 38px;
}

.pulse-v3-nav a.is-current,
.pulse-v3-nav a:hover {
  color: var(--lime);
}

.pulse-v3-account {
  font-size: 21px;
  line-height: 1;
}

.pulse-v3-carousel {
  display: flex;
  align-items: stretch;
}

.pulse-v3-slide.is-active {
  width: 100%;
}

.pulse-v3-slide-image {
  align-items: center;
  justify-content: center;
  min-height: 350px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.pulse-v3-hero-product-image {
  max-height: 300px;
}

.pulse-v3-primary {
  border: 2px solid var(--blue);
}

.pulse-v3-secondary {
  border: 2px solid var(--lime);
  font-weight: 900;
}

.pulse-v3-primary:hover,
.pulse-v3-secondary:hover {
  transform: translateY(-1px);
}

.pulse-v3-mini-cart,
.pulse-v3-floating-cart {
  transition: transform .2s ease, box-shadow .2s ease;
}

.pulse-v3-mini-cart:hover,
.pulse-v3-floating-cart:hover {
  transform: translateY(-2px);
}

@media (max-width: 980px) {
  .pulse-v3-header-inner {
    grid-template-columns: 1fr auto;
  }

  .pulse-v3-logo-image {
    max-width: 235px;
  }
}

@media (max-width: 620px) {
  .pulse-v3-topbar-track {
    gap: 60px;
    padding-inline: 25px;
    font-size: 14px;
  }

  .pulse-v3-logo-image {
    max-width: 190px;
  }
}


/* Clean custom footer — Version 3.3 */
.pulse-v3-custom-footer {
  background: #081f33;
  color: #ffffff;
  border-top: 4px solid var(--lime);
}

.pulse-v3-custom-footer-inner {
  padding: 44px 0 24px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 32px 60px;
  align-items: start;
}

.pulse-v3-footer-brand {
  max-width: 520px;
}

.pulse-v3-footer-logo {
  display: inline-flex;
  align-items: center;
  margin-bottom: 14px;
}

.pulse-v3-footer-logo .pulse-v3-logo-image {
  max-width: 190px;
  max-height: 72px;
}

.pulse-v3-footer-brand p {
  margin: 0;
  color: #b9cad7;
  line-height: 1.6;
}

.pulse-v3-footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: flex-end;
}

.pulse-v3-footer-nav a {
  color: #ffffff;
  font-weight: 700;
}

.pulse-v3-footer-nav a:hover {
  color: var(--lime);
}

.pulse-v3-footer-bottom {
  grid-column: 1 / -1;
  border-top: 1px solid rgba(255,255,255,.14);
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: #a9bdcb;
  font-size: 14px;
}

@media (max-width: 760px) {
  .pulse-v3-custom-footer-inner {
    grid-template-columns: 1fr;
  }

  .pulse-v3-footer-nav {
    justify-content: flex-start;
  }

  .pulse-v3-footer-bottom {
    flex-direction: column;
  }
}


/* Footer refinement v3.4 */
.pulse-v3-custom-footer-inner{
  padding:28px 0 14px !important;
  gap:18px 40px !important;
}
.pulse-v3-footer-logo .pulse-v3-logo-image{
  max-width:230px !important;
  max-height:88px !important;
}
.pulse-v3-footer-brand p{
  font-size:15px;
  color:#c7d4df !important;
  margin-top:8px !important;
}
.pulse-v3-footer-bottom{
  padding-top:12px !important;
  font-size:15px !important;
}
.pulse-v3-footer-bottom span:last-child{
  display:none;
}
.pulse-v3-floating-cart{
  bottom:28px !important;
}
