/*
Theme Name: Buyno Child
Theme URI: https://shokrino.com
Author: Matin Shokri
Author URI: https://shokrino.com/make
Description: A clean, upgrade-safe child theme for Buyno with design tokens, quick font tools, custom hook slots, and developer-friendly extension points.
Template: buyno
Requires at least: 5.3
Tested up to: 6.5.5
Requires PHP: 7.4
Version: 1.0.4
License: All Rights Reserved for Shokrino Team.
Text Domain: buyno-child
Domain Path: /languages
*/

.buyno-child-hook-slot {
    width: 100%;
}

.buyno-child-hidden {
    display: none !important;
}

:root, body.buyno-child-active {
    --byno-var-main-color: #2C8943 !important;
    --byno-var-main-color-rgb: 44, 137, 67 !important;
    --byno-var-second-color: #EAF7EE !important;
    --byno-var-second-color-opacity: rgba(44, 137, 67, .14) !important;
    --byno-var-main-gradient: linear-gradient(-45deg, #2C8943, #3BA456) !important;
}

