/*
Theme Name: Jolchobi
Theme URI: https://click4technologies.com/
Author: Click 4 Technologies
Author URI: https://click4technologies.com/
Description: Ecommerc Portal
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: <https://www.gnu.org/licenses/gpl-2.0.html>
Text Domain: Ecommerc Portal
Tags: Ecommerc Portal
*/

/* h2.woocommerce-loop-product__title {
    font-size: 1.08em;
    font-weight: 600;
    margin-bottom: .15em;
} */
span.price {
    font-weight: 700 !important;
    font-size: 1.12em !important;
}
.product img {
  transition: transform 0.4s cubic-bezier(.25,.8,.25,1);
  display: block;
/*   width: 100%;
  height: 180px; */
  object-fit: cover;
}

.product:hover img {
  transform: scale(1.12);
}

li.product{
    height: 100%;
    border-radius: 1rem;
    box-shadow: 0 2px 10px 0 rgba(60, 72, 80, .08);
    border: none;
    position: relative;
    transition: box-shadow .15s;
	text-align: center;
}
a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    overflow: hidden;
    border-radius: 0.5rem;
}
.woocommerce ul.products li.product .button {
    margin-bottom: 1em;
}
.wc-block-components-button__text {
  background: #ed1e79;
  color: #fff !important;
  font-size: 1.14rem;
  padding: 0.7rem 2.4rem;
  margin-left: 10px;
  font-weight: 500;
  box-shadow: 0 3px 8px #ed1e7930;
  border: none;
  transition: background 0.18s;
}
.wc-block-components-button__text:hover {
  background: #b50954;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button {background: #ed1e79;color:#fff}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:hover {background: #c11461;color:#fff}