/*!
  Theme Name: Merci Creative
  Theme URI: http://wearemerci.com/
  Author: Merci Creative
  Author URI: http://wearemerci.com/
  Description: Site web développé avec passion par Merci Creative | Développeur : Laurent ROY | Graphiste : Silène Cleyrat | Directeur de crétion : David Morille
  Version: 1.0.0
  License: GNU General Public License v2 or later
  License URI: LICENSE
  Text Domain: merci-translate 
*/


.media-frame.mode-grid .media-toolbar {
  margin-bottom: 15px;
  height: fit-content;
}

/* CORRECTIF SLIDER ARROWS MOBILE */
.shop--slider-arrows {
	display: initial !important;
	opacity: 0;
  	animation: 0.5s fadIn 1s linear forwards;
}

@keyframes fadIn {
  to {
    opacity: 1;
  }
}