/*
Theme Name: Luxe & Stitch
Theme URI: https://designsfunnel.com/
Author: Designs Funnel Team
Author URI: https://designsfunnel.com/
Description: Delivering a bespoke theme development tailored to precisely align with the unique requirements of our
esteemed client.
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/


.custom-header {
    position: absolute !important;
    z-index: 999 !important;
    width: 100% !important;
}
/* Style the custom View Cart button */
.view-cart-btn {
    background: #000;         /* your brand color */
    color: #fff;
    font-size: 13px;          /* smaller text */
    padding: 6px 12px;        /* smaller button */
    border-radius: 4px;
    display: inline-block;
    margin-top: 10px;         /* spacing under Add to Cart */
}

.view-cart-btn:hover {
    background: #444;         /* hover effect */
    color: #fff;
}
:root {
  --forms-buttons-border-color: #F42478 !important;
  --forms-buttons-border-hover-color: #F42478 !important;
}


