/* 
Theme Name: BODEGARUBUS
Theme URI: https://laminaestudio.com
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: La Mina
Author URI: https://laminaestudio.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: bodegarubus-elementor-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
*/

/* Add your custom styles here */

@media (max-width: 768px) {
  .alignwide {
    margin-left: 0;
    margin-right: 0;
  }
}

._hover-wine {
  position: relative;
  overflow: hidden;
}

._hover-wine:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url('https://bodegarubus.com/wp-content/uploads/2025/06/bg_bottle.svg'); 
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 0;
  transition: filter 0.8s ease-in-out;
}

._hover-wine.__menu:before {
  background-size: 60% !important;
}

._hover-wine:hover:before {
  filter: brightness(0.5);
}

._hover-wine > * {
  position: relative;
  z-index: 1;
}

._wine-bottle {
  transform: scale(1);
  transition: transform 0.8s ease-in-out;
  transform-origin: center;
}

._hover-wine:hover ._wine-bottle {
  transform: scale(1.1);
  transition: transform 0.8s ease-in-out;
}

._map-carousel .swiper-pagination {
  display: flex;
  align-items: center;
  transform: translateX(-50%);
}

._map-carousel .swiper-pagination .swiper-pagination-bullet {
  background-color: #ffffff !important;
  opacity: 1 !important;
}

._map-carousel .swiper-pagination .swiper-pagination-bullet-active {
  border: 2px solid #ffffff !important;
  background-color: transparent !important;
  width: 12px !important;
  height: 12px !important;
}

@media (max-width: 1023px) {
  ._map-carousel.__product .swiper-pagination .swiper-pagination-bullet {
    background-color: #666666 !important;
  }

  ._map-carousel.__product .swiper-pagination .swiper-pagination-bullet-active {
    border: 2px solid #666666 !important;
    background-color: transparent !important;
  }
}

._grid-product-map {
  height: 942px;
  overflow: hidden;
}

._grid-product-scroll {
    height: 942px;
    overflow-y: auto;
  }

@media (max-width: 1023px) {
  ._grid-product-map {
    height: auto !important;
  }

  ._grid-product-scroll {
    height: auto !important;
    overflow-y: auto;
  }
}

@media (max-width: 1023px) {
  ._drop-pinned {
    height: 100vh !important;
  }
}

/* FORMAT */
._text-white {
  color: #ffffff !important;
}

._text-gris35 {
  color: #A6A6A6 !important;
}

._text-bold {
  font-weight: 700 !important;
}

._visible-hidden {
	visibility: hidden !important;
}

/* RESET */
._pinned-section,
._scroll-down-section,
._drop-pinned,
._drop-scrolldown,
._text1-scrolldown,
.horizontal-parent,
.horizontal-child {
  animation: none !important;
  transition: none !important;
  will-change: transform;
  transform: translateZ(0);
}
