/*
Theme Name:         retrosaria
Description:        retrosaria Theme
Version:            1.0
Author:             wevolved

Text Domain:        retrosaria
*/

/* Configurações BASE */
* {
	box-sizing: border-box;
}


/* desativar scroll quando adicionada a classe disableScroll ao HTML */
html.disableScroll {
	overflow-y: hidden;
}

img {
	max-width: 100%;
}

/********* Alterar o scroll bar **********/
html {
	scrollbar-width: thin; /* Adjust the width of the scrollbar */
	scrollbar-color: #888 transparent; /* Adjust the color of the scrollbar */
}

/* Define the style for the scrollbar track */
html::-webkit-scrollbar {
	width: 4px; /* Adjust the width of the scrollbar */
}

/* Define the style for the scrollbar thumb */
html::-webkit-scrollbar-thumb {
	background-color: #888; /* Adjust the color of the scrollbar thumb */
	border-radius: 4px; /* Adjust the border radius of the scrollbar thumb */
}

/* Style for scrollbar track (background) */
html::-webkit-scrollbar-track {
	background-color: var(--white); /* Background color of the scrollbar track */
}
/********* FIM DE Alterar o scroll bar **********/

/* Reset comportamento de links */
a,
a:hover,
a:focus,
a:active {
	text-decoration: none;
	color: var(--black);
	cursor: pointer;
}

h1 { font-size: 48px; }
h2 { font-size: 36px; }
h3 { font-size: 28px; }
h4 { font-size: 24px; }
h5 { font-size: 20px; }
p, a, label, input, select, textarea, option {
    font-size: 16px;
    color: #00205C;
}

a,
span {
	/* para que as fonts fiquem com linha mais fina */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
a {
	overflow-wrap: anywhere;
}

/**************** COMPONENTES DE FORMULARIOS **************/
/* Colocar os placeholders dos inputs com cor normal, remover o cinzento */
input::placeholder {
	color: var(--white);
	opacity: 1; /* Firefox */
}

/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
select:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0 30px var(--black) inset !important;
	-webkit-text-fill-color: var(--white) !important;
}

/* Change the white to any color */
.white input:-webkit-autofill,
.white input:-webkit-autofill:hover,
.white input:-webkit-autofill:focus,
.white input:-webkit-autofill:active,
.white select:-webkit-autofill,
.white select:-webkit-autofill:hover,
.white select:-webkit-autofill:focus,
.white select:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0 30px var(--white) inset !important;
	-webkit-text-fill-color: var(--black) !important;
}

input:focus,
select:focus {
	outline: none !important;
}

/* Remover incremento de número - Chrome, Safari, Edge, Opera  */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* remover espaçamentos */
.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid > li,
.vc_btn3-container {
	margin-bottom: 0px !important;
}

ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.woocommerce_options_panel fieldset.form-field, .woocommerce_options_panel p.form-field.tqr_default_unit_field {
    padding: 5px 20px 5px 20px!important;
}
.woocommerce_options_panel label, .woocommerce_options_panel .tqr_default_unit_field legend {
    margin: 0 0 0 0px !important;
}

/**************** FONTS ****************/
/* Fonts */
@font-face {
	font-family: "FontAwesome";
	src: url("fonts/FontAwesome.otf");
	font-weight: normal;
	font-style: normal;
}



/* Variáveis p/ reutilizar */
:root {
	/* Cores */
	--black: #000000;
	--white: #ffffff;
	--grey: #222222;
	--header-height: 50px;
	--page-margin: 25px;
	--border-radius: 4px;
	--page-top-space: 180px;
	--page-bottom-margin: 128px;
}

/* Remover paddings */
.noPadding {
	padding-left: 0px;
	padding-right: 0px;
}

/* REGRAS PARA PROJETO */
body {
	/* margin:0px */
	/*overflow-x: hidden;*/
}

/* esconder badge do recaptcha */
.grecaptcha-badge {
	visibility: hidden !important;
}

.otgs-development-site-front-end, .ti-footer, .ti-verified-by.ti-verified-by-row{
    display: none !important;
}

/* ----------------------------------- BOTÃO TELETRANSPORTE TOPO PÁGINA  ----------------------------------- */
.goUp {
	cursor: pointer;
	position: fixed;
	top: 90%;
	right: 30px;
	z-index: 9995;
	opacity: 0;
	transition: 300ms opacity linear;
}
.goUp.show {
	opacity: 1;
	transition: 300ms opacity linear;
}

/* Helvetica Neue Bold */
@font-face {
  font-family: 'Helvetica Neue';
  src: url('fonts/HelveticaNeue-Bold.woff2') format('woff2'),
       url('fonts/HelveticaNeue-Bold.ttf') format('truetype'),
       url('fonts/HelveticaNeueBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}

/* Helvetica Neue Light */
@font-face {
  font-family: 'Helvetica Neue';
  src: url('fonts/HelveticaNeueLight.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
}

/* Helvetica Neue Medium */
@font-face {
  font-family: 'Helvetica Neue';
  src: url('fonts/HelveticaNeueMedium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
}


body {
    background-color: #FFFAF6;
}
/* ----------------------------------- HEADER  ----------------------------------- */

.top-bar {
    background-color: #d45b0b;
    color: white;
    padding: 6px 0;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
}
.top-bar p {
    margin-bottom: 0 !important;
    font-family: 'Public Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 1.4px;
    color: white !important;
}

/* Container reutilizável */
.container {
    width: calc(100% - 40px);
    max-width: 100%;
    margin: auto;
    padding: 0;
}
.site-header p{
    margin-bottom: 0;
}
.site-header {
    background: #00205CD6;
    padding: 0px 0;
    color: #fff;
}

header.todo {
    position: sticky;
    top: 0px;
    z-index: 3;
}
.header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.logo img {
    max-height: 50px;
}

.main-navigation {
    flex-grow: 1;
    text-align: center;
}

.main-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-menu li {
    display: inline-block;
    margin: 0 15px;
}

.main-menu a {
    color: white;
    text-decoration: none;
    font-weight: 600;
}
.home .container-branco.container {
    width: 100%;
}
.header-icons {
    display: flex;
    width: 182px;
    gap: 25px;
}

.header-icons a {
    color: white;
    font-size: 18px;
}
.woocommerce .wishlist-title h2 {
    color: #ff6600 !important;
    font-size: 14px;
    line-height: 16px;
}
.main-menu a {
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: 400;
    font-style: normal; 
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: white !important;
}
.main-menu a {
  position: relative;
  text-decoration: none; /* desativa o underline normal */
}

.main-menu a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px; /* distância da linha ao texto */
  width: 0;
  height: 1px; /* espessura da linha */
  background-color: currentColor; /* usa a cor do texto */
  transition: width 0.3s ease;
}

.main-menu a:hover::before {
  width: 100%;
}
.home .container-branco {
    top: 100vh;
    padding: 100px 20px 0px 20px;
    background-color: #FFFAF6;
    z-index: 2;
    position: relative;
    margin: 0;
}
.home footer {
    top: 100vh;
    position: relative;
}

button.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button.contained {
    background-color: transparent;
    box-shadow: none;
    border: none;
}
a.wc-block-components-product-name, .price span, .wc-block-components-product-details__value {
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 16px;
    letter-spacing: 1.4px;
    color: #00205C;
}
button.wc-block-cart-item__remove-link {
  font-family: 'Helvetica Neue', sans-serif !important;
  font-weight: 400 !important;
  font-size: 12px !important;
  line-height: 14px !important;
  letter-spacing: 1.4px !important;
  color: #00205C !important;
  text-transform: uppercase !important;

  /* reset underline normal */
  text-decoration: none !important;

  position: relative; /* necessário para ::after */
  padding-bottom: 2px; /* espaço para a linha */
}
.icon-btn img{
    width: 100%;
    height: auto;
}
/* Linha animada */
button.wc-block-cart-item__remove-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: currentColor; /* mesma cor do texto */
  transition: width 0.3s ease;
}

/* Ao passar o rato */
button.wc-block-cart-item__remove-link:hover::after {
  width: 100%;
}

span.wc-block-components-product-details__name {
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 14px;
    letter-spacing: 1.4px;
    color: #66799D;
    text-transform: uppercase;
}
.wc-block-components-quantity-selector {
    float: left;
}
button.wc-block-cart-item__remove-link {
    float: right;
}
.wc-block-components-quantity-selector {
    border: 1px solid #ff6600;
    box-shadow: none;
    color: #ff6600;
}
.wc-block-cart__main .wc-block-cart-items td {
    border-top: 1px solid hsl(25.38deg 100% 94.9%);
}
td.wc-block-cart-item__image {
    width: 160px;
}
.wc-block-components-form .wc-block-components-text-input input[type=email], 
.wc-block-components-form .wc-block-components-text-input input[type=number], .wc-block-components-form .wc-block-components-text-input input[type=password], 
.wc-block-components-form .wc-block-components-text-input input[type=tel], .wc-block-components-form .wc-block-components-text-input input[type=text], 
.wc-block-components-form .wc-block-components-text-input input[type=url], .wc-block-components-text-input input[type=email], .wc-block-components-text-input input[type=number], 
.wc-block-components-text-input input[type=password], 
.wc-block-components-text-input input[type=tel], .wc-block-components-text-input input[type=text], .wc-block-components-text-input input[type=url] {
    border: 1px solid hsl(219.33deg 100% 17.65%);
    color: #00205c;
}
h2.wp-block-woocommerce-cart-order-summary-heading-block.wc-block-cart__totals-title, .wc-block-components-checkout-order-summary__title-text {
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: 400 !important;
    font-style: Regular !important;
    font-size: 20px !important;
    leading-trim: NONE !important;
    line-height: 24px !important;
    letter-spacing: 3% !important;
    color: #ff6600 !important;
    text-transform: uppercase;
}
.wc-block-components-address-card {
    align-items: flex-start;
    border: none !important;
    border-radius: 0px !important;
    padding: 0em !important;
}
.wp-block-woocommerce-checkout-order-summary-block {
    border: none !important;
}
#contact input, #billing input, #contact select, #billing select, #order-notes textarea {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #294375;
    border-radius: 0px;
}
.wc-block-components-form.wc-block-checkout__form fieldset {
    margin-top: 10px !important;
}
.wc-block-components-notice-banner__content, .wc-block-components-checkout-step__description, .wc-block-components-checkout-step__description,
.wc-block-components-checkbox__label, .wc-block-components-checkbox__label, .wc-block-components-checkout-return-to-cart-button, .wc-block-components-totals-coupon,
.wp-block-woocommerce-checkout-order-summary-totals-block{
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 14px;
    letter-spacing: 1.4px;
    color: #66799D;
    text-transform: uppercase;   
}
.wc-block-components-text-input input, .wc-block-components-form .wc-block-components-text-input input:-webkit-autofill+label, .wc-block-components-form .wc-block-components-text-input.is-active label, .wc-block-components-text-input input:-webkit-autofill+label, .wc-block-components-text-input.is-active label {
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 16px;
    letter-spacing: 1.4px;
    color: #00205C !important;
}
.wc-block-components-product-name{
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 14px;
    letter-spacing: 1.4px;
    text-align: right;
    color: #00205C !important;
    text-transform: uppercase;
}
.paginacao-produtos {
    padding: 50px 0px;
    margin: auto;
    text-align: center;
}
.paginacao-produtos a:hover{
    color: #FF6600;
}
.wc-block-components-order-summary .wc-block-components-order-summary-item__quantity {
    background: #fff0e5 !important;
    color: #00205c !important;
    border: 2px solid hsl(219.13deg 100% 18.04%);
    box-shadow: 0 0 0 2px #fff0e5 !important;
}
.wc-block-components-totals-item__label{
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 14px;
    letter-spacing: 1.4px; 
    text-transform: uppercase;
    color: #00205C !important;  
}
.woocommerce-checkout .container-branco{
    margin: 0 !important;
}
.wp-block-woocommerce-checkout {
    padding-top: 0 !important;
}
.woocommerce-cart .wc-block-components-totals-item__label{
    color: #66799D !important;  
}
.wc-block-components-form .wc-block-components-checkout-step {
    margin: 0 0 75px !important; 
}
.wc-block-formatted-money-amount{
    color: #00205C !important;    
}
.wc-block-components-button:not(.is-link):disabled .wc-block-components-button__text {
    font-size: 16px;
}
.wc-block-checkout__terms {
    margin: 0 0 100px !important;
}
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):focus {
    box-shadow: none !important;
}
.wc-block-checkout__sidebar.is-sticky {
    top: 100px;
    height: calc(100vh - 100px);
}
.wc-block-components-quantity-selector {
    border: none !important;
}
.projeto-1.projeto-0{
    margin-top: 0vh;
}
.wc-block-components-quantity-selector {
    border: 1px solid #ffffff !important;
}
.projeto-1{
    margin-top: 100vh;
}

.projeto-2{
    background-color: #fffaf6;
}
.projeto-0 {
    position: fixed;
    top: 0;
    margin: auto !important;
    left: 0;
    width: 100% !important;
    height: 100vh;
    overflow: hidden;
    z-index: -1;
}





.woocommerce div.product form.cart .variations {
  width: 70% !important;
}

.woocommerce div.product form.cart .variations select {
  max-width: 100%;
  min-width: 100% !important;
}

/* tabela */
.variations td.value {
  position: relative;
}

/* select nativo fallback */
.variations select {
  width: 100%;
  max-width: 460px;
  height: 48px;
  padding: 0 42px 0 16px;
  border: 1px solid #cfd5df;
  border-radius: 14px;
  background: #fffaf6;
  color: #0d2d6c;
  font-size: 15px;
  font-weight: 500;
  box-sizing: border-box;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* wrappers gerais */
.variations .select2-container,
.variations .selectWoo-container,
.qq-pa-servicos-wrap .select2-container {
  width: 100% !important;
  max-width: 460px;
}

/* caixa fechada - igual para todos */
.variations .select2-container--default .select2-selection--single,
.variations .selectWoo-container--default .select2-selection--single,
.qq-pa-servicos-wrap .select2-container--default .select2-selection--single {
  height: 48px !important;
  border: 1px solid #cfd5df !important;
  border-radius: 14px !important;
  background: #fffaf6 !important;
  display: flex !important;
  align-items: center !important;
  padding: 0 14px !important;
  box-sizing: border-box !important;
  box-shadow: none !important;
}

/* texto interno - igual para todos */
.variations .select2-container--default .select2-selection--single .select2-selection__rendered,
.variations .selectWoo-container--default .select2-selection--single .select2-selection__rendered,
.qq-pa-servicos-wrap .select2-selection__rendered {
  color: #0d2d6c !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  padding-left: 0 !important;
  padding-right: 30px !important;
}

/* selects normais */
.variations .select2-container--default .select2-selection--single .select2-selection__rendered,
.variations .selectWoo-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 48px !important;
}

/* serviços */
.qq-pa-servicos-wrap .select2-selection__rendered {
  display: flex !important;
  align-items: center !important;
  height: 48px !important;
  line-height: normal !important;
}

/* seta - igual para todos */
.variations .select2-container--default .select2-selection--single .select2-selection__arrow,
.variations .selectWoo-container--default .select2-selection--single .select2-selection__arrow,
.qq-pa-servicos-wrap .select2-selection__arrow {
  height: 48px !important;
  width: 20px !important;
  right: 12px !important;
  top: 0 !important;
}

/* força o ícone interno a ficar centrado */
.variations .select2-container--default .select2-selection--single .select2-selection__arrow b,
.variations .selectWoo-container--default .select2-selection--single .select2-selection__arrow b,
.qq-pa-servicos-wrap .select2-selection__arrow b {
  margin-left: -4px !important;
  margin-top: -2px !important;
  border-color: #7f8796 transparent transparent transparent !important;
}

/* quando aberto, manter mesmo fundo */
.select2-container--open .select2-selection--single {
  background: #fffaf6 !important;
}

/* dropdown */
.select2-container--open {
  z-index: 999999 !important;
}

.select2-dropdown {
  box-sizing: border-box !important;
  max-width: calc(100vw - 24px) !important;
  border: 1px solid #cfd5df !important;
  border-radius: 14px !important;
  overflow: hidden !important;
  background: #fffaf6 !important;
  box-shadow: 0 12px 30px rgba(0,0,0,.10) !important;
}

/* opções */
.select2-results__option {
  padding: 12px 16px !important;
  font-size: 15px !important;
  color: #0d2d6c !important;
  background: #fffaf6 !important;
}

.select2-results__option--highlighted {
  background: #eef2f7 !important;
  color: #0d2d6c !important;
}

/* grupos */
.select2-results__group {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  color: #3e4a61;
  padding: 12px 16px 8px !important;
  border-top: 1px solid #dde3ec;
  background: #fffaf6 !important;
}

.select2-results__options .select2-results__option[role="group"]:first-child .select2-results__group {
  border-top: 0;
}

/* reset */
.variations .reset_variations {
  display: inline-block;
  margin-top: 8px;
  color: #0d2d6c;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

/* serviços - item com imagem */
.qq-pa-servicos-wrap {
  max-width: 460px;
  position: relative;
}

.qq-servico-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.qq-servico-thumb {
  width: 24px;
  height: 24px;
  object-fit: cover;
  border-radius: 999px;
  flex-shrink: 0;
}

.qq-servico-dot {
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: #3b3b3b;
  display: inline-block;
  flex-shrink: 0;
}

.qq-servico-text {
  font-size: 14px;
  color: #0d2d6c;
  line-height: 1.2;
}

.qq-pa-servicos-wrap .select2-selection__rendered .qq-servico-item {
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: normal;
  height: 100%;
}
.select2-dropdown,
.select2-results,
.select2-results__options {
  background: #fffaf6 !important;
}

.select2-results__option[aria-selected="true"] {
  background: #fffaf6 !important;
  color: #0d2d6c !important;
}
li#menu-item-12 {
    padding: 30px 0px;
}





















/* vídeo a cobrir tudo */
.projeto-0 .bg-video{
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;         /* cobre sem distorcer */
  object-position: center;
  pointer-events: none;      /* não bloqueia cliques no conteúdo */
}

/* overlay escuro por cima do vídeo (opcional) */
.projeto-0 .video-overlay{
  position: absolute; inset: 0;
  background: rgba(0,0,0,.35); /* ajusta a intensidade */
}

/* conteúdo dentro da .projeto-0 por cima do vídeo */
.projeto-0 > *:not(.bg-video):not(.video-overlay){
  position: relative; z-index: 1; color: #fff; /* texto branco por cima */
}


.wc-block-components-product-metadata__description {
    display: none;
}
.qq-cart-main {
    padding: 100px 20px ;
}
.qq-cart-summary {
    padding: 150px 20px !important;
}

#menu-item-12 > ul.sub-menu {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

#menu-item-12:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}











:root{ 
  --brand-white: #fffaf6;
  --header-height: 104px; /* ajusta se mudar a altura do header */
}
#menu-item-12 > ul.sub-menu {
    position: fixed;
    left: 0;
    top: var(--header-height);
    width: 100%;
    z-index: 9999;
    padding: 50px 20px;
    display: grid;
    grid-template-columns: repeat(4, 1fr) auto; 
   /* grid-template-columns: repeat(5, 1fr) 260px; */
    gap: 24px;
    opacity: 1;
    transition: opacity .3s ease;
    background: linear-gradient(to bottom, var(--brand-white) 0%, var(--brand-white) 60%, rgb(172 166 162 / 84%) 100%);
}
/* NÃO deixar os li internos como inline-block (vêm da regra .main-menu li) */
#menu-item-12 ul.sub-menu li{
  display: block;
  margin: 0;
  list-style: none;
  text-align: left;
}

/* Título de cada coluna (primeiro nível dentro do mega) */
#menu-item-12 > ul.sub-menu > li > a{
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;           /* "Regular" -> normal */
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #FF6600 !important;
  text-decoration: none;

}

/* Links de 2º nível */
#menu-item-12 > ul.sub-menu > li > ul.sub-menu a{
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;           /* "Regular" -> normal */
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 1.4px;
  color: #00205C;
  text-decoration: none;
}

/* Sub-links (segundo nível de menu) com underline animado */
#menu-item-12 > ul.sub-menu > li > ul.sub-menu a {
  position: relative;
  text-decoration: none; /* remove underline nativo */
  padding-bottom: 2px;   /* espaço para a linha */
}
/*
#menu-item-12 > ul.sub-menu > li > ul.sub-menu a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: currentColor; 
  transition: width 0.3s ease;
}

#menu-item-12 > ul.sub-menu > li > ul.sub-menu a:hover::after {
  width: 100%;
}
*/

/* Lista vertical dos links de 2º nível */
#menu-item-12 > ul.sub-menu > li > ul.sub-menu{
  margin: 0;
  margin-top: 15px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}


/* Sub-submenu links com underline animado */
#menu-item-12 > ul.sub-menu > li > ul.sub-menu a {
  position: relative;
  text-decoration: none; /* tira o underline nativo */
  padding-bottom: 2px;   /* espaço para a linha */
}
/*
#menu-item-12 > ul.sub-menu > li > ul.sub-menu a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;             
  width: 0;
  height: 1px;
  background-color: currentColor; 
  transition: width 0.3s ease;
}

#menu-item-12 > ul.sub-menu > li > ul.sub-menu a:hover::after {
  width: 100%;
}
*/
/* A cor do topo e header mantêm-se */
.top-bar{ background:#d45b0b; color:#fff; }
.wc-block-components-product-name {
    text-align: left;
}
/*
#menu-item-12 > ul.sub-menu::after {
    content: "";
    grid-column: 6 / 7;
    align-self: start;
    display: block;
    width: 100%;
    aspect-ratio: 5 / 5;
    background: url('/wp-content/uploads/2025/08/f1bdab2cd522512bd6851b83002c3fecc1a5c0b5.jpg') center/cover no-repeat;
    box-shadow: 0 6px 18px rgba(0,0,0,.15);
    border-radius: 4px;
}
*/

/* Estado base */
#menu-item-12 > a::after {
  content: "+";
  margin-left: 8px;
  font-weight: 100;
  font-size: 20px;
  display: inline-block;
  line-height: 1;
  transform: translateY(-1px) rotate(0turn);
  transform-origin: 50% 50%;
  transition: transform 0.6s ease;
  will-change: transform;
}

/* Aplica no LI para não “des-animar” ao entrar no submenu */
#menu-item-12:hover > a::after {
  transform: translateY(-1px) rotate(1turn);
}

/* Quando aberto, troca para "−" */
.menu-aberto #menu-item-12 > a::after{
  content: "−";
}
.menu-aberto .site-header {
    background: #fffaf6;
}

/* Todos os links ficam azul escuro quando o menu está aberto */
.menu-aberto .main-menu a {
    color: #00205C !important;
}

/* Apenas o link de Produtos fica laranja */
.menu-aberto #menu-item-12 > a {
    color: #FF6600;
}
.menu-aberto .logo img {
    content: url('/wp-content/uploads/2025/08/logoazul.svg');
}
#menu-item-12 > ul.sub-menu {
    opacity: 0;
    pointer-events: none;
}

.menu-aberto #menu-item-12 > ul.sub-menu {
    opacity: 1;
    pointer-events: auto;
}
/* Ícone da lupa no menu aberto */
.menu-aberto .header-icons .js-open-search img {
  content: url('/wp-content/uploads/2025/08/lupa-azul.svg');
}

/* Ícone do perfil no menu aberto */
.menu-aberto .header-icons .icon-account img {
  content: url('/wp-content/uploads/2025/08/perfil-azul.svg');
}

/* Ícone do carrinho no menu aberto */
.menu-aberto .header-icons .cart-link img {
  content: url('/wp-content/uploads/2025/08/carrinho-azul.svg');
}



.woocommerce-cart .container-branco {
    margin: 0px 0px !important;
}
h1.qq-cart-page-title {
    position: absolute;
    left: 50px;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-weight: 400 !important;
    font-style: Regular;
    font-size: 40px;
    leading-trim: NONE;
    line-height: 44px;
    letter-spacing: 1.4px;
    color: #00205C;
    margin-top: 75px;
}



/* ===== Desktop/Default ===== */
.div-filtros { width: 100%; top: 0; padding-bottom: 75px; }
.produtos-sem-sub { display: block; }

/* Botões escondidos por defeito no desktop */
.filtros-toggle,
.filtros-close,
.filtros-overlay { display: none; }


.single-product{
    max-width: 100%  !important;
    overflow-x: hidden !important;
}




.qq-invoice{
    color: white !important;
    text-decoration: underline !important;
}
:root{
  --qq-bar:#f5efe9;
  --qq-sep:#d7d7d7;
  --qq-muted:#7b8495;
  --qq-primary:#ff7a00;
  --qq-primary-2:#0e4b9f;
}

.qq-orders{display:flex;flex-direction:column;gap:5px}
.qq-order{background:#fff;border:1px solid var(--qq-sep);border-radius:6px;overflow:hidden}

/* Barra topo */
.qq-order__bar{padding:14px 16px;border-bottom:2px solid var(--qq-sep)}
.qq-order__bar .qq-row{display:grid;grid-template-columns:repeat(5,1fr) auto;gap:14px;align-items:center}
.qq-order__bar .qq-col{display:flex;flex-direction:column}
.qq-k{font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:var(--qq-muted)}
.qq-v{font-weight:700}
.qq-actions{display:flex;gap:10px;align-items:center;justify-self:end}
.qq-actions button{
    width: 130px;
}

/* Botões */
.qq-btn{display:inline-flex;align-items:center;justify-content:center;padding:.55rem 1rem;border-radius:22px;border:0;cursor:pointer;text-decoration:none;font-weight:700}
.qq-btn--link{color:var(--qq-primary);background:transparent}
.qq-btn--primary{background:var(--qq-primary);color:#fff}
.qq-btn--ghost{background:#ffe9d9;color:#d1775c}
.qq-btn--cta{background:var(--qq-primary-2);color:#fff}

/* Acordeão */
.qq-order__panel[hidden]{display:block;max-height:0;overflow:hidden;padding-top:0;padding-bottom:0}
.qq-order__panel{transition:max-height .35s ease,padding-top .2s ease,padding-bottom .2s ease}

/* Tabela itens */
.qq-table{padding:14px 16px}
.qq-thead,.qq-row{display:grid;grid-template-columns:2fr 1.4fr .7fr .9fr .9fr;gap:10px;align-items:center}
.qq-thead{font-size:12px;text-transform:uppercase;letter-spacing:.06em;color:var(--qq-muted);border-bottom:1px solid var(--qq-sep);padding-bottom:6px}
.qq-row{padding:10px 0;border-bottom:1px solid #eee}
.qq-row:last-child{border-bottom:0}

/* Totais / fatura */
.qq-totals{display:flex;gap:24px;justify-content:space-between;align-items:flex-start;background:#294375 !important;border-top:1px solid var(--qq-sep);padding:14px 16px;position:relative}
.qq-totals h4{margin:0 0 8px; color: white}
.qq-line{display:flex;justify-content:space-between;gap:16px;margin:4px 0}
.qq-strong span:last-child{font-weight:800}
.qq-invoice{position:absolute;right:16px;bottom:12px;color:#7b8495;font-size:12px}

/* Ajuda */
.qq-help{padding:8px 16px;border-top:1px solid var(--qq-sep)}
.qq-help-link{background:none;border:0;color:#e26b42;text-decoration:underline;cursor:pointer}

/* Suporte */
.qq-support{border-top:1px solid var(--qq-sep);padding:14px 16px;background:#ff66002e}
.qq-support__list{display:flex;flex-direction:column;gap:8px;margin:10px 0}
.qq-support__row{display:grid;grid-template-columns:auto auto 1fr auto;gap:10px;align-items:center}
.qq-support__qty{opacity:.7}
.qq-support__field{display:flex;flex-direction:column;gap:6px;margin-top:12px}
/* texto digitado */
.qq-support__field textarea {
  width: 100%;
  background-color: transparent;
  min-height: 88px;
  border: 1px solid #294375;
  border-radius: 6px;
  padding: 8px;
  color: #fff;            /* texto do utilizador a branco */
  caret-color: #fff;      /* cursor a branco (opcional) */
}

/* placeholder a branco */
.qq-support__field textarea::placeholder { color: #fff; opacity: 1; }

/* compatibilidade extra */
.qq-support__field textarea::-webkit-input-placeholder { color: #fff; opacity: 1; }
.qq-support__field textarea::-moz-placeholder { color: #fff; opacity: 1; }
.qq-support__field textarea:-ms-input-placeholder { color: #fff; opacity: 1; }
.qq-support__field textarea::-ms-input-placeholder { color: #fff; opacity: 1; }

/* se quiseres manter a cor também em :focus */
.qq-support__field textarea:focus::placeholder { color: #fff; opacity: 1; }

.qq-support__footer{display:flex;gap:10px;align-items:center;margin-top:12px}
.qq-support__notice{margin-top:12px;background:#fdecd9;color:#d1775c;text-align:center;padding:10px;border-radius:8px}

/* Checkbox custom */
.qq-check{position:absolute;opacity:0;pointer-events:none}
.qq-check-ui{width:14px;height:14px;border-radius:3px;border:2px solid #d0cfe4;display:inline-block;position:relative;background:#fff}
.qq-check:checked + .qq-check-ui{border-color:#5e3fd7;background:#5e3fd7}
.qq-check:checked + .qq-check-ui::after{content:"";position:absolute;left:3px;top:0;width:4px;height:8px;border:2px solid #fff;border-top:0;border-left:0;transform:rotate(45deg)}

/* Responsive */
@media (max-width:960px){
  .qq-order__bar .qq-row{grid-template-columns:repeat(2,1fr) auto}
  .qq-thead,.qq-row{grid-template-columns:1.6fr 1.2fr .7fr .9fr .9fr}
}
@media (max-width:640px){
  .qq-order__bar .qq-row{grid-template-columns:1fr auto}
  .qq-thead{display:none}
  .qq-row{grid-template-columns:1.6fr 1.2fr;gap:6px}
  .qq-row .qq-qty,.qq-row .qq-preco,.qq-row .qq-total{display:none}
}

.qq-support h4{
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 16px;
    letter-spacing: 1.4px;  
}














































/* =========================
   Variáveis
========================= */
:root{
  --brand-white: #fffaf6;
  --brand-blue:  #00205C;
  --orange:      #f4985f; /* laranja suave do mock */
  --header-height: 104px;
}

/* =========================
   Ícones do header (direita)
========================= */
.header-icons {
    display: flex;
    gap: 25px;
    flex-direction: row-reverse;
}
.icon-btn {
     display: inline-flex; 
     align-items: center; 
    justify-content: center; 
     width: 28px;
    height: 28px;
    padding: 0; 
    background-color: transparent;
    box-shadow: none;
    border: none;
    text-decoration: none;
     position: relative;
}
.icon-btn:hover{ opacity:.85; }

/* badge do carrinho */
.cart-link .cart-count{
  position:absolute; top:-6px; right:-8px;
  min-width:16px; height:16px; padding:0 4px;
  border-radius:999px; background:#FF6600; color:#fff;
  font-size:10px; line-height:16px; text-align:center; font-weight:700;
}
/* escondido por defeito */
.main-navigation .only-mobile{ display:none; }

/* mostra em mobile (ajusta o breakpoint) */
@media (max-width: 1024px){
  .main-navigation .only-mobile{ 
    display:block; 
}

  /* estilo igual aos restantes itens do menu */
  .main-navigation .only-mobile > a{
    display:flex; 
    align-items:center; 
    gap:10px;
    text-decoration:none;
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 22px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: #00205c !important;
  }
  .extra-ul {
    margin-top: 100px;
}
.extra-ul img{
  filter: brightness(0) saturate(100%)
          invert(13%) sepia(64%) saturate(3159%)
          hue-rotate(199deg) brightness(95%) contrast(103%);
}
html.menu-open-html .top-bar {
    background: #ff6600;
}

}

/* =========================
   Overlay de pesquisa
========================= */
.search-overlay{
  position:fixed;
  left:0; right:0; bottom:0;
  top: var(--header-height); /* abaixo do header */
  z-index:99999;
  background: var(--brand-white);
  display:none;
  opacity:0;
  transition: opacity .25s ease;
}
.search-overlay.is-open{ display:block; opacity:1; }

/* Caixa central */
.search-box{
  max-width:900px;
  margin:18vh auto 0;
  text-align:center;
  padding:0 24px;
}

/* Campo de pesquisa: linha laranja, sem caixas */
.search-form .search-field{
  width:100%;
  max-width:720px;
  margin:0 auto;
  background:transparent;
  border:none;
  border-bottom:2px solid var(--orange);
  padding:10px 2px;
  font-family:'Helvetica Neue', sans-serif;
  font-size:20px;
  line-height:1.2;
  color:var(--brand-blue);
  outline:none;
  appearance:none;
}

/* Placeholder a laranja */
.search-form .search-field::placeholder{
  color: var(--orange);
  opacity: 1; /* Firefox */
}

/* Remove “X”/adornos do input search no WebKit */
.search-form .search-field::-webkit-search-decoration,
.search-form .search-field::-webkit-search-cancel-button,
.search-form .search-field::-webkit-search-results-button,
.search-form .search-field::-webkit-search-results-decoration{
  display:none;
}

/* Autofill (Chrome/Edge/Safari): texto e “fundo” a laranja mas transparente */
.search-form .search-field:-webkit-autofill{
  -webkit-text-fill-color: var(--orange);
  caret-color: var(--brand-blue);
  transition: background-color 5000s ease-in-out 0s; /* hack p/ não amarelar */
}
.search-form .search-field:-webkit-autofill,
.search-form .search-field:-webkit-autofill:hover,
.search-form .search-field:-webkit-autofill:focus{
  box-shadow: 0 0 0 1000px transparent inset; /* mata o fundo amarelo */
}




/* Cabeçalhos */
.auth-head{ margin-bottom: 18px; }
    .auth-overline{
    font-family:'Helvetica Neue', sans-serif;
    color: #66799D;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 16px;
    letter-spacing: 1.4px;

    }
    .auth-title{
    font-family:'Helvetica Neue', sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 40px;
    leading-trim: NONE;
    line-height: 44px;
    letter-spacing: 1.4px;
    color: #00205C;
    }
.auth-field label{
    font-family:'Helvetica Neue', sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 14px;
    letter-spacing: 1.4px;
    color: #66799D;
    text-transform:uppercase;
}
/* Campos */
.auth-form .auth-field{ margin: 18px 0; position: relative; }

.auth-input {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #cfcfcf;
    padding: 10px 36px 10px 0;
    outline: none;
    background-color: transparent;
}
.auth-input:focus{ border-bottom-color:#0d3b72; }

/* Olho da password */
.auth-eye{
  position:absolute; right:0; bottom:8px; width:28px; height:28px;
  background:transparent; border:0; cursor:pointer;
}
.auth-eye::before{
  content:"👁"; font-size:18px; line-height:28px; display:inline-block; opacity:.6;
}
.auth-field--password .auth-eye{ bottom:10px; }

/* Ajuda + ações */
.auth-help{ margin: 8px 0 22px; }
.auth-help a{ text-decoration:none; border-bottom:1px solid transparent; }
.auth-help a:hover{ border-color:currentColor; }

.auth-actions{
  display:flex; align-items:center; justify-content:space-between; gap:16px;
}
.auth-remember{ font-size:.9rem; color:#606060; }
.auth-submit{
  background:#ff7a00; color:#fff; text-transform:uppercase; letter-spacing:.08em;
  border:0; padding:12px 18px; border-radius:4px; cursor:pointer;
}
.auth-submit span{ padding-left:6px; }

/* Rodapé */
.auth-register{ margin-top:22px; color:#606060; }
.auth-register a{ color:#ff7a00; text-decoration:none; border-bottom:1px solid transparent; }
.auth-register a:hover{ border-color:#ff7a00; }

/* Layout com imagem (se estiver a usar a tua estrutura .lado-impar) */
.lado-impar{
  display:grid; grid-template-columns: 1fr 420px; gap:40px; align-items:start;
}
.lado-impar .lado-img img{ width:100%; height:auto; display:block; border-radius:8px; }
@media (max-width:900px){
  .lado-impar{ grid-template-columns: 1fr; }
  .lado-impar .lado-img{ order:-1; }
}

.form-row.auth-actions::before, .form-row.auth-actions::after{
    display: none !important;
}

.auth-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
    flex-direction: row-reverse;
}
.auth-field--password .auth-eye {
    bottom: 10px;
    display: none;
}
.woocommerce .auth-help a{
    font-family:'Helvetica Neue', sans-serif;
font-weight: 500;
font-style: Medium;
font-size: 12px;
leading-trim: NONE;
line-height: 14px;
letter-spacing: 1.4px;
   
}
button.woocommerce-button.button.auth-submit {
    background-color: transparent !important;
    padding: 0;
    display: flex;
    gap: 10px;
    align-items: center;
    white-space: nowrap;
    color: #ff6600;
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 16.8px;
    letter-spacing: 1.4px;
}
.auth-register a{
     color: #ff6600 !important;   
}
.auth-submit__icon{
    max-width: 20px !important;
    height: auto !important;
}
.auth-remember span, .auth-register{
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 16px;
    letter-spacing: 1.4px;
    color: #66799D !important;
    text-transform: uppercase;
}


.qq-head{
    width: 300px;
    max-width: 100%;
}
.qq-title{
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 16px;
    letter-spacing: 1.4px;
    color: #FF6600; 
    text-transform: uppercase; 
}
.qq-card, .qq-card strong, .qq-card p{
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 14px;
    letter-spacing: 1.4px;
}
/* Esconde qualquer bloco típico de Address Book do plugin */
.woocommerce-address-book,
.woocommerce-AddressBook,
.wc-address-book,
.woocommerce-address-book__section,
.wc-address-book__section,
.ywab-address-book { display:none !important; }


.qq-head span{
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: #00205C;    
}











/* Botões da overlay */
.search-cancel{
  margin-top:12px;
  background:none; border:none;
  color:#6078a3;
  letter-spacing:1.4px;
  text-transform:uppercase;
  cursor:pointer;
}
.search-close{
  position:absolute; top:16px; right:24px;
  width:40px; height:40px;
  border:none; background:none;
  font-size:36px; line-height:1;
  cursor:pointer; color:var(--brand-blue);
}

/* Sombra no header quando overlay abre (opcional) */
.search-overlay.is-open ~ header.todo,
.search-overlay.is-open ~ .site-header{
  box-shadow:0 4px 12px rgba(0,0,0,.08);
}

/* Bloquear scroll quando aberto */
html.no-scroll, html.no-scroll body{ overflow:hidden; }

.voltar-btn{
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 18px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    opacity: 0.6;
}

/* ----------------------------------- HEADER  ----------------------------------- */
/* ----------------------------------- FOOTER  ----------------------------------- */

#site-footer {
    background-color: #00205C; /* azul escuro */
    color: #fff !important;
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 14px;
    z-index: 3;
    position: relative;
}

.footer-inner {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 40px;
    padding: 40px 20px;
}
.footer-col h6 {
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: 400;           /* Regular */
    font-style: normal;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: #FFFAF6 !important;
}

.footer-menu li a {
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: 400;           /* Regular */
    font-style: normal;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 1.4px;
    color: #FFFAF6 !important;
    text-decoration: none; /* para evitar sublinhado */
}
.footer-bottom p {
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: 400;       /* Regular */
    font-style: normal;
    font-size: 8px;
    line-height: 12px;
    letter-spacing: 1.4px;
    color: #FFFAF6 !important;
    margin: 0; /* para evitar espaços extras indesejados */
}

.footer-bottom p a{
	font-family: 'Helvetica Neue', sans-serif;
    font-weight: 400;       /* Regular */
    font-style: normal;
    font-size: 8px;
    line-height: 12px;
    letter-spacing: 1.4px;
    margin: 0; /* para evitar espaços extras indesejados */
    color: #FF6600 !important;
}
/* Footer menu links com underline animado */
.footer-menu li a {
  position: relative;
  text-decoration: none; /* remove underline nativo */
  padding-bottom: 2px;   /* espaço para a linha */
}

.footer-menu li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;             /* ajusta conforme a altura da fonte */
  width: 0;
  height: 1px;
  background-color: currentColor; /* mesma cor do texto */
  transition: width 0.3s ease;
}

.footer-menu li a:hover::after {
  width: 100%;
}

.footer-col p {
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: 400;       /* Regular */
    font-style: normal;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 1.4px;
    color: #FFFAF6 !important;
}

.footer-col p.orange-text {
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: 400;       /* Regular */
    font-style: normal;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #FF6600 !important;
    max-width: 225px;
}



.footer-menu,
.footer-menu li {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Footer menu links com underline animado */
.footer-menu li a {
  position: relative;
  text-decoration: none; /* tira o underline nativo */
  padding-bottom: 2px;   /* dá espaço para a linha */
}

.footer-menu li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;             /* ajusta conforme o line-height */
  width: 0;
  height: 1px;
  background-color: currentColor; /* mesma cor do texto */
  transition: width 0.3s ease;
}

.footer-menu li a:hover::after {
  width: 100%;
}

.footer-menu, .footer-menu li {
    margin-bottom: 10px;
}


.social-icons a {
    color: #fff !important;
    font-size: 18px;
    margin-right: 10px;
}

.footer-bottom {
    background-color: #00205c;
    padding: 15px 15px;
    display: flex;
    justify-content: space-between;
    font-size: 12px;
}

.footer-bottom a {
    color: #FF6600;
    text-decoration: none;
}

/* Footer bottom links com underline animado */
.footer-bottom a {
  position: relative;
  text-decoration: none; /* remove underline nativo */
  padding-bottom: 2px;   /* espaço para a linha */
}

.footer-bottom a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;             /* podes ajustar se a linha ficar muito colada */
  width: 0;
  height: 1px;
  background-color: currentColor; /* mesma cor do texto */
  transition: width 0.3s ease;
}

.footer-bottom a:hover::after {
  width: 100%;
}

p.auth-checks {
    margin: 50px 0px;
}
.lado-impar.is-register {
    background-color: #fff0e5;
}
.auth-form .woocommerce-privacy-policy-text{ display:none; }

.woocommerce .auth-help{
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 12px !important;
    leading-trim: NONE;
    line-height: 14px !important;
    letter-spacing: 1.4px;

}
.auth-check span{
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 14px;
    letter-spacing: 1.4px;
    color: #00205C;    
}
.auth-check span, .auth-check input, .auth-check{
    margin: 0 !important;   
}


/* escopado ao teu formulário */
.auth-check input[type="checkbox"]{
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  width: 15px;
  height: 15px;
  border: 1.5px solid #0d3b72;   /* a tua borda azul */
  border-radius: 3px;
  background: transparent;
  display: inline-grid;
  place-content: center;
  cursor: pointer;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0.5em 30px;
}
.qq-label, .qq-qty-label, .qq-summary-row span, .qq-summary-total span, .shipping-calculator-form label {
    font-family: 'Helvetica Neue', sans-serif !important;
    font-weight: 400;
    font-style: Regular;
    font-size: 12px !important;
    leading-trim: NONE;
    line-height: 14px !important;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: #66799D !important;
    margin-bottom: 2px;
}
.qq-val .woocommerce-Price-amount bdi, .woocommerce-shipping-methods input, .woocommerce-shipping-methods label, .woocommerce-shipping-destination, .shipping-calculator-button,
.q-product-name a, .qq-value {
    font-family: Helvetica Neue;
    font-weight: 400;
    font-style: Regular;
    font-size: 12px !important;
    leading-trim: NONE;
    line-height: 14px !important;
    letter-spacing: 1.4px;
    color: #00205C;
}
a.shipping-calculator-button, .qq-row-actions .qq-qty-input, .qq-qty-btn{
     color: #FF6600 !important;   
}
.qq-summary-row {
    margin-bottom: 15px;
}
.qq-summary-title {
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 3%;
    text-transform: uppercase;
    color: #FF6600;
    margin: 0 0 50px;
}
.qq-remove-wrap a{
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 12px !important;
    leading-trim: NONE;
    line-height: 14px;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-offset: 0%;
    text-decoration-thickness: 0%;

}


.woocommerce div.product form.cart .variations th,
.woocommerce div.product form.cart .variations td {
  vertical-align: middle;
}

.woocommerce div.product form.cart .variations {
  border-collapse: separate;
  border-spacing: 0 20px;
}


















.page-id-174 main#main {
    padding-top: 0px !important;
}
html body.home{
    max-width: 100%;
    overflow-x: hidden;
}
/* Overlay escura por cima do bg da row */
.projeto-1 {
  position: relative;
  /* se a imagem estiver muito “alta”, garante que ocupa a altura toda */
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.projeto-1::after {
  content: "" !important;
  height: 100% !important;
  width: 100% !important;
  visibility: visible !important;
  position: absolute;
  inset: 0;                 /* top/right/bottom/left: 0 */
  background: rgba(0,0,0,.45); /* opacidade da sombra: 0.45 = 45% */
  pointer-events: none;
  z-index: 0;
}
/* garantir que o conteúdo fica acima da overlay */
.projeto-1 > .wpb_column > .vc_column-inner > .wpb_wrapper {
  position: relative;
  z-index: 1;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button {
    color: white;
    background-color: #00205c5e;
    margin: 0px 5px;
}
.retro-row.retro-price.is-visible {
    margin-bottom: 25px;
}
.single .yith-wcwl-add-to-wishlist-button:not(.yith-wcwl-add-to-wishlist-button--themed-button) svg.yith-wcwl-add-to-wishlist-button-icon {
    color: #00205c !important;
}
.wc-block-components-radio-control-accordion-option.wc-block-components-radio-control-accordion-option--checked-option-highlighted {
    border: none !important;
    box-shadow: unset !important;
}
.wc-block-components-order-summary{
    display: none;
}
.qq-cart-title, .qqc-title{
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 40px;
    leading-trim: NONE;
    line-height: 44px;
    letter-spacing: 1.4px;
    color: #00205C;
   
}
h1.qqc-title {
    margin-top: -50px;
    margin-bottom: 40px;
}
.qq-summary-row span.qq-val {
    color: #FF6600 !important;
    text-align: right;
}
.tax_label{
    display: none;
}
/* o "visto" */
.auth-check input[type="checkbox"]::before{
  content: "";
  width: 12px;
  height: 12px;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  background: #0d3b72;            /* cor do visto */
  /* desenha o ✓ com clip-path */
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 14%, 80% 0, 43% 62%);
}

/* quando marcado, mostra o visto */
.auth-check input[type="checkbox"]:checked::before{
  transform: scale(1);
}


/* Empty cart – Wevolved */
.wev-empty-cart{ max-width:1200px; margin:40px auto; padding:0 16px; }
.wev-empty-cart__box{
  text-align:center; padding:28px 16px 8px; margin:0 auto 24px;
}
.wev-empty-cart__icon{
  color:#0d2d57; display:inline-flex; align-items:center; justify-content:center;
  background:#eef3fb; border-radius:50%; width:112px; height:112px; margin:0 auto 12px;
}
.wev-empty-cart__title{ font:700 2rem/1.2 system-ui,-apple-system,Segoe UI,Roboto; color:#0d2d57; margin:8px 0 6px; }
.wev-empty-cart__text{ color:#334155; margin:0 0 18px; }
.wev-empty-cart__cta{ display:flex; gap:12px; justify-content:center; flex-wrap:wrap; }

/* Botões */
.wev-btn{ display:inline-flex; align-items:center; justify-content:center; padding:12px 18px;
  border-radius:999px; background:#0d2d57; color:#fff!important; text-decoration:none; font-weight:600; }
.wev-btn:hover{ background:#133a70; }
.wev-btn--ghost{ background:#e8eef9; color:#0d2d57!important; }
.wev-btn--ghost:hover{ background:#dbe7fb; }

/* Sugeridos */
.wev-empty-cart__suggestions{ margin-top:12px; }
.wev-empty-cart__subtitle{ text-align:center; font:700 1.4rem/1.2 system-ui; color:#0d2d57; margin:18px 0 10px; }

/* Responsivo */
@media (max-width:640px){
  .wev-empty-cart__icon{ width:96px; height:96px; }
  .wev-empty-cart__title{ font-size:1.6rem; }
}

.woocommerce-notices-wrapper .woocommerce-message{
    display: none;
}







/* ----------------------------------- FOOTER  ----------------------------------- */

/* ----------------------------------- HOMEPAGE  ----------------------------------- */
main#main {
    background-color: #FFFAF6;
}
.hero-video-wrapper {
    margin-top: -104px;
    position: fixed;
    z-index: 0;
    width: 100%;
    height: 100vh;
}

.hero-video-wrapper video {
    height: 100vh;
    width: 100%;
    object-fit: cover;
    background-attachment: fixed;
    object-position: center;
}
.featured-image-titulo {
    position: absolute;
    bottom: 0px;
    justify-content: space-between;
    display: flex;
    left: 50%;
    transform: translate(-50%, 0px);
    width: calc(100% - 40px);
}

.featured-local-2 {
    display: flex;
    gap: 20px;
    width: 50%;
    align-items: flex-start;
}
.produto-destaque {
    width: 100px;
    text-align: left;
    flex: 1;
}

.produto-destaque a {
    display: block;
    text-decoration: none;
    color: white;
}

.produto-destaque img {
    width: 100%;
    max-width: 100%;
    height: 260px;
    object-fit: cover;
}
.produto-destaque p {
    font-family: "Public Sans", Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 1px;
    display: flex;
    justify-content: space-between;
    color: #fffaf6;
    margin: 5px 0px;
    z-index: 2;
    transition: color 0.3s ease;
}

.produto-destaque p img {
    width: 13px;
    height: 13px;
       transition: transform 1s ease;
}
.produto-destaque:hover p img {
    transform: rotate(360deg);
}
.featured-local h6 {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1.4px;
  max-width: 572px;
  width: 100%;
    color: #fffaf6;
}

.featured-local h5 {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 1.4px;
  max-width: 572px;
  width: 100%;
  color: #fffaf6;
  margin-bottom: 50px;
}
.botao{
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 16.8px;
  letter-spacing: 1.4px;
  text-align: center;
  padding: 15px 20px;
  border-radius: 50px;
   cursor: pointer;	
}
.botao-amarelo {
  background-color: #fffaf6;
  color: #FF6600;
  border: 1px solid #fffaf6;
}
.botao-amarelo:hover {
    background-color: #FFE0CC;
    border: 1px solid #FFE0CC;
    color: #FF6600;
}
.bloco-1-home h6, h1.titulo-categoria-archive {
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    text-align: center;
    color: #FF6600;
    margin-bottom: 25px !important;
}

.bloco-1-home p {
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-weight: 400; /* Regular */
    font-style: normal;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 1.4px;
    text-align: center;
    color: #00205C;
    width: 1164px;
    margin: 0 auto;
    max-width: 100%;
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active, 
select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus, select:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #fffaf6 inset !important;
    -webkit-text-fill-color: #00205c !important;
}
#customer_login h2 {
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-style: Regular;
    font-size: 26px;
    leading-trim: NONE;
    line-height: 26px;
    letter-spacing: 1.4px;
    color: #00205C;
}
.produtos-destaque-home{ 
    display:grid; 
    grid-template-columns:repeat(3,1fr); 
    gap:20px; 
    align-items:start; 
}
.produto-thumb img {
    width: 100%;
    height: 55vh;
    display: block;
    margin: 0 auto 10px;
    object-fit: cover;
    object-position: center;
}
.produto-titulo{ 
    font-size:16px; 
    margin:8px 0; 
    color:#00205C; 
}
.produto-preco{ 
    display:block; 
    font-size:14px; 
    color:#FF6600; 
}
.bloco-2-home h5 {
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-weight: 300;
    font-size: 40px;
    line-height: 44px;
    letter-spacing: 1.4px;
    color: #00205C;
}

.produto-item p {
    display: flex;
    justify-content: space-between;
    margin: 5px 0;
    font-family: "Public Sans", Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1; /* 100% */
    letter-spacing: 1px;
    color: #00205C;
}
.produto-item h6 {
    font-family: Helvetica Neue;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 16px;
    letter-spacing: 1.4px;
    text-align: left;
    color: #00205C;
    text-transform: uppercase;
}

.produto-item {
    position: relative;
    overflow: hidden;
}

.blog-thumb {
    position: relative; /* importante para o overlay */
    display: block; /* garante que ocupa o espaço da imagem */
}

.produto-item .produto-thumb {
    position: relative;
}

/* Overlay laranja */
.produto-item .produto-thumb::after,
.blog-card .blog-thumb::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 102, 0, 0.3);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 2;
}

.produto-item:hover .produto-thumb::after,
.blog-card:hover .blog-thumb::after {
    opacity: 1;
}
.wishlist-top-right span.yith-wcwl-add-to-wishlist-button__label{
    display: none;
}
.yith-wcwl-add-to-wishlist-button:not(.yith-wcwl-add-to-wishlist-button--themed-button).yith-wcwl-add-to-wishlist-button--added svg.yith-wcwl-add-to-wishlist-button-icon,
.yith-wcwl-add-to-wishlist-button:not(.yith-wcwl-add-to-wishlist-button--themed-button) svg.yith-wcwl-add-to-wishlist-button-icon {
    color: #ffffff !important;
}
/* Coração no topo direito */
.produto-item .wishlist-top-right {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 3; /* acima da overlay */
    opacity: 0;
    transform: translateY(-6px);
    transition: opacity .25s ease, transform .25s ease;
    pointer-events: none;
}

.produto-item:hover .wishlist-top-right {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

/* Botão da YITH estilizado */
.wishlist-top-right .yith-wcwl-add-to-wishlist a {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.55);
}

.wishlist-top-right .yith-wcwl-add-to-wishlist a span {
    display: none !important; /* tira texto, deixa só ícone */
}

/* Textos acima da overlay */
.produto-item * {
    position: relative;
    z-index: 2;
    transition: color 0.3s ease;
}

/* Hover: mostra overlay e muda cor do texto */
.produto-item:hover .produto-thumb::after {
    opacity: 1;
}

.produto-item:hover h6,
.produto-item:hover p,
.produto-item:hover .produto-preco {
    color: #FF6600; /* laranja */
}

/* Garantir que o ícone também fica laranja */
.produto-item:hover p img {
    filter: brightness(0) saturate(100%) invert(53%) sepia(98%) saturate(3146%) hue-rotate(0deg) brightness(101%) contrast(104%);
}
.produto-item .produto-link p img {
    transition: transform 1s ease; /* animação suave */
}

.produto-item:hover .produto-link p img {
    transform: rotate(360deg); /* roda 360º */
}



.categorias-produtos-home {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
}

.categoria-item-home {
    display: flex;
    align-items: baseline;
    justify-content: flex-end;
    height: 70vh;
    background-size: cover;
    background-position: center;
    position: relative;
    text-decoration: none;
    overflow: hidden;
    flex-direction: column;
}
.categoria-item-home:last-of-type {
    height: 35vh;
}

.categoria-item-home::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.5); /* overlay preta visível por defeito */
    transition: background 0.3s ease, opacity 0.3s ease;
    opacity: 1;
}

.categoria-item-home:hover::before {
    background: rgba(255, 102, 0, 0.3); /* laranja com transparência */
}

.categoria-item-home p {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 0;
    color: #fff;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;       /* Regular */
    font-style: normal;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    z-index: 2;
}
.span-pe h6{
    color: white;
    font-family: "Helvetica Neue";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 128.571% */
    letter-spacing: 1.4px;
    text-transform: uppercase;
}/* estado inicial só dentro dos cartões */
.categoria-item-home .span-pe {
    width: 100%;
    margin-bottom: -25px !important; /* estado inicial */
    padding: 10px;
    transition: margin-bottom 0.3s ease;
}

/* apenas o cartão hovered altera o seu .span-pe */
.categoria-item-home:hover .span-pe {
    margin-bottom: 0 !important;
}


.categoria-item-home p img {
    width: 20px;
    height: auto;
    transition: transform 1s ease;
}

.categoria-item-home:hover p img {
    transform: rotate(360deg);
}

.bloco-3-home {
    margin-top: 150px;
    margin-bottom: 100px;
}

.titulo-bloco-3 p {
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 1.4px;
    color: #00205C;
    margin-bottom: 40px !important;
}

.bloco-3-blog .conheca-blog{
    display: none;
}

.bloco-3-blog .blog-home-grid{
    padding: 0px 7px;
}
.blog-home-grid{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:20px;
}


.blog-thumb{
  display:block;
}
.blog-thumb img{
  width:100%;
  height:260px;                /* ajusta conforme a tua maquete */
  object-fit:cover;
  display:block;
}

.blog-card:hover .blog-readmore{
    color: #ff8431;
	text-decoration: underline !important;
}
.blog-title {
    margin: 0 0 6px;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 16px;
    display: flex;
    justify-content: space-between;
    letter-spacing: 1.4px;
    color: #00205C;
}
.blog-title-2{
    text-transform: uppercase;
}
/* --- BOTÃO "Ler mais" --- */
.blog-readmore {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 16.8px;
  letter-spacing: 1.4px;
  text-align: center;
  color: #00205C;
  position: relative;
  text-decoration: none !important; /* tira underline nativo */
  padding-bottom: 2px;
  transition: color 0.3s ease;
}

.blog-readmore::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: currentColor;
  transition: width 0.3s ease;
}

.blog-readmore:hover {
  color: #FF6600; /* muda cor */
}

.blog-readmore:hover::after {
  width: 100%;
}

/* --- TÍTULO DO POST --- */
.blog-title a {
  color: inherit;
  position: relative;
  text-decoration: none;
  padding-bottom: 2px;
}

.blog-title a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: currentColor;
  transition: width 0.3s ease;
}

.blog-title a:hover::after {
  width: 100%;
}

.blog-excerpt {
    margin: 0 0 8px;
    font-family: "Public Sans", Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    padding-right: 125px;
    line-height: 1.4;
    color: #6b7c96;
}

.blog-actions{
  display:flex;
  justify-content:flex-end;
  border-top:1px solid rgba(0,0,0,.06);
  padding-top:8px;
}

.blog-readmore {
  position: relative;
  text-decoration: none; /* tira underline normal */
  padding-bottom: 2px;   /* espaço para a linha */
  transition: color 0.3s ease;
}

.blog-readmore::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;             /* ajusta se ficar colado demais */
  width: 0;
  height: 1px;
  background-color: currentColor;
  transition: width 0.3s ease;
}

.blog-readmore:hover {
  color: #FF6600; /* muda de cor */
}

.blog-readmore:hover::after {
  width: 100%;
}


.blog-body {
    padding: 20px 0px;
}
.blog-thumb {
    width: 100%;
    aspect-ratio: 1 / 1; /* quadrado perfeito */
    overflow: hidden;
}

.blog-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.bloco-contactos {
    position: relative;
    padding: 75px 20px;
    z-index: 1;
}

.bloco-contactos::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4); /* 0.5 = 50% de opacidade */
    z-index: -1; /* fica atrás do conteúdo mas à frente do fundo */
}

.bloco-contactos p {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400; /* Regular */
    font-style: normal;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 1.4px;
    text-align: center;
    color: #FFFAF6;
    margin-bottom: 50px !important;
}

.conheca-blog a{
    display: flex;
    gap: 20px;
    justify-content: flex-end;
    align-items: center;
}

/* Estilo do texto */
.conheca-blog h6, .conheca-blog h6 a {
    color: #F60;
    text-align: center;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 0.7;
    letter-spacing: 1.4px;
    position: relative;
}

/* Underline invisível inicialmente */
.conheca-blog h6::after {
    content: "";
    position: absolute;
    bottom: -10px; /* distância do texto */
    left: 0;
    width: 0;
    height: 1px;
    background-color: #F60;
    transition: width 0.4s ease;
}

/* Efeito hover: underline cresce */
.conheca-blog:hover h6::after {
    width: 100%;
}

/* Imagem */
.conheca-blog img {
    transition: transform 1s ease;
}

/* Roda a imagem 360° no hover */
.conheca-blog:hover img {
    transform: rotate(180deg);
}

.woocommerce.columns-3 {
    padding: 50px;
}
a.button.product_type_variable.add_to_cart_button, a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    background-color: #d45b0b;
    border-radius: 50px;
    color: white;
}
select.orderby {
    background-color: transparent;
    border: none;
}

div#reviews {
    display: grid;
}
div#comments, .comment-reply-title {
    order: 2;
    display: none !important;
}
div#review_form_wrapper {
    order: 1;
}
.woocommerce #review_form #respond textarea {
    box-sizing: border-box;
    background-color: transparent !important;
    width: 100%;
    border: 1px solid #294375;
}

#respond #submit {
    background-color: #fffaf6 !important;
    color: #294375 !important;
    border: 1px solid #294375 !important;
}

/* ----------------------------------- HOMEPAGE  ----------------------------------- */

/* ----------------------------------- PAGINA CATEGORIAS  ----------------------------------- */

nav.woocommerce-breadcrumb {
    padding: 25px 25px !important;
}
nav.woocommerce-breadcrumb a, .woocommerce-breadcrumb {
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 10px !important;
    line-height: 12px !important;
    letter-spacing: 1.4px !important;
    text-transform: uppercase;
}
nav.woocommerce-breadcrumb a {
  position: relative;
  text-decoration: none;   /* remove underline nativo */
  color: #00205c !important;
  padding-bottom: 2px;     /* espaço para a linha */
}

nav.woocommerce-breadcrumb a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;               /* ajusta conforme o line-height */
  width: 0;
  height: 1px;
  background-color: currentColor; /* herda a cor do texto */
  transition: width 0.3s ease;
}

nav.woocommerce-breadcrumb a:hover::after {
  width: 100%;
}
.archive-main {
    padding: 20px;
}
a.btn-voltar {
    display: flex;
    gap: 10px;
    align-items: center;
}
.single-product a.btn-voltar {
    margin: 20px 0px 30px 0px;
}
.descricao-categoria-archive {
    margin: auto;
    padding: 0px 10%;
    text-align: center;
    color: #00205C;
    text-align: center;
}
.descricao-categoria-archive p{
    font-family: "Helvetica Neue";
    font-size: 32px;
    font-weight: 400;
    line-height: 40px; /* 125% */
    letter-spacing: 1.4px;
}
.archive-produto-cabecalho {
    margin-bottom: 75px;
}

.produtos-destaque-home.grid-produtos-archive {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
    margin-bottom: 100px;
}
span.sr-voltar, .btn-voltar svg {
    text-transform: uppercase;
    opacity: 0.4;
}

.div-filtros {
    position: sticky;
    width: 25%;
    top: 100px;
}
.produtos-sem-sub {
    display: flex;
    align-items: self-start;
}
/* Pai ativo (a categoria ancestral da atual) */
.produtos-sem-sub .lista-categorias .cat-item > a, .titulo-ordenar {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #FF6600;
  text-decoration: none;
}
.produtos-sem-sub .lista-categorias .cat-item{
    margin-bottom: 20px !important;
}
.produtos-sem-sub .lista-categorias .children .cat-item{
    margin-bottom: 5px !important;
}
.produtos-sem-sub .lista-categorias .children {
    margin-top: 15px !important;
}
.lista-ordenar li{
    margin-bottom: 7px;
}
/* Filhos (subcategorias) do pai ativo */
.produtos-sem-sub .lista-categorias .cat-item .children a,
.produtos-sem-sub .lista-categorias .children a, .lista-ordenar li a{
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  text-transform: capitalize;
  line-height: 18px;
  letter-spacing: 1.4px;
  color: #00205C;
  text-decoration: none;
}
.produtos-sem-sub .lista-categorias a {
  position: relative;
  text-decoration: none; /* remove underline normal */
  padding-bottom: 2px;   /* espaço para a linha */
}

.produtos-sem-sub .lista-categorias a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;             /* ajusta se ficar muito colado ao texto */
  width: 0;
  height: 1px;
  background-color: currentColor; /* mesma cor do link */
  transition: width 0.3s ease;
}

.produtos-sem-sub .lista-categorias a:hover::after {
  width: 100%;
}


/* Destacar a categoria atual (não só o parent) */
.produtos-sem-sub .lista-categorias .current-cat > a {
  color: #FF6600;
  font-weight: 600;
  text-transform: uppercase;
}

/* Espaçamentos (opcional) */
.produtos-sem-sub .lista-categorias li { margin: 4px 0; }

.container-branco {
    margin: 0px 15px;
}
/* ----------------------------------- PAGINA CATEGORIAS  ----------------------------------- */

/* ----------------------------------- BLOG  ----------------------------------- */


.container-branco .blog-um {
    background-color: #fff0e5 !important;
}
/* wrapper opcional para centralizar e dar respiro */
.container-branco .blog-um {
  padding: 85px 12% 100px 12%;
  text-align: center;
}

.container-branco .blog-um h6{
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1.4px;
  color: #66799D;
  margin: 0 0 8px;
  margin-bottom: 15px;
}

.container-branco .blog-um p{
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(18px, 2.2vw, 32px);
  line-height: clamp(24px, 3vw, 40px);
  letter-spacing: 1.4px;
  color: #00205C;
  margin: 0;
}

.blog-dois {
  padding: 100px 50px;
  background-image: url('/wp-content/uploads/2025/08/6c6e8ac67c297fece8e558dd60fb2f8e16de601d.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.blog-dois h6{
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 1.4px;
  text-align: center;
  color: #FFFAF6;
  margin: 0 0 8px;
}

.blog-dois p{
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1.4px;
  text-align: center;
  color: #FFFAF6;
  margin: 0 0 100px;
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active, 
select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus, select:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #fffaf6 inset !important;
    -webkit-text-fill-color: #00205c !important;
}

.page-id-20 .container-branco{
    margin: 0;
}




/* ----------------------------------- BLOG  ----------------------------------- */



/* ----------------------------------- Single Product  ----------------------------------- */
.produtos-destaque-home.produtos-sugeridos-grid {
    grid-template-columns: repeat(4,1fr);
    margin-bottom: 100px;
    margin-top: 100px;
}
.produto-item.produto-item--titulo:hover h6{
    color: #00205C;
}
.produto-item.produto-item--titulo h6{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 40px;
    leading-trim: NONE;
    line-height: 44px;
    letter-spacing: 1.4px;
}

body.single {
    background-color: #fffaf6;
}
.product-grid { display:grid; grid-template-columns: 1.1fr 1fr; gap: 20px; align-items:start; }
.product-summary .summary-inner { padding-top: 8px; }
.product-summary .price { font-weight: 600; font-size: 20px; }

.product-below { margin-top: 48px; }
.product-suggested { margin-top: 32px; }
.product-suggested .section-title {
  font-size: 32px; line-height: 1.05; margin: 0 0 16px; letter-spacing: .02em;
  font-weight: 700; color: #0a2b66; /* azul escuro (ajusta à tua paleta) */
}

/* Grade dos relacionados (usa classes padrão do Woo) */
.related.products ul.products { display:grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.related.products ul.products li.product { margin: 0; }
.related.products h2 { display:none; } /* escondemos o título padrão porque criámos o nosso */

.woocommerce div.product div.images .flex-control-thumbs li {
    width: 100%;
    float: left;
    margin-bottom: 15px !important;
    list-style: none;
}

.woocommerce div.product div.images .flex-control-thumbs {
    margin-right: 15px !important;
}
.woocommerce-product-gallery.woocommerce-product-gallery--with-images {
    display: flex;
    flex-direction: row-reverse;
}
.woocommerce-product-gallery, .woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
    width: 100% !important;
}
.pg-main {
    width: 80%;
    padding-left: 10px;
    position: relative;
    min-height: 400px; /* ou a altura mínima das tuas imagens */
}

.pg-main img {
    width: 100%;
    height: auto;
    transition: opacity 0.3s ease-in-out; /* transição suave */
}
.sem-gal .pg-main {
    width: 95%;
}
/* Efeito subtil no hover das thumbnails */
.pg-thumbs button.pg-thumb {
    border: none;
    background-color: transparent;
    padding: 0;
    transition: transform 0.2s ease;
}

.pg-thumbs button.pg-thumb:hover {
    opacity: 0.8;
    transform: scale(1.02);
}

/* Indicador visual da thumbnail ativa */
.pg-thumbs button.pg-thumb.active {
    border: 2px solid #000;
}

.pg-thumbs {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 15%;
    max-height: 80vh;
    overflow-y: auto;
    background: transparent;
    box-sizing: border-box;
    scrollbar-gutter: stable;
    padding-right: 6px;
    scrollbar-width: thin;
    scrollbar-color: rgba(0,0,0,.25) transparent;
}
span.wsv-summary, .woocommerce-product-rating.tqr-force-rating, .woocommerce-product-rating, .wsv-star-vote {
    DISPLAY: none !important;
}
.logged-in .wsv-star-vote {
    DISPLAY: block !important;
}
.summary-inner .wsv-star-vote {
    position: absolute;
    top: 10px;
    right: 0;
}
.pg-thumbs:hover {
    scrollbar-color: rgba(0,0,0,.4) transparent;
}

.ti-reviews-container-wrapper {
    justify-content: center;
}
.ti-widget.ti-goog.ti-show-rating-text {
    margin-top: 32px;
}
.cr-rating-icon-frnt svg{
    fill: #ff6600 !important;
    stroke: #ff6600 !important;
}
.review-product, .reviewer-verified, .review-thumbnail, .rating-label {
    display: none !important;
}

.cr-rating-icon-bg{
    stroke: #ff6600 !important;
}
.ti-name{
     font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;   
}
.reviewer-name{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 400;
font-style: Regular;
font-size: 14px !important;
leading-trim: NONE;
line-height: 16px !important;
letter-spacing: 1.4px;
text-transform: uppercase; 
color: #66799D !important;
}

.cr-reviews-grid .cr-review-card .crstar-rating-svg .cr-rating-icon-base .cr-rating-icon-bg, .cr-reviews-grid .cr-review-card .crstar-rating-svg .cr-rating-icon-frnt .cr-rating-icon, .cr-reviews-slider .cr-review-card .crstar-rating-svg .cr-rating-icon-base .cr-rating-icon-bg, .cr-reviews-slider .cr-review-card .crstar-rating-svg .cr-rating-icon-frnt .cr-rating-icon {
    width: 20px !important;
    height: 20px !important;
}
.cr-reviews-slider .cr-review-card .cr-review-card-inner, .cr-reviews-slider .cr-review-card .middle-row, .cr-reviews-slider .cr-review-card .cr-incentivized-row {
    background-color: transparent !important;
    border-color: transparent !important;
    padding: 0 !important;
}
.cr-reviews-slider .slick-prev:before, .cr-reviews-slider .slick-next:before {
    color: #00205c !important;
    opacity: 0.2;
}
.top-row {
    padding: 5px 0px !important;
    border-bottom: 1px solid #00205c12 !important;
}

.slick-list {
    margin: 30px 10% !important;
}

.testemunhos-review h6{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 18px;
    letter-spacing: 1.4px;
    text-align: center;
    text-transform: uppercase;
    color: #00205C;
}
.testemunhos-review p{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 28px;
    letter-spacing: 1.4px;
    text-align: center;
    color: #00205C;
}
.testemunhos-review .review-text p{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    text-align: left;
    line-height: 16px;
    letter-spacing: 1.4px;
    color: #00205C;
}
.testemunhos-review {
    padding: 70px 0px;
}
.cr-reviews-slider .slick-dots li button:before {
    font-size: 10px !important;
}
.comment-form-comment label{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 16px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: #66799D !important;
}

.page-id-20 .woocommerce-MyAccount-content .woocommerce-message{
 display: none;
}


.pg-thumbs::-webkit-scrollbar { width: 6px; }
.pg-thumbs::-webkit-scrollbar-track { background: transparent; }
.pg-thumbs::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,.25);
    border-radius: 6px;
    border: 1px solid transparent;
}

.pg-thumbs:hover::-webkit-scrollbar-thumb { 
    background-color: rgba(0,0,0,.4); 
}

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

.pg-wrap {
    display: flex;
}
.woocommerce div.product .product_title, .reviewer-name {
    width: 500px;
    max-width: 100%;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 40px;
    leading-trim: NONE;
    line-height: 44px;
    letter-spacing: 1.4px;
    color: #00205C;
}
.product-sku{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 14px;
    letter-spacing: 1.4px;
    color: #66799D;
}
button.retro-desc__toggle {
    float: right;
    border: none;
    background-color: transparent;
}
.retro-desc__more, .retro-desc__less{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 14px;
    letter-spacing: 1.4px;
    color: #FF6600;
}

.retro-desc__full p{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 16px;
    letter-spacing: 1.4px;
    color: #00205C;   
}
.retro-desc__full p strong{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 16px;
    letter-spacing: 1.4px;
    color: #00205C;  
}

.retro-desc__panel {
    padding-top: 20px;
    padding-bottom: 50px;
}

.variations .label label {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 20px;
    letter-spacing: 3%;
    color: #00205C;
}
.woocommerce div.product form.cart .variations label {
    font-weight: 400;
    text-align: left;
}
.retro-pill {
    border: 1px solid #00205c;
    background-color: transparent;
}


:root{
  --azul:#00205C;
  --cinza:#66799D;
  --laranja:#FF6600;
  --borda:#E6ECF5;
  --label-w: 150px;
}

/* grid principal: rótulo + campo */
.retro-vari-grid{ display:grid; gap:30px; }
.retro-row{ display:grid; grid-template-columns: var(--label-w) 1fr; align-items:center; }
.retro-label{ color:var(--azul); font-weight:700; font-size:16px; }

/* esconder o select nativo */
select.retro-hidden-select{ position:absolute; left:-9999px; }

/* grupo de opções */
.retro-options{ display:flex; gap:10px; align-items:center; flex-wrap:wrap; }
.retro-opt{ cursor:pointer; display:inline-flex; align-items:center; }
.retro-opt-input{ position:absolute; opacity:0; pointer-events:none; }

/* bolinha de cor */
.retro-opt.is-color .retro-swatch{
  width:25px; height:25px; border-radius:50%;
  border:0px solid var(--azul);
  display:inline-block; background: var(--sw, #ccc);
  box-shadow: 0 0 0 2px #fff inset;
}
.retro-opt.is-color .retro-opt-input:checked + .retro-swatch{
  outline: 1px solid var(--azul);
}

/* pills */
.retro-opt.is-pill .retro-pill-txt{
    display:inline-block; 
    padding:8px 12px; 
    border:1px solid var(--azul);
    border-radius:999px; 
    line-height:1; 
    color:var(--azul); 
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 16px;
    letter-spacing: 1.4px;
    text-align: center;
}
/* grupo de opções */
.retro-options{ display:flex; gap:10px; align-items:center; flex-wrap:wrap; }
.retro-opt{ cursor:pointer; display:inline-flex; align-items:center; position:relative; }
.retro-opt-input{ position:absolute; opacity:0; pointer-events:none; }

/* bolinha de cor */
.retro-opt.is-color .retro-swatch{
  width:26px; height:26px; border-radius:50%;
  display:inline-block; background: var(--sw, #ccc);
  box-shadow: 0 0 0 1px rgba(0,0,0,.08) inset;
}

/* foco/seleção com fallback se --azul não existir */
.retro-opt.is-color .retro-opt-input:focus + .retro-swatch{
  box-shadow: 0 0 0 2px #fff inset, 0 0 0 2px var(--azul, #1e73be);
}
.retro-opt.is-color .retro-opt-input:checked + .retro-swatch{
  box-shadow: 0 0 0 2px #fff inset, 0 0 0 2px var(--azul, #1e73be);
}

/* pills (texto) */
.retro-opt.is-pill .retro-pill-txt{
  display:inline-block;
  padding:8px 12px;
  border:1px solid var(--azul, #1e73be);
  border-radius:999px;
  line-height:1;
  color:var(--azul, #1e73be);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight:400;
  font-size:14px;
  letter-spacing:1.4px;
  text-align:center;
}

.woocommerce div.product form.cart div.quantity input, .woocommerce-variation-price bdi{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: Regular;
    color:var(--azul); 
    font-size: 14px;
    leading-trim: NONE;
    line-height: 16px;
    letter-spacing: 1.4px;
    text-align: center;

}
.single_add_to_cart_button {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 16.8px;
    letter-spacing: 1.4px;
    text-align: center;
    color: #FFFAF6;
    text-transform: uppercase;
}
.retro-opt.is-pill .retro-opt-input:checked + .retro-pill-txt{
  background: var(--azul); color:#fff;
}

/* link limpar */
a.reset_variations{ margin-left:8px; color:var(--laranja); }

/* preço */
.single_variation_wrap .price,
.single_variation_wrap .woocommerce-Price-amount{ color:var(--azul); font-weight:800; }


.qty-minus,.qty-plus{ width:40px; height:42px; border:0; background:transparent; color:#66799D; font-weight:900; cursor:pointer; }
.qty-minus:hover,.qty-plus:hover{ color:#FF6600; }
.retro-qty-input.qty{ width:60px; height:35px; border:0; background:transparent; text-align:center; color:#00205C; font-weight:700; padding:0; }
.qty-unit{ padding:0 8px; color:#66799D; }

/* botão laranja */
.retro-cta-btn.single_add_to_cart_button{
  margin-top:8px;
  background:#FF6600; border:1px solid #FF6600; color:#fff;
  border-radius:999px; padding:12px 18px; font-weight:800;
}
.retro-cta-btn.single_add_to_cart_button:hover{ background:#e35c00; border-color:#e35c00; }
/* mantém .variations no DOM mas invisível */
table.variations.retro-keep-for-wc{
  position: absolute;
  left: -9999px;
  top: 0;
  height: 0;
  width: 0;
  overflow: hidden;
}
.woocommerce-info {
    border-top-color: #00205c;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    padding: 1em 2em 1em 3.5em;
    margin: 0 0 2em;
    position: relative;
    background-color: #ffffff00;
    color: #00205c;
    border-top: 3px solid #00205c;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 16px;
    letter-spacing: 1.4px;
    color: #00205C;
}
.woocommerce .woocommerce-info .woocommerce-Button.button{
     font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;   
}

/* Esconde selects originais */
.retro-variations .variations select{ 
  position:absolute; 
  opacity:0; 
  pointer-events:none; 
  width:0; height:0; 
}

/* Linha das variações */
.retro-variations .variations .label { 
  width:120px; 
  padding:.6rem 0; 
  font-weight:600; 
  color:#0d2a6b; 
}
.retro-variations .variations td.value{ padding:.4rem 0 1rem; }
.retro-qty input{
    background-color: #fffaf6;
}
/* Pills genéricas */
.retro-attr-pills{ display:flex; flex-wrap:wrap; gap:.5rem; }
.retro-pill{
border: 1px solid;
  border-radius:999px;
  padding:.45rem .9rem;
  font-weight:600;
  cursor:pointer;
  line-height:1;
  transition: all .15s ease;
}
.retro-pill-label{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 16px;
    letter-spacing: 1.4px;
    text-align: center;
    color: #00205C;
}
.retro-pill.is-selected .retro-pill-label {
    color: white;
}
.retro-pill:hover, .retro-pill.is-selected{ 
    border-color:#0d2a6b; 
}

.value .retro-pill.is-selected{
 border: 2px solid #00205C; /* anel como no mockup */
 background-color: #00205C;
 color: white;
}

.value .retro-pill.retro-pill--swatch.is-selected{
 background-color: unset;
 color: white;
}
.retro-pill .retro-swatch {
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    margin-right: 0;
    border: none;
}
.retro-qty {
    display: flex;
    border: 1px solid black;
    align-items: center;
    width: fit-content;
    border-radius: 50px;
    margin-bottom: 10px;
}
.retro-qty .retro-field .retro-qty {
    padding: 0px 10px;
}
.retro-vari-grid .retro-qty {
    display: flex;
    border: none;
    width: fit-content;
    margin-bottom: unset;
}
.retro-field .retro-qty {
    border: 1px solid #cfd5df;
    border-radius: 10px;
}


.auth-switch{ display:flex; gap:10px; margin:0 0 16px; }
.auth-tab {
    border: 1px solid #001f61;
    background: transparent;
    padding: 8px 14px;
    border-radius: 999px;
    color: #001f61;
    cursor: pointer;
    font-weight: 600;
}
.auth-tab.is-active{ background:#001f61; color:#fff; border-color:#001f61; }











/* rótulo “Preço” escondido por defeito */
.retro-row.retro-price .retro-label{
  visibility:hidden; opacity:0; height:0; margin:0; overflow:hidden;
  transition: opacity .2s ease;
}
/* quando há variação com preço -> mostra */
.retro-row.retro-price.is-visible .retro-label{
  visibility:visible; opacity:1; height:auto; margin:0;
}
.lado-img {
    width: 100%;
}

.lado-impar {
    display: flex;
}
.lado-impar img{
    width: 100%;
    object-fit: cover;
}
.woocommerce-page .col2-set {
    max-width: 50%;
    margin: 150px 0px 50px 0px;
    padding: 0px 7%;
}
.wc-block-components-sidebar-layout .wc-block-components-main {
    box-sizing: border-box;
    margin: 0;
    padding: 50px 0px;
    width: 65%;
}
.retro-row.retro-qty {
    border: none !important;
}

.qq-order.qq-order--pending, .qq-order.qq-order--pending .qq-order__bar, .qq-order__bar{
    background-color: #FFF0E5;
}
.qq-order.qq-order--cancelled, .qq-order.qq-order--cancelled .qq-order__bar {
    background-color: #ff000014;
}

.qq-order.qq-order--completed, .qq-order.qq-order--completed .qq-order__bar {
    background-color: #4caf5014;
}
.qq-order__panel .qq-row span, .qq-order__panel .qq-row span bdi, .qq-support__row,
 .qq-support__row label, .qq-support__field span, .qq-support__field, .qq-support__field textarea,
 .woocommerce-table__line-item span, .woocommerce-table__line-item span bdi, .woocommerce-table__line-item td {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px !important;
    leading-trim: NONE;
    line-height: 16px !important;
    letter-spacing: 1.4px;
    color: #00205C !important;
}
/* aplica o teu flex no section */
section.woocommerce-columns.woocommerce-columns--2.woocommerce-columns--addresses.col2-set.addresses{
  display:flex;
  gap:50px;
  flex-wrap:wrap;      /* só para prevenir quebra em ecrãs pequenos */
  width:100%;          /* 100% do PAI */
  padding:0 !important;
  margin:0 !important;
  box-sizing:border-box;
}

/* anula floats/width padrão das colunas do WC */
section.woocommerce-columns.col2-set.addresses .woocommerce-column{
  float:none !important;
  width:auto !important;
  flex:1 1 0;          /* duas colunas iguais */
  min-width:0;
}

.qq-totals span , .qq-totals span bdi{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px !important;
    leading-trim: NONE;
    line-height: 16px !important;
    letter-spacing: 1.4px;
    color: white !important;
}
























.retro-field-extra .retro-qty-note{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 14px;
    letter-spacing: 1.4px;
    color: #66799D;    
}
.retro-label {
    width: 160px;
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 20px;
    letter-spacing: 3%;
    color: #00205C;
    text-transform: uppercase;

}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .stock {
    color: #ff9800;
}
.qty-minus, .qty-plus {
    width: 25px;
    height: 25px;
}
.retro-qty .qty-minus, .retro-qty .qty-plus {
    border: 0;
    margin-top: -2px;
    background: transparent;
    font-size: 2rem;
    color: #00205c;
    line-height: 0;
    padding: .25rem .4rem;
    cursor: pointer;
}
.retro-qty input.qty{ width:5.5ch; text-align:center; border:0; outline:none; }
.retro-qty .qty-unit{ font-weight:700; opacity:.7; }

/* Preço destacado abaixo */
.single-product .summary .price{
  margin:.8rem 0 1.2rem; font-size:1.375rem; font-weight:700; color:#0d2a6b;
}

/* Botão CTA grande */
.single-product .single_add_to_cart_button{
  background:#ff6a00; color:#fff; border:0; border-radius:999px; padding:.9rem 1.4rem; font-weight:700;
}
.single-product .single_add_to_cart_button:hover{ filter:brightness(.95); }

.retro-pill--swatch {
    background: #fffaf6;
    border-radius: 999px;
    padding: 2px;
    width: 30px;
    border: 1px solid #fffaf6;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.retro-swatch{
  display:block; width:18px; height:18px; border-radius:50%;
  border: 1px solid rgba(0,0,0,.15);
}

/* Esconde só visualmente (fica disponível a screen readers) */
.sr-only-color{
  position:absolute !important; width:1px; height:1px; padding:0; margin:-1px;
  overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0;
}

.product_meta{
    display: none;
}

.woocommerce-Price-amount bdi{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 3%;
    color: #00205C;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled], 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled]:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled], 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled]:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled], 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled]:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled], 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled]:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt.disabled, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt.disabled:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled[disabled], 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled[disabled]:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt.disabled, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt.disabled:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled[disabled], 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled[disabled]:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt.disabled, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt.disabled:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled[disabled], 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled[disabled]:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt.disabled, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt.disabled:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled[disabled], 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled[disabled]:hover,
.woocommerce div.product form.cart .button {
    background-color: #ff6600;
    padding: 10px 20px;
    color: #fff;
    border-radius: 50px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 16.8px;
    letter-spacing: 1.4px;
    text-align: center;
    color: #FFFAF6;  
}
.woocommerce div.product form.cart .variations select {
    padding: 5px !important;
}
.variations .label {
    padding: 0 !important;
}
.top-bar p{
    font-size: 12px !important;
    line-height: 14px !important;
}
.retro-row.retro-qty .retro-field{
    margin-left: 20px;
}
.woocommerce .product-sku{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 14px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: #66799D;
}
/* ----------------------------------- Single Product  ----------------------------------- */

/* ----------------------------------- Single blog  ----------------------------------- */

.header-singleblog {
    text-align: center;
    margin-bottom: 75px;
    margin-top: 75px;
}
/* Tipos para o single blog */
.title-singleblog{
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1.4px;
  text-align: center;
  text-transform: uppercase;      /* opcional, mas combina com o mock */
  color: #00205C;
  opacity: .6;
  margin: 0 0 12px;
}

.subtitle-singleblog {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 1.4px;
    text-align: center;
    color: #00205C;
    max-width: 1250px;
    padding: 0px 50px;
    margin: auto;
}
.entry-content-singleblog h6{
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;         /* ← em vez de Regular */
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #66799D;
  margin: 0 0 8px;            /* opcional: espaçamento do parágrafo seguinte */
}

.entry-content-singleblog p {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;         /* ← em vez de Regular */
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1.4px;
  color: #00205C;
  max-width: 570px;
  margin: 0 0 14px;           /* opcional: respiro entre parágrafos */
}

nav.singleblog-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 75px;
}
.singleblog-nav .nav-next span{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 16.8px;
    letter-spacing: 1.4px;
    text-align: center;
    color: #FF6600;
}
.singleblog-nav a.nav-next {
    display: flex;
    gap: 15px;
    align-items: center;
}
.singleblog-nav .nav-next span {
  position: relative;
  text-decoration: none;  /* remove underline nativo */
  padding-bottom: 2px;    /* espaço para a linha */
}

.singleblog-nav .nav-next span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;              /* ajusta conforme o line-height */
  width: 0;
  height: 1px;
  background-color: currentColor; /* mesma cor do texto */
  transition: width 0.3s ease;
}

.singleblog-nav .nav-next:hover span::after {
  width: 100%;
}

.singleblog-nav a.btn-voltar {
    gap: 15px;
}
.singleblog-nav .voltar-btn {
    font-size: 20px;
    color: #66799D;
}
.media-singleblog {
    width: 50%;
}
.content-wrap-singleblog {
    display: flex;
    grid-template-columns: minmax(280px, var(--sb-col-w)) 1fr;
    gap: var(--sb-gap);
    align-items: start;
    gap: 20px;
    padding: 0px 20px;
}
.image-singleblog, .extras-item img {
    width: 100%;
    height: 60vh;
    margin-bottom: 20px;
    border-radius: 0px;
    object-fit: cover;
    object-position: center;
}

.image-fallback-singleblog{
  display:flex; align-items:center; justify-content:center;
  min-height: 280px; background: #f2f4f7; color:#6E7A90; border-radius:4px;
}

/* Conteúdo à direita */
.body-singleblog{ }
.entry-content-singleblog > *{ margin: 0 0 1.2rem; }
.entry-content-singleblog img{ 
    max-width:100%; 
    height:auto; 
}


/* Paginação interna, se existir */
.page-links-singleblog{ margin-top: 24px; }
.body-singleblog {
    position: sticky;
    top: 150px;
}
.body-singleblog, .media-singleblog {
    width: 50%;
}

/* ----------------------------------- Single blog  ----------------------------------- */
/* ----------------------------------- Contacte-nos  ----------------------------------- */
.contatenos-linha{
    padding: 50px 7px;
}
.cantatenos-linha2 {
    margin-bottom: 50px !important;
}
.pm-form .form-row { margin: 0 0 18px; }
.pm-form label {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 16px;
    letter-spacing: 1.4px;
    width:100%;
    color:#66799D !important;
}
.pm-form{
    width: 90%;
}

.pm-form input[type="text"],
.pm-form input[type="email"],
.pm-form input[type="tel"],
.pm-form textarea{
  width:100%;
  background:transparent;
  border:0;
  border-bottom:2px solid #66799D;
  padding:10px 0 0px;
  color:#66799D !important;
  outline:none;
}
.pm-form span.wpcf7-spinner {
    position: absolute;
}
.pm-form select {
    width: 100%;
    height: 30px;
    margin-top: 5px;
    background: transparent;
    border: 0;
    border-bottom: 2px solid #00205C;
    color: #00205C !important;
}
.pm-form select { appearance:none; 
    -webkit-appearance:none; 
    -moz-appearance:none; 
    background-image:none; 
}
.pm-form textarea{
  height:75px;        /* altura inicial */
  min-height:75px;    /* não deixa encolher abaixo disto */
  max-height:240px;   /* <<< define um teto */
  resize:vertical;    /* só vertical */
  overflow:auto;      /* mostra scroll se bater no teto */
}
button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
    background-color: transparent;
    border: none;
    justify-content: end;
    padding: 0;
}
.wc-block-components-checkout-step__heading h2{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: Regular;
    text-transform: uppercase;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 16px;
    letter-spacing: 1.4px;
    color: #FF6600;   
}
.pm-form ::placeholder { color:#00205C; opacity:1; letter-spacing: 1px;  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
.qq-checkout {
    margin-top: 50px;
    text-align: right;
}
.pm-form .form-actions { text-align:right; margin-top:28px; }

.wc-block-components-button__text {
    position: relative;
    padding-right: 28px;                  /* espaço para o ícone */
    background-color: transparent;        /* mantém fundo transparente */
    background-image: url('/wp-content/uploads/2025/08/Layer_1.svg');
    background-repeat: no-repeat;
    background-position: right 0.25rem center;  /* ajusta à direita */
    background-size: 14px 14px !important;
    border: none;
    color: #FF6600 !important;            /* laranja do print */
    font-weight:700 !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-weight: 400;
    font-style: Regular !important;
    text-transform: uppercase;
}
.wc-block-components-button__text {
  position: relative;
  text-decoration: none;  /* remove underline nativo */
  padding-bottom: 2px;    /* espaço para a linha */
}

.wc-block-components-button__text::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;              /* ajusta se ficar demasiado colado */
  width: 0;
  height: 1px;
  background-color: currentColor; /* mesma cor do texto */
  transition: width 0.3s ease;
}

.wc-block-components-button__text:hover::after {
  width: 100%;
}
.pm-form .wpcf7-submit.btn-enviar {
    position: relative;
    padding-right: 28px;                  /* espaço para o ícone */
    background-color: transparent;        /* mantém fundo transparente */
    background-image: url('/wp-content/uploads/2025/08/Layer_1.svg');
    background-repeat: no-repeat;
    background-position: right 0.25rem center;  /* ajusta à direita */
    background-size: 14px 14px;
    border: none;
    color: #FF6600;            /* laranja do print */
    font-weight:700;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 30px;
    letter-spacing: 1.4px;
    text-align: center;
}
.pm-form .wpcf7-submit.btn-enviar {
  position: relative;
  text-decoration: none;   /* remove underline nativo */
  padding-bottom: 2px;     /* espaço para a linha */
}

.pm-form .wpcf7-submit.btn-enviar::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;               /* ajusta conforme o line-height */
  width: 0;
  height: 1px;
  background-color: currentColor; /* mesma cor do texto */
  transition: width 0.3s ease;
}

.pm-form .wpcf7-submit.btn-enviar:hover::after {
  width: 100%;
}

/* já tens .btn-enviar; só acrescenta o ícone no :after */
.pm-form .btn-enviar{
  position:relative;
  padding-right:28px;         /* espaço para o ícone */
}
.vc_toggle_title {
    position: relative;
    padding: 0px 0px !important;
}
.contacto-bloco-5{
    padding: 0px 7px !important;    
}
.contacto-bloco-5 i.vc_toggle_icon {
    position: absolute;
    right: 0;
    left: unset !important;
}
.contacto-bloco-5 .vc_toggle_title h4{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 16px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: #00205C;
}
.contacto-bloco-5 .vc_toggle_content p{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 1px;
    color: #66799D;
  
}
.bloco-direcoes h5{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 32px;
    leading-trim: NONE;
    line-height: 40px;
    letter-spacing: 1.4px;
    text-align: center;
    color: #FFFAF6;
}
.bloco-direcoes p{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 16px;
    letter-spacing: 1.4px;
    text-align: center;
    color: #FFFAF6;
    max-width: 454px;
    margin: 0px auto 30px;
}
.bloco-direcoes h6 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 20px;
    letter-spacing: 1.4px;
    text-align: center;
    color: #FFFAF6;
    max-width: 690px;
    margin: 0px auto 50px;
}

.texto-banner-process {
    max-width: 690px;
    margin: auto;
    text-align: center;
}
.projeto-2-text h6{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 16px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: #66799D;
}
.projeto-2-text h4{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 40px;
    leading-trim: NONE;
    line-height: 44px;
    letter-spacing: 1.4px;
    color: #00205C;
}
.projeto-2-text p{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 16px;
    letter-spacing: 1.4px;
    color: #00205C;
}
.projeto-2-text {
    width: 600px;
    padding-bottom: 50px;
    max-width: 100%;
}

.texto-banner-process h4{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 16px;
    letter-spacing: 1.4px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFAF6;
}
.texto-banner-process p{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 16px;
    letter-spacing: 1.4px;
    text-align: center;
    color: #FFFAF6;
}
.projeto-2 {
    padding: 0px 7px;
    display: flex;
    align-items: flex-start;
}
.projeto-2 > .wpb_column{
    position: sticky;
    top: 100px;
}
.projeto-2 img{
    height: 60vh !important;
    object-fit: cover;
    object-position: center;
    margin-bottom: 15px;
}
.projeto-2 .conheca-blog img{
    height: 20px !important;
}
.projeto-2 .conheca-blog {
    display: flex;
    gap: 15px;
    align-items: center;
}
.texto-banner-process h6{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 40px;
    leading-trim: NONE;
    line-height: 44px;
    letter-spacing: 1.4px;
    text-align: center;
    color: #FFFAF6;
}
.contacto-bloco-5 .vc_toggle_content{
    padding: 0 !important;  
}
.contacto-bloco-5 h5{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #00205C;
    margin-bottom: 25px !important; 
}
.pm-form .wpcf7-submit.btn-enviar:hover { opacity:.85; }

/* quando a opção vazia está selecionada */
.pm-form select:has(option[value=""]:checked){
  color:#00205C;          /* cor do “placeholder” do select */
  opacity:1;
}

/* quando já foi escolhida uma opção “real” */
.pm-form select:not(:has(option[value=""]:checked)){
  color:#66799D;
}

.cantatenos-linha2 h6{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 16px;
    letter-spacing: 1.4px;
    color: #66799D;
}
.cantatenos-linha2 p{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 40px;
    leading-trim: NONE;
    line-height: 44px;
    letter-spacing: 1.4px;
    color: #00205C;
}
.contacto-bloco-3 h6{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: #66799D;
}
.contacto-bloco-3 h5{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 20px;
    letter-spacing: 1.4px;
    color: #00205C;
}
.contacto-bloco-3 p{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 16px;
    letter-spacing: 1.4px;
    color: #00205C;
}
.contacto-bloco-3 .vc_col-sm-3 .wpb_wrapper {
    height: 100%;
    display: flex;
    max-width: 100%;
    justify-content: space-between;
    flex-direction: column;
}
.contacto-bloco-3 .vc_col-sm-3 .vc_column-inner{
    display: flex !important;
    flex-direction: row-reverse !important;
}
.projeto-2 .vc_column-inner{
    padding-top: 20px !important; 
}
.projeto-2 figure, .projeto-2 figure div, .projeto-2 figure div img{
    width: 100%; 
}





/* ----------------------------------- Contacte-nos  ----------------------------------- */
/* ----------------------------------- Minha conta  ----------------------------------- */
/* Reset do before */
.woocommerce-MyAccount-navigation li a:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 8px;
  transform: translateY(0px);
}

/* === ENCOMENDAS === */
.woocommerce-MyAccount-navigation-link--orders a:before {
  background-image: url('/wp-content/uploads/2025/08/encomenda.svg');
}
.woocommerce-MyAccount-navigation-link--orders.is-active a:before,
.woocommerce-MyAccount-navigation-link--orders a:hover:before {
  background-image: url('/wp-content/uploads/2025/08/encomendas-ativo.svg');
}

/* === DADOS PESSOAIS === */
.woocommerce-MyAccount-navigation-link--moradas a:before {
  background-image: url('/wp-content/uploads/2025/08/dados-desativo.svg');
}
.woocommerce-MyAccount-navigation-link--moradas.is-active a:before,
.woocommerce-MyAccount-navigation-link--moradas a:hover:before {
  background-image: url('/wp-content/uploads/2025/08/dados-ativo.svg');
}

/* === DETALHES DA CONTA === */
.woocommerce-MyAccount-navigation-link--edit-account a:before {
  background-image: url('/wp-content/uploads/2025/08/detalhes-desativo.svg');
}
.woocommerce-MyAccount-navigation-link--edit-account.is-active a:before,
.woocommerce-MyAccount-navigation-link--edit-account a:hover:before {
  background-image: url('/wp-content/uploads/2025/08/detalhes-ativo.svg');
}

/* === FAVORITOS === */
.woocommerce-MyAccount-navigation-link--favoritos a:before {
  background-image: url('/wp-content/uploads/2025/08/coracao-desativo.svg');
}
.woocommerce-MyAccount-navigation-link--favoritos.is-active a:before,
.woocommerce-MyAccount-navigation-link--favoritos a:hover:before {
  background-image: url('/wp-content/uploads/2025/08/coracao-ativo.svg');
}

/* === TERMINAR SESSÃO === */
.woocommerce-MyAccount-navigation-link--customer-logout a:before {
  background-image: url('/wp-content/uploads/2025/08/sair.svg');
}

/* Estilo base */
.woocommerce-MyAccount-navigation li a {
  display: flex;
  align-items: center;
  font-weight: 600;
  color: #47628b;
  text-decoration: none;
}
.woocommerce-MyAccount-navigation li.is-active a {
  color: #ff6b00; /* texto ativo em laranja */
}
/* Estilo do "Bem-vindo" */
.myaccount-welcome {
  margin-bottom: 20px;
}
.myaccount-welcome h3 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 1px;
    color: #00205C;
}
.myaccount-welcome .email, .woocommerce-Address-title h2  {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: Regular;
    text-transform: uppercase;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 16px;
    letter-spacing: 1.4px;
    color: #ff6600;

}
section#shipping-calculator-form {
    padding-left: 14%;
}







span#account_display_name_description {
    font-size: 10px;
}
.qq-moradas .edit-account a.button, .qq-moradas .edit-account button, 
.qq-cart-summary.cart_totals .shipping-calculator-form button, .qq-cart-summary.cart_totals .qq-coupon-form button {
    background-color: #00205c7a !important;
    color: white !important;
}
.qq-checkout-btn.wc-block-components-button__text{
    cursor: pointer !important;
}
a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
    border: none;
    justify-content: end;
}
.wc-block-components-button__text{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400 !important;
    font-style: Regular;
    font-size: 24px !important;    
    leading-trim: NONE;
    line-height: 16.8px !important;    
    letter-spacing: 1.4px !important;
    cursor: pointer;    
    color: #ff6600;    
}
.woocommerce-account .woocommerce {
    padding: 75px 20px;
}
.woocommerce-MyAccount-navigation-link:last-of-type{
    margin: 150px 0px 25px !important;
}
nav.woocommerce-MyAccount-navigation {
    margin-top: 50px;
}

.woocommerce-account .woocommerce-MyAccount-content {
    margin-top: -55px;
}
.woocommerce-MyAccount-navigation-link {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.woocommerce-MyAccount-navigation li a {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 16px;
    letter-spacing: 1.4px;
    text-align: center;
    color: #66799D;
    text-transform: uppercase;
}
.wc-auth-split.wc-auth-split-tiago {
    width: 100%;
    display: flex;
}
.wc-auth-media, .wc-auth-panel{
    width: 50%;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    float: left;
    width: 100%;
}
.woocommerce .col2-set, .woocommerce-page .col2-set {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    float: right;
    width: 100%;
}
.woocommerce-account .woocommerce {
    padding: 0px 0px;
}
.wc-auth-panel {
    padding: 50px;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    border: none;
    padding: 0px;
    margin: 2em 0;
    text-align: left;
    border-radius: 0px;
}
.woocommerce form .form-row .input-text, .woocommerce form .form-row select {
    border: none;
    border-radius: 0px;
    padding: 10px 0px;
    background-color: transparent;
    border-bottom: 1px solid #00205c !important;
    color: #00205c;
}
.woocommerce form .form-row .required {
    color: #00205c;
}
.wc-auth-split-tiago .woocommerce-form label{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 14px;
    letter-spacing: 1.4px;
    color: #66799D;
    text-transform: uppercase;
}
/* Placeholder do formulário login/registo */
.woocommerce-form-login .input-text::placeholder,
.woocommerce-form-register .input-text::placeholder {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1.4px;
  color: #00205C;
  opacity: 1; /* força a cor no Chrome/Safari */
}
p.form-row.wc-actions {
    display: flex;
    flex-direction: column;
}
button.button.wc-auth-btn, .woocommerce .woocommerce-Button.button, button.woocommerce-button.button.woocommerce-form-login__submit,
.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit {
    width: auto !important;
    max-width: fit-content;
    padding: 10px 0px;
    background-color: transparent;
    display: block;
    text-align: left;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 16.8px;
    letter-spacing: 1.4px;
    color: #FF6600;
    text-transform: uppercase;
    position: relative;
    padding-right: 28px;
    background-color: transparent;
    background-image: url(/wp-content/uploads/2025/08/Layer_1.svg);
    background-repeat: no-repeat;
    background-position: right 0.25rem center;
    background-size: 14px 14px;
    text-align: center;
    padding-bottom: 5px !important;
}
.woocommerce-account.logged-in .woocommerce{
    padding: 50px 20px;
}
.wc-block-cart .wc-block-cart__totals-title, .wc-block-cart-items__header-image span, .wc-block-cart-items__header-product span, 
 .wc-block-cart-items__header-total span{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-weight: 400 !important;
    font-style: Regular !important;
    font-size: 12px !important;
    leading-trim: NONE !important;
    line-height: 14px !important;
    letter-spacing: 1.4px !important;
    color: #66799D;

}
.wp-block-woocommerce-checkout {
    padding-top: 0px;
}
.woocommerce-cart main {
    padding: 0px 0px;
}
.is-large.wc-block-cart {
    margin-bottom: 0em !important;
}
.wc-block-components-sidebar-layout .wc-block-components-main {
    padding: 150px 60px;
}
button.button.wc-auth-btn,
.woocommerce .woocommerce-Button.button {
  position: relative;
  text-decoration: none;   /* remove underline normal */
  padding-bottom: 2px;     /* espaço para a linha */
  transition: color 0.3s ease, background-color 0.3s ease;
}

button.button.wc-auth-btn::after,
.woocommerce .woocommerce-Button.button::after,
button.woocommerce-button.button.woocommerce-form-login__submit::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;               /* ajusta se ficar muito colado */
  width: 0;
  height: 1px;
  background-color: currentColor; /* mesma cor do texto */
  transition: width 0.3s ease;
}

button.button.wc-auth-btn:hover,
.woocommerce .woocommerce-Button.button:hover {
  background-color: unset;
  color: #ff6600;
}

button.button.wc-auth-btn:hover::after,
.woocommerce .woocommerce-Button.button:hover::after,
button.woocommerce-button.button.woocommerce-form-login__submit:hover::after {
  width: 100%;
}

.wc-register-col {
  display: none;
}
.wc-register-col.active {
  display: block;
}

p.wc-auth-links {
    display: flex;
    flex-direction: column;
}
.lost-password {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 14px;
    letter-spacing: 1.4px;
    color: #00205C; 
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:hover {
  /*  background-image: url(/wp-content/uploads/2025/08/Layer_1.svg);  */
}
/* container dos campos (criado via JS) */
fieldset .pwd-fields { margin-top: 12px; }

/* legend clicável com “seta” */
fieldset > legend{
  cursor: pointer;
  position: relative;
  padding-right: 22px;
  color: #00205C;
  font-weight: 700;
}
fieldset > legend::after{
  content: "";
  position: absolute;
  right: 2px;
  top: 50%;
  width: 10px;
  height: 10px;
  margin-top: -6px;
  border-right: 2px solid #00205C;
  border-bottom: 2px solid #00205C;
  transform: rotate(45deg);
  transition: transform .2s ease;
}
fieldset.is-open > legend::after{
  transform: rotate(-135deg);
}
.retro-account-intro p.retro-section-sub {
    padding: 0px 5px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 16px;
    letter-spacing: 1.4px;
    color: #00205C;
}



/* Botão base (herda a cor do header) */
.plus-toggle{ 
  display:none; 
  cursor: pointer;
}


.plus-bars .bar {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 2px;
    height: 20px;
    background: rgb(255 255 255);
    border-radius: 2px;
    transform: translate(-50% , -50%);
    transition: transform .25s ease,  opacity .2s ease;
}

/* estado inicial: “+” (uma horizontal e uma vertical) */
.plus-bars .bar-h{ transform: translate(-50%, -50%) rotate(0deg); }
.plus-bars .bar-v{ transform: translate(-50%, -50%) rotate(90deg); }

/* e baixamos ligeiramente a horizontal para formar o segundo traço */
.plus-toggle.is-open .bar-h{
 transform: translate(-50%, -50%) rotate(90deg); 
}


/* mantém o estilo dos inputs que já definiste */
.password-input { position: relative; display: inline-block; width: 100%; }
.password-input .show-password-input{
  position: absolute; right: 6px; top: 50%; transform: translateY(-50%);
  width: 20px; height: 20px; border: 0; background: transparent; cursor: pointer;
}
fieldset legend, .retro-subtitle, .retro-section-title {
    line-height: 40px !important;
    padding: 0px 5px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: Regular;
    text-transform: uppercase;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 16px;
    letter-spacing: 1.4px;
    color: #FF6600;
}
/* container dos campos de password */
fieldset .pwd-fields {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 colunas iguais */
  gap: 20px; /* espaço entre colunas */
  margin-top: 12px;
}
.woocommerce-EditAccountForm .woocommerce-Button.button{
    float: right;
}



.woocommerce form.woocommerce-EditAccountForm .form-row label {
    margin-top: 0px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 14px;
    letter-spacing: 1.4px;
    color: #66799D;
}
.woocommerce form.woocommerce-EditAccountForm .form-row .input-text {
    padding: 5px 0px;
}
/* cada form-row ocupa a coluna */
fieldset .pwd-fields .form-row {
  margin: 0; /* tirar margens extra */
}

/* inputs ocupam 100% da coluna */
fieldset .pwd-fields input {
  width: 100%;
  box-sizing: border-box;
}
fieldset {
    margin-top: 50px !important;
    margin-bottom: 50px;
}

.woocommerce form fieldset .form-row  label {
    margin-top: 0px !important;
    min-height: 33px;
}
fieldset.is-open {
    margin-bottom: 50px;
}

.wc-auth-header .wc-auth-title{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 5px 0px;
    font-weight: 400;
    font-style: Regular;
    font-size: 40px;
    leading-trim: NONE;
    line-height: 44px;
    letter-spacing: 1.4px;
    color: #00205C;
}
.create-account span{
    color: #FF6600;
}
/* Firefox */
.woocommerce-form-login .input-text:-moz-placeholder,
.woocommerce-form-register .input-text:-moz-placeholder {
  color: #00205C;
  opacity: 1;
}

/* Internet Explorer/Edge antigo */
.woocommerce-form-login .input-text:-ms-input-placeholder,
.woocommerce-form-register .input-text:-ms-input-placeholder {
  color: #00205C;
}

/* ===== Wishlist – base ===== */
.wishlist_table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: transparent;
}

.wishlist_table thead {                 /* oculta o cabeçalho pesado */
  display: none;
}

.wishlist_table tr:hover {
    background: #fff0e5;
}
.woocommerce p, .woocommerce a, address{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 16px;
    letter-spacing: 1.4px;
    color: #00205C;
}
/* Inputs WooCommerce */
.woocommerce-input-wrapper input,
.woocommerce-input-wrapper textarea,
.retro-extra-input {
    background-color: transparent !important;
    color: #00205C !important;
    border: none !important;
    border-bottom: 1px solid #00205C !important;
    border-radius: 0 !important;
    padding: 8px 4px !important;
    font-size: 14px;
    width: 100%;
    box-shadow: none !important;
    outline: none !important;
}

/* Placeholder */
.woocommerce-input-wrapper input::placeholder,
.woocommerce-input-wrapper textarea::placeholder,
.retro-extra-input::placeholder {
    color: #66799D;   /* cinza secundário */
    opacity: 1;       /* garantir que aparece */
}

/* Autofill do Chrome/Safari */
.woocommerce-input-wrapper input:-webkit-autofill,
.woocommerce-input-wrapper textarea:-webkit-autofill,
.retro-extra-input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
    -webkit-text-fill-color: #00205C !important;
    border-bottom: 1px solid #00205C !important;
    transition: background-color 9999s ease-in-out 0s;
}

/* Autofill Firefox */
.woocommerce-input-wrapper input:-moz-autofill,
.woocommerce-input-wrapper textarea:-moz-autofill,
.retro-extra-input:-moz-autofill {
    box-shadow: 0 0 0px 1000px transparent inset !important;
    -moz-text-fill-color: #00205C !important;
    border-bottom: 1px solid #00205C !important;
}

.woocommerce-MyAccount-navigation-link a:hover{
    color: #FF6600;
}
.wishlist_table .product-add-to-cart a {
    display: table !important;
    margin: 0 auto 5px !important;
    background-color: #ff6600;
    text-align: center;
    padding: 10px 20px;
    border-radius: 50px;
    color: white;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 200;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 16.8px;
    letter-spacing: 1.4px;
    text-align: center;
    text-transform: uppercase;
}
.wishlist_table .product-add-to-cart a:hover{
    opacity: 0.6;
}
.woocommerce a.remove:hover {
    opacity: 0.6;
    background: transparent;
}
/* ===== Colunas ===== */
.wishlist_table td {
  padding: 12px 14px !important;
  vertical-align: middle;
  font-size: 14px;
}

.wishlist_table .product-remove { width: 40px; text-align: center; }
.wishlist_table .product-thumbnail { width: 110px; }
.wishlist_table .product-price { white-space: nowrap; color: #00205C; font-weight: 700; }
.wishlist_table .product-name a {
  color: #00205C;
  font-weight: 700;
  text-decoration: none;
}
.wishlist_table tr, .woocommerce table.shop_table.wishlist_table tr td {
    background-color: transparent ;
    border: none !important;
    transition: background .2s ease;
}
.wishlist_table .product-name a:hover { color: #FF6600; }

/* Imagem */
.wishlist_table .product-thumbnail img {
  width: 96px !important;
  height: 96px !important;
  object-fit: cover;
  border-radius: 8px;
  display: block;
}

/* ===== Remover (×) como “pill” ===== */
.wishlist_table .product-remove a.remove {
  color: #66799D !important;
}
.wishlist_table tr:hover .product-remove a.remove {
  opacity: 0.6;
    color: #66799D !important;
}
.woocommerce table.shop_table {
    border: none;
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    background-color: #fffaf6;
    border-collapse: separate;
    border-radius: 5px;
}
.wc-block-components-sidebar {
    padding: 150px 60px;
    background-color: #fff0e5;
}


/* -----------------------------------  Minha conta   ----------------------------------- */
/****************************** MEDIA QUERIES ************************************/
/* Intermédio 1 */
@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) {
}

/* Media query para menu hamburguer */
@media print, screen and (max-width: 1200px) {
}

/*tablet landscape or old laptop */
@media print, screen and (max-width: 1024px) {
}

/* Size considerado para Tablet */
@media only screen and (max-width: 991px) {
}
/* Size considerado para Tablet modo portrait*/
@media only screen and (max-width: 767.5px) {

/* NAV: fullscreen a partir de cima */
.main-navigation{
  position: fixed; 
  inset: 0 0 auto 0;      /* topo da página */
  height: 100vh;
  transform: translateY(-100%);            /* escondido para cima */
  opacity: 0; pointer-events: none;
  background: #efe8e4f0;      
          max-width: 100vw;             /* mete o teu fundo aqui */
  display: flex; justify-content: center; align-items: center;
  transition: transform .3s ease, opacity .3s ease;
  z-index: 2;
}
a.js-open-search {
    width: 100%;
}
.woocommerce-page .col2-set {
    max-width: 100%;
    margin: 76px 0px 50px 0px;
    padding: 0px 10%;
}
.auth-actions {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 16px;
    flex-direction: column-reverse;
}
.lado-impar {
    display: block;
}
.logo, .header-icons {
    z-index: 3;
}
.main-navigation.is-open{
  transform: translateY(0);
  opacity: 1; pointer-events: auto;
}
.header-icons .icon-btn{
    display: none;
}
.header-icons a.icon-btn.cart-link {
    display: block;
}
.header-icons a.icon-btn.cart-link img{
    width: 100%;
    height: 100%;
}
.featured-image-titulo {
    display: block;
}

.featured-local-2 {
    display: flex;
    gap: 20px;
    width: 100%;
    max-width: unset;
    overflow: auto;
    margin-top: 50px;
}
.produto-destaque {
    width: 200px;
}
.featured-image-titulo {
    left: calc(50% + 0px);
    width: calc(100% - 0px);
}
.produto-destaque img.attachment-full {
    width: 200px !important;
    max-width: 200px;
    height: 200px;
}
.botao {
    padding: 10px 15px;
}
.container {
    width: calc(100% - 40px);
}

.logo img {
    max-height: 40px;
}
.home .container-branco {
    padding: 50px 20px 0px 20px;
}
.bloco-1-home p {
    font-size: 22px;
    line-height: 26px;
}


/* 2 colunas para os destaques */
.produtos-destaque-home{
  display:grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap:15px;
  align-items:stretch;
}

.produtos-destaque-home::before {
    content: "DESTAQUES\A DO MOMENTO";
    white-space: pre-line;
    display: flex;
    align-items: start;
    justify-content: start;
    padding: 5px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 24px !important;
    letter-spacing: 1.4px;
    color: #00205C;
}

/* Esconde a coluna original do título (esconde só o h5 se preferires) */
.bloco-2-home .vc_col-sm-3{ 
    display:none; 
}

.produto-thumb img {
    height: 25vh;
}
.categoria-item-home {
    height: 30vh;
}
.categoria-item-home:last-of-type {
    height: 30vh;
}
.bloco-3-home {
    margin-top: 100px;
    margin-bottom: 50px;
}
.header-container::before, .header-container::after{
    display: none;
}
.featured-local{
    padding: 0px 20px;
}
.produto-destaque:first-of-type{
    margin-left: 20px;
}
.produto-destaque:last-of-type{
    margin-right: 20px;
}
.blog-home-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
}
.blog-excerpt {
    padding-right: 0px;
    margin: 10px 0 10px;
}
.blog-readmore {
    width: 100px;
}
.conheca-blog h6, .conheca-blog h6 a {
    font-size: 16px;
    line-height: 18px;
}
.conheca-blog img{
    width: 16px;
    height: 16px;
}
.conheca-blog a {
    gap: 15px;
}
.footer-inner {
    grid-template-columns: repeat(1, 1fr);
}
.footer-bottom {
    display: block;
    text-align: center;
}
.footer-bottom p{
    margin-bottom: 5px;
}

.site-header {
    position: sticky;
    top: 0;
    width: 100%;
    background: rgb(76 76 76 / 11%);
    -webkit-backdrop-filter: blur(8px) saturate(120%);
    backdrop-filter: blur(8px) saturate(120%);
}
.top-bar, .cart-link .cart-count {
    background: #00205c;
}

.featured-local h5 {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 1.4px;
    max-width: 100%;
    margin-bottom: 40px;
}
.botao {
    font-size: 12px;
    line-height: 14px;
}
.conheca-blog a {
    justify-content: center;
}

html, body {
    max-width: 100%;
    overflow-x: hidden;
}

.header-icons {
    display: flex;
    justify-content: flex-end;
    gap: 20px;
    flex-direction: row-reverse;
    width: 76px;
}
html #wpadminbar {
    max-width: 100vw;
    display: none;
}
header.todo {
    position: fixed;
    top: 0px;
    z-index: 3;
    left: 0;
    width: 100%;
}
.plus-toggle {
    display: block !important;
}

.home .container-branco.container {
    width: 100%;
    margin-bottom: 100vh;
}
.home footer {
     top: unset; 
     margin-top: 100vh;
    position: relative;
}
.main-menu li {
    display: block;
}
html.menu-open-html{
    height: 100vh;
    overflow: hidden;
}

html.menu-open-html .home footer {
    margin-top: 0vh;
    z-index: 1 !important;
}
.menu-item-12 .sub-menu{
    display: block;
}

#menu-item-12 > ul.sub-menu {
    position: fixed;
    left: unset;
    top: unset;
    width: 100%;
    z-index: 9;
    padding: 20px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    background: transparent;
}
.main-navigation {
    overflow: auto;
}
#menu-item-12 > ul.sub-menu::after {
    display: none;
}

#menu-item-12:hover > ul.sub-menu {
    opacity: 1;
    pointer-events: unset;
    position: relative;
}
#menu-item-12 > ul.sub-menu > li > ul.sub-menu {
    margin-top: 5px;
    gap: 0px;
}

ul#menu-menu-principal {
    width: 100%;
    text-align: left;
    top: 100px !important;
    position: fixed !important;
    padding-bottom: 40vh;
    padding-left: 10px;
    padding-right: 10px;
    min-height: calc(100vh - 175px);
    height: 80vh !important;
    overflow: auto !important;
}

.main-menu a {
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 22px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: #00205c !important;
}
.main-menu li {
    display: block;
    margin-bottom: 20px;
}
#menu-item-12 > a::after {
    font-size: 25px;
}

html.menu-open-html .logo img,
html.menu-open-html body.page.page-id-254 .logo img,
html.menu-open-html body.page.page-id-254 .icon-btn img,
html.menu-open-html .icon-btn img,
body.page:not(.home) .logo img,
body.page:not(.home) .icon-btn img,
.woocommerce-page .logo img,
.woocommerce-page .icon-btn img {
  filter: brightness(0) saturate(100%) invert(13%) sepia(64%) saturate(3159%) hue-rotate(199deg) brightness(95%) contrast(103%);
}

body.page.page-id-254 .logo img,
body.page.page-id-254 .icon-btn img{
    filter: none;
}

html body.page.page-id-254 .cart-link .cart-count {
    background: #00205c;
    color: white;
}
html.menu-open-html .plus-bars .bar,
html.menu-open-html body.page.page-id-254 .plus-bars .bar,
body.page:not(.home) .plus-bars .bar,
.woocommerce-page .plus-bars .bar {
    background: rgb(0 32 92);
}
html body.page.page-id-254 .plus-bars .bar{
    background: white;  
}
html.menu-open-html .cart-link .cart-count,
body.page:not(.home) .cart-link .cart-count,
.woocommerce-page .cart-link .cart-count {
    background: #ffffff;
    color: #003672;
}

.woocommerce-MyAccount-navigation-link:last-of-type {
    margin: 75px 0px 100px !important;
}
.container-branco .blog-um {
    padding: 75px 20px 75px 20px;
    text-align: center;
}


  .blog-home-grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 16px;
    padding: 10px; /* opcional, só para afastar das bordas */
  }

  .blog-card {
    flex: 0 0 95%;
    scroll-snap-align: start;
  }

  .blog-thumb img {
    width: 100%;
    height: auto;
    display: block;
  }
.blog-card:first-of-type{
    margin-left: 20px !important;
}
.container-branco .blog-um p {
    font-size: clamp(24px, 2.2vw, 32px);
    line-height: clamp(28px, 3vw, 40px);
}

.projeto-2 > .wpb_column {
    position: relative;
     top: 0px; 
}
.projeto-2 {
    display: block;
}

.projeto-2 img {
    height: 100% !important;
}
.projeto-2 {
    padding: 50px 7px 75px 7px;
}

.produtos-sem-sub {
    display: block;
}
.div-filtros {
    width: 100%;
    top: 0px;
    padding-bottom: 75px;
}
.filtros-toggle {
    display: block;
    align-items: flex-end;
    gap: .5rem;
    padding: 0px;
    border: none;
    background: transparent;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
    position: relative;
    top: 0;
    /* right: 0; */
    margin-bottom: 25px;
    z-index: 2;
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 16px;
    letter-spacing: 1.4px;
    text-align: right;
    color: #00205C;
    text-transform: uppercase;
    margin-left: auto;
}

  /* Painel lateral */
  .div-filtros {
    position: fixed;
    top: 0;
    left: 0;
    height: 100dvh;
    width: 75%;
    max-width: none;
    background: #fff;
    z-index: 100001;
    padding: 20px 16px 80px;
    overflow-y: auto;
    box-shadow: 2px 0 20px rgba(0,0,0,.15);
    transform: translateX(-100%);
    transition: transform .35s ease;

  }
.archive-produto-cabecalho {
    margin-bottom: 50px;
}


  .div-filtros.is-open {
    transform: translateX(0);
  }

  /* Overlay */
  .filtros-overlay {
    display: block;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.4);
    z-index: 100000;
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s ease;
  }
  .filtros-overlay.is-active {
    opacity: 1;
    pointer-events: auto;
  }

.filtros-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    margin: 0;
    color: #05245f;
    border: 0;
    background: transparent;
    border-radius: 6px;
    cursor: pointer;
    margin-bottom: 12px;
    font-size: 18px;
    padding: 0;
}
  /* Evitar scroll do body quando painel aberto */
  body.no-scroll {
    overflow: hidden;
    touch-action: none;
  }

.produtos-destaque-home.grid-produtos-archive, .produtos-destaque-home.grid-produtos-archive {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
a.btn-voltar {
    gap: 5px;
}

#menu-item-12 a{
    pointer-events: none;
}
#menu-item-12 .sub-menu a{
    pointer-events: unset;
}
.page-id-254 main#main {
    padding-top: 0px;
    margin-top: 0px !important;
}

.product-grid {
    display: block;
}
.product-page.container {
    margin-top: 100px;
}
.pg-wrap {
    margin-bottom: 75px;
}
.produtos-destaque-home.produtos-sugeridos-grid {
    grid-template-columns: repeat(1,1fr);
}

.produto-thumb img {
    height: auto;
}
.pg-thumbs {
    max-height: 400px;
    overflow-y: auto;
}

.retro-row {
    display: block;
}
.retro-label {
    width: auto;
    margin-bottom: 25px;
}

.retro-vari-grid .retro-qty {
    width: 100%;
}
.retro-label {
    width: 100%;
}

.pg-wrap.sem-gal .pg-main{
    width: 100%;
    padding-left: 0;
}
.woocommerce-page main{
    padding-top: 100px;
}

#customer_login h2 {
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-style: Regular;
    font-size: 26px;
    leading-trim: NONE;
    line-height: 26px;
    letter-spacing: 1.4px;
    color: #00205C;
}

.woocommerce form .form-row .input-text, .woocommerce form .form-row select {
    border: none;
    border-radius: 0px;
    padding: 10px 0px;
    background-color: transparent !important;
    border-bottom: 1px solid #00205c !important;
    color: #00205c !important;
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active, 
select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus, select:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #fffaf6 inset !important;
    -webkit-text-fill-color: #00205c !important;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button {
    color: #fffaf6;
    background-color: #003672;
}

.form-row:not(.woocommerce-form-row) {
}
label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
    margin-top: 5px;
}
button.button.wc-auth-btn, .woocommerce .woocommerce-Button.button, button.woocommerce-button.button.woocommerce-form-login__submit {
    font-size: 16px;
    line-height: 16.8px;
}

main#main {
    padding-top: 95px;
}

.cantatenos-linha2 p {
    font-size: 30px;
    line-height: 36px;
}
.pm-form .wpcf7-submit.btn-enviar {
    background-image: url('/wp-content/uploads/2025/08/Layer_1.svg');
    background-size: 12px 12px;
    font-size: 16px;
    line-height: 20px;
}

.contacto-bloco-3 form {
    margin-bottom: 100px;
}
.pm-form {
    width: 100%;
}

.texto-banner-process h6 {
    font-size: 28px;
    line-height: 32px;
}
.subtitle-singleblog {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 1.4px;
    padding: 0px 30px;
}
.content-wrap-singleblog {
    grid-template-columns: 1fr;
    display: grid;
    margin-bottom: 100px;
}
.body-singleblog, .media-singleblog {
    width: 100%;
}

.singleblog-nav .nav-next span {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.5px;
}
.singleblog-nav a.nav-next {
    gap: 5px;
}
.singleblog-nav a.btn-voltar {
    gap: 5px;
}
.singleblog-nav .voltar-btn {
    font-size: 14px;
}
.header-singleblog {
    margin-bottom: 75px;
    margin-top: 110px;
}

td.wc-block-cart-item__image {
    width: auto;
}

.wc-block-components-quantity-selector {
    width: 100% !important;
}
td.wc-block-cart-item__product {
    width: 95%;
}
.wc-block-components-sidebar.wc-block-cart__sidebar.wp-block-woocommerce-cart-totals-block {
    background-color: #fffaf6;
}

.wc-block-components-button__text {
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 1px;
}
.wc-block-components-button__text {
    padding-right: 20px;
}

.wc-block-components-sidebar, .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title {
    background-color: #fffaf6 !important;
}
.wc-block-checkout__actions .wc-block-checkout__actions_row {
    flex-direction: row !important;
}

.home main#main {
    padding-top: 50px;
}

.is-medium table.wc-block-cart-items .wc-block-cart-items__row, .is-mobile table.wc-block-cart-items .wc-block-cart-items__row, .is-small table.wc-block-cart-items .wc-block-cart-items__row {
    display: grid;
    grid-template-columns: 65px 130px;
    padding: 16px 0;
}
.is-mobile table.wc-block-cart-items .wc-block-cart-items__header {
    display: flex !important;
    justify-content: space-between;
}
a.wc-block-components-product-name, .price span, .wc-block-components-product-details__value {
    font-size: 12px;
}

td.wc-block-cart-item__product {
    width: 200px;
}









}

@media only screen and (max-width: 600px) {
}
/* Size considerado Mobile - 430px*/
@media only screen and (max-width: 430px) {
}
/* smartphones plus */
@media only screen and (max-width: 414px) {
}
/* smartphones normais  */
@media only screen and (max-width: 378px) {
}
/* iphone 5 <=  */
@media only screen and (max-width: 320px) {
}
