.apa-promotion-products {
      width: 100%;
    margin: 10px 0 15px !important;
    padding: 10px;
    border: 1px solid #b71616;
    border-radius: 25px;
}

.apa-promotion-products[hidden] {
  display: none !important;
}

.apa-promotion-products h3 {
  margin: 0;
  color: #000;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
}

.apa-promotion-products-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  margin: 0 0 10px;
}

.apa-promotion-products-heading h3 {
  flex: 1 1 auto;
  min-width: 0;
}

.apa-promotion-products-more {
  flex: 0 0 auto;
  color: #b71616;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
  white-space: nowrap;
}

.apa-promotion-products-more:hover,
.apa-promotion-products-more:focus {
  color: #851010;
}



.apa-promotion-products-track {
      display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc(50% - 4px);
    gap: 10px;
    overflow-x: auto;
    padding: 2px 2px 6px;
    scroll-snap-type: x proximity;
    scrollbar-width: thin;
}

.apa-promotion-product-card {
      display: grid;
    grid-template-columns: 55px minmax(0, 1fr);
    gap: 7px;
    min-width: 0;
    
    border-radius: 7px;
    background: #fff;
    scroll-snap-align: start;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.apa-promotion-product-card.is-selected {
  border-color: #a52525;
  box-shadow: 0 0 0 2px rgba(165, 37, 37, .1);
}

.apa-promotion-product-choice {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 0px;
  margin: 0;
  color: #b71616;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

.apa-promotion-product-choice input {
  margin: 0 5px 0 0 !important;
}

.apa-promotion-product-required {
  grid-column: 1 / -1;
  display: inline-flex;
  width: max-content;
  padding: 3px 8px;
  border-radius: 999px;
  background: #f6e6d8;
  color: #8f211f;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.3;
  text-transform: uppercase;
}

.apa-promotion-product-image {
  display: block;
  align-self: start;
}

.apa-promotion-product-image img {
  display: block;
  width: 55px;
  height: 65px;
  margin: 0;
  object-fit: cover;
  border-radius: 5px;
}

.apa-promotion-product-info {
  min-width: 0;
}

.apa-promotion-product-info > a {
  display: -webkit-box;
  overflow: hidden;
  color: #231f1c;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.apa-promotion-product-volume {
  display: block;
  margin-top: 2px;
  color: #6f6259;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.25;
}

.apa-promotion-product-price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px;
  margin-top: 3px;
  font-size: 12px;
}

.apa-promotion-product-price del .amount {
  color: #8c8580;
  font-weight: 400;
      font-size: 11px;
    margin: 0;
}

.apa-promotion-product-price strong .amount {
  color: #a52525;
}

.apa-promotion-products-note {
  margin: 7px 0 0;
  color: #6f6259;
  font-size: 11px;
}

.apa-promotion-product-cta {
  display: inline-flex !important;
  margin-top: 6px;
  padding: 4px 7px;
  border-radius: 4px;
  background: #8f211f;
  color: #fff !important;
  font-size: 10px !important;
  font-weight: 700;
  line-height: 1.25 !important;
}

.apa-promotion-product-cta:hover {
  background: #6f1716;
}

@media (max-width: 849px) {
  .apa-promotion-products-track {
    grid-auto-columns: 78%;
  }
}

@media (max-width: 549px) {
  .apa-promotion-product-card {
    grid-template-columns: 72px minmax(0, 1fr);
  }

  .apa-promotion-product-image img {
    width: 72px;
    height: 72px;
  }
}
