/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

.divgradient .elementor-divider-separator{
background: linear-gradient(
90deg,
rgba(14,165,164,0) 0%,
  #0EA5A4 50%,
  rgba(14,165,164,0) 100%
);
height:1px;
border: none !important;
}




/* icon initial state */
.hovcard .hover{
opacity:0;
transform:translateY(20px);
transition:all .35s ease;
position:absolute;
top:0px;
left:0px;
z-index:5;
}

/* hover par icon show */
.hovcard:hover .hover{
opacity:1;
transform:translateY(0);
}

/* card clickable */
.hovcard{
position:relative;
cursor:pointer;
}

.custom-product-tags{
position:absolute;
bottom:316px;
left:16px;
display:flex;
flex-direction:column;
gap:6px;
z-index:5;
}

.product-tag-badge{
display:inline-flex;
align-items:center;
justify-content:center;
padding:5px 10px;
background:#B89A5A;
color:#000;
font-family:"DM Sans", sans-serif;
font-size:9px;
font-weight:500;
letter-spacing:1.5px;
text-transform:uppercase;
line-height:1;
}













