/* DEV RAW — WooCommerce UI overrides (buttons, notices, cart) */

/* Base WC buttons — pill style */
body.dws-raw-site .woocommerce #respond input#submit,
body.dws-raw-site .woocommerce a.button,
body.dws-raw-site .woocommerce button.button,
body.dws-raw-site .woocommerce input.button {
  margin: 0;
  line-height: 1;
  overflow: visible;
  padding: 0.618em 1em;
  box-shadow: none;
  text-shadow: none;
  display: inline-flex;
  border: 0;
  border-radius: 999px;
  background: #151515;
  color: #fff;
  font-weight: 900;
  font-size: 15px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
}

body.dws-raw-site .woocommerce #respond input#submit:hover,
body.dws-raw-site .woocommerce a.button:hover,
body.dws-raw-site .woocommerce button.button:hover,
body.dws-raw-site .woocommerce input.button:hover {
  background-color: #fff;
  background-image: none;
  color: #515151;
  text-decoration: none;
}

/* Alt (checkout/CTA) buttons */
body.dws-raw-site .woocommerce #respond input#submit.alt,
body.dws-raw-site .woocommerce a.button.alt,
body.dws-raw-site .woocommerce button.button.alt,
body.dws-raw-site .woocommerce input.button.alt {
  background-color: #151515;
  margin-top: 10px;
}

/* WooCommerce notices */
body.dws-raw-site .woocommerce-message {
  border: 1px solid rgb(2 142 214);
  border-radius: 30px;
  margin-top: 16px;
  box-shadow: 0 10px 30px rgba(17, 24, 39, 0.055);
  background: #e8f3fb;
}

body.dws-raw-site .woocommerce-message::before {
  color: #008ed6;
}

body.dws-raw-site .woocommerce-notices-wrapper .woocommerce-message,
body.dws-raw-site .woocommerce-notices-wrapper .woocommerce-error,
body.dws-raw-site .woocommerce-notices-wrapper .woocommerce-info {
  padding: 1em 2em 1em 3.5em;
}

/* Cart thumbnail inside .item-image */
body.dws-raw-site .item-image .cart-item-thumb-img {
  width: 50%;
  height: 50%;
  object-fit: cover;
  border-radius: 26px;
  display: block;
  margin: 0 auto;
}

/* Secondary shop link (continue shopping) */
body.dws-raw-site .secondary-shop-link {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

/* Breadcrumb link colour */
body.dws-raw-site .dws-product-breadcrumb a {
  color: #008ed6;
  font-weight: 600;
}

/* btn-secondary dark text */
body.dws-raw-site .btn-secondary {
  color: #151515;
}
