.yas-pdp__buy-head {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 8px;
  margin-bottom: 12px;
}
.yas-pdp__buy-head:has(.yas-pdp__promo) {
  justify-content: flex-start;
}
.yas-pdp__buy-head .yas-pdp__promo {
  flex: 1;
  min-width: 0;
  margin-bottom: 0;
  margin-right: 0;
}
.yas-pdp__buy-head:not(:has(.yas-pdp__promo)) {
  margin-bottom: 8px;
}
.yas-pdp__buy-head .catalog-element-purchase-buttons-actions {
  position: static;
  top: auto;
  right: auto;
  z-index: auto;
  flex-shrink: 0;
}

.yas-pdp__buy > .yas-pdp__promo,
.yas-pdp__buy:has(.catalog-element-purchase .catalog-element-purchase-buttons-actions) .yas-pdp__promo:not(.yas-pdp__buy-head .yas-pdp__promo) {
  margin-right: 96px;
}

@media (max-width: 767.98px) {
  .yas-pdp__buy-head {
    margin-bottom: 10px;
  }
  .yas-pdp__buy .catalog-element-purchase .catalog-element-purchase-buttons-actions {
    top: 16px;
    right: 16px;
  }
}

/*# sourceMappingURL=yas-pdp-buy-box.css.map */
