/* =========================================
   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;
}

/* ---- Layout wrapper ---- */
.banner-bootom-w3-agileits {
	padding: 30px 0 20px;
}
.banner-bootom-w3-agileits .container {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 0;
}
.banner-bootom-w3-agileits .col-md-7 {
	padding-right: 24px;
}
.banner-bootom-w3-agileits .col-md-5 {
	padding-left: 8px;
}

/* ---- Breadcrumb ---- */
.services-breadcrumb { background: #f5f7f8; border-bottom: 1px solid #e2e8ec; }
.w3_short { list-style: none; padding: 10px 0; margin: 0; display: flex; flex-wrap: wrap; gap: 4px; align-items: center; font-size: 13px; color: #666; }
.w3_short li { display: flex; align-items: center; gap: 4px; }
.w3_short li a { color: #0e6060; font-weight: 500; text-decoration: none; }
.w3_short li a:hover { text-decoration: underline; }
.w3_short li b { color: #222; }

/* ---- 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 {
	background: #f5f7f9;
	border-bottom: 1px solid #e4e8ec;
	padding: 0;
}
.tab .tablinks {
	background: transparent;
	border: none;
	border-bottom: 3px solid transparent;
	padding: 12px 24px;
	font-size: 14px;
	font-weight: 700;
	color: #444;
	cursor: pointer;
	letter-spacing: 0.03em;
}
.tab .tablinks:hover, .tab .tablinks.active {
	color: #0e6060;
	border-bottom-color: #0e6060;
	background: #fff;
}
.tabcontent {
	padding: 20px 24px;
	font-size: 14px;
	line-height: 1.7;
	color: #333;
}
.tabcontent p, .tabcontent li { margin-bottom: 8px; }
.tabcontent h2, .tabcontent h3, .tabcontent h4 {
	color: #1a2230;
	font-weight: 700;
	margin: 14px 0 6px;
}
.tabcontent table {
	width: 100%;
	border-collapse: collapse;
	margin: 12px 0;
	font-size: 13px;
}
.tabcontent table th, .tabcontent table td {
	padding: 8px 12px;
	border: 1px solid #e0e4e8;
	text-align: left;
}
.tabcontent table th { background: #f5f7f9; font-weight: 700; }
.tabcontent table tr:nth-child(even) td { background: #f9fbfc; }

/* ---- 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) {
	.banner-bootom-w3-agileits .col-md-7,
	.banner-bootom-w3-agileits .col-md-5 {
		padding: 0 10px;
	}
	.title-product { font-size: 20px !important; }
	span.item_price { font-size: 22px !important; }
	.tabcontent { padding: 14px 16px; }
}