/*
Theme Name: Zota Child
Theme URI: https://elementor2.thembay.com/zota/
Author: Thembay
Description: This is a child theme for Zota
Version: 1.2
Author URI: https://thembay.com/
Template: zota
Text Domain: zota-child
*/

/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */

/* Match checkout form background to page background */
.woocommerce-checkout .woocommerce {
    background: #F7F9F6;
}

/* Product tags as buttons at bottom of single product */
.anglotopia-product-tags {
    width: 100%;
    padding: 20px 0;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

.anglotopia-product-tags .tags-label {
    font-weight: 600;
    color: var(--link-color, #1d1d1d);
    margin-right: 4px;
    font-size: 14px;
}

.anglotopia-product-tags .tag-button {
    display: inline-block;
    padding: 6px 14px;
    border: 1px solid var(--tb-theme-color, #acd4aa);
    border-radius: 4px;
    background: #fff;
    color: var(--link-color, #1d1d1d);
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}

.anglotopia-product-tags .tag-button:hover {
    background: var(--tb-theme-color, #acd4aa);
    color: #fff;
    border-color: var(--tb-theme-color, #acd4aa);
}