

/* Start:/local/components/dev/catalog.element/templates/2023/basket-action.css?16829612161552*/
#buy_action_window {
  border-radius: 4px;
  width: 400px;
  max-width: 100vw;
}
#buy_action_window .popup-content {
  display: flex;
  flex-flow: wrap column;
}
#buy_action_window .popup-content h2 {
  font-weight: 900;
  color: #333;
  order: 1;
  font-size: 20px !important;
}
#buy_action_window .popup-content picture {
  order: 2;
  margin: 24px auto;
  width: 100%;
  height: 200px;
  display: flex;
}
#buy_action_window .popup-content picture img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#buy_action_window .popup-content .title {
  font-weight: 900 !important;
  font: 900 16px/1.5 Gilroy !important;
  margin-bottom: 2px;
  order: 3;
}
#buy_action_window .popup-content .article {
  order: 1;
  font-weight: 700 !important;
  font: 700 13px/1.5 Gilroy !important;
}
#buy_action_window .popup-content .action-buttons {
  margin: 24px 0 0;
  display: flex;
  order: 5;
  width: 100%;
  flex-flow: wrap row;
  justify-content: space-between;
  align-items: center;
}
#buy_action_window .popup-content .action-buttons a {
  background: #f60;
  color: #fff;
  text-decoration: none;
  padding: 4px 18px;
  width: max-content;
  transition: 0.15s ease-in;
}
#buy_action_window .popup-content .action-buttons a:hover {
  opacity: 0.7;
}
#buy_action_window .popup-content .action-buttons button {
  transition: 0.15s ease-in;
  background: #eee;
  border: 0;
  padding: 4px 18px;
  width: max-content;
}
#buy_action_window .popup-content .action-buttons button:hover {
  opacity: 0.7;
}

/*# sourceMappingURL=basket-action.css.map */

/* End */
/* /local/components/dev/catalog.element/templates/2023/basket-action.css?16829612161552 */
