.gb-wrapper-7a3a88d9 {
	direction: rtl;
	background-color: #f4f1ea;
	border-radius: 12px;
	overflow: hidden;
	font-family: inherit;
	position: relative;
	box-shadow: 0 4px 15px rgba(0,0,0,0.1);
	display: flex;
	flex-direction: column;
	height: 100%;
}
.gb-badge-7a3a88d9 {
	position: absolute;
	top: 15px;
	right: 15px;
	background-color: #c5a03a;
	color: #fff;
	padding: 5px 15px;
	border-radius: 20px;
	font-weight: bold;
	z-index: 10;
}
.gb-image-7a3a88d9 {
	text-align: center;
}
.gb-image-7a3a88d9 img {
	max-width: 100%;
	height: auto;
	display: inline-block;
}
.gb-content-7a3a88d9 {
	padding: 30px;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}
.gb-header-7a3a88d9 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 25px;
}
.gb-title-7a3a88d9 {
	font-size: 26px;
	font-weight: bold;
	color: #4a4a4a;
	margin: 0;
}
.gb-price-7a3a88d9 {
	font-size: 30px;
	font-weight: bold;
	color: #c5a03a;
}
.gb-items-7a3a88d9 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 15px;
	margin-bottom: 30px;
}
.gb-item-7a3a88d9 {
	display: flex;
	align-items: center;
	background-color: #fff;
	padding: 12px 15px;
	border-radius: 8px;
	gap: 10px;
}
.gb-item-icon-7a3a88d9 {
	color: #2b5d3c;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
}
.gb-item-icon-7a3a88d9 svg {
	width: 20px;
	height: 20px;
	fill: currentColor;
}
.gb-item-text-7a3a88d9 {
	font-size: 15px;
	color: #4a4a4a;
	font-weight: 500;
}
.gb-button-wrapper-7a3a88d9 {
	margin-top: auto;
}
.gb-button-7a3a88d9 {
	display: block;
	width: 100%;
	text-align: center;
	background-color: #c5a03a;
	color: #fff;
	padding: 15px;
	border-radius: 8px;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	transition: background 0.3s, opacity 0.3s;
	border: none;
	cursor: pointer;
}
.gb-button-7a3a88d9:hover {
	opacity: 0.9;
}