/*
Theme Name: Twenty Twenty-Four Child
Theme URI: https://example.com/
Description: Custom child theme for Twenty Twenty-Four
Author: Your Name
Template: twentytwentyfour
Version: 1.0.0
*/

.modal {
  max-width: unset !important;
}

label.product-card > input[type="radio"]:checked ~ div.card {
  border: var(--bs-primary) 2px solid;
}

label.product-card > div.card {
  cursor: pointer;
}

body.bs-modal .chatway--container {
  display: none !important;
}

body.bs-modal .chaty {
  display: none !important;
}

body.bs-modal .wc-block-mini-cart {
  display: none !important;
}