@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//oficinasublime.com.br/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.4.1") format("woff2");
	font-display:swap;
}

:root {
	--wd-text-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(104,0,119);
	--wd-text-font-size: 15px;
	--wd-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 500;
	--wd-title-color: rgb(104,0,119);
	--wd-entities-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 400;
	--wd-entities-title-color: rgb(104,0,119);
	--wd-entities-title-color-hover: rgb(175, 64, 206);
	--wd-alternative-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 500;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 15px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: #680077;
	--wd-alternative-color: #9A2168;
	--btn-default-font-family: "Poppins", Arial, Helvetica, sans-serif;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-font-family: "Poppins", Arial, Helvetica, sans-serif;
	--btn-accented-font-weight: 400;
	--btn-accented-bgcolor: #83b735;
	--btn-accented-bgcolor-hover: #74a32f;
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: #680077;
	--wd-link-color-hover: rgb(0,0,0);
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: url();
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
html .wd-dropdown-menu.wd-design-sized .sub-sub-menu li a, html .wd-dropdown-menu.wd-design-full-width .sub-sub-menu li a, body .wd-dropdown-menu.wd-design-aside .wd-wp-menu > .sub-sub-menu .sub-sub-menu li a, body .wd-dropdown-menu.wd-design-aside .wd-sub-menu .wd-sub-menu .sub-sub-menu li a {
	font-weight: 300;
	font-size: 16px;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1230px;
--wd-form-brd-radius: 0px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 5px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--btn-accented-box-shadow-active: none;
--btn-accented-bottom: 0px;
--wd-brd-radius: 0px;
}

@media (min-width: 1230px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


.wd-page-title {
background-color: #680077;
}

/**/
/* 1. QUANTIDADE: Junta os botões e remove qualquer espaço fantasma */
.woocommerce-cart-form .product-quantity .quantity {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 0px !important; /* Cola o - input + um no outro */
}

/* Neutraliza os parágrafos intrusos na quantidade sem quebrar o layout */
.woocommerce-cart-form .product-quantity .quantity p {
    display: contents !important; /* Faz o <p> agir como se não existisse, mantendo os eventos do JS intactos */
    margin: 0 !important;
    padding: 0 !important;
}

/* Some com o <br> da quantidade e do cupom */
.woocommerce-cart-form .product-quantity .quantity br,
.woocommerce-cart-form .coupon.wd-coupon-form br {
    display: none !important;
}


/* 2. BOTÃO CHECKOUT: Remove o <br> interno sem alterar a estrutura do botão */
.wc-proceed-to-checkout .checkout-button br {
    display: none !important;
}

/* Remove o espaço em branco gerado pelo "Enter" dentro do botão */
.wc-proceed-to-checkout .checkout-button {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    font-size: 0; /* Zera o espaço fantasma do texto */
}

/* Devolve o tamanho correto apenas para o texto do botão */
.wc-proceed-to-checkout .checkout-button::first-line,
.wc-proceed-to-checkout .checkout-button {
    font-size: 14px; /* Ajuste para o tamanho de fonte padrão do seu tema */
}
/*fim do código que tira os br*/


/*altera cor dos itens submenu, quando menu estiver expandido*/
.wd-sub-menu a {
    color: #680079 !important;       /* Cor desejada */
/    text-decoration: none !important; /* Remove sublinhado */
    cursor: pointer !important;       /* Mantém o cursor de clique */
}

/* Mantém a cor quando passar o mouse ou focar */
.wd-sub-menu a:hover,
.wd-sub-menu a:focus {
    color: #680079 !important;
    text-decoration: none !important;
}

/*tirar os 40px que fica entre menu e slider*/
.wd-content-layout {
    padding-block: 0px !important;
}

/*.whb-header.whb-sticked .whb-color-light:not(.whb-with-bg){
    background-color: #680077 !important;
}*/

/*.whb-main-header .wd-tools-element{
    --wd-header-el-color: #68007a;
}*/

/*
.wd-checkout-steps {
	display: none !important;
}*/
/*
.page-title .entry-title {
	display: none !important;
}*/
/*
.title-size-small{
	--wd-title-sp: 0px !important;
}*/

/*cor do contador do carrinho*/
/*.wd-cart-number {
	background-color: #467ff7 !important;
}*/
/*
.wd-action-btn {
	display:none !important;
}*/
/*
.wd-social-login .btn {
	line-height: 2px;
}*/

/* Links dentro do submenu do menu expandido */

/* Popup de cookies personalizado */
/*#custom-cookie-popup {
/*		display: none; /* começa oculto */
  /*  position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.7); /* fundo preto com transparência */
  /*  color: #ffffff;
    padding: 20px 35px; /* caixa maior */
 /*   border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
    display: flex;
    align-items: center; /* alinha texto e botão verticalmente */
   /* justify-content: center;
    z-index: 9999;
    font-family: 'Arial', sans-serif;
    font-size: 15px;
    flex-wrap: nowrap; /* mantém tudo em uma linha no desktop */
	/*	gap: 12px;
		width: 60%;
    max-width: 90%; /* largura máxima */
/*}*/

/* Remove margens do texto e define altura de linha */
/*#custom-cookie-popup p {
    margin: 0;
    line-height: 1.4;
}*/

/* Links discretos */
/*#custom-cookie-popup a {
 /*   color: #ffffff;
    text-decoration: underline;
}*/

/* Botão roxo */
/*#custom-cookie-popup button {
    display: inline-flex; /* garante alinhamento interno */
  /*  align-items: center;
    justify-content: center;
    height: 36px; /* altura fixa para alinhar com texto */
/*    padding: 0 20px; /* padding horizontal */
/*    background-color: #770068;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
    transition: background 0.3s;
}*/

/*#custom-cookie-popup button:hover {
    background-color: #5a0050; /* roxo mais escuro no hover */
}*/

/* Responsivo para mobile */
/*@media (max-width: 480px) {
    #custom-cookie-popup {
        flex-direction: column; /* botão abaixo do texto */
   /*     text-align: center;
				width: 90%;
        padding: 5px 2px; /* padding ajustado no mobile */
			
/*    }

  /*  #custom-cookie-popup button {
        height: auto; /* botão se ajusta à altura do conteúdo */
   /* }
}*/

/* Descrição das canecas */
.descricao-caneca h3 {
  margin-top: 2.5em;
  margin-bottom: 0.6em;
  font-size: 1.25em;
  color: #1a1a1a;
  font-weight: 600;
}

.descricao-caneca p {
  margin-bottom: 1.2em;
  color: #333;
  line-height: 1.7;
}

.descricao-caneca ul {
  margin: 0 0 1.5em 1.2em;
  color: #333;
}

.descricao-caneca img {
  display: block;
  margin: 2em auto;
  border-radius: 10px;
  max-width: 100%;
}
/* FIM Descrição das canecas */@media (min-width: 1025px) {
	/*.cart-widget-side .wd-heading {
	font-size: 14px !important;
	padding: 20px 5px !important;
}*/
}

@media (max-width: 576px) {
	/** {
  max-width: 100%;
  box-sizing: border-box;
}*/

/*fazer as "vantagens" virar slider no celular*/
.mobile-slider {
    display: flex !important;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.mobile-slider::-webkit-scrollbar {
    display: none;
}

.mobile-slider > .elementor-widget {
    flex: 0 0 100%;
    scroll-snap-align: start;
    margin-top: 14px;
		padding: 14px 16px;
}

.mobile-slider .elementor-image-box-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-slider .elementor-image-box-img {
    flex: 0 0 58px;
    margin: 0 18px 0 0 !important;
}

.mobile-slider .elementor-image-box-img img {
    width: 58px !important;
    height: 58px !important;
    display: block;
}

.mobile-slider .elementor-image-box-content {
    flex: none;
    width: auto !important;
    max-width: calc(100% - 66px);
    text-align: left;
}

.mobile-slider .elementor-image-box-title {
    margin: 0 0 4px;
    font-size: 18px;
    line-height: 1.2;
}

.mobile-slider .elementor-image-box-description {
    margin: 0;
    line-height: 1.4;
}
/* acaba aqui */

.joinchat__button {
		bottom: 20px;
	}

/*.cart-widget-side .wd-heading {
		font-size: 12px !important;
		padding: 20px 5px !important;
	}*/

/*.wc-dnd-file-upload{
	width: 100%;
}

.wcpa_form_outer {
	margin: 0;
}

.codedropz-upload-inner .codedropz-label span.cd-separator {
	display: none;
}

.codedropz-upload-inner .codedropz-label .text {
	display: none;
}

.grecaptcha-badge {
    bottom: 60px !important;
}*/
}

