/*
Theme Name: Glozin Child
Theme URI: https://wpglozin.com/
Author: UIXThemes
Author URI: https://uix.store
Description: Multipurpose WooCommerce WordPress Theme
Version: 1.0.0
Requires at least: 5.0
Tested up to: 5.8
Requires PHP: 7.0
License: GNU General Public License v2+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: glozin
Tags: one-column, two-columns, left-sidebar, right-sidebar, full-width-template, post-formats, theme-options, threaded-comments, translation-ready
Template: glozin
*/


/**************** Homepage Tab Category Carousel **************************/

.urban-best-sellers .product-thumbnail {
    border-radius: 10px 10px 0 0;
    height: 55%;
}
.urban-best-sellers .rounded-product-image img{
	top:-15%;
}
.urban-best-sellers .product-summary{
    border-radius: 0 0 10px 10px;
	border-color:#dec9ae;
	background:#F7F4ED;
}
.urban-best-sellers .woocommerce-loop-product__title{
    font-family: 'poppins';
    font-weight: 500;
    font-size: 15px;  
}
.urban-best-sellers .gz-price del, .price del {
    color:#666 !important;
    font-weight: 500;
    font-size: 13px;
}
.urban-best-sellers .gz-price ins, .price ins{
    color: #000 !important;
    font-size: 18px;
    font-weight: 700;
}
.urban-best-sellers ul.products li.product .product-inner{
    height:100%;
}
.urban-best-sellers .swiper ul.products li.product{
    height:auto;
}

/**************** Homepage Tab Category Carousel - End **************************/

/**************  categories set 1 Design ********************/

/* Urban Loha category cards */
.urban-category-grid ul.products {
    align-items: stretch;
}

.urban-category-grid li.product-category.product {
    width: 100% !important;
    height: 100%;
    margin: 0 !important;
    padding: 5px 5px 10px !important;
    overflow: hidden;
    background: #F7F4ED;
    border: 1px solid #dec9ae;
    border-radius: 10px;
    text-align: center;
    transition: all 0.25s ease;
}

.urban-category-grid li.product-category.product > a {
    display: flex;
    height: 100%;
    flex-direction: column;
    color: inherit;
}

.urban-category-grid li.product-category.product img {
    width: 100%;
    aspect-ratio: 1 / 1;
    margin: 0 !important;
    border-radius: 7px;
    object-fit: cover;
}

.urban-category-grid .woocommerce-loop-category__title {
    margin: 8px 0 0 !important;
    color: #31231a;
    font-family: "Cormorant Garamond", serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
}

.urban-category-grid mark.count {
    display: block;
    margin-top: 3px;
    padding: 0;
    background: transparent;
    color: #786b61;
    font-family: "Poppins", sans-serif;
    font-size: 10px;
    font-weight: 400;
}

.urban-category-grid li.product-category.product:hover {
    transform: translateY(-3px);
    border-color: #b98b4c;
    box-shadow: 0 8px 20px rgba(64, 40, 22, 0.08);
}

.urban-category-grid mark.count {
    display: block;
    margin-top: 3px;
    padding: 0;
    background: transparent;
    color: #786b61;
    font-family: "Poppins", sans-serif;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.3;
}

/**************** categories set 1 Design Close  ****************/


/************** Banner Button *******************/

.glozin-slide .glozin-button {background: linear-gradient(
        180deg,
        #FFE5A7 0%,
        #E0B668 52%,
        #C59040 100%
    ) !important;}
    
    .glozin-slide .glozin-button:hover {background: linear-gradient(
        180deg,
        #B89446 0%,
        #E0B668 52%,
        #C59040 100%
    ) !important;}


/************** Banner Button Close*******************/

/************** Category Button *******************/
.offer-collection .glozin-banner__button {background: linear-gradient(
        180deg,
        #FFE5A7 0%,
        #E0B668 52%,
        #C59040 100%
    ) !important;}
    
.offer-collection .glozin-banner__button:hover {background: linear-gradient(
        180deg,
        #B89446 0%,
        #E0B668 52%,
        #C59040 100%
    ) !important;}

/************** Category Button Close*******************/








