/*
Theme Name: Il Bocconcino
Theme URI: https://ilbocconcino.eu/
Author: jellyink.pt
Author URI: https://www.jellyink.pt
Description: Il Bocconcino is a theme made for the Il Bocconcino
Version: 1.0
Text-domain: bocconcino
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

*, a, *:focus{outline: 0 !important;}
*{box-sizing: border-box;}
body{
  font-size: 1.6rem;
  left: 0;
  min-width: 320px;
  min-height: 100%;
  min-height: 100vh;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
a{
  text-decoration: none;
  color: inherit;
  outline: 0 !important;
}
a:hover, a:active, a:focus {
  outline: 0 !important;
  text-decoration: none;
  color: inherit;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section{display: block;}
body, h1, h2, h3, h4, h5, h6{line-height: 1;}
ol, ul{list-style: none;}
table{border-collapse: collapse;border-spacing: 0;}
img{max-width:100%;}

/********* FONT *********/
@font-face {
  font-family: 'Brockmann';
  src: url("inc/fonts/brockmann-regular.ttf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Brockmann';
  src: url("inc/fonts/brockmann-italic.ttf");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Brockmann';
  src: url("inc/fonts/brockmann-bold.ttf");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Brockmann';
  src: url("inc/fonts/brockmann-bolditalic.ttf");
  font-weight: 700;
  font-style: italic;
}

/********* GERAL *********/

body {
  font-family: 'Brockmann', sans-serif !important;
  font-weight: 400;
  background-color: #F8E9E8;
  color: #D27471;
  font-size: initial;
  overflow-x: hidden;
}

.btn{
  border-radius:50px;
  padding:9px 40px 7px 40px;
}
.btn.btn-small{padding:8px 20px 7px 20px;font-size:0.875rem;}
.btn.btn-pink{color:#fff;background-color:#D27471;}
.btn.btn-pink:hover{background-color:#c16b68;}
.btn.btn-white{color:#D27471;background-color:#fff;}
.btn.btn-white:hover{opacity:0.7;}

strong, b{font-weight:700;}

/********* HEADER *********/

header{margin:65px 0;}
header .container{display:flex;align-items:center;}
header .header-logo img{width:350px;}
.hamburger-btn{
	border: 0;
	background: transparent;
	cursor: pointer;
}
.hamburger-btn span{
	display: block;
	height:4px;
  border-radius:5px;
	width:25px;
	margin:4px 0;
	background:#D27471;
}
header nav{margin-left:20px;}
header nav ul li{
  display:inline;
  margin:0 15px;
  font-size:0.875rem;
}
header nav ul li.active, header nav ul li.current-menu-item{font-weight:700;}
.header-search{
  display:flex;
  align-items:center;
  background:#fff;
  border-radius:30px;
  padding:5px 12px;
  width:200px;
  height:30px;
  margin:0 25px;
}
.header-search form{display:flex;align-items:center;width:100%}
.header-search .search-icon{
  background:transparent;
  border:0;
  padding:0;
  margin:0 5px 0 0;
  line-height:1;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
}
.header-search .search-icon img{width:15px;height:auto;display:block}
.header-search .search-input{
  border:0;
  outline:0;
  font-size:.75rem;
  color:#D27471;
  width:100%;
  background:transparent;
  height:20px;
}
.header-search .search-input::placeholder{color:#D27471;opacity:1}
.search-overlay{
  position:fixed;
  inset:0;
  background:#fff;
  z-index:3000;
  display:none;
  align-items:center;
  justify-content:center;
}
.search-overlay.open{display:flex}
.search-input-overlay{
  width:100%;
  padding:12px 40px 12px 16px;
  font-size:1.25rem;
  border:0;
  border-bottom:1px solid #ccc;
  color:#D27471;
  background:transparent;
}
.search-input-overlay::placeholder{color:#D27471}
.close-search{
  position:absolute;
  top:10px;
  right:25px;
  background:transparent;
  border:0;
  font-size:2rem;
  color:#D27471;
  cursor:pointer;
  line-height:1;
}
.header-local .country-selector .country{
  background-color: #fff;
  padding:3px 4px 1px 3px;
  cursor: pointer;
  font-size:0.75rem;
  display:inline-block;
  margin:-4px 0 0 26px;
}
.header-local .country-selector .country-selected.country{
  background-color:transparent;
  font-weight:700;
  padding:0;
  cursor:default;
  font-size:0.813rem;
  margin:2px 0 0 5px;
  display:flex;
  align-items:center;
}
.header-local .country-selector .country-selected.country .icon{margin-right:5px;}

/********* FOOTER *********/

footer{background-color:#D27471;padding:45px 0 20px 0;color:#fff;}
footer .left-col{
  display:flex;
  flex-direction: column;
}
footer .main-footer-nav ul li{
  margin-bottom:10px;
  font-size:1.125rem;
  font-weight:700;
}
footer .copyright-wrapper{
  font-size:0.8125rem;
  display:flex;
  gap:30px;
}
footer .secondary-footer-nav{margin-bottom:10px;}
footer .secondary-footer-nav ul li{font-size:0.8125rem;margin-bottom:7px;}
footer .social{margin-right:20px;}
footer .right-col > p{
  font-size:1.375rem;
  font-weight:700;
  line-height:1.2;
}
.phone-es { display: none; }
html[lang="es-ES"] .phone-pt { display: none; }
html[lang="es-ES"] .phone-es { display: inline; }
footer .newsletter-input{margin:15px 0 45px 0;}
footer .newsletter-input .forminator-custom-form{display:flex;}
footer .newsletter-input .forminator-row, footer .newsletter-input{margin-bottom:0 !important;}
footer .newsletter-input .forminator-row:not(.forminator-row-last){width:calc(100% - 95px) !important;margin-right:5px !important;}
footer .newsletter-input .forminator-input{
  border: none;
  font-size:0.75rem !important;
  color: #D27471;
  background-color: white;
  border-radius: 30px !important;
  padding:15px 20px 13px 20px !important;
  width:100%;
  border:none !important;
}
footer .newsletter-input .btn{
  border-radius: 50px !important;
  padding:12px 20px 11px 20px !important;
  font-size: 0.875rem !important;
}
footer .newsletter-input input::placeholder{color: #D27471;opacity: 1;}
footer .footer-local{margin-top:15px;}
footer .footer-local .country{
  font-weight:700;
  font-size:0.875rem;
  align-items:center;
  display: flex;
  gap:7px;
}
footer #props-footer{font-size:0.6875rem;margin-top:25px;}
footer #props-footer a{text-decoration:underline;}

/********* HOMEPAGE *********/

#hero-homepage, #hero-homepage-produtos{
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center center;
  border-radius:20px;
  height:850px;
  margin-bottom:100px;
}
#hero-homepage-produtos .carousel,
#hero-homepage-produtos .carousel-inner,
#hero-homepage-produtos .carousel-item,
#hero-homepage-produtos .hero-slide{
  height: 850px;
  border-radius: 20px;
}
#hero-homepage-produtos .carousel-item{
  position: relative;
}
#hero-homepage-produtos .hero-slide{
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 20px;
}
#hero-homepage .row, #hero-homepage-produtos .row{height:100%;position:relative;}
#hero-homepage .hero-home-content, #hero-homepage-produtos .hero-home-content{
  position:absolute;
  bottom:70px;
  left:70px;
  text-align:center;
}
#hero-homepage .hero-home-content h1, #hero-homepage-produtos .hero-home-content h2{
  color:#fff;
  font-weight:700;
  font-size:3.125rem;
  width:485px;
  margin-bottom:30px;
}
#home-destaques{margin-bottom:130px;}
#home-destaques > .row{align-items:end;}
#home-destaques h2{
  font-weight:700;
  margin-bottom:40px;
  font-size:2.188rem;
}
#home-destaques .destaque-home{
  height:250px;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  background-color:#fff;
  border-radius:20px;
  padding:30px 20px 20px 20px;
}
#home-destaques .destaque-home .destaque-home-img{
  background-repeat: no-repeat;
  background-size:contain;
  background-position:center center;
  width:100%;
  padding-top:90%;
}
#home-destaques .destaque-home p.destaque-home-title{
  font-size:0.688rem;
  text-transform:uppercase;
  margin-top:15px;
  font-weight:700;
}
#home-destaques .destaque-home p.destaque-home-sku{
  font-size:0.688rem;
  margin-top:5px;
}
.hero-dots{
  display:flex;
  gap:10px;
  justify-content:center;
  margin-top:14px;
}
.hero-dots button{
  width:10px;
  height:10px;
  border-radius:50%;
  border:0;
  background:#d8b1b0;
  opacity:.8;
  transition:opacity .2s ease;
  cursor:pointer;
}
.hero-dots button.active{
  background:#D27471;
  opacity:1;
}
.hero-dots button:focus-visible{outline:2px solid #333; outline-offset:2px;}
#hero-homepage-produtos .carousel-item{position:relative;}
#hero-homepage-produtos .carousel-item::before{
  content:"";
  position:absolute;
  inset:0;
  border-radius:20px;
  background:
    linear-gradient(180deg, rgba(0,0,0,0) 40%, rgba(0,0,0,.45) 100%),
    linear-gradient(90deg, rgba(0,0,0,.35) 0%, rgba(0,0,0,0) 45%);
  z-index:1;
}
#hero-homepage-produtos .hero-home-content{z-index:2;}

/********* SOBRE NÓS *********/

#sobre-nos h1{font-size:2.875rem;font-weight:700;}
#sobre-nos .sobre-nos-main-img{
  margin:30px 0 60px 0;
  border-radius:20px;
}
#sobre-nos h2{font-size:1.875rem;margin-bottom:40px;font-weight:700;}
#sobre-nos p{margin-bottom:20px;line-height:1.2;}
#sobre-nos .sobre-nos-footer-img{margin:50px 0 100px 0;}

/********* CONTACTOS *********/

#contactos h1{font-size:2.875rem;font-weight:700;}
#contactos h2{
  font-size:1.875rem;
  margin-bottom:50px;
  font-weight:700;
  margin-top:80px;
}
#contactos form label{
  padding-left:15px;
  font-size:0.875rem;
}
#contactos form label .forminator-required{color:#D27471 !important;}
#contactos form #html-1{font-size:0.813rem;}
#contactos form .forminator-button-submit{margin:0 auto;display:block;}
#contactos form span.forminator-description{display:none;}
.forminator-ui.forminator-custom-form[data-design="basic"] .forminator-input{
  border-radius:50px;
  border:none;
  height:40px;
  padding:7px 15px 5px 15px;
  font-size:0.938rem;
}
.forminator-ui.forminator-custom-form[data-design="basic"] .forminator-textarea{
  border-radius:25px;
  border:none;
  height:40px;
  padding:7px 15px 5px 15px;
  font-size:0.938rem;
}
.forminator-ui#forminator-module-966.forminator-design--basic .forminator-select2 + .forminator-select .selection .select2-selection--single[role="combobox"]{
  border-radius:50px;
  border:none;
  height:40px;
  background-color:#fff !important;
  padding:7px 15px 5px 15px;
  font-size:0.938rem;
}
.forminator-ui.forminator-custom-form[data-design="basic"] select.forminator-select2 + .forminator-select .selection span[role="combobox"].select2-selection--multiple .select2-selection__arrow [class*="forminator-icon-"]::before, .forminator-ui.forminator-custom-form[data-design="basic"] select.forminator-select2 + .forminator-select .selection span[role="combobox"].select2-selection--single .select2-selection__arrow [class*="forminator-icon-"]::before{color:#D27471 !important;}
.forminator-select-dropdown-container--open .forminator-custom-form-966.forminator-dropdown--basic .select2-results .select2-results__options .select2-results__option.select2-results__option--selected, .forminator-select-dropdown-container--open .forminator-custom-form-966.forminator-dropdown--basic .select2-results .select2-results__options .select2-results__option.select2-results__option--selected span:not(.forminator-checkbox-box){background-color:#D27471 !important;}
.forminator-select.forminator-select-dropdown-container--open .forminator-select-dropdown.forminator-dropdown--basic{
  border-radius:15px;
  background-color:#fff !important;
  border:none;
  margin-top:5px;
}
.forminator-select.forminator-select-dropdown-container--open .forminator-select-dropdown.forminator-dropdown--basic .select2-results .select2-results__options .select2-results__option{font-size:0.938rem;}
.forminator-ui#forminator-module-966.forminator-design--basic .forminator-response-message.forminator-success{background-color:#D27471 !important;color:#fff !important;box-shadow:none !important;}
#contactos .contactos-footer-img{margin:50px 0 100px 0;max-width:500px;}

/********* ENCONTRE-NOS *********/

#encontre-nos h1{font-size:2.875rem;font-weight:700;}
#encontre-nos .encontre-nos-main-img{margin:100px 0;}
#encontre-nos .encontre-nos-text{color:#225759;margin-bottom:150px;}
#encontre-nos h2{font-size:1.875rem;margin-bottom:40px;text-transform:uppercase;font-weight:700;}
#encontre-nos p{margin-bottom:20px;line-height:1.2;font-size:0.938rem;}
#encontre-nos span{font-weight:700;}

/********* EVENTOS *********/

#eventos h1{font-size:2.875rem;margin-bottom:25px;font-weight:700;}
#eventos .eventos-main-img{
  margin-top:30px;
  border-radius:20px;
  background-size:cover;
  background-repeat:no-repeat;
  background-position:bottom center;
  height:800px;
}
#eventos .evento-row{margin-bottom:120px;}
#eventos .evento-info{margin-top:60px;}
#eventos h2{font-size:1.875rem;margin-bottom:40px;text-transform:uppercase;font-weight:700;}
#eventos h2 span{text-transform:none;}
#eventos p{margin-bottom:20px;line-height:1.3;}

/********* POLITICAS *********/

.legal-pages{margin-top:150px;margin-bottom:150px;}
.legal-pages h1{
  font-size:3.125rem;
  font-weight:700;
  text-align:center;
  margin-bottom:75px;
}
.legal-pages h2{
  font-size:2.5rem;
  font-weight:700;
  margin:75px 0 30px 0;
}
.legal-pages p{margin:10px 0;line-height:1.3;}
.legal-pages p.subtitles{font-weight:1.125rem;font-weight:700;margin-top:30px;}
.legal-pages a{text-decoration:underline;}
.legal-pages ul{padding-left:15px;}
.legal-pages ul li{list-style:disc;}

/********* WOOCOMMERCE *********/

.woocommerce-result-count, .woocommerce-breadcrumb, .products .product .button{display:none !important;}
.ib-cat-list .ib-cat-item{
  font-size:0.938rem;
  margin-bottom:20px;
}
.ib-cat-list .ib-cat-item.ib-active{
  font-weight:700;
  padding-left:20px;
  position:relative;
}
.ib-cat-list .ib-cat-item.ib-active:before{
  content:'>';
  position:absolute;
  left:0;
  color:#D27471;
}
.ib-cat-select-wrap{display:none}
.loja{margin-bottom:60px;}
.woocommerce-info::before{color:#D27471;}
.woocommerce-info{border-top-color: #D27471;}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
  border-radius:16px;
  background-color:#fff;
  text-align:center;
  padding-bottom:15px;
}
.products .product img{border-radius:16px;margin-bottom:10px;}
.woocommerce ul.products li.product .product-title-sku{
  position: absolute;
  bottom: 15px;
  margin: 0 auto;
  left: 0;
  right: 0;
  padding:0 15px;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title{
  text-transform:uppercase;
  font-weight:700;
  font-size:0.813rem;
}
.woocommerce ul.products li.product .product-sku{
  font-size:0.813rem;
}
.woocommerce .products ul, .woocommerce ul.products{display: flex;flex-wrap: wrap;}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
  flex: 0 0 23.5%;
  margin: 7px;
  height: 350px;
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.woocommerce ul.products li.product img{
  width:100%;
  max-height:200px;
  max-width: 100%;
  height: 100%;
  margin:0 auto;
  object-fit: contain;
  margin-top: -30%;
}
.woocommerce .woocommerce-ordering select, .ib-cat-select{
  border-radius:30px;
  border:none;
  padding:5px 15px 3px 15px;
  font-size:0.875rem;
}
.woocommerce .woocommerce-ordering select{
  background-color:#fff;
  color:#D27471;
  border: solid 10px #fff;
}
.ib-cat-select{
  background-color:#D27471;
  color:#ffffff;
  border: solid 10px #D27471;
}
.woocommerce nav.woocommerce-pagination ul{border:none;margin-top:20px;}
.woocommerce nav.woocommerce-pagination ul li{
  border:none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex !important;
  align-content: center;
  justify-content: center;
  margin:0 3px;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span{
  padding:0;
  line-height: 30px;
  font-size: 17px;
  width: 30px;
  height: 30px;
}
.woocommerce nav.woocommerce-pagination ul li span.current{
  background-color:#D27471;
  font-weight:700;
  color:#fff;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover{background-color:#fff;color:#D27471;}

.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}

.ib-hero--full{
  position:relative;
  left:50%;
  right:50%;
  margin-left:-50vw;
  margin-right:-50vw;
  width:100vw;
  background:#f7eaea;
  padding:36px 0;
  overflow:hidden;
  margin-bottom:24px;
}
.ib-hero-marquee{width:100%;overflow:hidden;}
.ib-hero-track{
  display:block;
  white-space:nowrap;
  animation:ib-marquee 18s linear infinite;
  will-change:transform;
  font-size:0;
}
.ib-hero-item{
  display:inline-block;
  font-size:5vw;
  line-height:1;
  font-weight:800;
  color:#D27471;
  letter-spacing:0;
  text-transform:capitalize;
  padding:0;
  vertical-align:middle;
  line-height:1.2;
}
.ib-hero-item + .ib-hero-item::before{
  content:"";
  display:inline-block;
  width:20px;
  height:20px;
  border-radius:50%;
  background:currentColor;
  margin:0 20px;
  vertical-align:middle;
}

@keyframes ib-marquee{
  0%{transform:translateX(0)}
  100%{transform:translateX(-50%)}
}

@media all and (max-width:1399px){

  header .header-logo img{width:250px;}
  header nav ul li{margin:0 10px;}

  .woocommerce ul.products li.product, .woocommerce-page ul.products li.product{flex:0 0 23.3%;}

}

@media all and (max-width:1199px){

  header{margin:40px 0;}
  header .header-logo img{width:200px;}
  header nav{margin-left:20px;}
  header nav ul li{margin:0 5px;}
  .header-search{margin:0 10px;width:175px;}
  
  footer .copyright-wrapper{flex-direction:column;gap:10px;}
  footer .social{margin-top:20px;}

  #hero-homepage, #hero-homepage-produtos{height:750px;}
  #hero-homepage-produtos .carousel,
  #hero-homepage-produtos .carousel-inner,
  #hero-homepage-produtos .carousel-item,
  #hero-homepage-produtos .hero-slide{height:750px;}

  .woocommerce ul.products li.product, .woocommerce-page ul.products li.product{flex:0 0 22.9%;}

}

@media all and (min-width:992px) and (max-width:1199px){

  footer .newsletter-input input{width:100%;margin-bottom:10px;}

}

@media all and (max-width:991px){

  header .container{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
  }
  header .header-logo{order: 1;}
  .hamburger-btn{order:3;margin-left:8px;}  
  header .header-nav{
    order: 4; 
    position: absolute;
    flex: 1 0 100%;
    width: 100%;
    max-height:0;
    overflow:hidden;
    transition:max-height .3s ease;
    top:60px;
    right:12px;
  }
  header.is-open .header-nav{
      height:var(--nav-target,0px);
  }
  header .header-nav nav{
    position: absolute;
    top:0;
    background: #fff;
    box-shadow: 0 8px 24px rgba(0,0,0,.08);
    z-index: 1000;
    right: 0;
    z-index: 2000;
    width:fit-content;
    overflow: hidden;
    text-align:center;
    margin:0;
    height:auto;
    transition:none;
  }
  header .header-nav nav .nav-content{
    opacity: 0;
    transform: translateY(-6px);
    transition: opacity .18s ease, transform .28s ease;
    padding: 12px 16px;
  }
  header.is-open .header-nav nav .nav-content{
    opacity: 1;
    transform: translateY(0);
  }
  header .header-nav nav ul{
    list-style: none;
    margin: 0;
    padding: 0;
  }
  header .header-nav nav li{display:block;}
  header .header-nav nav li:last-child{ border-bottom: 0; }
  header .header-nav nav a{
    display: block;
    padding: 12px 4px;
    text-decoration: none;
  }
  @media (prefers-reduced-motion: reduce){
    header .header-nav nav,
    header .header-nav nav .nav-content{
      transition: none;
    }
  }
  .header-search{
    background:none;
    border-radius:0;
    padding:0;
    width:auto;
    height:auto;
    margin-left:auto;
    margin-right:0;
    order:2;
  }
  .header-search form{display:none}
  .header-search .search-input{display:none}
  .header-search .search-icon{display:none!important}
  .search-btn-mobile{
    background:transparent;
    border:0;
    cursor:pointer;
    padding:0;
    line-height:1;
    display:inline-flex;
    align-items:center;
    justify-content:center;
  }
  .search-btn-mobile img{width:20px;height:auto;display:block}
  .search-overlay{display:none;flex-direction:column}
  .header-local{
    order: 3;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-top:-20px;
  }
  .header-local .country-selector .country-selected .country{font-size:0.625rem;margin:-3px 0 0 5px;}
  .header-local .country-selector .country-selected img{width:10px;}
  .header-local .country-selector .country{font-size:0.625rem;}

  footer .newsletter-input{margin-bottom:15px;}
  footer .footer-local{margin-bottom:30px;}

  #hero-homepage, #hero-homepage-produtos{height:500px;}
  #hero-homepage-produtos .carousel,
  #hero-homepage-produtos .carousel-inner,
  #hero-homepage-produtos .carousel-item,
  #hero-homepage-produtos .hero-slide{height:500px;}
  #hero-homepage .hero-home-content, #hero-homepage-produtos .hero-home-content{left:25px;bottom:25px;}
  #hero-homepage .hero-home-content h1, #hero-homepage-produtos .hero-home-content h2{font-size:2.5rem;margin-bottom:15px;width:350px;}
  #home-destaques .destaque-home{margin-bottom:20px;height:fit-content;}
  #home-destaques h2, #home-destaques .home-destaques-img{width:50%;}
  #home-destaques .home-destaques-img{margin-bottom:-85px;}

  .woocommerce ul.products li.product, .woocommerce-page ul.products li.product{flex:0 0 47.2%;}

  .ib-hero-item + .ib-hero-item::before{width:15px;height:15px;}
  
}

@media all and (max-width:767px){

  #hero-homepage, #home-destaques{margin-bottom:50px;}

  #sobre-nos h1{font-size:1.875rem;}
  #sobre-nos .sobre-nos-main-img{margin:20px 0;}
  #sobre-nos h2{font-size:1.25rem;margin-bottom:20px;}
  #sobre-nos .sobre-nos-footer-img{margin:30px 0 50px 0;}

  #contactos{font-size:1.875rem;}
  #contactos h2{font-size:1.25rem;margin-bottom:35px;margin-top:30px;}
  #contactos .contactos-footer-img{margin:30px 0 50px 0;max-width:320px;}

  #encontre-nos h1{font-size:1.875rem;}
  #encontre-nos h2{font-size:1.25rem;margin-bottom:20px;}
  #encontre-nos .encontre-nos-main-img{margin:60px 0 30px 0;}

  .legal-pages{margin-top:75px;margin-bottom:75px;}
  .legal-pages h2{margin-top:35px;}

  .woocommerce ul.products li.product, .woocommerce-page ul.products li.product{flex: 0 0 48%;margin: 5px !important;}
  .woocommerce .woocommerce-ordering{margin:0 0 15px 0;float:none;text-align:center;}
  .ib-hero-item + .ib-hero-item::before{width:8px;height:8px;margin:0 10px;}
  .ib-cat-list{display:none}
  .ib-cat-select-wrap{display:block;margin-bottom:10px;text-align:center;}

}

@media all and (max-width:575px){

  .btn{font-size:0.875rem;padding:5px 15px;}

  header{margin:20px 0 40px 0;}

  footer .social{margin-bottom:10px;}
  footer .copyright-wrapper{margin-top:15px;}

  #hero-homepage, #hero-homepage-produtos{width:calc(100% - 24px);}
  #hero-homepage .hero-home-content, #hero-homepage-produtos .hero-home-content{left:0;right:0;margin:0 auto;}
  #hero-homepage .hero-home-content h1, #hero-homepage-produtos .hero-home-content h2{width:100%;padding:0 20px;font-size:1.875rem;}
  #home-destaques h2{
    font-size:1.875rem;
    width:40%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
  }
  #home-destaques .home-destaques-img{width:60%;}
  .js-destaques-grid{display: none;}
  #home-destaques .row .col-lg-9{padding:0;padding-left: calc(var(--bs-gutter-x) * .5);}
  #hero-homepage-produtos .carousel-item::before{
    background:
      linear-gradient(180deg, rgba(0,0,0,0) 35%, rgba(0,0,0,.55) 100%),
      linear-gradient(90deg, rgba(0,0,0,.45) 0%, rgba(0,0,0,0) 50%);
  }

  .legal-pages{margin-top:50px;}
  .legal-pages h1{font-size:1.875rem;margin-bottom:40px;}

  #encontre-nos p{font-size:0.813rem;}
  #encontre-nos .encontre-nos-text{margin-bottom:60px;}

  #eventos .eventos-logo-img{max-width:100px;}
  #eventos h1{margin-bottom:0;}
  #eventos .evento-row{margin-bottom:30px;}
  #eventos .evento-row:last-child{margin-bottom:80px;}
  #eventos .evento-row .order-sm-1{margin-top:-40px;}
  #eventos .eventos-main-img{height:300px;}
  #eventos .eventos-single-image{margin-bottom:60px;}
  #eventos .evento-info{margin-top:30px;}
  #eventos h2{margin-bottom:30px;font-size: 1.438rem;}

  .woocommerce ul.products li.product, .woocommerce-page ul.products li.product{flex: 0 0 100%;margin: 5px 0 !important;}
  .ib-hero--full{padding:0;}

}

@media all and (max-width:480px){

  .ib-hero-item + .ib-hero-item::before {
    width: 5px;
    height: 5px;
    margin: 0px 6px;
  }

}

@media all and (max-width:360px){
  .search-btn-mobile{width:24px;height:24px}
}