/*
Theme Name: QL Landing Theme
Theme URI: https://wevolved.com
Author: WEVOLVED - AgÃªncia Criativa
Author URI: https://wevolved.com
Description: Tema WordPress full-width com Bootstrap 12 colunas, header sticky e secÃ§Ãµes com Ã¢ncoras para vinhos. Preparado para traduÃ§Ã£o (i18n).
Version: 1.0.0
Text Domain: ql-theme
Domain Path: /languages
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/* ===== Header ===== */
/* ====== Affairs Font Family ====== */
@font-face {
  font-family: 'Affairs';
  src: url('assets/fonts/Affairs/Affairs-Regular.woff2') format('woff2'),
       url('assets/fonts/Affairs/Affairs-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Affairs';
  src: url('assets/fonts/Affairs/Affairs-Italic.woff2') format('woff2'),
       url('assets/fonts/Affairs/Affairs-Italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Affairs Mono';
  src: url('assets/fonts/Affairs/Affairs-Mono.woff2') format('woff2'),
       url('assets/fonts/Affairs/Affairs-Mono.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
html,
body{
  max-width: 100%;
  overflow-x: hidden;
}
:root { --header-h: 76px; }
.ql-header { position: fixed; top:0; width: 100%; z-index:1030; background:#fff; border-bottom:1px solid #ececec; }
.ql-header-inner { position: relative; max-width: 1440px; margin: 0 auto; padding: 0 16px; }
.ql-header-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr; /* esquerda | LOGO | direita */
  align-items: center;
  gap:16px;
  height: auto;
  padding-top: 28px;
  padding-bottom: 28px;
  justify-content: space-around;
  align-content: center;
}
.ql-slot.ql-left {
    width: 100%;
}
.ql-slot.ql-right {
    display: flex;
    align-items: center;
    gap: 28px;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
}

.isolar{
display: flex;
flex-direction: row;
gap: 28px;
}

.ql-main-menu {
    gap: 50%;
}
.ql-slot { line-height:1; }
.ql-left  {text-align: center;}
.ql-link {display:inline-block;text-transform:uppercase;letter-spacing:.08em;font-size: 12px;color:#222;font-family: 'Affairs';text-decoration: none;}
.ql-link:hover { color:#000; text-decoration:none; }
.ql-menu-parent { position:relative; }
.ql-menu-parent.has-sub > .ql-link::after {
  content:"";
  display: none;
  width:.35em;
  height:.35em;
  margin-left:.4em;
  border-right:1px solid currentColor;
  border-bottom:1px solid currentColor;
  transform:rotate(45deg) translateY(-1px);
}
.ql-sub {
  position:absolute;
  padding-top: 5px;
  left:50%;
  transform:translateX(-50%);
  top: calc(100% + 0px);
  background: transparent;
  border: 0px solid #e8e8e8;
  border-radius: 0px;
  padding: 5px 0px 0px;
  min-width: 180px;
  display:none;
}
.ql-sub li { list-style:none; }
.ql-sub a {display:block;padding: 3px 10px;font-size:13px;color:#111;white-space:nowrap;display: inline-block;text-transform: uppercase;letter-spacing: .08em;font-size: 12px;color: #222;font-family: 'Affairs';text-decoration: none;}
.ql-sub a:hover {  }
.ql-menu-parent:hover > .ql-link{
  opacity: .4;
}
.ql-menu-parent:hover > .ql-sub,
.ql-menu-parent:focus-within > .ql-sub { display:block; }
.ql-logo .custom-logo, .ql-logo img {/* max-height:44px; */width:auto;display:block;width: 128px;}
.ql-logo-link { display:inline-flex; align-items:center; justify-content:center; }
/* ===== Burger & mobile panel ===== */
.ql-burger {
  width:39px; height:36px; border:0; background:transparent; padding:6px; display:none;
}
.ql-burger span {     display: block;
    height: 1px;
    background: #000;
    opacity: 1;
    transition: .3s;
    margin: 5px 0; }

.ql-burger.is-open span:nth-child(2){
  opacity: 0;
    transition: .3s;
}
.ql-burger.is-open span:nth-child(1){
 transform: translate(0px, 6px) rotate(45deg);
    transition: .3s;
}
.ql-burger.is-open span:nth-child(3){
 transform: translate(0px, -5px) rotate(-45deg);
    transition: .3s;
}

.ql-mobile-panel { border-top:1px solid #ececec; background:#fff; border-bottom:1px solid #ececec; }
.ql-mobile-menu { list-style:none; margin:0; padding:12px 16px 20px; }
.ql-mobile-menu li { margin:0; }
.ql-mobile-menu a { display:block; 
    color: #000;
    text-align: center;
    font-family: Affairs;
    font-size: 12px;
    text-transform: uppercase;
    padding-left: 0px;
    text-decoration:none; }
.ql-mobile-menu ul{
  list-style: none;
  padding-left: 0px;
}
.ql-mobile-menu .menu-item-has-children:hover > ul,
.ql-mobile-menu .menu-item-has-children:focus-within > ul { display:block; }
.ql-mobile-menu .menu-item-has-children:hover > .ql-link{
  opacity: .4;
}

.ql-mobile-menu .sub-menu{
  display: none;
}
.ql-mobile-menu .sub-menu{
  display: none;
}
a{
  color: black;
  text-decoration: none;
}
a:hover{
  text-decoration: underline;
}
body .ql-logo{

  height: 100px;
  overflow: hidden;
  transition: .3s;
}
body.sticky-header .ql-logo {
  height: 40px;
  transition: .3s;
}

.sobre-s-2{
  padding-bottom: 0px !important;
}

.equipa-sobre h2{
  text-transform: uppercase !important;
}
.equipa-sobre h2 strong{
  font-weight: 400;
  font-style: italic;
  text-transform: none !important;
}

.ql-lightbox{
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.8);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999999;
}

.ql-lightbox.is-open{
  display: flex;
}

.ql-lightbox-img{
  height: 100vh !important;
}

.ql-lightbox-close{
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  color: #fff;
  font-size: 50px;
  font-weight: 600;
  cursor: pointer;
}

.ql-footer-menu{
	margin-bottom:40px;
}

.ql-footer-menu a{
	    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: 12px;
    line-height: 14px;
    margin: 6px 0;
    font-family: 'Affairs';
}

/* ===== Responsive ===== */
@media (max-width: 991.98px) {
  :root { --header-h: 64px; }
  .ql-burger { display:block; }
  .ql-slot { display:none; } /* esconde os slots esquerda/direita no mobile */
}

/* ===== Footer ===== */
.ql-footer {
  background: #F2F2F2; /* cinza muito claro como no mock */
  color: #111;
}
.ql-footer a { color: inherit; text-decoration: none; }
.ql-footer a:hover { text-decoration: underline; }

.ql-footer-inner {
  max-width: 100%;
  width: 1100px;
  margin: 0 auto;
  padding: 60px 16px 52px;
  text-align: center;
}

.ql-footer-logo img,
.ql-footer-logo .custom-logo {width: 172px;display: inline-block;}

.ql-footer-contacts {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  align-items: start;
  justify-items: center;
  margin: 76px auto 22px;
  max-width: 500px;
}
.ql-footer-contacts .ql-line {
  text-transform: uppercase;
  letter-spacing: .06em;
  font-size: 12px;
  line-height: 14px;
  margin: 6px 0;
  font-family: 'Affairs';
  text-align: center;
}
.ql-footer-contacts .ql-col-left  { text-align: right; }
.ql-footer-contacts .ql-col-right { text-align: left; }

.ql-footer-social .ql-social {
  list-style: none;
  padding: 0;
  margin: 8px 0 44px;
}
.ql-footer-social .ql-social li {
  margin: 6px 0;
}
.ql-footer-social .ql-social a {
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 12px;
  line-height: 14px;
  margin: 6px 0;
  font-family: 'Affairs';
}

.ql-footer-copy {
  font-size: 11px;
  color: #444;
  margin-top: 10px;
}
.ql-slot.ql-right {
    justify-content: end;
}
.ql-header:hover .ql-logo{
  height: 100px;
  transition: .3s;
}

/* Responsive */
@media (max-width: 767.98px) {
  .ql-footer-inner { padding: 40px 16px 24px; }
  .ql-footer-contacts {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .ql-footer-contacts .ql-col-left,
  .ql-footer-contacts .ql-col-right { text-align: center; }
}

/* ===== Vinhos (shortcode [ql_vinhos]) ===== */
.ql-wines {padding: 0vw 0;/* background: #000; *//* display: flex; */} /* de acordo com o mock (fundo escuro) */
.ql-wine {
  position: relative;
  min-height: 56vh;
  width: 1280px;
  padding: 0vh 0vw 200px;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
  text-align: center;
  width: 1280px;
  max-width: 100%;
  margin: auto;
}
.ql-wine-box {
  position: relative;
  background: transparent;          /* â€œcartÃ£oâ€ claro */
  width: min(40%, 86vw);
  aspect-ratio: 3 / 5;
  display: flex;
  align-items: center;
  justify-content: center;
  /* box-shadow: 0 8px 32px rgba(0,0,0,.08); */
}
.ql-wine--right .ql-wine-box {/* margin-left: auto; */max-width: 50%;}  /* 1Âº bloco Ã direita */
.ql-wine--left  .ql-wine-box {/* margin-right: auto; */} /* 2Âº bloco Ã esquerda */

.ql-wine-bottle {
  max-height: 88%;
  width: auto;
  height: auto;
  display: block;
}

.mexer{
	display:flex;
	justify-content:center;
	margin-top:20px;
	align-items:center;
}

.ql-main-menu{
  display: flex;
  padding-left: 20% !important;
}
a.ql-link.ql-link-shop {
    margin-right: 30%;
}
.ql-main-menu ul.sub-menu {
    position: absolute;
    padding-top: 5px;
    background: transparent;
    border: 0px solid #e8e8e8;
    border-radius: 0px;
    display: none;
        transform: translatex(-30%);
        text-align: center;
}
.ql-main-menu a:hover{
    opacity: 0.4;
}
/* garante que o badge posiciona relativo ao ícone */
.ql-icon-cart{
  position: relative;
}

/* bolinha */
.ql-cart-badge{
  position: absolute;
  top: 0px;
  right: -10px;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  border-radius: 999px;
  background: #000;
  color: #fff;
  font-size: 10px;
  line-height: 16px;
  text-align: center;
  display: inline-block;
}

/* se for 0, esconde */
.ql-cart-badge:empty{
  display: none;
}



/* EXCEÇÃO: links com href="#" ficam a 1 */
.ql-left .ql-main-menu  a[href="#"], .ql-right .ql-main-menu li.menu-item-has-children {
  opacity: 1;
}
.ql-left .ql-main-menu  li:hover ul.sub-menu,.ql-right .ql-main-menu  li:hover ul.sub-menu {
    display: block;
}
.ql-left .ql-main-menu  li a, .ql-right .ql-main-menu li a {
    position: relative;
        display: inline-block;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: 12px;
    color: #222;
    font-family: 'Affairs';
    text-decoration: none;
}

header a:hover{
  text-decoration: none !important;
}

/* remover bullets do menu principal */
.ql-main-menu,
.ql-main-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* garantir que os <li> não herdam nada estranho */
.ql-main-menu li {
  list-style: none;
}
.woocommerce main a, .woocommerce-page main a{
    color: rgb(21 18 22);

}
.woocommerce main, .woocommerce-page main{
  padding: 200px 30px 100px;
  max-width: 1280px;
  margin: auto;
}
h2.ql-cat-title {
    text-align: center;
}


/************ LOja ******************************/
.ql-shop-product-image-link {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 3 / 4;
    overflow: hidden;
    margin-bottom: 14px;
    text-decoration: none;
}

.ql-shop-product-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: opacity .3s ease;
}

.ql-shop-product-image--main {
    opacity: 1;
    z-index: 1;
}

.ql-shop-product-image--hover {
    opacity: 0;
    z-index: 2;
}
.ql-shop-ordering select {
    font-family: 'Affairs', serif !important;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .08em;

    background: transparent;
    border: none;
    outline: none;

    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    cursor: pointer;
    padding-right: 20px;
}
.ql-product-gallery {
  position: relative;
  overflow: hidden;
}

.ql-product-gallery-track {
  display: flex;
  transition: transform .35s ease;
  width: 100%;
}

.ql-product-gallery-slide {
  min-width: 100%;
  flex: 0 0 100%;
}

.ql-product-img-link {
  display: block;
}

.ql-product-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

.ql-gallery-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  background: rgba(255,255,255,.8);
  border: none;
  width: 42px;
  height: 42px;
  cursor: pointer;
  font-size: 28px;
  line-height: 1;
  padding: 0;
}

.ql-gallery-prev {
  left: 10px;
}

.ql-gallery-next {
  right: 10px;
}

.ql-gallery-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 14px;
}

.ql-gallery-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  border: none;
  background: #ccc;
  padding: 0;
  cursor: pointer;
}

.ql-gallery-dot.is-active {
  background: #000;
}

.ql-product-pdf {
  margin: 0 0 24px;
}

.ql-product-pdf a {
  font-size: 20px;
  line-height: 24px;
  font-family: 'Affairs', serif;
  color: black;
  text-decoration: none;
  display: inline-block;
  font-style: italic;
}

.ql-product-pdf a:hover {
  text-decoration: underline;
}

.ql-lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.85);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  padding: 30px;
}

.ql-lightbox[aria-hidden="false"] {
  display: flex;
}

.ql-lightbox-img {
  max-width: 90vw;
  max-height: 90vh;
  display: block;
}

.ql-lightbox-close {
  position: absolute;
  top: 20px;
  right: 24px;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 42px;
  line-height: 1;
  cursor: pointer;
}

body.ql-lightbox-open {
  overflow: hidden;
}
/* opcional: remover fundo azul ao focar */
.ql-shop-ordering select:focus {
    outline: none;
    box-shadow: none;
}
.ql-shop-ordering {
    position: relative;
    display: inline-block;
}
.ql-shop-result-count {
    font-family: 'Affairs', serif;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin: 0;
    opacity: 0.7;
}

.ql-shop-ordering::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 6px;
    height: 6px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    transform: translateY(-50%) rotate(45deg);
    pointer-events: none;
}
/* só aplica hover se existir segunda imagem */
.ql-shop-product-card.has-hover:hover .ql-shop-product-image--hover {
    opacity: 1;
}

.ql-shop-product-card.has-hover:hover .ql-shop-product-image--main {
    opacity: 0;
}
.ql-shop-product-specifics {
    display: flex;
    justify-content: space-between;
}
.ql-shop-grouped {
    margin: 160px auto;
    padding: 0px 20px;
    max-width: 1440px;
}
.ql-shop-products-grid {
    display: flex;
	justify-content:center;
	gap:30px;
	margin:30px 0px 100px !important;
    width:100%;
}
h2.ql-shop-parent-title {
    margin: 60px 0px 30px;
}
.ql-shop-parent-title {
    font-size: 30px;
    line-height: 32px;
    font-family: 'Affairs';
    text-align: center;
    text-transform: uppercase;
}
.ql-shop-child-title {
    margin: 50px 0 6px;
    font-weight: 400;
    font-size: 30px;
    line-height: 34px;
    font-family: 'Affairs';
    text-transform: uppercase;
    text-transform: initial;
    font-style: italic;
	text-align:center;
}
.ql-shop-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ql-shop-result-count{
	margin-bottom:0 !important;
}
.ql-shop-product-title {
    margin: 12px 0 3px;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    font-family: 'Affairs';
    text-transform: uppercase;
    text-transform: initial;
    font-style: italic;
    min-height: 56px;
    letter-spacing: 0;
}

.ql-shop-product-title a {
    color: #000;
    text-decoration: none;
}

.ql-shop-product-title a:hover {
    text-decoration: underline;
}

.ql-shop-product-price {
    margin: 20px 0px;
}
.ql-shop-product-price bdi{
    font-size: 16px;
    opacity: 1;
    line-height: 20px;
    font-weight: 600;
    color: black !important;
    font-style: normal;
    font-family: 'Affairs';

}

.ql-shop-product-price .woocommerce-Price-amount {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #000 !important;
    font-family: 'Affairs', serif;
}

.ql-shop-product-cart {
    margin: 0;
}

.pol-cookies{
	padding:150px 100px;
	font-family:'Affairs',serif;
}

.wc-block-cart__empty-cart__title.with-empty-cart-icon:before{
	display:none !important;
}

.wc-block-grid__product-title, .with-empty-cart-icon, .woocommerce-cart .wp-block-heading, .add_to_cart_button{
	font-family:'Affairs', serif !important;
}

.add_to_cart_button{
    display: inline-block;
    padding: 0;
    margin: 0;
    background: none !important;
    border: 0 !important;
    box-shadow: none !important;
    color: #000 !important;
    text-decoration: none !important;
    font-family: 'Affairs', serif;
    font-size: 20px;
    line-height: 24px;
    font-style: italic;
    font-weight: 400;
}
}

.ql-shop-product-cart a,
.ql-shop-add-btn {
    display: inline-block;
    padding: 0;
    margin: 0;
    background: none !important;
    border: 0 !important;
    box-shadow: none !important;
    color: #000 !important;
    text-decoration: none !important;
    font-family: 'Affairs', serif;
    font-size: 20px;
    line-height: 24px;
    font-style: italic;
    font-weight: 400;
}

.ql-shop-product-cart a:hover,
.ql-shop-add-btn:hover {
    text-decoration: underline !important;
}

.ql-shop-product-pdf {
    margin-top: 4px;
}

.ql-shop-product-pdf a {
    color: #000;
    text-decoration: none;
    font-family: 'Affairs', serif;
    font-size: 16px;
    line-height: 20px;
    font-style: italic;
    font-weight: 400;
}

.ql-shop-product-pdf a:hover {
    text-decoration: underline;
}
.ql-shop-product-card {
  width:25%;
	max-width:100%;
}

.ql-shop-product-image-link {
    display: block;
    width: 100%;
    aspect-ratio: 3 / 4; /* mesma altura visual para todas */
    overflow: hidden;
}

.ql-shop-product-image {
    width: 100%;
    height: 100%;
    object-fit: cover;   /* preenche o bloco todo */
    display: block;
}
.ql-shop-product-image-link,
.ql-shop-product-info {
    display: block;
    width: 100%;
    min-width: 0;
}

.ql-shop-product-image {
    display: block;
    width: 100%;
    height: 100%;
}
a.added_to_cart.wc-forward {
    position: absolute;
    margin-bottom: -100px;
    font-size: 10px;
    background-color: #212529;
    color: white;
    padding: 5px;
}
.woocommerce form.cart {
    display: flex;
    align-items: center;
}
/* WRAPPER */
.ql-single-product {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px 40px;
}

/* VOLTAR */
.ql-back {
  display: inline-block;
  margin-bottom: 40px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.08em;
}

/* GRID */
.ql-single-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: start;
}

/* IMAGEM */
.ql-single-image img {
  width: 100%;
  height: auto;
  object-fit: contain; /* 🔑 nunca corta */
}

/* TEXTO */
.ql-product-title {
  font-size: 32px;
  margin-bottom: 10px;
}

.ql-product-price {
  font-size: 14px;
  margin-bottom: 30px;
}

.ql-product-content {
  margin-bottom: 40px;
  line-height: 1.6;
}

.bl-estatica{
	
    padding-top: 160px;
    width: 1200px;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 96%;
}

.bl-estatica h1{
	    font-family: 'Affairs';
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000;
}

.bl-estatica h2{
	    font-family: 'Affairs';
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000;
}

.bl-estatica h3{
	    font-family: 'Affairs';
    font-size: 25px;
    line-height: 1.2;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000;
}

.bl-estatica h4{
	    font-family: 'Affairs';
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000;
}

.bl-estatica h5{
	
}

.bl-estatica h6{
	
}

.bl-estatica p{
	
    font-size: 16px;
    line-height: 1.2;
    font-family: 'Affairs';
}
.bl-estatica a{
	
    color: #000;
}



/* MOBILE */
@media (max-width: 900px) {
  .ql-single-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    padding: 0;
}
.woocommerce-column--shipping-address{
  margin-top: 50px;
}

/* ESQUERDA */
.ql-slot.ql-left{
  justify-self: start;
}
.wc-block-grid__product-title {
    color: rgb(50 55 60) !important;
}
/* LOGO — centro REAL */
.ql-logo{
  justify-self: center;
  text-align: center;
}

/* DIREITA */
.ql-slot.ql-right{
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 18px; /* espaço entre LOJA | PT | ícones */
}

.ql-shop-grid{
  display:grid;
  grid-template-columns: repeat(var(--ql-cols, 4), minmax(0, 1fr));
  gap: 60px 50px;
  max-width: 1100px;
  margin: 88px auto !important;
  padding: 0 24px;
}

.ql-shop-thumb img{
  width:100%;
  height:auto;           
  display:block;
}

.ql-shop-price{
  margin-bottom: 14px;
  font-size: 12px;
}

.ql-shop-btn, .wc-block-cart__submit-button, .single_add_to_cart_button.button.alt, .woocommerce a.button ,
.woocommerce-Button, button.wc-block-components-button.wc-block-components-checkout-place-order-button, button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained{
  background: none !important;
  border: none !important;
 font-size: 20px;
    line-height: 24px;
    font-family: 'Affairs', serif;
    color: black;
    text-decoration: none;
    padding-top: 20px;
    display: block;
    font-style: italic;
    margin-right: 20px;
    font-weight: 400;
}

.woocommerce ul.products li.product .button{
    padding: 0 !important;
}

.form.cart {
    display: flex;
    align-items: center;
}
.single_add_to_cart_button.button.alt{
  color: black !important;
} 

@media (max-width: 1100px){
  .ql-shop-grid{ grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 860px){
  .ql-shop-grid{ grid-template-columns: repeat(2, 1fr); gap: 40px 30px; }

}
@media (max-width: 520px){
  .ql-shop-grid{ grid-template-columns: 1fr; }
}


































/************ LOja ******************************/
.ql-shop-item .ql-shop-thumb img, .woocommerce ul.products li.product a img{
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 3 / 4;
    object-fit: cover;
}

.ql-wine-meta {/* display: none; */padding-left: 40px;padding-right: 40px;max-width: 50%;width: 40%;}
.ql-wine-title, .ql-wine-excerpt-novo {margin: 12px 0 6px;font-weight: 400;font-size: 30px;line-height: 34px;font-family: 'Affairs';text-transform: uppercase;
    text-transform: initial;margin-bottom: 120px;}
.ql-wine-excerpt, .ql-wine-excerpt p {margin: 0;font-weight: 400;font-size: 20px;line-height: 24px;font-family: 'Affairs', serif;}
.ql-btn-discover-pdf{
  font-style: italic;
}
.ql-wine-title-novo, .ql-wine-title {margin: 12px 0 6px;font-weight: 400;font-size: 30px;line-height: 34px;font-family: 'Affairs';text-transform: uppercase;
    text-transform: initial; font-style: italic;}

.ql-product-title{margin: 12px 0 6px;font-weight: 400;font-size: 30px;line-height: 34px;font-family: 'Affairs';text-transform: uppercase;
    text-transform: initial; font-style: italic;}
.ql-shop-title,.woocommerce-loop-product__title {margin: 12px 0 3px;font-weight: 400;font-size: 24px;line-height: 28px;font-family: 'Affairs';text-transform: uppercase;
    text-transform: initial; font-style: italic; letter-spacing: 0;}
.wc-block-components-product-name {
  font-weight: 400;
  font-size: 18px !important;
  line-height: 24px !important;
  font-family: 'Affairs';
  text-transform: uppercase;
  text-decoration: none;
  text-transform: initial; 
  font-style: italic;
}

.ql-wine-meta-reserva .ql-wine-title-novo {margin-bottom: 120px;}
.ql-wine-cat{
  display: block;
  font-style: italic;
}
.ql-btn-discover{
  font-size: 20px;
  line-height: 24px;
  font-family: 'Affairs', serif;
  color: black;
  text-decoration: none;
  padding-top: 20px;
  display: block;
  font-style: italic;
	margin-right:20px;
}
.ql-wines .ql-wine:nth-child(even){
  flex-direction: row;
}
/* Responsivo */
@media (max-width: 991.98px){
  .ql-wine { min-height: 48vh; padding: 7vh 4vw; }
  .ql-wine-box { width: min(520px, 92vw); height: min(56vh, 520px); }
  .wpml-ls-desktop{display:none;}
}
@media (max-width: 575.98px){
.aviso-legal>div:last-child {
    text-align: center;
}
  .ql-wine { min-height: 46vh; padding: 6vh 3vw; }
  .ql-wine-box { width: 92vw; height: min(52vh, 480px); }
}

/****** RESTO SITE ******/
.home-s-2{
    padding-bottom: 320px;
}
.home-s-2 h2,
.home-s-4 h2{
  font-size: 30px;
  line-height: 32px;
  font-family: 'Affairs';
  text-transform: uppercase;
  padding: 320px 0px;
}
.home-s-2 h3{

  font-size: 20px;
  line-height: 24px;
  font-family: 'Affairs';
  text-transform: uppercase;
  padding-bottom: 120px;
    width: 630px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.home-s-2 p{
  
  font-size: 20px;
  line-height: 24px;
  font-family: 'Affairs';
  padding-left: 20px;
  padding-right: 20px;

}
.wc-block-cart .wc-block-cart__totals-title, .wc-block-cart-items__header-image,
.wc-block-cart-items__header-total, .wc-block-components-title, .wc-block-components-checkout-order-summary__title-text, .woocommerce-Address-title h2 {
    font-size: 30px !important;
    line-height: 32px !important;
      font-family: 'Affairs' !important;
}
.woocommerce p, .wc-block-components-product-metadata__description p, .wc-block-components-panel__button,
.wp-block-woocommerce-cart-order-summary-totals-block, .wc-block-components-totals-item, .wc-block-components-totals-item,
.wc-block-components-checkout-return-to-cart-button, .wc-block-components-checkbox__label,
.wc-block-components-checkbox__label, .wc-block-components-checkbox__label, 
.woocommerce-MyAccount-navigation-link a, .woocommerce-info, .woocommerce .edit{
  font-size: 20px;
  line-height: 24px;
  font-family: 'Affairs';
}
.woocommerce-Price-amount, .wc-block-formatted-money-amount {
    font-size: 16px;
    opacity: 1;
    line-height: 20px;
    font-weight: 600;
    color: black !important;
    font-style: normal;
    font-family: 'Affairs';
}
.ql-back{
  font-size: 14px;
  line-height: 16px;
  font-family: 'Affairs';
}
.home-s-2  a{
  font-style: italic;
  font-size: 20px;
    line-height: 24px;
    color: black;
    font-family: 'Affairs';
    text-decoration: none;
    padding-top: 20px;
    display: inline-block;
}
.home-s-2  a:hover{

    text-decoration: underline;
}
.bl-vertical-align{

    display: flex;
    align-content: center;
    flex-wrap: nowrap;
    align-items: center;
}
.wpb_single_image{
  margin-bottom: 0px !important;
}
.home-s-2 .wpb_single_image{
  margin-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
}  
.home-s-1 .vc_single_image-wrapper,
.home-s-1 .vc_single_image-wrapper img,
.home-s-1 .wpb_single_image .vc_figure,
.home-s-3 .vc_single_image-wrapper,
.home-s-3 .vc_single_image-wrapper img,
.home-s-3 .wpb_single_image .vc_figure,
.home-s-5 .vc_single_image-wrapper,
.home-s-5 .vc_single_image-wrapper img,
.home-s-5 .wpb_single_image .vc_figure{
  width: 100%;
}

.bl-sem-espaco-baixo h2{
    padding: 320px 0px 80px;
}
.bl-sem-espaco-cima h2{
   padding: 0px 0px 320px;
}
.bl-sem-espaco-ambos h2{
   padding: 0px 0px 320px;
}
.bl-sem-espaco-baixo p{
    width: 550px;
    max-width: 98%;
    padding-bottom: 300px;
    margin: auto;    
    font-size: 20px;
    line-height: 26px;
    font-family: 'Affairs';
}
.ql-bloco-box .ql-wine-bottle{
      max-height: 100%;
}
.ql-bloco-box{
    background: transparent;
    height: min(74vh, 650px);
}
.ql-blocos .ql-wine-title{
  margin-bottom: 24px;
    font-size: 30px;
    font-style: italic;
}
.sobre-4{
  padding-bottom: 320px;
}
.sobre-5{
  padding-bottom: 320px;
}
.sobre-4 .ql-wines .ql-wine:last-child,
.sobre-6 .ql-wines .ql-wine:last-child{
  padding-bottom: 0px;
}
.ql-blocos .ql-wine{
    flex-direction: row;
}
.ql-blocos .ql-wine:nth-child(even) {
    flex-direction: row-reverse;
}
.vinhos-s-1{
  padding-bottom: 0px;
}
.vinhos-s-1 p{
  width: 692px;
}
.vinhos-s-3{
  padding-bottom: 320px;
}
.vinhos2-s2 h2{
  padding-top: 100px;
  padding-bottom: 160px;
}
.home .home-s-2 p{
  width: 630px;
  max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.texto-esp-venera{
  display: block;
  margin-top: 40px;
}

/* Base comum para todas as classes de rácio */
[class^="racio"] {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.racio2x1 .vc_single_image-wrapper img,
.racio2meiox1 .vc_single_image-wrapper img,
.racio3x5 .vc_single_image-wrapper img,
.racio3x4 .vc_single_image-wrapper img,
.racio100x100vh .vc_single_image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* Rácios específicos */
.racio2x1 .vc_single_image-wrapper{
  aspect-ratio: 2 / 1;
}
.racio1meiox1 .vc_single_image-wrapper{
  aspect-ratio: 1.5 / 1;
}

.racio2meiox1 .vc_single_image-wrapper{
  aspect-ratio: 2.5 / 1; /* 2.5:1 */
}

.racio3x5 .vc_single_image-wrapper{
  aspect-ratio: 3 / 5;
}

.racio3x4 .vc_single_image-wrapper{
  aspect-ratio: 3 / 4;
}

.racio100x100vh .vc_single_image-wrapper{
  width: 100%;
  height: 100vh;
}
.racio100x130vh .vc_single_image-wrapper{
  width: 100%;
  height: 130vh;
}


.sobre-6 .bl-sem-espaco-baixo h2{
    padding: 175px 0px 30px;
}

.grp-vinhos .ql-wine-title{
  font-style: italic;
}

@media only screen and (max-width: 500px){
	.bl-estatica h2{
		font-size: 20px;
	}

	.bl-estatica h3{
		font-size: 18px;
	}
	.bl-estatica {
		padding-top: 70px;
	}
	
	.ql-footer-menu a {
		font-size: 10px;
		line-height: 12px;
	}
	
  #wpadminbar{
    display: none;
  }
  .bl-vertical-align {
    display: flex;
    align-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .ql-logo .custom-logo, .ql-logo img{
            max-height: 50px;
  }
  .ql-header-grid {
      padding-top: 12px;
      padding-bottom: 12px;
  }


  body .ql-logo {
    height: 50px !important;
  }
  body.sticky-header .ql-logo {
      height: 26px !important;
  }

  .home-s-1 .wpb_single_image img,
  .home-s-3 .wpb_single_image img{

        object-fit: cover;
        object-position: center;
  }
  .home-s-2 h2, .home-s-4 h2 {
      font-size: 18px;
      line-height: 32px;
      font-family: 'Affairs';
      text-transform: uppercase;
      padding: 180px 0px;
  }
  .home-s-4 h2{

      padding: 160px 0px;
  }
  .home-s-2 .vc_single_image-wrapper img{
    width: 197px;
    max-width: 100%;
  }

  .home-s-2 h3{
    padding-top: 160px;
    font-size: 14px;
    padding-bottom: 60px;
  }
  .home-s-2 p,
  .home-s-2 a{
    font-size: 12px;
    line-height: 16px;
  }
  .sobre-s-2 p{
    padding-bottom: 0px !important;
  }
  .home-s-2 {
      padding-bottom: 160px;
  }
  .home .home-s-2 p {
      max-width: 90%;
  }
  .ql-wine{

    flex-direction: column !important;
    justify-content: space-between;
  }
  .ql-wine--right .ql-wine-box {
      max-width: 100%;
  }
  .ql-wine {
      min-height: 46vh;
      padding: 0vh 3vw 176px;
  }
  .ql-wine-title {
      margin-bottom: 30px;
      margin-top: 40px;
      font-size: 14px;
  }
  .ql-wine-excerpt,
  .ql-btn-discover {
      width: 100%;
      font-size: 12px;
      line-height: 16px;
  }
  .ql-wine-meta {
      max-width: 100%;
      width: 100%;
  }
  .ql-footer-logo img, .ql-footer-logo .custom-logo {
      width: 100px;
      display: inline-block;
  }
  .ql-footer-social .ql-social li {
      margin: 0px 0;
  }
  .ql-footer-contacts .ql-line,
  .ql-footer-social .ql-social a{

    font-size: 10px;
    line-height: 14px;
  }
  .bl-sem-espaco-baixo h2 {
      padding: 220px 0px 60px;
  }
  .bl-sem-espaco-baixo p {
      width: 550px;
      max-width: 98%;
      padding-bottom: 220px;
      margin: auto;
  }
  .home-s-2 .vc_single_image-wrapper img {
      width: 197px;
      max-width: 100%;
  }

  .home-s-2.bl-sem-espaco-baixo .vc_single_image-wrapper img{
      width: 100%;
      max-width: 100%;
  }
 .home-s-2.bl-sem-espaco-baixo {
    padding-bottom: 0px;
  }
  .sobre-4 .wpb_content_element {
    margin-bottom: 0px;
  }
  .ql-bloco-box .ql-wine-bottle {
      max-height: 100%;
      object-fit: cover;
      height: 100%;
        max-width: 100%;
  }
  .ql-blocos .ql-wine-title {
      margin-bottom: 24px;
      font-size: 18px;
      font-style: italic;
        padding-top: 160px;
        margin-top: 0px;
  }
  .sobre-5 .wpb_single_image img {
    object-fit: cover;
    object-position: center;
  }
   .sobre-5{
    margin-bottom: 120px;
  }
  .sobre-4 {
      padding-bottom: 160px;
  }
  .sobre-5 {
      padding-bottom: 0px;
  }
  
  .sobre-6 .ql-blocos .ql-bloco-box{
    order: 2;
    padding-top: 160px;
  }
  .sobre-6 .ql-blocos .ql-wine-meta{
    order: 1;
  }
  .sobre-6 .ql-wine {
      min-height: 46vh;
      padding: 0vh 3vw 0px;
  }
  .sobre-6 .bl-sem-espaco-baixo p{

font-size: 12px;
line-height: 16px;
        padding-left: 5vw;
        padding-right: 5vw;
  }
      .sobre-7 .wpb_single_image img {
        height: 85dvh;
        object-fit: cover;
        object-position: center;
    }
  .vinhos-s-3{
    padding-bottom: 0px;
  }
  .vinhos2-s2 h2 {
    padding-top: 0px;
    padding-bottom: 160px;
  }

  .racio100x130vh .vc_single_image-wrapper {
    width: 100%;
    height: 70vh;
    }
     .racio100x130vh img{
      height: 100% !important;
     }
  .vinhos-s-2 p{
    margin: auto;
    width: 100%;
    font-size: 12px;
    line-height: 16px;
    max-width: 80%;
  }
  .grp-vinhos h2{
    padding: 0px 0px 60px !important;
  }

  .equipa-sobre .vc_empty_space{
    display: none;
  }

  .equipa{
    display: flex;
    margin: 0px;
    flex-direction: column;

  }
  .equipa:nth-child(4n){
        flex-direction: column-reverse;

  }
}
/* nav direita */
.ql-slot.ql-right{
  display: flex;
  align-items: center;
  gap: 28px; /* espaço entre PT/EN e ícones */
}

/* links dos ícones */
.ql-icon{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: inherit;
  text-decoration: none;
}

/* ícones Font Awesome */
.ql-icon i{
  font-size: 18px; /* ajusta se quiseres */
  line-height: 1;
}

/* WPML alinhado */
.wpml-ls-desktop-new{
  display: flex;
  align-items: center;
}

.otgs-development-site-front-end{display:none;}


.wpml-ls-statics-shortcode_actions {
  display: flex;
  gap: .5em;
  align-items: center;
  z-index: 10;
}

.wpml-ls-statics-shortcode_actions a {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 12px;
  color: #222;
  font-family: 'Affairs';
  text-decoration: none;
  padding:3px;
}

.wpml-ls-item + .wpml-ls-item::before {
  content: " | ";
  color: inherit;
}

.wpml-ls-statics-shortcode_actions .wpml-ls-current-language a {
    font-style: italic;
  font-family: 'Affairs', serif;
}
 
.wpml-ls-legacy-list-horizontal .wpml-ls-item {
    margin: 0;
    list-style-type: none;
    display: inline-block;
    padding: 3px;
}

.wpml-ls-desktop{
    position: absolute;
    z-index: 10;
    white-space: nowrap;
    right: 0;
    top: 50%;
}

.overlay-aviso {
    width: 100vw;
    height: 100vh;
    background-color:rgb(216 216 216 / 90%) ;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 99999;
}

.aviso-legal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 99999;
    flex-direction: column;
    align-items: center;
    width: 316px;
    height: 318px;
}

.logo-aviso {
    width: auto;
    height: 200px;
    margin: auto;
}

.aviso-legal h4 {
    color: black;
    text-align: center;
    margin-bottom: 30px;
    width: 351px;
    max-width: 100%;
    font-family: 'Affairs',sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
}

.aviso-legal>.escolha {
    display: flex;
}

.aviso-legal>.escolha>div {
    padding: 12px 40px;
    color: black;
    font-family: 'Affairs',sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
	font-style:italic;
}

.aviso-legal>.escolha>div:hover {
   text-decoration:underline;
    cursor: pointer;
}
.ql-left .ql-main-menu {
  display: flex;
  padding-right: 20%;
	justify-content: space-between;
}

@media (max-width: 768px) {
    .aviso-legal {
        padding: 30px 20px;
    }
    .aviso-legal h4 {
        font-size: 16px;
    }
    .aviso-legal>.escolha>div {
        padding: 10px 20px;
        font-size: 14px;
    }
    .aviso-legal>div:last-child {
        font-size: 11px;
        line-height: 18px;
        width: 90%;
    }
    .logo-aviso {
        height: 100px;
    }
}

@media (max-width: 480px) {
    .aviso-legal {
        padding: 20px 15px;
		width:95%;
		max-width:100%
    }
    .aviso-legal h4 {
        font-size: 14px;
		width:90%;
		max-width:100%;
    }
    .aviso-legal>.escolha {
        gap: 10px;
    }
    .aviso-legal>.escolha>div {
        width: 100%;
        padding: 10px 0;
        font-size: 13px;
    }
    .aviso-legal>div:last-child {
        font-size: 10px;
        line-height: 16px;
        width: 100%;
    }
    .logo-aviso {
        height: 132px;
    }
}


 /* Apenas no mobile */
@media (max-width: 991.98px) {
  .ql-shop-toolbar {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-direction: column;
    align-content: flex-start;
}
.ql-shop-grouped {
    margin: 110px auto;
}
.ql-shop-product-card {
    margin-bottom: 50px;
}
.ql-shop-product-title {
    min-height: auto;
}
.ql-shop-products-grid {
  display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.ql-shop-product-card {
    width: 100%;
    max-width: 100%;
}

  .wc-block-cart .wc-block-cart__totals-title, .wc-block-cart-items__header-image, .wc-block-cart-items__header-total, .wc-block-components-title, .wc-block-components-checkout-order-summary__title-text, .woocommerce-Address-title h2 {
    font-size: 20px !important;
    line-height: 26px !important;
    font-family: 'Affairs' !important;
}
.woocommerce p, .wc-block-components-product-metadata__description p, .wc-block-components-panel__button, .wp-block-woocommerce-cart-order-summary-totals-block, .wc-block-components-totals-item, .wc-block-components-totals-item, .wc-block-components-checkout-return-to-cart-button, .wc-block-components-checkbox__label, .wc-block-components-checkbox__label, .wc-block-components-checkbox__label, .woocommerce-Price-amount, .wc-block-formatted-money-amount, .woocommerce-MyAccount-navigation-link a, .woocommerce-info, .woocommerce .edit {
    font-size: 16px;
    line-height: 20px;
    font-family: 'Affairs';
}
.ql-link.ql-link-shop, .wpml-ls-desktop-new{
  display: none;
}
.woocommerce main, .woocommerce-page main {
    padding: 100px 30px;
}
.ql-header-grid {
    display: grid;
}
  /* Menu mobile */
  .ql-mobile-panel {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 999;
    text-align: center;
  }
a.ql-link.ql-link-shop {
    margin-right: 0px;
}
.wpml-mobile {
    margin-top: 50px;
}
.ql-mobile-icons {
    margin-bottom: 20px;
    gap: 10px;
    display: flex;
    justify-content: center;
}
  /* Lista de links do menu */
  .ql-mobile-menu {
    list-style: none;
    margin: 0;
    padding: 12px 16px 0px;
  }

 .wpml-ls-statics-shortcode_actions {
    display: flex;
    gap: 0.5em;
    align-items: center;      
    justify-content: center;  
    position: relative;
    z-index: 10;
    font-size: 12px;
}

.wpml-ls-desktop{
    position: absolute;
    z-index: 10;
    white-space: nowrap;
    right: 0;
    top: 50%;
}

}


.ql-cat-tree{
    padding-top: 220px;
    display: grid;
    grid-template-columns: repeat(2,0.34fr);
    width: 1100px;
    margin: auto;
    padding-left: 24px;
}


.ql-cat-tree,
.ql-cat-tree ul {
  list-style: none;
}

.ql-cat-parent{
  font-family: 'Affairs';
  font-size: 24px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000;
  text-decoration: none !important;
font-weight: 400;
position: relative;
}

.ql-cat-item:last-child .ql-cat-parent::after {
  content: '';
  position: absolute;
  right: -25px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url('/wp-content/uploads/2026/02/arrow_back_ios_new_24dp_1F1F1F_FILL0_wght400_GRAD0_opsz24-1.svg');
  background-repeat: no-repeat;
  background-size: contain;
  width: 23px;
  height: 23px;
}

.ql-cat-children{
  display: none;
  flex-direction:column;
  margin-top: 25px;
}

.ql-cat-child{
  font-family: 'Affairs';
  font-weight: 500;
  font-style: italic;
  font-size: 18px;
  line-height: 1.2;
  color: #000;
  text-decoration: none !important;
  margin-bottom: 10px !important;
}

.ql-cat-item:last-child:hover .ql-cat-children {
  display: flex;
}

.ql-cat-parent2{
  font-family:'Affairs';
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000;
  text-decoration: none !important;
}

.ql-cat-child2{
  font-family: 'Affairs';
  font-size: 18px;
  line-height: 1.2;
  font-style: italic;
text-decoration: none !important;
color:#4C4C4C !important;
}

.ql-cat-sep {
    position: relative;
    top: -3px;
    padding-left: 5px;
    padding-right: 5px;
}

.ql-cat-path{
  margin-bottom: 30px;
}


.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button{
    padding: 0px !important;
}

.categoria-produtosv2{
    padding: 0px 30px 100px !important;
}

.categoria-produtos__header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  margin-bottom:40px;

   max-width:1100px ;
  margin: 88px 82px;
}

.ql-shop-toolbar{
  margin-left:auto;
}

.categoria-produtos__title{
  font-family: 'Affairs';
  font-size: 50px;
  line-height: 1.2;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000;
}



@media only screen and (max-width: 1750px) {
}
/* IntermĆ©dio 2 */
@media only screen and (max-width: 1650px) {
}
/* HD READY - ResoluĆ§Ć£o Base Desenvolvimento */
@media only screen and (max-width: 1440px) {
}

/* Media query para menu hamburguer */
@media print, screen and (max-width: 1250px) {
  .categoria-produtos__header{
    margin: 88px 70px;
  }
}

/* Media query para menu hamburguer */
@media print, screen and (max-width: 1200px) {
.categoria-produtos__header {
    margin: 50px;
}
}

/*tablet landscape or old laptop */
@media print, screen and (max-width: 1024px) {
.categoria-produtos__header {
    margin: 22px;
}

    .ql-cat-tree {
    padding-top: 150px;
    display: flex;
    width: 280px;
    margin: auto;
    padding-left: 0px; 
    flex-direction: column;
    gap: 20px;
}

.ql-cat-children {
    display: flex;
    flex-direction: row;
    gap: 24px;
    margin-top: 10px;
    text-align: center;
}

.ql-cat-item:last-child .ql-cat-parent::after{
  display: none;
}

.ql-cat-child {
    font-size: 16px;
}
}

/* Size considerado para Tablet */
@media only screen and (max-width: 991px) {
.ql-mobile-shop{
  display: none;
}
  
.ql-cart-badge {
    position: absolute;
    top: -15px;
    height: 16px;
    padding: 0 4px;
    border-radius: 999px;
    background: #000;
    color: #fff;
    font-size: 10px;
    line-height: 16px;
    text-align: center;
    display: inline-block;
    right: -5px;
}

#menu-menu-direita, #menu-menu-direita-en{
  display: none;
}

    .ql-cat-tree {
    padding-top: 150px;
    display: flex;
    width: 280px;
    margin: auto;
    padding-left: 0px; 
    flex-direction: column;
    gap: 20px;
}

.ql-cat-children {
    display: flex;
    flex-direction: row;
    gap: 24px;
    margin-top: 10px;
    text-align: center;
}

.ql-cat-item:last-child .ql-cat-parent::after{
  display: none;
}

.ql-cat-child {
    font-size: 16px;
}
}
/* Size considerado para Tablet modo portrait*/
@media only screen and (max-width: 767.5px) {
    .ql-cat-tree {
    padding-top: 150px;
    display: flex;
    width: 280px;
    margin: auto;
    padding-left: 0px; 
    flex-direction: column;
    gap: 20px;
}

.ql-cat-children {
    display: flex;
    flex-direction: row;
    gap: 24px;
    margin-top: 10px;
    text-align: center;
}

.ql-cat-item:last-child .ql-cat-parent::after{
  display: none;
}

.ql-cat-child {
    font-size: 16px;
}
}

@media only screen and (max-width: 600px) {
.ql-shop-products-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}

  .ql-lightbox-close{
    z-index: 9;
  }

  .ql-single-product {
    padding: 15px 40px;
}

  .ql-cat-tree {
    padding-top: 150px;
    display: flex;
    width: 280px;
    margin: auto;
    padding-left: 0px; 
    flex-direction: column;
    gap: 20px;
}

.ql-cat-children {
    display: flex;
    flex-direction: row;
    gap: 24px;
    margin-top: 10px;
    text-align: center;
}

.ql-cat-item:last-child .ql-cat-parent::after{
  display: none;
}

.ql-cat-child {
    font-size: 16px;
}
}
/* Size considerado Mobile - 430px*/
@media only screen and (max-width: 430px) {
.categoria-produtos__header{
  flex-direction:column ;
}

    .ql-cat-tree {
    padding-top: 150px;
    display: flex;
    width: 280px;
    margin: auto;
    padding-left: 0px; 
    flex-direction: column;
    gap: 20px;
}

.ql-cat-children {
    display: flex;
    flex-direction: row;
    gap: 24px;
    margin-top: 10px;
    text-align: center;
}

.ql-cat-item:last-child .ql-cat-parent::after{
  display: none;
}

.ql-cat-child {
    font-size: 16px;
}
}
/* smartphones plus */
@media only screen and (max-width: 414px) {
.ql-shop-toolbar {
    margin-left: 0;
}

    .ql-cat-tree {
    padding-top: 150px;
    display: flex;
    width: 280px;
    margin: auto;
    padding-left: 0px; 
    flex-direction: column;
    gap: 20px;
}

.ql-cat-children {
    display: flex;
    flex-direction: row;
    gap: 24px;
    margin-top: 10px;
    text-align: center;
}

.ql-cat-item:last-child .ql-cat-parent::after{
  display: none;
}

.ql-cat-child {
    font-size: 16px;
}
}
/* smartphones normais  */
@media only screen and (max-width: 378px) {
    .ql-cat-tree {
    padding-top: 150px;
    display: flex;
    width: 280px;
    margin: auto;
    padding-left: 0px; 
    flex-direction: column;
    gap: 20px;
}

.ql-cat-children {
    display: flex;
    flex-direction: row;
    gap: 24px;
    margin-top: 10px;
    text-align: center;
}

.ql-cat-item:last-child .ql-cat-parent::after{
  display: none;
}

.ql-cat-child {
    font-size: 16px;
}
}
/* iphone 5 <=  */
@media only screen and (max-width: 320px) {
  .ql-cat-tree {
    padding-top: 150px;
    display: flex;
    width: 280px;
    margin: auto;
    padding-left: 0px; 
    flex-direction: column;
    gap: 20px;
}

.ql-cat-children {
    display: flex;
    flex-direction: row;
    gap: 24px;
    margin-top: 10px;
    text-align: center;
}

.ql-cat-item:last-child .ql-cat-parent::after{
  display: none;
}

.ql-cat-child {
    font-size: 16px;
}
}


.preco-civa{
	font-family:'Affairs';
}


.woocommerce-order-received .woocommerce-order{
  font-family: 'Affairs' !important;
  font-size: 16px !important;
}

.woocommerce-order-received address, .woocommerce-order-received .woocommerce-customer-details--phone, .woocommerce-order-received .woocommerce-customer-details--email {
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 18px;
}

a:focus{
  outline: none !important;
  box-shadow: none !important;
}


.wc-block-components-formatted-money-amount::after {
  content: " (C/Iva)";
  display: block;
  font-size: 12px;
  opacity: 0.7;
  margin-top: 4px;
}

html[lang="en-US"] .wc-block-components-formatted-money-amount::after {
  content: " (W/ VAT)";
	  display: block;
  font-size: 12px;
  opacity: 0.7;
  margin-top: 4px;
}