* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.product-agromar-1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 3rem 0;
  width: 100%;
  container-type: inline-size;
}
.product-agromar-1 .content-wrapper {
  width: 100%;
  max-width: 94.5rem;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 3rem;
}
.product-agromar-1 .content-wrapper > div {
  min-width: 0;
}
.product-agromar-1 .content-wrapper .product-info {
  display: flex;
  flex-direction: column;
}
.product-agromar-1 .content-wrapper .product-info > h2 {
  font-size: 4rem;
  line-height: 4.5rem;
  font-weight: 700;
  color: #380d06;
}
.product-agromar-1 .content-wrapper .product-info > h3 {
  margin-top: 1.5rem;
  font-size: 2rem;
  line-height: 2.25rem;
  color: #d6350f;
  font-weight: 400;
}
.product-agromar-1 .content-wrapper .product-info .details {
  width: 75%;
  display: flex;
  flex-direction: column;
  margin-top: 6rem;
}
.product-agromar-1 .content-wrapper .product-info .details .headline {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1rem;
  border-bottom: solid 1px #5e120e;
}
.product-agromar-1 .content-wrapper .product-info .details .headline > h4 {
  font-size: 2rem;
  line-height: 2.25rem;
  color: #380d06;
  font-weight: 400;
}
.product-agromar-1 .content-wrapper .product-info .details .headline > span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #d6350f;
  border: none;
}
.product-agromar-1 .content-wrapper .product-info .details .headline > span > img {
  width: 0.625rem;
  height: 0.625rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-agromar-1 .content-wrapper .product-info .details > p {
  margin-top: 2rem;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #380d06;
  font-weight: 400;
}
.product-agromar-1 .content-wrapper .product-info .details .specs-grid {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.product-agromar-1 .content-wrapper .product-info .details .specs-grid .left-column {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.product-agromar-1 .content-wrapper .product-info .details .specs-grid .left-column .info-item {
  display: flex;
  flex-direction: column;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: #380d06;
}
.product-agromar-1 .content-wrapper .product-info .details .specs-grid .left-column .info-item .value {
  font-weight: 600;
  color: #67d322;
}
.product-agromar-1 .content-wrapper .product-info .details .specs-grid .left-column .price {
  margin-top: 0.5rem;
}
.product-agromar-1 .content-wrapper .product-info .details .specs-grid .left-column .price .value {
  font-size: 2.25rem;
  line-height: 2.25rem;
  color: #d6350f;
}
.product-agromar-1 .content-wrapper .product-info .details .specs-grid .options-column {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.375rem;
}
.product-agromar-1 .content-wrapper .product-info .details .specs-grid .options-column .item {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #380d06;
  font-weight: 500;
}
.product-agromar-1 .content-wrapper .product-info .details .specs-grid .options-column .item > img {
  width: 2.25rem;
  height: 2.25rem;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 100rem) {
  .product-agromar-1 {
    padding: 4rem 6rem;
  }
  .product-agromar-1 .content-wrapper {
    max-width: unset;
    grid-template-columns: 1fr;
  }
  .product-agromar-1 .content-wrapper .product-info > h2 {
    font-size: 4rem;
    line-height: 4.5rem;
  }
  .product-agromar-1 .content-wrapper .product-info > h3 {
    margin-top: 1.5rem;
    font-size: 2rem;
  }
  .product-agromar-1 .content-wrapper .product-info .details {
    width: 100%;
    margin-top: 3rem;
  }
  .product-agromar-1 .content-wrapper .product-info .details .headline {
    padding-bottom: 1.25rem;
  }
  .product-agromar-1 .content-wrapper .product-info .details .headline > h4 {
    font-size: 2rem;
  }
  .product-agromar-1 .content-wrapper .product-info .details .headline > span {
    width: 2.25rem;
    height: 2.25rem;
  }
  .product-agromar-1 .content-wrapper .product-info .details .headline > span > img {
    width: 1rem;
    height: 1rem;
  }
  .product-agromar-1 .content-wrapper .product-info .details > p {
    margin-top: 2rem;
    width: 80%;
  }
  .product-agromar-1 .content-wrapper .product-info .details .specs-grid {
    margin-top: 4rem;
    grid-template-columns: 1fr 2fr;
  }
  .product-agromar-1 .content-wrapper .product-info .details .specs-grid .left-column .price {
    margin-top: 1.5rem;
  }
  .product-agromar-1 .content-wrapper .product-info .details .specs-grid .options-column {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 45rem) {
  .product-agromar-1 {
    padding: 4rem 1.25rem;
  }
  .product-agromar-1 .content-wrapper .product-info > h2 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .product-agromar-1 .content-wrapper .product-info > h3 {
    margin-top: 1rem;
    font-size: 1.5rem;
  }
  .product-agromar-1 .content-wrapper .product-info .details .headline {
    padding-bottom: 1rem;
  }
  .product-agromar-1 .content-wrapper .product-info .details .headline > h4 {
    font-size: 1.25rem;
  }
  .product-agromar-1 .content-wrapper .product-info .details .headline > span {
    width: 2rem;
    height: 2rem;
  }
  .product-agromar-1 .content-wrapper .product-info .details .headline > span > img {
    width: 0.75rem;
    height: 0.75rem;
  }
  .product-agromar-1 .content-wrapper .product-info .details > p {
    margin-top: 1.5rem;
    width: 100%;
  }
  .product-agromar-1 .content-wrapper .product-info .details .specs-grid {
    margin-top: 2.25rem;
    grid-template-columns: 1fr 1fr;
  }
  .product-agromar-1 .content-wrapper .product-info .details .specs-grid .left-column .price {
    margin-top: 0.5rem;
  }
  .product-agromar-1 .content-wrapper .product-info .details .specs-grid .options-column {
    grid-template-columns: 1fr;
  }
}
