*::-webkit-scrollbar {
  display: none;
}

@media (max-width: 1325px) {
  body header .header-main nav .links-text {
    display: none;
  }
}

@media (max-width: 1250px) {
  ul.category-item-details ul.pack-list {
    min-height: max-content;
    gap: 2em;
    grid-template-columns: repeat(2, 1fr) !important;
  }
  
  ul.category-item-details {
    height: 30em;
    background-color: var(--bg-muted);
    grid-auto-flow: column;
    grid-template-rows: repeat(10, 1fr) !important;
    gap: 1em;
    overflow-y: scroll;
    overflow-x: hidden;
  }




  body main section.heroe .pres {
    padding: 0;
  }
}

@media (max-width: 1080px) {
  body header .header-main form.searchBox {
    max-width: 50%;
  }
  .services-container {
    height: max-content !important;
    grid-template-columns: repeat(2, 1fr) !important;
    grid-template-rows: repeat(2, 1fr) !important;
  }
  .newsletters-container form {
    width: 70% !important;
  }

  
  body main section.entrance .entrance-container form button {
    width: 5em;
  }
  body main section.entrance .entrance-container form span {
    display: none;
  }


  body main section.heroe .pres {
    flex-direction: column;
    gap: 2em;
    margin: 2em 0;
    padding: 2em;
    text-align: center;
  }

  body main section.heroe .pres .features {
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
    gap: 1em !important;
  }
  body main section.heroe .all-categories {
    grid-template-columns: repeat(4, 1fr);
    gap: 2em;
  }

  
  body footer .structure {
    gap: 1em;
  }
  body footer .structure div {
    width: 90%;
  }
}

@media (max-width: 960px) {
  ul.category-item-details ul.pack-list {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  
  ul.category-item-details ul.pack-list li {
    width: 65% !important;
  }

  .categories-items button.category-item {
    text-indent: 0em;
    gap: 0em;
    max-width: max-content;
  }
  .categories-items button.category-item span {
    display: none !important;
  }
  .categories-items {
    height: 30em;
    width: 5em !important;
  }
  
  ul.category-item-details {
    width: calc(100% - 5em) !important;
  }
  
  ul.category-item-details {
    grid-auto-flow: row;
    grid-template-rows: repeat(13, 1fr) !important;
  }
  .newsletters-container form {
    width: 80% !important;
  }
  .newsletters-container form label {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 2em;
    font-size: 1em;
  }


  
  body main section.heroe .pres .features {
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    gap: 2em;
  }
  
  body main section.heroe .pres .features .feature {
    width: 100%;
  }
  body main section.heroe .all-categories {
    grid-template-columns: repeat(3, 1fr);
  }


  
  body footer .structure {
    grid-template-columns: repeat(3, 1fr);
  }


  body .sep {
    margin: 3em 0;
  }
}

@media (max-width: 768px) {
  body header .header-main form.searchBox {
    display: none;
  }

  .newsletters-container form *{
    font-size: 1em !important;
  }
  .newsletters-container form button:has(svg) {
    font-size: 1em !important;
  }

  
  body footer .nav {
    gap: 1em;
  }


  body .sep {
    margin: 2em 0;
  }
  
  body footer .footer-end {
    flex-direction: column;
    gap: 1em;
    text-align: center;
  }
}

@media (max-width: 630px) {
  body header .header-features .header-features-items button span {
    display: none;
  }
  .best-sellers-container .best-sellers-content {
    max-height: max-content !important;
    flex-direction: column;
    justify-content: start !important;
    overflow: scroll !important;
    margin: 2em 0 !important;
  }
  .best-sellers-container .best-sellers-content img,
  .best-sellers-container .best-sellers-content .best-sellers-actions {
    width: 70% !important;
  }
  .best-sellers-container .best-sellers-content .best-sellers-actions {
    max-height: max-content !important;
    overflow: visible !important;
  }
  
  body main section.heroe .pres .features {
    grid-template-columns: repeat(2, 1fr);
  }
  body main section.heroe .all-categories {
    grid-template-columns: repeat(2, 1fr);
  }

  body footer .structure {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 580px) {
  .services-container {
    height: max-content !important;
    grid-template-columns: repeat(1, 1fr) !important;
    grid-template-rows: repeat(3, 1fr) !important;
  }
  body header > *,
  body header ~ * {
    padding-right: 0 2em;
    padding-left: 0 2em;
  }
  body header ~ main {
    padding-top: 10em;
  }
  ul.category-item-details {
    grid-auto-flow: row;
    grid-template-rows: repeat(30, 1fr) !important;
  }  
  body main section.entrance .entrance-container form {
    width: 80%;
  }
  
  body footer .nav li {
    font-size: 1em;
  }
}

@media (max-width: 483px) {
  body header > *,
  body header ~ * {
    padding: 0 1em;
  }
  body header ~ main {
    padding-top: 10em;
  }
  ul.category-item-details ul.pack-list > li {
    width: 95% !important;
  }
  .best-sellers-container .best-sellers-content .buttons {
    height: max-content !important;
    flex-direction: column !important;
    padding: 1em 0 !important;
    gap: 1em;
  }
  .best-sellers-container .best-sellers-content .buttons a {
    width: 80% !important;
  }
  .newsletters-container form button:has(svg) {
    height: 5em;
    width: 5em !important;
  }
  .newsletters-container form button:has(svg) span {
    display: none;
  }
  .menu-right-active {
    width: 20em !important;
  }
  .menu-right .menu-right-closer {
    height: calc(5em - 3px);
    width: 5em !important;
  }
  .menu-right .menu-right-closer span,
  .menu-right-header button span {
    display: none !important;
  }
  .menu-right-main .cart-elements .sign-in .set-account {
    flex-direction: column;
    height: calc(3.5em * 3) !important;
  }


  body main {
    min-height: 390vh !important;
  }
  
  body main section.heroe {
    height: 40vh;
  }
  body main section.heroe .pres {
    padding: 0;
  }
  body main section.heroe .pres .features .feature {
    padding: .3em;
  }
  body main section.heroe .pres h1 {
    font-size: 1.5em;
  }
  body main section.heroe .pres .features .feature p {
    font-size: 1.3em;
  }
  body main section.heroe .all-categories > .category {
    height: 10em;
    width: 10em;
  }
  body main section.heroe .all-categories > .category * {
    transform: scale(.9);
  }

  

  
  body footer .nav li {
    font-size: 1em;
    padding: .2em .5em;
    border-radius: 2em;
  }
  body footer .structure {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 375px) {
  body main {
    height: 460vh !important;
  }
  body main section.heroe .pres .features {
    grid-template-columns: repeat(1, 1fr);
  }
  body main section.heroe .pres .features .feature {
    width: 100%;
    justify-content: start;
  }
  

  body footer .nav li {
    font-size: .7em;
    font-weight: bold;
  }
}