/*
Theme Name: Creativo Child
Theme URI: https://themeforest.net/item/creativo-responsive-multipurpose-theme/4716204
Description: Child theme for Creativo
Author: Usman Malick
Template: creativo
Version: 1.1.0.0
*/

.inside_prod .product_buttons_wrap .add_to_cart_button .product_type_simple .ajax_add_to_cart {
    display: none !important;
}


/* PRODUCT CARD CONTAINER */
.custom-product-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 10px 10px !important;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 6px 18px rgba(0,0,0,0.06);
}

.custom-product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.10);
}

/* MAIN IMAGE */
.product-image-wrap img {
    width: 100%;
    border-radius: 12px;
    display: block;
}

/* GALLERY THUMBNAILS */
.product-gallery-thumbs {
    display: flex;
    justify-content: center;
    gap: 10px;                     /* more space between thumbnails */
    margin-top: 10px;              /* space from main image */
    margin-bottom: 10px;           /* space before title */
}
.gallery-thumb {
	border-radius: 100% !important;
}

.product-gallery-thumbs img {
    width: 44px;
    height: 44px;
    object-fit: cover;
    border-radius: 100% !important;            /* ROUND thumbnails */
    cursor: pointer;
    border: 2px solid transparent;
    opacity: 0.85;
    transition: all 0.25s ease;
}

.product-gallery-thumbs img:hover {
    opacity: 1;
    border-color: #000;
    transform: scale(1.08);
}

/* PRODUCT TITLE */
.product-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    margin: 6px 0 4px;
}

.product-title a {
    color: #111;
    text-decoration: none;
}

/* PRICE */
.price {
    font-size: 15px;
    font-weight: 700;
    color: #000;
}

/* GRID REFINEMENT */
.woocommerce ul.products {
    gap: 20px;
}



/*gallery design */
.blob {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;	
	  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;

}

.blob img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Filter sidebar container */
.wc-auto-filter {
    background: #FEF2E9;
    border: 1px solid #eaeaea;
    padding: 15px;
    border-radius: 10px;
}

/* Each filter group */
.wc-auto-filter h4 {
    font-size: 18px;
    margin: 10px 0 10px;
    border-bottom: 1px solid #eee;
}

/* Checkbox list */
.wc-auto-filter .filter-option {
    display: flex;
    margin-bottom: 6px;
    cursor: pointer;
    transition: all 0.2s ease;
}

/* Checkbox */
.wc-auto-filter input[type="checkbox"] {
    margin-right: 8px;
    accent-color: #f4791f;
    cursor: pointer;
}

/* Text */
.wc-auto-filter .filter-option span {
    font-size: 14px;
    color: #333;
}

/* Selected state */
.wc-auto-filter input[type="checkbox"]:checked + span {
    font-weight: 600;
    color: #f4791f;
}
h3.sidebar-title{
	font-size: 20px !important;
}
/* Remove the count numbers */
.woocommerce-widget-layered-nav-list__item .count {
    display: none;
}

/* Remove bullets and padding for the list */
.woocommerce-widget-layered-nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Style each color item like the Types widget */
.woocommerce-widget-layered-nav-list__item {
    border-bottom: 1px solid #e0e0e0; /* same as Types list */
    padding: 10px 0;
}

/* Style links */
.woocommerce-widget-layered-nav-list__item a {
    text-decoration: none;
    color: #000; /* normal text color */
    font-weight: 500;
}

/* Hover effect like Types list */
.woocommerce-widget-layered-nav-list__item a:hover {
    color: #0073aa; /* adjust hover color as needed */
}
