/*
 * Custom Styles
 *
 */
/* START - CSS Vars */
:root {
  --link-color: #4d2e99;
  --link-hover-color: #4d2e99;

  --purple: #4d2e99;
  --light-purple: #6e4fb3;
  --dark-purple: #3a227a;
  --gradient-purple: linear-gradient(90deg, #6e4fb3, #4d2e99);

  --pink: #ed3771;
  --light-pink: #ffe8ee;
  --dark-pink: #c12565;
  --gradient-pink: linear-gradient(90deg, #fff0f5, #ffe8ee);

  --gradient-white-grey: linear-gradient(191deg, #f8f8f8, #ffffff);

  --white: #ffffff;
  --black: #000000;
}

/* Backgrounds */
.background-purple {
  background-color: var(--purple);
}
.background-light-purple {
  background-color: var(--light-purple);
}
.background-dark-purple {
  background-color: var(--dark-purple);
}
.background-gradient-purple {
  background: var(--gradient-purple);
}
.background-pink {
  background-color: #292929;
}
.background-light-pink {
  background-color: var(--light-pink);
}
.background-dark-pink {
  background-color: var(--dark-pink);
}
.background-gradient-pink {
  background: var(--gradient-pink);
}
.background-white {
  background-color: var(--white);
}
.background-black {
  background-color: var(--black);
}

.background-gradient-white-grey {
  background: var(--gradient-white-grey) !important;
}

/* Colors */
.color-purple {
  color: var(--purple);
}
.color-light-purple {
  color: var(--light-purple);
}
.color-dark-purple {
  color: var(--dark-purple);
}
.color-pink {
  color: #292929;
}
.color-light-pink {
  color: var(--light-pink);
}
.color-dark-pink {
  color: var(--dark-pink);
}
.color-white {
  color: var(--white);
}
.color-black {
  color: var(--black);
}

/* END - CSS Vars */

/* START - Custom Fonts */

/* Century Gothic */
@font-face {
  font-family: "Century-Gothic";
  src: url("../fonts/century-gothic/Century-Gothic.woff2") format("woff2"),
    url("../fonts/century-gothic/Century-Gothic.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Century-Gothic";
  src: url("../fonts/century-gothic/Century-Gothic-Bold.woff2") format("woff2"),
    url("../fonts/century-gothic/Century-Gothic-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

/* Roboto Regular */
@font-face {
  font-family: "roboto";
  src: url("../fonts/roboto/Roboto-Black-webfont.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "roboto";
  src: url("../fonts/roboto/Roboto-BlackItalic-webfont.woff") format("woff");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "roboto";
  src: url("../fonts/roboto/Roboto-Bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "roboto";
  src: url("../fonts/roboto/Roboto-BoldItalic-webfont.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "roboto";
  src: url("../fonts/roboto/Roboto-Medium-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "roboto";
  src: url("../fonts/roboto/Roboto-MediumItalic-webfont.woff") format("woff");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "roboto";
  src: url("../fonts/roboto/Roboto-Regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "roboto";
  src: url("../fonts/roboto/Roboto-Italic-webfont.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "roboto";
  src: url("../fonts/roboto/Roboto-Light-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "roboto";
  src: url("../fonts/roboto/Roboto-LightItalic-webfont.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "roboto";
  src: url("../fonts/roboto/Roboto-Thin-webfont.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "roboto";
  src: url("../fonts/roboto/Roboto-ThinItalic-webfont.woff") format("woff");
  font-weight: 100;
  font-style: italic;
}

/* Roboto Condensed */
@font-face {
  font-family: "roboto-condensed";
  src: url("../fonts/roboto/RobotoCondensed-Bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "roboto-condensed";
  src: url("../fonts/roboto/RobotoCondensed-BoldItalic-webfont.woff")
    format("woff");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "roboto-condensed";
  src: url("../fonts/roboto/RobotoCondensed-Regular-webfont.woff")
    format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "roboto-condensed";
  src: url("../fonts/roboto/RobotoCondensed-Italic-webfont.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "roboto-condensed";
  src: url("../fonts/roboto/RobotoCondensed-Light-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "roboto-condensed";
  src: url("../fonts/roboto/RobotoCondensed-LightItalic-webfont.woff")
    format("woff");
  font-weight: 300;
  font-style: italic;
}
/* END - Custom Fonts */

/* START - Imports and HTML overrides */
@import "../vendor/fontawesome-free-6.5.1-web/css/all.min.css";
html {
  width: 100%;
  overflow-x: hidden !important;
}
body {
  font-family: "Century-Gothic", sans-serif;
  font-size: 16px;
  color: #111111;
  font-weight: 400;
  background-color: white;
  width: 100%;
}

body.admin-bar #wpadminbar {
  display: none;
}

strong {
  font-weight: 600;
}
ul li {
  line-height: 22px;
  margin-bottom: 10px;
}
ul li.menu-item {
  line-height: 1em;
  display: flex;
}
ul,
ol {
  padding-left: 1rem;
}

a,
a:link,
a:visited,
a:active {
  text-decoration: none;
  color: var(--link-color);
  transition: color 0.4s;
}
a:hover {
  color: var(--link-hover-color);
}

/* CSS for [hide_on_mobile] shortcode */
@media (max-width: 767px) {
  .hide-on-mobile {
    display: none !important;
  }
}
/* END - Imports and HTML overrides */

.nav-logo {
  max-width: 220px;
}
/* START - Menu Defaults */
header#main-header {
  position: relative;
  z-index: 10;
  padding: 0.5rem 1rem;
}
#top-menu.nav {
  gap: 25px;
}
#top-menu.nav li a {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  display: block;
  line-height: 1;
  font-family: "Century-Gothic", sans-serif;
}
#top-menu.nav li a:after {
  display: block;
  height: 3px;
  width: 100%;
  background-color: var(--link-color);
  content: " ";
  margin-top: 20px;
  position: absolute;
  opacity: 0;
  transition: all 0.3s;
}
#top-menu.nav li a:hover:after,
#top-menu.nav li a:active:after {
  opacity: 1;
  margin-top: 8px;
}

@media (min-width: 992px) {
  .menu-item a {
    color: #292929;
  }
}

@media (min-width: 992px) {
  #mobile-menu,
  header#main-header a#mobileMenuClose {
    display: none;
  }
  #top-menu.nav {
    justify-content: flex-end;
  }
}
@media (max-width: 991px) {

  .mobile-menu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 0 3rem 0;
    width: auto;
}
  #menu-top-right-menu-1 {
    margin: 0;
  }

  #menu-top-right-menu-1 a {
    text-transform: uppercase;
  }
  
  .mobile-menu-cart {
    text-transform: uppercase;
  }

  .mobile-menu-cart a {
    color: #fff;
    font-weight: bold;
  }


  .menu-column {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #232323;
    top: 0;
    left: 0;
    opacity: 0 !important;
    transform: translateX(100%) !important;
    transition: transform 0s linear 0.5s, opacity 0.4s ease 0s;
  }
  .menu-column.show {
    opacity: 1 !important;
    transform: translateX(0) !important;
    transition: transform 0s linear 0s, opacity 0.4s ease 0s;
  }
  .menu-column .primary-menu-container #top-menu {
    padding: 40px 40px;
    flex-direction: column;
    gap: 36px;
  }
  .menu-column .primary-menu-container ul li.menu-item {
    line-height: 1.5em;
  }

  .menu-item a {
    color: #fff;
    font-weight: bold;
  }

  #top-menu.nav li a:after {
    opacity: 1;
    margin-top: 3px;
    position: relative;
  }
  #top-menu.nav li a:hover:after {
    margin-top: 3px;
    width: calc(100% + 2rem);
  }
}
#mobileMenuClose {
  position: absolute;
  top: 36px;
  right: 2rem;
  font-size: 30px;
}
#mobileMenuToggle {
  font-size: 30px;
  line-height: 1;
  align-items: center;
  display: flex;
}
a#mobileMenuClose:hover,
a#mobileMenuClose:active {
  color: var(--blue);
}
.mobile-and-search-menu {
  justify-content: flex-end;
  display: flex;
}
/* END - Menu Defaults */

.radius100 {
  border-radius: 100px;
}

.navbar-nav li.menu-item {
  margin-left: 2rem;
}

.navbar-nav li.menu-item a {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.95rem;
}

/* Start Home - Hero - Header Adjust */
.page-template-template-home header#main-header {
  /* position: relative;
  z-index: 10;
  padding: 1.5rem 1rem;
  top: 2rem;
  transition: all 0.5s ease-in-out; */
}
/* End Home - Hero - Header Adjust */

/* Start Home - Hero - Header Adjust */
/* header#main-header.scrolled {
  position: fixed;
  width: 100%;
  z-index: 10;
  padding: 0.2rem 1rem;
  top: 0;
  background: #ffffff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

header#main-header.scrolled .nav-logo {
  max-width: 240px;
} */
/* End Home - Hero - Header Adjust */

.footer {
  background-color: #EEEEEE;
  color: #000 !important; 
}

.footer-branding-text {
    max-width: 80%;
    font-size: 0.9rem;
    line-height: 1.25;
}

.footer-logo img {
  max-height: 60px;
  filter: brightness(0) invert(1);
}

.footer-socials .social-link {
  transition: transform 0.2s ease;
  background-color: #292929;
  color: var(--white);
  width: 40px;
  height: 40px;
  border-radius: 6px;
}

.footer-socials .social-link:hover {
  transform: scale(1.1);
}

#menu-footer-menu-services,
#menu-footer-menu-resources {
  row-gap: 1rem;
}
#menu-footer-menu-services a,
#menu-footer-menu-resources a {
  color: var(--white);
}

#menu-footer-menu-services li a,
#menu-footer-menu-resources li a {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding-left: 20px;
  color: var(--white);
  text-decoration: none;
}

#menu-footer-menu-services li a::before,
#menu-footer-menu-resources li a::before {
  content: url("/wp-content/themes/erotixxxtoys/images/footer-menu-arrow.svg");
  position: absolute;
  left: 0;
  width: 10px;
  height: auto;
}

.footer-bottom-row {
  font-size: 0.8rem;
  border-top: 1px solid #ffffff17;
  margin-top: 5rem;
}
.flykod-logo {
  height: 18px;
  position: relative;
  top: -2px;
}

.nav-cta-menu a {
  position: relative;
  display: inline-block;
  padding: 10px 24px;
  border-radius: 100px;
  background: var(--purple);
  color: var(--white);
  text-decoration: none;
  overflow: hidden; /* Impede que o fundo ultrapasse os limites */
  z-index: 1;
  transition: color 0.3s ease;
}

.nav-cta-menu a .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #292929;
  z-index: -1;
  transition: width 0.3s ease;
}

.nav-cta-menu a span {
  position: relative;
  z-index: 2; /* Mantém o texto acima da animação */
  transition: color 0.3s ease;
}

.nav-cta-menu a:hover span {
  color: var(--purple); /* Muda a cor do texto no hover */
}

.nav-cta-menu a:hover {
  color: var(--white) !important;
}

.nav-cta-menu a:hover .background {
  width: 100%; /* Preenche o fundo no hover */
}

.navbar-nav {
  align-items: center;
}

.navbar-nav li.menu-item a:hover {
  color: #000;
}

/* Start Submenu Animation */
/* Estilo do Dropdown */
.navbar-nav .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 1000;
  background-color: var(--white);
  border: 1px solid #eee;
  padding: 1.5rem;
  min-width: 450px;
}

.navbar-nav .dropdown:hover > .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

/* Remover a seta do dropdown original */
.navbar-nav .dropdown-menu::before {
  display: none;
}

/* Ajustes do mega menu */
.mega-menu-wrapper {
  display: flex;
  justify-content: center;
  gap: 2rem;
  width: 100%;
}

.mega-menu-wrapper li {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 130px;
}

.mega-menu-wrapper .category-image {
  width: 100%;
  max-width: 130px;
  margin-bottom: 0.75rem;
}

.mega-menu-wrapper .category-image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.mega-menu-wrapper li a {
  display: block;
  text-decoration: none;
  color: #000;
  font-weight: 500;
  font-size: 0.9rem;
  transition: color 0.3s ease;
}

.mega-menu-wrapper li a:hover {
  color: #292929;
}

/* Adicionar a seta para cima */
.navbar-nav .dropdown-menu::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 20px; /* Ajuste com base na posição desejada */
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid var(--white);
  z-index: 1010;
}

#menu-menu-1 li.menu-item {
  margin-left: 3rem;
  align-items: center;
}

#menu-menu-1 .dropdown-menu li {
  padding: 0.5rem 1rem;
  margin-left: 0rem !important;
  min-height: 3rem;
}

/* Animação do submenu */
@keyframes fadeInDropdown {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* End Submenu Animation */

#menu-menu-1 li.menu-item {
  margin-left: 3rem;
  align-items: center;
  min-height: 4rem;
}

.nav-submenu li.menu-item {
  min-height: 2rem !important;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: middle;
  content: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.758' height='7.087' viewBox='0 0 12.758 7.087'%3E%3Cpath id='noun-chevron-2492082' d='M500.2,349.961a.709.709,0,0,1,1-1l5.67,5.67a.709.709,0,0,1,0,1l-5.67,5.67a.709.709,0,0,1-1-1l5.169-5.169Z' transform='translate(361.508 -499.996) rotate(90)' fill='%234d2e99'/%3E%3C/svg%3E");
  width: 1em;
  height: 1em;
  background: none;
  border: none;
  position: relative;
  top: -4px;
}

/* Define o estado inicial do ícone */
.dropdown-toggle::after {
  transition: transform 0.5s ease; /* Adiciona uma transição suave */
}

/* Aplica a rotação ao ícone quando o submenu está aberto */
.dropdown.show > .dropdown-toggle::after {
  transform: rotate(180deg);
}

.footer-legal-notice p {
  color: #fff !important;
  font-size: 0.8rem !important;
}

.navbar-toggler {
  background: #000000;
  display: flex;
  justify-content: center;
  filter: invert(1);
}

.navbar-toggler-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 991px) {
  .nav-logo {
    max-width: 200px;
    width: 94%;
  }

  .page-template-template-home header#main-header {
    position: relative;
    z-index: 10;
    padding: 1.5rem 1rem;
    top: 2rem;
    transition: all 0.5s ease-in-out;
    width: 100%;
    position: relative;
    left: 0%;
    top: 1rem;
    display: flex;
    flex-wrap: nowrap;
  }
  .footer {
    padding: 0 2rem;
  }
  .footer-branding-text {
    max-width: 100%;
  }
  .footer .col-12 {
    margin-bottom: 3rem;
  }
  .footer-legal-notice p {
    margin-bottom: 1rem !important;
  }
}

.footer ul li.menu-item {
  line-height: 2em;
  display: flex;
}

/* START MENU MOBILE */
.mobile-menu .sub-menu {
  display: none;
  padding-left: 15px;
}

.mobile-menu .sub-menu.open {
  display: block;
}

.mobile-menu .menu-item-has-children > a::after {
  content: "▼";
  font-size: 12px;
  margin-left: 10px;
  cursor: pointer;
}

.mobile-menu .menu-item-has-children.open > a::after {
  content: "▲";
}

@media (min-width: 768px) {
  .sub-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    background-color: #fff;
    border: 1px solid #ddd;
    z-index: 1000;
    list-style: none;
    padding: 10px 0;
    margin: 0;
    width: 200px;
  }

  .menu-item:hover > .sub-menu {
    display: block;
  }
}

@media (max-width: 767px) {
  .sub-menu {
    display: none;
    position: relative;
    background-color: transparent;
    border: none;
    padding: 0;
    margin: 0;
    width: 100%;
  }

  .sub-menu.open {
    display: block;
  }

  .menu-item-has-children > a::after {
    content: "▼";
    font-size: 12px;
    margin-left: 10px;
    cursor: pointer;
  }

  .menu-item-has-children.open > a::after {
    content: "▲";
  }
  ul li.menu-item {
    line-height: 1em;
    display: flex;
    flex-direction: column;
  }
  .mobile-menu-overlay {
    background: #292929;
    color: #fff;
  }

  .mobile-menu-overlay .btn-danger {
    color: #fff;
    background-color: var(--purple);
    border-color: var(--purple);
    width: 40px;
    position: absolute;
    right: 1rem;
    top: 1rem;
  }
  .mobile-menu-overlay.active {
    padding-top: 2rem;
  }
  .mobile-menu li a {
    text-decoration: none;
    font-size: 1.4rem;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 1rem;
    width: fit-content;
  }
  .mobile-menu .sub-menu.open {
    display: block;
    padding: 2rem 2rem 1.5rem 2rem;
    background: #d3285f;
    margin-bottom: 1rem;
    row-gap: 1rem;
    display: flex;
    flex-direction: column;
  }

  .mobile-menu .sub-menu.open li a {
    text-decoration: none;
    font-size: 1rem;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0rem;
  }
}
/* END MENU MOBILE */

.page-template-template-appointment{
  background: #fff9f9 !important
}

.page-template-template-appointment #main-header {
  background:linear-gradient(180deg, #fff0f5, #fff9f9)
}

header#main-header {
  transition: all 0.5s ease-in-out;
  background: #fff;
}

/* START Login top right */
/* Estilos para o header */
.header-right-menu {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.cart-icon {
  position: relative;
}

.cart-link {
  color: var(--purple);
  text-decoration: none;
  font-size: 1.2rem;
}

@media (max-width: 991px) {
  .header-right-menu {
      display: none;
  }
}
/* END Login top right */

/* Header Layout */
#main-header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Logo */
.navbar-brand {
  flex: 0 0 auto;
}

/* Menu Central */
#mainMenu {
  flex: 1;
  display: flex;
  justify-content: center;
}

/* Menu Direito */
.header-right-menu {
  display: flex;
  align-items: center;
  gap: 2rem;
  font-family: "Century-Gothic", sans-serif;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 600;
}

.header-right-menu .navbar-nav {
  display: flex;
  align-items: center;
  margin: 0;
}

.header-right-menu .menu-item a {
  color: var(--purple);
  text-decoration: none;
}

/* Separador */
.header-right-menu .cart-icon::before {
  content: ' | ';
  position: absolute;
  left: -1.25rem;
  color: var(--purple);
  font-weight: 300;
}

/* Carrinho */
.cart-icon {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.cart-link {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 600;
}

.cart-total {
  margin-left: 0.25rem;
}

/* Responsivo */
@media (max-width: 991px) {
  .header-right-menu {
    display: none;
  }
}

@media (min-width: 991px) {
  #menu-top-center-menu {
    display: flex;
    justify-content: center;
    width: 100%;
  }
}

/* Mega Menu Styles */
.dropdown-menu.mega-menu-wrapper {
    display: flex;
    justify-content: center;
    gap: 2rem;
    padding: 1.5rem !important;
    width: auto !important;
    min-width: 450px;
    background: #fff;
    border: 1px solid #eee;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 0.5rem;
}

.mega-menu-wrapper li {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 130px;
}

.mega-menu-wrapper .category-image {
    width: 100%;
    max-width: 130px;
    margin-bottom: 0.75rem;
}

.mega-menu-wrapper .category-image img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.mega-menu-wrapper li a {
    display: block;
    text-decoration: none;
    color: #000;
    font-weight: 500;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.mega-menu-wrapper li a:hover {
    color: #292929;
}

/* Ajuste da posição do dropdown em relação ao item pai */
.mega-menu.dropdown {
    position: relative;
}

.mega-menu-wrapper .category-image-link {
    display: block;
    text-decoration: none;
    margin-bottom: 0.75rem;
}

.mega-menu-wrapper .category-image {
    margin-bottom: 0;
}

/* Mobile Menu Styles */
@media (max-width: 991px) {
    #mainMenu {
        display: none !important;
    }

    .mobile-menu-overlay {
        background: var(--purple);
        padding: 2rem;
    }

    .mobile-menu {
        margin-top: 2rem;
    }

    .mobile-menu .menu-item {
        margin-bottom: 1rem;
    }

    .mobile-menu .menu-item a {
        color: #fff;
        font-size: 1.1rem;
        text-transform: uppercase;
        font-weight: 600;
    }

    /* Estilo para o submenu sempre visível */
    .mobile-menu .dropdown-menu {
        display: block !important;
        position: static !important;
        background: transparent;
        border: none;
        padding: 0.5rem 0 0.5rem 1rem;
        min-width: auto;
        transform: none !important;
        opacity: 1;
        visibility: visible;
    }

    .mobile-menu .dropdown-menu .menu-item {
        margin-bottom: 0.5rem;
    }

    .mobile-menu .dropdown-menu .menu-item a {
        color: rgba(255, 255, 255, 0.8);
        font-size: 0.95rem;
        font-weight: 400;
        padding: 0.5rem 0;
    }

    /* Remover elementos do dropdown desktop */
    .mobile-menu .dropdown-toggle::after {
        display: none;
    }

    .mobile-menu .mega-menu-wrapper {
        flex-direction: column;
        align-items: flex-start;
    }

    .mobile-menu .category-image {
        display: none;
    }
}


#closeMobileMenu {
  display: flex;
  justify-content: flex-end;
  color: #fff;
  z-index: 9999;
}


/* START Homepage */
.features-row {
  padding: 50px 0;
}

@media (max-width: 768px) {
  .features-row {
    padding: 2rem 1rem;
    gap: 1rem;
  }
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 15px;
}

.feature-icon {
  flex-shrink: 0;
  width: 40px;
}

.feature-icon img {
  width: 100%;
  height: auto;
}

.feature-text p {
  margin: 0;
  font-size: 16px;
  line-height: 1.4;
}

@media (max-width: 768px) {
  .features-row .col-md-4:not(:last-child) {
      margin-bottom: 30px;
  }
}

.most-popular .product-card {
  padding: 15px;
  transition: all 0.3s ease;
}

.most-popular .product-card .product-image {
  margin-bottom: 15px;
  width: 100%;
  height: auto;
}

.most-popular .product-info {
  text-align: center;
}

.most-popular .product-category {
  color: #666;
  font-size: 14px;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.most-popular .product-info h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.most-popular .product-card a {
  text-decoration: none;
  color: inherit;
}

.most-popular .product-image-wrapper {
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  background: #ffffff;
  min-height: 360px;
  border-radius: 10px;
  border: solid 1px #D5D5D5;
  padding: 20px;
  overflow: hidden; /* Para garantir que a imagem não ultrapasse o wrapper */
}

.most-popular .product-image-wrapper img {
  max-height: 100%;
  width: 100%;
  height: auto;
  object-fit: contain;
  mix-blend-mode: darken;
  transition: transform 0.3s ease;
}

.most-popular .product-image-wrapper:hover img {
  transform: scale(1.05); /* Aumenta a imagem em 5% no hover */
}

.most-popular .product-info {
  text-align: center;
}

.most-popular .product-category {
  color: #666;
  font-size: 14px;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.most-popular .product-info h3 {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 600;
}

.most-popular .product-price {  
  color: #333;
}

.most-popular .product-price .starting-at {
  font-size: 14px;
  color: #666;
}

.most-popular .product-card a {
  text-decoration: none;
  color: inherit;
}

.most-popular .product-image-wrapper {
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  background: #ffffff;
  min-height: 360px;
  border-radius: 10px;
  border: solid 1px #D5D5D5;
  padding: 20px;
}

.most-popular .product-image-wrapper img {
  max-height: 100%;
  width: 100%;
  height: auto;
  object-fit: contain;
  mix-blend-mode: darken;
}

.most-popular h2 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-weight: 600;
}

.most-popular h2:before,
.most-popular h2:after {
  content: "";
  height: 1px;
  background: #D5D5D5;
  flex: 1;
}

.most-popular h2:before {
  margin-right: 20px;
}

.most-popular h2:after {
  margin-left: 20px;
}

.most-popular  .product-card .price {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 400;
  color: #000;
  font-size: 16px;
  margin-top: 10px;
  justify-content: center;
}

.most-popular .product-card {
  border: none;
}
/* END Homepage */


.social-link svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
}

#main-content {
  padding: 2rem 0 4rem 0;
}

.color-white {
  color: #fff!important;
}

.et-card-order-link {
  background: #f6f6f6;
  border-radius: 4px !important;
}

.et-card-order-link:hover {
  background: #ffffff;
  border-radius: 4px !important;
  box-shadow: 0 0 10px -2px #00000033;
}


@media (max-width: 768px) {
  .footer .menu-item a {
    color: #000000;
    font-weight: normal;
}
}


.rating-stars {
  display: inline-block;
}

.rating-stars .star {
  color: #F59300; /* Cor dourada para as estrelas */
  font-size: 20px;
}

.rating-stars .star.empty {
  color: #ccc; /* Cor cinza para estrelas vazias */
}

.rating-stars .star.half {
  position: relative;
  display: inline-block;
}

.rating-stars .star.half:after {
  content: '☆';
  position: absolute;
  left: 0;
  color: #ccc;
}

#recent-orders-list {
  row-gap: 20px!important;
}

.header-black {
  background: #1e1e1e;
  color:#fff;
}

.header-black .btn-outline-dark {
  color: #ffffff;
  background: #1e1e1e;
  text-decoration: underline;
  border: none;
}

.header-black .btn-outline-dark:hover {
  color: #ffffff;
  background: #313131;
}

.mobile-menu-trigger-wrapper {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 999;
}

/* Esconder quando o menu estiver aberto */
.mobile-menu-overlay.active ~ .mobile-menu-trigger-wrapper {
  display: none;
}

.checkout-item p {
  margin-bottom: 0!important;
}

.affiliate-message {
  margin: 8rem 0;
}




/* FAQ BANNER */
/* Banner styling */
.faq-banner {
  width: 100%;
  height: 400px;
  background-image: url("/wp-content/themes/erotixxxtoys/images/erotixxx-toys-fq-banner.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  margin-bottom: 40px;
}

.faq-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5); /* Overlay escuro para melhor legibilidade */
}

.faq-banner-content {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 20px;
  color: #fff;
  text-align: center;
  z-index: 1;
}

.faq-banner-content h1 {
  font-size: 3.5em;
  margin-bottom: 10px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

@media (max-width: 768px) {
  .faq-banner-content h1 {
    font-size: 2.5em;
  }
  .faq-banner-content h2 {
    font-size: 1.2em;
  }
}

.faq-banner-content h2 {
  font-size: 2em;
  font-weight: 300;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

/* Safety Guidelines BANNER */
/* Banner styling */
.sg-banner {
  width: 100%;
  height: 400px;
  background-image: url("/wp-content/themes/erotixxxtoys/images/erotixxx-toys--safety-guidelines-banner.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  margin-bottom: 40px;
}

.sg-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5); /* Overlay escuro para melhor legibilidade */
}

.sg-banner-content {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 20px;
  color: #fff;
  text-align: center;
  z-index: 1;
}

.sg-banner-content h1 {
  font-size: 3.5em;
  margin-bottom: 10px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.sg-banner-content h2 {
  font-size: 2em;
  font-weight: 300;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

@media (max-width: 768px) {
  .sg-banner-content h1 {
    font-size: 2.5em;
  }
  .sg-banner-content h2 {
    font-size: 1.2em;
  }
}


/* Contact BANNER */
/* Banner styling */
.contact-banner {
  width: 100%!important;
  height: 400px!important;
  background-image: url("/wp-content/themes/erotixxxtoys/images/erotixxx-toys-contact-banner2.jpg")!important;
  background-size: cover!important;
  background-position: center!important;
  background-repeat: no-repeat!important;
  position: relative!important;
  margin-bottom: 40px!important;
}

.contact-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5); /* Overlay escuro para melhor legibilidade */
}

.contact-banner-content {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 20px;
  color: #fff;
  text-align: center;
  z-index: 1;
}

.contact-banner-content h1 {
  font-size: 3.5em;
  margin-bottom: 10px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.contact-banner-content h2 {
  font-size: 2em;
  font-weight: 300;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

@media (max-width: 768px) {
  .contact-banner-content h1 {
    font-size: 2.5em;
  }
  .contact-banner-content h2 {
    font-size: 1.2em;
  }
}


@media (min-width: 768px) {
  .header-cart-total {
    min-width: 50px;
  }
}


/* FAQ BANNER */
/* Shop styling */
.shop-banner {
  width: 100%;
  height: 400px;
  background-image: url("/wp-content/themes/erotixxxtoys/images/erotixxx-toys-shop-banner2.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  margin-bottom: 40px;
}

.shop-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5); /* Overlay escuro para melhor legibilidade */
}

.shop-banner-content {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 20px;
  color: #fff;
  text-align: center;
  z-index: 1;
}

.shop-banner-content h1 {
  font-size: 3.5em;
  margin-bottom: 10px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.shop-banner-content h2 {
  font-size: 2em;
  font-weight: 300;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

@media (max-width: 768px) {
  .shop-banner-content h1 {
    font-size: 2.5em;
  }
  .shop-banner-content h2 {
    font-size: 1.2em;
  }
}

.single-product .h3,
.single-product h3 {
  margin-top: 2rem;
  font-weight: 600;
  font-size: 1.4rem;
  letter-spacing: -.5px;
}

.single-product .about-product {
  background: #fff;
  padding: 2rem;
  border-radius: 10px;
}