/* 
Theme Name: Cosmoflora Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Cosmoflora Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: cosmoflora-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Styles */

.catalogue-image img {
  object-fit: cover;
}

.home-slider .elementor-swiper-button {
  transform: translateY(400%) !important;
}

.home-link h3::before {
  content: "";
  display: block;
  width: 130px;
  height: 130px;
  margin: 0 auto;
  margin-bottom: 20px;
  background-image: url("/wp-content/uploads/2024/10/cosmoflora-foglia.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* Tablet */
@media (min-width: 767px) and (max-width: 1024px) {
  .home-slider .elementor-swiper-button {
    transform: translateY(280%) !important;
  }
}

/* Mobile */
@media (max-width: 766px) {
  .home-slider .elementor-swiper-button {
    transform: translateY(180%) !important;
  }
}
