/*
Theme Name: FocusFragrance
Theme URI: https://focusfragrance.com
Author: Maxel Rodrigues
Author URI: https://focusfragrance.com
Description: Custom theme for FocusFragrance.
Version: 1.0
License: GPL
License URI: http://wordpress.org/about/gpl/
Text Domain: focusfragrance
*/

/* TEMP CSS BEGINS 22-06-2024 */

#sidebar{
	display: none;
}

.productCard .pImage{
    padding-bottom: 56.25%;
    position: relative;
}

.productCard .pImage img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

.productCard .pDescription {
    min-height: 100px;
}

.woocommerce ul.products li.product .button{
	background-color: #ffbe98;
    border-radius: 50px;
    color: #fff;
    padding: 10px 30px 5px;
    font-family: "Josefin Sans", sans-serif;
    text-decoration: none;
    width: 100%;
    text-align: center;
    font-weight: normal;
    line-height: inherit;
}

.woocommerce ul.products li.product 
.woocommerce-loop-category__title, 
.woocommerce ul.products li.product 
.woocommerce-loop-product__title, 
.woocommerce ul.products li.product h3{
	margin-bottom: var(--bs-card-title-spacer-y);
    color: var(--bs-body-color);
	font-family: "Josefin Sans", sans-serif;
    font-size: clamp(16px, 3vw, 24px);
    font-weight: 500;
    text-decoration: none;
}

.woocommerce .star-rating span::before {
   
	color: #3bb3b2;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price{
	color: var(--bs-body-color);
	font-size: 1.25rem;
    font-weight: 500;
}
/* TEMP CSS ENDS 22-06-2024 */
