/*
Theme Name: Kapee Child
Theme URI: https://kapee.presslayouts.com/
Author: PressLayouts
Description: This is a child theme for Kapee
Version: 1.0.0
Author URI: https://www.presslayouts.com/
Template: kapee
Text Domain: kapee-child
*/

/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */
/* Hover border & shadow untuk produk di grid/shop/archive/slider */
body.woocommerce ul.products li.product:hover,
body.woocommerce-page ul.products li.product:hover,
.woocommerce .products .product:hover,
.owl-carousel .owl-item .product:hover {
  border: 2px solid #f36c34 !important;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1) !important;
}