.OpS-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: #090909;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9997;
    border-bottom: 1px solid #525050;
  }
  .submenu-link {
    font-size: 25px !important;
    font-weight: bold !important;
    color: #00c67c !important;
    text-decoration: none;
    color: inherit;
    display: flex !important;
  }
  .ct-account-item,
  .ct-header-search,
  .ct-cart-item {
    position: fixed !important;
    top: 7px;
    z-index: 9999 !important;
  }
  .ct-cart-item {
    right: 8%;
  }

  .OpS-menu {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 0;
    margin: 0;
    align-items: center;
  }

  .OpS-menu li {
    display: flex;
    align-items: center;
  }

  .OpS-menu a {
    color: white;
    text-decoration: none;
    padding: 0px 8px 0px 8px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    transition: 0.5s;
  }

  .OpS-menu a:hover {
    color: #08ec8c;
  }

  .OpS-menu li:first-child svg {
    width: 40px;
    height: 40px;
    display: block;
    margin: 0;
  }

  .submenu-container {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100vw;
    height: 20vw;
    background: #121212;
    visibility: hidden;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.3s ease-out, opacity 0.3s ease-out,
      visibility 0.3s ease-out;
  }
  .dropdown.repuestos-herramientas:hover .submenu-container {
    height: 42vw;
  }
  .dropdown.Accesorios:hover .submenu-container {
    /*height: 25vw;*/
  }
  .dropdown.repuestos-herramientas:hover .submenu-content {
    max-width: 60%;
  }
  .dropdown.Audio-y-Video:hover .submenu-content,
  .dropdown.Blogs:hover .submenu-content {
    max-width: 40%;
  }

  .dropdown.Accesorios:hover .submenu-content {
    max-width: 40%;
  }
  .submenu-content {
    display: flex;
    justify-content: space-between;
    max-width: 50%;
    margin: 0 auto;
  }
  .dropdown:hover .submenu-container {
    visibility: visible;
    opacity: 1;
    transform: scaleY(1);
  }
  .submenu-column {
    display: flex;
    flex-direction: column;
    text-align: left;
  }
  .submenu-column p {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 5px;
  }
  .submenu-column a {
    color: white;
    text-decoration: none;
    font-size: 15px;
    text-align: left;
    padding: 3px 0;
    transition: 0.5s;
  }
  .submenu-column a:hover {
    color: #525050;
  }
  .submenu-general-title {
    font-size: 25px !important;
    text-align: center !important;
    width: 100%;
    margin-bottom: -0.5%;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }

  .submenu-link {
    font-size: 25px !important;
    font-weight: bold !important;
    color: #00c67c !important;
    text-decoration: none;
    display: inline-block !important;
    width: 100%;
    text-align: center !important;
  }
  .submenu-title {
    font-size: 22px !important;
    font-weight: bold !important;
    color: white !important;
    text-align: left;
    margin: 0px !important;
    padding: 0px !important;
    transition: 0.5s;
  }
  .submenu-title:hover {
    color: #525050 !important;
  }
  .submenu-subtitle {
    font-size: 17px !important;
    font-weight: bold !important;
    text-align: left !important;
    color: #08ec8c !important;
    text-decoration: none;
    display: block;
    padding: 3px 0 !important;
    margin: 0px !important;
    transition: 0.5s;
  }
  .submenu-subtitle:hover {
    color: #525050 !important;
  }
  body {
    padding-top: 50px;
    font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
      "Lucida Sans", Arial, sans-serif;
  }
  .boton-menu-OpS {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
    outline: none;
    border: 0;
    background: transparent;
    padding: 0;
    font-size: inherit;
    font-family: inherit;
    width: 12rem;
    height: auto;
  }
  .boton-menu-OpS .circle-OpS {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: relative;
    display: block;
    margin: 0;
    width: 3rem;
    height: 3rem;
    background: #121212;
    border-radius: 1.625rem;
    border: 2px solid transparent;
  }
  .boton-menu-OpS .circle-OpS .icon {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
  }
  .boton-menu-OpS .circle-OpS .icon.arrow {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    left: 0.625rem;
    width: 1.125rem;
    height: 0.125rem;
    background: none;
  }
  .boton-menu-OpS .circle-OpS .icon.arrow::before {
    position: absolute;
    content: "";
    top: -0.29rem;
    right: 0.0625rem;
    width: 0.625rem;
    height: 0.625rem;
    border-top: 0.125rem solid #fff;
    border-right: 0.125rem solid #fff;
    transform: rotate(45deg);
  }
  .boton-menu-OpS .button-text {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.75rem 0;
    margin: 0 0 0 1.85rem;
    color: #fff;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
    text-transform: uppercase;
  }

  .boton-menu-OpS:hover .circle-OpS {
    width: 100%;
    border: 2px solid #525050;
  }
  .boton-menu-OpS:hover .circle-OpS .icon.arrow {
    background: #fff;
    transform: translate(1rem, 0);
  }
  .boton-menu-OpS:hover .button-text {
    color: #08ec8c;
  }
  .submenu-grid {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 70px !important;
    flex-wrap: wrap !important; /* Asegura que se ajusten correctamente si hay muchas imágenes */
    padding: 5px 0 !important;
  }
  .mobile-only {
    display: none;
  }
  @media (max-width: 768px) {
    body {
      padding-top: 0 !important;
    }
    .submenu-container {
    height: 100vh !important; 
}
  }
  @media (max-width: 768px) {
    .ct-cart-item {
      right: 12%;
    }
    .ct-header-search {
      left: 32%;
    }
    .ct-header-search,
    .ct-account-item,
    .ct-cart-item {
      top: 11px !important;
    }
    .OpS-nav {
      top: 37px;
    }
    .OpS-nav {
      display: flex;
      flex-direction: column;
      position: fixed;
      text-align: left !important;
      top: 0;
      width: 100%;
      background: #121519;
      overflow: hidden;
    }

    .OpS-menu {
      display: flex;
      flex-direction: column;
      width: 100%;
      padding: 0 !important;
      margin: 0 !important;
      background: #121519;
      z-index: 1000;
      box-sizing: border-box;
    }

    .OpS-menu li {
      width: 100%;
      text-align: left !important;
      border-bottom: 1px solid #525050;
      cursor: pointer;
      background: #121519;
      color: white;
      margin: 0 !important;
      padding: 0 !important;
    }

    .OpS-menu li a {
      display: block;
      width: 100%;
      color: white;
      font-size: 14px;
      text-decoration: none;
      text-align: left !important;
    }

    .submenu-container {
      position: fixed !important;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      background: #121519;
      z-index: 1001;
      overflow: hidden;
      transform: translateX(-100%);
      transition: transform 0.3s ease-in-out;
      padding: 0 !important;
      margin: 0 !important;
    }

    .submenu-container.active {
      transform: translateX(0);
    }

    .submenu-content {
      display: flex;
      flex-direction: column;
      align-items: flex-start !important;
      width: 100%;
      box-sizing: border-box;
      padding-left: 20px;
      margin-left: 0 !important;
    }

    .submenu-column {
      width: 100% !important;
      max-width: 100%;
      text-align: left;
      align-items: flex-start;
      padding-left: 0;
      margin-left: 0 !important;
    }

    .submenu-general-title {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      gap: 10px;
      color: #08ec8c;
      font-size: 16px;
      margin-bottom: 10px;
    }

    .submenu-title,
    .submenu-subtitle {
      display: block;
      color: #08ec8c;
      font-size: 15px;
      margin-top: 10px;
      margin-bottom: 5px;
    }

    .submenu-column a {
      display: block;
      color: white;
      font-size: 14px;
      text-decoration: none;
      white-space: nowrap;
      padding-left: 0;
      margin-left: 0 !important;
    }

    .submenu-general-title {
      display: flex !important;
      align-items: center !important;
      gap: 10px !important;
      justify-content: flex-start !important;
      width: 100% !important;
      margin: 0 !important;
      padding: 0 !important;
    }

    .boton-regresar {
      align-items: center !important;
      justify-content: center !important;
      width: 30px !important;
      height: 30px !important;
      cursor: pointer !important;
      top:5px;
      margin: 0 !important;
      padding: 0 !important;
      flex-shrink: 0 !important;
    }
.boton-regresar {
    display: flex;
    align-items: center;
    gap: 6px; /* Espacio entre ícono y texto */
}
    .boton-regresar svg {
      width: 20px !important;
      height: 20px !important;
    }

    .submenu-link {
      flex-grow: 1 !important;
      white-space: nowrap !important;
    }
    .boton-menu-OpS {
      display: block;
      width: 100%;
      color: white;
      background: none;
      border: none;
      margin: 0 0 20% 0 !important;
    }

    .OpS-menu.oculto {
      display: none !important;
    }
    .dropdown.Accesorios:hover .submenu-container {
      height: auto;
      max-height: 100%;
      overflow-y: auto;
    }

    .dropdown.repuestos-herramientas:hover .submenu-container {
      height: 100%;
      overflow-y: auto;
    }
    .submenu-grid {
      display: grid !important;
      grid-template-columns: repeat(3, 1fr) !important;
      grid-template-rows: repeat(2, auto) !important;
      gap: 20px !important;
      justify-items: center !important;
      align-items: center !important;
      padding: 15px 10px !important;
    }

    .submenu-grid .submenu-item img {
      width: 80px !important;
      height: auto !important;
      max-width: 110px !important;
    }

    .submenu-grid .submenu-item {
      display: flex !important;
      justify-content: center !important;
    }
    .ct-toggle-close {
      z-index: 9999 !important;
    }

    .menu-logo-container {
      display: flex !important;
      align-items: center !important;
      gap: 8px !important;
    }

    .menu-logo-container svg {
      width: 40px !important;
      height: 40px !important;
    }

    .menu-logo-text {
      font-size: 16px !important;
      font-weight: bold !important;
      color: white !important;
      white-space: nowrap !important;
    }
  }
  
  @media (min-width: 769px) and (max-width: 1000px) {
   .ct-cart-item {
      right: 10%;
    }
    .ct-header-search {
      left: 10%;
    }
    .ct-account-item{
      left: 7%;
    }
 
    .OpS-nav {
      top: 37px;
    }
    .OpS-nav {
      display: flex;
      flex-direction: column;
      position: fixed;
      text-align: left !important;
      top: 0;
      width: 100%;
      background: #121519;
      overflow: hidden;
    }

    .OpS-menu {
      display: flex;
      flex-direction: column;
      width: 100%;
      padding: 0 !important;
      margin: 0 !important;
      background: #121519;
      z-index: 1000;
      box-sizing: border-box;
    }

    .OpS-menu li {
      width: 100%;
      text-align: left !important;
      border-bottom: 1px solid #525050;
      cursor: pointer;
      background: #121519;
      color: white;
      margin: 0 !important;
      padding: 0 !important;
    }

    .OpS-menu li a {
      display: block;
      width: 100%;
      color: white;
      font-size: 14px;
      text-decoration: none;
      text-align: left !important;
    }

    .submenu-container {
      position: fixed !important;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      background: #121519;
      z-index: 1001;
      overflow: hidden;
      transform: translateX(-100%);
      transition: transform 0.3s ease-in-out;
      padding: 0 !important;
      margin: 0 !important;
    }

    .submenu-container.active {
      transform: translateX(0);
    }

    .submenu-content {
      display: flex;
      flex-direction: column;
      align-items: flex-start !important;
      width: 100%;
      box-sizing: border-box;
      padding-left: 20px;
      margin-left: 0 !important;
    }

    .submenu-column {
      width: 100% !important;
      max-width: 100%;
      text-align: left;
      align-items: flex-start;
      padding-left: 0;
      margin-left: 0 !important;
    }

    .submenu-general-title {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      gap: 10px;
      color: #08ec8c;
      font-size: 16px;
      margin-bottom: 10px;
    }

    .submenu-title,
    .submenu-subtitle {
      display: block;
      color: #08ec8c;
      font-size: 15px;
      margin-top: 10px;
      margin-bottom: 5px;
    }

    .submenu-column a {
      display: block;
      color: white;
      font-size: 14px;
      text-decoration: none;
      white-space: nowrap;
      padding-left: 0;
      margin-left: 0 !important;
    }

    .submenu-general-title {
      display: flex !important;
      align-items: center !important;
      gap: 10px !important;
      justify-content: flex-start !important;
      width: 100% !important;
      margin: 0 !important;
      padding: 0 !important;
    }

    .boton-regresar {
      display: inline-flex !important;
      align-items: center !important;
      justify-content: center !important;
      width: 30px !important;
      height: 30px !important;
      cursor: pointer !important;
      margin: 0 !important;
      padding: 0 !important;
      flex-shrink: 0 !important;
    }

    .boton-regresar svg {
      width: 20px !important;
      height: 20px !important;
    }

    .submenu-link {
      flex-grow: 1 !important;
      white-space: nowrap !important;
    }
    .boton-menu-OpS {
      display: block;
      width: 100%;
      color: white;
      background: none;
      border: none;
      margin: 0 0 20% 0 !important;
    }

    .OpS-menu.oculto {
      display: none !important;
    }
    .dropdown.Accesorios:hover .submenu-container {
      height: auto;
      max-height: 100%;
      overflow-y: auto;
    }

    .dropdown.repuestos-herramientas:hover .submenu-container {
      height: 100%;
      overflow-y: auto;
    }
    .submenu-grid {
      display: grid !important;
      grid-template-columns: repeat(3, 1fr) !important;
      grid-template-rows: repeat(2, auto) !important;
      gap: 20px !important;
      justify-items: center !important;
      align-items: center !important;
      padding: 15px 10px !important;
    }

    .submenu-grid .submenu-item img {
      width: 80px !important;
      height: auto !important;
      max-width: 110px !important;
    }

    .submenu-grid .submenu-item {
      display: flex !important;
      justify-content: center !important;
    }
    .ct-toggle-close {
      z-index: 9999 !important;
    }

    .menu-logo-container {
      display: flex !important;
      align-items: center !important;
      gap: 8px !important;
    }

    .menu-logo-container svg {
      width: 40px !important;
      height: 40px !important;
    }

    .menu-logo-text {
      font-size: 16px !important;
      font-weight: bold !important;
      color: white !important;
      white-space: nowrap !important;
    }
}
@media (min-width: 1001px) and (max-width: 1300px) {
  .OpS-nav {
    height: auto;
    padding: 0 10px;
  }
      .submenu-container{
          /*height: 40vh !important*/
      }
     .dropdown.repuestos-herramientas:hover .submenu-container {
      height: 90vh !important;
      overflow-y: auto;
    }
     .dropdown.Accesorios:hover .submenu-container {
        height: 45vw !important;
      }
    .submenu-grid .submenu-item img {
      width: 40px !important;
      height: auto !important;
      max-width: 120px !important;
    }

  .OpS-menu {
    gap: 8px;
  }

  .OpS-menu li a {
    font-size: 13px;
    padding: 0 6px;
  }

  .submenu-content {
    max-width: 65%;
  }

  .submenu-column a {
    font-size: 14px;
  }

  .submenu-title {
    font-size: 20px !important;
  }

  .submenu-subtitle {
    font-size: 15px !important;
  }

  .submenu-general-title {
    font-size: 22px !important;
  }

  .submenu-grid {
    gap: 10px !important;
  }

  .submenu-grid .submenu-item img {
    width: 90px !important;
    max-width: 100px !important;
  }
}
 

      .submenu-container{
          height: 60vh;
          max-height: 100vh !important;
      }
     .dropdown.repuestos-herramientas:hover .submenu-container {
      height: 93vh !important;
      overflow-y: auto;
    }
     .dropdown.repuestos-herramientas:hover .submenu-column a {
      font-size:11px !important;
    }
     .dropdown.Accesorios:hover .submenu-container {
        /*height: 35vw !important;*/
      }
 
