.bjpromo119-notice,
.bjpromo119-notice * { box-sizing: border-box; }

.bjpromo119-notice {
	display: grid;
	grid-template-columns: 118px minmax(0, 1fr);
	gap: 18px;
	margin: 18px 0;
	padding: 18px;
	border: 2px solid #151515;
	border-radius: 8px;
	background: #ffd400;
	color: #151515;
	box-shadow: 6px 6px 0 #151515;
}

.bjpromo119-notice__visual {
	position: relative;
	display: grid;
	place-items: center;
	min-height: 118px;
	border: 1px solid rgba(21, 21, 21, 0.2);
	border-radius: 6px;
	background: #fff;
	overflow: hidden;
}

.bjpromo119-notice__visual > img { display: block; width: 100%; height: 100%; object-fit: contain; padding: 8px; }

.bjpromo119-notice__visual > span {
	position: absolute;
	right: 6px;
	top: 6px;
	display: grid;
	place-items: center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #151515;
	color: #ffd400;
}

.bjpromo119-notice svg { display: block; width: 18px; height: 18px; flex: 0 0 auto; }
.bjpromo119-notice__content { min-width: 0; }

.bjpromo119-notice__eyebrow {
	display: block;
	margin-bottom: 4px;
	font-size: 11px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0;
}

.bjpromo119-notice h2 { margin: 0; color: #151515; font-size: 22px; line-height: 1.08; letter-spacing: 0; }
.bjpromo119-notice p { margin: 7px 0 10px; color: #2a2a2a; font-size: 14px; line-height: 1.42; }

.bjpromo119-notice__value { display: flex; align-items: baseline; gap: 9px; flex-wrap: wrap; margin-bottom: 9px; }
.bjpromo119-notice__value span { font-size: 13px; font-weight: 700; }
.bjpromo119-notice__value strong { padding: 4px 8px; border-radius: 4px; background: #151515; color: #fff; font-size: 15px; }
.bjpromo119-notice p.bjpromo119-notice__condition {
	margin: 0 0 10px;
	padding: 8px 10px;
	border: 1px solid rgba(21, 21, 21, 0.35);
	border-radius: 5px;
	background: rgba(255, 255, 255, 0.58);
	font-size: 12px;
	line-height: 1.38;
}
.bjpromo119-notice details { border-top: 1px solid rgba(21, 21, 21, 0.24); padding-top: 9px; }
.bjpromo119-notice summary { cursor: pointer; font-size: 13px; font-weight: 900; }
.bjpromo119-notice ul { display: grid; gap: 7px; margin: 10px 0 0; padding: 0; list-style: none; }
.bjpromo119-notice li { display: flex; align-items: flex-start; gap: 7px; font-size: 12px; line-height: 1.4; }
.bjpromo119-notice li svg { width: 15px; height: 15px; margin-top: 1px; }

.bjpromo119-product .bj-product-card__media::after {
	content: "TABULEIRO GRÁTIS - REF 124";
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 6;
	padding: 7px 9px;
	border: 2px solid #151515;
	border-radius: 5px;
	background: #ffd400;
	color: #151515;
	font-size: 11px;
	font-weight: 950;
	line-height: 1.15;
	letter-spacing: 0;
	box-shadow: 3px 3px 0 #151515;
}

.bjpromo119-gift-name { display: inline-flex; align-items: center; gap: 7px; flex-wrap: wrap; }
.bjpromo119-gift-badge { display: inline-flex; align-items: center; min-height: 24px; padding: 4px 7px; border-radius: 4px; background: #ffd400; color: #151515; font-size: 11px; font-weight: 900; line-height: 1; text-transform: uppercase; }
.bjpromo119-gift-price { display: inline-flex; align-items: baseline; gap: 7px; flex-wrap: wrap; }
.bjpromo119-gift-price del { opacity: 0.65; }
.bjpromo119-gift-price strong,
.bjpromo119-gift-quantity { color: #12834b; font-weight: 900; }
.bjpromo119-gift-line { background: rgba(255, 212, 0, 0.08); }

html[data-bj-theme="dark"] .bjpromo119-notice { border-color: #f4f4f4; background: #ffd400; color: #151515; box-shadow: 6px 6px 0 #f4f4f4; }
html[data-bj-theme="dark"] .bjpromo119-notice h2,
html[data-bj-theme="dark"] .bjpromo119-notice p,
html[data-bj-theme="dark"] .bjpromo119-notice summary,
html[data-bj-theme="dark"] .bjpromo119-notice li { color: #151515; }
html[data-bj-theme="dark"] .bjpromo119-gift-line { background: rgba(255, 212, 0, 0.06); }
html[data-bj-theme="dark"] .bjpromo119-gift-price strong,
html[data-bj-theme="dark"] .bjpromo119-gift-quantity { color: #53d990; }

@media (max-width: 600px) {
	.bjpromo119-notice { grid-template-columns: 86px minmax(0, 1fr); gap: 12px; padding: 13px; box-shadow: 4px 4px 0 #151515; }
	.bjpromo119-notice__visual { min-height: 86px; }
	.bjpromo119-notice__visual > span { width: 25px; height: 25px; }
	.bjpromo119-notice__visual > span svg { width: 15px; height: 15px; }
	.bjpromo119-notice h2 { font-size: 18px; }
	.bjpromo119-notice p { font-size: 13px; }
	.bjpromo119-notice details { grid-column: 1 / -1; }
	.bjpromo119-product .bj-product-card__media::after { right: 8px; top: 8px; max-width: calc(100% - 70px); font-size: 10px; }
}
