/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

/* Click & Collect product-card styling parity with homepage cards. */
body.page-id-102599 .product-wrapper,
body.parent-pageid-102599 .product-wrapper,
body.page-id-102599 .wd-product-wrapper.product-wrapper,
body.parent-pageid-102599 .wd-product-wrapper.product-wrapper {
  border: 3px solid var(--wd-bordered-brd, var(--brdcolor-gray-300)) !important;
  border-top-left-radius: 999px !important;
  border-top-right-radius: 999px !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  overflow: hidden;
}

body.page-id-102599 .wd-product .wd-entities-title,
body.parent-pageid-102599 .wd-product .wd-entities-title {
  font-size: 20px !important;
  font-weight: 800 !important;
}

body.page-id-102599 .product-wrapper:hover,
body.parent-pageid-102599 .product-wrapper:hover {
  border-color: #9A1B4F !important;
}

body.page-id-102599 .wd-product:hover .wd-entities-title,
body.page-id-102599 .wd-product:hover .wd-entities-title a,
body.page-id-102599 .wd-product.wd-variation-active .wd-entities-title,
body.page-id-102599 .wd-product.wd-variation-active .wd-entities-title a,
body.parent-pageid-102599 .wd-product:hover .wd-entities-title,
body.parent-pageid-102599 .wd-product:hover .wd-entities-title a,
body.parent-pageid-102599 .wd-product.wd-variation-active .wd-entities-title,
body.parent-pageid-102599 .wd-product.wd-variation-active .wd-entities-title a {
  color: #9A1B4F !important;
}

body.page-id-102599 .wd-product:hover .woocommerce-Price-amount,
body.page-id-102599 .wd-product.wd-variation-active .woocommerce-Price-amount,
body.parent-pageid-102599 .wd-product:hover .woocommerce-Price-amount,
body.parent-pageid-102599 .wd-product.wd-variation-active .woocommerce-Price-amount {
  color: #C3993A !important;
}
