/*!*********************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./scss/main.scss ***!
  \*********************************************************************************************************/
.s4-product-info {
  border: 0.5px solid rgba(0, 0, 0, 0.5);
  margin: 1rem 0;
  padding: 1.5rem;
  position: relative;
}
.s4-product-info__main:not(.no-dropdown) {
  cursor: pointer;
}
.s4-product-info__content {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.s4-product-info__icon {
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  margin-top: -2px;
}
.s4-product-info__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.s4-product-info__text {
  flex: 1;
  min-width: 0;
}
.s4-product-info__title {
  margin: 0;
  font-weight: 600;
  color: #000;
  padding-top: 2px;
}
.s4-product-info__subtitle {
  margin: 4px 0 0;
  color: #000;
}
.s4-product-info__toggle {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}
.s4-product-info__toggle svg {
  width: 100%;
  height: 100%;
}
.s4-product-info[data-expanded=true] .s4-product-info__toggle {
  transform: rotate(-180deg);
}
.s4-product-info__dropdown {
  display: none;
}
.s4-product-info__dropdown-content {
  padding-top: 1.5rem;
}
.s4-product-info__dropdown-content p {
  margin: 0 0 1rem;
  line-height: 1.6;
  color: #000;
}
.s4-product-info__dropdown-content p:last-child {
  margin-bottom: 0;
}
.s4-product-info__dropdown-content ul,
.s4-product-info__dropdown-content ol {
  margin: 0 0 1rem 1.5rem;
}
.s4-product-info__dropdown-content ul:last-child,
.s4-product-info__dropdown-content ol:last-child {
  margin-bottom: 0;
}
.s4-product-info__dropdown-content strong {
  font-weight: 600;
}
