/*
Theme Name: Tropical Estufas
Text Domain: tema-tropicalestufas
Version: 0.0.1
Description: Tema feito para o site tropicalestufas.com.br
Tags: blog, ecommerce
Author: Agencia BWS Russo
Author URI: https://bwsrusso.com.br/
Theme URI: https://bwsrusso.com.br/
License: free
License URI: https://bwsrusso.com.br/

All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

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.
*/

@import url('https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');

*{
	font-family: "Nunito Sans", sans-serif;
}
h1, h2, h3, h4 {
	font-family: "Instrument Sans", sans-serif;
	font-weight: 800;
}
img#logotopo {
	width: 180px;
	margin: 10px 3em;
	transition: all .3s;
}
.navbar.ativo img {
	width: 120px !important;
}
a {
	text-decoration: none;
}
nav.navbar {   
	box-shadow: 0px 1px 0px #ffffff30;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	transition: background 0.3s ease;
}
.navbar.ativo {
	background: #1f365f;
}
.top-menu,
.top-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.top-menu > li {
	position: relative;
}
.top-menu > li > a {
	display: block;
	padding: 10px;
	text-decoration: none;
	color: #fff;
	font-weight: 600;
}
.top-menu li .sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 240px;
	background: #fff;
	display: none;
	z-index: 9999;
	box-shadow: 0 4px 10px rgba(0,0,0,.15);
}
.top-menu li:hover > .sub-menu {
	display: block;
}
.top-menu .sub-menu li {
	position: relative;
}
.top-menu .sub-menu li a {
	padding: 10px 15px;
	display: block;
	color: #333 !important;
	white-space: nowrap;   
}
.top-menu a:hover { 
	color: #18b4f9;
}
.top-menu .sub-menu .sub-menu {
	top: 0;
	left: 100%;
	display: none;
}
.top-menu .sub-menu li:hover > .sub-menu {
	display: block;
}
.top-menu li.menu-item-has-children > a::after {
	content: " ▾";
	font-size: 13px;
}
.top-menu .sub-menu li.menu-item-has-children > a::after {
	content: " ▸";
	float: right;
}
.top-menu li.menu-item-has-children {
	padding-right: 5px;
}
.top-menu .sub-menu .current-menu-item a {
	background: #eee;
}
.current-menu-item a, .current-menu-ancestor a {
	color: #18b4f9 !important;
}
.top-menu .sub-menu li a:hover {
	background: #eee;
}
@media (max-width: 991px) {
	.top-menu li .sub-menu {
		position: static;
		box-shadow: none;
	}
}
.conteudo {
	padding: 100px 0px;
}
.mnvazio {
	color: #fff;
	cursor: pointer;
}
.mnvazio:hover {
	color: #18b4f9;
}
.breadcrumb a{
	padding: 0px 6px;
	color: #18b4f9;
	font-weight: 500;
}
.breadcrumb span {
	padding: 0px 6px;
	color: #fff;
	font-weight: 500;
}
h1.page-title {
	font-size: 70px;
	padding: 30px 0 10px;
	font-weight: 700;
}
li#wp-admin-bar-search
{
	display: none;
}

div#navbarSupportedContent {
	justify-content: center;
}
.bktopo {
	margin-top: -30px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 40px;
	background-size: cover !important;
	background-position: center !important;
}
.bktopo h1 {
	position: absolute;
	color: #fff;
}
.masktopo {
	width: 100%;
	min-height: 200px;
	background: #00000080;
}

/*header modelo 1*/
section.hometopomod1 {
	background: url(https://lojatropicalestufas.com.br/wp-content/uploads/2026/03/ChdsdvcatGPT-Image-6-de-mar.jpg);
	background-size: cover;
	background-position: center;
	min-height: 580px;
	position: relative;
	padding-top: 100px;
}
section.topomod1 {
	background: url(https://lojatropicalestufas.com.br/wp-content/uploads/2026/03/ChdsdvcatGPT-Image-6-de-mar.jpg);
	background-size: cover;
	background-position: center;
	min-height: 420px;
	position: relative;
	padding-top: 100px;
}
.masktop {
	background: #0d244de6;
	mix-blend-mode: initial;
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}
.conttopo {
	z-index: 19;
	position: relative;
}

/*header modelo 1*/
/*header modelo 2*/
.sectopmod2 {
	text-align: center;
	padding: 15px 0 20px;
}
.navmdl2 div#navbarSupportedContent {
	justify-content: center !important;
}
.navmdl2 {
	background: #0d2954;
	color: #fff;
	padding: 13px;
}
.navmdl2 .current-menu-item a, .navmdl2 .menu-item a:hover {
	background: #ffffff1a !important;
	color: #ffffff !important;
	position: relative;
}
.navmdl2 ul.sub-menu li:hover, .navmdl2 ul.sub-menu {
	background: #0d2954 !important;
}
section.topomod2 {
	background: #263f65;
	color: #fff;
	padding: 6px;
	text-align: center;
}

/*header modelo 2*/
/*header modelo 3*/
.sectopmod3 .row {
	align-items: center;
}
section.sectopmod3 {
	padding: 15px 0;
}
.topddsm3 {
	font-size: 20px;
	margin: 0 5px 0px;
	width: 60px;
	height: 60px;
	background: #0d2954;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	color: #fff;
	border: 5px solid #ffffff30;
}
.sectopmod3 .telefone {
	font-weight: 700;
}

/*header modelo 3*/

.btnwhats {
	position: fixed;
	right: 10px;
	bottom: 10px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 14px 22px;
	background-color: #25D366; /* verde WhatsApp */
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	border-radius: 50px;
	box-shadow: 0 6px 15px rgba(37, 211, 102, 0.35);
	transition: all 0.3s ease;
	z-index: 999;
}

.btnwhats:hover {
	background-color: #1ebe5d;
	box-shadow: 0 10px 25px rgba(37, 211, 102, 0.45);
	transform: translateY(-2px);
}

.btnwhats:active {
	transform: translateY(0);
	box-shadow: 0 4px 10px rgba(37, 211, 102, 0.35);
}
.mvv img {
	width: 90px;
}
.linetitle {
	width: 100px;
	height: 3px;
	display: inline-block;
	background: #d28605;
	margin: 0px 0px 8px;
	border-radius: 21px;
}

/* Início Home */
.segment-card {
	cursor: pointer;
	transition: all .3s ease;
	margin: 30px 0;
	border-radius: 20px;
}
.segment-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 12px 25px rgba(0,0,0,.15);
}
.titulo-destaque {
	position: relative;
	display: inline-block;
}
.titulo-destaque::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -6px;
	width: 100%;
	height: 3px;
	background-color: #22205f;
}
.destaque-box {
	padding: 30px 20px;
	border: 1px solid #e5e5e5;
	height: 100%;
	transition: all 0.3s ease;
}
.destaque-box:hover {
	transform: translateY(-6px);
	box-shadow: 0 12px 25px rgba(0,0,0,.12);
	border-color: #22205f;
}
.carousel-indicators{
	bottom: -40px;
}
/* Botões indicadores */
#projetosCarousel .carousel-indicators button {
	background-color: #fff; /* branco */
	border: 1px solid #22205F; /* contorno para destacar */
	opacity: 1; /* deixa totalmente visível */
}
#projetosCarousel .carousel-indicators .active {
	background-color: #22205F; /* botão ativo em cor escura */
}

.revenda-card {
	background: #ffffff;
	border-radius: 12px;
	padding: 24px;
	height: 100%;
	border-left: 4px solid #22205f;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
	transition: all 0.3s ease;
}
.revenda-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 16px 32px rgba(0, 0, 0, 0.12);
}
.revenda-card h5 {
	font-size: 1.05rem;
	font-weight: 600;
	color: #22205f;
	margin-bottom: 12px;
}
.revenda-endereco,
.revenda-telefone {
	font-size: 0.9rem;
	color: #555;
	margin-bottom: 10px;
}
.revenda-endereco i,
.revenda-telefone i {
	color: #22205f;
	margin-right: 6px;
}
.revenda-telefone a {
	color: #22205f;
	text-decoration: none;
	font-weight: 500;
}
.revenda-telefone a:hover {
	text-decoration: underline;
}
.paises-section {
	background: #eef3ff;
	min-height: 500px;
}
.paises-swiper {
	padding: 20px 0;
}
.pais-item {
	background: #ffffff;
	border-radius: 14px;
	padding: 16px 12px 12px;
	text-align: center;
	transition: all 0.35s ease;
}
.pais-item img {
	max-width: 100%;
	height: auto;
	border-radius: 10px;
	margin-bottom: 10px;
}
.pais-item span {
	display: block;
	font-size: 0.9rem;
	font-weight: 600;
	color: #22205f;
}
.pais-item:hover {
	transform: translateY(-8px);
}
.destq01{
	font-size: 22px;
	line-height: 34px;
	margin: 30px 0;	
}


.destaques-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	width: 100%;
}

.destaque-item {
	position: relative;
	height: 350px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	color: #fff;
	background-size: cover;
	background-position: center;
	overflow: hidden;
}

.destaque-item .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	transition: 0.3s;
}

.destaque-item .content {
	position: relative;
	z-index: 2;
	padding: 20px;
}

.destaque-item:hover .overlay {
	background: rgba(0,0,0,0.7);
}

/* Responsivo */
@media (max-width: 992px) {
	.destaques-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 576px) {
	.destaques-grid {
		grid-template-columns: 1fr;
	}
}



/* Fim Home */


.pesquisatopo #s {
	border-radius: 20px 0 0 20px !important;
	border: 1px solid #aaa;
}
.pesquisatopo #searchsubmit {
	border: 1px solid #aaa;
	border-radius: 0 20px 20px 0 !important;
	margin-left: -6px;
	background: #1f365f;
	color: #fff;
}
.pesquisatopo {
	margin-right: 2%;
}
.text-justify{
	text-align: justify;
}
input[type=text], input[type=number], input[type=file], input[type=email], input[type=submit], select, textarea {
	padding: 14px 20px !important;
	border-radius: 12px !important;
}
.wc-block-components-form input[type=text], 
.wc-block-components-form input[type=number],
.wc-block-components-form input[type=file],
.wc-block-components-form input[type=email],
.wc-block-components-form input[type=submit],
.wc-block-components-form select {
	padding: 34px 20px 17px !important;
}
.nlojas a {
	display: block;
	color: #fff;
	padding: 10px 5px;
	transition: all .2s;
}
.nlojas a:hover {
	padding-left: 15px;
}
.nlojas a i {
	margin-right: 7px;
}
.secao-trabalhe .col-md-6{
	min-height: 100%;
}

.secao-trabalhe{
	position: relative;
}
/* COLUNA DA IMAGEM */
.coluna-imagem{
	position: sticky;
	top: 0;
	height: 100vh;    
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
.coluna-imagem img{
	max-height: 85vh;
	width: auto;
}
/* COLUNA DO FORM */
.coluna-form{
	min-height: 120vh; /* garante rolagem */
}

.bgcor1{
	background: #30a2d5 !important;
}
.bgcor2{
	background: #eef3ff !important;
}
.mvv {
	min-height: 140px;
}
.pqescolher {
	min-height: 160px;
	padding: 20px;
}
.icon2 {
	position: absolute;
	top: -30px;
	left: -12px;
	background: #18b4f9;
	display: inline-flex;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	justify-content: center;
	align-items: center;
	font-size: 28px;
	font-family: "Instrument Sans", sans-serif;
	font-weight: 800;
	color: #fff;
}
.pqescolher {
	min-height: 180px;
	padding: 40px 30px 20px;
	position: relative;
	margin: 30px 25px 20px 0px;
}
.mnlatsolucoes {
	background: #18b4f9;
	padding: 30px 10%;
	border-radius: 20px;
}
.mnlatsolucoes ul li a {
	color: #fff;
	padding: 10px;
	display: inline-block;
	border-bottom: 1px solid #ffffff36;
	width: 100%;
	transition: all .3s;
	font-weight: 600;
}
.mnlatsolucoes ul .current-menu-item a, .mnlatsolucoes ul .current-menu-ancestor a {
	color: #1f365f !important;
	background: #ffffff3b;
}
.mnlatsolucoes ul {
	padding-left: 0px;
	list-style: none;
}
.mnlatsolucoes ul li a:hover {
	color: #1f365f !important;
	background: #ffffff3b;
	padding-left: 15px;
}
.mnlatsolucoes ul li a::before {
	content: "🌿";
	margin-right: 8px;
	font-size: 20px;
}
.carousel-control-next, .carousel-control-prev {
	width: 5%;
}
.estufa-card {
	background: #fff;
	padding: 20px;
	border: 1px solid #ddd;
	border-radius: 20px;
}
.estufa-card:hover {
	background: #eef3ff;
}
.estufa-card i {
	width: 80px;
	height: 100px;
	display: flex;
	background: #18b4f9;
	color: #fff;
	justify-content: center;
	align-items: center;
	font-size: 50px;
	border-radius: 15px;
	clip-path: polygon(100% 100%, 0% 100%, 0% 12.67%, 2% 12.48%, 4% 11.98%, 6% 11.36%, 8% 10.86%, 10% 10.67%, 12% 10.86%, 14% 11.36%, 16% 11.98%, 18% 12.48%, 20% 12.67%, 22% 12.48%, 24% 11.98%, 26% 11.36%, 28% 10.86%, 30% 10.67%, 32% 10.86%, 34% 11.36%, 36% 11.98%, 38% 12.48%, 40% 12.67%, 42% 12.48%, 44% 11.98%, 46% 11.36%, 48% 10.86%, 50% 10.67%, 52% 10.86%, 54% 11.36%, 56% 11.98%, 58% 12.48%, 60% 12.67%, 62% 12.48%, 64% 11.98%, 66% 11.36%, 68% 10.86%, 70% 10.67%, 72% 10.86%, 74% 11.36%, 76% 11.98%, 78% 12.48%, 80% 12.67%, 82% 12.48%, 84% 11.98%, 86% 11.36%, 88% 10.86%, 90% 10.67%, 92% 10.86%, 94% 11.36%, 96% 11.98%, 98% 12.48%, 100% 12.67%);
}
.card-img-top {
	border-radius: 20px;
}
table.variations tr {
	width: 100%;
	display: inline-flex;
	flex-direction: column;
}
.wc-blocks-components-select .wc-blocks-components-select__select {
	height: auto;
	padding: 21px 9px 5px !important;
}
.wc-blocks-components-select {
	margin-top: 12px !important;
}


footer#footer {
	background-size: cover;
	background-attachment: fixed;
	padding: 30px 0px 40px;
	min-height: 420px;
	position: relative;
}
.redess a:hover {
	color: #f60;
}
.maskbottom {
	background: #0d244de6;
	mix-blend-mode: initial;
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.botao01:hover {
	background: #1f365f;
	color: #ffffff;
}
.botao01 {
	text-decoration: none;
	padding: 12px 23px;
	display: inline-block;
	font-weight: 500;
	color: #1f365f;
	border: 2px solid #1f365f;
	transition: all .2s;
	border-radius: 4px;
}

span.sublinorang {
	width: 100px;
	height: 3px;
	background: #f60;
	display: inline-block;
	margin-bottom: 15px;
	border-radius: 3px;
}
.twhite{
	color: #fff !important;
}
img {
	max-width: 100%;
	height: auto;
}
ul.lastpost li {
	list-style: none;
	margin: 0 20px 30px 0px;
}
ul.lastpost li h3 {
	margin-top: 6px;
}
ul.lastpost li p {
	height: 75px;
	overflow: hidden;
}
.sideb {
	border: 1px solid #aaa;
	border-radius: 8px;
	padding: 10px;
}
.sideb {
	border-radius: 20px;
	padding: 20px 20px;
	background: #0d2954;
	color: #fff;
}
blockquote {
	font-size: 27px;
}
.foocopy {
	padding: 2em 0;
	text-align: center;
	background-size: cover;
	background-attachment: fixed;
	border-top: 1px solid #1d415de6;   
	min-height: 90px;
	height: 90px;
	position: relative;
}
div#footer-sidebar, .footcopyrt {
	z-index: 19;
	position: relative;
}
.icon1 {
	background: #18b4f9;
	width: 60px;
	height: 60px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	--g: /20.56% 20.56% radial-gradient(#000 calc(71% - 1px),#0000 71%) no-repeat;
	mask: 100% 50% var(--g), 93.301% 75% var(--g), 75% 93.301% var(--g), 50% 100% var(--g), 25% 93.301% var(--g), 6.699% 75% var(--g), 0% 50% var(--g), 6.699% 25% var(--g), 25% 6.699% var(--g), 50% 0% var(--g), 75% 6.699% var(--g), 93.301% 25% var(--g), radial-gradient(100% 100%, #000 38.366%, #0000 calc(38.366% + 1px));
}
ul.iconsrede {
	list-style: none;
	padding-left: 0px;
}
ul.iconsrede li {
	display: inline-flex;
	padding-left: 0px;
}
ul.iconsrede li a {
	color: #18b4f9;
	border: 2px solid;
	border-radius: 50%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	font-size: 20px;
}

#pg-132-0 {
	display: flex;
	align-items: stretch;
}
#pg-132-0 .panel-grid-cell {
	display: flex;
	flex-direction: column;
}
#pg-132-0 iframe {
	flex: 1;
	width: 100%;
}

#bwsrusso{
	color: #fff;
}
#bwsrusso:hover{
	color: #fff;
}
#bwsp{
	color: #fff;   
	margin-bottom: 0px;
}
#bwsrusso img {
	margin-top: -8px;
}

.site-header {
	font-family: Arial, sans-serif;
}
.navbar-nav a {
	text-decoration: none;
	color: inherit;
	transition: color 0.3s ease;
}
.site-header .site-title {
	font-size: 36px;
	font-weight: bold;
	margin: 0;
}
.site-header .site-description {
	font-size: 16px;
	margin-top: 10px;
}
#menu-informacoes li a::before,
#menu-institucional li a::before {
	content: "\F90B"; /* código do ícone leaf-fill */
	font-family: "Bootstrap-icons";
	margin-right: 8px;
	color: #198754; /* verde bootstrap */
}
#menu-informacoes, #menu-institucional {
	list-style: none;
	padding-left: 0px !important;
}
.menu li a {
	color: #fff;
	transition: all .2s;
}
.menu li a:hover {
	padding-left: 5px;
}
.widget.widget_nav_menu {
	padding: 20px 10px 4px 10px;
	margin: 15px 0;
	border-radius: 20px;
}


/*woocommerce*/
.woocommerce {
	display: flex;
	flex-direction: column;
}
.woocommerce-account .woocommerce {
	flex-direction: row;
}
.woocommerce nav.woocommerce-MyAccount-navigation {
	width: 25%;
	float: left;
}
.woocommerce .woocommerce-MyAccount-content {
	width: 69%;
	border: 1px solid #aaa;
	padding: 18px 20px;
}
.woocommerce nav.woocommerce-MyAccount-navigation ul {
	margin: 0px;
	padding: 0;
}
.woocommerce nav.woocommerce-MyAccount-navigation ul li {
	list-style: none;
	border: 1px solid #aaa;
}
.woocommerce nav.woocommerce-MyAccount-navigation ul li a {
	padding: 10px 20px;
	display: block;
	text-decoration: none;
	background: #1f365f;
	color: #ffffff;
	font-weight: 500;
}
.woocommerce nav.woocommerce-MyAccount-navigation ul li a:hover, .woocommerce nav.woocommerce-MyAccount-navigation ul li.is-active a  {
	background: #18b4f9;
}
.woocommerce .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {    
	padding: 10px;
}
.woocommerce .columns-4 li.product {
	float: left;
	list-style: none;
	display: flex;
	flex-direction: column;
}
.woocommerce h2.woocommerce-loop-product__title {
	color: #004789;
}
.woocommerce .type-product .price {
	color: #f60 !important;
	font-weight: 700 !important;
	font-size: 18px !important;
	margin: 7px;
}
.woocommerce .woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
	float: left;
	width: 48%;
}
.woocommerce ul.tabs.wc-tabs {
	display: flex;
	margin: 10px 0 2px 20px;
	list-style: none;
	padding: 0;
}
.woocommerce-Tabs-panel {
	border: 1px solid #eef3ff;
	padding: 15px 20px;
	border-radius: 10px;
	margin-top: -8px;
	background: #eef3ff;
}
.woocommerce ul.tabs.wc-tabs li {
	margin: 8px 3px 6px 0 !important;
	padding: 0px !important;
}
.amz-tabs ul li a {
	position: relative;
	background: #fff;
	padding: 10px 20px;
	display: inline-block;
	border-radius: 6px 6px 0 0;
}

/* curva esquerda */
.amz-tabs ul li a::before {
	content: "";
	position: absolute;
	left: -21px;
	bottom: -1px;
	width: 20px;
	height: 10px;
	background: transparent;
	border-bottom-right-radius: 10px;
	box-shadow: 11px 0 0 #d4d4d4;
}

/* curva direita */
.amz-tabs ul li a::after {
	content: "";
	position: absolute;
	right: -23px;
	bottom: -1px;
	width: 22px;
	height: 10px;
	background: transparent;
	border-bottom-left-radius: 18px;
	box-shadow: -14px 0 0 #d4d4d4;
}

/* curva esquerda */
.amz-tabs ul li.active a::before {
	content: "";
	position: absolute;
	left: -21px;
	bottom: -1px;
	width: 20px;
	height: 10px;
	background: transparent;
	border-bottom-right-radius: 10px;
	box-shadow: 11px 0 0 #eef3ff;
}

/* curva direita */
.amz-tabs ul li.active a::after {
	content: "";
	position: absolute;
	right: -23px;
	bottom: -1px;
	width: 22px;
	height: 10px;
	background: transparent;
	border-bottom-left-radius: 18px;
	box-shadow: -14px 0 0 #eef3ff;
}
.woocommerce ul.tabs.wc-tabs li a {
	padding: 8px 20px !important;
	color: #282828 !important;
	margin-right: 18px;
	border: 1px solid #d4d4d4;
	background: #d4d4d4;
}
.woocommerce ul.tabs.wc-tabs li.active a{
	background: #eef3ff;
	border: 1px solid #eef3ff;
	color: #1f365f !important;
}
ul.tabs.wc-tabs li a:hover {
	background: #d4d4d4;
	border: 1px solid #d4d4d4;
	color: #000000 !important;
}
.woocommerce .product_meta {
	margin: 12px 0;
}
.woocommerce .input-text.qty.text {
	margin: 5px 0 12px;
	padding: 8px 5px 8px 0px !important;
}
button.single_add_to_cart_button {
	padding: 14px !important;
	margin: 6px !important;
	border-radius: 10px !important;
	background: #004789 !important;
}

button.single_add_to_cart_button:hover {
	background: #003363 !important;
}
.woocommerce p.stars {
	margin: 10px 0;
}
.woocommerce p.comment-form-comment label {
	display: block;
}
.woocommerce .summary.entry-summary {
	width: 50%;
	float: left;
}
.woocommerce .woocommerce-tabs.wc-tabs-wrapper {
	clear: both;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before{
	display: none;
}
.woocommerce div.product form.cart div.quantity {
	margin-top: 2px !important;
}
.woocommerce-product-gallery__image {
	margin: 5px;
}


.custom-product-card {
	list-style: none;
}
.product-card {
	position: relative;
	background: #fff;
	border-radius: 16px;
	overflow: hidden;
	transition: all 0.3s ease;
	box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}
.product-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 10px 30px rgba(0,0,0,0.1);
	background: #eef3ff;
}
/* Badge */
.badge-sale {
	position: absolute;
	top: 12px;
	left: 12px;
	background: #ff4d4d;
	color: #fff;
	padding: 5px 10px;
	font-size: 12px;
	border-radius: 6px;
	z-index: 2;
}
/* Imagens */
.product-image {
	display: block;
	position: relative;
	overflow: hidden;  
	aspect-ratio: 1 / 1;   
	border-radius: 12px;
}
.product-image img {
	width: 100%;
	transition: opacity 0.4s ease;
}
.product-image .hover-image {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.product-card:hover .hover-image {
	opacity: 1;
}
.product-card:hover img:first-child {
	opacity: 0;
}
/* Info */
.product-info {
	padding: 16px 0 0 0;
	text-align: center;
}
.product-title {
	font-size: 16px;
	margin-bottom: 8px;
}
.price {
	color: #2ecc71;
	font-weight: bold;
	display: block;
	margin-bottom: 12px;
}
/* Botão */
.product-actions a {
	background: #000;
	color: #fff;
	padding: 10px 6px;
	border-radius: 8px;
	display: inline-block;
	transition: 0.3s;
}
.product-actions a:hover {
	background: #2ecc71;
}
.product-image img {
	height: 100% !important;
	object-fit: cover;
}
.botao-whatsapp {
	display: inline-block;
	background: #25D366;
	color: #fff;
	padding: 10px;
	border-radius: 6px;
	text-decoration: none;
	font-weight: 600;
	margin-top: 10px;
	width: 100%;
	text-align: center;
}

.botao-whatsapp:hover {
	background: #1ebe5d;
}









.amz-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 280px;
	gap: 30px;
}
/* GALERIA */

.amz-thumbs {
	display: flex;
	gap: 10px;
	margin-top: 10px;
}
.thumb {
	width: 60px;
	cursor: pointer;
	border: 1px solid #ddd;
}
.amz-main-image img {
	width: 400px;
}
/* CENTRO */
.amz-title {
	font-size: 22px;
}
.amz-price {
	font-size: 32px;
	color: #1f365f;
	font-weight: 900;
}
/* BOX DIREITA */
.amz-buybox {
	border: 1px solid #ddd;
	padding: 20px;
	border-radius: 8px;
	position: sticky;
	top: 100px;
}
.btn-cart {
	width: 100%;
	background: #18b4f9;
	border: none;
	padding: 10px;
	margin-bottom: 10px;   
	border-radius: 6px;
}
.btn-buy {
	width: 100%;
	background: #1f365f;
	border: none;
	padding: 10px;
	color: #fff;
	border-radius: 6px;
}
/* SHARE */
.amz-share {
	margin-top: 15px;
}
.amz-share a {
	display: inline-block;
	margin-right: 10px;
	font-size: 20px;
	color: #333;
	transition: 0.3s;
}
.amz-share a:hover {
	color: #007bff;
	transform: scale(1.2);
}




.amz-main-image {
	position: relative;
	overflow: hidden;
	width: 400px;
	height: 400px;
}
.amz-main-image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: transform 0.3s ease;
	cursor: zoom-in;
}
.amz-product {
	padding: 30px;
	position: relative;
	background: #fff;
	border-radius: 16px;
	overflow: hidden;
	transition: all 0.3s ease;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}
.wc-block-components-quantity-selector{
	width: auto !important;
}
.amz-variations {
	margin: 15px 0 20px;
}
.amz-variations .variation label {
	font-weight: 800;
	margin-top: 10px;
}
.product-actions a {
	background: #1f365f !important;
	color: #fff !important;
	width: 50%;
	border-radius: 10px !important;
}

.swiper {
	padding: 20px 10px;
}
.swiper-slide {
	display: flex;
	height: auto;
}
.custom-product-card {
	display: flex;
	height: 100%;
}
.product-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	width: 100%;
	background: #fff;
	padding: 20px;
	border: 1px solid #ddd;
	border-radius: 20px;
}
.product-info {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex-grow: 1;
}
.product-title {
	min-height: 54px; /* ajusta conforme seu layout */
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.swiper-wrapper {
	padding: 10px 0 40px;
}
button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
	background: #1f365f;
	color: #fff;
	border-radius: 15px;
	font-size: 18px;
}

.amz-thumbs {
	display: flex;
	gap: 10px;
}
.amz-thumbs a {
	width: 80px;
	height: 80px;
	display: block;
	overflow: hidden;
	box-shadow: 1px 1px 1px #ddd;
	border-radius: 13px;
}
.amz-thumbs img {
	width: 100%;
	height: 100% !important;
	object-fit: cover;      /* 🔥 efeito background-size: cover */
	object-position: center; /* centraliza o corte */
	display: block;
}
.amz-main-image {
	width: 100%;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	box-shadow: 1px 1px 3px #aaa;
	border-radius: 10px;
}
.amz-main-image a {
	display: block;
	width: 100%;
	height: 100%;
}
.amz-main-image img {
	width: 100%;
	height: 100% !important;
	object-fit: cover;       /* 🔥 efeito cover */
	object-position: center; /* centraliza */
	display: block;
}
.rm-pagbank-cc input, .rm-pagbank-cc input[type=text], .rm-pagbank-cc select, #rm-pagbank-customer-document{
	padding: 12px 20px 10px !important;
	border-radius: 10px;
	border: 1px solid #aaa;
}
.error-404-pages{
	flex: 1 1 40%;
	background: #f7f7f7;
	padding: 20px;
	border-radius: 8px;
}
.error-404-pages ul {
    padding-left: 0;
}
.error-404-pages ul li ul li a {
    padding-left: 10px;
}
.error-404-pages ul li {
	list-style: none;
	border-bottom: 1px solid #ddd;
}
.error-404-pages ul li a {
	color: #1f365f;
	font-weight: 600;
	transition: all .2s;
	padding: 4px;
	display: block;
}
.error-404-pages ul li a:hover {
	background: #1f365f;
	color: #fff;
}

/* MOBILE */
@media (max-width: 900px) {
	.amz-grid {
		grid-template-columns: 1fr;
	}
	div#navbarSupportedContent {
		background: #1f365f;
		margin-bottom: 12px;
		padding: 10px 10px 10px 0;
	}
}
