.sec-prod-banner {
  background: linear-gradient(120deg, #e0f4fc 0%, #edeaf8 100%);
  overflow: hidden;
}

.prod-banner-inner {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  padding-block: 3rem;
}
@media (min-width: 992px) {
  .prod-banner-inner {
    flex-direction: row;
    align-items: center;
    gap: 0;
    min-height: 600px;
    padding-block: 0;
  }
}

.prod-banner-content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 992px) {
  .prod-banner-content {
    width: 50%;
    padding-block: 4rem;
  }
}

.prod-banner-heading {
  font-family: "Lato", sans-serif;
  font-size: 2.25rem;
  font-weight: 300;
  line-height: 1.15;
  color: #181818;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin: 0;
}
@media (min-width: 768px) {
  .prod-banner-heading {
    font-size: 3rem;
  }
}
@media (min-width: 992px) {
  .prod-banner-heading {
    font-size: 3.4375rem;
  }
}

.prod-banner-body {
  font-family: "Poppins", sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 2;
  color: #181818;
  margin: 0;
  max-width: 56ch;
}

.prod-banner-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  min-height: 54px;
  padding: 15px 1.75rem;
  background-color: #27b63e;
  color: #ffffff;
  font-family: "Lato", sans-serif;
  font-size: 1.0625rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  border-radius: 6px;
  text-decoration: none;
  transition: background-color all 0.2s ease;
  align-self: flex-start;
}
@media (min-width: 992px) {
  .prod-banner-cta {
    height: 60px;
    font-size: 1.25rem;
    padding: 20px 2rem;
  }
}
.prod-banner-cta:hover {
  background-color: #1e9430;
  color: #ffffff;
}

.prod-banner-media {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 320px;
}
@media (min-width: 992px) {
  .prod-banner-media {
    width: 50%;
    min-height: 600px;
    align-items: center;
    justify-content: center;
  }
}

.prod-banner-img-inner {
  position: relative;
  display: inline-flex;
}

.prod-banner-img {
  display: block;
  width: auto;
  max-width: min(400px, 85vw);
  height: auto;
  max-height: 520px;
  object-fit: contain;
  filter: drop-shadow(0 30px 60px rgba(35, 136, 194, 0.14));
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .prod-banner-img {
    max-height: 560px;
  }
}

.prod-banner-badge {
  position: absolute;
  bottom: -20px;
  left: -20px;
  width: 148px;
  height: 148px;
  z-index: 2;
  overflow: hidden;
}
@media (min-width: 992px) {
  .prod-banner-badge {
    width: 168px;
    height: 168px;
    bottom: -24px;
    left: -24px;
  }
}

.prod-item {
  padding-block: 2rem;
}
.prod-item--alt {
  background-color: #eef9ff;
  padding-block: 4rem;
}

.prod-item-wrap {
  padding: 2.5rem 2rem;
  border-radius: 20px;
}
.prod-item--alt .prod-item-wrap {
  padding: 0;
  border-radius: 0;
  background: transparent;
}
.prod-item:not(.prod-item--alt) .prod-item-wrap {
  background-color: #f4f4f4;
}

.prod-item-inner {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media (min-width: 992px) {
  .prod-item-inner {
    flex-direction: row;
    align-items: flex-start;
    gap: 2.5rem;
  }
}

.prod-item-left {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media (min-width: 992px) {
  .prod-item-left {
    width: 43%;
    flex-shrink: 0;
  }
}

.prod-item-meta {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.prod-item-new {
  font-family: "Lato", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #ffffff;
  background-color: #27b63e;
  padding: 2px 0.75rem;
  border-radius: 999px;
  text-transform: capitalize;
}

.prod-item-label {
  font-family: "Lato", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #ffffff;
  background-color: #000000;
  padding: 0.25rem 1rem;
  border-radius: 999px;
  text-transform: capitalize;
}

.prod-item-name {
  font-family: "Lato", sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.15;
  color: #000000;
  margin: 0;
}
@media (min-width: 768px) {
  .prod-item-name {
    font-size: 2.5rem;
  }
}
@media (min-width: 992px) {
  .prod-item-name {
    font-size: 3.4375rem;
  }
}

.prod-item-desc {
  font-family: "Poppins", sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 2;
  color: #000000;
  margin: 0;
}

.prod-item-img-wrap {
  display: flex;
  justify-content: center;
  padding: 1rem 0;
}

.prod-item-img {
  display: block;
  max-width: min(320px, 80vw);
  height: auto;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.prod-item-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  height: 54px;
  padding: 0 1.5rem;
  background-color: #27b63e;
  color: #ffffff;
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  border-radius: 6px;
  text-decoration: none;
  transition: background-color all 0.2s ease;
  align-self: flex-start;
}
.prod-item-cta svg {
  flex-shrink: 0;
}
.prod-item-cta:hover {
  background-color: #1e9430;
  color: #ffffff;
}

.prod-item-name-link {
  color: inherit;
  text-decoration: none;
  transition: color all 0.2s ease;
}
.prod-item-name-link:hover {
  color: #2388c2;
}

.prod-item-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  align-self: flex-start;
}

.prod-item-view {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  height: 54px;
  padding: 0 1.5rem;
  border: 2px solid #2388c2;
  background-color: transparent;
  color: #2388c2;
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  border-radius: 6px;
  text-decoration: none;
  transition: background-color all 0.2s ease, color all 0.2s ease;
}
.prod-item-view:hover {
  background-color: #2388c2;
  color: #ffffff;
}

.prod-item-right {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 992px) {
  .prod-item-right {
    flex: 1;
  }
}

.prod-item-card-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.prod-item-from {
  font-family: "Lato", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #ffffff;
  background-color: #27b63e;
  padding: 5px 1.25rem;
  border-radius: 999px;
  white-space: nowrap;
  position: relative;
  z-index: 2;
  margin-bottom: -18px;
}

.prod-item-specs-card {
  width: 100%;
  background-color: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}

.prod-item-price-header {
  background-color: #2388c2;
  padding: 2.5rem 2rem 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.5rem;
}

.prod-item-price {
  font-family: "Lato", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 1;
}
@media (min-width: 992px) {
  .prod-item-price {
    font-size: 2.8125rem;
  }
}

.prod-item-price-note {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
}

.prod-item-specs-body {
  padding: 1.5rem 2rem;
}

.prod-item-specs-heading {
  font-family: "Poppins", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  color: #2388c2;
  margin: 0 0 1rem;
}

.prod-item-note {
  padding: 1.25rem 1.5rem;
  background-color: rgba(35, 136, 194, 0.06);
  border-radius: 12px;
  border-left: 3px solid #2388c2;
}

.prod-showcase {
  background-color: #2388c2;
  overflow: hidden;
}

.prod-showcase-inner {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  padding-block: 3rem;
}
@media (min-width: 992px) {
  .prod-showcase-inner {
    flex-direction: row;
    align-items: center;
    gap: 3rem;
    padding-block: 4rem;
  }
}

.prod-showcase-img-wrap {
  background-color: #ffffff;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.5rem;
  flex-shrink: 0;
}
@media (min-width: 992px) {
  .prod-showcase-img-wrap {
    width: 42%;
  }
}

.prod-showcase-img {
  display: block;
  max-width: min(360px, 75vw);
  height: auto;
  object-fit: contain;
}

.prod-showcase-content {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media (min-width: 992px) {
  .prod-showcase-content {
    flex: 1;
  }
}

.prod-showcase-heading {
  font-family: "Lato", sans-serif;
  font-size: 2.25rem;
  font-weight: 300;
  line-height: 1.2;
  color: #ffffff;
  margin: 0;
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}
@media (min-width: 768px) {
  .prod-showcase-heading {
    font-size: 2.75rem;
  }
}
@media (min-width: 992px) {
  .prod-showcase-heading {
    font-size: 3.4375rem;
  }
}

.prod-showcase-dash {
  opacity: 0.55;
  flex-shrink: 0;
}

.prod-showcase-desc {
  font-family: "Poppins", sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
}

.prod-showcase-features {
  margin: 0.5rem 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.prod-showcase-feature {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.5;
}
.prod-showcase-feature::before {
  content: "";
  width: 20px;
  height: 20px;
  min-width: 20px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.9);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 6'%3E%3Cpolygon points='0,0 4,3 0,6' fill='%232388c2'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 5px 8px;
  margin-top: 2px;
  flex-shrink: 0;
}

.prod-showcase-footer {
  background-color: rgba(0, 0, 0, 0.18);
  padding-block: 1.5rem;
  display: flex;
  align-items: center;
}

.prod-showcase-footer-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
}
@media (min-width: 768px) {
  .prod-showcase-footer-inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
  }
}
.prod-showcase-footer-inner .prod-item-cta {
  align-self: center;
  flex-shrink: 0;
}

.prod-showcase-note {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
  line-height: 1.8;
  max-width: 65ch;
}
.prod-showcase-note p {
  margin: 0;
}

.sec-compare {
  background-color: #ffffff;
  padding-block: 4rem 5rem;
}

.compare-header {
  text-align: center;
  margin-bottom: 2.5rem;
}

.compare-heading {
  font-family: "Marcellus", serif;
  font-size: 2.25rem;
  font-weight: 400;
  color: #1a1a2e;
  margin: 0 0 1rem;
}
@media (min-width: 768px) {
  .compare-heading {
    font-size: 3rem;
  }
}

.compare-intro {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.8;
  color: #6b7280;
  margin: 0 auto;
  max-width: 64ch;
}

.compare-table-scroll {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 20px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.07);
}

.compare-table {
  width: 100%;
  min-width: 560px;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}
.compare-table th, .compare-table td {
  width: 25%;
}

.compare-th {
  background-color: #2388c2;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  text-align: left;
  padding: 1rem 1.25rem;
  white-space: nowrap;
}
.compare-th:first-child {
  border-radius: 20px 0 0 0;
}
.compare-th:last-child {
  border-radius: 0 20px 0 0;
}

.compare-row {
  border-bottom: 1px solid #e5e7eb;
}
.compare-row:last-child {
  border-bottom: none;
}
.compare-row--price .compare-td {
  color: #2388c2;
  font-weight: 700;
}
.compare-row--price .compare-td:last-child {
  border-radius: 0 0 20px 0;
}
.compare-row--price .compare-td:first-child {
  border-radius: 0 0 0 20px;
}

.compare-td {
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
  color: #1a1a2e;
  padding: 1rem 1.25rem;
  vertical-align: middle;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .compare-td {
    font-size: 1rem;
  }
}
.compare-td--spec {
  font-weight: 400;
  color: #1a1a2e;
}

.prod-item-ph-row {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e5e7eb;
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

/*# sourceMappingURL=products.css.map */
