/*
 Theme Name:   twentytwentyfive-child
 Theme URI:    http://example.com/yourtheme-child
 Description:  A child theme for the Your Theme WordPress theme.
 Author:       Ram Maurya
 Author URI:   http://example.com
 Template:     twentytwentyfive
 Version:      1.0.0
*/

/* Import the parent theme's style.css */
@import url("../twentytwentyfive-child/style.css");

/* Add your custom styles below this line */
.picture {
  position: relative;
}

.wishlist-overlay {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
}

.wishlist-overlay a.add_to_wishlist {
  font-size: 20px;
  background: #fff;
  padding: 5px;
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
