/*
Theme Name: Bébécar
Description: Child theme for Uncode theme
Author: Bébécar
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/


/* 
    @ ----------------------------------------------------------------------------------------------------------------- @
    @ --------------------------------------------------- STRUCTURE --------------------------------------------------- @
    @ ----------------------------------------------------------------------------------------------------------------- @

    + 00 - COMMENTS
    + 01 - ROOT
    + 02 - HEADER
    + 03 - CONTENT
    + 04 - SEARCH RESULTS
    + 05 - COMPLIANCE
    + 06 - PRODUCTS
    + 07 - CATALOGUES
    + 08 - VIDEOS
    + 09 - MAPS
    + 10 - STOCKISTS
    + 11 - FOOTER
    + 12 - MOBILE
    + 13 - CHECKOUT
    + 14 - MY ACCOUNT
    + 15 - LOGIN / REGISTO

    @ ----------------------------------------------------------------------------------------------------------------- @
    @ ------------------------------------------------- 00 - COMMENTS ------------------------------------------------- @
    @ ----------------------------------------------------------------------------------------------------------------- @

*/


/* 
    @ ----------------------------------------------------------------------------------------------------------------- @
    @ --------------------------------------------------- 01 - ROOT --------------------------------------------------- @
    @ ----------------------------------------------------------------------------------------------------------------- @
*/

:root {
    --heading-font: 'EB Garamond', 'Times New Roman', 'Times', Georgia, serif;
    --body-font: 'EB Garamond', 'Times New Roman', 'Times', Georgia, serif;
    --alt-font: system-ui, arial, helvetica, sans-serif;
    --main-color: #14202e;
    /*nimbus sans,helvetica neue,helvetica,arial,liberation sans,sans-serif*/
    --box-border-radius: .7rem;
    --cat-border-radius: .2rem;
    --box-shadow: 0 0 10px rgba(0, 0, 0, 0.10);
    --btn-border-radius: .34rem;
    --cmplz_slider_active_color: #6ece7f !important;
    --cmplz_slider_inactive_color: #dd3636 !important;
    --cmplz_text_color: #efefef !important;
    scrollbar-width: 15px;
    scrollbar-face-color: #dedede;
    scrollbar-track-color: rgb(240 240 240);
    scrollbar-highlight-color: #cccccc;
    scrollbar-color: #dedede rgb(240 240 240);
}

::-webkit-scrollbar {
    width: 16px;
}

::-webkit-scrollbar-track {
    background: rgb(240 240 240);
}

::-webkit-scrollbar-thumb {
    background: #dedede;
    border-radius: 8px;
}

::-webkit-scrollbar-thumb:hover {
    background: #cccccc;
}

html {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: var(--body-font);
    scroll-behavior: smooth;
}


/* 
    @ ----------------------------------------------------------------------------------------------------------------- @
    @ -------------------------------------------------- 02 - HEADER -------------------------------------------------- @
    @ ----------------------------------------------------------------------------------------------------------------- @
*/

.row-header {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}


/*#page-header[data-imgready="true"] .header-wrapper .row-container > 
.row-background {
    opacity: .8;
}*/

header.style-light-override:hover .menu-container {
    background-color: rgba(250, 250, 250, 0.60) !important;
    backdrop-filter: blur(8px);
    border-bottom: 1px solid #eee;
    transition: all 500ms ease;
}

header.style-dark-override:hover .menu-container {
    box-shadow: inset -11px 77px 24px -18px rgba(0, 0, 0, 0.45);
    transition: all 1s ease;
    /*background-color: rgba(20, 22, 24, 0.35)!important;
    backdrop-filter: blur(10px);*/
}

/* O fundo do header e sempre transparente: e o conteudo (texto/logo)
   que muda conforme o contraste da seccao por baixo (skin do Uncode). */
#masthead .menu-container {
    transition: background-color .35s ease;
}

#masthead.is_stuck .menu-container {
    background-color: transparent !important;
}

/* skin escura (texto branco): inverter o logo para branco,
   ja que nao ha versao clara do logo configurada no tema */
header#masthead.style-dark-override .logo-container img {
    filter: brightness(0) invert(1);
    transition: filter .35s ease;
}

.slide-heading {
    margin-top: 0px !important
}


/* 
    @ ----------------------------------------------------------------------------------------------------------------- @
    @ ------------------------------------------------- 03 - CONTENT -------------------------------------------------- @
    @ ----------------------------------------------------------------------------------------------------------------- @
*/

.headings-style,
h1,
h2,
h3,
h4,
h5,
h6,
.heading-text>p,
.tmb .t-entry .t-entry-cat,
.tmb .t-entry .t-entry-title,
.tmb .t-entry .t-entry-table-typography,
.vc_pie_chart .vc_pie_chart_value,
ul.dwls_search_results .daves-wordpress-live-search_title .search-title {
    letter-spacing: -0.02em;
    font-weight: 500;
}

.ult-carousel-wrapper {
    margin-bottom: 0;
    padding-bottom: 0;
}

.col-widgets-sidebar {
    padding: 0 !important;
}

.font-ui-fixed,
.post-info,
.widget-container .widget-title,
#comments .comments-title,
#respond .comments-title,
#comments #reply-title,
#respond #reply-title,
.uncode-share h6 {
    font-weight: 400;
    font-size: 34px;
}

.widget-container.widget_nav_menu li a,
.widget-container.widget_custom_menu li a {
    font-size: 22px;
    display: inline-block;
    padding: 0px 0px 5px 0px;
    text-transform: none;
}

.col-widgets-sidebar .single-block-padding {
    padding-top: 0px;
    padding-left: 36px;
    padding-right: 36px;
}

.wpcf7-acceptance .wpcf7-list-item-label {
    font-size: 18px;
}

a.file-download-link {
    line-height: 34px;
}

a.file-download-link:hover {
    color: #c93131 !important
}

i.fa.fa-file-pdf-o.file-download {
    padding-right: 4px;
}

.sidebar-widgets li.current_page_item a {
    opacity: 0.7 !important;
}

.page-titles {
    font-weight: 400 !important;
}

.btn {
    padding: 19px 47px !important;
}

.btn-accent {
    color: #ffffff !important;
    background-color: var(--main-color) !important;
    border-color: var(--main-color) !important;
}

.btn-accent:not(.btn-flat):not(.btn-hover-nobg):not(.icon-animated):not(.btn-text-skin):hover,
.btn-accent:not(.btn-flat):not(.btn-hover-nobg):not(.icon-animated):not(.btn-text-skin):focus,
.btn-accent:not(.btn-flat):not(.btn-hover-nobg):not(.icon-animated):not(.btn-text-skin):active {
    color: var(--main-color) !important;
}

.btn-accent:not(.btn-hover-nobg):not(.icon-animated):hover,
.btn-accent:not(.btn-hover-nobg):not(.icon-animated):focus,
.btn-accent:not(.btn-hover-nobg):not(.icon-animated):active {
    background-color: transparent !important;
    border-color: var(--main-color) !important;
}


/*h6.h5,
.h5:not([class*="fontsize-"]) {
    font-size: 28px;
    line-height: 34px;
}*/


/* 
    @ ----------------------------------------------------------------------------------------------------------------- @
    @ ------------------------------------------------ 05 - COMPLIANCE ------------------------------------------------ @
    @ ----------------------------------------------------------------------------------------------------------------- @
*/

.cc-window,
.cmplz-cookiebanner {
    background: rgba(0, 0, 0, 0.85) !important;
    font-family: var(--body-font) !important;
    z-index: 9999999999 !important;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    border: 0 !important;
    grid-gap: 0px
}

.cmplz-cookiebanner {
    margin: 10px 0px;
    padding: 20px !important;
}

#cmplz-manage-consent,
.cmplz-cookiebanner .cmplz-header,
.cmplz-cookiebanner .cmplz-divider,
.cmplz-cookiebanner .cmplz-links.cmplz-information {
    display: none !important;
}

.cmplz-cookiebanner .cmplz-body {
    font-family: var(--body-font) !important;
    font-size: 1rem !important;
    letter-spacing: -0.01rem;
    line-height: 0.5rem;
}

.cmplz-cookiebanner .cmplz-links.cmplz-documents {
    justify-content: flex-start !important;
    grid-column-start: 1 !important;
    grid-row-start: 2 !important;
}

.cmplz-cookiebanner .cmplz-links.cmplz-documents>a {
    font-family: var(--body-font) !important;
    font-size: .9em;
    letter-spacing: -0.01rem;
    color: #efefef !important;
}


/*.cmplz-cookiebanner .cmplz-buttons {
    grid-column-start: 3 !important;
    grid-row-start: 2 !important;
    display: flex;
    flex-direction: column;
    position: relative;
    top: -5px;
}*/

.cmplz-cookiebanner .cmplz-message {
    color: #efefef !important;
    font-family: var(--body-font) !important;
    font-size: 1.2em !important;
    margin-bottom: 0px !important;
    line-height: 40px !important;
}

#cmplz-cookiebanner-container .cmplz-links {
    display: none;
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-category-title {
    font-weight: 400;
    font-size: 1.1em !important;
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-description {
    font-size: 1em;
    line-height: 1.05em;
}

#cc-window .cc-message,
#cc-window .cc-link {
    color: #efefef !important;
}

.cc-window label {
    margin-bottom: 0 !important;
}

.cc-btn {
    border-radius: 0 !important;
}

.cc-banner.cc-theme-edgeless .cc-btn {
    background: rgba(0, 0, 0, 0.3) !important;
    color: #6ece7f;
}

.cc-banner.cc-theme-edgeless .cc-btn:hover {
    text-decoration: none !important;
}

.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-view-preferences,
.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-save-preferences {
    background: rgba(0, 0, 0, 0.3) !important;
    color: #fff !important;
    border: 0px !important;
    font-size: .9em;
    line-height: 16px;
    font-family: var(--body-font);
}

.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-view-preferences:hover {
    background: #dbb93d !important;
}

.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept,
.cc-banner.cc-theme-edgeless .cc-allow,
.cc-floating .cc-compliance>.cc-allow {
    background: #6ece7f !important;
    color: #fff !important;
    border: 0px !important;
    font-size: .9em;
    line-height: 16px;
    font-family: var(--body-font);
}

.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept:hover,
.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-save-preferences:hover,
.cc-banner.cc-theme-edgeless .cc-allow:hover,
.cc-floating .cc-compliance>.cc-allow:hover {
    background: #3fb353 !important;
    color: #fff !important;
}

.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-deny,
.cc-banner.cc-theme-edgeless .cc-dismiss,
.cc-floating .cc-compliance>.cc-dismiss {
    background: rgba(0, 0, 0, 0.3) !important;
    color: #fff !important;
    border: 0px !important;
    font-size: .9em;
    line-height: 16px;
    font-family: var(--body-font);
}

.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-deny:hover,
.cc-banner.cc-theme-edgeless .cc-dismiss:hover,
.cc-floating .cc-compliance>.cc-dismiss:hover {
    background: #dd3636 !important;
    color: #fff !important;
}

.cmplz-message,
.cmplz-categories {
    width: 100% !important;
    max-width: 458px !important;
}

.cmplz-categories {
    margin-top: 20px;
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category {
    background: rgba(0, 0, 0, 0.3) !important;
    border-radius: var(--cmplz_button_border_radius);
}

.cc-animate.cc-revoke.cc-bottom {
    background-color: #6ece7f !important;
    border-radius: 0.3em 0.3em 0 0 !important;
    padding: 0.5em 1.5em !important;
}

.cc-type-categories.cc-floating.cc-theme-edgeless label {
    margin-left: 1em;
    margin-bottom: 0.7em !important;
}

#cmplz-document {
    max-width: 100% !important;
    font-size: 18px;
}

.cmplz-categories {
    width: 100% !important;
    max-width: 100% !important;
}

.cmplz-description,
#cmplz-document h4,
#cmplz-document h5,
#cmplz-cookies-overview .cmplz-dropdown a,
#cmplz-cookies-overview .cmplz-dropdown p,
#cmplz-document .cmplz-dropdown p {
    font-size: 18px !important;
}

#cmplz-document p,
#cmplz-document td,
#cmplz-document li {
    font-size: 20px;
}

.cc-check svg {
    stroke: #6ece7f !important;
}

.cmplz-body .cmplz-open svg {
    fill: #fff;
}

#cmplz-document h2,
#cmplz-document h3 {
    font-size: 1.8rem;
    text-align: left;
    margin-top: 32px;
    text-transform: initial;
    padding-bottom: 0px;
    border-bottom: 0;
    margin-bottom: 10px;
    font-weight: 500 !important;
}

.cc-revoke-custom {
    background: white;
    color: orange;
    border: 0.14rem solid orange;
    padding: 8px 20px;
    margin-bottom: 12px;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: var(--box-border-radius);
}

.cmplz-status-denied {
    font-weight: 600;
    float: left;
    clear: left;
    width: 100%;
    padding: 10px 0;
    text-transform: uppercase;
    color: red;
    text-decoration: underline;
}

.cmplz-status-accepted {
    font-weight: 600;
    float: left;
    clear: left;
    width: 100%;
    padding: 10px 0;
    text-transform: uppercase;
    color: green;
    text-decoration: underline;
}

.cmplz-show-banner {
    cursor: pointer !important;
}


/* 
    @ ----------------------------------------------------------------------------------------------------------------- @
    @ ------------------------------------------------- 06 - PRODUCTS ------------------------------------------------- @
    @ ----------------------------------------------------------------------------------------------------------------- @
*/

.product h6 {
    font-weight: 400;
}

label[for="pa_cores"]:before {
    content: "Elige el color:";
    visibility: visible;
}

label[for="pa_chassis"]:before {
    content: "Elige el chasis:";
    visibility: visible;
}

#product-content-holder .uncell.single-block-padding {
    padding: 0px;
}

.widget-typography-inherit .widget-title,
.widget-ajax-filters h3.widgettitle {
    font-size: 34px !important;
    font-weight: 400 !important;
    letter-spacing: -0.02em !important;
    text-transform: none !important;
}

.widget-ajax-filters h3.widgettitle {
    margin-top: 0;
}

.style-light .ajax-grid-system .grid-filters .filter-list li:not(.filter-list__clear) a {
    background-color: #9cb2c9;
    color: #fff;
    text-transform: lowercase;
    border-radius: 20px;
    padding: 1px 14px;
    opacity: 0.9;
}


/*
#product-content .wpb_column.pos-top.pos-center.align_left.column_parent.col-lg-12.single-internal-gutter,
.main-container .row-container #product-content .row-parent {
    padding: 0px;
}*/

.product form p {
    font-weight: 400;
}


/* Product Tabs */

ul.vc_tta-tabs-list {
    border: 1px solid #f5f5f5;
    padding-top: 15px !important;
    margin-top: 10px !important;
}

li.vc_tta-tab {
    transition: opacity 0.2s linear 0.1s;
    opacity: .5;
}

li.vc_tta-tab:hover,
li.vc_tta-tab.vc_active {
    transition: opacity 0.2s linear 0.1s;
    opacity: 1 !important;
    background-color: #fff;
}

.vc_tta-color-white.vc_tta-style-flat .vc_tta-tab>a:focus,
.vc_tta-color-white.vc_tta-style-flat .vc_tta-tab>a:hover {
    background-color: #fff;
}

.single-product .woocommerce-tabs .woocommerce-Tabs-panel {
    max-width: 100% !important;
}

ul.ult_tabmenu {
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    padding-top: 20px !important;
    padding-bottom: 28px !important;
    justify-content: center !important;
    max-width: 100% !important;
    /*background-color: #fafafa;*/
    background: linear-gradient(#fafafa 50%, #fff) !important;
    /*background: linear-gradient(#f9f9f9 50%, #f8f8f8) !important;*/
}

.product-tabs li.ult_tab_li:nth-child(1),
#product-tabs div.vc_tta-panel h4>a:nth-child(1),
#product-tabs li.vc_tta-tab:nth-child(1) {
    background-image: url(//staging.bebecar.com/wp-content/themes/bebecar/images/icn_logo.png);
}

.product-tabs li.ult_tab_li:nth-child(2),
#product-tabs div.vc_tta-panel h4>a:nth-child(2),
#product-tabs li.vc_tta-tab:nth-child(2) {
    background-image: url(//staging.bebecar.com/wp-content/themes/bebecar/images/icn_alcofa.png);
}

.product-tabs li.ult_tab_li:nth-child(3),
#product-tabs div.vc_tta-panel h4>a:nth-child(3),
#product-tabs li.vc_tta-tab:nth-child(3) {
    background-image: url(//staging.bebecar.com/wp-content/themes/bebecar/images/icn_chassis.png);
}

.product-tabs li.ult_tab_li:nth-child(4),
#product-tabs div.vc_tta-panel h4>a:nth-child(4),
#product-tabs li.vc_tta-tab:nth-child(4) {
    background-image: url(//staging.bebecar.com/wp-content/themes/bebecar/images/icn_assento.png);
}

.product-tabs li.ult_tab_li:nth-child(5),
#product-tabs div.vc_tta-panel h4>a:nth-child(5),
#product-tabs li.vc_tta-tab:nth-child(5) {
    background-image: url(//staging.bebecar.com/wp-content/themes/bebecar/images/icn_easymaxi.png);
}

.product-tabs li.ult_tab_li:nth-child(6),
#product-tabs div.vc_tta-panel h4>a:nth-child(6),
#product-tabs li.vc_tta-tab:nth-child(6) {
    background-image: url(//staging.bebecar.com/wp-content/themes/bebecar/images/icn_acessorios.png);
}

/* =========================================
   ÍCONES POR TIPO DE PRODUTO (por classe)
   ========================================= */

/* --- TIPO 1: CARRINHOS --- */
.carrinhos .ult_tab_li.icone-sobre { background-image: url(//www.bebecar.com/wp-content/themes/childtheme/images/sobre.png) !important; }
.carrinhos .ult_tab_li.icone-alcofa { background-image: url(//www.bebecar.com/wp-content/themes/childtheme/images/alcofa.png) !important; }
.carrinhos .ult_tab_li.icone-chassis { background-image: url(//www.bebecar.com/wp-content/themes/childtheme/images/chassis.png) !important; }
.carrinhos .ult_tab_li.icone-cadeira { background-image: url(//www.bebecar.com/wp-content/themes/childtheme/images/assento.png) !important; }
.carrinhos .ult_tab_li.icone-auto { background-image: url(//www.bebecar.com/wp-content/themes/childtheme/images/easymaxi.png) !important; }
.carrinhos .ult_tab_li.icone-acessorios { background-image: url(//www.bebecar.com/wp-content/themes/childtheme/images/acessorios.png) !important; }

/* --- TIPO 2: SEGURANÇA AUTO --- */
.segauto .ult_tab_li.icone-sobre { background-image: url(//www.bebecar.com/wp-content/themes/childtheme/images/sobre.png) !important; }
.segauto .ult_tab_li.icone-conforto { background-image: url(//www.bebecar.com/wp-content/themes/childtheme/images/conforto.png) !important; }
.segauto .ult_tab_li.icone-base { background-image: url(//www.bebecar.com/wp-content/themes/childtheme/images/base.png) !important; }
.segauto .ult_tab_li.icone-no-automovel { background-image: url(//www.bebecar.com/wp-content/themes/childtheme/images/no_carro.png) !important; }
.segauto .ult_tab_li.icone-acessorios { background-image: url(//www.bebecar.com/wp-content/themes/childtheme/images/acessorios.png) !important; }

/* --- TIPO 3: GERAL / SOBRE --- */
.geral .ult_tab_li.icone-sobre { background-image: url(//www.bebecar.com/wp-content/themes/childtheme/images/sobre.png) !important; }

/* Ocultar "Etiquetas" (product tags) da apresentação do produto */
.single-product div.product .product_meta .tagged_as { display: none !important; }

.product-tabs li.ult_tab_li,
#product-tabs div.vc_tta-panel h4>a,
#product-tabs li.vc_tta-tab {
    opacity: .5;
    background-size: 85px auto;
    background-repeat: no-repeat;
    background-position: top center;
    width: 140px;
    height: 98px;
    margin: 0px 25px !important;
    transition: opacity 0.2s linear 0.1s;
}

.acessorios-produto>.vc_col-sm-3 {
    padding: 5px;
}

.single-product .woocommerce-tabs ul li a {
    width: 100%;
    height: 100%;
}

li.ult_tab_li:hover,
li.ult_tab_li.current {
    transition: opacity 0.2s linear 0.1s;
    opacity: 1;
}

.ult_tabs .ult_tabcontent {
    font-size: inherit;
    max-width: 1600px;
    margin: 0 auto;
}

.ult_tabitemname {
    padding: 12px 0px !important;
    max-width: 1600px;
    margin: 0 auto;
}


/*div.ult_tabcontent {
    padding: 30px;
}*/

.ult_tab_main {
    display: block;
    width: 130px;
    position: relative;
    top: 68px;
    margin: 0 auto !important;
    float: left;
    left: -4px;
}

.ult_tabitemname {
    padding: 12px 0px !important;
}

span.ult_tab_section {
    display: block;
    vertical-align: middle;
    width: 100% !important;
    text-align: center !important;
    float: left;
}

.product-tabs span.ult_tab_section>span.ult-span-text,
.vc_tta-color-white.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading,
#product-tabs div.vc_tta-panel h4>a,
.vc_tta-color-white.vc_tta-style-flat .vc_tta-tab>a {
    background-color: transparent !important;
    color: #666;
    width: 160px;
    height: 150px;
    text-align: center;
}

.product-tabs span.ult_tab_section>span.ult-span-text {
    text-align: center !important;
    font-family: var(--body-font);
    color: var(--main-color) !important;
    font-weight: 500 !important;
    height: auto;
    min-width: 120px !important;
    margin: 0 auto !important;
    width: 100% !important;
    float: left;
    top: 0;
}

.ult_tabs .ult_tabcontent {
    font-size: inherit;
}

.product-tabs .ult_tab_li,
.product-tabs .ult_tab_li a {
    background-color: transparent !important;
}

#product-tabs a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-square.vc_btn3-style-outline-custom.vc_btn3-icon-left {
    background-image: none !important;
}

span.ult-span-text,
span.vc_tta-title-text {
    position: relative;
    top: 50px;
    font-size: .90em !important;
    color: var(main-color) !important;
    font-weight: 500 !important;
    text-align: center !important;
    margin: 0 auto;
}

.ult_modal-body {
    padding: 0 !important;
}

div.ult_modal-content {
    border: 0 !important;
    box-shadow: none !important;
}

.overlay-fade.ult-open .ult_modal-content {
    opacity: 1;
    border: 0px !important;
    box-shadow: none;
}

.pum-container.pum-scrollable .pum-content {
    max-height: 100%;
}


/*
    ! foi alterada a linha 470 DO FICHEIRO: ../PLUGINS/ULTIMATE_VC_ADDONS/MODULES/ULTIMATE_MODALS.PHP
*/

.ult-overlay-close.top-right {
    left: 100%;
    top: 0px !important;
    width: 80px !important;
    height: 80px;
    border-radius: 0px 0px 0px 100px !important;
    padding: 28px !important;
    position: sticky;
    z-index: 9999999;
    background-color: #dd5d5d;
    box-shadow: -1px 1px 5px 2px rgb(0, 0, 0, 0.05);
    border-left: 1px solid #d17676;
    border-bottom: 1px solid #d17676;
}

.ult-overlay-close-inside {
    position: relative;
    top: -8px;
    right: -8px;
}

.ult_modal.ult-container {
    width: 100% !important;
    margin: 0 !important;
}

.Defaults-plus-circle:before {
    position: relative;
    left: 2px;
    top: 0px;
}

.aio-icon,
.vc_row .aio-icon {
    font-size: 30px !important;
    height: 30px !important;
    width: 30px !important;
    line-height: 30px !important;
    position: relative;
    font-weight: 400;
}

.ult-tooltipster-fade-show {
    transition: opacity 0.2s linear 0.1s;
    opacity: 1;
    margin-left: -20px;
    box-shadow: var(--box-shadow);
    border-radius: var(--box-border-radius) !important;
}

.ult-tooltipster-default .ult-tooltipster-content {
    font-size: 18px;
    line-height: 26px;
}

.ult-tooltipster-default .ult-tooltipster-content {
    text-align: left;
}


/* pop-UP */

.pum-theme-777849 .pum-content+.pum-close,
.pum-theme-content-only .pum-content+.pum-close {
    position: absolute;
    right: 0px !important;
    top: 0px !important;
    color: #ffffff;
    font-family: inherit;
    font-weight: 200;
    font-size: 58px !important;
    line-height: 0px;
    border: 1px solid #da4453;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.00);
    width: 80px !important;
    height: 80px !important;
    border-radius: 0px 0px 0px 100px !important;
    padding: 0px 10px 30px 30px !important;
    background-color: #da4453;
    box-shadow: -1px 1px 5px 2px rgb(0, 0, 0, 0.05);
}

.pum-theme-777849 .pum-content+.pum-close:hover,
.pum-theme-content-only .pum-content+.pum-close:hover {
    border-color: #a91221;
    background-color: #a91221;
}


/* Variation swatches */

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled:hover {
    cursor: not-allowed;
    overflow: hidden;
    pointer-events: auto;
    position: relative;
    opacity: .5;
    box-shadow: 0px 0px 0px red;
}

.variable-item picture {
    width: 41px;
    height: 41px;
}


/* Variation label */

div.product form.cart .variations td.label label {
    visibility: visible;
    display: block;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .04em;
    margin-bottom: 8px;
    color: #14202e;
}


/* Icone specs alcofa */

.aio-icon.circle {
    /*color: #70babb !important;
    color: #88a9c3 !important;*/
    color: #d6ad60 !important
}


/* País na página de finalização de compra */

span.woocommerce-input-wrapper strong {
    display: block;
    position: relative;
    top: 16px;
}

.thank-you,
.addresses header.title h3 {
    font-size: 34px !important;
    font-weight: 400 !important;
}

ul.woocommerce-order-overview {
    margin-bottom: 20px
}


/* Informação métodos de envio */

tr.woocommerce-shipping-totals td {
    width: 40%;
}


/* 
    @ ----------------------------------------------------------------------------------------------------------------- @
    @ ------------------------------------------------ 07 - CATALOGUES ------------------------------------------------ @
    @ ----------------------------------------------------------------------------------------------------------------- @
*/

span.ubtn-data.ubtn-text {
    text-shadow: 0px 0px 8px rgba(0, 0, 0, .5);
}

button.ubtn-large {
    padding: 16px 32px;
}

.ubtn-img-container .ubtn-sep-icon-at-left .ubtn-data.ubtn-text {
    right: -16px;
    font-family: var(--alt-font) !important;
    font-weight: 500;
}

.ubtn-img-container .ubtn-sep-icon.ubtn-sep-icon-at-left .ubtn-icon {
    left: 17px;
    opacity: 1;
}

.cat-btn.btn-color-lxmt.btn-outline:not(.btn-hover-nobg):not(.btn-text-skin):not(.icon-animated) {
    font-size: 20px !important;
}

.cat-btn>i.fa-cloud-download2:before {
    font-size: 24px;
    line-height: 24px;
}

.cat-btn .fa {
    margin-right: 12px;
}

.cat-btn.btn-color-lxmt.btn-outline:not(.btn-hover-nobg):not(.btn-text-skin):not(.icon-animated):hover {
    color: #101213 !important;
}


/* 
    @ ----------------------------------------------------------------------------------------------------------------- @
    @ -------------------------------------------------- 08 - VIDEOS -------------------------------------------------- @
    @ ----------------------------------------------------------------------------------------------------------------- @
*/

.ytp-chrome-top,
.ytp-show-watch-later-title,
.ytp-share-button-visible,
.ytp-show-share-title,
.ytp-show-cards-title,
.ytp-title,
.ytp-chrome-top-buttons {
    display: none !important;
}

.yotu-videos {
    padding: 50px 0 0 !important;
}

.yotu-column-3 li {
    border: 0;
}

.yotu-video-title {
    display: none !important;
}

.yotu-videos ul {
    display: block !important;
}

.wpb_video_wrapper .otf-video-poster {
    background-position: center top !important;
    margin-top: -70px !important;
}

.yotu-player {
    box-shadow: none !important;
}

div.yotu-video-placeholder {
    background: #efefef;
    position: relative;
    top: 100px;
    padding: 50px;
    border-radius: var(--box-border-radius);
    font-size: 1.2rem;
    color: orange;
    max-width: 640px;
    margin: 0 auto;
    text-align: center;
}

.yotu-player iframe {
    border-radius: var(--box-border-radius);
    box-shadow: var(--box-shadow);
}

.yotu-thumb-169 .yotu-video-thumb-wrp>div,
.yotu-thumb-169.yotu-thumbnails.owl-carousel .owl-item>div {
    border-radius: var(--box-border-radius);
    box-shadow: var(--box-shadow);
    transition: all 0.3s ease-in-out;
    opacity: 1;
}

.yotu-thumb-169 .yotu-video-thumb-wrp>div:hover,
.yotu-thumb-169.yotu-thumbnails.owl-carousel .owl-item>div:hover {
    border-radius: var(--box-border-radius);
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.23);
    transition: all 0.3s ease-in-out;
    opacity: 0.95;
}


/* 
    @ ----------------------------------------------------------------------------------------------------------------- @
    @ --------------------------------------------------- 09 - MAPS --------------------------------------------------- @
    @ ----------------------------------------------------------------------------------------------------------------- @
*/

#map,
#mapa2,
#tabela_mapa,
#contentor_mapa,
#mapa {
    width: 100%;
    height: 500px;
    /*border-radius: var(--btn-border-radius);*/
}

#ptvenda input,
#ptvenda select {
    width: 100%;
    padding: 14px !important;
    border: 2px solid var(--main-color);
}

#ptvenda table,
#ptvenda tr,
#ptvenda td {
    border: 0px !important;
    font-weight: 400;
    padding: 8px;
    text-align: left;
}

#ptvenda h6 {
    text-align: left;
    font-weight: 400;
    font-size: 28px;
}

input#searchButton {
    background: var(--main-color);
    color: #ffffff;
    padding: 12px 14px 13px 14px !important;
    border: 2px solid var(--main-color);
}

input#searchButton:hover {
    color: var(--main-color);
    background: #ffffff;
}

#contentor_mapa {
    position: relative;
}

#celula_mapa {
    padding: 0 !important;
}

.mapinfo {
    margin: 20px;
}

.nomap {
    margin-bottom: 71px;
}

.before-title-service::before {
    background: url('images/service.jpg');
    height: 50px;
    width: 50px;
    margin-right: 0;
}

.before-title-contacts-bebecar::before {
    background: url('images/pin-b.png');
    height: 50px;
    width: 50px;
    margin-right: 0;
}

.before-title-contacts-trama::before {
    background: url('images/pin-t.png');
    height: 50px;
    width: 50px;
    margin-right: 0;
}

#locationSelect {
    background-color: rgb(255, 255, 255);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    box-shadow: rgba(0, 0, 0, 0.3) 0 1px 4px -1px;
    outline: currentcolor none medium;
    visibility: hidden;
    position: absolute;
    top: 10px !important;
    right: 20px !important;
    z-index: 9999;
    width: auto !important;
    border: 0 !important;
    color: rgb(0, 0, 0);
    font-family: var(--body-font);
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    min-width: 300px !important;
}

.vc_message_box {
    padding: 24px 20px 16px 20px;
    text-align: center;
    font-size: 22px;
    font-family: var(--alt-font);
}

.vc_message_box.vc_message_box-solid.vc_message_box-square.vc_color-danger {
    border: 2px solid rgba(255, 0, 0, .3);
    background: rgba(255, 0, 0, .2);
    color: rgba(155, 0, 0, .8);
}

.vc_message_box.vc_message_box-solid.vc_message_box-square.vc_color-warning {
    border: 2px solid rgba(255, 226, 0, .3);
    background: rgba(255, 226, 0, .2);
    color: rgb(155 137 0 / 80%);
}

.vc_message_box. i.fa {
    font-size: 30px;
}

.vc_message_box .vc_message_box-icon {
    width: fit-content;
    display: inline-block;
}

.vc_message_box p {
    width: fit-content;
    display: inline-block;
    position: relative;
    top: -5px;
    margin: 0px;
    padding-left: 10px;
}

.vc_custom_heading {
    line-height: 34px;
}

.vc_custom_heading. h3 {
    line-height: 34px;
}


/* 
    @ ----------------------------------------------------------------------------------------------------------------- @
    @ ------------------------------------------------ 10 - STOCKISTS ------------------------------------------------- @
    @ ----------------------------------------------------------------------------------------------------------------- @
*/


/* ME */

#info_div {
    margin: 0 auto;
    width: 100%;
    padding-top: 30px !important;
}

/* grelha de cartoes: os .wpb_column sao filhos diretos de #info_div (gerados por JS) */
#info_div {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    align-items: stretch;
}

#info_div td {
    padding: 8px 4px 8px 0px;
    font-size: 16px;
    line-height: 1.5;
    color: #4a5563;
}

#info_div td.icones {
    max-width: 36px;
    color: var(--main-color);
}

#info_div .wpb_column {
    display: flex;
    flex-direction: column;
    vertical-align: top;
    width: 100%;
    height: auto;
    min-height: 260px;
    clear: none;
    float: none;
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 14px;
    box-shadow: 0 4px 18px rgba(20, 32, 46, .05);
    padding: 26px 28px !important;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

#info_div .wpb_column:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(20, 32, 46, .12);
    border-color: #cfd4da;
}

#info_div h3,
#info_div h6 {
    text-align: left;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: .02em;
    color: var(--main-color);
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid #eee;
}

#info_div .wpb_wrapper {
    margin-top: 0 !important;
    display: flex;
    flex-direction: column;
    flex: 1;
}

/* icones (pin, telefone) no azul do tema */
#info_div .fa {
    color: var(--main-color);
}

/* link "Ir para a localizacao" como botao pill no fundo do cartao */
#info_div a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    margin-top: auto;
    padding: 9px 22px;
    border: 1.5px solid var(--main-color);
    border-radius: 40px;
    color: var(--main-color) !important;
    font-weight: 500;
    font-size: 15px;
    text-decoration: none !important;
    transition: background .2s ease, color .2s ease;
}

#info_div a:hover {
    background: var(--main-color);
    color: #fff !important;
}

#info_div a:hover .fa,
#info_div a .fa {
    color: inherit;
}


/* 
    @ ----------------------------------------------------------------------------------------------------------------- @
    @ -------------------------------------------------- 11 - FOOTER -------------------------------------------------- @
    @ ----------------------------------------------------------------------------------------------------------------- @
*/

footer a,
footer i {
    color: #fafafa !important;
}

footer a:hover,
footer i:hover {
    color: #aaaaaa !important
}


/* 
    @ ----------------------------------------------------------------------------------------------------------------- @
    @ -------------------------------------------------- 12 - MOBILE -------------------------------------------------- @
    @ ----------------------------------------------------------------------------------------------------------------- @
*/

.menu-toggle-close {
    position: absolute;
    top: 13px;
    right: 0px;
    padding: 14px 6px
}

.hide-desktop {
    display: none !important;
}

@media screen and (max-width: 1279px) {
    #info_div {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    #info_div h3,
    #info_div h6 {
        font-size: 19px;
    }
}

@media screen and (max-width: 960px) {
    header.style-light-override .menu-container {
        background-color: rgba(250, 250, 250, 0.95) !important;
        backdrop-filter: blur(10px);
        border-bottom: 1px solid #eee;
        transition: all 500ms ease;
    }

    body.menu-custom-padding .menu-container .logo-container {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .slide-video {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    #info_div {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    #info_div .wpb_column {
        min-height: 0;
        padding: 22px 20px !important;
    }
}

@media screen and (max-width: 620px) {
    body.menu-custom-padding .menu-container .logo-container {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

    .top-menu.top-menu-enhanced .row-menu-inner.top-menu-cols-2.top-enhanced-split-tablet,
    .top-menu.top-menu-enhanced .row-menu-inner.top-menu-cols-3.top-enhanced-split-tablet {
        padding: 0;
    }
}

@media screen and (max-width: 520px) {
    .hide-mobile a {
        display: none !important
    }

    .hide-desktop {
        display: inline-flex !important;
    }

    .product-tabs li.ult_tab_li {
        height: 120px;
        width: 110px;
        margin: 0px 10px !important;
    }

    .product-tabs span.ult_tab_section>span.ult-span-text {
        text-align: center !important;
        min-width: auto;
        margin: 0 auto !important;
        width: 110px !important;
        float: left;
        top: 0;
        padding: 0 10px !important;
    }
}

@media screen and (min-width: 1720px) {
    .col-widgets-sidebar .single-block-padding {
        padding-top: 0px;
        padding-left: 0px;
    }
}


/*
    @ ----------------------------------------------------------------------------------------------------------------- @
    @ ------------------------------------------------- 13 - CHECKOUT ------------------------------------------------- @
    @ ----------------------------------------------------------------------------------------------------------------- @

    Checkout estilo Cybex (tema Bebecar - EB Garamond / #14202E)
*/

/* Alinhamentos gerais */
.woocommerce-checkout #customer_details,
.woocommerce-checkout #order_review,
.woocommerce-checkout #order_review_heading { text-align: left !important; }

/* Seccoes em cartoes brancos */
#customer_details .woocommerce-billing-fields,
#customer_details .woocommerce-shipping-fields,
#customer_details .woocommerce-additional-fields {
    background:#fff; border:1px solid #e6e6e6; border-radius:14px;
    padding:30px 32px; margin-bottom:24px; box-shadow:0 4px 18px rgba(20,32,46,.05);
}

/* Titulos das seccoes */
#customer_details h3, #order_review_heading, #ship-to-different-address {
    font-size:22px !important; font-weight:500 !important;
    margin-bottom:20px !important; padding-bottom:12px; border-bottom:1px solid #eee;
}
#ship-to-different-address { border-bottom:none; }

/* Campos arredondados */
.woocommerce-checkout .input-text,
.woocommerce-checkout textarea,
.woocommerce-checkout select,
.woocommerce-checkout .select2-selection--single {
    border:1px solid #cfd4da !important; border-radius:9px !important;
    padding:15px 16px !important; height:auto !important; min-height:54px !important;
    font-size:15px !important; background:#fff !important; box-shadow:none !important;
}
.woocommerce-checkout .select2-selection--single .select2-selection__rendered { line-height:22px !important; padding-left:0 !important; }
.woocommerce-checkout .select2-selection--single .select2-selection__arrow { height:52px !important; }
.woocommerce-checkout .input-text:focus,
.woocommerce-checkout textarea:focus,
.woocommerce-checkout select:focus {
    border-color:#14202e !important; box-shadow:0 0 0 3px rgba(20,32,46,.12) !important; outline:none !important;
}

/* Labels acima dos campos */
.woocommerce-checkout .form-row > label {
    display:block !important; text-align:left !important; font-size:12.5px !important;
    font-weight:600 !important; text-transform:uppercase; letter-spacing:.4px;
    color:#6a7280 !important; margin-bottom:7px !important;
}
.woocommerce-checkout .form-row { margin-bottom:18px !important; padding:0 8px !important; }
.woocommerce-checkout .form-row-first { padding-left:0 !important; }
.woocommerce-checkout .form-row-last { padding-right:0 !important; }
#ship-to-different-address label, .woocommerce-terms-and-conditions-wrapper label {
    text-transform:none !important; font-size:15px !important; color:#14202e !important; font-weight:500 !important;
}

/* Resumo da encomenda */
#order_review { background:#fff; border:1px solid #e6e6e6; border-radius:14px; padding:30px 32px; box-shadow:0 4px 18px rgba(20,32,46,.05); }
.woocommerce-checkout-review-order-table { border:none !important; margin:0 !important; }
.woocommerce-checkout-review-order-table thead { display:none !important; }
.woocommerce-checkout-review-order-table tr td,
.woocommerce-checkout-review-order-table tr th { border:none !important; border-bottom:1px solid #eee !important; padding:16px 0 !important; background:transparent !important; }
.woocommerce-checkout-review-order-table .cart_item td.product-name { font-size:14px; line-height:1.4; padding-right:12px !important; }
.woocommerce-checkout-review-order-table .cart_item td.product-name img { width:56px !important; height:auto; border-radius:8px; border:1px solid #eee; float:left; margin-right:14px; }
.woocommerce-checkout-review-order-table td.product-total,
.woocommerce-checkout-review-order-table .amount { text-align:right !important; font-weight:500; }
.woocommerce-checkout-review-order-table .order-total th,
.woocommerce-checkout-review-order-table .order-total td { border-bottom:none !important; padding-top:20px !important; font-size:18px; }
.woocommerce-checkout-review-order-table .order-total .amount { font-size:24px; color:#14202e; }
.woocommerce-checkout-review-order-table #shipping_method li { border:none !important; padding:0 !important; margin:0 !important; background:transparent !important; display:block !important; }
.woocommerce-checkout-review-order-table .woocommerce-shipping-totals td { text-align:right !important; }
#shipping_method { list-style:none; margin:0; padding:0; }

/* Metodos de pagamento em cartoes */
ul.wc_payment_methods { text-align:left !important; list-style:none; margin:18px 0 0 0; padding:0; }
ul.wc_payment_methods li.wc_payment_method {
    display:flex; align-items:center; flex-wrap:wrap; gap:12px;
    border:1px solid #d9d9d9; border-radius:12px; padding:18px 20px; margin-bottom:12px;
    transition:border-color .2s, box-shadow .2s;
}
ul.wc_payment_methods li.wc_payment_method:hover { border-color:#14202e; }
ul.wc_payment_methods li.wc_payment_method:has(input:checked) { border-color:#14202e; box-shadow:0 0 0 1.5px #14202e; }
ul.wc_payment_methods li.wc_payment_method > input[type="radio"] { order:0; margin:0; width:18px; height:18px; flex:0 0 auto; }
ul.wc_payment_methods li.wc_payment_method > label {
    order:1; flex:1; text-align:left !important; margin:0; font-weight:500; font-size:16px;
    display:flex; align-items:center; justify-content:space-between; gap:10px;
}
ul.wc_payment_methods li.wc_payment_method > label img {
    display:inline-block !important; visibility:visible !important; opacity:1 !important;
    order:2; max-height:28px; width:auto; margin-left:auto; float:none !important;
}
ul.wc_payment_methods .payment_box {
    order:3; flex-basis:100%; text-align:left !important;
    background:#f6f7f8; border:1px solid #ececec; border-radius:10px; padding:16px 18px; margin-top:8px; font-size:14px;
}

/* ---- Correcoes MBWAY ---- */
/* remover link "O que e o MBWAY?" */
ul.wc_payment_methods li.wc_payment_method > label a { display:none !important; }
/* label do campo telefone */
ul.wc_payment_methods .payment_box .form-row > label { font-size:12.5px !important; margin-bottom:8px !important; }
/* pais + numero lado a lado, larguras corretas (o tema forcava min-width:100% no select) */
ul.wc_payment_methods .payment_box #wc-eupago_mbway-mbway-form > div,
ul.wc_payment_methods .payment_box .wc-mbway-form > div {
    display:flex !important; gap:10px !important; flex-wrap:nowrap !important; align-items:stretch !important; width:100% !important;
}
ul.wc_payment_methods .payment_box select#mbway_country_code {
    flex:0 0 150px !important; width:150px !important; min-width:150px !important; max-width:150px !important; min-height:54px !important;
}
ul.wc_payment_methods .payment_box input#mbway_phone {
    flex:1 1 0 !important; width:auto !important; min-width:0 !important; max-width:100% !important; min-height:54px !important;
}
.wc-mbway-form .clear { display:none !important; }

/* Botao finalizar */
#place_order { width:100% !important; border-radius:40px !important; padding:20px !important; font-size:17px !important; letter-spacing:.4px; margin-top:14px; background:#14202e !important; border:none !important; }
#place_order:hover { background:#24344a !important; }

/* Termos */
.woocommerce-terms-and-conditions-wrapper { text-align:left !important; margin:18px 0; }

/* Responsivo */
@media (max-width:768px){
    #customer_details .woocommerce-billing-fields,
    #customer_details .woocommerce-shipping-fields,
    #order_review { padding:22px 18px; }
    ul.wc_payment_methods .payment_box select#mbway_country_code { flex-basis:120px !important; width:120px !important; min-width:120px !important; }
}

/* ---- MBWAY: seletor de pais compacto (so bandeira + indicativo) ---- */
/* O texto das opcoes e definido via snippet JS (Woody). Aqui so ajustamos a largura da caixa. */
ul.wc_payment_methods .payment_box select#mbway_country_code {
    flex:0 0 96px !important;
    width:96px !important;
    min-width:96px !important;
    max-width:96px !important;
    text-align:center !important;
    text-align-last:center !important;
}
@media (max-width:768px){
    ul.wc_payment_methods .payment_box select#mbway_country_code {
        flex-basis:88px !important;
        width:88px !important;
        min-width:88px !important;
        max-width:88px !important;
    }
}

/* ---- MBWAY: remover fundo/caixa cinza, deixar so as caixas brancas ---- */
ul.wc_payment_methods .payment_box.payment_method_eupago_mbway {
    background:transparent !important;
    border:0 !important;
    box-shadow:none !important;
    padding:0 !important;
}
ul.wc_payment_methods .payment_box.payment_method_eupago_mbway::before {
    display:none !important;
}
ul.wc_payment_methods .payment_box #wc-eupago_mbway-mbway-form.wc-mbway-form,
ul.wc_payment_methods .payment_box fieldset.wc-mbway-form {
    background:transparent !important;
    border:0 !important;
    box-shadow:none !important;
    padding:0 !important;
    margin:8px 0 0 !important;
}

/* ---- MBWAY: esconder frase e ajustar largura da caixa do numero ---- */
/* esconder "Numero de telefone registado no MB WAY" */
ul.wc_payment_methods .payment_box .wc-mbway-form label[for="mbway_phone"] {
    display:none !important;
}
/* caixa do numero mais pequena, para caber dentro da box do MBWAY */
ul.wc_payment_methods .payment_box input#mbway_phone {
    flex:0 1 200px !important;
    width:200px !important;
    max-width:200px !important;
}

/* ---- Notificacoes (erros, avisos, info) em cartoes modernos ---- */
.woocommerce-checkout .woocommerce-error,
.woocommerce-checkout .woocommerce-message,
.woocommerce-checkout .woocommerce-info,
.woocommerce-checkout .woocommerce-NoticeGroup .woocommerce-error {
    background:#fff !important;
    border:1px solid #e6e6e6 !important;
    border-radius:14px !important;
    box-shadow:0 4px 18px rgba(20,32,46,.05) !important;
    padding:22px 26px !important;
    margin-bottom:24px !important;
    text-align:left !important;
    list-style:none !important;
    font-size:15px !important;
    line-height:1.6 !important;
    color:#14202e !important;
}

/* Erros: barra de destaque a esquerda em vez de caixa rosa */
.woocommerce-checkout .woocommerce-error {
    border-left:4px solid #c0392b !important;
}
.woocommerce-checkout .woocommerce-error li {
    color:#14202e !important;
    padding:6px 0 !important;
    margin:0 !important;
    list-style:none !important;
}
.woocommerce-checkout .woocommerce-error li strong {
    color:#c0392b !important;
    font-weight:600 !important;
}
.woocommerce-checkout .woocommerce-error li::before {
    content:"\2715";
    display:inline-block;
    color:#c0392b;
    font-size:11px;
    font-weight:700;
    margin-right:10px;
    vertical-align:1px;
}

/* Info ("Ja tem conta no nosso site?" / cupao): cartao discreto */
.woocommerce-checkout .woocommerce-info,
.woocommerce-form-login-toggle .woocommerce-info,
.woocommerce-form-coupon-toggle .woocommerce-info {
    border-left:4px solid #14202e !important;
    background:#fff !important;
    border-radius:14px !important;
    box-shadow:0 4px 18px rgba(20,32,46,.05) !important;
    padding:18px 26px !important;
    text-align:left !important;
    color:#14202e !important;
}
.woocommerce-checkout .woocommerce-info a,
.woocommerce-form-login-toggle .woocommerce-info a,
.woocommerce-form-coupon-toggle .woocommerce-info a {
    color:#14202e !important;
    font-weight:600 !important;
    text-decoration:underline !important;
    text-underline-offset:3px;
}
.woocommerce-checkout .woocommerce-info a:hover {
    color:#24344a !important;
}

/* Mensagens de sucesso */
.woocommerce-checkout .woocommerce-message {
    border-left:4px solid #3fb353 !important;
}

/* Erro inline por campo (validacao em tempo real) */
.woocommerce-checkout .form-row.woocommerce-invalid .input-text,
.woocommerce-checkout .form-row.woocommerce-invalid select,
.woocommerce-checkout .form-row.woocommerce-invalid .select2-selection--single {
    border-color:#c0392b !important;
    box-shadow:0 0 0 3px rgba(192,57,43,.10) !important;
}
.woocommerce-checkout .form-row.woocommerce-validated .input-text,
.woocommerce-checkout .form-row.woocommerce-validated select {
    border-color:#3fb353 !important;
}
.woocommerce-checkout .checkout-inline-error-message {
    color:#c0392b !important;
    font-size:13px !important;
    margin-top:6px !important;
    text-transform:none !important;
    letter-spacing:0 !important;
}

/* ---- Checkboxes modernas (criar conta / morada diferente / termos) ---- */
.woocommerce-checkout input[type="checkbox"] {
    -webkit-appearance:none;
    appearance:none;
    width:22px !important;
    height:22px !important;
    min-height:22px !important;
    border:1.5px solid #cfd4da !important;
    border-radius:6px !important;
    background:#fff !important;
    cursor:pointer;
    position:relative;
    vertical-align:middle;
    margin:0 10px 0 0 !important;
    flex:0 0 auto;
    transition:border-color .2s, background .2s, box-shadow .2s;
}
.woocommerce-checkout input[type="checkbox"]:hover {
    border-color:#14202e !important;
}
.woocommerce-checkout input[type="checkbox"]:checked {
    background:#14202e !important;
    border-color:#14202e !important;
}
.woocommerce-checkout input[type="checkbox"]:checked::after {
    content:"";
    position:absolute;
    left:7px;
    top:3px;
    width:6px;
    height:11px;
    border:solid #fff;
    border-width:0 2px 2px 0;
    transform:rotate(45deg);
}
.woocommerce-checkout input[type="checkbox"]:focus-visible {
    outline:none;
    box-shadow:0 0 0 3px rgba(20,32,46,.15) !important;
}

/* Labels das checkboxes alinhadas com a caixa */
.woocommerce-account-fields .create-account label.checkbox,
#ship-to-different-address label,
.woocommerce-terms-and-conditions-wrapper label.checkbox {
    display:inline-flex !important;
    align-items:center !important;
    gap:2px;
    cursor:pointer;
}
.woocommerce-account-fields .create-account label.checkbox span {
    font-size:15px !important;
    text-transform:none !important;
    letter-spacing:0 !important;
    color:#14202e !important;
    font-weight:500 !important;
}

/* Remover fundo azul do autofill do browser nos campos */
.woocommerce-checkout .input-text:-webkit-autofill,
.woocommerce-checkout .input-text:-webkit-autofill:hover,
.woocommerce-checkout .input-text:-webkit-autofill:focus {
    -webkit-box-shadow:0 0 0 100px #fff inset !important;
    -webkit-text-fill-color:#14202e !important;
}

/* ---- Responsivo mobile: empilhar campos e alinhar tudo ---- */
@media (max-width:768px){
    /* campos a 1 coluna, sem paddings laterais desiguais */
    .woocommerce-checkout .form-row,
    .woocommerce-checkout .form-row-first,
    .woocommerce-checkout .form-row-last,
    .woocommerce-checkout .form-row-wide {
        width:100% !important;
        float:none !important;
        padding-left:0 !important;
        padding-right:0 !important;
        margin-bottom:16px !important;
    }

    /* notificacoes mais compactas */
    .woocommerce-checkout .woocommerce-error,
    .woocommerce-checkout .woocommerce-message,
    .woocommerce-checkout .woocommerce-info,
    .woocommerce-form-login-toggle .woocommerce-info,
    .woocommerce-form-coupon-toggle .woocommerce-info {
        padding:16px 18px !important;
        font-size:14px !important;
    }

    /* titulos das seccoes um pouco menores */
    #customer_details h3,
    #order_review_heading,
    #ship-to-different-address {
        font-size:19px !important;
    }

    /* metodos de pagamento: menos padding, logos menores */
    ul.wc_payment_methods li.wc_payment_method { padding:14px 14px; gap:10px; }
    ul.wc_payment_methods li.wc_payment_method > label { font-size:15px; }
    ul.wc_payment_methods li.wc_payment_method > label img { max-height:22px; }
    ul.wc_payment_methods .payment_box { padding:12px 14px; }

    /* resumo: total ligeiramente menor */
    .woocommerce-checkout-review-order-table .order-total .amount { font-size:21px; }
}

@media (max-width:420px){
    /* MBWAY: garantir que pais + numero cabem lado a lado */
    ul.wc_payment_methods .payment_box input#mbway_phone {
        flex:1 1 auto !important;
        width:auto !important;
        max-width:none !important;
        min-width:0 !important;
    }
}


/*
    @ ----------------------------------------------------------------------------------------------------------------- @
    @ ------------------------------------------------ 14 - MY ACCOUNT ------------------------------------------------ @
    @ ----------------------------------------------------------------------------------------------------------------- @
*/

/* Esconder "Descarregamentos" do menu */
.woocommerce-MyAccount-navigation-link--downloads {
    display: none !important;
}

/* Menu lateral em cartao */
.woocommerce-account .woocommerce-MyAccount-navigation {
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 14px;
    box-shadow: 0 4px 18px rgba(20, 32, 46, .05);
    padding: 14px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* O <li> e o "pill": alinha icone + link lado a lado, seja qual for o markup */
.woocommerce-account .woocommerce-MyAccount-navigation li {
    display: flex !important;
    align-items: center !important;
    gap: 12px;
    margin: 4px 0 !important;
    padding: 13px 18px !important;
    border-radius: 10px;
    list-style: none !important;
    transition: background .2s ease, padding-left .2s ease;
}

.woocommerce-account .woocommerce-MyAccount-navigation li:hover {
    background: #f4f6f8;
    padding-left: 24px !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation li i,
.woocommerce-account .woocommerce-MyAccount-navigation li .fa {
    color: var(--main-color);
    font-size: 17px;
    width: 22px;
    min-width: 22px;
    text-align: center;
    line-height: 1;
    flex: 0 0 auto;
    margin: 0 !important;
    position: static !important;
    float: none !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation li a {
    display: block;
    flex: 1;
    padding: 0 !important;
    margin: 0 !important;
    color: var(--main-color) !important;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.3;
    text-align: left;
    text-decoration: none !important;
    border-bottom: 0 !important;
    background: transparent !important;
}

/* se o icone estiver dentro do proprio link */
.woocommerce-account .woocommerce-MyAccount-navigation li a i,
.woocommerce-account .woocommerce-MyAccount-navigation li a .fa {
    margin-right: 10px !important;
}

/* icones injetados por ::before (snippets): tirar do posicionamento absoluto */
.woocommerce-account .woocommerce-MyAccount-navigation li::before,
.woocommerce-account .woocommerce-MyAccount-navigation li a::before {
    position: static !important;
    float: none !important;
    display: inline-block;
    width: 22px;
    min-width: 22px;
    margin: 0 12px 0 0 !important;
    left: auto !important;
    top: auto !important;
    text-align: center;
    line-height: 1;
}

/* garantir que o "Descarregamentos" fica escondido (regra mais especifica que o flex acima) */
.woocommerce-account .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--downloads {
    display: none !important;
}

/* Item ativo: fundo azul do tema */
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active {
    background: var(--main-color);
}

.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active i,
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active .fa {
    color: #fff !important;
}

/* Terminar sessao em tom de alerta suave no hover */
.woocommerce-account .woocommerce-MyAccount-navigation-link--customer-logout:hover {
    background: #fdf0ef;
}

.woocommerce-account .woocommerce-MyAccount-navigation-link--customer-logout:hover a,
.woocommerce-account .woocommerce-MyAccount-navigation-link--customer-logout:hover i,
.woocommerce-account .woocommerce-MyAccount-navigation-link--customer-logout:hover .fa {
    color: #c0392b !important;
}

/* Conteudo em cartao branco */
.woocommerce-account .woocommerce-MyAccount-content {
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 14px;
    box-shadow: 0 4px 18px rgba(20, 32, 46, .05);
    padding: 30px 34px;
    text-align: left;
}

.woocommerce-account .woocommerce-MyAccount-content p {
    text-align: left;
    font-size: 17px;
    line-height: 1.65;
    color: #4a5563;
}

.woocommerce-account .woocommerce-MyAccount-content p strong,
.woocommerce-account .woocommerce-MyAccount-content a {
    color: var(--main-color);
}

.woocommerce-account .woocommerce-MyAccount-content a:hover {
    color: #24344a;
}

/* Botoes do conteudo (guardar, ver encomenda, etc.) em pill escuro */
.woocommerce-account .woocommerce-MyAccount-content .button,
.woocommerce-account .woocommerce-MyAccount-content button[type="submit"] {
    background: var(--main-color) !important;
    color: #fff !important;
    border: none !important;
    border-radius: 40px !important;
    padding: 14px 34px !important;
    font-size: 15px !important;
    font-weight: 500;
    letter-spacing: .3px;
    transition: background .2s ease;
}

.woocommerce-account .woocommerce-MyAccount-content .button:hover,
.woocommerce-account .woocommerce-MyAccount-content button[type="submit"]:hover {
    background: #24344a !important;
}

/* Tabela de encomendas */
.woocommerce-account .woocommerce-orders-table {
    border: none !important;
}

.woocommerce-account .woocommerce-orders-table th {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .4px;
    color: #6a7280;
    border: none !important;
    border-bottom: 1px solid #eee !important;
    padding: 12px 10px !important;
    text-align: left;
}

.woocommerce-account .woocommerce-orders-table td {
    border: none !important;
    border-bottom: 1px solid #eee !important;
    padding: 16px 10px !important;
    text-align: left;
    font-size: 16px;
}

/* Acoes da tabela de encomendas: botoes compactos e organizados */
.woocommerce-account .woocommerce-orders-table td.woocommerce-orders-table__cell-order-actions {
    text-align: right !important;
}

.woocommerce-account .woocommerce-orders-table .button {
    padding: 9px 22px !important;
    font-size: 13.5px !important;
    margin: 3px 2px !important;
    border-radius: 40px !important;
    display: inline-block !important;
    line-height: 1.4 !important;
    width: auto !important;
}

/* Ver: contorno (acao secundaria) */
.woocommerce-account .woocommerce-orders-table .button.view {
    background: transparent !important;
    color: var(--main-color) !important;
    border: 1.5px solid var(--main-color) !important;
}

.woocommerce-account .woocommerce-orders-table .button.view:hover {
    background: var(--main-color) !important;
    color: #fff !important;
}

/* Pagar: preenchido (acao principal) — ja herda o pill escuro */

/* Cancelar: contorno vermelho suave */
.woocommerce-account .woocommerce-orders-table .button.cancel {
    background: transparent !important;
    color: #c0392b !important;
    border: 1.5px solid #e3b1ab !important;
}

.woocommerce-account .woocommerce-orders-table .button.cancel:hover {
    background: #fdf0ef !important;
    border-color: #c0392b !important;
}

/* Moradas em cartoes */
.woocommerce-account .u-columns.woocommerce-Addresses .woocommerce-Address {
    background: #f8f9fa;
    border: 1px solid #ececec;
    border-radius: 12px;
    padding: 24px 26px;
}

.woocommerce-account .woocommerce-Address header.title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 14px;
}

.woocommerce-account .woocommerce-Address header.title h3 {
    font-size: 24px !important;
    text-align: left;
    margin: 0 !important;
}

/* Editar morada como botao pill em vez de link sublinhado */
.woocommerce-account .woocommerce-Address header.title .edit {
    display: inline-block;
    padding: 7px 18px !important;
    border: 1.5px solid var(--main-color) !important;
    border-radius: 40px;
    color: var(--main-color) !important;
    font-size: 13.5px;
    font-weight: 500;
    text-decoration: none !important;
    border-bottom-width: 1.5px !important;
    box-shadow: none !important;
    transition: background .2s ease, color .2s ease;
}

.woocommerce-account .woocommerce-Address header.title .edit:hover {
    background: var(--main-color) !important;
    color: #fff !important;
}

.woocommerce-account .woocommerce-Address address {
    text-align: left;
    font-size: 16px;
    line-height: 1.7;
}

/* Fieldset "Alterar senha" sem bordas sobrepostas */
.woocommerce-account .woocommerce-MyAccount-content fieldset {
    border: 0 !important;
    padding: 0 !important;
    margin: 30px 0 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.woocommerce-account .woocommerce-MyAccount-content fieldset legend {
    display: block;
    width: 100%;
    border: 0 !important;
    border-bottom: 1px solid #eee !important;
    background: transparent !important;
    font-size: 20px;
    font-weight: 500;
    color: var(--main-color);
    text-align: left;
    padding: 0 0 10px 0 !important;
    margin: 0 0 18px 0 !important;
}

/* ---- Painel: resumo (encomendas por pagar + lista de desejos) ---- */
.bbc-dashboard-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 28px;
}

.bbc-dash-card {
    background: #f8f9fa;
    border: 1px solid #ececec;
    border-radius: 12px;
    padding: 22px 24px;
    text-align: left;
}

.bbc-dash-card h4 {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 19px;
    font-weight: 500;
    color: var(--main-color);
    margin: 0 0 16px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #e8e8e8;
}

.bbc-dash-card h4 i {
    font-size: 17px;
    color: var(--main-color);
}

.bbc-dash-list {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.bbc-dash-list li {
    list-style: none !important;
    margin: 0 !important;
}

/* linha de encomenda por pagar */
.bbc-dash-order {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 0 !important;
    border-bottom: 1px solid #ececec;
}

.bbc-dash-order:last-child {
    border-bottom: 0;
}

.bbc-dash-order-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.bbc-dash-order-info a {
    font-weight: 600;
    color: var(--main-color) !important;
    text-decoration: none !important;
    font-size: 16px;
}

.bbc-dash-order-info small {
    font-size: 13.5px;
    color: #6a7280;
}

.bbc-dash-order-info .bbc-dash-order-items {
    font-size: 13px;
    color: #8a919c;
    line-height: 1.5;
    margin-top: 2px;
}

.bbc-dash-pay {
    flex: 0 0 auto;
    padding: 8px 22px;
    background: var(--main-color);
    color: #fff !important;
    border-radius: 40px;
    font-size: 13.5px;
    font-weight: 500;
    text-decoration: none !important;
    transition: background .2s ease;
}

.bbc-dash-pay:hover {
    background: #24344a;
}

/* produto da lista de desejos */
.bbc-dash-product a {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 14px;
    padding: 10px 0 !important;
    border-bottom: 1px solid #ececec;
    text-decoration: none !important;
    color: var(--main-color) !important;
}

.bbc-dash-product:last-child a {
    border-bottom: 0;
}

.bbc-dash-thumb {
    display: block !important;
    flex: 0 0 52px;
    width: 52px;
    height: 52px;
}

.bbc-dash-thumb img {
    display: block !important;
    width: 52px !important;
    height: 52px !important;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid #e6e6e6;
    background: #fff;
    margin: 0 !important;
    float: none !important;
}

.bbc-dash-prodinfo {
    display: flex !important;
    flex-direction: column !important;
    gap: 3px;
    flex: 1;
    min-width: 0;
    text-align: left;
}

.bbc-dash-prodinfo strong {
    font-size: 15px;
    font-weight: 500;
    color: var(--main-color);
    line-height: 1.35;
}

/* preco numa so linha, sem sublinhados nem quebras estranhas */
.bbc-dash-price,
.bbc-dash-price * {
    display: inline !important;
    font-size: 13.5px !important;
    font-weight: 400 !important;
    color: #6a7280 !important;
    text-decoration: none !important;
    border: 0 !important;
    background: transparent !important;
    white-space: normal;
    line-height: 1.4;
}

.bbc-dash-price del,
.bbc-dash-price del * {
    text-decoration: line-through !important;
    opacity: .75;
}

.bbc-dash-empty {
    color: #6a7280;
    font-size: 15px !important;
    margin: 0 !important;
}

.bbc-dash-all {
    display: inline-block;
    margin-top: 14px;
    font-size: 14.5px;
    font-weight: 600;
    color: var(--main-color) !important;
    text-decoration: none !important;
    border-bottom: 1.5px solid var(--main-color);
    padding-bottom: 1px;
    transition: opacity .2s ease;
}

.bbc-dash-all:hover {
    opacity: .7;
}

/* Campos dos formularios da conta iguais aos do checkout */
.woocommerce-account .woocommerce-MyAccount-content .input-text,
.woocommerce-account .woocommerce-MyAccount-content select {
    border: 1px solid #cfd4da !important;
    border-radius: 9px !important;
    padding: 14px 16px !important;
    min-height: 52px !important;
    font-size: 15px !important;
    background: #fff !important;
    box-shadow: none !important;
}

.woocommerce-account .woocommerce-MyAccount-content .input-text:focus,
.woocommerce-account .woocommerce-MyAccount-content select:focus {
    border-color: var(--main-color) !important;
    box-shadow: 0 0 0 3px rgba(20, 32, 46, .12) !important;
    outline: none !important;
}

.woocommerce-account .woocommerce-MyAccount-content .form-row > label {
    display: block;
    text-align: left;
    font-size: 12.5px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .4px;
    color: #6a7280;
    margin-bottom: 7px;
}

/* Responsivo: menu em cima, conteudo em baixo */
@media (max-width: 768px) {
    .woocommerce-account .woocommerce-MyAccount-navigation,
    .woocommerce-account .woocommerce-MyAccount-content {
        width: 100% !important;
        float: none !important;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation {
        margin-bottom: 20px;
        padding: 10px;
    }

    .woocommerce-account .woocommerce-MyAccount-content {
        padding: 22px 20px;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation li {
        padding: 11px 14px !important;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation li a {
        font-size: 16px;
    }

    /* Tabela de encomendas vira cartoes empilhados */
    .woocommerce-account .woocommerce-orders-table thead {
        display: none !important;
    }

    .woocommerce-account .woocommerce-orders-table tr {
        display: block !important;
        border: 1px solid #eee !important;
        border-radius: 12px !important;
        padding: 14px 16px !important;
        margin-bottom: 14px !important;
        background: #fff !important;
    }

    .woocommerce-account .woocommerce-orders-table td {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        gap: 12px;
        border: 0 !important;
        border-bottom: 1px solid #f4f4f4 !important;
        padding: 9px 0 !important;
        text-align: right !important;
        font-size: 15px !important;
    }

    .woocommerce-account .woocommerce-orders-table td:last-child {
        border-bottom: 0 !important;
    }

    /* etiqueta da coluna a esquerda (WooCommerce poe o nome em data-title) */
    .woocommerce-account .woocommerce-orders-table td::before {
        content: attr(data-title);
        font-size: 11.5px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: .4px;
        color: #6a7280;
        text-align: left;
        flex: 0 0 auto;
    }

    /* acoes: botoes lado a lado, sem etiqueta */
    .woocommerce-account .woocommerce-orders-table td.woocommerce-orders-table__cell-order-actions {
        justify-content: flex-end !important;
        flex-wrap: wrap;
    }

    .woocommerce-account .woocommerce-orders-table td.woocommerce-orders-table__cell-order-actions::before {
        display: none;
    }

    /* moradas empilhadas */
    .woocommerce-account .u-columns.woocommerce-Addresses .u-column1,
    .woocommerce-account .u-columns.woocommerce-Addresses .u-column2 {
        width: 100% !important;
        float: none !important;
        margin-bottom: 16px;
    }

    /* resumo do painel em coluna unica */
    .bbc-dashboard-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .bbc-dash-card {
        padding: 18px 18px;
    }
}


/*
    @ ----------------------------------------------------------------------------------------------------------------- @
    @ --------------------------------------------- 15 - LOGIN / REGISTO ---------------------------------------------- @
    @ ----------------------------------------------------------------------------------------------------------------- @
*/

/* Alinhar as duas colunas pelo topo (o tema centra na vertical, desalinhando os titulos) */
.uncell:has(form.login),
.uncell:has(form.register) {
    vertical-align: top !important;
    padding-top: 60px !important;
}

/* Formularios em cartoes brancos */
.woocommerce form.login,
.woocommerce form.register,
form.woocommerce-form-login,
form.woocommerce-form-register {
    background: #fff;
    border: 1px solid #e6e6e6 !important;
    border-radius: 14px;
    box-shadow: 0 4px 18px rgba(20, 32, 46, .05);
    padding: 32px 34px !important;
    max-width: 480px;
    width: 100%;
    text-align: left;
    margin-top: 10px !important;
}

/* Campos arredondados iguais aos do checkout */
.woocommerce form.login .input-text,
.woocommerce form.register .input-text {
    border: 1px solid #cfd4da !important;
    border-radius: 9px !important;
    padding: 15px 16px !important;
    height: auto !important;
    min-height: 54px !important;
    font-size: 15px !important;
    background: #fff !important;
    box-shadow: none !important;
}

.woocommerce form.login .input-text:focus,
.woocommerce form.register .input-text:focus {
    border-color: var(--main-color) !important;
    box-shadow: 0 0 0 3px rgba(20, 32, 46, .12) !important;
    outline: none !important;
}

.woocommerce form.login .form-row,
.woocommerce form.register .form-row {
    margin-bottom: 16px !important;
    padding: 0 !important;
}

/* Botoes em pill escuro de largura total */
.woocommerce form.login button[type="submit"],
.woocommerce form.register button[type="submit"] {
    width: 100% !important;
    border-radius: 40px !important;
    padding: 17px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    letter-spacing: .4px;
    background: var(--main-color) !important;
    color: #fff !important;
    border: none !important;
    margin-top: 8px;
    transition: background .2s ease;
}

.woocommerce form.login button[type="submit"]:hover,
.woocommerce form.register button[type="submit"]:hover {
    background: #24344a !important;
}

/* "Manter sessao" com checkbox custom */
.woocommerce form.login .woocommerce-form-login__rememberme {
    display: flex !important;
    align-items: center !important;
    gap: 2px;
    margin: 4px 0 14px 0 !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    color: var(--main-color) !important;
    text-transform: none !important;
    cursor: pointer;
}

.woocommerce form.login input[type="checkbox"],
.woocommerce form.register input[type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;
    width: 22px !important;
    height: 22px !important;
    min-height: 22px !important;
    border: 1.5px solid #cfd4da !important;
    border-radius: 6px !important;
    background: #fff !important;
    cursor: pointer;
    position: relative;
    vertical-align: middle;
    margin: 0 10px 0 0 !important;
    flex: 0 0 auto;
    transition: border-color .2s, background .2s, box-shadow .2s;
}

.woocommerce form.login input[type="checkbox"]:hover,
.woocommerce form.register input[type="checkbox"]:hover {
    border-color: var(--main-color) !important;
}

.woocommerce form.login input[type="checkbox"]:checked,
.woocommerce form.register input[type="checkbox"]:checked {
    background: var(--main-color) !important;
    border-color: var(--main-color) !important;
}

.woocommerce form.login input[type="checkbox"]:checked::after,
.woocommerce form.register input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    left: 7px;
    top: 3px;
    width: 6px;
    height: 11px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* "Perdeu a sua senha?" discreto */
.woocommerce form.login .lost_password {
    margin: 16px 0 0 0 !important;
    text-align: center;
}

.woocommerce form.login .lost_password a {
    color: #6a7280 !important;
    font-size: 14.5px !important;
    font-weight: 400 !important;
    text-decoration: underline !important;
    text-underline-offset: 3px;
    transition: color .2s ease;
}

.woocommerce form.login .lost_password a:hover {
    color: var(--main-color) !important;
}

/* Texto informativo do registo */
.woocommerce form.register p:not(.form-row) {
    font-size: 14.5px;
    line-height: 1.6;
    color: #6a7280;
}

/* Mobile: cartoes a toda a largura, sem desalinhamento vertical */
@media (max-width: 768px) {
    .uncell:has(form.login),
    .uncell:has(form.register) {
        padding-top: 20px !important;
    }

    .woocommerce form.login,
    .woocommerce form.register,
    form.woocommerce-form-login,
    form.woocommerce-form-register {
        max-width: 100%;
        padding: 24px 20px !important;
    }
}

/* ---- Painel deslizante login/registo (construido por bin/scripts/bbc-auth.js) ---- */

/* anti-flash: esconder os formularios originais ate serem movidos para o slide.
   Se o JS nao correr, reaparecem sozinhos passados 2.5s (fallback). */
body:not(.logged-in) form.login:not(.bbc-auth form.login),
body:not(.logged-in) form.register:not(.bbc-auth form.register) {
    opacity: 0;
    animation: bbcAuthReveal 0s linear 2.5s forwards;
}

@keyframes bbcAuthReveal {
    to {
        opacity: 1;
    }
}

.bbc-auth form.login,
.bbc-auth form.register {
    opacity: 1;
    animation: none;
}

.bbc-auth {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 1040px;
    min-height: 620px;
    margin: 140px auto 70px;
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 20px;
    box-shadow: 0 14px 44px rgba(20, 32, 46, .10);
    text-align: left;
    animation: bbcAuthEnter .45s ease both;
}

@keyframes bbcAuthEnter {
    from {
        opacity: 0;
        transform: translateY(16px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.bbc-auth-panel {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 50px 60px;
    background: #fff;
    transition: transform .6s ease-in-out, opacity .45s ease-in-out;
}

.bbc-auth-panel h3 {
    font-size: 30px;
    font-weight: 500;
    margin: 0 0 26px 0;
    color: var(--main-color);
}

.bbc-auth-login {
    z-index: 2;
    opacity: 1;
}

.bbc-auth-register {
    z-index: 1;
    opacity: 0;
    pointer-events: none;
}

.bbc-auth.right-active .bbc-auth-login {
    transform: translateX(100%);
    opacity: 0;
    pointer-events: none;
    z-index: 1;
}

.bbc-auth.right-active .bbc-auth-register {
    transform: translateX(100%);
    opacity: 1;
    pointer-events: auto;
    z-index: 2;
}

/* Painel de marca que desliza */
.bbc-auth-overlay {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    z-index: 10;
    transition: transform .6s ease-in-out;
}

.bbc-auth.right-active .bbc-auth-overlay {
    transform: translateX(-100%);
}

.bbc-auth-overlay-inner {
    width: 100%;
    height: 100%;
    background: linear-gradient(160deg, #1d2d42 0%, #14202e 65%);
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
    text-align: center;
    padding: 40px 48px;
}

.bbc-auth-logo {
    width: 150px;
    max-width: 60%;
    height: auto;
    filter: brightness(0) invert(1);
    opacity: .95;
    margin-bottom: 6px;
}

.bbc-auth-text {
    color: #e8ecf1 !important;
    font-size: 19px !important;
    line-height: 1.5;
    margin: 0 !important;
}

.bbc-auth-toggle {
    background: transparent !important;
    border: 1.5px solid rgba(255, 255, 255, .85) !important;
    color: #fff !important;
    border-radius: 40px !important;
    padding: 13px 38px !important;
    font-size: 15px !important;
    font-weight: 500;
    letter-spacing: .4px;
    font-family: var(--body-font);
    cursor: pointer;
    transition: background .2s ease, color .2s ease;
}

.bbc-auth-toggle:hover {
    background: #fff !important;
    color: var(--main-color) !important;
}

/* dentro do slide, os formularios nao precisam do cartao proprio */
.bbc-auth form.login,
.bbc-auth form.register {
    border: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
    max-width: 100%;
    background: transparent;
}

/* ---- Estilos dos formularios dentro do slide ----
   (o JS move os forms para fora do wrapper .woocommerce,
   por isso as regras tem de estar ancoradas em .bbc-auth) */

.bbc-auth form .form-row {
    margin-bottom: 18px !important;
    padding: 0 !important;
}

/* labels pequenas em maiusculas, como no checkout */
.bbc-auth form .form-row > label {
    display: block !important;
    text-align: left !important;
    font-size: 12.5px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    letter-spacing: .4px;
    color: #6a7280 !important;
    margin-bottom: 7px !important;
}

.bbc-auth form .form-row > label .required {
    color: #c0392b;
    text-decoration: none;
}

/* campos arredondados */
.bbc-auth form .input-text,
.bbc-auth form input[type="text"],
.bbc-auth form input[type="email"],
.bbc-auth form input[type="password"] {
    width: 100%;
    border: 1px solid #cfd4da !important;
    border-radius: 9px !important;
    padding: 15px 16px !important;
    height: auto !important;
    min-height: 54px !important;
    font-size: 15px !important;
    background: #fff !important;
    box-shadow: none !important;
    color: var(--main-color);
}

.bbc-auth form .input-text:focus,
.bbc-auth form input[type="text"]:focus,
.bbc-auth form input[type="email"]:focus,
.bbc-auth form input[type="password"]:focus {
    border-color: var(--main-color) !important;
    box-shadow: 0 0 0 3px rgba(20, 32, 46, .12) !important;
    outline: none !important;
}

/* botao submeter em pill escuro */
.bbc-auth form button[type="submit"] {
    width: 100% !important;
    border-radius: 40px !important;
    padding: 17px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    letter-spacing: .4px;
    background: var(--main-color) !important;
    color: #fff !important;
    border: none !important;
    margin-top: 8px;
    cursor: pointer;
    transition: background .2s ease;
}

.bbc-auth form button[type="submit"]:hover {
    background: #24344a !important;
}

/* "Manter sessao" com checkbox custom */
.bbc-auth form .woocommerce-form-login__rememberme {
    display: flex !important;
    align-items: center !important;
    gap: 2px;
    margin: 4px 0 14px 0 !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    color: var(--main-color) !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    cursor: pointer;
}

.bbc-auth form input[type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;
    width: 22px !important;
    height: 22px !important;
    min-height: 22px !important;
    border: 1.5px solid #cfd4da !important;
    border-radius: 6px !important;
    background: #fff !important;
    cursor: pointer;
    position: relative;
    vertical-align: middle;
    margin: 0 10px 0 0 !important;
    flex: 0 0 auto;
    transition: border-color .2s, background .2s;
}

.bbc-auth form input[type="checkbox"]:hover {
    border-color: var(--main-color) !important;
}

.bbc-auth form input[type="checkbox"]:checked {
    background: var(--main-color) !important;
    border-color: var(--main-color) !important;
}

.bbc-auth form input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    left: 7px;
    top: 3px;
    width: 6px;
    height: 11px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* "Perdeu a sua senha?" discreto e centrado */
.bbc-auth form .lost_password {
    margin: 16px 0 0 0 !important;
    text-align: center;
}

.bbc-auth form .lost_password a {
    color: #6a7280 !important;
    font-size: 14.5px !important;
    font-weight: 400 !important;
    text-decoration: underline !important;
    text-underline-offset: 3px;
    transition: color .2s ease;
}

.bbc-auth form .lost_password a:hover {
    color: var(--main-color) !important;
}

/* texto informativo do registo */
.bbc-auth form.register p:not(.form-row) {
    font-size: 14.5px !important;
    line-height: 1.6;
    color: #6a7280 !important;
    text-align: left;
}

/* botao "mostrar senha" (olho) alinhado dentro do campo arredondado */
.bbc-auth form .show-password-input {
    top: 16px;
    right: 14px;
}

/* ligacoes de troca (so visiveis em mobile, onde nao ha overlay) */
.bbc-auth-switch {
    display: none;
    margin: 20px 0 0 !important;
    font-size: 14.5px !important;
    color: #6a7280 !important;
    text-align: center;
}

.bbc-auth-switch a {
    color: var(--main-color) !important;
    font-weight: 600;
    text-decoration: underline !important;
    text-underline-offset: 3px;
}

@media (max-width: 900px) {
    .bbc-auth {
        min-height: 0;
        margin: 40px auto 30px;
    }

    .bbc-auth-overlay {
        display: none;
    }

    .bbc-auth-panel {
        position: relative;
        width: 100%;
        height: auto;
        padding: 32px 24px;
        display: none;
        opacity: 1 !important;
        pointer-events: auto !important;
        transform: none !important;
        transition: none;
    }

    .bbc-auth-login {
        display: flex;
    }

    .bbc-auth.right-active .bbc-auth-login {
        display: none;
    }

    .bbc-auth.right-active .bbc-auth-register {
        display: flex;
    }

    .bbc-auth-switch {
        display: block;
    }
}