/*
Theme Name: Konte Child Theme
Theme URI: http://konte.uix.store/
Author: UIX Themes
Author URI: http://uix.store
Description: A fully responsive Premium WordPress Theme with a pixel perfect design and extensive functionality
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: konte
Tags: one-column, two-columns, right-sidebar, custom-colors, custom-menu, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Template: konte
*/

.ingredients-wrapper {
  position: relative;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
  min-height: 550px;
}

/* Imagen principal */
.ingredients-wrapper .cream {
    width: 400px;
    position: relative;
    top: 210px;
}

/* Elementos laterales */
.ingredient {
  width: 180px;
  text-align: center;
  position: absolute;
}

.ingredient img {
  width: 60px;
  margin-bottom: 10px;
}

.ingredient h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

.ingredient p {
  font-size: 13px;
  opacity: 0.7;
}

/* POSICIONES */
.item-left {
  left: 165px;
  top: 50%;
  transform: translateY(-50%);
}

.item-right {
  right: 175px;
  top: 53%;
  transform: translateY(-50%);
}

.item-top-left {
  top: 5%;
  left: 31%;
}

.item-top-right {
  top: 5%;
  right: 30%;
}


/* Flechas */
.arrow {
  position: absolute;
  pointer-events: none;
  z-index: 1;
  opacity: 1;
}

/* FLECHA 1 → Café a Aloe */
.arrow-1 {
  top: 14%;
  left: 23%;
  transform: rotate(-20deg);
}

/* FLECHA 2 → Aloe a Agua termal */
.arrow-2 {
  top: 12%;
  left: 45%;
  transform: rotate(8deg);
}

/* FLECHA 3 → Agua termal a Vitamina E */
.arrow-3 {
  top: 17%;
  right: 23%;
  transform: rotate(20deg);
}

.hamburger-menu, .header-account, .header-search{
    display: none;
}







/* RESPONSIVE */
@media (min-width: 901px) and (max-width: 1199px) {
  .ingredients-wrapper .cream {
    width: 190px;
    top: 240px;
  }
}

@media (max-width: 900px){
  .arrow { display: none; }
	.ingredients-wrapper {
    min-height: auto;
  }

  .ingredients-wrapper .cream {
    position: relative;
    width: 250px;
    margin: 40px auto;
    transform: none;
    top: auto; left: auto;
  }

  .ingredient {
    position: relative;
    margin: 20px auto;
    left: auto; right: auto; top: auto; transform: none;
  }
}

@media (max-width: 768px) {

  
	
}


.h2-custom span {
	display: block;
	font-size: 1rem;
}
.home .site-content {
    padding-top: 0;
}
.newsletter .wpcf7 input[type="email"] {
    border: 1px solid #000;
    background-color: #fff;
    padding: 19px;
}
.newsletter .wpcf7-form .wpcf7-submit {
    margin-top: 3px;
}
.newsletter .wpcf7-form p {
    margin-bottom: 0;
}

@media (min-width: 992px) {
  .two-column ul.products.columns-3 li.product {
    width: 50%;
  }
}