/*
Theme Name: Dublin Art Store Theme
Theme URI: https://dublinartstore.com
Author: Akshai
Description: Custom luxury art gallery front-end using existing migrated WooCommerce backend.
Version: 1.0
*/

body {
  margin: 0;
  padding: 0;
  font-family: "Segoe UI", sans-serif;
}
/* REMOVE WHITE SPACE BELOW NAVBAR & WORDPRESS PAGE TITLE DEFAULTS */
.page-title,
.entry-title,
.entry-header,
.site-content,
.wp-block-group,
.content-area,
.entry-content,
#content,
.site-main,
.page,
.home,
body.home {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* ===== FIX BLACK/BLANK PRODUCT PAGE (Woo text colors) ===== */
.das-woo-page,
.woocommerce-wrapper,
.woocommerce-page .site,
.woocommerce-page #content,
.woocommerce-page .site-content {
  background: #0f0f0f;
  color: #fff;
  min-height: 100vh;
  padding: 140px 8% 80px;
}

/* Titles + prices */
.woocommerce div.product .product_title,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .price {
  color: #fff !important;
}

/* Links */
.woocommerce a,
.woocommerce a:visited {
  color: #d4af37 !important;
  text-decoration: none;
}

/* Short description / meta */
.woocommerce div.product .woocommerce-product-details__short-description,
.woocommerce div.product .product_meta,
.woocommerce-tabs,
.woocommerce-tabs * {
  color: #e9e9e9 !important;
}

/* Tabs headings */
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  color: #d4af37 !important;
}

/* Buttons */
.woocommerce button.button,
.woocommerce a.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  background: #d4af37 !important;
  color: #000 !important;
  border-radius: 30px;
  font-weight: 700;
  border: none !important;
}

.woocommerce button.button:hover,
.woocommerce a.button:hover,
.woocommerce input.button:hover {
  background: #fff !important;
  color: #000 !important;
}
