.trina-todays-offer {
	background: #fffaf7;
	border-bottom: 4px solid #d3a53f;
	border-top: 1px solid #eadfd9;
	color: #21141d;
	padding: 18px clamp(18px, 4vw, 64px);
}

.trina-todays-offer__inner {
	align-items: center;
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(150px, 230px) minmax(0, 1fr);
	margin: 0 auto;
	max-width: 1180px;
}

.trina-todays-offer__media {
	aspect-ratio: 4 / 3;
	background: #eee8e4;
	position: relative;
	overflow: hidden;
}

.trina-todays-offer__media img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.trina-todays-offer__discount {
	background: #861343;
	color: #fff;
	font-size: 14px;
	font-weight: 800;
	left: 10px;
	padding: 8px 10px;
	position: absolute;
	top: 10px;
}

.trina-todays-offer__eyebrow {
	color: #087c68;
	font-size: 13px;
	font-weight: 800;
	margin: 0 0 5px;
	text-transform: uppercase;
}

.trina-todays-offer h2 {
	font-size: clamp(25px, 3vw, 38px);
	letter-spacing: 0;
	line-height: 1.08;
	margin: 0 0 10px;
}

.trina-todays-offer__prices {
	align-items: baseline;
	display: flex;
	flex-wrap: wrap;
	gap: 10px 18px;
	margin-bottom: 8px;
}

.trina-todays-offer__prices del {
	color: #6c6268;
	font-size: 17px;
}

.trina-todays-offer__prices strong {
	color: #861343;
	font-size: 29px;
}

.trina-todays-offer__note,
.trina-todays-offer__ends {
	font-size: 15px;
	line-height: 1.5;
	margin: 4px 0;
}

.trina-todays-offer__ends {
	font-weight: 700;
}

.trina-todays-offer__button {
	background: #087c68;
	color: #fff !important;
	display: inline-block;
	font-weight: 800;
	margin-top: 12px;
	padding: 11px 20px;
	text-decoration: none !important;
}

.trina-todays-offer__button:focus,
.trina-todays-offer__button:hover {
	background: #065f51;
}

@media (max-width: 620px) {
	.trina-todays-offer { padding: 14px 16px 18px; }
	.trina-todays-offer__inner { gap: 16px; grid-template-columns: 112px minmax(0, 1fr); }
	.trina-todays-offer__media { aspect-ratio: 1; }
	.trina-todays-offer h2 { font-size: 21px; }
	.trina-todays-offer__prices strong { font-size: 23px; }
	.trina-todays-offer__note { display: none; }
}

@media (max-width: 390px) {
	.trina-todays-offer__inner { grid-template-columns: 92px minmax(0, 1fr); }
	.trina-todays-offer__discount { font-size: 11px; left: 5px; padding: 6px; top: 5px; }
}
