* {
  box-sizing: border-box;
}

.desk {
  display: block;
}

.mob {
  display: none;
}




body {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  -webkit-text-size-adjust: 100%;

}

a:active,
a:visited,
a {
  color: #000;
  text-decoration: none;
}


a.link {
  color: #0000FF;
  text-decoration: underline;
}

img {
  max-width: 100%;
}

figure {
  margin: 0;
}

.hide-scroll{
  overflow: hidden;
}

/*Buttons*/

.btn {
  padding: 21px 42px;
  border-radius: 2px;
  text-align: center;
  border: 0;
  font-size: 16px;
  cursor: pointer;
  display: inline-block;
}

.btn.primary {
  background: #0000FF;
  text-align: center;
  color: #FFFFFF;
}


.btn.show-more {
  display: table;
  width: 240px;
  max-width: 100%;
  margin: auto;
  margin-bottom: 24px;
}

.btn.show-more.hide {
  display: none;
}

.btn-contact-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.container {
  padding: 0 64px !important;
  width: 1600px;
  margin: auto;


}


.body-element.icon-color1 .icon  { background-color:#EEEEEE}
.body-element.icon-color1 .icon svg path { color:#000 !important}

.body-element.icon-color2 .icon  { background-color:#FFFF00}
.body-element.icon-color2 .icon svg path { color:#000 !important}

.body-element.icon-color3 .icon  { background-color:#FFB800}
.body-element.icon-color3 .icon svg path { color:#000 !important}

.body-element.icon-color4 .icon { background-color:#FF0000}
.body-element.icon-color4 .icon svg path { color:#ffffff !important}

.body-element.icon-color5 .icon  { background-color:#0C9400}
.body-element.icon-color5 .icon svg path { color:#ffffff !important}

.body-element.icon-color6 .icon  { background-color:#000AFF}
.body-element.icon-color6 .icon svg path { color:#ffffff !important}

.body-element.icon-color7 .icon  { background-color:#9E00FF}
.body-element.icon-color7 .icon svg path { color:#ffffff !important}

.body-element.icon-color8 .icon  { background-color:#000000}
.body-element.icon-color8 .icon svg path { color:#ffffff !important}

.body-element.icon-color9 .icon  { background-color:#DDDDDD}
.body-element.icon-color9 .icon svg path { color:#000 !important}

.body-element.icon-color10 .icon  { background-color:#FFF3B7}
.body-element.icon-color10 .icon svg path { color:#000 !important}

.body-element.icon-color11 .icon  { background-color:#FFDB7F}
.body-element.icon-color11 .icon svg path { color:#000 !important}

.body-element.icon-color12 .icon  { background-color:#FFAEAE}
.body-element.icon-color12 .icon svg path { color:#000 !important}

.body-element.icon-color13 .icon  { background-color:#A0FF98}
.body-element.icon-color13 .icon svg path { color:#000 !important}

.body-element.icon-color14 .icon  { background-color:#ABD1FD}
.body-element.icon-color14 .icon svg path { color:#000 !important}

.body-element.icon-color15 .icon  { background-color:#D6ADFF}
.body-element.icon-color15 .icon svg path { color:#000 !important}

.body-element.icon-color16 .icon  { background-color:#808080}
.body-element.icon-color16 .icon svg path { color:#fff !important}

/*header*/
header {
  border-bottom: 1px solid #E0E0E0;
  position: sticky;
  top: 0;
  z-index: 1;
  background-color: #fff;
  padding: 10px 0 0 0;
}

header .wrap {
  display: flex;
  justify-content: space-between;
}

header .actions {
  display: flex;
  align-items: center;
  gap: 12px;
}



header .actions {
  display: flex;
  align-items: center;
 
}

header .container {
  padding: 8px 16px;
}


header .brand a {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;

}

header .brand a * {
  font-weight: 500;
}

header .brand .logo {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
}

header .brand .teenant {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
}

header .brand .logo img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.header-image {
  position: relative;
  margin-bottom: 44px;
}
.header-image figure{
  width: 100%;
  height: 304px;
  overflow: hidden;
}
.header-image figure img
{
  object-fit: cover;
    width: 100%;
    height: 100%;
}

.header-image .image-profile {
  width: 80px;
  height: 80px;
  position: absolute;
  overflow: hidden;
    border: 4px solid #FFF;
}


.header-image .image-profile.center {
  left: 50%;
  transform: translate(-50%, 45%);
  bottom: 0;
}

.header-image .image-profile.right {
  right: 24px;
  transform: translate(0, 45%);
  bottom: 0;
}

.header-image .image-profile.left {
  left: 24px;
  transform: translate(0, 45%);
  bottom: 0;
}


.header-image .image-profile img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.header-image .image-profile.box{
  border-radius: 8px;
  border-width: 4px;
    border-color: #fff;
}

.header-image .image-profile.circle{
  border-radius: 50%;
  border-width: 4px;
    border-color: #fff;
}


header .top-header {
  position: relative;
  z-index: 1001; /* Above the fixed nav */
  background: #fff;
  padding-bottom: 10px;
}

header .nav{

  border-top: 1px solid #E0E0E0;
  padding-top: 10px;
  padding-bottom: 10px;
}

header .nav .container {
  display: flex;
  gap: 16px;
}


header .nav a {
  display: flex;
  align-items: center;
  transition: color 0.2s ease;
}

header .nav a span {
  color: #333;
  text-decoration: none;
  font-weight: 500;
}

header .nav a:hover span {
  color: #0000ff;
}

header .nav a.active span {
  color: #0000ff;
  font-weight: 600;
}

.content {
  flex: 1;
  position: relative;

}

.content .container {
  padding-bottom: 16px;
}


/*Products*/

.products {
  padding-top: 20px;
}

.products {
  display: flex;
  flex-wrap: wrap;
  margin-right: -8px;
  margin-left: -8px;
}

.products .product {

  flex: 0 0 auto;
  width: 25%;
  max-width: 100%;
  padding-right: 8px;
  padding-left: 8px;
  margin-bottom: 32px;
}

.products .product .wrap figure{
  border-radius: 8px;


}


.products .product figure {
  position: relative;
  width: 100%;
  overflow: hidden;
  max-width: 100%;
  background-color: transparent;
}

.layout-1 .products .product figure{
  padding-top: 200%;
}

.layout-2 .products .product figure{
  padding-top: 133%;
}

.layout-3 .products .product figure{
  padding-top: 100%;
}

.layout-4 .products .product figure{
  padding-top: 50%;
}


.products .product figure img {
  position: absolute;
  top: 0;
  bottom: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}


.products .product figure:hover img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.products .product .data {
  padding: 8px 0 16px 0;
}

.products .product .data .name {
  font-weight: 600;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  white-space: pre-wrap;
  text-overflow: ellipsis;
}

.products .product .data .price {
  font-weight: 300;
}

.not-found,
.no-products {
  font-size: 64px;
  /* margin: auto; */
  width: 100%;
  display: block;
  line-height: normal;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.not-found .title {
  font-size: 24px;
}

.not-found .code {
  font-size: 256px;
}


/*footer*/

footer {
  border-top: 1px solid #E0E0E0;
}

footer .container {
  padding: 24px !important;
}

footer .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}






footer .copy {
  display: flex;
  align-items: center;
  gap: 8px;
}




footer .links {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}

footer .links a img {
  width: 48px;
}


/*Page product detail*/

.product-detail {
  padding: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  width: 100%;
  max-width: 1400px;
  margin: auto;
}



.product-detail .image {
  width: 50%;
}

.product-detail .title {
  font-weight: 400;
  margin-bottom: 24px;
  font-size: 24px;
  line-height: 36px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  white-space: wrap;
  text-overflow: ellipsis;

}

.product-detail .price {
  margin-bottom: 32px;
  font-size: 24px;
  line-height: 36px;
  font-weight: 200;

}

.product-detail .contact {
  margin-bottom: 16px;
}

.product-detail .views {
  margin-bottom: 16px;
  font-weight: 200;
  display: flex;
  gap: 8px;
}

.product-detail .description {
  font-weight: 200;
}

.product-detail .product-gallery {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.product-detail .product-gallery-main {
  background: #fff;
  
  padding: 24px;
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-detail .product-gallery-main figure {
  margin: 0;
  width: 100%;
  max-width: 100%;
  text-align: center;
  position: relative;
  cursor: pointer;
}

.product-detail .product-gallery-main figure img {
  width: 100%;
  height: 100%;
  max-height: 520px;
  object-fit: contain;
  margin-bottom: 12px;
}

.product-detail .image figure .place-holder{
  font-size: 12px;
  font-weight: 200;
}

.product-detail .product-thumbnails {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.product-detail .product-thumbnail {
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  padding: 0;
  background: #fff;
  cursor: pointer;
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
}

.product-detail .product-thumbnail:hover {
  border-color: rgba(26, 115, 232, 0.4);
}

.product-detail .product-thumbnail.is-active {
  border-color: #1a73e8;
  box-shadow: 0 0 0 2px rgba(26, 115, 232, 0.15);
}

.product-detail .product-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.product-detail .info {
  width: 50%;
}


.product-detail .image-full {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  background-color: #fff;
  text-align: center;
  background: #fff;
  z-index: 5;
  bottom: 0;
}

.product-detail .image-full.show {
  display: block;
}


.product-detail .image-full .close {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}

.product-detail .image-full img {
  height: 100%;
}

.product-detail .place-holder {
  color: #909090;
}

.swiper.products .product {
  width: 100%;
}

.icon{
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color:#000
}

.swiper.products {
  padding-top: 60px;
  margin-top: -60px;
}

.swiper-button-next, .swiper-button-prev {
  top: 30px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #000
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 16px;
}

.swiper-button-prev {
  left: initial;
  right: 60px;
}


.sub-footer-right {
  display:flex;
  align-items: center;
  gap:32px;
}


footer .created_with{
  font-size: 12px;
}

@media only screen and (max-width: 1400px) {
  .products .product {
    width: 33.33%;
  }

  .product-detail {
    width: 100%;
    margin: auto;
    padding: 32px 24px;
    gap: 48px;
  }

  .product-detail .image figure {
    width: 90%;
  }
}

@media only screen and (max-width: 1024px) {
  .product-detail {
    padding: 32px 20px;
    gap: 40px;
  }

  .product-detail .image {
    width: 100%;
  }

  .product-detail .info {
    width: 100%;
  }

  .product-detail .product-gallery-main {
    min-height: 350px;
    padding: 20px;
  }

  .product-detail .product-gallery-main figure img {
    max-height: 400px;
  }

  .product-detail .product-thumbnail {
    width: 64px;
    height: 64px;
  }
}

@media (max-width: 1599px) {

  .container {
      padding: 0 64px !important;
      width: 100%;
      margin: auto;
  }
}


@media only screen and (max-width: 1199px) {
  .container {
    padding: 0 24px !important;
    width: 100%;
    margin: auto;
  }

  .products .product {
    width: 33.33%;
  }

  .product-detail {
    width: 100%;
    margin: auto;
    padding: 24px 16px;
    gap: 32px;
  }

  .product-detail .product-gallery-main {
    min-height: 300px;
    padding: 16px;
  }

  .product-detail .product-gallery-main figure img {
    max-height: 350px;
  }
}

@media only screen and (max-width: 799px) {

  .header-image figure {
    width: 100%;
    height: auto;
    overflow: hidden;
}

  header .brand {
    width: auto;
    flex: 1;
    min-width: 0; /* Permite que el texto se trunque si es necesario */
  }

  header .brand a {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: nowrap;
    width: 100%;
  }

header .brand a span {
  width: auto;
  flex: 1;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
}

  header .brand .logo {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
  }

  .related-products h4{
    width: 78%;
  }

  .desk {
    display: none;
  }

  .mob {
    display: block;
  }


  .products .product {
    width: 50%;
  }

  .sub-footer-right{
    flex-direction: column;
    gap: 8px;
    margin-top: 32px;
    margin-bottom: 32px;
  }
}

@media only screen and (max-width: 1200px) {
  footer .container {
    display: block;
  }



  footer .links {
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 32px;
}


.sub-footer-right {
  display: block;
  text-align: center;
}

footer .copy {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

}

@media only screen and (max-width: 600px) {


  .not-found,
  .no-products {
    font-size: 36px;
    padding: 0 20px;
  }

  .not-found .code {
    font-size: 128px;
  }

  .products .product {
    width: 50%;
    margin-bottom: 20px;
  }

  .products .product .data .name {
    font-size: 12px;
  }

  .products .product .data .price {
    font-size: 12px;
  }

  .product-detail {
    padding: 20px 12px;
    gap: 24px;
  }

  .product-detail .info {
    width: 100%;
  }

  .product-detail .image {
    width: 100%;
  }

  .product-detail .title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 16px;
  }

  .product-detail .price {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 24px;
  }

  .product-detail .description {
    margin-bottom: 32px;
    font-weight: 400;
  }

  .product-detail .image figure {
    margin: 0;
    width: 100%;
  }

  .product-detail .product-gallery {
    gap: 12px;
  }

  .product-detail .product-gallery-main {
    min-height: 250px;
    padding: 12px;
  }

  .product-detail .product-gallery-main figure img {
    max-height: 280px;
  }

  .product-detail .product-thumbnails {
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 4px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
  }

  .product-detail .product-thumbnails::-webkit-scrollbar {
    height: 4px;
  }

  .product-detail .product-thumbnail {
    width: 56px;
    height: 56px;
    flex-shrink: 0;
  }

  .product-detail .image-full {
    height: 100%;
    padding: 60px 16px 16px;
  }

  .product-detail .image-full .close {
    right: 16px;
    top: 16px;
  }

  .product-detail .image-full img {
    object-fit: contain;
    width: 100%;
    height: calc(100% - 60px);
    max-height: calc(100vh - 60px);
  }

  .product-detail .contact.mob {
    text-align: center;
  }
}

@media only screen and (max-width: 480px) {
  .product-detail {
    padding: 16px 8px;
    gap: 20px;
  }

  .product-detail .title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 12px;
  }

  .product-detail .price {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
  }

  .product-detail .product-gallery-main {
    min-height: 200px;
    padding: 8px;
  }

  .product-detail .product-gallery-main figure img {
    max-height: 240px;
  }

  .product-detail .product-thumbnail {
    width: 48px;
    height: 48px;
  }

  .product-detail .views {
    font-size: 14px;
  }

  .product-detail .views svg {
    width: 20px;
    height: 20px;
  }
}

@media only screen and (max-width: 600px) {
  footer .container {
    display: block;
  }

  footer .links {
    justify-content: center;
    gap: 16px;
    padding-bottom: 16px;
  }

  footer .links img {
    width: 32px;
  }

  footer .copy {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-left: -16px;
    margin-right: -16px;
    padding: 4px 16px;
    margin-bottom: -20px;
  
    text-align: center;
  }


  .body-element footer .copy a {
    color: #fff;
    justify-content: center;
  }

}

/* Premium Dropdown Navigation - Matches Screenshot */
.nav .dropdown {
  position: relative;
  display: flex !important;
  align-items: center;
}

.nav .container {
  display: flex;
  gap: 32px; /* Standard spacing between items */
  align-items: center;
}

/* Base styles for Top Level Links */
.nav .container > a,
.nav .dropdown > .dropdown-toggle {
  display: flex !important;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  padding: 12px 0;
  color: #000 !important; /* Non-active links are black */
  font-size: 18px; /* Slightly larger like screenshot */
  font-weight: 400;
  text-decoration: none !important;
  transition: color 0.2s ease;
}

/* Style for Active/Inicio links */
.nav .container > a.active,
.nav .container > a.active span {
  color: #0000ff !important;
}

.nav .dropdown-icon {
  transition: transform 0.3s ease;
  color: #000;
  width: 18px;
  height: 18px;
  pointer-events: none;
}

.nav .dropdown:hover > .dropdown-toggle .dropdown-icon {
  transform: rotate(180deg);
}

/* Dropdown Menu Box */
.nav .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #ffffff;
  min-width: 180px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 0;
  z-index: 1000;
  list-style: none;
  margin: 0;
  display: flex;
  flex-direction: column;
  
  /* Initial state */
  visibility: hidden;
  opacity: 0;
  transform: translateY(5px);
  pointer-events: none;
  transition: all 0.2s ease-out;
}

.nav .dropdown:hover > .dropdown-menu,
.nav .dropdown-item.has-submenu:hover > .dropdown-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.nav .dropdown-item {
  position: relative;
  width: 100%;
}

.nav .dropdown-item a {
  padding: 10px 20px !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center;
  color: #000 !important;
  text-decoration: none !important;
  font-size: 16px;
  font-weight: 400;
  transition: background 0.2s ease;
}

.nav .dropdown-item a:hover {
  background: #f8f9fa;
}

/* Submenu - Matches Screenshot positioning */
.nav .dropdown-item .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: -5px; /* Slight overlap for better hover experience */
  transform: translateX(5px);
}

.nav .dropdown-item.has-submenu:hover > .dropdown-menu {
    transform: translateX(0);
}

.nav .submenu-icon {
  color: #000;
  width: 16px;
  height: 16px;
}

/* Hide for mobile functionality already exists below */

/* Mobile Adjustments */
@media (max-width: 799px) {
  .mob .menu-toggle-btn {
    background: none;
    border: none;
    color: #000;
    cursor: pointer;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease;
  }

  .mob .menu-toggle-btn.active svg line:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  .mob .menu-toggle-btn.active svg line:nth-child(2) {
    opacity: 0;
  }

  .mob .menu-toggle-btn.active svg line:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .mob .menu-toggle-btn svg line {
    transition: all 0.3s ease;
    transform-origin: center;
  }

  .mob .menu-toggle-btn:active {
    transform: scale(0.9);
  }

  header .nav {
    display: block !important;
    position: fixed;
    top: 60px; /* Adjust based on top-header height */
    left: 0;
    width: 100%;
    height: calc(100vh - 60px);
    background: #fff;
    z-index: 1000;
    overflow-y: auto;
    transform: translateX(100%);
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    border-top: 1px solid #f0f0f0;
    padding-top: 20px;
  }

  header .nav.show {
    transform: translateX(0);
  }

  .nav .container {
    flex-direction: column;
    align-items: stretch !important;
    gap: 0 !important;
    padding: 0 24px !important;
    width: 100% !important;
  }

  .nav .container > a,
  .nav .dropdown > .dropdown-toggle {
    padding: 16px 0;
    border-bottom: 1px solid #f5f5f5;
    width: 100%;
    display: flex !important;
    justify-content: space-between !important;
    color: #333 !important;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none !important;
  }

  .nav .container > a.active,
  .nav .container > a.active span {
    color: #0000ff !important;
  }
  
  .nav .dropdown-menu {
    position: static !important;
    display: none !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: none !important;
    box-shadow: none !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #fff !important;
    width: 100% !important;
  }

  /* Indentation and styling for nested levels */
  .nav .dropdown-menu .dropdown-item {
    border-left: 2px solid #eee;
    margin-left: 16px;
  }

  /* Specific styling for 2nd level and beyond */
  .nav .dropdown-menu .dropdown-menu .dropdown-item {
    border-left: 1px dashed #ddd;
    margin-left: 12px;
  }

  .nav .dropdown-item a {
    padding: 14px 16px !important;
    font-size: 16px;
    border-bottom: 1px solid #fafafa;
  }

  .nav .dropdown-item:last-child > a {
    border-bottom: none;
  }

  /* Blue indicator for the active hierarchy branch */
  .nav .dropdown.open > .dropdown-toggle,
  .nav .dropdown-item.has-submenu.open > a {
    color: #0000ff !important;
    font-weight: 600;
  }

  /* Show submenu if parent has 'open' class */
  .nav .dropdown.open > .dropdown-menu,
  .nav .dropdown-item.has-submenu.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
  }

  .nav .dropdown-icon, .nav .submenu-icon {
    display: block !important;
    padding: 8px; /* Larger target area */
    margin-right: -8px;
    pointer-events: auto; /* Allow clicking the icon specifically */
    transition: transform 0.3s ease;
  }

  /* Different rotation for arrow-down vs arrow-right */
  .nav .dropdown.open > .dropdown-toggle .dropdown-icon {
    transform: rotate(180deg);
  }

  .nav .dropdown-item.has-submenu.open > a .submenu-icon {
    transform: rotate(90deg);
  }

  .nav .dropdown-toggle span {
    pointer-events: none; /* Let the link handle it or we catch the icon */
  }
}



