/*
 Theme Name:   Arki Child
 Theme URI:    http://demo.goodlayers.com/arki
 Description:  Goodlayers Arki Child Theme
 Author:       Goodlayers
 Author URI:   http://goodlayers.com
 Template:     arki
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, right-sidebar, responsive-layout
 Text Domain:  arki

 START YOUR CHILD THEME CSS HERE
*/


#gdlr-core-column-2 .gdlr-core-pbf-column-content-margin {
  position: relative;
}
#gdlr-core-column-2 .gdlr-core-accordion-item {
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  overflow-y: auto;
  max-height: 600px; /* ajusta conforme necessário */
}

/* Secção Why */

.fcs-trust-section {
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 80px 0;
	    margin-bottom: 40px;
  position: relative;
}

.fcs-trust-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.3);
  z-index: 0;
}

.fcs-trust-inner {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.fcs-trust-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 50px;
  flex-wrap: wrap;
}

.fcs-trust-left h2 {
  font-size: 2rem;
  margin-bottom: 10px;
  color: #fff;
}

.fcs-trust-left p {
  max-width: 500px;
  line-height: 1.5;
}

.fcs-trust-right {
  margin-top: 10px;
}

.fcs-contact-link {
  color: #fff!important;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 2px solid #fff;
  transition: 0.3s;
}

/* === Cards === */
.fcs-trust-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.fcs-trust-card {
  background: #fff;
  color: #000;
  padding: 40px 30px;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 220px;
}

.fcs-trust-card h3 {
  font-size: 1.2rem;
  line-height: 1.4;
  margin-bottom: 30px;
}

.fcs-trust-link {
  font-weight: 600;
  text-decoration: none;
  color: #000;
  border-bottom: 2px solid #000;
  align-self: flex-start;
  transition: 0.3s;
  align-self: end;
}

/* Responsivo */
@media (max-width: 992px) {
  .fcs-trust-cards {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 700px) {
  .fcs-trust-header {
    flex-direction: column;
    gap: 20px;
  }

  .fcs-trust-cards {
    grid-template-columns: 1fr;
  }
}


/* Grid de produtos */

.fcs-products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin: 40px 0;
}

.fcs-product-card {
  position: relative;
  background-size: cover;
  background-position: center;
  color: #fff;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  overflow: hidden;
}

.fcs-product-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0,0,0,0.2) 15%, rgba(0,0,0,0.1) 100%);
  transition: opacity 0.3s;
}

.fcs-product-card:hover::after {
  opacity: 0.9;
}

.fcs-product-overlay {
  position: relative;
  padding: 25px;
  z-index: 2;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
}


.fcs-product-title {
  margin-bottom: 8px!important;
  color: #fff!important;
}

.fcs-product-excerpt {
  margin-bottom: 15px;
  color: #ddd;
  max-width: 80%;
  color: #fff!important;
}

.fcs-learn-more {
  color: #fff!important;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 2px solid #fff;
  transition: 0.3s;
  align-self: flex-end;
}

/* === Layout específico dos 6 cards === */

/* 1º (grande, metade do ecrã) */
.fcs-product-card:nth-child(1) {
  grid-column: span 2;
  grid-row: 2 / span 1;
  height: 500px;
}

/* 2º e 3º — verticais */
.fcs-product-card:nth-child(2) {
  grid-column: span 1;
  grid-row: span 2;
  height: 650px; /* altura maior */
}

.fcs-product-card:nth-child(3) {
  grid-column: span 1;
  grid-row: span 2;
  height: 650px; /* altura maior */
}

/* 4º — normal */
.fcs-product-card:nth-child(4) {
  grid-column: span 1;
  grid-row: span 2;
  height: 500px;
}

/* 5º — normal */
.fcs-product-card:nth-child(5) {
  grid-column: span 1;
  grid-row: span 2;
  height: 500px;
}

/* 6º — largo */
.fcs-product-card:nth-child(6) {
  grid-column: span 2;
  grid-row: span 2;
  height: 500px;
}

/* === Responsivo === */
@media (max-width: 992px) {
  .fcs-products-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 250px;
  }

  .fcs-product-card:nth-child(n) {
    grid-column: span 1 !important;
    grid-row: span 1 !important;
    height: 250px !important;
  }
}

@media (max-width: 600px) {
  .fcs-products-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 300px;
  }

  .fcs-product-card:nth-child(n) {
    height: auto !important;
  }
}

/* Grid de portfólio */

.fcs-portfolio-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 40px 0;
}

/* 1º item grande */
.fcs-portfolio-item-1 {
  grid-column: 1 / -1;
  height: 500px;
}

/* 3 seguintes pequenos */
.fcs-portfolio-item-2,
.fcs-portfolio-item-3,
.fcs-portfolio-item-4 {
  height: 300px;
}

/* Card base */
.fcs-portfolio-item {
  position: relative;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.fcs-portfolio-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0,0,0,0.1) 20%, rgba(0,0,0,0.3) 100%);
  transition: opacity 0.3s;
}

.fcs-portfolio-item:hover::after {
  opacity: 0.7;
}

.fcs-portfolio-overlay {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 2;
  color: #fff;
}

.fcs-portfolio-title {
  font-size: 1.3rem;
  font-weight: 700;
  margin: 0;
  color: white!important;
}

.fcs-portfolio-link {
  position: absolute;
  inset: 0;
  z-index: 3;
}

/* “See all” */
.fcs-portfolio-seeall {
  text-align: center;
  margin-top: 25px;
}

.fcs-seeall-link {
  color: #000;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 2px solid #000;
  transition: 0.3s;
}

/* Responsivo */
@media (max-width: 992px) {
  .fcs-portfolio-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .fcs-portfolio-item-1 {
    grid-column: 1 / -1;
    height: 400px;
  }

  .fcs-portfolio-item-2,
  .fcs-portfolio-item-3,
  .fcs-portfolio-item-4 {
    height: 250px;
  }
}

@media (max-width: 600px) {
  .fcs-portfolio-grid {
    grid-template-columns: 1fr;
  }

  .fcs-portfolio-item {
    height: 220px !important;
  }
}


/* Grid de eventos */

.fcs-events-section {
  text-align: center;
}

.fcs-events-title {
  font-size: 2rem !important;
  font-weight: 700 !important;
  margin-bottom: 50px !important;
  color: #000 !important;
}

.fcs-events-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  justify-content: center;
}

.fcs-event-card {
  position: relative;
  overflow: hidden;
  padding-bottom: 30px;
}

.fcs-event-image {
  background-size: cover;
  background-position: center;
  height: 380px;
}

/* === Caixa branca sobreposta parcialmente === */
.fcs-event-box {
  position: relative;
  background: #fff;
  width: 85%;
  margin: -50px auto 0;
  padding: 25px 20px;
  box-shadow: 0 8px 18px rgba(0,0,0,0.1);
  text-align: center;
  z-index: 2;
}

.fcs-event-title {
  font-size: 1.2rem !important;
  font-weight: 800 !important;
  color: #000 !important;
  text-transform: uppercase !important;
  margin: 0 !important;
  line-height: 1.3 !important;
}

.fcs-event-subtitle {
  font-size: 0.95rem !important;
  font-weight: 400 !important;
  color: #333 !important;
  margin: 0 !important;
  line-height: 1.4 !important;
  padding-top: 3px !important;
}

.fcs-event-link {
  display: inline-block;
  font-size: 1.1rem !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  color: #000 !important;
  margin-top: 10px !important;
  transition: color 0.3s ease !important;
}

.fcs-event-link:hover {
  color: #e3ab61 !important;
}

/* “See all” */
.fcs-events-seeall {
  margin-top: 70px !important;
}

.fcs-seeall-link {
  font-size: 1rem !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  color: #000 !important;
  border-bottom: 2px solid #000 !important;
  transition: 0.3s !important;
}


/* Responsivo */
@media (max-width: 992px) {
  .fcs-events-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .gdlr-core-flexslider-nav, .gdlr-core-flexslider .flex-direction-nav, .gdlr-core-flexslider-custom-nav {
      display: block!important;
      margin-bottom: 70px;
      margin-top: -90px!important;
  }
}

@media (max-width: 700px) {
  .fcs-events-grid {
    grid-template-columns: 1fr;
  }

  .fcs-event-image {
    height: 280px;
  }

  .fcs-event-box {
    width: 90%;
    margin-top: -40px;
  }
}

/* About us */

.fcs-about-sections {
  width: 100%;
  font-family: inherit;
  color: #000;
  line-height: 1.6;
  position: relative;
}

.fcs-about-who {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
  position: relative;
  z-index: 3;
  margin-bottom: 80px;
}

.fcs-about-left {
  padding: 0 100px;
}

.fcs-about-left h2 {
  font-size: 1.8rem !important;
  font-weight: 700 !important;
  margin-bottom: 20px !important;
}

.fcs-about-left p {
  font-size: 1rem !important;
  margin-bottom: 15px !important;
}

.fcs-about-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  position: relative;
  z-index: 4;
}

.fcs-about-image img {
  width: 100%;
  height: auto;
  min-height: 460px;
  object-fit: cover;
  display: block;
}

/* ================= BLOCO 2 & 3 ================= */
.fcs-about-sustain-ethics {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  position: relative;
  z-index: 2;
}

/* Colunas base */
.fcs-about-col {
  padding: 60px 50px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.dark-bg {
  background-color: #111;
  color: #fff;
  position: relative;
  margin-top: -130px; 
  z-index: 2;

  height: 50%; 
  min-height: 300px; 

  padding-top: 50px; 
}

.light-bg {
  background-color: #fff;
  color: #000;
}

/* Títulos e texto */
.fcs-about-col h2 {
  font-size: 1.6rem !important;
  font-weight: 700 !important;
  margin-bottom: 20px !important;
  color: white!important;
}

h2#ethics {
  color: black!important;
}

.fcs-about-col p,
.fcs-about-col li {
  font-size: 0.95rem !important;
  margin-bottom: 10px !important;
}

.fcs-about-col ul {
  list-style: disc;
  margin-left: 20px;
}

.fcs-about-ethics-image {
  position: relative;
  z-index: 4;
  margin-top: 30px;
}

.fcs-about-ethics-image img {
  width: calc(100% + 90px);
  max-width: none;
  transform: translateX(-90px);
  box-shadow: 0 12px 28px rgba(0,0,0,0.18);
  display: block;
}

/* Sobreposição específica da primeira imagem do topo */
.fcs-about-images .fcs-about-image:first-child img {
  margin-bottom: -35px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.18);
}

/* Responsivo */
@media (max-width: 992px) {
    
    .custom-brand-header {
        height: auto!important;
    }
    
    #gdlr-core-column-2 .gdlr-core-accordion-item {
        position: initial;
    }
    
  .fcs-about-who,
  .fcs-about-sustain-ethics {
    grid-template-columns: 1fr;
  }

  .fcs-about-left,
  .fcs-about-right{
    padding: 0 30px;
  }

  .fcs-about-images {
    grid-template-columns: 1fr;
  }

  .dark-bg {
    margin-top: 0;
    padding-top: 40px;
    height: auto;
  }

  .fcs-about-images .fcs-about-image:first-child img {
    margin-bottom: 0;
  }

  .fcs-about-ethics-image img {
    width: 100%;
    transform: none;
  }
}

@media (max-width: 767px) {
  .fcs-about-col {
    padding: 40px 25px;
  }
    .fcs-about-left {
    padding: 0;
  }
}

/* ======================= */
/* QUOTE SECTION */
/* ======================= */

.fcs-quote-section {
  width: 100%;
  padding: 0 0 80px;
  background: #fff;
  display: flex;
  justify-content: center;
}

.fcs-quote-wrapper {
  position: relative;
  max-width: 1400px;
  background: #f7f7f7;
  padding: 70px 60px;
  margin: 0 20px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

/* Aspas decorativas */
.fcs-quote-mark {
  position: absolute;
  font-size: 100px;
  color: #000;
  font-family: Georgia, serif;
  line-height: 0;
}

.fcs-quote-mark.left {
  top: 60px;
  left: -20px;
}

.fcs-quote-mark.right {
  bottom: 10px;
  right: -20px;
}

/* Texto principal */
.fcs-quote-content p {
  font-size: 1rem !important;
  color: #000 !important;
  line-height: 1.7 !important;
  margin: 0 0 10px 0 !important;
}

/* Caixa preta do autor */
.fcs-quote-author {
  background: #111;
  color: #fff;
  font-size: 0.95rem !important;
  padding: 20px 25px;
  margin-top: 40px;
  font-weight: 500;
  line-height: 1.5;
  position: absolute;
  bottom: -30px;      /* desce ligeiramente da caixa principal */
  left: 60px;         /* desloca para a esquerda */
  transform: translateY(100%);
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

/* Remove radius em todo o projeto */
.fcs-quote-wrapper,
.fcs-quote-author,
.fcs-about-image img,
.fcs-about-ethics-image img {
  border-radius: 0 !important;
}

/* Responsivo */
@media (max-width: 992px) {
  .fcs-quote-wrapper {
    padding: 40px 50px;
  }

  .fcs-quote-mark {
    font-size: 70px;
  }

  .fcs-quote-author {
    position: relative;
    transform: none;
    bottom: 0;
    left: 0;
    margin-top: 25px;
  }
}

@media (max-width: 600px) {
  .fcs-quote-wrapper {
    padding: 30px 25px;
  }

  .fcs-quote-mark {
    font-size: 50px;
  }
  .page-id-4026 .fcs-portfolio-grid {
        padding: 0!important;
        margin: 0!important;
    }
    
    .fcs-quote-section {
        padding: 0;
        
    }

}

/* ===================== */
/* PORTFOLIO GRID */
/* ===================== */

.page-id-4026 .fcs-portfolio-grid {
  width: 100%;
  padding: 60px 0;
    grid-template-columns: repeat(1, 1fr);
}

.fcs-portfolio-wrapper {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  grid-auto-rows: 380px !important;
  gap: 15px !important;
  width: 100%;
}

/* Card base */
.fcs-portfolio-card {
  position: relative;
  background-color: #000;
  overflow: hidden;
}

.fcs-card-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: transform 0.4s ease;
}

.fcs-portfolio-card:hover .fcs-card-image {
  transform: scale(1.05);
}

/* Overlay */
.fcs-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0,0,0,0.65) 25%, rgba(0,0,0,0.2) 100%);
  color: #fff;
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.fcs-card-overlay h3 {
  font-size: 1.2rem !important;
  font-weight: 700 !important;
  margin-bottom: 5px !important;
  color: white;
}

.fcs-card-overlay p {
  font-size: 0.9rem !important;
  margin-bottom: 10px !important;
}

.fcs-card-link {
  font-size: 0.9rem !important;
  text-transform: capitalize;
  font-weight: 600;
  text-decoration: none;
  color: #fff!important;
  align-self: flex-end;
  border-bottom: 2px solid #fff;
  padding-bottom: 2px;
  transition: 0.3s ease;
}

.fcs-card-link:hover,
.fcs-learn-more:hover,
.fcs-seeall-link:hover,
.fcs-contact-link:hover,
.fcs-trust-link:hover {
  opacity: 0.8;
}

.fcs-learn-more .gdlr-core-content {
    color: #fff !important;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 2px solid #fff;
    transition: 0.3s;
    align-self: flex-end;
}

/* ===== LAYOUT VARIÁVEL ===== */

/* Linha 1 — 3 colunas */
.fcs-portfolio-wrapper > *:nth-child(1),
.fcs-portfolio-wrapper > *:nth-child(2),
.fcs-portfolio-wrapper > *:nth-child(3) {
  grid-column: span 1;
}

/* Linha 2 — 1 largo */
.fcs-portfolio-wrapper > *:nth-child(4) {
  grid-column: 1 / -1;
}

/* Linha 3 — 3 colunas */
.fcs-portfolio-wrapper > *:nth-child(5),
.fcs-portfolio-wrapper > *:nth-child(6),
.fcs-portfolio-wrapper > *:nth-child(7) {
  grid-column: span 1;
}

/* Linha 4 — 2 colunas (1 ocupa duas, outro uma) */
.fcs-portfolio-wrapper > *:nth-child(8) {
  grid-column: span 2;
}
.fcs-portfolio-wrapper > *:nth-child(9) {
  grid-column: span 1;
}

/* ===== PAGINAÇÃO ===== */
.fcs-pagination {
  margin-top: 40px;
  text-align: center;
}

.fcs-pagination a, .fcs-pagination span {
  display: inline-block;
  margin: 0 6px;
  padding: 8px 14px;
  border: 1px solid #ddd;
  color: #000;
  text-decoration: none;
  font-size: 0.95rem;
  transition: all 0.3s ease;
}

.fcs-pagination a:hover,
.fcs-pagination .current {
  background-color: #111;
  color: #fff;
}

/* ===== Responsivo ===== */
@media (max-width: 992px) {
  .fcs-portfolio-wrapper {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 320px;
  }

  .fcs-card-4 {
    grid-column: span 2;
  }

  .fcs-card-8 {
    grid-column: span 2;
  }
}

@media (max-width: 600px) {
  .fcs-portfolio-wrapper {
    grid-template-columns: 1fr;
    grid-auto-rows: 300px;
  }

  .fcs-portfolio-card {
    grid-column: span 1 !important;
  }
}

/* ===== FILTRO ===== */
.fcs-filter-bar {
  text-align: center;
  margin-bottom: 40px;
}

.fcs-filter-bar ul {
  list-style: none;
  padding: 0;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 20px;
}

.fcs-filter-bar li {
  font-weight: 700;
  cursor: pointer;
  position: relative;
  font-size: 1rem;
  color: #000;
  transition: color 0.3s;
}

.fcs-filter-bar li::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 0;
  height: 2px;
  background: #000;
  transition: width 0.3s;
}

.fcs-filter-bar li.active::after {
  width: 25px;
}

.fcs-filter-bar li:hover {
  color: #666;
}

.fcs-no-results {
  grid-column: 1 / -1;
  text-align: center;
  font-style: italic;
  color: #777;
  padding: 50px 0;
}

/* Grid Produtos */

.fcs-product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin: 40px 0;
}

.fcs-product-item {
  position: relative;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  color: #fff;
}

.fcs-product-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0,0,0,0.7) 20%, rgba(0,0,0,0.1) 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
}

.fcs-product-title {
  font-size: 1.3rem !important;
  margin: 0 !important;
}

.fcs-product-price {
  font-size: 1.1rem !important;
  margin-top: 5px !important;
}

.fcs-product-link {
  position: absolute;
  inset: 0;
  z-index: 2;
}

/* Botão “See all” */
.fcs-product-seeall {
  text-align: center;
  margin-top: 25px;
}

.fcs-seeall-link {
  font-weight: 600;
  text-decoration: none;
  border-bottom: 2px solid #000;
  transition: 0.3s;
}

/* Responsivo ajustes */
@media (max-width: 992px) {
  .fcs-product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .fcs-product-grid {
    grid-template-columns: 1fr;
  }
}


/* Página de Produto */

/* === Estrutura principal === */
.fcs-single-product {
  font-family: inherit;
  color: #111;
  line-height: 1.6;
}

/* Hero: imagem + info */
.fcs-product-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  gap: 60px;
  margin: 80px auto;
  width: 90%;
  max-width: 1400px;
}

.fcs-product-image img {
     width: 100%;
    height: 500px!important;
    max-height: 500px!important;
    object-fit: cover;
}

/* Textos */
.fcs-product-summary {
  padding-right: 40px;
}

.fcs-product-breadcrumbs {
  font-size: 0.9rem;
  margin-bottom: 20px;
}

.fcs-product-title.single-page {
  color: black!important;
}

.fcs-product-title {
  font-size: 2rem !important;
  font-weight: 700 !important;
  margin-bottom: 20px !important;
}

.fcs-product-summary h3 {
  font-size: 1.1rem !important;
  font-weight: 700 !important;
  margin-top: 30px !important;
  margin-bottom: 10px !important;
}

.fcs-product-colours {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  margin-top: 10px;
}

/* Link de amostra */
.fcs-request-sample {
  margin-top: 40px;
}

.fcs-sample-link {
  font-weight: 600;
  text-decoration: none;
  border-bottom: 2px solid #111;
  padding-bottom: 2px;
  transition: all 0.3s;
}

.fcs-sample-link:hover {
  color: #888;
  border-color: #888;
}

/* === Galeria === */
.fcs-product-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  width: 100%;
  max-width: 1400px;
  margin: 80px auto;
}

.fcs-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* === Vídeo === */
.fcs-product-video {
  position: relative;
  width: 100%;
  height: 600px;
  overflow: hidden;
  margin-top: 80px;
}

.fcs-product-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* === Responsivo === */
@media (max-width: 992px) {
  .fcs-product-hero {
    grid-template-columns: 1fr;
  }

  .fcs-product-summary {
    padding: 0;
  }

  .fcs-product-gallery {
    grid-template-columns: repeat(2, 1fr);
  }

  .fcs-product-video {
    height: 400px;
  }
}

@media (max-width: 600px) {
  .fcs-product-gallery {
    grid-template-columns: 1fr;
  }
}

/* === Colours Section === */
.fcs-product-colours {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 15px;
  align-items: flex-start;
}

.fcs-colour-item {
  text-align: center;
  width: 100px;
}

.fcs-colour-thumb,
.fcs-texture-thumb {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 10px;
}

.fcs-colour-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.fcs-colour-name {
  display: block;
  font-size: 0.85rem;
  color: #111;
  line-height: 1em;
}

/* Responsivo */
@media (max-width: 600px) {
  .fcs-product-colours {
    gap: 20px;
    justify-content: center;
  }
  .fcs-colour-item {
    width: 70px;
  }
  .fcs-colour-thumb {
    width: 60px;
    height: 60px;
  }
}

/* Single Portfolio */

/* Layout base da página portfolio singular */
.fcs-single-portfolio {
  color: #111;
  line-height: 1.6;
}

/* Hero: imagem + sumário */
.fcs-portfolio-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  margin: 80px auto;
  width: 90%;
  max-width: 1400px;
}

.fcs-portfolio-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.fcs-portfolio-summary {
  padding-right: 40px;
}

.fcs-portfolio-title {
  font-size: 2rem !important;
  font-weight: 700 !important;
  margin-bottom: 20px !important;
}

.fcs-portfolio-info h3 {
  font-size: 1.1rem !important;
  font-weight: 700 !important;
  margin-top: 30px !important;
  margin-bottom: 10px !important;
}

.fcs-portfolio-info p {
  font-size: 0.95rem !important;
  margin-bottom: 20px !important;
}

.fcs-portfolio-info ul {
  list-style: none;
  padding-left: 0;
  font-size: 0.95rem !important;
}

.fcs-portfolio-info ul li {
  margin-bottom: 8px;
}

/* Galeria de imagens */
.fcs-portfolio-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  width: 100%;
  max-width: 1400px;
  margin: 80px auto;
}

.fcs-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Responsivo */
@media (max-width: 992px) {
  .fcs-portfolio-hero {
    grid-template-columns: 1fr;
  }

  .fcs-portfolio-summary {
    padding: 0;
  }

  .fcs-portfolio-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .fcs-portfolio-gallery {
    grid-template-columns: 1fr;
  }
}

/* =========================================================
   BRAND INDIVIDUAL PAGE
   ========================================================= */

/* === HERO SECTION === */

.brand-hero-layout .hero-grid {
  display: grid;
  grid-template-columns: 50% 50%;
  align-items: stretch;
  gap: 10px;
  margin-bottom: 0;
}

.hero-left,
.hero-right {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 10px;
}

.hero-left img,
.hero-right-img img {
  width: 100%;
  height: 500px; /* altura fixa desktop */
  object-fit: cover;
  object-position: center center;
  display: block;
}

.hero-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
}

.hero-right-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0px 120px 0 100px;
  height: 100%;
}

.brand-title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #000;
}

.brand-introduction {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

.brand-sample-link {
  display: inline-block;
  margin-top: 10px;
  font-weight: 600;
  text-decoration: none;
  color: #000;
  border-bottom: 1px solid currentColor;
  transition: all 0.2s ease;
  width: fit-content;
  align-self: end;
}

.brand-sample-link:hover {
  color: #555;
}

/* === CONCEPT + BENEFITS SECTION === */

.brand-concept-benefits {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0px;
  margin: 0;
  padding: 0;
}

.concept-col {
  background-color: #111;
  color: #fff;
  padding: 60px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid #000;
}

.concept-col h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #fff;
}

.concept-text p {
  font-size: 15px;
  line-height: 1.6;
  color: #fff;
  margin: 0 0 20px;
}

.concept-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 30px;
  padding-top: 20px;
}

.concept-footer p {
  font-size: 13px;
  color: #ddd;
  line-height: 1.5;
  margin: 0;
}



/* === BENEFITS COLUMN === */

.benefits-col {
  background-color: #fff;
  color: #000;
  padding: 60px;
}

.benefits-col h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 25px;
}

.benefits-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 40px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.benefits-list li {
  position: relative;
  font-size: 15px;
  padding-bottom: 8px;
  border-bottom: 1px solid #ccc;
  line-height: 1.5;
}

/* === HPL SECTION === */

.brand-hpl-section {
  margin: 80px 100px;
}

.hpl-banner img {
  width: 100%;
  max-height: 500px;
    object-fit: cover;
  display: block;
  margin-bottom: 40px;
}

/* === RESPONSIVO === */

@media (max-width: 1024px) {
  .brand-hero-layout .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-left img,
  .hero-right-img img,
  .hpl-banner img{
    height: auto;
    min-height: 450px;
  }

  .hero-right-text {
    padding: 40px 20px;
  }

  .brand-concept-benefits {
    grid-template-columns: 1fr;
  }

  .concept-col,
  .benefits-col {
    padding: 40px 30px;
  }

  .benefits-list {
    grid-template-columns: 1fr;
  }

  .brand-hpl-section {
    margin: 60px 20px;
  }
}

/* === EXTRA SMALL DEVICES === */

@media (max-width: 600px) {
  .brand-title {
    font-size: 24px;
  }

  .brand-introduction {
    font-size: 14px;
  }

  .concept-col h3,
  .benefits-col h3 {
    font-size: 20px;
  }

  .concept-col,
  .benefits-col {
    padding: 30px 20px;
  }
}

/* Página de brands */

.single-brand-page {
    margin-top: 10px;
}

.brands-list-template {
  padding: 80px 0;
}

.brands-grid {
  width: 90%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.brand-card {
  position: relative;
  background-size: cover;
  background-position: center;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.brand-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5); /* overlay escuro */
  transition: background 0.3s ease;
  z-index: 1;
}

.brand-card:hover {
  transform: scale(1.02);
}

.brand-card:hover::before {
  background: rgba(0, 0, 0, 0.35);
}

.brand-card-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  z-index: 2;
}

.brand-card-content {
  text-align: center;
}

.brand-card-content .brand-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 120px; 
}

.brand-card-content .brand-logo img {
  max-height: 50%;
  width: auto;
  object-fit: contain;
}

.brand-card:last-child .brand-card-content .brand-logo img,
.brand-card:last-child .brand-logo {
    filter: unset;
}

.brand-title {
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  text-transform: uppercase;
}

/* ===== Responsividade ===== */
@media (max-width: 1200px) {
  .brands-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 900px) {
  .brands-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .brands-grid {
    grid-template-columns: 1fr;
  }
}

/* === Brands Carousel === */
.brands-carousel {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.brand-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
}

.brand-logo-link {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px; /* altura uniforme */
}

.brand-logo-link img.brand-logo {
  height: 100%;
  width: auto; /* mantém proporção */
  object-fit: contain;
  max-height: 50px; /* altura máxima */
  transition: transform 0.3s ease;
}

.brand-logo-link:hover img.brand-logo {
  transform: scale(1.05);
}

/* Remove setas (se Swiper CSS as incluir por defeito) */
.swiper-button-prev,
.swiper-button-next,
.swiper-pagination {
  display: none !important;
}

.arki-page-title-overlay {
  background: rgba(0,0,0,0.35) !important;
}

/* ====== LAYOUT PRINCIPAL ====== */
.shop-page {
  display: flex;
  justify-content: center;
  width: 100%;
}

.shop-layout {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 40px;
  width: 90%;
  margin: 50px auto;
}

@media (max-width: 1024px) {
  .shop-layout {
    grid-template-columns: 1fr;
    width: 95%;
  }
}

/* ====== SIDEBAR ====== */
.shop-sidebar {
  background: #fff;
}

#shop-filters h4 {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 17px;
    display: flex;
    justify-content: space-between;
}

#shop-filters ul {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}

#shop-filters li {
  margin-bottom: 8px;
}

#shop-filters label {
  font-size: 14px;
  color: #111;
}

@media (max-width: 676px) {
  .shop-sidebar {
    order: 2;
    padding: 0!important;
  }
  
  .product-grid {
       grid-template-columns: 1fr !important;
  }
  
  .fcs-portfolio-wrapper {
    grid-template-columns: repeat(1, 1fr) !important;
}
}

@media (min-width: 767px) and (max-width: 900px) {
  .shop-sidebar {
    padding: 0!important;
  }
  
  .product-grid {
       grid-template-columns: repeat(2, minmax(300px, 1fr))!important;
  }
  
}

/* ====== GRID DE PRODUTOS ====== */
.shop-content {
  width: 100%;
}

/* GRELHA DE PRODUTOS */
.product-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(300px, 1fr));
  gap: 30px;
  width: 100%;
}

.product-card-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.product-card {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.product-card:hover {
  transform: translateY(-5px);
}

.product-image {
  background-size: cover;
  background-position: center;
  aspect-ratio: 4 / 3;
  display: flex;
  align-items: flex-end;
}

.product-overlay {
  background: rgba(0,0,0,0.45);
  color: #fff;
  padding: 20px;
  width: 100%;
  text-align: left;
  transition: background 0.3s ease;
}

.product-card:hover .product-overlay {
  background: rgba(0,0,0,0.6);
}

/* ====== CARTÃO DE PRODUTO ====== */
.product-card-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.product-card {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.product-card:hover {
  transform: translateY(-4px);
}

.product-image {
  background-size: cover;
  background-position: center;
  aspect-ratio: 4 / 3;
  display: flex;
  align-items: flex-end;
}

.product-overlay {
  background: rgba(0, 0, 0, 0.45);
  color: #fff;
  padding: 20px;
  width: 100%;
  text-align: left;
  transition: background 0.3s ease;
}

.product-card:hover .product-overlay {
  background: rgba(0, 0, 0, 0.6);
}

.product-title {
  color: white!important;
  font-size: 25px!important;
}

.learn-more {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  border-bottom: 1.5px solid #fff;
  transition: opacity 0.3s ease;
}

.product-card:hover .learn-more {
  opacity: 0.8;
}

.fcs-product-textures {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 15px;
    align-items: flex-start;
}

.fcs-texture-item {
  text-align: center;
  width: 100px;
}

.fcs-texture-thumb img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 100px;
}

.fcs-texture-name {
    display: block;
    font-size: 0.85rem;
    color: #111;
    line-height: 1em;
}

.wpcf7-spinner {
  display: none;
}

.page-id-1964 input[type="submit"] {
  color: black !important;
  background: transparent !important;
  border-bottom: 2px solid !important;
  width: fit-content !important;
  border-radius: 0 !important;
  padding: 0 0 10px !important;
  text-transform: capitalize !important;
}

/* Footer */

.eml-footer {
  background: #141414;
  color: #fff;
  padding: 60px 5%;
}

.eml-footer-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  max-width: 1400px;
  margin: 0 auto;
  align-items: stretch;
}

.eml-footer-col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.eml-footer-col h4 {
  color: #fff;
  font-weight: 600;
  margin-bottom: 10px;
}

.eml-footer p {
  color: #ccc;
  font-size: 15px;
  line-height: 1.4;
  margin-bottom: 10px;
}

.eml-footer a {
  color: #fff;
  text-decoration: none;
  transition: opacity 0.3s;
}

.eml-footer a:hover {
  opacity: 0.7;
}

.eml-footer-logo img {
  width: 280px;
}

.eml-footer-tagline {
  color: #ccc;
  font-size: 15px;
  line-height: 1.4;
  margin-bottom: 20px;
}

.eml-footer-tagline strong {
  color: #fff;
}

.eml-footer-socials {
  display: flex;
  gap: 15px;
}

.eml-footer-socials a {
  color: #fff;
  font-size: 18px;
}

.eml-footer-menu {
  list-style: none;
  padding: 0;
  margin: 20px 0 0 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr); 
  gap: 8px 20px; 
}

.eml-footer-menu li {
  display: inline-block;
}

.eml-footer-menu a {
  color: #fff;
  font-size: 15px;
  line-height: 1.3;
}

/* Barra inferior do footer */
.eml-footer-bottom {
  text-align: center;
  padding: 10px 20px;
  margin-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.eml-footer-bottom a {
  color: #fff;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.eml-footer-bottom a:hover {
  color: #ccc;
}

@media (max-width: 767px) {
  .eml-footer-container {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .eml-footer-socials {
    justify-content: center;
  }

  .eml-footer-menu {
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
  }
}

@media (min-width: 767px) and (max-width: 990px) {
  .eml-footer-container {
    grid-template-columns: repeat(2, 1fr);
    text-align: center;
    gap: 30px;
  }

  .eml-footer-socials {
    justify-content: center;
  }
  
  .eml-footer-col:first-child {
      grid-column: span 2;
  }

  .eml-footer-menu {
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
  }
}

.woocommerce-shop .arki-page-title-wrap {
    background-image: url(/wp-content/uploads/2025/10/PRODUCTS.jpg);
}

.page-template-template-brands .arki-page-title-wrap {
    background-image: url(/wp-content/uploads/2025/10/BRANDS-1-scaled.jpg);
}

/* Esconde o header automático gerado pelo tema ou WooCommerce nas páginas de marca */
.tax-product_brand .arki-page-title-wrap:not(.custom-brand-header) {
  display: none !important;
}

.arki-float-social[data-section="white-social"] .arki-float-social-icon,
.arki-float-social, .arki-float-social .arki-float-social-icon{
  color: #ffffff;
  text-shadow: 0 0 5px rgb(0 0 0);
}

.arki-header-background-transparent .arki-logo-inner {
    max-width: 200px!important;
}

.arki-header-background-transparent .arki-navigation .sf-menu > li > a, .arki-navigation .sf-vertical > li > a {
    color: white!important;
}

.arki-header-background-transparent .sf-menu > li > a:hover, .sf-menu > li.current-menu-ancestor > a, .sf-vertical > li > a:hover, .sf-vertical > li.current-menu-item > a, .sf-vertical > li.current-menu-ancestor > a,
.arki-header-background-transparent .arki-main-menu-search i, .arki-main-menu-cart i {
    color: white!important;
}

/*.arki-main-menu-search i, .arki-main-menu-cart i {
text-shadow: 0 0 5px rgb(0 0 0);
}

.arki-animate-fixed-navigation.arki-header-style-plain .arki-navigation .sf-menu > li > a, .arki-animate-fixed-navigation.arki-header-style-boxed .arki-navigation .sf-menu > li > a {
    padding-bottom: 26px;
    color: black !important;
}*/

.arki-header-background .sf-menu > li.current-menu-item > a,
.arki-header-background .arki-animate-fixed-navigation.arki-header-style-plain .arki-navigation .sf-menu > li > a, .arki-animate-fixed-navigation.arki-header-style-boxed .arki-navigation .sf-menu > li > a{
    color: black;
}

/*.fcs-request-sample .quantity,
.fcs-request-sample .single_add_to_cart_button {
    display: none!important;
}*/


.fcs-product-colours .fcs-colour-item,
.fcs-product-textures .fcs-texture-item {
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
  /* reset ou estilo padrão */
}

.fcs-product-colours .fcs-colour-item input[type="radio"],
.fcs-product-textures .fcs-texture-item input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}

.fcs-product-colours .fcs-colour-item input[type="radio"]:checked + .fcs-colour-thumb,
.fcs-product-textures .fcs-texture-item input[type="radio"]:checked + .fcs-texture-thumb {
  /* exemplo de destaque: sombra e ligeira escala */
  box-shadow: 0 0 0 3px #007cba; /* ou outra cor da marca */
  transform: scale(1.05);
}

.fcs-product-colours .fcs-colour-item input[type="radio"]:checked ~ .fcs-colour-name,
.fcs-product-textures .fcs-texture-item input[type="radio"]:checked ~ .fcs-texture-name {
  font-weight: bold;
  color: #007cba;
}

.fcs-product-colours .fcs-colour-item:hover .fcs-colour-thumb,
.fcs-product-textures .fcs-texture-item:hover .fcs-texture-thumb {
  box-shadow: 0 0 0 2px rgba(0,0,0,0.2);
}

/* Responsivo */
@media (max-width: 600px) {
  .fcs-product-colours .fcs-colour-item,
  .fcs-product-textures .fcs-texture-item {
    width: 70px;
  }
  .fcs-product-colours .fcs-colour-thumb,
  .fcs-product-textures .fcs-texture-thumb {
    width: 60px;
    height: 60px;
  }
}

.single-product .single_add_to_cart_button,
.single-product .button.alt.single_add_to_cart_button {
  background: transparent !important;
  border: none !important;
  color: #000 !important;           
  padding: 0;
    margin-top: 30px;
  font-size: 1rem;                
  text-transform: none;           
  transition: color 0.2s, background 0.2s;
}

.single-product .single_add_to_cart_button:hover,
.single-product .single_add_to_cart_button:focus {
  background: rgba(0,0,0,0.05) !important;  
  color: #000 !important;
}

sr7-img[style*="hp3-slider-arrow-left.png"],
sr7-img[style*="hp3-slider-arrow-right.png"],
.sr7-staticslide.sr7-staticslide-high {
  display: none !important;
}

.fcs-products-seeall {
  text-align: center;
  margin-top: 25px;
}

.fcs-products-seeall .fcs-seeall {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 2px solid #fff;
  transition: 0.3s;
}

/* === Botões brand === */
.brand-buttons {
    display: flex;
    gap: 30px;
    padding-left: 100px;
}

.brand-link {
  position: relative;
  font-weight: 600;
  font-size: 16px;
  color: #000;
  text-decoration: none;
  transition: color 0.3s ease;
}

.brand-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background-color: #000;
  transition: width 0.3s ease;
}

.brand-link:hover {
  color: #444;
}

.brand-link:hover::after {
  width: 0;
}

@media (max-width: 768px) {
  .brand-buttons {
    flex-direction: column;
    gap: 15px;
    padding-left: 100px;
  }
}

@media (max-width: 900px) {
  .brand-buttons {
    flex-direction: row;
    gap: 15px;
    padding-left: 20px;
  }
}

/* Botão voltar nas páginas de portfolio */
.portfolio-back {
  margin-bottom: 20px;
}

.back-link {
  position: relative;
  font-weight: 600;
  font-size: 16px;
  color: #000;
  text-decoration: none;
  transition: color 0.3s ease;
}

.back-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background-color: #000;
  transition: width 0.3s ease;
}

.back-link:hover {
  color: #444;
}

.back-link:hover::after {
  width: 0;
}

.woocommerce-shop .arki-page-title-wrap {
  text-align: left;
}

@media (max-width: 990px) {
    .arki-mobile-header .arki-logo-inner {
        max-width: 135px!important;
    }
    .arki-header-background, .arki-sticky-menu-placeholder, .arki-header-style-boxed.arki-fixed-navigation, body.single-product .arki-header-background-transparent {
    background-color: #1e1e1e!important;
}
.arki-main-menu-search i, .arki-main-menu-cart i {
    color: #fff!important;
}
.arki-mobile-button-hamburger:before, .arki-mobile-button-hamburger:after, .arki-mobile-button-hamburger span, .arki-mobile-button-hamburger-small:before, .arki-mobile-button-hamburger-small:after, .arki-mobile-button-hamburger-small span {
    color: #fff!important;
}
.arki-mobile-button-hamburger:before, .arki-mobile-button-hamburger:after, .arki-mobile-button-hamburger span, .arki-mobile-button-hamburger-small:before, .arki-mobile-button-hamburger-small:after, .arki-mobile-button-hamburger-small span {
    background: #fff!important;
}
.fcs-product-excerpt {
    line-height: 1em!important;
}
}

.arki-header-background, .arki-sticky-menu-placeholder, .arki-header-style-boxed.arki-fixed-navigation, body.single-product .arki-header-background-transparent {
    background-color: #1e1e1e!important;
}

ul.dropdown-menu.sub-menu {
    margin-left: 0;
    list-style: none;
}

.sf-menu > li > .sub-menu a, .sf-menu > .arki-mega-menu > .sf-mega a, .sf-vertical ul.sub-menu li a {
    color: white!important;
}

.page-id-13792 .sf-menu > li > .sub-menu a:hover {
    background-color: transparent!important;
    color: white;
}

@media (min-width: 768px) {
.gdlr-core-pbf-wrapper-full-no-space .gdlr-core-item-mgb {
    position: absolute;
}
    
.term-155 .arki-page-title-content img,
.term-156 .arki-page-title-content img{
    min-height: 50px;
    width: auto;
}

.term-159 .arki-page-title-wrap.arki-style-custom .arki-page-title-content,
.term-158 .arki-page-title-wrap.arki-style-custom .arki-page-title-content {
    padding-top: 50px;
}
    
}