/** Shopify CDN: Minification failed

Line 12:0 Unexpected "{"
Line 12:1 Expected identifier but found "%"
Line 13:8 Unexpected "{"
Line 13:17 Expected ":"
Line 13:24 Unexpected "{"
Line 48:0 Unexpected "{"
Line 48:1 Expected identifier but found "%"

**/
{% if template == 'product.flyeralarm-design' %}
#price-{{ section.id }} {
  position: relative;
}
.product-price-container {
  /* padding-top: 2.5rem; */
}
.cutoff {
  color: #6B7280;
  font-size: 16px !important;
  font-weight: 500 !important;
  text-decoration: line-through;
}
.static-highlighter {
  position: absolute;
  top: -35px;
  left: 50px;
  transform: translateX(-50%);
  background-color: red;
  padding: 6px 12px;
  border-radius: 15px;
  font-size: 13px;
  font-weight: bold;
  color: white;
  white-space: nowrap;
}

.static-highlighter::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-top-color: red;
}
{% endif %}

@media only screen and (min-width: 1068px) {
  .product-grid-container {
    grid-template-columns: minmax(45%, 50%) clamp(368px, 45%, 50%) !important;
  }
}

.product-stock-container {
  display: flex;
  gap: 0.5rem;
  padding-bottom: 0.7rem;
  align-items: center;
}

.stock-actions {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.actions {
  display: flex;
  gap: 0.5rem;
}

.actions svg {
  cursor: pointer;
}

.stock-badge {
  font-size: 14px;
  background-color: #DCFCE7;
  color: #15803D;
  border-radius: 8px;
  padding: 3px 12px;
  font-weight: bold;
  text-transform: uppercase; /* Optional: to make the text uppercase */
}

.product-stock-container p {
  font-size: 0.9rem; /* Optional: adjust the font size for SKU */
  margin: 0;
}

.product-description {
  color: #4B5563;
  padding-top: 1rem;
  padding-bottom: 1rem !important;
}

p.product-description {
  margin-bottom: 0px !important;
}

.fly-rec-accessories-slider-container {
  margin: 1rem 0 !important;
}

.stock-notification {
  background-color: #FFFBEB;
  border: 1px solid #f5f0d7;
  border-radius: 14px;
  padding: 12px 16px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-family: sans-serif;
  margin-bottom: 1.5rem;
}

.stock-text {
  display: flex;
  flex-direction: column;
}

.stock-title {
  font-weight: 600;
  color: #1F2937;
  font-family: inter;
  font-size: 14px;
}

.stock-subtitle {
  color: #4B5563;
  font-size: 13px;
}

.quantity-controls {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

button.minus {
  border-right: 1px solid var(--color-border, #dadce0) !important;
}

button.plus {
  border-left: 1px solid var(--color-border, #dadce0) !important;
}

quantity-selector.quantity.buttons_added {
  border-radius: 9px !important;
}

.quantity.small-qty .minus,
.quantity.small-qty .plus {
  width: 34px !important;
}

.quantity.small-qty .qty {
  width: 60px !important;
  min-width: 60px !important;
  text-align: center;
}

.action-buttons {
  display: grid;
  gap: 0.5rem;
  grid-template-columns: 1fr 1fr;
}

/* Mobile: stack buttons in one column */
@media (max-width: 600px) {
  .action-buttons {
    grid-template-columns: 1fr;
  }
}

.button.accent,
input[type=submit].accent {
  background: #002C56 !important;
  font-weight: bold !important;
}

/* CTA banner */
.offer-cta {
  display: block;
  text-decoration: none;
  color: inherit;
  border: 1px solid var(--color-border, #e6e6e6);
  border-radius: 12px;
  padding: 12px 14px;
  transition: background .2s ease, border-color .2s ease;
}

.offer-cta__inner {
  display: flex;
  align-items: center;
  gap: 16px;
}

.offer-cta__icon {
  flex: 0 0 auto;
}

.offer-cta__text {
  flex: 1 1 auto;
}

.offer-cta__title {
  font-weight: 700;
  letter-spacing: .02em;
  font-size: 15px;
}

.offer-cta__subtitle {
  opacity: .8;
  font-size: 15px;
}

.offer-cta__arrow {
  flex: 0 0 auto;
  margin-left: 8px;
}

.offer-cta__title:hover {
  color: #7ec1e7;
}

.offer-cta:hover,
.offer-cta:focus {
  color: inherit !important;
}

/* reassurance row */
.reassurance {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
  padding: 18px 0px;
  border-bottom: 1px solid var(--color-border, #eee);
  border-top: 1px solid var(--color-border, #eee);
  margin-top: 18px;
}

.reassurance__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}

.reassurance__icon {
  line-height: 0;
  opacity: .8;
}

.reassurance__text {
  white-space: nowrap;
  font-size: 14px;
}

.leasing-offer-btn p {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: .9375rem;
  font-weight: bold;
  color: #002C56;
  text-align: center;
  border: 2.5px solid #002C56;
  padding: 7px 30px;
  height: 50px;
  line-height: 1;
  border-radius: 35px;
  margin-bottom: 2px;
  transition: all 0.25s ease;
  background: transparent;
  width: 100%;
}

#AddToCart {
  gap: 10px;
}

/* Prevent SVGs from shrinking inside these buttons */
.leasing-offer-btn p svg,
#AddToCart svg {
  flex-shrink: 0;
}

/* .leasing-offer-btn p svg {
  width: 20px;
  height: 20px;
  fill: #002C56; match the text color
} */

/* .leasing-offer-btn:hover p {
  background-color: #002C56;
  color: #fff;
} */

/* .leasing-offer-btn:hover p svg {
  fill: #fff;
} */

/* mobile */
@media (max-width: 720px) {
  .reassurance {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 16px;
  }
  .offer-cta__title {
    font-size: 14px;
  }
  .offer-cta__subtitle {
    font-size: 13px;
  }
}

.section-header {
  justify-content: center;
}

.section-header--title,
.section-header--description {
  text-align: center;
}

.section-header {
  padding-bottom: 4rem;
}

.heart-icon {
  color: #4b5563; /* default gray */
  transition: color 0.3s ease;
}

.heart-icon.active {
  color: #e63946; /* red on active */
}

.heart-icon.active path {
  fill: currentColor;
  stroke: currentColor;
}
