/*
Theme Name: cartsy Child
Theme URI: https://redq.io/cartsy
Template: cartsy
Author: RedQ Team
Author URI: http://redq.io
Description: Cartsy WordPress E-Commerce Theme is perfect for increasing your sales, turnover and profits. This attractive-but-packed WooCommerce theme is literally the best E-Commerce theme for your next business.
Tags: e-commerce,two-columns,left-sidebar,right-sidebar,custom-background,custom-colors,custom-header,custom-menu,featured-images,full-width-template,threaded-comments,accessibility-ready,footer-widgets,sticky-post,theme-options,editor-style,translation-ready
Version: 1.6.4
Updated: 2021-09-19 12:21:25

*/


/* CARD GRID */

/*destaques card grid */
.cartsy-chlorine-product-card-thumb .featured-label {
    position: absolute !important;
    top: 10px !important;
    left: 10px !important;
    background-color: rgba(0, 0, 0, 0.7) !important;
    color: white !important;
    padding: 3px 8px !important;
    font-size: 10px !important;
    font-weight: bold !important;
    z-index: 10 !important;
    pointer-events: none !important;
}

.cartsy-chlorine-product-card-price {
    align-items: center;
    display: flex;
    font-size: 1.2rem!important;
    font-weight: 700!important;
    margin-top: 0px!important;
}
.cartsy-chlorine-product-card-location {
    font-size: .9rem!important;
    font-weight: 600!important;
}
/* SEARCH */

.cartsy-blocks-extended-search-block {
    --extendedSearchBg: #fff !important; /* Ajuste */
    --paddingY: 1.0625rem;
    --paddingX: 1rem;
    --borderColor: #e6e6e6;
    --sidebarWidth: 13.75rem !important; /* 220px */
    --gridGap: 1.5rem !important;       /* Ajuste */
    --sidebarBg: #fff;
    --sideBarPadding: 1rem;
    --checkBoxWidth: 1.0625rem;
    --checkBoxHeight: 1.0625rem;
    --checkBoxBgColor: #fff;
    --filterBoxGap: 1rem;
    --activeColor: #f3f3f3;
    background-color: var(--extendedSearchBg);
}

.cartsy-parameter-list .cartsy-checkbox {
    align-items: center;
    cursor: pointer;
    display: flex;
    font-size: .9rem;
    font-weight: 400;
    min-height: 1rem!important;
    padding: 0 var(--paddingX);
    transition: all .4s ease;
}
.cartsy-search-box-heading {
    --h3FontWeight: 600;
    border-bottom: 0px solid!important;
    color: var(--colorTextMain, #212121);
    margin: 0 var(--sideBarPadding);
    margin-bottom: .75rem;
    padding-bottom: .75rem;
    line-height: .75rem;
}

.cartsy-search-dropdown .cartsy-search-dropdown-children {
    padding-left: 1rem!important;
}

.cartsy-filter-search-custom {
    padding: 20px var(--sideBarPadding);
}

.extend-search-filters-top {
    padding: 10px var(--sideBarPadding)!important;
}

/*
.cartsy-chlorine-product-card-thumb {
    height: 220.7px !important; 
}


.cartsy-chlorine-product-card-description {
    display: none !important;
}
*/

.cartsy_template_grid_chlorine {
    gap: 10px !important;
}

/* SCROLL 
.cartsy-product-search-sidebar.scroll-hidden {
    overflow: hidden;
}

.cartsy-product-search-sidebar.scroll-hidden:hover {
    overflow-y: auto;
}


.cartsy-product-search-sidebar {
    scrollbar-width: thin;
    overflow-y: hidden;
}

.cartsy-product-search-sidebar:hover {
    overflow-y: auto;
    scrollbar-width: thin;
}

.cartsy-product-search-sidebar::-webkit-scrollbar {
    width: 6px;
}

.cartsy-product-search-sidebar::-webkit-scrollbar-thumb {
    background-color: #888;
}

.cartsy-product-search-sidebar::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}
*/

.cartsy-product-search-sidebar::-webkit-scrollbar {
    width: 6px;
}
.cartsy-product-search-sidebar::-webkit-scrollbar-thumb {
    background-color: #f6f7f8;
}

.cartsy-product-search-sidebar::-webkit-scrollbar-thumb:hover {
    background-color: #ccc;
}
/* GRID BREAK */

/* XS: celulares */
@media (max-width: 767px) {
 
  .grid-cols-xs-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
 
  .cartsy-chlorine-product-card-thumb {
    height: 166px !important; 
  }
  .single-product .layout-two.product .cartsy-single-product-summary .woocommerce-product-gallery .flex-control-thumbs li img {
    height: 50px!important;
  }
  .como_funciona{
    align-self: flex-start;
    padding: 20px 0px;
  }
  
    .woocommerce-notices-wrapper {
    margin-bottom: 40px;
  }
}

/* MD: tablets */
@media (min-width: 768px) and (max-width: 1024px) {
  .grid-cols-md-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .cartsy-chlorine-product-card-thumb {
    height: 159.4px !important; 
 }
}

/* LG: notebooks e desktops padrão */
@media (min-width: 1025px) and (max-width: 1399px) {
  .grid-cols-lg-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .cartsy-chlorine-product-card-thumb {
    height: 140.2px !important; 
    }
}

/* XL (extra grande) - seu container tem ~1503px então vou usar 1400px pra garantir */
@media (min-width: 1400px) {
  .grid-cols-xxl-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr))!important;
  }
  .cartsy-chlorine-product-card-thumb {
    height: 222.7px !important; 
  }
  .single-product .layout-two.product .cartsy-single-product-summary .woocommerce-product-gallery .flex-control-thumbs li img {
   height: 140px!important;
  }
}

/* HEADER */

.navigation-drawer .cartsy-menu-toggler {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--activeColor);
    gap: 3px;
}

.navigation-drawer .cartsy-menu-toggler > span {
    background-color: var(--localMenuTextColor, var(--menuTextColor, #212121));
    border-radius: 3px;
    display: block;
    height: 3px;
    margin-bottom: 0; /* zera o margin */
    transition: all .25s ease-in-out;
}

.navigation-drawer .cartsy-menu-toggler > span:nth-child(3) {
    width: 18px;
}

.cartsy-product-search-card-cart {
    display: none!important;
}

/* Desktop: tudo normal */
.cartsy-header-logo-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

.cartsy-header-logo-wrapper img {
    max-height: 60px;
    height: auto;
    width: auto;
}

.site-title-text {
    font-size: 24px;
    margin: 0;
    color: var(--colorPrimary,#212121);
}

.site-header {
    font-size: 1rem;
    font-weight: 700;
}

/* Oculta título no mobile */
.desktop-only {
    display: block;
}

@media (max-width: 767px) {
    .desktop-only {
        display: none !important;
    }

    h1 {
        font-size: var(--h1FontSize,36px)!important;
    }

    .cartsy-slider-slide img {
        height: 500px;
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: center;
        object-position: center;
    }

}


/* HEADER */

.sidebar-location-wrapper {
    margin: 0 auto;
    align-items: center;
    display: flex;
}
.cartsy-global-search-container {
    max-width: 50%;
}


@media (max-width: 1440px){
    .cartsy-global-search-container {
        max-width: 90%!important;
    }
}

/* LG: notebooks e desktops padrão */
@media (min-width: 1025px) and (max-width: 1399px) {
  .cartsy-global-search-container {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 73px;
    max-width: none;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 0;
    transition: opacity .3s ease;
    visibility: hidden;
    width: calc(100% - 140px);
    z-index: 1;
  }
  
  .cartsy-header-search-button {
    display: flex;
}
.cartsy-global-search-container.show-mobile-search {
    opacity: 1;
    visibility: visible;
}

  .como_funciona{
    display:none;
  }

}

@media (max-width: 1024px) {
  .cartsy-menu-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
    height: 80px;
  }

  .site-branding {
    max-width: 33.33%;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-start; /* <-- garante que fique colado à esquerda */
    margin: 0!important; /* <-- remove qualquer margem residual */
  }

  .cartsy-header-logo-wrapper {
    margin: 0; /* <-- evita centralização por herança */
  }

  .sidebar-location-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .cartsy-menu-right-col {
    max-width: 33.33%;
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  
  .cartsy-menu-area .site-branding.site-branding-center {
    align-items: baseline;
    }
    
}



/* PRODUTO */

.single-product .layout-two.product .cartsy-single-product-summary .summary {
    align-self: flex-start !important;
}


/*
.woocommerce-product-gallery__image img {
  max-height: 600px;
  height: auto;
  width: auto;
  object-fit: contain;
  margin: 0 auto;
  display: block;
}

.woocommerce-product-gallery .flex-viewport {
  height: auto !important;
  max-height: 600px;
}
*/

a#bt_whatsapp_guest {
    align-items: center;
    background-color: #fff;
    border: 2px solid var(--colorPrimary, #212121);
    border-radius: 6px;
    color: var(--colorPrimary, #212121);
    display: flex;
    height: 48px;
    justify-content: center;
    margin-top: 15px;
    padding: 5px 20px;
    text-align: center;
    transition: .15s ease-in-out;
}

a#bt_whatsapp {
    align-items: center;
    background-color: #fff;
    border: 2px solid var(--colorPrimary, #212121);
    border-radius: 6px;
    color: var(--colorPrimary, #212121);
    display: flex;
    height: 48px;
    justify-content: center;
    margin-top: 15px;
    padding: 5px 20px;
    text-align: center;
    transition: .15s ease-in-out;
}

.barbada-atributos-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 10px;
}

.atributo-tag {
	background: #f3f3f3;
	padding: 5px 12px;
	border-radius: 20px;
	font-size: 13px;
	color: #333;
}
.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--single.yith-wcwl-add-to-wishlist-button--anchor {
    padding-left: 3px;
}
span.posted_in {
    display: none!important;
}
.cartsy_product_line {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 14px;
}

.cartsy_product_line * {
    font-size: inherit;
    line-height: 1.4;
    vertical-align: middle;
}

.cartsy_product_line .yith-wcwl-add-to-wishlist-button,
.cartsy_product_line .dokan-report-abuse-button,
.cartsy_product_line .wpusb-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #f0f0f0;
    color: #333;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 0;
    font-size: 16px;
}

.cartsy_product_line .yith-wcwl-add-to-wishlist-button__label,
.cartsy_product_line .wpusb-title {
    display: none;
}

.cartsy_product_line svg,
.cartsy_product_line i {
    width: 18px;
    height: 18px;
}

.dokan-report-abuse-button {
    display: inherit!important;
    color: inherit!important;
    margin-top: inherit!important;
    font-size: inherit!important;
}
.cartsy_product_line .dokan-report-abuse-button {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #f0f0f0;
    color: #333;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-size: 16px;
    text-decoration: none;
}

.cartsy_product_line .dokan-report-abuse-button i {
    width: 18px;
    height: 18px;
    padding-left: 3px;
}

.cartsy_product_line .dokan-report-abuse-button {
    text-indent: -9999px;
    overflow: hidden;
    position: relative;
}

.cartsy_product_line .dokan-report-abuse-button i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-indent: 0;
}
.wpusb-item {
    margin-bottom: 0px !important;
}
.dokan-vendor-info-wrap .dokan-vendor-info .dokan-vendor-name h5 {
    font-weight: 700!important;
    color: #003D30!important;
}

.product-description-container {
    padding-top: 10px;
}

.full-excerpt {
    display: none!important;
    margin-top: 10px;
}

.full-excerpt.active {
    display: block!important;
}

.expand-excerpt {
    display: inline-block;
    margin-top: 8px;
    color: #0073aa;
    text-decoration: underline;
    cursor: pointer;
}

.como_funciona{
    align-self: flex-start;
    padding: 20px;
}
.como_funciona p{
    text-align: center;
    width: 300px;
    font-size: 0.8rem;
    margin-top: -15px;
}

.dokan-vendor-info-wrap {
    border: 0px solid #E7E7E7!important;
    margin-top: -20px!important;
}
i.fab.fa-whatsapp {
    margin: 0 5px;
}
.product_excerpt {
    margin: 10px 0;
}

.cartsy__sale__price {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: nowrap;
    flex-direction: row;
    flex-shrink: 0;
}

.cartsy__sale__price .price {
    margin: 0;
    display: inline-block;
}

.cartsy__percentage__badge {
    background-color: #e4fcf2;
    border-radius: 5px;
    color: #30a773;
    display: inline-block;
    font-size: 12px;
    margin-left: 10px;
    padding: 3px 10px;
    text-transform: uppercase;
}

.product-thumb.cartsy-pop-up {
    height: 550px;
}

/* PRODUTO FORM */

.dokan-select-product-category-container .dokan-select-product-category {
    padding: 1rem;
    border-radius: 6px;
}


/* LOGIN ACCOUNT */

.custom-login-btn {
    background: var(--colorPrimary,#212121);
    color: #fff !important;
    border: 1px solid;
    border-color: var(--colorPrimary,#212121);
    padding: 8px 28px;
    border-radius: 50px;
}

.custom-login-btn:hover {
    background: #3A3A3A;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    color: #fff !important;
}

.woocommerce-notices-wrapper {
    position: relative;
    z-index: 10;
    margin-top: 20px;
    margin-bottom: 20px;
}


.jssocials-share-link {
    background: #003D30 !important;
    color: #fff !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    padding: 0;
    font-size: 20px;
    transition: background 200ms ease-in-out;
}
.jssocials-share-logo {
    font-size: 1.2em;
}
.jssocials-shares {
    text-align: center;
}


.custom-user-avatar-btn img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    border: 0px solid #ccc;
    transition: border-color 0.3s ease;
}

.custom-user-avatar-btn:hover img {
    border-color: var(--primaryColor, #126053);
}


.cartsy-add-product-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff; /* fundo branco */
    color: #212121;
    font-size: 24px;
    text-decoration: none;
    font-weight: bold;
    margin-left: 40px;
    border-bottom: 3px solid #ccc; /* só embaixo */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.cartsy-add-product-btn:hover {
    border-color: #999;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}


.cartsy-menu-area {
    box-shadow: none!important;
}



/* LANDING PAGE */
.wp-block-group > .wp-block-group__inner-container > * {
    max-width: 1279px;
    margin-left: auto;
    margin-right: auto;
}
.hero-section {
    max-width: 1279px;
    margin: 0 auto;
    padding: 15px;
}

.text-section {
    line-height: 1.225;
}

a.publicar:visited {
    color: #ffffff !important;
}

ul.wp-block-list li {
    margin: 10px 0;
    line-height: 1.4;
    font-size: 14px;
}

h1 {
    color: var(--h1Color,#003D30);
    font-family: var(--h1FontFamily,Open Sans);
    font-size: var(--h1FontSize,60px);
    font-style: var(--h1FontStyle,"regular");
    font-weight: var(--h1FontWeight,700);
    letter-spacing: var(--h1LetterSpacing,0);
    line-height: 1.225;
    text-transform: var(--h1TextTransform,none);
    margin: 0.5em 0 0.3em!important;
}


/*
.hiw-grid-wrapper.grid-cols-lg-4.grid-cols-xs-2 {
    grid-template-columns: repeat(3,minmax(0,1fr))!important;
}
*/
.hiw-grid-wrapper {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    position: relative;
    margin: 60px auto;
    max-width: 1279px;
}

.cartsy-how-it-works-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    text-align: center;
}

.cartsy-how-it-works-item-index {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #003D30;
    color: #003D30;
    font-weight: bold;
    font-size: 20px;
    background-color: #fff;
    position: relative;
    z-index: 2;
}

.cartsy-how-it-works-item-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-top: 16px;
}

/* linhas conectando os círculos */
.cartsy-how-it-works-item:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 30px;
    right: -50%;
    width: 100%;
    height: 2px;
    background-color: #003D30;
    z-index: 1;
}


.testimonial {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.05);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.testimonial p {
    color: #003D30;
}
.delivery {
    padding: 0 20px;
    margin: 30px!important;
}
.publicar a:hover{
    color: #fff;
    background: #212121;
}


/* SIDEBAR LOCAL CEP 


button, input[type=button], input[type=reset], input[type=submit] {
    background: var(--colorPrimary,#212121)!important;
    border: 0px solid!important;
    border-radius: 6px!important;
    color: #fff!important;
    cursor: pointer!important;
    width: 100%!important;
    height: 44px!important;
    margin-top: 15px!important;
}
*/
div#frete-simulator {
    width: 75%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    border: 0px solid!important;
}

input#frete_cep {
    border-color: #d8d8d8!important;
    border-radius: 6px!important;
    height: 3rem!important;
}

.bt_barbada {
    display: block;
    font-size: 14px;
    height: 50px;
    margin: 10px 0 0;
    width: 100%;
}
    button#confirm-location-btn {
    width: 75% !important;
}
.dokan-geolocation-location-filters button.dokan-btn {
    margin-top: 10px!important;
    background-color: #003D30!important;
    border-color: #003D30!important;
    height: 50px;
    border-radius: 6px!important;
    color: #fff!important;
}

/* FILTROS */


.cartsy-collapsible-filter .cartsy-parameter-list {
    display: none;
}
.cartsy-collapsible-filter .cartsy-parameter-list.open {
    display: block;
}
.cartsy-search-box-heading {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    align-items: center;
}
.toggle-icon.rotated {
    transform: rotate(180deg);
}

.cartsy-woo-divider {
    background-color: #eee;
    display: block;
    height: 1px;
    margin-bottom: 15px;
    margin-top: 15px;
    width: 85%;
    text-align: center;
    margin-left: 15px;
}

@media (max-width: 1024px){
    .cartsy-join-us-btn {
        display: initial!important;
    }
    .cartsy-filter-open {
    position: fixed;
    bottom: 80px; /* ajusta para cima do footer fixo */
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 25px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    align-items: center;
    cursor: pointer;
    display: flex;
    font-weight: 600;
    gap: .25rem;
  }
}
/* DASHBOARD */

.cartsy-woocommerce.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.delivery-time-dashboard a i,
.cartsy-woocommerce.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.delivery-time a i {
    display: inline-block !important;
}
li.delivery-time-dashboard {
    margin-left: -2.5rem !important;
}
li.submenu-item.delivery-time {
    margin-left: -2.5rem !important;
}
select#product_brand {
    display: none !important;
}
.cartsy-woocommerce.dokan-dashboard .dokan-dashboard-wrap {
    background-color: #fff!important;
}

.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li ul.navigation-submenu li:hover a, .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li ul.navigation-submenu li.current a {
    color: #000 !important;
}

/* Oculta o submenu apenas quando não estiver ativo */
.dokan-dashboard-menu li.has-submenu:not(.active):hover > .navigation-submenu {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.dokan-order-filter-serach {
    display: none !important;
}

select#bulk-order-action-selector {
    height: 55px;
}
.fc .fc-toolbar-title {
    font-size: 0.9em !important;
    margin: 0;
}

select {
    min-height: 55px !important;
}

.dokan-dashboard .dokan-dashboard-wrap .top-buttons-container {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .dokan-dashboard .dokan-dashboard-wrap .top-buttons-container a.dokan-btn {
    flex: 1;
    text-align: center;
    white-space: nowrap;
  }
}


/* DASHBOARD COMPRAS */

.woocommerce-myaccount-mobile-menu {
  display: none;
}

@media (max-width: 768px) {
  .woocommerce-myaccount-mobile-menu {
    display: block;
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    font-size: 16px;
  }

  .woocommerce-MyAccount-navigation ul {
    display: none;
  }
  
  .woocommerce {
    margin: 10px!important;
  }
}



/* CHECKOUT */

.woocommerce-checkout ul#shipping_method li input[type=radio] {
    display: none !important;
}

/* COOKIE */

#cookie-banner {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    max-width: 700px;
    background-color: #003d30;
    color: #fff;
    padding: 20px;
    border-radius: 12px;
    font-size: 14px;
    z-index: 9999;
    display: none;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

#cookie-banner .cookie-content {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

#cookie-banner .cookie-message {
    display: flex;
    align-items: center;
    gap: 5px;
    line-height: 1.5;
}

#cookie-banner .cookie-icon {
    font-size: 24px;
    flex-shrink: 0;
}

#cookie-banner .cookie-buttons {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-start; /* padrão no desktop */
}

@media (max-width: 600px) {
    #cookie-banner .cookie-buttons {
        justify-content: center; /* centraliza no mobile */
        text-align: center;
    }
}

#cookie-banner button {
    padding: 8px 16px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 500;
    font-size: 14px;
}

#cookie-allow {
    background-color: #fff;
    color: #0f3d3e;
}

#cookie-decline {
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
}

#cookie-close {
    background: none;
    color: #fff;
    font-size: 20px;
    position: absolute;
    top: 10px;
    right: 15px;
    border: none;
    cursor: pointer;
}

@media (min-width: 600px) {
    #cookie-banner .cookie-content {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    #cookie-banner .cookie-message {
        max-width: 70%;
    }
}

/* LOJA CATEGORIAS WOO*/
/* Oculta o mapa por padrão */
#dokan-geolocation-locations-map {
    display: none !important;
}

/* Exibe o mapa apenas na página /lojas/ */
body.page-id-2752 #dokan-geolocation-locations-map {
    display: block !important;
}

/* Oculta o form de geolocalização fora do mini-local */
.dokan-geolocation-location-filters {
    display: none !important;
}

#dokan-geolocation-mini-local .dokan-geolocation-location-filters {
    display: block !important;
}

/* ATENDIMENTO */
.atendimento-header {
  text-align: center;
  padding: 3rem 1rem 2rem;
}

.atendimento-header h1 {
  font-size: 2.5rem;
  color: #1d3925;
  margin-bottom: 0.5rem;
}

.atendimento-header p {
  font-size: 1.1rem;
  color: #444;
}

.atendimento-canais {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
}

.canal {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 2rem;
  text-align: center;
  flex: 1 1 260px;
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* chave para empurrar o botão */
  max-width: 260px;
}

.canal h2 {
  margin: 1rem 0 0.5rem;
}

.canal p {
  flex-grow: 1; /* faz a descrição ocupar o espaço restante */
  margin-bottom: 1.5rem;
}

.card-footer {
  margin-top: auto;
}

.canal .icone img {
  width: 48px;   /* ajuste aqui */
  height: auto;  /* mantém proporção */
  margin-bottom: 1rem;
}


.btn {
  display: inline-block;
  padding: 0.6rem 1.2rem;
  background: #003d30;
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
  transition: background 0.2s ease;
}

.btn:hover {
  background: #005344;
}

input[type="checkbox"][name^="acceptance"] {
  margin-right: 8px;
}

.wpcf7-acceptance label {
  display: flex;
  align-items: center;
  gap: 8px;
}

.wpcf7-acceptance span.wpcf7-list-item {
  display: flex;
  align-items: center;
}

.wpcf7-not-valid {
  border-color: red !important;
  background-color: #fff4f4;
}

.wpcf7-not-valid-tip {
  color: red;
  font-size: 0.875rem;
  margin-top: 4px;
  display: block;
}
