/** Shopify CDN: Minification failed

Line 103:12 Unexpected "{"
Line 103:21 Expected ":"
Line 104:16 Expected identifier but found whitespace
Line 104:18 Unexpected "{"
Line 104:27 Expected ":"
Line 104:78 Expected ":"
Line 105:19 Expected identifier but found whitespace
Line 105:21 Unexpected "{"
Line 105:30 Expected ":"
Line 105:84 Expected ":"
... and 10 more hidden warnings

**/
.whatsapp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 173px;
  height: 48px;
  background-color: #e60023; /* Red */
  color: white;
  text-decoration: none;
  font-family: Open Sans;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
}

.whatsapp-btn svg {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  flex-shrink: 0;
}

    .whatsapp-api{
      display: flex;
    gap: 20px;
    padding-left: 20px;
    }


.gas-stove-collections {
  text-align: center;
  padding: 40px 20px;
  background-color: #f8f9fb;
}

.gas-stove-collections .section-title {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 30px;
  font-family: Montserrat;
  color: black;
}

.gas-stove-collections .collections-grid {
  display: flex;
  justify-content: center;
  gap: 5px;
}

.gas-stove-collections .collection-item {
  width: auto;
  text-align: center;
}

.gas-stove-collections .collection-item img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}

.inventory-bar {
  height: 8px;
  width: 100%;
  background-color: #e5e7eb;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 4px;
  margin-bottom: 16px;
}

.inventory-fill {
  height: 100%;
  border-radius: 10px;
  transition: width 0.4s ease;
}

.inventory-fill.low {
  background-color: #dc2626; /* red */
}
.inventory-fill.medium {
  background-color: #ea9b2c; /* orange */
}
.inventory-fill.high {
  background-color: #16a34a; /* green */
}

  .section-{{ section.id }}-padding {
    padding-top: {{ section.settings.padding_top | times: 0.75 | round: 0 }}px;
    padding-bottom: {{ section.settings.padding_bottom | times: 0.75 | round: 0 }}px;
  }

  @media screen and (min-width: 750px) {
    .section-{{ section.id }}-padding {
      padding-top: {{ section.settings.padding_top }}px;
      padding-bottom: {{ section.settings.padding_bottom }}px;
    }
  }

  .custom-contact-form .field__input,
  .custom-contact-form textarea {
    background: transparent;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    box-shadow: none;
    padding: 10px 0;
    font-size: 16px;
    width: 100%;
  }

  .custom-contact-form .field__input:focus,
  .custom-contact-form textarea:focus {
    outline: none;
    border-color: black;
  }

  .custom-contact-form .field {
    margin-bottom: 20px;
  }

  .custom-contact-form label.field__label {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
    color: #333;
  }

  .subject-options label {
    margin-right: 20px;
    font-weight: 500;
  }

  .subject-options input[type="radio"] {
    margin-right: 6px;
  }




.badge.badge--bottom-left.color-background-2 {
  color: white;
  background-color: red;
}



