/** Shopify CDN: Minification failed

Line 78:1 Expected "}" to go with "{"

**/
.specs-features {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 17px;
    margin-bottom: 9px;
}
@media screen and (max-width: 949px) {
  .specs-features-text {
  flex-direction: column !important;
  justify-content: center !important;
  }
.features {
  align-items: center; 
}
}
.specs-features-text-wrapper {
  max-width: max-content;
  margin-inline: auto;
  padding: 2rem;
  border-radius: .8rem;
  box-shadow: 25px 0 11px -20px #00000073 inset, -25px 0 22px -20px #00000073 inset, 0 0 3px 4px #00000038;
}
.specs-features-text {
  display: flex;
  flex-direction: row;
  gap: 3rem;
  /* padding-inline: 0 3rem; */
}

.features-text h2 {
   text-align: center;
   margin-bottom: 1.6rem;
}
.features {
  margin-bottom: 18px !important;
  margin-top: 15px;
  justify-content: space-evenly;
  justify-items: center;
}
.specs-text h2 {
   text-align: center;
   margin-bottom: 1.6rem;
}
.specs {
  margin-bottom: 10px !important;
}
.packing-list h2 {
   text-align: center;
   margin-bottom: 1.6rem;
}
.features img {
  max-width: 100%;
  box-shadow: 0px 0px 14px 3px rgb(45 45 45 / 65%);
}
.specs img {
  max-width: 100%;
  border-color: #2d2d2c;
  border: solid;
  border-width: thick;
  box-shadow: 0px 1px 11px 9px #b5b5b542;
.features__title {
  text-align: center;
}
.specs__title {
  text-align: center;
  padding-left: 19px;
}
.sf-image {
  display: flex;
  position: relative;
}