.ac-content_widget
    *
    :not(
        .wp-core-ui,
        .wp-editor-wrap,
        .tmce-active,
        .wp-editor-tools,
        .hide-if-no-js,
        .wp-media-buttons,
        .button,
        .insert-media,
        .add_media,
        .wp-media-buttons-icon,
        .wp-editor-tabs,
        .wp-switch-editor,
        .switch-tmce,
        .switch-html,
        .wp-editor-container,
        .quicktags-toolbar,
        .mce-tinymce,
        .mce-container,
        .mce-panel,
        .mce-container-body,
        .mce-stack-layout,
        .mce-top-part,
        .mce-stack-layout-item,
        .mce-first,
        .mce-menubar,
        .mce-toolbar,
        .mce-flow-layout,
        .mce-widget,
        .mce-btn,
        .mce-menubtn,
        .mce-flow-layout-item,
        .mce-btn-has-text,
        .mce-txt,
        .mce-caret,
        .mce-last,
        .mce-toolbar-grp,
        .mce-btn-group,
        .mce-disabled,
        .mce-ico,
        .mce-i-undo,
        .mce-i-redo,
        .mce-i-bold,
        .mce-i-italic,
        .mce-i-alignleft,
        .mce-i-aligncenter,
        .mce-i-alignright,
        .mce-i-alignjustify,
        .mce-i-outdent,
        .mce-i-indent,
        .mce-edit-area,
        .mce-statusbar,
        .mce-path,
        .mce-path-item,
        .mce-resizehandle,
        .mce-i-resize,
        .mce-branding,
        .mce-label,
        .wp-editor-area
    ) {
    /* font-family: 'Baloo Thambi 2', sans-serif !important;
*/
    margin: 0;
    padding: 0;
    outline: none;
    text-decoration: none;
    border: none;
    box-sizing: border-box !important;
    transition: all 0.3s linear;
}
.ac-products_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 15px !important;
}
.ac-product_card{
    display: flex;
    flex-direction: column;
    border: 1px solid white !important;
    box-shadow: 0 0 10px #c4c4c4;
    border-radius: 20px;
    min-height: 470px;
}
.ac-product_card_img{
    display: block;
    line-height: 0;
}
.ac-product_card_img img{
    border-radius: 20px 20px 0 0;
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center;
}
.ac-product_card_cc{
    background-color: white;
    border-radius: 20px;
    padding: 15px !important;
    display: flex;
    flex-direction: column;
    position: relative;
    margin-top: -15px !important;
    display: flex;
    flex: 1 1;
    justify-content: space-between;
}
.ac-product_card_cc_top{
    flex: 1 1;
    display: flex;
    align-items: center;
}
.ac-product_card_cc_top a,
.ac-products_cc_txt,
.ac-post_card_cc a,
.ac-post_card_txt p{
    text-align: left;
    display: inline-block;  
    max-width: 100%;  
    white-space: normal;  
    overflow-wrap: break-word; 
    word-wrap: break-word;   
    word-break: break-word;
    hyphens: auto;   
}
.ac-product_card_btns{
    display: flex;
    gap: 5px;
}
.ac-product_card_btns a, .ac-product_card_btns button{
    flex: 1 1;
    padding: 10px 15px !important;
    font-size: 13px;
    border-radius: 100px;
    text-align: center;
    font-weight: 600;
    transition: all 0.5s linear;
}
.ac-product_card_btns a{
    border: 2px solid #FF8C52 !important;
    color: #FF8C52;
}
.ac-product_card_btns a:hover{
    border: 2px solid #8B4513 !important;
    color: #8B4513 !important;
}
.ac-product_card_btns button:hover{
    color: white !important;
    background-color: #8B4513 !important;
}
.ac-product_card_tt{
    font-weight: 700 !important;
    font-size: 19px;
    font-family: 'IBM Plex Sans', sans-serif !important;
    line-height: 1.3;
    margin-bottom: 15px !important;
}
.ac-products_cc_price{
    display: flex;
    justify-content: space-between;
    gap: 5px;
}
.ac-products_cc_price .ac-bprice_r{
    font-size: 16px;
    font-weight: 600;
    text-decoration: line-through;
    color: #999;
    margin-bottom: 2px;
}

/* Best Seller Badge */
.ac-product_card {
    position: relative;
}

.ac-product_card_badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: linear-gradient(135deg, #FFD700, #FFA500);
    color: #fff;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 4px;
    z-index: 10;
    box-shadow: 0 2px 8px rgba(255, 215, 0, 0.3);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.ac-product_card_badge img {
    width: 14px;
    height: 14px;
    filter: brightness(0) invert(1);
}

.ac-product_card_badge span {
    font-size: 11px;
    font-weight: 700;
}
.ac-products_cc_price{
    display: flex;
    justify-content: space-between;
    gap: 5px;
}
.ac-products_cc_price .ac-bprice_r{
    font-size: 16px;
    font-weight: 600;
    text-decoration: line-through;
    color: #999;
    margin-bottom: 2px;
}

.ac-product_card_star, 
.ac-product_card_time{
    display: flex;
    align-items: center;
    gap: 5px;
}
.ac-product_card_star span,
.ac-product_card_time span{
    font-weight: 600 !important;
    font-weight: 15px;
    font-family: 'IBM Plex Sans', sans-serif !important;
}
.ac-product_card_price{
    font-weight: 700 !important;
    font-family: 'IBM Plex Sans', sans-serif !important;
    font-size: 21px;
}
.ac-products_cc_tags{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5px;
    padding: 20px 0 !important;
}
.ac-product_card_tag{
    display: flex;
    gap: 2px;
    padding: 3px 5px 3px 3px !important;
    background: transparent;
    border: 1px solid white !important;
    border-radius: 100px;
    box-shadow: 0 0 10px #c4c4c4d9;
    cursor: pointer;
}
.ac-product_card_tag span{
    font-size: 11px;
}
.ac-product_card_tag svg{
    width: 18px;
    height: 18px;
}
#ac-searchbar{
    margin-bottom: 50px !important;
    position: sticky;
    top: 90px;
    z-index: 9;
    max-width: 1150px;
    margin: 0 auto;
}
.ac-sb_cc{
    background: #f4f4f4;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    padding: 10px 15px !important;
    box-shadow: 0px 4px 10px 0px rgba(173, 173, 173, 0.56);
    border-radius: 100px;
}
#ac-searchbar input, 
#ac-searchbar select{
    background: transparent;
    padding: 0px !important;
    font-size: 14px;
} 
#ac-search_go{
    cursor: pointer;
    padding: 10px;
    background: #f4f4f4;
    border-radius: 100px;
    width: 60px;
    height: 60px;
    border: 2px solid white;
    box-shadow: 0px 4px 10px 0px rgba(173, 173, 173, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
}
#ac-search_go:hover {
    border: 2px solid #33ccff !important;
}
#ac-search_go button{
    display: none;
}
#ac-search_go svg{
    width: 30px;
}
.ac-sb_option{
    flex: 1 1;
    padding: 7px 20px 5px 20px !important;
    background: #f4f4f4;
    border: 2px solid white !important;
    box-shadow: 0px 4px 10px 0px rgba(173, 173, 173, 0.3);
    border-radius: 100px;
    cursor: pointer;
}
.ac-sb_option:hover{
    border: 2px solid #33ccff !important;
}
.ac-sb_option.ac-active{
    background: #038c73;
}
#ac-searchbar label{
    font-size: 14px;
    width: 100%;
    display: block;
    padding-bottom: 5px;
    border-bottom: 1px solid;
    color: #038C73;
    font-weight: 600;
}
#ac-searchbar input{
    padding: 5px 0px;
    background: transparent;
    cursor: pointer;
}
.ac-galery {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: auto;
    gap: 10px;
    align-items: stretch;
    border-radius: 20px;
    overflow: hidden;
}
.ac-galery-main {
    height: 100%;
    display: block;
    overflow: hidden;
    border-radius: 12px;
}
.ac-galery-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.ac-galery-thumbnails {
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 100%;
}
.ac-galery-thumbnails a {
    display: block;
    overflow: hidden;
    border-radius: 12px;
    flex: 1 1 0;
}
.ac-galery-thumbnails img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Ocultar botão de abrir galeria completa */
.ac-galery_btn { 
    display: none !important; 
}

/* Correções solicitadas pelo usuário */
/* Image */
.ac-galery-main a img{
    height:400px;
    border-top-right-radius:0px;
}

/* Galery main */
.elementor-widget-ac_galery .ac-galery .ac-galery-main{
    border-top-right-radius:0px;
    border-bottom-left-radius:0px;
    border-bottom-right-radius:0px;
}
.ac-galery-large {
    height: 100%;
    display: block;
    overflow: hidden;
    border-radius: 0px;
}
.ac-galery-large img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 0px;
}
.ac-galery-center {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 5px;
    height: 100%;
}
.ac-galery-center a {
    border-radius: 0px;
    display: block;
    overflow: hidden;
}
.ac-galery-center img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.ac-galery_btn{
    background-color: #ff8c52 !important;
    color: white !important;
    border: none !important;
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    margin-top: 20px !important;
}
.ac-buy_iten{
    padding: 15px 0 !important;
    border-bottom: 1px solid #dedede !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
.ac-buy_iten_tt{
    display: flex;
    flex-direction: column;
}
.ac-buy_iten_tt h5, 
.ac-buy_iten_tt small{
    line-height: 1;
}
.ac-buy_iten_btns{
    display: flex;
    gap: 5px;
    align-items: center;
}
.ac-buy_iten_btns div:not(.ac-is_grupo_prive){
    width: 25px;
    height: 25px;
    padding: 5px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bolder;
    cursor: pointer;
    border-radius: 100px;
    color: white;
    line-height: 0;
    font-size: 28px;
}
.ac-buy_iten_btns input{
    text-align: center;
    width: 30px;
    background-color: transparent !important;
    font-weight: bolder;
    font-size: 23px;
}
.ac-buy_iten_btns input::-webkit-outer-spin-button,
.ac-buy_iten_btns input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; 
}
.ac-buy_iten_btns input[type=number] {
    -moz-appearance:textfield;
}
.ac-buy_p{
    padding: 15px !important;
    font-size: 16px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 10px !important;
    background-color: #FF8C52 !important;
    line-height: 1;
}
.ac-buy_btn.ac-buy_p:hover{
    background-color: #8B4513 !important;
}
.ac-retur_tobuy{
    display: none !important;
    width: 100%;
    background: transparent !important;
    border: 1px solid #ff8c52 !important;
    color: #ff8c52 !important;
    padding: 5px !important;
    text-transform: uppercase;
}
#ac-popup_ccbuy.ac-step2 .ac-retur_tobuy{
    display: block !important;
}
.ac-buy{
    padding: 20px;
    background: #F4F4F4;
    border-radius: 30px;
    border: 1px solid white !important;
    box-shadow: 0 0 10px #c4c4c4;
}
.ac-buy_iten_date{
    display: flex;
    justify-content: center;
    align-items: center;
}
.ac-buy_iten_date h6{
    font-size: 15px;
}
.ac-buy_tt{
    display: flex;
    gap: 10px;
    justify-content: space-between;
    padding-bottom: 20px !important;
    border-bottom: 1px solid #dedede !important;
    align-items: end;
}
.ac-buy_tt h4{
    line-height: 1;
}
.ac-bprice{
    line-height: 1;
    font-size: 28px;
    font-weight: bolder;
}
.ac-bprice_r{
    font-size: 15px;
    font-weight: bolder;
    text-decoration: line-through !important;
    transition: all 0.3s linear;
    line-height: 1;
}
#ac-popup_ccbuy.ac-step2 .ac-bprice_r{
    font-size: 0px;
    color: #f4f4f4;
}
#ac-popup_ccbuy.ac-step2 .ac-bprice{
    font-size: 30px;
}
.ac-bprices_div{
    display: flex;
    flex-direction: column;
    align-items: end;
}
.ac-timeline{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.ac-timeline_item {
    position: relative;
    border-left: 2px dashed !important;
    padding-left: 15px !important;
    margin-left: 10px !important;
}
.ac-timeline_item::before {
    content: "";
    position: absolute;
    left: -6px;
    top: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
.ac-timeline_item::after {
    content: "";
    position: absolute;
    left: -7px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    transform: rotate(180deg);
    border-top: 10px solid !important;
}
.ac-timeline_item span{
    padding-bottom: 6px !important;
    display: block;
    font-weight: 500;
}
.ac-post_card{
    display: flex;
    flex-direction: column;
    height: 100%;
}
.ac-post_card_img{
    display: block;
    line-height: 0;
}
.ac-post_card_img img{
    border-radius: 20px 20px 0 0;
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center;
}
.ac-post_card_tt{
    font-weight: 700 !important;
    font-size: 17px;
    font-family: 'IBM Plex Sans', sans-serif !important;
    line-height: 1.3;
    margin-bottom: 15px !important;
    text-wrap: pretty;
}
.ac-post_card_txt p{
    text-wrap: pretty;
    user-select: none;
}
.ac-post_card_cc{
    background-color: white;
    border-radius: 20px;
    padding: 15px !important;
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: flex-start;
    margin-top: -15px !important;
    height: 100%;
    justify-content: space-between;
}
.ac-post_card_go{
    text-align: center;
    padding: 10px 15px !important;
    display: block;
    border-radius: 100px;
    user-select: none;
    border: 2px solid #FF8C52 !important;
    transition: all 0.5s linear;
}
.ac-post_card_go:hover{
    border: 2px solid white !important;
    background: #8B4513 !important;
}
#ac-search_cats{
    display: flex;
    gap: 10px;
    margin-bottom: 40px !important;
    justify-content: center;
    flex-wrap: wrap;
}
#ac-search_cats a{
    border: 2px solid white !important;
    box-shadow: 0 0 10px #c4c4c4;
    cursor: pointer;
    padding: 5px 20px !important;
    border-radius: 100px;
    transition: all 0.5s linear;
    user-select: none;
}
#ac-search_cats a:hover{
    border: 2px solid #33ccff !important;
}
#ac-search_cats a.ac-active{
    background: #038c73;
    border: 2px solid #038c73 !important;
    color: white;
}
.ac-included_item{
    display: flex;
    gap: 5px;
    align-items: center;
}
.ac-knowledges{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.ac-knowledge{
    flex: 1 1;
    min-width: 250px;
    padding: 20px !important;
    border-radius: 10px;
    box-shadow: 0 0 10px #c4c4c4;
}
.ac-knowledge h5{
    margin-bottom: 15px !important;
}
.ac-cart_space{
    padding-top: 80px;
    min-height: 82.4vh;
}
.ac-finish_buy{
    padding: 50px 0px !important;
}
.wc-block-checkout__sidebar .wc-block-components-product-name{
    font-size: 15px;
}
.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product div .wc-block-components-product-name{
    font-size: 15px;
    display: block;
}
.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product .wc-block-components-product-button__button{
    font-size: 13px;
}
/* Estilos da barra de moedas removidos - conversão de moeda desabilitada */

/* Ocultar seletor de moedas do GTranslate - COMENTADO PARA COMPATIBILIDADE COM CURSY */
/*
.gtranslate_wrapper .gt_selector,
.gtranslate_wrapper .gt_currency,
.gtranslate_wrapper [data-gt-currency],
.gtranslate_wrapper .currency-selector,
.gt-currency-selector,
.gt_currency_selector,
.gtranslate_wrapper .gt_switcher,
.gtranslate_wrapper .gt_currency_switcher,
.gtranslate_wrapper .currency,
.gtranslate_wrapper select[name*="currency"],
.gtranslate_wrapper select[name*="gt_currency"],
.gtranslate_wrapper .gt_float_switcher .gt_currency,
.ac-global_subbar .gt_currency,
.ac-global_subbar [data-gt-currency],
.ac-global_subbar select[name*="currency"] {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    height: 0 !important;
    width: 0 !important;
    overflow: hidden !important;
}
*/

/* Ocultar elementos que contenham texto de moedas específicas - COMENTADO PARA COMPATIBILIDADE COM CURSY */
/*
.gtranslate_wrapper *:contains("Dólares dos EUA"),
.gtranslate_wrapper *:contains("reais brasileiros"),
.gtranslate_wrapper *:contains("Euro €"),
.gtranslate_wrapper *:contains("USD"),
.gtranslate_wrapper *:contains("BRL"),
.gtranslate_wrapper *:contains("EUR") {
    display: none !important;
}
*/

/* Ocultar qualquer select ou dropdown relacionado a moedas - COMENTADO PARA COMPATIBILIDADE COM CURSY */
/*
.ac-global_subbar select:not([name*="lang"]):not([name*="language"]) {
    display: none !important;
}
*/
.ac-global_bar:hover{
    border: 2px solid #33ccff !important;
}
.ac-global_bar svg{
    width: 22px;
}
#ac-bg_blur{
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 112px;
    z-index: 1;
    background: #0a72656b;
    backdrop-filter: blur(7px);
}
.ac-rem, .ac-add{
    user-select: none;
}
.ac-global_bar{
    font-family: "Sora", sans-serif;
    color: #0a7265;
    font-size: 10px;
    font-weight: 600;
    padding: 10px;
    background: #f4f4f4;
    border: 2px solid white !important;
    border-radius: 100px;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 4px 10px 0px rgba(173, 173, 173, 0.56);
    cursor: pointer;
    user-select: none;
}
.ac-global_bar.ac-active{
    background: #0a7265;
    color: white;
    border: 2px solid #0a7265 !important;
}
.ac-global_bar.ac-active path{
    fill: white;
}
.ac-global_subbar{
    z-index: 999;
    margin-left: -60px !important;
    margin-top: 25px !important;
    width: 170px;
    padding: 10px !important;
    position: fixed;
    display: none;
    flex-direction: column;
    gap: 5px;
    background: #f4f4f4;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(173, 173, 173, 0.56);
    border: 2px solid white;
}
.ac-global_subbar.ac-active{
    display: block;
}
.gtranslate_wrapper{
    display: flex;
    flex-direction: column;
    gap: 5px;
}
a.glink{
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    gap: 10px;
    padding: 2px 10px !important;
    border-radius: 100px;
    border: 1px solid #fff !important;
    box-shadow: 0 0 10px rgba(173, 173, 173, 0.3);
}
a.glink:hover{
    border: 1px solid #33ccff !important;
}
a.glink.gt-current-lang{
    background-color: #0a7265;
    color: #fff !important;
    border: 1px solid #0a7265 !important;
}
a.glink img{
    opacity: 1 !important;
}
.ac-sb_option.ac-active label{
    color: white !important;
    border-color: white !important;
}
.ac-sb_option.ac-active input::placeholder,
.ac-sb_option.ac-active select::placeholder{
    color: white !important;
}
.ac-sb_option.ac-active input,
.ac-sb_option.ac-active select:not(.flatpickr-monthDropdown-months){
    color: white !important;
}
#ac-adult, #ac-kids{
    color: black !important;
}
#ac-travelers{
    z-index: 999;
    margin-left: -60px !important;
    margin-top: 40px !important;
    padding: 20px !important;
    position: absolute;
    display: none;
    flex-direction: column;
    gap: 5px;
    background: #f4f4f4;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(173, 173, 173, 0.56);
}
#ac-travelers.ac-active{
    display: flex;
}
#ac-travelers .ac-rem,
#ac-travelers .ac-add,
#ac-popup_ccbuy .ac-rem,
#ac-popup_ccbuy .ac-add{
    background: #038c73;
}
#ac-travelers .ac-buy_iten{
    padding: 5px 0 !important;
    border-bottom: 2px solid white !important;
}
#ac-travelers .ac-buy_iten:nth-child(2){
    border-bottom: none !important;
}
#ac-travelers .ac-buy_iten h5{
    font-size: 17px;
}
#ac-travelers .ac-buy_iten small{
    font-size: 15px;
}
#ac-travelers .ac-buy_iten_btns svg{
    height: 15px;
}
#ac-travelers input{
    padding: 0px !important;
    font-size: 16px;
    width: 25px;
}
#ac-at_select{
    margin-left: -60px !important;
}
#ac-level{
    margin-left: -17px !important;
}
#ac-dur{
    margin-left: -17px !important;
}
.ac-filter_options{
    z-index: 999;
    margin-top: 40px !important;
    padding: 20px !important;
    position: absolute;
    display: none;
    flex-direction: column;
    gap: 10px;
    background: #f4f4f4;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(173, 173, 173, 0.56);
}
.ac-filter_options.ac-active{
    display: flex;
}
.ac-filter_options svg{
    height: 25px;
}
.ac-filter_options span{
    display: flex;
    align-items: center;
    box-shadow: 0 0 10px rgba(173, 173, 173, 0.36);
    border: 1px solid white !important;
    padding: 3px 8px 3px 0!important;
    border-radius: 100px;
}
.ac-filter_options span.ac-active{
    background: #038c73;
    color: white;
}
.ac-filter_options span.ac-active path{
    fill: white;
}
.ac-filter_options span:hover{
    border: 1px solid #33ccff !important;
}
.ac-products_list_load{
    width: 35px;
    margin: 0 auto;
    display: none;
    margin-top: 20px !important;
}
.ac-products_list_load.ac-active{
    display: block;
}
.flatpickr-calendar{
    margin-top: 40px !important;
    background: #f4f4f4 !important;
    border-radius: 20px !important;
    box-shadow: 0 0 10px rgba(173, 173, 173, 0.56) !important;
    padding: 20px !important;
    margin-left: -52px;
}
.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay{
    background: #038c73 !important;
    border-radius: 100px !important;
}
.flatpickr-day.inRange, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.today.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day:hover, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.nextMonthDay:hover, .flatpickr-day:focus, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.nextMonthDay:focus{
    background: #b0e4dd !important;
}
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)){
    box-shadow: 0 0 0 transparent !important;
}
.rangeMode .flatpickr-day{
    border-radius: 100px;   
    width: 25px;
    height: 25px;
    line-height: 20px;
    border: 2px solid #f4f4f4 !important;
}
.dayContainer {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 5px; /* ajuste opcional de espaçamento */
    width: 100vw;
    justify-items: center;
}
.dayContainer, .flatpickr-days{
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}
.flatpickr-day.inRange{
    background: #b0e4dd;
    color: white;
    box-shadow: 0 0 0 transparent !important;
}
.flatpickr-calendar:before,
.flatpickr-calendar:after{
    display: none;
}
.flatpickr-calendar{
    width: 250px;
}
.flatpickr-weekday{
    font-weight: 600;
}
#ac-start .date,
#ac-end .date{
    padding: 5px 15px !important;
    border-radius: 100px;
    box-shadow: 0px 0px 10px 0px rgba(173, 173, 173, 0.3);
}
#ac-start .label,
#ac-end .label{
    display: block;
    text-align: left;
    font-size: 12px;
    color: #038c73;
    font-weight: 600;
    margin-left: 10px;
    margin-bottom: 5px;
}
#ac-apply-btn{
    margin-top: 20px;
    width: 100%;
    background: #f4f4f4;
    color: #ff8c52;
    border: 1px solid #ff8c52;
}
.flatpickr-prev-month,  
.flatpickr-next-month{
    top: 90px !important;
}
.flatpickr-next-month{
    right: 9px !important;
}
.flatpickr-prev-month{
    right: 23px !important;
    left: auto !important;
}
.flatpickr-current-month{
    left: 0px !important;
    padding: 0px !important;
}
.flatpickr-rContainer{
    max-width: 100%;
    width: 100%;
}
select.flatpickr-monthDropdown-months {
    background: transparent !important;
    font-size: 14px !important;
    color: #038c73 !important;
    font-weight: 500 !important;
}
.flatpickr-current-month .numInputWrapper{
    display: none;
}
.ac-header_calendar{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px !important;
    border-bottom: 1px solid #038c73;
    padding-bottom: 15px;
}
#ac-confirm_popup{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #3e3e3e7d;
    backdrop-filter: blur(4px);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: -1;
    opacity: 0;
    transition: all 0.3s linear;
}
#ac-confirm_popup.ac-active{
    display: flex;
    z-index: 100;
    opacity: 1;
}
.ac-confirm_popup_cc{
    max-width: 400px;
    background: white;
    padding: 20px !important;
    border-radius: 10px;
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: end;
}
#ac-popup_ccbuy{
    width: 100%;
}
.ac-close_popup{
    color: white;
    background: #F44336;
    border-radius: 0 9px 0 7px;
    width: 62px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-size: 12px;
    cursor: pointer;
    margin-top: -20px !important;
    margin-bottom: 10px !important;
    margin-right: -20px !important;
}
#ac-confirm_popup_return{
    text-align: center;
    display: block;
    margin-top: 10px !important;
}
#ac-confirm_send{
    opacity: 0.3;
    cursor: no-drop;
}
#ac-confirm_send.ac-active{
    opacity: 1;
    cursor: pointer;
}
.ac-loading{
    opacity: 0.5 !important;
}
.ac-blog_grid, .ac-products_grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: start;
    gap: 20px;
}
.flatpickr-input{
    background-color: transparent !important;
}
ul.glide__slides li{
    padding: 10px 0 !important;
}
.ac-products_cc_txt {
    max-height: 0;
    overflow: hidden;
    transition: max-height 1.5s ease-in-out !important;
}
.ac-product_card:hover .ac-products_cc_txt {
    max-height: 1000px;
}
.ac-buy_iten_mob{
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    background: #f4f4f4 !important;
    padding: 20px !important;
    display: none;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 0 30px #0000004d;
    border-top: 1px solid #038c73;
    opacity: 0;
    z-index: -1;
}
.ac-buy_iten_mob.ac-active{
    opacity: 1;
    z-index: 9999;
}
.ac-buy_iten_mob button{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 25px !important;
    gap: 10px;
}
.ac-buy_iten_mob button svg{
    height: 15px;
    margin-top: -2px !important;
}
.ac-buy_iten_mob .ac-bprice_r{
    font-size: 16px;
}
.ac-buy_iten_mob .ac-bprice{
    font-size: 22px;
}
.ac-buy_iten_mob .ac-bprices_div{
    margin-bottom: -5px;
    align-items: flex-start;
}
.ac-bnts_buy_mobile{
    display: flex;
    gap: 20px;
}
.ac-tags_buy{
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.ac-tags_buy button{
    background: #f4f4f4 !important;
    border: 2px solid white !important;
    padding: 5px 10px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #8A8A8A !important;
    box-shadow: 0px 4px 10px 0px rgba(173, 173, 173, 0.3);
    font-size: 14px;
    gap: 5px;
}
.ac-tags_buy svg{
    height: 20px;
    width: 20px;
}
.ac-products_list.ac-products_slide{
    height: 650px;
}
.wc-block-components-order-summary .wc-block-components-order-summary-item__image>img,
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img{
    border-radius: 10px;
}
#ac-searchfield_cc{
    display: none;
    border-radius: 100px;
    gap: 15px;
    padding: 10px;
    justify-content: center;
    margin-bottom: 50px !important;
}
#ac-searchfield_cc.ac-active{
    justify-content: flex-end;
    align-items: center;
    box-shadow: 0px 4px 10px 0px rgba(173, 173, 173, 0.56);
    background: #f4f4f4;
}
#ac-searchfield_mob{
    padding: 10px 15px !important;
    border: 2px solid white !important;
    box-shadow: 0px 4px 10px 0px rgba(173, 173, 173, 0.56);
    border-radius: 100px;
    width: 80px;
    height: 80px;
    cursor: pointer;
    background: #f4f4f4;
}
#ac-searchfield_mob svg{
    width: 45px;
    height: 45px;
    margin-top: 5px;
}
.ac-close_mobfilter{
    display: none;
}
#ac-search_go_mobile{
    position: sticky;
    top: 90px;
    z-index: 9;
    margin: 0 20px !important;
}
.elementor-menu-cart__main{
    width: 370px;
}
#ac-searchfield_mob_filters{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
    align-items: center;
}
#ac-searchfield_mob_filters span{
    background: #038C73;
    padding: 0 5px;
    color: white;
    border-radius: 5px;
    display: inline-block;
    font-size: 12px;
}
.ac-txt_home{
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
    align-items: end;
}
.ac-txt_home h1{
    color: #FF8C52;
    font-size: 80px;
    font-weight: bolder;
    line-height: 0.8;
}
.ac-txt_home h2{
    color: #fff;
    font-size: 39px;
}
.ac-txt_home_imgs{
    display: flex;
    gap: 10px;
    flex: 1 1;
}
.ac-txt_home_imgs img{
    max-width: 20%;
}
#ac-date{
    display: block;
    margin-top: -21px !important;
    opacity: 0;
}
.ac-buy_step{
    display: none;
}
.ac-buy_step.ac-active{
    display: block;
}
.ac-maybe_need{
    font-size: 19px !important;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}
.ac-buy_addons{
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 50px !important;
}
.ac-buy_addon{
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    user-select: none;
    padding: 10px 15px !important;
    border-radius: 15px;
    border: 1px solid white !important;
    box-shadow: 0 0 10px #9b9b9b5e;
}
.ac-buy_addon.ac-active{
    color: #ff8c52;
    border-color: #ff8c52 !important;
    box-shadow: 0 0 10px #ff8c523d;
}
.ac-buy_addon:hover{
    border-color: #ff8c52 !important;
    box-shadow: 0 0 10px #ff8c523d;
}
.ac-buy_addon div{
    display: flex;
    align-items: center;
    gap: 5px;
}
.ac-buy_addon h5{
    font-size: 14px;
}
.ac-buy_addon b{
    font-size: 13px;
    white-space: nowrap;
    margin-left: 10px !important;
}
#ac-msg_fieldsbuy{
    margin-top: 25px;
    color: #ff8c52;
    text-align: center;
    background: #ff8c521a;
    border-radius: 5px;
    opacity: 0;
    display: none;
    transition: all 0.3s linear;
}
#ac-msg_fieldsbuy.ac-active{
    opacity: 1;
    display: block;
    animation: bounceIn 0.6s ease both;
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.bounceIn {
  animation: bounceIn 0.6s ease both;
}
.ac-date_product{
    text-align: right;
    background: transparent;
    font-size: 17px;
    font-weight: 600;
    border: 1px solid #cacaca !important;
}
#ac-date_product{
    font-size: 13px;
    padding: 5px 10px;
    border-radius: 5px;
    color: black !important;
    width: 130px;
    min-height: 35px;
}
.ac-load_buy_gif{
    width: 100px;
    display: block;
    margin: 0 auto !important;
    padding: 150px 0 !important;
}
.ac-is_grupo_prive{
    width: auto;
    flex: 1 1;
    text-align: center;
    font-size: 13px;
    background-color: #cacaca !important;
    color: #606060 !important;
    font-weight: 400;
    padding: 5px 20px !important;
    border-radius: 100px;
    cursor: pointer;
    user-select: none;
    transition: all 0.3s linear;
}
.ac-is_grupo_prive.ac-active{
    background-color: #038C73 !important;
    color: white !important;
}
.ac-type_group{
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px 0 !important;
    border-bottom: 1px solid #dedede !important;
}
.ac-gruop_prive_msg{
    text-align: center;
    display: none;
}
.ac-gruop_prive_msg.ac-active{
    display: block;
}
.ac-period_group{
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    padding: 20px 0 !important;
    border-bottom: 1px solid #dedede !important;
}
.ac-period_group.ac-active{
    display: flex;
}
.ac-period_group h5{
    width: 100%;
}
.ac-period_option{
    padding: 10px !important;
    border: 1px solid #cacaca !important;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #cacaca;
    flex: 1 1;
    gap: 10px;
}
.ac-period_option:hover{
    color: #038c73;
    border: 1px solid #038c73 !important;
}
.ac-period_option:hover h6{
    color: #038c73;
}
.ac-period_option.ac-active{
    color: white;
    border: 1px solid #038c73 !important;
    background-color: #038c73 !important;
}
.ac-period_option h6{
    color: #cacaca;
    font-size: 13px;
}
.ac-period_option.ac-active h6{
    color: white !important;
}
.ac-knowledge span{
    display: block;
    margin-top: 10px !important;
}
.ac-menu_mobile{
    z-index: -1;
    opacity: 0;
    transition: all 0.8s linear;
}
.ac-menu_mobile.ac-active{
    top: 0px !important;
    z-index: 9999;
    opacity: 1;
}
.ac-toggle_menu_mobile{
    cursor: pointer;
}

.ac-buy_iten_date {
    position: relative;
}
.ac-buy_iten_date input {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}
.ac-buy_iten_date .ac-placeholder {
    position: absolute;
    font-size: 13px;
    top: 50%;
    transform: translateY(-50%);
    color: #999;
    background: #f4f4f4;
    pointer-events: none;
    transition: 0.2s;
    padding: 4px 15px;
}
#ac-confirm_popup .ac-buy_iten_date .ac-placeholder {
    background: #fff; 
}
.ac-buy_iten_date input:focus + .ac-placeholder {
    opacity: 0;
    visibility: hidden;
}
.wc-block-components-product-metadata__description{
    display: none;
}
.ac-body_fixed{
    height: 100vh;
    overflow: hidden;
}
.ac-buy_btn{
    background-color: #ff8c52 !important;
}
.ac-buy_btn:active{
    background-color: #8b4513 !important;
}
.ac-body_fixed .flatpickr-calendar{
    display: none;
}
.ac-body_fixed #ac-date_mobile .flatpickr-calendar{
    display: block;
}
.ac-tittle_cat{
    color: #038c73 !important;
    font-weight: 700 !important;
    font-size: 27px !important;
    margin-left: 20px !important;
}
.wc-block-components-order-summary-item__individual-prices{
    display: none !important;
}
.ac-disc_buy{
    background: #ff8c52;
    padding: 0px 10px !important;
    border-radius: 100px;
    color: white;
    font-size: 10px;
}
.ac-msg_disc{
    font-size: 13px;
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 5px;
    color: #2CD333;
    font-weight: 400;
}
.ac-desc_msg_top{
    font-size: 12px;
}
.ac-desc_per_person{
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: flex-end;
    margin-top: 5px !important;
}
#ac-custom_disc{
    display: none;
}
@media screen and (max-width: 1750px) {
    .ac-txt_home h1{
        font-size: 66px;
    }
    .ac-txt_home h2{
        font-size: 35px;
    }
    .ac-txt_home_imgs img{
        height: 104px;
    }
}
@media screen and (max-width: 1500px) {
    .ac-txt_home h1{
        font-size: 59px;
    }
    .ac-txt_home h2{
        font-size: 33px;
    }
    .ac-txt_home_imgs img{
        height: 98px;
    }
}
@media screen and (max-width: 1350px) {
    .ac-txt_home h1{
        font-size: 45px;
    }
    .ac-txt_home h2{
        font-size: 28px;
    }
    .ac-txt_home_imgs img{
        height: 75px;
    }
}
@media screen and (max-width: 1100px) {
    .ac-txt_home h1{
        font-size: 35px;
    }
    .ac-txt_home h2{
        font-size: 25px;
    }
    .ac-txt_home_imgs img{
        height: 56px;
    }
    .ac-products_grid{
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (max-width: 1000px) {
    .ac-txt_home h1{
        font-size: 33px;
    }
    .ac-txt_home h2{
        font-size: 23px;
    }
    .ac-txt_home_imgs img{
        height: 53px;
    }
    .ac-txt_home{
        gap: 20px;
    }
    .ac-sb_option:hover{
        border: none !important;
    }
    #ac-searchfield_cc{
        display: flex;
    }
    .ac-blog_grid, .ac-products_grid{
        grid-template-columns: repeat(2, 1fr);
    }
    .ac-sb_cc{
        border-radius: 10px;
    }
    .ac-sb_option[popup="ac-at_select"]{
        margin-top: 50px !important;
    }
    .ac-sb_option[popup="ac-dur"]{
        margin-bottom: 50px !important;
    }
    .ac-sb_option{
        padding: 10px !important;
        border-radius: 10px;
        min-width: 140px;
    }
    #ac-search_go{
        border-radius: 10px;
        position: fixed;
        bottom: 0;
        width: 100%;
        left: 0;
        border-radius: 0;
        box-shadow: 0px 0px 10px 0px rgba(173, 173, 173, 0.5);
        height: auto;
    }
    #ac-search_go button{
        display: block;
        width: 100%;
        border-radius: 100px;
        padding: 10px 5px !important;
        background: #048c73;
    }
    #ac-search_go svg, 
    #ac-searchbar,
    #ac-date_val{
        display: none;
    }
    #ac-searchbar.ac-active{
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 99;
        height: 100vh;
        margin: 0px !important;
    }
    .ac-sb_cc{
        height: 100%;
        padding: 80px 20px !important;
        overflow: auto;
    }
    .ac-sb_option{
        min-width: 100%;
        border: none !important;
        box-shadow: none !important;
        padding: 0px !important;
    }
    .ac-sb_option.ac-active{
        background: transparent;
    }
    .ac-sb_option.ac-active label{
        color: #8A8A8A !important;
    }
    .ac-filter_options{
        position: unset;
        display: flex;
        margin-top: 10px !important;
    }
    #ac-at_select, #ac-level, #ac-dur, .flatpickr-calendar, #ac-travelers{
        margin-left: 0px !important;
    }
    #ac-searchbar label{
        font-size: 19px;
        text-align: center;
        color: #8A8A8A;
        border: none !important;
    }
    #ac-searchbar{
        top: 50px;
    }
    #ac-trav{
        display: none;
    }
    #ac-travelers{
        display: flex;
        position: unset;
        margin-top: 10px !important;
        width: 100%;
    }
    .ac-close_mobfilter{
        display: block;
        position: fixed;
        top: 80px;
        right: 17px;
    }
    #ac-dif, #ac-dif, #ac-att, #ac-date, .flatpickr-calendar.centerMost, #ac-apply-btn{
        display: none;
    }
    .flatpickr-calendar{
        margin-top: 10px !important;
        opacity: 1;
        visibility: visible;
        position: unset;
        width: 100%;
    }
    .flatpickr-months .flatpickr-prev-month, .flatpickr-months .flatpickr-next-month{
        position: unset;
    }
}
@media screen and (max-width: 767px) {
    .ac-buy_p,
    .ac-buy_btn.ac-buy_p:hover{
        background-color: #FF8C52 !important;
    }
    .ac-product_card .ac-products_cc_txt {
        max-height: 1000px;
    }
    .ac-gruop_prive_msg{
        font-size: 12px;
    }
    .ac-period_option{
        padding: 5px !important;
    }
    #ac-msg_fieldsbuy{
        margin-top: 10px !important;
    }
    .ac-buy_tt{
        padding-bottom: 10px !important;
    }
    .ac-type_group{
        padding: 10px 0 !important;
    }
    .ac-bprice_r{
        font-size: 13px !important;
    }
    .ac-bprice{
        font-size: 25px !important;
    }
    .ac-period_group{
        padding: 10px 0 !important;
    }
    .ac-period_group h5,
    .ac-buy_iten_tt h5,
    .ac-buy_iten h5{
        font-size: 16px;
        font-weight: bolder;
    }
    .ac-buy_iten{
        padding: 10px 0px !important;
    }
    h3.wc-block-components-product-name{
        font-size: 15px !important;
    }
    a.wc-block-components-checkout-return-to-cart-button{
        font-size: 13px !important; 
    }
    .wc-block-components-checkout-place-order-button__text{
        font-size: 13px !important; 
    }
    .ac-txt_home_imgs{
        min-width: 100%;
    }
    .ac-global_bar{
        width: 40px;
        height: 40px;
    }
    .ac-buy_iten_mob{
        display: flex;
    }
    #ac-search_cats span{
        padding: 5px 10px !important;
        font-size: 14px;
    }
}
@media screen and (max-width: 650px) {
    .ac-txt_home h1{
        font-size: 22px;
    }
    .ac-txt_home h2{
        font-size: 18px;
    }
    .ac-product_card_btns{
        flex-direction: column-reverse;
    }
    .ac-product_card_time svg, 
    .ac-product_card_star svg{
        width: 15px;
        height: 15px;
    }
    .ac-product_card_price {
        font-size: 19px;
    }
    .ac-product_card_cc_top a{
        font-size: 16px;
    }
    .ac-post_card_go{
        width: 100%;
    }
    .ac-blog_grid, .ac-products_grid{
        grid-template-columns: repeat(1, 1fr);
    }
}