.sec-prod-hero {
  background-color: #f4f8fb;
  padding-block: 2rem 4rem;
}
@media (min-width: 992px) {
  .sec-prod-hero {
    padding-block: 3rem 5rem;
  }
}

.prod-breadcrumb {
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #6b7280;
  margin-bottom: 2rem;
}
.prod-breadcrumb a {
  color: #2388c2;
  text-decoration: none;
  transition: color all 0.2s ease;
}
.prod-breadcrumb a:hover {
  text-decoration: underline;
}
.prod-breadcrumb .breadcrumb-sep {
  margin: 0 0.5rem;
  color: #e5e7eb;
}

.prod-hero-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  align-items: start;
}
@media (min-width: 992px) {
  .prod-hero-inner {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 4rem;
  }
}

.prod-hero-gallery {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media (min-width: 992px) {
  .prod-hero-gallery {
    position: sticky;
    top: 2rem;
  }
}

.prod-hero-main {
  background-color: #ffffff;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  min-height: 320px;
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
}
@media (min-width: 992px) {
  .prod-hero-main {
    padding: 3rem;
    min-height: 480px;
  }
}

.prod-hero-main-img {
  display: block;
  max-width: 100%;
  max-height: 460px;
  height: auto;
  width: auto;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.prod-hero-thumbs {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.prod-hero-thumb {
  width: 72px;
  height: 72px;
  background-color: #ffffff;
  border: 2px solid transparent;
  border-radius: 6px;
  padding: 4px;
  cursor: pointer;
  transition: border-color all 0.2s ease, transform all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.prod-hero-thumb:hover {
  transform: translateY(-2px);
}
.prod-hero-thumb.is-active {
  border-color: #2388c2;
}
@media (min-width: 768px) {
  .prod-hero-thumb {
    width: 84px;
    height: 84px;
  }
}

.prod-hero-thumb-img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.prod-hero-summary {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

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

.prod-hero-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-hero-badge {
  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-hero-title {
  font-family: "Lato", sans-serif;
  font-size: 2.25rem;
  font-weight: 300;
  line-height: 1.15;
  color: #1a1a2e;
  margin: 0;
}
@media (min-width: 768px) {
  .prod-hero-title {
    font-size: 2.75rem;
  }
}
@media (min-width: 992px) {
  .prod-hero-title {
    font-size: 3.4375rem;
  }
}

.prod-hero-desc {
  font-family: "Poppins", sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  color: #1a1a2e;
  line-height: 1.75;
  margin: 0;
}

.prod-hero-long {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  color: #1a1a2e;
  line-height: 1.85;
}
.prod-hero-long p {
  margin: 0 0 1rem;
}
.prod-hero-long p:last-child {
  margin-bottom: 0;
}
.prod-hero-long ol,
.prod-hero-long ul {
  margin: 0.75rem 0;
  padding-left: 1.4em;
}
.prod-hero-long ol {
  list-style: decimal;
}
.prod-hero-long ul {
  list-style: disc;
}
.prod-hero-long li {
  margin-bottom: 0.5rem;
  line-height: 1.7;
}
.prod-hero-long li::marker {
  color: #2388c2;
}
.prod-hero-long strong {
  color: #2388c2;
  font-weight: 600;
}
.prod-hero-long a {
  color: #2388c2;
  text-decoration: underline;
}
.prod-hero-long small {
  display: block;
  font-size: 0.875rem;
  color: #6b7280;
  line-height: 1.6;
  margin-top: 1rem;
}

.prod-hero-price-block {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1.25rem 1.5rem;
  background-color: #ffffff;
  border-radius: 12px;
  border-left: 4px solid #2388c2;
  margin: 0.5rem 0;
}

.prod-hero-from {
  font-family: "Poppins", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

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

.prod-hero-price-note {
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
  color: #6b7280;
  margin: 0;
}

.prod-hero-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-hero-cta svg {
  flex-shrink: 0;
}
.prod-hero-cta:hover {
  background-color: #1e9430;
  color: #ffffff;
}

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

.sec-prod-specs {
  background-color: #ffffff;
  padding-block: 4rem;
}
@media (min-width: 992px) {
  .sec-prod-specs {
    padding-block: 5rem;
  }
}

.prod-specs-card {
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  max-width: 880px;
  margin-inline: auto;
}

.prod-specs-header {
  background-color: #2388c2;
  padding: 1.5rem 2rem;
  text-align: center;
}

.prod-specs-heading {
  font-family: "Lato", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  color: #ffffff;
  margin: 0;
  letter-spacing: 0.02em;
}
@media (min-width: 992px) {
  .prod-specs-heading {
    font-size: 2rem;
  }
}

.prod-specs-note {
  max-width: 880px;
  margin: 2rem auto 0;
  padding: 1.25rem 1.5rem;
  background-color: rgba(35, 136, 194, 0.06);
  border-radius: 12px;
  border-left: 3px solid #2388c2;
}

.sec-prod-info {
  background-color: #f4f8fb;
  padding-block: 4rem;
}
@media (min-width: 992px) {
  .sec-prod-info {
    padding-block: 5rem;
  }
}

.prod-info-accordion {
  max-width: 880px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.prod-info-item {
  background-color: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: box-shadow all 0.2s ease;
}
.prod-info-item.is-open {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.prod-info-h {
  margin: 0;
}

.prod-info-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.25rem 1.5rem;
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
  transition: background-color all 0.2s ease;
}
@media (min-width: 992px) {
  .prod-info-toggle {
    padding: 1.5rem 2rem;
  }
}
.prod-info-toggle:hover {
  background-color: rgba(35, 136, 194, 0.04);
}
.prod-info-toggle:focus-visible {
  outline: 2px solid #2388c2;
  outline-offset: -2px;
}

.prod-info-toggle-label {
  font-family: "Poppins", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  color: #1a1a2e;
  line-height: 1.4;
}
@media (min-width: 992px) {
  .prod-info-toggle-label {
    font-size: 1.25rem;
  }
}

.prod-info-toggle-icon {
  flex-shrink: 0;
  color: #2388c2;
  transition: transform all 0.2s ease;
}
.prod-info-item.is-open .prod-info-toggle-icon {
  transform: rotate(180deg);
}

.prod-info-body {
  padding: 0 1.5rem 1.5rem;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  color: #1a1a2e;
  line-height: 1.85;
}
@media (min-width: 992px) {
  .prod-info-body {
    padding: 0 2rem 2rem;
  }
}
.prod-info-body[hidden] {
  display: none;
}
.prod-info-body p {
  margin: 0 0 0.75rem;
}
.prod-info-body p:last-child {
  margin-bottom: 0;
}
.prod-info-body ul,
.prod-info-body ol {
  margin: 0.75rem 0;
  padding-left: 1.5em;
}
.prod-info-body ul {
  list-style: disc;
}
.prod-info-body ol {
  list-style: decimal;
}
.prod-info-body li {
  margin-bottom: 0.5rem;
}
.prod-info-body li::marker {
  color: #2388c2;
}
.prod-info-body strong {
  color: #2388c2;
  font-weight: 600;
}
.prod-info-body a {
  color: #2388c2;
  text-decoration: underline;
}

.sec-prod-cta {
  background-color: #2388c2;
  padding-block: 4rem;
  position: relative;
  overflow: hidden;
}
.sec-prod-cta::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 14px;
  width: 130px;
  height: 130px;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.18) 1.5px, transparent 1.5px);
  background-size: 18px 18px;
  pointer-events: none;
  z-index: 0;
}

.prod-cta-inner {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .prod-cta-inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 3rem;
  }
}

.prod-cta-content {
  flex: 1;
}

.prod-cta-heading {
  font-family: "Lato", sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.2;
  color: #ffffff;
  margin: 0 0 0.75rem;
}
@media (min-width: 992px) {
  .prod-cta-heading {
    font-size: 2.5rem;
  }
}

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

.prod-cta-action {
  flex-shrink: 0;
}

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

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