@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.2.6") 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: 16px;
	--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: rgb(51,51,51);
	--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: 14px;
	--wd-primary-color: #680077;
	--wd-alternative-color: #9A2168;
	--wd-link-color: #680077;
	--wd-link-color-hover: rgb(0,0,0);
	--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-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: url(https://oficinasublime.com.br/wp-content/uploads/2021/08/promo-popup.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title {
	background-color: #680077;
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--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: 1222px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


.whb-header.whb-sticked .whb-color-light:not(.whb-with-bg){
    background-color: #680077;
}

.wd-checkout-steps {
	display: none !important;
}

.page-title .entry-title {
	display: none !important;
}

.title-size-small{
	--wd-title-sp: 0px !important;
}

.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 */
.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;
}


/* 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 */
<style>
  .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%;
  }
</style>
/* 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) {
	.joinchat__button {
		bottom: 60px;
	}

.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;
}
}

