/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
    font-family: 'Tusker Grotesk';
    src: url('./fonts/TuskerGrotesk-6600Semibold.woff2') format('woff2'),
        url('./fonts/TuskerGrotesk-6600Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

:root {
    --base-font: "Roboto", sans-serif;
    --title-font: "Tusker Grotesk", sans-serif;

    --base-color:#252525;
}

body {
    font-family: var(--base-font);
    font-weight: 300;
}

.grotesk {
    font-family: var(--title-font);
}

.txt-mb-0 * {
    margin-bottom:0;
}

h1, .banner h1, h2, .banner h2, h3, .banner h3, h4,  .banner h4, h5,  .banner h5, h6,  .banner h6 {
    line-height:inherit;
    font-size:1em;
    font-family: var(--title-font);
    letter-spacing: 0px;
}


.button {
    font-family: var(--title-font);
    min-height: 0;
    line-height: 1;
    padding:20px 20px 18px;
    overflow: hidden;
}
.button:hover {
    box-shadow: none;
}

.button span {
    font-size: 20px;
    line-height: 1.1;
    position: relative;
    z-index: 3;
}

.button.white {
    border:none!important;
    background: #fff;
}
.button.white span {
    color:var(--base-color)!important;
    transition: .5s color linear;
}
.button.white:hover span {
    color:#fff!important
}
.button.primary:after, .button.white:after {
    content: "";
    width: calc(100% + 80px);
    left: calc(-100% - 120px);
    position: absolute;
    height: 100%;
    top: 0;
    transition:.5s left linear;
    z-index: 2;
}

.button.primary:hover:after,.button.white:hover:after {
    left:-40px;
}

 .button.primary:after {
    background:#fff;
 }
  .button.white:after {
    background:var(--base-color);
 }

.button.white:hover {
    color:#fff!important;
}
.button.primary:hover {
    border-color:var(--base-color);
    color:var(--base-color);
}

.button.white:hover:after {
    background:var(--base-color);
}
.button.primary:hover:after {
    background:#fff;
}
.button.white.button-arrow span {
    padding-right:35px;
    position: relative;
}
.button.white.button-arrow span:after {
    content:"";
    position: absolute;
    width: 30px;
    height: 30px;
    top: -4px;
    right:-5px;
    background: url(/wp-content/uploads/2025/10/button-arrow-right-2.svg) center center no-repeat;
    background-size:contain;
    transition: .5s filter linear;
}

.button.white.button-arrow:hover span:after {
    filter:brightness(0) invert(1);
}

.button.primary:not(.white).button-arrow span {
    padding-right:35px;
    position: relative;
}
.button.primary:not(.white).button-arrow span:after {
    content:"";
    position: absolute;
    width: 30px;
    height: 30px;
    top: -4px;
    right:-5px;
    background: url(/wp-content/uploads/2025/10/button-arrow-right-2.svg) center center no-repeat;
    background-size:contain;
    filter:brightness(0) invert(1);
    transition: .5s filter linear;
}

.button.primary:not(.white).button-arrow:hover span:after {
    filter:brightness(1) invert(0);
}

.button.primary .icon-plus {
    position: relative;
    top: -4px;
    z-index: 3;
}


.madeinspain {
    
}

.madeinspain img {
    margin-right: 16px;
    max-width: 32px;
}

.pad-left-col>.col-inner {
    padding-left: max(15px, calc((100vw - 1820px) / 2)) !important;
}

.pad-right-col>.col-inner {
    padding-right: max(15px, calc((100vw - 1820px) / 2)) !important;
}

/* TOP BAR*/

#top-bar {
    border-bottom: 1px solid var(--base-color);
}

.image-height-fit .col-inner, .image-height-fit .img, .image-height-fit .img > div, .image-height-fit .img .img-inner {
        height:100%;
}

.image-height-fit .img .img-inner > img {
        height:100%;
        object-fit:cover;
}


/* HEADER */

.nav>li>a {
    color: var(--base-color);
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.header-wrapper:not(.stuck) .header-main  {
    border-bottom:1px solid var(--base-color);
}
.header-main .header-nav-main .menu-item {
    margin:0 24px   ;
}
.header-main .header-nav-main .menu-item:after {
    content: "";
    position: absolute;
    bottom: 2px;
    left: unset;
    right: 0;
    width: 0;
    height: 2px;
    background: var(--base-color);
    transition: .35s width linear;
}

.header-main .header-nav-main .menu-item:hover:after, .header-main .header-nav-main .menu-item.current-menu-item:after {
    left:0;
    right:unset;
    width: 100%;
}

/*Home*/
.header-home-slider .flickity-prev-next-button {
    width: 48px;
}
.header-home-slider .flickity-prev-next-button svg {
    display: none;
}
.header-home-slider .flickity-slider > section {
    transition: .5s opacity ease-out!important;
}
.header-home-slider .flickity-prev-next-button.previous {
    background: url(/wp-content/uploads/2025/10/foodments-arrow-left.svg) center center no-repeat;
    background-size: contain;
}
.header-home-slider .flickity-prev-next-button.next {
    background: url(/wp-content/uploads/2025/10/foodments-arrow-right.svg) center center no-repeat;
    background-size: contain;
}

.header-home-slider .flickity-page-dots {
    left:0;
    right: 0;
    max-width: 800px;
    margin:0 auto;
    bottom:25%;
    display: flex;
    flex-flow: row nowrap;
}

.header-home-slider .flickity-page-dots .dot {
    width: 100%;
    border: 0;
    position: relative;
    background: rgba(255, 255, 255, 0.40)!important;
    backdrop-filter: blur(12px);
    opacity: 1;
} 

.header-home-slider .flickity-page-dots .dot:after {
    content:"";
    position: absolute;
    top: 0;
    left:0;
    height: 4px;
    width: 0;
    background: #fff;
}

.header-home-slider .flickity-page-dots .dot.is-selected:after {
    width: 100%;
    transition: 5s width linear;
}



.product-banner .button-text-box {
    opacity: 0;
    transition: .3s opacity linear;
}

.product-banner:hover .button-text-box {
    opacity: 1;
}

.foodments-custom-title {
    margin-bottom: 0;
    font-family: var(--title-font);
    font-size: 2.75rem;
    line-height: 1.5; /* 66px */
}
.foodments-custom-title p {
    margin-bottom: 0;
}
.foodments-custom-title h1 {
    font-size: 2rem;
}

.attributes-container {
    display: flex;
    flex-flow:row wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
    margin-top: 30px;
    max-width: 700px;
}

.attributes-container .pvb-label {
    font-size: 1.125rem;
    font-style: normal;
    line-height: 140%; /* 25.2px */
    letter-spacing: 0.36px;
    display: none;
}

.attributes-container button {
    margin:0;
    min-height: 0;
    line-height: 1;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4; 
    letter-spacing: 0.36px;
    padding:12px 32px;
    border: 1px solid var(--base-color);
    margin:0 4px 8px;
}

.attributes-container button.is-active {
    background: var(--base-color);
    color:#fff;
}

.custom-product-data-col .pvb-wrapper + .button {
    width: 100%;
}

.custom-product-data-col .col-inner .custom-product-description {
    font-size: 18px;
    margin:1rem 0;
}

.product-image-bg > .col-inner:after {
    content:"";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:rgba(0,0,0,0.3);
    z-index: 2;
}

.product-image-bg > .col-inner > .ux-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
    z-index: 3;
}

#product-form .foodments-custom-title h1 {
    font-size: 1.5rem;
}

#product-form .foodments-custom-title p {
    font-size: 2rem;
}

#product-form .variation-selected {
font-size: 1.125rem;
display: block;
font-weight: 400;
line-height: 140%;
letter-spacing: 0.36px;
margin-bottom:30px;

}
#product-form {
    .frm_form_field input[type=email], .frm_form_field input[type=number], .frm_form_field input[type=search], .frm_form_field input[type=tel], .frm_form_field input[type=text], .frm_form_field input[type=url], .frm_form_field textarea, .frm_form_field select {
        padding:20px;
        font-size:1rem;
    }
}

.related-or-others.grid-cols-2 {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -10px;
}

.related-or-others.grid-cols-2 > .pro-card {
    width: calc(50% - 20px);
    margin:0 10px 40px;
    position: relative;
}

.related-or-others .button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 3;
    text-wrap: nowrap;
}
.related-or-others .img-button {
    position: relative;
}
.related-or-others .img-button:after {
    content:"";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: .2s opacity linear;
}

.related-or-others .pro-card:hover .img-button:after  {
    opacity: 1;
}

.related-or-others .pro-card-title {
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: 35px;
}

/* PRODUCT PAGE */

.gallery-column img {
    width: 100%;
}

.header-main .header-nav-main .menu-item.wpml-ls-item {
    margin:0;
    padding:0;
}

.header-main .header-nav-main .menu-item.wpml-ls-item a {
    padding:0 10px;
    line-height: 1;
}

.header-main .header-nav-main .menu-item.wpml-ls-item:after {
    display: none;
}

.header-main .header-nav-main .menu-item.wpml-ls-item:not(.wpml-ls-current-language) a {
    opacity: .6;
} 

.header-main .header-nav-main .menu-item.wpml-ls-item:not(:last-child) a {
    border-right:1px solid rgba(0,0,0,0.6);
}



/* FORMULARIO */
 .frm_forms > form,  .frm_forms fieldset {
    margin-bottom:0;
}

 .frm_form_field ::placeholder {
  color: var(--base-color);
  opacity: .8;
}
 .frm_form_field {
  margin-bottom:15px;
}

 .frm_error_style,  .frm_error {
  color:red;
  font-size: .875rem;
}

 .frm_form_fields input {
  margin-bottom:5px;
}

 .frm_fields_container .frm_checkbox label,  .frm_fields_container .frm_radio label {
    position: relative;
    padding-left: 24px;
    font-size: 1rem;
    font-weight: 300;
    color:var(--base-color);
    padding-top:0;
}

 .frm_fields_container .frm_checkbox label a {
  text-decoration:underline;
  color:var(--base-color);
  font-weight:400;

}

 .frm_form_field input[type=email],  .frm_form_field input[type=number],  .frm_form_field input[type=search],  .frm_form_field input[type=tel],  .frm_form_field input[type=text],  .frm_form_field input[type=url],  .frm_form_field textarea,  .frm_form_field select {
  appearance:none;
  -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
  margin-bottom:0;
  height:unset;
  line-height:1.6;
  padding:1.5rem;
  font-size:1.25rem;
  box-shadow:unset;
  border:1px solid var(--base-color);
  color:var(--base-color);
  border-radius:0;
  font-weight: 500;
  font-family: var(--title-font);

}

 .frm_form_field textarea {
    min-height: 0;
}

 .frm_fields_container input[type="checkbox"],  .frm_fields_container input[type="radio"]  {
  appearance:none;
  -webkit-appearance:none;
  -moz-appearance:none;
  margin:0;
  min-width: 16px;
  width:16px;
  height:16px;
  border:1px solid var(--base-color);
  background:transparent;
  position:absolute;
  top:4px;
  left:0;
  display: flex;
  align-items:center;
  justify-content:center;
  border-radius:0px;
}

 .frm_fields_container input[type="checkbox"]::before,  .frm_fields_container input[type="radio"]::before {
  content: "";
    width: calc(100% - 3px);
    height: calc(100% - 3px);
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--base-color);
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  border-radius: 0;
}

 .frm_fields_container input[type="checkbox"]:checked::before,  .frm_fields_container input[type="radio"]:checked::before  {
  transform: scale(1);
  position:relative;
}


 .frm_form_field .frm_submit button {
  margin:20px 0 0 0;
} 

 .frm_button_submit.button.primary.white {
    padding:12px 35px!important;
    border-radius:99px;
    box-shadow: unset!important;
    border-color:#fff!important;
}

 .frm_button_submit.button.primary.white:hover {
    background-color: #fff !important;
}

 .frm_button_submit.button.primary.white span {
    color:var(--fs-color-primary);
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: 144%; /* 30.24px */
    letter-spacing: -0.42px;
    text-transform: none;
}

 .frm_button_submit.button.primary.white span:after {
    filter:none;
}

/* FOOTER */
.ux-menu-link:hover .ux-menu-link__link {
    color:#000;
    font-weight: 400;
}


.absolute-footer {
    padding:0; 
}

.change-settings-button {
    margin-bottom: 0;
    line-height: 0;
    margin-right: 0;
    max-width: 0;
    min-height: 0;
}

@media (max-width:1060px) {
  .header-main .hide-for-medium, .header-main [data-show=hide-for-medium] {
      display: none !important;
  }

  .header-main .show-for-medium, .header-main [data-show=show-for-medium] {
      display:block!important;
  }

  .header-main .medium-logo-left .flex-left {
      display:none!important;
  }

  .mobile-nav li.nav-icon > a > .icon-menu {
    font-size: 2rem;
    color: #fff;
    padding: 0px 6px;
    border-radius: 0.4rem;
  }

  .header-main:not(.nav-dark) .mobile-nav li.nav-icon > a > .icon-menu {
    color:var(--base-color);
  }

  .off-canvas-left .mfp-content, .off-canvas-right .mfp-content {
    background:#fff;
  }

  .main-menu-overlay + .off-canvas-left.mfp-ready .mfp-close {
        opacity: 1;
        mix-blend-mode: unset;
        color: var(--base-color);
        right: calc(100% - 320px);
        left: unset;
  }
  .nav-sidebar.nav-vertical>li+li {
    border-top:0;
  }

  .mobile-sidebar .sidebar-menu .nav-vertical .html:first-of-type {
    margin-bottom:30px;
  }

  .mobile-sidebar .sidebar-menu .nav-vertical .html:first-of-type .logo-mobile {
    text-align: left;
  } 

  .mobile-sidebar .sidebar-menu .nav-vertical .html:first-of-type img {
    max-width: 80%;
  }
  .mobile-sidebar .sidebar-menu .menu-item {
        font-size: 1.35rem;
  }
  .mobile-sidebar .sidebar-menu .menu-item a {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
  } 

.mobile-sidebar .sidebar-menu .menu-item:nth-last-of-type(-n+4) {
    font-size: 1.35rem;
  }

    .mobile-sidebar .sidebar-menu .html:last-of-type {
        position: absolute;
        bottom:0;
    }

    .mobile-sidebar .sidebar-menu .html .language {
        display: flex;
        justify-content:flex-start;
        width: 100%;
        font-size: 1rem;
        font-family: var(--nav-font);
        color:#2A2A2A;
    }

    .mobile-sidebar .sidebar-menu .html .language a {
        padding:0 10px;
    }

    .mobile-sidebar .nav-slide-header .toggle {
        color: #000;
        opacity: 1;
    }

    .mobile-sidebar .nav-slide-header .toggle .icon-angle-left {
        margin-right:12px;
    }

    .mobile-sidebar .wpml-ls-menu-item:not(.wpml-ls-current-language) {
        opacity: .6;
    }
}

@media (max-width: 850px) {

    .attributes-container .pvb-label {
        font-size: 1.125rem;
        font-style: normal;
        line-height: 140%; /* 25.2px */
        letter-spacing: 0.36px;
        margin-bottom: 10px;
    }

    .custom-product-data-col .col-inner .custom-product-description {
        font-size: 1rem;
    }
}

@media (max-width: 550px) {
     .frm_form_field input[type=email],  .frm_form_field input[type=number],  .frm_form_field input[type=search],  .frm_form_field input[type=tel],  .frm_form_field input[type=text],  .frm_form_field input[type=url],  .frm_form_field textarea,  .frm_form_field select {
        font-size: 1.125rem;
        padding: 18px;
     }

     .header-home-slider .flickity-page-dots {
        bottom:20px;
    }

    .button span {
        font-size: 18px;
        line-height: 1.3;
    }

    .foodments-custom-title p {
        font-size: 2rem;
    }

    .foodments-custom-title h1 {
        font-size: 1.5rem;
    }

    .related-or-others.grid-cols-2 > .pro-card {
        width: 100%;
    }
    .button.primary .icon-plus {
        top: -2px;
    }

    #product-form {
        padding:0 15px!important;
    }


}