
/* Listagem de Produtos na category*/

@media only screen and (max-width: 1450px) {
 /* .list_all .product_list {
    grid-template-columns: repeat(2, 1fr);
  }
*/
  .big {
    max-width: 550px;
  }

  .thumbs {
    max-width: 137px;
  }
  .thumbs img {
    max-height: 150px;
    width: auto;
  }
}

/* Estilos para desktops mais pequenos*/
@media only screen and (max-width: 1250px) {

  .product_card h1 {font-size:18px}
  .menu_right {
    flex-direction: column;
  }

  .product_page {
    flex-direction: column;
    row-gap: 40px;
  }

  .product-details {
    max-width: 100%;
  }

  /*Página de produto, slick */
  .product_page_img,
  .product-details {
    width: 100%;
  }

  .product_page_img {
    flex-direction: column-reverse;
  }

  .thumbs {
    margin-top: 40px !important;
    max-width: 650px;
    margin: auto;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    max-height: 196px;
  }

  .product_page .big {
    margin: auto;
  }

  .product_page .big img {
    max-width: 70%;
  }
  /* 2025-07-18 - Funcionamento do Vídeo no Produto */
  .product_page .big video {
    max-width: 70%;
  }

  .thumb-image {
    margin-bottom: 0;
  }
  .thumb_div_video {
    min-height: 150px;
    display: flex !important;
    align-items: center;
    margin: auto;
    justify-content: center;
  }

  .product_page .product-div {
    max-width: 100%;
  }
  /*Página de produto, slick */

  /*Funcionamento menu mobile, falta o search */
  #menu_position_fix.search_active .only_mobile_logo {
    display: none; /* Esconde o logo para mobile */
  }

  #menu_position_fix.search_active .mobile-hamburger {
    width: 36px; /* Ajusta a largura do ícone de hambúrguer */
  }

  /* Esconder menu_mobile no mobile */
  #menu_position_fix.search_active .menu_mobile {
    display: none;
  }

  .mobile-hamburger {
    width: 168px;
  }
  .only_mobile_logo {
    display: flex;
    width: 100%;
    justify-content: center;
  }
  .only_mobile .logo {
    display: flex;
    margin: auto;
  }
  .menu_left,
  .menu_right {
    width: 100%;
    justify-content: left;
  }
  .menu_mobile.sidebar-open .menu_list {
    flex-direction: column;
    align-items: baseline;
    justify-content: start;
    margin-bottom: 20px;
  }
  .menu_mobile.sidebar-open .logo {
    display: none;
  }
  .menu_mobile {
    position: absolute;
    top: 90px;
    left: 0;
    width: 100%;
    height: calc(100dvh - 136px);
    background: white;
    flex-direction: column;
    margin: 0;
    display: none;
    z-index: 1;
    padding: 3rem 30px 0 30px;
    text-align: left;
    align-items: flex-start;
    overflow-y: auto;
    box-sizing: border-box;
  }
  .mobile-hamburger {
    display: block;
  }
  .toggle-sidebar {
    position: relative;
    display: block;
    width: 30px;
    height: 36px;
    margin: 0 0px 0 0px;
    background: transparent;
    font-size: 0;
    color: transparent;
    z-index: 100;
    top: 0px;
  }
  .toggle-sidebar:before {
    margin-top: -1px;
    height: 16px;
    border-top: 2px solid black;
    border-bottom: 2px solid black;
    content: "";
    display: block;
    position: absolute;
    top: 12px;
    width: 28px;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .toggle-sidebar:after {
    height: 2px;
    background: black;
    content: "";
    display: block;
    position: absolute;
    top: 18px;
    width: 28px;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .toggle-sidebar.sidebar-open:before {
    transform: rotate(135deg);
    height: 0;
    border-bottom: 0;
    margin-top: 0;
    border-top: 2px solid black;
    top: 18px;
  }
  .toggle-sidebar.sidebar-open:after {
    transform: rotate(225deg);
    background-color: black;
  }
  .nav-container {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    z-index: 99;
  }
  .overlay_cta {
    padding: 20px;
    background-color: rgb(255 255 255 / 80%);
    border-radius: 5px;
  }
  .overlay_cta:empty {
    background-color: red;
  }
/*
  .product_list {
    grid-template-columns: repeat(2, 1fr);
  }*/
  .tips_at_home {
    grid-template-columns: repeat(2, 1fr);
  }

  /*Footer */
  .footer_logo {
    max-width: 260px;
  }
  .footer_logo img {
    max-width: 150px;
    height: auto;
  }
  .footer_bottom {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
    gap: 10px;
  }
  .copyright {
    justify-content: end;
    display: flex;
  }
  /*
.main_banner {
  height: 80vh;
}*/

  .text_list {
    max-width: 90%;
  }

  .newsletter_email {
    gap: 20px;
  }

  .area_reservada {
    gap: 80px;
  }
  .profile_menu {
    padding: 50px 30px;
    max-width: 330px;
  }
  .order_history_table th,
  .order_history_table td {
    padding: 10px;
  }

  .orderhistory_header {
    flex-direction: column;
  }

  .cart_box h1 {
    font-size: 18px;
  }
  .code_promo input {
    font-size: 14px;
    padding: 0 5px 0 35px;
  }
  .cart_values_total {
    font-size: 18px;
  }
  .code_promoicon {
    max-width: 20px;
    height: auto;
  }

  /*mudanças Angela 2025/07/04 ------------------------////////*/
  .submenu_list1 .absolute {
    position: inherit;
  }
  .submenu_list1 {
    display: flex;
    flex-direction: column;
  }

  .submenu_list {
    padding: 10px 0px 0px 20px;
    margin: 0 0 0 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  .submenu_list div {
    margin-bottom: 0;
  }
  /*JD-06-08-2025*/

  .menu_right {
    border-top: 1px solid var(--brown-title);
    margin-bottom: 20px;
    padding-top: 20px;
  }
  .title-mobile-menu {
    display: block;
    font-size: 25px;
    padding-bottom: 20px;
  }
}

/* Estilos para dispositivos móveis e tablets */

@media only screen and (max-width: 1080px) {

  .product_card .image {
    top: -20px;
  }
  
.product_card {
  padding: 10px 10px 10px 10px;
}
  .form_contact,
  .map {
    width: 100%;
  }

  .cta.back-banner {
    padding: 80px 0 !important;
  }

  .top100 {
    margin-top: 40px !important;
  }

  .section_category {
    flex-direction: column;
  }

  .section_category.top100 {
    margin-top: 0 !important;
  }

  .all_filters {
    margin-top: 57px;
  }

  .filters {
    max-width: 100%;
    width: 100%;
  }

  .filter_box.expanded {
    display: none;
  }

  .filter_box.show {
    display: flex;
    position: fixed;
    z-index: 9999999;
    background: white;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    flex-direction: column;
  }

  .filtermobile {
    width: 100%;
    height: calc(100vh - 81px);
    padding: 1rem;
    overflow-y: scroll;
  }

  .btn_filtromobile {
    display: flex;
    gap: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    background: white;
    padding: 1rem 0;
  }

  .btn_filtromobile button {
    margin: 0 1rem;
  }

  .btnclose_filtromobile {
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    background-color: white;
    padding: 1rem;
    z-index: 9999;
  }
  /* Estilo para o botão */
  #filterButton {
    position: fixed;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 40px;
    background: white;
    color: var(--brown-title);
    border: none;
    border-radius: 10px;
    cursor: pointer;
    z-index: 2;
    margin-bottom: 0;
  }
  #filterButton h1 {
    color: var(--brown-title);
  }

  .show_options select {
    font-size: 14px;
    padding: 8px 0 8px 0;
  }

  .show_options .show_results {
    display: none;
  }

  .order_end_page {
    box-shadow: none;
  }


  .cart_page {
    flex-direction: column;
  }

  .cart_list,
  .cart_end {
    width: 100%;
  }

  /* TODO, melhorar página produto responsivo */

  .profile_menu {
    padding: 25px;
    max-width: 100%;
  }
  .profile_menu_list {
    overflow-y: hidden;
    margin-top: 0px;
    border-right-width: 0;
    display: flex;
    width: 100%;
    flex-direction: row;
    gap: 0;
  }

  .profile_menu_list .menu_item {
    display: flex;
    width: 100%;
    padding: 10px 20px;
    border: 0;
    text-wrap: nowrap;
    flex-direction: column;
  }

  .profile_menu_list .menu_item_on::after {
    display: none;
  }

  .area_reservada {
    flex-direction: column;
    gap: 40px;
  }

  .form_map {
    flex-direction: column;
  }

  .text_list {
    max-width: 100%;
  }

  .values_list .value p:nth-of-type(1) {
    font-size: 14px;
  }
  .values_list .value p:nth-of-type(2) {
    font-size: 16px;
    font-weight: 500;
  }

  .subcat_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .product_cats .cart {
    margin: auto;
  }
  .cookie-inner-wrapper {
    flex-direction: column;
  }
  .cookie-message-wrapper span {
    line-height: 1;
    text-align: center;
  }
  .cookie-inner-wrapper .button {
    margin-top: 10px;
  }
  .cookie-inner-wrapper a {
    padding-top: 10px;
  }
  .btn_cookie_accept {
    width: fit-content;
    margin: 0 auto;
    margin-top: 10px;
  }
  .page-popup.open .page-popup-content {
    margin: 20% auto;
    max-width: 90%;
  }
  .page-popup.open .page-popup-content .page-popup-inner-content img {
    width: 100%;
  }
  /* img { display: inline-block; vertical-align: middle; max-width: 100%; height: auto; -ms-interpolation-mode: bicubic; }*/
  .cta_content {
    flex-wrap: wrap;
  }
  .cta_text_box,
  .cta_special {
    width: 100%;
  }
  .cta3 .cta_image img {
    margin: auto;
  }
  .width80 {
    width: 100%;
  }
  .back-banner {
    height: auto;
    padding: 40px 0;
  }
  .footer_logo {
    max-width: 250px;
  }
  .newsletter {
    flex-direction: column;
  }
  .subscribe1,
  .subscribe2 {
    width: 100%;
  }
  h6 {
    font-size: 40px;
  }

  h4 {
    font-size: 50px;
  }
  h3 {
    font-size: 32px;
  }
  h2 {
    font-size: 26px;
  }
  h1 {
    font-size: 22px;
  }

  .top80 {
    margin-top: 40px !important;
  }
  .top60 {
    margin-top: 40px !important;
  }
  .bottom150 {
    margin-bottom: 80px !important;
  }
  .bottom200 {
    margin-bottom: 100px !important;
  }
  .bottom100 {
    margin-bottom: 60px !important;
  }
  .bottom80 {
    margin-bottom: 40px !important;
  }
  .bottom60 {
    margin-bottom: 30px !important;
  }
  .bottom40 {
    margin-bottom: 20px !important;
  }

  .main_banner {
    margin-bottom: 20px !important;
  }
  /*

.cta.back-banner {
  padding: 50px 0;
}*/
  .cta p {
    font-size: 18px;
  }

  .cta_text_box ul li {
    font-size: 18px;
  }

  .faq_pf {
    padding: 25px;
  }
  .tab-btn {
    font-size: 20px;
    height: 50px;
  }
  .subscribe_btn {
    font-size: 16px;
  }
  .faq_function {
    max-height: 40px;
    max-width: 40px;
  }
  .newsletter_email {
    gap: 20px;
  }
  .footer_colunm * {
    font-size: 14px;
  }
  .footer_colunm h1 {
    font-size: 16px;
  }
  .footer_logo {
    max-width: 180px;
  }
  .footer_logo img {
    max-width: 130px;
  }
  .footer_bottom {
    font-size: 14px;
  }
  .footer_menu_bottom {
    gap: 10px;
  }
  .footer_container {
    padding: 80px 0;
  }
  .copyright {
    font-size: 12px;
  }
  .product_card .image {
    max-width: 140px;
  }

  .product_card .image img {
    max-height: 210px;
    width: auto;
    max-width: initial;
  }
  /*
  .product_card .image img {
    bottom: 10px;
  }*/

  .product_record {
    height: fit-content;
  }

  .coffee_section .cta_content {
    flex-wrap: nowrap;
  }

  .coffee_section .cta_text_box h2,
  .cta_text_box .title {
    margin-bottom: 10px;
    font-size: 22px;
  }
  .coffee_section .cta_text_box p {
    font-size: 17px;
    margin-bottom: 10px;
  }
  .coffee_section .cta p {
    line-height: 1.35;
  }
  .coffee_section .span_arrow {
    font-size: 16px;
  }
  .coffee_section .span_arrow::after {
    bottom: -2px;
  }

  .base_page {
    min-height: 80vh;
  }

  .logo img {
    width: 80%;
  }

  .menu {
    height: 70px;
  }

  .hide-for-small {
    display: none;
  }
}

/* Estilos para dispositivos móveis */
@media only screen and (max-width: 767px) {

  .info-order {
    flex-direction: column;
    gap:20px;
  }
  
  .info-order > div {
    width: 100%;
  }
  

  .cart_steps {
    justify-content: unset;
    overflow-x: auto;
    gap:40px;
  }
  .level_box .circle {
    width: 30px;
    height: 30px;
  }

  .levels {
    padding: 0 25px 0 10px;
  }
  .product_cats .tab-btn {
    font-size: 16px;
  }
  .bottom150 {
    margin-bottom: 60px !important;
  }
  .product_cats {
    min-height: 30vh;
  }

  .realprice.mobileonly {
    display: flex;
  }

  .cart_list .product_box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 20px 0;
  }
  .cart_list cart_list.product_box .cart_price {
    display: none;
  }

  .product-name {
    grid-column: 1 / 3;
  }

  .cart_price {
    gap: 15px;
  }

  .cart_item_step .cart_item {
    gap: 10px;
    max-width: min-content;
    padding-right: 40px;
  }
  .cart_item_step .circle {
    height: 30px;
    width: 30px;
    min-width: 30px;
  }
  .delivery {
    font-size: 14px;
    min-height: 45px;
  }

  .footer_grid {
    display: grid;
    row-gap: 40px;
    grid-template-columns: repeat(2, 45%);
  }
  .footer_grid > :nth-child(1) {
    grid-row: 2;
    grid-column: 1 / span 1;
  }
  .footer_grid > :nth-child(3) {
    grid-row: 1;
    grid-column: 2 / span 1;
  }
  .footer_colunm {
    width: 100%;
  }
  /*
  .product_list {
    grid-template-columns: 1fr !important;
  }*/
  .footer_flex {
    flex-direction: column;
  }
  .footer_logo {
    max-width: 100%;
    display: flex;
    margin-bottom: 40px;
  }
  h6 {
    font-size: 36px;
  }
  h4 {
    font-size: 46px;
  }
  h3 {
    font-size: 28px;
  }
  h2 {
    font-size: 24px;
  }
  h1 {
    font-size: 18px;
  }
  .subsc2 {
    font-size: 16px;
  }
  .subscribe_btn {
    font-size: 14px;
  }
  .faq_function {
    max-height: 40px;
    max-width: 40px;
  }
  .email {
    max-height: 40px;
  }
  .subscribe_btn {
    max-height: 40px;
  }
  .tips_at_home h1,
  .product_card h1 {
    font-size: 18px;
  }
  .buy_btn {
    font-size: 16px;
    max-height: 32px;
  }
  .product_card .content .product_title {
    height: 60px;
  }
  .menu .icons {
    gap: 8px;
  }
  .footer_menu_bottom {
    flex-wrap: wrap;
  }
  .copyright {
    justify-content: center;
  }
  .faq_pf {
    padding: 25px 15px;
  }

  .cta_text_box p,
  .cta_text_box ul li {
    font-size: 16px;
  }

  .footer_menu_bottom {
    margin: auto;
    text-align: center;
    justify-content: center;
  }
  .footer_container {
    padding: 40px 0 10px 0;
    margin: auto;
  }
  .footer_menu {
    gap: 10px;
  }
  .footer_colunm h1 {
    margin-bottom: 10px;
  }
  .email {
    font-size: 14px;
  }
  .newsletter_email {
    gap: 10px;
  }
  .subsc1 {
    font-size: 24px;
  }
  .footer_bottom {
    gap: 20px;
  }
  .values_list {
    justify-content: space-between;
  }
  .values_list .intersect {
    display: none;
  }

  .product_cats .tab-btn {
    min-width: fit-content;
    padding: 0 15px;
    height: 40px;
  }

  .text_list .box_text h6 {
    font-size: 20px;
  }
  .text_list .box_text span {
    font-size: 14px;
  }

  .coffee_section .cta_content {
    flex-wrap: wrap;
    padding: 20px;
  }
  .coffee_section .image_box img {
    border-radius: 25px;
  }
  .ctc_box_list {
    grid-template-columns: repeat(2, 1fr);
  }
  .ctc_box:nth-child(1) {
    order: 3;
    grid-column: span 2;
  }

  .cart_item_step .name {
    padding-right: 10px;
  }

  .product_card .content p {
    font-size: 12px;
  }


}

/* Estilos para dispositivos móveis mais pequenos */
@media only screen and (max-width: 500px) {


  .section_header .title{margin-top: 10px; text-align: left ;}
  .time_line_div {margin-top: 0 !important;}
  .text_list.time_line_div .box_text h6{font-size:14px}
  .text_list.time_line_div span {font-size:12px;}
  .text_list.time_line_div .box_text {padding:0 5px;}
  .levels {
    padding: 0;
  }

  .cart_item_step .name {
    font-size: 14px;
    padding-right: 0;
  }
  .cart_item_step .circle {
    height: 25px;
    width: 25px;
    min-width: 25px;
    font-size: 14px;
  }

  .text_list .intersect {
    display: none;
  }

  .section_one {
    display: flex;
    max-width: 90%;
    margin: auto;
  }

  .section_one .image_list {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
  }

  .section_one .text_list {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
    margin-top: 0 !important;
  }

  .section_one .box_text {
    flex: none;
  }

  .product_cats .tab-btn {
    padding: 0 15px;
  }

  .footer_colunm {
    width: auto;
  }

  .grid-container {
    padding: 0 15px;
  }
  .colunm_contact {
    display: none;
  }

  .footer_methods {
    grid-column: span 2;
    display: flex;
    flex-direction: column;
    align-items: center;
  } /* Fechar o seletor corretamente */

  .footer_logo img {
    margin: auto;
  }

  .footer_payments .list,
  .social_networking .list {
    margin: auto;
  }

  .menu {
    width: 95vw;
    display: flex;
    justify-content: space-between;

    padding: 0 15px;
  }

  .menu .logo {
    min-width: fit-content;
    margin: 0;
  }

  .mobile-hamburger {
    width: 50px;
  }

  .lang {
    font-size: 16px !important;
  }

  .menu .icons {
    margin-left: 0;
    align-items: center;
  }
  .only_mobile_logo {
    display: flex;
    width: fit-content;
  }
  .menu_all {
    justify-content: space-between;
  }

  .value .image img {
    max-width: 90px;
  }

  .values_list .value p:nth-of-type(1) {
    font-size: 12px;
  }
  .values_list .value p:nth-of-type(2) {
    font-size: 14px;
  }

  h6 {
    font-size: 30px;
  }
  h4 {
    font-size: 42px;
  }
  h3 {
    font-size: 26px;
  }
  h2 {
    font-size: 22px;
  }
  h1 {
    font-size: 16px;
  }
}
