
										.free-gifts-card {
											background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
											border: 1.5px solid #16a34a;
											border-radius: 14px;
											padding: 16px;
											box-shadow: 0 4px 12px rgba(22, 163, 74, 0.08);
											font-family: inherit;
											transition: all 0.3s ease;
										}

										.free-gifts-header {
											display: flex;
											align-items: center;
											justify-content: space-between;
											margin-bottom: 12px;
											padding-bottom: 10px;
											border-bottom: 1px dashed #bbf7d0;
										}

										.free-gifts-header-left {
											display: flex;
											align-items: center;
											gap: 8px;
										}

										.free-gifts-title {
											font-size: 1.1rem;
											font-weight: 800;
											color: #14532d;
											margin: 0;
											letter-spacing: -0.01em;
										}

										.free-gifts-badge {
											background: #16a34a;
											color: #ffffff;
											font-size: 0.75rem;
											font-weight: 800;
											padding: 4px 12px;
											border-radius: 20px;
											text-transform: uppercase;
											letter-spacing: 0.05em;
											box-shadow: 0 2px 4px rgba(22, 163, 74, 0.2);
										}

										.free-gifts-content {
											display: flex;
											align-items: center;
											gap: 16px;
										}

										.free-gifts-img {
											width: 72px;
											height: 72px;
											object-fit: cover;
											border-radius: 10px;
											border: 1px solid #86efac;
											background: #fff;
											flex-shrink: 0;
										}

										.free-gifts-details {
											flex: 1;
										}

										.free-gifts-dynamic-text {
											font-size: 1.05rem;
											font-weight: 800;
											color: #15803d;
											margin-bottom: 4px;
											line-height: 1.3;
										}

										.free-gifts-subtext {
											font-size: 0.82rem;
											color: #166534;
											margin-bottom: 6px;
											opacity: 0.9;
										}

										.free-gifts-pricing {
											display: flex;
											align-items: center;
											gap: 8px;
											font-size: 0.9rem;
										}

										.free-gifts-original-price {
											text-decoration: line-through;
											color: #6b7280;
											font-size: 0.85rem;
										}

										.free-gifts-final-price {
											font-weight: 800;
											color: #15803d;
											font-size: 0.95rem;
										}
									