/*
Theme Name: SmokeSignal Child
Theme URI: http://zanna.novaworks.net
Description: This is a child theme for SmokeSignal Website.
Author: Sheeraz A. Chand
Author URI: https://sheerazchand.com/
Template: zanna
Version: 1.0
*/

/****************************************************************/
/*************** ADD YOUR CUSTOM CSS IN THIS AREA ***************/
/****************************************************************/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Clash Grotesk", Sans-serif;
    font-weight: 500;
}


.product-item__description--actions.smoke_signal{
    position: relative !important;
}

ul.products .product .product-item .product-item__description--actions.smoke_signal .button{
   opacity: 1 !important;
   transform: unset !important; 
}


.product .product-item .product-item__thumbnail {
    border-color: transparent !important;
    border-radius: 5px !important;
    background: #F6F6F6 !important;
}


.product .product-item h3.woocommerce-loop-product__title {
    text-align: center;
    font-weight: 600 !important;
}

.product .product-item .info-right {
    text-align: center !important;
}

.product-item__description--actions.smoke_signal a.button {
    background: transparent !important;
    color: var(--e-global-color-secondary) !important;
    border: 1px solid var(--e-global-color-secondary) !important;
    border-radius: 5px !important;
    height: 3rem !important;
    margin-top: 15px;
	padding: 0;
}

.product-item__description--actions.smoke_signal a.button .text{
    font-size: 16px !important;
}

.product-item__description--actions.smoke_signal a.button:hover {
    background: var(--e-global-color-secondary) !important;
    color: var(--e-global-color-primary) !important;
}

.product-item__description--actions.smoke_signal a.button .text::after {
  content: "";
  display: inline-block;
  width: 80px;
  height: 10px;
  margin-left: 5px;
  background: url('https://smokesignals.sheerazchand.com/wp-content/uploads/2023/11/product_arrow.svg') center/contain no-repeat;
}

.product-item__description--actions.smoke_signal a.button:hover .text::after {
  background: url('https://smokesignals.sheerazchand.com/wp-content/uploads/2023/11/arrow.svg') center/contain no-repeat;
}



/****************************************************************/
/****************************************************************/
/****************************************************************/
