/*
Theme Name: dt-the7 Child
Theme URI:  https://www.wpserveur.net
Author:     WPServeur
Author URI: https://www.wpserveur.net
Template:   dt-the7
Version:    1.0
License:    GNU General Public License v2 or later
*/

.boutique-btn {
    position: fixed;
    top: 10px;
    right: 20px;
    z-index: 9999;
    background-color: #f2c100;
    color: #000;
    padding: 10px 20px;
    border-radius: 25px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    transition: background-color 0.3s ease;
  }

  .boutique-btn:hover {
    background-color: #e6b800;
    color: #000!important;
  }
