@import "tailwindcss";

body {
  font-family: "Nanum Gothic", sans-serif;
}

.container {
  width: 1280px;
  margin: 0 auto;
  font-family: "Nanum Gothic", sans-serif;
}

/** WOOCOMMERCE STYLES **/
.woocommerce {
  padding: 2rem;
  color:#fff;
}
article.product {
  color:#fff;
  margin:150px 0;
}

article.product header {
  display:none;
}
.woocommerce-message {
  border-top-color: #ccc;
  background:transparent;
  color:#fff;
}
.woocommerce-message:focus {
	outline: none !important;
	box-shadow: none !important;
}
.cart button, .wc-block-components-button {
  border:1px solid #7c0a02;
  background:#7c0a02;
  color:#fff;
  padding:10px 30px;
  border-radius:25px;
  cursor:pointer;
}
.cart button:hover {
  text-decoration: underline;
}
.wp-block-woocommerce-cart, .wp-block-woocommerce-checkout {
  color:#fff;
  font-family: "Nanum Gothic", sans-serif;
  font-size: 18px;
  background:#111;
  padding: 20px;
}
article.status-publish {
  margin: 150px 0;
  color:#fff;
}
article.status-publish header {
  display: none;
}
.wp-block-woocommerce-checkout {
  color:#fff;
}

.woocommerce table.shop_table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 2rem;
}

.woocommerce table th,
.woocommerce table td {
  padding: 1rem;
  border: 1px solid #ddd;
}

.woocommerce .cart_totals {
  text-align: right;
}

.woocommerce .button {
  background-color: #000;
  color: #fff;
  padding: 0.75rem 1.5rem;
  text-transform: uppercase;
  font-size: 0.9rem;
  border: none;
  cursor: pointer;
}
