/* =========================================
   PRODUTO - DETALHES PAGE
   ========================================= */

/* Announcement bar */
.announcement-bar {
	background: linear-gradient(90deg, #0e5e5e 0%, #1a7a72 100%);
	text-align: center;
	position: sticky;
	top: 0;
	z-index: 10;
}
.announcement-bar--link { display: block; }
.announcement-bar__message {
	display: block;
	color: #fff;
	font-size: 0.82em;
	font-weight: 700;
	letter-spacing: 0.06em;
	padding: 9px 22px;
	text-transform: uppercase;
}

.banner-bootom-w3-agileits {
	padding: 30px 0 20px;
}
/*
 * NÃO usar display:flex no .container (há .clearfix, .sobre, etc. como irmãos).
 * Os cards são o próprio .col-md-* por causa de .single-right-left no mesmo nó —
 * vão entre bordas: margin + calc nas larguras.
 */
@media (min-width: 992px) {
	.banner-bootom-w3-agileits .container > .col-md-7.single-right-left {
		width: calc((100% - 24px) * 7 / 12) !important;
		margin-right: 24px !important;
		float: left;
	}
	.banner-bootom-w3-agileits .container > .col-md-5.single-right-left {
		width: calc((100% - 24px) * 5 / 12) !important;
		float: left;
	}
}
@media (max-width: 991px) {
	.banner-bootom-w3-agileits .container > .col-md-7.single-right-left,
	.banner-bootom-w3-agileits .container > .col-md-5.single-right-left {
		width: 100% !important;
		margin-right: 0 !important;
		float: none;
		padding-left: 10px;
		padding-right: 10px;
	}
}

/* ---- Breadcrumb ---- */
.services-breadcrumb { background: #f5f7f8; border-bottom: 1px solid #e2e8ec; }
.agile_inner_breadcrumb { padding: 10px 0; }
.w3_short { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 6px; align-items: center; font-size: 14px; color: #555; }
.w3_short li { display: flex; align-items: center; gap: 6px; }
.w3_short li a { color: #0e6060; font-weight: 600; text-decoration: none; }
.w3_short li a:hover { text-decoration: underline; }
.w3_short li b { color: #1a2230; font-weight: 700; }
.w3_short .fas { font-size: 11px; color: #aaa; }

/* ---- Brand name ---- */
.title-marca {
	display: inline-block !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	color: #FF8C00 !important;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	margin-bottom: 6px !important;
	margin-top: 6px !important;
}
.title-marca a { color: #FF8C00 !important; text-decoration: none; }
.title-marca a:hover { text-decoration: underline; }

/* ---- Product title ---- */
.title-product {
	font-size: 26px !important;
	font-weight: 700 !important;
	color: #1a2230 !important;
	line-height: 1.3 !important;
	margin: 4px 0 10px !important;
	display: block !important;
}

/* ---- Software badge ---- */
.badge-software {
	display: inline-block;
	background: #e8f5f0;
	border: 1px solid #1a7a60;
	color: #0d5c45;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	padding: 3px 10px;
	border-radius: 20px;
	margin-bottom: 12px;
}

/* ---- Short description (observacao) ---- */
.short_description_product {
	font-size: 14px !important;
	color: #444 !important;
	line-height: 1.65 !important;
	word-break: normal !important;
	overflow: hidden;
	max-height: 140px;
	position: relative;
	mask-image: linear-gradient(to bottom, black 60%, transparent 100%);
	-webkit-mask-image: linear-gradient(to bottom, black 60%, transparent 100%);
	margin-bottom: 4px !important;
}

/* ---- Price block ---- */
.single-right-left p { margin: 6px 0 10px !important; }

.single-right-left del {
	background: #f0f0f0 !important;
	color: #999 !important;
	font-size: 13px !important;
	padding: 3px 8px !important;
	border-radius: 4px !important;
	font-weight: 400 !important;
	text-decoration: line-through;
}

span.item_price {
	font-size: 28px !important;
	font-weight: 800 !important;
	color: #1a2230 !important;
	display: block;
	margin-top: 4px;
}

.parcelas, .price_ticket {
	font-size: 13px;
	color: #555;
	display: block;
	margin-top: 2px;
}

/* ---- Delivery / info list ---- */
.single-infoagile ul {
	list-style: none;
	padding: 10px 0 4px;
	margin: 0;
	border-top: 1px solid #eaeaea;
}
.single-infoagile ul li {
	padding: 4px 0;
	font-size: 13px;
	color: #444;
}
.frete-gratis {
	color: #0d7a50 !important;
	font-weight: 600;
}

/* ---- #ultimas_unidades ---- */
#ultimas_unidades {
	display: block !important;
	font-size: 13px;
	color: #555;
	margin: 0 0 10px !important;
	padding: 8px 12px;
	background: #f5f9f5;
	border-left: 3px solid #1a7a60;
	border-radius: 0 4px 4px 0;
}

/* ---- Ref / SKU ---- */
p#sku-ref { font-size: 11px; color: #aaa; margin-top: 0 !important; }

/* ---- Buy button ---- */
.button-comprar {
	display: flex !important;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	padding: 14px 20px !important;
	background: linear-gradient(135deg, #0e6060 0%, #1a8c70 100%) !important;
	color: #fff !important;
	font-size: 15px !important;
	font-weight: 700 !important;
	letter-spacing: 0.05em;
	border: none;
	border-radius: 8px !important;
	cursor: pointer;
	margin-top: 8px;
	transition: opacity 0.2s;
}
.button-comprar:hover { opacity: 0.88; }
.button-comprar:active { opacity: 0.75; }

.btn-produto-indisponivel {
	width: 100%;
	padding: 14px 20px;
	background: #ccc;
	color: #666;
	font-size: 14px;
	font-weight: 700;
	border: none;
	border-radius: 8px;
	cursor: not-allowed;
	margin-top: 8px;
}

/* ---- Segurança ---- */
.selo-compra-segura {
	display: flex !important;
	align-items: center;
	gap: 5px;
	color: #16B24A !important;
	font-size: 12px !important;
	font-weight: 700 !important;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	margin-top: 8px !important;
	padding: 0 !important;
}

/* ---- Frete calc ---- */
.frete-dv { margin-top: 16px; padding-top: 14px; border-top: 1px solid #eaeaea; }
.span-frete { font-size: 13px; font-weight: 600; color: #333; display: block; margin-bottom: 6px; }
.input-frete2 {
	height: 38px;
	border: 1px solid #ccc;
	border-radius: 6px 0 0 6px !important;
	font-size: 13px;
	padding: 0 10px;
}
button#calcular {
	height: 38px;
	background: #0e6060;
	color: #fff;
	border: none;
	padding: 0 14px;
	border-radius: 0 6px 6px 0;
	font-weight: 700;
	font-size: 13px;
	cursor: pointer;
}

/* ---- Tab / Description section ---- */
.sobre {
	border: 1px solid #e4e8ec;
	border-radius: 8px;
	overflow: hidden;
	margin: 10px 0;
}
.tab {
	display: none;
}
.tab .tablinks {
	display: none;
}
.tabcontent {
	display: none;
}

/* ---- Related products ---- */
.heading-tittle {
	font-size: 20px;
	font-weight: 700;
	color: #1a2230;
	margin-bottom: 20px;
}
.w3l-specilamk { border: 1px solid #e8ecf0; border-radius: 8px; overflow: hidden; transition: box-shadow 0.2s; }
.w3l-specilamk:hover { box-shadow: 0 4px 16px rgba(0,0,0,0.1); }
.product-name-w3l { padding: 12px 14px 14px; }
.product-name-w3l h3 { margin-top: 0 !important; font-size: 13px; font-weight: 600; color: #222; line-height: 1.4; margin-bottom: 6px; }
.product-name-w3l h3 a { color: #222; text-decoration: none; }
.w3l-pricehkj h6 { font-size: 16px; font-weight: 800; color: #1a2230; margin: 0; }
.w3l-pricehkj span { font-size: 11px; color: #888; }
.button-comprar-default {
	width: 100%;
	margin-top: 10px;
	padding: 9px 10px;
	background: #0e6060;
	color: #fff;
	border: none;
	border-radius: 6px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	cursor: pointer;
	transition: opacity 0.2s;
}
.button-comprar-default:hover { opacity: 0.85; }

/* ---- Comment/review section ---- */
#btn-end {
	font-size: 14px;
	color: #0e6060;
	font-weight: 600;
	padding: 10px 0;
}
.input-end {
	border-radius: 6px !important;
	border-color: #d0d5da !important;
	font-size: 13px !important;
}
.btn-add-endereco {
	background: #0e6060 !important;
	border: none !important;
	padding: 10px 24px !important;
	font-weight: 700 !important;
	border-radius: 6px !important;
}

/* ---- WhatsApp float ---- */
.whatsapp {
	position: fixed;
	bottom: 24px;
	right: 24px;
	top: unset;
	width: 54px;
	height: 54px;
	padding: 0;
	z-index: 10000000;
	filter: drop-shadow(0 2px 8px rgba(0,0,0,0.25));
}

/* ---- Timers / misc ---- */
#temporizador { font-size: 14px; font-weight: 700; color: #c0392b; }
#hours { display: inline; font-weight: 700; padding: 8px 12px; border: 1px solid #e8e8e8; border-radius: 4px; margin-right: 4px; font-size: 18px; }

/* ---- Cupom ---- */
.input-cupom-wrapper { display: flex; align-items: center; gap: 0; margin-top: 10px; }

/* ---- Responsive ---- */
@media (max-width: 768px) {
	.title-product { font-size: 20px !important; }
	span.item_price { font-size: 22px !important; }
	.tabcontent { padding: 14px 16px; }
}