body.ses-products-app {
  margin: 0;
  background: #fff;
  color: #54595f;
  font-family: Optima, Candara, "Segoe UI", Arial, sans-serif;
}

.ses-app-header {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  min-height: 92px;
  background: rgba(91, 94, 96, 0.82);
}

.ses-app-logo {
  width: min(300px, 42vw);
  align-self: stretch;
  display: flex;
  align-items: center;
  padding: 18px 44px 18px 18px;
  background: #fff;
  clip-path: polygon(0 0, 100% 0, 82% 100%, 0% 100%);
}

.ses-app-logo img {
  display: block;
  width: 100%;
  height: auto;
}

.ses-app-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: clamp(18px, 3vw, 40px);
  padding: 18px 24px;
}

.ses-app-nav a {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
}

.ses-app-nav a[aria-current="page"],
.ses-app-nav a:hover {
  color: #f4f7ff;
  text-decoration: underline;
  text-underline-offset: 6px;
}

.ses-products-hero {
  position: relative;
  min-height: 265px;
  display: grid;
  place-items: center;
  padding: 54px 20px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(11, 31, 70, 0.68), rgba(46, 83, 150, 0.42)),
    url("../images/site/Spenomatic-section-bg-1-100-13495c1f15.jpg") center / cover;
}

.ses-products-hero.is-category {
  min-height: 150px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.82), rgba(239, 244, 252, 0.9)),
    url("../images/site/Spenomatic-section-bg-1-100-13495c1f15.jpg") center / cover;
}

.ses-products-hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(34px, 5vw, 58px);
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1.05;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.24);
}

.ses-products-hero.is-category h1 {
  color: #425ca5;
  text-transform: none;
  text-shadow: none;
}

.ses-language-chip {
  position: absolute;
  right: 0;
  bottom: 26px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 18px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(17, 31, 64, 0.14);
  color: #1f2f56;
  font-size: 20px;
  font-weight: 800;
}

.ses-language-flag {
  font-size: 24px;
  line-height: 1;
}

.ses-products-shell {
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(44px, 7vw, 80px) 0;
}

.ses-products-intro {
  max-width: 780px;
  margin: 0 auto 34px;
  color: #657086;
  font-size: 16px;
  line-height: 1.7;
  text-align: center;
}

.ses-category-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2px;
  margin: 0 0 30px;
}

.ses-category-tabs a {
  min-width: 148px;
  padding: 14px 18px;
  background: #f1f1f1;
  border: 1px solid #e3e5eb;
  color: #54595f;
  font-size: 14px;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
}

.ses-category-tabs a.is-active,
.ses-category-tabs a:hover {
  background: #425ca5;
  border-color: #425ca5;
  color: #fff;
}

.ses-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.ses-product-card {
  min-height: 330px;
  display: grid;
  grid-template-rows: 1fr auto;
  padding: 22px;
  background: #fff;
  border: 1px solid rgba(21, 48, 122, 0.12);
  box-shadow: 0 8px 20px rgba(17, 31, 64, 0.12);
  color: #425ca5;
  text-decoration: none !important;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.ses-product-card:hover,
.ses-product-card:focus {
  border-color: rgba(66, 92, 165, 0.42);
  box-shadow: 0 18px 36px rgba(17, 31, 64, 0.16);
  transform: translateY(-3px);
  outline: none;
}

.ses-product-card figure {
  display: grid;
  place-items: center;
  margin: 0;
  min-height: 230px;
}

.ses-product-card img {
  max-width: 100%;
  max-height: 260px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.ses-card-title {
  display: block;
  margin-top: 16px;
  padding: 12px 14px;
  border: 3px solid #425ca5;
  color: #425ca5;
  font-size: 17px;
  font-weight: 900;
  letter-spacing: 0.06em;
  line-height: 1.2;
  text-align: center;
}

.ses-empty-products {
  padding: 48px 20px;
  background: #f6f8fc;
  border: 1px solid rgba(66, 92, 165, 0.12);
  color: #425ca5;
  font-weight: 800;
  text-align: center;
}

.ses-products-cta {
  margin-top: 80px;
  padding: 76px 20px;
  background:
    linear-gradient(90deg, rgba(10, 32, 78, 0.82), rgba(10, 32, 78, 0.62)),
    url("../images/site/Spenomatic-section-bg-1-100-13495c1f15.jpg") center / cover;
  color: #fff;
  text-align: center;
}

.ses-products-cta h2 {
  margin: 0 0 22px;
  color: #fff;
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 900;
}

.ses-products-cta a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 24px;
  background: #b91f3b;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}

.ses-app-footer {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  background: #0b3693;
  color: #fff;
}

.ses-app-footer > div {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 18px;
  border-left: 1px solid rgba(255, 255, 255, 0.45);
}

.ses-app-footer > div:first-child {
  border-left: 0;
}

.ses-app-footer a {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.ses-social {
  width: 28px;
  height: 28px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  background: #050b18;
  font-size: 12px;
}

.ses-floating-whatsapp {
  position: fixed;
  right: 22px;
  bottom: 24px;
  z-index: 20;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: #25d366;
  color: #fff;
  box-shadow: 0 14px 32px rgba(12, 46, 98, 0.3);
  text-decoration: none;
}

.ses-floating-whatsapp svg {
  width: 32px;
  height: 32px;
  fill: currentColor;
}

@media (max-width: 900px) {
  .ses-app-header {
    display: grid;
  }

  .ses-app-logo {
    width: min(290px, 76vw);
  }

  .ses-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ses-app-footer {
    grid-template-columns: 1fr;
  }

  .ses-app-footer > div {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.32);
  }
}

@media (max-width: 640px) {
  .ses-products-hero {
    min-height: 210px;
  }

  .ses-language-chip {
    position: static;
    margin-top: 24px;
  }

  .ses-product-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .ses-product-card {
    min-height: 290px;
  }

  .ses-product-card figure {
    min-height: 200px;
  }

  .ses-category-tabs {
    justify-content: stretch;
  }

  .ses-category-tabs a {
    flex: 1 1 46%;
    min-width: 0;
  }
}
