/*
Theme Name: Gude Clean Theme
Theme URI: http://www.gudeidea.com
Author: Gude
Author URI: http://www.gudeidea.com/
Description: Just a clean theme, without all the default craps
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: clean
Text Domain: gudeidea

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 *   4.1 - Site Header
 *   4.2 - Navigation
 * 5.0 - Content
 *   5.1 - Entry Header
 *   5.2 - Entry Meta
 *   5.3 - Entry Content
 *   5.4 - Galleries
 *   5.5 - Post Formats
 *   5.6 - Attachments
 *   5.7 - Post/Paging Navigation
 *   5.8 - Author Bio
 *   5.9 - Archives
 *   5.10 - Search Results/No posts
 *   5.11 - 404
 *   5.12 - Comments
 *   5.13 - Multisite
 * 6.0 - Sidebar
 *   6.1 - Widgets
 * 7.0 - Footer
 * 8.0 - Media Queries
 * 9.0 - Print
 * ----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */
 
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

.woocommerce .elementor-widget-woocommerce-product-related.elementor-wc-products .products > h2{
    display: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
	font-family: "Montserrat", serif;
}

body {
	color: #141412;
	line-height: 1.5;
	margin: 0 !important;
	padding: 0 !important;
}

a {
	color: #ca3c08;
	text-decoration: none;
}

a:visited {
	color: #ac0404;
}

a:focus {
	outline: thin dotted;
}

a:active,
a:hover {
	color: #ea9629;
	outline: 0;
}

a:hover {
	text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: Bitter, Georgia, serif;
	line-height: 1.3;
}

h1 {
	font-size: 48px;
	margin: 33px 0;
}

h2 {
	font-size: 30px;
	margin: 25px 0;
}

h3 {
	font-size: 22px;
	margin: 22px 0;
}

h4 {
	font-size: 20px;
	margin: 25px 0;
}

h5 {
	font-size: 18px;
	margin: 30px 0;
}

h6 {
	font-size: 16px;
	margin: 36px 0;
}

address {
	font-style: italic;
	margin: 0 0 24px;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

p {
	margin: 0 0 24px;
}

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 14px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
}

pre {
	background: #f5f5f5;
	color: #666;
	font-family: monospace;
	font-size: 14px;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 24px 40px;
}

blockquote blockquote {
	margin-right: 0;
}

blockquote cite,
blockquote small {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}

blockquote em,
blockquote i {
	font-style: normal;
	font-weight: 300;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

dl {
	margin: 0 20px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 20px;
}

menu,
ol,
ul {
	margin: 16px 0;
	padding: 0 0 0 40px;
}

ul {
	list-style-type: square;
}

nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

li > ul,
li > ol {
	margin: 0;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

form {
	margin: 0;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
	white-space: normal;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	padding-right: 2px; /* Don't cut off the webkit search cancel button */
	width: 270px;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	line-height: 2;
	margin: 0 0 20px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

caption {
	font-size: 16px;
	margin: 20px 0;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}

del {
	color: #333;
}

ins {
	background: #fff9c0;
	text-decoration: none;
}

hr {
	background: url(images/dotted-line.png) repeat center top;
	background-size: 4px 4px;
	border: 0;
	height: 1px;
	margin: 0 0 24px;
}



/**
 * 4.2 Navigation
 * ----------------------------------------------------------------------------
 */

.main-navigation {
	clear: both;
	margin: 0 auto;
	max-width: 1080px;
	min-height: 45px;
	position: relative;
}

ul.nav-menu,
div.nav-menu > ul {
	margin: 0;
	padding: 0 40px 0 0;
}

.nav-menu li {
	display: inline-block;
	position: relative;
}

.nav-menu li a {
	color: #141412;
	display: block;
	font-size: 15px;
	line-height: 1;
	padding: 15px 20px;
	text-decoration: none;
}

.nav-menu li:hover > a,
.nav-menu li a:hover {
	background-color: #220e10;
	color: #fff;
}

.nav-menu .sub-menu,
.nav-menu .children {
	background-color: #220e10;
	border: 2px solid #f7f5e7;
	border-top: 0;
	display: none;
	padding: 0;
	position: absolute;
	left: -2px;
	z-index: 99999;
}

.nav-menu .sub-menu ul,
.nav-menu .children ul {
	border-left: 0;
	left: 100%;
	top: 0;
}

ul.nav-menu ul a,
.nav-menu ul ul a {
	color: #fff;
	margin: 0;
	width: 200px;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover {
	background-color: #db572f;
}

ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul {
	display: block;
}

.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
	color: #bc360a;
	font-style: italic;
}

.menu-toggle {
	display: none;
}

.elementor-196 .elementor-element.elementor-element-7181129c > .elementor-widget-container{
    margin: 0 !important;
}

/* Navbar */
.navbar {
	background-color: #f7f5e7;
	margin: 0 auto;
	max-width: 1600px;
	width: 100%;
}

.site-header .search-form {
	position: absolute;
	right: 20px;
	top: 1px;
}

.site-header .search-field {
	background-color: transparent;
	background-image: url(images/search-icon.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	border: none;
	cursor: pointer;
	height: 37px;
	margin: 3px 0;
	padding: 0 0 0 34px;
	position: relative;
	-webkit-transition: width 400ms ease, background 400ms ease;
	transition:         width 400ms ease, background 400ms ease;
	width: 0;
}

.site-header .search-field:focus {
	background-color: #fff;
	border: 2px solid #c3c0ab;
	cursor: text;
	outline: 0;
	width: 230px;
}

.top-line p{
     margin-bottom: 0;
}

.atendimento p{
    margin-bottom: 0;
}

.elementor-search-form__container:not(.elementor-search-form--full-screen){
    background: transparent !important;
}

.search-form form input[type="search"].elementor-search-form__input{
    background: #FFF;
    border-radius: 24px 0 0 24px;
    border: 1px #898989 solid;
    border-right: 0;
}

.search-form form button{
    background-color: #FFF !important;
    border-radius: 0 24px 24px 0 !important;
    border: 1px #898989 solid !important;
    border-left: 0 !important;
}

.search-form form button .fa-search:before{
    color: #fd517c;
    font-size: 16px;
}

.banner-home img{
    width: 100%;
}

.price-unit bdi{
    font-size: 32px;
}

.price-unit del{
    text-decoration: none;
    opacity: 0.6;
    position: relative;
}

.price-unit del:after{
    content: '';
    width: 100%;
    height: 2px;
    background: #000000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}

.price-unit ins{
    background: #FFF !important;
}

.woocommerce-product-gallery__wrapper {
    display: flex;
    flex-wrap: wrap; /* Para ajustar caso o espaço não seja suficiente */
    gap: 10px; /* Espaço entre as imagens */
}

.woocommerce-product-gallery__wrapper > div:first-child {
    flex-basis: 100%; /* A primeira imagem ocupa a linha toda */
    text-align: center; /* Centralizar a imagem principal */
}

.woocommerce-product-gallery__wrapper > div:not(:first-child) {
    flex: 1 0 auto; /* Permite o alinhamento horizontal das demais imagens */
    max-width: 100px; /* Controla o tamanho das imagens */
}

.elementor-add-to-cart table.variations tr{
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.elementor-add-to-cart table.variations tr td{
    border-top: 0;
}

.woo-variation-items-wrapper .variable-items-wrapper{
	display: grid;
	grid-template-columns: repeat(10, 1fr);
    grid-column-gap: 0;
    grid-row-gap: 10px;
    margin: 0;
    padding: 0;
}

.woo-variation-items-wrapper .variable-items-wrapper .variable-item{
	list-style: none;
	width: 25px;
    height: 25px;
}

.woo-variation-items-wrapper .variable-items-wrapper .variable-item .variable-item-contents{
	width: 25px;
	height: 25px;
}

.woo-variation-items-wrapper .variable-items-wrapper .variable-item .variable-item-contents .variable-item-span{
	width: 25px;
	height: 25px;
	border-radius: 25px;
	position: absolute;
	border: 1px #c6c6c6 solid;
}

.woo-variation-items-wrapper .variable-items-wrapper.button-variable-items-wrapper{
    width: 70%;
	display: flex;
	gap: 9px;
}

.woo-variation-items-wrapper .variable-items-wrapper.button-variable-items-wrapper .variable-item{
	width: auto;
	height: auto;
}

.woo-variation-items-wrapper .variable-items-wrapper.button-variable-items-wrapper .variable-item.selected{
    background: #eeeeee;
}

.woo-variation-items-wrapper .variable-items-wrapper.button-variable-items-wrapper .variable-item .variable-item-contents{
	width: auto;
	height: auto;
	border: 1px #c6c6c6 solid;
	display: flex;
    justify-content: center;
    padding: 2px 13px;
    border-radius: 5px;
}

.woo-variation-items-wrapper .variable-items-wrapper .variable-item .variable-item-contents .variable-item-span.variable-item-span-button{
	width: auto;
	border-radius: 25px;
	position: relative;
	border: 0;
}

.single_variation_wrap .single_variation .woocommerce-variation-price bdi{
    font-size: 26px;
    color: #258723;
    font-weight: 600;
}

.woocommerce-variation-add-to-cart, form.cart{
    flex-direction: column;
}

.woocommerce-variation-add-to-cart .quantity .input-text{
    padding: 15px;
    width: 100%;
    border: 1px #cdcdcd solid;
    margin: 0 0 5px;
    border-color: #cdcdcd;
    color: #6f6f6f !important;
}

.compra-whatsapp .elementor-button-link{
    font-family: "Abel", sans-serif !important;
    width: 100% !important;
    text-transform: uppercase;
}

.elementor-196 .elementor-element.elementor-element-2da91f99.elementor-wc-products ul.products li.product .woocommerce-loop-product__title, .elementor-element.elementor-element-4e35467f.elementor-wc-products ul.products li.product .woocommerce-loop-product__title, .elementor-618 .elementor-element.elementor-element-2fce258c.elementor-wc-products ul.products li.product .woocommerce-loop-product__title{
	font-family: "Montserrat", Sans-serif !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #F54482 !important;
	text-transform: capitalize !important;
}

.elementor-618 .elementor-element.elementor-element-2fce258c.elementor-wc-products ul.products li.product .button{
	background-color: #F54482 !important;
    border: 0 !important;
    color: #FFF;
    padding: 10px 25px !important;
    margin: 0 auto;
    text-align: center;
    font-family: "Montserrat", Sans-serif !important;
    font-size: 15px;
    font-weight: 400;
    border-radius: 4px !important;
}

.woocommerce .quantity .qty {
    padding: 15px;
    width: 100%;
    border: 1px #cdcdcd solid;
    margin: 0 0 5px;
    border-color: #cdcdcd !important;
    color: #6f6f6f !important;
}

.elementor-618 .elementor-element.elementor-element-2fce258c.elementor-wc-products ul.products li.product{
	padding: 0 !important;
	text-align: center !important;
}

.elementor-618 .elementor-element.elementor-element-2fce258c.elementor-wc-products .attachment-woocommerce_thumbnail{
	border: 0 !important;
}

.woocommerce-result-count{
	display: none;
}

.woocommerce .woocommerce-ordering select{
	padding: 12px;
    border-radius: 5px;
    border: 1px #d6d6d6 solid;
    color: #636161;
}

.elementor-widget-woocommerce-checkout-page .woocommerce .wc_payment_method label {
    display: inline;
    cursor: pointer;
    font-size: 16px;
}

.woocommerce-checkout #payment div.payment_box input.input-text{
    background: #ffffff;
    padding: 9px;
    border: 1px #e4e4e4 solid;
    border-radius: 5px;
}

.woocommerce form .form-row.woocommerce-validated select{
    width: 100% !important;
    padding: 10px;
    border: 1px #dbdbdb solid;
    border-radius: 5px;
}


@media(max-width: 992px){
    .woo-variation-items-wrapper .variable-items-wrapper {
        grid-template-columns: repeat(7, 1fr);
        width: 80%;
    }
    .elementor-widget-woocommerce-cart .e-cart-section{
        padding: 10px 10px !important;
    }
    .woocommerce table.shop_table_responsive tbody tr:first-child td:first-child{
        padding: 0 !important;
    }
    .elementor-widget-woocommerce-cart .woocommerce table.cart td{
        padding: 0 !important;
    }
}
































