/* xl - DESKTOP STYLES */
#mmb-frontend {
  font-family: "Arial", sans-serif;
  display: grid;
  grid-template-columns: 50% 50%;
  gap: 20px;
  align-items: start;
}
#mmb-frontend #mmb-slots {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: 20px;
}
#mmb-frontend #mmb-slots .mmb-slot {
  height: 150px;
  border: 2px solid #ddd;
  border-radius: 6px;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
#mmb-frontend #mmb-slots .mmb-slot:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
#mmb-frontend #mmb-slots .mmb-slot .mmb-slot-img {
  max-width: 100%;
  max-height: 90px;
  display: block;
  object-fit: contain;
  margin-bottom: 4px;
}
#mmb-frontend #mmb-slots .mmb-slot .mmb-slot-info {
  font-size: 13px;
  text-align: center;
  color: #333;
  flex: 1;
}
#mmb-frontend #mmb-slots .mmb-slot .mmb-slot-remove {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 50%;
  background: #c70000;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
  display: none;
  transition: background 0.2s;
}
#mmb-frontend #mmb-slots .mmb-slot .mmb-slot-remove:hover {
  background: #940000;
}
#mmb-frontend #mmb-products {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
#mmb-frontend #mmb-products .mmb-product {
  width: 100%;
  border: 1px solid #eee;
  border-radius: 6px;
  padding: 6px;
  text-align: center;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
}
#mmb-frontend #mmb-products .mmb-product:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
#mmb-frontend #mmb-products .mmb-product img {
  max-width: 100%;
  max-height: 90px;
  object-fit: contain;
  margin-bottom: 4px;
}
#mmb-frontend #mmb-products .mmb-product div {
  font-size: 13px;
  color: #333;
}
#mmb-frontend #mmb-add-to-cart {
  grid-column: 2;
  margin-top: 18px;
  padding: 10px 20px;
  border: none;
  border-radius: 6px;
  background: #0073aa;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
}
#mmb-frontend #mmb-add-to-cart:hover:not(:disabled) {
  background: #005177;
  transform: translateY(-2px);
}
#mmb-frontend #mmb-add-to-cart:disabled {
  background: #ccc;
  cursor: not-allowed;
}
@media (max-width: 1024px) {
  #mmb-frontend {
    grid-template-columns: 1fr;
  }
  #mmb-frontend #mmb-add-to-cart {
    grid-column: 1;
    margin-top: 12px;
  }
  #mmb-products {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 480px) {
  #mmb-products {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  #mmb-slots {
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    gap: 8px;
  }
  #mmb-add-to-cart {
    width: 100%;
  }
}
.select2-selection__clear {
  position: relative !important;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22%2F%22%2C%22sources%22%3A%5B%22(stdin)%22%2C%22wp-content%2Fcustom_codes%2F3115-scss-desktop.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BACkBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBE%3BAAAA%3BAAAA%3BAAUN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAACE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%22%7D */