/*
Theme Name: Hello-Biz Child
Description: Child theme for HelloBiz
Author: Haroon Yamin
Author URI: https://linkedin.com/in/haroon.webdev
Template: hello-biz
Version: 1.0.0
Text Domain: hellobiz-child
*/

/* Add your custom styles below */

/* Product Cards */
.product-variations-list {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}
.product-variations-list .variation-name {
    display: inline-block;
    padding: 4px 6px;;
    border: 1px solid #c3a85945;
    border-radius: 3px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1em;
    color: #222 !important;
}

.featured-slider .price {
    margin: 0 !important;
}
.featured-slider .swiper-pagination-bullet {
    width: 20px !important;
    border-radius: 6px !important;
    transition: all 0.4s ease !important;
}
.featured-slider .swiper-pagination-bullet-active {
    width: 48px !important;
    background: #C3A859 !important;
}