/*.............Site Catalogo........................................................................................................................*/

*{
	font-family: 'Outfit', sans-serif;
}

h1, h2, h3, h4, h5{
	font-family: 'Outfit', sans-serif;
}

.banner-lista-produtos{
	width: 100%;
	height: 55px;
	max-height:55px;
	border-radius: 7px;
	color: white;

	--font-family-sans-serif: "Cerebri Sans",sans-serif;
    --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;

	position: relative;
}

.banner-lista-produtos img.fundo{
	position: absolute;
	height: 55px;
	width:100%;
}
.banner-lista-produtos img.logo{
	position: absolute;
	width: 85px;
	right: 3%;
	top: 30%;
}

.banner-lista-produtos h3{
	font-weight: bolder;
}

.banner-lista-produtos div{
	height: 100%;
	margin-left: 20px;
	position: absolute;
}

.card-lista-produto {
	width: 100%;

	border-radius: 7px;
	background-color: white;

	-webkit-box-shadow: 0px 5px 18px -1px rgba(112,112,112,0.69);
	-moz-box-shadow: 0px 5px 18px -1px rgba(112,112,112,0.69);
	box-shadow: 0px 5px 18px -1px rgba(112,112,112,0.69);

	transition: transform 0.2s ease-in-out;
	position: relative;
}


.catalogo-card-conteudo{
	margin-top: 7px;
}


.card-lista-produto .card-imagem{
	height: 100px;
	width: 100px;
	border-radius: 7px;
	margin-left: 10px;

	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.card-lista-produto p i{
	margin-right: 7px;
}

.card-lista-produto p{
	line-height: 1.5rem;
	margin-bottom: 10px;
}

.card-lista-produto .card-box{
	display: flex;
	align-items: center;
	padding-left: 7px;
	padding-right: 7px;
}

.card-box strong{
	font-size: 16px;
}


.card-destaque h4{
	margin-left: 10px;
	margin-right: 10px;
}

.card-lista-produto .descricao{
	width: 60%;
	flex-grow: 5;
	display: -webkit-box;
	overflow: hidden;
	margin-bottom: 4px;
    word-break: break-word;
    word-wrap: break-word;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.card-lista-container .card-add-button-destaque {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.44);
	color: white;
	position: absolute;
	right: 0px;
	bottom:0px;
	border-radius: 7px;
	z-index:8;
	display: none;
	align-items: center;
	justify-content: center;
}

.pay {
	max-height: 40px;
}

.card-lista-container{
	transition: transform 0.2s ease-in-out;
}

.card coluna-titulo{
	border-radius: 20px !important;
}

@media (max-width: 780px) {

	.container-horarios-desktop{
		display: none !important;
	}

	.container-horarios-mobile{
		display: flex !important;
	}

	.container-site{
		padding-left: 5px;
		padding-right: 5px;
	}
}

@media (min-width: 780px) {
	.card-lista-container:hover {
		transform: scale(1.07);
		cursor: pointer;
	}

	.container-horarios-desktop{
		display: flex !important;
	}

	.container-horarios-mobile{
		display: none !important;
	}
}

/*....................Horarios.................................................................................................................*/
.container-horario{
	display: flex;
	justify-content: center;
	align-items: center;
}

.container-horarios-desktop {
	width: 80vw;
}

.container-horarios-mobile {
	width: 95vw;
}

.table-horario{
	width: 100%;
}

.container-bg-fechado {
	width: 100% !important;
	min-height: 100% !important;
}

.table-horario tbody p{
	margin: 0px;
}

.bg-light-gray {
    background-color: #f7f7f7;
}

.table-bordered-horario thead td, .table-bordered-horario thead th {
    border-bottom-width: 2px;
}
.table-horario thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}
.table-bordered-horario td, .table-bordered-horario th {
    border: 1px solid #dee2e6;
}

.bg-sky.box-shadow {
    box-shadow: 0px 5px 0px 0px #00a2a7
}

.bg-orange.box-shadow {
    box-shadow: 0px 5px 0px 0px #af4305
}

.bg-green.box-shadow {
    box-shadow: 0px 5px 0px 0px #4ca520
}

.bg-yellow.box-shadow {
    box-shadow: 0px 5px 0px 0px #dcbf02
}

.bg-pink.box-shadow {
    box-shadow: 0px 5px 0px 0px #e82d8b
}

.bg-purple.box-shadow {
    box-shadow: 0px 5px 0px 0px #8343e8
}

.bg-lightred.box-shadow {
    box-shadow: 0px 5px 0px 0px #d84213
}

.bg-red {
     background-color: rgb(224, 27, 36)
}


.bg-sky {
    background-color: #02c2c7
}

.bg-orange {
    background-color: #e95601
}

.bg-green {
    background-color: #5bbd2a
}

.bg-yellow {
    background-color: #f0d001
}

.bg-pink {
    background-color: #ff48a4
}

.bg-purple {
    background-color: #9d60ff
}

.bg-lightred {
    background-color: #ff5722
}

.padding-15px-lr {
    padding-left: 15px;
    padding-right: 15px;
}
.padding-5px-tb {
    padding-top: 5px;
    padding-bottom: 5px;
}
.margin-10px-bottom {
    margin-bottom: 10px;
}
.border-radius-5 {
    border-radius: 5px;
}

.margin-10px-top {
    margin-top: 10px;
}
.font-size14 {
    font-size: 14px;
}

.text-light-gray {
    color: #d6d5d5;
}
.font-size13 {
    font-size: 13px;
}

.table-bordered-horario td, .table-bordered-horario th {
    border: 1px solid #dee2e6;
}
.table-horario td, .table-horario th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

/*....................Sobre.................................................................................................................*/
.bannerSobre{
	max-height: 384px;
}

/*# sourceMappingURL=style.css.map */

.is-invalid, .is-invalid:focus{
	border-color: #e63757;
}
.is-valid, .is-valid:focus {
	border-color: #00d97e;
}
.invalid-feedback{
	margin-top: -12px;
	margin-bottom: 2px;
}

.site .banner-topo{
	width: 100%;

	height: 320px;
	border-radius: 7px;
	background-repeat: no-repeat;
	background-size: cover;
	color: white;

	--font-family-sans-serif: "Cerebri Sans",sans-serif;
    --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;

}

.site .banner-topo h3{
	font-weight: bolder;
}

.site .banner-topo div{
	height: 100%;
	margin-left: 20px;
}

@media screen and (max-width: 767px) {
	.site .banner-topo{
		height: 100px;
	}

	.lista-produtos {
		width: 100%;
	}

	.product__media--preview__items--link glightbox .product__media--preview__items--img {
	  margin-bottom:14px !important;
	}

}

.product__section{
	margin-top: 20px;
}

.header__menu{
	padding-left: 0px !important;
}

.login__section--inner{
	min-height: 600px;
}

.pag-catalogo-carousel span{
	background-color:black;
	margin: 15px;
	border-radius: 100%;
}

/*....................Info Footer.................................................................................................................*/

.site-footer-info h5{
	margin-bottom: 0px;
}

.site-footer-info p{
	margin-bottom: 0px;
}

.site-footer-info{
	text-align: right;
}

.site-footer-entrega i{
	margin-right: 10px;
}

.site-footer-entrega h5{
	margin-bottom: 0px;
}

.site-footer-entrega p{
	margin-bottom: 0px;
}

.site-footer-entrega{
	border: 1px solid black;
	border-radius: 7px;
	height: 100%;
}

@media screen and (max-width: 767px) {
	.site-footer-info{
		text-align: left;
		margin-top: 20px;
	}

	.site-footer-entrega{
		flex-direction: column;
	}

}

.checkout__mian--header .logo-carrinho {
	 max-width: 120px;
}

.pagina-carrinho--remover{
  border: 0;
  padding: 0;
  background: none;
  font-size: 1.2rem;
  text-transform: uppercase;
  text-decoration: underline;
  font-weight: 700;
  opacity: 0.7;
}

.pagina-carrinho--remover:hover {
  color: var(--secondary-color);
}

.input-endereco {
	 width: 100%;
  border: 1px solid var(--border-color2);
  height: 4.5rem;
  padding: 0 1.5rem;
  margin-bottom: 1.5rem;
  border-radius: 0.5rem;

}

.input-cliente {
	 width: 100%;
  border: 1px solid var(--border-color2);
  height: 4.5rem;
  padding: 0 1.5rem;
  margin-bottom: 1.5rem;
  border-radius: 0.5rem;

}

.progress-cart{
	border-top: 1px solid var(--border-color2);
    border-bottom: 1px solid var(--border-color2);
    padding-bottom: 10px;
    padding-top: 10px;
}
.progress-cart p{
	margin-bottom: 0px;
}

/*........................................................................................................................*/

.site-filiais-banner-neutro{
	width: 100vw;
	min-height: 200px;
	background-color: #276484;
}

.site-filiais-banner{
	width: 100vw;
	min-height: 350px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.site-filiais-container{
	width: 100%;
}

.site-filiais-card-container{
	display: flex;
	justify-content: center;
	width: 100vw;
}

#filial-logo{
	height: 120px;
	width: 120px;
	border-radius: 7rem;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.filial-logo-cards{
	height: 70px;
	width: 70px;
	border-radius: 7px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.site-filiais-pesquisa-card{
	position: relative;
	bottom:130px;
	box-shadow: 0px 0px 20px 4px rgb(0, 0, 0,0.2);
}

.site-filiais-card-header{
	width: 100%;
}

.visualizarProdutoCatalogo .site-card-normal{
	padding-top: 7px;
}


.site-filiais-card-header .input-group-append{
	height: 100%;
}

.site-filiais-card-list-container .card{
	margin: 10px;
}

.site-filiais-card-list-container .card-info{
	margin-left: 35px;
}

.site-filiais-card-list-container .card-info h6,p{
	margin: 0px;
}

@media (max-width: 767px) {

	.site-filiais-card-header button{
		width: 100%;
		margin-top: 10px;
	}

	.site-filiais-card-header .container-img{
		display: flex;
		justify-content: center;
	}

}

/*......Site.Agendamentos.................................................................................................*/

.site-agendamentos-banner-neutro{
	width: 100vw;
	min-height: 200px;
	background-color: #276484;
}

.site-agendamentos-banner{
	width: 100vw;
	min-height: 350px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.site-agendamentos-container{
	width: 100%;
}

.site-agendamentos-card-container{
	display: flex;
	justify-content: center;
	width: 100vw;
}

.site-agendamentos-pesquisa-card{
	position: relative;
	bottom:130px;
	box-shadow: 0px 0px 20px 4px rgb(0, 0, 0,0.2);
}

.site-agendamentos-card-header{
	width: 100%;
}

.visualizarProdutoCatalogo .site-card-normal{
	padding-top: 7px;
}


.site-agendamentos-card-header .input-group-append{
	height: 100%;
}

.site-agendamentos-card-list-container .card{
	margin: 10px;
}

.site-agendamentos-card-list-container .card-info{
	margin-left: 35px;
}

.site-agendamentos-card-list-container .card-info h6,p{
	margin: 0px;
}

@media (max-width: 767px) {

	.site-agendamentos-card-header button{
		width: 100%;
		margin-top: 10px;
	}

	.site-agendamentos-card-header .container-img{
		display: flex;
		justify-content: center;
	}

}

/*........................................................................................................................*/

.container-forma-entrega-site h3{
	margin-left: 20px;
	padding: 5px;
}

.qr-code-section{
	min-height: 500px;
}

.qr-code-section .container{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	flex-direction: column;

}

.qr-code-section img{
	width: 400px;
}

.container-forma-pagamento-site h3{
	margin-left: 20px;
	padding: 5px;
}

.container-forma-entrega-site h4{
	margin-bottom: 10px;
}

.container-forma-pagamento-site p{
	margin-bottom: 0px;
}

.container-pedidos-site h3{
	margin-left: 18px;
	padding: 5px;
}

.item-off::before {
    background-color: gray !important;
}

.item-loading::before {
    background-color: white !important;
}

.loading .loader-container{
	display: flex;
	align-items: center;
	justify-content: center;
    left: calc(var(--bsb-tl-circle-offset)*-1);
    position: absolute;
    top: 0;
    height: var(--bsb-tl-circle-size);
    width: var(--bsb-tl-circle-size);
    z-index: 1;
}

.loader-container i {
	font-size: 19px;
}


.line-off::after {
    background-color: rgb(130, 130, 130,0.3) !important;
}

.produtos-status-site hr{
	margin: 3px;
}
.observacao-adicional {
	font-weight: normal;
	margin-top: -5px;
	color: #31434a;
}
.product__variant--title {
	margin-bottom: 0px !important;
	line-height: normal !important;
}


@media (max-width: 576px) {
	.quantidade-e-addcarrinho {
		display:flex;
		flex-direction:column;
	}
	.opcoes-add-carrinho {
		margin-top:10px;
	}
	.opcoes-quantidade-preco {
		gap:10px;
	}
}

body, .modal-dialog, .aba-lateral-menu, .mobile_menu_open, .offcanvas__menu, .offCanvas__minicart, .minicart__header {
	touch-action: pan-x pan-y !important;
}
@media (max-width: 780px) {
	.offCanvas__minicart {
		width: 100% !important;
	}
}

.button-remove-produto {
	  height: 3.8rem;
  line-height: 3.8rem;
  padding: 0 25px;
  margin-left: 15px;

}


.remove-product-cart-view {
  font-size: 1.4rem;
  font-weight: var(--body-line-height);
  line-height: 3.6rem;
  display: inline-block;
  height: 3.6rem;
  padding: 0rem 2rem 0rem 2rem !important;
  letter-spacing: 0.2px;
  border-radius: 25px;
  background: #f5f5f5;
  color: var(--white-color);
  border: 1px solid #e4e4e4;
}


@media (max-width: 767px) {

	.qr-code-section img{
		width: 90vw;
	}

}

/*...Destaques Carrossel.....................................................................................................................*/

#product-container {
	position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    user-select: none;
    cursor: pointer;
}

#product-compare-container {
	position: relative;
	width: auto;
	white-space: nowrap;
	padding: 10px;
}

#product-container::-webkit-scrollbar {
    display: none;
}

#product-main{
    position: relative;
    margin-top:30px;
}


#product-main h4 {
	font-size: 21px;
	font-weight: bolder;
	padding-left: 10px;
}

.product {
    display: inline-block;
    width: 150px;
    margin-right: 13px;
}

.product p{
    margin: 0px;
     white-space: normal;
}

.product .promocao{
   color: green;
}

.product img {
    max-width: 100%;
    height: auto;
}

.product .price {
    font-size: 17px;
    font-weight: bolder;
}

.product .price-muted {
    font-size: 17px;
    text-decoration: line-through;
    margin-left: 5px;
}

.navigation-btn-menu {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    cursor: pointer;
    z-index: 10;
}

.navigation-btn-product {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    cursor: pointer;
    z-index: 10;
}

.product-image{
	position:relative;
	border-radius: 7px;
	max-width: 180px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

#menu-container {
	position: relative;
	top:1px;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    user-select: none;
    cursor: pointer;
}

#menu-compare-container {
	position: relative;
	width: auto;
	white-space: nowrap;
	padding: 10px;
	padding-bottom: 0px;
	text-align: center;
}

#menu-container::-webkit-scrollbar {
    display: none;
}

#menu-main{
    position: relative;
}

#menu-main h4 {
	font-size: 21px;
	font-weight: bolder;
	padding-left: 10px;
}

.menu-site-catalogo-topo{
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	padding: 0px !important;
	padding-bottom: 10px !important;
	border-bottom: 1px solid;
}

.menu-site-catalogo{
	border-bottom: 1px solid;
	margin-bottom: 10px;
}

.site-item-menu {
    display: inline-block;
    padding: 0 20px;
    transition: transform 0.1s, color 0.3s;
    margin-bottom: 5px;
    font-size: 17px !important;
}

.site-item-menu:hover {
    transform: scale(1.1);
    color: var(--hover-novo) !important;
    border-color:var(--hover-novo);
}

.site-item-menu-icon {
    display: inline-block;
    width: 30px;
}

.site-item-menu p{
    margin: 0px;
}

.ver-mais-container{
	cursor: pointer;
}

.left-btn {
    left: 0;
}

.right-btn {
    right: 0;
}

@media (max-width: 767px) {

	.qr-code-section img{
		width: 90vw;
	}

	.navigation-btn-menu {
   		display:none;
	}

	.navigation-btn-product {
   		display:none;
	}

	.modal-body{
		padding: 0px;
	}
	.modal-body .container{
		padding: 0px;
	}

}

.alturaPadrao{
	margin-top: 2px;
	margin-bottom: 2px;
}


@media screen and (max-width: 767px) {
	.linha-detalhes-produto-mobile {
		border-bottom: 1px dashed #d3d3d3;
		padding-bottom:10px;
		padding-top:10px;
	}
	.titulo-detalhes-produto {
		border-bottom: 2.5px solid var(--theme-color);
		padding-bottom:5px;
	}
	.lista-detalhes-produto {
		margin-top:2rem !important;
	}
	.lista-itens-combo{
		margin-top:4rem !important;
	}

	.product__details--info__title {
		margin-top:2rem;
		margin-bottom:0px !important;
	}

	.imagem-detalhes-produto {
		width:50% !important;
		max-height:50px;
	}
}

	.account__details--footer{
		display: flex;
		justify-content: end !important;
		margin-bottom: 15px;
	}

@media screen and (max-width: 767px) {
	.checkout__content--step__footer {
		display:flex;
		justify-content:center;
	}
	
	.previous__link--content {
		margin-left:0px;
	}
	
	.account__details--footer{
		justify-content: center !important;
	}
}

.btn-header-p1{
	border-radius: 5px;
	width: 27px;
}

.visualizar-timeline-pedido {
  border: 1px solid black;
  background-color: white;
  color: var(--text-gray-color);
  padding: 0px 5px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
  text-decoration: none;
  margin-left:7px;
}

.header-menu-p1{
	padding:15px;
	display: flex;
	justify-content: space-between;
}

.header-banner-p1{
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 300px;
}

.header-banner-p1 img{
	max-width: 150px;
}

.pesquisa-catalogo{
	display: flex;
	flex-direction: row;
	align-items: center;
}

.pesquisa-catalogo button{
	display: block !important;
	border: none;
}

.pesquisa-catalogo input{
	width: 300px;
	margin-right: 10px;
	height: 27px;
}

.mobile {
   display: none;
}

@media only screen and (max-width: 991px) {
  .desktop {
    display: none;
  }
  
  .mobile {
    display: block;
  }
}

.rate-star{
	color: black;
    cursor: pointer;
    font-size: 2rem;
    transition: color 0.2s ease-in-out;
}

.rated {
    color: gold;
}

.rated-active{
	color: gold;
}

#meio-a-meio-info{
	margin-bottom: 10px;
}

/*....................Barra Flutuante do Carrinho.................................................................................................................*/
/* Desktop: barra full-width no bottom com transparência */
.floating-cart-bar {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1040;
	background: rgba(0,0,0,0.75);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	color: #fff;
	padding: 14px 40px;
	cursor: pointer;
}
.floating-cart-bar__content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight: 600;
	font-size: 15px;
	max-width: 1200px;
	margin: 0 auto;
}
.floating-cart-bar__cart-icon {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.floating-cart-bar__badge {
	position: absolute;
	top: -8px;
	right: -10px;
	background: #fff;
	color: #333;
	font-size: 10px;
	font-weight: 700;
	min-width: 18px;
	height: 18px;
	border-radius: 9px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 4px;
	box-sizing: border-box;
}
/* Mobile: barra compacta centralizada com bordas arredondadas */
@media (max-width: 780px) {
	.floating-cart-bar {
		bottom: 16px;
		left: 16px;
		right: 16px;
		border-radius: 12px;
		padding: 10px 20px;
		background: var(--theme-color);
		backdrop-filter: none;
		-webkit-backdrop-filter: none;
		box-shadow: 0 4px 20px rgba(0,0,0,0.25);
	}
	.floating-cart-bar__badge {
		background: #fff;
		color: var(--theme-color);
	}
}

/* Esconder barra inferior fixa existente */
.offcanvas__stikcy--toolbar { display: none !important; }

/* Manter botão de pesquisa visível apenas no mobile (compensar remoção da barra inferior) */
@media (max-width: 991px) {
	.header__account--search__items.d-sm-2-none { display: block !important; }
}
@media (min-width: 992px) {
	.header__account--search__items.d-sm-2-none { display: none !important; }
}

/*....................Pesquisa Mobile no Header.................................................................................................................*/
.header-search-mobile { display: none; }
@media (max-width: 780px) {
	.header-search-mobile { display: flex; align-items: center; }
}

/*....................Header com Badge Obrigatório / Opcional.................................................................................................................*/
.secao-header-obrigatorio {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin-bottom: 8px;
}
.secao-header-obrigatorio__titulo {
	font-size: 1.5rem;
	font-weight: 700;
}
.secao-header-obrigatorio__titulo .observacao-adicional {
	font-weight: 400;
	font-size: 12px;
	color: #888;
}
.badge-obrigatorio {
	font-size: 12px;
	font-weight: 600;
	color: #d32f2f;
	background: #fce4ec;
	border-radius: 6px;
	padding: 3px 10px;
	white-space: nowrap;
	flex-shrink: 0;
	margin-left: 8px;
	transition: background 0.3s, color 0.3s;
}
.badge-obrigatorio.badge-atendido {
	color: #2e7d32;
	background: #e8f5e9;
}
.badge-obrigatorio__contador {
	font-weight: 700;
	margin-right: 2px;
}
.badge-opcional {
	font-size: 12px;
	font-weight: 600;
	color: #666;
	background: #f0f0f0;
	border-radius: 6px;
	padding: 3px 10px;
	white-space: nowrap;
	flex-shrink: 0;
	margin-left: 8px;
}
.badge-opcional__contador {
	font-weight: 700;
	margin-right: 2px;
}

/*....................Cards de Variacao.................................................................................................................*/
.variacao-cards-container {
	display: flex;
	flex-direction: column;
}
.variacao-card {
	display: flex;
	align-items: center;
	padding: 10px 0;
	border-bottom: 1px solid #eee;
	cursor: pointer;
	transition: background 0.2s;
}
.variacao-card:first-child { border-top: 1px solid #eee; }
.variacao-card:active { background: #f9f9f9; }
.variacao-card__info {
	flex: 1; min-width: 0;
}
.variacao-card__nome { font-weight: 500; font-size: 14px; line-height: 1.4; }
.variacao-card__preco { font-weight: 400; color: #666; font-size: 13px; margin-left: 4px; }
.variacao-card__check {
	width: 22px; height: 22px;
	min-width: 22px;
	border-radius: 50%;
	border: 2px solid #ccc;
	display: flex; align-items: center; justify-content: center;
	margin-left: 12px;
	flex-shrink: 0;
	transition: all 0.2s;
}
.variacao-card__check i {
	font-size: 10px;
	color: transparent;
	transition: color 0.2s;
}
.variacao-card.selecionado .variacao-card__check {
	background: var(--theme-color);
	border-color: var(--theme-color);
}
.variacao-card.selecionado .variacao-card__check i {
	color: #fff;
}

/*....................Adicional Radio.................................................................................................................*/
.adicional-radio-group {
	display: flex;
	flex-direction: column;
}
.adicional-radio-item {
	display: flex; align-items: center; padding: 10px 0;
	border-bottom: 1px solid #eee;
	cursor: pointer; transition: background 0.2s;
	width: 100%; box-sizing: border-box;
}
.adicional-radio-item:first-child { border-top: 1px solid #eee; }
.adicional-radio-item:active { background: #f9f9f9; }
.adicional-radio-item__info {
	flex: 1; min-width: 0;
}
.adicional-radio-item__info span { font-weight: 500; font-size: 14px; line-height: 1.4; }
.adicional-radio-item__info small { font-weight: 400; color: #666; font-size: 13px; margin-left: 4px; }
.adicional-radio-item__radio {
	width: 22px; height: 22px; min-width: 22px; border-radius: 50%;
	border: 2px solid #ccc; margin-left: 12px;
	display: flex; align-items: center; justify-content: center;
	flex-shrink: 0; transition: all 0.2s;
}
.adicional-radio-item.selecionado .adicional-radio-item__radio {
	border-color: var(--theme-color);
}
.adicional-radio-item__dot {
	width: 12px; height: 12px; border-radius: 50%;
	background: transparent; transition: background 0.2s;
}
.adicional-radio-item.selecionado .adicional-radio-item__dot {
	background: var(--theme-color);
}

/*....................Adicional Checkbox.................................................................................................................*/
.adicional-checkbox-group {
	display: flex;
	flex-direction: column;
}
.adicional-checkbox-item {
	display: flex; align-items: center; padding: 10px 0;
	border-bottom: 1px solid #eee;
	cursor: pointer; transition: background 0.2s;
	width: 100%; box-sizing: border-box;
}
.adicional-checkbox-item:first-child { border-top: 1px solid #eee; }
.adicional-checkbox-item:active { background: #f9f9f9; }
.adicional-checkbox-item__info {
	flex: 1; min-width: 0;
}
.adicional-checkbox-item__info span { font-weight: 500; font-size: 14px; line-height: 1.4; }
.adicional-checkbox-item__info small { font-weight: 400; color: #666; font-size: 13px; margin-left: 4px; }
.adicional-checkbox-item__box {
	width: 22px; height: 22px; min-width: 22px; border-radius: 50%;
	border: 2px solid #ccc; margin-left: 12px;
	display: flex; align-items: center; justify-content: center;
	flex-shrink: 0; transition: all 0.2s;
}
.adicional-checkbox-item__box i {
	font-size: 10px; color: transparent; transition: color 0.2s;
}
.adicional-checkbox-item.selecionado .adicional-checkbox-item__box {
	background: var(--theme-color);
	border-color: var(--theme-color);
}
.adicional-checkbox-item.selecionado .adicional-checkbox-item__box i {
	color: #fff;
}

/* Imagens dos itens adicionais */
.adicional-radio-item__img, .adicional-checkbox-item__img {
	width: 40px; height: 40px; object-fit: cover;
	border-radius: 6px; margin-right: 10px;
	flex-shrink: 0;
}

/*....................Adicional Quantidade (card com +/-).................................................................................................................*/
.adicional-quantidade-group {
	display: flex;
	flex-direction: column;
}
.adicional-quantidade-item {
	display: flex; align-items: center; padding: 10px 0;
	border-bottom: 1px solid #eee;
	width: 100%; box-sizing: border-box;
}
.adicional-quantidade-item:first-child { border-top: 1px solid #eee; }
.adicional-quantidade-item__img {
	width: 40px; height: 40px; object-fit: cover;
	border-radius: 6px; margin-right: 10px;
	flex-shrink: 0;
}
.adicional-quantidade-item__info {
	flex: 1; min-width: 0;
}
.adicional-quantidade-item__info span { font-weight: 500; font-size: 14px; line-height: 1.4; }
.adicional-quantidade-item__info small { font-weight: 400; color: #666; font-size: 13px; margin-left: 4px; }
.adicional-quantidade-item__info small[id^="limiteAtingido"] { color: red; }
.adicional-quantidade-item__controle {
	display: flex; align-items: center;
	margin-left: 12px; flex-shrink: 0;
}
.adicional-qty-btn {
	width: 28px; height: 28px;
	border-radius: 50%;
	border: 1px solid #ccc;
	background: #fff;
	font-size: 16px; font-weight: 600;
	cursor: pointer;
	display: flex; align-items: center; justify-content: center;
	color: #333;
	transition: all 0.2s;
	padding: 0;
	line-height: 1;
}
.adicional-qty-btn:active { background: #f0f0f0; }
.adicional-qty-number {
	width: 24px; text-align: center;
	border: none; background: transparent;
	font-size: 14px; font-weight: 600;
	-moz-appearance: textfield;
}
.adicional-qty-number::-webkit-outer-spin-button,
.adicional-qty-number::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Cabecalho compacto: imagem + info lado a lado */
.produto-header-compacto {
	display: flex;
	gap: 16px;
	margin-bottom: 20px;
	align-items: flex-start;
}
.produto-header-compacto__img {
	width: 120px;
	min-width: 120px;
	border-radius: 8px;
	overflow: hidden;
}
.produto-header-compacto__img img {
	width: 100%;
	height: auto;
	display: block;
}
.produto-header-compacto__info {
	flex: 1;
	min-width: 0;
}

/* Modal produto: form sem margin-bottom para sticky colar na borda */
.modal-produto-form {
	margin-bottom: 0 !important;
}

/* Footer fixo do modal de detalhes do produto */
.modal-footer-fixo {
	position: sticky;
	bottom: 0;
	background: #f8f8f8;
	border-top: 1px solid #e0e0e0;
	padding: 8px 12px;
	margin: 0;
	z-index: 10;
	box-shadow: 0 -2px 8px rgba(0,0,0,0.08);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}
.modal-footer-fixo__qty {
	display: flex;
	align-items: center;
	gap: 0;
	flex-shrink: 0;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 6px;
	overflow: hidden;
}
.modal-footer-fixo__qty-btn {
	width: 34px; height: 34px;
	border: none;
	background: transparent;
	font-size: 18px; font-weight: 600;
	cursor: pointer;
	display: flex; align-items: center; justify-content: center;
	color: #333;
	transition: background 0.15s;
	padding: 0; line-height: 1;
}
.modal-footer-fixo__qty-btn:active { background: #eee; }
.modal-footer-fixo__qty-input {
	width: 32px; height: 34px;
	text-align: center;
	border: none; border-left: 1px solid #ddd; border-right: 1px solid #ddd;
	background: #fff;
	font-size: 14px; font-weight: 600;
	-moz-appearance: textfield;
	padding: 0;
}
.modal-footer-fixo__qty-input::-webkit-outer-spin-button,
.modal-footer-fixo__qty-input::-webkit-inner-spin-button {
	-webkit-appearance: none; margin: 0;
}
.modal-footer-fixo__btn {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	background: var(--theme-color, #28a745);
	color: #fff;
	border: none;
	border-radius: 6px;
	padding: 9px 14px;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	white-space: nowrap;
	transition: opacity 0.15s;
}
.modal-footer-fixo__btn:hover { opacity: 0.9; }
.modal-footer-fixo__btn-preco {
	font-weight: 700;
	font-size: 14px;
}

/* Destaque carrinho ao adicionar produto */
@keyframes carrinhoDestaquePulse {
	0%, 100% { transform: scale(1); }
	50% { transform: scale(1.15); }
}
.items__count.carrinho-destaque {
	animation: carrinhoDestaquePulse 0.4s ease 2;
}
#floating-cart-bar.carrinho-destaque {
	animation: carrinhoDestaquePulse 0.4s ease 2;
}
.offcanvas__stikcy--toolbar__btn.carrinho-destaque {
	animation: carrinhoDestaquePulse 0.4s ease 2;
}

/* Sugeridos (Compre Tambem) - mesmo padrao dos adicionais */
.sugerido-group {
	display: flex;
	flex-direction: column;
}
.sugerido-item {
	display: flex; align-items: center; padding: 10px 0;
	border-bottom: 1px solid #eee;
	width: 100%; box-sizing: border-box;
}
.sugerido-item:first-child { border-top: 1px solid #eee; }
.sugerido-item__img {
	width: 40px; height: 40px; object-fit: cover;
	border-radius: 6px; margin-right: 10px;
	flex-shrink: 0;
}
.sugerido-item__info {
	flex: 1; min-width: 0;
}
.sugerido-item__info span { font-weight: 500; font-size: 14px; line-height: 1.4; }
.sugerido-item__info small { font-weight: 400; color: #666; font-size: 13px; }
.sugerido-item__controle {
	display: flex; align-items: center;
	margin-left: 12px; flex-shrink: 0;
}

@media (max-width: 780px) {
	.produto-header-compacto__img {
		width: 90px;
		min-width: 90px;
	}
	.modal-footer-fixo {
		padding: 8px 10px;
	}
}

/*....................Checkout Wizard.................................................................................................................*/

.checkout-wizard {
	max-width: 640px;
	margin: 0 auto;
	padding: 0 16px;
	padding-bottom: 120px;
}

.checkout-wizard__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 16px 0 8px;
}
.checkout-wizard__logo {
	display: flex;
	align-items: center;
}
.checkout-wizard__logo img {
	max-width: 120px;
	max-height: 60px;
}
.checkout-wizard__seguro {
	display: flex;
	align-items: center;
	gap: 6px;
	color: #2e7d32;
	font-size: 13px;
	font-weight: 500;
	background: #e8f5e9;
	padding: 6px 12px;
	border-radius: 20px;
}
.checkout-wizard__seguro i {
	font-size: 12px;
}

/* Progress Bar */
.checkout-progress {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 16px 0 24px;
	gap: 0;
}
.checkout-progress__step {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 4px;
	cursor: pointer;
}
.checkout-progress__number {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: #e0e0e0;
	color: #999;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	font-size: 14px;
	transition: all 0.3s;
}
.checkout-progress__step.active .checkout-progress__number {
	background: var(--theme-color, #28a745);
	color: #fff;
}
.checkout-progress__step.completed .checkout-progress__number {
	background: var(--theme-color, #28a745);
	color: #fff;
}
.checkout-progress__label {
	font-size: 11px;
	color: #999;
	transition: all 0.3s;
}
.checkout-progress__step.active .checkout-progress__label,
.checkout-progress__step.completed .checkout-progress__label {
	color: var(--theme-color, #28a745);
	font-weight: 600;
}
.checkout-progress__line {
	flex: 1;
	height: 2px;
	background: #e0e0e0;
	margin: 0 8px;
	margin-bottom: 18px;
	transition: background 0.3s;
}
.checkout-progress__line.completed {
	background: var(--theme-color, #28a745);
}

/* Step title */
.checkout-step__title {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 16px;
	color: #222;
}

/* Item Cards (Step 1) */
.checkout-items {
	margin-bottom: 16px;
}
.checkout-item-card {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding: 12px;
	border: 1px solid #eee;
	border-radius: 10px;
	margin-bottom: 10px;
	background: #fff;
}
.checkout-item-card__img {
	position: relative;
	width: 60px;
	height: 60px;
	border-radius: 8px;
	overflow: hidden;
	flex-shrink: 0;
}
.checkout-item-card__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.checkout-item-card__qty {
	position: absolute;
	top: -4px;
	right: -4px;
	background: var(--theme-color, #28a745);
	color: #fff;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	font-size: 11px;
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: center;
}
.checkout-item-card__info {
	flex: 1;
	min-width: 0;
}
.checkout-item-card__info h4 {
	font-size: 14px;
	font-weight: 600;
	margin: 0 0 4px;
	line-height: 1.3;
}
.checkout-item-card__details {
	font-size: 12px;
	color: #666;
	margin: 0 0 4px;
	line-height: 1.4;
}
.checkout-item-card__discount {
	font-size: 12px;
	color: #d32f2f;
	font-weight: 500;
}
.checkout-item-card__actions {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 8px;
	flex-shrink: 0;
}
.checkout-item-card__price {
	font-size: 14px;
	font-weight: 700;
	color: #222;
	white-space: nowrap;
}
.checkout-item-card__unit-price {
	font-size: 11px;
	color: #999;
	white-space: nowrap;
}
.checkout-item-card__remove {
	background: #f5f5f5;
	border: 1px solid #e4e4e4;
	border-radius: 50%;
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: #999;
	font-size: 13px;
	transition: all 0.2s;
	padding: 0;
}
.checkout-item-card__remove:hover {
	background: #fee;
	color: #d32f2f;
	border-color: #fcc;
}

/* Quantity controls in item card */
.checkout-item-card__qty-controls {
	display: flex;
	align-items: center;
	gap: 0;
	border: 1px solid #ddd;
	border-radius: 6px;
	overflow: hidden;
}
.checkout-qty-btn {
	width: 30px;
	height: 30px;
	border: none;
	background: #f8f8f8;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 11px;
	color: #333;
	padding: 0;
	transition: background 0.15s;
}
.checkout-qty-btn:active {
	background: #eee;
}
.checkout-qty-value {
	width: 28px;
	text-align: center;
	font-size: 13px;
	font-weight: 600;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	line-height: 30px;
	background: #fff;
}

/* Cupom */
.checkout-cupom {
	display: flex;
	gap: 8px;
	margin-bottom: 16px;
}
.checkout-cupom input {
	flex: 1;
	border: 1px solid #ddd;
	border-radius: 8px;
	padding: 10px 14px;
	font-size: 14px;
	outline: none;
}
.checkout-cupom input:focus {
	border-color: var(--theme-color, #28a745);
}
.checkout-cupom__btn {
	background: var(--theme-color, #28a745);
	color: #fff;
	border: none;
	border-radius: 8px;
	padding: 10px 20px;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	white-space: nowrap;
}
.checkout-cupom__btn--remover {
	background: #dc3545;
}
.checkout-cupom__readonly {
	background: #f0f7f0;
	border-color: var(--theme-color, #28a745);
	color: #2e7d32;
	font-weight: 600;
}

/* Resumo Box (totalizadores) */
.checkout-resumo-box {
	background: linear-gradient(135deg, #f8faf8 0%, #f0f7f0 100%);
	border: 1px solid #e0eddf;
	border-radius: 12px;
	padding: 16px;
	margin-bottom: 24px;
}
.checkout-resumo-box__linha {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 8px 0;
	font-size: 14px;
	color: #444;
}
.checkout-resumo-box__linha i {
	margin-right: 6px;
	font-size: 12px;
	opacity: 0.7;
}
.checkout-resumo-box__desconto span:last-child {
	color: #d32f2f;
	font-weight: 500;
}
.checkout-resumo-box__gratis {
	color: #2e7d32 !important;
	font-weight: 600 !important;
	background: #e8f5e9;
	padding: 2px 10px;
	border-radius: 12px;
	font-size: 12px;
}
.checkout-resumo-box__total {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 12px 0 4px;
	margin-top: 8px;
	border-top: 2px solid rgba(0,0,0,0.08);
	font-size: 18px;
	font-weight: 700;
	color: #222;
}
.checkout-resumo-box__total span:last-child {
	color: var(--theme-color, #28a745);
	font-size: 20px;
}
.checkout-resumo-box--final {
	background: linear-gradient(135deg, #f5f9f5 0%, #eaf5ea 100%);
	border-color: #c8e6c9;
}

/* Contato Info */
.checkout-contato-info {
	background: #f8f9fa;
	border-radius: 8px;
	padding: 12px 14px;
	margin-bottom: 16px;
	font-size: 13px;
	word-break: break-all;
}
.checkout-contato-info__label {
	font-weight: 600;
	margin-right: 6px;
}

/* Endereco Cards (Step 2) */
.checkout-enderecos {
	margin-bottom: 16px;
}
.checkout-endereco-card {
	border: 2px solid #eee;
	border-radius: 10px;
	padding: 14px;
	margin-bottom: 10px;
	cursor: pointer;
	transition: border-color 0.2s, background 0.2s;
	display: flex;
	align-items: center;
	gap: 10px;
}
.checkout-endereco-card input[type="radio"] {
	appearance: none;
	-webkit-appearance: none;
	width: 20px;
	height: 20px;
	border: 2px solid #ccc;
	border-radius: 50%;
	flex-shrink: 0;
	margin: 0;
	cursor: pointer;
	position: relative;
	transition: border-color 0.2s;
}
.checkout-endereco-card input[type="radio"]:checked {
	border-color: var(--theme-color, #28a745);
}
.checkout-endereco-card input[type="radio"]:checked::after {
	content: '';
	position: absolute;
	top: 3px;
	left: 3px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: var(--theme-color, #28a745);
}
.checkout-endereco-card label {
	cursor: pointer;
	flex: 1;
	margin: 0;
}
.checkout-endereco-card label strong {
	display: block;
	font-size: 14px;
	margin-bottom: 4px;
}
.checkout-endereco-card label p {
	font-size: 13px;
	color: #666;
	margin: 0;
	word-break: break-all;
}
.checkout-endereco-card.active,
.checkout-endereco-card:has(input:checked) {
	border-color: var(--theme-color, #28a745);
	background: rgba(40, 167, 69, 0.04);
}
.checkout-endereco-card--novo label {
	display: flex;
	align-items: center;
	gap: 8px;
}
.checkout-endereco-card--novo label i {
	color: var(--theme-color, #28a745);
}

/* Form Novo Endereco */
.checkout-novo-endereco {
	border: 1px solid #eee;
	border-radius: 10px;
	padding: 16px;
	margin-bottom: 16px;
	background: #fafafa;
}
.checkout-form-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	margin-bottom: 12px;
}
.checkout-form-grid__full {
	grid-column: 1 / -1;
}
.checkout-form-grid__half {
	grid-column: span 1;
}
.checkout-form-grid__third {
	grid-column: span 1;
}
@media (min-width: 640px) {
	.checkout-form-grid {
		grid-template-columns: 1fr 1fr 1fr;
	}
}
.checkout-form-grid input {
	width: 100%;
	border: 1px solid #ddd;
	border-radius: 8px;
	padding: 10px 12px;
	font-size: 14px;
	outline: none;
}
.checkout-form-grid input:focus {
	border-color: var(--theme-color, #28a745);
}
.checkout-form-grid input.is-invalid {
	border-color: #e63757;
}
.checkout-form-grid input.is-valid {
	border-color: #00d97e;
}
.checkout-field-error {
	display: block;
	font-size: 12px;
	color: #e63757;
	margin-top: 4px;
	line-height: 1.3;
}
.checkout-btn-secondary {
	background: #fff;
	color: var(--theme-color, #28a745);
	border: 2px solid var(--theme-color, #28a745);
	border-radius: 8px;
	padding: 10px 20px;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	width: 100%;
	transition: all 0.2s;
}
.checkout-btn-secondary:hover {
	background: var(--theme-color, #28a745);
	color: #fff;
}

/* Geolocalizacao */
.checkout-geo-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	background: #fff;
	border: 1px dashed var(--theme-color, #28a745);
	border-radius: 8px;
	padding: 12px;
	margin-bottom: 14px;
	color: var(--theme-color, #28a745);
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.2s;
}
.checkout-geo-btn:hover {
	background: rgba(40, 167, 69, 0.04);
}

/* Mapa de geolocalizacao */
.checkout-mapa-container {
	margin-bottom: 14px;
	border: 1px solid #ddd;
	border-radius: 10px;
	overflow: hidden;
	background: #f9f9f9;
}
.checkout-mapa {
	width: 100%;
	height: 250px;
}
.checkout-mapa__preview {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px 14px;
	background: #fff;
	border-top: 1px solid #eee;
	font-size: 13px;
	color: #444;
	min-height: 42px;
}
.checkout-mapa__preview i {
	color: var(--theme-color, #28a745);
	font-size: 16px;
	flex-shrink: 0;
}
.checkout-mapa__preview span {
	line-height: 1.4;
}
.checkout-mapa__dica {
	text-align: center;
	font-size: 12px;
	color: #888;
	padding: 6px 10px 2px;
	margin: 0;
}
.checkout-mapa__dica i {
	margin-right: 4px;
}
.checkout-mapa__confirmar {
	display: block;
	width: calc(100% - 20px);
	margin: 6px 10px 10px;
	background: var(--theme-color, #28a745);
	color: #fff;
	border: none;
	border-radius: 8px;
	padding: 12px;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	transition: opacity 0.2s;
}
.checkout-mapa__confirmar:hover {
	opacity: 0.9;
}

/* Taxa de entrega */
.checkout-taxa-info {
	margin-top: 8px;
}

/* Pagamento Cards (Step 3) */
.checkout-pagamentos {
	margin-bottom: 16px;
}
.checkout-pagamento-card {
	border: 2px solid #eee;
	border-radius: 10px;
	padding: 14px;
	margin-bottom: 10px;
	cursor: pointer;
	transition: border-color 0.2s, background 0.2s;
	display: flex;
	align-items: center;
	gap: 12px;
}
.checkout-pagamento-card input[type="radio"] {
	appearance: none;
	-webkit-appearance: none;
	width: 20px;
	height: 20px;
	border: 2px solid #ccc;
	border-radius: 50%;
	flex-shrink: 0;
	margin: 0;
	cursor: pointer;
	position: relative;
	transition: border-color 0.2s;
}
.checkout-pagamento-card input[type="radio"]:checked {
	border-color: var(--theme-color, #28a745);
}
.checkout-pagamento-card input[type="radio"]:checked::after {
	content: '';
	position: absolute;
	top: 3px;
	left: 3px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: var(--theme-color, #28a745);
}
.checkout-pagamento-card label {
	display: flex;
	align-items: center;
	gap: 12px;
	cursor: pointer;
	margin: 0;
	width: 100%;
}
.checkout-pagamento-card.active,
.checkout-pagamento-card:has(input:checked) {
	border-color: var(--theme-color, #28a745);
	background: rgba(40, 167, 69, 0.04);
}
.checkout-pagamento-card__icon {
	width: 40px;
	height: 40px;
	background: #f5f5f5;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	color: #666;
	flex-shrink: 0;
}
.checkout-pagamento-card.active .checkout-pagamento-card__icon,
.checkout-pagamento-card:has(input:checked) .checkout-pagamento-card__icon {
	background: var(--theme-color, #28a745);
	color: #fff;
}
.checkout-pagamento-card__info {
	display: flex;
	flex-direction: column;
	gap: 2px;
}
.checkout-pagamento-card__info strong {
	font-size: 14px;
}
.checkout-pagamento-card__tipo {
	font-size: 12px;
	color: #888;
}
.checkout-pagamento-card__taxa {
	font-size: 12px;
	color: #e65100;
	font-weight: 500;
}
/* Troco */
.checkout-troco {
	border: 1px solid #eee;
	border-radius: 10px;
	padding: 14px;
	margin-bottom: 16px;
	background: #fafafa;
}
.checkout-troco label {
	display: block;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 8px;
}
.checkout-troco__input-group {
	display: flex;
	align-items: center;
	gap: 8px;
}
.checkout-troco__input-group span {
	font-weight: 600;
	font-size: 16px;
	color: #333;
}
.checkout-troco__input-group input {
	flex: 1;
	border: 1px solid #ddd;
	border-radius: 8px;
	padding: 10px 12px;
	font-size: 16px;
	text-align: right;
	outline: none;
}
.checkout-troco__input-group input:focus {
	border-color: var(--theme-color, #28a745);
}
.checkout-troco__total {
	background: #f0faf3;
	border: 1px solid #c8e6c9;
	border-radius: 8px;
	padding: 10px 14px;
	margin-bottom: 12px;
	font-size: 15px;
	color: #555;
	text-align: center;
}
.checkout-troco__total strong {
	color: var(--theme-color, #28a745);
	font-size: 18px;
}
.checkout-troco__actions {
	display: flex;
	gap: 10px;
	margin-top: 14px;
}
.checkout-troco__btn-sem {
	flex: 1;
	padding: 12px 16px;
	border: 2px solid #ddd;
	border-radius: 8px;
	background: #fff;
	color: #555;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.2s;
}
.checkout-troco__btn-sem:hover {
	border-color: #999;
	color: #333;
}
.checkout-troco__btn-confirmar {
	flex: 1;
	padding: 12px 16px;
	border: none;
	border-radius: 8px;
	background: var(--theme-color, #28a745);
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.2s;
}
.checkout-troco__btn-confirmar:hover {
	opacity: 0.9;
}
.checkout-troco__btn-confirmar i {
	margin-right: 4px;
}
.checkout-troco-resumo {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #f0faf3;
	border: 1px solid #c8e6c9;
	border-radius: 10px;
	padding: 12px 16px;
	margin-top: 12px;
}
.checkout-troco-resumo__info {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 14px;
	color: #333;
}
.checkout-troco-resumo__info i {
	color: var(--theme-color, #28a745);
	font-size: 18px;
}
.checkout-troco-resumo__info strong {
	color: var(--theme-color, #28a745);
}
.checkout-troco-resumo__alterar {
	background: none;
	border: 1px solid #ccc;
	border-radius: 6px;
	padding: 6px 14px;
	font-size: 13px;
	color: #666;
	cursor: pointer;
	transition: all 0.2s;
}
.checkout-troco-resumo__alterar:hover {
	border-color: var(--theme-color, #28a745);
	color: var(--theme-color, #28a745);
}

/* Confirmacao (Step 4) */
.checkout-confirm-section {
	border: 1px solid #eee;
	border-radius: 10px;
	padding: 14px;
	margin-bottom: 12px;
	background: #fff;
}
.checkout-confirm-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 8px;
}
.checkout-confirm-header h4 {
	font-size: 15px;
	font-weight: 600;
	margin: 0;
	color: #222;
}
.checkout-confirm-edit {
	background: none;
	border: none;
	color: var(--theme-color, #28a745);
	font-size: 13px;
	font-weight: 600;
	cursor: pointer;
	padding: 0;
	text-decoration: underline;
}
.checkout-confirm-itens {
	/* items list */
}
.checkout-confirm-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 4px 0;
	font-size: 13px;
	color: #555;
}
.checkout-confirm-item span:last-child {
	font-weight: 600;
	color: #222;
	white-space: nowrap;
	margin-left: 10px;
}
.checkout-confirm-section__text {
	font-size: 13px;
	color: #555;
	margin: 0;
	word-break: break-all;
}

/* Itens detalhados Step 4 */
.checkout-confirm-item-detail {
	padding: 10px 0;
	border-bottom: 1px solid #f0f0f0;
}
.checkout-confirm-item-detail:last-child {
	border-bottom: none;
}
.checkout-confirm-item-detail__top {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 10px;
}
.checkout-confirm-item-detail__name {
	font-size: 14px;
	font-weight: 500;
	color: #333;
	flex: 1;
}
.checkout-confirm-item-detail__price {
	font-size: 14px;
	font-weight: 600;
	color: #222;
	white-space: nowrap;
}
.checkout-confirm-item-detail__extras {
	margin-top: 4px;
	font-size: 12px;
	color: #777;
	line-height: 1.6;
}
.checkout-confirm-item-detail__extras b {
	color: #555;
}
.checkout-confirm-item-detail__extras span {
	display: block;
	padding-left: 8px;
}
.checkout-confirm-item-detail__obs {
	margin-top: 4px;
	font-size: 12px;
	color: #888;
	font-style: italic;
}
.checkout-confirm-item-detail__obs i {
	margin-right: 4px;
	font-size: 11px;
}
.checkout-confirm-item-detail__discount {
	margin-top: 4px;
	font-size: 12px;
	color: #d32f2f;
	font-weight: 500;
}
.checkout-confirm-item-detail__discount i {
	margin-right: 4px;
	font-size: 11px;
}

/* Cupom badge Step 4 */
.checkout-confirm-section--cupom {
	background: #f0f7f0;
	border-color: #c8e6c9;
}
.checkout-confirm-cupom-badge {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	color: #2e7d32;
}
.checkout-confirm-cupom-badge i {
	font-size: 16px;
}
.checkout-confirm-cupom-badge__valor {
	margin-left: auto;
	font-weight: 700;
	color: #d32f2f;
}

/* (totais confirmacao agora usa .checkout-resumo-box) */

/* CTA Fixo */
.checkout-cta-fixo {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: #fff;
	border-top: 1px solid #e0e0e0;
	padding: 12px 16px;
	padding-bottom: calc(12px + env(safe-area-inset-bottom, 0px));
	z-index: 100;
	box-shadow: 0 -2px 10px rgba(0,0,0,0.08);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}
.checkout-cta-fixo__continuar {
	display: flex;
	align-items: center;
	gap: 6px;
	color: #555;
	font-size: 13px;
	font-weight: 500;
	text-decoration: none;
	padding: 8px 14px;
	border: 1px solid #ddd;
	border-radius: 8px;
	background: #fafafa;
	transition: all 0.2s;
	white-space: nowrap;
	flex-shrink: 0;
}
.checkout-cta-fixo__continuar:hover {
	background: #f0f0f0;
	border-color: #ccc;
	color: #333;
	text-decoration: none;
}
.checkout-cta-fixo__continuar i {
	font-size: 12px;
	color: var(--theme-color, #28a745);
}
.checkout-cta-fixo__right {
	display: flex;
	align-items: center;
	gap: 12px;
	flex: 1;
	justify-content: flex-end;
}
.checkout-cta-fixo__total {
	font-size: 16px;
	font-weight: 700;
	color: #222;
	white-space: nowrap;
}
.checkout-cta-fixo__btns {
	display: flex;
	align-items: center;
	gap: 8px;
}
.checkout-cta-fixo__btn-voltar {
	background: #f5f5f5;
	color: #333;
	border: 1px solid #ddd;
	border-radius: 8px;
	padding: 12px 16px;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
	white-space: nowrap;
}
.checkout-cta-fixo__btn {
	background: var(--theme-color, #28a745);
	color: #fff;
	border: none;
	border-radius: 8px;
	padding: 12px 24px;
	font-size: 15px;
	font-weight: 600;
	cursor: pointer;
	white-space: nowrap;
	transition: opacity 0.2s;
}
.checkout-cta-fixo__btn:hover {
	opacity: 0.9;
}
.checkout-cta-fixo__btn--finalizar {
	background: #28a745;
	font-size: 16px;
	padding: 14px 28px;
}

/* Mobile */
@media (max-width: 780px) {
	.checkout-wizard {
		padding: 0 10px;
		padding-bottom: calc(100px + env(safe-area-inset-bottom, 0px));
	}

	.checkout-progress__label {
		font-size: 10px;
	}
	.checkout-progress__number {
		width: 28px;
		height: 28px;
		font-size: 12px;
	}

	.checkout-item-card {
		padding: 10px;
		gap: 10px;
	}
	.checkout-item-card__img {
		width: 50px;
		height: 50px;
	}

	.checkout-cta-fixo {
		padding: 10px 12px;
		padding-bottom: calc(10px + env(safe-area-inset-bottom, 0px));
		gap: 8px;
	}
	.checkout-cta-fixo__continuar {
		display: none;
	}
	.checkout-cta-fixo__right {
		width: 100%;
		gap: 8px;
		flex-wrap: nowrap;
		min-width: 0;
	}
	.checkout-cta-fixo__total {
		font-size: 14px;
		flex-shrink: 0;
	}
	.checkout-cta-fixo__btns {
		flex: 1;
		min-width: 0;
	}
	.checkout-cta-fixo__btn {
		max-width: none;
		width: 100%;
		padding: 12px 14px;
		text-align: center;
		font-size: 14px;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.checkout-cta-fixo__btn-voltar {
		padding: 12px;
		display: none;
	}

	.checkout-wizard__seguro span {
		display: none;
	}
	.checkout-wizard__seguro {
		padding: 6px 8px;
	}

	.checkout-form-grid {
		grid-template-columns: 1fr;
	}
	.checkout-form-grid__half,
	.checkout-form-grid__third {
		grid-column: span 1;
	}

	.checkout-pagamento-card {
		padding: 12px;
		gap: 10px;
	}

	.checkout-step__title {
		font-size: 18px;
	}
}
