/*
Theme Name: RITOKS Code
Theme URI: https://ritoks.com/
Description: Code-first RITOKS child theme for WooCommerce. No page builder dependency.
Author: RITOKS
Version: 1.0.0
Template: astra
Text Domain: ritoks-code
*/

:root {
  --ritoks-ink: #111820;
  --ritoks-navy: #102432;
  --ritoks-blue: #0c68b5;
  --ritoks-soft: #f3f6f8;
  --ritoks-border: #dfe5ea;
  --ritoks-content: 1280px;
}

.woocommerce ul.products li.product .button,
.woocommerce div.product form.cart,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  display: none;
}

.single-product div.product > .woocommerce-product-gallery,
.single-product div.product > .summary {
  display: none;
}

.woocommerce ul.products li.product {
  border: 1px solid var(--ritoks-border);
  background: #fff;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  color: var(--ritoks-ink);
  font-weight: 700;
}

.ritoks-product-inquiry {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 3px;
  background: var(--ritoks-blue);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.ritoks-product-inquiry:hover,
.ritoks-product-inquiry:focus-visible {
  background: #084f8a;
  color: #fff;
}

@media (max-width: 600px) {
  .ritoks-product-inquiry {
    width: 100%;
  }
}
