/* 
Theme Name: Café Les Z'Arts
Description: Custom theme for Aigues-Verte's Les Z'Arts Café
Author: RM
Author URI: https://evolutio.dev/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
--- GENERAL THEMING
*/

/* LINKS */
a, a:active, a:visited, h1, h2, h3, h4, h5, h6 {
  color: var(--e-global-color-primary);
}
a:hover {
  color: initial;
}
a:focus, label:focus, input:focus, button:focus, a:focus-visible, label:focus-visible, input:focus-visible, button:focus-visible {
  outline: none !important;
  border-color: unset !important;
}
/* BUTTONS */
.secondary-button .elementor-button {
  color: var(--e-global-color-text);
  background-color: var(--e-global-color-e050f72);
  border-color: var(--e-global-color-d0257ed);
}
.secondary-button .elementor-button:hover, .secondary-button .elementor-button:focus {
  color: var(--e-global-color-text);
  background-color: var(--e-global-color-d0257ed);
  border-color: var(--e-global-color-d0257ed);
}
/* WC NOTICES */
.woocommerce-error, .woocommerce-message, .woocommerce-info {
  border-radius: 4px;
  border: solid 1px var(--e-global-color-38fb0c3);
}
/* WEGLOT */
a.weglot-language-en {
  padding-right: 0;
}
a.weglot-language-en::before {
  margin-right: 0;
}

/*
--- SHOP PAGES
*/
/*HEADER*/
body.woocommerce-shop header#site-header {
  display: none;
}
/* CART FAB */
.orderable-floating-cart__button svg {
  fill: white;
}
/* CART DRAWER */
.orderable-drawer button:before, .orderable-drawer button:after, .orderable-drawer button:hover:before, .orderable-drawer button:hover:after {
  background-color: white; 
}
.orderable-drawer .orderable-quantity-roller__roller {
      box-sizing: content-box;
  border: solid 2px var(--e-global-color-primary);
  border-radius: 50px;
}
/*PRODUCT LIST*/
body.woocommerce-shop .orderable-products-list--grid .orderable-product__hero {
  max-width: 200px;
  margin: 0 auto;
}

body.woocommerce-shop h3.orderable-category-heading__title--sub-category {
  color: var(--e-global-color-38fb0c3);
  text-align: center;
}
body.woocommerce-shop .orderable-product {
  background: white;
}
/*MOBILE*/
@media screen and (max-width: 767px) {
body.woocommerce-shop .orderable-product {
  padding: 10px;
  border-radius: 8px;
  box-shadow: 0px 4px 8px rgba(0,0,0,0.1)
}
}