* {
    box-sizing: border-box;
}
body{
    margin: 0;
    background: #f5f5f5;
}
.text-hero{
  text-shadow: 8px 5px 0 #E8003F;
}
/* .main {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  position: relative;
    margin: 0 auto;
}
.page-content {
  width: 100%;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  max-width: 1024px;
  margin: 0 auto;
}
.faq-section {
    width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.section-title {
  color: #333333;
  font-family: "Poppins", sans-serif;
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
  position: relative;
}
.section-content{
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
    justify-content: center;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
}
.faq-item {
  background: #ffffff;
  border-radius: 16px;
  padding: 16px 24px 16px 24px;
  display: flex;
  flex-direction: column;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.faq-item__question {
  color: #333333;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 28px;
  font-weight: 600;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq-item__question .question {
  color: #333333;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
}
.collapse-icon {
  background: #d3d3d3;
  border-radius: 25px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 28px;
  height: 28px;
}
.collapse-icon svg{
  width: 16px;
  height: 16px;
}
.plus-1 {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: relative;
  object-fit: cover;
  aspect-ratio: 1;
}
.faq-item__answer {
  background: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.faq-item__answer p{
  color: #111111;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  position: relative;
}
.products-section {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
}
.s-n-ph-m {
  color: #333333;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 38px;
  line-height: 69px;
  font-weight: 700;
  position: relative;
}
.product-list {
  align-self: stretch;
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
}
.product-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 16px;
  flex: 0 1 calc((100% - 48px) / 4);
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  justify-content: flex-start;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);
}
.product-card-img {
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  object-fit: cover;
  aspect-ratio: 1;
}
.id-card {
  color: #333333;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  position: relative;
}
.frame-235 {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
._12-500-59-000 {
  color: #ee4d2d;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  position: relative;
}
._25-000-69-000 {
  color: #808080;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  text-decoration: line-through;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
} */